@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;500;700&display=swap");
@font-face {
  font-family: "RoadRadio";
  src: url("../fonts/RoadRadio/RoadRadio-Thin.woff2") format("woff2");
  font-weight: 100;
  font-display: auto;
  font-style: normal; }

@font-face {
  font-family: "RoadRadio";
  src: url("../fonts/RoadRadio/RoadRadio-Light.woff2") format("woff2");
  font-weight: 300;
  font-display: auto;
  font-style: normal; }

@font-face {
  font-family: "RoadRadio";
  src: url("../fonts/RoadRadio/RoadRadio-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: auto;
  font-style: normal; }

@font-face {
  font-family: "RoadRadio";
  src: url("../fonts/RoadRadio/RoadRadio-Bold.woff2") format("woff2");
  font-weight: bold;
  font-display: auto;
  font-style: normal; }

@font-face {
  font-family: 'icon-font';
  src: url("../fonts/icon-font/icon-font.eot?zapzd9");
  src: url("../fonts/icon-font/icon-font.eot?zapzd9#iefix") format("embedded-opentype"), url("../fonts/icon-font/icon-font.ttf?zapzd9") format("truetype"), url("../fonts/icon-font/icon-font.woff?zapzd9") format("woff"), url("../fonts/icon-font/icon-font.svg?zapzd9#icon-font") format("svg");
  font-weight: normal;
  font-display: auto;
  font-style: normal; }

[class^="fa-"], [class*=" fa-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icon-font' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fa-close:before {
  content: "\e903"; }

.fa-wh:before {
  content: "\e90a"; }

.fa-arrow-down:before {
  content: "\e900"; }

.fa-arrow-next:before {
  content: "\e901"; }

.fa-arrow-prev:before {
  content: "\e902"; }

.fa-check:before {
  content: "\e905"; }

.fa-map:before {
  content: "\e90c"; }

.fa-phone:before {
  content: "\e913"; }

.fa-play:before {
  content: "\ea1c"; }

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

body {
  margin: 0; }

main {
  display: block; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

button,
input {
  /* 1 */
  overflow: visible; }

button,
select {
  /* 1 */
  text-transform: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: 0.35em 0.75em 0.625em; }

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

@-webkit-keyframes move-light {
  from {
    -webkit-transform: translateX(-4em) skewX(-45deg);
            transform: translateX(-4em) skewX(-45deg); }
  to {
    -webkit-transform: translateX(18em) skewX(-45deg);
            transform: translateX(18em) skewX(-45deg); } }

@keyframes move-light {
  from {
    -webkit-transform: translateX(-4em) skewX(-45deg);
            transform: translateX(-4em) skewX(-45deg); }
  to {
    -webkit-transform: translateX(18em) skewX(-45deg);
            transform: translateX(18em) skewX(-45deg); } }

.policy {
  padding: 100px 0; }
  @media only screen and (max-width: 980px) {
    .policy {
      padding: 70px 0; } }
  @media only screen and (max-width: 720px) {
    .policy {
      padding: 50px 0; } }

*::-moz-selection {
  color: #fff;
  /* Цвет текста */
  background: #0093fd;
  /* Цвет фона */ }

*::selection {
  color: #fff;
  /* Цвет текста */
  background: #0093fd;
  /* Цвет фона */ }

html, body {
  overflow-x: hidden;
  position: relative;
  min-height: 100vh; }

body {
  min-width: 320px;
  color: #fff;
  font: normal 18px/1.5 "RoadRadio", sans-serif;
  background: url("../images/bg/body-bg.jpg") center top no-repeat, #070D14;
  -webkit-background-size: cover;
          background-size: cover; }
  @media only screen and (max-width: 720px) {
    body {
      background: url("../images/bg/body-mob-bg.jpg") center top no-repeat, #070D14;
      -webkit-background-size: cover;
              background-size: cover; } }

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit; }

h1, h2, h3, h4, h5, h6 {
  color: #fff;
  font-family: "RoadRadio", sans-serif; }

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

a {
  text-decoration: none;
  outline: none;
  color: inherit; }
  a::-moz-selection {
    color: inherit;
    /* Цвет текста */
    background: transparent;
    /* Цвет фона */ }
  a::selection {
    color: inherit;
    /* Цвет текста */
    background: transparent;
    /* Цвет фона */ }

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

input {
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

input[type="submit"] {
  cursor: pointer; }

textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none; }

select, option {
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

select::-ms-expand {
  display: none; }

img::-moz-selection {
  color: inherit;
  /* Цвет текста */
  background: transparent;
  /* Цвет фона */ }

img::selection {
  color: inherit;
  /* Цвет текста */
  background: transparent;
  /* Цвет фона */ }

label {
  cursor: pointer;
  margin-bottom: 0; }

.section-frame {
  width: 1385px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media only screen and (max-width: 1250px) {
    .section-frame {
      max-width: 700px;
      width: 100%; } }
  @media only screen and (max-width: 720px) {
    .section-frame {
      max-width: 375px;
      padding: 0 20px; } }

.section-frame_1200 {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media only screen and (max-width: 1250px) {
    .section-frame_1200 {
      max-width: 700px; } }
  @media only screen and (max-width: 720px) {
    .section-frame_1200 {
      max-width: 375px;
      padding: 0 20px; } }

.load * {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important; }

.open-frame {
  overflow: hidden; }

.header {
  padding-top: 30px; }
  @media only screen and (max-width: 720px) {
    .header {
      padding-top: 25px; } }

.header-content {
  max-width: 1175px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  @media only screen and (max-width: 1250px) {
    .header-content {
      max-width: 700px;
      width: 100%; } }
  @media only screen and (max-width: 720px) {
    .header-content {
      max-width: 375px;
      padding: 0 20px; } }

.logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .logo a {
    display: block;
    margin-right: 15px; }
    .logo a img {
      width: 92px;
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      display: block; }
  .logo p {
    max-width: 170px;
    font: 400 10px/19px "Montserrat", sans-serif; }
  @media only screen and (max-width: 720px) {
    .logo img {
      width: 67px; } }

.burger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 40px;
  cursor: pointer; }
  .burger p {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px; }
  .burger:hover .burger__icon span {
    width: 24px; }
  @media only screen and (max-width: 720px) {
    .burger {
      margin-left: auto; } }

.burger__icon {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 10px; }
  .burger__icon span {
    height: 3px;
    margin-bottom: 3px;
    display: block;
    background-color: #0093fd;
    -webkit-border-radius: 1px;
            border-radius: 1px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s; }
    .burger__icon span:last-child {
      margin-bottom: 0; }
    .burger__icon span:nth-child(1) {
      width: 21px; }
    .burger__icon span:nth-child(2) {
      width: 17px; }
    .burger__icon span:nth-child(3) {
      width: 24px; }
  @media only screen and (max-width: 1250px) {
    .burger__icon {
      margin-right: 0; } }

.compare-contact__btn_show {
  display: none !important; }
  @media only screen and (max-width: 1250px) {
    .compare-contact__btn_show {
      display: -webkit-box !important;
      display: -webkit-flex !important;
      display: -ms-flexbox !important;
      display: flex !important;
      margin-bottom: 40px !important;
      margin-top: -100px !important; } }

.page-phone {
  font-size: 22px;
  font-weight: bold;
  margin-left: auto;
  margin-right: 35px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }
  .page-phone:hover {
    color: #ffcd48; }
  @media only screen and (max-width: 720px) {
    .page-phone {
      margin-left: 30px;
      font-size: 15px;
      margin-right: 0; } }

.header-wh {
  width: 132px;
  height: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  font-size: 13px;
  -webkit-border-radius: 12px;
          border-radius: 12px;
  border: 1px solid #00ad5d;
  color: #00ad5d;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  margin-right: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .header-wh i {
    margin-right: 5px; }
  .header-wh:hover {
    color: #fff;
    background-color: #00ad5d; }

.back-call {
  max-width: 100%;
  width: 191px;
  height: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-border-radius: 12px;
          border-radius: 12px;
  background: -webkit-gradient(linear, left bottom, left top, from(#009cff), to(#1ab7fb));
  background: -webkit-linear-gradient(bottom, #009cff, #1ab7fb);
  background: -o-linear-gradient(bottom, #009cff, #1ab7fb);
  background: linear-gradient(to top, #009cff, #1ab7fb);
  font: bold 13px "RoadRadio", sans-serif;
  text-align: center;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: inset 0 0 24px rgba(255, 255, 255, 0.84);
          box-shadow: inset 0 0 24px rgba(255, 255, 255, 0.84);
  cursor: pointer;
  position: relative;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }
  .back-call i {
    margin-right: 10px;
    margin-top: 3px; }
  .back-call input {
    display: none; }
  .back-call:hover {
    -webkit-transform: scale(1.03);
        -ms-transform: scale(1.03);
            transform: scale(1.03); }

.footer {
  margin-top: 55px;
  padding-bottom: 55px; }

.footer-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 45px 50px;
  border-bottom: 1px solid #0e2237; }
  @media only screen and (max-width: 720px) {
    .footer-content {
      padding: 0;
      border: none; } }

.footer-content-mob {
  display: none; }
  @media only screen and (max-width: 720px) {
    .footer-content-mob {
      margin-top: 40px;
      display: block;
      padding-bottom: 40px;
      border-bottom: 1px solid #0e2237; } }
  .footer-content-mob .page-phone {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    font-size: 20px;
    margin-left: 0;
    margin-bottom: 30px; }

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

.footer-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 45px; }
  @media only screen and (max-width: 1250px) {
    .footer-wrap {
      display: block; } }

.footer-info p {
  font: 300 12px/19px "Montserrat", sans-serif;
  color: #748daa;
  margin-bottom: 20px; }

.footer-info li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #a0afbf;
  font: 400 15px/19px "Montserrat", sans-serif;
  margin-bottom: 15px; }
  .footer-info li:last-child {
    margin-bottom: 0; }
  .footer-info li::before {
    content: '';
    width: 3px;
    height: 3px;
    background-color: #fff;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    margin-right: 9px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }

.footer-description {
  margin-left: 155px;
  margin-right: 20px; }
  @media only screen and (max-width: 1250px) {
    .footer-description {
      margin: 20px 0; } }

.footer-politics {
  color: #d0d9e3;
  font: 400 13px/18px "Montserrat", sans-serif; }
  .footer-politics a {
    text-decoration: underline; }

.footer-address {
  margin-top: 55px; }
  .footer-address span {
    display: block;
    font: 400 11px/12px "Montserrat", sans-serif;
    color: #506781;
    opacity: 0.46; }
  .footer-address p {
    font: 400 16px/18px "Montserrat", sans-serif;
    color: #a0afbf;
    margin-top: 5px; }
  @media only screen and (max-width: 1250px) {
    .footer-address {
      margin-top: 20px; } }

.footer-development {
  margin-left: auto; }
  .footer-development p {
    font: 400 13px/24px "Montserrat", sans-serif;
    color: #d0d9e3; }
  .footer-development a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    font-size: 19px;
    color: #5645ff;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    position: relative; }
    .footer-development a::before {
      content: '';
      width: 100%;
      height: 2px;
      background-color: #5645ff;
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto;
      bottom: 2px;
      -webkit-transition: .4s;
      -o-transition: .4s;
      transition: .4s; }
    .footer-development a:hover::before {
      width: 0%; }
  @media only screen and (max-width: 1250px) {
    .footer-development {
      margin-top: 40px; } }

.eva {
  margin-top: 100px; }
  @media only screen and (max-width: 720px) {
    .eva {
      margin-top: 80px; } }

.eva-title {
  max-width: 505px;
  margin: 130px auto 0;
  position: relative; }
  .eva-title img {
    display: block; }
  .eva-title h1 {
    font-size: 32px;
    line-height: 41px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 30px; }
    .eva-title h1 span {
      color: #ffcd48; }
    .eva-title h1 i {
      font-size: 20px;
      margin-right: 3px; }
  @media only screen and (max-width: 720px) {
    .eva-title h1 {
      font-size: 18px;
      line-height: 24px; } }

.eva-text {
  width: 438px;
  margin: 0 auto; }
  @media only screen and (max-width: 1250px) {
    .eva-text {
      width: 225px; } }

.eva-rugs {
  width: 164px;
  position: absolute;
  top: -48px;
  margin-left: -3px; }
  @media only screen and (max-width: 1250px) {
    .eva-rugs {
      width: 150px; } }

.eva-info {
  margin-top: 55px; }
  .eva-info p {
    max-width: 335px;
    font: 400 14px/20px "Montserrat", sans-serif;
    margin: 15px auto 0;
    text-align: center; }
  @media only screen and (max-width: 720px) {
    .eva-info {
      margin-top: 20px; }
      .eva-info p {
        max-width: 195px;
        text-align: left;
        margin-left: 0; }
      .eva-info img {
        width: 20px; } }

.eva-info__small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .eva-info__small::before, .eva-info__small::after {
    content: '';
    width: 140px;
    height: 2px;
    background-color: #129afd;
    opacity: 0.2; }
  .eva-info__small img {
    width: 23px;
    margin: 0 20px; }

.eva-catalog {
  max-width: 100%;
  width: 335px;
  height: 110px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-border-radius: 12px;
          border-radius: 12px;
  background: -webkit-gradient(linear, left bottom, left top, from(#009cff), to(#1ab7fb));
  background: -webkit-linear-gradient(bottom, #009cff, #1ab7fb);
  background: -o-linear-gradient(bottom, #009cff, #1ab7fb);
  background: linear-gradient(to top, #009cff, #1ab7fb);
  font: bold 13px "RoadRadio", sans-serif;
  text-align: center;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: inset 0 0 24px rgba(255, 255, 255, 0.84);
          box-shadow: inset 0 0 24px rgba(255, 255, 255, 0.84);
  cursor: pointer;
  position: relative;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  border: 7px solid rgba(255, 255, 255, 0.9);
  -webkit-border-radius: 15px 15px 15px 40px;
          border-radius: 15px 15px 15px 40px;
  font-size: 16px;
  margin: 120px auto 0; }
  .eva-catalog i {
    margin-right: 10px;
    margin-top: 3px; }
  .eva-catalog input {
    display: none; }
  .eva-catalog:hover {
    -webkit-transform: scale(1.03);
        -ms-transform: scale(1.03);
            transform: scale(1.03); }
  .eva-catalog i {
    margin-left: 5px;
    font-size: 14px; }
  @media only screen and (max-width: 720px) {
    .eva-catalog {
      height: 93px;
      position: relative;
      z-index: 3; } }

.eva-benefits {
  max-width: 1050px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(-webkit-calc( (100% / 3) - 40px), 1fr));
  grid-template-columns: repeat(auto-fill, minmax(calc( (100% / 3) - 40px), 1fr));
  grid-gap: 11px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 35px auto 0; }
  @media screen and (max-width: 1250px) {
    .eva-benefits {
      grid-template-columns: repeat(auto-fill, minmax(-webkit-calc( (100% / (3 - 0)) - 40px), 1fr));
      grid-template-columns: repeat(auto-fill, minmax(calc( (100% / (3 - 0)) - 40px), 1fr)); } }
  @media screen and (max-width: 980px) {
    .eva-benefits {
      grid-template-columns: repeat(auto-fill, minmax(-webkit-calc( 100% / 0 - 40px), 1fr));
      grid-template-columns: repeat(auto-fill, minmax(calc( 100% / 0 - 40px), 1fr)); } }
  @media screen and (max-width: 700px) {
    .eva-benefits {
      grid-template-columns: repeat(auto-fill, minmax(-webkit-calc( 100% / 1 - 40px), 1fr));
      grid-template-columns: repeat(auto-fill, minmax(calc( 100% / 1 - 40px), 1fr)); } }
  .eva-benefits img {
    max-width: 100%;
    display: block; }

.eva-benefits__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 30px 15px 15px;
  background-color: rgba(29, 39, 55, 0.5);
  -webkit-box-shadow: 0 0 60px rgba(255, 255, 255, 0.06);
          box-shadow: 0 0 60px rgba(255, 255, 255, 0.06);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  -webkit-border-radius: 24px;
          border-radius: 24px; }
  .eva-benefits__item p {
    font-size: 14px;
    line-height: 18px; }
  @media only screen and (max-width: 720px) {
    .eva-benefits__item {
      padding: 10px 15px; } }

.eva-benefits__photo {
  width: 70px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin-right: 12px; }

.eva-frame {
  position: relative; }

.eva-video {
  position: absolute;
  z-index: 6;
  right: 160px; }
  @media only screen and (max-width: 1250px) {
    .eva-video {
      position: relative;
      right: auto; } }

@media only screen and (max-width: 1250px) {
  .eva-video_tablet {
    position: static;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 30px; }
    .eva-video_tablet .eva-video__link {
      margin: 0;
      margin-right: 30px; } }

.eva-video__link {
  width: 110px;
  height: 110px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: #ffcd48;
  border: 7px solid #fff;
  font-size: 26px;
  color: #000;
  position: relative;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .eva-video__link::after, .eva-video__link::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    border: 1px solid #fff;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    pointer-events: none; }
  .eva-video__link::before {
    -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
            transform: scale(1.3);
    opacity: 0.4;
    -webkit-animation: pulse 1.2s linear infinite;
            animation: pulse 1.2s linear infinite; }
  .eva-video__link::after {
    -webkit-transform: scale(1.7);
        -ms-transform: scale(1.7);
            transform: scale(1.7);
    opacity: 0.2;
    -webkit-animation: pulse 1.2s .4s linear infinite;
            animation: pulse 1.2s .4s linear infinite; }
  @media only screen and (max-width: 720px) {
    .eva-video__link {
      width: 77px;
      height: 77px;
      font-size: 12px; } }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0; } }

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0; } }

.eva-video__content {
  position: relative;
  margin-top: 7px; }
  .eva-video__content img {
    width: 189px;
    display: block; }
  .eva-video__content p {
    max-width: 140px;
    font: 400 12px/15px "Montserrat", sans-serif;
    position: absolute;
    top: 31px;
    left: 25px; }
  @media only screen and (max-width: 1250px) {
    .eva-video__content {
      position: static; }
      .eva-video__content img {
        display: none; }
      .eva-video__content p {
        position: static; } }

.eva-car {
  position: absolute;
  top: 287px;
  z-index: -1;
  margin-left: 103px; }
  @media only screen and (max-width: 1250px) {
    .eva-car {
      width: 600px;
      top: 336px;
      margin-left: -55px; } }
  @media only screen and (max-width: 720px) {
    .eva-car {
      width: 300px;
      top: 293px;
      margin-left: -34px; } }

.eva-left {
  position: absolute;
  top: -20px;
  left: -153px;
  z-index: -1; }
  @media only screen and (max-width: 1250px) {
    .eva-left {
      display: none; } }

.eva-right {
  position: absolute;
  z-index: -1;
  top: -205px;
  right: -310px; }
  @media only screen and (max-width: 1250px) {
    .eva-right {
      width: 350px;
      top: 157px;
      right: -116px; } }
  @media only screen and (max-width: 720px) {
    .eva-right {
      top: 70px;
      z-index: 2; } }

.speed {
  margin-top: 165px; }
  @media only screen and (max-width: 1250px) {
    .speed {
      margin-top: 100px; } }

.speed-frame {
  padding: 0 77px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media only screen and (max-width: 1250px) {
    .speed-frame {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 0; } }
  @media only screen and (max-width: 720px) {
    .speed-frame {
      padding: 0 20px; } }

.speed-content {
  position: relative; }
  @media only screen and (max-width: 1250px) {
    .speed-content {
      max-width: 455px;
      margin: 0 auto; } }

.speed-line {
  left: -125px;
  position: absolute;
  bottom: -120px; }
  @media only screen and (max-width: 1250px) {
    .speed-line {
      display: none; } }

.speed-title {
  font-size: 46px;
  line-height: 53px;
  color: #ffcd48; }
  .speed-title span {
    font-size: 72px;
    color: #fff; }
  @media only screen and (max-width: 720px) {
    .speed-title {
      font-size: 28px;
      line-height: 32px; }
      .speed-title span {
        font-size: 43px; } }

.speed-subtitle {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 20px;
  font-size: 19px;
  font-weight: 300;
  border-bottom: 2px solid #fff;
  padding-bottom: 7px; }
  @media only screen and (max-width: 720px) {
    .speed-subtitle {
      font-size: 16px;
      line-height: 20px;
      padding-bottom: 3px; } }

.speed-descripter {
  padding: 20px 30px;
  margin-top: 40px;
  position: relative;
  margin-left: -30px; }
  .speed-descripter img {
    width: 479px;
    position: absolute;
    display: block;
    top: 0;
    left: 0; }
  .speed-descripter p {
    max-width: 425px;
    font: 400 17px/22px "Montserrat", sans-serif; }
  @media only screen and (max-width: 720px) {
    .speed-descripter {
      padding: 20px;
      margin-left: -10px; }
      .speed-descripter img {
        width: 100%; }
      .speed-descripter p {
        font-size: 14px;
        line-height: 20px; } }

.speed-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px; }
  .speed-info img {
    width: 40px;
    display: block;
    margin-right: 12px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
  .speed-info p {
    font: 300 12px/22px "Montserrat", sans-serif; }
  @media only screen and (max-width: 720px) {
    .speed-info {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      .speed-info p {
        line-height: 17px; }
      .speed-info img {
        width: 20px;
        margin-bottom: 20px; } }

.speed-wrap {
  width: 630px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-left: 110px;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  background: url("../images/bg/sped-slider.png") center no-repeat;
  -webkit-background-size: 150% 150%;
          background-size: 150%;
  padding: 45px 60px 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative; }
  @media only screen and (max-width: 1250px) {
    .speed-wrap {
      margin: 50px auto 0; } }
  @media only screen and (max-width: 720px) {
    .speed-wrap {
      width: 100%;
      padding: 30px 15px 40px;
      -webkit-background-size: cover;
              background-size: cover; } }

.speed-slide__photo img {
  max-width: 70%;
  display: block;
  margin: 0 auto; }

.speed-slide__title {
  font-size: 22px;
  display: block;
  text-align: center; }
  .speed-slide__title span {
    color: #ffcd48;
    font-weight: 400; }
  @media only screen and (max-width: 720px) {
    .speed-slide__title {
      font-size: 17px; }
      .speed-slide__title span {
        display: block;
        text-align: center;
        font-size: 13px; } }

.speed-slide_info {
  text-align: center;
  font: 400 14px/22px "Montserrat", sans-serif;
  margin-top: 20px; }
  @media only screen and (max-width: 720px) {
    .speed-slide_info {
      font-size: 13px;
      line-height: 19px; } }

.speed-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  margin: 0 auto; }
  .speed-dots button {
    display: none; }
  .speed-dots ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .speed-dots li {
    width: 9px;
    height: 9px;
    border: 1px solid #0093fd;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-right: 8px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    cursor: pointer; }
    .speed-dots li:last-child {
      margin-right: 0; }
  .speed-dots .slick-active {
    background-color: #0093fd; }
  @media only screen and (max-width: 720px) {
    .speed-dots {
      position: absolute;
      bottom: -25px; } }

.speed-arrow {
  width: 70px;
  height: 66px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #202936;
  color: #0093fd;
  font-size: 14px;
  position: absolute;
  bottom: 0;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }
  .speed-arrow:hover {
    background-color: #0093fd;
    color: #fff; }
  @media only screen and (max-width: 720px) {
    .speed-arrow {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content;
      background: none;
      -webkit-border-radius: 0px;
              border-radius: 0px;
      bottom: -25px; }
      .speed-arrow:hover {
        background: none; } }

.speed-prev {
  left: 0;
  -webkit-border-radius: 0px 40px 0px 15px;
          border-radius: 0px 40px 0px 15px; }
  @media only screen and (max-width: 720px) {
    .speed-prev {
      left: 15px; } }

.speed-next {
  right: 0;
  -webkit-border-radius: 40px 0px 15px 0px;
          border-radius: 40px 0px 15px 0px; }
  @media only screen and (max-width: 720px) {
    .speed-next {
      right: 15px; } }

.quality {
  margin-top: 215px;
  padding-bottom: 150px;
  background: url("../images/bg/quality-sparks.png") center no-repeat, url("../images/bg/quality-floor.png") center bottom no-repeat;
  -webkit-background-size: 100% auto;
          background-size: 100% auto; }
  @media only screen and (max-width: 1250px) {
    .quality {
      margin-top: 100px; } }
  @media only screen and (max-width: 720px) {
    .quality {
      padding-bottom: 75px; } }

.quality-frame {
  position: relative; }

.quality-light {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1; }
  @media only screen and (max-width: 720px) {
    .quality-light {
      max-width: 100%; } }

.quality-text-photo {
  width: 283px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1; }

.quality-title h2 {
  padding-top: 90px; }

.page-title h2 {
  text-align: center;
  font-size: 42px;
  line-height: 60px; }
  .page-title h2 span {
    color: #ffcd48; }

.page-title p {
  max-width: 850px;
  margin: 15px auto 0;
  text-align: center;
  font: 400 15px/22px "Montserrat", sans-serif; }

@media only screen and (max-width: 720px) {
  .page-title h2 {
    font-size: 24px;
    line-height: 24px; }
  .page-title p {
    font-size: 13px;
    line-height: 20px; } }

.quality-wrap {
  max-width: 880px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 105px auto 0;
  position: relative; }
  .quality-wrap::before {
    content: '';
    width: 1px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: #042746;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto; }
  @media only screen and (max-width: 1250px) {
    .quality-wrap {
      max-width: 375px;
      display: block; }
      .quality-wrap::before {
        display: none; } }

.quality-list {
  width: 375px; }
  @media only screen and (max-width: 1250px) {
    .quality-list {
      margin-bottom: 35px; }
      .quality-list:last-child {
        margin-bottom: 0; } }
  @media only screen and (max-width: 720px) {
    .quality-list {
      width: 100%; } }

.quality-list__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 27px;
  -webkit-border-radius: 16px;
          border-radius: 16px;
  font-size: 25px;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media only screen and (max-width: 1250px) {
    .quality-list__title {
      width: 100%;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center; } }
  @media only screen and (max-width: 720px) {
    .quality-list__title {
      font-size: 22px; } }

.quality-list__title_we {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #0093fd; }
  .quality-list__title_we img {
    width: 20px;
    margin-left: 20px;
    margin-right: 5px; }

.quality-list__title_competitors {
  background-color: #0d2137; }

.quality-list {
  counter-reset: num;
  position: relative;
  z-index: 2; }

.quality-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px; }
  .quality-item:last-child {
    margin-bottom: 0; }
  .quality-item::before {
    content: counter(num, decimal-leading-zero);
    counter-increment: num;
    width: 22px;
    height: 22px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #000;
    background-color: #0093fd;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    font: bold 11px "Montserrat", sans-serif;
    margin-right: 20px; }
  .quality-item p {
    font: bold 14px/22px "Montserrat", sans-serif; }
  @media only screen and (max-width: 720px) {
    .quality-item p {
      font-size: 13px;
      line-height: 17px; } }

.quality-list_competitors .quality-item::before {
  background-color: #656c73; }

.quality-list_competitors .quality-item p {
  font-weight: 400; }

.quality-left {
  display: block;
  position: absolute;
  left: -500px;
  top: -50px; }

.quality-right {
  display: block;
  position: absolute;
  right: -580px;
  top: -50px; }

.safety {
  margin-top: 105px;
  background: url("../images/bg/safety-sparks.png") center no-repeat;
  position: relative; }

@media only screen and (max-width: 720px) {
  .mob-hide {
    display: none; } }

.safety-mob-title {
  text-align: center; }
  .safety-mob-title h2 {
    font-size: 39px;
    line-height: 40px; }
  .safety-mob-title p {
    margin-top: 10px;
    font-size: 16px;
    line-height: 24px; }
    .safety-mob-title p span {
      color: #ffcd48; }

.safety-left {
  display: block;
  position: absolute;
  left: 0;
  top: 500px; }
  @media only screen and (max-width: 1250px) {
    .safety-left {
      display: none; } }

.safety-right {
  display: block;
  position: absolute;
  right: 0;
  top: 500px; }
  @media only screen and (max-width: 1250px) {
    .safety-right {
      display: none; } }

.safety-list {
  padding: 45px 70px;
  margin-top: 35px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(-webkit-calc( (100% / 3) - 40px), 1fr));
  grid-template-columns: repeat(auto-fill, minmax(calc( (100% / 3) - 40px), 1fr));
  grid-gap: 20px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url("../images/bg/safety-list-bg.png") center no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  -webkit-border-radius: 25px;
          border-radius: 25px; }
  @media screen and (max-width: 1250px) {
    .safety-list {
      grid-template-columns: repeat(auto-fill, minmax(-webkit-calc( (100% / (3 - 0)) - 40px), 1fr));
      grid-template-columns: repeat(auto-fill, minmax(calc( (100% / (3 - 0)) - 40px), 1fr)); } }
  @media screen and (max-width: 980px) {
    .safety-list {
      grid-template-columns: repeat(auto-fill, minmax(-webkit-calc( 100% / 0 - 40px), 1fr));
      grid-template-columns: repeat(auto-fill, minmax(calc( 100% / 0 - 40px), 1fr)); } }
  @media screen and (max-width: 700px) {
    .safety-list {
      grid-template-columns: repeat(auto-fill, minmax(-webkit-calc( 100% / 1 - 40px), 1fr));
      grid-template-columns: repeat(auto-fill, minmax(calc( 100% / 1 - 40px), 1fr)); } }
  .safety-list img {
    max-width: 100%;
    display: block; }
  @media only screen and (max-width: 1250px) {
    .safety-list {
      padding: 30px;
      display: block; } }

.safety-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }
  @media only screen and (max-width: 1250px) {
    .safety-item {
      max-width: 300px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      margin: 0 auto 40px;
      text-align: center; }
      .safety-item:last-child {
        margin-bottom: 0; } }

.safety-item__photo {
  width: 125px;
  height: 170px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 20px;
  position: relative;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
  .safety-item__photo img {
    max-width: none;
    position: absolute;
    display: block;
    right: -20px; }
  @media only screen and (max-width: 1250px) {
    .safety-item__photo {
      margin: 0 auto; } }
  @media only screen and (max-width: 720px) {
    .safety-item__photo {
      width: 83px;
      height: 75px;
      -webkit-transform: translateX(-20px);
          -ms-transform: translateX(-20px);
              transform: translateX(-20px); }
      .safety-item__photo img {
        max-width: 83px; } }

.safety-item__info {
  padding-top: 10px; }
  .safety-item__info b {
    display: block;
    font-size: 16px;
    line-height: 22px; }
  .safety-item__info p {
    margin-top: 15px;
    font: bold 13px/20px "Montserrat", sans-serif; }

.safety-mat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 100px;
  position: relative;
  z-index: 2; }
  @media only screen and (max-width: 720px) {
    .safety-mat {
      margin-top: -30px; } }

.safety-mat__photo {
  position: absolute;
  margin-top: 260px; }
  @media only screen and (max-width: 1250px) {
    .safety-mat__photo {
      margin-top: 164px;
      width: 900px; } }
  @media only screen and (max-width: 720px) {
    .safety-mat__photo {
      width: 700px;
      margin-top: 40px;
      position: static;
      margin-left: -170px; } }

@media only screen and (max-width: 720px) {
  .safety-mat__photo_pc {
    display: none; } }

.safety-mat__photo_mob {
  display: none; }
  @media only screen and (max-width: 720px) {
    .safety-mat__photo_mob {
      display: block; } }

.safety-mat__line {
  max-width: 1170px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 2;
  margin-left: auto;
  margin-right: auto; }
  .safety-mat__line:last-child {
    margin-top: 270px; }
  @media only screen and (max-width: 720px) {
    .safety-mat__line {
      display: block;
      margin-bottom: 55px; }
      .safety-mat__line:last-child {
        margin-bottom: 0;
        margin-top: 0; } }

.safety-mat__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 55px; }
  .safety-mat__item:last-child {
    margin-bottom: 0; }
  .safety-mat__item img {
    width: 30px;
    display: block;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-right: 23px; }
  @media only screen and (max-width: 720px) {
    .safety-mat__item img {
      width: 23px;
      margin-right: 13px; } }

.safety-mat__item-info {
  max-width: 300px; }
  .safety-mat__item-info b {
    display: block;
    font-size: 26px;
    line-height: 30px; }
    .safety-mat__item-info b span {
      color: #ffcd48; }
  .safety-mat__item-info p {
    font: bold 13px/20px "Montserrat", sans-serif;
    margin-top: 15px; }
  @media only screen and (max-width: 720px) {
    .safety-mat__item-info b {
      font-size: 22px;
      line-height: 25px; }
    .safety-mat__item-info p {
      margin-left: -36px; } }

.compare {
  margin-top: 100px;
  background: url("../images/bg/compare-light-left.png") top left no-repeat, url("../images/bg/compare-light-right.png") top right no-repeat; }

.compare-frame {
  width: 100%;
  max-width: 1170px;
  border-top: 1px solid #1a222b;
  padding-top: 100px;
  margin: 0 auto; }
  @media only screen and (max-width: 1250px) {
    .compare-frame {
      margin-top: 80px;
      padding-top: 50px; } }

.compare-title {
  padding: 0 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .compare-title h2 {
    max-width: 670px;
    text-align: left; }

.compare-descripter {
  width: 385px;
  padding: 15px 40px;
  background-color: #000;
  -webkit-border-radius: 37px;
          border-radius: 37px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font: 400 17px/22px "Montserrat", sans-serif; }
  @media only screen and (max-width: 720px) {
    .compare-descripter {
      display: none; } }

.compare-content {
  margin-top: 50px;
  position: relative; }

.compare-video {
  max-width: 1015px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative; }
  .compare-video img {
    max-width: 100%;
    display: block; }
  @media only screen and (max-width: 1250px) {
    .compare-video {
      max-width: 500px; } }

.compare-video__link {
  position: absolute; }

.compare-user {
  position: absolute;
  top: -50px;
  right: -140px; }
  @media only screen and (max-width: 1250px) {
    .compare-user {
      top: -140px;
      right: 8px; } }
  @media only screen and (max-width: 720px) {
    .compare-user {
      width: 270px;
      top: -17px;
      left: -148px;
      right: auto; } }

.compare-contact {
  margin-top: 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media only screen and (max-width: 1250px) {
    .compare-contact {
      padding: 40px 30px;
      margin-top: 60px;
      background-color: #07101a;
      -webkit-border-radius: 20px;
              border-radius: 20px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media only screen and (max-width: 720px) {
    .compare-contact {
      padding: 40px 0; } }

.compare-mob-descriptor {
  display: none; }
  @media only screen and (max-width: 720px) {
    .compare-mob-descriptor {
      display: block;
      max-width: 175px;
      font: 400 14px/22px "Montserrat", sans-serif;
      margin-left: auto;
      margin-right: 40px; } }

.compare-contact__info {
  max-width: 435px; }
  @media only screen and (max-width: 1250px) {
    .compare-contact__info {
      margin-bottom: 40px; } }

.compare-contact__title {
  font-size: 30px;
  line-height: 39px; }
  .compare-contact__title a {
    display: inline-block;
    color: #0093fd;
    position: relative; }
    .compare-contact__title a::before {
      content: '';
      width: 100%;
      height: 2px;
      background-color: #0093fd;
      position: absolute;
      bottom: 0px;
      left: 0;
      right: 0;
      margin: 0 auto;
      -webkit-transition: .4s;
      -o-transition: .4s;
      transition: .4s; }
    .compare-contact__title a img {
      width: 12px;
      position: absolute;
      left: -40px;
      top: 6px; }
    .compare-contact__title a:hover::before {
      width: 0%; }
  @media only screen and (max-width: 1250px) {
    .compare-contact__title a img {
      display: none; } }
  @media only screen and (max-width: 720px) {
    .compare-contact__title {
      font-size: 20px;
      line-height: 26px; }
      .compare-contact__title a img {
        display: block;
        top: 5px;
        right: -27px;
        left: auto; } }

.compare-contact__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px; }

.compare-wh {
  max-width: 100%;
  width: 188px;
  height: 84px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-border-radius: 12px;
          border-radius: 12px;
  background: -webkit-gradient(linear, left bottom, left top, from(#009cff), to(#1ab7fb));
  background: -webkit-linear-gradient(bottom, #009cff, #1ab7fb);
  background: -o-linear-gradient(bottom, #009cff, #1ab7fb);
  background: linear-gradient(to top, #009cff, #1ab7fb);
  font: bold 13px "RoadRadio", sans-serif;
  text-align: center;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: inset 0 0 24px rgba(255, 255, 255, 0.84);
          box-shadow: inset 0 0 24px rgba(255, 255, 255, 0.84);
  cursor: pointer;
  position: relative;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  background: #2aa81a;
  text-align: left;
  -webkit-border-radius: 15px 15px 40px 15px;
          border-radius: 15px 15px 40px 15px;
  margin-right: 25px; }
  .compare-wh i {
    margin-right: 10px;
    margin-top: 3px; }
  .compare-wh input {
    display: none; }
  .compare-wh:hover {
    -webkit-transform: scale(1.03);
        -ms-transform: scale(1.03);
            transform: scale(1.03); }
  .compare-wh img {
    width: 23px;
    margin-left: 10px; }
  @media only screen and (max-width: 720px) {
    .compare-wh {
      width: 140px;
      height: 61px;
      font-size: 11px;
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0; }
      .compare-wh img {
        width: 14px;
        margin-left: 3px; } }

.compare-contact__phone p {
  font: 400 13px/18px "Montserrat", sans-serif;
  margin-bottom: 10px; }

.compare-contact__phone a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  font-size: 20px;
  position: relative; }
  .compare-contact__phone a::before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s; }
  .compare-contact__phone a:hover::before {
    width: 0%; }

@media only screen and (max-width: 720px) {
  .compare-contact__phone p {
    font-size: 10px;
    line-height: 11px; }
  .compare-contact__phone a {
    font-size: 15px;
    line-height: 17px; } }

.compare-form {
  max-width: 690px;
  margin-left: auto; }

.compare-form__descripter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font: 400 15px/22px "Montserrat", sans-serif;
  margin-bottom: 13px; }
  .compare-form__descripter img {
    width: 19px;
    margin-right: 13px; }

.compare-form__group {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(-webkit-calc( (100% / 2) - 24px), 1fr));
  grid-template-columns: repeat(auto-fill, minmax(calc( (100% / 2) - 24px), 1fr));
  grid-gap: 30px 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media screen and (max-width: 1250px) {
    .compare-form__group {
      grid-template-columns: repeat(auto-fill, minmax(-webkit-calc( (100% / (2 - 0)) - 24px), 1fr));
      grid-template-columns: repeat(auto-fill, minmax(calc( (100% / (2 - 0)) - 24px), 1fr)); } }
  @media screen and (max-width: 980px) {
    .compare-form__group {
      grid-template-columns: repeat(auto-fill, minmax(-webkit-calc( 100% / 0 - 24px), 1fr));
      grid-template-columns: repeat(auto-fill, minmax(calc( 100% / 0 - 24px), 1fr)); } }
  @media screen and (max-width: 700px) {
    .compare-form__group {
      grid-template-columns: repeat(auto-fill, minmax(-webkit-calc( 100% / 1 - 24px), 1fr));
      grid-template-columns: repeat(auto-fill, minmax(calc( 100% / 1 - 24px), 1fr)); } }
  .compare-form__group img {
    max-width: 100%;
    display: block; }
  @media only screen and (max-width: 720px) {
    .compare-form__group {
      grid-gap: 8px; } }

.page-input {
  padding: 0 30px;
  height: 87px;
  font: 400 15px/22px "Montserrat", sans-serif;
  -webkit-border-radius: 21px;
          border-radius: 21px;
  background: #0b1a2a;
  -webkit-box-shadow: inset 0 0 21px rgba(0, 147, 253, 0.22);
          box-shadow: inset 0 0 21px rgba(0, 147, 253, 0.22);
  border: none;
  color: #fff; }
  .page-input::-webkit-input-placeholder {
    color: #526171; }
  .page-input::-moz-placeholder {
    color: #526171; }
  .page-input:-ms-input-placeholder {
    color: #526171; }
  .page-input::-ms-input-placeholder {
    color: #526171; }
  .page-input::placeholder {
    color: #526171; }
  @media only screen and (max-width: 720px) {
    .page-input {
      height: 77px; } }

.compare-form__sub {
  max-width: 100%;
  width: 100%;
  height: 87px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-border-radius: 12px;
          border-radius: 12px;
  background: -webkit-gradient(linear, left bottom, left top, from(#009cff), to(#1ab7fb));
  background: -webkit-linear-gradient(bottom, #009cff, #1ab7fb);
  background: -o-linear-gradient(bottom, #009cff, #1ab7fb);
  background: linear-gradient(to top, #009cff, #1ab7fb);
  font: bold 13px "RoadRadio", sans-serif;
  text-align: center;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: inset 0 0 24px rgba(255, 255, 255, 0.84);
          box-shadow: inset 0 0 24px rgba(255, 255, 255, 0.84);
  cursor: pointer;
  position: relative;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  font-size: 15px;
  -webkit-border-radius: 15px 15px 40px 15px;
          border-radius: 15px 15px 40px 15px; }
  .compare-form__sub i {
    margin-right: 10px;
    margin-top: 3px; }
  .compare-form__sub input {
    display: none; }
  .compare-form__sub:hover {
    -webkit-transform: scale(1.03);
        -ms-transform: scale(1.03);
            transform: scale(1.03); }

.compare-form__copy {
  font: 400 10px/13px "Montserrat", sans-serif;
  margin-top: 15px;
  color: #8ba7c6; }
  .compare-form__copy a {
    text-decoration: underline; }

.catalog {
  margin-top: 175px;
  color: #1f1f1f; }
  @media only screen and (max-width: 1250px) {
    .catalog {
      margin-top: 90px; } }

.catalog-frame {
  max-width: 1580px;
  padding: 40px 200px 110px;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  -webkit-border-radius: 70px;
          border-radius: 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative; }
  @media only screen and (max-width: 1600px) {
    .catalog-frame {
      padding: 40px 60px; } }
  @media only screen and (max-width: 1250px) {
    .catalog-frame {
      -webkit-border-radius: 0px;
              border-radius: 0px;
      padding: 40px 6px; } }

.catalog-text-photo {
  width: 197px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -30px; }
  @media only screen and (max-width: 720px) {
    .catalog-text-photo {
      width: 140px;
      top: -22px; } }

.catalog-title {
  font-size: 30px;
  text-align: center;
  color: #1f1f1f; }
  @media only screen and (max-width: 720px) {
    .catalog-title {
      padding: 0 20px;
      font-size: 28px; }
      .catalog-title span {
        display: block;
        font-size: 19px;
        color: #959ca1; } }

.catalog-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(-webkit-calc( (100% / 2) - 15px), 1fr));
  grid-template-columns: repeat(auto-fill, minmax(calc( (100% / 2) - 15px), 1fr));
  grid-gap: 30px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 30px; }
  @media screen and (max-width: 1250px) {
    .catalog-list {
      grid-template-columns: repeat(auto-fill, minmax(-webkit-calc( (100% / (2 - 0)) - 15px), 1fr));
      grid-template-columns: repeat(auto-fill, minmax(calc( (100% / (2 - 0)) - 15px), 1fr)); } }
  @media screen and (max-width: 980px) {
    .catalog-list {
      grid-template-columns: repeat(auto-fill, minmax(-webkit-calc( 100% / 0 - 15px), 1fr));
      grid-template-columns: repeat(auto-fill, minmax(calc( 100% / 0 - 15px), 1fr)); } }
  @media screen and (max-width: 700px) {
    .catalog-list {
      grid-template-columns: repeat(auto-fill, minmax(-webkit-calc( 100% / 1 - 15px), 1fr));
      grid-template-columns: repeat(auto-fill, minmax(calc( 100% / 1 - 15px), 1fr)); } }
  .catalog-list img {
    max-width: 100%;
    display: block; }
  @media only screen and (max-width: 720px) {
    .catalog-list {
      grid-gap: 27px; } }

.catalog-item {
  border: 10px solid #e8f4ff;
  -webkit-border-radius: 50px;
          border-radius: 50px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  overflow: hidden;
  position: relative; }
  .catalog-item:hover {
    border-color: #bad2f9; }

.catalog-item__photo {
  width: 100%;
  height: 255px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover; }
  @media only screen and (max-width: 720px) {
    .catalog-item__photo {
      height: 182px; } }

.catalog-item__type {
  position: absolute;
  top: 22px;
  left: 22px; }

.catalog-item__type-title {
  width: 54px;
  height: 54px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  font-weight: 300;
  color: #0058ff; }

.catalog-item__clue {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: absolute;
  top: -3px;
  right: -3px; }
  .catalog-item__clue span {
    width: 20px;
    height: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #e8f4ff;
    color: #0093fd;
    font-weight: 300;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    font-size: 14px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    cursor: pointer; }
  .catalog-item__clue p {
    width: 355px;
    background-color: #fff;
    -webkit-border-radius: 19px;
            border-radius: 19px;
    font: 400 14px/18px "Montserrat", sans-serif;
    position: absolute;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-left: 35px;
    opacity: 0;
    pointer-events: none;
    margin-top: -10px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    .catalog-item__clue p::before {
      content: '';
      width: 20px;
      height: 20px;
      background-color: #fff;
      -webkit-border-radius: 5px 0 0 0;
              border-radius: 5px 0 0 0;
      position: absolute;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      top: 6px;
      left: -1px; }
  .catalog-item__clue .catalog-item__clue_min {
    width: 190px; }
  .catalog-item__clue:hover p {
    margin-top: 0;
    opacity: 1; }
  @media only screen and (max-width: 720px) {
    .catalog-item__clue p {
      width: 230px;
      padding: 10px;
      padding-left: 20px; } }

.catalog-item__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 25px; }
  @media only screen and (max-width: 1250px) {
    .catalog-item__content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }

.catalog-item__description {
  max-width: 310px;
  margin-right: 40px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
  .catalog-item__description b {
    display: block;
    font-size: 23px;
    line-height: 30px; }
  .catalog-item__description p {
    margin-top: 12px;
    color: #3f3f3f;
    font: 400 15px/18px "Montserrat", sans-serif; }
  @media only screen and (max-width: 1250px) {
    .catalog-item__description {
      margin-right: 0; } }
  @media only screen and (max-width: 720px) {
    .catalog-item__description b {
      font-size: 20px; }
    .catalog-item__description p {
      font-size: 13px; } }

.catalog-item__price {
  font-family: "Montserrat", sans-serif;
  font-size: 14px; }
  .catalog-item__price b {
    font-size: 18px; }
  @media only screen and (max-width: 720px) {
    .catalog-item__price b {
      display: block; } }

.catalog-item__info a {
  width: 163px;
  height: 44px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #66aeff;
  color: #0077fe;
  font-weight: bold;
  font-size: 15px;
  margin-top: 15px;
  -webkit-border-radius: 100px;
          border-radius: 100px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }
  .catalog-item__info a:hover {
    color: #fff;
    background-color: #0078ff;
    border-color: #fff;
    -webkit-box-shadow: inset 0 0 24px rgba(255, 255, 255, 0.84);
            box-shadow: inset 0 0 24px rgba(255, 255, 255, 0.84); }

@media only screen and (max-width: 1250px) {
  .catalog-item__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-top: 30px; }
    .catalog-item__info a {
      margin-top: 0;
      margin-right: 30px; } }

.yourself {
  margin-top: 180px;
  background: url("../images/bg/yourself-bg.png") center no-repeat; }
  @media only screen and (max-width: 1250px) {
    .yourself {
      margin-top: 50px; } }

.yourself-frame {
  max-width: 1025px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly; }
  @media only screen and (max-width: 1250px) {
    .yourself-frame {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }

.yourself-content {
  max-width: 560px; }
  @media only screen and (max-width: 1250px) {
    .yourself-content {
      margin: 0 auto; } }

.yourself-title h2 {
  font-size: 82px;
  line-height: 85px;
  color: #ffcd48; }

.yourself-title p {
  max-width: 410px;
  font-size: 25px;
  line-height: 32px;
  margin-top: 40px; }

@media only screen and (max-width: 720px) {
  .yourself-title {
    padding: 0 15px; }
    .yourself-title h2 {
      font-size: 42px;
      line-height: 43px; }
    .yourself-title p {
      font-size: 18px;
      line-height: 26px;
      margin-top: 15px; } }

.yourself-descripter {
  width: 479px;
  padding: 20px 30px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 40px;
  margin-left: -30px; }
  .yourself-descripter img {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0; }
  .yourself-descripter p {
    font: 400 17px/22px "Montserrat", sans-serif; }
  @media only screen and (max-width: 720px) {
    .yourself-descripter {
      width: 100%;
      margin-left: 0;
      padding: 15px 20px;
      margin-top: 20px; }
      .yourself-descripter p {
        font-size: 14px;
        line-height: 17px; } }

.yourself-wrap {
  width: 326px;
  margin-top: -70px;
  position: relative; }
  @media only screen and (max-width: 1250px) {
    .yourself-wrap {
      margin: 20px auto 0; } }

.yourself-slide img {
  max-width: 100%; }

.yourself-arrow {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #031d34;
  color: #fff;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  font-size: 16px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  position: absolute;
  top: -webkit-calc(50% - 30px);
  top: calc(50% - 30px); }
  .yourself-arrow:hover {
    background-color: #0093fd; }
  @media only screen and (max-width: 720px) {
    .yourself-arrow {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content;
      background: none;
      bottom: -42px;
      font-size: 14px;
      z-index: 4;
      top: auto; }
      .yourself-arrow:hover {
        color: #0093fd;
        background: none; } }

.yourself-prev {
  left: -100px; }
  @media only screen and (max-width: 720px) {
    .yourself-prev {
      left: 15px; } }

.yourself-next {
  right: -100px; }
  @media only screen and (max-width: 720px) {
    .yourself-next {
      right: 15px; } }

.yourself-slider-bg {
  display: block;
  position: absolute;
  left: -176px;
  bottom: -40px;
  z-index: -1; }

.yourself-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -40px;
  margin: 0 auto; }
  .yourself-dots button {
    display: none; }
  .yourself-dots ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .yourself-dots li {
    width: 9px;
    height: 9px;
    border: 1px solid #0093fd;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-right: 8px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    cursor: pointer; }
    .yourself-dots li:last-child {
      margin-right: 0; }
  .yourself-dots .slick-active {
    background-color: #0093fd; }

.constructor {
  margin-top: 100px;
  position: relative;
  z-index: 2; }

.constructor-box {
  padding: 35px 110px 70px;
  background-color: #eef6ff;
  -webkit-border-radius: 38px;
          border-radius: 38px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media only screen and (max-width: 1250px) {
    .constructor-box {
      padding: 20px 25px; } }

.constructor-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 12px 25px;
  font-size: 30px;
  margin: 0 auto;
  text-align: center;
  color: #2f3030;
  border: 1px solid #c3d6eb;
  -webkit-border-radius: 16px;
          border-radius: 16px;
  margin-bottom: 50px; }
  @media only screen and (max-width: 720px) {
    .constructor-title {
      font-size: 20px;
      line-height: 26px;
      margin-bottom: 35px; } }

.constructor-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media only screen and (max-width: 1250px) {
    .constructor-content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: column-reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }

.constructor-mat_edging {
  display: none; }

.constructor-mat {
  width: 380px;
  height: 250px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: relative; }
  .constructor-mat img {
    position: absolute; }
  @media only screen and (max-width: 720px) {
    .constructor-mat {
      width: 280px;
      height: 190px; }
      .constructor-mat img {
        width: 100%; } }

.constructor-price {
  margin-top: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  @media only screen and (max-width: 720px) {
    .constructor-price {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: column-reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }

.constructor-order {
  max-width: 100%;
  width: 158px;
  height: 57px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-border-radius: 12px;
          border-radius: 12px;
  background: -webkit-gradient(linear, left bottom, left top, from(#009cff), to(#1ab7fb));
  background: -webkit-linear-gradient(bottom, #009cff, #1ab7fb);
  background: -o-linear-gradient(bottom, #009cff, #1ab7fb);
  background: linear-gradient(to top, #009cff, #1ab7fb);
  font: bold 13px "RoadRadio", sans-serif;
  text-align: center;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: inset 0 0 24px rgba(255, 255, 255, 0.84);
          box-shadow: inset 0 0 24px rgba(255, 255, 255, 0.84);
  cursor: pointer;
  position: relative;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  -webkit-border-radius: 15px 15px 30px 15px;
          border-radius: 15px 15px 30px 15px;
  margin-right: 20px; }
  .constructor-order i {
    margin-right: 10px;
    margin-top: 3px; }
  .constructor-order input {
    display: none; }
  .constructor-order:hover {
    -webkit-transform: scale(1.03);
        -ms-transform: scale(1.03);
            transform: scale(1.03); }
  @media only screen and (max-width: 720px) {
    .constructor-order {
      margin-right: 0;
      margin-top: 20px; } }

.constructor-price__info span {
  display: block;
  color: #2f3030;
  font: 400 10px/12px "Montserrat", sans-serif;
  margin-bottom: 5px; }

.constructor-price__info p {
  color: #2f3030;
  font: 400 10px/12px "Montserrat", sans-serif; }
  .constructor-price__info p b {
    line-height: 30px;
    font-size: 30px; }

.constructor-settings {
  max-width: 500px;
  width: 100%;
  color: #2f3030; }
  @media only screen and (max-width: 1250px) {
    .constructor-settings {
      margin: 0 auto; } }
  @media only screen and (max-width: 720px) {
    .constructor-settings {
      max-width: 250px; } }

@media only screen and (max-width: 1250px) {
  .constructor-wrap {
    margin: 40px auto 0; } }

.constructor-type p {
  font: 400 12px/14px "Montserrat", sans-serif;
  margin-bottom: 7px; }

.constructor-type__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.constructor-type__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 40px; }
  .constructor-type__box:last-child {
    margin-right: 0; }

.constructor-type__item {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 7px solid #fff;
  margin-right: 5px;
  position: relative;
  cursor: pointer; }
  .constructor-type__item:last-child {
    margin-right: 0; }
  .constructor-type__item img {
    width: 100%;
    height: 100%;
    display: block;
    -webkit-border-radius: 50%;
            border-radius: 50%; }
  .constructor-type__item i {
    width: 18px;
    height: 18px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #0691fd;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    color: #fff;
    border: 1px solid #fff;
    font-size: 7px;
    position: absolute;
    top: -4px;
    left: -3px;
    opacity: 0; }

.js-constructor-item_active i {
  opacity: 1 !important; }

.constructor-type__visually {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #cee5fe;
  font: 400 12px/14px "Montserrat", sans-serif;
  border: 7px solid #fff;
  margin-right: 5px;
  position: relative;
  cursor: pointer; }
  .constructor-type__visually:last-child {
    margin-right: 0; }
  .constructor-type__visually i {
    width: 18px;
    height: 18px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #0691fd;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    color: #fff;
    border: 1px solid #fff;
    font-size: 7px;
    position: absolute;
    top: -4px;
    left: -3px;
    opacity: 0; }

.constructor-box-color {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }
  @media only screen and (max-width: 720px) {
    .constructor-box-color {
      display: block; } }

.constructor-frame-color {
  margin-right: 70px; }
  .constructor-frame-color:last-child {
    margin-right: 0; }
  .constructor-frame-color p {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font: 400 12px/14px "Montserrat", sans-serif;
    margin-bottom: 15px; }
    .constructor-frame-color p img {
      width: 15px;
      display: block;
      margin-right: 10px;
      margin-top: -2px; }
  @media only screen and (max-width: 720px) {
    .constructor-frame-color {
      margin-right: 0;
      margin-bottom: 40px; }
      .constructor-frame-color:last-child {
        margin-bottom: 0; } }

.constructor-color-grid {
  width: 215px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(-webkit-calc( (100% / 3) - 21px), 1fr));
  grid-template-columns: repeat(auto-fill, minmax(calc( (100% / 3) - 21px), 1fr));
  grid-gap: 11px 21px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media screen and (max-width: 1250px) {
    .constructor-color-grid {
      grid-template-columns: repeat(auto-fill, minmax(-webkit-calc( (100% / (3 - 0)) - 21px), 1fr));
      grid-template-columns: repeat(auto-fill, minmax(calc( (100% / (3 - 0)) - 21px), 1fr)); } }
  @media screen and (max-width: 980px) {
    .constructor-color-grid {
      grid-template-columns: repeat(auto-fill, minmax(-webkit-calc( 100% / 0 - 21px), 1fr));
      grid-template-columns: repeat(auto-fill, minmax(calc( 100% / 0 - 21px), 1fr)); } }
  @media screen and (max-width: 700px) {
    .constructor-color-grid {
      grid-template-columns: repeat(auto-fill, minmax(-webkit-calc( 100% / 3 - 21px), 1fr));
      grid-template-columns: repeat(auto-fill, minmax(calc( 100% / 3 - 21px), 1fr)); } }
  .constructor-color-grid img {
    max-width: 100%;
    display: block; }

.constructor-color-item {
  height: 57px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border: 7px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  cursor: pointer; }
  .constructor-color-item i {
    width: 18px;
    height: 18px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #0691fd;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    color: #fff;
    border: 1px solid #fff;
    font-size: 7px;
    position: absolute;
    top: -4px;
    left: -3px;
    opacity: 0; }

.constructor-checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
  padding: 18px 30px;
  background-color: #e4eef8;
  -webkit-border-radius: 18px;
          border-radius: 18px; }
  @media only screen and (max-width: 720px) {
    .constructor-checkbox {
      padding: 12px 18px; } }

.constructor-checkbox__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  cursor: pointer;
  margin-right: 10px; }
  .constructor-checkbox__item:last-child {
    margin-right: 0; }
  .constructor-checkbox__item p {
    font: 400 12px/14px "Montserrat", sans-serif; }

.constructor-check {
  width: 15px;
  height: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #9ba1a8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 8px;
  color: #0093fd;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  margin-right: 10px; }
  .constructor-check i {
    opacity: 0; }

.constructor-checkbox__item_active i {
  opacity: 1; }

.constructor-mat_photo {
  display: none; }

.constructor-mat_photo_active {
  display: block; }

.team {
  padding-top: 180px;
  padding-bottom: 170px;
  position: relative;
  margin-top: -50px;
  background: url("../images/bg/team-bg.png") center bottom no-repeat;
  -webkit-background-size: 100% auto;
          background-size: 100% auto; }
  @media only screen and (max-width: 1250px) {
    .team {
      padding-bottom: 70px;
      background: url("../images/bg/team-bg.png") center bottom 200px no-repeat; } }
  @media only screen and (max-width: 720px) {
    .team {
      margin-top: -12px;
      padding-top: 70px;
      background: url("../images/bg/team-mob-bg.png") center top no-repeat; } }

.team-content {
  position: relative; }

.team-light {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  -webkit-transform: translateX(70px);
      -ms-transform: translateX(70px);
          transform: translateX(70px);
  z-index: -1; }
  @media only screen and (max-width: 1250px) {
    .team-light {
      -webkit-transform: translateX(-226px);
          -ms-transform: translateX(-226px);
              transform: translateX(-226px); } }
  @media only screen and (max-width: 720px) {
    .team-light {
      display: none; } }

.team-title {
  text-align: center; }
  .team-title p {
    font-size: 30px;
    line-height: 38px; }
  .team-title b {
    font-weight: 400;
    font-size: 93px;
    color: #ffcd48; }
  @media only screen and (max-width: 720px) {
    .team-title p {
      font-size: 17px; }
    .team-title b {
      font-size: 55px;
      line-height: 55px; } }

.team-info {
  max-width: 867px;
  padding: 60px 170px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin-top: 80px;
  text-align: center; }
  .team-info b, .team-info p, .team-info span {
    position: relative;
    z-index: 2; }
  .team-info b {
    line-height: 29px;
    display: block;
    color: #0691fd; }
  .team-info p {
    margin-top: 25px;
    margin-bottom: 20px;
    font: 400 17px/22px "Montserrat", sans-serif; }
  .team-info span {
    font-size: 14px;
    color: #5f7a98;
    font: 400 14px/22px "Montserrat", sans-serif; }
  @media only screen and (max-width: 1250px) {
    .team-info {
      margin-top: 600px; } }
  @media only screen and (max-width: 720px) {
    .team-info {
      padding: 0; }
      .team-info br {
        display: none; }
      .team-info p {
        font-size: 16px; } }

.team-info__bg {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0; }
  @media only screen and (max-width: 1250px) {
    .team-info__bg {
      display: none; } }

.team-item {
  position: absolute;
  margin-top: -40px;
  z-index: 2; }
  @media only screen and (max-width: 1250px) {
    .team-item {
      margin-top: 170px; } }
  @media only screen and (max-width: 720px) {
    .team-item {
      margin-top: 130px; }
      .team-item img {
        width: 320px; } }

.team-item__name {
  width: 240px;
  padding: 15px 30px;
  -webkit-border-radius: 21px;
          border-radius: 21px;
  background: #0b1a2a;
  -webkit-box-shadow: inset 0 0 51px rgba(0, 147, 253, 0.19);
          box-shadow: inset 0 0 51px rgba(0, 147, 253, 0.19);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 410px; }
  .team-item__name b {
    font-size: 19px;
    display: block;
    color: #ffcd48; }
  .team-item__name p {
    font: 400 14px/22px "Montserrat", sans-serif;
    color: #5f7a98;
    margin-top: 5px; }
  @media only screen and (max-width: 720px) {
    .team-item__name {
      padding: 15px; } }

.team-item_left {
  left: -120px; }
  .team-item_left .team-item__name {
    left: 100px; }
  @media only screen and (max-width: 1250px) {
    .team-item_left {
      left: -150px; }
      .team-item_left .team-item__name {
        top: 213px;
        left: 165px; } }
  @media only screen and (max-width: 720px) {
    .team-item_left {
      left: -150px; }
      .team-item_left .team-item__name {
        width: 180px;
        left: 146px; } }

.team-item_right {
  right: -120px; }
  @media only screen and (max-width: 1250px) {
    .team-item_right {
      right: -150px; }
      .team-item_right .team-item__name {
        top: 413px;
        left: -12px; } }
  @media only screen and (max-width: 720px) {
    .team-item_right {
      right: -150px; } }

.gallery {
  padding-top: 150px;
  background: url("../images/bg/gallery-right.png") top 130px right 100px no-repeat, url("../images/bg/gallery-left.png") top 130px left 25px no-repeat; }
  @media only screen and (max-width: 1250px) {
    .gallery {
      padding-top: 0;
      background: none; } }
  @media only screen and (max-width: 720px) {
    .gallery {
      margin-top: 70px; } }

.gallery-title h2 {
  font-size: 42px;
  line-height: 48px; }

@media only screen and (max-width: 720px) {
  .gallery-title h2 {
    font-size: 19px;
    line-height: 32px; }
    .gallery-title h2 span {
      display: block;
      font-size: 30px; } }

@media only screen and (max-width: 720px) {
  .gallery-frame {
    padding: 0 5px; } }

.gallery-wrap {
  max-width: 1040px;
  width: 100%;
  margin: 60px auto 0;
  position: relative; }
  @media only screen and (max-width: 720px) {
    .gallery-wrap {
      margin-top: 20px; } }

.gallery-slide {
  -webkit-border-radius: 35px;
          border-radius: 35px;
  background-color: #031321;
  margin: 0 10px; }

.gallery-slide__full {
  width: 100%;
  height: 540px;
  border: 7px solid #11263e;
  -webkit-border-radius: 35px;
          border-radius: 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .gallery-slide__full img {
    width: 100%;
    height: 100%;
    display: block;
    -webkit-border-radius: 35px;
            border-radius: 35px;
    -o-object-fit: cover;
       object-fit: cover; }
  @media only screen and (max-width: 720px) {
    .gallery-slide__full {
      height: 310px; } }

.gallery-slide__info {
  padding: 25px 55px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media only screen and (max-width: 1250px) {
    .gallery-slide__info {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: column-reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }
  @media only screen and (max-width: 720px) {
    .gallery-slide__info {
      padding: 20px 10px; } }

.gallery-slide__small {
  width: 550px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(-webkit-calc( (100% / 4) - 17px), 1fr));
  grid-template-columns: repeat(auto-fill, minmax(calc( (100% / 4) - 17px), 1fr));
  grid-gap: 17px 17px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media screen and (max-width: 1250px) {
    .gallery-slide__small {
      grid-template-columns: repeat(auto-fill, minmax(-webkit-calc( (100% / (4 - 0)) - 17px), 1fr));
      grid-template-columns: repeat(auto-fill, minmax(calc( (100% / (4 - 0)) - 17px), 1fr)); } }
  @media screen and (max-width: 980px) {
    .gallery-slide__small {
      grid-template-columns: repeat(auto-fill, minmax(-webkit-calc( 100% / 0 - 17px), 1fr));
      grid-template-columns: repeat(auto-fill, minmax(calc( 100% / 0 - 17px), 1fr)); } }
  @media screen and (max-width: 700px) {
    .gallery-slide__small {
      grid-template-columns: repeat(auto-fill, minmax(-webkit-calc( 100% / 1 - 17px), 1fr));
      grid-template-columns: repeat(auto-fill, minmax(calc( 100% / 1 - 17px), 1fr)); } }
  .gallery-slide__small img {
    max-width: 100%;
    display: block; }
  @media only screen and (max-width: 720px) {
    .gallery-slide__small {
      width: 100%;
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(-webkit-calc( (100% / 4) - 9px), 1fr));
      grid-template-columns: repeat(auto-fill, minmax(calc( (100% / 4) - 9px), 1fr));
      grid-gap: 9px 9px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; } }
  @media only screen and (max-width: 720px) and (max-width: 1250px) {
    .gallery-slide__small {
      grid-template-columns: repeat(auto-fill, minmax(-webkit-calc( (100% / (4 - 0)) - 9px), 1fr));
      grid-template-columns: repeat(auto-fill, minmax(calc( (100% / (4 - 0)) - 9px), 1fr)); } }
  @media only screen and (max-width: 720px) and (max-width: 980px) {
    .gallery-slide__small {
      grid-template-columns: repeat(auto-fill, minmax(-webkit-calc( 100% / 0 - 9px), 1fr));
      grid-template-columns: repeat(auto-fill, minmax(calc( 100% / 0 - 9px), 1fr)); } }
  @media only screen and (max-width: 720px) and (max-width: 700px) {
    .gallery-slide__small {
      grid-template-columns: repeat(auto-fill, minmax(-webkit-calc( 100% / 4 - 9px), 1fr));
      grid-template-columns: repeat(auto-fill, minmax(calc( 100% / 4 - 9px), 1fr)); } }
  @media only screen and (max-width: 720px) {
      .gallery-slide__small img {
        max-width: 100%;
        display: block; } }

.gallery-slide__small-item {
  border: 2px solid #11263e;
  -webkit-border-radius: 35px;
          border-radius: 35px; }
  .gallery-slide__small-item img {
    width: 100%;
    display: block;
    height: 77px;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-border-radius: 10px;
            border-radius: 10px; }
  @media only screen and (max-width: 720px) {
    .gallery-slide__small-item img {
      height: 42px; } }

.gallery-slide__title {
  width: 280px;
  padding: 15px 20px;
  background-color: #0e2237;
  -webkit-border-radius: 18px;
          border-radius: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .gallery-slide__title b {
    display: block;
    color: #ffcd48; }
  .gallery-slide__title p {
    font-family: "Montserrat", sans-serif;
    font-size: 14px; }
    .gallery-slide__title p span {
      font-weight: bold;
      font-size: 16px; }
  @media only screen and (max-width: 1250px) {
    .gallery-slide__title {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-top: 15px;
      padding: 0;
      -webkit-border-radius: 0px;
              border-radius: 0px;
      background: none; } }
  @media only screen and (max-width: 720px) {
    .gallery-slide__title {
      width: 100%; }
      .gallery-slide__title b {
        font-size: 16px; } }

.gallery-arrow {
  width: 72px;
  height: 72px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #031d34;
  color: #fff;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  position: absolute;
  top: -webkit-calc(50% - 30px);
  top: calc(50% - 30px); }
  .gallery-arrow:hover {
    background-color: #0093fd; }
  @media only screen and (max-width: 1250px) {
    .gallery-arrow {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content;
      background: none;
      position: static;
      -webkit-border-radius: 0px;
              border-radius: 0px; }
      .gallery-arrow:hover {
        color: #0093fd;
        background: none; } }

@media only screen and (max-width: 1250px) {
  .gallery-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 20px;
    padding: 0 10px; } }

.gallery-prev {
  left: -100px; }

.gallery-next {
  right: -100px; }

.gallery-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -40px;
  margin: 0 auto; }
  .gallery-dots button {
    display: none; }
  .gallery-dots ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .gallery-dots li {
    width: 10px;
    height: 10px;
    border: 1px solid #0093fd;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-right: 8px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    cursor: pointer; }
    .gallery-dots li:last-child {
      margin-right: 0; }
  .gallery-dots .slick-active {
    background-color: #0093fd; }
  @media only screen and (max-width: 1250px) {
    .gallery-dots {
      position: static; } }

.partners {
  margin-top: 130px; }
  @media only screen and (max-width: 1250px) {
    .partners {
      margin-top: 80px; } }

.partners-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .partners-title h2 {
    text-align: left; }
  @media only screen and (max-width: 720px) {
    .partners-title div {
      width: 100%; }
    .partners-title h2 {
      font-size: 16px;
      text-align: center; }
      .partners-title h2 br {
        display: none; }
      .partners-title h2 span {
        display: block;
        font-size: 32px; } }

.partners-descriptor {
  max-width: 425px;
  padding: 20px 30px;
  background-color: #010306;
  -webkit-border-radius: 26px;
          border-radius: 26px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font: 400 17px/22px "Montserrat", sans-serif; }
  @media only screen and (max-width: 1250px) {
    .partners-descriptor {
      display: none; } }

.partners-list {
  margin-top: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media only screen and (max-width: 1250px) {
    .partners-list {
      max-width: 500px;
      margin: 50px auto 0;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
  @media only screen and (max-width: 720px) {
    .partners-list {
      margin-top: 40px; } }

@media only screen and (max-width: 720px) {
  .partners-item {
    max-width: 135px;
    margin-bottom: 30px; }
    .partners-item img {
      max-width: 100%; } }

.partners-frame {
  position: relative; }

.partners-bg {
  width: 1455px;
  display: block;
  position: absolute;
  left: -125px;
  right: 0;
  margin: 0 auto;
  bottom: -80px;
  pointer-events: none; }
  @media only screen and (max-width: 1250px) {
    .partners-bg {
      display: none; } }

.certificates {
  margin-top: 210px;
  background: url("../images/bg/certificates-bg.png") top center no-repeat; }
  @media only screen and (max-width: 1250px) {
    .certificates {
      margin-top: 50px;
      padding-top: 50px;
      border-top: 1px solid #122d45; } }

.certificates-frame {
  padding: 0 87px; }
  @media only screen and (max-width: 720px) {
    .certificates-frame {
      padding: 0 25px; } }

.certificates-title p {
  font-size: 17px; }

@media only screen and (max-width: 720px) {
  .certificates-title h2 {
    font-size: 19px;
    line-height: 28px; }
  .certificates-title br {
    display: none; } }

.certificates-grid {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(-webkit-calc( (100% / 3) - 90px), 1fr));
  grid-template-columns: repeat(auto-fill, minmax(calc( (100% / 3) - 90px), 1fr));
  grid-gap: 15px 90px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media screen and (max-width: 1250px) {
    .certificates-grid {
      grid-template-columns: repeat(auto-fill, minmax(-webkit-calc( (100% / (3 - 2)) - 90px), 1fr));
      grid-template-columns: repeat(auto-fill, minmax(calc( (100% / (3 - 2)) - 90px), 1fr)); } }
  @media screen and (max-width: 980px) {
    .certificates-grid {
      grid-template-columns: repeat(auto-fill, minmax(-webkit-calc( 100% / 0 - 90px), 1fr));
      grid-template-columns: repeat(auto-fill, minmax(calc( 100% / 0 - 90px), 1fr)); } }
  @media screen and (max-width: 700px) {
    .certificates-grid {
      grid-template-columns: repeat(auto-fill, minmax(-webkit-calc( 100% / 1 - 90px), 1fr));
      grid-template-columns: repeat(auto-fill, minmax(calc( 100% / 1 - 90px), 1fr)); } }
  .certificates-grid img {
    max-width: 100%;
    display: block; }
  @media only screen and (max-width: 1250px) {
    .certificates-grid img {
      margin: 0 auto; } }

.product {
  margin-top: 100px; }
  @media only screen and (max-width: 1250px) {
    .product {
      margin-top: 85px; } }

.product-title {
  margin-bottom: 65px; }
  .product-title h2 {
    font-size: 32px;
    line-height: 46px; }
  @media only screen and (max-width: 720px) {
    .product-title h2 {
      font-size: 18px;
      line-height: 27px; } }

.product-list-three {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(-webkit-calc( (100% / 3) - 100px), 1fr));
  grid-template-columns: repeat(auto-fill, minmax(calc( (100% / 3) - 100px), 1fr));
  grid-gap: 50px 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media screen and (max-width: 1250px) {
    .product-list-three {
      grid-template-columns: repeat(auto-fill, minmax(-webkit-calc( (100% / (3 - 2)) - 100px), 1fr));
      grid-template-columns: repeat(auto-fill, minmax(calc( (100% / (3 - 2)) - 100px), 1fr)); } }
  @media screen and (max-width: 980px) {
    .product-list-three {
      grid-template-columns: repeat(auto-fill, minmax(-webkit-calc( 100% / 0 - 100px), 1fr));
      grid-template-columns: repeat(auto-fill, minmax(calc( 100% / 0 - 100px), 1fr)); } }
  @media screen and (max-width: 700px) {
    .product-list-three {
      grid-template-columns: repeat(auto-fill, minmax(-webkit-calc( 100% / 1 - 100px), 1fr));
      grid-template-columns: repeat(auto-fill, minmax(calc( 100% / 1 - 100px), 1fr)); } }
  .product-list-three img {
    max-width: 100%;
    display: block; }

.product-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media only screen and (max-width: 1250px) {
    .product-item {
      max-width: 400px;
      margin: 0 auto; } }

.product-item__photo {
  height: 260px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative; }
  .product-item__photo img {
    position: absolute;
    left: -70px; }

.product-item__content {
  margin-top: 25px;
  margin-bottom: 50px; }
  .product-item__content b {
    font-size: 23px;
    line-height: 29px;
    color: #ffcd48;
    display: block; }
  .product-item__content p {
    font: 400 15px/22px "Montserrat", sans-serif;
    margin-top: 15px; }

.product-item__price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: auto; }
  .product-item__price a {
    width: 164px;
    height: 45px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 1px solid #66aeff;
    color: #0077fe;
    font-weight: bold;
    font-size: 15px;
    margin-right: 60px;
    -webkit-border-radius: 100px;
            border-radius: 100px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    margin-top: 0; }
    .product-item__price a:hover {
      color: #fff;
      background-color: #0078ff;
      -webkit-box-shadow: inset 0 0 24px rgba(255, 255, 255, 0.84);
              box-shadow: inset 0 0 24px rgba(255, 255, 255, 0.84); }

.product-item__prices {
  font-family: "Montserrat", sans-serif;
  color: #a8b3c5;
  font-size: 13px; }
  .product-item__prices b {
    color: #fff; }

.product-list-duble {
  margin-top: 170px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(-webkit-calc( (100% / 2) - 175px), 1fr));
  grid-template-columns: repeat(auto-fill, minmax(calc( (100% / 2) - 175px), 1fr));
  grid-gap: 50px 175px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media screen and (max-width: 1250px) {
    .product-list-duble {
      grid-template-columns: repeat(auto-fill, minmax(-webkit-calc( (100% / (2 - 1)) - 175px), 1fr));
      grid-template-columns: repeat(auto-fill, minmax(calc( (100% / (2 - 1)) - 175px), 1fr)); } }
  @media screen and (max-width: 980px) {
    .product-list-duble {
      grid-template-columns: repeat(auto-fill, minmax(-webkit-calc( 100% / 0 - 175px), 1fr));
      grid-template-columns: repeat(auto-fill, minmax(calc( 100% / 0 - 175px), 1fr)); } }
  @media screen and (max-width: 700px) {
    .product-list-duble {
      grid-template-columns: repeat(auto-fill, minmax(-webkit-calc( 100% / 1 - 175px), 1fr));
      grid-template-columns: repeat(auto-fill, minmax(calc( 100% / 1 - 175px), 1fr)); } }
  .product-list-duble img {
    max-width: 100%;
    display: block; }
  .product-list-duble .product-item__photo {
    height: 320px; }
  @media only screen and (max-width: 1250px) {
    .product-list-duble {
      margin-top: 60px; } }
  @media only screen and (max-width: 720px) {
    .product-list-duble .product-item__photo {
      height: 228px; } }

.faq {
  margin-top: 120px;
  position: relative;
  z-index: 2; }

.faq-frame {
  max-width: 1560px;
  width: 100%;
  padding: 75px 100px;
  background: url("../images/bg/faq-bg.png") center no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  -webkit-border-radius: 100px;
          border-radius: 100px; }
  @media only screen and (max-width: 1250px) {
    .faq-frame {
      margin-top: 60px;
      padding: 50px 11px;
      background: #030d19;
      -webkit-border-radius: 0px;
              border-radius: 0px; } }
  @media only screen and (max-width: 720px) {
    .faq-frame {
      margin-top: 0; } }

.faq-title h2 {
  font-size: 32px; }

@media only screen and (max-width: 720px) {
  .faq-title h2 {
    font-size: 19px;
    line-height: 27px; } }

.faq-wrap {
  margin-top: 45px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(-webkit-calc( (100% / 2) - 15px), 1fr));
  grid-template-columns: repeat(auto-fill, minmax(calc( (100% / 2) - 15px), 1fr));
  grid-gap: 15px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media screen and (max-width: 1250px) {
    .faq-wrap {
      grid-template-columns: repeat(auto-fill, minmax(-webkit-calc( (100% / (2 - 0)) - 15px), 1fr));
      grid-template-columns: repeat(auto-fill, minmax(calc( (100% / (2 - 0)) - 15px), 1fr)); } }
  @media screen and (max-width: 980px) {
    .faq-wrap {
      grid-template-columns: repeat(auto-fill, minmax(-webkit-calc( 100% / 0 - 15px), 1fr));
      grid-template-columns: repeat(auto-fill, minmax(calc( 100% / 0 - 15px), 1fr)); } }
  @media screen and (max-width: 700px) {
    .faq-wrap {
      grid-template-columns: repeat(auto-fill, minmax(-webkit-calc( 100% / 1 - 15px), 1fr));
      grid-template-columns: repeat(auto-fill, minmax(calc( 100% / 1 - 15px), 1fr)); } }
  .faq-wrap img {
    max-width: 100%;
    display: block; }
  @media only screen and (max-width: 1250px) {
    .faq-wrap {
      margin-top: 30px; } }

.faq-item {
  padding: 15px 20px;
  background-color: #081a2d;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  margin-bottom: 15px;
  cursor: pointer; }
  .faq-item:last-child {
    margin-bottom: 0; }

.faq-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .faq-head span {
    font-weight: bold;
    color: #0156ca;
    font-size: 14px;
    margin-right: 6px;
    margin-bottom: auto; }
  .faq-head b {
    font: 400 15px/22px "Montserrat", sans-serif;
    margin-right: 20px; }
  .faq-head i {
    margin-left: auto;
    color: #0156ca;
    font-size: 12px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
  @media only screen and (max-width: 720px) {
    .faq-head p {
      font-size: 13px;
      line-height: 20px; } }

.faq-body {
  color: #a1b9d1;
  font: 300 14px/22px "Montserrat", sans-serif;
  margin-top: 10px;
  display: none; }
  @media only screen and (max-width: 720px) {
    .faq-body {
      font-size: 13px;
      line-height: 20px; } }

.faq-item_active i {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

.draw {
  padding-top: 140px;
  background: url("../images/bg/draw-star.png") center no-repeat;
  position: relative;
  margin-top: -70px; }
  @media only screen and (max-width: 720px) {
    .draw {
      background: url("../images/bg/draw-mob-bg.png") center top no-repeat; } }

.draw-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media only screen and (max-width: 1250px) {
    .draw-content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: column-reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }

.draw-info {
  max-width: 406px; }
  @media only screen and (max-width: 720px) {
    .draw-info {
      max-width: 100%; } }

.draw-title p {
  font-size: 25px;
  line-height: 33px;
  font-weight: 100;
  margin-bottom: 30px; }

.draw-title h2 {
  color: #ffcd48;
  font-size: 62px;
  line-height: 61px; }

@media only screen and (max-width: 720px) {
  .draw-title p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px; }
  .draw-title h2 {
    font-size: 42px;
    line-height: 51px; } }

@media only screen and (max-width: 1250px) {
  .draw-phone {
    max-width: 100%;
    margin-top: 40px; } }

@media only screen and (max-width: 720px) {
  .draw-phone {
    max-width: none;
    width: 500px; } }

.draw-link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 35px;
  -webkit-border-radius: 24px;
          border-radius: 24px;
  background: #0b1a2a;
  -webkit-box-shadow: inset 0 0 21px rgba(0, 132, 255, 0.07);
          box-shadow: inset 0 0 21px rgba(0, 132, 255, 0.07);
  margin-top: 60px; }
  .draw-link img {
    width: 36px;
    margin-right: 18px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
  @media only screen and (max-width: 720px) {
    .draw-link {
      width: 100%;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 15px 25px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      margin-top: 30px; } }

.draw-link__info b {
  font-size: 22px;
  display: block; }

.draw-link__info p {
  font: 400 12px/22px "Montserrat", sans-serif; }

.draw-descripter {
  margin-top: 40px;
  font-size: 15px;
  line-height: 22px; }
  .draw-descripter span {
    color: #ffcd48; }
  @media only screen and (max-width: 720px) {
    .draw-descripter {
      margin-top: 20px; } }

.convenience-frame {
  max-width: 1170px;
  width: 100%; }
  @media only screen and (max-width: 1250px) {
    .convenience-frame {
      max-width: 700px; } }

.convenience {
  padding-top: 130px;
  background: url("../images/bg/convenience-star.png") center no-repeat; }
  @media only screen and (max-width: 1250px) {
    .convenience {
      padding-top: 50px; } }

.compare-mob-photo {
  display: none; }
  @media only screen and (max-width: 1250px) {
    .compare-mob-photo {
      display: block; } }

.convenience-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }

.convenience-info {
  position: relative;
  z-index: 2; }

.convenience-title {
  max-width: 520px;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 50px; }
  .convenience-title a {
    display: inline-block;
    color: #0093fd;
    position: relative; }
    .convenience-title a::before {
      content: '';
      width: 100%;
      height: 2px;
      background-color: #0093fd;
      position: absolute;
      bottom: 0px;
      left: 0;
      right: 0;
      margin: 0 auto;
      -webkit-transition: .4s;
      -o-transition: .4s;
      transition: .4s; }
  @media only screen and (max-width: 720px) {
    .convenience-title {
      font-size: 20px;
      line-height: 26px; } }

.convenience-user {
  position: relative; }

.convenience-person {
  position: absolute;
  top: -40px;
  left: -305px; }

.convenience-social {
  position: relative;
  margin-left: 400px;
  margin-right: 65px;
  margin-top: 500px; }
  .convenience-social img {
    width: 32px;
    display: block;
    margin: 0 auto; }
  .convenience-social a {
    display: block;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s; }
    .convenience-social a:hover {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1); }
  .convenience-social li {
    margin-bottom: 20px; }
    .convenience-social li:first-child img {
      width: 25px !important; }
    .convenience-social li:last-child {
      margin-bottom: 0; }
  @media only screen and (max-width: 1250px) {
    .convenience-social {
      display: none; } }

.contact {
  margin-top: 110px; }

.contact-frame {
  max-width: 1540px;
  width: 100%; }
  @media only screen and (max-width: 720px) {
    .contact-frame {
      padding: 0; } }

.contact-map {
  position: relative;
  -webkit-border-radius: 100px;
          border-radius: 100px;
  overflow: hidden; }
  @media only screen and (max-width: 1250px) {
    .contact-map {
      overflow: inherit;
      -webkit-border-radius: 0px;
              border-radius: 0px; } }

.map {
  width: 100%;
  height: 715px; }

.contact-info {
  padding: 55px 60px;
  position: absolute;
  background-color: #fff;
  -webkit-border-radius: 45px;
          border-radius: 45px;
  -webkit-box-shadow: 0 3px 27px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 27px rgba(0, 0, 0, 0.1);
  top: 130px;
  left: 260px;
  z-index: 2; }
  @media only screen and (max-width: 1250px) {
    .contact-info {
      max-width: 315px;
      left: 0;
      right: 0;
      margin: 0 auto;
      top: -70px; } }
  @media only screen and (max-width: 720px) {
    .contact-info {
      width: -webkit-calc(100% - 40px);
      width: calc(100% - 40px);
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 47px 44px; } }

.contact-logo {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 30px;
  display: block; }
  .contact-logo img {
    width: 86px;
    display: block; }

.contact-item {
  color: #141414;
  margin-bottom: 15px; }
  .contact-item span {
    display: block;
    font: 400 11px/10px "Montserrat", sans-serif;
    opacity: 0.46; }
  .contact-item p {
    font: 400 16px/22px "Montserrat", sans-serif;
    margin-top: 5px; }
  @media only screen and (max-width: 720px) {
    .contact-item p {
      font-size: 13px; } }

.contact-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 25px; }
  .contact-social li {
    margin-right: 20px; }
    .contact-social li:last-child {
      margin-right: 0; }
    .contact-social li:nth-child(2) img {
      width: 27px !important;
      display: block; }
  .contact-social a {
    display: block;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s; }
    .contact-social a:hover {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1); }
  .contact-social img {
    width: 36px;
    display: block; }

.contact-phone {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  font-size: 20px;
  color: #1f1f1f;
  margin-top: 20px;
  position: relative; }
  .contact-phone::before {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #808080;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s; }
  .contact-phone:hover::before {
    width: 0%; }
  @media only screen and (max-width: 720px) {
    .contact-phone {
      font-size: 14px;
      margin-top: 15px; } }

@media only screen and (max-width: 1250px) {
  .tablet-hide {
    display: none; } }

.tablet-show {
  display: none; }
  @media only screen and (max-width: 1250px) {
    .tablet-show {
      display: block; } }

.top-btn {
  cursor: pointer;
  display: block;
  position: fixed;
  bottom: 30%;
  left: 0px;
  z-index: 20; }
  .top-btn span {
    color: #5e6f7c;
    letter-spacing: 3px;
    -webkit-transform: translateX(-10px) rotate(90deg);
        -ms-transform: translateX(-10px) rotate(90deg);
            transform: translateX(-10px) rotate(90deg);
    display: block; }
  .top-btn i {
    width: 62px;
    height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: inset 0 0 38px rgba(4, 146, 255, 0.49);
            box-shadow: inset 0 0 38px rgba(4, 146, 255, 0.49);
    background-color: #030b14;
    -webkit-border-radius: 0 15px 15px 0;
            border-radius: 0 15px 15px 0;
    margin-top: 50px;
    font-size: 13px; }
    .top-btn i::before {
      display: block;
      -webkit-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
              transform: rotate(-90deg); }
  @media only screen and (max-width: 720px) {
    .top-btn {
      display: none; } }

.policy-title {
  font-size: 40px;
  text-align: center; }
  .policy-title h1 {
    line-height: 1.3; }
  .policy-title span {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    color: #0093fd;
    margin: 0 auto; }
  @media only screen and (max-width: 720px) {
    .policy-title {
      font-size: 28px; } }

.policy-list {
  margin-top: 40px;
  counter-reset: num; }

.policy-item {
  margin-bottom: 40px;
  counter-reset: item; }
  .policy-item h3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: bold;
    margin-bottom: 15px;
    color: #fff; }
    .policy-item h3::before {
      content: counter(num);
      counter-increment: num;
      width: 34px;
      height: 34px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      background-color: #0093fd;
      color: #fff;
      -webkit-border-radius: 2px;
              border-radius: 2px;
      margin-right: 10px;
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0; }
  .policy-item p {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 22px; }
    .policy-item p::before {
      content: counter(item) ". ";
      counter-increment: item; }
  .policy-item a {
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s; }
    .policy-item a:hover {
      color: #0093fd; }

.policy-btn {
  max-width: 100%;
  width: 225px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-border-radius: 12px;
          border-radius: 12px;
  background: -webkit-gradient(linear, left bottom, left top, from(#009cff), to(#1ab7fb));
  background: -webkit-linear-gradient(bottom, #009cff, #1ab7fb);
  background: -o-linear-gradient(bottom, #009cff, #1ab7fb);
  background: linear-gradient(to top, #009cff, #1ab7fb);
  font: bold 13px "RoadRadio", sans-serif;
  text-align: center;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: inset 0 0 24px rgba(255, 255, 255, 0.84);
          box-shadow: inset 0 0 24px rgba(255, 255, 255, 0.84);
  cursor: pointer;
  position: relative;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  margin: 0 auto; }
  .policy-btn i {
    margin-right: 10px;
    margin-top: 3px; }
  .policy-btn input {
    display: none; }
  .policy-btn:hover {
    -webkit-transform: scale(1.03);
        -ms-transform: scale(1.03);
            transform: scale(1.03); }

.popup-frame {
  width: 100%;
  height: 100vh;
  padding: 20px;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: fixed;
  background: rgba(2, 7, 14, 0.92);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: auto;
  left: 0;
  top: 0;
  z-index: 80; }

.popup-default {
  display: block;
  width: 550px;
  padding: 75px;
  background-color: #fff;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  position: relative;
  margin: auto; }
  @media only screen and (max-width: 720px) {
    .popup-default {
      padding: 50px 20px; } }

.popup-default-title {
  margin-bottom: 30px; }
  .popup-default-title h3 {
    font-size: 34px;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    color: #272727; }
  .popup-default-title p {
    max-width: 75%;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    font-weight: 400;
    margin: 15px auto 0;
    color: #999; }
  @media only screen and (max-width: 720px) {
    .popup-default-title h3 {
      font-size: 24px; } }

.popup-default-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
  position: relative; }
  .popup-default-item p {
    font-weight: 400;
    position: absolute;
    font-size: 16px;
    bottom: 13px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    cursor: pointer; }
  .popup-default-item input {
    width: 100%;
    height: 50px;
    border: none;
    font-size: 16px;
    border-bottom: 1px solid #DEDEDE;
    background-color: transparent;
    text-align: center;
    cursor: pointer;
    -webkit-box-shadow: inset 0 0 0 50px #fff !important;
    /* Цвет фона */ }

.active-default-input p {
  bottom: 48px;
  font-size: 12px; }

.popup-default-sub {
  max-width: 100%;
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-border-radius: 12px;
          border-radius: 12px;
  background: -webkit-gradient(linear, left bottom, left top, from(#009cff), to(#1ab7fb));
  background: -webkit-linear-gradient(bottom, #009cff, #1ab7fb);
  background: -o-linear-gradient(bottom, #009cff, #1ab7fb);
  background: linear-gradient(to top, #009cff, #1ab7fb);
  font: bold 13px "RoadRadio", sans-serif;
  text-align: center;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: inset 0 0 24px rgba(255, 255, 255, 0.84);
          box-shadow: inset 0 0 24px rgba(255, 255, 255, 0.84);
  cursor: pointer;
  position: relative;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  margin-top: 40px; }
  .popup-default-sub i {
    margin-right: 10px;
    margin-top: 3px; }
  .popup-default-sub input {
    display: none; }
  .popup-default-sub:hover {
    -webkit-transform: scale(1.03);
        -ms-transform: scale(1.03);
            transform: scale(1.03); }
  @media only screen and (max-width: 720px) {
    .popup-default-sub {
      margin-top: 20px; } }

.popup-default-close {
  width: 15px;
  height: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer; }
  .popup-default-close::before, .popup-default-close::after {
    content: '';
    width: 20px;
    height: 1px;
    background-color: #999;
    position: absolute;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
  .popup-default-close::before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .popup-default-close::after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .popup-default-close:hover::before, .popup-default-close:hover::after {
    background-color: #0093fd; }

.popup {
  display: none;
  margin: auto;
  -webkit-border-radius: 25px;
          border-radius: 25px;
  position: relative; }

.popup-back {
  width: 875px;
  padding: 60px 70px;
  background: url("../images/bg/popup-back-bg.png") center no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media only screen and (max-width: 1250px) {
    .popup-back {
      width: 350px;
      padding: 40px 25px; } }

.popup-phone {
  pointer-events: none;
  position: absolute;
  top: 70px;
  left: 0; }
  @media only screen and (max-width: 1250px) {
    .popup-phone {
      display: none; } }

.popup-back-info {
  max-width: 345px;
  width: 100%;
  margin-left: auto; }

.popup-back-title {
  text-align: center; }
  .popup-back-title h2 {
    font-size: 30px; }
  .popup-back-title p {
    font: 400 15px/22px "Montserrat", sans-serif; }
  @media only screen and (max-width: 1250px) {
    .popup-back-title h2 {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: 27px;
      line-height: 36px;
      text-align: left; }
    .popup-back-title p {
      font-size: 14px;
      line-height: 20px; } }

.popup-back-group {
  margin-top: 40px; }
  .popup-back-group .page-input {
    width: 100%;
    height: 86px;
    margin-bottom: 13px; }
  @media only screen and (max-width: 1250px) {
    .popup-back-group {
      margin-top: 30px; }
      .popup-back-group .page-input {
        height: 80px; } }

.popup-back__sub {
  max-width: 100%;
  width: 100%;
  height: 86px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-border-radius: 12px;
          border-radius: 12px;
  background: -webkit-gradient(linear, left bottom, left top, from(#009cff), to(#1ab7fb));
  background: -webkit-linear-gradient(bottom, #009cff, #1ab7fb);
  background: -o-linear-gradient(bottom, #009cff, #1ab7fb);
  background: linear-gradient(to top, #009cff, #1ab7fb);
  font: bold 13px "RoadRadio", sans-serif;
  text-align: center;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: inset 0 0 24px rgba(255, 255, 255, 0.84);
          box-shadow: inset 0 0 24px rgba(255, 255, 255, 0.84);
  cursor: pointer;
  position: relative;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  font-size: 15px;
  -webkit-border-radius: 15px 15px 40px 15px;
          border-radius: 15px 15px 40px 15px; }
  .popup-back__sub i {
    margin-right: 10px;
    margin-top: 3px; }
  .popup-back__sub input {
    display: none; }
  .popup-back__sub:hover {
    -webkit-transform: scale(1.03);
        -ms-transform: scale(1.03);
            transform: scale(1.03); }
  @media only screen and (max-width: 1250px) {
    .popup-back__sub {
      height: 80px; } }

.popup-copy {
  margin-top: 30px;
  font: 400 10px/13px "Montserrat", sans-serif;
  color: #8ba7c6; }
  .popup-copy a {
    text-decoration: underline; }
  @media only screen and (max-width: 1250px) {
    .popup-copy {
      margin-top: 15px; } }

.popup-close {
  top: -10px;
  right: -35px;
  position: absolute;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }
  .popup-close:hover {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }
  @media only screen and (max-width: 1250px) {
    .popup-close {
      font-size: 12px;
      top: 25px;
      right: 25px; } }

.popup-thanks {
  width: 450px;
  padding: 65px 0 80px;
  background: url("../images/bg/thanks-bg.png") center no-repeat;
  -webkit-background-size: cover;
          background-size: cover; }

.in-content-close {
  top: 25px;
  right: 25px; }

.popup-thanks__photo {
  max-width: 100%; }
  .popup-thanks__photo img {
    max-width: 100%;
    display: block;
    margin: 0 auto; }

.popup-thanks__title {
  padding: 0 80px;
  text-align: center; }
  .popup-thanks__title h2 {
    font-size: 30px;
    line-height: 39px; }
  .popup-thanks__title p {
    margin-top: 20px;
    font: 400 15px/22px "Montserrat", sans-serif; }

.popup-product {
  width: 1235px;
  padding: 105px 110px;
  background: url("../images/bg/popup-product.png") center no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  -webkit-border-radius: 25px;
          border-radius: 25px; }
  @media only screen and (max-width: 1250px) {
    .popup-product {
      width: 350px;
      padding: 40px 25px; } }

.popup-product-content {
  max-width: 665px;
  margin-left: auto; }

.product-label {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 12px 22px;
  border: 1px solid #262e35;
  -webkit-border-radius: 17px;
          border-radius: 17px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font: 100 17px/26px "Montserrat", sans-serif; }

.popup-product-title {
  margin-top: 40px; }
  .popup-product-title h2 {
    font-size: 31px;
    line-height: 39px; }
  .popup-product-title p {
    margin-top: 10px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 100; }
  @media only screen and (max-width: 1250px) {
    .popup-product-title {
      margin-top: 20px;
      text-align: center; }
      .popup-product-title h2 {
        font-size: 20px;
        line-height: 27px; }
      .popup-product-title p {
        font-size: 14px;
        line-height: 20px; } }

.popup-product-group {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(-webkit-calc( (100% / 2) - 25px), 1fr));
  grid-template-columns: repeat(auto-fill, minmax(calc( (100% / 2) - 25px), 1fr));
  grid-gap: 25px 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media screen and (max-width: 1250px) {
    .popup-product-group {
      grid-template-columns: repeat(auto-fill, minmax(-webkit-calc( (100% / (2 - 1)) - 25px), 1fr));
      grid-template-columns: repeat(auto-fill, minmax(calc( (100% / (2 - 1)) - 25px), 1fr)); } }
  @media screen and (max-width: 980px) {
    .popup-product-group {
      grid-template-columns: repeat(auto-fill, minmax(-webkit-calc( 100% / 1 - 25px), 1fr));
      grid-template-columns: repeat(auto-fill, minmax(calc( 100% / 1 - 25px), 1fr)); } }
  @media screen and (max-width: 700px) {
    .popup-product-group {
      grid-template-columns: repeat(auto-fill, minmax(-webkit-calc( 100% / 1 - 25px), 1fr));
      grid-template-columns: repeat(auto-fill, minmax(calc( 100% / 1 - 25px), 1fr)); } }
  .popup-product-group img {
    max-width: 100%;
    display: block; }
  @media only screen and (max-width: 1250px) {
    .popup-product-group {
      margin-top: 20px;
      grid-gap: 14px; }
      .popup-product-group .page-input {
        height: 80px; } }

.product-sub {
  max-width: 100%;
  width: 100%;
  height: 87px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-border-radius: 12px;
          border-radius: 12px;
  background: -webkit-gradient(linear, left bottom, left top, from(#009cff), to(#1ab7fb));
  background: -webkit-linear-gradient(bottom, #009cff, #1ab7fb);
  background: -o-linear-gradient(bottom, #009cff, #1ab7fb);
  background: linear-gradient(to top, #009cff, #1ab7fb);
  font: bold 13px "RoadRadio", sans-serif;
  text-align: center;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: inset 0 0 24px rgba(255, 255, 255, 0.84);
          box-shadow: inset 0 0 24px rgba(255, 255, 255, 0.84);
  cursor: pointer;
  position: relative;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  font-size: 15px;
  -webkit-border-radius: 15px 15px 40px 15px;
          border-radius: 15px 15px 40px 15px; }
  .product-sub i {
    margin-right: 10px;
    margin-top: 3px; }
  .product-sub input {
    display: none; }
  .product-sub:hover {
    -webkit-transform: scale(1.03);
        -ms-transform: scale(1.03);
            transform: scale(1.03); }
  @media only screen and (max-width: 1250px) {
    .product-sub {
      margin-top: 10px; } }

.finish-title {
  margin-top: 0; }
  .finish-title p {
    font-size: 15px;
    line-height: 22px; }

.finish-descripter {
  margin-top: 55px;
  font-weight: 100;
  margin-bottom: 20px; }
  @media only screen and (max-width: 1250px) {
    .finish-descripter {
      margin-top: 25px;
      font-size: 13px;
      text-align: center; } }

.finish-group {
  margin-top: 0; }

.finish-phone {
  top: 135px; }

.popup-photo-mob {
  display: none; }
  @media only screen and (max-width: 1250px) {
    .popup-photo-mob {
      display: block;
      margin-right: 15px; } }

@media only screen and (max-width: 720px) {
  .popup-menu {
    margin-top: 0; } }

.popup-menu-nav {
  width: 1240px;
  padding: 35px;
  -webkit-box-shadow: inset 0 0 122px rgba(4, 146, 255, 0.38), 0 0 122px rgba(3, 7, 12, 0.82);
          box-shadow: inset 0 0 122px rgba(4, 146, 255, 0.38), 0 0 122px rgba(3, 7, 12, 0.82);
  background-color: #030b14;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .popup-menu-nav ul {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font: 400 13px/15px "Montserrat", sans-serif; }
  .popup-menu-nav a {
    position: relative;
    overflow: hidden;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s; }
    .popup-menu-nav a::after {
      content: '';
      width: 0%;
      height: 1px;
      background-color: #0172c2;
      -webkit-border-radius: inherit;
              border-radius: inherit;
      position: absolute;
      -webkit-transition: .4s;
      -o-transition: .4s;
      transition: .4s;
      -webkit-transform-origin: left;
          -ms-transform-origin: left;
              transform-origin: left;
      bottom: 0;
      right: 0;
      left: auto; }
    .popup-menu-nav a:hover::after {
      width: 100%;
      left: 0;
      right: auto; }
    .popup-menu-nav a:hover {
      color: #0172c2; }
  @media only screen and (max-width: 1250px) {
    .popup-menu-nav {
      width: 700px; }
      .popup-menu-nav ul {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(-webkit-calc( (100% / 5) - 45px), 1fr));
        grid-template-columns: repeat(auto-fill, minmax(calc( (100% / 5) - 45px), 1fr));
        grid-gap: 40px 45px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; } }
    @media only screen and (max-width: 1250px) and (max-width: 1250px) {
      .popup-menu-nav ul {
        grid-template-columns: repeat(auto-fill, minmax(-webkit-calc( (100% / (5 - 0)) - 45px), 1fr));
        grid-template-columns: repeat(auto-fill, minmax(calc( (100% / (5 - 0)) - 45px), 1fr)); } }
    @media only screen and (max-width: 1250px) and (max-width: 980px) {
      .popup-menu-nav ul {
        grid-template-columns: repeat(auto-fill, minmax(-webkit-calc( 100% / 0 - 45px), 1fr));
        grid-template-columns: repeat(auto-fill, minmax(calc( 100% / 0 - 45px), 1fr)); } }
    @media only screen and (max-width: 1250px) and (max-width: 700px) {
      .popup-menu-nav ul {
        grid-template-columns: repeat(auto-fill, minmax(-webkit-calc( 100% / 2 - 45px), 1fr));
        grid-template-columns: repeat(auto-fill, minmax(calc( 100% / 2 - 45px), 1fr)); } }
  @media only screen and (max-width: 1250px) {
        .popup-menu-nav ul img {
          max-width: 100%;
          display: block; } }
  @media only screen and (max-width: 980px) {
    .popup-menu-nav {
      width: 330px;
      padding: 45px 50px;
      margin-top: 25px; } }

.popup-menu-mob {
  display: none; }
  @media only screen and (max-width: 720px) {
    .popup-menu-mob {
      display: block; } }

.popup-menu-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px; }

.menu-close_pc {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: 0 auto 25px;
  cursor: pointer;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }
  .menu-close_pc:hover {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }
  @media only screen and (max-width: 720px) {
    .menu-close_pc {
      display: none; } }
      
      @media only screen and (max-width: 350px) {
    .page-phone {
      font-size: 13px; } 
    .eva-right {
        left: 130px;
    }
    .compare-contact__phone a {
         font-size: 13px;
    }
    .yourself-slide img {
        max-width: 280px;
    }
    .yourself-next {
        right: 45px;
    }
    .constructor-mat img {
        max-width: 240px;
    }
    .team-title b {
        font-size: 45px;
    }
    .compare-form {
        max-width: 250px;
        margin-left: 10px;
    }
    .header-wh {
        width: 112px;
    }
    
      }
