.row {
  margin-left: -15px;
  margin-right: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.container {
  margin-right: auto !important;
  margin-left: auto !important;
  padding-left: 15px !important;
  padding-right: 15px !important; }

.col {
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 767px) {
  .container {
    width: 750px !important; } }

@media (min-width: 992px) {
  .container {
    width: 970px !important; } }

@media (min-width: 1250px) {
  .container {
    width: 1220px !important; } }

@media (min-width: 2000px) {
  .container-fluid {
    max-width: 1700px !important;
    margin: 0 auto !important; } }

.container-fluid {
  margin-right: auto !important;
  margin-left: auto !important;
  padding-left: 15px !important;
  padding-right: 15px !important; }

@font-face {
  font-family: "Montserrat";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Montserrat-Regular/Montserrat-Regular.ad3da615fb4c.eot");
  src: url("../fonts/Montserrat-Regular/Montserrat-Regular.ad3da615fb4c.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Regular/Montserrat-Regular.0456823d25ba.woff") format("woff"), url("../fonts/Montserrat-Regular/Montserrat-Regular.9c4609511838.ttf") format("truetype"); }

@font-face {
  font-family: "Montserrat";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Montserrat-SemiBold/Montserrat-SemiBold.abdb1c1a8e50.eot");
  src: url("../fonts/Montserrat-SemiBold/Montserrat-SemiBold.abdb1c1a8e50.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-SemiBold/Montserrat-SemiBold.df4d44c68348.woff") format("woff"), url("../fonts/Montserrat-SemiBold/Montserrat-SemiBold.c88cecbffad6.ttf") format("truetype"); }

@font-face {
  font-family: "Montserrat";
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Montserrat-ExtraBold/Montserrat-ExtraBold.21edc00be8e4.eot");
  src: url("../fonts/Montserrat-ExtraBold/Montserrat-ExtraBold.21edc00be8e4.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-ExtraBold/Montserrat-ExtraBold.28eef764f61e.woff") format("woff"), url("../fonts/Montserrat-ExtraBold/Montserrat-ExtraBold.9bc77c3bca96.ttf") format("truetype"); }

@font-face {
  font-family: "Montserrat";
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Montserrat-Black/Montserrat-Black.1e4ec7c03895.eot");
  src: url("../fonts/Montserrat-Black/Montserrat-Black.1e4ec7c03895.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Black/Montserrat-Black.1a4080ca8d87.woff") format("woff"), url("../fonts/Montserrat-Black/Montserrat-Black.6d1796a9f798.ttf") format("truetype"); }

@font-face {
  font-family: "Inter";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Inter-Regular/Inter-Regular.d03619e141b2.eot");
  src: url("../fonts/Inter-Regular/Inter-Regular.d03619e141b2.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-Regular/Inter-Regular.a51fb83eeb72.woff") format("woff"), url("../fonts/Inter-Regular/Inter-Regular.59e981f7c001.ttf") format("truetype"); }

@font-face {
  font-family: "TerminatorGen";
  font-display: swap;
  src: url("../fonts/TerminatorGen.3ba18471622c.otf"); }

h2, .h2 {
  font-size: 40px; }

.h2-big {
  font-size: 150px;
  font-weight: 900;
  text-transform: uppercase;
  color: #f8f8f8;
  line-height: 0.7; }

h3, .h3 {
  font-size: 24px;
  text-transform: uppercase; }

h4, .h4 {
  font-size: 16px; }

h5, .h5 {
  font-size: 17px;
  font-weight: 600; }

h6, .h6 {
  font-size: 16px; }

.tb {
  margin: 15px 0;
  position: relative; }
  .tb .img {
    text-align: center; }
  .tb h2, .tb .h2 {
    margin: 30px 0; }
  .tb p {
    margin-bottom: 15px; }
    .tb p:last-child {
      margin-bottom: 0; }
  .tb ul {
    margin: 15px 0; }
  .tb li {
    padding-left: 15px;
    position: relative;
    margin-bottom: 15px; }
    .tb li:last-child {
      margin-bottom: 0; }
    .tb li:before {
      content: '';
      position: absolute;
      left: 0;
      top: 6px;
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background: #fff; }
  .tb a {
    color: #FF620A; }

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

table {
  border-collapse: collapse;
  border-spacing: 0; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 600; }

sup {
  vertical-align: text-top; }

sub {
  vertical-align: text-bottom; }

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  border-radius: 20px;
  border: 1px solid #000;
  height: 35px;
  text-indent: 15px; }

ul,
li {
  list-style-type: none;
  padding: 0;
  margin: 0; }

.wrap-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block; }

input, textarea, select {
  outline: none;
  max-width: 100%; }

img {
  height: auto;
  border: 0;
  max-width: 100%; }

button, .button {
  cursor: pointer; }

a {
  display: inline-block;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
  color: #030018; }

a:active, a:focus {
  outline: none; }

.slick-slide, a, button, .button, input, textarea {
  outline: none; }

strong {
  font-weight: bold; }

html, body {
  height: 100%;
  font-size: 15px; }

body {
  min-width: 320px;
  position: relative;
  line-height: 1.18;
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
  color: #030018; }

main {
  overflow: hidden;
  max-width: 1440px;
  margin: auto; }

.close {
  display: none; }

.mob7, .mob9 {
  display: none; }

.section-wrap {
  width: 100%; }

.sp-section {
  padding: 25px 0; }

header {
  background: #fff;
  width: 100%;
  min-height: 70px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.07);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.07);
  font-size: 14px; /* 15px */
  height: 70px; }
  header .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 7px 0; }
  header .logo a {
    min-width: 92px;
    width: 92px; }
  header .navigation {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: right; }
    header .navigation li {
      display: inline-block;
      position: relative;
      padding: 7px;
      white-space: nowrap; }
      header .navigation li:hover .dropdown-mnu {
        display: block; }
    header .navigation .phone, header .navigation .addr-part, header .navigation .ssoc {
      display: none; }
  header .dropdown-mnu {
    position: absolute;
    left: 0;
    top: 100%;
    background: #fff;
    padding: 10px 20px;
    border-radius: 0px 0px 30px 30px;
    -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    display: none; }
    header .dropdown-mnu li {
      display: block;
      padding: 5px 0;
      text-align: left; }
  header .phone {
    padding: 0 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #060127;
    border-radius: 20px;
    height: 45px; }
    header .phone .img {
      margin-right: 7px;
      min-width: 26px; }
    header .phone a {
      display: block;
      color: #030018;
      font-size: 14px; /* 15px */
      font-family: "Inter", serif; }
  header .addr-part {
    padding: 0 15px; /*0 20px*/
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #060127;
    border-radius: 20px;
    height: 45px;
    margin-left: 5px;
    white-space: nowrap;
    position: relative;
    cursor: pointer; }
    header .addr-part .img {
      margin-right: 10px;
      min-width: 20px; }
    header .addr-part .wrap-ul {
      display: none;
      position: absolute;
      left: 0;
      top: 100%;
      background: #fff;
      min-width: 100%;
      border-radius: 20px; }
      header .addr-part .wrap-ul ul {
        padding: 15px; }
      header .addr-part .wrap-ul a {
        padding: 5px 0; }
    header .addr-part a {
      display: block;
      color: #030018;
      font-size: 15px;
      font-family: "Inter", serif; }
    header .addr-part .arr {
      margin-left: 10px;
      min-width: 9px; }
  header .ssoc {
    margin-left: 10px; }

nav a:hover {
  color: #FF620A; }

.button, a.button {
  font-size: 16px;
  font-weight: 600;
  padding: 17px 25px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  background: #FF620A;
  border-radius: 20px;
  border: 1px solid #FF620A;
  white-space: nowrap;
  text-align: center;
  display: inline-block;
  color: #fff;
  width: 250px; }
  .button:hover, a.button:hover {
    color: #FF620A;
    background: #000; }
  .button-tranz-nobg, a.button-tranz-nobg {
    background: 0 0;
    border: 1px solid #fff; }
  .button-tranz-bg, a.button-tranz-bg {
    background: 0 0;
    border: 1px solid #030018;
    color: #300018; }
  .button-tranz-bg-red, a.button-tranz-bg-red {
    background: 0 0;
    border: 1px solid #FF620A;
    color: #FF620A; }
  .button-black, a.button-black {
    background: #030018;
    border: 1px solid #030018; }

.ssoc a {
  margin: 0 5px; 
  max-width: 25px;
}

.phone {
  white-space: nowrap; }

footer a:hover, header.header a:hover {
  color: #FF620A; }

.s-header {
  /*background: url("../img/h-bg.fc436a141829.jpg") no-repeat 50%;*/
  background-size: cover;
  -webkit-backdrop-filter: blur(9px);
          backdrop-filter: blur(9px); }

.logo {
  mix-blend-mode: multiply; }
  .logo img {
    display: block; }
  .logo a {
    display: block; }

.tb-no strong {
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  position: relative; }
  .tb-no strong:before {
    content: '';
    position: absolute;
    background: #FF620A;
    height: 1px;
    width: calc(100% + 50px);
    bottom: -8px;
    left: -50px; }
  .tb-no strong:first-letter {
    color: #FF620A; }
.slick-dots {

  display: none!important;}
.info-template .num {
  padding: 0px 15px;
}
.garant-price{
  padding: 0px 20px;
}
.tb-no li {
  position: relative;
  padding-left: 10px; }
  .tb-no li:before {
    /*content: '';*/
    position: absolute;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #fff;
    left: 0;
    top: 8px; }

.s-header {
  position: relative;
  max-width: 1440px;
  margin: auto; }
  .s-header .section-wrap {
    height: 700px;
    padding: 60px 0;
    width: 100%;
    color: #fff;
    max-height: 900px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .s-header .top-descr {
    text-align: right;
    margin-bottom: 40px; }
  .s-header .button {
    font-size: 16px; }
  .s-header .descr {
    margin: 40px 0 50px;
    display: inline-block;
    position: relative; }
    .s-header .descr:before {
      content: '';
      position: absolute;
      right: 0;
      bottom: -5px;
      height: 1px;
      width: 50vw;
      background: #FF620A; }
  .s-header .lay-bottom {
    font-weight: 600;
    text-transform: uppercase;
    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;
    position: absolute;
    width: 432px;
    height: 432px;
    right: -60px;
    bottom: -218px;
    background: url("../img/ro-2.9451fab35b65.svg") no-repeat;
    background-size: contain; }
    .s-header .lay-bottom:before {
      content: '';
      position: absolute;
      width: 80%;
      height: 80%;
      left: 10%;
      top: 10%;
      border: 1px solid rgba(255, 255, 255, 0.3);
      border-radius: 50%; }
    .s-header .lay-bottom p {
      background: #FF620A;
      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;
      width: 252px;
      height: 252px;
      border-radius: 50%; }

.h1-block {
  width: 100%;
  color: #fff; }
  .h1-block .descr {
    font-size: 20px; }

h1, .h1 {
  font-size: 65px;
  line-height: 1.07;
  text-transform: uppercase;
  color: #fff; }
  h1 span, .h1 span {
    color: #FF620A;
    display: block; }

.nohome h1, .nohome .h1 {
  font-size: 45px; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.check-block {
  font-size: 15px;
  margin: 15px 0; }
  .check-block label {
    margin-bottom: 0;
    padding-left: 30px;
    position: relative; }
    .check-block label:before {
      content: '';
      position: absolute;
      width: 20px;
      height: 20px;
      border: 1px solid #030018;
      left: 0;
      top: 0;
      background: #fff; }
    .check-block label.active:after {
      content: '';
      position: absolute;
      width: 20px;
      height: 20px;
      left: 0;
      top: 0;
      background: url("../img/check.ed285d14edff.svg") no-repeat 50%;
      background-size: 16px; }
    .check-block label a {
      display: inline;
      color: #000; }
  .check-block input {
    display: none; }

form label {
  display: block; }
  form label span {
    display: block; }

form .button {
  width: 100%; }

.form-popup .form-title {
  font-size: 24px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 600; }
  .form-popup .form-title:first-letter {
    color: #FF620A; }

.form-popup input {
  width: 100%;
  height: 61px; }

.form-popup label {
  margin-bottom: 20px;
  display: block;
  position: relative; }

.form-popup .des {
  margin-bottom: 40px; }

.form-popup textarea {
  border-radius: 20px;
  border: 1px solid #000;
  width: 100%;
  height: 61px;
  text-indent: 15px;
  padding-top: 20px; }

.form-popup .placeholder {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 30px; }
  .form-popup .placeholder strong {
    color: #a1a1a1;
    font-weight: 400;
    margin-left: 10px; }

.form-popup .button {
  max-width: 406px; }

.form-popup .check-block {
  margin-bottom: 40px; }

.mobil-mnu {
  display: none; }

.mobil-mnu {
  background-color: #fff;
  color: #fff; }

.toggle-mnu {
  display: block;
  width: 28px;
  height: 22px; }
  .toggle-mnu span:after, .toggle-mnu span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px; }
  .toggle-mnu span:after {
    top: 18px; }
  .toggle-mnu span {
    position: relative;
    display: block; }
  .toggle-mnu span, .toggle-mnu span:after, .toggle-mnu span:before {
    width: 100%;
    height: 2px;
    background-color: #030018;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    border-radius: 2px; }
  .toggle-mnu.on span {
    background-color: transparent; }
  .toggle-mnu.on span:before {
    -webkit-transform: rotate(45deg) translate(-1px, 0px);
        -ms-transform: rotate(45deg) translate(-1px, 0px);
            transform: rotate(45deg) translate(-1px, 0px); }
  .toggle-mnu.on span:after {
    -webkit-transform: rotate(-45deg) translate(6px, -7px);
        -ms-transform: rotate(-45deg) translate(6px, -7px);
            transform: rotate(-45deg) translate(6px, -7px); }

  .sub-menu{
      position: absolute;
      left: 0;
      top: 100%;
      background: #fff;
      padding: 10px 20px;
      border-radius: 0px 0px 30px 30px;
      -webkit-box-shadow: 0px 4px 10px rgb(0 0 0 / 10%);
      box-shadow: 0px 4px 10px rgb(0 0 0 / 10%);
      display: none;
  }

  li.menu-item-has-children:hover .sub-menu {
      display: block;
  }

  li.menu-item-has-children .sub-menu li {
      display: block;
      padding: 5px 0;
      text-align: left;
  }

@media only screen and (max-width: 1249px) {
  li.menu-item-has-children .sub-menu {
      position: static;
      -webkit-box-shadow: none;
      box-shadow: none;
      padding-bottom: 0;
  }
/*   .sub-menu {
      display: block;
  }*/
}

@media only screen and (max-width: 1750px) {
  /**/ }

@media only screen and (max-width: 1300px) {
  html, body {
    font-size: 16px; }
  h1, .h1 {
    font-size: 50px; }
  .s-header .button {
    font-size: 17px; }
  .s-header .section-wrap {
    height: auto;
    min-height: 100vh; }
  .s-header .lay-bottom {
    width: 380px;
    height: 380px;
    bottom: -170px; } }

@media only screen and (max-width: 1600px) {
  /**/ }

/* Medium Devices, Desktops */
@media only screen and (max-width: 1249px) {
  /**/
  .header .close {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 30px;
    cursor: pointer;
    display: block;
    width: 30px; }
  .header ul {
    height: auto; }
  .header .navigation {
    display: none;
    position: absolute;
    right: 0;
    top: 78px;
    width: 280px;
    min-height: 100vh;
    background-color: #fff;
    z-index: 99;
    padding: 15px; }
    .header .navigation li {
      display: block;
      text-align: left;
      margin: 8px 0; }
      .header .navigation li a {
        display: block; }
  .header .dropdown {
    margin-bottom: 0; }
  .header .dropdown-mnu {
    position: static;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding-bottom: 0; }
  .mobil-mnu {
    display: block;
    position: absolute;
    top: 25px;
    right: 15px;
    z-index: 10;
  }
  .header .navigation .phone {
    display: none; }
  .header .navigation .addr-part {
    display: none; }
  .header .navigation .ssoc {
    display: none; }
  h1, .h1 {
    font-size: 40px; }
  .button, a.button {
    width: 100%;
    max-width: 300px;
    font-size: 16px;
    padding: 14px 15px; }
  .nohome-header h1 {
    font-size: 40px; } }

@media only screen and (max-width: 767px) {
  /**/
  .header .phone, .header .addr-part, .header .ssoc {
    display: none; }
  .header .navigation .phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 200px; }
  .header .navigation .addr-part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 15px 0;
    max-width: 200px; }
    .header .navigation .addr-part li {
      margin: 0; }
  .header .navigation .ssoc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  h1, .h1 {
    font-size: 35px; }
  .s-header .descr:before {
    width: 100%; }
  .s-header .section-wrap {
    min-height: 680px;
    padding: 120px 0 15px; } }

@media only screen and (max-width: 580px) {
  h1, .h1 {
    font-size: 30px; }
  .s-header .top-descr {
    font-size: 15px; }
    .s-header .top-descr br {
      display: none; }
  .h1-block .descr {
    font-size: 17px; }
  .button, a.button {
    max-width: 300px; }
  .s-header .button {
    margin: auto; }
  .s-header .lay-bottom {
    display: none; } }
