.article, .modal__dropdowns {
  justify-content: space-between
}
.article {
  display: flex;
  flex-wrap: wrap;
  color: #333;
	display: inline-block;
	vertical-align: top;
}
.article__container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 736px;
  margin: auto
}
.article__title {
  font-size: 28px;
  line-height: 32px
}
.article__section-title {
  color: #01161e;
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  margin-bottom: 24px
}
.article__section-title--aside {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 10px
}
.article__video-container {
  border-radius: 8px;
  width: calc(100vw - 2 * 16px);
  height: calc(9 / 16 * (100vw - 2 * 16px));
  max-width: 736px;
  max-height: calc(9 / 16 * 736px);
  margin: 24px 0
}
.article__author {
  position: relative;
  display: flex;
  margin-top: 60px;
  align-items: center;
  width: 100%
}
.article__author-image {
  border-radius: 50%;
  margin-right: 8px;
  max-height: 40px;
  max-width: 40px
}
.article__author-image--large {
  max-height: 56px;
  max-width: 56px
}
.article__author-description {
  font-size: 12px;
  line-height: 21px;
  letter-spacing: -.2px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0
}
.article__author-cat, .news__cat {
  font-size: 10px;
  text-transform: uppercase
}
.article__author-description p {
  color: #646464
}
.article__author-cat {
  color: #646464;
  padding: 5px 10px 3px;
  background: #eee;
  border-radius: 100px;
  font-weight: 600;
  position: absolute;
  top: -44px;
  left: 0
}
.article__divider {
  display: none
}
.article__dates {
  color: #646464;
  display: flex;
  flex-direction: column;
  margin-top: 0
}
.article__lead {
  color: #01161e;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  margin-top: 24px
}
.article__picture {
  width: 100%;
  margin-top: 24px
}
.article__image {
  display: none
}
.article__content {
  color: #646464;
  font-size: 16px;
  line-height: 26px;
  margin-top: 24px;
  margin-bottom: -16px;
  width: 100%
}
.article__content h1, .article__content h2, .article__content h3, .article__content h4, .article__content h5, .article__content h6, .article__content p {
  font-weight: 700;
  line-height: 1.5;
  color: #333
}
.article__content h1 img, .article__content h2 img, .article__content h3 img, .article__content h4 img, .article__content h5 img, .article__content h6 img, .article__content p img {
  width: 100%;
  max-width: 100%;
  margin-top: 24px;
  height: auto !important;
  border-radius: 8px
}
.article__content p {
  font-weight: 400
}
.article__content h4, .article__content h5, .article__content h6 {
  margin: 0
}
.article__content h1 {
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 8px;
  margin-top: 24px
}
.article__content h2 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: -8px;
  margin-top: 32px
}
.article__content h3 {
  font-size: 22px;
  line-height: 28px;
  margin-bottom: -8px;
  margin-top: 32px
}
.article__content h4 {
  font-size: 16px
}
.article__content h5 {
  font-size: 16px;
  font-weight: 600
}
.article__content h6 {
  font-size: 14px;
  font-weight: 400
}
.article__content ol, .article__content p, .article__content table, .article__content ul {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
  margin-top: 20px
}
.article__content #main-toc-wrap a, .article__content a {
  cursor: pointer;
  color: #1719b2;
  transition: .3s;
  position: relative;
  text-decoration: underline;
  -webkit-text-decoration-style: dotted;
  text-decoration-style: dotted;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px
}
.article__content #main-toc-wrap a img, .article__content a img {
  transition: .3s
}
.article__content #main-toc-wrap a:visited, .article__content a:visited {
  color: #794984
}
.article__content #main-toc-wrap a:hover, .article__content a:hover {
  color: #1f23ea;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid
}
.article__content #main-toc-wrap a:hover img, .article__content a:hover img {
  filter: brightness(107%)
}
.article__content b, .article__content strong {
  font-weight: 700
}
.article__content ol, .article__content ul {
  color: #333;
  padding-left: 30px
}
.article__content ol p, .article__content ul p {
  margin: 0
}
.article__content ul li {
  position: relative
}
.article__content ul li::before {
  content: '';
  background: #646464;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  left: -16px;
  top: 12px
}
.article__content table {
  color: #333;
  border: 1px solid #ddd;
  border-spacing: 0;
  border-collapse: collapse;
  max-width: 100%;
  display: block;
  border-radius: 8px;
  margin: 24px auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content
}
.article__content table tbody {
  display: block;
  overflow-x: auto
}
.article__content table tbody tr:nth-child(odd) {
  background: #f2f2f2
}
.article__content table tbody tr:nth-child(even) {
  background: #fff
}
.article__content table tr:first-child td {
  border-top: none
}
.article__content table tr:first-child td:first-child {
  border-top-left-radius: 8px
}
.article__content table tr:first-child td:last-child {
  border-top-right-radius: 8px
}
.article__content table td, .article__content table th {
  padding: 6px 8px;
  border: 1px solid #ddd;
  vertical-align: middle
}
.article__content table td:first-child, .article__content table th:first-child {
  border-left: none
}
.article__content table td:last-child, .article__content table th:last-child {
  border-right: none
}
.article__content table th {
  background: #f2f2f2;
  font-weight: 900;
  text-align: left;
  border-top: none
}
.article__content table th:first-child {
  border-top-left-radius: 8px
}
.article__content table th:last-child {
  border-top-right-radius: 8px
}
.article__content table tr:last-child td {
  border-bottom: none
}
.article__content table tr:last-child td:first-child {
  border-bottom-left-radius: 8px
}
.article__content table tr:last-child td:last-child {
  border-bottom-right-radius: 8px
}
.article__content table.scrollable {
  position: relative
}
.article__content table.scrollable::after {
  content: '';
  height: 100%;
  width: 50px;
  position: absolute;
  right: 0;
  top: 0;
  background: linear-gradient(270deg, #ccc 0, rgba(255, 255, 255, 0) 59.37%);
  border-radius: 6px
}
.article__content #main-toc-wrap {
  margin-bottom: 24px
}
.article__content #main-toc-wrap div {
  position: relative
}
.article__content #main-toc-wrap div::before {
  content: '';
  background: #01161e;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  left: -26px;
  top: 12px
}
.article__content #main-toc-wrap p {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #333;
  margin-bottom: 8px
}
.article__content #main-toc-wrap a {
  position: relative;
  margin-left: -16px
}
.article__content #main-toc-wrap a:visited {
  color: #1719b2
}
.article__content #main-toc-wrap a:hover {
  color: #1f23ea
}
.article__arrows {
  position: absolute;
  display: flex;
  justify-content: center;
  height: 70px;
  margin-top: -32px;
  left: calc(50% - 16px)
}
.article__arrow {
  position: absolute;
  bottom: 0;
  border-top: 3px solid #646464;
  border-right: 3px solid #646464;
  width: 20px;
  height: 20px;
  cursor: pointer
}
.article__arrow--left {
  margin-right: 24px;
  transform: rotate(-135deg)
}
.article__arrow--right {
  margin-left: 78px;
  transform: rotate(45deg)
}
.article--faq .article__lead {
  margin-top: 18px
}
.article--faq h2 {
  margin-bottom: 18px;
  font-size: 24px
}
.article .faq__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-top: 52px
}
.article .faq__list-item {
  height: 90px;
  width: calc(100% / 3);
  margin-bottom: 28px;
  text-align: center;
  cursor: pointer;
  transition: 350ms
}
.article .faq__list-item:hover {
  transform: scale(1.1)
}
.article .faq__list-item span {
  font-weight: 700;
  line-height: 20px
}
.article .faq__list-item img {
  display: block;
  margin: 0 auto 10px
}
@-webkit-keyframes load8 {
  0% {
    transform: rotate(0)
  }
  100% {
    transform: rotate(360deg)
  }
}
@keyframes load8 {
  0% {
    transform: rotate(0)
  }
  100% {
    transform: rotate(360deg)
  }
}
.signature {
  font-size: 12px;
  border: 1px solid #ddd;
  box-shadow: 0 7px 30px rgba(0, 0, 0, .1);
  border-radius: 16px;
  padding: 24px 12px 24px 24px;
  margin: 50px 0 40px;
  position: relative;
  width: 100%
}
.signature__title {
  font-size: 12px;
  line-height: 21px;
  position: absolute;
  top: -10px;
  left: 28px;
  z-index: 2
}
.signature__title::before {
  content: '';
  width: calc(100% + 12px);
  height: 1px;
  background: #fff;
  position: absolute;
  top: 9px;
  left: -6px;
  z-index: -1
}
.signature__image {
  border-radius: 50%;
  max-height: 64px;
  max-width: 64px;
  margin: 0 16px 0 0
}
.signature__image--large {
  max-height: 114px;
  max-width: 114px
}
.signature__content {
  display: flex
}
.signature__text {
  flex-grow: 1;
  display: flex;
  flex-direction: column
}
.signature__description {
  color: #01161e;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  cursor: pointer;
  transition: .3s
}
.signature__description:hover {
  color: #646464;
  text-decoration: none
}
.signature__author {
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  display: flex;
  align-items: center;
  letter-spacing: -.2px;
  margin: 8px 0
}
.newnesses, .next-article, .similar__container {
  margin-bottom: 24px
}
.signature__author-info {
  display: flex;
  flex-direction: column;
  justify-content: center
}
.signature__email {
  color: #01161e;
  transition: .3s;
  word-break: break-word;
  letter-spacing: -.2px
}
.signature__email:hover, .signature__link:hover {
  color: #646464
}
.signature__links {
  margin-top: 16px;
  display: flex;
  flex-direction: column
}
.signature__link {
  display: inline-block;
  padding-right: 20px;
  position: relative;
  transition: .3s;
  align-self: flex-start
}
.signature__link::after {
  content: '';
  position: absolute;
  right: 4px;
  top: 6px;
  width: 7px;
  height: 7px;
  border: solid #01161e;
  border-width: 2px 2px 0 0;
  border-radius: 1px;
  transform: rotate(45deg)
}
.signature__link:hover::after {
  border-color: #646464
}
.next-article .news__item {
  box-shadow: 0 7px 30px rgba(0, 0, 0, .1);
  min-height: auto
}
.newnesses__item {
  min-height: unset !important;
  height: auto !important
}
.newnesses .newnesses__track::after {
  display: none !important
}
.newnesses--desktop, .news__item--first .news__lead, .similar__container--desktop {
  display: none
}
.newnesses__arrows {
  height: 76px
}
.similar {
  margin-top: 24px;
  max-width: calc(100vw - 32px);
	display: inline-block;
}

@media (min-width: 1280px)
{
.similar {
    margin-top: 47px;
    padding-left: 7%;
}
	}
.similar .similar__item {
  min-height: unset;
  height: auto
}
.similar .similar__track::after {
  display: none !important
}
.similar__arrows {
  height: 76px
}
.product-widget {
  font-family: 'Nunito Sans', sans-serif;
  padding: 16px 16px 24px;
  margin: 0 -17px;
  border: 1px solid #ddd;
  box-shadow: 0 0 20px rgba(0, 0, 0, .1)
}
.product-widget .product-widget__title {
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  color: #222;
  margin-bottom: 16px;
  margin-top: 0
}
.product-widget .product-widget__content {
  background: #fff
}
.product-widget .product-widget__product {
  box-shadow: 0 0 8px rgba(0, 0, 0, .1);
  border-radius: 8px;
  text-decoration: none;
  margin-bottom: 16px;
  overflow: hidden;
  display: flex
}
.news__item--shadow, .order-free, .order-free__icon--consultant-addons, .order-free__options .order-free__phone {
  box-shadow: 0 7px 30px rgba(0, 0, 0, .1)
}
.product-widget .product-widget__product::after, .product-widget .product-widget__product::before {
  content: none
}
.product-widget .product-widget__image {
  margin: 0;
  border-radius: 8px 0 0 8px;
  width: 129px;
  height: 92px
}
.product-widget .product-widget__description {
  margin: 12px 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-shrink: 9999
}
.product-widget .product-widget__product-title {
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  color: #01161e;
  margin-bottom: 8px
}
.product-widget .product-widget__price {
  display: flex
}
.product-widget .product-widget__regular-price {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  color: #222
}
.product-widget .product-widget__regular-price--sale {
  font-size: 12px;
  line-height: 16px;
  font-weight: initial;
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
  color: #4d4d4d;
  margin-left: 4px
}
.product-widget .product-widget__sale-price {
  font-weight: 700;
  color: #3f3f3f;
  font-size: 16px;
  line-height: 22px
}
.product-widget .product-widget__see-more {
  color: #fff;
  background: #3f3f3f;
  border-radius: 6px;
  font-weight: 800;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  text-decoration: none;
  padding: 15px;
  display: block;
  width: 100%;
  margin-top: 24px;
  outline: 0;
  cursor: pointer
}
.product-widget .product-widget__see-more:hover {
  color: #fff;
  filter: brightness(110%)
}
.product-widget .product-widget__see-more:visited {
  color: #fff
}
.product-widget .product-widget__see-more::after, .product-widget .product-widget__see-more::before {
  content: none
}
.news--narrow .news__item {
  width: calc((100% - 48px)/ 4)
}
.news__header-title {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 33px
}
.news__list {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 16px);
  margin-left: -8px
}
.news__list--article {
  justify-content: center;
  margin-left: -16px
}
.news__list--article .news__item {
  margin-left: 16px
}
.news__list--article .news__item:not(:first-child) {
  flex-grow: 1;
  min-width: 264px;
  width: calc(100% / 2 - 16px);
  max-width: 543px;
  margin: 0 0 16px 16px
}
.news__item {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 360px;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-radius: 8px;
  background: #fff;
  transition: 250ms
}
.news__item--first::after, .news__item--promoted .news__image::after {
  border-radius: 3px;
  left: 0;
  width: 100%;
  content: ''
}
.news__item--wide {
  height: auto;
  padding-bottom: 0
}
.news__item--wide .news__content {
  padding-bottom: 36px
}
.news__item--wide .news__title {
  margin-bottom: 24px
}
.news__item--first::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, #000 100%);
  position: absolute;
  bottom: 0;
  height: 80%;
  z-index: 0
}
.news__item--first .news__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
.news__item--first .news__content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: 24px;
  z-index: 1
}
.news__item--first .news__details, .news__item--first .news__title a {
  color: #fff
}
.news__item--first .news__date::after {
  background-color: #fff
}
.news__item--promoted {
  border-bottom: 4px solid #119da4
}
.news__item--promoted .news__image {
  position: relative
}
.news__item--promoted .news__image::after {
  background: rgba(10, 86, 103, .7);
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 0
}
.news__item--ranking {
  height: 324px !important;
  margin-bottom: 0
}
.news__item--ranking .news__image {
  height: 172px
}
.news__item--ranking .news__content {
  padding-top: 24px
}
.news__cat {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 10;
  padding: 5px 10px 3px;
  background: rgba(255, 255, 255, .9);
  border-radius: 100px;
  font-weight: 600;
  color: #01161e
}
.news__image {
  height: 165px
}
.news__content {
  padding: 14px 18px 0
}
.news__details {
  display: flex;
  margin-bottom: 10px;
  font-size: 12px;
  color: #646464
}
.news__date {
  position: relative;
  margin-right: 16px
}
.news__date::after {
  display: block;
  content: '';
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #646464;
  left: 107%;
  top: 6px;
  position: absolute
}
.glide, .glide__slides {
  position: relative;
  width: 100%
}
.news__title {
  margin-bottom: 8px
}
.news__title a {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  color: #01161e
}
.news__lead {
  font-size: 14px;
  line-height: 20px;
  color: #646464
}
.news img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.glide {
  box-sizing: border-box
}
.glide * {
  box-sizing: inherit
}
.glide__track {
  overflow: hidden;
  height: 100%
}
.glide__track--similar {
  margin: 0 0 0 -8px
}
.glide__track--similar > div {
  padding-left: 8px;
  padding-top: 1px
}
.glide__slides {
  height: 100%;
  list-style: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform
}
.glide__slides--visible {
  overflow: visible
}
.glide__slides--dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.glide__arrows, .glide__slide {
  -moz-user-select: none;
  -webkit-touch-callout: none
}
.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent
}
.glide__slide a {
  -webkit-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none
}
.glide__arrows {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.btn, .glide__bullets {
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none
}
.glide__arrows--under {
  position: absolute;
  bottom: -65px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center
}
.glide__bullets, .modal {
  justify-content: center
}
.glide__arr {
  width: 40px;
  height: 40px;
  cursor: pointer
}
.glide__arr--left {
  margin-right: 4px;
  background: url("data:image/svg+xml;base64, PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAxMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuOTk5NzYgMTguNTkxNUM5Ljk5NDU3IDE4LjM2MzkgOS45MDI4MyAxOC4xNDc3IDkuNzQ0NTIgMTcuOTg5OUwyLjAwOTI1IDkuOTcyNzRMOS43NDQ1MyAxLjk1NTU3QzkuODI0MjYgMS44NzUxOCA5Ljg4NzY1IDEuNzc5MDMgOS45MzA5MyAxLjY3MjgyQzkuOTc0MjEgMS41NjY2MSA5Ljk5NjUxIDEuNDUyNDggOS45OTY1MiAxLjMzNzE4QzkuOTk2NDcgMS4xNjU1NiA5Ljk0NzA1IDAuOTk3ODUxIDkuODU0NTYgMC44NTU0OTVDOS43NjIwNyAwLjcxMzEzOSA5LjYzMDcyIDAuNjAyNjA1IDkuNDc3MyAwLjUzODAyNUM5LjMyMzg5IDAuNDczNDQ1IDkuMTU1MzcgMC40NTc3NTIgOC45OTMzIDAuNDkyOTU0QzguODMxMjQgMC41MjgxNTYgOC42ODI5OCAwLjYxMjY1MyA4LjU2NzQ5IDAuNzM1NjQyTDAuMjQzNyA5LjM2Mjc4QzAuMDg3NjU3OSA5LjUyNDU3IC0xLjA3MjY3ZS0wNiA5Ljc0Mzk4IC0xLjEyMjY4ZS0wNiA5Ljk3Mjc0Qy0xLjE3MjY5ZS0wNiAxMC4yMDE1IDAuMDg3NjU3NyAxMC40MjA5IDAuMjQzNyAxMC41ODI3TDguNTY3NDkgMTkuMjA5OEM4LjY4MzczIDE5LjMzNTEgOC44MzM3OCAxOS40MjExIDguOTk3OTcgMTkuNDU2NUM5LjE2MjE2IDE5LjQ5MTkgOS4zMzI4NCAxOS40NzUxIDkuNDg3NjUgMTkuNDA4M0M5LjY0MjQ2IDE5LjM0MTQgOS43NzQxOCAxOS4yMjc3IDkuODY1NTcgMTkuMDgxOUM5Ljk1Njk1IDE4LjkzNjIgMTAuMDAzNyAxOC43NjUyIDkuOTk5NzYgMTguNTkxNVoiIGZpbGw9IiM2NDY0NjQiLz4KPC9zdmc+Cg==") center no-repeat
}
.glide__arr--right {
  margin-left: 4px;
  background: url("data:image/svg+xml;base64, PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTAgLjg4M2EuODc4Ljg3OCAwIDAwLjI1NS42MDJsNy43MzYgOC4wMTctNy43MzYgOC4wMTdhLjg2NS44NjUgMCAwMC0uMjUyLjYxOGMwIC4xNzIuMDUuMzQuMTQyLjQ4MmEuODQuODQgMCAwMC4zNzguMzE4LjgwNS44MDUgMCAwMC45MS0uMTk4bDguMzIzLTguNjI3YS44NzkuODc5IDAgMDAuMjQ0LS42MS44NzkuODc5IDAgMDAtLjI0NC0uNjFMMS40MzMuMjY1YS44MDUuODA1IDAgMDAtLjkyLS4xOTguODQuODQgMCAwMC0uMzc5LjMyNi44ODYuODg2IDAgMDAtLjEzNC40OXoiIGZpbGw9IiM2NDY0NjQiLz48L3N2Zz4=") center no-repeat
}
.glide__bullets {
  -webkit-touch-callout: none;
  user-select: none;
  display: flex;
  margin-top: 16px
}
.glide__bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 0 4px;
  background: #222;
  opacity: .3
}
.glide__bullet--active {
  opacity: 1 !important
}
.glide--rtl {
  direction: rtl
}
.glide-widget {
  margin-top: 32px
}
.glide-widget__arrows {
  position: absolute;
  top: -70px;
  right: 0;
  display: flex;
  align-items: center
}
.order-free__icon--consultant-addons::before, .order-free__lg, .sticky-sidebar {
  display: none
}
.glide-widget__arrow {
  position: relative;
  width: 38px;
  height: 38px;
  border: 1px solid #c4c4c4;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2IiBoZWlnaHQ9IjEwIiBmaWxsPSJub25lIiB4bWxuczp2PSJodHRwczovL3ZlY3RhLmlvL25hbm8iPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTUuMzU0LjY0NmEuNS41IDAgMCAxIDAgLjcwN0wxLjcwNyA1bDMuNjQ2IDMuNjQ2YS41LjUgMCAwIDEtLjcwNy43MDdsLTQtNGEuNS41IDAgMCAxIDAtLjcwN2w0LTRhLjUuNSAwIDAgMSAuNzA3IDB6IiBmaWxsPSIjMzMzIi8+PC9zdmc+) center center no-repeat #fff;
  border-radius: 50px;
  cursor: pointer
}
.boxad--article, .boxad--zone, .dropdown {
  width: 100%
}
.glide-widget__arrow--left {
  margin: 0 8px
}
.glide-widget__arrow--right {
  transform: scaleX(-1)
}
.glide-widget__numbers {
  font-size: 16px;
  line-height: 22px;
  color: #FFF
}
.boxad {
  text-align: center
}
.boxad--zone iframe {
  margin-bottom: 62px
}
.boxad--category iframe {
  margin: 40px 0 56px
}
.boxad--article iframe {
  margin-top: 30px;
  margin-bottom: 18px
}
.order-free {
  box-sizing: border-box;
  border-radius: 16px;
  margin: 0 0 56px;
  padding: 36px 32px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  transition: .3s
}
.order-free--mortgage {
  margin-bottom: 124px;
  margin-top: 56px
}
.order-free__icon {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain
}
.order-free__icon--small {
  width: 52px;
  height: 45px;
  margin: 0 12px
}
.order-free__icon--extradom {
  margin: 0 auto 32px;
  width: 96px;
  height: 16px
}
.order-free__icon--top {
  position: absolute;
  top: 14px;
  left: 16px;
  width: calc(100% - 32px)
}
.order-free__icon--consultant {
  background-position: center 38%;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  margin: -76px auto 0;
  position: relative
}
.order-free__icon--consultant::before {
  content: '';
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background: linear-gradient(#fff, #fff 46%, #f5f5f5 52%, #f5f5f5);
  position: absolute;
  top: -4px;
  left: -4px;
  z-index: -1
}
.dropdown, .dropdown__current, .order-free__thanks .order-free__ornaments {
  position: relative
}
.order-free__icon--consultant-addons {
  margin: 0 auto
}
.order-free__header {
  max-width: 280px;
  text-align: center
}
.order-free__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  color: #222;
  margin-top: 24px;
  margin-bottom: 0
}
.order-free__subtitle {
  font-size: 12px;
  line-height: 16px;
  color: #717171;
  margin-top: 16px;
  margin-bottom: 16px
}
.order-free__clock svg {
  fill: #119da4;
  margin-right: 8px;
  margin-bottom: 1px
}
.order-free__cart svg {
  fill: #119da4;
  margin-right: 8px;
  margin-bottom: 2px
}
.order-free__thanks .order-free__ornaments::before {
  top: -10px;
  left: 10px
}
.order-free__thanks .order-free__ornaments::after {
  bottom: -20px
}
.order-free__thanks .order-free__subtitle {
  font-size: 14px;
  margin: 16px 0
}
.order-free__call .order-free__title {
  font-size: 18px;
  line-height: 18px;
  color: #01161e
}
.order-free__call .order-free__order {
  color: #3f3f3f;
  border-color: #3f3f3f;
  min-width: 224px
}
.order-free__call .order-free__order:hover {
  background-color: rgba(214, 18, 41, .025)
}
.order-free__call .order-free__call svg, .order-free__call .order-free__cart svg, .order-free__call .order-free__clock svg, .order-free__call .order-free__day svg, .order-free__call .order-free__email svg, .order-free__call .order-free__phone svg {
  fill: #3f3f3f
}
.order-free__call .order-free__input:focus {
  border-color: #646464
}
.order-free__divider {
  text-align: center
}
.order-free__options {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center
}
.order-free__options .order-free__phone {
  font-weight: 800;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  color: #fff;
  background: #3f3f3f;
  border-radius: 6px
}
.order-free__options .order-free__phone svg {
  fill: #fff;
  min-width: 14px;
  min-height: 14px;
  margin-right: 8px
}
.order-free__options .order-free__phone--clean {
  margin-top: 8px;
  border: none;
  box-shadow: none
}
.order-free__consultant-box {
  margin-top: 96px
}
.order-free__consultant-box .order-free__options {
  align-items: center
}
.order-free__consultant-box .order-free__header {
  max-width: 100%
}
.order-free__consultant-box .order-free__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  color: #01161e
}
.order-free__consultant-box .order-free__subtitle {
  font-size: 14px;
  line-height: 18px;
  color: #01161e;
  margin-bottom: 24px
}
.order-free__consultant-box .order-free__order {
  max-width: 224px
}
.order-free__consultant-box .order-free__phone {
  background: #119da4;
  box-shadow: 0 7px 30px rgba(0, 0, 0, .1);
  margin-bottom: 16px
}
.order-free__consultant-box .order-free__clock {
  color: #119da4;
  border: 1px solid #119da4;
  margin: 16px 0 0;
  transition: .3s
}
.order-free__consultant-box .order-free__clock svg {
  fill: #119da4
}
.order-free__consultant-box .order-free__clock:hover {
  color: #0e858b;
  border-color: #0e858b;
  background-color: #effafb
}
.order-free__consultant-box .order-free__clock:hover svg {
  fill: #0e858b
}
.order-free__consultant-box--addons {
  box-shadow: none;
  margin: 0;
  padding: 0 48px
}
.order-free__modal--green svg {
  fill: #119da4 !important
}
.modal__error svg, .order-free__modal--green .modal__error svg {
  fill: #3f3f3f !important
}
.order-free__modal--green .order-free__order {
  border-color: #119da4;
  color: #119da4
}
.order-free__modal--chat .order-free__order--fill svg path, .order-free__modal--green .order-free__phone--clean svg {
  fill: #fff !important
}
.order-free__modal--green .order-free__phone--clean {
  color: #fff;
  background: #119da4
}
.order-free__modal--chat .order-free__order--fill {
  font-weight: 800 !important
}
.order-free__modal--chat .order-free__order:hover {
  background-color: #effafb
}
.order-free--inside {
  margin: 40px 0 56px
}
.dropdown {
  display: block;
  border: 1px solid #c4c4c4;
  border-radius: 6px;
  font-size: 16px;
  line-height: 22px;
  color: #222;
  margin: 0 0 16px
}
.dropdown__current {
  cursor: pointer;
  outline: 0
}
.dropdown__current:focus + .dropdown__list {
  opacity: 1;
  z-index: 100;
  -webkit-animation-name: none;
  animation-name: none
}
.dropdown__current:focus + .dropdown__list .dropdown__option {
  cursor: pointer
}
.dropdown__current:focus .dropdown__arrow {
  transform: translateY(1px) rotate(-45deg)
}
.dropdown__arrow {
  width: 8px;
  height: 8px;
  border-top: 1px solid #646464;
  border-right: 1px solid #646464;
  display: inline-block;
  transform: translateY(-3px) rotate(135deg);
  margin: 16px;
  position: absolute;
  right: 0;
  top: 4px;
  transition: .3s ease
}
.dropdown__value {
  display: flex
}
.dropdown__input, .dropdown__input-text, .modal__with-image .modal__side-image--lg, .modal__with-image--contact .modal__side-image::before {
  display: none
}
.dropdown__input:checked + .dropdown__input-text {
  display: block
}
.dropdown__input-text {
  width: 100%;
  margin: 0;
  padding: 13px 32px 13px 16px;
  background-color: #fff;
  border-radius: 6px
}
.dropdown__list {
  background: #fff;
  border: 1px solid #c4c4c4;
  border-radius: 6px;
  width: calc(100% + 2px);
  padding: 0;
  list-style: none;
  z-index: 100;
  opacity: 0;
  position: absolute;
  top: 47px;
  left: -1px;
  -webkit-animation-name: HideList;
  animation-name: HideList;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: step-start;
  animation-timing-function: step-start;
  max-height: 241px;
  overflow-x: hidden;
  overflow-y: scroll
}
.dropdown__list li:last-of-type {
  border: transparent
}
.dropdown__list li:last-of-type .dropdown__option {
  border-color: transparent
}
.dropdown__option {
  background-color: #fff;
  display: flex;
  align-items: center;
  padding: 10px 32px 10px 16px;
  font-size: 14px;
  line-height: 19px;
  color: #222;
  border-bottom: 1px solid #eee;
  position: relative
}
.dropdown__option:focus, .dropdown__option:hover {
  background: #f2f2f2;
  border-bottom: 1px solid transparent;
  border-top: 1px solid #ddd;
  margin-top: -1px
}
.dropdown__option--checked::after, .dropdown__option:focus::after, .dropdown__option:hover::after {
  content: '';
  background-repeat: no-repeat;
  background-position: center center;
  width: 10px;
  height: 7px;
  position: absolute;
  top: 15px;
  right: 12px
}
@-webkit-keyframes HideList {
  from {
    transform: scaleY(1)
  }
  to {
    transform: scaleY(0)
  }
}
@keyframes HideList {
  from {
    transform: scaleY(1)
  }
  to {
    transform: scaleY(0)
  }
}
.modal__loader {
  width: 100px;
  height: 100px;
  position: fixed;
  transform-origin: 50% 50%;
  -webkit-animation: modalLoaderSpin 1.4s linear infinite;
  animation: modalLoaderSpin 1.4s linear infinite
}
.modal__loader--absolute {
  position: absolute !important
}
.modal__loader .modal__loader-spinner {
  transform-origin: 50% 50%;
  -webkit-animation: modalLoaderDashSpin 1.4s ease-in-out infinite;
  animation: modalLoaderDashSpin 1.4s ease-in-out infinite
}
.modal__loader circle {
  -webkit-animation: modalLoaderDash 1.4s ease-in-out infinite;
  animation: modalLoaderDash 1.4s ease-in-out infinite;
  stroke-dasharray: 1570;
  stroke-dashoffset: 392.5;
  stroke: #3f3f3f;
  stroke-width: 19;
  fill: none
}
.btn-primary svg, .btn-secondary svg, .modal__loader-letters path, .modal__phone-number svg path, .modal__phone-number--contact svg path {
  fill: #fff
}
@-webkit-keyframes modalLoaderSpin {
  0% {
    transform: rotate(0)
  }
  100% {
    transform: rotate(270deg)
  }
}
@keyframes modalLoaderSpin {
  0% {
    transform: rotate(0)
  }
  100% {
    transform: rotate(270deg)
  }
}
@-webkit-keyframes modalLoaderDash {
  0%, 100% {
    stroke-dashoffset: 1413
  }
  50% {
    stroke-dashoffset: 392.5
  }
}
@keyframes modalLoaderDash {
  0%, 100% {
    stroke-dashoffset: 1413
  }
  50% {
    stroke-dashoffset: 392.5
  }
}
@-webkit-keyframes modalLoaderDashSpin {
  50% {
    transform: rotate(135deg)
  }
  100% {
    transform: rotate(450deg)
  }
}
@keyframes modalLoaderDashSpin {
  50% {
    transform: rotate(135deg)
  }
  100% {
    transform: rotate(450deg)
  }
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  max-height: 100%;
  display: flex;
  align-items: center;
  z-index: 9999999;
  background: rgba(0, 0, 0, .8)
}
.modal--buy .modal__inner {
  height: auto;
  border-radius: 12px 12px 0 0
}
.modal--center {
  align-items: flex-end
}
.modal__inner {
  width: 100%;
  height: 100%;
  background: #fff;
  position: relative;
  box-sizing: border-box;
  overflow: hidden
}
.modal__inner::before {
  top: 52px
}
.modal--large .modal__inputs, .modal--medium .modal__inputs {
  flex-direction: column;
  margin: 0 16px
}
.modal--scrollable .modal__inner {
  height: auto;
  max-height: 100%
}
.modal--scrollable .modal__container {
  margin: 0;
  max-height: 100vh;
  padding: 16px 0 0;
  overflow: auto
}
.modal__with-image--low .modal__inner {
  height: auto;
  padding-top: 51px;
  border-radius: 12px 12px 0 0
}
.modal__with-image .modal__inner {
  width: 100%;
  max-width: 100%;
  color: #222;
  position: relative;
  overflow: unset
}
.modal__with-image .modal__side-image {
  border-radius: 3px;
  max-width: 81px;
  height: 59px;
  position: static;
  background-repeat: no-repeat;
  margin: 16px 20px 16px 16px;
  overflow: hidden
}
.modal__with-image .modal__side-image--low {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background-position: cover;
  background-repeat: no-repeat;
  filter: drop-shadow(0 7px 30px rgba(0, 0, 0, .1));
  position: absolute;
  top: -51px;
  left: calc(50% - 56px)
}
.modal__with-image .modal__project-name {
  font-size: 14px;
  line-height: 19px;
  color: #222;
  text-align: left
}
.modal__with-image .modal__project-name--buy {
  margin: 0 32px 22px
}
.modal__with-image .modal__project-code {
  font-size: 14px;
  line-height: 21px;
  color: #222;
  text-align: left
}
.modal__with-image .modal__project-code--buy {
  font-size: 20px;
  line-height: 18px;
  margin: 0 32px 38px
}
.modal__with-image .modal__legal-notice, .modal__with-image .modal__legal-notice > a {
  color: #c4c4c4;
  font-size: 11px;
  line-height: 13px
}
.modal__with-image .modal__legal-notice {
  position: relative;
  margin: 16px 20px 0;
  padding-bottom: 10px
}
.modal__with-image .modal__legal-notice::before {
  content: '';
  position: absolute;
  top: -17px;
  left: 4px;
  width: 36px;
  height: 1px;
  background-color: #fff
}
.modal__with-image .modal__legal-notice > a, .modal__with-image .modal__legal-notice > p > a {
  position: relative;
  padding-bottom: 10px;
  text-decoration: underline
}
.modal__with-image .modal__legal-notice > a:hover {
  color: #fff
}
.modal__with-image .modal__legal-notice > p, .modal__with-image .modal__legal-notice > p > a {
  color: #c4c4c4;
  font-size: 11px;
  line-height: 13px
}
.modal__with-image .modal__legal-notice > p > a:hover {
  color: #fff
}
.modal__with-image--contact .modal__side-image {
  height: 86px;
  width: 86px;
  max-width: 86px;
  top: -59px;
  filter: drop-shadow(0 7px 30px rgba(0, 0, 0, .1))
}
.modal__with-image--contact .modal__header {
  margin-bottom: 0
}
.modal__with-image--contact .modal__main-text {
  max-width: 270px;
  margin: 0 auto 16px
}
.modal__with-image--contact .modal__phone-number {
  max-width: 300px;
  width: 100%;
  margin: 4px auto 0
}
.modal__with-image--contact .modal__phone-number--top {
  margin: 0 auto 4px
}
.modal__partial-mobile .modal__inner {
  height: auto;
  border-radius: 12px 12px 0 0
}
.modal__chat, .modal__order-call {
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: .2px;
  color: #3f3f3f;
  width: 100%;
  max-width: 300px;
  padding: 13px;
  outline: 0;
  background: #fff;
  border: 1px solid #3f3f3f;
  box-sizing: border-box;
  border-radius: 6px
}
.modal__chat {
  margin: 8px auto
}
.modal__order-call {
  margin: 12px auto 0
}
.modal--available .modal__chat-link::before, .modal--available .modal__chat::before {
  content: '';
  display: inline-block;
  width: 11px;
  height: 11px;
  background: #06A84F;
  margin-right: 8px;
  border-radius: 50%
}
.modal--available .modal__content {
  margin-bottom: 12px
}
.modal--available .modal__button-underline {
  color: #222
}
.modal__main-text {
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  max-width: 222px;
  margin: auto
}
.modal__call-info {
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  margin: 12px 0
}
.modal__line-after {
  margin: 16px auto
}
.modal__button-underline {
  font-size: 16px;
  line-height: 20px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  border: 0;
  background: 0 0;
  outline: 0;
  cursor: pointer;
  margin-top: 11px;
  margin-bottom: 14px
}
.modal__phone-number {
  color: #fff;
  background: #3f3f3f;
  font-weight: 800;
  font-size: 14px;
  line-height: 20px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 14px 13px;
  max-width: 300px;
  margin: auto
}
.modal__phone-number svg {
  height: 16px;
  width: 16px;
  margin-right: 8px
}
.modal__phone-number--contact {
  font-size: 16px;
  text-align: center
}
.modal__phone-number--contact svg {
  width: 16px;
  height: 16px;
  margin: 0 8px 0 0
}
.modal__phone-number--top {
  margin-top: 16px
}
.modal__buy-project {
  color: #3f3f3f;
  background: #fff;
  border: 1px solid #3f3f3f;
  border-radius: 6px;
  font-weight: 800;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  letter-spacing: .2px;
  text-transform: uppercase;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: -11px auto 0;
  padding: 13px 86.5px
}
.modal__container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  max-height: 100%;
  margin: 16px 0 0
}
.modal__container--center {
  align-self: center
}
.modal__container--centered {
  justify-content: center
}
.modal__close {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 8px;
  right: 8px;
  transition: .3s;
  cursor: pointer;
  z-index: 99999
}
.modal__close::before {
  content: '';
  width: 14px;
  height: 14px;
  position: absolute;
  top: 0;
  transition: filter .3s;
  box-sizing: content-box;
  z-index: 10;
  background-repeat: no-repeat;
  background-position: center center;
  right: 0;
  padding: 15px
}
.modal__close:hover {
  background: #eee
}
.modal__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%
}
.modal__icon {
  margin: 4px auto 16px;
  width: 52px;
  height: 45px
}
.modal__header {
  max-width: none;
  text-align: center;
  margin: 0 32px 16px
}
.modal__header--mobile {
  background-color: #fbfbfb;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: center;
  margin: 16px 0 4px
}
.modal__header--desktop {
  display: none
}
.modal__header--low {
  margin-bottom: 0
}
.modal__header--top-space {
  margin-top: 24px
}
.modal__header--universal {
  margin: 0
}
.modal__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #222;
  margin: 8px 70px 0 16px;
  text-align: left
}
.modal__title--center {
  margin: 8px 0 16px
}
.modal__subtitle {
  font-size: 14px;
  line-height: 18px;
  color: #717171;
  margin: 16px;
  text-align: left
}
.modal__text-arrow {
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='41' viewBox='0 0 28 41' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M26.9999 1C17.0005 7 8.49854 25 8.49902 38' stroke='%233f3f3f' stroke-width='2'/%3E%3Cpath d='M1 26.5L9.5 39L19 29.5' stroke='%233f3f3f' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-position: center bottom 14px;
  background-repeat: no-repeat;
  color: #222;
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
  margin: 0;
  padding-bottom: 62px;
  text-align: center
}
.modal__subheading {
  color: #333;
  font-size: 16px;
  line-height: 22px;
  margin: 24px 0 0
}
.modal__text-info {
  color: #646464;
  font-size: 16px;
  margin-bottom: 16px
}
.modal__text-email {
  color: #222;
  font-size: 16px;
  margin: 20px 0 24px;
  width: 100%
}
.modal__warning {
  margin-bottom: 14px;
  padding: 13px 17px;
  border: 1px dashed #c4c4c4;
  border-radius: 12px;
  font-size: 16px
}
.modal__form {
  overflow-x: hidden;
  overflow-y: auto;
  color: #646464
}
.modal__input {
  font-size: 16px;
  line-height: 22px;
  background: #fff;
  width: 100%;
  padding: 13px 16px;
  border: 1px solid #c4c4c4;
  border-radius: 6px;
  outline: 0;
  color: #646464;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}
.modal__input:focus {
  border: 2px solid #717171;
  margin: -1px
}
.modal__input:focus + .modal__input-label {
  background: #fff;
  top: -8px;
  font-size: 12px;
  line-height: 16px;
  padding: 0 4px
}
.modal__input:not(:-moz-placeholder-shown) + .modal__input-label {
  background: #fff;
  top: -8px;
  font-size: 12px;
  line-height: 16px;
  padding: 0 4px
}
.modal__input:not(:-ms-input-placeholder) + .modal__input-label {
  background: #fff;
  top: -8px;
  font-size: 12px;
  line-height: 16px;
  padding: 0 4px
}
.modal__input:not(:placeholder-shown) + .modal__input-label {
  background: #fff;
  top: -8px;
  font-size: 12px;
  line-height: 16px;
  padding: 0 4px
}
.modal__input--phone {
  width: 100%;
  margin: 0;
  padding-left: 50px
}
.modal__input-label {
  color: #646464;
  font-size: 16px;
  line-height: 22px;
  position: absolute;
  top: 14px;
  left: 13px;
  transition: .3s;
  pointer-events: none;
  padding: 0 4px;
  border-radius: 4px;
  background: 0 0
}
.modal__input-container--required, .modal__input-container--show-prefix {
  position: relative
}
.modal__input-label--up {
  background: #fff;
  top: -8px;
  font-size: 12px;
  line-height: 16px;
  padding: 0 4px
}
.modal__asterix {
  color: #3f3f3f
}
.modal__input-container {
  width: 100%
}
.modal__input-container--full {
  margin-bottom: 16px
}
.modal__input-container--show-prefix::before {
  content: '+48';
  font-size: 16px;
  line-height: 22px;
  color: #646464;
  position: absolute;
  left: 16px;
  top: 14px
}
.modal__day::after, .modal__day::before, .modal__valid::after {
  content: ''
}
.modal__input-arrow {
  margin: 14px
}
.modal__input-arrow path {
  fill: none
}
.modal__phone-info {
  font-size: 12px;
  line-height: 16px;
  color: #717171;
  width: 170px;
  flex-grow: 1;
  margin: 12px 0;
  font-style: italic
}
.modal__phone-info--wide {
  width: 100%;
  margin: 0 0 12px
}
.modal__day-select {
  display: flex
}
.modal__day {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
  color: #222;
  width: 50%;
  background: #fff;
  border: 1px solid #c4c4c4;
  padding: 13px 52px;
  margin-bottom: 19px;
  outline: 0;
  position: relative;
  cursor: pointer;
  transition: .3s
}
.modal__info, .modal__message, .modal__message--error {
  font-size: 12px;
  line-height: 16px
}
.modal__day:focus, .modal__day:hover {
  background: #f2f2f2
}
.modal__day::before {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  position: absolute;
  left: 18px;
  top: 13px;
  border: 1px solid #c4c4c4;
  background: #fff
}
.modal__day::after {
  border-radius: 50%;
  transition: .3s
}
.modal__day--selected {
  border: 1px solid #222;
  z-index: 2
}
.modal__day--selected::before {
  border: 2px solid #222
}
.modal__day--selected::after {
  width: 12px;
  height: 12px;
  background-color: #222;
  position: absolute;
  left: 23px;
  top: 18px
}
.modal__day--today {
  border-radius: 6px 0 0 6px
}
.modal__day--tomorrow {
  border-radius: 0 6px 6px 0;
  margin-left: -1px
}
.modal__day--disabled {
  cursor: not-allowed;
  color: #717171;
  opacity: .2
}
.btn, .checkbox, .checkbox input, .modal__more, .modal__order-button, .modal__success-button, .modal__terms-description {
  cursor: pointer
}
.modal__day--disabled:focus, .modal__day--disabled:hover {
  background: #fff
}
.modal__link {
  color: #646464;
  outline: 0;
  text-decoration: underline;
  transition: color .3s
}
.modal__link:hover {
  color: #222
}
.modal__link--on-image {
  color: #c4c4c4
}
.modal__link--on-image:hover {
  color: #fff
}
.modal__info {
  margin-top: 10px
}
.modal__message {
  transition: color .3s
}
.modal__message--error {
  color: #3f3f3f;
  margin-top: 4px
}
.modal__message--neutral {
  color: #717171
}
.modal__email {
  position: relative;
  flex-grow: 1
}
.modal__email svg {
  position: absolute;
  top: 23px;
  left: 16px;
  fill: #44c2c9
}
.modal__phone {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center
}
.modal__error::before {
  color: #3f3f3f
}
.modal__error .modal__message--error::before {
  content: 'i';
  font-size: 8px;
  line-height: 10px;
  text-align: center;
  margin-right: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #3f3f3f;
  display: inline-block;
  position: relative;
  top: -1px
}
.modal__error .checkbox__checkmark {
  border: 2px solid #3f3f3f !important;
  margin-top: -1px;
  margin-bottom: -1px
}
.modal__error .modal__input + .modal__input-label {
  color: #3f3f3f;
  background: #fff;
  top: -8px;
  font-size: 12px;
  line-height: 16px;
  padding: 0 4px
}
.modal__error .modal__checkmark, .modal__error .modal__input, .modal__error .modal__input:focus {
  color: #3f3f3f;
  border: 2px solid #3f3f3f;
  margin-top: -1px;
  margin-bottom: -1px
}
.modal__error .modal__checkmark::-webkit-input-placeholder, .modal__error .modal__input::-webkit-input-placeholder, .modal__error .modal__input:focus::-webkit-input-placeholder {
  color: #3f3f3f
}
.modal__error .modal__checkmark::-moz-placeholder, .modal__error .modal__input::-moz-placeholder, .modal__error .modal__input:focus::-moz-placeholder {
  color: #3f3f3f
}
.modal__error .modal__checkmark:-ms-input-placeholder, .modal__error .modal__input:-ms-input-placeholder, .modal__error .modal__input:focus:-ms-input-placeholder {
  color: #3f3f3f
}
.modal__error .modal__checkmark:-moz-placeholder, .modal__error .modal__input:-moz-placeholder, .modal__error .modal__input:focus:-moz-placeholder {
  color: #3f3f3f
}
.modal__error .modal__link, .modal__error .modal__message, .modal__error .modal__required > p > a, .modal__error .modal__terms-description {
  color: #3f3f3f
}
.modal__valid {
  position: relative
}
.modal__valid::after {
  width: 10px;
  height: 15px;
  border-right: 2px solid #06A84F;
  border-bottom: 2px solid #06A84F;
  background-origin: 1px;
  display: inline-block;
  transform: rotate(45deg);
  position: absolute;
  right: 16px;
  top: 14px
}
.modal__terms {
  position: relative;
  display: none;
  margin: 0 25px
}
.modal__terms--show {
  display: block
}
.modal__terms--old {
  display: block !important
}
.modal__collapsible--mt, .modal__collapsible > p, .modal__more, .modal__terms-description {
  display: inline-block;
  font-size: 12px;
  line-height: 16px
}
.modal__collapsible--mt {
  margin-top: 8px
}
.modal__collapsible > p {
  margin-top: 8px;
  color: #646464
}
.modal__collapsible > p > a {
  color: #646464;
  outline: 0;
  text-decoration: underline;
  transition: color .3s
}
.modal__collapsible > p > a:hover {
  color: #222
}
.modal__collapsible > a {
  color: #646464;
  outline: 0;
  text-decoration: underline;
  transition: color .3s
}
.modal__collapsible > a:hover {
  color: #222
}
.modal__terms-description--with-asterix::before {
  content: '* ';
  color: #3f3f3f
}
.modal__more {
  font-weight: 700;
  z-index: 10;
  position: relative
}
.modal__checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  border: 1px solid #c4c4c4;
  border-radius: 3px;
  background: #fff;
  transition: .3s
}
.modal__checkmark:hover {
  border-color: #717171
}
.modal__checkmark::after {
  content: '';
  position: absolute;
  display: none;
  left: 4px;
  top: 2px;
  width: 6px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  border-radius: 1px;
  transform: rotate(45deg)
}
.modal__checkbox-info {
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  color: #222
}
.modal__dropdowns {
  display: flex
}
.modal__divider {
  font-size: 14px;
  text-align: center;
  color: #646464;
  position: relative;
  height: 60px;
  line-height: 60px
}
.modal__divider div {
  padding: 50% 0
}
.modal__divider::after, .modal__divider::before {
  content: '';
  background-color: #ddd;
  width: 28%;
  height: 1px;
  position: absolute;
  top: 50%
}
.modal__divider::before {
  left: 50px
}
.modal__divider::after {
  right: 50px
}
.modal__full-divider {
  font-size: 14px;
  height: 16px;
  margin: 32px 0 24px;
  position: relative;
  text-align: left
}
.modal__full-divider:before {
  background: #ddd;
  content: '';
  height: 1px;
  position: absolute;
  top: 8px;
  width: 100%
}
.modal__full-divider:after {
  background-color: #fff;
  color: #717171;
  content: 'ale zanim to zrobisz';
  font-size: 14px;
  left: 50%;
  padding: 0 10px;
  position: absolute;
  top: -1px;
  transform: translate(-50%);
  white-space: nowrap
}
.modal__order-button {
  font-weight: 800;
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  padding: 15px 0;
  margin: 10px 16px 12px;
  background: #3f3f3f;
  border-radius: 6px;
  display: block;
  width: calc(100% - 32px);
  border: none;
  outline: 0;
  box-shadow: 0 7px 30px rgba(0, 0, 0, .1);
  transition: .3s
}
.modal__order-button:hover {
  background: #e83c50
}
.modal__order-loader {
  height: 100px;
  width: 100px;
  margin: -45px 0
}
.modal__button-container {
  width: 100vw;
  box-shadow: 0 7px 30px rgba(0, 0, 0, .2);
  padding: 12px 16px
}
.modal .modal__button {
  margin: 24px auto 8px;
  flex-shrink: 0;
  filter: none;
  transition: filter .3s
}
.modal .modal__button:focus {
  filter: brightness(120%)
}
.modal .modal__button:disabled {
  cursor: not-allowed;
  filter: saturate(0)
}
.modal .modal__button--low {
  margin: 8px auto
}
.modal .modal__button--last {
  margin: 8px auto 24px
}
.modal__favourites .modal__header, .modal__thanks .modal__header {
  margin: auto;
  width: 85%;
  max-width: 360px
}
.modal__favourites .modal__header--wide, .modal__thanks .modal__header--wide {
  max-width: 410px
}
.modal__thanks .modal__inner {
  height: auto;
  border-radius: 12px 12px 0 0;
  align-self: flex-end
}
.modal__thanks .modal__title {
  color: #222;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  margin: auto
}
.modal__thanks .modal__title--large {
  font-size: 24px;
  line-height: 30px
}
.modal__thanks .modal__subtitle {
  color: #717171;
  margin: 14px 0 18px
}
.modal__thanks .modal__subtitle--normal {
  font-size: 16px;
  line-height: 22px
}
.modal__thanks .modal__list {
  counter-reset: section;
  margin-bottom: 32px
}
.modal__thanks .modal__list-item {
  color: #333;
  font-size: 16px;
  line-height: 24px;
  margin: 18px 0;
  padding-left: 46px;
  position: relative;
  text-align: left
}
.modal__thanks .modal__list-item:before {
  background-color: #CDEEDC;
  border-radius: 50%;
  color: #06A84F;
  content: counter(section);
  counter-increment: section;
  display: block;
  font-size: 16px;
  font-weight: 700;
  height: 32px;
  left: 0;
  line-height: 32px;
  position: absolute;
  text-align: center;
  top: -2px;
  width: 32px
}
.modal__success-icon {
  height: auto;
  width: 100%;
  margin-top: 48px
}
.modal__checkmark-icon {
  margin-bottom: 18px;
  margin-top: 36px
}
.modal__error-icon {
  width: 100%;
  margin-top: 48px
}
.modal__success-button {
  font-weight: 800;
  font-size: 16px;
  line-height: 18px;
  color: #01161e;
  margin: 15px 0 30px;
  background: #fff;
  border: 1px solid #c4c4c4;
  box-sizing: border-box;
  border-radius: 6px;
  padding: 13px 19px;
  white-space: nowrap;
  outline: 0;
  transition: .3s
}
.modal__success-button:hover {
  border-color: #222
}
.modal__success-button--icon {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 32px auto;
  padding: 15px 32px;
  width: 100%
}
.modal__opinions {
  margin-right: 8px;
  margin-left: 8px;
  max-width: none
}
.modal__loader-container {
  display: flex;
  justify-content: center;
  padding: 16px
}
.modal__loader-container--hidden, .modal__project-container {
  display: none
}
.checkbox, .checkbox input:checked ~ .checkbox__checkmark::after, .modal__project-container--show {
  display: block
}
.modal--estimate .modal__container {
  justify-content: flex-start
}
.modal--estimate .modal__form {
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-y: scroll
}
.modal--estimate .modal__form::-webkit-scrollbar {
  display: none
}
.modal--estimate .modal__header {
  margin: 0
}
.modal--estimate .modal__subtitle, .modal--estimate .modal__title {
  text-align: left;
  margin: 0
}
.modal--estimate .modal__title {
  font-size: 20px;
  line-height: 28px;
  margin: 8px 70px 16px 16px
}
.modal--estimate .modal__subtitle {
  margin-left: 16px;
  margin-bottom: 24px;
  padding-right: 16px
}
.modal--estimate .modal__phone-info {
  margin: 8px 0 16px
}
.modal--estimate .modal__button-container {
  box-shadow: none
}
.modal--estimate .modal__additional-info {
  display: none
}
.modal--estimate .info__buttons {
  text-align: left;
  padding: 0 16px
}
.modal--estimate .info__buttons span {
  margin: 0 8px
}
.modal--estimate .info__buttons-divider {
  position: relative;
  border-bottom: 1px solid #ddd;
  margin-bottom: 26px
}
.modal--estimate .info__buttons-divider::after {
  content: 'lub';
  position: absolute;
  top: -13px;
  left: 44%;
  font-size: 14px;
  line-height: 18px;
  padding: 4px 10px;
  background: #fff;
  color: #717171
}
.modal--estimate .info__buttons-wrapper {
  display: flex;
  margin: 12px 0 29px
}
.modal--estimate .info__buttons-wrapper a:first-child {
  margin-right: 8px
}
.btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 6px;
  width: 100%;
  height: 48px;
  padding: 0 20px;
  color: #000;
  background: #FFF;
  font-family: 'Nunito Sans', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .3px;
  white-space: nowrap;
  touch-action: manipulation;
  user-select: none;
  transition: .3s;
  outline: 0
}
.btn--xs {
  height: 40px;
  padding: 0 24px;
  font-size: 14px
}
.btn--xs svg {
  transform: scale(.9);
  transform-origin: right;
  margin-right: 8px !important
}
.btn--lg {
  height: 64px;
  padding: 0 44px;
  font-size: 20px
}
.btn--fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content
}
.btn--square {
  border-radius: 0
}
.btn--centered {
  margin: 0 auto
}
.btn--icon {
  padding: 0 5px !important
}
.btn--iconLeft img, .btn--iconLeft svg {
  margin-right: 10px
}
.btn--iconRight img, .btn--iconRight svg {
  margin-left: 10px;
  order: 2
}
.btn--text {
  position: static;
  padding: 0;
  background: 0 0
}
.btn--disabled {
  opacity: .3;
  pointer-events: none
}
.btn__content {
  align-items: center;
  display: flex
}
.btn-primary {
  background: #3f3f3f !important;
  border-color: #3f3f3f !important;
  color: #fff
}
.btn-primary--processing:before {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='L4' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 100 100' enable-background='new 0 0 0 0' xml:space='preserve'%3E%3Ccircle fill='%23fff' stroke='none' cx='6' cy='50' r='6'%3E%3Canimate attributeName='opacity' dur='1s' values='0;1;0' repeatCount='indefinite' begin='0.1'/%3E%3C/circle%3E%3Ccircle fill='%23fff' stroke='none' cx='26' cy='50' r='6'%3E%3Canimate attributeName='opacity' dur='1s' values='0;1;0' repeatCount='indefinite' begin='0.2'/%3E%3C/circle%3E%3Ccircle fill='%23fff' stroke='none' cx='46' cy='50' r='6'%3E%3Canimate attributeName='opacity' dur='1s' values='0;1;0' repeatCount='indefinite' begin='0.3'/%3E%3C/circle%3E%3C/svg%3E");
  background-position: left;
  background-repeat: no-repeat;
  background-size: 90px 90px;
  content: "";
  height: 16px;
  padding-right: 47px;
  margin-right: 12px
}
.btn-primary:hover {
  background: #ef4357 !important;
  border-color: #ef4357 !important;
  color: #fff !important
}
.btn-primary:active {
  background: #bc1024;
  border-color: #bc1024
}
.btn-primary:focus {
  border-color: #f9b8c0
}
.btn-secondary {
  background: #3D4753;
  border-color: #3D4753;
  color: #fff
}
.btn-secondary:hover {
  background: #617184;
  border-color: #617184
}
.btn-secondary:active {
  background: #3D4753;
  border-color: #3D4753
}
.btn-secondary:focus {
  border-color: #3D4753;
  box-shadow: inset 0 0 0 1px #3D4753
}
.btn-outline-secondary {
  background: #fff !important;
  border-color: #c4c4c4 !important;
  color: #333 !important
}
.btn-outline-secondary svg {
  fill: #333 !important
}
.btn-outline-secondary:hover {
  border-color: #333 !important
}
.btn-outline-secondary:active, .btn-outline-secondary:focus {
  border-color: #222 !important
}
.checkbox {
  margin: 8px 0;
  position: relative;
  padding-left: 25px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.checkbox:hover .checkbox__checkmark {
  border-color: #717171
}
.checkbox input {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0
}
.checkbox input:focus ~ .checkbox__checkmark, .checkbox input:hover ~ .checkbox__checkmark {
  border: 1px solid #222
}
.checkbox input:checked ~ .checkbox__checkmark {
  background: #222;
  border-color: #222
}
.checkbox__terms-description {
  position: relative
}
.checkbox__terms-description--with-asterix::after {
  content: ' *';
  color: #3f3f3f
}
.checkbox__terms-description, .checkbox__terms-description > a, .checkbox__terms-description > p {
  position: relative;
  color: #646464;
  font-size: 12px;
  line-height: 16px;
  display: inline-block;
  cursor: pointer;
  z-index: 10
}
.checkbox__terms-description > a {
  text-decoration: underline
}
.checkbox__terms-description > a:hover {
  color: #000
}
.checkbox__terms-link {
  font-size: inherit;
  line-height: inherit;
  text-decoration: underline;
  display: inline-block;
  cursor: pointer;
  z-index: 10
}
.checkbox__checkmark {
  position: absolute;
  top: 1px;
  left: 0;
  height: 16px;
  width: 16px;
  border: 1px solid #c4c4c4;
  border-radius: 3px;
  background: #fff
}
.checkbox__checkmark:hover {
  border-color: #717171
}
.checkbox__checkmark::after {
  content: '';
  position: absolute;
  display: none;
  left: 4px;
  top: 2px;
  width: 6px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  border-radius: 1px;
  transform: rotate(45deg)
}
.checkbox__checkbox-info {
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  color: #222
}
.checkbox__error .checkbox__checkmark {
  color: #3f3f3f;
  border: 2px solid #3f3f3f
}
.checkbox__error .checkbox__checkmark::after {
  margin-top: -1px;
  margin-left: -1px
}
.checkbox__error .checkbox__checkmark::-webkit-input-placeholder {
  color: #3f3f3f
}
.checkbox__error .checkbox__checkmark::-moz-placeholder {
  color: #3f3f3f
}
.checkbox__error .checkbox__checkmark:-ms-input-placeholder {
  color: #3f3f3f
}
.checkbox__error .checkbox__checkmark:-moz-placeholder {
  color: #3f3f3f
}
.checkbox__error-message {
  font-size: 12px;
  line-height: 16px;
  color: #3f3f3f
}
.checkbox--big {
  padding: 13px 13px 13px 48px;
  border-radius: 6px
}
.checkbox--big .checkbox__checkmark {
  height: 24px;
  width: 24px;
  margin-top: 11px;
  margin-left: 13px
}
.checkbox--big .checkbox__checkmark::after {
  border-width: 0 2px 2px 0;
  left: 7px;
  top: 3px;
  width: 7px;
  height: 12px
}
.checkbox--big .checkbox__terms-description {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #222
}
.checkbox--background {
  margin-left: -13px;
  background-color: #ECF0F9
}
.checkbox--radio {
  margin: 16px 0
}
.checkbox--radio .checkbox__check {
  margin-top: -2px
}
.checkbox--radio .checkbox__checkmark {
  height: 24px;
  width: 24px;
  border-radius: 50%;
  margin-top: -4px
}
.checkbox--radio .checkbox__checkmark::after {
  border-width: 0 3px 3px 0;
  left: 7px;
  top: 4px;
  width: 8px;
  height: 11px
}
.checkbox--radio .checkbox__terms-description {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  margin-left: 8px
}
.checkbox--reverse {
  padding-left: 0;
  padding-right: 25px
}
.checkbox--reverse .checkbox__checkmark {
  left: auto;
  right: 0
}
.checkbox--reverse .checkbox__terms-description {
  margin-left: 0;
  margin-right: 8px
}
.checkbox--required .checkbox__terms-description span:last-of-type::after {
  content: ' *';
  display: inline
}