@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_dJE7g4.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUQjIg1_i6t8kCHKm45_Qphzg.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUSjIg1_i6t8kCHKm45xW4.ttf) format('truetype');
}
html,
body {
  margin: 0;
  padding: 0;
}
.wrapper {
  max-width: 1150px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 780px) {
  .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
img {
  max-width: 100%;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li {
  list-style: none;
}
a {
  text-decoration: none;
}
.header {
  background: #000;
  height: 100px;
  position: fixed;
  z-index: 100;
  width: 100%;
}
.header__row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  align-items: center;
  height: 100px;
}
@media screen and (max-width: 847px) {
  .header__row {
    justify-content: space-between;
  }
}
.header__col-logo {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(25% - 30px);
  color: #fff;
  align-items: vertical;
}
@media screen and (max-width: 1050px) {
  .header__col-logo {
    width: calc(25% - 30px);
  }
}
.header__logo {
  background: url(/images/logo.png) no-repeat;
  width: 280px;
  height: 67px;
}
@media screen and (max-width: 675px) {
  .header__logo {
    display: none;
  }
}
.header__min-logo {
  display: none;
  background: url(/images/min-logo.png) no-repeat;
  width: 200px;
  height: 48px;
}
@media screen and (max-width: 675px) {
  .header__min-logo {
    display: block;
  }
}
.header__col-items {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(58.333333333333336% - 30px);
  align-items: vertical;
}
@media screen and (max-width: 1050px) {
  .header__col-items {
    width: calc(58.333333333333336% - 30px);
  }
}
@media screen and (max-width: 847px) {
  .header__col-items {
    display: none;
  }
}
.header__col-items ul {
  text-align: center;
}
@media screen and (max-width: 915px) {
  .header__col-items ul {
    margin-left: 15%;
  }
}
@media screen and (max-width: 830px) {
  .header__col-items ul {
    margin-left: 25%;
  }
}
@media screen and (max-width: 675px) {
  .header__col-items ul {
    display: none;
  }
}
.header__col-items ul li {
  display: inline-block;
  margin: 0 5px;
}
@media screen and (max-width: 1150px) {
  .header__col-items ul li {
    margin: 0 5px;
  }
}
.header__col-items ul li a {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  padding: 8px 18px;
  border: 1px solid #FFFFFF;
  box-sizing: border-box;
  border-radius: 25px;
}
@media screen and (max-width: 1150px) {
  .header__col-items ul li a {
    padding: 8px 18px;
    font-size: 14px;
  }
}
.header__col-items ul li a:hover {
  background: #fff;
  color: #000;
}
.header__col-numb {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(16.666666666666668% - 30px);
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  color: #fff;
  text-align: right;
}
@media screen and (max-width: 1050px) {
  .header__col-numb {
    width: calc(16.666666666666668% - 30px);
  }
}
@media screen and (max-width: 1150px) {
  .header__col-numb {
    font-size: 14px;
    margin: 0;
  }
}
@media screen and (max-width: 847px) {
  .header__col-numb {
    width: calc(25% - 30px);
    padding-right: 15px;
    width: 120px;
  }
}
.header__col-numb a {
  color: #fff;
}
.header__numb {
  display: block;
}
@media screen and (max-width: 847px) {
  .header__numb {
    display: none;
  }
}
.header__icon-phone {
  display: none;
  background: url(/images/phone.png) no-repeat;
  width: 33px;
  height: 32px;
}
@media screen and (max-width: 847px) {
  .header__icon-phone {
    display: inline-block;
  }
}
@media screen and (max-width: 675px) {
  .header__icon-phone {
    margin-right: 17px;
  }
}
.header__icon-hamb {
  display: none;
  background: url(/images/hamb-icon.png) no-repeat;
  width: 34px;
  height: 24px;
  cursor: pointer;
}
@media screen and (max-width: 847px) {
  .header__icon-hamb {
    display: inline-block;
    margin-left: 17px;
  }
}
.min-header {
  position: fixed;
  width: 300px;
  height: 472px;
  background: #000;
  z-index: 1000000;
  top: 0;
  left: -300px;
  transition: 0.5s linear;
  padding-top: 30px;
}
.min-header .min-h-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  align-items: center;
  margin: 0 40px;
  border-bottom: 1px solid #fff;
}
.min-header .min-h-row .min-h-menu {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
  align-items: center;
}
.min-header .min-h-row .min-h-close {
  transform: rotate(45deg);
  color: #fff;
  font-size: 34px;
  align-items: center;
  cursor: pointer;
}
.min-header .min-h-block {
  line-height: 50px;
  padding: 0 40px;
  margin-top: 33px;
}
.min-header .min-h-block a {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 50px;
  text-decoration: none;
  color: #FFFFFF;
}
.min-header.active {
  left: 0px;
}
.section-center {
  padding-top: 100px;
}
.bg-center {
  position: relative;
}
.bg-center .abs-text-blck {
  text-align: center;
  margin: auto;
  position: absolute;
  top: 30%;
  left: 0;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 830px) {
  .bg-center .abs-text-blck {
    top: 20%;
  }
}
@media screen and (max-width: 675px) {
  .bg-center .abs-text-blck {
    top: 10%;
  }
}
@media screen and (max-width: 475px) {
  .bg-center .abs-text-blck {
    top: 120%;
  }
}
.bg-center .abs-text-blck .abs-title {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 48px;
  line-height: 39px;
  color: #000000;
  margin-bottom: 60px;
  text-shadow: 0px 0px 65px #FFFFFF, 0px 0px 52px #FFFFFF, 0px 0px 63px #FFFFFF;
}
@media screen and (max-width: 1050px) {
  .bg-center .abs-text-blck .abs-title {
    font-size: 28px;
  }
}
@media screen and (max-width: 830px) {
  .bg-center .abs-text-blck .abs-title {
    font-size: 28px;
    width: 359px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 675px) {
  .bg-center .abs-text-blck .abs-title {
    width: 359px;
    font-size: 28px;
  }
}
@media screen and (max-width: 475px) {
  .bg-center .abs-text-blck .abs-title {
    width: 359px;
    font-size: 24px;
    line-height: 28px;
  }
}
@media screen and (max-width: 380px) {
  .bg-center .abs-text-blck .abs-title {
    width: 259px;
    font-size: 20px;
  }
}
.bg-center .abs-text-blck .abs-sub-title {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  margin-top: 41px;
  color: #000000;
}
@media screen and (max-width: 1050px) {
  .bg-center .abs-text-blck .abs-sub-title {
    font-size: 24px;
    margin-top: 31px;
  }
}
@media screen and (max-width: 475px) {
  .bg-center .abs-text-blck .abs-sub-title {
    font-size: 20px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 380px) {
  .bg-center .abs-text-blck .abs-sub-title {
    font-size: 18px;
    margin-top: 15px;
  }
}
.section-service {
  position: relative;
}
@media screen and (max-width: 475px) {
  .section-service {
    padding-top: 100px;
  }
}
.service-title {
  margin-top: 110px;
  margin-bottom: 60px;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
}
.service-title::before {
  content: url(/images/line.png) no-repeat;
  position: absolute;
  top: -15px;
  left: 20%;
}
.service-title::after {
  content: url(/images/line.png) no-repeat;
  position: absolute;
  top: -15px;
  right: 20%;
}
.service-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  justify-content: space-around;
  margin-bottom: 110px;
}
.service-row .service-col {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(33.333333333333336% - 30px);
  margin-bottom: 34px;
}
@media screen and (max-width: 1050px) {
  .service-row .service-col {
    width: calc(33.333333333333336% - 30px);
  }
}
@media screen and (max-width: 830px) {
  .service-row .service-col {
    width: calc(50% - 30px);
    margin-bottom: 34px;
  }
}
.service-row .service-col .icon-service {
  width: 138px;
  height: 120px;
  margin: 0 auto;
}
.service-row .service-col .i-el {
  background: url(/images/i-el.png) no-repeat;
}
.service-row .service-col .i-san {
  background: url(/images/i-san.png) no-repeat;
}
.service-row .service-col .i-lam {
  background: url(/images/i-lam.png) no-repeat;
}
.service-row .service-col .i-pl {
  background: url(/images/i-pl.png) no-repeat;
}
.service-row .service-col .i-vop {
  background: url(/images/i-vop.png) no-repeat;
}
.service-row .service-col .i-mon {
  background: url(/images/i-mon.png) no-repeat;
}
.service-row .service-col .i-sp {
  background: url(/images/i-sp.png) no-repeat;
}
.service-row .service-col .i-bet {
  background: url(/images/new-icon-gal.png) no-repeat;
  background-position: 50% 51%;
}
.service-row .service-col .i-gh {
  background: url(/images/i-gh.png) no-repeat;
}
.service-row .service-col .service-text {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 29px;
  color: #000000;
  text-align: center;
  margin-top: 17px;
}
@media screen and (max-width: 450px) {
  .service-row .service-col .service-text {
    font-size: 18px;
  }
}
@media screen and (max-width: 675px) {
  .section-galery {
    margin-left: -77px;
  }
}
.section-galery .f-vertical-blck {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  flex-wrap: nowrap;
  justify-content: right;
}
@media screen and (max-width: 675px) {
  .section-galery .f-vertical-blck {
    margin-bottom: 5px;
    justify-content: center;
  }
}
.section-galery .f-vertical-blck .galery-blck .galery-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  flex-wrap: nowrap;
  justify-content: flex-end;
  margin-bottom: 25px;
}
@media screen and (max-width: 675px) {
  .section-galery .f-vertical-blck .galery-blck .galery-row {
    margin: 0px;
  }
}
.section-galery .f-vertical-blck .galery-blck .galery-row .galery-col {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(50% - 30px);
}
@media screen and (max-width: 1050px) {
  .section-galery .f-vertical-blck .galery-blck .galery-row .galery-col {
    width: calc(50% - 30px);
  }
}
.section-galery .f-vertical-blck .galery-blck .galery-row .f-internal {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(40% - 30px);
}
@media screen and (max-width: 1050px) {
  .section-galery .f-vertical-blck .galery-blck .galery-row .f-internal {
    width: calc(40% - 30px);
  }
}
@media screen and (max-width: 675px) {
  .section-galery .f-vertical-blck .galery-blck .galery-row .f-internal {
    margin: 5px;
  }
}
.section-galery .f-vertical-blck .galery-blck .galery-row .s-internal {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(55.833333333333336% - 30px);
}
@media screen and (max-width: 1050px) {
  .section-galery .f-vertical-blck .galery-blck .galery-row .s-internal {
    width: calc(55.833333333333336% - 30px);
  }
}
@media screen and (max-width: 675px) {
  .section-galery .f-vertical-blck .galery-blck .galery-row .s-internal {
    margin: 5px;
  }
}
.section-galery .f-vertical-blck .galery-blck .galery-row .f-internal2 {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(25% - 30px);
}
@media screen and (max-width: 1050px) {
  .section-galery .f-vertical-blck .galery-blck .galery-row .f-internal2 {
    width: calc(25% - 30px);
  }
}
@media screen and (max-width: 675px) {
  .section-galery .f-vertical-blck .galery-blck .galery-row .f-internal2 {
    margin: 5px;
  }
}
.section-galery .f-vertical-blck .galery-blck .galery-row .s-internal2 {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(66.66666666666667% - 30px);
}
@media screen and (max-width: 1050px) {
  .section-galery .f-vertical-blck .galery-blck .galery-row .s-internal2 {
    width: calc(66.66666666666667% - 30px);
  }
}
@media screen and (max-width: 675px) {
  .section-galery .f-vertical-blck .galery-blck .galery-row .s-internal2 {
    margin: 5px;
  }
}
@media screen and (max-width: 675px) {
  .section-galery .f-vertical-blck .galery-blck {
    margin: 5px;
  }
}
.section-galery .f-vertical-blck .f-block {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(75% - 30px);
  text-align: end;
}
@media screen and (max-width: 1050px) {
  .section-galery .f-vertical-blck .f-block {
    width: calc(75% - 30px);
  }
}
@media screen and (max-width: 675px) {
  .section-galery .f-vertical-blck .f-block {
    margin: 5px;
  }
}
.section-galery .f-vertical-blck .s-block {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(25% - 30px);
}
@media screen and (max-width: 1050px) {
  .section-galery .f-vertical-blck .s-block {
    width: calc(25% - 30px);
  }
}
@media screen and (max-width: 675px) {
  .section-galery .f-vertical-blck .s-block {
    margin: 5px;
  }
}
.section-galery .s-vertical-blck {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  flex-wrap: nowrap;
  justify-content: center;
}
.section-galery .s-vertical-blck .galery-col2 {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(21.666666666666668% - 30px);
}
@media screen and (max-width: 1050px) {
  .section-galery .s-vertical-blck .galery-col2 {
    width: calc(21.666666666666668% - 30px);
  }
}
@media screen and (max-width: 675px) {
  .section-galery .s-vertical-blck .galery-col2 {
    margin: 5px;
  }
}
.section-galery .s-vertical-blck .galery-col2-big {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(33.333333333333336% - 30px);
}
@media screen and (max-width: 1050px) {
  .section-galery .s-vertical-blck .galery-col2-big {
    width: calc(33.333333333333336% - 30px);
  }
}
@media screen and (max-width: 675px) {
  .section-galery .s-vertical-blck .galery-col2-big {
    margin: 5px;
  }
}
@media screen and (max-width: 675px) {
  .section-galery .s-vertical-blck {
    margin: -20px;
  }
}
.section-intrebare {
  height: 146px;
  color: #fff;
  background: url(/images/background-intr.png);
  background-position: 50% 50%;
}
@media screen and (max-width: 830px) {
  .section-intrebare {
    height: 227px;
  }
}
@media screen and (max-width: 675px) {
  .section-intrebare {
    height: 279px;
  }
}
.section-intrebare .intr-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  vertical-align: middle;
  height: 146px;
}
@media screen and (max-width: 675px) {
  .section-intrebare .intr-flex {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 215px;
    height: 50px;
  }
}
.section-intrebare .min-itr-title {
  display: none;
}
@media screen and (max-width: 830px) {
  .section-intrebare .min-itr-title {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    padding-top: 35px;
    text-align: center;
  }
}
@media screen and (max-width: 675px) {
  .section-intrebare .min-itr-title {
    padding-bottom: 15px;
    font-size: 36px;
  }
}
@media screen and (max-width: 400px) {
  .section-intrebare .min-itr-title {
    width: 300px;
    margin: 0 auto;
    font-size: 36px;
    padding-bottom: 45px;
  }
}
.section-intrebare .itr-title {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
}
@media screen and (max-width: 830px) {
  .section-intrebare .itr-title {
    display: none;
  }
}
.section-intrebare .comanda-btn {
  padding: 14px 32px;
  border: 1px solid #fff;
  border-radius: 25px;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
}
@media screen and (max-width: 675px) {
  .section-intrebare .comanda-btn {
    max-width: 222px;
    display: block;
  }
}
.section-intrebare .contact-btn {
  padding: 14px 32px;
  border: 1px solid #fff;
  border-radius: 25px;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
}
@media screen and (max-width: 675px) {
  .section-intrebare .contact-btn {
    width: 222px;
    display: block;
    margin-top: 30px;
  }
}
.special-bl {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  margin-top: 110px;
  margin-bottom: 60px;
}
@media screen and (max-width: 450px) {
  .special-bl {
    margin-top: 90px;
    margin-bottom: 50px;
  }
}
.special-bl__line {
  width: 200px;
  border: 1px solid #ccc;
}
.special-bl__title {
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  padding: 0 44px;
}
@media screen and (max-width: 840px) {
  .special-bl__title {
    font-size: 33px;
    min-width: 305px;
  }
}
@media screen and (max-width: 600px) {
  .special-bl__title {
    font-size: 33px;
    min-width: 365px;
  }
}
@media screen and (max-width: 450px) {
  .special-bl__title {
    font-size: 27px;
    padding: 0;
  }
}
.special-bl__title-bottom {
  margin-bottom: 24px;
}
.special-bl__sub-title {
  width: 518px;
  margin: 0 auto;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  text-align: center;
  color: #757575;
}
.special-bl-marg {
  margin-bottom: 23px;
}
.simple-text {
  max-width: 518px;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  text-align: center;
  color: #757575;
  margin: 0 auto;
  padding-top: 20px;
}
@media screen and (max-width: 840px) {
  .simple-text {
    padding-bottom: 50px;
  }
}
.section-form {
  padding: 0 15px;
}
.section-form .form-fon {
  position: relative;
  background: url(/images/form-fon.png) no-repeat;
  height: 458px;
  margin-top: 178px;
  margin-bottom: 70px;
}
@media screen and (max-width: 1070px) {
  .section-form .form-fon {
    margin-top: 250px;
  }
}
@media screen and (max-width: 675px) {
  .section-form .form-fon {
    background: url(/images/form-fon-min.png) no-repeat;
    width: 100%;
    margin-top: 250px;
    height: 700px;
  }
}
.section-form .form-fon .form-block {
  margin: auto;
  position: absolute;
  top: -183px;
  left: 0;
  bottom: 0;
  right: 0;
  max-width: 956px;
  height: 524px;
  background: linear-gradient(180.28deg, #A8A9AA 0.11%, #50595C 14.43%, #989898 41.95%, #454545 82.44%, #3A3C3D 110.08%), #6B6B6B;
  box-shadow: 0px 27px 38px rgba(0, 0, 0, 0.4);
  border-radius: 25px;
}
@media screen and (max-width: 1070px) {
  .section-form .form-fon .form-block {
    top: -242px;
    margin: 0 15px;
  }
}
@media screen and (max-width: 675px) {
  .section-form .form-fon .form-block {
    height: 880px;
  }
}
@media screen and (max-width: 425px) {
  .section-form .form-fon .form-block {
    height: 942px;
  }
}
.section-form .form-fon .form-block .form-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.section-form .form-fon .form-block .form-row .form-text-col {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(50% - 30px);
}
@media screen and (max-width: 675px) {
  .section-form .form-fon .form-block .form-row .form-text-col {
    width: calc(100% - 30px);
    order: 2;
  }
}
.section-form .form-fon .form-block .form-row .form-text-col .form-text-block {
  padding: 46px 0 0 64px;
  color: #fff;
  text-align: left;
}
@media screen and (max-width: 675px) {
  .section-form .form-fon .form-block .form-row .form-text-col .form-text-block {
    padding: 46px 15px 0 15px;
    text-align: center;
    max-width: 370px;
    margin: 0 auto;
  }
}
.section-form .form-fon .form-block .form-row .form-text-col .form-text-block .form-text-title {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  margin-bottom: 47px;
}
.section-form .form-fon .form-block .form-row .form-text-col .form-text-block .form-sub-title {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 29px;
}
.section-form .form-fon .form-block .form-row .form-text-col .form-text-block .form-text {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
}
@media screen and (max-width: 830px) {
  .section-form .form-fon .form-block .form-row .form-text-col .form-text-block .form-text {
    font-size: 16px;
  }
}
.section-form .form-fon .form-block .form-row .form-blck-col {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(50% - 30px);
}
@media screen and (max-width: 675px) {
  .section-form .form-fon .form-block .form-row .form-blck-col {
    width: calc(100% - 30px);
    order: 1;
  }
}
.section-form .form-fon .form-block .form-row .form-blck-col .form-box {
  padding: 55px 15px 0 64px;
}
@media screen and (max-width: 675px) {
  .section-form .form-fon .form-block .form-row .form-blck-col .form-box {
    padding: 0 20px;
    max-width: 370px;
    margin: 50px auto 0 auto;
    order: 1;
  }
}
.section-form .form-fon .form-block .form-row .form-blck-col .form-box .form-title {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
  margin-bottom: 31px;
}
@media screen and (max-width: 675px) {
  .section-form .form-fon .form-block .form-row .form-blck-col .form-box .form-title {
    text-align: center;
  }
}
.section-form .form-fon .form-block .form-row .form-blck-col .form-box input {
  display: block;
  width: 80%;
  border-style: none;
  background-color: transparent;
  border-bottom: 2px solid #fff;
  margin-bottom: 40px;
  padding: 15px 0 15px 10px;
  color: #fff;
}
@media screen and (max-width: 830px) {
  .section-form .form-fon .form-block .form-row .form-blck-col .form-box input {
    width: 100%;
  }
}
.section-form .form-fon .form-block .form-row .form-blck-col .form-box input::placeholder {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #EBEBEB;
}
.section-form .form-fon .form-block .form-row .form-blck-col .form-box .send-btn {
  display: inline-block;
  max-width: 240px;
  box-sizing: border-box;
  border-radius: 25px;
  border: 1px solid #ffffff;
  padding: 14px 30px;
  margin-top: 34px;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
  background: transparent;
  cursor: pointer;
}
@media screen and (max-width: 830px) {
  .section-form .form-fon .form-block .form-row .form-blck-col .form-box .send-btn {
    display: block;
    font-size: 14px;
    width: 200px;
    margin: 0 auto;
  }
}
.section-footer {
  height: 301px;
  background: #242424;
}
@media screen and (max-width: 1070px) {
  .section-footer {
    height: 850px;
  }
}
.section-footer footer .footer-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.section-footer footer .footer-row .footer-col-menu {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(50% - 30px);
  margin-top: 57px;
}
@media screen and (max-width: 1050px) {
  .section-footer footer .footer-row .footer-col-menu {
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 1070px) {
  .section-footer footer .footer-row .footer-col-menu {
    width: calc(100% - 30px);
  }
}
.section-footer footer .footer-row .footer-col-menu .footer-menu {
  align-items: vertical;
}
.section-footer footer .footer-row .footer-col-menu .footer-menu ul {
  text-align: left;
}
@media screen and (max-width: 1070px) {
  .section-footer footer .footer-row .footer-col-menu .footer-menu ul {
    border-bottom: 1px solid #fff;
    padding-bottom: 30px;
  }
}
.section-footer footer .footer-row .footer-col-menu .footer-menu ul li {
  display: inline-block;
  margin: 0 18px;
}
@media screen and (max-width: 1165px) {
  .section-footer footer .footer-row .footer-col-menu .footer-menu ul li {
    margin: 0 15px;
  }
}
@media screen and (max-width: 1108px) {
  .section-footer footer .footer-row .footer-col-menu .footer-menu ul li {
    margin: 0 8px;
  }
}
.section-footer footer .footer-row .footer-col-menu .footer-menu ul li a {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  text-decoration: none;
  color: #fff;
  padding: 10px 21px;
  border: 1px solid #FFFFFF;
  box-sizing: border-box;
  border-radius: 25px;
}
@media screen and (max-width: 1060px) {
  .section-footer footer .footer-row .footer-col-menu .footer-menu ul li a {
    padding: 0 10px;
    border: 0px solid #FFFFFF;
  }
}
.section-footer footer .footer-row .footer-col-menu .footer-menu ul li:last-child {
  margin-right: 0px;
}
@media screen and (max-width: 1060px) {
  .section-footer footer .footer-row .footer-col-menu .footer-menu ul li:last-child {
    display: none;
  }
}
.section-footer footer .footer-row .footer-col-menu .footer-contact {
  margin-top: 54px;
}
@media screen and (max-width: 1070px) {
  .section-footer footer .footer-row .footer-col-menu .footer-contact {
    max-width: 200px;
    margin: 0 auto;
  }
}
.section-footer footer .footer-row .footer-col-menu .footer-contact a {
  color: #fff;
}
.section-footer footer .footer-row .footer-col-menu .footer-contact li {
  display: inline-block;
  margin: 0 10px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  color: #FFFFFF;
}
@media screen and (max-width: 1070px) {
  .section-footer footer .footer-row .footer-col-menu .footer-contact li:first-child {
    max-width: 200px;
    margin: 10px auto;
  }
}
.section-footer footer .footer-row .footer-col-menu .footer-contact li:last-child {
  margin-right: 0px;
}
@media screen and (max-width: 1060px) {
  .section-footer footer .footer-row .footer-col-menu .footer-contact li:last-child {
    margin-right: 17px;
  }
}
@media screen and (max-width: 1060px) {
  .section-footer footer .footer-row .footer-col-menu .footer-contact li {
    display: block;
    text-align: center;
    margin: 0 17px;
  }
}
.section-footer footer .footer-row .footer-col-menu .us-blck {
  display: flex;
  padding-top: 35px;
  align-items: center;
}
.section-footer footer .footer-row .footer-col-menu .us-blck .us-text {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #fff;
}
.section-footer footer .footer-row .footer-col-menu .us-blck .us-logo {
  background: url(/images/our-logo.png) no-repeat;
  width: 137px;
  height: 50px;
  margin-left: 15px;
}
@media screen and (max-width: 1065px) {
  .section-footer footer .footer-row .footer-col-menu .us-blck {
    display: none;
    text-align: center;
  }
}
.section-footer footer .footer-row .footer-col-menu .us-blck-min {
  display: none;
  padding-top: 62px;
  align-items: center;
}
.section-footer footer .footer-row .footer-col-menu .us-blck-min .us-text {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #fff;
}
@media screen and (max-width: 1065px) {
  .section-footer footer .footer-row .footer-col-menu .us-blck-min .us-text {
    text-align: center;
  }
}
.section-footer footer .footer-row .footer-col-menu .us-blck-min .us-logo {
  background: url(/images/our-logo.png) no-repeat;
  width: 137px;
  height: 50px;
  margin-left: 15px;
}
@media screen and (max-width: 1065px) {
  .section-footer footer .footer-row .footer-col-menu .us-blck-min .us-logo {
    margin: 0 auto;
  }
}
@media screen and (max-width: 1065px) {
  .section-footer footer .footer-row .footer-col-menu .us-blck-min {
    display: block;
    text-align: center;
    margin: 0 auto;
  }
}
.section-footer footer .footer-row .footer-col-menu .politica-c-min {
  display: none;
  text-align: center;
}
.section-footer footer .footer-row .footer-col-menu .politica-c-min a {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  color: #FFFFFF;
}
@media screen and (max-width: 1070px) {
  .section-footer footer .footer-row .footer-col-menu .politica-c-min {
    margin-top: 62px;
    margin-bottom: 23px;
    display: block;
    color: #fff;
    max-width: 210px;
    margin: 0 auto;
    margin-top: 88px;
  }
}
.section-footer footer .footer-row .footer-col-menu .politica-c-min .rights {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
}
@media screen and (max-width: 1070px) {
  .section-footer footer .footer-row .footer-col-menu .politica-c-min .rights {
    padding-top: 23px;
  }
}
.section-footer footer .footer-row .footer-col-logo {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(50% - 30px);
  margin-top: 22px;
}
@media screen and (max-width: 1050px) {
  .section-footer footer .footer-row .footer-col-logo {
    width: calc(50% - 30px);
  }
}
.section-footer footer .footer-row .footer-col-logo .info-blck {
  display: flex;
  padding-top: 62px;
  justify-content: space-between;
}
.section-footer footer .footer-row .footer-col-logo .info-blck .rights {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
}
@media screen and (max-width: 1050px) {
  .section-footer footer .footer-row .footer-col-logo .info-blck .rights {
    text-align: center;
    padding-top: 0px;
  }
}
@media screen and (max-width: 1070px) {
  .section-footer footer .footer-row .footer-col-logo {
    display: none;
  }
}
.section-footer footer .footer-row .footer-col-logo .border {
  margin-top: 20px;
  border: 1px solid #fff;
}
.section-footer footer .footer-row .footer-col-logo .politica-c {
  text-align: end;
}
.section-footer footer .footer-row .footer-col-logo .politica-c a {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  /* identical to box height */
  color: #FFFFFF;
}
.section-footer footer .footer-row .footer-min-logo {
  display: none;
  background: url(/images/footer-min-logo.png) no-repeat;
  width: 238px;
  height: 225px;
  margin: 38px auto;
}
@media screen and (max-width: 1070px) {
  .section-footer footer .footer-row .footer-min-logo {
    display: block;
  }
}
.thank-block {
  width: 250px;
  margin: 150px auto;
}
.thank-block .thank {
  color: #000;
  padding-bottom: 50px;
  text-align: center;
  font-size: 30px;
}
.thank-block .return-btn {
  display: block;
  width: 235px;
  font-size: 24px;
  padding: 20px 35px;
  background: #1551f7;
  color: #fff;
  margin: 0 auto;
}
.politica-blck {
  width: 800px;
  margin: 50px auto;
}
.politica-blck .return-on {
  font-family: 'Montserrat', sans-serif;
  display: block;
  width: 200px;
  padding: 20px 0;
  text-align: center;
  margin: 50px auto;
  border: 1px solid #ccc;
  border-radius: 20px;
  color: #000;
}
.politica-blck p {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: 1.6;
}
.politica-blck div {
  margin-bottom: 40px;
}
.debugGrid {
  display: none;
  height: 100vh;
  position: fixed;
  width: 100%;
  height: 1500px;
}
.debugGrid > div {
  height: inherit;
  max-width: 1150px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 780px) {
  .debugGrid > div {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 780px) {
  .debugGrid > div {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.debugGrid > div > div {
  height: inherit;
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.debugGrid > div > div > div {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(8.333333333333334% - 30px);
  height: inherit;
  outline: 1px solid #ccc;
  background: rgba(255, 255, 255, 0.5);
}
: 15px;
  margin-right: 15px;
  width: calc(100% / 12 * 1 - 30px);
  height: inherit;
  outline: 1px solid #ccc;
  background: rgba(255, 255, 255, 0.5);
}
