* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
a {
  transition: 0.3s;
}
img {
  max-width: 100%;
  max-height: 100%;
}
ul {
  list-style-type: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
.container {
  width: 1150px;
  padding: 0 15px;
  margin: auto;
}
body,
input,
textarea,
button {
  font-family: 'Montserrat', sans-serif;
}
.modal {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
}
.modal .close-modal-times {
  color: rgba(213, 213, 213, 0.78);
  font-size: 50px;
  position: absolute;
  right: 15px;
  top: 0px;
  cursor: pointer;
  transition: 0.3s;
}
.modal .close-modal-times:hover {
  color: #ffffff;
}
.modal .modal-block {
  max-width: calc(100% - 30px);
  max-height: calc(100vh - 40px);
  overflow: auto;
  display: none;
  animation: scall 0.7s;
}
.modal .modal-block .form-box {
  width: 440px;
  max-width: 100%;
}
.modal-form-thanks {
  background: #fff;
  display: none;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 20px;
  margin: 10px;
  position: relative;
  text-align: left;
  vertical-align: middle;
  }
h3.c-blue {
  color: #15274b;
  margin: 20px 0;
  font-weight: 700;
}
.modal-info {
  width: 800px;
  background-color: #ffffff;
  padding: 40px 30px;
  border-radius: 10px;
}
.modal-info h3 {
  font-weight: bold;
  color: #222222;
  font-size: 22px;
  margin-bottom: 20px;
}
.modal-info p {
  color: #222222;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 10px;
}
.modal-info p:not(:last-child) {
  margin-bottom: 15px;
}
.open-modal {
  cursor: pointer;
}
.overflow-wrap {
  overflow-x: auto;
  padding-bottom: 10px;
}
.overflow-wrap::-webkit-scrollbar-track {
  background-color: #efebe0;
}
.overflow-wrap::-webkit-scrollbar {
  height: 5px;
  background-color: #efebe0;
}
.overflow-wrap::-webkit-scrollbar-thumb {
  background-color: #0e987f;
  border-radius: 5px;
}
.scroll-top {
  position: fixed;
  bottom: 12px;
  right: 15px;
  width: 34px;
  height: 34px;
  display: block;
  background-color: #FF2025;
  border: 1px solid #fff;
  background-image: url(../img/up-arrow.svg);
  background-size: 12px;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: all 0.6s ease;
  transform: translateX(150%);
  z-index: 10;
  border-radius: 7px;
}
.scroll-top:hover {
  background-color: #db1c20;
}
.scroll-top.active {
  opacity: 1;
  transform: none;
}
@keyframes scall {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
.btn-red {
  max-width: 100%;
  height: 40px;
  background: rgba(255, 32, 37, 0.16);
  border-radius: 8px;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  color: #FF2025;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
}
.btn-red:hover {
  background: rgba(255, 32, 37, 0.35);
}
.btn-red.blue {
  color: #005EAB;
  background: rgba(0, 94, 171, 0.16);
}
.btn-red.blue:hover {
  background: rgba(0, 94, 171, 0.35);
}
.header {
  background: #FFFFFF;
  box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07), 0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198), 0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802);
  padding: 32px 0;
}
.header-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-logo:hover {
  opacity: 0.7;
}
.header-address {
  padding: 2px 19px 2px 29px;
  background-image: url(../img/map-marker.svg);
  background-repeat: no-repeat;
  background-position: left center;
}
.header-address a {
  font-size: 14px;
  line-height: 16px;
  text-decoration: underline;
  color: #005EAB;
}
.header-address a:hover {
  color: #FF2025;
}
.header-phone {
  padding-left: 29px;
  background-image: url(../img/phone.svg);
  background-repeat: no-repeat;
  background-position: left center;
  font-weight: bold;
  font-size: 20px;
  color: #231F20;
}
.header-phone:hover {
  color: #FF2025;
}
.header-btn,
.header-address {
  margin-left: 60px;
}
.header-btn {
  width: 352px;
}
.banner {
  background-image: url(../img/banner-bg.jpg);
  background-size: cover;
  background-attachment: fixed;
  padding: 68px 0;
}
.banner-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.banner-content {
  width: calc(100% - 380px);
}
.banner-content h1 {
  max-width: 495px;
  font-weight: bold;
  font-size: 40px;
  color: #222222;
  margin-bottom: 8px;
}
.banner-content .banner-sub {
  font-size: 24px;
  color: #222222;
}
.banner-info {
  max-width: 544px;
  background-color: #FFFFFF;
  box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07), 0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198), 0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802);
  border-radius: 16px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 32px 0;
}
.banner-info-left {
  width: 143px;
  background-color: #005EAB;
  border-radius: 16px 0px 0px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner-info-left p {
  font-size: 16px;
  color: #FFFFFF;
}
.banner-info-right {
  width: calc(100% - 143px);
  padding: 32px 34px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.banner-info-box h6 {
  font-weight: bold;
  font-size: 16px;
  color: #222222;
}
.banner-info-box p {
  font-style: italic;
  font-weight: bold;
  font-size: 31px;
  color: #222222;
  text-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07), 0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198), 0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802);
}
.banner-info-box p sup {
  font-size: 20px;
}
.banner-info-box p span {
  color: #FF2025;
}
.banner-info-box p s {
  text-decoration: line-through #ff2025;
}
.banner-advantages {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.banner-advantages li {
  width: calc(25% - 25px);
  padding: 55px 17px 16px;
  background-color: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(16px);
  background-image: url(../img/reasons-icon-2.svg);
  background-repeat: no-repeat;
  background-position: 17px 23px;
  border-radius: 16px;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #222222;
}
.banner-form {
  width: 350px;
  max-width: 100%;
  padding: 40px;
  background-color: #FFFFFF;
  box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07), 0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198), 0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802);
  border-radius: 16px;
}
.banner-form h4 {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  color: #222222;
}
.banner-form .btn.small {
  margin-bottom: 16px;
}
.banner-form-text {
  font-size: 16px;
  color: #999999;
  text-align: center;
  margin-bottom: 8px;
}
.banner-form-sub {
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #222222;
  margin: 8px 0;
}
.btn {
  max-width: 100%;
  height: 48px;
  background: #005EAB;
  border-radius: 8px;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
}
.btn.small {
  height: 36px;
}
.btn.red {
  background-color: #FF2025;
}
.btn.red:hover {
  background-color: #e1171b;
}
.btn.white {
  color: #FF2025;
  background-color: #FFFFFF;
}
.btn.white:hover {
  background-color: #dddddd;
}
.btn:hover {
  background: #164d7a;
}
.banner-calculate {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.banner-calculate span {
  font-size: 16px;
  color: #222222;
}
.banner-calculate .input {
  width: calc(100% - 54px);
  padding-left: 15px;
  margin: 0;
}
.input {
  width: 100%;
  height: 40px;
  background-color: #FFFFFF;
  border: 1px solid #E5E5E5;
  outline: none;
  padding: 0 16px;
  border-radius: 8px;
  font-size: 16px;
  color: #222222;
}
.banner-price-title {
  font-weight: bold;
  font-size: 16px;
  color: #222222;
  text-align: center;
}
.banner-price-text {
  font-weight: bold;
  font-size: 32px;
  color: #222222;
  text-align: center;
}
.banner-price-text span {
  color: #FF2025;
}
.banner-bottom-text {
  font-size: 14px;
  color: #999999;
  text-align: center;
  margin-bottom: 16px;
}
section {
  background-color: #F8FBFF;
  padding: 100px 0;
}
section.blue-bg {
  background-color: #E8F0F9;
}
.title {
  font-weight: bold;
  font-size: 32px;
  color: #222222;
  text-align: center;
  margin-bottom: 16px;
}
.title span {
  color: #FF2025;
}
.title.title-margin {
  margin-bottom: 50px;
}
.sub-title {
  font-size: 16px;
  text-align: center;
  color: #222222;
  margin-bottom: 60px;
}
.test-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.test-block {
  width: 100%;
}
.test-title {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  color: #222222;
  margin-bottom: 24px;
}
.test-number-step {
  color: #FF2025;
}
.test-box {
  display: none;
}
.progress-line-box {
  background-color: #FFFFFF;
  border-radius: 4px;
  margin-bottom: 24px;
}
.progress-line {
  width: 0%;
  height: 10px;
  background-color: #FF2025;
  border-radius: 4px;
  transition: 0.4s;
}
.btn.move-next-btn {
  width: 106px;
  background-image: url(../img/white-arrow.svg);
  background-repeat: no-repeat;
  background-position: 17px center;
  padding-left: 20px;
  margin: 0 auto;
}
.btn.move-next-btn.this--disabled {
  pointer-events: none;
  background-color: gray;
}
.text-next-btn_wr {
  margin-top: 40px;
  width: 100%;
}

.test-input_wr {
  display: flex;
  align-items: center;
  margin: 20px auto 0;
}
.test-input__title {
  font-weight: 700;
  font-size: 27px;
}
.test-input {
  height: 60px;
  margin: 0 15px;
  border-radius: 30px;
  border: 1px solid gray;
  padding: 15px;
  font-size: 20px;
  width: 86px;
}
.test-input__measure {
  font-weight: 700;
  font-size: 27px;
  margin-top: -10px;
}

.test-block.finish .tests-container {
  display: none;
}
.test-block.finish .tests-form {
  max-width: 600px;
  display: block;
  margin: auto;
}
.tests-form {
  display: none;
}
.test-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.label-test {
  width: calc(18% - 20px);
  cursor: pointer;
  margin-bottom: 20px;
}
.label-test.this--20 {
  width: calc(20% - 20px);
}
.label-test input {
  display: none;
}
.label-test input:checked ~ .test-content {
  opacity: 1;
}
.label-test input:checked ~ .test-content .test-photo {
  position: relative;
}
.label-test input:checked ~ .test-content .test-photo:after {
  content: '';
  width: 40px;
  height: 40px;
  background-image: url(../img/checked.svg);
  background-size: cover;
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 20px);
}
.test-content {
  display: block;
  text-align: center;
  transition: 0.3s;
}
.test-content:hover {
  opacity: 0.75;
}
.test-photo {
  display: block;
}
.test-photo img {
  width: 100%;
  height: 285px;
  display: block;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
  margin-bottom: 24px;
}
.test-name {
  font-size: 14px;
  color: #222222;
}
.uneven-ceiling {
  background-image: url(../img/uneven-ceiling-bg.png);
  background-repeat: no-repeat;
  background-position-x: calc(100% - 100px);
  background-position-y: bottom;
}
.uneven-ceiling-wrap {
  max-width: 735px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.uneven-ceiling-block {
  width: calc(50% - 16px);
  padding: 37px 33px;
  background-color: #FFFFFF;
  box-shadow: 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802);
  border-radius: 16px;
  margin-bottom: 32px;
}
.uneven-ceiling-block h3 {
  font-weight: bold;
  font-size: 16px;
  color: #FF2025;
  margin-bottom: 15px;
}
.uneven-ceiling-block p {
  font-size: 16px;
  color: #222222;
}
.uneven-ceiling-icon {
  height: 25px;
  margin-bottom: 12px;
}
.experience .title {
  max-width: 920px;
  margin: 16px auto 32px auto;
}
.sub-experience {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  color: #005EAB;
}
.experience-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.experience-nav li {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  background-color: #D6E5F2;
  border-radius: 24px;
  padding: 14px 16px;
  margin: 0 8px 16px;
  cursor: pointer;
  transition: 0.3s;
}
.experience-nav li:hover {
  background-color: #bfcfdd;
}
.experience-nav li.active {
  color: #ffffff;
  background-color: #005EAB;
}
.experience-tab-block{
    display:none;
}
.experience-tab-block.active{
    display:block;
}
.experience-slider .swiper-slide {
    padding: 16px;
  height: auto;
}
.experience-slider-box {
  background-color: #FFFFFF;
  box-shadow: 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802);
  border-radius: 16px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.experience-photo img {
  width: 100%;
  height: 160px;
  display: block;
  object-fit: cover;
  object-position: top;
  border-radius: 16px 16px 0 0;
}
.experience-content {
  padding: 28px 32px;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
.experience-content h3 {
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  color: #231F20;
  flex: 1 1 auto;
}
.table-info {
  width: 100%;
  height: 200px;
  border-collapse: collapse;
  margin: 8px 0;
}
.table-info tr:not(:last-child) {
  border-bottom: 1px solid #D6E5F2;
}
.table-info td {
  font-size: 12px;
  line-height: 15px;
  color: #231F20;
  padding: 8px 0;
}
.table-info td:last-child {
  text-align: right;
}
.experience-more {
  text-align: center;
  margin-top: 16px;
}
.experience-more a {
  font-weight: bold;
  font-size: 14px;
  color: #005EAB;
}
.experience-more a:hover {
  color: #1c4d75;
}
.swiper-experience {
  width: calc(100% + 20px);
  margin-left: -10px;
  padding-bottom: 16px;
}
.experience-pagination {
  display: none;
}
.experience-form-box {
  max-width: 100%;
  background-color: #005EAB;
  padding: 40px;
  border-radius: 16px;
}
.experience-form-box h3 {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 24px;
}
.experience-form {
  max-width: 550px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: auto;
}
.experience-form .btn {
  width: 155px;
}
.experience-form .input {
  width: calc(100% - 179px);
}
.input {
  width: 100%;
  height: 48px;
  font-size: 16px;
  color: #222222;
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  background-position: 18px center;
  border: 1px solid #EBEBEB;
  border-radius: 8px;
  outline: none;
  margin-bottom: 16px;
  padding-left: 42px;
}
.input.phone {
  background-image: url(../img/phone-icon.svg);
}
.input.user {
  background-image: url(../img/user-icon.svg);
}
.textarea {
  width: 100%;
  height: 90px;
  font-size: 16px;
  color: #222222;
  border: 1px solid #EBEBEB;
  border-radius: 8px;
  outline: none;
  margin-bottom: 16px;
  padding: 12px 16px;
  resize: none;
}
.checkbox {
  width: 100%;
  display: block;
  margin-top: 10px;
}
.checkbox span {
  display: block;
  font-size: 14px;
  color: #FFFFFF;
  padding: 3px 0 3px 35px;
  cursor: pointer;
}
.checkbox input[type=checkbox] {
  display: none;
}
.checkbox input[type=checkbox] + span {
  background: url(../img/checkbox.svg) no-repeat 0px center;
}
.checkbox input[type=checkbox]:checked + span {
  background: url(../img/checkbox-active.svg) no-repeat 0px center;
}
.price-slider {
  width: calc(100% + 20px);
  margin-left: -10px;
}
.price-slider .swiper-slide {
  padding: 16px;
}
.slider-price-box {
  background-color: #FFFFFF;
  box-shadow: 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802);
  border-radius: 16px;
}
.slider-price-photo img {
  width: 100%;
  height: 160px;
  display: block;
  object-fit: cover;
  object-position: center;
  border-radius: 16px 16px 0 0;
}
.slider-price-content {
  padding: 40px;
  color: #231F20;
}
.slider-price-content p {
  font-size: 16px;
  line-height: 1.4;
}
.slider-price-content p b {
  display: block;
}
.slider-price-content h4 {
  font-size: 24px;
  font-weight: 700;
  margin: 15px 0 10px;
}
.list-dist {
  list-style-type: disc;
  padding-left: 15px;
  margin: 22px 0 15px;
}
.list-dist li {
  color: #231F20;
  font-size: 16px;
  line-height: 1.6;
}
.list-dist li:not(:last-child) {
  margin-bottom: 8px;
}
.swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: #005EAB;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background: #FF2025;
}
.price-pagination {
  display: none;
}
.reasons-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.reasons-block {
  width: calc(33.333% - 22px);
  padding: 32px;
  background-color: #FFFFFF;
  box-shadow: 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802);
  border-radius: 16px;
  margin-bottom: 30px;
}
.reasons-block p {
  font-size: 16px;
  line-height: 1.4;
  color: #222222;
}
.reasons-icon {
  height: 30px;
  margin-bottom: 8px;
}
.gift-box {
  padding: 40px;
  background-color: #FF2025;
  border-radius: 16px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.gift-box .btn {
  width: 178px;
}
.gift-box.attention-box .gift-content {
  background-image: url(../img/attention.svg);
}
.gift-content {
  width: calc(100% - 200px);
  background-image: url(../img/gift-big.svg);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 70px;
}
.gift-content h3 {
  font-weight: bold;
  font-size: 20px;
  color: #FFFFFF;
  margin: 3px 0 2px;
}
.gift-content h3 span {
  display: inline-block;
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid;
}
.gift-content p {
  font-size: 14px;
  color: #FFFFFF;
}
.calculator-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.calculator-photo {
  width: calc(50% - 15px);
  display: block;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}
.calculator-content {
  width: calc(50% - 15px);
}
.calculator-content h6 {
  font-size: 16px;
  color: #222222;
  font-weight: bold;
  margin-bottom: 20px;
}
.calculator-content h4 {
  font-weight: bold;
  font-size: 32px;
  color: #222222;
  margin-bottom: 32px;
  margin-top: 10px;
}
.calculator-content h4 span {
  color: #FF2025;
}
.calculator-radio-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.calculator-radio-label {
  width: calc(24.333% - 22px);
  cursor: pointer;
  margin-bottom: 25px;
}
.calculator-radio-label input {
  display: none;
}
.calculator-radio-label input:checked ~ .calculator-radio-info .calculator-radio-photo:after {
  opacity: 1;
}
.calculator-radio-photo {
  display: block;
  position: relative;
}
.calculator-radio-photo img {
  width: 100%;
  height: 130px;
  display: block;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}
.calculator-radio-photo:after {
  content: '';
  width: 40px;
  height: 40px;
  background-image: url(../img/checked.svg);
  background-size: cover;
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 20px);
  opacity: 0;
  transition: 0.3s;
}
.calculator-radio-name {
  display: block;
  font-size: 14px;
  color: #222222;
  text-align: center;
  margin-top: 15px;
}
.range-wrap {
  display: flex;
  justify-content: space-between;
}
.range-slider {
  width: calc(100% - 100px);
  padding-top: 30px;
}
.range-amount {
  display: flex;
  align-items: center;
}
.range-amount p {
  font-size: 15px;
  color: #222222;
  margin-left: 8px;
}
.range-amount p sup {
  font-size: 10px;
}
.amount {
  width: 52px;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  text-align: center;
  outline: none;
  font-size: 16px;
  color: #222222;
}
.ui-widget-content {
  background: #E8F0F9;
}
.ui-widget.ui-widget-content {
  border: none;
}
.ui-slider-horizontal {
  height: 8px;
}
.ui-widget-header {
  background: #FF2025;
}
.ui-widget-content .ui-state-default {
  width: 22px;
  height: 22px;
  background: #FF2025;
  border: none;
  border-radius: 50%;
  top: -7px;
  outline: none;
}
.slider-info {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
}
.slider-info p {
  font-size: 16px;
  color: #222222;
}
.range-checkbox {
  margin: 25px 0 30px;
}
.range-checkbox span {
  color: #222222;
}
.calculator-form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.calculator-form .input {
  width: calc(100% - 245px);
}
.calculator-form .btn {
  width: 215px;
}
.types-slider {
  margin-bottom: 20px;
}
.types-slider .swiper-slide {
  padding: 10px;
}
.types-pagination {
  display: none;
}
.types-block {
  background: #FFFFFF;
  box-shadow: 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802);
  border-radius: 16px;
}
.types-wrap {
  display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.types-item {
  width: calc(33.333% - 22px);
  margin-bottom: 30px;  
}
@media (max-width: 991px){
  .types-item {
    width: calc(50% - 6px);  
    margin-bottom: 30px;  
}
}
@media (max-width: 767px){
  .types-item {
    width: 100%;
    padding: 25px;
}
}
.types-photo img {
  width: 100%;
  height: 160px;
  display: block;
  object-fit: cover;
  object-position: center;
  border-radius: 16px 16px 0 0;
}
.types-content {
  padding: 30px 40px 35px;
  text-align: center;
}
.types-content p {
  font-weight: bold;
  font-size: 24px;
  color: #231F20;
  margin-bottom: 15px;
}
.type-name {
  font-weight: bold;
  font-size: 16px;
  color: #231F20;
  padding-bottom: 32px;
  position: relative;
}
.type-name:after {
  content: '';
  width: 32px;
  height: 1px;
  background-color: #005EAB;
  position: absolute;
  bottom: 16px;
  left: calc(50% - 16px);
}
.stability-photo {
  margin-bottom: 30px;
}
.stability-photo img {
  width: 100%;
  display: block;
  margin-bottom: 30px;
}
.example-pagin {
  display: none;
}
.example-photo img {
  width: 100%;
  height: 240px;
  display: block;
  object-fit: cover;
  border-radius: 16px;
}
.example-content {
  padding: 20px 10px 10px;
  text-align: center;
}
.example-content h6 {
  font-size: 16px;
  color: #222222;
}
.example-content p {
  font-size: 16px;
  color: #005EAB;
}
.steps-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.step-box {
  width: calc(25% - 24px);
  background-color: #FFFFFF;
  box-shadow: 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802);
  border-radius: 16px;
  padding: 35px 35px 30px;
  position: relative;
  margin-bottom: 30px;
}
.step-box h3 {
  font-weight: bold;
  font-size: 16px;
  color: #222222;
  margin-bottom: 10px;
}
.step-box p {
  font-size: 16px;
  color: #222222;
}
.step-box a {
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
  color: #222222;
  margin-top: 10px;
}
.step-box a:hover {
  color: #FF2025;
}
.step-box:not(:last-child):after {
  content: '';
  width: 40px;
  height: 23px;
  background-image: url(../img/step-arrow.svg);
  background-size: cover;
  position: absolute;
  right: -36px;
  top: calc(50% - 11px);
  z-index: 1;
}
.step-icon {
  height: 25px;
  margin-bottom: 10px;
}
.faq-block {
  background-color: #FFFFFF;
  border-radius: 8px;
}
.faq-block:not(:last-child) {
  margin-bottom: 8px;
}
.faq-block.faq-active .faq-title:after {
  transform: rotate(90deg);
}
.faq-title {
  font-size: 16px;
  color: #222222;
  padding: 26px 50px 26px 24px;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
}
.faq-title:after {
  content: '';
  width: 12px;
  height: 12px;
  background-image: url(../img/arrow-faq.svg);
  position: absolute;
  top: calc(50% - 6px);
  right: 30px;
  transition: 0.3s;
}
.faq-title:hover {
  color: #FF2025;
}
.faq-info {
  display: none;
  padding: 0 24px 26px;
}
.faq-content {
  padding: 16px;
  font-size: 16px;
  line-height: 1.4;
  color: #222222;
  border: 1px solid #D6E5F2;
  border-radius: 8px;
}
.questions {
  background-image: url(../img/man.png);
  background-repeat: no-repeat;
  background-position: 15% bottom;
}
.questions-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 30%;
}
.questions-wrap .form-box {
  width: calc(50% - 20px);
}
.questions-block {
  width: calc(50% - 25px);
  margin-right: 40px;
}
.questions-block .title {
  text-align: left;
}
.questions-block .sub-title {
  text-align: left;
  margin-bottom: 20px;
}
.questions-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.questions-box:not(:last-child) {
  margin-bottom: 16px;
}
.questions-content {
  width: calc(100% - 37px);
  color: #222222;
}
.questions-content h4 {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 15px;
}
.questions-content p {
  font-size: 16px;
}
.form-box {
  padding: 40px;
  background: #FFFFFF;
  box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07), 0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198), 0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802);
  border-radius: 16px;
}
.form-box .checkbox {
  margin-bottom: 20px;
}
.form-box .checkbox span {
  color: #222222;
}
.form-box h3 {
  font-weight: bold;
  font-size: 20px;
  color: #222222;
  text-align: center;
  margin-bottom: 16px;
}
.form-box .btn {
  width: 100%;
}
.slider-wrap {
  padding: 0 50px;
  position: relative;
}
.works-photo {
  height: 100%;
}
.works-photo img {
  height: 100%;
  width: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}
.work-slider .swiper-slide {
  height: 500px; 
}
.slider-wrap .swiper-pagination {
  display: none;
}
.special-slider .swiper-slide {
  padding: 10px;
}
.special-box {
  background: #FFFFFF;
  box-shadow: 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802);
  border-radius: 16px;
}
.special-photo img {
  width: 100%;
  height: 130px;
  display: block;
  object-fit: cover;
  object-position: center;
  border-radius: 16px 16px 0 0;
}
.special-content {
  padding: 22px 20px;
}
.special-content h3 {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  color: #231F20;
  margin-bottom: 16px;
  height: 60px;
}
.special-content .btn {
  width: 100%;
}
.reviews-slider .swiper-slide {
  padding: 10px;
}
.reviews-box {
  overflow: hidden;
  padding: 32px 24px 25px;
  background: #FFFFFF;
  box-shadow: 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802);
  border-radius: 16px;
}
.reviews-photo.this--video {
  position: relative;
  margin: -32px -24px 0;
  padding-top: calc(50% + 32px);
}
.reviews-photo.this--video iframe {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.reviews-photo img {
  width: 125px;
  height: 125px;
  display: block;
  margin: auto;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
}
.reviews-info {
  display: flex;
  justify-content: center;
  margin: 32px 0 16px;
}
.reviews-info-box {
  display: flex;
  align-items: center;
}
.reviews-info-box span {
  font-size: 14px;
  color: #999999;
  margin-left: 10px;
}
.reviews-info-box:not(:last-child) {
  margin-right: 17px;
}
.reviews-text {
  font-size: 14px;
  color: #222222;
  margin-bottom: 16px;
}
.stars-list {
  display: flex;
  justify-content: center;
}
.stars-list li {
  width: 16px;
  height: 15px;
  background-image: url(../img/star.svg);
  margin: 0 2px;
}
.stars-list li.star-half {
  background-image: url(../img/star-half.svg);
}
.contacts {
  background-color: #ffffff;
  position: relative;
}
.map {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.contact-box {
  width: calc(50% - 30px);
}
.contact-box .title {
  text-align: left;
}
.contact-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.contact-block {
  width: calc(50% - 16px);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 20px;
  flex-direction: column;
}
.contact-block-2 {
  width: calc(50% - 16px);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 20px;  
  flex-direction: column;
}
.contact-block>div {  
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 20px;  
}
.contact-content {
  width: calc(100% - 10px);
}
.contact-content h6 {
  font-size: 14px;
  color: #222222;
  margin-bottom: 8px;
  margin-left: 7px;
}
.contact-block-2 h6 {
  font-size: 14px;
  color: #222222;
  margin-bottom: 8px;
  margin-left: 7px;
}
.contact-content p {
  font-weight: bold;
  font-size: 16px;
  color: #222222;
}
.contact-content a {
  font-weight: bold;
  font-size: 16px;
  color: #222222;
}
.contact-content a:hover {
  color: #FF2025;
}
.contacts-btns {
  display: flex;
}
.contacts-btns a {
  width: 168px;
}
.contacts-btns a:not(:last-child) {
  margin-right: 16px;
}
.footer {
  background-color: #F8FBFF;
  padding: 40px 0;
  text-align: center;
}
.slider-arrow {
  width: 14px;
  height: 24px;
  background-image: url(../img/arrow-slider.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 12px);
  z-index: 5;
  cursor: pointer;
  transition: 0.3s;
}
.slider-arrow:hover {
  opacity: 0.7;
}
.slider-arrow-prev {
  left: 0px;
}
.slider-arrow-next {
  right: 0px;
  transform: rotate(180deg);
}

.address-list {
  max-height: 280px;
  overflow-y: auto;
  padding: 12px 15px;
}

.address-label {
  display: block;
  cursor: pointer;
  padding-right: 30px;
}

.address-label:not(:last-child) {
  margin-bottom: 14px;
}

.nobtn {
  cursor: auto !important;
  }
  .nobtn:hover{
    background: #005EAB;
  }

.disclaimer {
  border-bottom: 2px dashed #2c5ea7;
}

.disclaimer_p {
  margin: 10px 10% 10px 10%; 
  text-align: center;
}



.navy {color: #2c5ea7;}





