*::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
}

*:-moz-placeholder {
  color: #666;
  opacity: 1;
}

*::-moz-placeholder {
  color: #666;
  opacity: 1;
}

*:-ms-input-placeholder {
  color: #666;
  opacity: 1;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 1.4;
  font-family: "HelveticaNeueCyr", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  margin: 0;
}

p {
  margin: 0;
}

a {
  text-decoration: none;
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

ul li,
ol li,
menu li {
  list-style: none;
}

ul,
ol,
menu {
  display: block;
  margin: 0;
  padding-left: 0;
}

button {
  outline: none;
  border: 0;
  padding: 0;
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: normal;
}

.wpforms-submit-container .wpforms-submit,
.btn1 {
  display: inline-block;
  color: #ebcb80;
  font-family: "HelveticaNeueCyr", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  -webkit-box-shadow: 0 10px 21px rgba(36, 36, 36, 0.51);
  box-shadow: 0 10px 21px rgba(36, 36, 36, 0.51);
  border-radius: 5px;
  background-color: black;
  padding: 6.5px 11px;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.site-wrap {
  overflow: hidden;
}

.container {
  margin: 0 auto;
  position: relative;
  padding: 0 10px;
  width: 100%;
  max-width: 1160px;
}

.main-header {
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  z-index: 1;
}

.main-header-toggle {
  width: 28px;
  height: 28px;
  cursor: pointer;
  background: url("../img/menu.svg") center/contain no-repeat;
  display: none;
}

.main-header--clone {
  position: fixed;
  z-index: 999;
  top: -800px;
  left: 0;
  right: 0;
  background-color: #242424;
  -webkit-box-shadow: 0 3px 14px rgba(0, 0, 0, 0.35);
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.35);
  -webkit-transition: top 0.8s;
  transition: top 0.8s;
}

.main-header--stick {
  top: 0;
}

.main-header-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-header-logo {
  max-width: 166px;
  width: 100%;
}

.main-header-logo-img {
  margin-bottom: 8px;
}

.main-header-logo-text i {
  display: block;
  font-style: normal;
  color: #abaaa9;
  font-size: 14px;
  line-height: 14px;
  font-weight: 300;
  letter-spacing: 2.8px;
  text-transform: uppercase;
}

.main-header-logo-text span {
  display: block;
  color: #abaaa9;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.35px;
}

.main-header-logo-text span b {
  font-weight: 300;
  color: #d5d6d7;
}

.main-header-nav {
  max-width: 662px;
  width: 100%;
}

.main-header-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-header-menu li.active a {
  color: #ebcb80;
}

.main-header-menu a {
  display: inline-block;
  color: white;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.main-header-contact {
  max-width: 238px;
  width: 100%;
  text-align: right;
}

.main-header-tel {
  display: inline-block;
  color: #fdfcfa;
  font-size: 18px;
  font-weight: 700;
  padding-left: 84px;
  position: relative;
  margin-bottom: 5px;
}

.main-header-tel a {
  color: #fdfcfa;
}

.main-header-tel b {
  font-weight: 700;
  color: #ebcb80;
}

.main-header-tel-icon1 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 20px;
  height: 23px;
  background: url("../img/tel-icon1.png") center no-repeat;
}

.main-header-tel-icon2 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 26px;
  width: 21px;
  height: 20px;
  background: url("../img/tel-icon2.png") center no-repeat;
}

.main-header-tel-icon3 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 51px;
  width: 23px;
  height: 21px;
  background: url("../img/tel-icon3.png") center no-repeat;
}

.main-header-email {
  display: inline-block;
  margin-top: 10px;
  color: #e9e5e6;
  font-size: 14px;
  letter-spacing: 0.35px;
  padding-left: 19px;
  position: relative;
}

.main-header-email:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 11px;
  height: 6px;
  background: url("../img/email-icon1.png") center no-repeat;
}

.main-header-feedback {
  position: relative;
}

.main-header-feedback-form {
  position: absolute;
  z-index: 1;
  top: calc(100% + 37px);
  right: -51px;
  width: 266px;
  -webkit-box-shadow: 0 4px 9px rgba(154, 180, 215, 0.72);
  box-shadow: 0 4px 9px rgba(154, 180, 215, 0.72);
  border-radius: 7px;
  background-color: #e6e2e3;
  text-align: center;
  padding: 31px 21px 21px 21px;
  display: none;
}

.wpforms-label-hide,
.wpforms-field-hp,
.wpforms-submit-container img,
label.wpforms-error {
  display: none !important;
}

.main-header-feedback-form h3,
.main-header-feedback-form .wpforms-title,
.popmake-content .wpforms-title {
  color: black;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 18px;
  margin-bottom: 1em;
}

.main-header-feedback-form input,
.main-header-feedback-form .wpforms-field-container input.wpforms-field-large,
.popmake-content .wpforms-field-container input.wpforms-field-large {
  display: block;
  width: 100%;
  color: black;
  font-family: "HelveticaNeueCyr", sans-serif;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 400;
  outline: none;
  background-color: white;
  padding: 7px 5px;
  border: none;
  padding-left: 15px;
  margin-bottom: 7px;
  border: 1px solid #fff;
}

.popmake-content .wpforms-field-container input.wpforms-field-large {
  border: 1px solid #333;
}

input.wpforms-error {
  border: 1px solid #981e46 !important;
}

.main-header-feedback-form input::-webkit-input-placeholder,
.main-header-feedback-form .wpforms-field-container input.wpforms-field-large::-webkit-input-placeholder {
  color: #485056;
  font-family: "HelveticaNeueCyr", sans-serif;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 400;
}

.main-header-feedback-form input:-ms-input-placeholder,
.main-header-feedback-form .wpforms-field-container input.wpforms-field-large:-ms-input-placeholder {
  color: #485056;
  font-family: "HelveticaNeueCyr", sans-serif;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 400;
}

.main-header-feedback-form input::-ms-input-placeholder,
.main-header-feedback-form .wpforms-field-container input.wpforms-field-large::-ms-input-placeholder {
  color: #485056;
  font-family: "HelveticaNeueCyr", sans-serif;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 400;
}

.main-header-feedback-form input::placeholder,
.main-header-feedback-form .wpforms-field-container input.wpforms-field-large::placeholder {
  color: #485056;
  font-family: "HelveticaNeueCyr", sans-serif;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 400;
}

.main-header-feedback-form .btn1,
.main-header-feedback-form .wpforms-submit-container .wpforms-submit,
.popmake-content .wpforms-submit-container .wpforms-submit {
  display: block;
  max-width: 191px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 11px 5px;
  margin-top: 20px;
}


.banner .container {
  padding-top: 177px;
  padding-bottom: 64px;
}

.banner-wrap {
  background: url("../img/banner-bg.jpg") center/cover no-repeat;
}

.banner-img {
  position: absolute;
  top: -83px;
  left: 45px;
  max-width: 1004px;
  width: 100%;
}

.banner .section-title {
  max-width: 767px;
  width: 100%;
  margin-left: auto;
  border-radius: 5px;
  background-color: rgba(36, 36, 36, 0.8);
  color: white;
  font-size: 43px;
  line-height: 43px;
  font-weight: 300;
  letter-spacing: 0.9px;
  position: relative;
  text-align: center;
  padding: 11px 5px;
}

.banner .section-title i {
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.75px;
  font-size: 36px;
}

.banner .section-title b {
  font-weight: 300;
  color: #ebcb80;
}

.info {
  padding-top: 53px;
  padding-bottom: 50px;
  background: url("../img/bg.jpg") center repeat;
}

.info-btn {
  display: block;
  max-width: 328px;
  width: 100%;
  -webkit-box-shadow: 0 8px 18px rgba(0, 0, 0, 0.4);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.4);
  border-radius: 5px;
  border: 1px solid #ebcb80;
  background-color: black;
  background: -webkit-gradient(linear, left bottom, left top, from(black), to(#312f2d));
  background: linear-gradient(to top, black 0%, #312f2d 100%);
  padding: 19px 10px;
  padding-left: 78px;
  position: relative;
  color: white;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0.9px;
  margin-bottom: 8px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.info-btn b {
  font-weight: 700;
  color: #ebcb80;
  letter-spacing: 0.45px;
  text-transform: uppercase;
}

.info-btn:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 30px;
  width: 32px;
  height: 32px;
  background: url("../img/info-btn-icon.png") center no-repeat;
}

.info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 1015px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.info-item b {
  display: block;
  color: white;
  font-size: 65px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-shadow: 0 0 16px rgba(80, 80, 81, 0.73);
}

.info-item b i {
  color: #242424;
  font-style: normal;
  font-family: "Arial", sans-serif;
}

.info-item b span {
  text-shadow: 0 0 16px rgba(80, 80, 81, 0.73);
  color: #242424;
  font-size: 19px;
  letter-spacing: 0.45px;
  text-transform: uppercase;
  margin-left: -17px;
}

.info-item p {
  text-shadow: 0 0 16px rgba(80, 80, 81, 0.73);
  color: #242424;
  font-size: 19px;
  font-weight: 300;
  letter-spacing: 0.45px;
  margin-top: -20px;
}

.advantages {
  padding-top: 50px;
  background: url("../img/bg.jpg") center repeat;
}

.advantages-wrap {
  background-color: #242424;
  padding: 29px 40px 50px 40px;
  border-bottom: 5px solid #ebcb80;
  -webkit-box-shadow: 0 8px 18px rgba(0, 0, 0, 0.19);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.19);
  position: relative;
  z-index: 2;
  top: 112px;
  margin-top: -181px;
}

.advantages-wrap .section-title {
  text-align: center;
  color: #ebcb80;
  font-size: 36px;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  position: relative;
  margin-bottom: 52px;
}

.advantages-wrap .section-title-bg {
  position: absolute;
  top: 10px;
  left: 0;
  width: 315px;
  height: 121px;
}

.advantages-wrap .section-title-bg i:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 33px;
  background-color: #3c392e;
}

.advantages-wrap .section-title-bg i:nth-child(2) {
  position: absolute;
  top: 0;
  bottom: 30px;
  left: 0;
  width: 33px;
  background-color: rgba(60, 57, 46, 0.5);
}

.advantages-wrap .section-title-bg i:nth-child(2):after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-top: 34px solid rgba(60, 57, 46, 0.5);
  border-right: 34px solid transparent;
}

.advantages-wrap .section-title-bg2 {
  right: 0;
  left: auto;
}

.advantages-wrap .section-title-bg2 i:nth-child(2) {
  left: auto;
  right: 0;
}

.advantages-wrap .section-title-bg2 i:nth-child(2):after {
  border: none;
  border-top: 34px solid rgba(60, 57, 46, 0.5);
  border-left: 34px solid transparent;
}

.advantages-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: -51px;
}

.advantages-item {
  width: 24%;
  text-align: center;
  position: relative;
  padding-top: 169px;
  margin-top: 51px;
}

.advantages-item p {
  color: white;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.advantages-item-img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 176px;
  height: 176px;
  background: url("../img/advantages-item-img-bg.png") center no-repeat;
  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;
  padding-bottom: 20px;
}

.why-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

.why-img {
  width: 50%;
  min-height: 613px;
  background: url("../img/why-img.jpg") center/cover no-repeat;
}

.why-text {
  width: 50%;
  padding-left: 62px;
  padding-top: 149px;
  padding-right: 40px;
  padding-bottom: 20px;
}

.why-text .section-title {
  color: black;
  font-size: 36px;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  margin-bottom: 39px;
}

.why-list {
  max-width: 480px;
  width: 100%;
}

.why-item {
  position: relative;
  margin-bottom: 43px;
}

.why-item:last-child {
  margin-bottom: 0;
}

.why-item p {
  color: black;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.why-item p b {
  font-size: 24px;
  font-weight: 700;
}

.why-item:nth-child(2n) .why-item-icon {
  background-color: #242424;
}

.why-item:nth-child(2n) .why-item-icon:after {
  border-top: 33px solid #242424;
}

.why-item:nth-child(2n) .why-item-icon:before {
  border-bottom: 33px solid #242424;
}

.why-item-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -94px;
  width: 57px;
  height: 33px;
  background-color: #ebcb80;
}

.why-item-icon:after {
  content: '';
  position: absolute;
  left: 100%;
  top: 0;
  width: 0;
  height: 0;
  border-top: 33px solid #ebcb80;
  border-right: 26px solid transparent;
}

.why-item-icon:before {
  content: '';
  position: absolute;
  right: 100%;
  top: 0;
  width: 0;
  height: 0;
  border-bottom: 33px solid #ebcb80;
  border-left: 26px solid transparent;
}

.feedback {
  padding-top: 54px;
  padding-bottom: 45px;
  position: relative;
  background: url("../img/bg.jpg") center repeat;
}

.feedback-bg1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 809px;
}

.feedback-bg2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 318px;
}

.feedback-wrap {
  background-color: #ebcb80;
  padding: 30px 67px 54px 67px;
}

.feedback-wrap .section-title {
  color: #242424;
  font-size: 36px;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  margin-bottom: 33px;
  text-align: center;
}

.feedback-form,
.feedback-form .wpforms-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}



.feedback-form .input {
  width: 32%;
}

.feedback-form .btn1,
.feedback-form .wpforms-submit-container .wpforms-submit {
  color: white;
  font-size: 18px;
  font-weight: 400;
  padding: 15.5px 5px;
  text-transform: uppercase;
  width: 100%;
  display: block;
}

.partners {
  padding-top: 70px;
  padding-bottom: 56px;
  background-color: #242424;
  position: relative;
}

.partners-bg1 {
  position: absolute;
  left: 104px;
  bottom: 0;
  width: 239px;
}

.partners-bg2 {
  position: absolute;
  right: 0;
  bottom: 67px;
  width: 115px;
}

.partners .section-title {
  color: #ebcb80;
  font-size: 36px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 44px;
}

.partners-slider {
  position: relative;
  padding: 0px 41px;
  margin-bottom: 40px;
}

.partners-slider .swiper-container {
  padding: 20px 0;
}

.partners-slider-item {
  -webkit-box-shadow: 0 10px 6px rgba(36, 36, 36, 0.83);
  box-shadow: 0 10px 6px rgba(36, 36, 36, 0.83);
  background-color: white;
  min-height: 102px;
  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;
  padding: 5px;
}

.partners .section-subtitle {
  text-align: center;
  color: white;
  font-size: 36px;
  margin-bottom: 24px;
}

.partners-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 34px;
  max-width: 1068px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.partners b {
  display: block;
  text-align: center;
  color: #ebcb80;
  font-size: 18px;
  font-weight: 400;
}

.scheme {
  padding-top: 76px;
  padding-bottom: 68px;
}

.scheme .section-title {
  text-align: center;
  color: black;
  font-size: 36px;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  margin-bottom: 65px;
}

.scheme-list-wrap {
  position: relative;
}

.scheme-list-line1 {
  position: absolute;
  height: 3px;
  top: 185px;
  left: 0;
  right: 5px;
  background-color: rgba(138, 139, 133, 0.8);
}

.scheme-list-line2 {
  position: absolute;
  height: 3px;
  bottom: 161px;
  left: 0;
  right: 5px;
  background-color: rgba(138, 139, 133, 0.8);
}

.scheme-list-line3 {
  position: absolute;
  width: 3px;
  top: 183px;
  right: 1px;
  bottom: 80px;
  background-color: rgba(138, 139, 133, 0.8);
}

.scheme-list-line4 {
  position: absolute;
  width: 3px;
  top: 39px;
  bottom: -12px;
  left: 30%;
  background-color: rgba(138, 139, 133, 0.8);
}

.scheme-list-line5 {
  position: absolute;
  width: 3px;
  top: 39px;
  bottom: -12px;
  right: 30%;
  background-color: rgba(138, 139, 133, 0.8);
}

.scheme-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -88px;
}

.scheme-item {
  margin-right: 120px;
  position: relative;
  margin-top: 88px;
  max-width: 237px;
  width: 100%;
  padding-right: 41px;
}

.scheme-item:nth-child(3n) {
  margin-right: 0;
}

.scheme-item p {
  color: black;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 1.2px;
  text-align: right;
}

.scheme-item:nth-child(4),
.scheme-item:nth-child(5),
.scheme-item:nth-child(6) {
  padding-left: 41px;
  padding-right: 0;
}

.scheme-item:nth-child(4) .scheme-item-img:before,
.scheme-item:nth-child(5) .scheme-item-img:before,
.scheme-item:nth-child(6) .scheme-item-img:before {
  left: auto;
  right: 100%;
  border: none;
  border-top: 98px solid transparent;
  border-right: 41px solid #4b4c4c;
  border-bottom: 98px solid transparent;
}

.scheme-item:nth-child(4) .scheme-item-img b,
.scheme-item:nth-child(5) .scheme-item-img b,
.scheme-item:nth-child(6) .scheme-item-img b {
  right: auto;
  left: -20px;
}

.scheme-item:nth-child(4) .scheme-item-img:after,
.scheme-item:nth-child(5) .scheme-item-img:after,
.scheme-item:nth-child(6) .scheme-item-img:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  left: -150px;
  right: auto;
}

.scheme-item:nth-child(4) p,
.scheme-item:nth-child(5) p,
.scheme-item:nth-child(6) p {
  text-align: left;
}

.scheme-item:nth-child(4) .scheme-item-img,
.scheme-item:nth-child(5) .scheme-item-img,
.scheme-item:nth-child(6) .scheme-item-img {
  margin-bottom: 17px;
  padding-left: 0;
  padding-right: 10px;
}

.scheme-item:nth-child(4) .scheme-item-line1,
.scheme-item:nth-child(5) .scheme-item-line1,
.scheme-item:nth-child(6) .scheme-item-line1 {
  right: 102px;
  left: -22px;
}

.scheme-item:nth-child(4) .scheme-item-line2,
.scheme-item:nth-child(5) .scheme-item-line2,
.scheme-item:nth-child(6) .scheme-item-line2 {
  right: 102px;
  left: -22px;
}

.scheme-item:nth-child(4) .scheme-item-img:after {
  display: none;
}

.scheme-item:nth-child(3) .scheme-item-img:after {
  right: -56px;
  top: 274px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.scheme-item-img {
  width: 196px;
  height: 196px;
  background-color: #4b4c4c;
  position: relative;
  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;
  padding-left: 10px;
  margin-bottom: 7px;
}

.scheme-item-img b {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -16px;
  color: #ebcb80;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.8px;
}

.scheme-item-img:before {
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  width: 0;
  height: 0;
  border-top: 98px solid transparent;
  border-left: 41px solid #4b4c4c;
  border-bottom: 98px solid transparent;
}

.scheme-item-img:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -150px;
  width: 36px;
  height: 23px;
  background: url("../img/arrow1.png") center no-repeat;
}

.scheme-item-line1 {
  position: absolute;
  z-index: 1;
  top: 13px;
  left: 102px;
  right: -22px;
  height: 1px;
  background-color: #ebcb80;
}

.scheme-item-line2 {
  position: absolute;
  z-index: 1;
  bottom: 17px;
  left: 102px;
  right: -22px;
  height: 1px;
  background-color: #ebcb80;
}

.map {
  position: relative;
  height: 595px;
  width: 100%;
}

.map-wrap1 {
  position: absolute;
  z-index: 1;
  top: 101px;
  left: 50%;
  -webkit-transform: translateX(-606px);
  transform: translateX(-606px);
  max-width: 340px;
  width: 100%;
  -webkit-box-shadow: 0 3px 7px rgba(171, 174, 182, 0.35);
  box-shadow: 0 3px 7px rgba(171, 174, 182, 0.35);
  background-color: rgba(0, 0, 0, 0.8);
  padding: 35px 22px 22px 22px;
}

.map-wrap1 > b {
  display: block;
  text-align: center;
  color: #94918b;
  font-family: "SegoeUI", sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.18px;
}

.map-logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 166px;
  width: 100%;
  margin-bottom: 16px;
}

.map-logo-img {
  margin-bottom: 8px;
}

.map-logo-text i {
  display: block;
  font-style: normal;
  color: #abaaa9;
  font-size: 14px;
  line-height: 14px;
  font-weight: 300;
  letter-spacing: 2.8px;
  text-transform: uppercase;
}

.map-logo-text span {
  display: block;
  color: #abaaa9;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.35px;
}

.map-logo-text span b {
  font-weight: 300;
  color: #d5d6d7;
}

.map-info {
  padding-top: 30px;
  padding-bottom: 32px;
  margin-bottom: 7px;
  border-bottom: 1px solid #61646c;
  position: relative;
}

.map-info:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #ebcb80;
}

.map-info:before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #ebcb80;
}

.map-adress {
  color: white;
  font-family: "SegoeUI", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.18px;
  padding-left: 39px;
  position: relative;
  margin-bottom: 20px;
}

.map-adress:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 28px;
  background: url("../img/adress-icon.png") center no-repeat;
}

.map-tel {
  display: inline-block;
  color: white;
  font-family: "SegoeUI", sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.24px;
  padding-left: 78px;
  position: relative;
  margin-bottom: 26px;
}

.map-tel a {
  color: white;
}

.map-tel-icon1 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 20px;
  height: 23px;
  background: url("../img/map-tel-icon1.png") center no-repeat;
}

.map-tel-icon2 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 26px;
  width: 21px;
  height: 20px;
  background: url("../img/map-tel-icon2.png") center no-repeat;
}

.map-tel-icon3 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 51px;
  width: 23px;
  height: 21px;
  background: url("../img/map-tel-icon3.png") center no-repeat;
}

.map-email {
  display: inline-block;
  padding-left: 39px;
  position: relative;
  color: white;
  font-family: "SegoeUI", sans-serif;
  font-size: 18px;
  letter-spacing: 0.18px;
}

.map-email:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 20px;
  height: 14px;
  background: url("../img/map-email-icon.png") center no-repeat;
}

.map-wrap2 {
  height: 100%;
  width: 100%;
}

.map-wrap2 #map {
  width: 100%;
  height: 100%;
}

.swiper-button-prev-style1,
.swiper-button-next-style1 {
  width: 24px;
  height: 40px;
  outline: none;
  background: url("../img/slider-btn.png") center no-repeat;
}

.swiper-button-prev-style1,
.swiper-container-rtl .swiper-button-next-style1 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.input,
.feedback-form input.wpforms-field-large {
  display: block;
  width: 100%;
  color: black;
  font-family: "HelveticaNeueCyr", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
  outline: none;
  border-radius: 3px;
  border: 1px solid white;
  background-color: transparent;
  padding: 14.5px 5px;
  padding-left: 20px;
}

.input::-webkit-input-placeholder,
.feedback-form input.wpforms-field-large::-webkit-input-placeholder {
  color: black;
  font-family: "HelveticaNeueCyr", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}

.input:-ms-input-placeholder,
.feedback-form input.wpforms-field-large:-ms-input-placeholder {
  color: black;
  font-family: "HelveticaNeueCyr", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}

.input::-ms-input-placeholder,
.feedback-form input.wpforms-field-large::-ms-input-placeholder {
  color: black;
  font-family: "HelveticaNeueCyr", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}

.input::placeholder,
.feedback-form input.wpforms-field-large::placeholder {
  color: black;
  font-family: "HelveticaNeueCyr", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}

.no-touch .main-header-menu a:hover {
  color: #ebcb80;
}

.no-touch .btn1:hover,
.no-touch .info-btn:hover,
.wpforms-submit-container .wpforms-submit:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 1300px) {
  .main-header-feedback-form {
    left: auto;
    right: 0;
  }
}

@media only screen and (max-width: 1250px) {
  .map-wrap1 {
    left: 10px;
    -webkit-transform: none;
    transform: none;
  }
}

@media only screen and (max-width: 1150px) {
  .main-header-nav {
    position: absolute;
    z-index: 2;
    top: 100%;
    left: 50%;
    max-width: none;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #242424;
    padding: 20px;
    display: none;
  }

  .main-header-menu li {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }

  .main-header-menu li:last-child {
    margin-bottom: 0;
  }

  .main-header-toggle {
    display: block;
  }

  .advantages-wrap {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 0;
    top: auto;
  }

  .scheme-list-line1,
  .scheme-list-line2,
  .scheme-list-line3,
  .scheme-list-line4,
  .scheme-list-line5 {
    display: none;
  }

  .scheme-item-img:after {
    display: none;
  }

  .scheme-item {
    margin-right: 0;
  }

  .scheme-list {
    max-width: 850px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .scheme-item p {
    text-align: center;
  }

  .scheme-item:nth-child(4) p,
  .scheme-item:nth-child(5) p,
  .scheme-item:nth-child(6) p {
    text-align: center;
  }

  .scheme-item {
    margin-top: 30px;
  }

  .scheme-list {
    margin-top: -30px;
  }
}

@media only screen and (max-width: 1100px) {
  .advantages-wrap .section-title-bg {
    display: none;
  }

  .partners-item {
    width: 31%;
    text-align: center;
  }
}

@media only screen and (max-width: 1000px) {
  .map-wrap1 {
    position: static;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }

  .map {
    height: auto;
  }

  .map-wrap2 {
    height: 400px;
  }
}

@media only screen and (max-width: 900px) {
  .banner-img {
    position: static;
    margin-bottom: 30px;
  }

  .banner .container {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .banner .section-title {
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
    line-height: 30px;
  }

  .banner .section-title i {
    font-size: 26px;
  }

  .info {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .info-btn {
    margin-left: auto;
    margin-right: auto;
  }

  .advantages-wrap .section-title {
    font-size: 28px;
    margin-bottom: 25px;
  }

  .advantages-wrap {
    padding: 40px 10px;
  }

  .why-text {
    padding: 40px 10px;
    width: 100%;
  }

  .why-img {
    display: none;
  }

  .why-item {
    padding-left: 130px;
  }

  .why-item-icon {
    left: 30px;
  }

  .why-list {
    max-width: none;
  }

  .why-text .section-title {
    font-size: 28px;
  }

  .feedback-wrap .section-title {
    font-size: 28px;
  }

  .feedback-form {
    max-width: 500px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .feedback-form form.wpforms-form,
  .feedback-form .wpforms-field-container {
    grid-template-columns: 1fr !important;
    grid-row-gap: 20px;
  }

  .feedback-form .input {
    width: 100%;
    margin-bottom: 15px;
  }

  .feedback-form .btn1 {
    width: 100%;
  }

  .feedback-wrap {
    padding: 40px 10px;
  }

  .partners .section-title,
  .partners .section-subtitle,
  .scheme .section-title {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .scheme-list {
    max-width: 500px;
  }

  .scheme-item:nth-child(4) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .scheme-item:nth-child(5) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .scheme-item:nth-child(6) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media only screen and (max-width: 850px) {
  .partners-item {
    width: 48%;
    margin-top: 25px;
  }

  .partners-list {
    margin-top: -25px;
  }
}

@media only screen and (max-width: 750px) {
  .main-header--clone {
    display: none;
  }

  .advantages-item {
    width: 30%;
    margin-top: 30px;
  }

  .advantages-list {
    margin-top: -30px;
  }

  .animated {
    /*CSS transitions*/
    -webkit-transition-property: none !important;
    transition-property: none !important;
    /*CSS transforms*/
    -webkit-transform: none !important;
    transform: none !important;
    /*CSS animations*/
    -webkit-animation: none !important;
    animation: none !important;
  }
}

@media only screen and (max-width: 650px) {
  .info-item {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }

  .info-item:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 600px) {
  .advantages-item {
    width: 48%;
  }
}

@media only screen and (max-width: 550px) {
  .main-header-contact {
    max-width: none;
    text-align: center;
    margin-top: 20px;
  }

  .main-header-nav {
    top: 70px;
  }

  .main-header-feedback-form {
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .why-item-icon {
    top: 0;
    left: 50%;
    width: 58px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .why-item {
    padding-left: 0;
    padding-top: 60px;
    text-align: center;
  }

  .partners-item {
    width: 100%;
  }

  .scheme-list {
    max-width: 237px;
  }
}

@media only screen and (max-width: 500px) {
  .map-tel {
    font-size: 22px;
  }
}

@media only screen and (max-width: 400px) {
  .advantages-item {
    width: 100%;
  }
}

@media only screen and (min-width: 1151px) {
  .main-header-nav {
    display: block !important;
    height: auto !important;
  }
}

.ymaps-2-1-76-image  {
  width: 172px !important;
  height: 132px !important;
  background-size: contain !important;
  top: -120px !important;
  left: -86px !important;
}

.feedback-form .wpforms-container {
  width: 100%;
}

.feedback-form form.wpforms-form {
  display: grid;
  grid-template-columns: 1fr 33%;
  grid-column-gap: 20px;
}

.feedback-form .wpforms-field-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 20px;
}

.feedback-form .wpforms-confirmation-container {
  text-align: center;
}