@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;1,900&display=swap");
:root {
  --main: #181818;
  --light: #fff;
  --second: #606466;
  --accent: #2cb742;
  --accent-hover: #43d259;
  --accent-active: #26af3b;
  --accent2: #ba1a1a;
  --gradient: linear-gradient(85.53deg, #FF1F1F -5.98%, #C71717 100%);
  --outline: #DDE3E5;
  --bgdark: #000000;
  --bglight: #F5F5F5;
}
		
/*Обнуление*/
* {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: "Montserrat", sans-serif;
  line-height: 130%;
}

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

:focus, :active {
  outline: none;
}

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

nav, footer, header, aside {
  display: block;
}

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input, button, textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  background: none;
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
  list-style-position: inside;
}

ol li {
  list-style-position: inside;
}

img {
  vertical-align: top;
}

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

p, a, span, li {
  line-height: 1.3;
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--main);
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
}

body._lock {
  overflow: hidden;
}

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  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;
  position: relative;
}

.container {
  max-width: 1208px;
  margin: 0 auto;
  padding: 0 24px;
}

@media screen and (max-width: 1200px) {
  .container {
    max-width: 888px;
    padding: 0 24px;
  }
}

@media screen and (max-width: 900px) {
  .container {
    max-width: 644px;
    padding: 0 16px;
  }
}


.strong{font-weight:bold;}
.red{color:#b00000;}

section {
  padding: 150px 0;
}

section._anim h2 {
  opacity: 1;
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
}

@media screen and (max-width: 1200px) {
  section {
    padding: 100px 0;
  }
}

@media screen and (max-width: 900px) {
  section {
    padding: 60px 0;
  }
}

@media screen and (max-width: 670px) {
  section {
    padding: 40px 0;
  }
}

h2 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.8;
  text-transform: uppercase;
  opacity: 0;
  -webkit-transform: translate(0, 50px);
      -ms-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

.home_text{max-width:1120px;margin:0 auto;padding:40px 10px;}
.home_text h2{font-size:30px;font-weight:700;line-height:1.4;margin:0 0 40px 0;}
.home_text h3{font-size:24px;font-weight:700;line-height:1.4;margin:30px 0 20px 0;}
.home_text p,.home_text li{color: var(--second);}
.home_text p{margin-bottom:15px;}
.home_text ol,.home_text ul{margin:0 0 10px 30px;}
.home_text li{margin-bottom:5px;line-height:1.4;list-style:circle;}
.home_text h2{opacity:1;-webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);}

.home_text a{color:#b00000;}
.home_text a:hover{color:#f00;}
.home_text.product_text h2{font-size:22px;}
.home_text.product_text h3{font-size:20px;}
.home_text.product_text h4{font-size:18px;}


.body-product h2 {
  opacity: 1;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}




a.floating_button{display:block;text-decoration:none;position:fixed;z-index:999;left:30px;bottom:30px;}
a.floating_button img{display:block;width:50px;height:50px;}
@media screen and (max-width:1200px) {
  a.floating_button{left:20px;bottom:20px;}
}
@media screen and (max-width:900px) {
  a.floating_button{left:10px;bottom:10px;}
}


@media screen and (max-width: 900px) {
  h2 {
    font-size: 18px;
  }
}

@media screen and (max-width: 670px) {
  h2 {
    font-size: 16px;
    line-height: 1.6;
  }
}

a {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

p {
  line-height: 1.6;
}

.btn {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  padding: 24px 42px;
  -webkit-border-radius: 60px;
          border-radius: 60px;
  background: var(--accent);
  text-align: center;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

@media screen and (max-width: 1120px) {
  .btn {
    font-size: 14px;
    padding: 16px 32px;
  }
}

@media screen and (min-width: 0) {
  .btn:hover {
    background: var(--accent-hover);
  }
}

.btn:active {
  background: var(--accent-active);
}

.btn-red {
  background: -webkit-linear-gradient(353.29deg, #FA1F1F 1.86%, #C91717 118.91%);
  background: -o-linear-gradient(353.29deg, #FA1F1F 1.86%, #C91717 118.91%);
  background: linear-gradient(96.71deg, #FA1F1F 1.86%, #C91717 118.91%);
}

@media screen and (min-width: 0) {
  .btn-red:hover {
    background: -webkit-linear-gradient(353.29deg, #FA1F1F 50%, #C91717 100%);
    background: -o-linear-gradient(353.29deg, #FA1F1F 50%, #C91717 100%);
    background: linear-gradient(96.71deg, #FA1F1F 50%, #C91717 100%);
  }
}

.btn-red:active {
  background: -webkit-linear-gradient(353.29deg, #FA1F1F 1.86%, #C91717 118.91%);
  background: -o-linear-gradient(353.29deg, #FA1F1F 1.86%, #C91717 118.91%);
  background: linear-gradient(96.71deg, #FA1F1F 1.86%, #C91717 118.91%);
}

.btn-grey {
  background: #E9E9E9;
  color: var(--main);
}

.btn-grey:hover {
  background: #e4e4e4;
}

.input input,
.input textarea {
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: 500;
  padding: 24px 0;
  border-bottom: 1px solid var(--outline);
}

@media screen and (max-width: 670px) {
  .input input,
  .input textarea {
    padding: 16px 0;
  }
}

.input textarea {
  max-width: 100%;
  min-width: 100%;
  max-height: 200px;
  min-height: 100px;
}

.phone-country {
  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;
}

.phone-country-text {
  display: block;
  margin: 0 0 0 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.select {
  position: relative;
}

.select__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;
  padding: 4px;
  border: 1px solid var(--outline);
  -webkit-border-radius: 2px;
          border-radius: 2px;
  cursor: pointer;
}

.select__header._show + .select__body {
  visibility: visible;
  opacity: 1;
}

.select__header-icon {
  width: 20px;
  height: 20px;
}

.select__header-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.select__header-arrow {
  width: 6px;
  height: 6px;
  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: 0 0 0 8px;
}

.select__header-arrow svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.select__body {
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  -webkit-transform: translate(0, 100%);
      -ms-transform: translate(0, 100%);
          transform: translate(0, 100%);
  background: #fff;
  border: 1px solid var(--outline);
  -webkit-border-radius: 2px;
          border-radius: 2px;
  padding: 4px 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  z-index: 1;
}

.select-item {
  width: 100%;
  height: 24px;
  padding: 2px 4px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.select-item:hover {
  background: rgba(0, 0, 0, 0.05);
}

.select-item img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.input-phone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
}

.input-phone label {
  margin: 0 8px 0 0;
}

.input-phone input {
  width: 100%;
}

img._zoom-in {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

img._zoom-out {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.big-img {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(0, 0, 0, 0.7);
  overflow-y: auto;
  z-index: 10;
  opacity: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.big-img._show {
  opacity: 1;
}

.big-img._show .big-img__body {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.big-img__body {
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.big-img__body img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 600px) {
  .big-img__body {overflow:auto;}
  .big-img__body img {
	  width:auto;
	  height:auto;
	  -o-object-fit: none;
		 object-fit: none;
  }
}





.arrow-up {
  display: inline-block;
  position: fixed;
  bottom: 24px;
  right: 24px;
  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;
  padding: 12px;
  background: var(--light);
  border: 1px solid #c3c3c3;
  -webkit-border-radius: 50px;
          border-radius: 50px;
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  z-index: 1;
}

.arrow-up._show {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  visibility: visible;
  opacity: 1;
}

.arrow-up:active {
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
}

@media screen and (min-width: 0) {
  .arrow-up:hover {
    -webkit-transform: translate(0, -4px);
        -ms-transform: translate(0, -4px);
            transform: translate(0, -4px);
  }
  .arrow-up:active {
    -webkit-transform: translate(0, -4px) scale(0.9);
        -ms-transform: translate(0, -4px) scale(0.9);
            transform: translate(0, -4px) scale(0.9);
  }
}

.header {
  padding: 20px 0;	 
background: rgba(0, 0, 0, 0.5);
background-filter: blur(2px);
-webkit-transform: translate(0, -100%);
      -ms-transform: translate(0, -100%);
          transform: translate(0, -100%);
  -webkit-animation: headerAnim .8s ease-in-out .5s forwards;
          animation: headerAnim .8s ease-in-out .5s forwards;
	}

@-webkit-keyframes headerAnim {
  from {
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes headerAnim {
  from {
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.header._show {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  border-bottom: none;
  padding: 12px 0;
  z-index: 7;
}

.header._show .header-logo {
  width: 70px;
}

@media screen and (max-width: 920px) {
  .header {
    padding: 20px 0;
  }
}

.header__body {
  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;

 }

@media screen and (max-width: 920px) {
  .header__body {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.header-phone {
 display: none;
color: #fff;
}

@media screen and (max-width: 920px) {
  .header-phone {
    display: block;
margin-right: auto;	
	}
}

.header-wts {
 display: none;
}

@media screen and (max-width: 920px) {
  .header-wts {
    display: inline-block;		}
	._not_mobile .header-wts{display:none;}
}

.header-logo {
  display: block;
  margin: 0;

}

.header-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 920px) {
  .header-logo {
    width: auto;
    margin: 0 auto 0 0;
		}
}



.header__menu {
  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;
  margin: 0 auto 0 50px;
}

@media screen and (max-width: 920px) {
  .header__menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    -webkit-transform: translate(0, -100vh);
        -ms-transform: translate(0, -100vh);
            transform: translate(0, -100vh);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    background: var(--bgdark);
    padding: 64px 0;
    margin: 0;
    z-index: 2;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }
  .header__menu._show {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.header__menu__list {
  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 screen and (max-width: 920px) {
  .header__menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: auto 0 0 0;
  }
}

.header-item:not(:last-child) {
  margin: 0 10px 0 0;
}

@media screen and (max-width: 920px) {
  .header-item:not(:last-child) {
    text-align: center;
    margin: 0 0 24px 0;
  }
}

.header-item a {
  font-size: 14px;
  
  opacity: .8;
}

.header-item a:hover {
  opacity: 1;
}

@media screen and (max-width: 920px) {
  .header-item a {
    font-size: 18px;
  }
}

@media screen and (max-width: 920px) {
  .header-item {
    text-align: center;
  }
}

.header__social__list {
  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: 0 0 0 auto;
}

@media screen and (max-width: 920px) {
  .header__social__list {
    margin: 48px 0 auto 0;
  }
}

.header__social-item:not(:last-child) {
  margin: 0 20px 0 0;
}

@media screen and (max-width: 920px) {
  .header-close {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 24px;
    right: 24px;
  }
  .header-close::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
    width: 100%;
    height: 2px;
    background: var(--light);
    -webkit-border-radius: 5px;
            border-radius: 5px;
  }
  .header-close::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        -ms-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
    width: 100%;
    height: 2px;
    background: var(--light);
    -webkit-border-radius: 5px;
            border-radius: 5px;
  }
}

.header-burger {
  display: none;
}

@media screen and (max-width: 920px) {
  .header-burger {
    width: 24px;
    height: 24px;
    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;
  }
  .header-burger span {
    width: 100%;
    height: 2px;
    background: var(--light);
    -webkit-border-radius: 5px;
            border-radius: 5px;
    position: relative;
  }
  .header-burger span::before {
    content: '';
    position: absolute;
    top: -8px;
    left: 0;
    width: 100%;
    height: 2px;
    background: inherit;
    -webkit-border-radius: 5px;
            border-radius: 5px;
  }
  .header-burger span::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 2px;
    background: inherit;
    -webkit-border-radius: 5px;
            border-radius: 5px;
  }
}

.main {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  position: relative;
}

.main .container {
  height: 100%;
}

.main-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.main-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.main__body {
  width: 100%;
  height: 80vh;
  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;
}

.main__content {
  width: 60%;
}

@media screen and (max-width: 1200px) {
  .main__content {
    width: 80%;
  }
}

@media screen and (max-width: 900px) {
  .main__content {
    width: 100%;
  }
}

.main-title {
  font-size: 35px;
  font-weight: 600;
  color: var(--light);
  text-transform: uppercase;
  opacity: 0;
  -webkit-transform: translate(120px, 0);
      -ms-transform: translate(120px, 0);
          transform: translate(120px, 0);
  -webkit-animation: mainTitleAnim .8s ease-in-out .4s forwards;
          animation: mainTitleAnim .8s ease-in-out .4s forwards;
}

@-webkit-keyframes mainTitleAnim {
  from {
    opacity: 0;
    -webkit-transform: translate(120px, 0);
            transform: translate(120px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@keyframes mainTitleAnim {
  from {
    opacity: 0;
    -webkit-transform: translate(120px, 0);
            transform: translate(120px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@media screen and (max-width: 900px) {
  .main-title {
    font-size: 28px;
  }
}

@media screen and (max-width: 670px) {
  .main-title {
    font-size: 24px;
  }
}

.main-text {
  font-size: 20px;
  font-weight: 500;
  color: var(--light);
  opacity: .8;
  margin: 16px 0 0 0;
  opacity: 0;
  -webkit-transform: translate(120px, 0);
      -ms-transform: translate(120px, 0);
          transform: translate(120px, 0);
  -webkit-animation: mainTextAnim .8s ease-in-out .6s forwards;
          animation: mainTextAnim .8s ease-in-out .6s forwards;
}

@-webkit-keyframes mainTextAnim {
  from {
    opacity: 0;
    -webkit-transform: translate(120px, 0);
            transform: translate(120px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@keyframes mainTextAnim {
  from {
    opacity: 0;
    -webkit-transform: translate(120px, 0);
            transform: translate(120px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@media screen and (max-width: 900px) {
  .main-text {
    font-size: 18px;
  }
}

@media screen and (max-width: 670px) {
  .main-text {
    font-size: 16px;
  }
}

.main-btn {
  max-width: 290px;
  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: 32px 0 0 0;
  opacity: 0;
  -webkit-transform: translate(120px, 0);
      -ms-transform: translate(120px, 0);
          transform: translate(120px, 0);
  -webkit-animation: mainBtnAnim .8s ease-in-out .8s forwards;
          animation: mainBtnAnim .8s ease-in-out .8s forwards;
  overflow: hidden;
  position: relative;
}

.main-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -140px;
  width: 40px;
  height: 80px;
  background: rgba(255,255,255,.4);
  transform: skewX(-45deg) translateX(0);
  -webkit-animation: moving 3s ease-in-out infinite;
    -moz-animation: moving 3s ease-in-out infinite;
    -ms-animation: moving 3s ease-in-out infinite;
    -o-animation: moving 3s ease-in-out infinite;
    animation: moving 3s ease-in-out infinite;
}


@keyframes moving {  
  30% {  webkit-transform: skewX(-45deg) translateX(33.5em);
     transform: skewX(-45deg) translateX(33.5em);   
     
     }

 100% {  webkit-transform: skewX(-45deg) translateX(33.5em);
     transform: skewX(-45deg) translateX(33.5em);   
     
     }
}

@-webkit-keyframes mainBtnAnim {
  from {
    opacity: 0;
    -webkit-transform: translate(120px, 0);
            transform: translate(120px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@keyframes mainBtnAnim {
  from {
    opacity: 0;
    -webkit-transform: translate(120px, 0);
            transform: translate(120px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

.main-btn:hover .main-btn-icon {
  -webkit-transform: translate(5px, 0);
      -ms-transform: translate(5px, 0);
          transform: translate(5px, 0);
}

.main-btn-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  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: 0 0 0 16px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.main-btn-icon svg {
  width: 100%;
  height: 100%;
}

.distributor {
  height: 70vh;
  background: #000;
  background-repeat: no-repeat;
  -webkit-background-size: 50% 50%;
          background-size: 50%;
  background-position: center;
}

.distributor .container {
  height: 100%;
}

.distributor._anim .distributor-text {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

@media screen and (max-width: 900px) {
  .distributor {
    -webkit-background-size: 80% 80%;
            background-size: 80%;
  }
}

@media screen and (max-width: 670px) {
  .distributor {
    -webkit-background-size: 140% 140%;
            background-size: 140%;
  }
}

.distributor__body {
  width: 100%;
  height: 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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.distributor-text {
  max-width: 810px;
  width: 100%;
  font-size: 26px;
  font-weight: 600;
  color: #fff;
  line-height: 1.6;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  opacity: 0;
  -webkit-transform: translate(0, 100px);
      -ms-transform: translate(0, 100px);
          transform: translate(0, 100px);
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

.distributor-text::before {
  content: '';
  position: absolute;
  top: -25px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 80px;
  height: 3px;
  background: var(--accent2);
}

@media screen and (max-width: 900px) {
  .distributor-text {
    font-size: 22px;
  }
}

@media screen and (max-width: 670px) {
  .distributor-text {
    font-size: 16px;
    font-weight: 500;
  }
}

.signa {
  position: fixed;
  bottom: -10px;
  left: 50%;
  max-width: 900px;
  width: 100%;
  -webkit-transform: translate(-50%, 100%);
      -ms-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  padding: 0 16px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  z-index: 1;
}

.signa._show {
  bottom: 24px;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.signa__body {
  padding: 12px 24px;
  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;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  background: white;
  -webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.signa-text {
  font-size: 14px;
  line-height: 1.4;
  color: #333;
  opacity: .7;
}

.signa-text span {
  font-weight: 600;
}

.signa-text a {
  color: inherit;
  text-decoration: underline;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.signa-text a:hover {
  color: #009E74;
}

.signa-close {
  height: 18px;
  background: none;
  border: none;
  margin: 0 0 0 16px;
  cursor: pointer;
}

.signa-close svg path,
.signa-close svg rect {
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.signa-close:hover svg path {
  fill-opacity: .4;
}

.signa-close:hover svg rect {
  stroke-opacity: .4;
}

.signa-close svg {
  width: 18px;
  height: 18px;
}

.dev._anim .dev-title {
  opacity: 1;
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
}

.dev-title {
  max-width: 500px;
  width: 100%;
  margin: 36px 0 0 0;
  opacity: 0;
  -webkit-transform: translate(0, 100px);
      -ms-transform: translate(0, 100px);
          transform: translate(0, 100px);
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  position: relative;
  z-index: 1;
}

.dev-img__block {
  width: 100%;
  position: relative;
}

.dev-img__block._anim .dev-img {
  opacity: 1;
}

.dev-img__block._anim .dev-img__block-item {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  visibility: visible;
  opacity: 1;
}

.dev-img__block._anim .dev-img__block-item:nth-child(1) {
  -webkit-transition-delay: .2s;
       -o-transition-delay: .2s;
          transition-delay: .2s;
z-index: 5;
}

.dev-img__block._anim .dev-img__block-item:nth-child(2) {
  -webkit-transition-delay: .4s;
       -o-transition-delay: .4s;
          transition-delay: .4s;
z-index: 5;
}

.dev-img__block._anim .dev-img__block-item:nth-child(3) {
  -webkit-transition-delay: .6s;
       -o-transition-delay: .6s;
          transition-delay: .6s;
z-index: 1;
}

.dev-img__block._anim .dev-img__block-item:nth-child(4) {
  -webkit-transition-delay: .3s;
       -o-transition-delay: .3s;
          transition-delay: .3s;
z-index: 4;
}

.dev-img__block._anim .dev-img__block-item:nth-child(5) {
  -webkit-transition-delay: .5s;
       -o-transition-delay: .5s;
          transition-delay: .5s;
z-index: 4;
}

.dev-img__block._anim .dev-img__block-item:nth-child(6) {
  -webkit-transition-delay: .8s;
       -o-transition-delay: .8s;
          transition-delay: .8s;
z-index: 2;
}

.dev-img__block._anim .dev-img__block-item:nth-child(7) {
  -webkit-transition-delay: .7s;
       -o-transition-delay: .7s;
          transition-delay: .7s;

}

.dev-img {
  width: 100%;
  opacity: 0;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

.dev-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.dev-img__block-item {
  position: absolute;
  width: 40px;
  height: 40px;
  -webkit-transform: scale(0.3);
      -ms-transform: scale(0.3);
          transform: scale(0.3);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.dev-img__block-item:nth-child(1) {
  top: 28%;
  left: 20%;
}

@media screen and (max-width: 670px) {
  .dev-img__block-item:nth-child(1) .dev-img__block-text {
    left: 280%;
  }
}

.dev-img__block-item:nth-child(2) {
  top: 28%;
  left: 48%;
  -webkit-transition-delay: .4;
       -o-transition-delay: .4;
          transition-delay: .4;
}

.dev-img__block-item:nth-child(3) {
  top: 63%;
  left: 17%;
  -webkit-transition-delay: .6;
       -o-transition-delay: .6;
          transition-delay: .6;
}

@media screen and (max-width: 670px) {
  .dev-img__block-item:nth-child(3) .dev-img__block-text {
    left: 280%;
  }
}

.dev-img__block-item:nth-child(4) {
  top: 50%;
  left: 40%;
  -webkit-transition-delay: .3;
       -o-transition-delay: .3;
          transition-delay: .3;
}

.dev-img__block-item:nth-child(5) {
  top: 49%;
  left: 57%;
  -webkit-transition-delay: .5;
       -o-transition-delay: .5;
          transition-delay: .5;
}

@media screen and (max-width: 670px) {
  .dev-img__block-item:nth-child(5) .dev-img__block-text {
    left: 0%;
  }
}

.dev-img__block-item:nth-child(6) {
  top: 55%;
  left: 68%;
  -webkit-transition-delay: .8;
       -o-transition-delay: .8;
          transition-delay: .8;
}

@media screen and (max-width: 670px) {
  .dev-img__block-item:nth-child(6) .dev-img__block-text {
    left: -120%;
  }
}

.dev-img__block-item:nth-child(7) {
  top: 65%;
  left: 78%;
  -webkit-transition-delay: .7;
       -o-transition-delay: .7;
          transition-delay: .7;
}

@media screen and (max-width: 670px) {
  .dev-img__block-item:nth-child(7) .dev-img__block-text {
    left: -260%;
  }
}

.dev-img__block-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.dev-img__block-item:hover .dev-img__block-text {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(-50%, 110%);
      -ms-transform: translate(-50%, 110%);
          transform: translate(-50%, 110%);
}

@media screen and (max-width: 1200px) {
  .dev-img__block-item {
    width: 30px;
    height: 30px;
  }
}

.dev-img__block-icon {
  width: 100%;
  height: 100%;
}

.dev-img__block-text {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 300px;
  -webkit-transform: translate(-50%, 120%);
      -ms-transform: translate(-50%, 120%);
          transform: translate(-50%, 120%);
  color: var(--light);
  text-align: center;
  background: var(--gradient);
  -webkit-border-radius: 4px;
          border-radius: 4px;
  padding: 8px 12px;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  z-index: 2;
}

@media screen and (max-width: 670px) {
  .dev-img__block-text {
    width: 250px;
    font-size: 14px;
  }
}

.installed {
  color: var(--light);
  background: var(--bgdark);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}

.installed._anim .installed-title {
  opacity: 1;
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
}

.installed-title {
  max-width: 500px;
  width: 100%;
  opacity: 0;
  -webkit-transform: translate(0, 100px);
      -ms-transform: translate(0, 100px);
          transform: translate(0, 100px);
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

.installed__play {
  width: 100%;
  height: 70vh;
  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;
  -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;
}

.installed__play._anim .installed__play-btn {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.installed__play._anim .installed__play-text {
  opacity: 1;
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
}

@media screen and (max-width: 670px) {
  .installed__play {
    height: 70vh;
  }
}

.installed__play-btn {
  width: 145px;
  height: 145px;
  opacity: 0;
  -webkit-transform: scale(0.3);
      -ms-transform: scale(0.3);
          transform: scale(0.3);
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
}

.installed__play-btn img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 670px) {
  .installed__play-btn {
    width: 100px;
    height: 100px;
  }
}

.installed__play-text {
  display: block;
  font-size: 18px;
  opacity: .8;
  margin: 12px 0 0 0;
  opacity: 0;
  -webkit-transform: translate(0, 50px);
      -ms-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
}

@media screen and (max-width: 670px) {
  .installed__play-text {
    font-size: 16px;
  }
}

.advantages__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 18px;
     -moz-column-gap: 18px;
          column-gap: 18px;
  justify-items: center;
}

.advantages__list._anim .advantages-icon {
  opacity: 1;
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
}

.advantages__list._anim .advantages-text {
  opacity: 1;
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
}

@media screen and (max-width: 670px) {
  .advantages__list {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    row-gap: 24px;
  }
}

.advantages__item {
  width: 100%;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 670px) {
  .advantages__item {
    width: 80%;
  }
}

.advantages-icon {
  height: 62px;
  opacity: 0;
  -webkit-transform: translate(0, 50px);
      -ms-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.advantages-icon svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 900px) {
  .advantages-icon {
    height: 52px;
  }
}

@media screen and (max-width: 670px) {
  .advantages-icon {
    height: 42px;
  }
}

.advantages-text {
  color: var(--light);
  opacity: .8;
  margin: 24px 0 0 0;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate(0, 50px);
      -ms-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transition-delay: .2s;
       -o-transition-delay: .2s;
          transition-delay: .2s;
}

@media screen and (max-width: 900px) {
  .advantages-text {
    font-size: 14px;
  }
}

.catalog {
  background: var(--bgdark);
  color: var(--light);
}

.catalog._anim .catalog-subtitle {
  opacity: .8;
}

@media screen and (max-width: 670px) {
  .catalog {
    padding: 80px 0 40px 0;
  }
}

.catalog__body {
  margin: 64px 0 0 0;
}

.catalog-subtitle {
  font-size: 16px;
  opacity: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.catalog__tabs {
  margin: 48px 0 0 0;
}

.catalog__tabs__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
      grid-template-columns: repeat(5, 1fr);
  -webkit-column-gap: 1px;
     -moz-column-gap: 1px;
          column-gap: 1px;
  row-gap: 1px;
}

@media screen and (max-width: 1200px) {
  .catalog__tabs__list {
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
  }
}

@media screen and (max-width: 900px) {
  .catalog__tabs__list {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 670px) {
  .catalog__tabs__list {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

.catalog__tabs-item {
  width: 100%;
  
}

.catalog__tabs-item a{
  font-size: 14px;
  font-weight: 500;
	display:block;
	border: 1px solid #222222;
  padding: 14px 22px;
  text-align-last: left;
	background: #161616;
	color: var(--light);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.catalog__tabs-item._active a{
  color: #2cb742;
}
.catalog__tabs-item a:hover {
  -webkit-box-shadow: 0px 1px 5px 0px #000000;
          box-shadow: 0px 1px 5px 0px #000000;
}

.catalog__cards {
  margin: 84px 0 0 0;
}

.catalog__container {
  padding: 0 24px;
}

.catalog__cards__list {
  min-height: 400px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
  row-gap: 32px;
}

@media screen and (max-width: 1200px) {
  .catalog__cards__list {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 670px) {
  .catalog__cards__list {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

.catalog__cards-item {
  display: none;
  width: 100%;
  background: #161616;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  padding: 0 0 32px 0;
}

.catalog__cards-item._show {
  display: block;
  position:relative;
}

.catalog__cards-img {
  width: 100%;
  height: 200px;
}

.catalog__cards-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.catalog__cards-title {
  font-weight: 500;
  margin: 24px 0 0 0;
}

.catalog__cards__prices {
  border-top: 1px solid #2F2F2F;
  border-bottom: 1px solid #2F2F2F;
  margin: 24px 0;
}

.catalog__cards__prices__block {
  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;
  padding: 18px 24px;
}

.catalog__cards__prices-title {
  font-size: 14px;
  opacity: .8;
}

.catalog__cards__prices-text {
  font-size: 14px;
  color: #2cb742;
  text-align: right;
}
.catalog__cards__prices-title .discount{font-weight:600;background:#b00000;color:#fff;padding:3px;font-size:12px;}
.catalog__cards__prices_old{position:absolute;font-size:12px;right:25px;top:310px;opacity:.4;}
.catalog__cards__prices_old .value{text-decoration:line-through;}

.catalog-example-btn {
  width: 100%;
  margin: 16px 0 0 0;
  background: #161616;
  border: 1px solid #2F2F2F;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.catalog-example-btn:hover {
  background: #222222;
}

.catalog__buttons {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
  margin: 24px 0 0 0;
}

.catalog__buttons-btn {
  font-size: 14px;
  padding: 16px;
}

.catalog__buttons-more {
  background: #222222;
}

.catalog__buttons-more:hover {
  background: #292929;
}

.help {
  padding-bottom: 280px;
}

.help._anim .help-img {
  opacity: 1;
  -webkit-transform: translate(-320px, 270px);
      -ms-transform: translate(-320px, 270px);
          transform: translate(-320px, 270px);
}

@media screen and (max-width: 390px) {
  .help._anim .help-img {
    -webkit-transform: translate(-250px, 230px);
        -ms-transform: translate(-250px, 230px);
            transform: translate(-250px, 230px);
  }
}

.help._anim .help-text {
  opacity: 1;
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
  -webkit-transition-delay: .4s;
       -o-transition-delay: .4s;
          transition-delay: .4s;
}

.help._anim .help-button {
  opacity: 1;
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
  -webkit-transition-delay: .6s;
       -o-transition-delay: .6s;
          transition-delay: .6s;
}

@media screen and (max-width: 390px) {
  .help {
    padding-bottom: 220px;
  }
}

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

@media screen and (max-width: 670px) {
  .help__body {
    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;
  }
}

.help-title {
  max-width: 500px;
  width: 100%;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 40px 0 0;
}

@media screen and (max-width: 1200px) {
  .help-title {
    font-size: 22px;
  }
}

@media screen and (max-width: 900px) {
  .help-title {
    font-size: 18px;
  }
}

@media screen and (max-width: 670px) {
  .help-title {
    margin: 0 0 24px 0;
  }
}

.help-text {
  color: var(--second);
  opacity: 0;
  -webkit-transform: translate(0, 50px);
      -ms-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

@media screen and (max-width: 900px) {
  .help-text {
    font-size: 14px;
  }
}

.help__buttons {
  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: 50px 0 0 0;
}

@media screen and (max-width: 1200px) {
  .help__buttons {
    margin: 32px 0 0 0;
  }
}

@media screen and (max-width: 670px) {
  .help__buttons {
    margin: 16px 0 0 0;
  }
}

@media screen and (max-width: 490px) {
  .help__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.help-button {
  padding: 30px 47px;
  opacity: 0;
  -webkit-transform: translate(0, 50px);
      -ms-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

.help-button:first-child {
  margin: 0 40px 0 0;
}

@media screen and (max-width: 900px) {
  .help-button:first-child {
    margin: 0 20px 0 0;
  }
}

@media screen and (max-width: 490px) {
  .help-button:first-child {
    margin: 0 0 12px 0;
  }
}

@media screen and (max-width: 1200px) {
  .help-button {
    padding: 24px 30px;
  }
}

@media screen and (max-width: 900px) {
  .help-button {
    padding: 18px 20px;
  }
}

@media screen and (max-width: 490px) {
  .help-button {
    width: 100%;
  }
}

.help-img {
  width: 1080px;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transform: translate(-500px, 270px);
      -ms-transform: translate(-500px, 270px);
          transform: translate(-500px, 270px);
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  z-index: -1;
}

.help-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 1200px) {
  .help-img {
    width: 900px;
    -webkit-transform: translate(-300px, 250px);
        -ms-transform: translate(-300px, 250px);
            transform: translate(-300px, 250px);
  }
}

@media screen and (max-width: 900px) {
  .help-img {
    width: 800px;
    -webkit-transform: translate(-280px, 230px);
        -ms-transform: translate(-280px, 230px);
            transform: translate(-280px, 230px);
  }
}

@media screen and (max-width: 900px) {
  .help-img {
    width: 800px;
    -webkit-transform: translate(-220px, 280px);
        -ms-transform: translate(-220px, 280px);
            transform: translate(-220px, 280px);
  }
}

@media screen and (max-width: 490px) {
  .help-img {
    width: 700px;
  }
}

@media screen and (max-width: 390px) {
  .help-img {
    width: 600px;
    -webkit-transform: translate(-220px, 220px);
        -ms-transform: translate(-220px, 220px);
            transform: translate(-220px, 220px);
  }
}

.present {
  border-top: 1px solid var(--outline);
  position: relative;
}

.present._anim .present-text {
  opacity: 1;
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
  -webkit-transition-delay: .2s;
       -o-transition-delay: .2s;
          transition-delay: .2s;
}

.present._anim .present-img {
  -webkit-transform: translate(40%, 0px);
      -ms-transform: translate(40%, 0px);
          transform: translate(40%, 0px);
  opacity: 1;
}

.present._anim .present-input {
  opacity: 1;
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
}

.present._anim .present-input:nth-child(1) {
  -webkit-transition-delay: .4s;
       -o-transition-delay: .4s;
          transition-delay: .4s;
}

.present._anim .present-input:nth-child(2) {
  -webkit-transition-delay: .6s;
       -o-transition-delay: .6s;
          transition-delay: .6s;
}

.present._anim .present-btn {
  opacity: 1;
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
  -webkit-transition-delay: .8s;
       -o-transition-delay: .8s;
          transition-delay: .8s;
}

@media screen and (max-width: 670px) {
  .present {
    padding: 100px 0 40px 0;
  }
}

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

@media screen and (max-width: 900px) {
  .present__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.present-title {
  max-width: 500px;
  width: 100%;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 40px 0 0;
}

@media screen and (max-width: 1200px) {
  .present-title {
    font-size: 22px;
  }
}

@media screen and (max-width: 900px) {
  .present-title {
    font-size: 18px;
  }
}

@media screen and (max-width: 670px) {
  .present-title {
    margin: 0 0 16px 0;
  }
}

.present-text {
  color: var(--second);
  opacity: 0;
  -webkit-transform: translate(0, 50px);
      -ms-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

@media screen and (max-width: 900px) {
  .present-text {
    font-size: 14px;
  }
}

.present__body {
  margin: 124px 0 0 0;
}

@media screen and (max-width: 900px) {
  .present__body {
    margin: 100px 0 0 0;
  }
}

@media screen and (max-width: 670px) {
  .present__body {
    margin: 48px 0 0 0;
  }
}

.present__form form {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}

@media screen and (max-width: 670px) {
  .present__form form {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    row-gap: 16px;
  }
}

.present-input {
  opacity: 0;
  -webkit-transform: translate(50px, 0);
      -ms-transform: translate(50px, 0);
          transform: translate(50px, 0);
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.present-btn {
  opacity: 0;
  -webkit-transform: translate(50px, 0);
      -ms-transform: translate(50px, 0);
          transform: translate(50px, 0);
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

.present-img {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(100%, 0px);
      -ms-transform: translate(100%, 0px);
          transform: translate(100%, 0px);
  width: 558px;
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

.present-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 1200px) {
  .present-img {
    width: 450px;
  }
}

@media screen and (max-width: 900px) {
  .present-img {
    width: 350px;
  }
}

@media screen and (max-width: 670px) {
  .present-img {
    width: 250px;
  }
}

.guarantee {
  background: var(--bgdark);
}

.guarantee._anim .guarantee__content {
  opacity: 1;
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
}

.guarantee._anim .guarantee-img {
  opacity: 1;
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
  -webkit-transition-delay: .2s;
       -o-transition-delay: .2s;
          transition-delay: .2s;
}

.guarantee._anim .guarantee-correction {
  opacity: 1;
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
  -webkit-transition-delay: .4s;
       -o-transition-delay: .4s;
          transition-delay: .4s;
}

.guarantee-title {
  color: #fff;
}

.guarantee__body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: (1fr)[3];
      grid-template-rows: repeat(3, 1fr);
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
  row-gap: 32px;
  margin: 64px 0 0 0;
}

@media screen and (max-width: 900px) {
  .guarantee__body {
    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;
  }
}

.guarantee__content {
  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;
  background: var(--accent2);
  -webkit-border-radius: 20px;
          border-radius: 20px;
  padding: 30px;
  -ms-grid-row: 1;
      grid-row-start: 1;
  grid-row-end: 3;
  opacity: 0;
  -webkit-transform: translate(0, 100px);
      -ms-transform: translate(0, 100px);
          transform: translate(0, 100px);
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

@media screen and (max-width: 1200px) {
  .guarantee__content {
    padding: 24px 30px;
  }
}

@media screen and (max-width: 900px) {
  .guarantee__content {
    -ms-grid-row: auto;
        grid-row-start: auto;
    grid-row-end: auto;
  }
}

@media screen and (max-width: 670px) {
  .guarantee__content {
    padding: 24px 16px;
  }
}

.guarantee__content-info {
  font-size: 20px;
  font-weight: 600;
  color: var(--main);
  background: var(--light);
  padding: 40px 30px;
  -webkit-border-radius: 20px;
          border-radius: 20px;
}

@media screen and (max-width: 1200px) {
  .guarantee__content-info {
    font-size: 16px;
    padding: 24px 30px;
  }
}

.guarantee__content-correction {
  color: var(--light);
  margin: 30px 24px auto 24px;
}

@media screen and (max-width: 1200px) {
  .guarantee__content-correction {
    font-size: 14px;
    margin: 18px 16px auto 16px;
  }
}

.guarantee__content__link {
  width: auto;
  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: var(--light);
  -webkit-border-radius: 100px;
          border-radius: 100px;
  padding: 15px;
  margin: 16px 0 0 0;
}

.guarantee__content__link-icon {
  width: 30px;
  height: 30px;
  margin: 0 15px 0 0;
}

.guarantee__content__link-icon img {
  width: 100%;
  height: 100%;
}

.guarantee__content__link-text {
  font-size: 18px;
  font-weight: 500;
  color: var(--accent);
}

@media screen and (max-width: 1200px) {
  .guarantee__content__link-text {
    font-size: 14px;
  }
}

.guarantee-img {
  -ms-grid-row: 1;
      grid-row-start: 1;
  grid-row-end: 4;
  opacity: 0;
  -webkit-transform: translate(0, 100px);
      -ms-transform: translate(0, 100px);
          transform: translate(0, 100px);
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

.guarantee-img img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1200px) {
  .guarantee-img {
    max-height: 600px;
  }
}

@media screen and (max-width: 900px) {
  .guarantee-img {
    max-height: none;
    -ms-grid-row: auto;
        grid-row-start: auto;
    grid-row-end: auto;
  }
}

.guarantee-correction {
  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: #0F0F0F;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  padding: 30px;
  -ms-grid-row: 3;
      grid-row-start: 3;
  grid-row-end: 4;
  opacity: 0;
  -webkit-transform: translate(0, 100px);
      -ms-transform: translate(0, 100px);
          transform: translate(0, 100px);
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

@media screen and (max-width: 900px) {
  .guarantee-correction {
    -ms-grid-row: auto;
        grid-row-start: auto;
    grid-row-end: auto;
  }
}

@media screen and (max-width: 670px) {
  .guarantee-correction {
    padding: 24px 16px;
  }
}

.guarantee-correction-text {
  font-weight: 600;
  color: var(--light);
  line-height: 1.6;
}

@media screen and (max-width: 1200px) {
  .guarantee-correction-text {
    font-size: 14px;
  }
}

.gallery {
  background: var(--bgdark);
  padding-top: 0;
}

.gallery._anim .gallery__slider {
  opacity: 1;
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
}

.gallery-title {
  max-width: 500px;
  width: 100%;
  font-size: 35px;
  font-weight: 700;
  color: var(--light);
  line-height: 1.4;
  margin: 0 40px 0 0;
}

@media screen and (max-width: 1200px) {
  .gallery-title {
    font-size: 22px;
  }
}

@media screen and (max-width: 900px) {
  .gallery-title {
    font-size: 18px;
  }
}

@media screen and (max-width: 670px) {
  .gallery-title {
    margin: 0 0 16px 0;
  }
}

.gallery__body {
  margin: 80px 0 0 0;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .gallery__body {
    margin: 60px 0 0 0;
  }
}

@media screen and (max-width: 900px) {
  .gallery__body {
    margin: 40px 0 0 0;
  }
}

.gallery-slide {
  opacity: .6;
}

.gallery-slide.swiper-slide-active {
  opacity: 1;
}

.gallery-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.gallery__slider {
  height: 450px;
  opacity: 0;
  -webkit-transform: translate(0, 100px);
      -ms-transform: translate(0, 100px);
          transform: translate(0, 100px);
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

@media screen and (max-width: 670px) {
  .gallery__slider {
    height: 300px;
  }
}

.gallery__slider-arrow {
  width: 40px !important;
  height: 40px !important;
  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: var(--accent2);
  -webkit-border-radius: 50px;
          border-radius: 50px;
}

.gallery__slider-arrow::after {
  display: none;
}

.gallery__slider-arrow svg {
  width: 40%;
  height: 40%;
}

@media screen and (max-width: 500px) {
  .gallery__slider-arrow {
    display: none !important;
  }
}

.gallery__slider-pagination {
  display: none;
}

@media screen and (max-width: 670px) {
  .gallery__slider-pagination {
    display: block;
    bottom: -30px;
    left: 50%;
    -webkit-transform: translate3d(0, 0, 0) translate(-50%, 0) !important;
            transform: translate3d(0, 0, 0) translate(-50%, 0) !important;
    z-index: 1 !important;
  }
  .gallery__slider-pagination span {
    background: var(--light);
  }
  .gallery__slider-pagination span:not(:last-child) {
    margin: 0 8px 0 0;
  }
}

.unique {
  background: var(--bgdark);
}

.unique._anim .unique-item {
  opacity: 1;
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
}

.unique._anim .unique-item:nth-child(1) {
  -webkit-transition-delay: .2s;
       -o-transition-delay: .2s;
          transition-delay: .2s;
}

.unique._anim .unique-item:nth-child(2) {
  -webkit-transition-delay: .4s;
       -o-transition-delay: .4s;
          transition-delay: .4s;
}

.unique._anim .unique-item:nth-child(3) {
  -webkit-transition-delay: .6s;
       -o-transition-delay: .6s;
          transition-delay: .6s;
}

.unique-title {
  max-width: 500px;
  width: 100%;
  font-size: 35px;
  font-weight: 700;
  color: var(--light);
  line-height: 1.4;
  margin: 0 40px 0 0;
}

@media screen and (max-width: 1200px) {
  .unique-title {
    font-size: 22px;
  }
}

@media screen and (max-width: 900px) {
  .unique-title {
    font-size: 18px;
  }
}

@media screen and (max-width: 670px) {
  .unique-title {
    margin: 0 0 16px 0;
  }
}

@media screen and (max-width: 470px) {
  .unigue__body-container {
    padding: 0;
  }
}

.unique__body {
  margin: 80px 0 0 0;
  overflow-x: auto;
  overflow-y: hidden;
}

@media screen and (max-width: 1200px) {
  .unique__body {
    margin: 60px 0 0 0;
  }
}

@media screen and (max-width: 900px) {
  .unique__body {
    margin: 40px 0 0 0;
  }
}

.unique__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
}

@media screen and (max-width: 470px) {
  .unique__list {
    margin: 0 16px;
  }
}

.unique-item {
  width: 100%;
  opacity: 0;
  -webkit-transform: translate(0, 100px);
      -ms-transform: translate(0, 100px);
          transform: translate(0, 100px);
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

@media screen and (max-width: 470px) {
  .unique-item:last-child {
    padding-right: 16px;
  }
}

.unique-img {
  width: 100%;
  position: relative;
}

.unique-img::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  background-image: url("/static/image/play.svg");
  -webkit-background-size: contain;
          background-size: contain;
  width: 86px;
  height: 86px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 1200px) {
  .unique-img::before {
    width: 70px;
    height: 70px;
  }
}

@media screen and (max-width: 900px) {
  .unique-img::before {
    width: 60px;
    height: 60px;
  }
}

@media screen and (max-width: 670px) {
  .unique-img::before {
    width: 50px;
    height: 50px;
  }
}

.unique-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-border-radius: 22px;
          border-radius: 22px;
}

.unique-subtitle {
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  color: var(--light);
  margin: 24px 0 0 0;
}

@media screen and (max-width: 900px) {
  .unique-subtitle {
    font-size: 15px;
    margin: 16px 0 0 0;
  }
}

@media screen and (max-width: 670px) {
  .unique-subtitle {
    font-size: 14px;
  }
}

.app {
  background: var(--bgdark);
}

.app._anim .app-video {
  opacity: 1;
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
}

.app._anim .app__content {
  opacity: 1;
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
}

.app-title {
  max-width: 700px;
  width: 100%;
  font-size: 35px;
  font-weight: 700;
  color: var(--light);
  line-height: 1.4;
  margin: 0 40px 0 0;
}

@media screen and (max-width: 1200px) {
  .app-title {
    font-size: 22px;
  }
}

@media screen and (max-width: 900px) {
  .app-title {
    font-size: 18px;
  }
}

@media screen and (max-width: 670px) {
  .app-title {
    margin: 0 0 16px 0;
  }
}

.app__body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
  margin: 80px 0 0 0;
}

@media screen and (max-width: 1200px) {
  .app__body {
    margin: 60px 0 0 0;
  }
}

@media screen and (max-width: 900px) {
  .app__body {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    row-gap: 32px;
    margin: 40px 0 0 0;
  }
}

.app-video {
	cursor:pointer;
	position:relative;
  width: 100%;
  height: 310px;
  opacity: 0;
  -webkit-transform: translate(-100%, 0);
      -ms-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  background-size:cover;
  background-position:center center;
  overflow:hidden;
}
.app-video>h3{
	color:#fff;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	display:block;
	line-height:1.3;
	overflow:hidden;
	padding:10px 15px;
	background:rgba(0,0,0,.5);
}
.app-video>button{
	position: absolute;
    left: 50%;
    top: 50%;
    width: 68px;
    height: 48px;
    margin-left: -34px;
    margin-top: -24px;
}

.app-video iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 380px) {
  .app-video {
    height: 220px;
  }
}

.app__content {
  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;
  opacity: 0;
  -webkit-transform: translate(100%, 0);
      -ms-transform: translate(100%, 0);
          transform: translate(100%, 0);
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

.app-text {
  color: var(--light);
  line-height: 1.6;
  margin: 0 0 32px 0;
}

.app-text:first-child {
  color: var(--accent);
}

@media screen and (max-width: 900px) {
  .app-text:first-child {
    margin: 0 0 12px 0;
  }
}

.app-text:nth-child(2) {
  opacity: .8;
}

@media screen and (max-width: 900px) {
  .app-text {
    font-size: 14px;
  }
}

.app__social__list {
  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-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.app__social-item {
  margin: 6px 0;
}

.app__social-item:not(:last-child) {
  margin-right: 24px;
}

.repair {
  background: var(--bglight);
  padding-bottom: 0;
}

.repair._anim .repair-img {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.repair._anim .repair__content {
  opacity: 1;
  -webkit-transform: translate(0, -30%);
      -ms-transform: translate(0, -30%);
          transform: translate(0, -30%);
}

.repair-title {
  max-width: 500px;
  width: 100%;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 40px 0 0;
}

@media screen and (max-width: 1200px) {
  .repair-title {
    font-size: 22px;
  }
}

@media screen and (max-width: 900px) {
  .repair-title {
    font-size: 18px;
  }
}

@media screen and (max-width: 670px) {
  .repair-title {
    margin: 0 0 16px 0;
  }
}

.repair__body {
  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;
  margin: 80px 0 0 0;
}

@media screen and (max-width: 1200px) {
  .repair__body {
    margin: 60px 0 0 0;
  }
}

@media screen and (max-width: 900px) {
  .repair__body {
    margin: 40px 0 0 0;
  }
}

.repair-img {
  max-width: 1060px;
  width: 100%;
  height: 480px;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translate(-100px, 0);
      -ms-transform: translate(-100px, 0);
          transform: translate(-100px, 0);
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

.repair-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1200px) {
  .repair-img {
    max-width: 670px;
    height: 320px;
  }
}

.repair__content {
  max-width: 660px;
  width: 100%;
  background: #fff;
  padding: 32px 24px;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  margin: 0 0 0 auto;
  opacity: 0;
  -webkit-transform: translate(100px, -30%);
      -ms-transform: translate(100px, -30%);
          transform: translate(100px, -30%);
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

@media screen and (max-width: 1200px) {
  .repair__content {
    max-width: 500px;
  }
}

@media screen and (max-width: 670px) {
  .repair__content {
    padding: 24px 16px;
    -webkit-border-radius: 0 0 20px 20px;
            border-radius: 0 0 20px 20px;
  }
}

.repair-subtitle {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
}

@media screen and (max-width: 1200px) {
  .repair-subtitle {
    font-size: 16px;
  }
}

@media screen and (max-width: 670px) {
  .repair-subtitle {
    font-size: 15px;
    font-weight: 600;
  }
}

.repair-text {
  font-size: 14px;
  color: var(--second);
  line-height: 1.6;
  margin: 32px 0 0 0;
}

@media screen and (max-width: 1200px) {
  .repair-text {
    margin: 24px 0 0 0;
  }
}

.services {
  background: var(--bglight);
}

.services._anim .services-item {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.services._anim .services-item:nth-child(2) {
  -webkit-transition-delay: .2s;
       -o-transition-delay: .2s;
          transition-delay: .2s;
}

.services._anim .services-item:nth-child(3) {
  -webkit-transition-delay: .4s;
       -o-transition-delay: .4s;
          transition-delay: .4s;
}

.services._anim .services-item:nth-child(4) {
  -webkit-transition-delay: .6s;
       -o-transition-delay: .6s;
          transition-delay: .6s;
}

.services-title {
  max-width: 500px;
  width: 100%;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 40px 0 0;
}

@media screen and (max-width: 1200px) {
  .services-title {
    font-size: 22px;
  }
}

@media screen and (max-width: 900px) {
  .services-title {
    font-size: 18px;
  }
}

@media screen and (max-width: 670px) {
  .services-title {
    margin: 0 0 16px 0;
  }
}

.services__body {
  margin: 80px 0 0 0;
}

@media screen and (max-width: 1200px) {
  .services__body {
    margin: 60px 0 0 0;
  }
}

@media screen and (max-width: 900px) {
  .services__body {
    margin: 40px 0 0 0;
  }
}

.services__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
  row-gap: 32px;
}

@media screen and (max-width: 670px) {
  .services__list {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

.services-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;
  background: #fff;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  padding: 32px 24px;
  opacity: 0;
  -webkit-transform: translate(0, 100px);
      -ms-transform: translate(0, 100px);
          transform: translate(0, 100px);
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

@media screen and (max-width: 670px) {
  .services-item {
    padding: 24px 16px;
  }
}

.services-item-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
}

.services-item-text {
  font-size: 14px;
  margin: 24px 0 auto 0;
}

.services-item-img {
  width: 100%;
  height: 200px;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  margin: 32px 0 0 0;
  overflow: hidden;
}

.services-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.services-item-btn {
  width: 100%;
  margin: 32px 0 0 0;
}

.comparison {
  background: var(--bgdark);
}

.comparison .repair-title {
  max-width: none;
  color: var(--light);
}

.comparison .repair-img {
  margin: 0 0 0 auto;
}

.comparison .repair__content {
  margin: 0 auto 0 0;
}

.comparison .repair-subtitle {
  font-size: 16px;
  font-weight: 600;
}

@media screen and (max-width: 670px) {
  .comparison .repair-subtitle {
    font-size: 14px;
  }
}

.benefit {
  background: var(--bgdark);
}

@media screen and (max-width: 670px) {
  .benefit {
    padding: 80px 0 40px 0;
  }
}

.benefit-title {
  max-width: 500px;
  width: 100%;
  font-size: 35px;
  font-weight: 700;
  color: var(--light);
  line-height: 1.4;
  margin: 0 40px 0 0;
}

@media screen and (max-width: 1200px) {
  .benefit-title {
    font-size: 22px;
  }
}

@media screen and (max-width: 900px) {
  .benefit-title {
    font-size: 18px;
  }
}

@media screen and (max-width: 670px) {
  .benefit-title {
    margin: 0 0 16px 0;
  }
}

.benefit__body {
  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: 120px 0 0 0;
}

@media screen and (max-width: 1200px) {
  .benefit__body {
    margin: 60px 0 0 0;
  }
}

@media screen and (max-width: 900px) {
  .benefit__body {
    margin: 40px 0 0 0;
  }
}

.benefit-img__block {
  position: relative;
  padding: 20px 60px 0 60px;
}

.benefit-img {
  max-width: 631px;
  width: 100%;
}

.benefit-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 1030px) {
  .benefit-img__block__list {
    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;
  }
}

.benefit-img__block-item {
  max-width: 220px;
  width: 100%;
  position: absolute;
  font-size: 14px;
  font-weight: 500;
  color: var(--light);
  opacity: .8;
  text-align: center;
}

.benefit-img__block-item:nth-child(1) {
  top: -6%;
  left: 32%;
}

.benefit-img__block-item:nth-child(2) {
  top: 11%;
  left: 76%;
}

.benefit-img__block-item:nth-child(3) {
  top: 46%;
  left: 92%;
}

.benefit-img__block-item:nth-child(4) {
  top: 82%;
  left: 75%;
}

.benefit-img__block-item:nth-child(5) {
  top: 103%;
  left: 32%;
}

.benefit-img__block-item:nth-child(6) {
  top: 82%;
  left: -13%;
}

.benefit-img__block-item:nth-child(7) {
  top: 46%;
  left: -24%;
}

.benefit-img__block-item:nth-child(8) {
  top: 11%;
  left: -10%;
}

@media screen and (max-width: 1030px) {
  .benefit-img__block-item {
    max-width: none;
    position: relative;
    text-align: left;
    top: 0 !important;
    left: 0 !important;
  }
  .benefit-img__block-item::before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 12px;
    height: 12px;
    -webkit-transform: translate(-18px, 0);
        -ms-transform: translate(-18px, 0);
            transform: translate(-18px, 0);
    background: -webkit-linear-gradient(353.29deg, #FA1F1F 1.86%, #C91717 118.91%);
    background: -o-linear-gradient(353.29deg, #FA1F1F 1.86%, #C91717 118.91%);
    background: linear-gradient(96.71deg, #FA1F1F 1.86%, #C91717 118.91%);
    border: 1px solid var(--light);
    -webkit-border-radius: 50px;
            border-radius: 50px;
    margin: 0 4px 0 0;
  }
  .benefit-img__block-item:not(:first-child) {
    margin: 12px 0 0 0;
  }
}

@media screen and (max-width: 670px) {
  .benefit-img__block-item {
    max-width: 300px;
  }
}

@media screen and (max-width: 1030px) {
  .benefit-img__block {
    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;
    padding: 0;
  }
  .benefit-img {
    width: 50%;
  }
  .benefit-img__block__list {
    margin: 0 0 0 24px;
  }
}

@media screen and (max-width: 670px) {
  .benefit-img__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .benefit-img {
    width: 70%;
  }
  .benefit-img__block__list {
    margin: 32px 0 0 0;
  }
}

.faq {
  background: var(--bgdark);
}

.faq._anim .faq__item {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.faq._anim .faq__item:nth-child(2) {
  -webkit-transition-delay: .2s;
       -o-transition-delay: .2s;
          transition-delay: .2s;
}

.faq._anim .faq__item:nth-child(3) {
  -webkit-transition-delay: .4s;
       -o-transition-delay: .4s;
          transition-delay: .4s;
}

.faq._anim .faq__item:nth-child(4) {
  -webkit-transition-delay: .6s;
       -o-transition-delay: .6s;
          transition-delay: .6s;
}

@media screen and (max-width: 670px) {
  .faq {
    padding: 64px 0 40px 0;
  }
}

.faq-title {
  width: 100%;
  font-size: 35px;
  font-weight: 700;
  color: var(--light);
  line-height: 1.4;
  margin: 0 40px 0 0;
}

@media screen and (max-width: 1200px) {
  .faq-title {
    font-size: 22px;
  }
}

@media screen and (max-width: 900px) {
  .faq-title {
    font-size: 18px;
  }
}

@media screen and (max-width: 670px) {
  .faq-title {
    margin: 0 0 16px 0;
  }
}

.faq__body {
  margin: 80px 0 0 0;
}

@media screen and (max-width: 1200px) {
  .faq__body {
    margin: 60px 0 0 0;
  }
}

@media screen and (max-width: 900px) {
  .faq__body {
    margin: 40px 0 0 0;
  }
}

.faq__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
  row-gap: 64px;
}

@media screen and (max-width: 670px) {
  .faq__list {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    row-gap: 48px;
  }
}

.faq__item {
  width: 100%;
  opacity: 0;
  -webkit-transform: translate(0, 100px);
      -ms-transform: translate(0, 100px);
          transform: translate(0, 100px);
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

.faq__item-img {
  width: 100%;
  height: 320px;
  position: relative;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  overflow: hidden;
}

.faq__item-img::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 86px;
  height: 86px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url("/static/image/play.svg");
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
}

@media screen and (max-width: 1200px) {
  .faq__item-img::before {
    width: 70px;
    height: 70px;
  }
}

@media screen and (max-width: 900px) {
  .faq__item-img::before {
    width: 60px;
    height: 60px;
  }
}

@media screen and (max-width: 670px) {
  .faq__item-img::before {
    width: 50px;
    height: 50px;
  }
}

.faq__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1200px) {
  .faq__item-img {
    height: 280px;
  }
}

@media screen and (max-width: 900px) {
  .faq__item-img {
    height: 220px;
  }
}

.faq__item-title {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  color: var(--light);
  margin: 24px 0 0 0;
}

@media screen and (max-width: 1200px) {
  .faq__item-title {
    font-size: 16px;
  }
}

.news .faq__item-link {
  display: block;
  position: relative;
}

.news .faq__item-img {
  position: initial;
}

.news .faq__item-img::before {
  display: none;
}

.news .faq__item-title {
  display: block;
  margin: 18px 0 0 0;
}

.news__item-date {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 20px;
  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-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: url("/static/image/date.svg");
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  color: var(--light);
  text-align: center;
}

.news__item-date .news__item-date-mounth {
  font-size: 12px;
  font-weight: 500;
  margin: 0 0 8px 0;
}

.news__item-date .news__item-date-day {
  display: block;
  font-size: 20px;
}

.news__item-label {
  display: inline-block;
  color: var(--light);
  opacity: .8;
  margin: 24px 0 0 0;
}

.news-post {
  padding: 0;
}

.news-text {
  margin: 32px 0;
}

.news__images {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  row-gap: 24px;
  padding: 32px 0;
}

.pagenav{margin:30px 0 10px 0;text-align:center;}
.pagenav a,.pagenav span.current{height:40px;line-height:40px;padding:0 15px;display:inline-block;margin:0 5px 10px 0;border-radius:10px;}
.pagenav span.current{background:#fff;color:#333;font-weight:bold;}
.pagenav a{text-decoration:none;background:#be4044;color:#fff;}
.pagenav a:hover{background:#ba292d;}

@media screen and (max-width: 900px) {
  .news__images {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
    row-gap: 16px;
  }
}

.news-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.branch {
  background: var(--bgdark);
}

.branch._anim .branch__item {
  opacity: 1;
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
}

.branch._anim .branch__item:nth-child(2) {
  -webkit-transition-delay: .2s;
       -o-transition-delay: .2s;
          transition-delay: .2s;
}

.branch._anim .branch__item:nth-child(3) {
  -webkit-transition-delay: .4s;
       -o-transition-delay: .4s;
          transition-delay: .4s;
}

.branch._anim .branch__item:nth-child(4) {
  -webkit-transition-delay: .6s;
       -o-transition-delay: .6s;
          transition-delay: .6s;
}

.branch._anim .branch__item:nth-child(5) {
  -webkit-transition-delay: .8s;
       -o-transition-delay: .8s;
          transition-delay: .8s;
}

.branch._anim .branch__item:nth-child(6) {
  -webkit-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s;
}

.branch-title {
  width: 100%;
  font-size: 35px;
  font-weight: 700;
  color: var(--light);
  line-height: 1.4;
  margin: 0 40px 0 0;
}

@media screen and (max-width: 1200px) {
  .branch-title {
    font-size: 22px;
  }
}

@media screen and (max-width: 900px) {
  .branch-title {
    font-size: 18px;
  }
}

@media screen and (max-width: 670px) {
  .branch-title {
    margin: 0 0 16px 0;
  }
}

.branch__body {
  margin: 80px 0 0 0;
}

@media screen and (max-width: 1200px) {
  .branch__body {
    margin: 60px 0 0 0;
  }
}

@media screen and (max-width: 900px) {
  .branch__body {
    margin: 40px 0 0 0;
  }
}

.branch__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
  row-gap: 32px;
}

@media screen and (max-width: 900px) {
  .branch__list {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (max-width: 670px) {
  .branch__list {
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
    row-gap: 24px;
  }
}

.branch__item {
  background: #0F0F0F;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  padding: 48px 32px;
  opacity: 0;
  -webkit-transform: translate(0, 100px);
      -ms-transform: translate(0, 100px);
          transform: translate(0, 100px);
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

@media screen and (max-width: 670px) {
  .branch__item {
    padding: 24px 24px;
  }
}

.branch-city {
  font-size: 22px;
  color: var(--light);
}

@media screen and (max-width: 670px) {
  .branch-city {
    font-size: 18px;
  }
}

.branch__content {
  margin: 24px 0 0 0;
}

@media screen and (max-width: 670px) {
  .branch__content {
    margin: 16px 0 0 0;
  }
}

.branch__phones {
  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-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.branch-phone {
  color: var(--light);
  opacity: .5;
  margin: 6px 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.branch-phone:not(:last-child) {
  margin-right: 16px;
}

.branch-phone:hover {
  opacity: 1;
}

@media screen and (max-width: 670px) {
  .branch-phone {
    font-size: 14px;
  }
}

.branch-address {
  display: inline-block;
  color: var(--light);
  opacity: .5;
  margin: 8px 0 0 0;
}

@media screen and (max-width: 670px) {
  .branch-address {
    font-size: 14px;
    margin: 4px 0 0 0;
  }
}

.contacts {
  background: var(--bgdark);
  position: relative;
  padding: 0;
}

.contacts._anim .contacts__card {
  opacity: 1;
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
}

@media screen and (max-width: 670px) {
  .contacts {
    padding: 350px 0 0 0;
  }
}

.contacts__body {
  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: 64px 0;
}

@media screen and (max-width: 670px) {
  .contacts__body {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 0 0 32px 0;
  }
}

.contacts__card {
  max-width: 560px;
  width: 100%;
  background: var(--light);
  padding: 64px;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  position: relative;
  z-index: 1;
  opacity: 0;
  -webkit-transform: translate(100px, 0);
      -ms-transform: translate(100px, 0);
          transform: translate(100px, 0);
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

@media screen and (max-width: 670px) {
  .contacts__card {
    max-width: none;
    padding: 32px 24px;
  }
}

.contacts-title {
  font-size: 20px;
  font-weight: 500;
}

.contacts__block {
  margin: 32px 0 0 0;
}

.contacts__block-title {
  color: var(--second);
}

.contacts__block__content {
  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;
}

.contacts__block-text {
  display: inline-block;
  font-weight: 600;
  margin: 12px 0 0 0;
}

.contacts__block-link {
  display: inline-block;
  font-weight: 600;
  color: var(--main);
  margin: 12px 0 0 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.contacts__block-link:hover {
  opacity: .8;
}

.contacts-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--bgdark);
  background:url(/static/image/transparent.jpg);
}

.contacts-map::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  pointer-events: none;
}

@media screen and (max-width: 670px) {
  .contacts-map {
    height: 60%;
  }
}

.footer {
  background: #0F0F0F;
}

.footer-police {
  font-size: 14px;
  font-weight: 400;
  color: var(--light);
  opacity: .8;
  text-align: right;
  padding: 0 0 0 24px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.footer-police:hover {
  opacity: 1;
}

.body-product {
  background: var(--bglight);
}

.product {
  padding: 0 0 30px 0;
}

.product-header {
	
  position: relative;
  z-index: 2;
}

 
.product-header .header-item a {
  color: var(--light);

}

@media screen and (max-width: 920px) {
  .product-header .header-item a {
    color: var(--light);
  }
}

.product-header .header-burger span {
  background: var(--light);
}

.product-header._show .header-item a {
  color: var(--light);
}

.product-header._show .header-burger span {
  background: var(--light);
}

.product-header._show .header-phone span {
  background: var(--light);
}

.product-title {
  font-size: 35px;
  font-weight: 600;
  margin: 60px 0 0 0;
}

@media screen and (max-width: 900px) {
  .product-title {
    font-size: 25px;
  }
}

.product__sliders-second{position:relative;}
.product__sliders-second .swiper-container{overflow:hidden;}

.product__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 64px 0 0 0;
}

@media screen and (max-width: 900px) {
  .product__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 32px 0 0 0;
  }
}

.product__sliders {
	-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;
  max-width: 560px;
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .product__sliders {
    max-width: 420px;
  }
}

@media screen and (max-width: 900px) {
  .product__sliders {
    max-width: none;
  }
}

.product__slider-main {
  width: 100%;
  height: 420px;
  position:relative;
}

@media screen and (max-width: 1200px) {
  .product__slider-main {
    height: 320px;
  }
}

@media screen and (max-width: 900px) {
  .product__slider-main {
    height: 420px;
  }
}

@media screen and (max-width: 670px) {
  .product__slider-main {
    height: 320px;
  }
}

.product__slider-second {
  width: 100%;
  height: 64px;
  margin: 6px 0 0 0;
}

.product__slider-second .swiper-slide-thumb-active {
  opacity: .8;
}

.product__slider-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product__slider-arrow {
	z-index:888;
  width: 40px !important;
  height: 40px !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background:rgba(255,255,255,.3);
  -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: 30px;
          border-radius: 30px;
  -webkit-box-shadow: 0px 0px 5px #000;
          box-shadow: 0px 0px 5px #000;
}
.product__slider-arrow:hover{background:rgba(255,255,255,.6);}

.product__slider-arrow svg {
  width: 50%;
  height: 50%;
}

.product__slider-arrow::after {
  display: none;
}

.product__content {
  margin: 0 0 0 32px;
}

@media screen and (max-width: 900px) {
  .product__content {
    margin: 32px 0 0 0;
  }
}

section.pd0{padding:0;}
p.product-text{margin-top:10px;}
img.product-action{
	display:block;
	width:100%;
	max-width:380px;
	margin-top:20px;
	-webkit-border-radius:10px;
	border-radius:10px;
	-webkit-box-shadow:1px 1px 2px #000;
	-moz-box-shadow:1px 1px 2px #000;
	box-shadow:1px 1px 2px #000;
}



.product-subtitle {
  font-size: 22px;
}

.product-price {
  display: inline-block;
  font-size: 25px;
  font-weight: 600;
  color: var(--accent);
  margin: 24px 0 0 0;
}
.product-price-old{
  display: inline-block;
  font-size: 25px;
  font-weight: 400;
  color: var(--second);
  margin: 24px 0 0 20px;
  text-decoration:line-through;
}
.product-price-old-1{display:none;}

@media screen and (max-width: 900px) {
  .product-price {
    margin: 16px 0 0 0;
  }
}

p.product-price-note{font-size:13px;margin:10px 0 0 0;line-height:1.3;color:var(--second);opacity:.8;}

.product__additionally {
  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;
  margin: 16px 0 0 0;
}

.product__additionally-title {
  font-size: 14px;
  font-weight: 600;
}

.product__additionally-select {
  max-width: 230px;
  width: 100%;
  font-weight: 600;
  color: var(--second);
  background: #F8F8F8;
  border: 1px solid var(--outline);
  -webkit-border-radius: 4px;
          border-radius: 4px;
  padding: 4px;
  margin: 6px 0 0 0;
}

.product-btn {
  font-size: 14px;
  font-weight: 600;
  padding: 12px 30px;
  margin: 24px 0 0 0;
}

.product-text {
  width: 100%;
  font-size: 14px;
  line-height: 1.6;
  margin: 24px 0 0 0;
}

section.video{padding:50px 0 100px 0;}
@media screen and (max-width: 1200px){
	section.video{
		padding:40px 0 80px 0;
	}
}
@media screen and (max-width: 900px){
	section.video{
		padding:30px 0 60px 0;
	}
}

section.video h2.repair-title{text-align:center;margin:0 auto 40px auto;}
.video__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
  row-gap: 32px;
}

@media screen and (max-width: 670px) {
  .video__list {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    row-gap: 24px;
  }
}

.video-item {
	position:relative;
	cursor:pointer;
	height: 320px;
	background-size:cover;
	background-position:center center;
}
.video-item._video video{width:100%;height:100%;}
.video-item>button{
	position: absolute;
    left: 50%;
    top: 50%;
    width: 68px;
    height: 48px;
    margin-left: -34px;
    margin-top: -24px;
}
.video-item>button.vg{
	width: 80px;
    height: 80px;
	margin-left: -40px;
    margin-top: -40px;
}
h4.vg-title{color:#fff;position:absolute;left:0;top:0;width:100%;padding:20px;font-size:16px;font-weight:bold;text-shadow:1px 1px 3px #666;}


@media screen and (max-width: 1200px) {
  .video-item {
    height: 220px;
  }
}

@media screen and (max-width: 900px) {
  .video-item {
    height: 160px;
  }
}

@media screen and (max-width: 670px) {
  .video-item {
    height: 220px;
  }
}

.modals {
  display: block !important;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  overflow-y: auto;
  z-index: 11;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.modal._show {
  visibility: visible;
  opacity: 1;
}

.modal._show .modal__content {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 32px;
  height: 32px;
  cursor: pointer;
}

.modal-close::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  width: 80%;
  height: 2px;
  background: var(--light);
  opacity: .8;
}

.modal-close::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  width: 80%;
  height: 2px;
  background: var(--light);
  opacity: .8;
}

.modal__body {
  min-height: 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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 24px 0;
}

.modal__content {
  max-width: 500px;
  width: 100%;
  background: #fff;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  padding: 32px 24px;
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.mexample .modal__content {
  padding-top: 16px;
}

.mexample .modal-close {
  position: relative;
  top: auto;
  right: auto;
  margin: 0 0 12px auto;
}

.mexample .modal-close::before, .mexample .modal-close::after {
  background: var(--main);
}

.mexample__form {
  margin: 24px 0 0 0;
}

.mexample-input:not(:first-child) {
  margin: 24px 0 0 0;
}

.mexample__select {
  margin: 24px 0 0 0;
}

.mexample__select-select {
  border: 1px solid var(--outline);
  background: #fff;
  padding: 4px;
  margin: 0 0 0 6px;
}

.mexample__checkbox {
  position: relative;
  margin: 16px 0 0 0;
}

.mexample__checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.mexample__checkbox input:checked + label::before {
  content: '\2713';
  color: var(--accent);
  border: 2px solid var(--accent);
}

.mexample__checkbox label {
  max-width: 400px;
  width: 100%;
  display: inline-block;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  font-size: 14px;
  position: relative;
  pointer-events: none;
}

.mexample__checkbox label::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid var(--outline);
  text-align: center;
  vertical-align: middle;
  margin: 0 6px 0 0;
}

.mexample__checkbox label a {
  color: var(--accent);
  text-decoration: underline;
  pointer-events: all;
}

.mexample__checkbox label a:hover {
  text-decoration: none;
}

.mexample-btn {
  width: 100%;
  -webkit-border-radius: 0;
          border-radius: 0;
  margin: 32px 0 0 0;
}

.mexample-title {
  font-size: 24px;
  font-weight: 700;
}

@media screen and (max-width: 670px) {
  .mexample-title {
    font-size: 20px;
  }
}

.mcart .modal__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;
}

.mcart .modal__header .modal-close {
  margin: 0;
}

.mcart__products {
  border-top: 1px solid var(--outline);
  border-bottom: 1px solid var(--outline);
  margin: 32px 0 0 0;
}

.mcart__product {
  padding: 12px 0;
  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;
  position: relative;
}

.mcart__product._delete .mcart__delete {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}

.mcart__delete {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  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;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  pointer-events: none;
}

.mcart__delete-text {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: var(--second);
}

.mcart__delete-btn {
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
  margin: 0 0 0 12px;
}

.mcart__delete-btn:hover {
  text-decoration: none;
}

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

.mcart__product-img {
  min-width: 70px;
  width: 70px;
  height: 70px;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  overflow: hidden;
}

.mcart__product-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mcart__product__info {
  max-width: 170px;
  width: 100%;
  margin: 0 0 0 16px;
}

.mcart__product-title {
  font-size: 15px;
  font-weight: 600;
  color: var(--main);
}

.mcart__product-title:hover {
  opacity: .8;
}

.mcart__product-text {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  color: var(--second);
  margin: 6px 0 0 0;
}

.mcart__product__tools {
  width: 30%;
  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;
  margin: 0 0 0 16px;
}

.mcart__product-price {
  font-size: 16px;
  font-weight: 500;
  text-align: right;
}

@media screen and (max-width: 670px) {
  .mcart__product-price {
    font-size: 14px;
  }
}

.mcart__product-delete {
  min-width: 20px;
  width: 20px;
  height: 20px;
  border: 1px solid var(--outline);
  -webkit-border-radius: 20px;
          border-radius: 20px;
  margin: 0 0 0 12px;
  position: relative;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.mcart__product-delete::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  width: 60%;
  height: 1px;
  background: var(--outline);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.mcart__product-delete::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  width: 60%;
  height: 1px;
  background: var(--outline);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.mcart__product-delete:hover {
  border: 1px solid var(--accent2);
}

.mcart__product-delete:hover::after, .mcart__product-delete:hover::before {
  background: var(--accent2);
}

.mcart-total {
  width: 100%;
  text-align: right;
  margin: 24px 0 0 0;
}

.mcart-total-text {
  font-weight: 600;
}

.mvideo .modal__content {
  max-width: 964px;
  height: 542px;
  padding: 0;
  -webkit-border-radius: 0;
          border-radius: 0;
}

@media screen and (max-width: 1200px) {
  .mvideo .modal__content {
    max-width: 700px;
    height: 390px;
  }
}

@media screen and (max-width: 900px) {
  .mvideo .modal__content {
    max-width: 500px;
    height: 280px;
  }
}

@media screen and (max-width: 670px) {
  .mvideo .modal__content {
    max-width: 500px;
    height: 230px;
  }
}

.mvideo-video {
  width: 100%;
  height: 100%;
  background: var(--main);
}

.mvideo-video iframe {
  width: 100%;
  height: 100%;
}

.mvideo .modal-close {
  background: #000;
}

.mexample .modal__content {
  max-width: 640px;
}

.mexample .mexample-video {
  width: 100%;
  height: 310px;
  margin: 0 0 32px 0;
  background: var(--main);
}

.mexample .mexample-video iframe {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 920px) {
  .mexample .modal__content {
    padding: 16px 24px 32px;
  }
  .mexample .modal-close {
    width: 24px;
    height: 24px;
    position: relative;
    top: 0;
    right: 0;
    margin: 0 0 12px auto;
  }
  .mexample .modal-close::before, .mexample .modal-close::after {
    background: var(--main);
  }
}

@media screen and (max-width: 460px) {
  .mexample .modal__body {
    padding: 0;
  }
  .mexample .modal__content {
    -webkit-border-radius: 0;
            border-radius: 0;
    padding: 16px;
  }
  .mexample .mexample-video {
    height: 240px;
  }
}

.mhelp .modal__content {
  max-width: 540px;
}

.mhelp .modal-close::before, .mhelp .modal-close::after {
  background: var(--main);
}

.mcart .modal-close {
  position: relative;
  top: 0;
  left: 0;
}

.mcart .modal-close::before, .mcart .modal-close::after {
  background: var(--main);
}

.cart {
  position: fixed;
  top: 90px;
  right: 40px;
  width: 60px;
  height: 60px;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.cart._show {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}

@media screen and (max-width: 920px) {
  .cart {
    position: relative;
    top: 0;
    left: 0;
    width: 0;
    height: 40px;
    margin: 0 10px 0 0;
  }
}

.cart__btn {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 40px;
          border-radius: 40px;
  background: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  overflow: hidden;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

@media screen and (min-width: 920px) {
  .cart__btn:hover {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
  .cart__btn:hover ~ .cart__btn-tooltip {
    visibility: visible;
    opacity: 1;
  }
  .cart__btn:active {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
}

.cart__btn:active {
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
}

.cart__btn-img {
  width: 100%;
  height: 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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cart__btn-img svg {
  width: 60%;
  height: 60%;
}

.cart__btn-img svg path {
  stroke: var(--main);
}

.cart__btn-quantity {
  position: absolute;
  bottom: -2px;
  right: -2px;
  width: 24px;
  height: 24px;
  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-size: 14px;
  color: #fff;
  background: #FF0000;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  pointer-events: none;
}

@media screen and (max-width: 920px) {
  .cart__btn-quantity {
    width: 20px;
    height: 20px;
  }
}

.cart__btn-tooltip {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-115%, -50%);
      -ms-transform: translate(-115%, -50%);
          transform: translate(-115%, -50%);
  white-space: nowrap;
  padding: 6px 10px;
  background: #292929;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.cart__btn-tooltip::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 12px;
  height: 12px;
  background: inherit;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  -webkit-transform: translate(40%, -50%) rotate(45deg);
      -ms-transform: translate(40%, -50%) rotate(45deg);
          transform: translate(40%, -50%) rotate(45deg);
}

.send {
  height: 50px;
  min-width: 50px;
  position: fixed;
  bottom: 24px;
  left: 0;
  -webkit-transform: translate(-100%, 0);
      -ms-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  background: #fff;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.send._show-success {
  bottom: 24px;
  left: 24px;
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
}

.send._show-success .send-success {
  display: inline;
}

.send._show-error {
  bottom: 24px;
  left: 24px;
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
}

.send._show-error .send-error {
  display: inline;
}

.send__body {
  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: 16px 24px;
}

.send-text {
  display: none;
  font-size: 14px;
  font-weight: 600;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.send-success {
  color: green;
}

.send-error {
  color: red;
}



body._not_mobile ._whatsapp_link{display:none;}

section#catalog{padding-top:80px;}
.catalog_header{padding:100px 0;background-repeat:no-repeat;background-position:center center;background-size:cover;position:relative;}
.catalog_header:after{background:rgba(0,0,0,.5) url(/static/image/overlay2.png);position:absolute;left:0;top:0;width:100%;height:100%;content:'';z-index:1;}
.catalog_header .container{z-index:2;position:relative;}
.catalog_header h1{font-size:40px;text-transform:uppercase;font-weight:bold;}
.catalog_header p{font-size:20px;line-height:1.4;margin-top:20px;}
.catalog_header h1,.catalog_header p{color:#fff;text-shadow:0 0 5px #000;}


@media not screen, screen and (max-width:1200px){
	.catalog_header{padding:70px 0;}
	.catalog_header h1{font-size:30px;}
	.catalog_header p{font-size:16px;margin-top:15px;}
}
@media not screen, screen and (max-width:920px){
	.catalog_header{padding:50px 0;}
	.catalog_header h1{font-size:26px;}
	.catalog_header p{font-size:14px;margin-top:10px;}
}
@media not screen, screen and (max-width:800px){
	.home_text.product_text h2{font-size:18px;}
	.home_text.product_text h3{font-size:17px;}
	.home_text.product_text h4{font-size:16px;}
}
@media not screen, screen and (max-width:600px){
	.catalog_header{padding:40px 0;}
	.catalog_header h1{font-size:20px;}
}


.conditions{margin-top:40px;font-size:13px;opacity:.5;}
.conditions a{color:#b00000;}
.cookie-box{position:fixed;z-index:99999999;bottom:10px;left:50%;max-width:600px;width:100%;transform:translateX(-50%);background:#333;color:#fff;padding:20px 30px;}
.cookie-box h2{font-size:16px;line-height:1.2;transform:translate(0);opacity:1;text-transform:none;}
.cookie-box p{font-size:14px;line-height:1.3;margin:10px 0 15px 0;}
.cookie-box p a{color:#2cb742;}
.cookie-box button{background:#a82721;padding:10px 20px;color:#fff;font-size:14px;}
.cookie-box button:hover{opacity:.8;}
@media not screen, screen and (max-width:600px){
	.cookie-box{bottom:0;transform:translate(0);left:0;padding:10px 20px;}
	.cookie-box h2{font-size:14px;}
	.cookie-box p{margin:5px 0 8px 0;font-size:13px;}
}

.policy-box li{margin:5px 0;line-height:1.3;}
.policy-box .table-wrap{width:100%;overflow-x:auto;}
.policy-box table{border-collapse:collapse;margin:0 auto;}
.policy-box th,.policy-box td{border-bottom:1px solid #ddd;padding:10px 15px;font-size:14px;}
.policy-box th{font-weight:600;text-align:center;}

@media not screen, screen and (max-width:600px){
	.policy-box h2{font-size:20px;}
	.policy-box h3{font-size:18px;}
	.policy-box th,.policy-box td,
	.policy-box li,.policy-box p{font-size:13px;}
}