@charset "UTF-8";

body {
  position: relative;
  font-size: 16px;
  font-family: 'PFAgoraSlabPro-Regular', sans-serif;
  font-weight: normal;
  font-style: normal;
  --title-color: #262626;
  --title-card-color: #006BA6;
  --text-color: #333333;
  --subtitle-color: #005C94;
  --grey-color: #999999;
  --btn-color: #FFD005;
  --accent-color: #FFD006;
  --disabled-color: #EBEBEB;
  scroll-behavior: smooth;
  max-width: 1440px;
  margin: 0 auto;
  overflow-x: hidden;
}

html {
  overflow-x: hidden;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: inherit;
}

h1,
h2,
.subtitle {
  font-family: 'Roboto Condensed', sans-serif;
}

a:hover,
button:hover {
  text-decoration: none;
  opacity: 0.8;
  outline: none;
}

.logo {
  width: 150px;
  height: 82px;
}

a {
  color: inherit;
}

a:hover {
  color: var(--btn-color);
}

.blocks {
  margin-right: -30px;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 64px 0;
}

.bold {
  font-weight: 700;
}

.contrast {
  background-color: var(--subtitle-color);
}

.title {
  position: relative;
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 16px;
  color: var(--text-color);
  margin-bottom: 32px;
}

.title:after {
  content: url("../../assets/title-line.svg");
  position: absolute;
  left: calc(50% - 32px);
  bottom: 0;
  width: 64px;
}

.title--little {
  font-size: 1.25rem;
  line-height: 1.2rem;
}

.title--contrast {
  font-weight: 700;
  font-size: 2.125rem;
  line-height: 1.26rem;
  color: #FFFFFF;
}

.text {
  font-size: 1rem;
  line-height: 1.5rem;
  color: var(--text-color);
}

.copyright {
  font-size: 1rem;
  line-height: 150%;
  color: #CCCCCC;
  margin-right: 198px;
}

.confid {
  font-size: 0.75rem;
  line-height: 150%;
  color: #333333;
}

.descr,
p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--text-color);
}

.descr--contrast,
p--contrast {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #FAFBFC;
}

.descr span,
p span {
  font-weight: bold;
}

.img--back {
  position: absolute;
}

.subtitle {
  font-weight: 500;
  font-size: 30px;
  line-height: 130%;
  text-transform: uppercase;
  color: var(--text-color);
  margin-bottom: 16px;
}

.btn {
  background-color: var(--btn-color);
  border-radius: 4px;
  padding: 12px 32px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: var(--text-color);
  cursor: pointer;
}

.btn:disabled {
  background-color: var(--disabled-color);
}

.btn--order {
  padding: 24px 64px;
  background-color: var(--btn-color);
  border-radius: 4px;
  width: 100%;
  color: var(--text-color);
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  text-align: center;
  -webkit-box-shadow: 4px 4px 51px #FFD006;
  box-shadow: 4px 4px 51px #FFD006;
}

ul {
  margin-bottom: -13px;
}

.d-none {
  display: none;
}

li {
  position: relative;
  margin-bottom: 13px;
  padding-left: 26px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--text-color);
  line-height: 26px;
}

li:before {
  content: url("../../assets/list-arrow.svg");
  position: absolute;
  left: 0;
}

.gallery {
  z-index: 9;
  overflow-x: hidden;
}

.input,
.select2 {
  font-family: 'PFAgoraSlabPro-Regular', sans-serif !important;
  width: auto;
  background-color: #FFFFFF;
  border: 1px solid transparent;
  border-radius: 10px;
  padding: 16px 32px;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.1875rem;
  color: var(--text-color);
}

.input::-webkit-input-placeholder {
  font-family: 'PFAgoraSlabPro-Regular', sans-serif !important;
}

.input::-moz-placeholder {
  font-family: 'PFAgoraSlabPro-Regular', sans-serif !important;
}

.input:-ms-input-placeholder {
  font-family: 'PFAgoraSlabPro-Regular', sans-serif !important;
}

.input::-ms-input-placeholder {
  font-family: 'PFAgoraSlabPro-Regular', sans-serif !important;
}

.input::placeholder {
  font-family: 'PFAgoraSlabPro-Regular', sans-serif !important;
}

.select2-selection__rendered {
  padding: 0 !important;
  color: inherit !important;
  line-height: inherit !important;
}

.select2-selection {
  background: none !important;
  border: none !important;
  height: initial !important;
}

.select2-selection__arrow b {
  display: none;
}

.select {
  width: 374px;
}

.select2-dropdown {
  border-radius: 10px !important;
  border-color: transparent !important;
}

.select2-dropdown {
  padding: 5px;
}

.itema img {
  display: block;
  max-height: 100%;
  width: auto;
  max-width: inherit;
}

.itema {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100px;
  vertical-align: middle;
  line-height: 130px;
  text-align: center;
  width: 80%;
  max-width: 80%;
  margin: 0 auto;
}

.trusted__slider {
  margin-left: -64px;
  margin-right: -64px;
  margin-bottom: 32px;
}

.trusted__btn {
  margin: 0 auto;
}

.select2 {
  position: relative;
}

.select2:after {
  content: url("../../assets/arrow.svg");
  position: absolute;
  top: 16px;
  right: 22px;
  width: 14px;
  height: 8px;
}

.swiper-pagination-bullet-active {
  background: #FFE163;
}

.swiper-pagination {
  cursor: pointer;
  bottom: 0 !important;
}

.swiper-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: url("../../assets/next.svg");
  font-family: initial;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: url("../../assets/prev.svg");
  font-family: initial;
}

.swiper-button-next {
  right: 235px;
  top: 63%;
}

.swiper-button-prev {
  left: 235px;
  top: 63%;
}

.form_radio input[type=radio] {
  display: none;
}

.form_radio label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin-right: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 0;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  color: #474747;
}

.form_radio label:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 32px;
  position: absolute;
  left: 0;
  top: 2px;
  background: url(../../assets/notchecked.svg) 0 0 no-repeat;
}

/* Checked */

.form_radio input[type=radio]:checked + label:before {
  background: url(../../assets/checked.svg) 0 0 no-repeat;
}

/* Hover */

.form_radio label:hover:before {
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
}

.form_radio {
  margin-bottom: 8px;
}

.header {
  z-index: 999;
  position: absolute;
  width: 100%;
}

.header__section {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 32px 0;
}

.header__link {
  font-weight: 500;
  font-size: 24px;
  line-height: 130%;
  color: #FFFFFF;
}

.header__links {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.maintenance__descr {
  margin: 0 auto;
  max-width: 633px;
  margin-bottom: 66px;
  text-align: center;
}

.maintenance__row {
  margin-bottom: 32px;
}

.maintenance__row--left {
  margin-left: -126px;
  padding-right: 126px;
}

.maintenance__row--right {
  margin-right: -126px;
  padding-left: 105px;
}

.maintenance__img {
  margin-right: 29px;
}

.maintenance__img--right {
  margin-right: 0;
  margin-left: 29px;
}

.maintenance__subdescr {
  margin-bottom: 32px;
}

.maintenance__btn {
  max-width: 970px;
  margin-left: 105px;
}

#maintenance {
  margin-bottom: 16px;
}

#maintenance li {
  padding: 0;
}

#maintenance li::before {
  content: none;
}

.block {
  padding: 24px;
  background-color: #FAFAFA;
  max-width: 370px;
  width: 100%;
  margin-right: 30px;
}

.block__img {
  width: 74px;
  height: 74px;
  margin-right: 16px;
}

.block__title {
  font-weight: 400;
  font-size: 21px;
  line-height: 130%;
  color: var(--text-color);
  margin-bottom: 16px;
}

.block__descr {
  line-height: 26px;
}

.block--contrast {
  background-color: white;
}

.whyOrder {
  background: #FAFAFA;
}

.whyOrder__blocks {
  margin-bottom: 16px;
}

.reviews__block {
  width: 100%;
  padding: 40px;
  background-color: #f8f8f8;
  margin-bottom: 36px;
  -webkit-transition: all 1.5s ease-in-out;
  -o-transition: all 1.5s ease-in-out;
  transition: all 1.5s ease-in-out;
}

.reviews__block--hidden {
  margin-bottom: 0;
  visibility: hidden;
  height: 0;
  max-height: 0;
  overflow: hidden;
  padding: 0 40px;
}

.reviews__review {
  width: 86px;
  margin-right: 50px;
  -o-object-fit: contain;
  object-fit: contain;
}

.reviews__logo {
  display: block;
  height: 64px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-bottom: 16px;
}

.reviews__name {
  font: 16px/13px "PFAgoraSlabPro-Bold";
  color: #39424e;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.reviews__position {
  font-style: italic;
  font-size: 14px;
}

.reviews__col {
  min-width: 214px;
  max-width: 214px;
  margin-right: 40px;
}

.numbers {
  background-image: url("../../assets/pic_numbers.png");
  background-position: top;
  background-size: 100% cover;
  background-repeat: no-repeat;
}

.numbers__row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.numbers__col {
  width: 100%;
  max-width: 220px;
}

.numbers__number {
  color: var(--accent-color);
  font-weight: 500;
  font-size: 64px;
  line-height: 77px;
  text-align: center;
}

.numbers__name {
  color: var(--accent-color);
  font-weight: 500;
  font-size: 32px;
  line-height: 38px;
  text-align: center;
  margin-bottom: 16px;
}

.numbers__descr {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #FFFFFF;
}

.feedback {
  background-image: url("../../assets/pic_form.png");
  background-position: top;
  background-size: 100% cover;
  background-repeat: no-repeat;
}

.feedback__form {
  padding: 32px 64px 64px;
  background: #FFFFFF;
  max-width: 432px;
  margin: 0 auto;
}

.feedback__section {
  max-width: 580px;
}

.feedback__input {
  padding: 16px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  font-family: 'PF Agora Slab Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  margin-bottom: 16px;
}

.feedback__input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.feedback__input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.feedback__input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.feedback__input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.feedback__input::placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.feedback__title {
  font-weight: 700;
  font-size: 42px;
  line-height: 55px;
  /* or 131% */
  text-align: center;
  text-transform: uppercase;
  color: var(--text-color);
}

.feedback__descr {
  font-weight: 700;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  color: var(--text-color);
  margin-bottom: 32px;
}

.feedback__btn {
  width: 100%;
  -webkit-box-shadow: 4px 4px 51px #FFD006;
  box-shadow: 4px 4px 51px #FFD006;
}

.liz {
  background: #FAFAFA;
  position: relative;
}

.liz__img {
  max-width: 176px;
  -o-object-fit: contain;
  object-fit: contain;
  cursor: pointer;
}

.liz__descr {
  max-width: 633px;
  text-align: center;
  margin: 0 auto 32px auto;
}

.liz__wrapper {
  max-width: 809px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  padding-bottom: 32px;
}

.liz__itema {
  cursor: pointer;
}

#magnify {
  display: none;
  /* position: absolute; upd: 24.10.2016 */
  position: fixed;
  max-width: 600px;
  height: auto;
  z-index: 9999;
}

#magnify img {
  width: 100%;
  max-height: 90vh;
  -o-object-fit: contain;
  object-fit: contain;
}

/* затемняющий фон */

#overlay {
  display: none;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  z-index: 9990;
}

/* кнопка закрытия */

#close-popup {
  width: 30px;
  height: 30px;
  background: #FFFFFF;
  border: 1px solid #AFAFAF;
  border-radius: 15px;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
}

#close-popup i {
  width: 30px;
  height: 30px;
  background: url(https://codernote.ru/files/cross.png) no-repeat center center;
  background-size: 16px 16px;
  display: block;
}

@-webkit-keyframes rota {
  25% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rota {
  25% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#close-popup:hover {
  -webkit-animation: rota 4s infinite normal;
  animation: rota 4s infinite normal;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.main {
  background-image: url("../../assets/main.png");
  background-position: top;
  background-size: 100% cover;
  background-repeat: no-repeat;
  padding-top: 263px;
  padding-bottom: 64px;
}

.main__section {
  padding: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main__title {
  max-width: 940px;
  font-weight: 700;
  font-size: 64px;
  line-height: 130%;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 16px;
}

.main__descr {
  margin-bottom: 32px;
}

.main__btn {
  background-color: var(--btn-color);
  border-radius: 4px;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  position: relative;
  padding: 12px 32px 12px 57px;
  color: var(--text-color);
  margin-bottom: 154px;
}

.main__btn:before {
  content: url("../../assets/phone-icon.svg");
  width: 18px;
  height: 18px;
  position: absolute;
  left: 32px;
}

.main__btn:hover {
  color: var(--text-color);
  opacity: 0.8;
}

@media (max-width: 1440px) {
  .swiper-button-next {
    right: 32px;
  }

  .swiper-button-prev {
    left: 32px;
  }

  .maintenance__row--left {
    margin-left: 0;
    padding-right: 0;
  }

  .maintenance__row--right {
    margin-right: 0;
    padding-left: 0;
  }
}

@media (max-width: 1240px) {
  body {
    font-size: 14px;
  }

  .section {
    max-width: none;
    padding: 32px 32px;
    width: initial;
  }

  .gallery {
    overflow: hidden;
  }

  .header__section {
    max-width: none;
    margin: 0 auto;
    padding: 32px 32px;
  }

  .header__link {
    font-size: 16px;
  }

  .maintenance__img {
    display: none;
  }

  .maintenance__btn {
    margin-left: 0;
  }

  .block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .block__img {
    margin-right: 0;
    margin-bottom: 16px;
  }

  .numbers__number {
    font-size: 32px;
    line-height: 130%;
  }

  .feedback__title {
    font-size: 32px;
    line-height: 130%;
  }

  .main {
    padding-top: 120px;
  }

  .main__title {
    font-size: 32px;
  }

  .main__btn {
    margin-bottom: 32px;
  }
}

@media (max-width: 900px) {
  .img--back {
    max-width: 50%;
  }

  .section {
    padding: 64px 32px;
  }

  .title {
    font-size: 1.8rem;
    line-height: 2.5rem;
    z-index: 0;
  }

  .title--little {
    font-size: 1rem;
  }

  .text {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .button {
    padding: 16px 24px;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.25rem;
  }

  .logo {
    height: 50px;
  }

  .gallery {
    z-index: 9;
  }

  .apply__input,
  .apply .select2 {
    width: auto !important;
    margin-bottom: 16px;
  }
}

@media (max-width: 800px) {
  .title {
    font-size: 24px;
  }

  .subtitle {
    font-size: 20px;
  }

  .section {
    padding: 32px;
  }

  .section__title {
    text-align: left;
  }

  .swiper-pagination {
    display: none;
  }

  .swiper-button-next {
    top: initial;
    bottom: 0;
  }

  .swiper-button-prev {
    top: initial;
    bottom: 0;
  }

  .maintenance__descr {
    text-align: left;
  }

  .maintenance__btn {
    padding: 24px;
    font-size: 16px;
    line-height: 130%;
  }

  .blocks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 0;
  }

  .block {
    margin-right: 0;
    margin-bottom: 30px;
    padding: 16px;
    max-width: none;
  }

  .block__img {
    width: 32px;
  }

  .reviews__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .reviews__review {
    display: none;
  }

  .numbers {
    display: none;
  }

  .feedback__title {
    font-size: 20px;
    margin-bottom: 16px;
    text-align: center;
  }

  .feedback__descr {
    line-height: 130%;
  }

  .feedback__form {
    padding: 32px;
  }

  .liz__img {
    max-width: 100%;
  }

  .main {
    padding-bottom: 0;
  }

  .main__title {
    font-size: 28px;
  }

  .main__descr {
    text-align: center;
  }
}

@media (max-width: 650px) {
  .title--little {
    margin-bottom: 0;
  }
}