@font-face {
  font-family: Gilroy;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Gilroy-Regular.woff2) format("woff2")
}
@font-face {
  font-family: Gilroy;
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/Gilroy-Medium.woff2) format("woff2")
}
@font-face {
  font-family: Gilroy;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/Gilroy-Bold.woff2) format("woff2")
}
@font-face {
  font-family: Intro;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Intro.woff2) format("woff2")
}
body,
html {
  height: 100%;
  scroll-behavior: smooth
}
body {
  font-family: Gilroy,sans-serif;
  font-size: 1.25em;
  line-height: 1.5;
  width: 100%;
  min-width: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #313642;
  background-color: #fff;
  font-weight: 400
}
footer,
header {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none
}
main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto
}
ul {
  list-style: none;
  margin: 0
}
p {
  font-style: normal;
  margin: 0
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-style: normal;
  margin: 0
}
.heading {
  margin-bottom: 60px
}
@media all and (max-width:1199px) {
  .heading {
    margin-bottom: 50px
  }
}
@media all and (max-width:575px) {
  .heading {
    margin-bottom: 40px
  }
}
.heading p {
  margin-top: 40px
}
@media all and (max-width:1600px) {
  .heading p {
    margin-top: 34px
  }
}
@media all and (max-width:575px) {
  .heading p {
    margin-top: 24px
  }
}
.heading.heading-white {
  color: #fff
}
.heading.heading-white span hr {
  background-color: #fff
}
.heading span {
  display: inline-block;
  position: relative;
  margin-bottom: 16px
}
@media all and (max-width:575px) {
  .heading span {
    font-size: 15px
  }
}
.heading span hr {
  width: 60px;
  height: 1px;
  background-color: #313642;
  border: none;
  display: inline-block;
  position: relative;
  top: 11px;
  opacity: 1;
  left: 10px
}
.heading h2 {
  font-size: 60px;
  line-height: 70px;
  letter-spacing: .01em;
  font-weight: 400
}
@media all and (max-width:1600px) {
  .heading h2 {
    font-size: 50px;
    line-height: 60px
  }
}
@media all and (max-width:767px) {
  .heading h2 {
    font-size: 40px;
    line-height: 40px
  }
}
@media all and (max-width:575px) {
  .heading h2 {
    font-size: 34px;
    line-height: 130%
  }
}
.heading h2 strong {
  font-family: Intro,sans-serif;
  font-weight: 400;
  color: #fd7123;
  display: block
}
.heading.heading-arrow {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none
}
.heading.heading-arrow.heading-arrow-bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
@media all and (max-width:1199px) {
  .heading.heading-arrow.heading-arrow-bottom {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
}
.heading.heading-arrow.heading-arrow-bottom .swiper__nav {
  margin-top: 40px
}
@media all and (max-width:1199px) {
  .heading.heading-arrow.heading-arrow-bottom .swiper__nav {
    margin-left: 0
  }
}
.heading.heading-arrow .swiper__nav {
  width: 120px;
  height: 50px;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: 97px
}
@media all and (max-width:767px) {
  .heading.heading-arrow .swiper__nav {
    display: none
  }
}
.heading.heading-arrow .swiper__nav .swiper-button {
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -webkit-transition: .3s all;
  transition: .3s all;
  top: 0;
  bottom: 0;
  position: absolute;
  cursor: pointer;
  margin: auto;
  z-index: 100;
  width: 50px;
  height: 50px;
  background-size: 30px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/arrow.png);
  background-color: #fd7123;
  border-radius: 50%
}
.heading.heading-arrow .swiper__nav .swiper-button:hover {
  background-color: #113d3c
}
.heading.heading-arrow .swiper__nav .swiper-button:after {
  display: none!important
}
.heading.heading-arrow .swiper__nav .swiper-button.swiper-button-prev {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  left: 0
}
.heading.heading-arrow .swiper__nav .swiper-button.swiper-button-next {
  right: 0
}
.btn {
  display: inline-block;
  text-align: center;
  color: #fff;
  background-color: #fd7123;
  padding: 17.5px 40px;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  border: none;
  -webkit-transition: .25s all;
  transition: .25s all;
  border-radius: 0 20px 20px 20px
}
.btn:hover {
  color: #fff;
  background-color: #313642
}
.btn:active {
  color: #fff;
  background-color: #015351
}
a {
  -webkit-transition: .25s all;
  transition: .25s all;
  text-decoration: none
}
a:active,
a:focus,
a:hover {
  text-decoration: none
}
button {
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
button:active,
button:focus {
  outline: 0
}
button:disabled,
button[disabled] {
  border: 1px solid #999;
  background-color: #ccc;
  color: #666;
  pointer-events: all!important
}
button:disabled:hover,
button[disabled]:hover {
  border: 1px solid #999;
  background-color: #ccc;
  color: #666;
  pointer-events: all!important
}
:focus {
  outline: 0
}
* {
  -webkit-tap-highlight-color: transparent;
  margin: 0;
  padding: 0
}
img {
  max-width: 100%
}
.center {
  text-align: center
}
@media all and (max-width:991px) {
  .stop-scrolling {
    height: 100%;
    overflow: hidden
  }
}
@media all and (max-width:991px) {
  .stop-scrolling header .header__top {
    -webkit-backdrop-filter: inherit!important;
    backdrop-filter: inherit!important
  }
}
input,
textarea {
  outline: 0!important;
  border-radius: 0
}
input.wpcf7-submit {
  cursor: pointer;
  -webkit-transition: .3s all;
  transition: .3s all
}
details summary::-webkit-details-marker {
  display: none
}
details > summary {
  list-style: none
}
section {
  margin-bottom: 200px
}
@media all and (max-width:1600px) {
  section {
    margin-bottom: 100px
  }
}
@media all and (max-width:1199px) {
  section {
    margin-bottom: 80px
  }
}
@media all and (max-width:404px) {
  section {
    margin-bottom: 60px
  }
}
.modal {
  color: #313642;
  max-width: 420px;
  width: 100%;
  border-radius: 10px;
  background-color: #f3f5e1;
  padding: 30px 34px 50px 34px
}
.modal .carousel__button.is-close {
  top: 22px!important;
  right: 22px!important;
  -webkit-box-shadow: none;
  box-shadow: none
}
@media all and (max-width:575px) {
  .modal .carousel__button.is-close {
    top: 12px;
    right: 12px
  }
}
.modal .carousel__button.is-close svg {
  width: 30px;
  height: 30px;
  stroke: #313642
}
.modal .carousel__button.is-close svg path {
  stroke-width: 1
}
.modal .modal__heading {
  margin-bottom: 44px
}
@media all and (max-width:575px) {
  .modal .modal__heading {
    margin-bottom: 36px
  }
}
.modal .modal__heading h2 {
  font-family: Intro,sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 20px
}
@media all and (max-width:575px) {
  .modal .modal__heading h2 {
    margin-bottom: 14px
  }
}
.modal form {
  max-width: 300px;
  width: 100%
}
.modal form .form__item {
  margin-bottom: 27px
}
@media all and (max-width:575px) {
  .modal form .form__item {
    margin-bottom: 16px
  }
}
.modal form .form__item input {
  width: 100%;
  height: 40px;
  border-radius: 5px;
  padding: 0 10px;
  border: 1px solid #b2b2af;
  background-color: #f3f5e1;
  font-size: 16px
}
.modal form .form__submit {
  padding-top: 15px
}
@media all and (max-width:575px) {
  .modal form .form__submit {
    padding-top: 14px
  }
}
#modal_policy {
  max-width: 700px;
  padding-top: 60px;
  padding-bottom: 40px;
  font-size: 16px;
  line-height: 24px
}
#modal_policy p {
  margin-bottom: 16px
}
#modal_thanks {
  padding-top: 60px
}
header {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/3.jpg);
  margin-bottom: 150px
}
@media all and (max-width:1600px) {
  header {
    margin-bottom: 100px
  }
}
@media all and (max-width:1199px) {
  header {
    margin-bottom: 80px
  }
}
@media all and (max-width:404px) {
  header {
    margin-bottom: 60px
  }
}
header .header__top {
  background: rgba(243,245,225,.05);
  border: 1px solid rgba(243,245,225,.05);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-radius: 0 0 50px 50px;
  padding-top: 15px;
  padding-bottom: 15px
}
@media all and (max-width:575px) {
  header .header__top {
    padding-top: 10px;
    padding-bottom: 20px
  }
}
header .header__top .header__logo .logo__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px
}
header .header__top .header__logo .logo__inner a {
  -ms-flex-negative: 0;
  flex-shrink: 0
}
header .header__top .header__logo .logo__inner a img {
  width: 60px;
  height: 60px
}
header .header__top .header__logo .logo__inner .slogan {
  font-size: 15px;
  line-height: 20px;
  color: #fff
}
@media all and (max-width:1600px) {
  header .header__top .header__logo .logo__inner .slogan {
    display: none
  }
}
header .header__top .header__contacts .contacts__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 40px
}
@media all and (max-width:1600px) {
  header .header__top .header__contacts .contacts__inner {
    gap: 30px
  }
}
@media all and (max-width:991px) {
  header .header__top .header__contacts .contacts__inner {
    gap: 15px
  }
}
header .header__top .header__contacts .contacts__inner .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center
}
@media all and (max-width:991px) {
  header .header__top .header__contacts .contacts__inner .menu {
    display: none
  }
}
header .header__top .header__contacts .contacts__inner .menu li a {
  font-size: 15px;
  line-height: 20px;
  color: #fff;
  display: inline-block;
  border-radius: 5px;
  padding: 3.5px 10px
}
header .header__top .header__contacts .contacts__inner .menu li a:hover {
  background-color: #fd7123
}
header .header__top .header__contacts .contacts__inner .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 24px
}
@media all and (max-width:1600px) {
  header .header__top .header__contacts .contacts__inner .social {
    gap: 15px
  }
}
@media all and (max-width:404px) {
  header .header__top .header__contacts .contacts__inner .social {
    gap: 10px
  }
}
header .header__top .header__contacts .contacts__inner .social li a:hover {
  opacity: .8
}
header .header__top .header__contacts .contacts__inner .social li a img {
  width: 40px;
  height: 40px
}
@media all and (max-width:1600px) {
  header .header__top .header__contacts .contacts__inner .social li a img {
    width: 30px;
    height: 30px
  }
}
header .header__top .header__contacts .contacts__inner .phone {
  font-size: 30px;
  line-height: 120%;
  color: #fff;
  white-space: nowrap
}
@media all and (max-width:1600px) {
  header .header__top .header__contacts .contacts__inner .phone {
    font-size: 22px
  }
}
@media all and (max-width:991px) {
  header .header__top .header__contacts .contacts__inner .phone {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    font-size: 20px
  }
}
@media all and (max-width:404px) {
  header .header__top .header__contacts .contacts__inner .phone {
    font-size: 16px
  }
}
header .header__top .header__contacts .contacts__inner .phone:hover {
  color: #fd7123
}
header .header__top .header__contacts .contacts__inner .header_burger {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}
header .header__top .header__contacts .contacts__inner .header_burger .burger_button {
  position: relative;
  top: 0;
  width: 46px;
  height: 46px;
  display: block;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  z-index: 20
}
@media all and (max-width:404px) {
  header .header__top .header__contacts .contacts__inner .header_burger .burger_button {
    width: 30px;
    height: 30px;
    top: 2px
  }
}
header .header__top .header__contacts .contacts__inner .header_burger .burger_button span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out
}
header .header__top .header__contacts .contacts__inner .header_burger .burger_button span:nth-child(1) {
  top: 6px
}
@media all and (max-width:404px) {
  header .header__top .header__contacts .contacts__inner .header_burger .burger_button span:nth-child(1) {
    top: 4px
  }
}
header .header__top .header__contacts .contacts__inner .header_burger .burger_button span:nth-child(2) {
  top: 22px
}
@media all and (max-width:404px) {
  header .header__top .header__contacts .contacts__inner .header_burger .burger_button span:nth-child(2) {
    top: 12px
  }
}
header .header__top .header__contacts .contacts__inner .header_burger .burger_button span:nth-child(3) {
  top: 38px
}
@media all and (max-width:404px) {
  header .header__top .header__contacts .contacts__inner .header_burger .burger_button span:nth-child(3) {
    top: 20px
  }
}
header .header__top .header__contacts .contacts__inner .header_burger .burger_button.open span {
  background: #313642
}
header .header__top .header__contacts .contacts__inner .header_burger .burger_button.open span:nth-child(1) {
  top: 22px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg)
}
@media all and (max-width:404px) {
  header .header__top .header__contacts .contacts__inner .header_burger .burger_button.open span:nth-child(1) {
    top: 9px
  }
}
header .header__top .header__contacts .contacts__inner .header_burger .burger_button.open span:nth-child(2) {
  opacity: 0;
  left: -60px
}
header .header__top .header__contacts .contacts__inner .header_burger .burger_button.open span:nth-child(3) {
  top: 22px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg)
}
@media all and (max-width:404px) {
  header .header__top .header__contacts .contacts__inner .header_burger .burger_button.open span:nth-child(3) {
    top: 9px
  }
}
header .header__top .header__contacts .contacts__inner .header_burger .menu_toggle {
  position: absolute;
  right: -20px;
  background: #f3f5e1;
  margin: 0;
  overflow: auto;
  z-index: 11;
  top: -20px;
  padding: 90px 50px 70px 50px;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  border-radius: 10px;
  width: 420px;
  opacity: 0;
  visibility: hidden
}
@media all and (max-width:991px) {
  header .header__top .header__contacts .contacts__inner .header_burger .menu_toggle {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f3f5e1;
    margin: 0;
    overflow: auto;
    z-index: 11;
    padding: 50px 0 70px 0;
    top: -70px;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    width: 100%;
    border-radius: 0
  }
}
header .header__top .header__contacts .contacts__inner .header_burger .menu_toggle.slide {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible
}
@media all and (max-width:991px) {
  header .header__top .header__contacts .contacts__inner .header_burger .menu_toggle.slide {
    -webkit-transform: translateY(70px);
    -ms-transform: translateY(70px);
    transform: translateY(70px)
  }
}
header .header__top .header__contacts .contacts__inner .header_burger .menu_toggle .toggle__inner {
  width: 100%;
  margin: 0 auto;
  max-width: 690px
}
@media all and (max-width:767px) {
  header .header__top .header__contacts .contacts__inner .header_burger .menu_toggle .toggle__inner {
    max-width: 510px
  }
}
@media all and (max-width:575px) {
  header .header__top .header__contacts .contacts__inner .header_burger .menu_toggle .toggle__inner {
    padding-left: 15px;
    padding-right: 15px
  }
}
header .header__top .header__contacts .contacts__inner .header_burger .menu_toggle .toggle__inner ul li a {
  color: #313642;
  font-size: 20px;
  line-height: 120%;
  display: inline-block;
  padding: 7.5px 0
}
header .header__top .header__contacts .contacts__inner .header_burger .menu_toggle .toggle__inner ul li a:hover {
  color: #fd7123
}
header .header__top .header__contacts .contacts__inner .header_burger .menu_toggle .toggle__inner ul li a:active {
  color: #015351
}
header .header__main {
  color: #fff;
  padding-top: 30px;
  padding-bottom: 74px
}
@media all and (max-width:1199px) {
  header .header__main {
    padding-top: 40px;
    padding-bottom: 40px
  }
}
@media all and (max-width:575px) {
  header .header__main {
    padding-bottom: 30px
  }
}
@media all and (max-width:1199px) {
  header .header__main .main__content {
    margin-bottom: 40px
  }
}
header .header__main .main__content .content__inner .content__title {
  margin-bottom: 77px
}
@media all and (max-width:767px) {
  header .header__main .main__content .content__inner .content__title {
    margin-bottom: 50px
  }
}
@media all and (max-width:575px) {
  header .header__main .main__content .content__inner .content__title {
    margin-bottom: 20px
  }
}
header .header__main .main__content .content__inner .content__title span {
  display: inline-block;
  position: relative;
  padding-right: 76px;
  margin-bottom: 20px
}
@media all and (max-width:575px) {
  header .header__main .main__content .content__inner .content__title span {
    font-size: 15px
  }
}
header .header__main .main__content .content__inner .content__title span::after {
  position: absolute;
  content: "";
  width: 60px;
  height: 1px;
  background-color: #fff;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto
}
header .header__main .main__content .content__inner .content__title h1 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
  margin-bottom: 20px
}
@media all and (max-width:575px) {
  header .header__main .main__content .content__inner .content__title h1 {
    font-size: 20px;
    margin-bottom: 15px
  }
}
header .header__main .main__content .content__inner .content__title h1 strong {
  font-family: Intro,sans-serif;
  font-weight: 400;
  font-size: 60px;
  line-height: 70px;
  color: #fd7123;
  display: block;
  padding-top: 10px
}
@media all and (max-width:575px) {
  header .header__main .main__content .content__inner .content__title h1 strong {
    font-size: 40px;
    line-height: 50px;
    padding-top: 0
  }
}
header .header__main .main__content .content__inner .content__title p {
  font-size: 40px;
  line-height: 100%
}
@media all and (max-width:1600px) {
  header .header__main .main__content .content__inner .content__title p {
    font-size: 30px
  }
}
@media all and (max-width:575px) {
  header .header__main .main__content .content__inner .content__title p {
    font-size: 20px;
    line-height: 30px
  }
}
header .header__main .main__content .content__inner .content__desc {
  border-left: 1px solid #fff;
  min-height: 80px;
  padding-left: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 78px;
  margin-left: 16px
}
@media all and (max-width:767px) {
  header .header__main .main__content .content__inner .content__desc {
    margin-bottom: 50px
  }
}
@media all and (max-width:575px) {
  header .header__main .main__content .content__inner .content__desc {
    min-height: 60px;
    margin-bottom: 36px;
    padding-left: 17px;
    margin-left: 11px
  }
}
header .header__main .main__content .content__inner .content__desc p {
  font-size: 25px;
  line-height: 40px;
  max-width: 300px;
  width: 100%
}
@media all and (max-width:1600px) {
  header .header__main .main__content .content__inner .content__desc p {
    font-size: 20px;
    line-height: 30px
  }
}
@media all and (max-width:1600px) {
  header .header__main .main__content .content__inner .content__desc .btn {
    padding-left: 20px;
    padding-right: 20px
  }
}
@media all and (max-width:767px) {
  header .header__main .main__content .content__inner .content__desc .btn {
    display: none
  }
}
header .header__main .main__content .content__inner .numbers {
  background: rgba(243,245,225,.05);
  border: 1px solid rgba(243,245,225,.05);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-radius: 0 30px 30px 30px;
  padding: 18px 50px
}
@media all and (max-width:767px) {
  header .header__main .main__content .content__inner .numbers {
    margin-bottom: 40px
  }
}
@media all and (max-width:575px) {
  header .header__main .main__content .content__inner .numbers {
    padding: 18px 12px
  }
}
header .header__main .main__content .content__inner .numbers .numbers__item .item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px
}
@media all and (max-width:575px) {
  header .header__main .main__content .content__inner .numbers .numbers__item .item__inner {
    gap: 10px
  }
}
header .header__main .main__content .content__inner .numbers .numbers__item .item__inner .number {
  color: #fd7123;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
header .header__main .main__content .content__inner .numbers .numbers__item .item__inner .number span {
  font-size: 70px;
  line-height: 60px;
  font-weight: 500
}
@media all and (max-width:404px) {
  header .header__main .main__content .content__inner .numbers .numbers__item .item__inner .number span {
    font-size: 50px
  }
}
header .header__main .main__content .content__inner .numbers .numbers__item .item__inner .number p {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin-left: -12px
}
@media all and (max-width:575px) {
  header .header__main .main__content .content__inner .numbers .numbers__item .item__inner .number p {
    margin-left: -8px
  }
}
@media all and (max-width:1600px) {
  header .header__main .main__content .content__inner .numbers .numbers__item .item__inner .content p {
    font-size: 15px;
    line-height: 24px
  }
}
@media all and (max-width:404px) {
  header .header__main .main__content .content__inner .numbers .numbers__item .item__inner .content p {
    font-size: 12px;
    line-height: 130%
  }
}
header .header__main .main__content .content__inner .button__mobile {
  display: none;
  text-align: right
}
@media all and (max-width:767px) {
  header .header__main .main__content .content__inner .button__mobile {
    display: block
  }
}
header .header__main .main__image .image__inner {
  padding-left: 20px;
  text-align: right
}
@media all and (max-width:1199px) {
  header .header__main .main__image .image__inner {
    padding-left: 0;
    text-align: center
  }
}
@media all and (max-width:991px) {
  #profit .profit__item {
    margin-bottom: 24px
  }
}
#profit .profit__item .item__inner span {
  display: block;
  font-weight: 500;
  font-size: 100px;
  line-height: 121px;
  color: #015351;
  margin-bottom: 10px
}
@media all and (max-width:1600px) {
  #profit .profit__item .item__inner span {
    font-size: 80px;
    line-height: 100%
  }
}
@media all and (max-width:404px) {
  #profit .profit__item .item__inner span {
    font-size: 70px
  }
}
@media all and (max-width:404px) {
  #profit .profit__item .item__inner p {
    font-size: 18px
  }
}
@media all and (max-width:1199px) {
  #weoffer .weoffer__left {
    margin-bottom: 40px
  }
}
#weoffer .weoffer__left .left__inner .heading {
  margin-bottom: 50px
}
@media all and (max-width:575px) {
  #weoffer .weoffer__left .left__inner .heading {
    margin-bottom: 40px
  }
}
@media all and (min-width:1199px) {
  #weoffer .weoffer__left .left__inner .weoffer__item {
    display: block
  }
}
@media all and (min-width:1199px) {
  #weoffer .weoffer__left .left__inner .weoffer__item .image {
    margin-bottom: 32px
  }
}
@media all and (max-width:1199px) {
  #weoffer .weoffer__left .left__inner .weoffer__item .image img {
    max-width: 400px;
    width: 100%
  }
}
@media all and (min-width:1199px) {
  #weoffer .weoffer__left .left__inner .weoffer__item .content {
    padding-top: 0;
    padding-left: 30px
  }
}
#weoffer .weoffer__right .weoffer__item:not(:last-child) {
  margin-bottom: 40px
}
#weoffer .weoffer__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 30px
}
@media all and (max-width:767px) {
  #weoffer .weoffer__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px
  }
}
#weoffer .weoffer__item .image {
  -ms-flex-negative: 0;
  flex-shrink: 0
}
#weoffer .weoffer__item .image img {
  border-radius: 0 30px 30px 30px
}
@media all and (min-width:767px) {
  #weoffer .weoffer__item .content {
    padding-top: 30px
  }
}
#weoffer .weoffer__item .content h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  font-weight: 400;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 24px
}
@media all and (max-width:1600px) {
  #weoffer .weoffer__item .content h3 {
    font-size: 22px;
    line-height: 120%
  }
}
@media all and (max-width:767px) {
  #weoffer .weoffer__item .content h3 {
    margin-bottom: 12px
  }
}
#weoffer .weoffer__item .content h3 img {
  -ms-flex-negative: 0;
  flex-shrink: 0
}
#weoffer .weoffer__item .content p {
  font-size: 16px;
  line-height: 24px
}
#constructions .wrapper {
  background-color: #015351;
  border-radius: 30px;
  padding: 40px 40px 70px 40px;
  color: #fff;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url(../img/icon_6.webp);
  overflow: hidden;
  z-index: 2;
  position: relative
}
@media all and (max-width:1600px) {
  #constructions .wrapper {
    background-size: 580px;
    background-position: -10px 50px
  }
}
@media all and (max-width:1199px) {
  #constructions .wrapper {
    background-image: url(../img/icon_7.webp);
    background-size: auto;
    background-position: 0 0;
    padding: 50px 40px
  }
}
@media all and (max-width:575px) {
  #constructions .wrapper {
    padding: 30px
  }
}
#constructions .wrapper:after {
  position: absolute;
  content: "";
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/icon_8.webp);
  bottom: 0;
  right: 0;
  width: 249px;
  height: 278px;
  z-index: -1;
  display: none
}
@media all and (max-width:1199px) {
  #constructions .wrapper:after {
    display: block
  }
}
#constructions .wrapper .constructions__heading {
  margin-bottom: 40px;
  padding-top: 118px
}
@media all and (max-width:1199px) {
  #constructions .wrapper .constructions__heading {
    padding-top: 0
  }
}
#constructions .wrapper .constructions__heading .heading {
  margin-bottom: 0
}
#constructions .wrapper .constructions__items {
  margin-bottom: 40px
}
#constructions .wrapper .constructions__items .items__inner {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 45px
}
@media all and (max-width:991px) {
  #constructions .wrapper .constructions__items .items__inner {
    gap: 24px
  }
}
@media all and (max-width:767px) {
  #constructions .wrapper .constructions__items .items__inner {
    grid-template-columns: repeat(1,1fr);
    gap: 40px
  }
}
#constructions .wrapper .constructions__items .items__inner .item {
  margin-bottom: 0
}
#constructions .wrapper .constructions__items .items__inner .item .item__inner .content h3 {
  margin-bottom: 0
}
#constructions .wrapper .constructions__items .items__inner .item .item__inner .content .btn {
  position: relative;
  margin: 0 auto;
}
@media all and (max-width:1600px) {
  #constructions .wrapper .constructions__items .items__inner .item .item__inner .content .btn {
    top: 0
  }
}
@media all and (max-width:1199px) {
  #constructions .item {
    margin-bottom: 40px
  }
}
#constructions .item .item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
#constructions .item .item__inner .image {
  height: 380px;
  padding: 10px;
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  background-color: #fff;
  border-radius: 30px
}
@media all and (max-width:1600px) {
  #constructions .item .item__inner .image {
    height: 310px
  }
}
#constructions .item .item__inner .image img {
  max-height: 247px
}
#constructions .item .item__inner .content {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}
#constructions .item .item__inner .content h3 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  text-align: center
}
@media all and (max-width:1600px) {
  #constructions .item .item__inner .content h3 {
    font-size: 26px;
    line-height: 120%
  }
}
#constructions .item .item__inner .content .btn {
  max-width: 240px;
  width: 100%;
  margin: 0 auto
}
@media all and (max-width:1700px) {
  #constructions .item .item__inner .content .btn {
    padding: 17.5px
  }
}
#portfolio .portfolio__slider .swiper-slide {
  height: auto
}
#portfolio .portfolio__slider .slide__inner {
  min-height: 280px;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
#portfolio .portfolio__slider .slide__inner a {
  display: block;
  margin-bottom: 24px
}
#portfolio .portfolio__slider .slide__inner a img {
  border-radius: 0 30px 30px 30px;
  max-height: 490px
}
#portfolio .portfolio__slider .slide__inner .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 16px
}
#portfolio .portfolio__slider .slide__inner .content .icon {
  -ms-flex-negative: 0;
  flex-shrink: 0
}
#portfolio .portfolio__slider .slide__inner .content h3 {
  font-size: 30px;
  line-height: 120%;
  font-weight: 400;
  margin-bottom: 10px
}
@media all and (max-width:1600px) {
  #portfolio .portfolio__slider .slide__inner .content h3 {
    font-size: 26px
  }
}
#calculate {
  background-color: #113d3c;
  position: relative;
  z-index: 2;
  padding-top: 58px;
  padding-bottom: 80px
}
@media all and (max-width:575px) {
  #calculate {
    padding-top: 30px;
    padding-bottom: 30px
  }
}
#calculate::before {
  position: absolute;
  content: "";
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/icon_10.webp);
  width: 322px;
  height: 403px;
  top: 96px;
  left: 0;
  z-index: -1
}
@media all and (max-width:575px) {
  #calculate::before {
    width: 155px;
    height: 192px;
    top: 201px
  }
}
#calculate:after {
  position: absolute;
  content: "";
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/15.jpg);
  width: 40%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: -1
}
@media all and (max-width:991px) {
  #calculate:after {
    display: none
  }
}
#calculate .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 32px
}
@media all and (max-width:1600px) {
  #calculate .wrapper {
    gap: 24px
  }
}
@media all and (max-width:1199px) {
  #calculate .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}
#calculate .wrapper .calculate__left {
  width: 300px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}
@media all and (max-width:1199px) {
  #calculate .wrapper .calculate__left {
    width: 100%
  }
}
#calculate .wrapper .calculate__right {
  width: 100%
}
#calculate .wrapper .calculate__top {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 32px
}
@media all and (max-width:1600px) {
  #calculate .wrapper .calculate__top {
    gap: 24px
  }
}
@media all and (max-width:991px) {
  #calculate .wrapper .calculate__top {
    grid-template-columns: repeat(1,1fr);
    margin-bottom: 24px
  }
}
#calculate .wrapper .calculate__top .calculate__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 32px
}
@media all and (max-width:1600px) {
  #calculate .wrapper .calculate__top .calculate__item {
    margin-bottom: 24px
  }
}
@media all and (max-width:991px) {
  #calculate .wrapper .calculate__top .calculate__item {
    margin-bottom: 0
  }
}
#calculate .wrapper .calculate__bottom {
  background-color: #fbf8f0;
  -webkit-box-shadow: 0 4px 4px rgba(0,0,0,.25);
  box-shadow: 0 4px 4px rgba(0,0,0,.25);
  border-radius: 0 30px 30px 30px;
  padding: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px
}
@media all and (max-width:991px) {
  #calculate .wrapper .calculate__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
}
@media all and (max-width:575px) {
  #calculate .wrapper .calculate__bottom {
    padding: 20px 30px
  }
}
#calculate .wrapper .calculate__bottom h3 {
  font-weight: 400;
  font-size: 30px;
  line-height: 36px;
  margin-right: 50px
}
@media all and (max-width:1600px) {
  #calculate .wrapper .calculate__bottom h3 {
    font-size: 24px;
    line-height: 120%;
    margin-right: 0
  }
}
@media all and (max-width:575px) and (max-width:575px) {
  #calculate .wrapper .calculate__bottom h3 {
    font-size: 26px
  }
}
#calculate .wrapper .calculate__bottom .form__item {
  width: 250px;
  position: relative
}
@media all and (max-width:1600px) {
  #calculate .wrapper .calculate__bottom .form__item {
    width: 200px
  }
}
@media all and (max-width:575px) {
  #calculate .wrapper .calculate__bottom .form__item {
    width: 236px
  }
}
#calculate .wrapper .calculate__bottom .form__item input {
  width: 100%;
  height: 40px;
  border: 1px solid #b2b2af;
  border-radius: 5px;
  background-color: #fbf8f0;
  font-size: 16px;
  padding: 0 10px
}
@media all and (min-width:991px) {
  #calculate .wrapper .calculate__bottom .form__item .phone-error {
    position: absolute;
    top: 100%;
    left: 0
  }
}
#calculate .wrapper .calculate__bottom .form__submit {
  margin-left: 12px
}
#calculate .wrapper .calculate__item {
  background-color: #fbf8f0;
  -webkit-box-shadow: 0 4px 4px rgba(0,0,0,.2);
  box-shadow: 0 4px 4px rgba(0,0,0,.2);
  border-radius: 0 30px 30px 30px;
  padding: 18px 22px 34px 24px
}
@media all and (max-width:575px) {
  #calculate .wrapper .calculate__item {
    padding: 20px 30px 30px 30px
  }
}
#calculate .wrapper .calculate__item .item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 24px
}
@media all and (max-width:575px) {
  #calculate .wrapper .calculate__item .item__title {
    margin-bottom: 20px
  }
}
#calculate .wrapper .calculate__item .item__title span {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
  font-size: 80px;
  line-height: 100%;
  font-weight: 700;
  color: #fd7123
}
@media all and (max-width:1600px) {
  #calculate .wrapper .calculate__item .item__title span {
    font-size: 60px
  }
}
@media all and (max-width:575px) {
  #calculate .wrapper .calculate__item .item__title span {
    font-size: 80px
  }
}
#calculate .wrapper .calculate__item .item__title h3 {
  font-weight: 400;
  font-size: 30px;
  line-height: 36px
}
@media all and (max-width:1600px) {
  #calculate .wrapper .calculate__item .item__title h3 {
    font-size: 20px;
    line-height: 120%
  }
}
@media all and (max-width:575px) {
  #calculate .wrapper .calculate__item .item__title h3 {
    font-size: 26px
  }
}
#calculate .wrapper .calculate__item .items__list {
  padding-left: 46px
}
@media all and (max-width:1600px) {
  #calculate .wrapper .calculate__item .items__list {
    padding-left: 20px
  }
}
@media all and (max-width:575px) {
  #calculate .wrapper .calculate__item .items__list {
    padding-left: 40px
  }
}
#calculate .wrapper .calculate__item .items__list .radio__wrapper {
  display: block;
  position: relative;
  padding-left: 35px;
  font-size: 20px;
  line-height: 128%;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
@media all and (max-width:1600px) {
  #calculate .wrapper .calculate__item .items__list .radio__wrapper {
    font-size: 16px
  }
}
#calculate .wrapper .calculate__item .items__list .radio__wrapper:not(:last-child) {
  margin-bottom: 12px
}
#calculate .wrapper .calculate__item .items__list .radio__wrapper input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0
}
#calculate .wrapper .calculate__item .items__list .checkmark {
  position: absolute;
  top: 6px;
  left: 0;
  margin: auto;
  height: 15px;
  width: 15px;
  background-color: #fbf8f0;
  border: 1px solid #fd7123;
  border-radius: 50%
}
#calculate .wrapper .calculate__item .items__list .radio__wrapper input:checked ~ .checkmark {
  background-color: #fd7123
}
#calculate .wrapper .calculate__item .size__list .size__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 30px
}
@media all and (max-width:1600px) {
  #calculate .wrapper .calculate__item .size__list .size__item {
    font-size: 16px
  }
}
@media all and (max-width:991px) {
  #calculate .wrapper .calculate__item .size__list .size__item {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
}
#calculate .wrapper .calculate__item .size__list .size__item:not(:last-child) {
  margin-bottom: 7px
}
@media all and (max-width:991px) {
  #calculate .wrapper .calculate__item .size__list .size__item p {
    min-width: 144px
  }
}
#calculate .wrapper .calculate__item .size__list .size__item input {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 65px;
  height: 30px;
  border: 1px solid #b2b2af;
  border-radius: 5px;
  background-color: #fbf8f0;
  padding: 5px;
  font-size: 16px
}
#materials .wrapper {
  display: grid;
  grid-template-columns: repeat(5,1fr);
  gap: 40px 20px
}
@media all and (max-width:1199px) {
  #materials .wrapper {
    grid-template-columns: repeat(3,1fr)
  }
}
@media all and (max-width:991px) {
  #materials .wrapper {
    grid-template-columns: repeat(2,1fr)
  }
}
@media all and (max-width:767px) {
  #materials .wrapper {
    grid-template-columns: repeat(1,1fr)
  }
}
#materials .wrapper .material__item {
  border: 1px solid #716e6e;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
#materials .wrapper .material__item .material__image {
  border-radius: 30px;
  overflow: hidden;
  height: 400px
}
@media all and (max-width:1600px) {
  #materials .wrapper .material__item .material__image {
    height: 360px
  }
}
@media all and (max-width:767px) {
  #materials .wrapper .material__item .material__image {
    height: 400px
  }
}
#materials .wrapper .material__item .material__image img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  width: 100%;
  height: 100%
}
#materials .wrapper .material__item .material__details {
  padding: 37px 13px 23px 13px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}
@media all and (max-width:1600px) {
  #materials .wrapper .material__item .material__details {
    padding-top: 26px
  }
}
#materials .wrapper .material__item .material__details h3 {
  font-family: Intro,sans-serif;
  font-size: 30px;
  line-height: 35px;
  font-weight: 400;
  margin-bottom: 26px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-height: 70px
}
@media all and (max-width:1600px) {
  #materials .wrapper .material__item .material__details h3 {
    font-size: 24px;
    line-height: 120%;
    min-height: 60px;
    margin-bottom: 20px
  }
}
@media all and (max-width:767px) {
  #materials .wrapper .material__item .material__details h3 {
    min-height: inherit
  }
}
#materials .wrapper .material__item .material__details h3.color__accent {
  color: #fd7123
}
#materials .wrapper .material__item .material__details ul {
  padding-left: 4px;
  padding-right: 4px
}
#materials .wrapper .material__item .material__details ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 24px
}
@media all and (max-width:1600px) {
  #materials .wrapper .material__item .material__details ul li {
    gap: 18px;
    font-size: 16px;
    line-height: 28px
  }
}
#materials .wrapper .material__item .material__details ul li:not(:last-child) {
  margin-bottom: 14px
}
@media all and (max-width:1600px) {
  #materials .wrapper .material__item .material__details ul li:not(:last-child) {
    margin-bottom: 8px
  }
}
#materials .wrapper .material__item .material__details ul li img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  top: 2px
}
#reliable .mobile__button {
  display: none;
  margin-top: 30px
}
@media all and (max-width:1199px) {
  #reliable .mobile__button {
    display: block
  }
}
@media all and (max-width:1199px) {
  #reliable .reliable__heading {
    margin-bottom: 44px
  }
}
#reliable .reliable__heading .heading h2 {
  font-size: 40px;
  line-height: 50px
}
@media all and (max-width:1199px) {
  #reliable .reliable__heading .btn {
    display: none
  }
}
#reliable .reliable__items .items__inner {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 50px;
  color: #fff
}
@media all and (max-width:1600px) {
  #reliable .reliable__items .items__inner {
    gap: 30px
  }
}
@media all and (max-width:991px) {
  #reliable .reliable__items .items__inner {
    grid-template-columns: repeat(1,1fr);
    gap: 80px
  }
}
#reliable .reliable__items .items__inner .item {
  background: linear-gradient(29.22deg,#113d3c 40.5%,#2da3a0 97.01%);
  border-radius: 0 30px 30px 30px;
  padding: 0 28px 40px 28px
}
#reliable .reliable__items .items__inner .item .icon {
  width: 108px;
  height: 108px;
  margin: -54px auto 80px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #113d3c;
  border: 8px solid #fff
}
@media all and (max-width:1600px) {
  #reliable .reliable__items .items__inner .item .icon {
    margin-bottom: 50px
  }
}
@media all and (max-width:991px) {
  #reliable .reliable__items .items__inner .item .icon {
    margin-left: 53px;
    margin-right: auto;
    margin-bottom: 40px
  }
}
#testimonials {
  overflow: hidden
}
#testimonials .testimonials__heading {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 520px;
  width: 100%;
  background-color: #fff;
  z-index: 5;
  padding-right: 50px
}
@media all and (max-width:1600px) {
  #testimonials .testimonials__heading {
    max-width: 440px
  }
}
@media all and (max-width:1199px) {
  #testimonials .testimonials__heading {
    max-width: none;
    padding-right: 0
  }
}
#testimonials .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 50px
}
@media all and (max-width:1199px) {
  #testimonials .wrapper {
    display: block
  }
}
#testimonials .testimonials__main {
  width: 100%;
  position: relative;
  z-index: 2;
  padding-top: 60px;
  padding-bottom: 60px
}
@media all and (max-width:575px) {
  #testimonials .testimonials__main {
    padding-top: 40px;
    padding-bottom: 40px
  }
}
#testimonials .testimonials__main::after {
  position: absolute;
  content: "";
  background-color: #113d3c;
  border-radius: 0 0 0 30px;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: -10%;
  margin: auto;
  z-index: -1
}
@media all and (max-width:1199px) {
  #testimonials .testimonials__main::after {
    left: 0;
    right: 0
  }
}
#testimonials .testimonials__main .main__inner {
  overflow: hidden
}
@media all and (max-width:1199px) {
  #testimonials .testimonials__main .main__inner {
    padding-left: 20px;
    padding-right: 20px
  }
}
#testimonials .testimonials__main .main__inner .testimonials__slider {
  overflow: visible
}
#testimonials .testimonials__main .main__inner .testimonials__slider .swiper-slide {
  height: auto
}
@media all and (min-width:575px) {
  #testimonials .testimonials__main .main__inner .testimonials__slider .swiper-slide {
    width: auto!important
  }
}
#testimonials .testimonials__main .main__inner .testimonials__slider .slide__inner {
  width: 474px;
  min-height: 550px;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #d9d9d9;
  border-radius: 0 30px 30px 30px;
  background-color: #fff;
  padding: 30px 38px 55px 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
@media all and (max-width:1600px) {
  #testimonials .testimonials__main .main__inner .testimonials__slider .slide__inner {
    width: 420px;
    min-height: 500px
  }
}
@media all and (max-width:575px) {
  #testimonials .testimonials__main .main__inner .testimonials__slider .slide__inner {
    width: auto;
    padding: 30px 25px
  }
}
#testimonials .testimonials__main .main__inner .testimonials__slider .slide__inner .content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  /*justify-content: space-between;*/
  gap: 20px;
  margin-bottom: 30px
}
#testimonials .testimonials__main .main__inner .testimonials__slider .slide__inner .content h3 {
  font-weight: 400;
  font-size: 30px;
  line-height: 30px;
  color: #000;
  letter-spacing: .01em
}
@media all and (max-width:1600px) {
  #testimonials .testimonials__main .main__inner .testimonials__slider .slide__inner .content p {
    font-size: 16px;
    line-height: 28px
  }
}
#testimonials .testimonials__main .main__inner .testimonials__slider .slide__inner .name hr {
  max-width: 160px;
  width: 100%;
  border: none;
  background-color: #d9d9d9;
  opacity: 1;
  margin-bottom: 19px
}
#chooseus .chooseus__items .item {
  margin-bottom: 48px
}
@media all and (max-width:1600px) {
  #chooseus .chooseus__items .item {
    margin-bottom: 36px
  }
}
@media all and (max-width:575px) {
  #chooseus .chooseus__items .item {
    margin-bottom: 40px
  }
}
#chooseus .chooseus__items .item .item__inner .icon {
  margin-bottom: 24px
}
@media all and (max-width:1600px) {
  #chooseus .chooseus__items .item .item__inner p {
    font-size: 18px;
    line-height: 130%
  }
}
#steps .steps__item {
  margin-bottom: 40px
}
#steps .steps__item .item__inner {
  background-color: #113d3c;
  border-radius: 30px;
  padding: 10px 10px 36px 24px;
  color: #fff
}
#steps .steps__item .item__inner .item__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px
}
#steps .steps__item .item__inner .item__top span {
  font-size: 80px;
  line-height: 100%;
  font-weight: 500;
  color: #fd7123;
  display: block
}
@media all and (max-width:1600px) {
  #steps .steps__item .item__inner .item__top span {
    font-size: 70px
  }
}
#steps .steps__item .item__inner .item__top img {
  -ms-flex-negative: 0;
  flex-shrink: 0
}
@media all and (max-width:1600px) {
  #steps .steps__item .item__inner .item__details {
    font-size: 18px
  }
}
#steps .steps__item .item__inner .item__details a {
  display: inline-block;
  margin-top: 30px;
  color: #fd7123;
  text-decoration: underline;
  font-weight: 500
}
@media all and (max-width:575px) {
  #mainform {
    background-color: #113d3c;
    margin-bottom: 0
  }
}
#mainform .wrapper {
  background-color: #113d3c;
  border-radius: 0 30px 30px 30px;
  padding: 60px 60px 100px 60px;
  color: #fff;
  position: relative;
  z-index: 2
}
@media all and (max-width:575px) {
  #mainform .wrapper {
    padding: 24px 0 68px 0
  }
}
#mainform .wrapper:before {
  position: absolute;
  content: "";
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/icon_38.webp);
  width: 343px;
  height: 276px;
  top: 0;
  right: 30%;
  z-index: -1
}
@media all and (max-width:991px) {
  #mainform .wrapper:before {
    display: none
  }
}
#mainform .wrapper:after {
  position: absolute;
  content: "";
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/icon_39.webp);
  width: 204px;
  height: 236px;
  bottom: 0;
  right: 0;
  z-index: -1
}
@media all and (max-width:575px) {
  #mainform .wrapper:after {
    bottom: 128px;
    right: -12px
  }
}
#mainform .wrapper .mainform__heading .heading {
  margin-bottom: 0
}
@media all and (max-width:991px) {
  #mainform .wrapper .mainform__heading .heading {
    margin-bottom: 40px
  }
}
#mainform .wrapper .mainform__heading .heading h2 {
  font-size: 49px;
  line-height: 60px
}
@media all and (max-width:1600px) {
  #mainform .wrapper .mainform__heading .heading h2 {
    font-size: 40px;
    line-height: 50px
  }
}
@media all and (max-width:575px) {
  #mainform .wrapper .mainform__heading .heading h2 {
    font-size: 34px;
    line-height: 130%
  }
}
#mainform .wrapper .mainform__form .from__inner h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 46px
}
@media all and (max-width:575px) {
  #mainform .wrapper .mainform__form .from__inner h3 {
    margin-bottom: 24px
  }
}
#mainform .wrapper .mainform__form .from__inner form {
  max-width: 300px;
  width: 100%
}
#mainform .wrapper .mainform__form .from__inner form .form__item {
  margin-bottom: 27px
}
@media all and (max-width:575px) {
  #mainform .wrapper .mainform__form .from__inner form .form__item {
    margin-bottom: 16px
  }
}
#mainform .wrapper .mainform__form .from__inner form .form__item input {
  width: 100%;
  height: 40px;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 0 10px;
  color: #fff;
  font-size: 16px
}
#mainform .wrapper .mainform__form .from__inner form .form__item input::-webkit-input-placeholder {
  color: #fff;
  opacity: 1
}
#mainform .wrapper .mainform__form .from__inner form .form__item input::-moz-placeholder {
  color: #fff;
  opacity: 1
}
#mainform .wrapper .mainform__form .from__inner form .form__item input::-ms-placeholder {
  color: #fff;
  opacity: 1
}
#mainform .wrapper .mainform__form .from__inner form .form__item input::-webkit-input-placeholder {
  color: #fff;
  opacity: 1
}
#mainform .wrapper .mainform__form .from__inner form .form__item input::-moz-placeholder {
  color: #fff;
  opacity: 1
}
#mainform .wrapper .mainform__form .from__inner form .form__item input:-ms-input-placeholder {
  color: #fff;
  opacity: 1
}
#mainform .wrapper .mainform__form .from__inner form .form__item input::-ms-input-placeholder {
  color: #fff;
  opacity: 1
}
#mainform .wrapper .mainform__form .from__inner form .form__item input::placeholder {
  color: #fff;
  opacity: 1
}
#mainform .wrapper .mainform__form .from__inner form .form__submit {
  padding-top: 15px
}
@media all and (max-width:575px) {
  #mainform .wrapper .mainform__form .from__inner form .form__submit {
    padding-top: 14px
  }
}
#footer {
  margin-bottom: 0;
  padding-top: 32px;
  padding-bottom: 57px;
  background-color: #313642;
  color: #fff
}
@media all and (max-width:575px) {
  #footer {
    padding-top: 45px;
    padding-bottom: 38px
  }
}
#footer .wrapper {
  border-bottom: 1px solid #fff;
  padding-bottom: 16px
}
@media all and (max-width:575px) {
  #footer .wrapper {
    padding-bottom: 10px
  }
}
#footer a {
  color: #fff
}
#footer .footer__item {
  margin-bottom: 26px
}
@media all and (max-width:575px) {
  #footer .footer__item {
    margin-bottom: 24px
  }
}
#footer .footer__data .data__inner h6 {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  margin-bottom: 22px
}
@media all and (max-width:575px) {
  #footer .footer__data .data__inner h6 {
    margin-bottom: 16px
  }
}
#footer .footer__data .data__inner p {
  font-size: 18px;
  line-height: 30px
}
@media all and (max-width:575px) {
  #footer .footer__data .data__inner p {
    font-size: 15px;
    line-height: 20px
  }
}
#footer .footer__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right
}
@media all and (max-width:991px) {
  #footer .footer__contacts {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }
}
#footer .footer__contacts .phone {
  display: inline-block;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 16px
}
#footer .footer__contacts .phone:hover {
  color: #fd7123
}
#footer .footer__contacts p {
  font-size: 18px;
  line-height: 32px
}
@media all and (max-width:575px) {
  #footer .footer__contacts p {
    font-size: 15px;
    line-height: 20px
  }
}
#footer .footer__policy .policy__inner a {
  display: inline-block;
  font-size: 18px;
  line-height: 25px;
  text-decoration: underline
}
@media all and (max-width:575px) {
  #footer .footer__policy .policy__inner a {
    font-size: 12px
  }
}
#footer .footer__policy .policy__inner a:hover {
  color: #fd7123
}
#footer .footer__policy .policy__inner a:active {
  color: #015351
}

.refakt{
  text-align:center;
  padding-top:10px
}
.refakt a{
  color:#fff;
  text-decoration: underline;
  font-size: 16px;
}
.refakt a:hover{
  color:#fff;
  text-decoration: none;
}

.phone-error {
  font-size: 12px;
  line-height: 14px;
  color: red;
  display: none
}