@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Montserrat-Regular.woff2) format("woff2")
}
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/Montserrat-Medium.woff2) format("woff2")
}
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/Montserrat-SemiBold.woff2) format("woff2")
}
body,
html {
  height: 100%
}
body {
  font-family: Montserrat,sans-serif;
  font-size: 1em;
  line-height: 1.25;
  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: #3e3c41;
  background-color: #f2f2f2;
  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: 600;
  font-style: normal;
  margin: 0
}
.heading {
  margin-bottom: 30px
}
.heading h2 {
  font-size: 50px;
  line-height: 110%
}
@media all and (max-width:1199px) {
  .heading h2 {
    font-size: 40px
  }
}
.btn {
  display: inline-block;
  -webkit-transition: .25s all;
  transition: .25s all;
  color: #ff7428;
  font-weight: 600;
  border: none
}
.btn img {
  margin-left: 6px
}
.btn:hover {
  color: #ff7428
}
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
}
* {
  margin: 0;
  padding: 0
}
img {
  max-width: 100%
}
.center {
  text-align: center
}
.stop-scrolling {
  height: 100%;
  overflow: hidden
}
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
}
.modal {
  background-color: #f2f2f2;
  border-radius: 30px;
  color: #1e1e1c;
  max-width: 560px;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 110px
}
@media all and (max-width:575px) {
  .modal {
    padding-top: 60px;
    padding-bottom: 60px
  }
}
.modal h2 {
  font-size: 30px;
  line-height: 110%;
  text-align: center;
  margin-bottom: 50px
}
@media all and (max-width:575px) {
  .modal h2 {
    margin-bottom: 30px
  }
}
.modal .form__inner {
  max-width: 360px;
  width: 100%;
  margin: 0 auto
}
.modal .form__inner form .form__item {
  margin-bottom: 18px
}
.modal .form__inner form .form__item input {
  width: 100%;
  height: 40px;
  border: 1px solid rgba(30,30,28,.5);
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 8px;
  background-color: #f2f2f2
}
.modal .form__inner form .form__item .iti {
  width: 100%
}
.modal .form__inner form .form__item .error-msg {
  font-size: 14px;
  line-height: 16px;
  color: red;
  margin-top: 5px;
  display: inline-block
}
.modal .form__inner form .form__submit {
  padding-top: 12px;
  text-align: center
}
header {
  padding-top: 35px;
  margin-bottom: 33px
}
@media all and (max-width:575px) {
  header {
    padding-top: 20px;
    margin-bottom: 20px
  }
}
header .header__top .header__logo img {
  width: 272px;
  height: auto
}
header .header__top .header__contacts .contacts__inner {
  text-align: right
}
header .header__top .header__contacts .contacts__inner a {
  display: inline-block
}
#mainblock {
  margin-bottom: 140px
}
@media all and (max-width:1600px) {
  #mainblock {
    margin-bottom: 100px
  }
}
@media all and (max-width:1199px) {
  #mainblock {
    margin-bottom: 60px
  }
}
#mainblock .wrapper {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  border-radius: 40px;
  background-color: #1e1e1c;
  position: relative
}
@media all and (max-width:1600px) {
  #mainblock .wrapper {
    max-width: 1300px
  }
}
@media all and (max-width:575px) {
  #mainblock .wrapper {
    border-radius: 20px
  }
}
#mainblock .wrapper .content {
  max-width: 551px;
  width: 100%;
  padding-top: 178px;
  padding-bottom: 178px
}
@media all and (max-width:1600px) {
  #mainblock .wrapper .content {
    padding: 100px 0 100px 50px
  }
}
@media all and (max-width:1199px) {
  #mainblock .wrapper .content {
    padding: 50px 0
  }
}
#mainblock .wrapper .content h1 {
  font-size: 50px;
  line-height: 110%;
  color: #fff;
  margin-bottom: 30px
}
@media all and (max-width:1600px) {
  #mainblock .wrapper .content h1 {
    font-size: 46px
  }
}
@media all and (max-width:575px) {
  #mainblock .wrapper .content h1 {
    font-size: 36px
  }
}
#mainblock .wrapper .content p {
  font-size: 20px;
  line-height: 24px;
  color: #fcfcff;
  margin-bottom: 45px
}
#mainblock .wrapper .image {
  position: absolute;
  bottom: 0;
  right: 0
}
@media all and (max-width:1199px) {
  #mainblock .wrapper .image {
    display: none
  }
}
@media all and (max-width:1600px) {
  #mainblock .wrapper .image img {
    max-width: 700px;
    width: 100%
  }
}
#whyus {
  margin-bottom: 110px
}
@media all and (max-width:1600px) {
  #whyus {
    margin-bottom: 70px
  }
}
@media all and (max-width:1199px) {
  #whyus {
    margin-bottom: 30px
  }
}
@media all and (max-width:575px) {
  #whyus {
    margin-bottom: 40px
  }
}
#whyus .box__heading {
  margin-bottom: 30px
}
@media all and (max-width:575px) {
  #whyus .box__heading {
    margin-bottom: 20px
  }
}
#whyus .box__heading .heading {
  margin-bottom: 0
}
#whyus .box__heading .heading h2 {
  margin-bottom: 40px
}
@media all and (max-width:575px) {
  #whyus .box__heading .heading h2 {
    margin-bottom: 30px
  }
}
#whyus .box__item {
  margin-bottom: 30px
}
@media all and (max-width:575px) {
  #whyus .box__item {
    margin-bottom: 20px
  }
}
#whyus .box__item .item__inner {
  background-color: #fcfcff;
  border-radius: 30px;
  padding: 40px;
  min-height: 262px;
  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-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
@media all and (max-width:575px) {
  #whyus .box__item .item__inner {
    border-radius: 20px
  }
}
#whyus .box__item .item__inner h3 {
  font-weight: 500;
  font-size: 30px;
  line-height: 37px
}
#whyus .box__item .item__inner.item__inner-accent {
  background-color: #fe5a01;
  color: #fcfcff
}
#whyus .box__item .item__inner.item__inner-icon {
  background-color: #1e1e1c;
  color: #fcfcff;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/icon_3.svg)
}
#contacts {
  margin-bottom: 140px
}
@media all and (max-width:1600px) {
  #contacts {
    margin-bottom: 100px
  }
}
@media all and (max-width:1199px) {
  #contacts {
    margin-bottom: 60px
  }
}
#contacts .wrapper {
  max-width: 1070px;
  width: 100%;
  margin: 0 auto;
  border-radius: 40px;
  background-color: #fcfcff;
  padding: 120px 40px;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/icon_5.svg)
}
@media all and (max-width:575px) {
  #contacts .wrapper {
    padding: 80px 20px;
    border-radius: 20px
  }
}
#contacts .wrapper .social ul {
  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: 20px 40px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
#contacts .wrapper .social ul li .social__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600
}
#contacts .wrapper .social ul li .social__link img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 8px
}
#contacts .wrapper .social ul li .social__link-tg {
  color: #2bacef
}
#contacts .wrapper .social ul li .social__link-vb {
  color: #7360f2
}
@media all and (max-width:991px) {
  #footer {
    text-align: center
  }
}
#footer .footer__item {
  margin-bottom: 44px
}
@media all and (max-width:991px) {
  #footer .footer__item {
    margin-bottom: 30px
  }
}
#footer .footer__logo img {
  width: 272px;
  height: auto
}
#footer .footer__social ul {
  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: 0 30px
}
@media all and (max-width:991px) {
  #footer .footer__social ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}
#page .page__thanks {
  padding-top: 240px
}
@media all and (max-width:1600px) {
  #page .page__thanks {
    padding-top: 200px
  }
}
@media all and (max-width:575px) {
  #page .page__thanks {
    padding-top: 160px
  }
}
#page .page__thanks h2 {
  font-size: 30px;
  line-height: 110%;
  margin-bottom: 20px
}
#page .page__thanks p {
  margin-bottom: 45px
}