@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
:root {
  --white: #FFFFFF;
  --title: #30333A;
  --text-grey-dark: #41464F;
  --text-grey: #565C68;
  --text-grey-light: #7E8899;
  --text-grey-light-rgba: rgba(126, 136, 153, 0.3);
  --bg-grey-light: #F4F5F9;
  --input-border: #01223D;
  --bg-body: #01223D;
  --bg-footer-mail: #034170;
  --bg-mail-green-light: #61df67;
  --bg-mail-blue-light: #056da0;
  --bg-submit-blue-light: #6EBBFF;
  --bg-dark-error: #FF455C;
  --logo-green: #00ac4c;
  --logo-red: #c0202d;
  --logo-blue: rgb(19, 53, 90);
  --logo-blue-rgba: rgba(19, 53, 90, 0.3);
  --max-screen: 1920px;
  --max-w: 1180px;
  --hh: 114px;
  --hc: 40px;
  --max-single-news: 979px;
  --single-product-thumbnails: 48px;
  --single-product-slider: 33.333%;
  --button-h: 56px;
  --logo-w: 188px;
  --logo-h: 60px;
  --cart-title-quantity: 100px;
  --cart-title-total: 140px;
  --cart-title-image: 100px;
  --cart-item-height: 130px;
  --pd-60: 60px;
  --mg-120: 120px;
  --mg-100: 100px;
  --mg-80: 80px;
  --mg-60: 60px;
  --mg-48: 48px;
  --mg-36: 36px;
  --mg-24: 24px;
  --mg-12: 12px;
  --mg-8: 8px;
  --mg-6: 6px;
  --anim40: 40px;
  --anim20: 20px;
  --max-video-h: 720px;
  --max-video-v: 400px;
}

@media only screen and (max-width: 1600px) {
  :root {
    --mg-120: 100px;
    --mg-100: 90px;
  }
}
@media only screen and (max-width: 1440px) {
  :root {
    --pd-60: 48px;
    --mg-120: 90px;
    --mg-100: 80px;
    --mg-80: 70px;
  }
}
@media only screen and (max-width: 1180px), screen and (max-height: 700px) {
  :root {
    --pd-60: 36px;
    --mg-120: 80px;
    --mg-100: 70px;
    --hh: 96px;
    --hc: 32px;
  }
}
@media only screen and (max-width: 979px) {
  :root {
    --mg-120: 70px;
    --mg-100: 60px;
    --mg-80: 50px;
    --hh: 80px;
    --image-logo: 40px;
    --image-logo-mr: 20px;
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --hh: 60px;
    --logo-w: 157px;
    --logo-h: 50px;
    --pd-60: 24px;
    --mg-120: 60px;
    --mg-100: 50px;
    --mg-80: 40px;
    --mg-60: 48px;
  }
}
@media only screen and (max-width: 479px) {
  :root {
    --pd-60: 12px;
  }
}
@media only screen and (max-width: 375px) {
  :root {
    --pd-60: 12px;
  }
}
html, body, div, span, applet, object, iframe, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font,
ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td {
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  vertical-align: baseline;
}

div, span, nav, ul, li, img, header, footer, section, article, a, h1, h2, h3, h4, input, textarea, button {
  width: auto;
  height: auto;
  box-sizing: border-box;
  position: relative;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

body {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Rubik";
  background-color: var(--bg-body);
}

.body-overflow {
  overflow: hidden;
}

.c-white {
  color: var(--white);
}

.c-title {
  color: var(--title);
}

.c-grey {
  color: var(--text-grey);
}

.c-logo-blue {
  color: var(--logo-blue);
}

.mb-60 {
  margin-bottom: var(--mg-60);
}

.mb-48 {
  margin-bottom: var(--mg-48);
}

.mb-36 {
  margin-bottom: var(--mg-36);
}

.mb-24 {
  margin-bottom: var(--mg-24);
}

.mb-12 {
  margin-bottom: var(--mg-12);
}

.mb-6 {
  margin-bottom: var(--mg-6);
}

.mt-hh {
  margin-top: var(--hh);
}

.mt-60 {
  margin-top: var(--mg-60);
}

.mt-48 {
  margin-top: var(--mg-48);
}

.mt-36 {
  margin-top: var(--mg-36);
}

.mt-24 {
  margin-top: var(--mg-24);
}

.mt-12 {
  margin-top: var(--mg-12);
}

.mt-6 {
  margin-bottom: var(--mg-6);
}

/*****************************************************************************/
/*                                Fonts                                      */
/*****************************************************************************/
.light {
  font-weight: 300;
}

.regular {
  font-weight: 400;
}

.strong {
  font-weight: 500;
}

.italic {
  font-style: italic;
}

.uppercase {
  text-transform: uppercase;
}

.centre {
  text-align: center;
}

h1.title {
  font-family: "Rubik";
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 120%;
}
@media screen and (max-width: 1600px), screen and (max-height: 760px) {
  h1.title {
    font-size: 46px;
  }
}
@media screen and (max-width: 1440px), screen and (max-height: 700px) {
  h1.title {
    font-size: 44px;
  }
}
@media screen and (max-width: 1180px) {
  h1.title {
    font-size: 42px;
  }
}
@media screen and (max-width: 767px) {
  h1.title {
    font-size: 40px;
  }
}
@media screen and (max-width: 479px) {
  h1.title {
    font-size: 38px;
  }
}

h1.title-scene {
  font-family: "Rubik";
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 120%;
  color: var(--white);
  margin: 0;
}
@media screen and (max-width: 1600px), screen and (max-height: 760px) {
  h1.title-scene {
    font-size: 46px;
  }
}
@media screen and (max-width: 1440px), screen and (max-height: 700px) {
  h1.title-scene {
    font-size: 44px;
  }
}
@media screen and (max-width: 1180px) {
  h1.title-scene {
    font-size: 42px;
  }
}
@media screen and (max-width: 767px) {
  h1.title-scene {
    font-size: 40px;
  }
}
@media screen and (max-width: 479px) {
  h1.title-scene {
    font-size: 38px;
  }
}

h2 {
  font-family: "Rubik";
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 120%;
}
@media screen and (max-width: 979px) {
  h2 {
    font-size: 26px;
  }
}
@media screen and (max-width: 479px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  font-family: "Rubik";
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 130%;
}

article {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  article {
    padding-left: var(--mg-12);
    padding-right: var(--mg-12);
  }
}
article h2, article h3, article h4 {
  color: var(--title);
  margin-bottom: var(--mg-12);
  margin-top: var(--mg-12);
}
article p {
  font-family: "Rubik";
  font-size: 17px;
  font-weight: 300;
  line-height: 150%;
  margin-bottom: var(--mg-12);
  margin-top: var(--mg-12);
  color: var(--text-grey-dark);
}
@media screen and (max-width: 767px) {
  article p {
    margin-bottom: var(--mg-6);
    margin-top: var(--mg-6);
  }
}
article p strong {
  font-weight: 500;
}
article p em, article p i {
  font-style: italic;
}
article p span.green {
  color: var(--green);
}
article p img {
  max-width: 100%;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: var(--mg-6);
  margin-top: var(--mg-6);
}
article a {
  font-weight: 500;
  color: var(--title);
  text-decoration: underline;
}
article strong {
  font-weight: 500;
}
article picture {
  width: 100%;
  height: auto;
}
article picture img {
  width: 100%;
  object-fit: contain;
}
article span.date {
  width: 100%;
  font-size: 16px;
  font-weight: 300;
  text-align: right;
  color: var(--text-grey-light);
}
article ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  font-family: "Rubik";
  font-size: 16px;
  color: var(--text-grey-dark);
  font-weight: 300;
  line-height: 150%;
}
article ul li {
  display: inline;
  color: var(--text-grey-dark);
  padding: 0px 0px 0px 20px;
  margin-bottom: 12px;
}
article ul li::before {
  content: "•";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 10px;
  height: 18px;
  display: block;
}
article ul li:last-child {
  margin-bottom: 0px;
}
article ul.burger-menu li {
  display: flex;
  flex-direction: row;
  padding: 0;
}
article ul.burger-menu li::before {
  display: none;
}

.social-networks {
  display: flex;
  margin-top: var(--mg-24);
}
.social-networks a {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  appearance: none;
  margin-right: var(--mg-12);
}
.social-networks a svg {
  width: 38px;
  height: 38px;
  display: block;
}
.social-networks a svg .social-networks-fill {
  fill: none;
  stroke: var(--title);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5px;
  transition: 0.5s;
}
.social-networks a:hover svg .social-networks-fill {
  stroke: var(--text-light);
  transition: 0.5s;
}
.social-networks a:last-child {
  margin-right: 0;
}

input,
textarea,
button {
  display: flex;
  font-family: "Rubik";
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
  background: transparent;
  border: none;
  appearance: none;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
}

input[type=tel],
input[type=email],
input[type=text] {
  width: 100%;
  height: var(--button-h);
  display: block;
  color: var(--text-grey);
  border: 2px solid var(--input-border);
  background-color: var(--white);
  padding: 17px var(--mg-24) 15px var(--mg-24);
}

input[type=radio] {
  width: 11px;
  height: 11px;
  display: inline-block;
}

textarea {
  width: 100%;
  color: var(--text-grey);
  border: 2px solid var(--input-border);
  background-color: var(--white);
  padding: 17px var(--mg-24) 15px var(--mg-24);
  resize: none;
}

textarea,
input[type=text] {
  transition: 0.5s;
  outline: 2px solid transparent;
}

textarea:focus,
textarea:hover,
input[type=text]:focus,
input[type=text]:hover {
  outline: 2px solid var(--title);
}

a.button {
  width: 100%;
  height: 56px;
  display: flex;
  text-decoration: none;
  background: transparent;
  border: none;
  appearance: none;
  overflow: hidden;
  cursor: pointer;
}
a.button .button-block {
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Rubik";
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  color: var(--white);
  background-color: var(--bg-submit-blue-light);
  padding: 2px var(--mg-36) 0 var(--mg-36);
  transition: 0.5s;
}
a.button::before {
  content: "";
  left: 0;
  bottom: 0px;
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: var(--logo-green);
  transform: translateX(-20px);
  transition: 0.5s;
}
a.button::after {
  content: "";
  right: 0;
  bottom: 0px;
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: var(--logo-red);
  transform: translateX(calc( 100% - 16px ));
  transition: 0.5s;
}
a.button:hover::before {
  transform: translateX(calc( 16px - 100% ));
}
a.button:hover::after {
  transform: translateX(20px);
}
a.button:hover .button-block {
  background-color: var(--input-border);
}

header {
  top: 0px;
  left: 0%;
  width: 100%;
  height: var(--hh);
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: var(--white);
  box-shadow: 0px -4px 10px var(--logo-blue);
  transition: 0.5s;
  z-index: 50;
}
header .header__contacts {
  width: 100%;
  height: var(--hc);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--bg-grey-light);
  padding: 0px var(--pd-60) 0px var(--pd-60);
}
@media screen and (max-width: 1180px) {
  header .header__contacts {
    display: none;
  }
}
header .header__contacts nav {
  width: 100%;
  max-width: var(--max-w);
  height: var(--hc);
  display: flex;
  justify-content: center;
  align-items: center;
}
header .header__contacts nav ul {
  display: flex;
  justify-content: center;
  margin: 0;
}
header .header__contacts nav ul li {
  display: flex;
  align-items: center;
  margin-right: var(--mg-24);
  margin-left: var(--mg-24);
  font-family: "Rubik";
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.16px;
}
header .header__contacts nav ul li svg {
  width: 24px;
  height: 24px;
  display: block;
  margin-right: var(--mg-12);
}
header .header__contacts nav ul li svg .icon {
  fill: var(--text-grey-light);
}
header .header__contacts nav ul li span {
  font-weight: 300;
  color: var(--text-grey-light);
  margin-right: var(--mg-6);
}
header .header__contacts nav ul li a {
  text-decoration: none;
  font-weight: 500;
  color: var(--text-grey);
  transition: 0.5s;
}
header .header__contacts nav ul li a:hover {
  color: var(--text-grey-light);
}
header .header__navigation {
  width: 100%;
  height: calc( var(--hh) - var(--hc) );
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px var(--pd-60) 0px var(--pd-60);
}
@media screen and (max-width: 1180px) {
  header .header__navigation {
    height: var(--hh);
  }
}
header .header__navigation .navigation {
  width: 100%;
  max-width: var(--max-w);
  height: calc( var(--hh) - var(--hc) );
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: transparent;
  transition: 0.5s;
}
@media screen and (max-width: 1180px) {
  header .header__navigation .navigation {
    height: var(--hh);
  }
}
header .header__navigation .navigation nav {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1180px) {
  header .header__navigation .navigation nav ul {
    display: none;
  }
}

.logo {
  width: var(--logo-w);
  height: var(--logo-h);
  display: flex;
  align-items: center;
}
.logo svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.logo svg .path-blue {
  fill: var(--logo-blue);
}
.logo svg .path-green {
  fill: var(--logo-green);
}
.logo svg .path-red {
  fill: var(--logo-red);
}

ul.categories,
ul.menu,
ul.burger-menu,
ul.footer-menu,
ul.language-chooser {
  width: auto;
  display: flex;
  list-style: none;
}
ul.categories li,
ul.menu li,
ul.burger-menu li,
ul.footer-menu li,
ul.language-chooser li {
  width: auto;
  display: flex;
  font-family: "Rubik";
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  color: var(--logo-blue);
  margin: 0px 15px 0px 15px;
}
@media (max-width: 1180px) {
  ul.categories li,
ul.menu li,
ul.burger-menu li,
ul.footer-menu li,
ul.language-chooser li {
    margin: 0px 10px 0px 10px;
  }
}
ul.categories li .li-item-style,
ul.categories li a,
ul.menu li .li-item-style,
ul.menu li a,
ul.burger-menu li .li-item-style,
ul.burger-menu li a,
ul.footer-menu li .li-item-style,
ul.footer-menu li a,
ul.language-chooser li .li-item-style,
ul.language-chooser li a {
  display: flex;
  align-items: center;
  min-height: 20px;
  color: var(--logo-blue);
  padding-top: var(--mg-6);
  padding-bottom: var(--mg-6);
  overflow: hidden;
}
ul.categories li .li-item-style::before,
ul.categories li a::before,
ul.menu li .li-item-style::before,
ul.menu li a::before,
ul.burger-menu li .li-item-style::before,
ul.burger-menu li a::before,
ul.footer-menu li .li-item-style::before,
ul.footer-menu li a::before,
ul.language-chooser li .li-item-style::before,
ul.language-chooser li a::before {
  content: "";
  left: 0;
  bottom: 0px;
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: var(--logo-red);
  transform: translateX(-16px);
  transition: opacity 0.2s, transform 0.5s;
  opacity: 0;
}
ul.categories li .li-item-style::after,
ul.categories li a::after,
ul.menu li .li-item-style::after,
ul.menu li a::after,
ul.burger-menu li .li-item-style::after,
ul.burger-menu li a::after,
ul.footer-menu li .li-item-style::after,
ul.footer-menu li a::after,
ul.language-chooser li .li-item-style::after,
ul.language-chooser li a::after {
  content: "";
  right: 0;
  bottom: 0px;
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: var(--logo-green);
  transform: translateX(calc( 100% - 12px ));
  transition: opacity 0.2s, transform 0.5s;
  opacity: 0;
}
ul.categories li.active a,
ul.menu li.active a,
ul.burger-menu li.active a,
ul.footer-menu li.active a,
ul.language-chooser li.active a {
  color: var(--text-light);
}
ul.categories li.active a::before,
ul.categories li.current-menu-item a::before,
ul.categories li .li-item-style:hover::before,
ul.categories li a:hover::before,
ul.menu li.active a::before,
ul.menu li.current-menu-item a::before,
ul.menu li .li-item-style:hover::before,
ul.menu li a:hover::before,
ul.burger-menu li.active a::before,
ul.burger-menu li.current-menu-item a::before,
ul.burger-menu li .li-item-style:hover::before,
ul.burger-menu li a:hover::before,
ul.footer-menu li.active a::before,
ul.footer-menu li.current-menu-item a::before,
ul.footer-menu li .li-item-style:hover::before,
ul.footer-menu li a:hover::before,
ul.language-chooser li.active a::before,
ul.language-chooser li.current-menu-item a::before,
ul.language-chooser li .li-item-style:hover::before,
ul.language-chooser li a:hover::before {
  opacity: 1;
  transform: translateX(calc( 12px - 100% ));
}
ul.categories li.active a::after,
ul.categories li.current-menu-item a::after,
ul.categories li .li-item-style:hover::after,
ul.categories li a:hover::after,
ul.menu li.active a::after,
ul.menu li.current-menu-item a::after,
ul.menu li .li-item-style:hover::after,
ul.menu li a:hover::after,
ul.burger-menu li.active a::after,
ul.burger-menu li.current-menu-item a::after,
ul.burger-menu li .li-item-style:hover::after,
ul.burger-menu li a:hover::after,
ul.footer-menu li.active a::after,
ul.footer-menu li.current-menu-item a::after,
ul.footer-menu li .li-item-style:hover::after,
ul.footer-menu li a:hover::after,
ul.language-chooser li.active a::after,
ul.language-chooser li.current-menu-item a::after,
ul.language-chooser li .li-item-style:hover::after,
ul.language-chooser li a:hover::after {
  opacity: 1;
  transform: translateX(16px);
}
ul.categories li:first-child,
ul.menu li:first-child,
ul.burger-menu li:first-child,
ul.footer-menu li:first-child,
ul.language-chooser li:first-child {
  margin-left: 0px;
}
ul.categories li:last-child,
ul.menu li:last-child,
ul.burger-menu li:last-child,
ul.footer-menu li:last-child,
ul.language-chooser li:last-child {
  margin-right: 0px;
}

ul.menu {
  margin-top: 2px;
}

button.header__burger .burger {
  position: relative;
  width: 38px;
  height: 22px;
  display: block;
  overflow: hidden;
}
button.header__burger .burger .burger__line {
  left: 0px;
  position: absolute;
  width: 38px;
  display: block;
  background-color: var(--logo-blue);
  transition: 0.5s;
}
button.header__burger .burger .line--top {
  top: 0px;
  height: 5px;
}
button.header__burger .burger .line--middle-left {
  top: 10px;
  height: 5px;
  background-color: var(--logo-green);
  transition: 0.5s;
  transform: translateX(-14px);
}
button.header__burger .burger .line--middle-right {
  top: 10px;
  height: 5px;
  background-color: var(--logo-red);
  transition: 0.5s;
  transform: translateX(29px);
}
button.header__burger .burger .line--bottom {
  top: 20px;
  height: 2px;
}

button.header__close .burger {
  position: relative;
  width: 32px;
  height: 20px;
  display: block;
}
button.header__close .burger .burger__line {
  left: 2px;
  position: absolute;
  width: 28px;
  display: block;
  background-color: var(--logo-blue);
  transition: 0.5s;
}
button.header__close .burger .line--top {
  top: 8px;
  height: 4px;
  border-radius: 1px 1px 1px 1px;
  transform-origin: 50% 50%;
  transform: rotateZ(45deg);
}
button.header__close .burger .line--bottom {
  top: 8px;
  height: 4px;
  border-radius: 1px 1px 1px 1px;
  transform-origin: 50% 50%;
  transform: rotateZ(-45deg);
}
button.header__close:hover .burger .burger__line {
  transition: 0.5s;
  background-color: var(--logo-green);
}

button.header__close,
button.header__burger {
  width: 48px;
  height: 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  background-color: transparent;
  border: none;
  padding: 0px;
  margin-left: var(--mg-36);
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  button.header__close,
button.header__burger {
    margin-left: var(--mg-24);
  }
}

.menu-wrap {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  display: none;
  background: var(--logo-blue);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 9999;
}
.menu-wrap header {
  position: relative;
  box-shadow: none;
  z-index: 2;
}
.menu-wrap header .header-wrap {
  justify-content: space-between;
}
.menu-wrap header .header-wrap .header__logo {
  display: block;
  opacity: 1;
}

.mobile-menu {
  width: 100%;
  height: auto;
  min-height: calc( 100vh - var(--hh) );
  min-height: calc( 100dvh - var(--hh) );
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px var(--pd-60) 0px var(--pd-60);
  z-index: 2;
}
.mobile-menu .header__menu {
  width: 100%;
  max-width: var(--max-w);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media only screen and (max-width: 1180px) {
  .mobile-menu .header__menu {
    display: flex;
  }
}
.mobile-menu .mobile-menu__burger-menu {
  width: 100%;
  max-width: var(--max-w);
  display: flex;
  flex-direction: column;
  padding-top: var(--mg-100);
  padding-left: var(--mg-48);
}
.mobile-menu .mobile-menu__burger-menu ul {
  display: flex;
  flex-direction: column;
}
.mobile-menu .mobile-menu__burger-menu ul li {
  font-size: 20px;
  font-weight: 400;
  color: var(--white);
  margin: 0;
  transition: 0.5s;
}
.mobile-menu .mobile-menu__burger-menu ul li a {
  font-size: 20px;
  font-weight: 400;
  color: var(--white);
}
.mobile-menu .mobile-menu__burger-menu ul li:hover a {
  color: var(--bg-submit-blue-light);
}
.mobile-menu .mobile-menu__burger-menu .social-networks a {
  justify-content: flex-start;
}

.section-wrap {
  width: 100%;
  max-width: var(--max-screen);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px var(--pd-60) 0px var(--pd-60);
  overflow: hidden;
}
.section-wrap .section {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.section-main-page-wrap {
  width: 100%;
  max-width: var(--max-screen);
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px var(--pd-60) 0px var(--pd-60);
  overflow: hidden;
  background-color: var(--logo-blue);
  z-index: 50;
}
.section-main-page-wrap .section-main-page {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.section-main-page-slide-wrap {
  height: 100vh;
  height: 100dvh;
  background-color: var(--logo-blue);
}
.section-main-page-slide-wrap .section-main-page-slide {
  height: calc( 100vh - var(--hh) );
  height: calc( 100dvh - var(--hh) );
  max-width: var(--max-w);
  margin-top: var(--hh);
}

h1.title-scene {
  display: flex;
  text-align: center;
  margin-bottom: 4%;
}
@media only screen and (max-width: 979px) {
  h1.title-scene {
    margin-bottom: 8%;
  }
}

.advantages {
  display: flex;
  justify-content: center;
  margin-bottom: 2%;
}
@media only screen and (max-width: 979px) {
  .advantages {
    margin-bottom: 4%;
  }
}
.advantages .advantages__block {
  width: 240px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0px var(--pd-60) 0px var(--pd-60);
}
.advantages .advantages__block .block__image {
  position: relative;
  width: 100%;
  height: 54px;
  display: block;
  margin-bottom: 14px;
}
.advantages .advantages__block .block__image svg {
  width: 100%;
  height: 100%;
  display: block;
}
.advantages .advantages__block .block__image .plus {
  top: 14px;
  right: -28px;
  position: absolute;
  width: 26px;
  height: 26px;
  display: block;
}
.advantages .advantages__block .block__image .plus svg {
  width: 100%;
  height: 100%;
  display: block;
}
.advantages .advantages__block .block__line {
  position: relative;
  width: 100%;
  height: 4px;
  display: block;
  margin-bottom: 14px;
  overflow: hidden;
}
.advantages .advantages__block .block__line::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: var(--logo-green);
  transform: translateX(-22px);
}
.advantages .advantages__block .block__line::after {
  content: "";
  right: 0;
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: var(--logo-red);
  transform: translateX(calc( 100% - 16px ));
}
.advantages .advantages__block .block__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Rubik";
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 100%;
  color: var(--white);
  text-align: center;
}
.advantages .advantages__block .block__title span {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.1px;
  line-height: 115%;
  margin-top: 8px;
}

.products-wrap {
  width: 100%;
  max-width: var(--max-screen);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px var(--pd-60) 0px var(--pd-60);
  background-color: var(--white);
  z-index: 5;
}
@media only screen and (max-width: 767px) {
  .products-wrap {
    padding: 0px var(--mg-24) 0px var(--mg-24);
  }
}
.products-wrap .products {
  position: relative;
  width: 100%;
  max-width: var(--max-w);
  display: flex;
  flex-direction: column;
  padding-top: var(--mg-100);
  padding-bottom: var(--mg-100);
}

.news-wrap {
  width: 100%;
  max-width: var(--max-screen);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px var(--pd-60) 0px var(--pd-60);
  background-color: var(--bg-grey-light);
  z-index: 6;
}
@media only screen and (max-width: 767px) {
  .news-wrap {
    padding: 0px var(--mg-24) 0px var(--mg-24);
  }
}
.news-wrap .news {
  position: relative;
  width: 100%;
  max-width: var(--max-w);
  display: flex;
  flex-direction: column;
  padding-top: var(--mg-100);
  padding-bottom: var(--mg-100);
}
.news-wrap .title-wrap .sub-title {
  margin-left: 0;
}
.news-wrap .decor-news-el .stroke-2px-grey {
  fill: none;
  stroke: var(--bg-grey-light);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
}
.news-wrap .decor-news-el .fill-blue {
  fill: var(--bg-mail-blue-light);
}
.news-wrap .decor-news-el-1 {
  top: 0;
  right: 0;
  position: absolute;
  width: 62px;
  height: 40px;
  display: block;
  transform: translateY(-40px);
}
.news-wrap .decor-news-el-2 {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 226px;
  height: 56px;
  display: block;
  transform: translateY(56px);
}
.news-wrap .news__preview {
  width: 100%;
  max-width: var(--max-grid);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.news-wrap .news__preview .news-card {
  width: 33.333%;
  width: calc( 33.333% - var(--mg-24) - var(--mg-24) );
  height: auto;
  max-height: 480px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin: var(--mg-24);
  box-shadow: 0px 0px 10px var(--bg-grey-light);
  transition: 0.5s;
}
@media only screen and (max-width: 1180px) {
  .news-wrap .news__preview .news-card {
    width: 50%;
    width: calc( 50% - var(--mg-24) - var(--mg-24) );
  }
}
@media only screen and (max-width: 767px) {
  .news-wrap .news__preview .news-card {
    width: 100%;
    margin: var(--mg-12) 0px var(--mg-12) 0px;
  }
}
.news-wrap .news__preview .news-card .news-card__image {
  flex: 1;
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  overflow: hidden;
}
.news-wrap .news__preview .news-card .news-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-wrap .news__preview .news-card .news-card__text {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: var(--white);
  padding: var(--mg-24);
}
.news-wrap .news__preview .news-card .news-card__text .text__title {
  font-size: 21px;
  line-height: 130%;
  color: var(--logo-blue);
  transition: 0.5s;
}
.news-wrap .news__preview .news-card .news-card__text .text__description {
  width: 100%;
  height: auto;
  max-height: 80px;
  color: var(--text-grey);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: var(--mg-24);
  transition: 0.5s;
}
.news-wrap .news__preview .news-card .news-card__text .text__description p {
  line-height: 150%;
  margin: 0;
}
.news-wrap .news__preview .news-card:hover {
  box-shadow: 0px 0px 10px var(--logo-blue-rgba);
}
.news-wrap .news__preview .news-card:hover .news-card__text .text__title {
  color: var(--bg-mail-blue-light);
}
.news-wrap .news__preview .news-card:hover .news-card__text .text__description {
  color: var(--text-grey-light);
}
@media only screen and (min-width: 1181px) {
  .news-wrap .news__preview .news-card:nth-child(10n+1),
.news-wrap .news__preview .news-card:nth-child(10n-3) {
    width: 66.66%;
    width: calc( 66.66% - var(--mg-24) - var(--mg-24) );
    flex-direction: row;
  }
  .news-wrap .news__preview .news-card:nth-child(10n+1) .news-card__image,
.news-wrap .news__preview .news-card:nth-child(10n-3) .news-card__image {
    width: 60%;
  }
  .news-wrap .news__preview .news-card:nth-child(10n+1) .news-card__text,
.news-wrap .news__preview .news-card:nth-child(10n-3) .news-card__text {
    width: 40%;
    padding: var(--mg-36) var(--mg-24) var(--mg-24) var(--mg-24);
  }
}

.title-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.title-wrap span.sub-title {
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
  color: var(--bg-submit-blue-light);
  margin-left: 10%;
}
@media only screen and (max-width: 979px) {
  .title-wrap span.sub-title {
    margin-left: 4%;
  }
}
@media only screen and (max-width: 767px) {
  .title-wrap span.sub-title {
    margin-left: var(--mg-12);
  }
}
.title-wrap h1.title span {
  position: relative;
}
.title-wrap h1.title span::before {
  content: "";
  left: 0;
  bottom: 0px;
  position: absolute;
  width: calc( 100% - 20px );
  height: 3px;
  background-color: var(--logo-green);
}
.title-wrap h1.title span::after {
  content: "";
  right: 0;
  bottom: 0px;
  position: absolute;
  width: 16px;
  height: 3px;
  background-color: var(--logo-red);
}

.products-block {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .products-block {
    justify-content: center;
  }
}
.products-block a.card {
  width: calc( 30% );
  max-width: 360px;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  margin-left: 10%;
  margin-right: 10%;
}
@media only screen and (max-width: 979px) {
  .products-block a.card {
    width: calc( 42% );
    margin-left: 4%;
    margin-right: 4%;
  }
}
@media only screen and (max-width: 767px) {
  .products-block a.card {
    width: calc( 100% - var(--mg-24) );
    margin-left: var(--mg-12);
    margin-right: var(--mg-12);
  }
}
.products-block a.card picture.card__image {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.products-block a.card picture.card__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.products-block a.card h3.card__title {
  position: relative;
}
.products-block a.card h3.card__title .card__decor {
  top: -98px;
  left: -32px;
  position: absolute;
  width: 24px;
  height: 118px;
  display: block;
}
.products-block a.card span {
  font-size: 16px;
  font-weight: 300;
  line-height: 130%;
}

.partners-wrap {
  width: 100%;
  max-width: var(--max-screen);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px var(--pd-60) 0px var(--pd-60);
  background-color: var(--white);
  z-index: 5;
}
@media only screen and (max-width: 767px) {
  .partners-wrap {
    padding: 0px var(--mg-24) 0px var(--mg-24);
  }
}
.partners-wrap .partners {
  position: relative;
  width: 100%;
  max-width: var(--max-w);
  display: flex;
  flex-direction: column;
  padding-top: var(--mg-100);
  padding-bottom: var(--mg-100);
}
@media screen and (max-width: 767px) {
  .partners-wrap .partners {
    padding-bottom: 80px;
  }
}

.partners__single-partner {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .partners__single-partner {
    justify-content: center;
  }
}
.partners__single-partner .single-partner {
  text-decoration: none;
  margin-right: 15px;
  margin-bottom: 10px;
  filter: grayscale(0.6);
  opacity: 0.5;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .partners__single-partner .single-partner {
    margin-right: 0px;
    margin-bottom: 0px;
  }
}
.partners__single-partner .single-partner img {
  width: 200px;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .partners__single-partner .single-partner img {
    width: 120px;
  }
}
.partners__single-partner .single-partner:hover {
  filter: grayscale(0);
  opacity: 1;
}

.contacts-wrap {
  width: 100%;
  max-width: var(--max-screen);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px var(--pd-60) 0px var(--pd-60);
  background-color: var(--white);
  z-index: 5;
}
.contacts-wrap .contacts {
  position: relative;
  width: 100%;
  max-width: var(--max-w);
  display: flex;
  flex-direction: column;
  padding-top: var(--mg-100);
  padding-bottom: var(--mg-24);
}

.contacts-map {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: calc( var(--m100)/2 );
}
.contacts-map .map {
  width: 100%;
  height: 540px;
  display: block;
  z-index: 20;
}

.contact-colums {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact-colums .colum {
  width: calc( 50% - var(--mg-24) );
  display: flex;
  flex-direction: column;
}
.contact-colums .colum .info-block {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.contact-colums .colum .info-block .info-block__title {
  color: var(--logo-blue);
}
.contact-colums .colum .info-block .info-block__value {
  color: var(--text-grey);
}
.contact-colums .colum .info-block .tt-tel__number,
.contact-colums .colum .info-block .tt-ruc__number {
  font-weight: 400;
}
.contact-colums .colum .info-block .tt-address__location {
  font-size: 14px;
}

.single-news-wrap {
  width: 100%;
  max-width: var(--max-screen);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px var(--pd-60) 0px var(--pd-60);
  background-color: var(--white);
  z-index: 6;
}
@media only screen and (max-width: 767px) {
  .single-news-wrap {
    padding: 0px var(--mg-24) 0px var(--mg-24);
  }
}
.single-news-wrap .single-news {
  position: relative;
  width: 100%;
  max-width: var(--max-single-news);
  display: flex;
  flex-direction: column;
  padding-top: var(--mg-100);
  padding-bottom: var(--mg-100);
}

.contact-mail-footer-wrap {
  width: 100%;
  max-width: var(--max-screen);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px var(--pd-60) 0px var(--pd-60);
  background-color: var(--bg-footer-mail);
  z-index: 10;
}
.contact-mail-footer-wrap .contact-mail-footer {
  position: relative;
  width: 100%;
  max-width: var(--max-w);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  padding-top: var(--mg-100);
  padding-bottom: var(--mg-100);
}
.contact-mail-footer-wrap .contact-mail-footer span.sub-title {
  width: 100%;
  font-family: "Rubik";
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
  color: var(--bg-submit-blue-light);
}
.contact-mail-footer-wrap .contact-mail-footer h1.title {
  width: 100%;
}
.contact-mail-footer-wrap .contact-mail-footer h1.title span {
  position: relative;
}
.contact-mail-footer-wrap .contact-mail-footer h1.title span::before {
  content: "";
  left: 0;
  bottom: 0px;
  position: absolute;
  width: calc( 100% - 20px );
  height: 3px;
  background-color: var(--logo-green);
  background-color: var(--bg-mail-green-light);
}
.contact-mail-footer-wrap .contact-mail-footer h1.title span::after {
  content: "";
  right: 0;
  bottom: 0px;
  position: absolute;
  width: 16px;
  height: 3px;
  background-color: var(--logo-red);
  background-color: var(--bg-dark-error);
}
.contact-mail-footer-wrap .contact-mail-footer .contact-form {
  position: relative;
  width: 66.666%;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 979px) {
  .contact-mail-footer-wrap .contact-mail-footer .contact-form {
    width: 100%;
    max-width: 420px;
  }
}
.contact-mail-footer-wrap .contact-mail-footer .contact-form .decor-mail-el-3 {
  top: 16px;
  left: 0;
  position: absolute;
  width: 79px;
  height: 182px;
  display: block;
  transform: translateX(-78px);
}
@media only screen and (max-width: 979px) {
  .contact-mail-footer-wrap .contact-mail-footer .contact-form .decor-mail-el-3 {
    display: none;
  }
}
.contact-mail-footer-wrap .contact-mail-footer .contact-form .mandatory-fields {
  font-family: "Rubik";
  font-size: 14px;
  font-weight: 300;
  line-height: 120%;
  color: var(--bg-submit-blue-light);
}
.contact-mail-footer-wrap .contact-mail-footer .contact-info {
  width: 33.333%;
  display: flex;
  flex-direction: column;
  padding-left: var(--mg-48);
}
@media only screen and (max-width: 979px) {
  .contact-mail-footer-wrap .contact-mail-footer .contact-info {
    width: 100%;
    max-width: 420px;
    align-items: center;
    margin-top: var(--mg-48);
    padding-left: 0;
  }
}
.contact-mail-footer-wrap .contact-mail-footer .contact-info .contact-info__title {
  font-family: "Rubik";
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
  color: var(--bg-submit-blue-light);
}
@media only screen and (max-width: 979px) {
  .contact-mail-footer-wrap .contact-mail-footer .contact-info .contact-info__title {
    text-align: center;
  }
}
.contact-mail-footer-wrap .contact-mail-footer .contact-info .contact-info__mail {
  font-family: "Rubik";
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  color: var(--white);
}
@media only screen and (max-width: 979px) {
  .contact-mail-footer-wrap .contact-mail-footer .contact-info .contact-info__mail {
    text-align: center;
  }
}
.contact-mail-footer-wrap .contact-mail-footer .contact-info .contact-info__description {
  font-family: "Rubik";
  font-size: 16px;
  font-weight: 300;
  line-height: 130%;
  color: var(--bg-submit-blue-light);
}
@media only screen and (max-width: 979px) {
  .contact-mail-footer-wrap .contact-mail-footer .contact-info .contact-info__description {
    text-align: center;
  }
}
.contact-mail-footer-wrap .contact-mail-footer .decor-mail-el .stroke-2px-blue {
  fill: none;
  stroke: var(--bg-mail-blue-light);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
}
.contact-mail-footer-wrap .contact-mail-footer .decor-mail-el .stroke-4px-blue {
  fill: none;
  stroke: var(--bg-mail-blue-light);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 4px;
}
.contact-mail-footer-wrap .contact-mail-footer .decor-mail-el .fill-green {
  fill: var(--bg-mail-green-light);
}
.contact-mail-footer-wrap .contact-mail-footer .decor-mail-el-1 {
  top: 0;
  left: 0;
  position: absolute;
  width: 62px;
  height: 54px;
  display: block;
  transform: translateY(-27px);
}
.contact-mail-footer-wrap .contact-mail-footer .decor-mail-el-2 {
  top: 0;
  right: 0;
  position: absolute;
  width: 226px;
  height: 56px;
  display: block;
  transform: translateY(-56px);
}

.screen-reader-response {
  display: none;
}

.wpcf7 {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.wpcf7 .wpcf7-form {
  position: relative;
  width: 100%;
  height: 216px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin: 0;
  margin-bottom: var(--mg-24);
}
@media only screen and (max-width: 979px) {
  .wpcf7 .wpcf7-form {
    height: auto;
  }
}
.wpcf7 .wpcf7-form .input-wrap {
  width: calc( 50% - var(--mg-12) );
  height: auto;
  display: flex;
  margin-right: var(--mg-12);
  margin-bottom: var(--mg-24);
}
@media only screen and (max-width: 979px) {
  .wpcf7 .wpcf7-form .input-wrap {
    width: 100%;
    margin-right: 0;
  }
}
.wpcf7 .wpcf7-form .input-wrap p {
  width: 100%;
  height: auto;
  display: flex;
  margin: 0;
}
.wpcf7 .wpcf7-form .input-wrap p span.wpcf7-form-control-wrap {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
}
.wpcf7 .wpcf7-form .input-wrap p span.wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
  top: calc( var(--button-h) + 4px);
  left: 0;
  position: absolute;
  display: block;
  font-size: 14px;
  font-weight: 300;
  line-height: 100%;
  color: var(--bg-dark-error);
}
.wpcf7 .wpcf7-form .input-wrap p span.wpcf7-form-control-wrap[data-name=textarea] {
  height: 136px;
}
.wpcf7 .wpcf7-form .input-text-wrap {
  margin-left: var(--mg-12);
  margin-right: 0;
}
@media only screen and (max-width: 979px) {
  .wpcf7 .wpcf7-form .input-text-wrap {
    margin-left: 0;
  }
}
.wpcf7 .wpcf7-form .input-tel-wrap {
  margin-bottom: 0;
}
@media only screen and (max-width: 979px) {
  .wpcf7 .wpcf7-form .input-tel-wrap {
    margin-bottom: var(--mg-24);
  }
}
.wpcf7 .wpcf7-form .mail-submit {
  width: 100%;
  height: auto;
  display: flex;
  width: calc( 50% - var(--mg-12) );
  margin-left: var(--mg-12);
}
@media only screen and (max-width: 979px) {
  .wpcf7 .wpcf7-form .mail-submit {
    width: 100%;
    margin-left: 0;
  }
}
.wpcf7 .wpcf7-form .mail-submit p {
  position: relative;
  width: 100%;
  min-height: 56px;
  display: flex;
  align-items: flex-start;
  overflow: hidden;
  margin: 0;
}
.wpcf7 .wpcf7-form .mail-submit p input.wpcf7-submit[type=submit] {
  width: 100%;
  min-height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Rubik";
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--white);
  background: transparent;
  background-color: var(--bg-submit-blue-light);
  border: none;
  appearance: none;
  transition: 0.5s;
  cursor: pointer;
}
.wpcf7 .wpcf7-form .mail-submit p::before {
  content: "";
  left: 0;
  bottom: 0px;
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: var(--logo-green);
  background-color: var(--bg-mail-green-light);
  transform: translateX(-20px);
  transition: 0.5s;
}
.wpcf7 .wpcf7-form .mail-submit p::after {
  content: "";
  right: 0;
  bottom: 0px;
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: var(--logo-red);
  background-color: var(--bg-dark-error);
  transform: translateX(calc( 100% - 16px ));
  transition: 0.5s;
}
.wpcf7 .wpcf7-form .mail-submit:hover p::before {
  transform: translateX(calc( 16px - 100% ));
}
.wpcf7 .wpcf7-form .mail-submit:hover p::after {
  transform: translateX(20px);
}
.wpcf7 .wpcf7-form .mail-submit:hover p input.wpcf7-submit[type=submit] {
  background-color: var(--input-border);
}
.wpcf7 .wpcf7-form .wpcf7-response-output {
  left: 0;
  bottom: -36px;
  position: absolute;
  width: 100%;
  display: flex;
  font-size: 14px;
  font-weight: 300;
  line-height: 100%;
  color: var(--bg-submit-blue-light);
}

footer {
  width: 100%;
  max-width: var(--max-screen);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px var(--pd-60) 0px var(--pd-60);
  background-color: var(--bg-body);
}
footer .footer-contacts {
  position: relative;
  width: 100%;
  max-width: var(--max-w);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: var(--mg-80);
  padding-bottom: var(--mg-24);
}
footer .footer-contacts .footer-contacts__colum {
  width: calc( 25% - 48px );
  display: flex;
  flex-direction: column;
  margin-left: var(--mg-36);
}
@media only screen and (max-width: 979px) {
  footer .footer-contacts .footer-contacts__colum {
    width: calc( 50% - 48px );
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  footer .footer-contacts .footer-contacts__colum {
    width: 100%;
  }
}
footer .footer-contacts .footer-contacts__colum .logo svg .path-blue {
  fill: var(--white);
}
footer .footer-contacts .footer-contacts__colum:first-child {
  margin-left: 0;
}
footer .footer-contacts .footer-contacts__colum .footer-menu {
  display: flex;
  flex-direction: column;
}
footer .footer-contacts .footer-contacts__colum .footer-menu li {
  font-weight: 300;
  color: var(--white);
  margin: 0;
  transition: 0.5s;
}
footer .footer-contacts .footer-contacts__colum .footer-menu li a {
  font-weight: 300;
  color: var(--white);
}
footer .footer-contacts .footer-contacts__colum .footer-menu li:hover a {
  color: var(--bg-submit-blue-light);
}
footer .footer-contacts .colum-2,
footer .footer-contacts .colum-3,
footer .footer-contacts .colum-4 {
  padding-top: 9px;
}
@media only screen and (max-width: 979px) {
  footer .footer-contacts .colum-2,
footer .footer-contacts .colum-3 {
    display: none;
  }
}
footer .rights {
  font-size: 14px;
  font-weight: 300;
  line-height: 120%;
  color: var(--bg-submit-blue-light);
  text-align: center;
}

.info-block {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.info-block .info-block__title {
  width: 100%;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  color: var(--bg-mail-green-light);
}
.info-block .info-block__value {
  width: 100%;
  display: flex;
  font-size: 16px;
  font-weight: 300;
  line-height: 130%;
  color: var(--white);
}
.info-block .tt-tel__number,
.info-block .tt-ruc__number {
  font-weight: 400;
}
.info-block .tt-address__location {
  font-size: 14px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 22px;
  width: 13px;
  cursor: pointer;
  padding: 0;
  border: none;
  outline: none;
  z-index: 200;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0;
}
.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  opacity: 1;
}

section.banner .slick-prev,
section.banner .slick-next {
  top: calc( ( 100% - 22px )/2 );
  background: transparent;
  transition: 0.3s;
  opacity: 0;
}
@media (max-width: 1440px) {
  section.banner .slick-prev,
section.banner .slick-next {
    opacity: 1;
  }
}
section.banner .slick-prev {
  left: var(--pd-35);
}
section.banner .slick-prev .prev-b {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
section.banner .slick-next {
  right: var(--pd-35);
}
section.banner .slick-next .next-b {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
section.banner:hover .slick-prev,
section.banner:hover .slick-next {
  opacity: 1;
}

.slick-disabled {
  display: none !important;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.slick-dots {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  padding: 25px 0px 25px 0px;
  z-index: 50;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 14px;
  width: 14px;
  border: solid 1px #c5c5c5;
  border-radius: 8px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin: 0px 7px 0px 7px;
  padding: 0;
  cursor: pointer;
  box-sizing: border-box;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 14px;
  width: 14px;
  outline: none;
  color: transparent;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  cursor: pointer;
  box-sizing: border-box;
}
.slick-dots li.slick-active {
  background-color: var(--white);
  border: solid 1px var(--text);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
}

.single-product-wrap {
  width: 100%;
  max-width: var(--max-screen);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px var(--pd-60) 0px var(--pd-60);
  background-color: var(--white);
  z-index: 5;
}
.single-product-wrap .single-product {
  position: relative;
  width: 100%;
  max-width: var(--max-w);
  display: flex;
  flex-direction: column;
  padding-top: var(--mg-48);
  padding-bottom: var(--mg-80);
}
@media only screen and (max-width: 479px) {
  .single-product-wrap .single-product .title-wrap h1.title {
    font-size: 32px;
  }
}

.slider-section {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 979px) {
  .slider-section {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
}

.slider-section__slider {
  width: calc( var(--single-product-slider) - var(--mg-36) );
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 979px) {
  .slider-section__slider {
    width: 100%;
  }
}
.slider-section__slider .slider-tumbs {
  width: 100%;
  display: flex;
  justify-content: center;
}
.slider-section__slider .slider-tumbs .tumbs-image {
  width: var(--single-product-thumbnails);
  height: var(--single-product-thumbnails);
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: 2px solid var(--bg-grey-light);
  border-radius: 4px;
  padding: 0px 0px 0px 0px;
  margin: 0px 10px 0px 10px;
  cursor: pointer;
}
.slider-section__slider .slider-tumbs .tumbs-active {
  border: 2px solid var(--bg-submit-blue-light);
}
.slider-section__slider .slider-sceneshow-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0px 0px 0px 0px;
}
.slider-section__slider .slider-sceneshow-wrap .slider-sceneshow {
  width: 100%;
  height: auto;
  display: block;
}
.slider-section__slider .slider-sceneshow-wrap .slider-sceneshow figure.sceneshow {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  margin: 0;
}
.slider-section__slider .slider-sceneshow-wrap .slider-sceneshow figure.sceneshow a {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
  text-decoration: none;
  padding-bottom: 100%;
  cursor: pointer;
}
.slider-section__slider .slider-sceneshow-wrap .slider-sceneshow figure.sceneshow a picture {
  top: 0px;
  left: 0px;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
}
.slider-section__slider .slider-sceneshow-wrap .slider-sceneshow figure.sceneshow a picture img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.slider-section__info {
  width: calc( 100% - var(--single-product-slider) - var(--mg-36) );
  display: flex;
  flex-direction: column;
  border-left: 1px solid var(--comment-border);
}
@media only screen and (max-width: 979px) {
  .slider-section__info {
    width: 100%;
    padding: 0px var(--mg-12) 0 var(--mg-12);
  }
}

.pdf-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  border: solid 1px var(--text-grey-light-rgba);
  border-radius: var(--mg-12);
  background-color: var(--bg-grey-light);
  padding: var(--mg-24);
}
.pdf-box .pdf-box__title {
  width: 100%;
  display: flex;
  align-items: center;
  color: var(--text-grey-dark);
  font-size: 18px;
  line-height: 100%;
}
.pdf-box .pdf-box__title svg {
  width: var(--mg-24);
  height: var(--mg-24);
  display: block;
  margin-right: var(--mg-12);
}
.pdf-box .pdf-box__title svg .pdf-icon-fill {
  fill: none;
  stroke: #565c68;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5px;
}
.pdf-box .pdf-box__item {
  width: 100%;
  display: flex;
  align-items: center;
  color: var(--text-grey-dark);
  font-size: 16px;
  line-height: 100%;
  transition: 0.5s;
}
.pdf-box .pdf-box__item svg {
  width: var(--mg-48);
  height: var(--mg-48);
  display: block;
  margin-right: var(--mg-12);
}
.pdf-box .pdf-box__item svg .pdf-fill {
  fill: var(--text-grey-light-rgba);
  transition: 0.5s;
}
.pdf-box .pdf-box__item:hover {
  color: var(--bg-mail-blue-light);
}
.pdf-box .pdf-box__item:hover svg .pdf-fill {
  fill: var(--bg-mail-blue-light);
}

.big-price-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.big-price-wrap .big-price {
  color: var(--logo-green);
  font-size: 20px;
  line-height: 100%;
  font-weight: 700;
  margin-right: var(--mg-24);
}
.big-price-wrap .big-price span {
  color: var(--logo-blue);
  font-weight: 400;
}
.pop-up {
  top: 0px;
  left: 0px;
  position: fixed;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 999;
}
.pop-up .pop-up__content {
  left: 50%;
  top: 50%;
  position: absolute;
  width: 100%;
  max-width: 355px;
  height: auto;
  max-height: calc(100% - 100px);
  background-color: var(--white);
  overflow-y: auto;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.pop-up .pop-up__content .content__header {
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--purple-light);
}
.pop-up .pop-up__content .content__header span {
  font-family: "Rubik";
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  color: var(--white);
}
.pop-up .pop-up__content .content__title {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 20px 20px 20px 20px;
}
.pop-up .pop-up__content .content__title .marafon {
  font-family: "Rubik";
  font-size: 18px;
  font-weight: 300;
  line-height: 150%;
  color: var(--text-grey);
}
.pop-up .pop-up__content .content__title .logo {
  font-family: "Rubik";
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 100%;
  color: var(--text-grey);
}
.pop-up .pop-up__content .content__title .seven-days {
  font-family: "Rubik";
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  color: var(--text-grey);
}
.pop-up .pop-up__content .content__count .timer {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pop-up .pop-up__content .content__count .timer__items {
  display: flex;
  font-family: "Rubik";
  font-size: 48px;
  font-weight: 700;
  color: var(--purple);
}
.pop-up .pop-up__content .content__count .timer__item {
  position: relative;
  min-width: 60px;
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 15px;
  text-align: center;
}
.pop-up .pop-up__content .content__count .timer__item::before {
  content: attr(data-title);
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  font-family: "Rubik";
  font-size: 14px;
  font-weight: 300;
  color: var(--text-grey);
}
.pop-up .pop-up__content .content__count .timer__item:not(:last-child)::after {
  content: ":";
  position: absolute;
  top: 5px;
  right: -15px;
  font-family: "Rubik";
  font-size: 36px;
  font-weight: 500;
  color: var(--text-grey);
}
.pop-up .pop-up__content .content__count hr {
  border-color: var(--white);
  border-style: solid;
}
.pop-up .pop-up__content .timer__result {
  text-align: center;
  color: var(--purple);
  font-weight: bold;
}
.pop-up .pop-up__content .buy-now {
  padding: 10px 20px 20px 20px;
}
.pop-up .pop-up__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--purple-dark);
  opacity: 0.6;
  z-index: 1;
}

.buy-now {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
}
.buy-now .buy-now-button {
  width: 100%;
  max-width: 355px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: var(--purple);
  border-radius: 50px;
  padding: 10px 20px 10px 20px;
  font-family: "Rubik";
  color: var(--white);
}
.buy-now .buy-now-button .title {
  font-size: 16px;
  font-weight: 500;
}
.buy-now .buy-now-button .text {
  font-size: 14px;
  font-weight: 300;
}
.buy-now .buy-now-button .price {
  font-size: 22px;
  font-weight: 500;
  color: var(--yellow);
}
.buy-now .buy-now-button:hover {
  background-color: var(--purple-dark);
}

.buy-now-fixed {
  bottom: 10px;
  position: fixed;
  z-index: 50;
}
.buy-now-fixed .buy-now-button {
  background-color: var(--purple);
  border: solid 1px var(--purple-light);
  transition: 0.5s;
  cursor: pointer;
}
.buy-now-fixed:hover .buy-now-button {
  background-color: var(--purple-dark);
}

.pop-up button.header__close {
  top: 6px;
  right: 20px;
  position: absolute;
  width: 48px;
  height: 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  background-color: transparent;
  border: none;
  padding: 0px;
  cursor: pointer;
  transition: 0.5s;
}
@media only screen and (max-width: 1180px) {
  .pop-up button.header__close {
    display: flex;
  }
}
.pop-up button.header__close .burger-line {
  width: 36px;
  height: 4px;
  display: block;
  background-color: var(--white);
  transition: 0.5s;
}
.pop-up button.header__close .burger-line {
  top: 50%;
  position: absolute;
  width: 30px;
}
.pop-up button.header__close .line-top {
  margin-bottom: 0px;
  transform: translateY(-50%) rotateZ(45deg);
}
.pop-up button.header__close .line-bottom {
  transform: translateY(-50%) rotateZ(-45deg);
}
.pop-up button.header__close:hover .burger-line {
  background-color: var(--purple-dark);
}

.pop-up__content .contact-form-container {
  font-family: "Rubik" !important;
  padding-left: var(--mg-24);
  padding-right: var(--mg-24);
}
.pop-up__content .form-title {
  display: none;
}
.pop-up__content .wpcf7-form input[type=text],
.pop-up__content .wpcf7-form input[type=email],
.pop-up__content .wpcf7-form input[type=tel],
.pop-up__content .wpcf7-form textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid var(--text-grey);
  border-radius: 4px;
  background-color: var(--white);
  color: var(--text-grey);
  font-size: 14px;
  margin-bottom: 12px;
  box-sizing: border-box;
}
.pop-up__content .wpcf7-form label {
  font-family: "Rubik";
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  color: var(--text-grey);
  margin-bottom: 12px;
}
.pop-up__content .wpcf7-form input::placeholder,
.pop-up__content .wpcf7-form textarea::placeholder {
  color: var(--text-grey);
}
.pop-up__content .wpcf7-form input[type=submit] {
  width: 100%;
  padding: 12px;
  background-color: var(--purple);
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  transition: background-color 0.3s;
}
.pop-up__content .wpcf7-form input[type=submit]:hover {
  background-color: var(--purple-dark);
}
.pop-up__content .wpcf7-response-output {
  margin-top: 10px !important;
  padding: 10px !important;
  border-radius: 4px;
  text-align: center;
  font-size: 14px;
}
.pop-up__content .wpcf7-validation-errors,
.pop-up__content .wpcf7-spam-blocked {
  background-color: rgba(244, 67, 54, 0.1) !important;
  border: 1px solid var(--text-red) !important;
  color: var(--text-red) !important;
}
.pop-up__content .wpcf7-mail-sent-ok {
  background-color: rgba(76, 175, 80, 0.1) !important;
  border: 1px solid var(--purple) !important;
  color: var(--purple) !important;
}
.pop-up__content .wpcf7-not-valid-tip {
  color: var(--text-red) !important;
  font-size: 12px !important;
  margin-top: -8px !important;
  margin-bottom: 8px !important;
}
.pop-up__content .wpcf7-form.init {
  opacity: 0;
  animation: fadeInForm 0.5s forwards;
  animation-delay: 0.5s;
}

@keyframes fadeInForm {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* NEW MIXIN */
@keyframes line-middle-left {
  0% {
    transform: translateX(-14px);
  }
  100% {
    transform: translateX(-29px);
  }
}
@keyframes line-middle-right {
  0% {
    transform: translateX(29px);
  }
  100% {
    transform: translateX(14px);
  }
}
button.header__burger:hover .burger .line--middle-left {
  transform: translateX(-14px);
  animation: line-middle-left 0.3s linear 0s forwards;
}
button.header__burger:hover .burger .line--middle-right {
  transform: translateX(29px);
  animation: line-middle-right 0.3s linear 0s forwards;
}

@keyframes mouseleave-line-middle-left {
  0% {
    transform: translateX(-29px);
  }
  100% {
    transform: translateX(-14px);
  }
}
@keyframes mouseleave-line-middle-right {
  0% {
    transform: translateX(14px);
  }
  100% {
    transform: translateX(29px);
  }
}
button.mouseleave-animation .burger .line--middle-left {
  transform: translateX(-29px);
  animation: mouseleave-line-middle-left 0.3s linear 0s forwards;
}
button.mouseleave-animation .burger .line--middle-right {
  transform: translateX(14px);
  animation: mouseleave-line-middle-right 0.3s linear 0s forwards;
}

@keyframes animBackgroundDark {
  0% {
    transform: translateX(6%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes animBackgroundLight {
  0% {
    transform: translateX(3%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes animBackgroundOpacity {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.7;
  }
}
@keyframes animShow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes animHide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes animCarMove {
  0% {
    transform: translateX(-20%);
  }
  5% {
    transform: translateX(-20%);
  }
  33.333% {
    transform: translateX(20%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes aminCarDiskRotate {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(3600deg);
  }
}
@keyframes animFromRight300ToLeft0 {
  0% {
    transform: translateX(300%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes animFromRight400ToLeft100 {
  0% {
    transform: translateX(380%);
  }
  100% {
    transform: translateX(80%);
  }
}
@keyframes animStoneFromRight400ToLeft100 {
  0% {
    transform: translateX(1930%);
  }
  100% {
    transform: translateX(430%);
  }
}
@keyframes animStoneFromRight260ToLeft40 {
  0% {
    transform: translateX(1300%);
  }
  100% {
    transform: translateX(-200%);
  }
}
@keyframes animStoneFromRight300ToLeft300 {
  0% {
    transform: translateX(1500%);
  }
  100% {
    transform: translateX(-1500%);
  }
}
@keyframes title-scene {
  0% {
    transform: translateY(15%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes advantages {
  0% {
    transform: translateX(120px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes block__title {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes block__line_1 {
  0% {
    transform: translateX(calc( 16px - 100% ));
  }
  100% {
    transform: translateX(-22px);
  }
}
@keyframes block__line_2 {
  0% {
    transform: translateX(22px);
  }
  100% {
    transform: translateX(calc( 100% - 16px ));
  }
}
.section-main-animation .title-scene {
  opacity: 0;
  animation: title-scene 1.5s cubic-bezier(0.4, 0, 0.2, 1) 0s forwards;
}
.section-main-animation .advantages {
  position: relative;
}
@media only screen and (max-width: 979px) {
  .section-main-animation .advantages {
    width: 100%;
    height: 153px;
  }
}
.section-main-animation .advantages .advantages-founded {
  opacity: 0;
  animation: advantages 1.1s cubic-bezier(0.4, 0, 0.2, 1) 0.5s forwards;
}
@media only screen and (max-width: 979px) {
  .section-main-animation .advantages .advantages-founded {
    position: absolute;
    animation: advantages 1.1s cubic-bezier(0.4, 0, 0.2, 1) 0.5s forwards, animHide 0.3s cubic-bezier(0.4, 0, 0.2, 1) 2.6666666667s forwards;
  }
}
.section-main-animation .advantages .advantages-founded .block__title {
  opacity: 0;
  animation: block__title 1.1s cubic-bezier(0.4, 0, 0.2, 1) 0.8s forwards;
}
.section-main-animation .advantages .advantages-founded .block__line::before {
  animation: block__line_1 0.7s linear 0.5s forwards;
}
.section-main-animation .advantages .advantages-founded .block__line::after {
  animation: block__line_2 0.7s linear 0.5s forwards;
}
.section-main-animation .advantages .advantages-countries {
  opacity: 0;
  animation: advantages 1.1s cubic-bezier(0.4, 0, 0.2, 1) 2.6666666667s forwards;
}
@media only screen and (max-width: 979px) {
  .section-main-animation .advantages .advantages-countries {
    position: absolute;
    animation: advantages 1.1s cubic-bezier(0.4, 0, 0.2, 1) 2.6666666667s forwards, animHide 0.3s cubic-bezier(0.4, 0, 0.2, 1) 4.8333333333s forwards;
  }
}
.section-main-animation .advantages .advantages-countries .block__title {
  opacity: 0;
  animation: block__title 1.1s cubic-bezier(0.4, 0, 0.2, 1) 2.9666666667s forwards;
}
.section-main-animation .advantages .advantages-countries .block__line::before {
  animation: block__line_1 0.7s linear 2.6666666667s forwards;
}
.section-main-animation .advantages .advantages-countries .block__line::after {
  animation: block__line_2 0.7s linear 2.6666666667s forwards;
}
.section-main-animation .advantages .advantages-installations {
  opacity: 0;
  animation: advantages 1.1s cubic-bezier(0.4, 0, 0.2, 1) 4.8333333333s forwards;
}
@media only screen and (max-width: 979px) {
  .section-main-animation .advantages .advantages-installations {
    position: absolute;
  }
}
.section-main-animation .advantages .advantages-installations .block__title {
  opacity: 0;
  animation: block__title 1.1s cubic-bezier(0.4, 0, 0.2, 1) 5.1333333333s forwards;
}
.section-main-animation .advantages .advantages-installations .block__line::before {
  animation: block__line_1 0.7s linear 4.8333333333s forwards;
}
.section-main-animation .advantages .advantages-installations .block__line::after {
  animation: block__line_2 0.7s linear 4.8333333333s forwards;
}
.section-main-animation .image-scene {
  position: relative;
  width: 750px;
  height: 240px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .section-main-animation .image-scene {
    width: 375px;
    height: 120px;
  }
}
.section-main-animation .image-scene .image-bg {
  left: -100%;
  width: 300%;
  height: 100%;
  position: absolute;
  display: block;
  z-index: 0;
  animation: animBackgroundOpacity 0.6s linear 9s forwards;
}
.section-main-animation .image-scene .image-bg .image-bg__dark {
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  z-index: 1;
  transform: translateX(10%);
  animation: animBackgroundDark 6.5s ease-in-out 0s forwards;
}
.section-main-animation .image-scene .image-bg .image-bg__dark .fill__dark {
  fill: #13355a;
}
.section-main-animation .image-scene .image-bg .image-bg__light {
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  z-index: 0;
  transform: translateX(5%);
  animation: animBackgroundLight 6.5s ease-in-out 0s forwards;
}
.section-main-animation .image-scene .image-bg .image-bg__light .fill__light {
  fill: #195080;
  opacity: 0.6;
}
.section-main-animation .image-scene .image-bg .image-bg__light .fill__light-stroke {
  fill: none;
  stroke: #195080;
  stroke-miterlimit: 10;
  stroke-width: 4px;
}
.section-main-animation .image-scene .image-bg .image-bg__line {
  left: 0px;
  bottom: 0px;
  position: absolute;
  width: 100%;
  height: 3px;
  display: block;
  background-color: #186395;
  z-index: 2;
}
.section-main-animation .image-scene .car {
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  z-index: 2;
  transform: translateX(-20%);
  animation: animCarMove 7.5s ease-in-out -1s forwards;
}
.section-main-animation .image-scene .car .car__body {
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
}
.section-main-animation .image-scene .car .car__disk-left {
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  animation: aminCarDiskRotate 6.5s ease-in-out 0s forwards;
  transform-origin: 6.307% 92.45%;
}
.section-main-animation .image-scene .car .car__disk-right {
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  animation: aminCarDiskRotate 6.5s ease-in-out 0s forwards;
  transform-origin: 26.533% 92.45%;
}
.section-main-animation .image-scene .big-stone-one {
  left: 0%;
  position: absolute;
  display: block;
  width: 20%;
  height: 20%;
  bottom: -10%;
  z-index: 2;
  transform: translateX(2000%);
  opacity: 0;
  animation: animShow 0.3s cubic-bezier(0.4, 0, 0.2, 1) 1s forwards, animStoneFromRight400ToLeft100 5.5s ease-in-out 1s forwards;
}
.section-main-animation .image-scene .big-stone-two {
  left: 0%;
  position: absolute;
  display: block;
  width: 20%;
  height: 20%;
  bottom: -10%;
  z-index: 3;
  transform: translateX(1300%);
  opacity: 0;
  animation: animShow 0.3s cubic-bezier(0.4, 0, 0.2, 1) 1s forwards, animStoneFromRight260ToLeft40 5.5s ease-in-out 1s forwards;
}
.section-main-animation .image-scene .stone-one {
  left: 0%;
  position: absolute;
  display: block;
  width: 20%;
  height: 20%;
  bottom: -22%;
  z-index: 3;
  transform: translateX(1500%);
  opacity: 0;
  animation: animShow 0.3s cubic-bezier(0.4, 0, 0.2, 1) -5.2s forwards, animStoneFromRight300ToLeft300 11s ease-in-out -5.2s forwards;
}
.section-main-animation .image-scene .stone-two {
  left: 0%;
  position: absolute;
  display: block;
  width: 20%;
  height: 20%;
  bottom: -22%;
  z-index: 3;
  transform: translateX(1500%);
  opacity: 0;
  animation: animShow 0.3s cubic-bezier(0.4, 0, 0.2, 1) -2.6s forwards, animStoneFromRight300ToLeft300 11s ease-in-out -2.6s forwards;
}
.section-main-animation .image-scene .bush-one {
  left: 0%;
  position: absolute;
  display: block;
  width: 20%;
  height: 20%;
  bottom: 3px;
  z-index: 1;
  transform: translateX(1500%);
  opacity: 0;
  animation: animShow 0.3s cubic-bezier(0.4, 0, 0.2, 1) -3.9s forwards, animStoneFromRight300ToLeft300 11s ease-in-out -3.9s forwards;
}
.section-main-animation .image-scene .bush-two {
  left: 0%;
  position: absolute;
  display: block;
  width: 20%;
  height: 20%;
  bottom: 3px;
  z-index: 1;
  transform: translateX(1500%);
  opacity: 0;
  animation: animShow 0.3s cubic-bezier(0.4, 0, 0.2, 1) -1.3s forwards, animStoneFromRight300ToLeft300 11s ease-in-out -1.3s forwards;
}
.section-main-animation .image-scene .gas-station {
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  transform: translateX(300%);
  animation: animShow 0.3s cubic-bezier(0.4, 0, 0.2, 1) 1s forwards, animFromRight300ToLeft0 5.5s ease-in-out 1s forwards;
}
.section-main-animation .image-scene .price-sign {
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  transform: translateX(400%);
  animation: animShow 0.3s cubic-bezier(0.4, 0, 0.2, 1) 1s forwards, animFromRight400ToLeft100 5.5s ease-in-out 1s forwards;
}
.section-main-animation .image-scene .fuel-dispenser {
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  transform: translateX(300%);
  animation: animShow 0.3s cubic-bezier(0.4, 0, 0.2, 1) 1s forwards, animFromRight300ToLeft0 5.5s ease-in-out 1s forwards;
}
.section-main-animation .image-scene .electric-charge {
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  transform: translateX(300%);
  animation: animShow 0.3s cubic-bezier(0.4, 0, 0.2, 1) 1s forwards, animFromRight300ToLeft0 5.5s ease-in-out 1s forwards;
}