@charset "UTF-8";
@font-face {
  font-family: 'Open Sans';
  src:  url('../fonts/OpenSans/OpenSans-Light.woff2') format('woff2'),
        url('../fonts/OpenSans/OpenSans-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
	font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src:  url('../fonts/OpenSans/OpenSans-Regular.woff2') format('woff2'),
        url('../fonts/OpenSans/OpenSans-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
	font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src:  url('../fonts/OpenSans/OpenSans-SemiBold.woff2') format('woff2'),
        url('../fonts/OpenSans/OpenSans-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
	font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src:  url('../fonts/OpenSans/OpenSans-Bold.woff2') format('woff2'),
        url('../fonts/OpenSans/OpenSans-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
	font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src:  url('../fonts/Montserrat/Montserrat-Regular.woff2') format('woff2'),
        url('../fonts/Montserrat/Montserrat-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
	font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src:  url('../fonts/Montserrat/Montserrat-Medium.woff2') format('woff2'),
        url('../fonts/Montserrat/Montserrat-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
	font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src:  url('../fonts/Montserrat/Montserrat-SemiBold.woff2') format('woff2'),
        url('../fonts/Montserrat/Montserrat-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
	font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src:  url('../fonts/Montserrat/Montserrat-Black.woff2') format('woff2'),
        url('../fonts/Montserrat/Montserrat-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
	font-display: swap;
}

@font-face {
  font-family: 'Lora';
  src:  url('../fonts/Lora/Lora-Bold.woff2') format('woff2'),
        url('../fonts/Lora/Lora-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
	font-display: swap;
}

@font-face {
  font-family: 'Pattaya';
  src:  url('../fonts/Pattaya/Pattaya-Regular.woff2') format('woff2'),
        url('../fonts/Pattaya/Pattaya-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
	font-display: swap;
}
/*Обнуление*/
*{
	padding: 0;
	margin: 0;
	border: 0;
}
*,*:before,*:after{
	-moz-box-sizing: border-box;
	-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%;
}
input,button,textarea{font-family:inherit;}
input::-ms-clear{display: none;}
button{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;}
img{vertical-align: top;max-width:100%;}
h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight: 400;}
/*--------------------*/
/* body */
body {
	display: flex;
	flex-direction: column;
	font-family: 'Open Sans';
	font-weight: 400;
	font-size: 18px;
	line-height: 29px;
	background: #fff;
	color: #252831;
}
@media (max-width: 1199px) {
  .noscroll {
    overflow: hidden;
  }
}
@media (max-width:767px) {
  body {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width:575px) {
  body {
    font-size: 14px;
    line-height: 21px;
  }
}
.hidden {
  display: none;
}
/* main */
main {
	flex-grow: 1;
  padding-top: 90px;
}
@media (max-width:767px) {
  main {
    padding-top: 65px;
  }
}
section {
  padding: 120px 0;
}
@media (max-width:1199px) {
  section {
    padding: 60px 0;
  }
}
@media (max-width:767px) {
  section {
    padding: 40px 0;
  }
}
.container {
  width: 100%;
  max-width: 1170px;
  padding: 0 15px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .container {
    max-width: 100%;
  }
}
.title-h1 {
  font-family: 'Lora';
  font-size: 48px;
  line-height: 58px;
  margin-bottom: 32px;
}
.title-h2 {
  font-family: 'Lora';
  font-weight: 700;
  font-size: 48px;
  line-height: 58px;
}
.title-h3 {
  font-family: 'Lora';
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
}
@media (max-width:1199px) {
  .title-h1 {
    font-size: 44px;
    line-height: 52px;
  }
  .title-h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width:991px) {
  .title-h1 {
    font-size: 38px;
    text-align: center;
  }
  .title-h2 {
    font-size: 34px;
    line-height: 40px;
    text-align: center;
  }
  .title-h3 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (max-width:767px) {
  .title-h1 {
    font-size: 32px;
    line-height: 34px;
  }
  .title-h2 {
    font-size: 26px;
    line-height: 32px;
  }
  .title-h3 {
    font-size: 26px;
    line-height: 32px;
  }
}
@media (max-width:575px) {
  .title-h1 {
    font-size: 24px;
    line-height: 29px;
  }
  .title-h2 {
    font-size: 24px;
    line-height: 29px;
  }
  .title-h3 {
    font-size: 24px;
    line-height: 29px;
  }
}
.text {
	font-size: 18px;
  margin-bottom: 29px;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-orange {
  color: #FF6400;
}
.text-semibold {
  font-weight: 600;
}
.margin-auto {
	margin: 0 auto;
}
/* button */
.button {
	display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-weight: 400;
  font-size: 20px;
	line-height: 24px;
  padding: 19.5px 22.25px 19.5px 22.25px;
  text-align: center;
  color: #fff;
  outline: none;
	background: #FF7821;
  border-radius: 10px;
	transition: ease 0.3s;
}
.button span {
	position: relative;
	z-index: 1;
}
.button:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #FF8B40;
  border-radius: 10px;
	opacity: 0;
	transition: opacity 0.3s;
}
.button:hover:after,
.button:active:after {
	opacity: 1;
}
.button .btn__icon {
	z-index: 1;
  margin-right: 16px;
  transition: ease .3s;
}
.button .btn__icon.btn__icon-cart {
	width: 26px;
}
/* up down */
@keyframes pulsePlay {
  0% {
    transform: scale(1) translate(-50%, -50%);
  }
  50% {
    transform: scale(1.05) translate(-50%, -50%);
  }
  100% {
    transform: scale(1) translate(-50%, -50%);
  }
}
/* #toTop */
#toTop {
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
  visibility: hidden;
	width: 60px;
	height: 60px;
	text-align: center;
	border-radius: 50%;
	background: #EDEDED;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	position: fixed;
	bottom: 50px;
	right: 30px;
	transition: ease .3s;
	z-index: 10;
}
#toTop:hover {
	background: #6abefa;
}
#toTop.show {
  opacity: 1;
  visibility: visible;
}
#toTop path {
	transition: ease .3s;
}
#toTop:hover path {
  fill: #fff;
}
@media (max-width:767px) {
	#toTop {
		width: 35px;
    height: 35px;
		bottom: 30px;
	}
	#toTop svg {
		width: 14px;
	}
}
/* ratings */

#page-rating-block{height:24px;line-height:24px;font-size:10px;cursor:default}
#page-rating-block .hidden{visibility:hidden}
#page-rating-value{order:-10;color:#434354;margin:0 5px 0 0;font-size:18px}
#page-rating-info{color:#434354;margin-left:5px}
#page-rating-uservalue{display:inline-block;min-width:8ch}
#page-rating-block{display:flex;align-items:center;/*justify-content:center*/}
#page-rating-block .hidden{visibility:visible;display:none}

.rating-img{cursor:pointer;vertical-align:middle;margin:0 -2px;border-left:3px solid transparent;border-right:3px solid transparent;margin-top:-3px}
.rating-img.hover{padding:19px 20px 0 0;width:0;height:0;background:url('../img/ratingStarHover.png');background-size:auto;background-position:center;background-repeat:no-repeat}
.rating-img.nocursor{cursor:default}

/* ratings */

/* header */
.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 90px;
  background-color: #222734;
  z-index: 10;
}
.header.is-fixed {
  position: fixed;
  animation: fadeIn 0.7s ease;
  height:70px;
}
.header.is-fixed .header-block{
  height:70px;
}
.header-block {
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__logo {
  display:flex;
  flex-shrink: 0;
  margin-right: 30px;
}
.btn-min {
  flex-shrink: 0;
  font-size: 16px;
  padding: 8px 12px;
}
.btn-min .btn__icon {
  width: 17px;
  height: 13px;
  margin-right: 8px;
  position: relative;
}
.menu__list .btn-min {
  display: none;
}
.menu__btn-info {
  display: none;
}
.btn-min.btn-min__white {
  border: 1px solid #FFFFFF;
  background: transparent;
  margin-left: 15px;
}
.btn-min.btn-min__white:after {
  background: transparent;
}
.btn-min.btn-min__white:hover:after,
.btn-min.btn-min__white:hover {
  background: #fff;
  color: #252832;
}
.btn-min.btn-min__white:hover .btn__icon {
  filter: invert(1);
}
.button.btn-white {
  border: 1px solid #FFFFFF;
  background: transparent;
  padding: 18.5px 22.25px 18.5px 22.25px;
}
.button.btn-white:after {
  background: transparent;
}
.button.btn-white:hover:after,
.button.btn-white:hover {
  background: #fff;
  color: #252832;
}
.button.btn-white:hover .btn__icon {
  filter: invert(1);
}

.button.btn-orange {
  border: 1px solid rgba(255, 100, 0, 1);
  background: transparent;
  color: rgba(255, 100, 0, 1);
  padding: 7px 18px 7px 18px;
  font-size: 14px;
}
.button.btn-orange:after {
  background: transparent;
}
.button.btn-orange:hover:after,
.button.btn-orange:hover {
  background: #fff;
  color: #252832;
  border: 1px solid #fff;
}
.button.btn-orange .btn__icon {
  width: 21px;
  margin-right: 12px;
}
.button.btn-orange:hover .btn__icon {
  filter: invert(1);
}

.menu {
  margin-left: auto;
  margin-right: 11px;
}
.menu__list {
  display: flex;
  align-items: center;
}
.menu__item {
  margin-right: 45px;
}
.menu__item:last-child {
  margin-right: 0px;
}
.menu__link {
  display: block;
  line-height: 70px;
  font-size: 15px;
  color: #fff;
  transition: color 0.2s;
}
.menu__item.active .menu__link {
  color: #FF6400;
}
.menu__link:hover, .menu__link.mPS2id-highlight {
  color: #FF6400;
}

.header__sub-menu {
  display: flex;
  opacity: 0;
  visibility: hidden;
  transition: ease .15s;
	position: absolute;
	left: 0;
	top: 100%;
	padding: 0;
  background: #353B4E;
  padding: 20px 20px 7px 20px;
}
@media (max-width:991px) {
  .header__sub-menu {
    display: none;
    opacity: 1;
    visibility: visible;
    background: transparent;
  }
	.header__sub-menu.sub-menu-active {
    display: flex;
    margin: 0 auto 10px;
		padding: 0px;
	}
}
.header__menu-text {
  display: block;
  line-height: 70px;
  font-size: 15px;
  color: #fff;
  position: relative;
  transition: ease 0.15s;
}
.header__menu-text::after {
  position: absolute;
	top: 54%;
	right: 0px;
	width: 8px;
	height: 5px;
  overflow: hidden;
	content: "";
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 5px solid #fff;
  transform: rotate(90deg) translate(-50%, -14px);
	transition: ease .3s;
}
@media (min-width:992px) {
	.header__open-menu:hover .header__menu-text {
		color: #FF6400;
	}
	.header__open-menu:hover .header__menu-text::after {
		border-left: 5px solid #FF6400;
	}
}
.header__link-left {
  border-right: 1px solid #464E63;
	padding-right: 20px;
}
.header__link-right {
  padding-left: 20px;
}
.header__sub-menu .header__link {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #FFFFFF;
  white-space: nowrap;
  display: block;
  transition: ease 0.2s;
  margin-bottom: 13px;
}
.header__sub-menu .header__link:hover {
  color: #FF6400;
}
.header__open-menu {
  cursor: default;
  position: relative;
  margin-right: 20px;
  padding: 0 32px 0 20px;
  transition: ease .3s;
}
@media (min-width:992px) {
  .header__open-menu:hover {
    background: #353B4E;
  }
	.header__open-menu:hover .header__sub-menu {
		cursor: default;
    opacity: 1;
    visibility: visible;
	}
}
@media (max-width:991px) {
	.header__open-menu {
		display: flex;
    flex-direction: column;
	}
  .header__menu-text {
    margin: 0 auto;
    padding: 13px;
    font-size: 20px;
    line-height: 20px;
    color: #222734;
    text-align: center;
  }
  .header__menu-text::after {
    border-left: 5px solid #222734;
    transform: rotate(90deg) translate(-50%, -5px);
  }
	.sub-menu-active {
    position: relative;
	}
	.header__menu-text.sub-menu-active {
		color: #FF6400;
	}
	.header__menu-text.sub-menu-active::after {
		border-left: 5px solid #FF6400;
	}
	.header__sub-menu .header__link {
		padding: 10px;
    color: #222734;
    margin-bottom: 0;
	}
  .header__link-left {
    border: none;
    padding-right: 0;
  }
  .header__link-right {
    padding-left: 0;
  }
}
@media (max-width:767px) {
  .header__menu-text {
    padding: 9px;
    font-size: 15px;
  }
  .header__sub-menu .header__link {
    padding: 5px;
  }
  .header__sub-menu {
    flex-direction: column;
    text-align: center;
  }
}

.hamburger {
  font: inherit;
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 0px;
  cursor: pointer;
  transition-timing-function: linear;
  transition-duration: .15s;
  transition-property: opacity, filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent
}
.hamburger-box {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px
}
.hamburger-inner {
  top: 50%;
  display: block;
  margin-top: -2px
}
.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  position: absolute;
  width: 40px;
  height: 4px;
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: transform;
  background-color: #fff
}
.hamburger-inner:after {
  width: 24px;
  right: 0;
}
.hamburger-inner:after,
.hamburger-inner:before {
  display: block;
  content: ""
}
.hamburger-inner:before {
  top: -10px
}
.hamburger-inner:after {
  bottom: -10px
}
.hamburger--squeeze .hamburger-inner {
  transition-timing-function: cubic-bezier(.55, .055, .675, .19);
  transition-duration: 75ms
}
.hamburger--squeeze .hamburger-inner:before {
  transition: top 75ms ease .12s, opacity 75ms ease
}
.hamburger--squeeze .hamburger-inner:after {
  transition: bottom 75ms ease .12s, transform 75ms cubic-bezier(.55, .055, .675, .19)
}
.hamburger--squeeze.is-active .hamburger-inner {
  transition-delay: .12s;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  transform: rotate(45deg);
  background-color: #FF6400;
}
.hamburger--squeeze.is-active .hamburger-inner:before {
  top: 0;
  transition: top 75ms ease, opacity 75ms ease .12s;
  opacity: 0;
  background-color: #FF6400;
}
.hamburger--squeeze.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 75ms ease, transform 75ms cubic-bezier(.215, .61, .355, 1) .12s;
  transform: rotate(-90deg);
  background-color: #FF6400;
  width: 40px;
}
.hamburger {
  display: none;
}

@media (max-width: 991px) {
  .btn-min {
    margin-left: auto;
  }
  .menu .menu__list .btn-min {
    display: flex;
    margin: 0 auto;
    padding: 15px 20px;
    font-weight: 400;
    color: #fff;
    font-size: 18px;
    width: initial;
    margin-top: 50px;
  }
  .menu__link.btn-min:hover, .menu__link.btn-min.mPS2id-highlight {
    color: #fff;
  }
  .menu .menu__list .btn-min .btn__icon {
    width: 17px;
    height: 17px;
  }
  .menu__btn-info {
    display: block;
    text-align: center;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #93949A;
    margin-top: 10px;
  }

  .menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 53%;
    height: 100vh;
    background: #fff;
    padding-top: 110px;
    right: -100%;
    transition: right 0.5s;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 30px;
    display: inline-block;
    z-index: 12;
  }
  .menu.visible {
    margin-right: 0;
    right: 0;
  }
  .menu .menu__list {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }
  .menu .menu__item {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .menu .menu__link {
    display: block;
    padding: 9px;
    font-size: 15px;
    padding: 13px;
    font-size: 20px;
    line-height: 20px;
    color: #222734;
    text-align: center;
    width: 100%;
    transition: border-color 0.2s, color 0.2s, background-color 0.2s;
  }
  .menu__btn {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .overlay {
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: all 0.2s linear;
    visibility: hidden;
    position: fixed;
    top: 0;
    height: 100vh;
    left: 0;
    right: 0;
    z-index: 11;
  }
  .overlay.is-visible {
    opacity: 1;
    visibility: visible;
  }
  .hamburger  {
    display: flex;
    z-index: 12;
    margin-left: 20px;
  }
  .btn-min {
    display: none;
  }
}
@media (max-width: 767px) {
  .header {
    height: 65px;
    background: #1E2430;
  }
  .header.is-fixed{
    height: 65px;
  }
  .header-block {
    height: 65px;
  }
  .header__logo {
    max-width: 200px;
  }
  .hamburger-box {
    width: 25px;
    height: 16px;
  }
  .hamburger-inner,
  .hamburger-inner:after,
  .hamburger-inner:before {
    width: 25px;
    height: 2px;
  }
  .hamburger-inner:before {
    top: -7px;
  }
  .hamburger-inner:after {
    bottom: -7px;
    width: 14px;
  }
  .hamburger--squeeze.is-active .hamburger-inner:after {
    width: 25px;
  }
  .menu {
    padding-top: 75px;
  }
  .menu .menu__link {
    padding: 9px;
    font-size: 15px;
  }
}
@media (max-width: 575px) {
  .hamburger {
    margin-left: 7px;
  }
  .menu {
    width: 60%;
  }
  .menu__btn-info {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .header.is-fixed.open-popup {
    right: 17px;
  }
}
/* hero */
.hero {
  position: relative;
  min-height: 698px;
  padding: 0;
  max-width: 100%;
  margin: 0 auto;
  background: #222734;
  overflow: hidden;
}
.hero__info {
  width: 100%;
  max-width: 580px;
  margin-left: auto;
  padding-bottom: 50px;
  position: relative;
  padding-top: 110px;
  z-index: 2;
}
.hero .title-h1 {
  color: #fff;
}
.hero__suptitle {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
  display: none;
}
.hero__title span {
  color: #59A7A5;
  white-space: nowrap;
  display: block;
}
.hero-block {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.hero__foot {
  margin-top: 30px;
  display: block;
}
.hero__images {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 772px;
  height: 698px;
  flex-shrink: 0;
  left: calc(50% - 772px);
  position: absolute;
}
.hero__images video {
  position: absolute;
  max-width: 600px;
  padding-bottom: 57px;
}
.hero__block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 17px;
}
.hero__item {
  display: flex;
  flex-direction: column;
  font-size: 17px;
  line-height: 26px;
  color: #FFFFFF;
  max-width: 144px;
  margin-right: 15px;
  margin-bottom: 15px;
}
.hero__item img {
  max-width: 40px;
  max-height: 40px;
  margin-bottom: 10px;
}
.btn-block {
  display: flex;
  flex-direction: column;
  max-width: fit-content;
  text-align: center;
}
.button-info {
  font-size: 15px;
  line-height: 24px;
  text-align: center;
  color: #93949A;
  width: 100%;
  margin-top: 10px;
}
.double-btn {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.double-btn .btn-block {
  padding: 0 15px;
  margin: 15px auto;
}
@media (max-width: 1199px) {
  .double-btn {
    margin: 0 -10px;
  }
  .double-btn .btn-block {
    padding: 0 10px;
  }
  .double-btn .button {
    font-size: 18px;
    padding: 16.5px 14.25px 16.5px 14.25px;
  }
  .double-btn .button .btn__icon {
    width: 28px;
  }
  .double-btn .button.btn-white {
    padding: 15.5px 14.25px 15.5px 12.25px;
  }
  .double-btn .button .btn__icon.btn__icon-cart {
    width: 22px;
  }
}

.hero__registry {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 12px;
  line-height: 30px;
  color: #fff;
}
.hero__registry img {
  margin-right: 10px;
}
.hero__registry-text {
  margin-right: 7px;
}
.registry-link {
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #29c0ff;
}

@keyframes downUp {
  from {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(10px);
  }
  to {
    transform: translateY(0px);
  }
}
.hero__arrows {
  position: relative;
  height: 20px;
  width: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px auto;
}
.hero__arrows a {
  display: block;
  height: 100%;
  width: 35px;
}
.hero__chevron {
  position: absolute;
  width: 26px;
  height: 3px;
  animation: downUp 2s ease-out infinite;
  opacity: 1;
}
.hero__arrows:hover .hero__chevron {
  animation-play-state: paused;
}
.hero__chevron:before,
.hero__chevron:after {
  position: absolute;
  top: 0;
  display: block;
  width: 50%;
  height: 100%;
  content: ' ';
  background: #D9D9D9;
  transition: ease .3s;
  opacity: 1;
}
.hero__arrows:hover .hero__chevron:before,
.hero__arrows:hover .hero__chevron:after {
  background: #FF6400;
}
.hero__chevron:before {
  left: 0;
  transform: skew(0deg, 45deg);
  border-top-left-radius: 15px;
}
.hero__chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -45deg);
  border-top-right-radius: 15px;
}
@media (max-width: 1199px) {
  /* .hero__images {
    left: 0;
    transform: translate(-26%, 60px);
    height: 550px;
  }
  .hero__images video {
    height: 550px;
  } */
  /* .hero__images {
    left: 0;
    transform: translate(-35%, 60px);
    height: 550px;
  } */
  .hero__info {
    padding-top: 100px;
    max-width: 490px;
  }
}
@media (max-width: 991px) {
  /* .hero__images {
    position: relative;
    left: 34%;
    transform: translate(-50%, 0px);
    width: 100%;
    height: 500px;
    padding-top: 40px;
  }
  .hero__images video {
    height: 500px;
  } */
  .hero__images video {
    max-width: 525px;
    padding-bottom: 50px;
  }
  .hero .container {
    display: flex;
    flex-direction: column;
  }
  .hero__images {
    position: relative;
    left: 0;
    width: 100%;
    height: initial;
    padding: 0;
    transform: none;
    order: 2;
  }
  .hero__info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px 0 15px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    order: 1;
  }
  .hero__arrows {
    display: none;
    order: 3;
    margin: 25px auto;
  }
  .hero__block {
    justify-content: center;
  }
  .hero__item {
    margin: 0 8px 15px;
    text-align: center;
  }
  .hero__item img {
    min-height: 40px;
    margin: 0 auto 10px;
  }
}
@media (max-width: 767px) {
  /* .hero__images {
    left: 8.5%;
    height: 300px;
    padding-top: 40px;
    width: 320px;
    margin: 0 auto;
  }
  .hero__images video {
    height: 300px;
  } */
  .hero__images video {
    max-width: 385px;
    padding-bottom: 35px;
  }
  .hero {
    min-height: initial;
  }
  .hero__suptitle {
    font-size: 18px;
  }
  .hero__info {
    padding: 55px 0 20px;
  }
}
@media (max-width: 575px) {
  .hero {
    overflow: visible;
    margin-bottom: 70px;
  }
  .hero__images video {
    max-width: 290px;
    padding-bottom: 30px;
  }
  .hero__info {
    padding: 40px 0 20px;
    overflow: hidden;
  }
  .hero__block {
    justify-content: flex-start;
  }
  .hero__item {
    text-align: left;
    flex-direction: row;
    align-items: center;
    margin: 0 0 15px 0;
    max-width: 100%;
    font-size: 14px;
    line-height: 21px;
  }
  .hero__item img {
    margin: 0 18px 0 0;
  }
  .hero__images {
    left: 50%;
    transform: translate(-50%, 0);
    width: calc(100% + 30px);
    top: 65px;
    overflow: hidden;
  }
  .hero__images img {
    width: 388px;
    max-width: 388px;
  }
}
body .hide-desktop {
  display: none;
}
@media (max-width: 767px) {
  body .hide-mobile {
    display: none;
  }
  body .hide-desktop {
    display: flex;
    align-items: flex-start;
  }
}
/* slick */
@media (min-width: 992px) {
  .slick-slider {
    user-select: initial;
  }
}
.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.slick-dots li {
  display: inline-block;
  font-size: 0px;
}
.slick-dots li + li {
  margin-left: 10px;
}
.slick-dots li button {
  width: 12px;
  height: 12px;
  background-color: #E1E1E1;
  text-indent: -9999px;
  border-radius: 30px;
  padding: 0;
  cursor: pointer;
  border: none;
  transition: ease 0.3s;
}
.slick-dots li button:hover {
  background-color: #29C0FF;
}
.slick-dots li.slick-active button {
  background-color: #29C0FF;
  width: 30px;
  height: 12px;
}
.back,
.next {
  -webkit-user-select: none;
          user-select: none;
  cursor: pointer;
  padding: 0;
  display: inline-block;
  position: absolute;
  width: 27px;
  height: 49px;
  transition: background-color 0.2s;
  border: none;
  background: transparent;
  top: calc(50% + 24.5px);
  transform: translateY(-50%);
  z-index: 2;
}
.back .svg path,
.next .svg path {
  transition: fill 0.2s;
}
.back:hover .svg path,
.next:hover .svg path {
  fill: #FF6400;
}
.next {
  right: 0px;
}
.back {
  left: 0px;
}
@media (max-width: 767px) {
  .back,
  .next {
    width: 16px;
    height: 29px;
  }
  .back .svg, .next .svg {
    width: 16px;
    height: 29px;
  }
}
/* editing */
.editing { 
  padding: 120px 0 0;
}
.editing-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 80px;
}
.editing-title .title-h2 {
  width: 60%;
  padding-right: 15px;
}
.editing-title__text {
  width: 40%;
}
.editing-block {
  display: flex;
  flex-wrap: wrap;
}
.editing-video {
  max-width: 890px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  padding-bottom: 43.86%;
  border-radius: 30px;
  position: relative;
}
.editing-video video {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.editing-info {
  max-width: 542px;
  background: #FFFFFF;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 50px;
  margin-top: -222px;
  z-index: 2;
}
.editing-info .title-h3 {
  margin-bottom: 25px;
}
.editing-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}
.editing-item {
  display: flex;
  align-items: center;
  width: 50%;
  font-size: 17px;
  line-height: 26px;
  margin-top: 25px;
  padding-right: 10px;
}
.editing-item img {
  width: 60px;
  height: 60px;
  margin-right: 15px;
}
.editing-img {
  position: relative;
  margin: 0 auto;
  width: 177px;
  height: 161px;
  align-self: flex-end;
}
@keyframes skew {
  from {
    transform: translate3d(1e-5px, 1e-5px, 1e-5px) skewY(0deg) skewX(0deg);
  }
  50% {
    transform: translate3d(1e-5px, 1e-5px, 1e-5px) skewY(10deg) skewX(15deg);
  }
  to {
    transform: translate3d(1e-5px, 1e-5px, 1e-5px) skewY(0deg) skewX(0deg);
  }
}
.editing-img1 {
  position: absolute;
  left: 0;
  bottom: 0;
  animation: skew 2s ease-out infinite;
}
.editing-img2 {
  position: absolute;
  left: 59px;
  bottom: 36px;
  animation: skew 2s ease-out infinite;
}
.editing-img3 {
  position: absolute;
  top: 0;
  right: 34px;
  animation: skew 2s ease-out infinite;
}
.editing-img4 {
  position: absolute;
  right: 0;
  bottom: 0;
  animation: skew 2s ease-out infinite;
}
/* This adds padding from top and bottom */
.custom-popup-class .mfp-container {
  padding-top: 40px;
  padding-bottom: 40px;
}
/* This adds max-width to popup content */
.custom-popup-class .mfp-content {
  width: 100%;
  max-width: 700px;
}

/* This makes "#popup-with-something" scale down proportionally */
#popup-with-something {
  width: 100%;
  height: 0;
  overflow: hidden;
  /* This is scale ratio */
  padding-top: 56.25%;
}
/* This shifts close button outside of the container */
#popup-with-something .mfp-close {
  top: -44px;
  color: #FFF;
  text-align: right;
  right: 1px;
}
/* This is an element itself */
.some-element {
  background: #EBE8E8;
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, .6);
}

/* ZOOM */
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  background: rgba(0, 0, 0, 0.502);
	opacity: 1;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
@media (max-width: 1199px) {
  .editing {
    padding: 65px 0 10px;
  }
  .editing-video {
    padding-bottom: 52.86%;
  }
}
@media (max-width: 991px) {
  .editing {
    padding: 60px 0 10px;
  }
  .editing-title {
    flex-direction: column;
    margin-bottom: 50px;
  }
  .editing-title .title-h2 {
    width: 100%;
    padding-right: 0;
    padding-bottom: 15px;
  }
  .editing-title__text {
    width: 100%;
    text-align: center;
  }
  .editing-video {
    padding-bottom: 55.86%;
  }
  .editing-info {
    margin: 25px auto;
  }
}
@media (max-width: 767px) {
  .editing-title {
    margin-bottom: 30px;
  }
  .editing-info {
    padding: 15px;
  }
  .editing-info .title-h3 {
    text-align: center;
  }
  .editing-info p {
    text-align: center;
  }
  .editing-item {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 575px) {
  .editing {
    padding: 70px 0 10px;
  }
  .editing-info .title-h3 {
    margin-bottom: 15px;
  }
  .editing-item {
    width: 100%;
    margin-top: 10px;
    font-size: 14px;
    line-height: 21px;
  }
  .editing-item img {
    width: 40px;
    height: 40px;
  }
  .editing-img {
    display: none;
  }
}
/* library */
.library {
  padding: 0 0 120px;
  overflow: hidden;
}
.library-block {
  display: flex;
  flex-wrap: wrap;
}
.library-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 80px;
}
.library-info p {
  margin-top: 25px;
}
.library-img {
  width: 516px;
  height: 480px;
  position: relative;
}
.library-img__bg {
  width: 412px;
  height: 412px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: linear-gradient(224.3deg, #FF6400 0.98%, #FFDC61 97.88%);
  border-radius: 30px;
}
.library-img1 {
  position: absolute;
  left: 0;
  bottom: 80px;
}
.library-img2 {
  position: absolute;
  right: 0;
  bottom: 0;
}
.library-img3 {
  position: absolute;
  right: -44px;
  bottom: 38px;
}
@media (max-width: 1199px) {
  .library {
    padding: 10px 0 60px;
  }
}
@media (max-width: 991px) {
  .library-info {
    margin-right: 0;
    text-align: center;
  }
  .library-img {
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .library-block {
    flex-direction: column;
  }
  .library-info {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .library {
    padding: 10px 0 40px;
  }
  .library-info p {
    margin-top: 15px;
  }
  .library-img__bg {
    width: 223px;
    height: 223px;
  }
  .library-img {
    width: 290px;
    height: 260px;
  }
  .library-img1 {
    bottom: 35px;
    max-width: 200px;
  }
  .library-img2 {
    max-height: 260px;
  }
  .library-img3 {
    right: -20px;
    bottom: 10px;
    width: 160px;
  }
}
/* filters */
.filters {
  padding: 289px 0 60px;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.filters__bgs {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.filters__bgs .slick-list,
.filters__bgs .slick-track {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.filters__bg {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.filters__bg video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
}
.filters__bg.slick-active video {
  display: block;
}
.filters__bg--start {
  z-index: -1;
}
.filters-block {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
}
.filters__info {
  position: relative;
  z-index: 2;
  padding-bottom: 15px;
}
.filters__text {
  margin-top: 15px;
}
.filters-slider {
  margin-left: auto;
  width: 53%;
  left: 3%;
}
.filters-slider__back, .filters-slider__next {
  top: -5px;
  width: 60px;
  height: 30px;
  background: #FF6400;
  border-radius: 30px 0px 0px 30px;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.filters-slider__back:hover, .filters-slider__next:hover {
  background: #FF8B40;;
}
.filters-slider__back:hover .svg path, .filters-slider__next:hover .svg path {
  fill: #fff;
}
.filters-slider__back {
  left: 30px;
  border-right: 1px solid rgba(0, 0, 0, .1);
}
.filters-slider__next {
  left: 90px;
  border-radius: 0px 30px 30px 0px;
  border-left: 1px solid rgba(255, 255, 255, .1);
}
.filters-slider-wrap {
  width: 50%;
  margin-left: auto;
  background-color: #fff;
  border-radius: 20px 20px 0px 0px;
  padding: 20px;
  position: relative;
}
.filters-slider .slick-list {
  margin-top: 0px;
  padding-left: 10px;
  border-radius: 0px 0px 0px 20px;
}
.filters-slider .slick-track {
  top: 0;
  left: 0px;
  background: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.filter {
  border-radius: 7px;
  height: 155px !important;
  /* width: 317px !important; */
  display: flex !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 20px;
  display: flex;
  cursor: pointer;
  margin: 20px 10px;
  position: relative;
  border: none !important;
}
.filter::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 3px solid #DE7A25;
  border-radius: 7px;
  opacity: 0;
  transition: opacity 0.2s;
}
.filter.slick-active.slick-current::after {
  opacity: 1;
}
.filter__title {
  font-size: 17px;
  color: #fff;
  line-height: 1;
  margin-top: auto;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
  white-space: nowrap;
}
@media (max-width: 1199px) {
  .filters-slider-wrap {
    padding: 15px;
  }
  .filters-slider {
    width: 65%;
    left: 15%;
  }
  .filter {
    height: 140px !important;
  }
}
@media (max-width: 991px) {
  .filters {
    padding: 90px 0 60px;
  }
  .filters-slider-wrap {
    padding-bottom: 20px;
  }
  .filters__info {
    padding-bottom: 0;
  }
  .filters__text br {
    display: none;
  }
  .filters__text {
    font-size: 16px;
    line-height: 24px;
  }
  .filters-slider__back, .filters-slider__next {
    top: 0px;
  }
  .filters-slider__back {
    left: 15px;
  } 
  .filters-slider__next {
    left: 75px;
  }
}
@media (max-width: 767px) {
  .filters {
    padding: 100px;
  }
  .filters-block {
    flex-direction: column;
    justify-content: start;
  }
  .filters__info {
    margin-right: 0;
  }
  .filters-slider-wrap {
    order: -1;
  }
  .filters-slider-wrap {
    width: 80%;
  }
  .filters-slider {
    width: 110%;
    left: 22.5%;
  }
}
@media (max-width: 575px) {
  .filters {
    margin-top: 185px;
    margin-bottom: 30px;
    padding: 60px 0 150px;
    overflow: visible;
  }
  .filters__info {
    width: 100%;
    text-align: center;
  }
  .filters__text {
    font-size: 14px;
  }
  .filters-block {
    align-items: center;
    justify-content: start;
  }
  .filters-slider {
    width: 97%;
    left: 0;
    bottom: -200px;
  }
  .filters-slider-wrap {
    width: 100%;
    border-radius: 0;
    position: absolute;
    top: -170px;
    left: 0;
    right: 0;
    height: auto;
  }
  .filters-slider .slick-list {
    height: auto !important;
    padding-left: 0px;
    border-radius: 12px 0px 0px 12px;
  }
  .filters-slider .slick-track {
    top: auto;
  }
  .filter {
    width: auto;
    margin: 5px;
    height: 70px !important;
  }
  .filter__title {
    font-size: 13px;
  }
}
/* instruction */
.instruction {
  overflow: hidden;
  padding: 20px 0;
}
.instruction-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 100px -30px;
}
.instruction-info {
  width: 48%;
  padding: 0 30px;
}
.instruction-text {
  margin: 25px 0 5px;
}
.instruction-text p {
  margin-bottom: 15px;
}
.instruction-text p:last-child {
  margin-bottom: 0;
}
.instruction-img {
  width: 52%;
  padding: 0px 30px;
  position: relative;
}
.instruction2-2 {
  position: absolute;
  right: 30px;
  bottom: -30px;
}
@media (max-width: 1199px) {
  .instruction-block {
    margin: 50px -30px;
  }
}
@media (max-width: 991px) {
  .instruction-block {
    margin: 50px 0px;
  }
  .instruction-info {
    width: 100%;
    padding: 0;
    text-align: center;
    margin-bottom: 15px;
    order: 1;
  }
  .instruction-img {
    width: 100%;
    padding: 0;
    text-align: center;
    order: 2;
  }
  .instruction-info .editing-row {
    margin: 0 0 15px;
  }
  .instruction-info .editing-item {
    justify-content: center;
    text-align: left;
  }
}
@media (max-width: 575px) {
  .instruction {
    padding: 50px 0 20px;
  }
  .instruction-block {
    margin: 40px 0px;
  }
  .instruction-text {
    margin-top: 15px;
  }
  .chromakey .tabs-block {
    position: absolute;
    bottom: 17px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 3;
  }
  .chromakey .tabs-block .tabs-text {
    font-size: 16px;
    line-height: 26px;
    color: #FFFFFF;
    margin-right: 57px;
  }
  .instruction2-2 {
    right: 0;
    bottom: -10px;
    width: 120px;
  }
  .instruction-info .editing-item {
    justify-content: flex-start;
  }
  .instruction-info .editing-item br {
    display: none;
  }
}
/* producer */
.producer {
  padding: 0;
}
.producer .container {
  padding: 50px 15px;
  background: url(../img/index/producer-bg.webp) center/cover no-repeat , #252831;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  text-align: center;
  color: #fff;
}
.producer .title-h3 {
  margin-bottom: 15px;
}
.producer p {
  margin-bottom: 30px;
  max-width: 600px;
}
.producer .button-info {
  color: #93949A;
}
@media (max-width: 991px) {
  .producer .button-info {
    margin: 0 0 15px 0;
  }
}
@media (max-width: 575px) {
  .producer {
    margin: 0 15px;
    position: relative;
  }
  .producer .container {
    padding: 30px 15px;
    background: #252831;
  }
  .producer .button {
    position: absolute;
    left: 0;
    right: 0px;
    margin: 0 auto;
    bottom: -30px;
  }
}
/* chromakey */
.chromakey {
  position: relative;
}
.chromakey .tab {
  background-color: #E6E6E6;
  display: block;
  border: none;
  width: 67px;
  height: 32px;
  border-radius: 40px;
  cursor: pointer;
  box-shadow: 0px 0px 8px rgba(68, 61, 61, 0.05);
  position: relative;
  flex-shrink: 0;
  transition: background-color 0.2s linear;
}
.chromakey .tab-toggle {
  border-radius: 50%;
  background-color: #fff;
  display: inline-block;
  width: 23px;
  height: 23px;
  position: absolute;
  top: 4px;
  left: 6px;
  box-shadow: 0px 0px 3px rgba(51, 67, 67, 0.2);
  transition: transform 0.4s ease-in-out;
}
.chromakey .tab.active {
  background-color: #FF6400;
}
.chromakey .tab.active .tab-toggle {
  transform: translateX(32px);
}
@media only screen and (min-width: 1200px) {
  .chromakey .tab:hover .tab-toggle {
    transform: translateX(4px);
  }
  .chromakey .tab.active:hover .tab-toggle {
    transform: translateX(28px);
  }
}
.chromakey .tabs-block {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.chromakey .tabs-block .tabs-text {
  font-weight: 600;
  font-size: 22px;
  line-height: 35px;
  margin-right: 100px;
}
.chromakey .img-content {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 0 0 35% 0;
  overflow: hidden;
}
.chromakey .img-box {
  position: absolute;
  left: auto;
  top: 0;
  right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.chromakey .img-box.active {
  opacity: 1;
  z-index: 2;
}
.chromakey .img-box video {
  position: absolute;
  left: auto;
  top: 0;
  right: auto;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
  z-index: -1;
}
.chromakey .img-box.active video {
  z-index: 2;
}
@media (max-width: 991px) {
  .chromakey .tabs-block {
    justify-content: center;
  }
  .chromakey .img-content {
    padding: 0 0 55% 0;
  }
}
@media (max-width: 767px) {
  .chromakey .tabs-block .tabs-text {
    font-size: 18px;
    line-height: 26px;
    margin-right: 30px;
  }
}
@media (max-width: 575px) {
  .chromakey .img-content {
    padding: 0 0 74% 0;
  }
}
/* graphic */
.graphic {
  position: relative;
}
.graphic .img-content {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.graphic .img-box {
  opacity: 0;
}
.graphic .img-box.active {
  opacity: 1;
}
.graphic .img-box1 {
  position: absolute;
  top: -32px;
  right: -15px;
}
.graphic .img-box1.active {
  animation: fadeInRight 0.5s ease-out;
}
.graphic .img-box2 {
  position: absolute;
  top: 132px;
  right: 185px;
}
.graphic .img-box2.active {
  animation: fadeIn 0.5s ease-out;
}
.graphic .img-box3 {
  position: absolute;
  top: -45px;
  right: 8px;
}
.graphic .img-box3.active {
  animation: fadeInRight 0.5s ease-out;
}
.graphic .tabs-block {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.graphic .tabs {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: -48px;
}
.graphic .tab {
  width: 97.5px;
  height: 97.5px;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
  cursor: pointer;
  transition: ease .3s;
}
.graphic .tab:hover,
.graphic .tab.active {
  background: #29C0FF;
}
@media (max-width: 1199px) {
  .graphic .img-box2 {
    top: 95px;
    right: 160px;
  }
}
@media (max-width: 991px) {
  .graphic {
    margin-top: 25px;
  }
  .graphic .img-box2 {
    top: 25%;
    right: 33%;
  }
}
@media (max-width: 575px) {
  .graphic .tabs {
    bottom: -30px;
  }
  .graphic .tab {
    width: 70px;
    height: 70px;
    padding: 10px;
  }
  .graphic .img-box1 {
    width: 50%;
  }
  .graphic .img-box2 {
    top: 23%;
    right: 27%;
    width: 35px;
  }
  .graphic .img-box3 {
    width: 50%;
  }
}

.toggles-block {
  display: flex;
  justify-content: center;
  position: relative;
  padding: 0 30px 30% 30px;
}
.toggles-block + .toggles-block {
  margin-top: 120px;
}
/* .toggles-block:nth-child(2n) .toggles__images {
  order: -1;
  margin-right: 0;
  margin-left: -15px;
}
.toggles-block:nth-child(2n) .toggles__info {
  left: auto;
  right: 0;
} */
.toggles__info {
  position: absolute;
  top: 0;
  left: 0;
  width: 478px;
  padding-right: 23px;
}
.toggles__text {
  margin-top: 27px;
}
.toggles__images {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: calc(100% - 60px);
  height: 100%;
  left: 30px;
  top: 0;
  right: 30px;
  padding: 0 30px;
}
.toggles__effects {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.toggles__no-effect {
  transition: opacity 0.5s;
  opacity: 1;
  z-index: 2;
}
.toggles__no-effect.no-visible {
  opacity: 0;
}
.toggles__effect {
  transition: opacity 0.5s;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.toggles__effect.is-active {
  opacity: 1;
  z-index: 2;
}
.toggles__effect video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  display: none;
}
.toggles__effect.is-active video {
  display: block;
}
.dropdown {
  position: relative;
  display: flex;
  justify-content: center;
  order: 3;
}
.dropdown:first-child {
  order: 1;
}
.dropdown:last-child {
  order: 2;
}
.toggles__btns {
  position: absolute;
  left: auto;
  right: auto;
  bottom: 20px;
  padding: 17px 18px 17px 31px;
  background: rgba(0, 0, 0, .6);
  border-radius: 30px;
  display: flex;
  align-items: center;
  z-index: 3;
}
.toggles__btns-title {
  font-size: 15px;
  line-height: 24px;
  color: #FFFFFF;
  cursor: pointer;
  transition: ease .3s;
}
@media (min-width: 991px) {
  .toggles__btns-title:hover {
    color: #FF6400;
  }
}
.toggles__btns-title-center {
  padding: 0 40px;
}
.toggles__btns-title-color {
  display: block;
  background: #FFFFFF;
  border: 1px solid #EAEAEA;
  border-radius: 50%;
  margin: 0 15px 0 15px;
  width: 22px;
  height: 22px;
}
.toggles-arrow {
  transform: rotate(90deg);
  display: inline-flex;
  font-family: monospace;
  margin-left: 5px;
}
.toggles__column {
  display: none;
  position: absolute;
  left: auto;
  right: auto;
  top: 47px;
  background: #FFFFFF;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.toggles__column::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -10px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 15px solid #FFFFFF;
}
.toggles__column.toggles__animation {
  padding: 10px;
}
.toggles__btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.toggles__btn + .toggles__btn {
  margin-top: 7px;
}
.toggles__column.toggles__style {
  padding: 12px 5px;
}
/* toggle */
.toggle {
  position: relative;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  text-align: center;
  background: transparent;
  color: #000000;
  margin-bottom: 5px;
  border-radius: 10px;
  transition: ease .3s;
}
.toggle__btn {
  border-radius: 50%;
  background-color: #fff;
  display: inline-block;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 4px;
  left: 4px;
  box-shadow: 0px 0px 3px rgba(51, 67, 67, 0.2);
  transition: transform 0.4s ease-in-out;
}
.toggles__column.toggles__style .toggle.is-press,
.toggles__column.toggles__style .toggle:hover {
  box-shadow: 0px 0px 3px rgba(255, 100, 0, 0.5);
}
.toggles__column.toggles__animation .toggle.is-press,
.toggles__column.toggles__animation .toggle:hover {
  color: #FF6400;
}
.toggles__column.toggles__color {
  padding: 12px;
}
.toggles__column.toggles__color .toggle {
  border: 1px solid #EAEAEA;
  width: 22px;
  height: 22px;
  border-radius: 50%;
}
.toggles__color-white {
  background: #FFFFFF;
}
.toggles__color-yerrow {
  background: #FFD80B;
}
.toggles__color-red {
  background: #FF4B4B;
}
.toggles__column.toggles__color .toggle.is-press,
.toggles__column.toggles__color .toggle:hover {
  border: 1px solid #FF6400;
}

.toggle__title {
  font-size: 15px;
  line-height: 24px;
  text-align: center;
  position: relative;
}
.toggle__title span {
  color: #59A7A5;
  position: absolute;
  bottom: calc(100% + 5px);
  right: 0;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .toggles-block {
    padding: 0 30px 35% 30px;
  }
  .toggles__btns {
    bottom: 15px;
  }
}
@media (max-width: 991px) {
  .toggles-block {
    padding: 0 30px 50% 30px;
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .toggles-block {
    padding: 0 30px 65% 30px;
  }
}
@media (max-width: 575px) {
  .toggles-block {
    padding: 0 30px 90% 30px;
    margin-bottom: 40px;
  }
  .toggles__btns {
    bottom: 5px;
    text-align: center;
    padding: 10px 10px;
  }
  .toggles__btns-title {
    font-size: 14px;
    line-height: 16px;
  }
  .toggles__btns-title-center {
    padding: 0 30px;
  }
  .toggles__images {
    left: 0;
    width: 100%;
  }
}
/* capability */
.capability {
  padding: 100px 0 90px;
  overflow: hidden;
}
.capability-slider {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.capability-slider .slick-list {
  overflow: initial;
  width: 100%;
  max-width: 1006px;
  margin: 0 auto;
}
.capability-slider .slick-track {
  display: flex;
  align-items: center;
}
.capability-block,
.capability-block.slick-slide {
  display: flex;
  flex-wrap: wrap;
  background: #FFFFFF;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  visibility: hidden;
  opacity: 0;
  transition: ease .3s;
}
.capability-block.slick-slide.slick-active {
  visibility: visible;
  opacity: 1;
}
.capability-info {
  padding: 50px 5px 50px 50px;
  width: 445px;
  display: flex;
  flex-direction: column;
}
.capability-info p {
  margin: 15px 0;
  flex-grow: 1;
}
.capability-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width: 275px;
}
.capability-btn .btn-info {
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #CDCDCD;
}
.capability-img {
  flex: 1;
  position: relative;
  min-height: 411px;
}
.capability-img::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 90%;
  height: 100%;
  background: #DCFAFF;
  border-radius: 300px 20px 20px 300px;
}
.capability-img img {
  position: absolute;
  right: 0;
  bottom: 0;
}
.capability-slider .slick-dots {
  margin-top: 30px;
}
.capability-slider .reviews-slider__next,
.capability-slider .reviews-slider__back {
  top: calc(40% + 25px);
}
@media (max-width: 1199px) {
  .capability {
    padding: 80px 0 60px;
  }
  .capability-slider .slick-list {
    padding: 0 50px;
  }
  .capability-info {
    padding: 30px 0 30px 30px;
    width: 400px;
  }
}
@media (max-width: 991px) {
  .capability {
    padding: 60px 0 60px;
  }
  .capability-slider .slick-list {
    margin: 0 50px;
  }
  .capability-info {
    padding: 20px 0 20px 20px;
    width: 350px;
  }
  .capability-info p {
    margin: 15px 0 20px;
    font-size: 16px;
  }
  .capability-img {
    min-height: initial;
  }
}
@media (max-width: 767px) {
  .capability-info {
    width: 100%;
    padding: 15px;
    text-align: center;
  }
  .capability-img {
    width: 100%;
    position: relative;
    max-height: 200px;
    flex: initial;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .capability-img img {
    position: relative;
    max-height: 100%;
  }
  .capability-btn {
    margin: 0 auto;
  }
  .capability-slider .slick-list {
    margin: 0 25px;
    padding: 0 25px;
  }
}
@media (max-width: 575px) {
  .capability {
    padding: 40px 0;
  }
  .capability-slider .slick-list {
    margin: 0 20px;
    padding: 0 20px;
  }
  .capability-btn .button.button-download {
    padding: 15.5px 9.5px 15.5px 9.5px;
  }
  .capability-btn .button.button-download .btn__icon {
    margin-right: 6px;
  }
}
/* features */
.features {
  padding: 130px 0 16px;
  overflow: hidden;
}
.features-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 60px;
}
.features-item {
  width: 350px;
  margin: 0px 15px 50px;
}
.features-title {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.features-title img {
  width: 60px;
  height: 60px;
  margin-right: 4px;
}
.features-text {
  font-size: 15px;
  line-height: 24px;
}
@media (max-width: 1199px) {
  .features {
    padding: 60px 0 16px;
  }
  .features-block {
    margin-top: 30px;
    justify-content: center;
  }
}
@media (max-width: 991px) {
  .features-item {
    width: 315px;
    margin: 0px 15px 30px;
  }
  .features-title {
    font-weight: 600;
  }
}
@media (max-width: 575px) {
  .features-block {
    margin-top: 20px;
  }
  .features {
    padding: 40px 0 20px;
  }
  .features-item {
    width: 100%;
    margin: 0px 0px 20px;
  }
}
/* shades */
.shades {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  padding: 430px 0 30px;
}
.shades-block {
  background: #FFFFFF;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 20px;
  max-width: 540px;
  position: relative;
  z-index: 2;
}
.shades-block p {
  margin: 10px 0 15px;
}
.shades__effects {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.shades__no-effect {
  opacity: 1;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.shades__no-effect video {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  object-fit: cover;
}
.shades__no-effect.no-visible {
  opacity: 0;
  display: none;
}
.shades__effect {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.shades__effect.is-active {
  opacity: 1;
  z-index: 2;
  display: block;
}
.shades__effect video {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  object-fit: cover;
}
.shades__btns {
  max-width: 330px;
}
.shades__btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.shades__btn:last-child {
  margin-bottom: 0;
}
.shade {
  background-color: #E7E7E7;
  border: none;
  width: 67px;
  height: 32px;
  border-radius: 40px;
  cursor: pointer;
  box-shadow: 0px 0px 8px rgba(68, 61, 61, 0.05);
  position: relative;
  flex-shrink: 0;
  transition: background-color 0.2s linear;
}
.shade__btn {
  border-radius: 50%;
  background-color: #fff;
  display: inline-block;
  width: 23px;
  height: 23px;
  position: absolute;
  top: 4px;
  left: 6px;
  box-shadow: 0px 0px 3px rgba(51, 67, 67, 0.2);
  transition: transform 0.4s ease-in-out;
}
.shade.is-press {
  background-color: #FF6400;
}
.shade.is-press .shade__btn {
  transform: translateX(32px);
}
.shade__title {
  font-weight: 600;
  font-size: 22px;
  line-height: 35px;
  margin-right: 10px;
  position: relative;
}
@media only screen and (min-width: 1200px) {
  .shade:hover .shade__btn {
    transform: translateX(4px);
  }
  .shade.is-press:hover .shade__btn {
    transform: translateX(28px);
  }
}
@media (max-width: 991px) {
  .shades {
    padding: 250px 0 65px;
  }
}
@media (max-width: 575px) {
  .shades {
    margin: 200px 0 100px;
    z-index: 2;
  }
  .shades-block {
    position: absolute;
    box-shadow: none;
    max-width: 100%;
    background: transparent;
    width: 100%;
    height: 100%;
    padding: 0;
    left: 0;
    top: 0;
  }
  .shades-info {
    position: absolute;
    top: -57%;
    text-align: center;
    padding: 0 15px;
  }
  .shades__btns {
    position: absolute;
    bottom: -30%;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 100%;
    padding: 0 15px;
  }
  .shade__title {
    font-size: 16px;
    line-height: 26px;
  }
}
/* films */
.films {
  padding: 120px 0 90px;
  overflow: hidden;
}
.films-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 65px;
}
.films-title {
  font-family: 'Montserrat';
  font-weight: 600;
  font-size: 48px;
  line-height: 58px;
  width: 520px;
  margin-right: 20px;
}
.films-title span {
  display: block;
  font-family: 'Montserrat';
  font-weight: 900;
  font-size: 85px;
  line-height: 90px;
  color: #FF6400;
}
.films-top p {
  flex: 1;
  max-width: 560px;
}
.films-spoiler {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  position: relative;
}
.films .tabs {
  width: 50%;
  padding: 0 10px;
}
.films .tab {
  background: #F6F6F7;
  border: 1px solid #F6F6F7;
  border-radius: 20px;
  margin-bottom: 15px;
  transition: ease .3s;
}
.films .tab:hover,
.films .tab.active {
  border: 1px solid #252831;
}
.films .tab.active {
  background: #fff;
}
.films .accordion-heading {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-weight: 600;
  font-size: 22px;
  line-height: 35px;
  cursor: pointer;
  padding: 25px 22px;
}
.films .accordion-heading span {
  margin-right: 20px;
  font-weight: 400;
  font-size: 18px;
}
.films .accordion-collapse {
  display: none;
  padding: 0px 32px 17px 90px;
  margin-top: -8px;
}
.films .img-content {
  width: 50%;
  padding: 0 10px;
  border-radius: 20px;
  overflow: hidden;
}
.films .img-box {
  display: none;
  width: 50%;
  padding: 0 10px;
  border-radius: 20px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}
.films .img-box.active {
  display: block;
  animation: fadeIn 0.5s ease-out;
}
@media (max-width: 1199px) {
  .films {
    padding: 60px 0;
  }
  .films-top {
    margin-bottom: 50px;
  }
  .films-title {
    font-size: 40px;
    line-height: 45px;
    width: 470px;
  }
  .films-title span {
    font-size: 70px;
    line-height: 80px;
  }
  .films .accordion-heading {
    padding: 15px;
  }
}
@media (max-width: 991px) {
  .films-top {
    justify-content: center;
    text-align: center;
  }
  .films-title {
    width: 100%;
    margin-right: 0;
  }
  .films-top p {
    margin-top: 15px;
    width: 100%;
  }
  .films .accordion-heading {
    font-size: 20px;
  }
  .films .accordion-heading span {
    margin-right: 10px;
    font-size: 16px;
  }
  .films .accordion-collapse {
    padding: 0px 15px 0px 15px;
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .films {
    padding: 40px 0;
  }
  .films .tabs {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .films .tab {
    width: 100%;
  }
  .films-spoiler {
    font-size: 34px;
    line-height: 38px;
  }
  .films-title span {
    font-size: 55px;
    line-height: 62px;
  }
  .films-title {
    font-size: 20px;
    line-height: 24px;
  }
  .films-title span {
    font-size: 40px;
    line-height: 50px;
  }
  .films-top {
    margin-bottom: 30px;
  }
  .films .tab {
    width: 100%;
    border: none;
    background: none;
    margin-bottom: 15px;
  }
  .films .tab:hover, .films .tab.active {
    border: none;
  }
  .films .accordion-heading {
    font-size: 18px;
    line-height: 22px;
    padding: 0;
    flex-direction: column;
    align-items: flex-start;
    cursor: initial;
    pointer-events: none;
  }
  .films .accordion-heading span {
    margin-bottom: 20px;
  }
  .films .accordion-collapse {
    font-size: 14px;
    line-height: 21px;
    margin-top: 5px;
    padding: 0;
    display: block;
  }
  .films .img-box {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin-top: 15px;
  }
  .films-spoiler .filters-slider__back {
    left: initial;
    right: 60px;
    top: 10px;
  }
  .films-spoiler .filters-slider__next {
    left: initial;
    right: 0;
    top: 10px;
  }
  .films-spoiler .back .svg, .films-spoiler .next .svg {
    width: 39px;
  }
}
/* simple */
.simple {
  padding: 94px 0;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  background: url('../img/index/simple-bg.webp') right center no-repeat, #252831;
  color: #FFFFFF;
}
.simple-block {
  display: flex;
  flex-direction: column;
  z-index: 2;
  max-width: 520px; 
}
.section-title {
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 32px;
  line-height: 38px;
}
.list {
  margin: 20px 0;
}
.list li {
  position: relative;
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 15px;
  line-height: 21px;
  padding-left: 15px;
  margin-bottom: 10px;
}
.list li::before {
  position: absolute;
  display: inline-block;
  content: "✓";
  color: #FF6400;
  top: 1px;
  left: 0;
  width: 22px;
  height: 18px;
}
.simple-btn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  width: max-content;
  flex-direction: column;
}
.btn-price {
  display: flex;
  align-items: center;
}
.price {
  margin-left: 27px;
}
.regular-price {
  font-family: 'Montserrat';
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  color: #FFFFFF;
}
.btn-info {
  font-size: 15px;
  line-height: 24px;
  text-align: center;
  color: #7D88A7;
  width: 56%;
  margin-top: 10px;
}
.simple .btn-info {
  width: max-content;
}
@media (max-width: 1700px) {
  .simple {
    background-position-x: 130%;
  }
}
@media (max-width: 1450px) {
  .simple {
    background-position-x: 160%;
  }
}
@media (max-width: 1300px) {
  .simple {
    background-position-x: 220%;
  }
}
@media (max-width: 1199px) {
  .simple {
    background-position-x: 600px;
    padding: 60px 0;
  }
}
@media (max-width: 991px) {
  .simple {
    padding: 50px 0 55%;
    background-position: 0px bottom;
    background-size: contain;
  }
}
@media (max-width: 767px) {
  .section-title {
    font-size: 26px;
    line-height: 34px;
    text-align: center;
  }
  .simple-block {
    max-width: 100%;
  }
  .simple-block .list {
    margin: 20px auto;
  }
  .simple-block .btn-block {
    margin: 0 auto;
    align-items: center;
  }
  .simple-block .btn-block .btn-info {
    margin: 10px auto 0;
  }
}
@media (max-width: 575px) {
  .simple {
    padding: 40px 0 55%;
  }
  .section-title {
    font-size: 24px;
    line-height: 29px;
  }
  .simple__btn-block {
    margin-right: 0;
    order: 2;
  }
  .simple-btn {
    justify-content: center;
  }
  .simple-btn .btn-price {
    flex-direction: column;
  }
  .simple-btn .price {
    margin-left: 0;
    margin-top: 5px;
  }
  .simple-btn .btn-info {
    width: 100%;
  }
}

.simple.simple-inversion {
  background: url('../img/index/simple-inversion-bg.webp') left center no-repeat, #252831;
}
.simple.simple-inversion .simple-block {
  margin-left: auto;
  max-width: 470px;
}
@media (max-width: 1750px) {
  .simple.simple-inversion {
    background-position-x: -15%;
  }
}
@media (max-width: 1600px) {
  .simple.simple-inversion {
    background-position-x: -33%;
  }
}
@media (max-width: 1450px) {
  .simple.simple-inversion {
    background-position-x: -51%;
  }
}
@media (max-width: 1350px) {
  .simple.simple-inversion {
    background-position-x: -95%;
  }
}
@media (max-width: 1250px) {
  .simple.simple-inversion {
    background-position-x: -117%;
  }
}
@media (max-width: 1199px) {
  .simple.simple-inversion {
    background-position-x: -500px;
  }
}
@media (max-width: 991px) {
  .simple.simple-inversion {
    background-position: 0px bottom;
    background-size: contain;
  }
  .simple.simple-inversion .simple-block {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .simple.simple-inversion .simple-block {
    max-width: 100%;
  }
}
/* reviews */

.reviews-slider-wrap {
  margin-top: 55px;
}
.reviews-slider {

}
.reviews-slider .slick-dots {
  left: 0;
  right: 0;
  text-align: center;
  margin-top: 40px;
}
.reviews-slider .slick-track {
  display: flex;
  align-items: flex-start;
}
.reviews-slider__back {
  left: 0;
  top: calc(50% - 25px);
}
.reviews-slider__next {
  right: 0;
  top: calc(50% - 25px);
}

.review {
  max-width: 990px;
  margin: 0 auto;
  height: auto;
}
.review-block {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.review__info {
  flex: 1;
}
.review__header {
  width: 100%;
  display: flex;
  align-items: center;
}
.review__author {
  display: flex;
  align-items: center;
  margin-right: 12px;
}
.review__avatar {
  display: inline-block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.review__text {
  margin-top: 20px;
  font-size: 16px;
  line-height: 24px;
}
.review__name {
  font-size: 22px;
  line-height: 35px;
  font-weight: 600;
}
.review__city {
  font-size: 15px;
  line-height: 24px;
  color: #FF6400;
}
.review__link {
  margin-top: 11px;
  display: block;
  font-size: 15px;
  line-height: 24px;
  text-decoration: underline;
  color: #FF6400;
}
.review__link:hover {
  text-decoration: none;
}
.review__video {
  margin-left: 56px;
  max-width: 429px;
  width: 100%;
}
.video {
  display: flex;
  justify-content: center;
  overflow: hidden;
  border-radius: 10px;
  width: 100%;
  padding-bottom: 56.413%;
  position: relative;
  border-radius: 30px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.video__poster {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.video__play {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height:  100%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background: rgba(0, 0, 0, 0.4); */
  transition: background-color 0.2s;
}
.video__play .svg {
  width: 80px;
  height: 80px;
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
  transition: ease .3s;
  /* animation: pulsePlay 2s infinite linear; */
}
.video__play .svg path {
  transition: fill 0.2s;
  fill: #fff;
}
/* .video__play:hover {
  background: rgba(0, 0, 0, 0.2);
} */
.video__play:hover .svg {
  /* animation-play-state: paused; */
  transform: scale(1.05) translate(-50%, -50%);
}
.video-info {
  background: #283149;
  border-radius: 0px 30px;
  font-size: 15px;
  line-height: 24px;
  color: #FFFFFF;
  padding: 6px 27px;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 1199px) {
  .reviews {
    padding: 60px 0 50px;
  }
  .review {
    margin: 0 45px;
  }
}
@media (max-width: 991px) {
  .review-block {
    flex-wrap: wrap;
  }
  .review__info {
    flex: initial;
    width: 100%;
  }
  .review__video {
    margin: 15px auto 0;
  }
}
@media (max-width: 767px) {
  .reviews-slider-wrap {
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .reviews {
    padding: 40px 0;
  }
  .review {
    margin: 0 25px;
  }
  .review__name {
    font-size: 16px;
    line-height: 26px;
  }
  .review__city {
    font-size: 14px;
    line-height: 21px;
  }
  .review__text {
    margin-top: 15px;
    font-size: 14px;
    line-height: 21px;
  }
  .reviews-slider__back {
    left: -5px;
  }
  .reviews-slider__next {
    right: -5px;
  }
  .video {
    padding-bottom: 62.5%;
  }
}
/* steps */
.step {
  padding: 60px 0 0;
}
.steps-block {
  display: flex;
  justify-content: space-between;
  margin-top: 84px; 
}
.step-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex: 1;
  color: #fff;
  margin-right: 17px;
  padding: 50px 16px 31px 21px;
  background: #252831;
  border-radius: 10px;
  position: relative; 
}
.step__icon {
  width: 69px;
  height: 69px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px;
  background: #FF6400;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  position: absolute;
  top: -34px;
  left: 21px;
}
.step__title {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 8px; 
}
.step__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 29px; 
  margin-bottom: 20px;
  flex-grow: 1;
}
.step__link {
  text-decoration-line: underline;
  font-size: 18px;
  line-height: 29px; 
  color: #29C0FF;
  transition: ease .3s;
}
.step__link:hover {
  color: #fff;
  text-decoration-line: none;
}
@media (max-width: 1199px) {
  .steps-block {
    padding-left: 0;
    padding-right: 0; 
    margin-top: 60px;
  }
  .step__text {
    font-size: 15px;
    line-height: 25px; 
  }
}
@media (max-width: 991px) {
  .steps-block {
    flex-direction: column; 
  }
  .step-item {
    margin-bottom: 50px; 
  }
  .step-item:last-child {
    margin-bottom: 0; 
  }
}
@media (max-width: 575px) {
  .step {
    padding: 40px 0;
  }
  .step__icon {
    width: 60px;
    height: 60px;
    padding: 0;
  }
  .step__title {
    font-size: 18px;
  }
  .step__text {
    font-size: 14px;
  }
  .step-item {
    padding: 40px 15px 15px 15px;
  }
}
/* new */
.new {
  overflow: hidden;
}
.new-slider {
  padding: 56px 40px 0;
}
.new-slider .slick-list {
  overflow: initial;
  display: flex;
  margin: 0 auto;
}
.new-slider .slick-track {
  display: flex;
}
.new-block,
.new-block.slick-slide {
  display: flex;
  padding: 0 10px;
  visibility: hidden;
  opacity: 0;
  transition: ease .3s;
}
.new-block.slick-slide.slick-active {
  visibility: visible;
  opacity: 1;
}
.new-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  background: #FFFFFF;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 20px 21px 28px;
  width: 100%;
  background: url(../img/index/new-bg.webp) left top no-repeat;
}
.new-image {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 154px;
  margin-bottom: 5px;
}
.new-date {
  font-size: 12px;
  line-height: 19px;
  text-align: center;
  color: #8E8E8E;
  margin-bottom: 5px;
}
.new-text {
  font-size: 15px;
  line-height: 24px;
  text-align: center;
}
.new-slider .reviews-slider__next,
.new-slider .reviews-slider__back {
  top: calc(50% + 20px);
}
@media (max-width: 767px) {
  .new-image {
    height: 115px;
  }
  .new-item {
    padding: 10px;
    background-size: 90%;
  }
}
@media (max-width: 575px) {
  .new-block.slick-slide {
    padding: 10px;
  }
  .new-slider {
    padding: 30px 15px 0;
  }
  .new-item {
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
  }
  .new-image {
    min-height: 154px;
  }
}
/* prefooter */
.prefooter {
  max-width: 1920px;
  margin: 0 auto;
  background: url(../img/index/prefooter-bg.webp) center/cover no-repeat;
  padding: 111px 0 0px;
  overflow: hidden;
}
.prefooter-block {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 28px;
}
.prefooter-block .title-h2 {
  width: 50%;
  padding-right: 15px;
}
.prefooter-info {
  width: 50%;
}
.prefooter-text {
  font-weight: 600;
  font-size: 22px;
  line-height: 35px;
  margin-bottom: 19px;
}
.button.button-download {
  font-family: 'Montserrat';
  font-weight: 500;
  padding: 15.5px 21.5px 15.5px 21.5px;
}
.capability-info .button.button-download {
  font-weight: 500;
  font-size: 17px;
}
.button.button-download .btn__icon {
  width: 26px;
}
.button.button-order {
  border: 1px solid #252831;
  border-radius: 12px;
  background: #fff;
  color: #252831;
  padding: 13.5px 26.25px 13.5px 26.25px;
}
.button.button-order .btn__icon {
  filter: invert(1);
  width: 26px;
}
.button.button-order:hover {
  color: #fff;
  background: #252831;
  border: 1px solid #252831;
}
.button.button-order:after {
  background: #252831;
}
.button.button-order:hover .btn__icon {
  filter: invert(0);
}
.prefooter-btn {
  display: flex;
  flex-wrap: wrap;
  width: 485px;
}
.prefooter-btn .button.button-order {
  margin-left: 15px;
}
.prefooter-btn-info {
  text-align: center;
  width: 61%;
  font-size: 15px;
  line-height: 24px;
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .prefooter {
    padding: 60px 0 0px;
  }
  .prefooter-block {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .prefooter {
    background-position: bottom;
    background-size: contain;
  }
  .prefooter-block {
    padding-bottom: 0px;
  }
  .prefooter-block .title-h2 {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 15px;
  }
  .prefooter-text {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
  }
  .prefooter-btn-info {
    width: 100%;
  }
  .prefooter-btn {
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  .prefooter-info {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .prefooter-btn .button.button-order {
    margin-left: 0;
  }
}
@media (max-width: 575px) {
  .prefooter {
    padding-top: 40px;
  }
  .prefooter-text {
    font-size: 14px;
    line-height: 24px;
  }
}
/* footer */
.footer {
  padding: 90px 0;
  background: #252831;
}
.footer-block {
  display: flex;
  align-items: start;
  margin-bottom: 70px;
}
.footer-logo {
  margin-right: 70px;
}
.footer-list {
  columns: 3;
}
.footer-list li {
  line-height: 14px;
  margin-bottom: 14px;
}
.footer-list a {
  font-size: 15px;
  line-height: 24px;
  color: #FFFFFF;
  transition: ease .3s;
}
.footer-list a:hover {
  color: #FF6400;
}
.footer-btn-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 250px;
  margin-left: auto;
  align-items: flex-start;
}
.copyright {
  font-weight: 300;
  font-size: 12px;
  line-height: 17px;
  text-align: center;
  color: #FFFFFF;
}

.footer-wrap {
  padding: 60px 0 30px;
  background: #252831;
}
.footer-wrap .footer-block {
  justify-content: space-between;
  gap: 15px 30px;
  margin-bottom: 40px;
}
.footer-wrap .footer-btn-block {
  margin: 0;
}
.footer-soc-block {
  display: flex;
  flex-direction: column;
}
.footer-soc-block .footer-logo {
  max-width: 220px;
  margin: 0 0 30px;
}
.footer-soc {
  display: flex;
  gap: 15px;
}
.footer-soc a {
  border-radius: 10px;
  transition: ease .3s;
}
.footer-soc a:hover {
  box-shadow: 2px 2px 7px 1px #ffffff40;
}
.footer-list-block {
  display: flex;
  justify-content: center;
  flex: 1;
  gap: 15px 50px;
}
.footer-wrap .footer-list {
  columns: 1;
}
.footer-wrap .footer-list li {
  font-weight: 400;
  font-size: 15px;
  line-height: 160%;
  color: #fff;
  margin-bottom: 15px;
}
.footer-wrap li.footer-list-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 160%;
  color: #fff;
  margin-bottom: 25px;
}
.copyright-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}
.copyright-polit {
  font-weight: 300;
  font-size: 12px;
  line-height: 140%;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  text-align: right;
  color: #fff;
}

.footer-download {
  padding: 50px 0 70px;
}
.footer-download .footer-block {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .footer {
    padding: 60px 0;
  }
  .footer-btn-block .btn-min.btn-min__white {
    display: flex;
    margin-left: 15px;
  }
  .footer-logo {
    margin-right: 55px;
  }

  .footer-list-block {
    gap: 15px 35px;
  }
}
@media (max-width: 991px) {
  .footer {
    padding: 40px 0;
  }
  .footer-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
  }
  .footer-logo {
    margin-right: 0;
    margin-bottom: 40px;
  }
  .footer-list {
    margin-bottom: 26px;
  }
  .footer-btn-block {
    margin-left: initial;
  }
  .footer-btn-block .btn-min.btn-min__white {
    margin-left: 0;
    display: none;
  }
  .button.button-download {
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 20px;
  }
  .button.button-download.button-footer {
    display: flex;
    font-size: 15px;
    line-height: 20px;
    padding: 10px 12.5px 10px 12.5px;
  }
  .button.button-download.button-footer .btn__icon {
    width: 15px;
    margin-right: 8px;
  }

  .footer-wrap {
    padding: 45px 0 30px;
  }
  .footer-soc-block {
    justify-content: center;
    margin-bottom: 20px;
  }
  .footer-soc-block .footer-logo {
    margin: 0 0 20px;
  }
  .footer-soc {
    justify-content: center;
  }
  .copyright-bottom {
    justify-content: center;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .footer-logo {
    max-width: 160px;
  }
  
  .footer-wrap {
    padding: 30px 0 30px;
  }
  .footer-soc-block {
    margin-bottom: 15px;
  }
  .footer-soc-block .footer-logo {
    margin: 0 0 15px;
  }
  .footer-list-block {
    flex-direction: column;
    gap: 15px;
  }
  .footer-wrap .footer-list {
    text-align: center;
    margin-bottom: 0;
  }
  .footer-wrap li.footer-list-title {
    margin-bottom: 12px;
  }
  .footer-wrap .footer-list li {
    margin-bottom: 7px;
  }
}
/* download page */
/* download */
.download {
  position: relative;
  /* min-height: 698px; */
  padding: 0;
  max-width: 100%;
  margin: 0 auto;
  background: #222734;
  /* background: linear-gradient(90deg, rgba(26,29,39,1) 30%, rgba(34,39,52,1) 30%); */
  overflow: hidden;
}
.download__info {
  width: 100%;
  max-width: 580px;
  margin-left: auto;
  padding-bottom: 50px;
  position: relative;
  padding-top: 120px;
  z-index: 2;
}
.download .title-h1 {
  color: #fff;
}
.download__title span {
  color: #59A7A5;
  white-space: nowrap;
  display: block;
}
.download__descriptions {
  color: #FFFFFF;
  margin: 21px 0 30px;
}
.download__descriptions-bold {
  font-family: 'Lora';
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
  margin-top: 34px;
  margin-bottom: 8px;
}
.download__descriptions-little {
  font-size: 14px;
  line-height: 22px;
  color: #FFFFFF;
  margin-bottom: 16px;
}
.download__descriptions .list li {
  font-family: 'Open Sans';
  font-weight: 400;
  font-size: 18px;
  line-height: 29px;
  padding-left: 25px;
}
.download__descriptions .list li::before {
  font-size: 20px;
}
.download__block {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.download__images {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  max-width: 460px;
  position: relative;
}
.download__img1 {
  opacity: .74;
  border-radius: 8px;
}
.download__img2 {
  position: absolute;
  left: -68px;
  top: -47px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  border: 1px solid #8C9BC0;
}
.download__img3 {
  position: absolute;
  left: 43px;
  top: -91px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  border: 1px solid #8C9BC0;
}
.download__img4 {
  position: absolute;
  right: 33px;
  bottom: -61px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  border: 1px solid #8C9BC0;
}

.download .hero__arrows {
  margin: 0px auto 20px;
  width: 100%;
}
@media (max-width: 1199px) {
  .download__info {
    padding-top: 100px;
    max-width: 490px;
  }
  .download__images {
    transform: scale(.85);
  }
}
@media (max-width: 991px) {
  .download {
    background: #222734;
  }
  .download__block {
    flex-direction: column;
  }
  .download__images {
    transform: none;
    order: 2;
    margin: 120px auto 100px;
  }
  .download__info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px 0 15px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    order: 1;
  }
  .download .title-h1 {
    margin-bottom: 0;
  }
  .download__descriptions {
    text-align: center;
  }
  .download__descriptions .list {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .download {
    min-height: initial;
  }
  .download__images {
    margin: 30px auto 40px;
  }
  .download__info {
    padding: 55px 0 20px;
  }
  .download .title-h1 {
    margin-bottom: 20px;
  }
  .download__descriptions {
    margin: 0 0 30px;
  }
  .download__img1 {
    opacity: 1;
  }
  .download__img2 {
    display: none;
  }
  .download__img3 {
    display: none;
  }
  .download__img4 {
    display: none;
  }
}
@media (max-width: 575px) {
  .download {
    overflow: visible;
  }
  .download__info {
    padding: 40px 0 20px;
    overflow: hidden;
  }
}
.pluso-top {
  margin: 6px 10px 0 0 !important
}
.download-rating {
  max-width: 280px;
  text-align: center;
  margin-top: 10px;
}
.download-rating #page-rating-value {
  color: #fff;
}
/* information */
.information {
  padding: 100px 0 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  .information {
    padding: 60px 0 0;
}
}
@media (max-width:767px) {
  .information {
    padding: 40px 0 0;
  }
}
/* cards */
.cards {
  overflow: hidden;
  padding: 120px 0 60px;
}
.card-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 35px -25px 0;
	position: relative;
	z-index: 1;
}
.card-column {
	width: 33.333%;
	display: flex;
	justify-content: center;
  padding: 0px 25px;
	margin: 25px 0;
}
.card-item {
	display: flex;
	flex-direction: column;
	width: 100%;
	box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
  background: #FCFCFC;
  border-radius: 20px;
}
.card-image {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
  padding-bottom: 63%;
}
.card-img {
  position: absolute;
  left: 0;
  top: 0;
	width: 100%;
	height: 100%;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
	object-fit: cover;
}
.card-img-mini {
	position: absolute;
  right: 20px;
  bottom: 20px;
}
.card-info {
	text-align: center;
	padding: 20px 20px 25px;
	display: flex;
	justify-content: center;
	align-items: center;
  flex-direction: column;
}
.card-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  min-height: 50px;
  margin-bottom: 10px;
}
.card-text {
  font-size: 15px;
  line-height: 24px;
}
@media (max-width:1199px) {
	.card-info {
    padding: 15px 10px 15px;
  }
}
@media (max-width:991px) {
  .cards {
    padding: 60px 0;
  }
	.card-column {
		width: 50%;
	}
}
@media (max-width:767px) {
  .cards {
    padding: 40px 0;
  }
  .card-row {
    margin: 30px -25px ;
  }
	.card-column {
		margin-bottom: 20px;
	}
  .card-slides .filters-slider__back, .card-slides .filters-slider__next {
    top: initial;
    bottom: -35px;
  }
  .card-slides .filters-slider__back {
    left: calc(50% - 60px);
  }
  .card-slides .filters-slider__next {
    left: inherit;
    right: calc(50% - 60px);
  }
  .card-slides .back .svg, .card-slides .next .svg {
    width: 39px;
  }
}
@media (max-width: 575px) {
	.card-column {
		width: 100%;
	}
}

/* training */
.training {

}
.training-description {
  margin: 30px 0 50px;
}
.training-spoiler {
  position: relative;
}
.training .spoiler-heading {
  width: 42.28%;
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  padding-right: 10px;
  background: #F6F6F7;
  min-height: 60px;
  margin-bottom: 1px;
  cursor: pointer;
  transition: ease .3s;
}
.training .spoiler-heading.in {
  background: #353B4E;
  color: #FFFFFF;
}
.training .spoiler-heading span {
  font-family: 'Montserrat';
  font-weight: 600;
  font-size: 35px;
  background: #EEEEEE;
  color: #CACACA;;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  margin-right: 17px;
  transition: ease .3s;
}
.training .spoiler-heading.in span {
  background: #283149;
  color: #FFFFFF;
}
.spoiler-heading__first {
  border-radius: 10px 0px 0px 0px;
}
.spoiler-heading__first span {
  border-radius: 10px 0px 0px 0px;
}
.spoiler-heading__last {
  border-radius: 0px 0px 0px 10px;
}
.spoiler-heading__last span {
  border-radius: 0px 0px 0px 10px;
}
.training .spoiler-collapse {
  display: none;
  width: 57.72%;
  position: absolute;
  right: 0;
  top: 0;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  opacity: 0;
  z-index: -1;
  transition: ease .3s;
}
.training .spoiler.in .spoiler-collapse {
  opacity: 1;
  z-index: 2;
}
.training .spoiler-img {
  position: relative;
  left: 0;
  top: 0;
  padding-bottom: 65%;
}
.training .spoiler-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0px 20px 0px 0px;
}
.training .spoiler-text {
  padding: 20px;
}
.training .spoiler-text p {
  padding-bottom: 22px;
  font-size: 15px;
  line-height: 24px;
}
.training .spoiler-text p:last-child {
  padding-bottom: 0px;
}
.training .spoiler-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.training .spoiler-item {
  font-family: 'Montserrat';
  width: 170px;
  margin: 10px 20px 32px;
  font-weight: 500;
  font-size: 17px;
  line-height: 27px;
}
.link {
  color: #FF6400;
  text-decoration: underline;
}
.link:hover {
  text-decoration: none;
}
.training-btn {
  margin-top: 25px;
  padding: 26px 20px 33px;
  width: calc(40% - 20px);
  background: #FFFFFF;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.training-btn p {
  font-size: 17px;
  line-height: 26px;
}
.training-btn .btn-block {
  margin-top: 30px;
}
.training-btn .btn-block .button {
  font-weight: 500;
  font-size: 17px;
}
.training-btn .btn-block .button-info {
  font-size: 15px;
  line-height: 24px;
  text-align: center;
  color: #252831;
}
@media (max-width: 991px) {
  .training .spoiler-heading {
    font-size: 16px;
    line-height: 19px;
  }
  .training .spoiler-heading span {
    min-width: 60px;
    font-size: 27px;
  }
  .training-btn {
    margin-top: 15px;
    padding: 15px 15px 15px;
    width: calc(40% - 0px);
  }
  .training-btn p {
    font-size: 16px;
    line-height: 24px;
  }
  .training-btn .btn-block {
    margin-top: 25px;
    align-items: center;
  }
  .training-btn .btn-info {
    width: 100%;
    color: #252831;
  }
  .training .spoiler-block {
    justify-content: center;
  }
  .training .spoiler-item {
    width: 158px;
    margin: 10px 20px 20px;
  }
}
@media (max-width: 767px) {
  .training-description {
    margin: 15px 0 58px;
    text-align: center;
  }
  .training .spoiler {
    margin-bottom: 5px;
  }
  .training .spoiler-heading {
    width: 100%;
    border-radius: 15px 15px 0px 0px;
    min-height: 55px;
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 18px;
    padding-right: 40px;
    position: relative;
  }
  .training .spoiler-heading:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 23px;
    width: 8px;
    height: 5px;
    overflow: hidden;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 5px solid #252831;
    transform: rotate(90deg) translateY(-50%);
    transition: ease .3s;
  }
  .training .spoiler-heading.in:after {
    border-left: 5px solid #fff;
  }
  .training .spoiler-heading span {
    min-width: 55px;
    height: 55px;
    border-radius: 15px 0px 0px 0px;
  }
  .training .spoiler-collapse {
    width: 100%;
    position: relative;
    opacity: 1;
    transition: initial;
  }
  .training .spoiler-img img {
    border-radius: 0;
  }
  .training .spoiler-text {
    padding: 15px 20px;
    font-size: 14px;
    line-height: 22px;
  }
  .training .spoiler-block {
    margin: 0 20px 20px;
  }
  .training .spoiler-item {
    width: 100%;
    margin: 0 0 10px 0;
    font-size: 14px;
    line-height: 22px;
  }
  .training-btn {
    width: 100%;
  }
  .training-btn p {
    font-size: 14px;
    line-height: 21px;
  }
}
/* whom */
.whom {
  overflow: hidden;
  padding: 60px 0;
}
.whom-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 60px;
}
.whom-block .title-h2 {
  width: 40%;
  padding-right: 15px;
}
.whom-block__text {
  width: 60%;
}
.whom-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -6.5px;
}
.whom-column {
  display: flex;
  transition: ease .3s;
  width: 33.333%;
  padding: 0 6.5px 13px;
}
.whom-item {
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 0px 20px 20px;
  width: 100%;
}
.whom-image {
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 194px;
  margin-bottom: 10px;
}
.whom-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 10px;
}
.whom-text {
}
@media (max-width:991px) {
  .whom-block {
    margin-bottom: 40px;
  }
  .whom-block .title-h2 {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .whom-block__text {
    width: 100%;
    text-align: center;
  }
	.whom-column {
		width: 50%;
	}
}
@media (max-width:767px) {
  .whom {
    padding: 40px 0;
  }
	.whom-column {
		width: 70%;
	}
}
@media (max-width:575px) {
	.whom-column {
		width: 100%;
	}
}
/* requirements */
.requirements {
  background: #F6F6F7;
  padding: 70px 0 80px;
}
.requirements-block {
  display: flex;
  flex-wrap: wrap;
  margin-top: 57px;
}
.requirements-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 55%;
  font-size: 17px;
  line-height: 26px;
  margin-bottom: 20px;
}
.requirements-item__left {
  width: 45%;
}
.requirements-title {
  font-weight: 700;
  padding-right: 10px;
  width: 38%;
}
.requirements-item__left .requirements-title {
  width: 50%;
}
.requirements-text {
  color: #575960;
  width: 62%;
  padding-right: 10px;
}
.requirements-item__left .requirements-text {
  width: 50%;
}
@media (max-width:991px) {
  .requirements {
    padding: 40px 0 40px;
  }
  .requirements-block {
    margin-top: 30px;
  }
	.requirements-item {
		width: 100%;
	}
  .requirements-item__left {
    width: 100%;
  }
  .requirements-title {
    width: 40%;
  }
  .requirements-item__left .requirements-title {
    width: 40%;
  }
  .requirements-text {
    width: 60%;
  }
  .requirements-item__left .requirements-text {
    width: 60%;
  }
}
@media (max-width: 575px) {
	.requirements-title {
    font-size: 14px;
    line-height: 18px;
  }
  .requirements-text {
    font-size: 14px;
    line-height: 18px;
  }
}
/* sets */
.sets-breadcrumbs .container {
  position: relative;
  z-index: 2;
}
.sets-breadcrumbs #breadcrumbs {
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  font-weight: 400;
  font-size: 14px;
  color: #636A7D;
  line-height: 1.6;
  margin: 25px 0;
}
.sets-breadcrumbs #breadcrumbs a {
  color: #00a3d3;
  text-decoration: none;
  border-bottom: 1px solid #00a3d3;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
  display: inline-block;
  line-height: 1;
}
.sets-breadcrumbs #breadcrumbs a:hover {
  border-color: transparent;
}
.sets-breadcrumbs [itemscope] > [itemprop=itemListElement] {
  padding-right: 32px;
  position: relative;
}
.sets-breadcrumbs [itemscope] > [itemprop=itemListElement]::after {
  content: ">";
  width: 8px;
  height: 15px;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 14px;
}
@media (max-width: 767px) {
  .sets-breadcrumbs #breadcrumbs {
    position: absolute;
    margin: 15px 0;
  }
  .sets-breadcrumbs [itemscope] > [itemprop=itemListElement] {
    padding-right: 22px;
  }
  .sets-breadcrumbs [itemscope] > [itemprop=itemListElement]::after {
    right: 8px;
  }
}

.sets-body .header .button.btn-min {
  display: none;
}
.sets-body .footer .footer-btn-block {
  display: none;
}
.sets-section {
  padding: 0;
  position: relative;
}
.sets,
.sets-slider {
  max-width: 1920px;
  padding: 0 0 30px;
  width: 100%;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
.sets {
  padding-bottom: 0px;
}
.sets-slider .slick-list,
.sets-slider .slick-track,
.sets-slider .sets-slide {
  display: flex;
}
.sets-slider__back,
.sets-slider__next {
  user-select: none;
  cursor: pointer;
  padding: 0;
  display: inline-block;
  position: absolute;
  width: 27px;
  height: 49px;
  transition: ease .3s;
  border: none;
  background: transparent;
  bottom: 0;
  transform: translateY(-50%);
  transition: ease .3s;
  z-index: 2;
}
.sets-slider__back {
  left: 0;
}
.sets-slider__next {
  right: 0;
}

.slider-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: -30px auto 0;
}
.slider-controls .sets-slider__back {
  position: relative;
  order: 1;
  transform: initial;
  top: initial;
  bottom: initial;
  left: inherit;
  right: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slider-controls .slick-dots {
  order: 2;
  margin: 0 60px;
}
.slider-controls .slick-dots li {
  display: flex;
  justify-content: center;
  align-items: center;
}
.slider-controls .slick-dots li button {
  width: 15px;
  height: 15px;
}
.slider-controls .slick-dots li.slick-active button {
  width: 34px;
  height: 15px;
}

.slider-controls .sets-slider__next {
  position: relative;
  order: 3;
  transform: initial;
  top: initial;
  bottom: initial;
  left: inherit;
  right: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slider-controls .sets-slider__back:hover path,
.slider-controls .sets-slider__next:hover path {
  fill: #FF6400;
}
.slider-controls .sets-slider__back.slick-disabled ,
.slider-controls .sets-slider__next.slick-disabled {
  cursor: default;
}
.slider-controls .sets-slider__back.slick-disabled path,
.slider-controls .sets-slider__next.slick-disabled path {
  fill: #2528323d;
}

.sets-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
}
.sets-slider.slick-initialized .sets-slide {
  display: flex !important;
}
.sets-slide .container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 80px 15px 20px;
}
.sets-slide .container.sets-slide__img-big {
  padding: 40px 15px 10px;
}
.sets-slide__bg {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
}
.sets-slide__img {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  max-width: 660px;
  position: relative;
}
.sets-slide__img img {
  border-radius: 20px;
}
.sets-slide__img-shadow {
  box-shadow: 0px 0px 35px rgba(245, 178, 175, 0.25);
}
.sets-slide__img video {
  border-radius: 20px;
  max-width: 100%;
}
.sets-slide__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  max-width: 435px;
  width: 100%;
  margin-left: 45px;
  padding: 20px 0 20px;
}
.sets-slide .title-h1 {
  margin-bottom: 15px;
}
.sets-slide__text {
  font-size: 17px;
  line-height: 26px;
  max-width: 380px;
  margin-bottom: 32px;
}
.sets-slide__btn-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.button.sets-btn {
  margin-right: 28px;
}
.button.sets-btn svg {
  margin-left: 16px;
  position: relative;
  z-index: 1;
}
.sets-btn-svg path {
  transition: ease .3s;
}
.button.sets-btn:hover .sets-btn-svg path {
  fill: #fff;
}
.sets-slide__price {
  font-weight: 600;
  font-size: 22px;
  line-height: 22px;
  color: #222734;
}
.sets-slide__oldprice {
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  color: #222734;
  position: relative;
}
.sets-slide__oldprice:after, .sets-slide__oldprice:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  display: inline-block;
  transform: rotate(25deg);
  left: 0%;
  top: 50%;
  background: rgba(34, 39, 52, 0.4);
}
.sets-slide__oldprice:after {
  transform: rotate(25deg);
}
.sets-slide__oldprice:before {
  transform: rotate(-25deg);
}
.sets-btn__text {
  font-size: 15px;
  line-height: 24px;
  text-align: center;
  color: #93949A;
  min-width: 270px;
  margin-top: 7px;
}
.rub {
  font-family: 'Lora';
}

.sets-slide__btn-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 20px;
}
.sets-slide__btn-left .button.sets-btn {
  margin-right: 0;
}
.sets-slide__btn-left .sets-btn__text {
  margin-bottom: 10px;
}
.sets-slide__btn-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sets-slide__btn-right .sets-slide__oldprice {
  margin-top: 10px;
}

@media (max-width: 1199px) {
  .sets-slide .container {
    padding: 60px 15px 20px;
  }
  .sets-slide .container.sets-slide__img-big {
    padding: 20px 15px 10px;
  }
}
@media (max-width: 991px) {
  .sets-slider {
    padding: 0 0 40px;
  }
  .sets-slide .container {
    flex-direction: column;
    padding: 65px 15px 35px;
  }
  .sets-slide .container.sets-slide__img-big {
    flex-direction: column;
    padding: 65px 15px 10px;
  }
  .sets-slide {
    align-items: initial;
  }
  .sets-slide__info {
    max-width: 100%;
    order: 1;
    align-items: center;
    text-align: center;
    padding: 0px 0 25px;
    margin: 0;
  }
  .sets-slide__info .title-h1 br {
    display: none;
  }
  .sets-slide__img {
    width: 100%;
    max-width: 100%;
    order: 2;
  }
}
@media (max-width:767px) {
  .sets-slide .container {
    padding: 80px 15px 35px;
  }
  .sets-slide .container.sets-slide__img-big {
    padding: 80px 15px 10px;
  }
  .sets-slider {
    padding: 0 0 30px;
  }
  .sets-slide__text {
    font-size: 16px;
    line-height: 26px;
  }
  .slider-controls {
    margin: -20px auto 0;
    position: relative;
    top: -25px;
  }
  .slider-controls .slick-dots {
    margin: 0 30px;
  }
}
@media (max-width:575px) {
  .sets-slide__text {
    font-size: 14px;
    line-height: 21px;
  }
  .sets-slide__btn-block {
    flex-direction: column;
  }
  .sets-slide__btn-left {
    margin-right: 0;
  }
  .button.sets-btn {
    margin-right: 0px;
    margin-bottom: 12px;
  }
  .sets-slide__btn-right {
    flex-direction: row;
  }
  .sets-slide__btn-right .sets-slide__oldprice {
    margin-top: 0;
    margin-left: 15px;
  }
}

.tags-cloud {
  padding: 30px 0 25px;
}
.tags-cloud .button-tag {
  margin-right: 12px;
  margin-bottom: 12px;
}
.button-tag {
  display: inline-flex;
  justify-content: center;
  justify-content: center;
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  text-align: center;
  color: #252831;
  text-decoration: none;
  padding: 14px 20px;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border: 1px solid transparent;
  border-radius: 15px;
  cursor: pointer;
  transition: ease 0.3s;
}
.button-tag:hover {
  border: 1px solid #252831;
}
.button-tag.button-tag-active {
  background: #FFFFFF;
  border: 1px solid rgba(242, 242, 242, 0.5);
  box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.1);
}
@media (max-width:767px) {
  .button-tag {
    font-size: 16px;
    line-height: 22px;
    padding: 10px 12px;
  }
  .tags-cloud .button-tag {
    margin-right: 10px;
    margin-bottom: 10px;
  }
}

.sets-catalog {
  padding: 40px 0;
}
.sets-catalog .title-h2 {
  padding-bottom: 30px;
}
.catalog-block {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.catalog-item {
  display: flex;
  width: 33.333%;
  padding: 17px 15px;
}
.catalog {
  display: flex;
  flex-direction: column;
  width: 100%;
  transition: ease .3s;
}
.catalog-img {
  width: 100%;
  position: relative;
  display: flex;
  justify-self: center;
  align-items: center;
  /* padding-bottom: 69.5%; */
  padding-bottom: 52%;
  border-radius: 20px;
  line-height: 0;
  height: 0;
  overflow: hidden;
  border: none;
  transition: ease .3s;
}
/* .catalog-block-img .catalog-item:hover .catalog-img {
  box-shadow: 0px 0px 10px 5px rgb(245 178 175 / 54%);
} */
/* .catalog-block-img .catalog-img {
  padding-bottom: 52%;
} */
.catalog-img img,
.catalog-img video {
  position: absolute;
  height: 100%;
  width: 100%;
  max-width: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  border-radius: 20px;
  line-height: 0;
  overflow: hidden;
  border: none;
}
.catalog-title {
  font-weight: 600;
  font-size: 22px;
  line-height: 35px;
  color: #252831;
  text-decoration: underline solid transparent;
  transition: ease .3s;
  margin: 13px 0 0;
}
.catalog-title:hover,
a.catalog-item:hover .catalog-title {
  text-decoration: underline solid #29C0FF;
  color: #29C0FF;
}
.catalog-item.catalog-item-disable:hover,
.catalog-item.catalog-item-disable:hover .catalog-title {
  text-decoration: underline solid transparent;
  color: #252831;
}
.catalog-price {
  font-weight: 400;
  font-size: 18px;
  line-height: 29px;
  color: #252831;
}
.catalog-link {
  font-size: 18px;
  line-height: 29px;
  /* text-decoration: underline solid #BEBFC1; */
  color: #BEBFC1;
  margin-top: 7px;
  transition: ease .3s;
}
/* .catalog:hover .catalog-link {
  text-decoration: underline solid #29C0FF;
  color: #29C0FF;
} */
@media (max-width:991px) {
  .sets-catalog {
    padding: 30px 0;
  }
  .catalog-item {
    width: 50%;
  }
}
@media (max-width:767px) {
  .sets-catalog {
    padding: 20px 0;
  }
  .catalog-item {
    width: 100%;
  }
}

.iframe-support {
  border: 0; 
  width: 100%; 
  height: 980px;
}

/* popup-pages */
@-webkit-keyframes popupPages {
  0% {
      opacity: 0;
  }
  100% {
      opacity: 1;
  }
}
@keyframes popupPages {
  0% {
      opacity: 0;
  }
  100% {
      opacity: 1;
  }
}
#popup-pages-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 998;
  background: rgba(45, 45, 45, 0.37);
  -webkit-animation: .4s popupPages;
  animation: .4s popupPages;
  display: none;
}
#popup-pages {
  max-width: 990px;
  width: 100%;
  /* min-height: 503px; */
  /* -webkit-animation: .4s popupPages;
  animation: .4s popupPages; */
  position: fixed;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 30px;
	background: #FFF;
	/* box-shadow: 0 4px 94px 0 rgba(162, 113, 174, 0.71); */
  overflow: hidden;
  display: none;
}
#popup-pages::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/popup/9may-bg.webp);
  width: 990px;
  height: 406px;
  z-index: 1;
}
#popup-pages__body {
  position: relative;
  z-index: 2;
}
.popup-pages__content {
  padding: 35px 22px 27px 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.popup-pages__sale {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 11px 21px;
  border: 1px dashed #ef73c0;
  background: #ffe3ee;
  border-radius: 37px;
  font-weight: 400;
  font-size: 18px;
  line-height: 109%;
  color: #252831;
  margin-bottom: 25px;
}
.popup-pages__sale span {
  font-family: "Lora", sans-serif;
  font-weight: 700;
  margin-left: 5px;
}
.popup-pages__title {
  font-family: 'Lora';
  font-weight: 700;
  font-size: 32px;
  line-height: 128%;
  color: #252831;
}
.popup-pages__title span {
	/* font-family: 'Pattaya'; */
  font-weight: 400;
  font-size: 30px;
  line-height: 147%;
  color: #a33a3a;
}
.popup-pages__content-info {
	flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.popup-pages__content-img {
  width: 372px;
  margin-right: 67px;
}
.close-popup-pages {
	position: absolute;
	top: 30px;
	right: 30px;
	width: 15px;
	height: 15px;
	opacity: 1;
	cursor: pointer;
  transition: opacity ease 0.5s;
}
.close-popup-pages:hover {
	opacity: .7;
}
.close-popup-pages::before,
.close-popup-pages::after {
	content: '';
	position: absolute;
	top: 6px;
	display: block;
	width: 17px;
	height: 2px;
	background: #76afd9;
}
.close-popup-pages::before {
	transform: rotate(45deg);
}
.close-popup-pages::after {
	transform: rotate(-45deg);
}
.popup-pages__content-info .list {
  margin: 17px 0 17px;
}
.popup-pages__content-info .list li {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  padding-left: 26px;
  margin-bottom: 15px;
}
.popup-pages__content-info .list li::before {
  font-weight: 700;
  color: #EF73C0;
}
.popup-pages__content-info .button {
  margin-right: 27px;
  padding: 18.5px 34px 18.5px 34px;
}
.btn-block-price {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 34px;
}
.block__price {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background-size: cover;
  color: #252831;
}
.price-old {
  position: relative;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  margin-right: 11px;
}
.price-old:after, .price-old:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  display: inline-block;
  transform: rotate(20deg);
  left: 0%;
  top: 50%;
  background: #605858;
}
.price-old:after {
  transform: rotate(20deg);
}
.price-old:before {
  transform: rotate(-20deg);
}
.price-new {
  position: relative;
  top: 3px;
	font-size: 30px;
}
.price-rub {
  font-family: sans-serif;
}
@media screen and (max-width: 991px) {
  #popup-pages {
    max-height: 100%;
    overflow: scroll;
  }
  .popup-pages__content {
    padding: 100px 15px 35px 15px;
  }
  .popup-pages__content-img {
    margin-right: 35px;
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  #popup-pages {
    background: linear-gradient(8deg, rgb(221 237 255) 61%, rgb(176 213 246) 36%);
  }
  .close-popup-pages {
    top: 25px;
    right: 25px;
  }
  .popup-pages__content {
		justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 35px 15px 25px 15px;
  }
	.popup-pages__content-info {
    align-items: center;
	}
  .popup-pages__content-img {
    max-width: 378px;
    width: 100%;
    margin: 0 0 30px 0;
  }
  .popup-pages__content-info .button {
    margin-bottom: 10px;
  }
  .popup-pages__content-info .block__price {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 575px) {
  .popup-pages__title {
    font-size: 30px;
    text-align: center;
  }
  .popup-pages__title span {
    font-size: 28px;
  }
  .popup-pages__content-img {
    max-width: 330px;
    width: 100%;
    margin: 65px 0 20px 0;
  }
  .popup-pages__content .btn-block-price {
    flex-direction: column;
  }
  .popup-pages__content-info .button {
    margin-right: 0;
  }
}
.popup-pages-hide #popup-pages,
.popup-pages-hide #popup-pages-bg {
	display: none !important;
}

/* about-us */
.about-section {
  padding: 0;
}
.about__descr {
  font-weight: 600;
  font-size: 20px;
  margin-top: 24px;
}
.about-top {
  margin: 60px 0 80px;
  display: flex;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 20px;
}
.about-top__img {
  display: flex;
  align-items: center;
  max-width: 350px;
  width: 100%;
  min-height: 100%;
  position: relative;
}
.about-top__img::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 350px;
  height: 100%;
  background: #dcfaff;
  border-radius: 20px 300px 300px 20px;
  z-index: 0;
}
.about-top__img img {
  position: relative;
  z-index: 1;
  left: -20px;
}
.about-top__info {
  padding: 34px 65px 34px 57px;
  flex: 1;
}
.about-text {
  font-weight: 300;
  max-width: 970px;
  margin: 20px 0 12px;
}
.about-text .registry-link {
  font-weight: 600;
}

.about-benefits {
  margin: 80px 0;
}
.about-benefits__block {
  margin-top: 36px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.about-benefits__item {
  display: flex;
  max-width: 560px;
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
.about-benefits__img {
  width: 188px;
}
.about-benefits__info {
  flex: 1;
  padding: 18px 15px 15px 32px;
}
.about-benefits__title {
  font-weight: 700;
  font-size: 17px;
  line-height: 160%;
  margin-bottom: 8px;
}
.about-benefits__text {
  font-size: 15px;
  line-height: 160%;
}

.about-num__wrap {
  margin: 80px 0;
}
.about-num__block {
  margin-top: 36px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.about-num {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 19px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  background: #fff;
  max-width: 365px;
  width: 100%;
}
.about-num__text {
  font-weight: 300;
  font-size: 20px;
  line-height: 160%;
}
.about-num__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 140%;
}

.about-author__wrap {
  margin: 80px 0;
}
.about-author__block {
  margin-top: 36px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.about-author {
  display: flex;
  align-items: center;
  border-radius: 20px;
  max-width: 560px;
  width: 100%;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
.about-author__img {
  width: 160px;
  height: 160px;
}
.about-author__img img {
  border-radius: 20px;
}
.about-author__info {
  flex: 1;
  padding: 10px 20px 10px 25px;
}
.about-author__name {
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
}
.about-author__prof {
  font-weight: 300;
  font-size: 14px;
  line-height: 160%;
  color: rgba(37, 40, 49, 0.8);
  margin-bottom: 8px;
}
.about-author__text {
  font-weight: 300;
  font-size: 16px;
  line-height: 160%;
}

.about-soc__wrap {
  margin: 80px 0;
}
.about-soc__block {
  margin-top: 36px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.about-soc {
  display: flex;
  flex-direction: column;
  max-width: 365px;
  width: 100%;
  transition: ease .3s;
}
.about-soc__img {
  width: 100%;
  height: 0;
  padding-bottom: 58.5%;
  position: relative;
}
.about-soc__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.about-soc__info {
  margin-top: 20px;
}
.about-soc__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 160%;
  color: #252831;
  transition: ease .3s;
}
.about-soc:hover .about-soc__title {
  color: #29c0ff;
}
.about-soc__title img {
  margin-right: 4px;
  top: 6px;
  position: relative;
}
.about-soc__text {
  margin-top: 5px;
  font-weight: 300;
  font-size: 18px;
  line-height: 160%;
  color: #252831;
}
.about-text-block {
  margin: 60px 0 80px;
}
.about-text-block .na-h3 {
  margin: 24px 0 16px;
}
.about-text-block .check-list {
  max-width: 830px;
}
@media (max-width:1199px) {
  .about-top__info {
    padding: 24px 30px 24px 30px;
  }
  .about-benefits__item {
    max-width: 455px;
  }
  .about-benefits__info {
    padding: 10px 10px 10px 15px;
  }
  .about-num {
    max-width: 296px;
  }
  .about-author {
    max-width: 455px;
  }
  .about-author__info {
    padding: 10px 10px 10px 15px;
  }
  .about-soc {
    max-width: 296px;
  }
}
@media (max-width:991px) {
  .about__descr {
    font-size: 18px;
  }
  .about-top {
    flex-direction: column;
    margin: 50px 0 60px;
  }
  .about-top__img {
    margin: 0 auto;
  }
  .about-benefits {
    margin: 60px 0;
  }
  .about-text-block {
    margin: 60px 0;
  }
  .about-benefits__item {
    max-width: 100%;
  }
  .about-num__wrap {
    margin: 60px 0;
  }
  .about-num {
    max-width: 216px;
    padding: 10px;
  }
  .about-num__text {
    line-height: 130%;
  }
  .about-author__wrap {
    margin: 60px 0;
  }
  .about-author {
    max-width: 100%;
  }
  .about-author__info {
    padding: 10px 20px 10px 25px;
  }
  .about-soc__wrap {
    margin: 60px 0;
  }
  .about-soc {
    max-width: 335px;
  }
}
@media (max-width:575px) {
  .about__descr {
    font-size: 16px;
    margin-top: 16px;
  }
  .about-top__img::before {
    width: 100%;
  }
  .about-top__info {
    padding: 24px 15px 24px 15px;
  }
  .about-benefits__item {
    flex-direction: column;
  }
  .about-num {
    max-width: 100%;
  }
  .about-author__img {
    width: 120px;
    height: 120px;
  }
}


.popup-btn{transition:.3s;animation:up 1s infinite alternate linear;opacity:0;pointer-events:none;position:absolute;top:65px;right:60px;z-index:100;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:10px;width:200px;height:60px;gap:0px}
.popup-btn::before{position:absolute;left:calc(100% - 15px);bottom:25px;content:'';background:url('../img/t-btn-arrow.webp') no-repeat center / contain;width:33px;height:76px}
.popup-btn::after{position:absolute;bottom:0;right:0;left:0;content:'';background:#fff;width:120%;height:200%;z-index:-1}
.popup-btn.popup-btn-active{opacity:1}
.popup-btn svg{flex-shrink:0}
.popup-btn span br{display:block}
.popup-btn span{color:#29c0ff;line-height:1.3;font-size:18px;font-weight:700;text-align:center;transform:translateX(-5px)}

@keyframes up {
    0%{transform:translateY(0)}
    100%{transform:translateY(-20px)}
}

@media (max-width: 991px) {
    .popup-btn{display:none}
}

.thanks-downloading{}
.thanks-downloading .header{position:static;background:transparent;margin-bottom:35px}
.thanks-downloading .header-support{display:flex;align-items:center;gap:7px;color:#29c0ff;font-size:16px;font-weight:600}
.thanks-downloading .header-support svg{flex-shrink:0}
.thanks-downloading .reviews{margin-bottom:120px;padding:0}
.thanks-downloading .title-h2{text-align:center}

@media screen and (max-width: 1499px) and (min-width: 992px) {
    .thanks-downloading .header{margin-bottom:50px}
    .thanks-downloading .header-support{margin-right:auto;transform:translateY(4px)}
}

@media screen and (max-width: 767px) {
    .thanks-downloading .reviews{margin-bottom:80px}
}

@Media screen and (max-width: 575px) {
    .thanks-downloading .header__logo{margin-right:10px}
    .thanks-downloading .header-support{font-size:14px}
}

@media screen and (max-width: 399px) {
    .thanks-downloading .header__logo{max-width:140px}
}

.t-lead{margin:0 0 120px}
.t-lead-title{color:#252831;line-height:1.2;margin-bottom:25px;text-align:center}
.t-lead-desc{line-height:1.5;margin-bottom:60px;text-align:center;font-weight:300}
.t-lead-warning{line-height:1.5;margin-bottom:40px;text-align:center;font-weight:300;text-align:center}
.t-lead-warning b{font-weight:700}
.t-lead-grid{display:flex;justify-content:space-between;align-items:center;gap:40px;margin-bottom:30px}
.t-lead-frame{overflow:hidden;position:relative;z-index:1;width:100%;max-width:656px;border-radius:20px}
.t-lead-frame__container{overflow:hidden;position:relative;padding-bottom:calc(350 / 641 * 100%);border-radius:inherit}
.t-lead-frame__container__video{position:absolute;top:0;right:0;bottom:0;left:0;height:100%;border-radius:inherit}
.t-lead-info{display:flex;flex-direction:column;gap:25px}
.t-lead-info__item{}
.t-lead-info__item__title{display:flex;align-items:center;gap:8px;margin-bottom:8px;font-size:20px;font-weight:700}
.t-lead-info__item__desc{font-weight:300}
.t-lead-download{text-align:center;font-size:15px;color:#252831;font-weight:300}
.t-lead-download a{transition:.3s ease-in-out;color:#1942be;border-bottom:1px solid #29c0ff}
.t-lead-download a:hover{border-color:transparent}

.t-lead-win{display:grid;grid-template-columns:repeat(2, 1fr);gap:44px;margin-bottom:24px}
.t-lead-win-item{}
.t-lead-win-item__pic{overflow:hidden;position:relative;width:100%;margin-bottom:20px;padding-bottom:calc(224 / 548 * 100%);border-radius:20px}
.t-lead-win-item__pic img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-position:center;object-fit:cover}
.t-lead-win-item__desc{display:flex;justify-content:center;align-items:center;gap:8px}
.t-lead-win-item__desc__text{line-height:1.6;font-size:20px;font-weight:700;text-align:center}
.t-lead-win-item__desc__text span{color:#ff6400}
.t-lead-win-item__desc__icon{}

.t-stats{margin-bottom:105px}
.t-stats-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:20px}
.t-stats-item{background:#fff;padding:20px 20px 30px;box-shadow:0 0 20px rgba(0, 0, 0, .1);text-align:center;border-radius:20px}
.t-stats-item__value{color:#252831;margin-bottom:10px;font-size:20px;font-weight:300}
.t-stats-item__desc{font-size:32px;font-weight:700;color:#252831}

.t-promo{margin-bottom:120px}
.t-promo-title{margin-bottom:50px}
.t-promo-grid{display:flex;justify-content:start;align-items:start;gap:55px}
.t-promo-pic{flex-shrink:0;width:100%;max-width:567px}
.t-promo-pic__container{position:relative;width:100%;padding-bottom:calc(425 / 567 * 100%)}
.t-promo-pic__container img{position:absolute;top:0;right:0;bottom:0;left:0;height:100%;width:100%;object-position:center;object-fit:cover}
.t-promo-info{display:flex;flex-direction:column;justify-content:start;align-items:start;padding-top:10px}
.t-promo-info__title{margin-bottom:32px;line-height:1.6;font-size:22px;font-weight:600}
.t-promo-info__title span{color:#29c0ff}
.t-promo-info__list{display:flex;flex-direction:column;gap:7px;margin-bottom:35px}
.t-promo-info__list li{position:relative;color:#252831;padding-left:15px}
.t-promo-info__list li::before{position:absolute;top:12px;left:0;content:'';width:5px;height:5px;background:#29c0ff;border-radius:50%}
.t-promo-info__button{transition:.3s ease-in-out;background:#5bbc2e;color:#fff;border-radius:10px;height:65px;padding:0 25px;display:flex;justify-content:center;align-items:center;gap:20px;font-size:20px}
.t-promo-info__button:hover{background:#65c937}

@media screen and (max-width: 1199px) {
    .t-lead-win{grid-template-columns:repeat(1, 1fr);gap:30px;max-width:548px;margin-right:auto;margin-left:auto}
    .t-promo-grid{gap:30px}
}

@media screen and (max-width: 991px) {
    .t-lead{margin-bottom:100px}
    .t-lead-grid{flex-direction:column;justify-content:center;align-items:center;padding:0}
    .t-lead-info{flex-direction:column;justify-content:center;align-items:center;text-align:center}
    .t-lead-info__item__title{justify-content:center;align-items:center}
    .t-stats-grid{grid-template-columns:repeat(1, 1fr);max-width:380px;margin:0 auto}
    .t-promo-grid{flex-direction:column;justify-content:center;align-items:center}
    .t-promo-info{flex-direction:column;justify-content:center;align-items:center}
    .t-promo-info__title{text-align:center}
}

@media screen and (max-width: 767px) {
    .t-lead{margin-bottom:80px}
    .t-lead-frame::before, .t-lead-frame::after{display:none}
    .t-lead-desc{margin-bottom:40px}
    .t-lead-grid{gap:40px;margin-bottom:40px}
    .t-stats-{margin-bottom:80px}
}

@media screen and (max-width: 575px) {
    .t-lead-win{gap:20px}
    .t-lead-win-item__pic{margin-bottom:10px}
    .t-lead-win-item__desc__text{font-size:18px}
    .t-lead-win-item__desc__icon{display:none}
    .t-stats-grid{grid-template-columns:repeat(1, 1fr)}
    .t-stats-item{padding-bottom:25px}
    .t-stats-item__value{margin-bottom:12px;font-size:18px}
    .t-stats-item__desc{font-size:22px}
    .t-promo-title{margin-bottom:30px}
    .t-promo-info__title{font-size:18px}
    .t-promo-info__button{font-size:16px;height:50px;gap:10px}
    .t-promo-info__button svg{width:20px;height:20px}
}

.add-review.add-review-static{max-width:100%;margin:50px auto;padding:0;box-shadow:none}

.reviews-count{}
.content-reviews{margin-bottom:80px}

.button-gray{background:#cdcdcd;color:#fff}

.expert-block-data{display:flex;flex-direction:column;gap:8px}
.expert-block-data__item{display:flex;align-items:center;gap:10px}
.expert-block-data__item__icon{display:flex;justify-content:center;align-items:center;width:24px;height:24px}
.expert-block-data__item__text{line-height:1.4;font-size:16px}
.expert-block-data__item__text span{font-weight:700}

.widget{margin-top:40px}
.widget-wrap{display:flex;align-items:start;justify-content:space-between;gap:51px}
.widget-info{display:flex;flex-direction:column;justify-content:start;align-items:start}
.widget-info__title{font-size:18px;line-height:29px;font-weight:700}
.widget-info__list{}
.widget-info__btn-block{}
.widget-info__btn-block .button-info{color:#93949a!important}
.widget-pic{width:100%;max-width:580px;flex-shrink:0}
.widget-pic__container{position:relative;width:100%;padding-bottom:calc(340 / 580 * 100%);border-radius:20px;overflow:hidden}
.widget-pic__container img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-position:center;object-fit:cover}

.select{margin-top:40px}
.select-title{}
.select-grid{display:grid;grid-template-columns:repeat(3, 1fr);margin-top:100px}
.select-item{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;background:#fff;padding:20px;text-align:center;box-shadow:0 0 10px rgba(0, 0, 0, 0.1)}
.select-item--lead{position:relative;z-index:1;background:rgba(238, 250, 255, 1);margin:-16px 0;padding:36px 20px;border:1px solid rgba(41, 192, 255, 0.6);border-radius:10px}
.select-item:nth-child(1){border-radius:10px 0 0 10px}
.select-item:nth-child(3){border-radius:0 10px 10px 0}
.select-item__name{color:#29c0ff;margin-bottom:3px;text-decoration:underline}
.select-item__desc{margin-bottom:28px!important;margin-top:0!important}
.select-item__button{line-height:13px;padding:13.5px 10px;min-width:120px;margin-top:auto;font-size:15px}
.select-item__button .btn__icon{width:17px;margin-right:8px}
.select-item__icon{position:absolute;top:-25px;left:50%;transform:translateX(-50%);display:flex;justify-content:center;align-items:center;background:#fff;width:50px;height:50px;border-radius:10px;box-shadow:0 0 10px rgba(0, 0, 0, .1)}
.select-item__top{position:absolute;bottom:calc(100% + 38px);right:-37px;background:#29C0FF;color:#fff;height:34px;display:flex;align-items:center;justify-content:center;padding:0 10px;font-size:14px;border-radius:10px}
.select-item__top__arrow{position:absolute;top:calc(100% + 4px);right:32px}

.a-test{}
.a-test-title{}
.a-test-table{background:#fff;margin-top:40px;padding:25px 32px;box-shadow:0 0 10px rgba(0, 0, 0, 0.1)}
.a-test-table__item{display:flex;justify-content:space-between;align-items:baseline;gap:32px;margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid #cacaca}
.a-test-table__item:last-child{margin-bottom:0;padding-bottom:0;border-bottom:0}
.a-test-table__item__head{flex-shrink:0;width:500px}
.a-test-table__item__body{flex-grow:1}
.a-test-table__item__body > *:first-child{margin-top:0!important}
.a-test-table__item__body > *:last-child{margin-bottom:0!important}
.a-test-table__item__title{line-height:1.6;font-size:20px;font-weight:700}

.b-test{background: #F6F6F7;margin-top:40px;padding:30px 24px}
.b-test-table{}
.b-test-table__title{margin-bottom:24px!important}
.b-test-table__desc{}
.b-test-table__list{}

.a-author{padding:40px;border:1px solid #d9d9d9;border-radius:10px}
.a-author-head{display:flex;align-items:center;gap:20px}
.a-author-head__pic{overflow:hidden;position:relative;flex-shrink:0;width:80px;height:80px;border-radius:50%}
.a-author-head__pic img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-position:center;object-fit:cover}
.a-author-head__info{}
.a-author-head__info__name{display:flex;align-items:center}
.a-author-head__info__name span{font-size:18px;font-weight:700}
.a-author-head__info__name a{display:flex;justify-content:center;align-items:center;margin-left:8px}
.a-author-head__info__pos{}
.a-author-body{padding-left:100px;margin-top:-10px}
.a-author-body > :last-child{margin-bottom:0!important}
.a-author-body__text{font-style:italic}

.conclusion{margin-top:40px}
.conclusion-title{}
.conclusion-grid{display:flex;flex-direction:column;gap:50px;margin-top:15px}
.conclusion-item{}
.conclusion-item__head{margin-bottom:15px;font-weight:700}
.conclusion-item__head span{color:#00b4ff}
.conclusion-item__body > *:first-child{margin-top:0!important}
.conclusion-item__body > *:last-child{margin-bottom:0!important}
.conclusion-item__action{display:flex;align-items:center;gap:24px;margin-top:30px}
.conclusion-item__action__button{padding:14px 22.25px 14px 22.25px;font-size:17px}
.conclusion-item__action__button .btn__icon{width:26px}
.conclusion-item__action__trigger{display:flex;align-items:center;gap:21px}
.conclusion-item__action__trigger p{font-weight:400!important;;line-height:24px!important;margin:0!important;}
.conclusion-item__action__trigger svg{flex-shrink:0}

.faq{margin-top:40px}
.faq-title{}
.faq-grid{display:flex;flex-direction:column;gap:20px;margin-top:15px}
.faq-item{width:100%;background:#f6f6f7;padding:20px;border-radius:16px}
.faq-item__head{margin-bottom:20px;font-weight:700}
.faq-item__body{}
.faq-item__body > *:first-child{margin-top:0!important}
.faq-item__body > *:last-child{margin-bottom:0!important}

@media screen and (max-width: 1199px) {
    .widget-wrap{gap:30px}
    .widget-pic{max-width:510px}
    .a-test-table__item__head{width:400px}
}

@media screen and (max-width: 991px) {
    .widget-wrap{flex-direction:column-reverse;justify-content:center;align-items:center;gap:20px}
    .widget-info{justify-content:center;align-items:center}
    .widget-info__title{text-align:center}
    .widget-pic{max-width:420px}
    .select-grid{grid-template-columns:repeat(1, 1fr);background:#fff;margin-top:30px;border-radius:10px;box-shadow:0 0 10px rgba(0, 0, 0, 0.1)}
/*    .select-item{padding:30px 15px;box-shadow:none;border-radius:10px 10px 0 0}
    .select-item:nth-child(1){border-radius:0}
    .select-item:nth-child(3){border-radius:0 0 10px 10px}
    .select-item--lead{order:-10;padding:40px 15px 30px}*/
    .select-item{padding:30px 15px;box-shadow:none}
    .select-item:nth-child(1){border-radius:10px 10px 0 0}
    .select-item:nth-child(3){border-radius:0 0 10px 10px}
    .select-item--lead{padding:30px 15px;border-radius:0}
    .select-item__icon{position:static;transform:none;margin-bottom:20px}
    .select-item__top{display:none}
    .a-test-table{margin-top:30px;padding:25px 20px}
    .a-test-table__item{flex-direction:column;gap:10px}
    .a-test-table__item__head{width:100%}
    .b-test-table__title{margin-bottom:0!important}
    .b-test{padding:25px 20px}
    .a-author{paddinG:20px}
    .a-author-head__pic{width:60px;height:60px}
    .a-author-body{padding-left:80px;margin-top:-5px}
    .conclusion-grid{gap:30px}
    .conclusion-item__action__trigger{gap:0}
    .conclusion-item__action__trigger svg{transform:rotate(90deg)}
}

@media screen and (max-width: 767px) {
    .a-test-table__item__title{font-size:16px}
    .conclusion-item__action{flex-direction:column;gap:10px;margin-top:20px}
    .conclusion-item__action__trigger svg{display:none}
    .conclusion-item__action__trigger p{text-align:center}
}

@media screen and (max-width: 575px) {
    .a-author-head{flex-direction:column;justify-content:center;align-items:center;text-align:center;gap:10px}
    .a-author-head__info{}
    .a-author-head__info__name{justify-content:center;align-items:center}
    .a-author-head__info__name span{font-size:16px}
    .a-author-body{padding:0;margin-top:0}
}

.reviews-tabs{display:flex;justify-content:center;align-items:center;margin:30px 0 0 0}
.reviews-tabs__wrap{display:flex;justify-content:center;align-items:center;gap:10px;padding:8px;border:1px solid #e1e1e1;border-radius:12px}
.reviews-tabs__button{transition:.3s;display:flex;justify-content:center;align-items:center;color:#283149;height:40px;padding:0 12px;border-radius:8px;cursor:pointer}
.reviews-tabs__button:not(.is-selected):hover{color:#29c0ff}
.reviews-tabs__button.is-selected{pointer-events:none;background:#252831;color:#fff}

.reviews-grid{padding:0 68px;margin:55px 0 0 0}
.reviews-grid .slick-list{margin:0 -10px}
.reviews-grid .slick-slide{margin:0 10px}
.reviews-grid .n-reviews-slider__back{top:50%;left:-68px;transform:translateY(-50%)}
.reviews-grid .n-reviews-slider__next{top:50%;right:-68px;transform:translateY(-50%)}
.reviews-grid .n-reviews-slider__back.slick-disabled, .reviews-grid .n-reviews-slider__next.slick-disabled{pointer-events:none}
.reviews-grid .n-reviews-slider__back.slick-disabled path, .reviews-grid .n-reviews-slider__next.slick-disabled path{fill:#d9d9d9}

.n-reviews-slide{background:#fff;padding:20px 20px 25px 20px;border:1px solid #29c0ff;border-radius:20px}
.n-reviews-slide-head{display:flex;align-items:center;gap:15px;margin-bottom:20px}
.n-reviews-slide-head__pic{position:relative;width:69px;height:69px;display:flex;justify-content:center;align-items:center;flex-shrink:0;border-radius:50%;overflow:hidden;box-shadow:0 0 10px rgba(0, 0, 0, .1)}
.n-reviews-slide-head__pic img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-position:center;object-fit:cover}
.n-reviews-slide-head__info{}
.n-reviews-slide-name{font-size:22px;font-weight:600}
.n-reviews-slide-group{display:flex;align-items:center;gap:15px;flex-wrap:wrap;margin-top:8px;}
.n-reviews-slide-el{display:flex;justify-content:center;align-items:center;gap:5px;height:40px;padding:0 13px;border-radius:40px;background:#F7F7F7}
.n-reviews-slide-el.is-link:hover .n-reviews-slide-el__text{color:#29c0ff}
.n-reviews-slide-el__text{transition:.3s;color:#434354;line-height:1;font-size:15px}
.n-reviews-slide-el__value{color:#434354;font-size:20px;font-weight:700}
.n-reviews-slide-el__star{background:url('../img/reviews/star.svg') no-repeat center / contain;width:19px;height:20px}
.n-reviews-slide-el__icon{}
.n-reviews-slide-body{}
.n-reviews-slide-body__text{font-size:15px;line-height:1.6}
.n-reviews-slide-footer{display:flex;justify-content:end;align-items:center;margin-top:20px}

.reviews-rating{display:flex;justify-content:center;align-items:center;margin-top:55px}
.reviews-rating-action{text-align:center;margin-top:10px}
.reviews-rating-action a{transition:.3s;color:#29c0ff;text-decoration:underline 1px}
.reviews-rating-action a:hover{text-decoration-color:transparent}

.reviews--download .n-reviews-slide{padding:15px 20px 25px 20px}
.reviews--download .n-reviews-slide-head{margin-bottom:10px}
.reviews--download .n-reviews-slide-head__pic{width:60px;height:60px}
.reviews--download .n-reviews-slide-footer{margin-top:10px}

@media screen and (max-width: 991px) {
    .reviews-grid{padding:0 40px}
    .reviews-grid .n-reviews-slider__back{left:-40px}
    .reviews-grid .n-reviews-slider__next{right:-40px}
}

@media screen and (max-width: 767px) {
    .reviews-grid{padding:0 15px;margin-top:30px}
    .reviews-grid .n-reviews-slider__back{left:-22px}
    .reviews-grid .n-reviews-slider__next{right:-22px}
    .n-reviews-slide-head{gap:10px}
    .n-reviews-slide-head__pic{width:60px;height:60px}
    .n-reviews-slide-name{font-size:18px}
    .n-reviews-slide-el__value{font-size:18px}
}

@media screen and (max-width: 575px) {
    .reviews-grid{margin-top:20px}
    .reviews-tabs__wrap{flex-direction:column;justify-content:center;gap:5px;padding:0;border:0}
    .n-reviews-slide-head{flex-direction:column;justify-content:center;align-items:center}
    .n-reviews-slide-name{text-align:center}
    .n-reviews-slide-group{justify-content:center;align-items:center;margin-top:15px}
}

.sys{}
.sys-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:16px;margin-top:55px}
.sys-item{display:flex;flex-direction:column;justify-content:start;align-items:start;background:#f9f9f9;padding:25px 20px 30px;border-radius:10px}
.sys-item > *:last-child{margin-bottom:0}
.sys-item__title{color:#252831;margin-bottom:20px;font-size:22px;font-weight:600}
.sys-item__properties{margin-bottom:5px;line-height:1.6;font-size:16px}
.sys-item__properties__name{;opacity:.6}
.sys-item__properties__value{}
.sys-item__registry{display:flex;align-items:center;background: rgba(37, 40, 49, 0.1);gap:8px;margin-top:auto;padding:5px 8px;border-radius:7px}
.sys-item__registry:hover .sys-item__registry__text{color:#29c0ff}
.sys-item__registry:hover path{fill:#29c0ff}
.sys-item__registry__icon{flex-shrink:0;width:22px;height:22px}
.sys-item__registry__text{color:rgba(37, 40, 49, 0.6)}
.sys-item__action{margin-top:10px}
.sys-item__action .button{font-size:17px;font-weight:500;padding-right:20px;padding-left:20px}

@media screen and (max-width: 1199px) {
    .sys-grid{grid-template-columns:repeat(2, 1fr)}
}

@media screen and (max-width: 991px) {
    .sys-grid{grid-template-columns:repeat(1, 1fr);width:100%;max-width:500px;margin-right:auto;margin-left:auto}
}

@media screen and (max-width: 767px) {
    .sys-grid{margin-top:30px}
    .sys-item__title{font-size:18px}
}

@media screen and (max-width: 575px) {

}

.question-block{}
.question{display:flex;flex-direction:column;gap:20px;margin-top:50px}
.question-item{background:#f9f9f9;padding:25px 35px;border-radius:20px}
.question-item.is-open .question-item__head__icon{transform:rotate(180deg)}
.question-item__head{display:flex;justify-content:space-between;align-items:center;gap:10px;cursor:pointer}
.question-item__head:hover .question-item__head__text{color:#ff6400}
.question-item__head:hover .question-item__head__icon path{fill:#ff6400}
.question-item__head__text{transition:.3s;font-size:22px;font-weight:600}
.question-item__head__icon{transition:transform .3s;flex-shrink:0}
.question-item__head__icon path{transition:.3s}
.question-item__body{margin-top:20px}
.question-item__body__text{}
.question-item__body__text a{transition:.3s;color:#29c0ff;text-decoration:underline}
.question-item__body__text a:hover{text-decoration-color:transparent}

@media screen and (max-width: 767px) {
    .question{margin-top:30px}
    .question-item{padding:15px}
    .question-item__head__text{font-size:16px}
}

.button-price{}
.button-price > img{transform:translateY(-12px)}
.button-price > span{transform:translateY(-12px)}
.button-price__value{position:absolute!important;top:calc(100% - 3px);right:0;left:0;opacity:.7;font-size:15px;text-align:center}

.install{margin-top:100px}
.install-grid{display:grid;grid-template-columns:repeaT(3, 1fr);gap:20px;margin-top:60px}
.install-item{display:flex;flex-direction:column;justify-content:start;align-items:start;background:#fff;padding:30px 20px;box-shadow:0 0 20px rgba(0, 0, 0, 0.1);border-radius:20px}
.install-item > *:last-child{margin-bottom:0}
.install-item__icon{width:50px;height:50px;margin-bottom:20px;display:flex;justify-content:center;align-items:center}
.install-item__text{margin-bottom:20px}
.install-item__button{}

@media screen and (max-width: 1199px) {
    .install-item__text br{display:none}
    .install-item__button{padding-right:10px;padding-left:10px}
    .install-item__button .btn__icon{margin-right:10px}
}

@media screen and (max-width: 991px) {
    .install{margin-top:60px}
    .install-grid{grid-template-columns:repeat(1, 1fr);width:100%;max-width:500px;margin-right:auto;margin-left:auto;margin-top:30px}
    .install-item{justify-content:center;align-items:center;text-align:center}
    .install-item__button{padding:15px 20px;font-size:16px}
}

.new-features{padding:0;margin:20px 0 100px 0}
.new-features-block{displaY:grid;grid-template-columns:repeat(3, 1fr);gap:25px 110px;margin-top:60px}
.new-features-title{display:flex;align-items:center;gap:15px;font-size:17px}
.new-features-title img{width:60px;height:60px;flex-shrink:0}

@media screen and (max-width: 1199px) {
    .new-features-block{gap:25px}
}

@media screen and (max-width: 991px) {
    .new-features{margin-top:50px}
    .new-features-block{grid-template-columns:repeat(2, 1fr);margin-top:30px}
}

@media screen and (max-width: 575px) {
    .new-features{margin:20px 0 60px}
    .new-features-block{grid-template-columns:repeat(1, 1fr)}
    .new-features-title{font-size:16px}
    .new-features-title img{width:40px;height:40px}
}

.updates{margin:60px 0}
.updates-slider{margin-top:55px;padding:0 68px}
.updates-slider .slick-list{margin:0 -10px}
.updates-slider .slick-slide{margin:0 10px}
.updates-slider .updates-slider__back{top:50%;left:-68px;transform:translateY(-50%)}
.updates-slider .updates-slider__next{top:50%;right:-68px;transform:translateY(-50%)}
.updates-slider .updates-slider__back.slick-disabled, .updates-slider .updates-slider__next.slick-disabled{pointer-events:none}
.updates-slider .updates-slider__back.slick-disabled path, .updates-slider .updates-slider__next.slick-disabled path{fill:#d9d9d9}
.updates-slider-container{}
.updates-slide{background:#f9f9f9;padding:25px 20px;border:1px solid transparent;border-radius:10px}
.updates-slide:first-child{border-color:#29C0FF}
.updates-slide:first-child .updates-slide__title{color:#29c0ff}
.updates-slide__title{margin-bottom:10px;line-height:1.6;font-size:22px;font-weight:600}
.updates-slide__date{color:rgba(36, 39, 49, 0.6);line-height:1.8;margin-bottom:10px;font-size:16px;}
.updates-slide__list{line-height:1.8;font-size:16px;padding-left:24px}
.updates-slide__list li{position:relative}
.updates-slide__list li::before{position:absolute;top:12px;left:-15px;content:'';background:#252831;width:4px;height:4px;border-radius:50%}

@media screen and (max-width: 991px) {
    .updates-slider{padding:0 40px}
    .updates-slider .updates-slider__back{left:-40px}
    .updates-slider .updates-slider__next{right:-40px}
}

@media screen and (max-width: 767px) {
    .updates-slider{padding:0 15px;margin-top:30px}
    .updates-slider .updates-slider__back{left:-22px}
    .updates-slider .updates-slider__next{right:-22px}
    .updates-slide__title{font-size:18px}
}

@media screen and (max-width: 575px) {
    .updates-slide{padding:15px}
    .updates-slide__list{padding-left:18px}
}

.study-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:20px;margin-top:55px}
.study-item{display:flex;align-items:center;flex-direction:column;box-shadow:0 0 20px rgba(0, 0, 0, 0.1);border-radius:20px;padding:20px 21px 28px;width:100%;background:#fff url(../img/index/new-bg.webp) left top no-repeat}
.study-item:hover .study-text{text-decoration-color:transparent}
.study-text{transition:.3s;color:#29c0ff;text-decoration:underline;font-size:18px;text-align:center;line-height:29px}
.study-image{display:flex;justify-content:center;align-items:center;height:154px;margin-bottom:20px}

@media screen and (max-width: 991px) {
    .study-grid{display:grid;grid-template-columns:repeat(1, 1fr);margin-top:30px;max-width:360px;margin-right:auto;margin-left:auto}
    .study-text{font-size:16px}
}

/********************************************************/

.c-lead{background:#1d66ba url('../img/competitor/lead-bg.webp') no-repeat center / cover;color:#fff;margin-bottom:60px;padding:55px 0 85px}
.c-lead #breadcrumbs{color:#fff;width:100%;margin:0 0 95px}
.c-lead #breadcrumbs a{color:#d0d0d0;border-bottom-color:#d0d0d0}
.c-lead #page-rating-value{color:#fff}
.c-lead #page-rating-info{color:#fff}
.c-lead [itemscope] > [itemprop=itemListElement]::after{color:#d0d0d0}
.c-lead-wrap{display:flex;flex-direction:column;justify-content:center;align-items:center}
.c-lead-title{margin-bottom:32px!important}
.c-lead-rating{margin-bottom:32px}
.c-lead-rating #page-rating-block{margin:0}
.c-lead-button{margin-bottom:22px}
.c-lead-button-info{color:#d0d0d0;line-height:1.6;font-size:15px}

.c-section{margin-bottom:50px}
.c-section > .container > *:first-child{margin-top:0}
.c-section > .container > *:last-child{margin-bottom:0}
.c-section .question{margin-top:30px}
.c-section-highlight{background:#f8f8f8;padding:45px 0}
.c-margin-bottom-25{margin-bottom:25px!important}

.c-title{margin-bottom:20px!important;font-weight:300}
.c-desc{margin-bottom:15px;font-weight:300}
.c-desc--highlight{background:#f7fbff;color:#7987ab;padding:6px 12px 8px 12px;font-weight:400;border-left:4px solid #749dce}
.c-list{margin-bottom:15px;padding-left:28px;font-weight:300}
.c-list-ul{}
.c-list-ul li{position:relative}
.c-list-ul li::before{position:absolute;top:13px;left:-16px;content:'';background:#252831;width:3px;height:3px;border-radius:50%}
.c-action{transition:.3s;color:#252831;margin-bottom:15px;font-size:15px;font-weight:700}
.c-action:hover{color:#29c0ff}

.c-desc-list{margin-bottom:15px}
.c-desc-list > *{margin:0}

.c-media{display:grid;grid-template-columns:repeat(4, 1fr);gap:20px;margin:50px 0}
.c-media-item{overflow:hidden;position:relative;width:100%;padding-bottom:calc(153 / 270 * 100%);cursor:pointer}
.c-media-item:hover::after{transform:scale(1.1)}
.c-media-item::before{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:'';background:rgba(0, 0, 0, 0.3)}
.c-media-item::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;content:'';display:flex;justify-content:center;align-items:center;margin:auto;transition:.3s}
.c-media-item-pic::after{background:url('../img/competitor/icon-zoom-in.svg') no-repeat center / contain;width:44px;height:44px}
.c-media-item-video::after{background:url('../img/competitor/icon-video.svg') no-repeat center / contain;width:42px;height:42px}
.c-media-item img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}

.c-list-numeric{counter-reset:list-numeric;display:flex;flex-direction:column;gap:15px;margin:15px 0;font-weight:300}
.c-list-numeric li{position:relative;padding-left:40px}
.c-list-numeric li::before{position:absolute;top:0;left:0;bottom:0;content:counter(list-numeric);counter-increment:list-numeric;display:flex;justify-content:center;align-items:center;background:#2198e3;color:#fff;width:25px;height:25px;margin:auto 0;font-weight:600;border-radius:50%}

.c-related{overflow:hidden;display:flex;background:#fff;min-height:280px;border-radius:20px;box-shadow:0 0 10px rgba(0, 0, 0, .1)}
.c-related-pic{flex-shrink:0;width:100%;max-width:413px}
.c-related-pic__container{position:relative;height:100%;/*padding-bottom:calc(279 / 413 * 100%)*/}
.c-related-pic__container img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}
.c-related-info{display:flex;flex-direction:column;justify-content:start;align-items:start;margin:auto;padding:40px 70px 40px 50px}
.c-related-info__title{margin-top:0!important;margin-bottom:10px!important}
.c-related-info__desc{margin-bottom:20px}
.c-related-info__link{transition:.3s;display:flex;justify-content:center;align-items:center;gap:8px;background:#f7fbff;color:#222734;fill:#222734;height:40px;padding:0 12px;font-size:15px;border:1px solid transparent;border-radius:10px}
.c-related-info__link:hover{border-color:#2198e3}

.c-compare{display:grid;grid-template-columns:repeat(2, 1fr);gap:20px}
.c-compare-item{}
.c-compare-item__text{margin:0 0 10px 0!important}
.c-compare-item__list{display:flex;flex-direction:column;gap:11px;line-height:1.6}
.c-compare-item__list-plus li::before{background:url('../img/tutorial/is.svg') no-repeat center / contain}
.c-compare-item__list-minus li::before{background:url('../img/tutorial/no.svg') no-repeat center / contain}
.c-compare-item__list li{position:relative;padding-left:40px}
.c-compare-item__list li::before{position:absolute;top:0;left:2px;bottom:0;content:'';width:30px;height:30px;margin:auto 0}

.c-sys{display:grid;grid-template-columns:repeat(3, 1fr);gap:17px;margin:35px 0}
.c-sys-item{display:flex;flex-direction:column;gap:5px;background:#f9f9f9;padding:25px 20px;border-radius:10px}
.c-sys-item__el{line-height:1.6;font-size:16px}
.c-sys-item__el__name{color:rgba(37, 40, 49, .6)}
.c-sys-item__el__value{}

.c-analog{display:grid;grid-template-columns:repeat(4, 1fr);gap:20px;margin:35px 0}
.c-analog-item{transition:.3s;position:relative;display:flex;flex-direction:column;justify-content:start;align-items:center;background:#fafafa;padding:40px 15px;border:1px solid transparent}
.c-analog-item:hover{border-color:#2198e3}
.c-analog-item--highlight{background:#f7fbff;border:1px solid #2198e3}
.c-analog-item__hit{position:absolute;top:0;left:0;display:flex;justify-content:center;align-items:center;background:#2198e3;color:#fff;height:21px;padding:0 6px;font-size:12px}
.c-analog-item__pic{display:flex;justify-content:center;align-items:center;width:58px;height:58px;margin-bottom:20px;}
.c-analog-item__title{color:#000;margin-bottom:15px;font-size:22px;font-weight:600}
.c-analog-item__desc{color:#353535;line-height:24px;font-size:16px}
.c-analog-item__rating{display:flex;justify-content:center;align-items:center;gap:6px;margin-bottom:25px}
.c-analog-item__rating__star{background:url('../img/competitor/icon-star-empty.svg') no-repeat center / contain;width:17px;height:16px}
.c-analog-item__rating__star--full{background:url('../img/competitor/icon-star-full.svg') no-repeat center / contain}

.c-download{margin:35px 0}
.c-download-scroller{}
.c-download-block{display:flex;flex-direction:column}
.c-download-item{display:flex}
.c-download-item:nth-child(odd):not(:first-child, :last-child){background:#fafafa}
.c-download-item:last-child{margin-top:20px}
.c-download-item-element{position:relative;display:flex;flex-direction:column;justify-content:start;align-items:center;text-align:center}
.c-download-item-element:nth-child(1){width:43%}
.c-download-item-element:nth-child(2){width:14%}
.c-download-item-element:nth-child(3){width:43%}
.c-download-item-element-head{background:#fafafa;min-height:190px;padding:28px 15px;border:1px solid transparent}
.c-download-item-element-head--highlight{background:#f7fbff}
.c-download-item-element-body{justify-content:center;min-height:70px;padding:10px 0}
.c-download-item-element__hit{position:absolute;top:0;left:0;display:flex;justify-content:center;align-items:center;background:#2198e3;color:#fff;height:21px;padding:0 6px;font-size:12px}
.c-download-item-element__icon{display:flex;justify-content:center;align-items:center;width:55px;height:55px;margin-bottom:10px}
.c-download-item-element__title{margin:0!important}
.c-download-item-element__subtitle{line-height:1.4;margin-top:3px}
.c-download-item-element__check{background:url('../img/tutorial/is.svg') no-repeat center / contain;width:30px;height:30px}
.c-download-item-element__times{background:url('../img/tutorial/no.svg') no-repeat center / contain;width:30px;height:30px}
.c-download-item-element__desc{margin:0 -50%;font-weight:300}
.c-download-item-element__link{transition:.3s;color:#252831;font-size:15px;font-weight:700;text-decoration:underline}
.c-download-item-element__link:hover{color:#29c0ff}

.c-step{display:flex;flex-direction:column;gap:25px;margin:35px 0}
.c-step-item > *:first-child{margin-top:0}
.c-step-item > *:last-child{margin-bottom:0}
.c-step-item{}
.c-step-item__info{counter-reset:list-numeric}
.c-step-item__info__text{display:flex;padding-left:5px;font-weight:300;margin-bottom:25px}
.c-step-item__info__text::before{display:block;content:counter(list-numeric) '.';counter-increment:list-numeric;margin-right:5px}
.c-step-item__grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:20px;margin-bottom:25px}
.c-step-item__item{overflow:hidden;position:relative;width:100%;padding-bottom:calc(153 / 270 * 100%);cursor:pointer}
.c-step-item__item:hover::after{transform:scale(1.1)}
.c-step-item__item::before{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:'';background:rgba(0, 0, 0, 0.3)}
.c-step-item__item::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;content:'';display:flex;justify-content:center;align-items:center;margin:auto;transition:.3s}
.c-step-item__item-pic::after{background:url('../img/competitor/icon-zoom-in.svg') no-repeat center / contain;width:49px;height:49px}
.c-step-item__item-video::after{background:url('../img/competitor/icon-video.svg') no-repeat center / contain;width:47px;height:47px}
.c-step-item__item img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}

.c-interesting-articles{padding:50px 0 100px!important}
.c-interesting-articles .article{}

@media screen and (max-width: 1199px) {

}

@media screen and (max-width: 991px) {
    .c-related-pic{max-width:300px}
    .c-related-info{padding:20px}
    .c-compare{grid-template-columns:repeat(1, 1fr)}
}

@media screen and (max-width: 767px) {
    .c-media{grid-template-columns:repeat(2, 1fr)}
    .c-related{flex-direction:column}
    .c-related-pic{max-width:100%}
    .c-related-pic__container{padding-bottom:calc(279 / 413 * 100%);height:auto}
    .c-sys{grid-template-columns:repeat(1, 1fr)}
    .c-analog{grid-template-columns:repeat(1, 1fr)}
    .c-download-item-element__button{padding:20px 10px;font-size:18px}
    .c-download-item-element__button .btn__icon{margin-right:10px}
    .c-step-item__grid{grid-template-columns:repeat(2, 1fr)}
}

@media screen and (max-width: 575px) {
    .c-download-scroller{overflow-y:hidden;overflow-x:auto}
    .c-download-block{width:100%;min-width:600px}
    .c-step-item__grid{grid-template-columns:repeat(1, 1fr)}
}

/********************************************************/

.comments-form-checkbox {
    display:flex;
    font-weight: 300;
    font-size: 16px;
    line-height: 160%;
    color: #434354;
    margin-top: 20px;
}
.comments-form-checkbox a {
    color: #434354;
    text-decoration: underline;
}
.comments-form-checkbox a:hover {
    text-decoration: none;
}

#comments-form-extra{bottom:auto!important;}

.table-privacy-wrap {overflow:auto;width:100%;max-width:100%;}
.table-privacy{border-collapse:collapse;border:1px solid #000;font-size:11px;width:100%}
.table-privacy caption{margin-bottom:15px}
.table-privacy th,
.table-privacy tr,
.table-privacy td{border:1px solid #000;padding:5px}

.rev-block__rating{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:10px 15px;margin-top:20px}
.rev-block__rating #page-rating-value{order:0;color:#fff;margin:0 0 0 5px;font-size:18px;font-weight:400}
.rev-block__rating #page-rating-uservalue{display:none}
.rev-block__rating #page-rating-info{display:none}
.rev-block__rating__text{color:#fff;margin:0}

.custom-rating{display:flex;gap:5px;justify-content:center;align-items:center;line-height:1;margin:0 auto 30px}
.custom-rating svg{white-space:nowrap;flex-shrink:0;width:20px;height:19px}
.custom-rating__stars{position:relative}
.custom-rating__stars__empty, .custom-rating__stars__filled{display:flex;align-items:center;gap:5px}
.custom-rating__stars__empty svg{fill:#e1dee5}
.custom-rating__stars__filled{overflow:hidden;position:absolute;top:0;left:0}
.custom-rating__stars__filled svg{fill:#f4d100}
.custom-rating__value{color:#434354;font-size:32px;font-weight:700;margin-right:5px}
