.container {
  width: 100%;
  max-width: 1180px;
  padding: 0 20px;
  margin: 0 auto;
}

@media only screen and (max-width: 1199px) {
  .container {
    max-width: 960px;
  }
}
@media only screen and (max-width: 991px) {
  .container {
    max-width: 720px;
  }
}
@media only screen and (max-width: 767px) {
  .container {
    max-width: 540px;
  }
}
@media only screen and (max-width: 575px) {
  .container {
    max-width: 100%;
  }
}
@font-face {
  font-family:'Inter';
  src: url('../fonts/Inter-LightBETA.woff2') format('woff2'), url('../fonts/Inter-LightBETA.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family:'Inter';
  src: url('../fonts/Inter-Regular.woff2') format('woff2'), url('../fonts/Inter-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family:'Inter';
  src: url('../fonts/Inter-Medium.woff2') format('woff2'), url('../fonts/Inter-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family:'Inter';
  src: url('../fonts/Inter-SemiBold.woff2') format('woff2'), url('../fonts/Inter-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family:'Inter';
  src: url('../fonts/Inter-Bold.woff2') format('woff2'), url('../fonts/Inter-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family:'Inter';
  src: url('../fonts/Inter-ExtraBold.woff2') format('woff2'), url('../fonts/Inter-ExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
html,
body {
  min-height: 100vh;
}

:root {
  --black: #1E1E1E;
  --text-color: var(--black);
  --body-bg: #FFF;
  --accent-color: #59AA45;
  --bg-color: #F9F9F9;
  --hover-color: #52B25C;
}

body {
  font-family:'Inter';
  font-size: 18px;
  min-width: 320px;
  line-height: 1.6;
  color: var(--text-color);
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  background-color: var(--body-bg);
  margin: 0;
}

img {
  max-width: 100%;
}

input:required, textarea:required {
  box-shadow: none;
  outline: none;
}
input:invalid, textarea:invalid {
  box-shadow: none;
}
input:focus, textarea:focus {
  outline: none;
}

*::-webkit-input-placeholder {
  color: var(--text-color);
  opacity: 0.75;
}

*:-moz-placeholder {
  color: var(--text-color);
  opacity: 0.75;
}

*::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.75;
}

*:-ms-input-placeholder {
  color: var(--text-color);
  opacity: 0.75;
}

a {
  text-decoration: none;
  color: var(--text-color);
}
a:focus, a:hover {
  outline: none;
  text-decoration: none;
}

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

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

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

input, select, button {
  outline: none;
}

input,
textarea {
  -webkit-appearance: none;
}

input:disabled {
  opacity: 1;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]:hover,
input[type=number]:focus {
  -moz-appearance: number-input;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=text]::-ms-clear,
input[type=tel]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=text]::-ms-reveal,
input[type=tel]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

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

.clearfix:before,
.clearfix:after {
  content:' ';
  display: table;
}

.clearfix:after {
  clear: both;
}

.slick-slide {
  outline: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

.hidden {
  display: none;
}

svg {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.wrap {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.main {
  /*padding-top: 138px;*/
}

.section {
  margin: 100px 0;
  position: relative;
}
.section-title {
  font-size: 48px;
  text-align: left;
  margin: 0;
  font-weight: 700;
  line-height: 1.2;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  border: none;
  text-align: center;
  box-shadow: none;
  border-radius: 7px;
  font-size: 15px;
  font-weight: 500;
  padding: 21px 17px;
  color: #fff;
  background-color: #F78502;
  position: relative;
  line-height: 1;
}
.btn::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  bottom: 0;
  content:'';
  display: block;
  border-radius: 16px 87px 87px 16px;
  background-color: #F79B45;
  box-shadow: 0px 0px 10px 0px rgba(115, 75, 16, 0.6);
  opacity: 0.5;
  overflow: hidden;
}
.btn:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content:'';
  display: block;
  background-image: linear-gradient(180deg, #F78502 0%, #FFA339 100%);
  opacity: 0;
  transition: opacity 0.2s;
  border-radius: 7px;
}
.btn svg {
  margin-right: 32px;
  flex-shrink: 0;
}
.btn svg path {
  transition: fill 0.2s;
}
.btn span, .btn svg {
  position: relative;
  z-index: 2;
}
.btn span {
  width: 100%;
}
.btn span + svg {
  margin-right: 0;
  margin-left: 10px;
}
.btn:hover:before {
  opacity: 1;
}
.btn--bdr {
  border: 1px solid #F78502;
  padding: 20px 20px;
  color: #F78502;
  background-color: transparent;
  transition: color 0.2s, border-color 0.2s;
}
.btn--bdr::after, .btn--bdr::before {
  display: none;
}
.btn--bdr svg {
  margin-right: 10px!important;
}
.btn--bdr span + svg {
  margin-right: 0;
  margin-left: 10px!important;
}
.btn--is-pulse {
  animation: zoomBtn 2s infinite linear;
}

.btn-green {
  background-color: #59AA45;
}
.btn-green:before {
  background-image: linear-gradient(180deg, #59AA45 0%, #80C96E 100%);
}
.btn-green::after {
  background-color: #80C96E;
}

@keyframes zoomBtn {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.btn-block {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}

.btn-block-option {
  width:100%;
  justify-content:center;
  margin:15px 0
}

.btn-block .btn-info {
  margin-top: 15px;
  width: 100%;
  text-align: center;
}

.btn-info {
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  color: #535953;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn-info svg, .btn-info img {
  flex-shrink: 0;
  margin-right: 12px;
}

.back,
.next {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  padding: 0;
  display: inline-block;
  width: 18px;
  height: 32px;
  border: none;
  border-radius: 0;
  background-color: transparent;
  position: relative;
  z-index: 2;
  transition: opacity 0.3s;
}
.back svg,
.next svg {
  width: 18px;
  height: 32px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.back svg path,
.next svg path {
  transition: fill 0.2s;
}
.back:hover svg path,
.next:hover svg path {
  fill: var(--hover-color);
}
.back.slick-disabled,
.next.slick-disabled {
  pointer-events: none;
  opacity: 0.5;
}

.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
}
.slick-dots li {
  font-size: 0px;
  flex-shrink: 0;
}
.slick-dots li + li {
  margin-left: 14px;
}
.slick-dots li button {
  width: 16px;
  height: 16px;
  text-indent: -9999px;
  border-radius: 50%;
  padding: 0;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #B9BFB7;
  transition: background-color 0.3s, border-color 0.3s;
}
.slick-dots li.slick-active button {
  border: 4px solid var(--accent-color);
}

.list li {
  font-size: 20px;
  line-height: 1.5;
  position: relative;
  padding-left: 30px;
}
.list li::before {
  position: absolute;
  content:'';
  display: inline-block;
  top: 6px;
  left: 0;
  width: 16px;
  height: 16px;
  background-image: url('../images/check.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.list li + li {
  margin-top: 20px;
}

.wow {
  visibility: hidden;
}

#breadcrumbs {
  font-size: 14px;
  color: var(--black);
  font-weight: 300;
  line-height: 1.2;
}
#breadcrumbs a {
  color: var(--black);
  text-decoration: none;
  display: inline-block;
  opacity: 0.5;
  transition: opacity 0.2s;
}
#breadcrumbs a:hover {
  opacity: 1;
}

[itemscope] > [itemprop=itemListElement] {
  padding-right: 5px;
  margin-right: 5px;
  position: relative;
}
[itemscope] > [itemprop=itemListElement]::after {
  content:'/';
  position: absolute;
  right: 0;
  color: rgba(30, 30, 30, 0.5);
}

.page-title {
  font-size: 40px;
  margin: 0;
  font-weight: 700;
  line-height: 1.3;
}

.up-down {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
  position: fixed;
  z-index: 9;
  right: 20px;
  bottom: 20px;
  border: none;
  box-shadow: 0px 0px 20px 0px rgba(85, 85, 85, 0.2);
  transition: background-color 0.2s, box-shadow 0.2s;
}
.up-down svg {
  position: relative;
  z-index: 2;
  width: 14px;
  height: auto;
}
.up-down svg path {
  transition: fill 0.2s, stroke 0.2s;
}
.up-down.is-down svg {
  animation: downMove 1s infinite linear;
}
.up-down.is-up svg {
  transform: rotate(180deg);
}

@keyframes downMove {
  0% {
    transform: translateY(0px);
  }
  25% {
    transform: translateY(-4px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(4px);
  }
}
@media only screen and (max-width: 1199px) {
  body {
    font-size: 16px;
  }
  body.noscroll {
    overflow: hidden;
  }
  .section-title {
    font-size: 36px;
  }
  .list li {
    font-size: 16px;
  }
  .list li:before {
    top: 4px;
  }
  .page-title {
    font-size: 34px;
  }
  .wow {
    visibility: visible;
  }
}
@media only screen and (max-width: 991px) {
  .main {
    /*padding-top: 60px;*/
  }
}
@media only screen and (max-width: 575px) {
  body {
    font-size: 14px;
  }
  .section {
    margin: 50px 0;
  }
  .section-title {
    font-size: 24px;
  }
  .page-title {
    font-size: 26px;
  }
  .btn {
    font-size: 14px;
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .list li {
    font-size: 14px;
    padding-left: 22px;
  }
  .list li:before {
    width: 11px;
    height: 11px;
  }
  .list li + li {
    margin-top: 10px;
  }
  #breadcrumbs {
    font-size: 12px;
  }
  .up-down {
    right: 10px;
    bottom: 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .slick-dots li:not(.slick-active):hover button {
    border-color: var(--accent-color);
    background-color: var(--accent-color);
  }
  .up-down.open-popup {
    right: 37px;
  }
  .up-down:hover {
    background-color: #B9BFB7;
    box-shadow: none;
  }
  .up-down:hover svg {
    animation: none;
  }
  .up-down:hover svg path {
    fill: #fff;
    stroke: #B9BFB7;
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-40px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(40px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideInTop {
  0% {
    opacity: 0;
    transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideInBottom {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(0.75);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoomImage {
  0% {
    transform: scale(1.2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.logo {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}
.logo__image {
  width: 34px;
  flex-shrink: 0;
  margin-right: 7px;
}
.logo__title {
  margin: 0;
  font-weight: 500;
  color: #454E43;
  font-size: 7px;
  text-transform: uppercase;
  line-height: 1.5;
  letter-spacing: 0.195em;
  white-space: nowrap;
}
.logo__title strong {
  font-size: 19px;
  font-weight: 700;
  color: var(--black);
  text-transform: none;
  letter-spacing: 0.015em;
}
.logo__title strong span {
  color: var(--accent-color);
}

.support {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  color: rgba(12, 140, 233, 0.7);
  font-weight: 400;
  line-height: 1;
}
.support span {
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s;
}
.support__icon {
  margin-left: 7px;
  flex-shrink: 0;
  width: 15px;
}
.support:hover span {
  border-color: rgba(12, 140, 233, 0.7);
}

.header {
  z-index: 10;
  background-color: #fff;
  box-shadow:0 2px 13px rgba(30, 30, 30, 0.06);
  /*position: absolute;*/
  position: static;
  top: 0;
  left: 0;
  right: 0;
  height: 138px;
}
.header.is-fixed {
  position: fixed;
  top: -70px;
}
.header-top {
  height: 70px;
}
.header-top-block {
  height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__logo, .header__support {
  position: relative;
  top: 5px;
}
.header-bottom {
  height: 68px;
}
.header-bottom-block {
  height: 68px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-nav {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.header-actions .btn {
  padding: 11px 15px;
  font-size: 14px;
  border-radius: 5px;
}
.header-actions .btn:after {
  width: 44px;
}
.header-actions .btn svg {
  margin-right: 23px;
}
.header-actions .btn--bdr {
  padding: 10px 14px;
}
.header-actions .btn--bdr svg {
  margin-right: 10px;
}
.header-actions .btn + .btn {
  margin-left: 10px;
}

.menu__list {
  display: flex;
  align-items: center;
}
.menu__item {
  margin-right: 37px;
  position: relative;
}
.menu__item:last-child {
  margin-right: 0px;
}
.menu__item.active .menu__link {
  color: var(--hover-color);
}
.menu__item.active .menu__link:after {
  border-color: var(--hover-color) transparent transparent transparent;
}
.menu__item--sub .menu__link {
  position: relative;
  padding-right: 13px;
}
.menu__item--sub .menu__link:after {
  content:'';
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  right: 0;
  top: 50%;
  border-style: solid;
  border-width: 4px 3.5px 0 3.5px;
  border-color: var(--black) transparent transparent transparent;
  transition: border-color 0.2s;
}
.menu__link,
.menu__link-top {
  color: var(--text-color);
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  transition: color 0.2s;
  cursor:pointer
}

.menu__link:hover,
.menu__link-top:hover{
  color:#52b25c
}

.menu__support {
  display: none;
}

.submenu {
  line-height: 1;
  margin-right: 35px;
}
.submenu + .submenu {
  margin-left: 35px;
  margin-right: 0;
  position: relative;
}
.submenu + .submenu:before {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  left: -35px;
  content:'';
  display: block;
  background-color: #DBDBDB;
}
.submenu-wrap {
  display: flex;
  justify-content: center;
  padding: 30px 40px 100px;
  position: absolute;
  top: 100%;
  left: -80px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s, visibility 0.2s;
  z-index: 2;
}
.submenu-wrap::before {
  position: absolute;
  z-index: -1;
  top: 10px;
  left: 0;
  bottom: 0;
  right: 0;
  content:'';
  display: block;
  border-radius: 18px;
  background-color: #fff;
/*  background-color: rgba(255, 255, 255, 0.90);*/
  box-shadow: 0px 10px 84px rgba(64, 71, 62, 0.1);
  border-radius: 18px;
  /*backdrop-filter: blur(3px);*/
}

.submenu__item .submenu__link{
  display:flex;
  align-items:center;
  gap:20px
}

.submenu__item .page-menu__icon{
  width:24px;
  height:auto;
  object-fit:contain;
  object-position:center
}

.submenu__item .page-menu__icon + span{
  padding-right:24px
}

.submenu__item + .submenu__item {
  margin-top: 12px;
}

.submenu__item.active .submenu__link {
  text-decoration: underline;
}
.submenu__link {
  font-size: 15px;
  line-height: 24px;
  font-weight: 300;
  white-space: nowrap;
}
.submenu__link:hover {
  text-shadow: -.1px 0 0 #1e1e1e, .1px 0 0 #1e1e1e;
  text-decoration: underline;
}
.submenu__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  text-align: center;
  box-shadow: none;
  font-weight: 500;
  position: relative;
  line-height: 1;
  border: 1px solid #F78502;
  background-color: transparent;
  border-radius: 7px;
  font-size: 15px;
  padding: 13px 28.5px;
  color: #478B8D;
  border-color: #478B8D;
  transition: background-color 0.2s;

  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
}
.submenu__btn:before, .submenu__btn:after {
  display: none;
}
.submenu__btn:hover {
  background-color: #478B8D;
  color: #fff;
}

.hamburger {
  display: none;
}

.wrap.is-home .main {
  padding-top: 0;
}
.wrap.is-home .header {
  background-color: transparent;
  box-shadow: none;
}
.wrap.is-home .header.is-fixed {
  background-color: #fff;
  box-shadow: 0px 2px 13px 0px rgba(30, 30, 30, 0.06);
}

@media only screen and (max-width: 1299px) {
  .submenu-wrap {
    left: -20px;
  }
}
@media only screen and (min-width: 992px) {
  .menu__item:hover .menu__link {
    color: var(--hover-color);
  }
  .menu__item:hover .menu__link-top {
    color: var(--hover-color);
  }
  .menu__item:hover .menu__link:after {
    border-color: var(--hover-color) transparent transparent transparent;
    transform: rotate(180deg);
  }
  .menu__item:hover .submenu-wrap {
    opacity: 1;
    visibility: visible;
  }
}
@media only screen and (max-width: 991px) {
  .submenu__item .page-menu__icon {
    filter: invert(1);
  }
  .header {
    height: 60px;
    padding: 0;
    /*position: fixed;*/
  }
  .header.is-fixed {
    top: 0;
  }
  .header-top {
    padding: 0;
    height: 60px;
  }
  .header-top-block {
    height: 100%;
  }
  .header__logo, .header__support {
    top: auto;
  }
  .header .container {
    max-width: 100%;
  }
  .header-bottom {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    width: 280px;
    min-height: 100vh;
    height: 100%;
    background-color: #21291e;
    transform: translateX(100%);
    transition: transform 0.5s;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 80px 20px 30px;
    display: inline-block;
    z-index: 12;
  }
  .header-bottom.is-visible {
    transform: translateX(0);
  }
  .header-bottom-block {
    flex-direction: column;
    align-items: flex-start;
  }
  .header__support {
    margin-left: auto;
    margin-right: 30px;
  }
  .header-actions {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 30px;
  }
  .header-actions .btn {
    width: calc(50% - 5px);
  }
  .header-actions .btn + .btn {
    margin-left: 0;
    width: calc(50% - 10px);
  }
  .menu {
    width: 100%;
  }
  .menu__list {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
  }
  .menu__item {
    margin-right: 0;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  .menu__item + .menu__item {
    margin-top: 20px;
  }
  .menu__item--sub .menu__link {
    padding-right: 20px;
  }
  .menu__item--sub .menu__link:after {
    border-color: #fff transparent transparent transparent;
  }
  .menu__item--sub.is-toggled .menu__link, .menu__item--sub.is-toggled .menu__link-top {
    color: var(--hover-color);
  }
  .menu__item--sub.is-toggled .menu__link:after {
    transform: rotate(180deg);
    border-color: var(--hover-color) transparent transparent transparent;
  }
  .menu__item--sub.is-toggled .submenu-wrap {
    display: block;
  }
  .menu__link {
    text-transform: uppercase;
    display: block;
    width: 100%;
    color: #fff;
    font-weight: 300;
  }
  .menu__link-top {
    text-transform: uppercase;
    display: block;
    color: #fff;
    font-weight: 300;
    width: fit-content;
  }
  .submenu {
    margin-right: 0;
  }
  .submenu + .submenu {
    margin-left: 0;
    margin-top: 20px;
  }
  .submenu + .submenu:before {
    display: none;
  }
  .submenu-wrap {
    padding: 0;
    position: relative;
    left: auto;
    top: auto;
    padding: 20px 0 30px;
    opacity: 1;
    visibility: visible;
    display: none;
  }
  .submenu-wrap::before {
    display: none;
  }
  .submenu-wrap.is-visible {
    display: block;
  }
  .submenu__item.active .submenu__link {
    color: var(--hover-color);
    text-decoration: none;
  }
  .submenu__link {
    color: #fff;
    white-space: normal;
  }
  .submenu__link:hover {
    color: var(--hover-color);
    text-decoration: none;
  }
  .submenu__btn {
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
    margin-top: 20px;
    width: 100%;
  }
  .overlay {
    background-color: rgba(0, 0, 0, 0.5);
    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: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
    height: 18px;
    background-color: transparent;
    z-index: 13;
  }
  .hamburger .hamburger-box {
    width: 24px;
    height: 16px;
  }
  .hamburger .hamburger-inner,
  .hamburger .hamburger-inner::after,
  .hamburger .hamburger-inner::before {
    background-color: #092503;
    height: 2px;
    width: 24px;
    border-radius: 2px;
  }
  .hamburger:hover {
    opacity: 1;
  }
  .hamburger .hamburger-inner::before {
    top: 8px;
    width: 18px;
  }
  .hamburger .hamburger-inner::after {
    top: 16px;
    width: 24px;
  }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::after,
  .hamburger.is-active .hamburger-inner::before {
    background-color: #fff;
  }
  .hamburger.is-active .hamburger-inner {
    top: -1px;
  }
  .hamburger.is-active .hamburger-inner::after {
    top: 20px;
    width: 24px;
  }
}
@media only screen and (max-width: 575px) {
  .header__support {
    display: none;
  }
  .header__logo .logo__image {
    width: 30px;
  }
  .header__logo .logo__title {
    font-size: 6.1px;
  }
  .header__logo .logo__title strong {
    font-size: 17px;
  }
  .menu__support {
    display: inline-flex;
    position: absolute;
    top: 25px;
    left: 20px;
    color: #fff;
    font-size: 12px;
  }
  .menu__support:hover span {
    border-color: #fff;
  }
}
@media only screen and (max-width: 359px) {
  .header-bottom {
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .header.open-popup {
    right: 17px;
  }
}
.hero {
  position: relative;
}
.hero:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -230px;
  display: block;
  content:'';
  background-image: url('../images/hero-bg.svg');
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  z-index: -1;
}
.hero-block {
  display: flex;
  align-items: flex-start;
}
.hero-info {
  width: 655px;
  flex-shrink: 0;
  padding-top: 50px;
}
.hero__title {
  margin: 0;
  font-weight: 700;
  font-size: 42px;
  line-height: 1.2;
}
.hero__subtitle {
  font-size: 20px;
  line-height: 1.2;
  margin-top: 16px;
  font-weight: 600;
}
.hero__list {
  margin-top: 30px;
}
.hero__list li {
  padding-left: 25px;
  font-size: 18px;
  font-weight: 400;
}
.hero__list li:before {
  top: 5px;
}
.hero__list li + li {
  margin-top: 15px;
}
.hero__btn-block {
  margin-top: 35px;
}
.hero__btn-block .btn {
  font-size: 18px;
}
.hero-image {
  width: 45.4%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 10px 3%;
}
.hero-image img {
  width: 100%;
}

.tizers {
  margin-top: -85px;
}
.tizers-block {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0px -15px;
}

.tizer {
  background-color: #fff;
  border-radius: 18px;
  width: calc(33.33% - 30px);
  margin: 0 15px;
  box-shadow: 0px 10px 84px 0px rgba(64, 71, 62, 0.1);
  padding: 20px 40px 20px 120px;
  position: relative;
}
.tizer__icon {
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tizer__title {
  color: rgba(83, 89, 83, 0.7);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
}
.tizer__title strong {
  display: block;
  font-size: 28px;
  color: var(--text-color);
  font-weight: 500;
  margin-bottom: 5px;
}

@media only screen and (min-width: 1200px) {
  .hero__container {
    max-width: 100%;
  }
}
@media only screen and (max-width: 1799px) {
  .hero-image {
    width: 48%;
    padding-left: 0;
    padding-right: 2%;
  }
  .hero-info {
    width: 570px;
  }
}
@media only screen and (max-width: 1650px) {
  .tizers {
    margin-top: -50px;
  }
}
@media only screen and (max-width: 1550px) {
  .tizers {
    margin-top: -30px;
  }
}
@media only screen and (max-width: 1499px) {
  .tizers {
    margin-top: -10px;
  }
}
@media only screen and (max-width: 1450px) {
  .tizers {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 1299px) {
  .tizers {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero {
    padding-top: 40px;
    padding-bottom: 100px;
    background-color: var(--bg-color);
  }
  .hero:before {
    display: none;
  }
  .hero-info {
    padding-top: 20px;
    width: 50%;
    margin-left: 30px;
  }
  .hero__title {
    font-size: 34px;
  }
  .hero__subtitle {
    font-size: 18px;
  }
  .hero__list li {
    font-size: 16px;
  }
  .hero__list li:before {
    top: 4px;
  }
  .hero-image {
    padding: 0;
    width: 50%;
  }
}
@media only screen and (max-width: 991px) {
  .hero {
    padding-bottom: 50px;
  }
  .hero-block {
    flex-direction: column;
  }
  .hero-image {
    width: 100%;
  }
  .hero-info {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    margin-top: 30px;
    text-align: center;
  }
  .hero__list {
    text-align: left;
  }
  .tizer {
    width: calc(100% - 30px);
    max-width: 360px;
  }
  .tizer + .tizer {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .hero-info {
    margin-top: 20px;
  }
  .hero__title {
    font-size: 26px;
  }
  .hero__subtitle {
    font-size: 16px;
  }
  .hero__list {
    margin-top: 15px;
  }
  .hero__list li {
    font-size: 14px;
  }
  .hero__list li:before {
    top: 4px;
  }
  .hero__list li + li {
    margin-top: 10px;
  }
  .hero__btn-block {
    width: 100%;
    margin-top: 15px;
  }
  .hero__btn-block .btn {
    font-size: 14px;
    width: 100%;
  }
  .tizer {
    padding-left: 80px;
    max-width: 300px;
  }
  .tizer__icon {
    left: 20px;
  }
  .tizer__icon img {
    max-width: 40px;
  }
  .tizer__title {
    font-size: 12px;
  }
  .tizer__title strong {
    font-size: 24px;
  }
}
.video {
  border-radius: 18px;
  width: 100%;
  overflow: hidden;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 10px 84px rgba(64, 71, 62, 0.1);
}
.video-section {
  text-align: center;
}
.video__poster {
  width: 100%;
}
.video__play {
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  box-shadow: none;
  z-index: 2;
  animation: pulsePlay 2s infinite;
  transform-origin: 0 0;
  width: 100px;
  height: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.video__play svg {
  margin-left: 5px;
}
.video__play svg path {
  transition: fill 0.3s;
}
.video:hover .video__play {
  animation: none;
}
.video:hover .video__play svg path {
  fill: var(--hover-color);
}
.video-block {
  width: 1014px;
  display: inline-flex;
  flex-direction: column;
}
.video__text-block {
  width: 375px;
  border-radius: 18px;
  background-color: #FFF;
  box-shadow: 0px 10px 84px 0px rgba(64, 71, 62, 0.1);
  padding: 30px 30px 20px;
  text-align: left;
  position: relative;
  z-index: 2;
  margin-top: -150px;
}
.video__label {
  background-color: #676B66;
  line-height: 1;
  padding: 12px 10px;
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
}
.video__title {
  font-size: 36px;
  font-weight: 700;
  margin-top: 14px;
  line-height: 1.2;
}
.video__title span {
  color: var(--accent-color);
}

@keyframes pulsePlay {
  0% {
    box-shadow: 0px 0px 0px 16px rgba(255, 255, 255, 0.2);
  }
  50% {
    box-shadow: 0px 0px 0px 32px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0px 0px 0px 16px rgba(255, 255, 255, 0.2);
  }
}
.hero__video {
  margin-top: 60px;
}

@media only screen and (max-width: 1199px) {
  .video-block {
    width: 100%;
  }
  .video__label {
    font-size: 16px;
  }
  .video__title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .video__play {
    transform: scale(0.6) translate(-50%, -50%);
  }
  .video__text-block {
    margin-top: -50px;
  }
}
@media screen and (max-width: 767px) {
  .video__text-block{
    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction:column;
    padding: 25px 20px;
    width:100%;
  }
}
@media only screen and (max-width: 575px) {
  .video__play {
    transform: scale(0.4) translate(-50%, -50%);
  }
  .video__label {
    font-size: 14px;
    padding: 7px 10px;
  }
  .video__title {
    font-size: 20px;
    margin-top: 12px;
  }
  .video__text-block {
    margin-top: -20px;
  }
  .hero__video {
    margin-top: 25px;
  }
}
.steps-section {
  padding-bottom: 80px;
  position: relative;
}
.steps-section:before {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  content:'';
  background-image: url('../images/steps-bg.svg');
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  z-index: -1;
}
.steps-block {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 40px -15px -30px;
}

.step {
  width: calc(33.33% - 30px);
  margin: 0 15px 30px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.step__number {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-right: 10px;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  border-radius: 18px 18px 90px 0px;
  background-color: #8CC0FF;
  z-index: 2;
}
.step__image {
  width: calc(100% - 30px);
  padding-bottom: 71%;
  position: relative;
  border-radius: 18px;
  overflow: hidden;
}

.step__image .article-image {
  height: 100%;
  aspect-ratio:auto;
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  left:0
}

.step__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.step-info {
  border-radius: 18px;
  background-color: #FFF;
  box-shadow: 0px 10px 84px 0px rgba(64, 71, 62, 0.1);
  padding: 30px 24px 34px 30px;
  margin-top: -40px;
  position: relative;
  z-index: 2;
  width: 100%;
}
.step__title {
  margin: 0;
  font-weight: 600;
  line-height: 1.16;
  font-size: 24px;
}
.step__text {
  line-height: 1.44;
  margin-top: 15px;
}

@media only screen and (max-width: 1199px) {
  .steps-section {
    padding-bottom: 100px;
  }
  .steps-section:before {
    background-color: var(--bg-color);
    background-image: none;
    top: -60%;
  }
  .step__title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 991px) {
  .steps-section:before {
    top: -40%;
  }
  .step {
    width: calc(50% - 30px);
  }
}
@media only screen and (max-width: 767px) {
  .steps-section:before {
    top: -20%;
  }
  .step {
    width: calc(100% - 30px);
  }
}
@media only screen and (max-width: 575px) {
  .steps-section {
    padding-bottom: 50px;
  }
  .steps-section:before {
    top: -15%;
  }
  .steps-block {
    margin-top: 25px;
    margin-bottom: -20px;
  }
  .step {
    margin: 0 15px 20px;
  }
  .step__image {
    width: 100%;
  }
  .step__number {
    font-size: 14px;
    width: 40px;
    height: 40px;
    padding-right: 5px;
  }
  .step-info {
    padding: 20px 20px 25px;
    margin-top: -20px;
  }
  .step__title {
    font-size: 20px;
  }
  .step__text {
    margin-top: 7px;
  }
}
.clients {
  margin-top: 90px;
}
.clients-block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.clients-block:nth-child(2n) {
  flex-direction: row-reverse;
}
.clients-block + .clients-block {
  margin-top: 100px;
}
.clients-info {
  width: 480px;
  padding-top: 10px;
}
.clients-title {
  font-size: 38px;
  font-weight: 600;
  line-height: 1.157;
}
.clients__list {
  margin-top: 25px;
}
.clients-image {
  position: relative;
  border-radius: 18px;
  box-shadow: 0px 10px 84px rgba(64, 71, 62, 0.1);
  overflow: hidden;
  width: 540px;
  padding-bottom: 43.86%;
}
.clients-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 1199px) {
  .clients-image {
    width: 45%;
  }
  .clients-info {
    width: 45%;
    padding-top: 0;
  }
  .clients-title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .clients-block {
    flex-direction: column-reverse;
  }
  .clients-block:nth-child(2n) {
    flex-direction: column-reverse;
  }
  .clients-image {
    width: 100%;
    padding-bottom: 92.68%;
  }
  .clients-info {
    width: 100%;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .clients {
    margin-top: 40px;
  }
  .clients-block + .clients-block {
    margin-top: 40px;
  }
  .clients-title {
    font-size: 20px;
  }
  .clients-info {
    margin-top: 30px;
  }
  .clients__list {
    margin-top: 16px;
  }
}
.cta {
  display: flex;
  justify-content: space-between;
}
.cta-section {
  padding: 100px 0 120px;
  background-image: linear-gradient(270deg, rgba(86, 150, 229, 0.25) 1.7%, rgba(111, 175, 255, 0.25) 100%);
  position: relative;
}
.cta-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  bottom: 0;
}
.cta-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-mask-image: linear-gradient(to right, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%), linear-gradient(to right, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-size: 85% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: left top, left bottom;
}
.cta-info {
  width: 655px;
  margin-left: auto;
  position: relative;
  z-index: 2;
}
.cta__list {
  margin-top: 27px;
}
.cta__list li + li {
  margin-top: 15px;
}
.cta-text {
  margin-top: 34px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  max-width: 500px;
}
.cta__btn-block {
  margin-top: 20px;
}

@media only screen and (max-width: 1199px) {
  .cta-section {
    padding: 90px 0;
  }
  .cta-info {
    width: 555px;
  }
}
@media only screen and (max-width: 991px) {
  .cta {
    flex-direction: column;
  }
  .cta-section {
    padding-top: 0;
  }
  .cta-image {
    width: 100%;
    padding-bottom: 75%;
    position: relative;
  }
  .cta-image img {
    -webkit-mask-image: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%), linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
    -webkit-mask-size: 100% 100%;
    -webkit-mask-position: left bottom, right bottom;
  }
  .cta-info {
    width: 100%;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .cta-section {
    padding-bottom: 50px;
  }
  .cta-image img {
    -webkit-mask-image: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 10%, rgba(0, 0, 0, 0) 100%), linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0) 100%);
  }
  .cta-info {
    margin-top: 20px;
  }
  .cta-text {
    font-size: 14px;
    margin-top: 15px;
  }
  .cta__list {
    margin-top: 17px;
  }
  .cta__list li + li {
    margin-top: 10px;
  }
  .cta__btn-block {
    margin-top: 15px;
    width: 100%;
  }
  .cta__btn-block .btn {
    width: 100%;
  }
}
.colors {
  position: relative;
  width: 518px;
  height: 316px;
  flex-shrink: 0;
}
.colors-section {
  background-color: var(--bg-color);
  padding: 90px 0;
}
.colors-block {
  display: flex;
  align-items: center;
}
.colors-info {
  margin-left: 120px;
  width: 450px;
}
.colors-text {
  font-size: 20px;
  margin-top: 30px;
  line-height: 1.5;
}
.colors-group {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  width: 464px;
  margin: -10px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.colors-group:nth-child(2) {
  position: absolute;
  right: 0;
  left: auto;
  bottom: auto;
  top: 0;
  z-index: 2;
}
.colors-group:nth-child(2) .color {
  box-shadow: 0px 4px 34px 0px rgba(22, 28, 20, 0.65);
}

.color {
  min-width: 128px;
  height: 128px;
  border-radius: 18px;
  position: relative;
  overflow: hidden;
  margin: 10px;
}
.color img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.color:nth-child(1) {
  margin-left: 30px;
}

@media only screen and (max-width: 1199px) {
  .colors-info {
    margin-left: 60px;
  }
  .colors-text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 991px) {
  .colors {
    margin-top: 40px;
  }
  .colors-block {
    flex-direction: column-reverse;
  }
  .colors-info {
    margin-left: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .colors {
    width: 275px;
    height: 170px;
  }
  .colors-section {
    background-color: #384634;
    color: #fff;
    padding: 40px 0 50px;
  }
  .colors-text {
    font-size: 14px;
    margin-top: 18px;
  }
  .colors-group {
    width: 245px;
    margin: -5px;
  }
  .color {
    margin: 5px;
    min-width: 70px;
    height: 70px;
  }
  .color:nth-child(1) {
    margin-left: 10px;
  }
}
.models-section {
  overflow: hidden;
}
.models-text {
  margin-top: 27px;
  font-size: 20px;
  max-width: 450px;
  line-height: 1.5;
}
.models-slider {
  margin-left: -25px;
  margin-right: -25px;
  margin-top: 42px;
}
.models-slider .slick-track {
  display: flex;
}
.models-slider__back, .models-slider__next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.models-slider__back {
  left: -30px;
}
.models-slider__next {
  right: -30px;
}

.model {
  height: auto;
  margin: 0 25px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 1299px) {
  .models-slider {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  .models-slider__back {
    left: 0;
  }
  .models-slider__next {
    right: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .models-text {
    font-size: 16px;
    max-width: 350px;
  }
}
@media only screen and (max-width: 575px) {
  .models-text {
    font-size: 14px;
    margin-top: 18px;
    max-width: 340px;
  }
  .models-slider {
    margin-top: 25px;
    padding: 0;
    margin-left: -10px;
    margin-right: -10px;
  }
  .models-slider .slick-list {
    overflow: visible;
  }
  .model {
    width: 80px;
    margin: 0 10px;
  }
}
.gif {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-bottom: 22px;
}
.gif-image {
  width: calc(100% - 40px);
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0px 10px 84px 0px rgba(64, 71, 62, 0.1);
}
.gif-image img,
.gif-image video {
  width: 100%;
}
.gif-info {
  width: 34.5%;
  border-radius: 18px;
  background-color: #FFF;
  box-shadow: 0px 10px 84px 0px rgba(64, 71, 62, 0.1);
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 30px 22px 34px 30px;
}
.gif-title {
  margin: 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4;
}
.gif-text {
  margin-top: 10px;
  line-height: 1.44;
}

@media only screen and (max-width: 1199px) {
  .gif-info {
    padding: 25px 20px;
  }
  .gif-title {
    font-size: 22px;
  }
  .gif-text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 991px) {
  .gif {
    padding-bottom: 0;
  }
  .gif-image {
    width: 100%;
  }
  .gif-info {
    width: 100%;
    position: relative;
    margin-top: -18px;
  }
}
@media only screen and (max-width: 575px) {
  .gif-title {
    font-size: 20px;
  }
  .gif-text {
    font-size: 14px;
    margin-top: 10px;
  }
}
.stars {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.stars img + img {
  margin-left: 6.5px;
}

.reviews-section {
  overflow: hidden;
}
.reviews-info {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.reviews__stars {
  flex-shrink: 0;
}
.reviews__text {
  font-size: 20px;
  margin-left: 20px;
  line-height: 1;
}
.reviews__text strong {
  font-weight: 600;
}
.reviews-slider {
  margin-top: 45px;
  margin-left: -15px;
  margin-right: -15px;
}
.reviews-slider .slick-track {
  display: flex;
}
.reviews-slider .slick-dots {
  margin-top: 40px;
}
.reviews-slider__back, .reviews-slider__next {
  position: absolute;
  top: calc(50% - 24px);
  transform: translateY(-50%);
}
.reviews-slider__back {
  left: -40px;
}
.reviews-slider__next {
  right: -40px;
}

.review {
  width: 555px;
  height: auto;
  margin: 0 15px;
  border-radius: 18px;
  background-color: #FFF;
  padding: 40px 30px;
  position: relative;
}
.review-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.review__avatar {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  border: 4px solid #A5CEFF;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
  margin-right: 16px;
}
.review__avatar img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.review__name {
  font-weight: 700;
  font-size: 21px;
  display: block;
  margin-top: 10px;
  line-height: 1;
}
.review__text {
  margin-top: 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}

@media only screen and (max-width: 1299px) {
  .reviews-slider {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  .reviews-slider__back {
    left: 0;
  }
  .reviews-slider__next {
    right: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .reviews__text {
    font-size: 16px;
  }
  .review__avatar {
    width: 66px;
    height: 66px;
    border-width: 3px;
  }
  .review__name {
    font-size: 18px;
  }
  .review__text {
    font-size: 14px;
  }
}
@media only screen and (max-width: 575px) {
  .stars img {
    width: 14px;
    height: 14px;
  }
  .stars img + img {
    margin-left: 6px;
  }
  .reviews-section {
    margin-bottom: 0;
    padding-bottom: 50px;
  }
  .reviews-info {
    flex-direction: column;
    align-items: flex-start;
  }
  .reviews__text {
    font-size: 14px;
    margin-top: 14px;
    margin-left: 0;
  }
  .reviews-slider {
    margin-top: 25px;
    padding: 0;
    margin-left: 0px;
    margin-right: 0px;
  }
  .reviews-slider .slick-list {
    overflow: visible;
  }
  .review {
    padding: 25px 20px 20px;
    width: 100%;
    margin: 0 7.5px;
    box-shadow: 0px 10px 84px rgba(64, 71, 62, 0.1);
  }
  .review__avatar {
    width: 56px;
    height: 56px;
  }
  .review__name {
    font-size: 14px;
  }
  .review__text {
    font-size: 12px;
    margin-top: 16px;
  }
}
.faqs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 38px -12px -24px;
}

.faq {
  margin: 0 12px 24px;
  width: calc(33.33% - 24px);
  border-radius: 18px;
  background-color: #FFF;
  box-shadow: 0px 10px 84px 0px rgba(64, 71, 62, 0.1);
  padding: 31px 32px 35px 39px;
}
.faq__title {
  font-weight: 600;
  font-size: 21px;
  line-height: 1.29;
}
.faq__text {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 21px;
  font-weight: 400;
}

@media only screen and (max-width: 991px) {
  .faq {
    width: calc(100% - 24px);
    padding: 35px;
  }
}
@media only screen and (max-width: 575px) {
  .faqs {
    margin-top: 25px;
    margin-bottom: -15px;
  }
  .faqs-section {
    margin-top: 0;
  }
  .faq {
    padding: 20px;
    margin: 0 12px 15px;
  }
  .faq.open .faq__title:after {
    opacity: 0;
  }
  .faq.open .faq__text {
    display: block;
  }
  .faq__title {
    font-size: 16px;
    position: relative;
    padding-right: 25px;
  }
  .faq__title:before, .faq__title::after {
    position: absolute;
    content:'';
    display: inline-block;
    background-color: #B9BFB7;
    right: 0;
    top: 50%;
    width: 16px;
    height: 2px;
    transform: translateY(-50%);
  }
  .faq__title::after {
    transform: translateY(-50%) rotate(90deg);
  }
  .faq__text {
    font-size: 14px;
    margin-top: 15px;
    display: none;
  }
}
.system {
  width: calc(50% - 20px);
  margin: 0 10px 20px;
  border-radius: 18px;
  background-color: #FFF;
  box-shadow: 0px 10px 84px 0px rgba(64, 71, 62, 0.1);
  padding: 20px 30px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  line-height: 1.2;
}
.system span {
  margin-right: 15px;
  color: #666;
  font-weight: 400;
}
.system strong {
  font-weight: 600;
  color: #102D08;
}
.system-block {
  display: flex;
  flex-wrap: wrap;
  margin: 40px -10px -20px;
}

@media only screen and (max-width: 1199px) {
  .system-section {
    margin: 0;
    padding: 100px 0;
    background-color: var(--bg-color);
  }
}
@media only screen and (max-width: 991px) {
  .system {
    width: calc(100% - 20px);
  }
}
@media only screen and (max-width: 575px) {
  .system {
    font-size: 14px;
    padding: 18px 20px;
    margin-bottom: 15px;
  }
  .system-section {
    padding: 50px 0;
  }
  .system-block {
    margin: 25px -10px -15px;
  }
}
.laptop {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 100px;
  z-index: 2;
}
.laptop:after {
  position: absolute;
  display: block;
  content:'';
  top: 4.5%;
  background-color: #000;
  width: 10%;
  height: 1%;
  z-index: 3;
  left: 50%;
  transform: translateX(-50%);
}
.laptop-image {
  width: 100%;
}
.laptop-screen {
  position: absolute;
  z-index: 2;
  top: 4.5%;
  left: 12%;
  width: 76%;
}

.prefooter {
  padding-bottom: 130px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: relative;
}
.prefooter:after {
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  content:'';
  background-image: linear-gradient(180deg, #F9F9F9 0%, rgba(249, 249, 249, 0) 100%);
}
.prefooter:before {
  position: absolute;
  top: -1000px;
  left: 0;
  right: 0;
  bottom: 565px;
  display: block;
  content:'';
  background-image: url('../images/prefooter-bg.svg');
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover 100%;
  z-index: -1;
}
.prefooter-block {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.prefooter .section-title {
  width: 470px;
}
.prefooter-info {
  width: 470px;
}
.prefooter-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}
.prefooter__btn-block {
  margin-top: 20px;
}

@media only screen and (max-width: 1199px) {
  .prefooter {
    padding-bottom: 100px;
    background-color: var(--bg-color);
  }
  .prefooter::before {
    display: none;
  }
  .prefooter-info,
  .prefooter .section-title {
    width: 400px;
  }
}
@media only screen and (max-width: 991px) {
  .prefooter-block {
    flex-direction: column;
  }
  .prefooter-info {
    margin-top: 15px;
  }
  .prefooter-info,
  .prefooter .section-title {
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .laptop {
    margin-top: 50px;
  }
  .prefooter {
    padding-bottom: 50px;
  }
  .prefooter:after {
    background-image: linear-gradient(180deg, #F9F9F9 0%, #F9F9F9 40%, rgba(249, 249, 249, 0) 100%);
  }
  .prefooter-text {
    font-size: 14px;
  }
  .prefooter__btn-block {
    width: 100%;
  }
  .prefooter__btn-block .btn {
    width: 100%;
  }
}
.footer {
  background-color: #21291E;
  padding: 55px 0;
}
.footer-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer__logo {
  margin-right: 30px;
}
.footer__logo .logo__title {
  color: #C4D1C1;
}
.footer__logo .logo__title strong {
  color: #fff;
}
.footer-menu__list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: -20px;
}
.footer-menu__item {
  margin-right: 20px;
}
.footer-menu__item.active .menu__link {
  color: var(--hover-color);
}
.footer-menu__link {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  transition: color 0.2s;
}
.footer-menu__link:hover {
  color: var(--hover-color);
}
.footer-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap:15px 20px;
  margin-top: 82px;
}

.footer__btn-info {
  color: #DDDDDD;
  margin-top: 16px;
  width: 100%;
}
.footer-green .btn {
  background-color: #59AA45;
}
.footer-green .btn:before {
  background-image: linear-gradient(180deg, #59AA45 0%, #80C96E 100%);
}
.footer-green .btn::after {
  background-color: #80C96E;
}

.footer-green .btn.btn--bdr {
  background-color: transparent;
  border: 1px solid #59AA45;
  color: #59AA45;
}
.footer-green .btn.btn--bdr path {
  fill: #59AA45;
}

.copy {
  font-size: 14px;
  font-weight: 400;
  color: #999;
  text-align: center;
  margin-top: 52px;
}

@media only screen and (max-width: 991px) {
  .footer__logo {
    margin-right: 0;
  }
  .footer-block {
    flex-direction: column;
  }
  .footer-menu {
    margin-left: 0;
    margin-top: 30px;
  }
  .footer-menu__list {
    justify-content: center;
  }
  .footer-actions {
    margin-top: 55px;
  }
}
@media only screen and (max-width: 575px) {
  .footer {
    padding: 40px 0 60px;
  }
  .footer-actions {
    margin-top: 30px;
  }
  .footer-menu__list {
    flex-wrap: wrap;
    margin-bottom: -15px;
    margin-right: -15px;
  }
  .footer-menu__item {
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .footer-menu__link {
    font-size: 14px;
  }
  .copy {
    font-size: 12px;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 399px) {
  .footer-actions {
    flex-direction: column;
  }
  .footer-actions .btn {
    width: 100%;
  }
  .footer-actions .btn + .btn {
    margin-left: 0;
  }
}
.blog-hero {
  background-color: var(--bg-color);
  padding: 23px 0 43px;
}
.blog-hero-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}
.blog-hero-info {
  width: 580px;
}
.blog-hero__text {
  font-weight: 400;
  margin-top: 17px;
}
.blog-hero__video, .blog-hero__image {
  position: relative;
  width: 502px;
  border-radius: 10px;
}
.blog-hero__video {
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.blog-hero__video:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content:'';
  display: block;
  background-color: rgba(0, 0, 0, 0.15);
}
.blog-hero__video .video__play {
  transform: scale(0.5) translate(-50%, -50%);
}
.blog-hero__image {
  box-shadow: 0px 10px 84px 0px rgba(64, 71, 62, 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.blog-hero__image img {
  width: 100%;
}

@media only screen and (max-width: 1199px) {
  .blog-hero {
    padding-bottom: 50px;
  }
  .blog-hero__video, .blog-hero__image, .blog-hero-info {
    width: calc(50% - 30px);
  }
}
@media only screen and (max-width: 991px) {
  .blog-hero-block {
    flex-direction: column;
    margin-top: 20px;
  }
  .blog-hero__video, .blog-hero__image, .blog-hero-info {
    width: 100%;
  }
  .blog-hero__video, .blog-hero__image {
    margin-top: 30px;
  }
}
.filters {
  margin: 17px -12px -12px 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.filters-wrap {
  margin-left: 30px;
  padding: 30px 25px 40px;
  border-radius: 10px;
  border: 1px solid rgba(30, 30, 30, 0.07);
  background-color: #FFF;
  box-shadow: 0px 0px 23px 0px rgba(64, 71, 62, 0.07);
  position: sticky;
  top: 90px;
}
.filters__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
}
.filters-block + .filters-block {
  margin-top: 25px;
}

.filter {
  font-weight: 400;
  font-size: 16px;
  padding: 9px 15px;
  background-color: #fff;
  border-radius: 7px;
  box-shadow: 0px 2px 8px 0px rgba(8, 18, 8, 0.07);
  margin: 0 12px 12px 0;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  transition: box-shadow 0.2s, color 0.2s;
  line-height: 1;
}
.filter svg {
  margin-right: 8px;
  flex-shrink: 0;
}
.filter svg path {
  transition: fill 0.2s;
}
.filter:hover {
  color: var(--accent-color);
  box-shadow: 0px 2px 16px 0px rgba(8, 18, 8, 0.15);
}
.filter:hover svg path {
  fill: var(--accent-color);
}

@media only screen and (max-width: 1199px) {
  .filters-wrap {
    margin-left: 0;
    margin-bottom: 50px;
    width: 100%;
    position: relative;
    top: auto;
  }
}
@media only screen and (max-width: 575px) {
  .filters-wrap {
    padding: 30px 25px;
  }
  .filters__title {
    font-size: 18px;
  }
  .filter {
    font-size: 14px;
  }
}
.views,
.comments {
  display: inline-flex;
  align-items: center;
  margin-right: 20px;
}
.views svg,
.comments svg {
  margin-right: 5px;
  flex-shrink: 0;
}
.views svg path,
.comments svg path {
  transition: fill 0.2s;
}
.views span,
.comments span {
  color: #94999D;
  font-size: 14px;
  transition: color 0.2s;
  font-weight: 400;
}

.blog-section {
  margin-top: 60px;
  padding-bottom: 100px;
}
.blog-block {
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.blog-articles__title {
  margin: 0;
  font-weight: 700;
  font-size: 34px;
  line-height: 1.45;
}
.blog-articles + .blog-articles {
  margin-top: 80px;
}
.blog-articles-wrap {
  width: 750px;
  flex-shrink: 0;
}
.blog-articles-grid {
  margin: 37px -15px -30px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.blog-article {
  width: calc(50% - 30px);
  margin: 0 15px 30px;
  display: inline-flex;
  flex-direction: column;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0px 2px 15px 0px rgba(8, 18, 8, 0.14);
  transition: box-shadow 0.2s;
}
.blog-article:hover {
  box-shadow: 0px 2px 25px 0px rgba(8, 18, 8, 0.18);
}
.blog-article:hover .blog-article__title {
  color: var(--hover-color);
}
.blog-article__image {
  width: 100%;
  overflow: hidden;
  position: relative;
  aspect-ratio: 1.63;
}
.blog-article__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-article__info {
  background-color: #fff;
  border-radius: 12px 12px 0 0;
  padding: 12px 20px 0;
  position: relative;
  z-index: 2;
  width: 100%;
  top:-12px
}
.blog-article__tag {
  font-size: 16px;
  margin-bottom: 10px;
  color: rgba(130, 135, 140, 0.85);
  font-weight: 400;
  line-height: 1.5;
  display: block;
}
.blog-article__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
  display: block;
  transition: color 0.2s;
}
.blog-article__actions {
  display: inline-flex;
  align-items: center;
  margin-right: -20px;
  margin-top: 23px;
}
.blog-article--top {
  width: calc(100% - 30px);
  flex-direction: row;
  position: relative;
}
.blog-article--top .blog-article__image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 46%;
  aspect-ratio: auto;
}
.blog-article--top .blog-article__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-article--top .blog-article__info {
  padding: 25px 20px 12px 30px;
  margin-top: 0;
  margin-left: -15px;
  border-radius: 12px;
  width: 55%;
  flex-shrink: 0;
  margin-left: auto;
}
.blog-article--top .blog-article__tag {
  margin-bottom: 7px;
}
.blog-article--top .blog-article__title {
  font-size: 20px;
}
.blog-article--top .blog-article__text {
  margin-top: 15px;
  display: block;
}
.blog-article--top .blog-article__actions {
  margin-top: 40px;
}
.blog-article--video .blog-article__info {
  padding: 17px 25px;
}
.blog-article--video .blog-article__image {
  position: relative;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.blog-article--video .blog-article__image:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content:'';
  display: block;
  background-color: rgba(0, 0, 0, 0.15);
}
.blog-article--video .video__play {
  transform: scale(0.5) translate(-50%, -50%);
  animation: none;
  margin-top: -8px;
}
.blog-article--video:hover .video__play svg path {
  fill: var(--hover-color);
}

@media only screen and (max-width: 1199px) {
  .blog-block {
    flex-direction: column;
  }
  .blog-articles-wrap {
    width: 100%;
  }
  .blog-articles__title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-article__tag {
    font-size: 14px;
  }
  .blog-article__title {
    font-size: 16px;
  }
  .blog-article--top {
    flex-direction: column;
  }
  .blog-article--top .blog-article__image {
    position: relative;
    width: 100%;
    top: auto;
    left: auto;
    bottom: auto;
    aspect-ratio: 1.079;
  }
  .blog-article--top .blog-article__info {
    width: 100%;
    margin-left: 0;
    margin-top: -14px;
    padding: 20px 25px 15px;
  }
  .blog-article--top .blog-article__title {
    font-size: 18px;
  }
  .blog-article--top .blog-article__actions {
    margin-top: 23px;
  }
}
@media only screen and (max-width: 575px) {
  .blog-section {
    margin-top: 50px;
    padding-bottom: 50px;
  }
  .blog-articles + .blog-articles {
    margin-top: 50px;
  }
  .blog-articles__title {
    font-size: 24px;
  }
  .blog-articles-grid {
    flex-direction: column;
    margin-top: 30px;
  }
  .blog-article {
    width: calc(100% - 30px);
  }
}
.article-hero {
  background-color: rgba(242, 242, 246, 0.4);
  padding-bottom: 25px;
  margin-bottom: 60px;
}
.article-tags {
  margin-top: 50px;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: -20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.article-tag {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 15px 20px;
}
.article-tag--rating .article-tag__text {
  margin-right: 7px;
}

.article-tag__text-column{
  display:flex;
  flex-direction:column
}

.small-text{
  line-height:1;
  font-size:14px;
  opacity:.7
}

.article-tag__text {
  font-size: 16px;
  font-weight: 400;
  color: #82878C;
  line-height: 1.5;
}
#page-rating-block {
  display: block;
  height: 24px;
  line-height: 24px;
  font-size: 10px;
  cursor: default;
}
#page-rating-block .hidden {
  visibility: hidden;
}
.rating-img {
  cursor: pointer;
  vertical-align: middle;
  margin: 0 -3px;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  margin-top: -3px;
}
.rating-img.hover {
  padding: 16px 16px 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;
}
#page-rating-value {
  vertical-align: top;
  font-size: 1.5em;
  margin-left: 2px;
}
#page-rating-info {
  vertical-align: middle;
  margin-left: 10px;
  font-size: 1.2em;
  color: #7f7f7f;
}
#page-rating-uservalue {
  display: inline-block;
  min-width: 8ch;
}
#page-rating-block {
  margin: 0;
  margin-top: 0;
  text-align: right;
}
#page-rating-block .hidden {
  visibility: visible;
  display: none;
}
.pluso-top {
  margin: 6px 10px 0 0 !important;
}
.article-tag__avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  margin-right: 7px;
}
.article-tag__avatar > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.article-tag__time {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  margin-left: 7px;
  position: relative;
  top: 2px;
}
.article-tag__icon {
  flex-shrink: 0;
  width: 15px;
  height: auto;
  margin-right: 5px;
}

@media only screen and (max-width: 1199px) {
  .article-tag {
    width: calc(50% - 30px);
  }
}
@media only screen and (max-width: 991px) {
  .article-tags {
    margin-top: 30px;
  }
  .article-tag.article-tag--rating {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  .article-tags {
    margin-left: 0;
    margin-right: 0;
    flex-direction: column;
    align-items: flex-start;
  }
  .article-tag {
    width: auto;
    margin: 0 0 20px;
  }
}
@media only screen and (max-width: 575px) {
  .article-tags {
    margin-bottom: -10px;
  }
  .article-tag {
    margin-bottom: 10px;
  }
  .article-tag__text {
    font-size: 14px;
  }
}
.article {
  width: calc(100% - 290px);
  flex-shrink: 0;
}
.article-wrap {
  margin-top: 60px;
  padding-bottom: 100px;
}
.article-block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.article-section-row {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.article-section-row .article-figure {
  flex-shrink: 0;
  width: 323px;
  max-width: 100%;
  margin: 0;
  margin-left: 45px;
}
.article-section-row .article-image {
  aspect-ratio: 0.78;
}
.article-section + .article-section {
  margin-top: 60px;
}
.article-text {
  margin-top: 20px;
}
.article-text b, .article-text strong {
  font-weight: 500;
}
.article-text p {
  margin: 15px 0;
}
.article-h2 {
  margin: 0;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.45;
}
.article-h2 + .article-text {
  margin-top: 25px;
}
.article-h3 {
  font-size: 28px;
  font-weight: 700;
  margin: 0;
  margin-top: 40px;
  line-height: 1.45;
}
.article-link {
  color: #5C9AE6;
  text-decoration: underline;
  text-decoration-color: #5C9AE6;
  transition: text-decoration-color 0.2s;
}
.article-link:hover {
  text-decoration: none;
  text-decoration-color: transparent;
}

.article-ol-list-bold li::before{
  font-weight:500
}

.article-ol-list, .article-ul-list, .article-ul-list-2 {
  padding: 0;
  margin: 0;
  margin: 20px 0;
  /* max-width: 470px; */
}
.article-ol-list li, .article-ul-list li, .article-ul-list-2 li {
  position: relative;
  padding-left: 26px;
}
.article-ol-list li + li, .article-ul-list li + li, .article-ul-list-2 li + li {
  margin-top: 15px;
}
.article-ol-list li b, .article-ol-list li strong, .article-ul-list li b, .article-ul-list li strong, .article-ul-list-2 li b, .article-ul-list-2 li strong {
  font-weight: 500;
}
.article-ol-list {
  counter-reset: item;
}
/*.article-ol-list > li::before {
  position: absolute;
  content: counter(item) '.';
  counter-increment: item;
  left: 4px;
  top: 0;
}*/
.article-ol-list > li::before {
  content: counter(item) '.';
  counter-increment: item;
  margin-right:5px;
}
.article-ul-list li::before {
  position: absolute;
  content:'';
  display: inline-block;
  left: 0px;
  top: 7px;
  background-image: url('../images/check-blue.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 17px;
  height: 13px;
}
.article-ul-list-2 li::before {
  position: absolute;
  content:'';
  display: inline-block;
  left: 0px;
  top: 6px;
  background-image: url('../images/rhombus.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 14px;
  height: 14px;
}
.article-icons-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 30px -15px -30px;
}
.article-icons-list li {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: calc(50% - 30px);
  margin: 0 15px 30px;
}
.article-icons-list__icon {
  width: 62px;
  height: 62px;
  padding: 14px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #F2F2F6;
  margin-right: 12px;
}
.article-note {
  padding-left: 17px;
  margin-top: 40px;
  border-left: 2px solid #5C9AE6;
}
.article-note b, .article-note strong {
  font-weight: 500;
}
.article-warning {
  padding: 28px 30px 28px 40px;
  margin-top: 50px;
  margin-bottom: 40px;
  border-radius: 13px;
  background-color: #EAF2FB;
  position: relative;
}
.article-warning::before {
  position: absolute;
  content:'';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  left: -10px;
  top: -10px;
  border-radius: 6px;
  box-shadow: 0px 2px 11px 0px rgba(8, 18, 8, 0.12);
  background-color: #fff;
  background-image: url('../images/warning.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 7 29px;
}
.article-figure {
  padding: 0;
  margin: 0;
  margin-top: 40px;
  width: 100%;
  text-align: center;
}
.article-figcaption {
  font-size: 14px;
  margin-top: 10px;
}
.article-image {
  display: block;
  width: 100%;
  padding-bottom:48.59%;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  background:#fff;
}
.article-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
/*  -o-object-fit: contain;
     object-fit: contain;*/
}
.article-video {
  margin-top: 40px;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  aspect-ratio: 1.731;
  border-radius: 12px;
}
.article-video:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content:'';
  display: block;
  background-color: rgba(0, 0, 0, 0.15);
}
.article-video .video__poster {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.article-video .video__play {
  animation: none;
}

.image-popup {
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.image-popup::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content:'';
  display: block;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: opacity 0.2s;
  z-index: 2;
  background-image: url('../images/zoom.svg');
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center;
}
.image-popup:hover::after {
  opacity: 1;
}

.plus-minus {
  margin-top: 40px;
}
.plus-minus--is-minus .plus-minus__title {
  background-image: linear-gradient(135deg, #F28B5F 0%, #C54F4F 100%);
}
.plus-minus--is-minus .plus-minus__list li::before {
  background-image: url('../images/minus-icon.svg');
}
.plus-minus__title {
  margin-bottom: 20px;
  background-image: linear-gradient(150deg, #75C461 0%, #539B42 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.plus-minus__list li {
  position: relative;
  padding-left: 23px;
}
.plus-minus__list li + li {
  margin-top: 15px;
}
.plus-minus__list li::before {
  position: absolute;
  content:'';
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url('../images/plus-icon.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  left: 0;
  top: 6px;
}

@media only screen and (max-width: 1199px) {
  .article-section-row {
    flex-direction: column;
    margin-bottom: 0px;
  }
  .article-section-row .article-figure {
    margin-left: 0;
    margin-top: 20px;
  }
  .article-h2 {
    font-size: 30px;
  }
  .article-h3 {
    font-size: 24px;
  }
  .article-ul-list li:before {
    top: 5px;
  }
  .article-ul-list-2 li:before {
    top: 5px;
  }
  .article-video .video__play {
    transform: scale(0.6) translate(-50%, -50%);
  }
  .plus-minus__list li::before {
    top: 4px;
  }
}
@media only screen and (max-width: 991px) {
  .article {
    width: 100%;
  }
  .article-block {
    flex-direction: column;
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  .article-icons-list {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
  .article-icons-list li {
    width: 100%;
    margin: 0;
  }
  .article-icons-list li + li {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .article-section + .article-section {
    margin-top: 50px;
  }
  .article-section-row .article-figure {
    width: 100%;
  }
  .article-wrap {
    margin-top: 50px;
    padding-bottom: 50px;
  }
  .article-h2 {
    font-size: 24px;
  }
  .article-h3 {
    font-size: 20px;
  }
  .article-ul-list-2 li:before {
    top: 4px;
  }
  .article-figcaption {
    font-size: 12px;
  }
  .article-video .video__play {
    transform: scale(0.4) translate(-50%, -50%);
  }
  .plus-minus__list li::before {
    top: 3px;
  }
}
.article-aside {
  width: 270px;
  flex-shrink: 0;
  position: sticky;
  top: 90px;
}
.article-content {
  width: 100%;
  border-radius: 10px;
  padding: 30px 25px;
  border-radius: 10px;
  border: 1px solid rgba(30, 30, 30, 0.07);
  box-shadow: 0px 0px 23px 0px rgba(64, 71, 62, 0.07);
}
.article-content__title {
  margin: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.45;
}
.article-content__list {
  margin: 0;
  padding: 0;
  margin-top: 18px;
  counter-reset: item;
  max-height: calc(100vh - 220px);
  overflow-y:auto
}

.article-content__list::-webkit-scrollbar {
  width: 4px;
  background-color: #f9f9f9;
  border-radius:10px;
}

.article-content__list::-webkit-scrollbar-thumb {
  background-color: #eee;
  width: 4px;
  border-radius:10px;
}

@media screen and (max-width: 991px) {
  .article-content__list{max-height:100%}
}

.article-content__item + .article-content__item {
  margin-top: 15px;
}
.article-content__link {
  font-size: 16px;
  display: flex;
  text-decoration: none;
  position: relative;
  line-height: 1.5;
}
.article-content__link::before {
  position: static;
  content: counter(item) '.';
  counter-increment: item;
  margin-right:5px;
  min-width: 15px;
}
.article-content__link:hover {
  text-decoration: underline;
}



@media only screen and (max-width: 991px) {
  .article-aside {
    position: relative;
    top: auto;
    margin: 0;
    margin-bottom: 40px;
    width: 100%;
    order: -1;
    max-width: 500px;
  }
}
@media only screen and (max-width: 575px) {
  .article-content__title {
    font-size: 18px;
  }
  .article-content__link {
    font-size: 14px;
  }
}
.apps {
  display: flex;
  justify-content: space-between;
  margin-top: 81px;
  position: relative;
}
.apps-section {
  margin-bottom: 100px;
}

.app {
  width: 386px;
  flex-shrink: 0;
  border-radius: 12px;
  border: 1px solid rgba(221, 221, 230, 0.5);
  background-color: #F9F9FB;
  padding: 27px 40px 41px 30px;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
}
.app__icon {
  border-radius: 8px;
  border: 1px solid rgba(160, 162, 160, 0.31);
  background-color: #FFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}
.app__icon img {
  width: 27px;
}
.app__title {
  font-size: 23px;
  font-weight: 800;
  line-height: 1.3;
  margin-top: 5px;
}
.app__label {
  border-radius: 12px;
  border: 1px solid rgba(30, 30, 30, 0.55);
  color: rgba(30, 30, 30, 0.55);
  padding: 6px 13px;
  display: inline-flex;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  margin-top: 15px;
}
.app__label img {
  margin-right: 5px;
  flex-shrink: 0;
}
.app__text {
  font-size: 16px;
  margin-top: 24px;
  margin-bottom: 27px;
}
.app__btn {
  border-color: rgba(30, 30, 30, 0.55);
  color: rgba(30, 30, 30, 0.55);
  width: 100%;
  padding-top: 17px;
  padding-bottom: 17px;
  font-size: 17px;
  margin-top: auto;
}
.app__btn:hover {
  border-color: var(--hover-color);
  color: var(--hover-color);
}
.app__btn-block {
  width: 100%;
  margin-top: auto;
}
.app__btn-block .btn {
  width: 100%;
  font-size: 18px;
  margin-top: 0;
}
.app--is-best {
  position: absolute;
  left: 50%;
  top: -40px;
  bottom: -40px;
  transform: translateX(-50%);
  border: 1px solid rgba(92, 154, 230, 0.45);
  background: #EAF2FB;
  box-shadow: 0px 0px 20px 0px rgba(55, 112, 42, 0.07);
  padding: 32px 30px 43px;
  z-index: 2;
}
.app--is-best .app__icon img {
  width: 30px;
}
.app--is-best .app__title {
  font-size: 26px;
}
.app--is-best .app__label {
  font-size: 16px;
  color: var(--accent-color);
  border-color: var(--accent-color);
}
.app--is-best .app__text {
  font-size: 18px;
}
.app:nth-child(3) {
  padding-left: 40px;
  padding-right: 30px;
}

@media only screen and (max-width: 1199px) {
  .app {
    width: 320px;
  }
  .app__title {
    font-size: 20px;
  }
  .app__label {
    font-size: 13px;
  }
  .app__text {
    font-size: 14px;
  }
  .app--is-best .app__title {
    font-size: 23px;
  }
  .app--is-best .app__label {
    font-size: 14px;
  }
  .app--is-best .app__text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 991px) {
  .apps {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 40px;
  }
  .apps-section {
    margin-bottom: 60px;
  }
  .app {
    width: 100%;
    max-width: 386px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .app:nth-child(3) {
    padding-left: 30px;
  }
  .app + .app {
    margin-top: 30px;
  }
  .app--is-best {
    order: 1;
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
    transform: none;
  }
}
@media only screen and (max-width: 575px) {
  .app {
    width: 100%;
    padding: 25px;
  }
  .app:nth-child(3) {
    padding: 25px;
  }
  .app__btn {
    font-size: 15px;
  }
  .app__btn-block .btn {
    font-size: 15px;
  }
  .app--is-best {
    padding: 25px;
  }
  .app--is-best .app__icon img {
    width: 27px;
  }
  .app--is-best .app__title {
    font-size: 20px;
  }
  .app--is-best .app__text {
    font-size: 14px;
  }
  .app--is-best .app__label {
    font-size: 13px;
  }
}
.slider-section {
  overflow: hidden;
  padding: 60px 0;
  border-top: 1px solid rgba(30, 30, 30, 0.17);
  border-bottom: 1px solid rgba(30, 30, 30, 0.17);
}
.slider-section + .slider-section {
  margin-top: 0;
  border-top: none;
}

.poster-main {
  position: relative;
  max-width: 100%;
  margin: 40px auto 0;
  flex-shrink: 0;
}
.poster-main .poster-list .poster-item {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.poster-main .poster-btn {
  position: absolute;
  height: calc(100% - 30px) !important;
  top: 15px;
  cursor: pointer;
}
.poster-main .poster-btn.poster-btn-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  top: auto;
  bottom: -30px;
  height: 24px !important;
  width: 24px !important;
  /*display: none;*/
}
.poster-main .poster-btn.poster-btn-arrow svg path {
  transition: fill 0.2s;
}
.poster-main .poster-btn.poster-btn-arrow:hover path {
  fill: var(--hover-color);
}
.poster-main .poster-btn.poster-btn-arrow.poster-prev-btn {
  left: calc(50% - 35px);
}
.poster-main .poster-btn.poster-btn-arrow.poster-next-btn {
  right: calc(50% - 35px);
}
.poster-main .poster-next-btn {
  right: 0px;
}

.poster-item {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  filter: blur(1.5px);
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.poster-item::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content:'';
  display: block;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: opacity 0.2s;
  z-index: 2;
  background-image: url('../images/zoom.svg');
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center;
}
.poster-item:hover::after {
  opacity: 1;
}
.poster-item:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content:'';
  display: block;
  background-color: #fff;
  z-index: 2;
  transition: opacity 0.2s;
  opacity: 0.35;
}
.poster-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.activeSlide {
  filter: none;
  box-shadow: 4px 0px 6px 0px rgba(7, 14, 7, 0.08), -4px 0px 6px 0px rgba(7, 14, 7, 0.07);
}
.activeSlide:before {
  opacity: 0;
}

.poster-main--portrait {
  width: 470px;
  margin-right: 50px;
  margin-top: 0;
}

@media only screen and (max-width: 1199px) {
  .article-section-row .poster-main {
    margin-bottom: 40px;
  }
  .poster-main--portrait {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (max-width: 991px) {
  .poster-main {
    margin: 40px auto 0;
  }
  .poster-main .poster-btn.poster-btn-arrow {
    display: inline-flex;
  }
  .article-section-row .poster-main {
    margin: 0px auto 60px;
  }
}
@media only screen and (max-width: 575px) {
  .poster-item {
    border-radius: 6px;
  }
}
.article-cta {
  border-radius: 15px;
  background-image: linear-gradient(90deg, #868F96 0%, #596164 100%);
  padding: 40px 50px;
  overflow: hidden;
  color: #fff;
  position: relative;
}
.article-cta__title {
  margin: 0;
}
.article-cta__info {
  max-width: 370px;
  position: relative;
  z-index: 2;
}
.article-cta__text {
  margin-top: 16px;
}
.article-cta__btn {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.5);
  margin-top: 46px;
  padding: 12px 13px;
  font-size: 16px;
  border-radius: 5px;
}
.article-cta__btn svg {
  margin-left: 7px;
}
.article-cta__btn:hover {
  background-color: #fff;
  border-color: #fff;
  color: var(--text-color);
}
.article-cta__btn:hover svg path {
  fill: var(--text-color);
}
.article-cta__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.article-cta__image-mobile {
  display: none;
}

.article-cta-2 {
  border-radius: 20px;
  border: 1px solid rgba(92, 154, 230, 0.45);
  background-color: #EAF2FB;
  padding: 30px 40px;
}
.article-cta-2-block {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.article-cta-2__title {
  margin: 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
}
.article-cta-2__image {
  position: relative;
  border-radius: 12px;
  width: 328px;
  flex-shrink: 0;
  margin-right: 45px;
  overflow: hidden;
  aspect-ratio: 0.713;
}
.article-cta-2__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.article-cta-2__btn-block {
  margin-top: 20px;
}
.article-cta-2__btn-block .btn {
  font-size: 18px;
}

@media only screen and (max-width: 1199px) {
  .article-cta__image {
    right: -150px;
  }
  .article-cta__btn {
    margin-top: 30px;
  }
  .article-cta-2 {
    padding: 40px;
  }
  .article-cta-2-block {
    flex-direction: column;
  }
  .article-cta-2__title {
    font-size: 22px;
  }
  .article-cta-2__image {
    display: none;
    margin-right: 0;
    width: 100%;
  }
  .article-cta-2__info{
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    text-align:center;
  }
  .article-cta-2__info .article-ul-list-2{
    text-align:left;
  }
  .article-cta-2__info br{
    display:none
  }
  .article-cta-2__btn-block{
    justify-content:center;
    align-items:center;
  }
}
@media only screen and (max-width: 991px) {
  .article-cta__image {
    right: -100px;
  }
}
@media only screen and (max-width: 767px) {
  .article-cta {
    padding: 0;
  }
  .article-cta__info {
    padding: 40px 50px;
    max-width: 100%;
  }
  .article-cta__image {
    display: none;
  }
  .article-cta__image-mobile {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 575px) {
  .article-cta__info {
    padding: 30px;
  }
  .article-cta-2 {
    padding: 25px 25px 30px;
  }
  .article-cta-2__title {
    font-size: 18px;
  }
  .article-cta-2__image {
    display: inline-block;
    margin-bottom: 25px;
  }
  .article-cta-2__btn-block {
    margin-top: 10px;
  }
  .article-cta-2__btn-block .btn {
    font-size: 15px;
  }
}
.article-faqs {
  margin-top: 33px;
  border-radius: 20px;
  background-color: #FFF;
  box-shadow: 0px 2px 15px 0px rgba(8, 18, 8, 0.14);
  padding: 10px 40px;
}

.article-faq {
  width: 100%;
  padding: 30px 0;
  border-bottom: 1px solid rgba(30, 30, 30, 0.17);
}
.article-faq:last-child {
  border-bottom: none;
}
.article-faq__header {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.article-faq__question {
  font-size: 20px;
  line-height: 1.47;
  font-weight: 600;
}
.article-faq__answer {
  line-height: 1.57;
  margin-top: 12px;
  padding-right: 60px;
}
.article-faq.open .article-faq__toggle {
  transform: scale(1, -1);
}
.article-faq__toggle {
  border: none;
  padding: 0;
  box-shadow: none;
  background-color: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  cursor: pointer;
  margin-left: 40px;
  flex-shrink: 0;
  position: relative;
  top: 4px;
}
.article-faq__toggle svg path {
  transition: fill 0.2s;
}

.article-faq__answer {
  display: none;
}

@media only screen and (min-width: 1200px) {
  .article-faq__header:hover .article-faq__toggle svg path {
    fill: var(--accent-color);
  }
}
@media only screen and (max-width: 1199px) {
  .article-faq__question {
    font-size: 18px;
  }
}
@media only screen and (max-width: 575px) {
  .article-faqs {
    padding: 10px 30px;
  }
  .article-faq {
    padding: 20px 0;
  }
  .article-faq__question {
    font-size: 16px;
  }
  .article-faq__answer {
    padding-right: 0px;
  }
  .article-faq__toggle {
    margin-left: 30px;
  }
}
.results-table {
  display: flex;
}
.results-table-section {
  overflow: hidden;
}
.results-table__back, .results-table__next {
  top: 90px;
  bottom: 0;
  position: absolute;
  width: 35px;
  border-radius: 10px;
  border: 1px solid rgba(30, 30, 30, 0.11);
  background-color: #FFF;
  box-shadow: 0px 2px 10px 0px rgba(8, 18, 8, 0.05);
  z-index: 3;
  cursor: pointer;
}
.results-table__back.slick-disabled, .results-table__next.slick-disabled {
  pointer-events: none;
}
.results-table__back.slick-disabled svg path, .results-table__next.slick-disabled svg path {
  fill: #B9BFB7;
}
.results-table__back svg, .results-table__next svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.results-table__back svg path, .results-table__next svg path {
  transition: fill 0.2s;
}
.results-table__back:hover svg path, .results-table__next:hover svg path {
  fill: var(--accent-color);
}
.results-table__back {
  left: -42px;
}
.results-table__next {
  right: -42px;
}
.results-table__next svg {
  transform: translate(-50%, -50%);
}
.results-table__td {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  height: 68px;
  display: flex;
  padding: 0 10px;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.results-table__td + .results-table__td {
  margin-top: 10px;
}
.results-table__th {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 600;
  height: 90px;
  padding: 0 10px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.results-table__app {
  flex-direction: column;
  justify-content: flex-start;
}
.results-table__btn {
  padding: 11px 12px;
  font-size: 14px;
  margin-top: 15px;
}
.results-table__btn:after {
  width: 40px;
}
.results-table__btn svg {
  margin-right: 20px;
}
.results-table__btn.btn--bdr {
  padding: 10px 20px;
  border-color: #A5A5A5;
  color: #A5A5A5;
}
.results-table__btn.btn--bdr:hover {
  color: var(--accent-color);
  border-color: var(--accent-color);
}
.results-table__head {
  flex-shrink: 0;
  width: 135px;
}
.results-table__head .results-table__td {
  font-weight: 500;
  text-align: left;
  justify-content: flex-start;
  padding-left: 0;
  position: relative;
}
.results-table__head .results-table__td:after {
  position: absolute;
  top: 0;
  left: 178px;
  width: 630px;
  bottom: 0;
  border-radius: 15px;
  border: 1px solid rgba(92, 154, 230, 0.45);
  background-color: #EAF2FB;
  display: block;
  content:'';
  z-index: -1;
}
.results-table__body {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 220px);
  margin-left: 43px;
}
.results-table__body .slick-list {
  width: 100%;
}

@media only screen and (max-width: 1199px) {
  .results-table__head .results-table__td:after {
    width: 410px;
  }
}
@media only screen and (max-width: 991px) {
  .results-table__head .results-table__td:after {
    width: 460px;
  }
}
@media only screen and (max-width: 767px) {
  .results-table__head .results-table__td:after {
    width: 280px;
  }
}
@media only screen and (max-width: 575px) {
  .results-table__head {
    width: 100px;
  }
  .results-table__head .results-table__td:after {
    display: none;
  }
  .results-table__body {
    width: calc(100% - 95px);
    margin-left: 0;
  }
  .results-table__body .results-table__td {
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 15px;
    border: 1px solid rgba(92, 154, 230, 0.45);
    background-color: #EAF2FB;
  }
  .results-table__td {
    font-size: 14px;
  }
  .results-table__th {
    font-size: 14px;
    height: 110px;
    justify-content: center;
  }
  .results-table__app {
    height: 110px;
    padding: 0 50px;
  }
  .results-table__back, .results-table__next {
    top: 35px;
    height: 40px;
  }
  .results-table__back {
    left: 5px;
  }
  .results-table__next {
    right: 5px;
  }
  .results-table__btn {
    margin-top: 10px;
  }
}
.article-comments {
  margin-top: 40px;
  width: 100%;
  position: relative;
}
.article-comments:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  display: block;
  content:'';
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF 100%);
}
.article-comments.is-show-all::after {
  display: none;
}
.article-comments-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.article-comments-count {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  color: rgba(120, 120, 120, 0.8);
  margin-left: auto;
  border-bottom: 2px solid transparent;
  transition: border-color 0.2s;
}
.article-comments-count:hover {
  border-color: rgba(120, 120, 120, 0.8);
}
.article-comments__form {
  margin-top: 35px;
}
.article-comments__toggle {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  color: #787878;
  opacity: 0.8;
  transition: opacity 0.2s;
  cursor: pointer;
  font-size: 20px;
  font-weight: 500;
}
.article-comments__toggle:hover {
  opacity: 1;
}
.article-comments__toggle svg {
  margin-left: 10px;
  flex-shrink: 0;
}
.article-comments__toggle-line {
  text-align: right;
  margin-top: 10px;
}
.article-comments__toggle.is-active svg {
  transform: scale(1, -1);
}

.article-comment {
  width: 100%;
}
.article-comment + .article-comment {
  margin-top: 45px;
}
.article-comment.is-hidden {
  display: none;
}
.article-comment-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.article-comment__avatar {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  flex-shrink: 0;
  margin-right: 12px;
}
.article-comment-info {
  display: flex;
  flex-direction: column;
  line-height: 1.5;
}
.article-comment__name {
  font-size: 16px;
  font-weight: 400;
}
.article-comment__date {
  font-size: 16px;
  opacity: 0.7;
  margin-top: 2px;
}
.article-comment__text {
  margin-top: 15px;
  opacity: 0.8;
}

*::-webkit-input-placeholder {
  font-size: 18px;
  font-weight: 300;
  color: var(--text-color);
  opacity: 0.6;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

*:-moz-placeholder {
  font-size: 18px;
  font-weight: 300;
  color: var(--text-color);
  opacity: 0.6;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
}

*::-moz-placeholder {
  font-size: 18px;
  font-weight: 300;
  color: var(--text-color);
  opacity: 0.6;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
}

*:-ms-input-placeholder {
  font-size: 18px;
  font-weight: 300;
  color: var(--text-color);
  opacity: 0.6;
  -ms-transition: color 0.2s;
  transition: color 0.2s;
}

.form {
  line-height: 1;
}
.form input[type=text],
.form input[type=url],
.form input[type=email],
.form input[type=number],
.form textarea {
  font-size: 18px;
  font-weight: 300;
  height: 65px;
  padding: 0 30px;
  background-color: #F9F9FA;
  border: 1px solid #F0F0F0;
  border-radius: 18px;
  box-shadow: none;
  width: 100%;
  color: var(--text-color);
}
.form input[type=text]:focus::-webkit-input-placeholder,
.form input[type=url]:focus::-webkit-input-placeholder,
.form input[type=email]:focus::-webkit-input-placeholder,
.form input[type=number]:focus::-webkit-input-placeholder,
.form textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
.form input[type=text]:focus:-moz-placeholder,
.form input[type=url]:focus:-moz-placeholder,
.form input[type=email]:focus:-moz-placeholder,
.form input[type=number]:focus:-moz-placeholder,
.form textarea:focus:-moz-placeholder {
  color: transparent;
}
.form input[type=text]:focus::-moz-placeholder,
.form input[type=url]:focus::-moz-placeholder,
.form input[type=email]:focus::-moz-placeholder,
.form input[type=number]:focus::-moz-placeholder,
.form textarea:focus::-moz-placeholder {
  color: transparent;
}
.form input[type=text]:focus:-ms-input-placeholder,
.form input[type=url]:focus:-ms-input-placeholder,
.form input[type=email]:focus:-ms-input-placeholder,
.form input[type=number]:focus:-ms-input-placeholder,
.form textarea:focus:-ms-input-placeholder {
  color: transparent;
}
.form textarea {
  padding: 20px 30px;
  resize: none;
  height: 232px;
  line-height: 1.5;
  margin-bottom: 7px;
}
.form input:-webkit-autofill,
.form input:-webkit-autofill:hover,
.form input:-webkit-autofill:focus,
.form input:-webkit-autofill:active {
  -webkit-box-shadow: inset 0 0 0 65px #F9F9FA;
  -webkit-text-fill-color: var(--text-color);
}
.form__captcha {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 10px;
}
.form__captcha-img {
  width: 240px;
  flex-shrink: 0;
  height: 65px;
  padding: 0 30px;
  border: 1px solid #F0F0F0;
  border-radius: 18px;
  margin-right: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.form__footer {
  text-align: right;
  margin-top: 10px;
}
.form__btn {
  border-radius: 12px;
  font-size: 18px;
  padding: 18px 22px;
  color: #478B8D;
  border-color: #478B8D;
  transition: background-color 0.2s;
}
.form__btn:hover {
  background-color: #478B8D;
  color: #fff;
}

@media only screen and (max-width: 1199px) {
  .article-comments-count {
    font-size: 16px;
  }
  .article-comments__toggle {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .form__captcha-img {
    width: 180px;
  }
}
@media only screen and (max-width: 575px) {
  .article-comments-header {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .article-comments-count {
    font-size: 14px;
    margin-left: 0;
    margin-top: 10px;
    border-width: 1px;
  }
  .article-comments__toggle {
    font-size: 16px;
  }
  *::-webkit-input-placeholder {
    font-size: 16px;
  }
  *:-moz-placeholder {
    font-size: 16px;
  }
  *::-moz-placeholder {
    font-size: 16px;
  }
  *:-ms-input-placeholder {
    font-size: 16px;
  }
  .form input[type=text],
  .form input[type=url],
  .form input[type=email],
  .form input[type=number],
  .form textarea {
    font-size: 16px;
    padding: 0 20px;
  }
  .form textarea {
    padding: 15px 20px;
    height: 300px;
  }
  .form__captcha {
    flex-direction: column;
    margin-top: 20px;
  }
  .form__captcha-img {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .form__btn {
    width: 100%;
    margin-top: 10px;
  }
}
.other-articles {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 37px -25px -50px;
}

.other-article {
  width: calc(50% - 50px);
  margin: 0 25px 50px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}
.other-article__image {
  border-radius: 18px;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 40px);
  aspect-ratio: 1.09;
  position: relative;
  overflow: hidden;
}
.other-article__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.other-article__info {
  padding: 35px 40px;
  border-radius: 18px;
  background-color: #FFF;
  box-shadow: 0px 2px 15px 0px rgba(8, 18, 8, 0.14);
  margin-top: -19%;
  transition: box-shadow 0.2s;
  position: relative;
  z-index: 2;
}
.other-article__title {
  margin: 0;
  display: block;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.47;
  transition: color 0.2s;
}
.other-article__text {
  display: block;
  margin-top: 16px;
}
.other-article:hover .other-article__info {
  box-shadow: 0px 2px 25px 0px rgba(8, 18, 8, 0.18);
}
.other-article:hover .other-article__title {
  color: var(--hover-color);
}

@media only screen and (max-width: 1199px) {
  .other-articles {
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: -20px;
  }
  .other-article {
    width: calc(50% - 40px);
    margin: 0 20px 40px;
  }
  .other-article__title {
    font-size: 22px;
  }
  .other-article__info {
    padding: 30px 35px;
  }
}
@media only screen and (max-width: 767px) {
  .other-article {
    width: calc(100% - 40px);
  }
}
@media only screen and (max-width: 575px) {
  .other-article__title {
    font-size: 20px;
  }
}/*# sourceMappingURL=style.css.map */

/* comments-section */

.comments-section{
  overflow:hidden
}

#comments {
  display: flex;
  flex-direction: column;
}
.comments-section #comments-header {
  margin: 0;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.45;
  order: 1;
}
.comments-section #comments-form-email,
.comments-section #comments-form-name,
.comments-section #comments-form-textarea {
  font-size: 18px;
  font-weight: 300;
  height: 65px;
  padding: 0 30px;
  background-color: #F9F9FA;
  border: 1px solid #F0F0F0;
  border-radius: 18px;
  box-shadow: none;
  width: 100%;
  color: var(--text-color);
}
.comments-section #comments-form-textarea {
  height: 99px;
  padding: 15px 30px;
}
.comments-section #comments-form {
  padding: 0;
  order: 2;
  margin: 30px 0;
}
.comments-section #comments-list {
  padding: 0;
  order: 3;
}
.comments-section #comments-captcha {
  flex-shrink: 0;
  height: 145px;
  padding: 10px;
  border: 1px solid #F0F0F0;
  border-radius: 18px;
}
.comments-section #comments-captcha-response {
  border-radius: 15px;
}
.comments-section .comments-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  text-align: center;
  box-shadow: none;
  font-weight: 500;
  position: relative;
  line-height: 1;
  border: 1px solid #F78502;
  background-color: transparent;
  border-radius: 12px;
  font-size: 18px;
  padding: 18px 22px;
  color: #478B8D;
  border-color: #478B8D;
  transition: background-color 0.2s;
  text-transform: none;
  letter-spacing: initial;
  width: initial;
  height: initial;
}
.comments-section .comments-btn:hover {
  background-color: #478B8D;
  color: #fff;
}
.comments-section .comment {
  padding: 12px 0px;
  border-bottom: none;
}
.comments-section .comment-author {
  font-size: 16px;
  font-weight: 400;
}
.comments-section .comment-body {
  opacity: 0.8;
  margin-top: 0;
  font-size: 18px;
  line-height: 1.6;
  color: var(--text-color);
  font-weight: 300;
}
.comments-section .comment-avatar {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  margin: 5px 12px 0 0;
}
/* download */
.header-download {
  height: 70px;
  background-color: rgba(242, 242, 246, 0.4);
  box-shadow: none;
}
.header-download .menu {
  margin-right: 22px;
}
.main-download {
  padding-top: 70px;
}
.header-download.header.is-fixed {
  top: 0;
  background-color: #fff;
  box-shadow: 0px 2px 13px 0px rgba(30, 30, 30, 0.06);
}
.header-download .header-actions .btn {
  padding: 15px 21px;
}
.header-download .header-actions .btn--bdr {
  padding: 14.5px 14px;
}
@media only screen and (min-width: 992px) {
  .header-download .submenu-wrap {
    left: -100px;
    top: 105%;
  }
}
@media only screen and (max-width: 1199px) {
  .header-download .menu__item {
    margin-right: 25px;
  }
  .header-download .menu__item:last-child {
    margin-right: 0px;
  }
}

.download-hero {
  padding: 110px 0;
}
.download-hero-block {
  display: flex;
}
.download-hero__image {
  margin-right: 90px;
  max-width: 360px;
  width: 100%;
}
.download-hero-text {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  margin: 23px 0;
}
.download-title {
  color: #092503;
  font-size: 42px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 20px;
}
.download__list li {
  font-size: 18px;
  font-weight: 400;
  padding-left: 25px;
}
.download__list li + li {
  margin-top: 10px;
}
.download__list li::before {
  width: 13px;
}
@media (max-width:1199px) {
	.download-hero__image {
    margin-right: 75px;
  }
}
@media (max-width:991px) {
  .download-hero {
    padding: 40px 0;
    margin-bottom: 0;
  }
  .download-hero-block {
    align-items: center;
  }
	.download-hero__image {
    margin-right: 50px;
    max-width: 260px;
  }
  .download-title {
    font-size: 38px;
  }
  .download-hero-text {
    font-size: 18px;
    margin: 15px 0;
  }
  .download__list li {
    font-size: 16px;
  }
}
@media (max-width:767px) {
  .download-hero {
    padding: 30px 0 40px;
  }
  .download-hero-block {
    flex-direction: column;
    align-items: center;
  }
	.download-hero__image {
    margin-right: 50px;
    max-width: 260px;
  }
  .download-title {
    font-size: 32px;
  }
  .download-hero-text {
    font-size: 18px;
    margin: 15px 0;
  }
  .download__list li {
    font-size: 16px;
  }
}

.download-section .reviews-slider {
  margin-bottom: 60px;
}
.download-section .reviews-slider .slick-dots {
  display: none !important;
}
.download-list-block {
  display: flex;
  margin: 50px -18px;
}
.download-list-item {
  display: flex;
  flex-direction: column;
  width: calc(50% - 36px);
  margin: 0 18px;
  border-radius: 12px;
  border: 1px solid rgba(92, 154, 230, 0.45);
  background: #EAF2FB;
  box-shadow: 0px 0px 20px 0px rgba(55, 112, 42, 0.07);
  padding: 38px 40px 38px 60px;
}
.download-list-item__violet {
  border: 1px solid #CFB9FF;
  background: #F3F0F9;
}
.download-list-title {
  color: var(--black);
  font-size: 26px;
  font-weight: 800;
  line-height: 130%;
  margin-bottom: 25px;
}
.download-list-block .btn-block {
  margin-top: auto;
  padding-top: 30px;
}
.download-list-block .btn {
  min-width: 200px;
  font-size: 18px;
}
.download-figure {
  max-width: 650px;
  margin-bottom: 35px;
}
.download-figure .article-image {
  border-radius: 0;
  aspect-ratio: 1.48;
}
.download-figure .article-figcaption {
  color: #82878C;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  opacity: 0.9;
  margin-top: 20px;
}
@media (max-width:1199px) {
	.download-list-item {
    padding: 25px;
  }
}
@media (max-width:991px) {
	.download-list-block {
    display: flex;
    margin: 50px -8px;
  }
  .download-list-item {
    width: calc(50% - 16px);
    margin: 0 8px;
  }
}
@media (max-width:767px) {
  .download-section {
    overflow: hidden;
  }
	.download-list-block {
    flex-direction: column;
    margin: 30px 0;
  }
  .download-list-item {
    width: 100%;
    margin: 15px 0;
  }
}

.download-try {
  margin-top: 100px;
  border-radius: 20px;
  border: 1px solid rgba(92, 154, 230, 0.45);
  background: #EAF2FB;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 48px 57px 33px 51px;
}
.download-try-info {
  margin-right: 15px;
}
.download-try .download-title {
  margin-bottom: 9px;
}
.download-try-text {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}
@media (max-width:1199px) {
	.download-try {
    padding: 25px;
  }
  .download-try-info {
    max-width: 500px;
  }
}
@media (max-width:991px) {
	.download-try {
    flex-direction: column;
  }
  .download-try-info {
    max-width: 100%;
    text-align: center;
  }
}
@media (max-width:991px) {
	.download-try {
    margin-top: 60px;
    padding: 15px;
  }
}

/* order */
.order {}
.order-block {
  display: flex;
  margin-top: 39px;
}
.order-product {
  max-width: 360px;
  width: 100%;
  margin-right: 37px;
}
.order-img {
  max-width: 222px;
  margin-bottom: 55px;
}
.order-title {
  color: #092503;
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 23px;
}
@media (max-width:1199px) {
	.order-block {
    flex-direction: column;
  }
  .order-product {
    margin: 0 auto 45px;
  }
  .order-img {
    max-width: 250px;
    margin-bottom: 25px;
  }
}
/* tickets */
.tickets {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
  margin: 0 -6px 0;
}
.tickets-block {
	display: flex;
	width: calc(33.333% - 12px);
  margin: 0 6px;
}
@media (max-width:1199px) {
	.tickets-block {
    width: calc(50% - 27px);
    max-width: 385px;
    margin: 0 auto;
	}
}
@media (max-width:767px) {
	.tickets-block {
		width: 70%;
	}
}
@media (max-width:575px) {
	.tickets-block {
		width: 100%;
    max-width: 360px;
	}
}
.ticket-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  border-radius: 12px;
  border: 1px solid rgba(221, 221, 230, 0.50);
  background: #F9F9FB;
  margin-bottom: 30px;
}
.ticket__top {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 33px 0 12px;
}
.ticket__top-border {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 10px;
}
.ticket__top-versia {
  color: var(--black);
  font-size: 23px;
  font-weight: 800;
  line-height: 130%;
  text-align: center;
}
.ticket__text {
  padding: 12px 10px 0 22px;
}
@media only screen and (min-width: 1200px) {
  .ticket__text {
    min-height: 300px;
  }
}
.ticket-title {
  color: #FFF;
  font-size: 20px;
  text-align: center;
  margin-bottom: 10px;
}
.ticket-list {
  margin-bottom: 20px;
}
.ticket-list li {
  display: flex;
  align-items: flex-start;
  color: #092503;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  margin-bottom: 10px;
  position: relative;
}
.ticket-list li img {
  margin-right: 10px;
}
.ticket__price {
  display: flex;
  justify-content: center;
  color: #FFF;
  font-size: 40px;
  margin-bottom: 14px;
}
.ticket-price-old {
  position: relative;
  top: 4px;
	color: var(--black);
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
  margin-right: 20px;
}
.ticket-price-old:after, .ticket-price-old:before {
  content: '';
  position: absolute;
  width: 85%;
  height: 1px;
  display: inline-block;
  transform: rotate(35deg);
  left: 0%;
  top: 40%;
  background: var(--black);
}
.ticket-price-old:after {
  transform: rotate(35deg);
}
.ticket-price-old:before {
  transform: rotate(-35deg);
}
.ticket-price {
	color: var(--black);
  font-size: 23px;
  font-weight: 500;
  line-height: 130%;
}
.text-center {
  text-align: center;
}
.tickets .btn {
  font-size: 18px;
  min-width: 196px;
}
.ticket-profi {
  border: 1px solid #B6D1F3;
  background: #EAF2FB;
}
.ticket-platinum {
  border: 1px solid #EA9E30;
  background: #FDF7EF;
}
.ticket__hit {
	display: flex;
	justify-content: center;
	position: absolute;
	top: -15px;
  left: 50%;
  transform: translateX(-50%);
  text-wrap: nowrap;
  border-radius: 6px;
  background: #EA9E30;
	color: #FFF;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  padding: 5.5px 13px;
  text-align: center;
  font-size: 15px;
}
.ticket-spec {
  border-radius: 12px;
  border: 1px dashed #D37304;
  background: #FDF7EF;
  color: #D37304;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 16.5px;
  padding: 7px 1px;
  max-width: 192px;
  margin: 23px auto 15px;
}

.ticket__bottom {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.ticket__bottom-top {
  display: flex;
  flex-direction: column;
  /* min-height: 225px; */
}
.ticket__bottom-bottom {
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 100%;
}
.ticket__hide {
  display: none;
  padding: 16px;
}
.tickets .download__list li {
  color: #000;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  border-bottom: 1px solid #CECECE;;
  padding-bottom: 8px;
}
.tickets .download__list li:last-child {
  border-bottom: none;
}
.tickets .download__list li + li {
  margin-top: 8px;
}
.ticket__open {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: auto 5px 17px;
  cursor: pointer;
  transition: ease .3s;
}
.ticket__open span {
  color: #092503;
  font-size: 16px;
  font-weight: 300;
  margin-right: 5px;
}
.ticket__open:hover span,
.ticket__open.open span {
  color: #1C53BD;
}
.ticket__open.open img,
.ticket__open.open svg {
  transform: scale(1, -1) translateY(0%);
}
.ticket__open:hover svg path,
.ticket__open.open svg path {
  fill: #1C53BD;
}

.order-h2 {
  color: var(--black);
  font-size: 23px;
  font-weight: 700;
  line-height: 160%;
  margin: 0 0 30px;
}
.benefits {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-flow: row wrap;
  gap: 120px;
}
@media (max-width:1199px) {
	.benefits {
    gap: 60px;
  }
}
@media (max-width:767px) {
	.benefits {
    gap: 40px;
  }
}
.benefits-column {
  display: flex;
  flex-direction: column;
  justify-content: left;
  max-width: 300px;
  gap: 10px;
}
.benefits-item {
  display: flex;
  flex-direction: column;
  justify-content: left;
  position: relative;
}
.benefits-img {
  display: flex;
  align-items: flex-end;
  max-width: 45px;
  height: 45px;
  margin-bottom: 14px;
}
.benefits-title {
  display: flex;
  text-align: left;
  color: var(--black);
  font-size: 18px;
  font-weight: 700;
  line-height: 148%;
  margin-bottom: 12px;
}
.benefits-text {
  display: flex;
  color: var(--black);
  font-size: 18px;
  font-weight: 300;
  line-height: 160%;
}

.pay-block {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 55px;
}
.pay-text {
  color: var(--black);
  font-size: 18px;
  font-weight: 300;
  line-height: 140%;
  margin-right: 30px;
  margin-bottom: 15px;
}
.pay-img {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.pay-img img {
  margin-bottom: 15px;
  margin-right: 25px;
}

.orange-link {
  color: #f78502;
}

/* napishte nam / otzyvy o nas / stranica avtora */

.h1-new {
  color: #1e1e1e;
  line-height: 1.3;
  margin: 40px 0 20px;
  font-size: 48px;
  font-weight: 700;
}
.h2-new {
  color: #1e1e1e;
  line-height: 1.3;
  margin: 30px 0 20px;
  font-size: 34px;
  font-weight: 700;
}
.p {
  margin: 15px 0;
}
.section-gray {
  background: #f9f9f9;
  padding: 23px 0 80px 0;
}
.faq-custom {
  margin: 90px 0 140px;
}

.contactus {
  padding-bottom: 110px;
}
.contactus-grid {
  display: flex;
  justify-content: center;
  align-items: start;
  margin: 75px 0 90px 0;
}
.contactus-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 120px;
}
.contactus-item__icon {
  margin-bottom: 10px;
}
.contactus-item__info {
}
.contactus-item__info__title {
  margin: 0;
  font-weight: 600;
}
.contactus-item__info__action {
  color: #2e20d4;
  font-size: 18px;
  font-weight: 300;
}
.contactus-item__info__action:hover {
  color: #2e20d4;
  text-decoration: underline;
}
.contactus-social {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: -12px;
}
.contactus-social__item {
  transition: 0.3s ease-in-out;
  margin: 0 12px 12px 12px;
}
.contactus-social__item:hover {
  transform: scale(1.1);
}
.contactus-social__item__icon {
}

.reviews {
  position: relative;
  z-index: 1;
  color: #1e1e1e;
}
.reviews-wrap {
  display: flex;
  margin: 80px 0 0 0;
}
.reviews-grid {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 80px 0;
}
.reviews-grid::before {
  position: absolute;
  top: 0;
  left: calc(50% - 2px);
  bottom: 0;
  z-index: -1;
  content:'';
  background: rgba(89, 170, 69, 0.4);
  width: 4px;
}
.reviews-group {
  width: calc(50% - 50px);
}
.reviews-group:nth-child(1) .reviews-item::before {
  right: -8px;
}
.reviews-group:nth-child(1) .reviews-item::after {
  right: -61px;
}
.reviews-group:nth-child(2) {
  padding-top: 120px;
}
.reviews-group:nth-child(2) .reviews-item::before {
  left: -8px;
}
.reviews-group:nth-child(2) .reviews-item::after {
  left: -61px;
}
.reviews-item {
  background: #fff;
  margin-bottom: 65px;
  padding: 35px 40px 35px 45px;
  border-radius: 20px;
  filter: drop-shadow(0 2px 15px rgba(0, 0, 0, 0.15));
}
.reviews-item:last-child {
  margin-bottom: 0;
}
.reviews-item::before {
  position: absolute;
  top: 50%;
  right: -8px;
  content:'';
  transform: translate(0, -50%) rotate(45deg);
  background: #fff;
  width: 16px;
  height: 16px;
}
.reviews-item::after {
  position: absolute;
  top: 50%;
  right: 0;
  content:'';
  transform: translate(0, -50%);
  background: #59aa45;
  width: 22px;
  height: 22px;
  border-radius: 50%;
}
.reviews-item__head {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.reviews-item__head__name {
  font-size: 20px;
  font-weight: 600;
  margin-right: 20px;
}
.reviews-item__head__date {
  color: #a9a9a9;
  font-weight: 300;
}
.reviews-item__body {
  margin-bottom: 20px;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.reviews-item__body p:last-child {
  margin-bottom: 0;
}
.reviews-item__action {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.reviews-item__action__text {
  transition: color 0.3s ease-in-out;
  color: #1e1e1e;
  margin-right: 15px;
  font-size: 18px;
}
.reviews-item__action__icon path {
  transition: stroke 0.3s ease-in-out;
}
.reviews-item__action:hover .reviews-item__action__text {
  color: #2e20d4;
}
.reviews-item__action:hover .reviews-item__action__icon path {
  stroke: #2e20d4;
}
.reviews-item__source {
  position: absolute;
  top: 20px;
  right: 25px;
  background-position: center;
  background-size: cover;
  width: 36px;
  height: 36px;
}

.author {
  color: #1e1e1e;
  padding-bottom: 30px
}
.author-section {
  overflow: hidden;
}
.author-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 60px;
  margin: 60px 0;
}
.author-item {
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  text-align:center;
}
.author-item--is-active {
  cursor: default;
}
.author-item--is-active .author-item__info__name {
  color: #2e20d4;
}
.author-item:hover .author-item__info__name {
  color: #2e20d4;
}
.author-item__picture {
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
  background: #d9d9d9;
  width: 210px;
  height: 210px;
  margin-bottom: 25px;
  border-radius: 25px;
}
.author-item__picture__img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
.author-item__info {
  text-align: center;
}
.author-item__info__name {
  color: #1e1e1e;
  font-size: 20px;
  font-weight:600;
}

.author-detail {
  margin: 100px 0 180px;
}
.author-article {
  display: flex;
  margin-bottom: 50px;
}
.author-article__picture {
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
  background: #d9d9d9;
  width: 295px;
  height: 295px;
  margin-right: 60px;
  border-radius: 20px;
}
.author-article__picture__img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
.author-article__picture__read {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.75);
  padding: 2px 18px;
  border-radius: 10px;
  white-space: nowrap;
}
.author-article__picture__read svg {
  transition: 0.3s ease-in-out;
}
.author-article__picture__read span {
  transition: 0.3s ease-in-out;
  color: #1e1e1e;
  margin: 0 13px 0 10px;
  font-size: 16px;
}
.author-article__info {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  padding-top: 10px;
}
.author-article__info__pos {
  background: #59aa45;
  color: #fff;
  padding: 3px 24px;
  font-size: 16px;
  font-weight: 300;
  border-radius: 10px;
}
.author-article__info__name {
  margin: 20px 0 0 0;
}
.author-article__info__desc {
}
a.author-article__picture:hover .author-article__picture__read svg:nth-child(1) {
  fill: #2e20d4;
}
a.author-article__picture:hover .author-article__picture__read span {
  color: #2e20d4;
}
a.author-article__picture:hover .author-article__picture__read svg:nth-child(3) {
  transform: rotate(45deg);
}

.author-popular {
  margin-bottom: 60px;
  padding-bottom: 100px;
  border-bottom: 1px solid rgba(30, 30, 30, 0.15);
}
.author-popular:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.author-popular .h2-new {
  margin-bottom: 45px;
}
.author-popular-grid {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: linear-gradient(0, rgba(234, 242, 251, 0.5) 0%, rgba(234, 242, 251, 0.5) 100%), linear-gradient(270deg, rgba(86, 150, 229, 0.25) 1.7%, rgba(111, 175, 255, 0.25) 100%);
  margin-right: 40px;
  padding: 70px 35px 25px 70px;
  border-radius: 18px;
}
.author-popular-item {
  display: flex;
  align-items: center;
  width: 45%;
  margin-bottom: 40px;
}
.author-popular-item:hover .author-popular-item__text {
  color: #59aa45;
}
.author-popular-item__icon {
  display:flex;
  justify-content:center;
  align-items:center;
  fill: #59aa45;
  flex-shrink: 0;
  margin-right: 15px;
}
.author-popular-item__text {
  color: #1e1e1e;
  font-size: 18px;
  font-weight: 300;
  transition: 0.3s ease-in-out;
}
.author-popular-decor {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.author-popular-decor__item-01 {
  position: absolute;
  right: -110px;
  bottom: -85px;
  background: url('../images/article-decor/item-01.webp') no-repeat center / cover;
  width: 235px;
  height: 223px;
}
.author-popular-decor__item-02-top {
  position: absolute;
  top: 2px;
  right: -10px;
  background: url('../images/article-decor/item-02-top.webp') no-repeat center / cover;
  width: 40px;
  height: 98px;
}
.author-popular-decor__item-02-bottom {
  position: absolute;
  right: -90px;
  bottom: -80px;
  background: url('../images/article-decor/item-02-bottom.webp') no-repeat center / cover;
  width: 206px;
  height: 196px;
}
.author-popular-decor__item-03 {
  position: absolute;
  right: -110px;
  bottom: -65px;
  background: url('../images/article-decor/item-03.webp') no-repeat center / cover;
  width: 359px;
  height: 191px;
}

@media screen and (max-width: 1199px) {
  .reviews-item {
    padding: 30px;
  }
  .reviews-item__head {
    flex-direction: column;
  }
  .reviews-item__head__date {
    margin-top: 5px;
  }
  .author-article__picture {
    margin-right: 40px;
  }
  .author-article__info {
    padding: 0;
  }
  .author-article__info__desc {
    font-size: 16px;
  }
  .author-popular-grid {
    padding: 50px 50px 10px 50px;
  }
  .author-popular-item__text {
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  .h1-new {
    font-size: 36px;
  }
  .h2-new {
    font-size: 28px;
  }
  .p {
    font-size: 16px;
  }
  .contactus {
    padding-bottom: 80px;
  }
  .contactus-grid {
    justify-content: space-around;
  }
  .contactus-item {
    margin: 0;
  }
  .contactus-item__info__action {
    font-size: 16px;
  }
  .faq-custom {
    margin: 67px 0 70px 0;
  }
  .reviews-grid {
    flex-direction: column;
    margin: 60px 0 0 0;
  }
  .reviews-grid::before {
    left: 0;
  }
  .reviews-group {
    width: 100%;
  }
  .reviews-group:nth-child(1) .reviews-item::before {
    left: -7px;
  }
  .reviews-group:nth-child(1) .reviews-item::after {
    left: -31px;
  }
  .reviews-group:nth-child(2) {
    padding-top: 40px;
  }
  .reviews-group:nth-child(2) .reviews-item::before {
    left: -7px;
  }
  .reviews-group:nth-child(2) .reviews-item::after {
    left: -31px;
  }
  .reviews-item {
    margin: 0 0 40px 25px;
    padding: 20px;
  }
  .reviews-item__head {
    margin-right: 30px;
  }
  .reviews-item__head__name {
    margin-right: 0;
    font-size: 18px;
  }
  .reviews-item::after {
    width: 16px;
    height: 16px;
  }
  .reviews-item::before {
    width: 14px;
    height: 14px;
  }
  .reviews-item__body {
    display: block;
  }
  .reviews-item__action__text {
    font-size: 16px;
  }
  .reviews-item__source {
    top: 15px;
    right: 15px;
    width: 24px;
    height: 24px;
  }
  .author-grid {
    grid-gap: 40px 15px;
    place-items: start;
  }
  .author-detail {
    margin: 80px 0;
  }
  .author-item {
    width: 100%;
  }
  .author-item__picture {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    padding-bottom: 100%;
  }
  .author-item__info__name {
    font-size: 18px;
  }
  .author-article__picture {
    margin-right: 20px;
  }
  .author-article__info__desc {
    font-size: 14px;
  }
  .author-popular-grid {
    margin-right: 0;
  }
  .author-popular-item__text {
    font-size: 16px;
  }
  .author-popular-decor__item-01 {
    bottom: -100px;
    right: -40px;
  }
  .author-popular-decor__item-02-top {
    top: 0;
    right: 10px;
  }
  .author-popular-decor__item-02-bottom {
    bottom: -100px;
    right: -50px;
  }
}

@media screen and (max-width: 767px) {
  .h1-new {
    font-size: 32px;
  }
  .h2-new {
    font-size: 24px;
  }
  .p {
    font-size: 14px;
  }
  .author-grid {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    margin: 50px 0;
  }
  .author-detail {
    margin: 70px 0;
  }
  .author-article {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .author-article__picture {
    margin: 0 0 20px 0;
  }
  .author-article__info__name {
    margin-top: 15px;
  }
  .author-popular {
    padding-bottom: 60px;
  }
  .author-popular .h2-new {
    margin-bottom: 20px;
  }
  .author-popular-grid {
    padding: 30px 30px 0 30px;
  }
  .author-popular-item {
    width: 100%;
    margin-bottom: 30px;
  }
  .author-popular-decor {
    display: none;
  }
}

@media screen and (max-width: 575px) {
  .contactus-grid {
    flex-direction: column;
    align-items: center;
    margin: 40px 0 60px;
  }
  .contactus-item {
    margin-bottom: 40px;
  }
  .contactus-item:last-child {
    margin-bottom: 0;
  }
  .reviews-item__head__name {
    font-size: 16px;
  }
  .reviews-item__action__text {
    font-size: 16px;
  }
  .author-item__info__name {
    font-size: 16px;
  }
  .author-popular-item__text {
    font-size: 14px;
  }
  .author-article__info__desc {
    font-size: 14px;
  }
}

/* block - widget-telegram */

.btn-blue {
  background-color: #199bdf;
}
.btn-blue::before {
  background-image: linear-gradient(180deg, #199bdf 0%, #3ab2ee 100%);
}
.btn-blue::after {
  background-color: #22a7ec;
}

.widget-telegram {
  position: relative;
  z-index: 1;
  background: linear-gradient(90deg, #fdfbfb 0%, #ebedee 100%);
  box-shadow: 0 2px 15px 0 rgba(8, 18, 8, 0.15);
  border-radius: 15px;
}
.widget-telegram-small .widget-telegram-wrap {
  height: 310px;
}
.widget-telegram .btn-blue {
  height: 53px;
  padding: 20px 20px 20px 15px;
}
.widget-telegram .btn-blue span {
  font-weight: 500;
  letter-spacing: 0.03125em;
}
.widget-telegram-decor {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  pointer-events: none;
}
.widget-telegram-decor__item-01 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: url('../images/widgets/telegram-decor.svg') no-repeat center left / cover;
  width: 295px;
  height: 100%;
  border-radius: 0 15px 15px 0;
}
.widget-telegram-decor__item-02 {
  position: absolute;
  right: 40px;
  bottom: 0;
  background: url('../images/widgets/telegram-phone.webp') no-repeat center top / cover;
  width: 279px;
  height: 336px;
}
.widget-telegram-wrap {
  position: relative;
  z-index: 20;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  max-width: 550px;
  height: 370px;
  padding: 45px 0 50px 50px;
}
.widget-telegram-head {
  display: flex;
  align-items: baseline;
  line-height: 1;
}
.widget-telegram-head__icon {
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  margin: 0 8px 0 12px;
}
.widget-telegram-head__text-01 {
  font-size: 34px;
  font-weight: 600;
}
.widget-telegram-head__text-02 {
  color: #199bdf;
  font-size: 34px;
  font-weight: 600;
}
.widget-telegram-body {
  margin: 20px 0 25px 0;
}
.widget-telegram-body__text {
  margin: 0;
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
  .widget-telegram-decor__item-01 {
    width: 285px;
  }
  .widget-telegram-decor__item-02 {
    right: 20px;
  }
  .widget-telegram-wrap {
    max-width: 350px;
  }
}

@media screen and (max-width: 767px) {
  .widget-telegram-wrap,
  .widget-telegram-small .widget-telegram-wrap {
    max-width: 100%;
    height: auto;
    padding: 40px 50px 50px;
  }
  .widget-telegram-decor {
    position: relative;
    padding-bottom: 61.4%;
  }
  .widget-telegram-decor__item-01 {
    background: linear-gradient(135deg, #cbe4cc 0%, #d4e7d4 100%);
    width: 100%;
    height: 100%;
  }
  .widget-telegram-decor__item-02 {
    right: 0;
    left: 0;
    height: 110%;
    max-height: 336px;
    margin: auto;
  }
}

@media screen and (max-width: 575px) {
  .widget-telegram .btn-blue {
    padding-right: 15px;
  }
  .widget-telegram .btn-blue span {
    letter-spacing: 0;
  }
  .widget-telegram .btn-blue svg {
    margin-right: 27px;
  }
  .widget-telegram-wrap,
  .widget-telegram-small .widget-telegram-wrap {
    padding: 30px 30px 40px 30px;
  }
  .widget-telegram-head__icon {
    transform: translate(0, 1px);
    margin: 0 8px 0 10px;
  }
  .widget-telegram-head__text-01 {
    font-size: 24px;
  }
  .widget-telegram-head__text-02 {
    font-size: 24px;
  }
  .widget-telegram-decor__item-02 {
    left: -25px;
  }
}

.poster-item{
  will-change:top, left, width, height, opacity, z-index
}

/* Новый промо блок */

.new-promo{overflow:hidden;position:relative;background:linear-gradient(90deg, #faf6f6 0%, #e0ecf9 100%)}
.new-promo::before{position:absolute;top:-21px;right:0;bottom:0;left:-8px;content:'';background:url('../img/new-promo.webp') no-repeat center / cover;height:375px}
.new-promo__wrap{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center;height:320px;text-align:center}
.new-promo__title{margin-bottom:32px;line-height:1.1;font-size:28px;font-weight:600}
.new-promo__list{display:flex;justify-content:center;gap:10px 20px;margin-bottom:39px}
.new-promo__list li{line-height:1.7;font-size:18px}
.new-promo__list li::before{display:inline-block;width:14px;height:10px;margin-right:10px;content:url('data:image/svg+xml,%3Csvg width=\'14\' height=\'10\' viewBox=\'0 0 14 10\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M5.15407 9.99998C4.76691 9.99998 4.39355 9.84788 4.11704 9.57137L0.425202 5.87953C-0.141734 5.3126 -0.141734 4.38621 0.425202 3.81927C0.992138 3.25234 1.91853 3.25234 2.48546 3.81927L5.11261 6.44642L10.5881 0.473114C11.1274 -0.121402 12.0538 -0.162982 12.6484 0.390166C13.2429 0.929423 13.2845 1.85581 12.7314 2.45043L6.23262 9.5299C5.96988 9.82032 5.58274 10 5.18178 10H5.1541L5.15407 9.99998Z\' fill=\'%2359AA45\'/%3E%3C/svg%3E%0A')}
.new-promo__actions{margin-bottom:15px}
.new-promo__actions .footer-actions{margin:0;padding:0}
.new-promo__actions .btn--bdr{padding:20px 41px}
.new-promo__actions .btn-orange:not(.btn--bdr){padding-right:41px}
.new-promo__info .footer__btn-info{color:#858d82;margin:0;padding:0}
.new-promo__info  img{opacity:.7}

.new-promo ~ .footer .footer-actions{display:none}
.new-promo ~ .footer .footer__btn-info{display:none}

@media screen and (max-width: 1599px) {
  .new-promo::before{position:absolute;top:auto;bottom:0;left:0;right:auto;content:'';background:url('../img/new-promo-left.webp') no-repeat center / cover;width:441px;height:358px}
  .new-promo::after{position:absolute;top:auto;bottom:0;right:0;left:auto;content:'';background:url('../img/new-promo-right.webp') no-repeat center / cover;width:447px;height:375px}
  .new-promo__list{flex-direction:column}
  .new-promo__wrap{height:auto;padding:40px 0}
}

@media screen and (max-width: 1199px) {
  .new-promo::before{left:-110px;bottom:-10px}
  .new-promo::after{right:-90px}
}

@media screen and (max-width: 991px) {
  .new-promo::before{display:none}
  .new-promo::after{display:none}
}

@media screen and (max-width: 575px) {
  .new-promo__title{font-size:24px}
  .new-promo__list li{font-size:16px}
  .new-promo__actions .btn--bdr{padding:18px 41px 17px 17px}
}

.new-promo-in-article{border-radius:15px}
.new-promo-in-article .new-promo__list{flex-direction:column}
.new-promo-in-article .new-promo__wrap{height:auto;padding:40px 0}
.new-promo-in-article::before{position:absolute;top:auto;bottom:-25px;left:70%;right:auto;content:'';background:url('../img/new-promo-left.webp') no-repeat center / cover;width:441px;height:358px}
.new-promo-in-article::after{position:absolute;top:auto;bottom:-25px;right:calc(82% - 25px);left:auto;content:'';background:url('../img/new-promo-right.webp') no-repeat center / cover;width:447px;height:375px}

@media screen and (max-width: 1199px) {
  .new-promo-in-article::before{left:80%}
  .new-promo-in-article::after{right:calc(75% - 10px)}
}

.new-promo-2{position:relative;margin-bottom:140px}
.new-promo-2__wrap{overflow:hidden;position:relative;z-index:1;background:linear-gradient(90deg, #faf6f6 0%, #e0ecf9 100%);padding:40px 70px;border-radius:26px}
.new-promo-2__group{display:flex;flex-direction:column;align-items:start;justify-content:start}
.new-promo-2__title{margin:0 0 28px;line-height:1.1;font-size:32px;font-weight:600}
.new-promo-2__title span{font-size:22px;font-weight:600;line-height:1.7}
.new-promo-2__list{display:flex;flex-direction:column;gap:5px 20px;margin-bottom:35px}
.new-promo-2__list li{line-height:1.7;font-size:18px}
.new-promo-2__list li::before{display:inline-block;width:14px;height:10px;margin-right:10px;content:url('data:image/svg+xml,%3Csvg width=\'14\' height=\'10\' viewBox=\'0 0 14 10\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M5.15407 9.99998C4.76691 9.99998 4.39355 9.84788 4.11704 9.57137L0.425202 5.87953C-0.141734 5.3126 -0.141734 4.38621 0.425202 3.81927C0.992138 3.25234 1.91853 3.25234 2.48546 3.81927L5.11261 6.44642L10.5881 0.473114C11.1274 -0.121402 12.0538 -0.162982 12.6484 0.390166C13.2429 0.929423 13.2845 1.85581 12.7314 2.45043L6.23262 9.5299C5.96988 9.82032 5.58274 10 5.18178 10H5.1541L5.15407 9.99998Z\' fill=\'%2359AA45\'/%3E%3C/svg%3E%0A')}
.new-promo-2__actions{margin-bottom:0}
.new-promo-2__actions-group{display:flex;flex-direction:column;justify-content:center;align-items:center}
.new-promo-2__actions .footer-actions{margin:0;padding:0}
.new-promo-2__actions .btn{min-width:170px;width:auto!important}
.new-promo-2__actions .btn--bdr{padding:20px 41px}
.new-promo-2__actions .btn-orange:not(.btn--bdr){padding-right:41px}
.new-promo-2__info .btn-info{color:#858D82}
.new-promo-2__images{position:absolute;right:0;bottom:0;top:0;left:0;pointer-events:none}
.new-promo-2__images__pic{position:absolute;left:calc(40% + 15px);bottom:-10px;right:-20%}

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

}

@media screen and (max-width: 991px) {
  .new-promo-2__images{display:none}
  .new-promo-2__wrap{padding:25px}
  .new-promo-2__group{justify-content:center;align-items:center;text-align:center}
  .new-promo-2__list{justify-content:center}
}

@media screen and (max-width: 575px) {
  .new-promo-2__title{font-size:24px}
  .new-promo-2__title span{font-size:24px}
  .new-promo-2__title br{display:none}
  .new-promo-2__list li{font-size:16px}
  .new-promo-2__actions .footer-actions{flex-direction:column}
  .new-promo-2__actions .btn--bdr{padding:18px}
}


.btn-orange.btn--bdr{position:relative;z-index:1;transition:.2s}
.btn-orange.btn--bdr::after{transition:.2s;position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;z-index:-1;content:'';display:block;background:linear-gradient(180deg, #f78502 0%, #ffa339 100%);width:auto;height:auto;box-shadow:none;opacity:0;border-radius:inherit}
.btn-orange.btn--bdr:hover{color:#fff}
.btn-orange.btn--bdr:hover::after{opacity:1}
.btn-orange.btn--bdr:hover svg{filter:brightness(0) invert(1)}

.btn.btn--bdr{position:relative;z-index:1;transition:.2s}
.btn.btn--bdr::after{transition:.2s;position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;z-index:-1;content:'';display:block;background:linear-gradient(180deg, #f78502 0%, #ffa339 100%);width:auto;height:auto;box-shadow:none;opacity:0;border-radius:inherit}
.btn.btn--bdr:hover{color:#fff}
.btn.btn--bdr:hover::after{opacity:1}
.btn.btn--bdr:hover svg{filter:brightness(0) invert(1)}

/* a video on homepage */

.hero-video{position:relative;z-index:1;max-width:1920px;height:680px;margin-left:auto;margin-right:auto;display:flex;flex-direction:column;justify-content:center}
.hero-video::before{display:none;z-index:-3}
.hero-video::after{position:absolute;top:0;right:0;bottom:0;z-index:-1;content:'';background:linear-gradient(270deg, #f9f9f9 60%, transparent);width:60%;height:100%}
.hero-video__frame{position:absolute;top:0;bottom:0;left:0;z-index:-2;width:100%;max-width:1440px}
.hero-video__frame__elem{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}
.hero-video .hero__container{max-width:1180px}
.hero-video .hero-block{justify-content:end;margin-bottom:30px}
.hero-video .hero-info{width:auto;padding:0}
.hero-video .tizers{margin:0}

@media screen and (max-width: 1599px) {
  .hero-video{height:600px}
  .hero-video__frame{width:80%}
}

@media screen and (max-width: 1199px) {
  .hero-video{padding:0}
  .hero-video::after{background:linear-gradient(270deg, #f9f9f9 20%, transparent);width:100%}
}

@media screen and (max-width: 992px) {
  .hero-video{height:auto;padding:40px 0}
  .hero-video::after{display:none}
  .hero-video .hero-info{margin:0 auto}
  .hero-video__frame{overflow:hidden;position:relative;top:auto;right:auto;bottom:auto;left:auto;width:720px;height:400px;margin:0 auto 30px;border-radius:10px}
}

@media screen and (max-width: 767px) {
  .hero-video__frame{width:calc(100% - 20px);height:100%;padding-bottom:56.25%}
}

.img-container{position:relative;padding-bottom:56.25%}
.img-item{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-position:center;object-fit:cover}

.img-double{display:grid;grid-template-columns:repeat(2, 1fr);gap:20px;margin:20px 0}
.img-double .article-figure{margin:0}
.img-double .article-image{padding-bottom:56.25%!important}

@media screen and (max-width: 575px) {
  .img-double{display:grid;grid-template-columns:repeat(1, 1fr)}
}

.a-author{background:#fff;margin:40px 0;padding:30px 40px;border:1px solid rgba(92, 154, 230, 0.45);border-radius:20px}
.a-author .article-image{padding-bottom:48.59%!important}
.a-author-head{display:flex;align-items:center;gap:15px;margin-bottom:15px}
.a-author-head__icon{position:relative;overflow:hidden;width:48px;height:48px;border-radius:50%}
.a-author-head__icon img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}
.a-author-head__info{display:flex;flex-direction:column}
.a-author-head__info__name{font-weight:700}
.a-author-head__info__pos{font-size:14px;font-weight:300}
.a-author-body{}
.a-author-body__text{font-weight:300;margin-top:0}
.a-author-body__text:last-child{margin-bottom:0}

.b-author{background:#fff;margin:40px 0;padding:25px 40px 30px 40px;border:1px solid rgba(92, 154, 230, 0.45);border-radius:20px}
.b-author-group{display:flex;align-items:start;justify-content:start;gap:20px}
.b-author-group-column:nth-child(1){flex-shrink:0;width:25px;margin-top:5px;}
.b-author-group-column:nth-child(2){}
.b-author-head{display:flex;align-items:center;gap:15px;margin-top:15px}
.b-author-head__icon{position:relative;overflow:hidden;width:48px;height:48px;border-radius:50%}
.b-author-head__icon img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}
.b-author-head__info{display:flex;flex-direction:column}
.b-author-head__info__name{font-weight:700}
.b-author-head__info__pos{font-size:14px;font-weight:300}
.b-author-body{}
.b-author-body__text{margin-top:0;font-weight:300}
.b-author-body__text:last-child{margin-bottom:0}

.c-author{background:#fff;margin:40px 0;padding:40px 20px 40px 40px;border:1px solid rgba(92, 154, 230, 0.45);border-radius:20px}
.c-author-group{display:flex;align-items:center;gap:40px}
.c-author-group-column:nth-child(1){flex-shrink:0;width:330px;height:460px}
.c-author-group-column:nth-child(2){display:flex;flex-direction:column}
.c-author-head{display:flex;align-items:center;gap:15px;margin-top:auto}
.c-author-head__icon{position:relative;overflow:hidden;width:48px;height:48px;border-radius:50%}
.c-author-head__icon img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}
.c-author-head__info{display:flex;flex-direction:column}
.c-author-head__info__name{font-weight:700}
.c-author-head__info__pos{font-size:14px;font-weight:300}
.c-author-body{margin-bottom:15px}
.c-author-body__text{margin-top:0;font-weight:300}
.c-author-body__text:last-child{margin-bottom:0}
.c-author-img{display:flex;justify-content:center;align-items:center;border-radius:12px;overflow:hidden;position:relative}

.c-author-group-column > .c-author-img{width:100%;height:100%}
.c-author-group-column > .c-author-img > img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}

@media screen and (max-width: 1199px) {
  .a-author{padding:20px}
  .b-author{padding:20px}
  .c-author{padding:20px}
  .c-author-group{gap:20px}
  .c-author-group-column:nth-child(1){width:245px;height:345px}
}

@media screen and (max-width: 767px) {
  .c-author-group{flex-direction:column}
  .c-author-group-column:nth-child(1){width:100%;max-width:300px;height:auto;margin:0 auto}
  .c-author-img{position:relative;width:100%;padding-bottom:calc(480 / 328 * 100%)}
  .c-author-img img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}
}

.img-absolute{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-position:center;object-fit:cover}

.a-gallery{overflow:hidden;display:flex;gap:20px;height:560px;margin:40px 0}
.a-gallery img{width:100%;height:100%;object-fit:cover;object-position:center}
.a-gallery__primary{display:flex;flex-direction:column;gap:20px;width:calc(70% - 30px);height:inherit;overflow:hidden}
.a-gallery__secondary{display:flex;flex-direction:column;gap:20px;width:calc(30% + 20px);height:inherit;overflow:hidden}
.a-gallery__item{position:relative;flex-grow:1;overflow:hidden;border-radius:12px}

.b-gallery{display:flex;flex-direction:column;gap:20px}
.b-gallery-lead{width:100%}
.b-gallery-lead__pic{overflow:hidden;position:relative;display:block;width:100%;padding-bottom:calc(480 / 851 * 100%);border-radius:12px}
.b-gallery-group{display:grid;grid-template-columns:repeat(2, 1fr);gap:20px}
.b-gallery-group-pic{overflow:hidden;position:relative;display:block;width:100%;padding-bottom:calc(234 / 415 * 100%);border-radius:12px}
.b-gallery-group-pic__img{}

.price{display:flex;align-items:center;justify-content:space-between;gap:18px}
.price-old{position:relative;font-size:17px;opacity:.6;padding:0;margin:0}
.price-old::before,
.price-old::after{position:absolute;top:0;right:0;bottom:0;left:-5px;content:'';background:rgba(63, 60, 64, .3);width:calc(100% + 10px);height:1px;margin:auto;pointer-events:none}
.price-old::before{transform:rotate(20deg)}
.price-old::after{transform:rotate(-20deg)}
.price-current{font-size:24px;font-weight:700;padding:0;margin:0}

.lead-section{margin:75px 0 90px}
.lead-section-wrap{position:relative;display:flex;gap:70px}
.lead-section-pic{position:relative;display:flex;justify-content:center;align-items:center;flex-shrink:0;width:493px;height:413px}
.lead-section-pic__special{position:absolute;bottom:calc(100% + 13px);left:18px;z-index:1;display:flex;align-items:center;justify-content:center;gap:4px;background:#fff;height:38px;padding:0 12px;border-radius:8px;filter:drop-shadow(0 2px 15px rgba(8, 18, 8, 0.14))}
.lead-section-pic__special::before{position:absolute;bottom:-4px;left:13px;z-index:-1;content:'';background:#fff;width:14px;height:14px;border-radius:3px;transform:rotate(45deg)}
.lead-section-pic__special__text{font-size:14px;font-weight:600}
.lead-section-pic__special__icon{transform:translateY(-2px)}
.lead-section-pic__partner{position:absolute;bottom:54px;z-index:1;display:flex;justify-content:center;align-items:center;gap:15px;height:48px;padding:0 30px;border-radius:7px}
.lead-section-pic__partner::before{position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;z-index:-2;content:'';background:rgba(255, 255, 255, 0.35);border-radius:inherit;box-shadow:0 2px 15px rgba(8, 18, 8, 0.14)}
.lead-section-pic__partner::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;content:'';background:linear-gradient(270deg, #5696E5 0, #6FAFFF 100%);border-radius:inherit}
.lead-section-pic__partner__text{color:#fff;font-size:18px}
.lead-section-pic__partner__logo{}
.lead-section-pic__container{position:relative;overflow:hidden;width:100%;height:100%;border-radius:10px}
.lead-section-pic__container__pic{width:100%;height:100%}
.lead-section-pic__container__discount{position:absolute;top:-35px;left:-35px;background:linear-gradient(270deg, #5696e5 0, #6fafff 100%);width:100px;height:100px;border-radius:50%}
.lead-section-pic__container__discount span{position:absolute;right:12px;bottom:20px;color:#fff;font-size:20px;font-weight:900;transform:rotate(-45deg)}
.lead-section-info{margin-top:-5px}
.lead-section-info__title{margin:0 0 22px 0;font-weight:700;font-size:42px;line-height:1.2}
.lead-section-info__list li{padding-left:25px;font-size:18px;font-weight:400}
.lead-section-info__list li::before{width:14px;height:14px}
.lead-section-info__list li + li{margin-top:15px}
.lead-section-info__action{display:flex;align-items:center;gap:10px 30px;margin-top:18px}
.lead-section-info__action .btn{font-size:18px}

.steps-section-netologia{margin-bottom:75px}
.steps-section-netologia::before{top:95px;bottom:25px}
.steps-section-netologia .section-title{margin-bottom:60px}

.advantage-section{margin-bottom:120px}
.advantage-section .section-title{margin-bottom:40px}
.advantage-section-grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:20px}
.advantage-section-item{background:#fff;padding:20px;box-shadow:0 10px 84px rgba(64, 71, 62, 0.1);border-radius:18px}
.advantage-section-item__icon{margin-bottom:10px}
.advantage-section-item__title{margin-bottom:3px;font-size:20px;font-weight:700}
.advantage-section-item__desc{color:rgba(83, 89, 83, 0.7);line-height:19px;font-size:16px}

.gallery-section{margin-bottom:155px}
.gallery-section .section-title{margin-bottom:75px}
.gallery-section-slider{}
.gallery-section-slider .slick-list{margin:0 -20px}
.gallery-section-slider .slick-slide{margin:0 20px}
.gallery-section-slider .slick-dots{position:absolute;top:calc(100% + 40px);right:0;left:0;margin:0 auto}
.gallery-section-slider{}
.gallery-section-slide{}
.gallery-section-slide__pic{position:relative;overflow:hidden;display:block;padding-bottom:calc(350 / 550 * 100%);border-radius:18px}
.gallery-section-slide__pic::after{position:absolute;top:0;right:0;bottom:0;left:0;content:'';border: 1px solid #F1F1F1;pointer-events:none;border-radius:inherit}
.gallery-section-slide__pic__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-position:center;object-fit:cover}

@media screen and (min-width:1200px) {
  .gallery-section-slider .reviews-slider__back{top:50%;left:-55px}
  .gallery-section-slider .reviews-slider__next{top:50%;right:-55px}

}@media screen and (min-width:768px) {
  .gallery-section-slider:not(.slick-initialized){display:grid;grid-template-columns:repeat(2, 1fr);gap:40px}
  .gallery-section-slider:not(.slick-initialized) .gallery-section-slide:nth-child(n+3){display:none}
}

@media screen and (max-width: 768px) {
  .gallery-section-slider .slick-list{margin:0 -20px}
  .gallery-section-slider .slick-slide{margin:0 5px}
  .gallery-section-slider:not(.slick-initialized){display:grid;grid-template-columns:repeat(1, 1fr);gap:20px}
  .gallery-section-slider:not(.slick-initialized) .gallery-section-slide:nth-child(n+2){display:none}
}

.promo-section{position:relative;min-height:535px;margin-bottom:50px}
.promo-section::before{position:absolute;top:0;right:0;left:0;z-index:-1;content:'';background:url('../img/netologiya/bg.webp') no-repeat center / cover;height:535px}
.promo-section-wrap{display:flex;justify-content:end;align-items:start}
.promo-section-info{display:flex;flex-direction:column;justify-content:start;align-items:start;width:100%;max-width:535px;padding-top:50px}
.promo-section-info__special{display:flex;align-items:center;justify-content:center;gap:7px;background:#fff;margin-bottom:15px;padding:5px 20px;font-size:18px;font-weight:500;line-height:1.5;border-radius:8px}
.promo-section-info__special svg{flex-shrink:0}
.promo-section-info__title{margin:0 0 32px 0;font-weight:700;font-size:48px;line-height:1.2}
.promo-section-info__desc{margin-bottom:30px;font-size:20px;line-height:1.5}
.promo-section-info__action{display:flex;align-items:center;gap:10px 30px}
.promo-section-info__action .btn{font-size:18px}

.section-question{margin-bottom:50px}
.section-question-wrap{display:flex;flex-direction:column;justify-content:center;align-items:center}
.section-question-title{font-size:38px;margin:0 0 10px 0;text-align:center}
.section-question-desc{margin-bottom:30px;font-size:20px;font-weight:600;text-align:center;line-height:1.2}
.section-question-btn{transition:.3s;color:#52b25c;fill:#52b25c;display:flex;justify-content:center;align-items:center;gap:10px;padding:0 22px;height:52px;border:1px solid #52b25c;border-radius:7px}
.section-question-btn:hover{background:#52b25c;color:#fff;fill:#fff}
.section-question-btn__icon{}
.section-question-btn__text{font-size:15px;font-weight:500}

@media screen and (max-width: 1199px) and (min-width: 992px) {
  .lead-section-wrap{gap:40px}
  .lead-section-pic{width:420px;height:355px}
  .lead-section-pic__partner{padding:0 15px}
}

@media screen and (max-width: 1199px) {
  .steps-section-netologia{padding:0;margin-bottom:100px}
  .steps-section-netologia::before{top:-40px;bottom:-50px}
  .steps-section-netologia .section-title{margin-bottom:40px}
  .advantage-section{margin-bottom:100px}
  .advantage-section-item__desc{}
  .advantage-section-item__desc br{display:none}
  .gallery-section{margin-bottom:100px}
  .gallery-section .section-title{margin-bottom:40px}
  .promo-section::before{left:-200px}
  .promo-section-info__title{font-size:36px}
  .promo-section-info__title br{display:none}
}

@media screen and (max-width: 991px) {
  .steps-section-netologia .section-title, .advantage-section .section-title, .gallery-section .section-title{text-align:center}
  .lead-section-wrap{flex-direction:column-reverse;justify-content:center;align-items:center;gap:80px}
  .lead-section-info{display:flex;flex-direction:column;justify-content:center;align-items:center}
  .lead-section-info__title{font-size:36px;text-align:center}
  .lead-section-info__action{flex-wrap:wrap;justify-content:center;align-items:center}
  .advantage-section-grid{grid-template-columns:repeat(2, 1fr)}
  .advantage-section-item{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:20px 20px 25px}
  .advantage-section-item__icon{margin-bottom:0}
  .promo-section{min-height:auto}
  .promo-section::before{left:0;background:linear-gradient(180deg, #e7eff8, transparent, #e7eff8);height:auto;bottom:0}
  .promo-section-wrap{align-items:center;justify-content:center;padding:50px 0}
  .promo-section-info{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:0;text-align:center}
  .promo-section-info__action{flex-wrap:wrap;justify-content:center;align-items:center}
}

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

}

@media screen and (max-width: 575px) {
  .lead-section-info__title{font-size:26px;margin-bottom:30px}
  .lead-section-info__title br{display:none}
  .lead-section-info__list li{font-size:14px}
  .lead-section-info__action{margin-top:30px}
  .lead-section-info__action .btn{font-size:14px}
  .lead-section-pic{width:280px;height:235px}
  .lead-section-pic__special{right:0;left:0}
  .lead-section-pic__container__discount{width:80px;height:80px}
  .lead-section-pic__container__discount span{right:8px;bottom:15px;font-size:14px}
  .lead-section-pic__partner{bottom:25px;gap:10px;padding:8px 10px;height:auto}
  .lead-section-pic__partner__text{font-size:13px}
  .lead-section-pic__partner__logo{width:90px}
  .steps-section-netologia .steps-block{max-width:360px;margin:0 auto -15px}
  .advantage-section-item__title{font-size:18px}
  .advantage-section-grid{grid-template-columns:repeat(1, 1fr)}
  .promo-section-info__title{font-size:24px}
  .promo-section-info__desc{font-size:16px}
  .promo-section-info__special{font-size:14px;padding:8px 10px;gap:5px}
  .promo-section-info__action .btn{font-size:14px}
  .section-question-title{font-size:24px}
  .section-question-desc{font-size:16px}
}

.a-project-list{display:grid;grid-template-columns:repeat(2, 1fr);gap:20px;margin:25px 0}
.a-project-item{display:flex;background:rgba(242, 242, 246, 0.4);min-height:180px;border-radius:15px;overflow-x:hidden}
.a-project-item__info{display:flex;flex-direction:column;align-items:start;width:100%;max-width:225px;padding:12px 10px}
.a-project-item__info__title{color:#1e1e1e;font-weight:300;line-height:1.6;margin-bottom:10px}
.a-project-item__info__link{color:#f78502;font-weight:400;margin-top:auto}
.a-project-item__info__link:hover{text-decoration:underline}
.a-project-item__pic{display:flex;align-items:center;margin-left:auto;max-width:190px}
.a-project-item__pic-bg{background:#f1f1f1}

@media screen and (max-width: 767px) {
  .a-project-list{grid-template-columns:repeat(1, 1fr)}
}

.a-project-slider{margin:25px 0 15px}
.a-project-slider-target:not(.slick-initialized) .a-project-slide:nth-child(n+2){display:none}
.a-project-slider .slick-list{margin:0 -10px}
.a-project-slider .slick-slide{margin:0 10px}
.a-project-slider .slick-dots{margin:0}
.a-project-slider .slick-dots li button{transition:.3s ease-in-out;background:rgba(9, 37, 3, 0.24);width:9px;height:9px;border:0}
.a-project-slider .slick-dots li + li{margin-left:10px}
.a-project-slider .slick-dots li.slick-active button{background:#59aa45;box-shadow:0 0 4px rgba(89, 170, 69, 0.25)}
.a-project-slider .a-project-button{/*position:absolute;z-index:5;*/background:0;height:auto;width:auto;border:0;outline:none;cursor:pointer;padding:0;margin:0}
.a-project-slider .a-project-button path{transition:.3s}
.a-project-slider .a-project-button:hover path{fill:#59aa45;stroke:#59aa45}
.a-project-slider .a-project-button-prev{order:-100}
.a-project-slider .a-project-button-next{order:100}
.a-project-slider-control{display:flex;align-items:center;justify-content:center;gap:15px;margin-top:15px}
.a-project-slide{background:rgba(242, 242, 246, 0.4);border-radius:15px;overflow-x:hidden}
.a-project-slide__wrap{display:flex;align-items:center;justify-content:space-between;height:auto;padding:10px 10px 10px 20px}
.a-project-slide__info{display:flex;flex-direction:column;align-items:start;width:100%;max-width:300px}
.a-project-slide__info__title{color:#1e1e1e;font-weight:700;line-height:1.6}
.a-project-slide__info__desc{color:#1e1e1e;font-weight:300;line-height:1.6;margin-bottom:20px}
.a-project-slide__info__link{color:#f78502;font-weight:400}
.a-project-slide__info__link:hover{text-decoration:underline}
.a-project-slide__pic{width:100%;max-width:450px}
.a-project-slide__pic img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;object-position:center}
.a-project-slide__pic-bg{overflow:hidden;background:#f1f1f1;border-radius:15px}
.a-project-slide__pic__inner{position:relative;width:100%;padding-bottom:calc(263 / 447 * 100%)}

@media screen and (max-width: 575px) {
  .a-project-slider{max-width:340px;margin-left:auto;margin-right:auto}
  .a-project-slide__wrap{flex-direction:column;justify-content:center;align-items:center}
  .a-project-slide__pic{order:-100;max-width:320px;margin-bottom:10px;}
}

.a-logo {display: inline-flex;align-items: center;justify-content: flex-start;}
.a-logo__image {width: 34px;flex-shrink: 0;margin-right: 7px;}
.a-logo__title {margin: 0;font-weight: 500;color: #fff;font-size: 7px;text-transform: uppercase;line-height: 1.5;letter-spacing: 0.195em;white-space: nowrap;}
.a-logo__title strong {font-size: 19px;font-weight: 700;color: #fff;text-transform: none;letter-spacing: 0.015em;}
.a-logo__title strong span {color: #59AA45;}

.a-footer{}
.a-footer-top{background:#21291e}
.a-footer-top-inner{display:flex;justify-content:space-between;gap:20px;padding:50px 0 95px}
.a-footer-bottom{background:#171f14}
.a-footer-bottom-inner{display:flex;justify-content:center;align-items:center;padding:15px 0}

.a-footer-info{margin-right:25px}

.a-footer-social{display:flex;align-items:center;flex-wrap:wrap;gap:13px;margin-top:18px}
.a-footer-social__link{display:flex;justify-content:center;align-items:center;gap:7px;opacity:.7;transition:.3s;}
.a-footer-social__link:hover{opacity:1}
.a-footer-social__text{color:#fff;font-size:14px}
.a-footer-nav{display:flex;gap:80px}
.a-footer-nav__group{display:flex;flex-direction:column;justify-content:start;align-items:start;gap:20px}
.a-footer-nav__link{transition:color .2s;color:#fff;line-height:1;font-size:14px}
.a-footer-nav__link:hover{color:#52B25C}

.a-footer-action{display:flex;flex-direction:column;justify-content:start;align-items:center;gap:15px;flex-shrink:0}
.a-footer-action__group{display:flex;gap:15px}
.a-footer-action__group .btn{padding:10px 13px;font-size:14px;font-weight:500;margin:0}
.a-footer-action__group .btn:not(.btn--bdr){padding:10px}
.a-footer-action__group .btn:not(.btn--bdr)::after{width:44px}
.a-footer-action__group .btn svg{margin-right:26px;margin-left:2px}
.a-footer-action__info{color:#ddd;font-size:12px;opacity:.8}
.a-footer-action__info img, .a-footer-action__info svg{width:13px;margin-right:8px}

.a-footer-copyright{font-size:14px;color:#999;opacity:.7;text-align:center}

.button-background{box-sizing:border-box;position:relative;display:flex;align-items:center;background:#f78502;color:#fff;line-height:1;height:38px;padding:0 10px;font-size:14px;font-weight:500;border-radius:5px}
.button-background::before{position:absolute;top:0;left:0;right:0;bottom:0;content:'';display:block;background:linear-gradient(180deg, #F78502 0%, #FFA339 100%);opacity:0;transition:opacity 0.2s;border-radius:7px;}
.button-background::after{position:absolute;top:0;left:0;width:44px;bottom:0;content:'';display:block;border-radius:16px 87px 87px 16px;background:#F79B45;box-shadow:0 0 10px rgba(115, 75, 16, 0.6);opacity:0.5;overflow:hidden;}
.button-background span, .button-background svg{position:relative;z-index:5}
.button-background svg{margin-right:28px;transform:translateX(3px)}
.button-background:hover{color:#fff}
.button-background:hover::before{opacity:1}
.button-border{box-sizing:border-box;position:relative;z-index:1;display:flex;justify-content:center;align-items:center;gap:10px;color:#f78502;line-height:1;height:38px;padding:0 15px;font-size:14px;font-weight:500;border:1px solid #f78502;border-radius:5px}
.button-border::after{transition: .2s;position: absolute;top: -1px;right: -1px;bottom: -1px;left: -1px;z-index: -1;content: '';display: block;background: linear-gradient(180deg, #f78502 0%, #ffa339 100%);width: auto;height: auto;box-shadow: none;opacity: 0;border-radius: inherit;}
.button-border span, .button-border svg{position:relative;z-index:5}
.button-border:hover::after{opacity:1}
.button-border:hover{color:#fff}
.button-border:hover svg{filter:brightness(0) invert(1)}

@media screen and (max-width: 1199px) {
  .a-footer-info{margin-right:0}
  .a-footer-nav{gap:20px}
}

@media screen and (max-width: 992px) {
  .a-footer-top-inner{flex-direction:column;justify-content:center;align-items:center;gap:40px;padding:50px 0}
  .a-footer-info{display:flex;flex-direction:column;justify-content:center;align-items:center}
  .a-footer-social{gap:10px;margin-top:10px}
}

@media screen and (max-width: 575px) {
  .a-footer-action__group{flex-direction:column;justify-content:center;align-items:center}
  .a-footer-action__group a{max-width:200px;width:100%}
  .a-footer-nav{flex-direction:column;justify-content:center;align-items:center}
  .a-footer-nav__group{justify-content:center;align-items:center;width:100%;text-align:center}
}

.about-us{overflow:hidden}
.about-us-gray{padding-top:23px;padding-bottom:60px;background:rgba(242, 242, 246, 0.4);margin-bottom:60px}

.about-us-lead{display:flex;justify-content:space-between;align-items:center;gap:40px 60px;padding-top:30px}
.about-us-lead__info{}
.about-us-lead__info__title{margin:0 0 20px 0;line-height:1.25;font-size:48px}
.about-us-lead__info__desc{margin:0}
.about-us-lead__pic{flex-shrink:0;max-width:561px;width:100%}
.about-us-lead__pic__container{overflow:hidden;position:relative;padding-bottom:calc(350 / 561 * 100%);border-radius:18px}
.about-us-lead__pic__container img{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit}

.about-us-revs{margin-bottom:120px}
.about-us-revs-title{margin:0 0 25px 0;line-height:1.4;font-size:48px;max-width:560px}
.about-us-revs-desc{margin:0 0 40px 0;max-width:560px}
.about-us-revs-slider:not(.slick-initialized){opacity:0}
.about-us-revs-slider:not(.slick-initialized) .about-us-revs-slide:nth-child(n+2){display:none}
.about-us-revs-slider .slick-list{margin:0 -10px}
.about-us-revs-slider .slick-slide{margin:0 10px}
/*.about-us-revs-slider{opacity:1;transition:opacity .3s ease-in-out}
.about-us-revs-slide{display:block;background:#f9f9f9;height:214px;border-radius:7px;overflow-x:hidden}
.about-us-revs-slide__head{display:flex;justify-content:center;align-items:center;background:rgba(30, 30, 30, 0.05);height:82px;padding:10px}
.about-us-revs-slide__head__img{}
.about-us-revs-slide__body{padding:17px 13px;text-align:center}
.about-us-revs-slide__body__text{-webkit-line-clamp:3;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;margin:0}*/
.about-us-revs-slider{opacity:1;transition:opacity .3s ease-in-out}
.about-us-revs-slide{display:block;background:#f9f9f9;height:180px;padding:30px 16px;border-radius:7px;overflow:hidden}
.about-us-revs-slide__head{display:flex;justify-content:center;align-items:center;height:48px;padding-bottom:15px;border-bottom:1px solid rgba(30, 30, 30, 0.1)}
.about-us-revs-slide__head__img{}
.about-us-revs-slide__body{padding:16px 0;text-align:center}
.about-us-revs-slide__body__title{margin:0;font-weight:700}
.about-us-revs-slide__body__text{-webkit-line-clamp:2;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;margin:0}

@media screen and (min-width:1200px){
  .about-us-revs-slider .reviews-slider__back{top:50%;left:-55px}
  .about-us-revs-slider .reviews-slider__next{top:50%;right:-55px}
}

@media screen and (max-width:1199px){
  .about-us-revs-slider .reviews-slider__back{top:50%;left:-35px}
  .about-us-revs-slider .reviews-slider__next{top:50%;right:-35px}
}

.about-us-registry{display:flex;justify-content:space-between;align-items:center;gap:20px 30px;padding:25px 65px 25px 25px;margin-bottom:120px;border:5px solid #f9f9f9;border-radius:8px}
.about-us-registry__info{max-width:795px}
.about-us-registry__info__title{margin:0 0 15px 0;line-height:1.4;font-size:32px;font-weight:600}
.about-us-registry__info__title a{text-decoration: underline solid #59aa45;transition:ease .3s;color:#59aa45}
.about-us-registry__info__title a:hover{text-decoration-color:transparent}
.about-us-registry__info__desc{margin:0}
.about-us-registry__pic{flex-shrink:0;width:113px;height:126px}

.about-us-coop{margin-bottom:120px}
.about-us-coop-title{margin:0 0 45px 0;line-height:1.4;font-size:48px}
.about-us-coop-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.about-us-coop-item{display:flex;justify-content:center;align-items:center;background:#F9F9F9;padding:20px;height:140px;border-radius:18px}

.about-us-adv{margin-bottom:120px}
.about-us-adv-title{margin:0 0 40px 0;line-height:1.4;font-size:48px;text-align:center}
.about-us-adv-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:30px}
.about-us-adv-item{display:flex;flex-direction:column;border-radius:18px}
.about-us-adv-item__pic{overflow:hidden;position:relative;display:flex;justify-content:center;align-items:center;padding-bottom:calc(250 / 330 * 100%);margin:0 15px;border-radius:12px}
.about-us-adv-item__pic img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;}
.about-us-adv-item__info{flex-grow:1;background:#fff;padding:30px;box-shadow:0px 10px 84px 0px rgba(64, 71, 62, 0.1);margin-top:-95px;position:relative;border-radius:18px}
.about-us-adv-item__info__title{margin:0 0 15px 0;line-height:28px;font-size:24px;font-weight:600}
.about-us-adv-item__info__desc{margin:0;line-height:26px}

.about-us-author{margin-bottom:120px}
.about-us-author-title{margin:0 0 20px 0;line-height:1.4;font-size:48px}
.about-us-author-desc{margin:0 0 40px 0;max-width:560px}
.about-us-author-slider:not(.slick-initialized){opacity:0}
.about-us-author-slider{opacity:1;transition:opacity .3s ease-in-out}
.about-us-author-slider .slick-list{margin:-15px}
.about-us-author-slider .slick-slide{margin:15px}
.about-us-author-slide{display:block}
.about-us-author-slide:hover .about-us-author-slide__info__title{color:#59aa45}
.about-us-author-slide__pic{width:100%;padding:0 15px}
.about-us-author-slide__pic__container{overflow:hidden;position:relative;padding-bottom:calc(255 / 330 * 100%);border-radius:12px}
.about-us-author-slide__pic__container img{;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-position:center;object-fit:cover}
.about-us-author-slide__info{position:relative;background:#fff;margin-top:-40px;padding:30px 15px;box-shadow:0 5px 15px rgba(64, 71, 62, 0.1);border-radius:18px;text-align:center}
.about-us-author-slide__info__title{transition:.3s;font-size:24px;font-weight:600;line-height:1.2;margin-bottom:5px;}
.about-us-author-slide__info__pos{color:#a9a9a9;margin-bottom:15px}
.about-us-author-slide__info__desc{line-height:26px}

@media screen and (min-width: 1200px) {
  .about-us-author-slider:not(.slick-initialized){display:grid;grid-template-columns:repeat(3, 1fr);gap:31px}
  .about-us-author-slider:not(.slick-initialized) .about-us-author-slide:nth-child(n+4){display:none}
  .about-us-author-slider .reviews-slider__back{top:50%;left:-55px}
  .about-us-author-slider .reviews-slider__next{top:50%;right:-55px}
}

@media screen and (max-width:1199px){
  .about-us-author-slider:not(.slick-initialized) .about-us-author-slide:nth-child(n+2){display:none}
  .about-us-author-slider .reviews-slider__back{top:50%;left:-35px}
  .about-us-author-slider .reviews-slider__next{top:50%;right:-35px}
}

@media screen and (max-width: 991px) {
  .about-us-author-slide{width:400px}
}

.about-us-promo{position:relative}
.about-us-promo::before{position:absolute;top:0;right:0;bottom:0;left:0;content:'';z-index:-1;background:#faf6f6 url('../img/about-us/promo.webp') no-repeat center / cover}
.about-us-promo-wrap{display:flex;height:636px;padding:70px 0}
.about-us-promo-info{width:100%;max-width:535px;margin-left:auto}
.about-us-promo-info__title{margin:0 0 20px 0;line-height:1.2;font-size:48px}
.about-us-promo-info__list{display:flex;flex-direction:column;gap:20px;margin-bottom:30px}
.about-us-promo-info__list li{position:relative;padding-left:30px;font-size:20px;line-height:30px}
.about-us-promo-info__list li::before{position:absolute;top:8px;left:0;content:'';background:url("data:image/svg+xml,%3Csvg width='16' height='13' viewBox='0 0 16 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.18488 12.125C5.72029 12.125 5.27227 11.9425 4.94044 11.6106L0.510242 7.18044C-0.170081 6.50012 -0.170081 5.38845 0.510242 4.70813C1.19057 4.0278 2.30223 4.0278 2.98256 4.70813L6.13514 7.8607L12.7058 0.69274C13.3529 -0.0206825 14.4646 -0.0705795 15.1781 0.5932C15.8915 1.24031 15.9414 2.35198 15.2776 3.06551L7.47914 11.5609C7.16385 11.9094 6.69929 12.125 6.21814 12.125H6.18488Z' fill='%2359AA45'/%3E%3C/svg%3E%0A") no-repeat center / contain;width:16px;height:13px}
.about-us-promo-info__action{display:flex;flex-direction:column;justify-content:start;align-items:start}
.about-us-promo-info__button{margin-bottom:15px;font-size:18px}
.about-us-promo-info__windows{display:inline-flex;align-items:center;justify-content:start}

@media screen and (max-width: 1199px) {
  .about-us-lead__info__title, .about-us-revs-title, .about-us-coop-title, .about-us-adv-title, .about-us-author-title, .about-us-promo-info__title{font-size:32px}
  .about-us-lead__pic{max-width:420px}
  .about-us-registry{padding:25px}
  .about-us-registry__info__title{font-size:28px}
  .about-us-promo::before{left:-200px}
  .about-us-promo-wrap{height:auto}
  .about-us-promo-info__title{line-height:1.4}
  .about-us-adv-item__info__desc br{display:none}
}

@media screen and (max-width: 991px) {
  .about-us-lead{flex-direction:column;justify-content:center;align-items:center;text-align:center}
  .about-us-revs{margin-bottom:80px}
  .about-us-revs-title{text-align:center;max-width:100%}
  .about-us-revs-desc{text-align:center;max-width:100%}
  .about-us-revs-slider .slick-list{overflow:visible}
  .about-us-revs-slide{width:200px;height:200px}
  .about-us-registry{margin-bottom:80px}
  .about-us-coop{margin-bottom:80px}
  .about-us-coop-title{text-align:center}
  .about-us-adv{margin-bottom:80px}
  .about-us-adv-title{text-align:center}
  .about-us-adv-grid{grid-template-columns:repeat(2, 1fr)}
  .about-us-author{margin-bottom:80px}
  .about-us-author-slider .slick-list{overflow:visible}
  .about-us-author-title{text-align:center;max-width:100%}
  .about-us-author-desc{text-align:center;max-width:100%}
  .about-us-promo{background:linear-gradient(90deg, #faf6f6 0%, #e0ecf9 100%);}
  .about-us-promo::before{display:none}
  .about-us-promo-info{display:flex;flex-direction:column;justify-content:center;align-items:center;margin:0 auto}
  .about-us-promo-info__title{text-align:center}
  .about-us-promo-info__action{justify-content:center;align-items:center}
}

@media screen and (max-width: 767px) {
  .about-us-lead__info__title, .about-us-revs-title, .about-us-coop-title, .about-us-adv-title, .about-us-author-title, .about-us-promo-info__title{font-size:32px}
  .about-us-registry{flex-direction:column;padding:20px}
  .about-us-registry__info{text-align:center}
  .about-us-coop-grid{grid-template-columns:repeat(1, 1fr);max-width:280px;margin:0 auto}
  .about-us-coop-item{height:120px}
  .about-us-coop-item img{max-width:200px}
}

@media screen and (max-width: 575px) {
  .about-us-lead__info__title, .about-us-revs-title, .about-us-coop-title, .about-us-adv-title, .about-us-author-title, .about-us-promo-info__title{line-height:1.2;font-size:28px}
  .about-us-registry__info__title{font-size:24px}

  .about-us-adv-title br{display:none}
  .about-us-adv-grid{grid-template-columns:repeat(1, 1fr);max-width:330px;margin:0 auto}
  .about-us-adv-item__info{padding:20px}
  .about-us-adv-item__info__title{margin-bottom:10px;font-size:20px}
  .about-us-adv-item__info__title br{display:none}
  .about-us-adv-item__info__desc{line-height:20px}
  .about-us-author-slider .slick-list{margin:0 -10px}
  .about-us-author-slider .slick-slide{margin:0 10px}
  .about-us-author-slide{width:250px}
  .about-us-author-slide__info{margin-top:-20px}
  .about-us-author-slide__info{padding:20px 10px}
  .about-us-author-slide__info__title{font-size:18px}
  .about-us-author-slide__info__pos{margin-bottom:5px}
  .about-us-author-slide__info__desc{line-height:20px}
  .about-us-promo-info__list{gap:15px}
  .about-us-promo-info__list li{line-height:25px;padding-left:25px;font-size:16px}
  .about-us-promo-info__list li::before{top:7px;width:14px;height:12px}
  .about-us-promo-info__button{font-size:16px}
}

/***** tutorial new design *****/

.tutorial .up-down{display:none!important}

.tutorial-h1{line-height:1.3;margin:0;font-size:40px;font-weight:700}
.tutorial-h2{line-height:1.45;margin:0 0 40px;font-size:34px;font-weight:700}
.tutorial-h3{line-height:1.45;margin:0 0 25px;font-size:28px;font-weight:700}
.tutorial-h4{line-height:1.45;margin:0 0 20px;font-size:24px;font-weight:700}
.tutorial-p{line-height:1.6;margin:0 0 30px;font-size:18px;font-weight:300}
.tutorial-img-absolute{position:absolute;top:0;right:0;bottom:0;left:0;background:#fff;width:100%;height:100%;object-position:center;object-fit:contain;border-radius:inherit}
.tutorial-title{width:100%;max-width:946px}
.tutorial-subtitle{width:100%;max-width:946px;margin-top:50px}
.tutorial-desc{width:100%;max-width:946px}
.tutorial-margin-bottom-40{margin-bottom:40px}

.tutorial-h2 + .tutorial-p{margin-top:-20px}

.tutorial-section{margin-bottom:80px}
.tutorial-section:last-child{margin-bottom:0}
.tutorial-section > *:last-child{margin-bottom:0}

.tutorial-play{transition:.3s ease-in-out;animation:pulsePlay 2s infinite;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);display:flex;justify-content:center;align-items:center;background:#fff;fill:#b9bfb7;width:100px;height:100px;border-radius:50%}
.tutorial-play__icon{width:32px;height:34px;margin-left:6px}

.tutorial-rating{display:flex;align-items:center;gap:5px;margin-top:40px}
.tutorial-rating__item{transition:.3s ease-in-out;display:flex;align-items:center;gap:5px;background:#efefef;line-height:1;padding:7.5px 10px;border-radius:10px;cursor:pointer}
.tutorial-rating__item--like{}
.tutorial-rating__item--like:hover{fill:#52b25c}
.tutorial-rating__item--dislike{}
.tutorial-rating__item--dislike:hover{fill:#f9595f}
.tutorial-rating__item--dislike .tutorial-rating__item__icon svg{transform:scale(-1,-1)}
.tutorial-rating__item__icon{width:16px;height:16px}
.tutorial-rating__item__icon svg{width:16px;height:16px}
.tutorial-rating__item__value{font-size:14px;font-weight:400}

/*.tutorial-lead{background:#fff url('../img/tutorial/lead-bg.webp') no-repeat top center / cover}*/
/*.tutorial-lead{background:url('../img/tutorial/lead-bg-left.webp') no-repeat left bottom / contain, url('../img/tutorial/lead-bg-right.webp') no-repeat right bottom / contain}*/
.tutorial-lead{position:relative;background:#fff}
.tutorial-lead::before{position:absolute;bottom:0;left:0;content:'';background:url('../img/tutorial/lead-bg-left.webp') no-repeat bottom / cover;width:589px;height:100%}
.tutorial-lead::after{position:absolute;bottom:0;right:0;content:'';background:url('../img/tutorial/lead-bg-right.webp') no-repeat bottom / cover;width:640px;height:100%}
.tutorial-lead-wrap{position:relative;z-index:1;display:flex;flex-direction:column;padding:25px 0 0 0}
.tutorial-lead-info{text-align:center;padding:50px 0 60px}
.tutorial-lead-info__title{}
.tutorial-lead-info__desc{display:none;max-width:960px;margin:15px auto 0}
.tutorial-lead-tabs{display:flex;justify-content:center;align-items:center;margin-top:-80px;padding-top:80px}
.tutorial-lead-tabs__button{transition:.3s ease-in-out;position:relative;z-index:1;display:flex;justify-content:center;align-items:center;gap:5px 10px;color:rgba(30, 30, 30, 0.75);fill:rgba(30, 30, 30, 0.75);height:52px;padding:0 65px;cursor:pointer}
.tutorial-lead-tabs__button:not(.is-selected):hover{color:#52b25c;fill:#52b25c}
.tutorial-lead-tabs__button::before{opacity:0;transition:.3s ease-in-out;position:absolute;top:1px;right:14px;bottom:-1px;left:14px;z-index:-1;content:'';background:#f9f9f9}
.tutorial-lead-tabs__button::after{opacity:0;transition:.3s ease-in-out;position:absolute;top:0;right:14px;left:14px;z-index:-1;content:'';background:#e7e7e7;height:1px}
.tutorial-lead-tabs__button__icon{display:flex;justify-content:center;align-items:center;flex-shrink:0}
.tutorial-lead-tabs__button__text{line-height:1;font-size:18px;font-weight:500}
.tutorial-lead-tabs__button__break{transition:.3s ease-in-out;position:absolute;top:0;right:0;bottom:0;background:#e7e7e7;width:1px;height:30px;margin:auto 0;pointer-events:none}
.tutorial-lead-tabs__button__decor::before{opacity:0;transition:.3s ease-in-out;position:absolute;bottom:-1px;left:-16px;z-index:-1;content:'';background:url('../img/tutorial/tabs-border.png') no-repeat center / contain;width:30px;height:53px}
.tutorial-lead-tabs__button__decor::after{opacity:0;transition:.3s ease-in-out;position:absolute;bottom:-1px;right:-16px;z-index:-1;content:'';background:url('../img/tutorial/tabs-border.png') no-repeat center / contain;width:30px;height:53px;transform:scale(-1, 1)}
.tutorial-lead-tabs__button.is-selected{color:#52b25c;fill:#52b25c;pointer-events:none}
.tutorial-lead-tabs__button.is-selected .tutorial-lead-tabs__button__break{opacity:0}
.tutorial-lead-tabs__button.is-selected::before, .tutorial-lead-tabs__button.is-selected::after{opacity:1}
.tutorial-lead-tabs__button.is-selected .tutorial-lead-tabs__button__decor::before, .tutorial-lead-tabs__button.is-selected .tutorial-lead-tabs__button__decor::after{opacity:1}
.tutorial-main{overflow:clip;background:#f9f9f9;/*min-height:100dvh;*/padding:60px 0 120px;border-top:1px solid #e7e7e7;user-select:none}
.tutorial-main__block{display:none}

@media screen and (min-width: 992px) {
  .tutorial-main{min-height:calc(100dvh - 138px - 256px)}
}

.tutorial-action{opacity:0;pointer-events:none;transition:.3s ease-in-out;position:fixed;right:40px;bottom:40px;z-index:50;display:flex;align-items:center;gap:7px}
.tutorial-action.is-visible{opacity:1!important;pointer-events:all!important;}
.tutorial-action__button{transition:.3s ease-in-out;display:flex;justify-content:center;align-items:center;background:#fff;fill:#b9bfb7;width:40px;height:40px;box-shadow:0 0 20px rgba(85, 85, 85, .2);border-radius:50%;cursor:pointer}
.tutorial-action__button:hover{background:#b9bfb7;fill:#fff}
.tutorial-action__button--help{}
.tutorial-action__button--help svg{width:27px;height:22px}
.tutorial-action__button--top{}
.tutorial-action__button--top svg{width:15px;height:17px}
.tutorial-action__button__icon{}

@media screen and (max-width: 767px) {
  .tutorial-action{right:20px;bottom:20px}
/*  .tutorial-action__button{width:32px;height:32px}
  .tutorial-action__button__icon{transform:scale(.8);transform-origin:center}*/
}

/*.overview{max-width:946px}*/
.overview-pic{position:relative;display:block;width:100%;max-width:946px;margin-bottom:30px;border-radius:10px}
.overview-pic__container{position:relative;width:100%;max-width:946px;padding-bottom:calc(500 / 946 * 100%);border:1px solid #e1e1e1;border-radius:inherit}
.overview-interface{position:relative;display:flex;justify-content:center;align-items:center;margin-bottom:115px;padding-right:75px}
.overview-interface__pic{width:100%;max-width:756px}
.overview-interface__pic__container{position:relative;width:100%;padding-bottom:calc(400 / 756 * 100%);border:1px solid #e1e1e1;border-radius:10px}
.overview-interface__info{position:absolute;background:#fff;width:383px;padding:8px 14px;border:1px solid #eaf2fc;border-radius:10px;box-shadow:0 2px 15px rgba(8, 18, 8, 0.14)}
.overview-interface__info-01{top:100px;left:0}
.overview-interface__info-01 .overview-interface__info__arrow{top:-50px;right:55px}
.overview-interface__info-02{top:120px;right:30px}
.overview-interface__info-02 .overview-interface__info__arrow{top:-50px;right:170px;transform:rotate(-10deg) scale(-1, 1)}
.overview-interface__info-03{bottom:-55px;right:300px}
.overview-interface__info-03 .overview-interface__info__arrow{top:20px;left:-55px;transform:rotate(85deg) scale(-1, -1)}
.overview-interface__info__title{margin:0 0 5px 0;font-size:14px;font-weight:700}
.overview-interface__info__desc{margin:0;line-height:1.4;font-size:14px}
.overview-interface__info__arrow{position:absolute;background:url('../img/tutorial/icon-arrow.svg') no-repeat center / contain;width:45px;height:47px}
.overview-control{display:grid;grid-template-columns:repeat(2, 1fr);gap:30px 20px}
.overview-control__item{display:flex;gap:10px;background:#fff;padding:21px;border-radius:20px;box-shadow:0 2px 15px rgba(10, 20, 10, 0.15)}
.overview-control__item__icon{display:flex;justify-content:center;align-items:center;flex-shrink:0;width:65px;height:65px;margin-top:10px}
.overview-control__item__text{margin:0;font-size:16px}
.overview-settings{display:grid;grid-template-columns:repeat(3, 1fr);gap:30px 23px;width:100%;max-width:946px;margin-bottom:30px}
.overview-settings__item{display:flex;flex-direction:column;align-items:center;gap:10px;background:#fff;padding:20px;border-radius:18px;box-shadow:0 2px 15px rgba(10, 20, 10, 0.15)}
.overview-settings__item__icon{display:flex;justify-content:center;align-items:center;width:90px;height:90px}
.overview-settings__item__text{margin:0;text-align:center}

.videos{}
.videos-lead{display:block;width:100%;max-width:946px;margin:0 auto;border-radius:10px}
.videos-lead:hover .tutorial-play{animation-play-state:paused;fill:#52b25c}
.videos-lead__container{position:relative;width:100%;padding-bottom:calc(513 / 946 * 100%);border-radius:inherit}
.videos-slider{position:relative}
.videos-slider:is(.slick-initialized).last-slide-active::before{opacity:1}
.videos-slider:is(.slick-initialized).first-slide-active::after{opacity:1}
.videos-slider:not(.slick-initialized){display:grid;grid-template-columns:repeat(3, 1fr);gap:30px}
.videos-slider:not(.slick-initialized) .videos-slide:nth-child(n+4){display:none}
.videos-slider:is(.slick-initialized)::before{opacity:0;transition:.3s;position:absolute;top:0;left:-15px;bottom:0;z-index:5;content:'';background:linear-gradient(270deg, rgba(249, 249, 249, 0) 0%, #F9F9F9 100%);width:275px;height:100%;pointer-events:none}
.videos-slider:is(.slick-initialized)::after{opacity:0;transition:.3s;position:absolute;top:0;right:-15px;bottom:0;z-index:5;content:'';background:linear-gradient(270deg, #F9F9F9 0%, rgba(249, 249, 249, 0) 100%);width:275px;height:100%;pointer-events:none}
.videos-slider .slick-list{margin:-15px}
.videos-slider .slick-track{display:flex}
.videos-slider .slick-slide{height:auto;margin:15px}
.videos-slider .slick-arrow{transition:.3s ease-in-out}
.videos-slider .slick-arrow.slick-disabled{opacity:0;pointer-events:none}
.videos-slide{}
.videos-slide .tutorial-img-absolute{object-fit:cover}
.videos-slide-inner{position:relative;display:flex;flex-direction:column;justify-content:center;height:100%}
.videos-slide-inner .tutorial-play{animation:none;transform:translate(-50%, -50%) scale(.5);margin-top:-3%}
.videos-slide-inner:hover .tutorial-play{fill:#52b25c}
.videos-slide-inner:hover .videos-slide-info__text{color:#52b25c}
.videos-slide-pic{overflow:hidden;position:relative;flex-shrink:0;padding-bottom:calc(220 / 360 * 100%);border-radius:18px}
/*.videos-slide-info{position:absolute;bottom:0;right:0;left:0;background:#fff;padding:22px;border-radius:18px;box-shadow:0 5px 10px rgba(65, 70, 60, 0.05)}*/
.videos-slide-info{position:relative;z-index:1;flex-grow:1;background:#fff;margin-top:-30px;padding:22px;border-radius:18px;box-shadow:0 5px 10px rgba(65, 70, 60, 0.05)}
.videos-slide-info__text{transition:.3s ease-in-out;color:#1e1e1e;line-height:1.45;margin:0;font-weight:600}
.videos-arrow{position:absolute;top:50%;z-index:10;transform:translateY(-50%);display:flex;justify-content:center;align-items:center;background:#fff;fill:#52b25c;width:50px;height:50px;border:1px solid rgba(30, 30, 30, 0.1);border-radius:50%;box-shadow:0 2px 10px rgba(10, 20, 10, 0.05);cursor:pointer}
.videos-arrow:hover{background:#52b25c;fill:#fff}
.videos-arrow-prev{left:-25px}
.videos-arrow-prev svg{transform:scale(-1, 1)}
.videos-arrow-next{right:-25px}
.videos-arrow-next svg{margin-left:2px}

.book{}
.book .tutorial-title{margin-bottom:30px}
.book-nav{display:grid;grid-template-columns:repeat(2, 1fr);gap:10px;width:100%;max-width:800px;margin-top:30px}
.book-nav__button{display:block}
.book-nav__button__action{transition:.3s ease-in-out;color:#59aa45;line-height:1.5;font-size:20px;font-weight:500;border-bottom:1px solid transparent;cursor:pointer}
.book-nav__button__action:hover{border-color:#59aa45}
.book-article{display:flex;justify-content:space-between;gap:23px}
.book-article__main{flex-grow:1;min-width:0}
.book-article__side{flex-shrink:0;width:100%;max-width:367px}
.book-article-tabs{display:flex;flex-wrap:wrap;gap:20px;margin-bottom:40px;}
.book-article-tabs__button{transition:.3s ease-in-out;display:flex;justify-content:center;align-items:center;gap:10px;background:#fff;height:36px;padding:0 16px;font-size:16px;box-shadow: 0px 2px 8px 0px rgba(8, 18, 8, 0.07);border-radius:7px;cursor:pointer}
.book-article-tabs__button.is-selected{color:#59aa45;fill:#59aa45;box-shadow:0 2px 16px rgba(8, 18, 8, 0.15);pointer-events:none}
.book-article-tabs__button:not(.is-selected):hover{color:#59aa45;fill:#59aa45}
.book-article-tabs__button__icon{}
.book-article-tabs__button__icon-symbol{width:14px;height:14px}
.book-article-tabs__button__icon-video{width:16px;height:16px}
.book-lead{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px 20px;margin-bottom:20px}
.book-lead__title{margin-bottom:0!important}
.book-lead__action{transition:.3s ease-in-out;display:flex;align-items:center;gap:10px;cursor:pointer}
.book-lead__action:hover{color:#59aa45;fill:#59aa45}
.book-lead__action__icon{width:16px;height:12px}
.book-lead__action__text{}
.book-chapter{position:sticky;overflow-x:hidden;overflow-y:auto;top:80px;background:#fff;max-height:calc(95vh - 70px);padding:25px 30px 20px;border:1px solid rgba(30, 30, 30, 0.07);border-radius:10px;box-shadow:0 0 23px rgba(64, 71, 62, 0.07)}
.book-chapter__title{margin-bottom:10px;font-size:20px;font-weight:700}
.book-chapter__link{display:block;line-height:1.45;margin-bottom:4px;padding:8px 15px;font-size:16px;border-radius:10px;cursor:pointer}
.book-chapter__link.is-selected{background:rgba(89, 170, 69, 0.08);color:#59aa45;pointer-events:none}
.book-chapter__link:not(.is-selected):hover{background:rgba(89, 170, 69, 0.08)}
.book-chapter__link:last-child{margin-bottom:0}
.book-chapter__item{display:block;line-height:1.45;margin-bottom:4px;padding:8px 15px;font-size:16px;border-radius:10px;cursor:pointer}
/*.book-chapter__item.is-selected{background:rgba(89, 170, 69, 0.08);color:#59aa45;pointer-events:none}*/
.book-chapter__item:not(.is-selected):hover{background:rgba(89, 170, 69, 0.08)}
.book-chapter__item:last-child{margin-bottom:0}
.book-pic{position:relative;display:block;width:100%;margin:40px 0}
.book-pic__img{position:relative;display:block;width:100%;margin-bottom:20px;padding-bottom:calc(320 / 750 * 100%);border-radius:12px}
.book-pic__desc{font-size:15px;text-align:center}
.book-pic__double{display:grid;grid-template-columns:repeat(2, 1fr);gap:30px;max-width:946px}
.book-pic__double__img{position:relative;display:block;width:100%;margin-bottom:20px;padding-bottom:calc(300 / 360 * 100%);border-radius:12px}
.book-video{display:block;width:100%;max-width:656px;margin-bottom:25px;border-radius:10px}
.book-video .tutorial-play{}
.book-video:hover .tutorial-play{animation-play-state:paused;fill:#52b25c}
.book-video__container{position:relative;width:100%;padding-bottom:calc(369 / 656 * 100%);border-radius:inherit}
.book-section{margin-top:40px}

@media screen and (min-width: 992px) {
  .book-chapter__item.is-selected{background:rgba(89, 170, 69, 0.08);color:#59aa45;pointer-events:none}
}

.question{}
.question .tutorial-h3{margin-bottom:30px}
.question-head{display:flex;flex-direction:column;justify-content:center;align-items:center;max-width:970px;margin:0 auto 25px}
.question-head > .tutorial-title{width:100%;max-width:100%;text-align:center}
.question-head > .tutorial-desc{width:100%;max-width:100%;margin-bottom:0}
.question-search{position:relative;width:100%;max-width:656px;margin:0 auto 60px}
.question-search__label{position:relative;display:block;background:#fff;width:100%;height:50px;border:1px solid rgba(30, 30, 30, .1);border-radius:38px;box-shadow:0 10px 84px rgba(64, 71, 62, 0.1)}
.question-search__label__input{position:absolute;top:0;right:0;bottom:0;left:0;background:0;color:#1e1e1e;height:100%;padding:0 55px;font-size:16px;border:0;outline:0}
.question-search__label__input::placeholder{color:rgba(30, 30, 30, 0.5);font:inherit}
.question-search__label__icon{position:absolute;top:0;bottom:0;left:18px;fill:#1e1e1e;margin:auto;width:16px;height:16px;opacity:.5;pointer-events:none}
.question-search__label__clear{pointer-events:none;transition:.3s ease-in-out;opacity:0;position:absolute;top:0;bottom:0;right:10px;display:flex;justify-content:center;align-items:center;stroke:#1e1e1e;width:32px;height:100%;margin:auto;cursor:pointer}
.question-search__label__clear.is-visible{pointer-events:all;opacity:.5}
.question-search__label__clear.is-visible:hover{opacity:.1}
.question-block{margin-bottom:80px}
.question-block:last-child{margin-bottom:0}
.question-acc{transition:.3s ease-in-out;margin-bottom:19px;border:1px solid rgba(30, 30, 30, 0.2);border-radius:18px}
.question-acc.is-selected{background:#fff}
.question-acc.is-selected .question-acc__head__icon{transform:rotate(180deg)}
.question-acc:last-child{margin-bottom:0}
.question-acc:hover{background:#fff}
.question-acc__head{transition:.3s ease-in-out;display:flex;justify-content:space-between;align-items:center;gap:20px;padding:22px 40px 22px 28px;cursor:pointer}
.question-acc__head:hover{color:#52b25c}
.question-acc__head__title{font-size:22px;font-weight:600}
.question-acc__head__icon{transition:.3s ease-in-out;flex-shrink:0;fill:#52b25c;width:22px;height:16px}
.question-acc__body{padding:0 40px 22px 28px}
.question-acc__body > .tutorial-desc{max-width:970px}
.question-acc__body > .tutorial-desc:last-child{margin-bottom:0}
.question-help{position:relative;text-align:center;background:#fff;padding:65px 0;margin:100px 0 -100px}
.question-help__title{font-size:34px;font-weight:600;margin-bottom:5px}
.question-help__desc{font-size:20px;font-weight:600}
.question-help__desc a{transition:.3s ease-in-out;color:#52b25c;border-bottom:1px solid transparent}
.question-help__desc a:hover{border-color:#52b25c}

.suggestions{opacity:0;pointer-events:none;position:absolute;top:calc(100% + 10px);right:0;left:0;background:#fff;padding:20px 25px;box-shadow:0 10px 84px rgba(64, 71, 62, 0.1);border-radius:18px}
.suggestions-title{margin-bottom:15px;font-size:12px;opacity:.5}
.suggestions-container{display:flex;flex-direction:column;gap:20px}
.suggestions-item{transition:.3s;line-height:1.3;font-size:16px;font-weight:600;cursor:pointer}
.suggestions-item:hover{color:#52b25c}

.book-nav__button__action{transition:.3s ease-in-out;color:#59aa45;line-height:1.5;font-size:20px;font-weight:500;border-bottom:1px solid transparent;cursor:pointer}
.book-nav__button__action:hover{border-color:#59aa45}

@media screen and (max-width: 1199px) {
  .tutorial-h1{font-size:32px}
  .tutorial-h2{font-size:28px}
  .tutorial-h3{font-size:24px}
  .tutorial-h4{font-size:20px}
  .tutorial-p{font-size:16px}
  .tutorial-lead{background:#fff}
  .tutorial-lead-tabs__button{padding:0 40px}
  .tutorial-lead-tabs__button__text{font-size:16px}
  .overview-interface{padding-right:0}
  .overview-interface__info-01 .overview-interface__info__arrow{right:125px}
  .overview-interface__info-02{right:0}
  .overview-interface__info-02 .overview-interface__info__arrow{right:50px}
  .overview-interface__info-03{right:150px}
  .book-nav__button__action{font-size:16px}
  .book-article__side{max-width:320px}
  .book-chapter{padding:20px}
  .book-chapter__title{font-size:16px}
  .question-acc__head__title{font-size:20px}
}

@media screen and (max-width: 991px) {
  .tutorial-lead::before, .tutorial-lead::after{display:none}
  .tutorial-lead-tabs__button__text{text-transform:capitalize}
  .tutorial-lead-tabs__button__text span{display:none}
  .overview-interface__info{width:320px;padding:5px 10px}
  .overview-interface__info-01{left:-30px}
  .overview-interface__info-02{right:-40px}
  .overview-interface__info-02 .overview-interface__info__arrow{right:5px}
  .overview-interface__info-03{right:75px}
  .overview-interface__info__title{margin:0}
  .videos .tutorial-title{text-align:left!important}
/*  .videos-slider::before, .videos-slider::after{display:none}*/
  .videos-slider:is(.slick-initialized)::before{left:auto;right:calc(100% - 120px)}
  .videos-slider:is(.slick-initialized)::after{right:auto;left:calc(100% - 120px)}
  .videos-slider .slick-list{overflow:visible}
  .videos-slide{width:360px}
  .book-article{flex-direction:column-reverse}
  .book-article__side{max-width:100%}
  .book-chapter{max-height:none}
  .question-acc__head{padding:15px 20px}
  .question-acc__head__title{font-size:18px}
  .question-acc__body{padding:0 20px 15px 20px}
}

@media screen and (max-width: 767px) {
  .tutorial-lead-info{padding-bottom:50px}
  .tutorial-lead-tabs__button{width:25%;padding:0}
  .overview-interface__info__title{font-size:12px}
  .overview-interface__info__desc{font-size:12px}
  .overview-interface__info{width:260px}
  .overview-interface__info-01{left:-30px;top:75px}
  .overview-interface__info-02{right:-30px;top:95px}
  .overview-interface__info-03{right:30px}
  .overview-control{grid-template-columns:repeat(1, 1fr);gap:20px}
  .overview-control__item{padding:15px}
  .overview-settings{grid-template-columns:repeat(1, 1fr);gap:20px}
  .overview-settings__item{padding:15px}
  .book-nav{grid-template-columns:repeat(1, 1fr);margin-top:20px}
}

@media screen and (max-width: 575px) {
  .tutorial-h1{font-size:26px}
  .tutorial-h2{margin-bottom:30px;font-size:24px}
  .tutorial-h3{margin-bottom:15px;font-size:22px}
  .tutorial-h4{margin-bottom:15px;font-size:20px}
  .tutorial-p{font-size:14px}
  .tutorial-section{margin-bottom:60px}
  .tutorial-subtitle{margin-top:40px}
  .tutorial-play{transform:translate(-50%, -50%) scale(.5);transform-origin:center}
  .tutorial-main{padding:60px 0 80px}
  .tutorial-lead-tabs__button{flex-direction:column;padding:3px 0 0 0}
  .tutorial-lead-tabs__button__icon{width:22px;height:22px}
  .tutorial-lead-tabs__button__text{font-size:14px}
  .overview-interface{margin:120px 0 140px}
  .overview-interface__pic{width:calc(100% + 40px);max-width:320px;margin:0 -20px}
  .overview-interface__pic__container{border-radius:0}
  .overview-interface__info{width:100%;max-width:280px;margin:0 auto}
  .overview-interface__info-01{top:auto;right:0;bottom:calc(100% + 15px);left:0}
  .overview-interface__info-01 .overview-interface__info__arrow{top:auto;right:auto;bottom:-35px;left:60px;transform:scale(-1, -1)}
  .overview-interface__info-02{top:50%;right:0;left:0;transform:translateY(-50%)}
  .overview-interface__info-02 .overview-interface__info__arrow{top:-10px;right:-28px;transform:rotate(50deg) scale(-1, 1)}
  .overview-interface__info-03{top:calc(100% + 15px);right:0;bottom:auto;left:0}
  .overview-interface__info-03 .overview-interface__info__arrow{top:-30px;right:auto;bottom:auto;left:90px;transform:scale(-1, 1) rotate(25deg)}
  .overview-interface__info__arrow{width:30px;height:32px}
  .videos-slider:is(.slick-initialized)::before{left:-20px;right:auto;width:100px}
  .videos-slider:is(.slick-initialized)::after{right:-20px;left:auto;width:100px}
  .videos-slider .slick-list{margin:-5px}
  .videos-slider .slick-slide{margin:5px}
  .videos-slide{width:280px}
  .videos-slide-info{padding:10px 15px}
  .videos-arrow-next{right:-15px}
  .videos-arrow-prev{left:-15px}
  .book-article-tabs__button{font-size:14px}
  .book-nav__button__action{font-size:14px}
  .book-chapter__title{font-size:14px}
  .book-pic__desc{font-size:14px}
  .question-acc__head__title{font-size:16px}
  .question-acc__head__icon{width:20px;height:16px}
  .question-search__label__input{padding:0 35px 0 40px;font-size:14px}
  .question-search__label__icon{left:15px}
  .question-search__label__clear{right:5px}
  .question-help__title{font-size:24px}
  .question-help__desc{font-size:16px}
  .suggestions{padding:15px}
  .suggestions-item{font-size:14px}
}

.tutorial-help-block{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;background:#fff;padding:60px 20px}
.tutorial-help-block__title{margin-bottom:16px}
.tutorial-help-block__link{transition:.3s ease-in-out;color:#59aa45;line-height:1.2;font-size:20px;font-weight:600;border-bottom:1px solid transparent;cursor:pointer}
.tutorial-help-block__link:hover{border-color:#59aa45}

.tutorial-help-section{background:#fff;margin:120px 0 -120px}
.tutorial-help-section__block{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:70px 20px;text-align:center}
.tutorial-help-section__title{margin-bottom:16px}
.tutorial-help-section__link{transition:.3s ease-in-out;color:#59aa45;line-height:1.2;font-size:20px;font-weight:600;border-bottom:1px solid transparent;cursor:pointer}
.tutorial-help-section__link:hover{border-color:#59aa45}

@media screen and (max-width: 575px) {
  .tutorial-help-block{padding:50px 20px}
  .tutorial-help-block__link{font-size:18px}
  .tutorial-help-section{margin:60px 0 -80px}
  .tutorial-help-section__block{padding:50px 20px}
  .tutorial-help-section__link{font-size:18px}
}

.tutorial-popup{display:none;position:fixed;right:40px;bottom:100px;background:#fff;box-shadow:0 2px 15px rgba(8, 18, 8, 0.14);padding:35px 25px 25px 25px;border:1px solid #eaf2fc;border-radius:10px}
.tutorial-popup__desc{color:#1e1e1e;line-height:1.45;margin-bottom:18px;text-align:center}
.tutorial-popup__button{transition:.3s ease-in-out;display:flex;justify-content:center;align-items:center;color:#478b8d;width:100%;max-width:243px;height:43px;margin:0 auto;font-size:15px;font-weight:500;border:1px solid #478b8d;border-radius:7px}
.tutorial-popup__button:hover{background:#478B8D;color:#fff}
.tutorial-popup__close{position:absolute;top:8px;right:8px;display:flex;justify-content:center;align-items:center;width:24px;height:24px;cursor:pointer}
.tutorial-popup__close:hover .tutorial-popup__close__icon{opacity:1}
.tutorial-popup__close__icon{fill:#7d7d7c;width:12px;height:12px;opacity:.8}

@media screen and (max-width: 767px) {
  .tutorial-popup{right:20px;bottom:80px}
  .tutorial-popup__button{height:40px;font-size:14px}
}

.case{margin-bottom:160px;padding:25px 0 0 0}
.case > .container > *:last-child{margin-bottom:0}
.case #breadcrumbs{margin-bottom:25px}

.case-lead{display:flex;justify-content:space-between;background:rgba(234, 242, 251, .9) url('../img/case/lead-bg.svg') no-repeat right bottom;min-height:350px;margin-bottom:60px;border-radius:10px}
.case-lead-left{display:flex;flex-direction:column;justify-content:start;align-items:start;padding:50px 40px;max-width:600px}
.case-lead-right{flex-shrink:0;max-width:450px;margin-right:30px}
.case-lead-head{display:flex;justify-content:center;align-items:center;gap:15px;margin-bottom:20px}
.case-lead-head__icon{flex-shrink:0;display:flex;justify-content:center;align-items:center;gap:15px;background:#fff;padding:10px;box-shadow:0 2px 11px rgba(26, 41, 78, 0.1);border-radius:7px}
.case-lead-head__text{font-size:14px;color:#82878c}
.case-lead-title{color:#1e1e1e;font-size:40px;font-weight:700;margin-bottom:15px;margin-top:0;line-height:1.3}
.case-lead-desc{color:#1e1e1e;font-size:21px;font-weight:600;margin-bottom:20px;margin-top:0;line-height:1.3}
.case-lead-date{display:flex;align-items:center;gap:15px}
.case-lead-date__icon{flex-shrink:0}
.case-lead-date__text{color:#a9a9a9;font-size:14px}
.case-lead-pic{display:flex;justify-content:center;align-items:center;height:100%}

.case-desc{display:flex;justify-content:space-between;gap:30px;background:#f9f9f9;margin-bottom:40px;padding:30px;border-radius:10px}
.case-desc-left{display:flex;flex-direction:column;justify-content:start;align-items:start;gap:20px}
.case-desc-left__title{display:flex;justify-content:center;align-items:center;height:46px;line-height:1;padding:0 15px;font-weight:700;box-shadow:0 2px 15px  rgba(8, 18, 8, 0.14);border:1px solid #eaf2fc;border-radius:10px}
.case-desc-left__text{line-height:1.6}
.case-desc-right{flex-shrink:0;width:100%;max-width:337px}
.case-desc-pic{position:relative;display:block;width:100%;padding-bottom:calc(56.25%);border-radius:10px}

.case-compare{display:grid;grid-template-columns:repeat(2, 1fr);gap:20px;margin-bottom:40px}
.case-compare-item{background:#f9f9f9;padding:30px;border-radius:10px}
.case-compare-item__title{margin-bottom:20px;font-weight:700;font-size:28px;line-height:145%}
.case-compare-item__title-green{background:linear-gradient(148.79deg, #75C461 7.2%, #539B42 91.26%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; text-fill-color: transparent;}
.case-compare-item__title-red{background: linear-gradient(135deg, #F28B5F 0%, #C54F4F 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; text-fill-color: transparent;}
.case-compare-item__list{}

.list-check{}
.list-check li{position:relative;padding-left:25px}
.list-check li::before{position:absolute;top:8px;left:0;content:'';background:url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 13C10.0899 13 13 10.0899 13 6.5C13 2.91015 10.0899 0 6.5 0C2.91015 0 0 2.91015 0 6.5C0 10.0899 2.91015 13 6.5 13Z' fill='url(%23paint0_linear_3905_120)'/%3E%3Cpath d='M6.5 1.74585C6.69009 1.74585 6.87238 1.82145 7.00684 1.95581C7.1413 2.09027 7.21777 2.27249 7.21777 2.46265V5.78296H10.5381C10.7281 5.78306 10.9105 5.85855 11.0449 5.99292C11.1793 6.12731 11.2548 6.30972 11.2549 6.49976C11.2549 6.68976 11.1792 6.87216 11.0449 7.00659C10.9105 7.14097 10.7281 7.21743 10.5381 7.21753H7.21777V10.5378C7.21767 10.7279 7.14121 10.9103 7.00684 11.0447C6.8724 11.1789 6.69 11.2546 6.5 11.2546C6.30997 11.2546 6.12755 11.179 5.99316 11.0447C5.85879 10.9103 5.78331 10.7279 5.7832 10.5378V7.21753H2.46289C2.27273 7.21752 2.09052 7.14105 1.95605 7.00659C1.82169 6.87214 1.74609 6.68984 1.74609 6.49976C1.74617 6.3097 1.82166 6.12731 1.95605 5.99292C2.0905 5.85855 2.2728 5.78297 2.46289 5.78296H5.7832V2.46265C5.78321 2.27256 5.85879 2.09026 5.99316 1.95581C6.12756 1.82142 6.30995 1.74593 6.5 1.74585Z' fill='white' stroke='white' stroke-width='0.1'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_3905_120' x1='-1.67273e-07' y1='0.472727' x2='8.5971' y2='14.6613' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.0531633' stop-color='%2385D571'/%3E%3Cstop offset='0.957809' stop-color='%235AA547'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat center / cover;width:13px;height:13px}

.list-times{}
.list-times li{position:relative;padding-left:25px}
.list-times li::before{position:absolute;top:8px;left:0;content:'';background:url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 13C10.0899 13 13 10.0899 13 6.5C13 2.91015 10.0899 0 6.5 0C2.91015 0 0 2.91015 0 6.5C0 10.0899 2.91015 13 6.5 13Z' fill='url(%23paint0_linear_3905_129)'/%3E%3Cpath d='M10.5381 5.7832C10.7281 5.78331 10.9105 5.85879 11.0449 5.99316C11.1793 6.12761 11.2549 6.30993 11.2549 6.5C11.2549 6.69007 11.1793 6.87239 11.0449 7.00684C10.9105 7.14121 10.7281 7.21669 10.5381 7.2168H2.46289C2.27273 7.21679 2.09052 7.1413 1.95605 7.00684C1.8216 6.87237 1.74609 6.69015 1.74609 6.5C1.7461 6.30984 1.82159 6.12762 1.95605 5.99316C2.09052 5.8587 2.27274 5.78321 2.46289 5.7832H10.5381Z' fill='white' stroke='white' stroke-width='0.1'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_3905_129' x1='0' y1='0' x2='13' y2='13' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F28B5F'/%3E%3Cstop offset='1' stop-color='%23C54F4F'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat center / cover;width:13px;height:13px}

.case-slider{overflow:hidden;background:#f9f9f9;margin-bottom:60px;padding:30px 88px 86px 88px;border-radius:10px}
.case-slider:not(.slick-initialized) .case-slide:nth-child(n+2){display:none}
.case-slider .case-slider-button{position:absolute;z-index:1;top:calc(50% - 30px);transform:translateY(-50%)}
.case-slider .case-slider-button.back{left:30px}
.case-slider .case-slider-button.next{right:30px}
.case-slider .slick-dots{position:absolute;bottom:30px;right:0;left:0}
.case-slide{}
.case-slide-pic{display:block;position:relative;border-radius:10px}
.case-slide-pic .img-absolute{object-fit:contain}

.case-read{position:relative;padding-bottom:120px}
.case-read::before{position:absolute;right:0;bottom:0;left:0;z-index:-10;content:'';background:url('../img/case/read-bg.svg') no-repeat center / cover;height:660px}
.case-read-title{color:#1e1e1e;margin-bottom:40px;font-size:48px;font-weight:700}
.case-read-wrap{display:flex;justify-content:space-between;background:#fff url('../img/case/read-decor.svg') no-repeat right bottom;min-height:395px;border-radius:18px;box-shadow:0 10px 84px rgba(64, 71, 62, 0.1)}
.case-read-left{display:flex;flex-direction:column;justify-content:start;align-items:start;width:100%;max-width:700px;padding:40px}
.case-read-right{flex-shrink:0;max-width:500px;margin-right:30px}
.case-read-subtitle{line-height:1.15;font-size:38px;font-weight:600;margin-bottom:25px}
.case-read-desc{position:relative;padding-left:55px;font-size:20px;margin-bottom:25px}
.case-read-desc::before{position:absolute;top:7px;left:4px;content:'';background:url("data:image/svg+xml,%3Csvg width='26' height='19' viewBox='0 0 26 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.9627 17.3379C1.5877 15.8254 0.762695 14.1754 0.762695 11.4254C0.762695 6.61289 4.2002 2.35039 9.0127 0.150391L10.2502 1.93789C5.7127 4.41289 4.7502 7.57539 4.4752 9.63789C5.1627 9.22539 6.1252 9.08789 7.0877 9.22539C9.5627 9.50039 11.4877 11.4254 11.4877 14.0379C11.4877 15.2754 10.9377 16.5129 10.1127 17.4754C9.1502 18.4379 8.0502 18.8504 6.6752 18.8504C5.1627 18.8504 3.7877 18.1629 2.9627 17.3379ZM16.7127 17.3379C15.3377 15.8254 14.5127 14.1754 14.5127 11.4254C14.5127 6.61289 17.9502 2.35039 22.7627 0.150391L24.0002 1.93789C19.4627 4.41289 18.5002 7.57539 18.2252 9.63789C18.9127 9.22539 19.8752 9.08789 20.8377 9.22539C23.3127 9.50039 25.2377 11.4254 25.2377 14.0379C25.2377 15.2754 24.6877 16.5129 23.8627 17.4754C23.0377 18.4379 21.8002 18.8504 20.4252 18.8504C18.9127 18.8504 17.5377 18.1629 16.7127 17.3379Z' fill='%235C9AE6'/%3E%3C/svg%3E%0A") no-repeat center / cover;width:26px;height:19px}
.case-read-info{display:flex;align-items:baseline;gap:10px;margin-bottom:25px}
.case-read-info__pos{color:#a9a9a9}
.case-read-info__name{color:#1e1e1e;font-size:20px;font-weight:600}
.case-read-info__date{position:relative;color:#535953;font-size:16px;padding-left:15px}
.case-read-info__date::before{position:absolute;top:0;bottom:0;left:0;content:'';width:5px;height:5px;border-radius:50%;background:#535953;margin:auto;}
.case-read-btn{transition:.3s ease-in-out;display:flex;justify-content:center;align-items:center;gap:12px;padding:0 24px;height:60px;background:#52b25c;color:#fff;fill:#fff;border-radius:7px;font-size:16px;}
.case-read-btn:hover{background:#6ab757}
.case-read-pic{display:flex;justify-content:center;align-items:center;height:100%}

/****/

.iframe{position:absolute;top:0;right:0;bottom:0;left:0;z-index:10;width:100%;height:100%;border:0;outline:0}

.d-lead{position:relative;margin-bottom:115px}
.d-lead::before{position:absolute;top:0;right:0;left:0;bottom:40px;z-index:-10;content:'';background:#f9f9f9}
.d-lead::after{position:absolute;top:calc(100% - 427px);right:0;left:0;z-index:-5;content:'';background:url('../img/download/lead-decor.svg') no-repeat center bottom / cover;height:562px}
.d-lead-wrap{display:flex;gap:20px}
.d-lead-pic{flex-shrink:0;width:560px;height:385px;margin:auto 0 15px}
.d-lead-pic__container{}
.d-lead-info{max-width:540px;margin-top:50px}
.d-lead-info__title{line-height:1.3;margin:0 0 33px 0;font-size:42px;font-weight:700}
.d-lead-info__list{margin:0 0 34px 0}
.d-lead-info__list li + li{margin-top:13px}
.d-lead-info__desc{color:#1e1e1e;line-height:1.2;margin:0 0 20px 0;font-size:20px;font-weight:600}
.d-lead-info__btn-block{flex-direction:row;align-items:center;justify-content:start;flex-wrap:wrap;margin-top:0;gap:20px}
.d-lead-info__btn-block .btn{flex-shrink:0}
.d-lead-info__btn-block .btn-info{display:flex;flex-direction:column;justify-content:start;align-items:start;gap:5px;text-align:left;padding:0;margin:0;width:auto}

.d-how{margin-bottom:120px}
.d-how-title{margin-bottom:40px}
.d-how-grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:20px;margin-bottom:42px}
.d-how-item{background:#fff;padding:20px;border-radius:18px;box-shadow:0 10px 84px rgba(64, 71, 62, 0.1)}
.d-how-item__icon{margin-bottom:20px;width:40px;height:40px}
.d-how-item__desc{font-size:16px;line-height:26px}
.d-how-item__desc a{transition:.2s ease-in-out;color:#5c9ae6;border-bottom:1px solid}
.d-how-item__desc a:hover{border-color:transparent}
.d-how-action{display:flex;justify-content:center;align-items:center}
.d-how-action .btn-block{margin-top:0}

.d-widget{margin-bottom:120px}
.d-widget-wrap{overflow:hidden;position:relative;display:flex;justify-content:start;align-items:start;background:#e6eef8;z-index:1;min-height:387px;padding:60px 70px;border-radius:18px}
.d-widget-wrap::before{position:absolute;top:0;bottom:0;right:0;z-index:-1;content:'';background:url('../img/download/widget.webp') no-repeat center right / cover;width:608px;border-radius:inherit}
.d-widget-info{display:flex;flex-direction:column;justify-content:start;align-items:start;max-width:540px}
.d-widget-info__title{line-height:1.2;font-size:38px;font-weight:700;margin-bottom:20px}
.d-widget-info__desc{max-width:400px;margin-bottom:40px}
.d-widget-info__btn{transition:.2s ease-in-out;display:flex;justify-content:center;align-items:center;color:rgba(30, 30, 30, 0.55);height:52px;padding:0 40px;font-size:17px;font-weight:500;border:1px solid rgba(30, 30, 30, 0.55);border-radius:7px}
.d-widget-info__btn:hover{background:rgba(30, 30, 30, 0.55);color:#fff}

.d-who{margin-bottom:120px}
.d-who-title{margin-bottom:70px}
.d-who-grid{display:flex;flex-direction:column;gap:100px}
.d-who-item{display:flex;justify-content:start;align-items:start;gap:60px}
.d-who-item:nth-child(odd) .d-who-item__pic{margin-left:auto}
.d-who-item:nth-child(odd) .d-who-item__video{margin-left:auto}
.d-who-item__info{width:100%;max-width:450px;padding:35px 0}
.d-who-item__info__title{line-height:1.3;font-size:38px;font-weight:600;margin:0 0 25px 0}
.d-who-item__info__desc{line-height:1.6;font-size:20px;font-weight:300;margin:0 0 0 0}
.d-who-item__pic{}
.d-who-item__video{overflow:hidden;position:relative;width:100%;max-width:600px;border-radius:18px;box-shadow:0 10px 84px rgba(64, 71, 62, 0.1)}
.d-who-item__video__frame{overflow:hidden;position:relative;padding-bottom:calc(400 / 600 * 100%);transform:scale(1.01)}
.d-who-item__video__video{position:absolute;top:0;right:0;bottom:0;left:0;height:100%;object-position:center;object-fit:cover}
/*.d-who-item__video:hover .d-who-item__video__play{transform:translate(-50%, -50%) scale(1.1);fill:#52b25c}
.d-who-item__video::before{transition:.2s ease-in-out;position:absolute;top:0;right:0;bottom:0;left:0;content:'';background:#000;opacity:.2}
.d-who-item__video__play{transition:.2s ease-in-out;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:50px;height:50px;fill:#fff}*/

.d-download{margin-bottom:120px}
.d-download-wrap{display:flex;flex-direction:column;justify-content:center;align-items:center;background:#eaf2fb url('../img/download/download.webp') no-repeat center / cover;min-height:300px;padding:20px;border-radius:18px}
.d-download-title{line-height:1.2;font-size:38px;font-weight:700;margin:0 0 40px 0;width:100%;max-width:610px;text-align:center}
.d-download-action{}
.d-download-action .btn-block{margin-top:0}

.d-reviews{margin-bottom:120px}
.d-reviews .reviews-slider{margin-top:30px}
.d-reviews .review{margin-top:15px;margin-bottom:15px;box-shadow:0 0 20px rgba(64, 71, 62, 0.1);}

.d-slider{margin-bottom:120px}
.d-slider-title{margin-bottom:42px}

.d-use{position:relative;margin-bottom:165px}
.d-use::before{position:absolute;right:0;bottom:-40px;left:0;z-index:-1;content:'';background:url('../img/download/use-decor.svg') no-repeat top / cover;height:580px}
.d-use-title{margin:0 0 40px 0}
.d-use-desc{line-height:1.6;margin-bottom:40px;font-size:20px;font-weight:300}
.d-use-grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:20px}
.d-use-item{display:flex;flex-direction:column;justify-content:start;align-items:start;background:#fff;padding:30px 40px;box-shadow:0 10px 84px rgba(64, 71, 62, .1);border-radius:18px}
.d-use-item__title{line-height:1.2;margin:0 0 27px 0;font-size:24px;font-weight:600}
.d-use-item__desc{position:relative;line-height:1.5;padding-left:52px;font-size:20px;margin-bottom:31px}
.d-use-item__desc::before{position:absolute;top:6px;left:2px;content:'';width:26px;height:19px;background:url("data:image/svg+xml,%3Csvg width='26' height='19' viewBox='0 0 26 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.9627 17.3379C1.5877 15.8254 0.762695 14.1754 0.762695 11.4254C0.762695 6.61289 4.2002 2.35039 9.0127 0.150391L10.2502 1.93789C5.7127 4.41289 4.7502 7.57539 4.4752 9.63789C5.1627 9.22539 6.1252 9.08789 7.0877 9.22539C9.5627 9.50039 11.4877 11.4254 11.4877 14.0379C11.4877 15.2754 10.9377 16.5129 10.1127 17.4754C9.1502 18.4379 8.0502 18.8504 6.6752 18.8504C5.1627 18.8504 3.7877 18.1629 2.9627 17.3379ZM16.7127 17.3379C15.3377 15.8254 14.5127 14.1754 14.5127 11.4254C14.5127 6.61289 17.9502 2.35039 22.7627 0.150391L24.0002 1.93789C19.4627 4.41289 18.5002 7.57539 18.2252 9.63789C18.9127 9.22539 19.8752 9.08789 20.8377 9.22539C23.3127 9.50039 25.2377 11.4254 25.2377 14.0379C25.2377 15.2754 24.6877 16.5129 23.8627 17.4754C23.0377 18.4379 21.8002 18.8504 20.4252 18.8504C18.9127 18.8504 17.5377 18.1629 16.7127 17.3379Z' fill='%235C9AE6'/%3E%3C/svg%3E%0A") no-repeat center / cover}
.d-use-item__action{display:flex;align-items:center;gap:25px;margin-bottom:25px;}
.d-use-item__action__item{position:relative;color:#a9a9a9}
.d-use-item__action__item:nth-child(n+2)::before{position:absolute;top:50%;left:-15px;content:'';transform:translateY(-50%);background:#a9a9a9;width:5px;height:5px;border-radius:50%}
.d-use-item__link{transition:.2s ease-in-out;display:flex;justify-content:center;align-items:center;gap:12px;height:59px;padding:0 24px;font-size:16px;background:#52b25c;color:#fff;fill:#fff;border-radius:7px}
.d-use-item__link:hover{background:#59aa45}

.d-system{background:0;margin-bottom:165px;padding:0}
.d-system strong{color:#5c9ae6}

@media screen and (max-width: 1199px) {
  .case-lead-title, .case-read-title{font-size:42px}
  .case-lead-subtitle, .case-read-subtitle{font-size:36px}
  .case-read-wrap{flex-direction:column;justify-content:center;align-items:center;background:#fff linear-gradient(0, #78c664 0, transparent 50%)}
  .case-read-left{justify-content:center;align-items:center;max-width:100%;text-align:center;padding:30px 20px}
  .case-read-right{max-width:400px;margin:0 0 30px 0}
  .case-read-info{justify-content:center;align-items:center}
  .case-read-info__date{padding:0}
  .case-read-info__date::before{display:none}
  .case-read-desc{text-align:left}

  .d-widget-info__title, .d-lead-info__title, .d-slider-title, .d-use-title{font-size:36px}
  .d-who-item__info__title, .d-download-title{font-size:30px}

  .d-lead-pic{width:500px}
  .d-lead-info__desc{font-size:18px}
  .d-who-item__info{margin-top:-5px;padding:0}
  .d-how-grid{grid-template-columns:repeat(2, 1fr)}
  .d-use-grid{grid-template-columns:repeat(1, 1fr)}
}

@media screen and (max-width: 991px) {
  .case{margin-bottom:100px}
  .case-lead{flex-direction:column;justify-content:center;align-items:center;background:#fff linear-gradient(0, #b4d2f6 0, transparent 50%)}
  .case-lead-left{justify-content:center;align-items:center;max-width:100%;text-align:center;padding:30px 0}
  .case-lead-right{max-width:400px;margin:0 0 30px 0}
  .case-lead-desc{font-size:20px}
  .case-desc{flex-direction:column;justify-content:start;align-items:start;padding:20px}
  .case-desc-right{margin:0 auto}
  .case-compare-item{padding:20px}
  .case-slider{padding:20px 20px 80px}
  /*.case-slider-button{display:none!important}*/
  .case-slider .case-slider-button{top:calc(50% - 40px)}
  .case-read-wrap{flex-direction:column;justify-content:center;align-items:center;background:#fff linear-gradient(0, #78c664 0, transparent 50%)}
  .case-read-left{justify-content:center;align-items:center;max-width:100%;text-align:center;padding:30px 20px}
  .case-read-right{max-width:400px;margin:0 0 30px 0}
  .case-read-info{justify-content:center;align-items:center}
  .case-read-desc{text-align:left}

  .d-lead{margin-bottom:100px;padding:20px 0 50px 0}
  .d-lead::before{bottom:0}
  .d-lead::after{display:none}
  .d-lead-wrap{flex-direction:column-reverse;justify-content:center;align-items:center;max-width:560px;margin:0 auto}
  .d-lead-pic{position:relative;width:100%;max-width:560px;height:auto;margin:10px 0 0 0;padding-bottom:calc(375 / 560 * 100%)}
  .d-lead-pic img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-position:center;object-fit:cover}
  .d-lead-info{display:flex;flex-direction:column;justify-content:center;align-items:center;margin:0}
  .d-lead-info__title{text-align:center}
  .d-lead-info__title br{display:none}
  .d-lead-info__desc{text-align:center}
  .d-lead-info__btn-block{flex-direction:column;justify-content:center;align-items:center}
  .d-lead-info__btn-block .btn-info{justify-content:center;align-items:center}
  .d-how{margin-bottom:100px}
  .d-widget{margin-bottom:100px}
  .d-widget-info{justify-content:center;align-items:center;text-align:center}
  .d-widget-wrap{justify-content:center;align-items:center}
  .d-widget-wrap::before{width:100%;opacity:.25}
  .d-who{margin-bottom:100px}
  .d-who-grid{gap:60px}
  .d-who-item{flex-direction:column;justify-content:center;line-height:center;gap:30px}
  .d-who-item:nth-child(odd) .d-who-item__pic{margin:0}
  .d-who-item:nth-child(odd) .d-who-item__video{margin:0}
  .d-who-item__pic{order:-1}
  .d-who-item__pic img{width:100%}
  .d-who-item__video{order:-1;margin-left:auto!important;margin-right:auto!important;}
  .d-who-item__video img{width:100%}
  .d-who-item__info{margin:0;max-width:100%}
  .d-who-item__info__title{margin-bottom:15px}
  .d-who-item__info__desc{font-size:16px}
  .d-download{margin-bottom:100px}
  .d-download-wrap{background-position:left}
  .d-reviews{margin-bottom:100px}
  .d-use{margin-bottom:100px}
  .d-system{margin-bottom:100px}
  .d-use-item__desc{font-size:16px}
  .d-use-desc{font-size:18px}
}

@media screen and (max-width: 767px) {
  .case{margin-bottom:80px}
  .case-lead-desc{font-size:16px}
  .case-lead-date__icon{width:20px;height:20px}
  .case-compare{grid-template-columns:repeat(1, 1fr)}
  .case-slider{padding:0 0 80px 0}
  .case-read{padding-bottom:80px}
  .case-read-title{margin-bottom:20px}
  .case-read-info{flex-direction:column;gap:0}
  .case-read-desc{padding-left:35px;font-size:16px}
  .case-read-desc::before{width:21px;height:16px}
  .case-read-desc br{display:none}

  .d-who-title br, .d-how-title br, .d-slider-title br, .d-use-title br{display:none}

  .d-lead{margin-bottom:80px}
  .d-lead-info__desc{font-size:16px}
  .d-lead-info__desc br{display:none}
  .d-how{margin-bottom:80px}
  .d-how-grid{grid-template-columns:repeat(1, 1fr)}
  .d-widget{margin-bottom:80px}
  .d-widget-wrap{min-height:auto;padding:30px 20px}
  .d-who{margin-bottom:80px}
  .d-download{margin-bottom:80px}
  .d-download-title{margin-bottom:30px}
  .d-reviews{margin-bottom:80px}
  .d-use{margin-bottom:80px}
  .d-system{margin-bottom:80px}
}

@media screen and (max-width: 575px) {
  .case-lead-title, .case-read-title{font-size:32px}
  .case-lead-subtitle, .case-compare-item__title, .case-read-subtitle{font-size:24px}

  .d-widget-info__title, .d-lead-info__title, .d-download-title, .d-slider-title, .d-use-title{font-size:24px}
  .d-who-item__info__title, .d-use-item__title{font-size:20px}

  .d-lead-info__title{font-size:26px}
  .d-widget-info__btn{padding:0 20px}
  .d-reviews{padding-bottom:0}
  .d-use-item{padding:20px}
  .d-use-item__desc{padding-left:35px;font-size:16px}
  .d-use-item__desc::before{width:21px;height:16px}
  .d-use-item__action{flex-direction:column;justify-content:start;align-items:start;gap:5px}
  .d-use-item__action__item:nth-child(n+2)::before{display:none}

  .case-slider .case-slider-button{top:calc(50% - 40px)}
  .case-slider .case-slider-button svg{width:14px;height:23px}
  .case-slider .case-slider-button.back{left:15px}
  .case-slider .case-slider-button.next{right:15px}
}

.img-status{position:absolute;top:15px;left:30px;display:flex;flex-direction:column;justify-content:start;align-items:start;gap:15px}
.img-status__item{position:relative;display:flex;justify-content:center;align-items:center;background:#fff;color:#1e1e1e;height:25px;line-height:1;padding:0 12px 0 25px;font-size:13px;font-weight:300;border-radius:6px;filter:drop-shadow(0 2px 11px rgba(8, 18, 8, .15))}
.img-status__item::before{position:absolute;top:50%;left:-16px;content:'';transform:translateY(-50%);width:33px;height:33px}
.img-status__item.is-good::before{background:url("data:image/svg+xml,%3Csvg width='33' height='33' viewBox='0 0 33 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='33' height='33' rx='16.5' fill='url(%23paint0_linear_4032_5)'/%3E%3Cpath d='M22.1666 12.25L14.3749 20.0417L10.8333 16.5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_4032_5' x1='-4.24615e-07' y1='1.2' x2='21.8234' y2='37.2171' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.0531633' stop-color='%2385D571'/%3E%3Cstop offset='0.957809' stop-color='%235AA547'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat center / cover}
.img-status__item.is-bad::before{background:url("data:image/svg+xml,%3Csvg width='33' height='33' viewBox='0 0 33 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='33' height='33' rx='16.5' fill='url(%23paint0_linear_4032_16)'/%3E%3Cpath d='M20.75 12.25L12.25 20.75M12.25 12.25L20.75 20.75' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_4032_16' x1='-4.24615e-07' y1='1.2' x2='21.8234' y2='37.2171' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.0531633' stop-color='%23FF6E6E'/%3E%3Cstop offset='0.957809' stop-color='%23D62634'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat center / cover}

@media screen and (max-width: 575px) {
  .img-status{transform:scale(0.8);transform-origin:top left;top:15px;left:25px}
}

.a-social{display:flex;justify-content:start;align-items:center;gap:15px;margin:30px 0}
.a-social__title{color:#1e1e1e;font-size:18px;font-weight:600}
.a-social__grid{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:10px}
.a-social__grid__item{transition:.2s;display:flex;justify-content:center;align-items:center}
.a-social__grid__item:hover{transform:scale(1.1)}
.a-social__grid__item.is-disabled{display:none}

.list-check-green{display:flex;flex-direction:column;gap:15px}
.list-check-green li{position:relative;padding-left:30px;font-size:20px;line-height:1.45}
.list-check-green li::before{position:absolute;top:10px;left:0;content:'';background:url("data:image/svg+xml,%3Csvg width='15' height='13' viewBox='0 0 15 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.82107 12.625C5.38381 12.625 4.96213 12.4425 4.64983 12.1106L0.480228 7.68044C-0.160076 7.00012 -0.160076 5.88845 0.480228 5.20813C1.12053 4.5278 2.16681 4.5278 2.80711 5.20813L5.77424 8.3607L11.9584 1.19274C12.5674 0.479318 13.6137 0.429421 14.2853 1.0932C14.9567 1.74031 15.0037 2.85198 14.3789 3.56551L7.03919 12.0609C6.74245 12.4094 6.30522 12.625 5.85237 12.625H5.8211L5.82107 12.625Z' fill='%2359AA45'/%3E%3C/svg%3E%0A") no-repeat center / contain;width:15px;height:13px}

@media screen and (max-width: 1199px) {
  .list-check-green li{font-size:18px}
  .list-check-green li::before{top:6px;transform:scale(.9);transform-origin:center right}
}

@media screen and (max-width: 575px) {
  .list-check-green li{font-size:14px;padding-left:25px}
}

.t-widget{position:relative}
.t-widget:before{position:absolute;top:-40px;right:0;bottom:-8px;left:-9px;z-index:-1;content:'';background:radial-gradient(75.08% 386.81% at 24.92% 31.85%, rgba(33, 166, 99, 0.06) 0%, rgba(33, 166, 99, 0) 50.88%);opacity:.7}
.t-widget-wrap{position:relative;display:flex;background:url('../img/widget/bg.webp') no-repeat center / cover;padding:53px 77px 55px;border:1px solid rgba(33, 166, 99, .1);box-shadow:0 18px 40px rgba(16, 24, 40, 0.08);border-radius:18px}
.t-widget-info{width:100%;max-width:530px}
.t-widget-info__title{margin-bottom:25px;line-height:1.25;font-size:36px;font-weight:700}
.t-widget-info__list{margin-bottom:35px}
.t-widget-info__action{display:flex;flex-wrap:wrap;align-items:center;gap:14px}
.t-widget-info__action__button{transition:.3s;display:flex;justify-content:center;align-items:center;background:#52b25c;color:#fff;height:58px;padding:0 24px;font-size:15px;font-weight:500;border-radius:7px}
.t-widget-info__action__button:hover{background:#6ab757}
.t-widget-info__action__link{transition:.3s;color:#59aa45;line-height:1.2;font-size:15px;font-weight:500;border-bottom:1px dashed}
.t-widget-info__action__link:Hover{border-color:transparent}
.t-widget-pic{position:absolute;top:25px;right:0;pointer-events:none}
.t-widget-pic__container{}

@media screen and (max-width: 1199px) {
  .t-widget-wrap{padding:30px}
  .t-widget-info{max-width:460px}
  .t-widget-info__title{font-size:32px}
  .t-widget-pic{top:-10px;right:-75px}
}

@media screen and (max-width: 991px) {
  .t-widget-wrap{flex-direction:column-reverse;justify-content:center;align-items:center;gap:30px;background:#fff}
  .t-widget-info{display:flex;flex-direction:column;justify-content:center;align-items:center;max-width:100%}
  .t-widget-info__title{text-align:center;font-size:24px}
  .t-widget-pic{position:static;width:100%;max-width:562px;margin:-5% -8% -8% 0}
  .t-widget-pic__container{position:relative;padding-bottom:calc(450 / 562 * 100%)}
  .t-widget-pic__container img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-position:center;object-fit:cover}
}

@media screen and (max-width: 767px) {
  .t-widget-info__action{flex-direction:column;justify-content:center;width:100%}
  .t-widget-info__action__button{max-width:280px;width:100%}
}

@media screen and (max-width: 575px) {
  .t-widget-wrap{gap:20px;padding:15px 15px 30px}
  .t-widget-info__title{font-size:20px}
  .t-widget-info__list{margin-bottom:30px}
  .t-widget-pic{width:120%}
  .t-widget-info__action__button{height:52px;font-size:14px}
  .t-widget-info__action__link{font-size:14px}
}

.article-video-static{width:100%;margin:30px 0}
.article-video-static__container{overflow:hidden;position:relative;width:100%;padding-bottom:56.25%;border-radius:12px}
.article-video-static__container__iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}

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

.cases{margin-bottom:120px;padding:25px 0 0 0}
.cases-title{color:#1e1e1e;font-size:42px;line-height:1.2;margin:50px 0 60px;text-align:center}
.cases-item{display:flex;justify-content:space-between;gap:30px;background:#f9f9f9;margin-bottom:40px;padding:30px;border-radius:10px}
.cases-item:last-of-type{margin-bottom:0}
.cases-item-info{display:flex;flex-direction:column;justify-content:start;align-items:start;width:100%;max-width:620px;}
.cases-item-info__head{display:flex;align-items:center;gap:16px;margin-bottom:24px}
.cases-item-info__head__icon{display:flex;justify-content:center;align-items:center;flex-shrink:0;width:50px;height:50px;background:#fff;box-shadow:0 2px 11px rgba(26, 41, 78, 0.1);border-radius:7px}
.cases-item-info__head__title{color:#1e1e1e;font-size:28px;font-weight:700;line-height:1.45;margin:0}
.cases-item-info__desc{margin:0 0 20px 0}
.cases-item-info__link{opacity:.5;transition:.3s ease-in-out;display:flex;justify-content:center;align-items:center;color:#1E1E1E;height:43px;min-width:245px;margin-top:10px;padding:0 20px;font-size:15px;font-weight:500;border:1px solid #1e1e1e;border-radius:7px}
.cases-item-info__link:hover{opacity:1}
.cases-item-pic{flex-shrink:0;width:100%;max-width:338px}
.cases-item-pic__container{overflow:hidden;position:relative;width:100%;padding-bottom:calc(338 / 338 * 100%);border-radius:10px}
.cases-item-pic__container img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}

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

}

@media screen and (max-width: 991px) {
  .cases{margin-bottom:100px}
  .cases-title{font-size:38px}
  .cases-item{flex-direction:column-reverse}
}

@media screen and (max-width: 767px) {
  .cases{margin-bottom:80px}
  .cases-title{font-size:32px}
  .cases-item-info__head__title{font-size:24px}
}

@media screen and (max-width: 575px) {
  .cases-title{margin-bottom:30px;font-size:28px}
  .cases-item{padding:20px}
  .cases-item-info__head__title{font-size:18px}
  .cases-item-info__link{min-width:0;margin-top:0}
}

.hero-option-01{margin-bottom:150px}
.hero-option-01 .hero-block{align-items:center}
.hero-option-01 .hero-image{max-width:850px}
.hero-option-01 .hero-image img{border-radius:12px}

.steps-option-01{}
.steps-option-01 .steps-block{gap:45px 0;margin-top:80px}

.clients-option-01{}
.clients-option-01 .clients-image{padding-bottom:26%}

.poster-option-01{margin-bottom:150px}
.poster-option-01 .poster-main .poster-btn.poster-btn-arrow{bottom:-50px}

@media screen and (max-width: 1799px) and (min-width: 992px) {
  .hero-option-01 .hero-image{margin-right:40px}
}

@media screen and (max-width: 991px) {
  .clients-option-01 .clients-image{padding-bottom:calc(645 / 1200 * 100%)}
}

.welcome-lead{background:#f9f9f9;}
.welcome-lead-wrap{display:flex;justify-content:space-between;align-items:center;gap:38px;padding:65px 0 62px}
.welcome-lead-pic{width:100%;max-width:542px;margin-top:30px}
.welcome-lead-pic__container{position:relative;width:100%;calc(448 / 542 * 100%)}
.welcome-lead-info{}
.welcome-lead-info__title{font-size:42px;font-weight:700;line-height:1.23;margin:0 0 31px;letter-spacing:1.2px}
.welcome-lead-info__desc{margin:0 0 22px 0;line-height:1.5;font-weight:400}
.welcome-lead-info__list{display:flex;flex-direction:column;gap:13px;margin-bottom:28px}
.welcome-lead-info__list__item{display:flex;align-items:center;gap:10px}
.welcome-lead-info__list__icon{display:flex;justify-content:center;align-items:center;width:28px;height:28px}
.welcome-lead-info__list__text{line-height:1.5;font-weight:400}
.welcome-lead-info__btn-block{}
.welcome-lead-info__btn-block .btn{font-size:18px;font-weight:500}

.welcome-video{}
.welcome-video .section-title{margin-top:0;letter-spacing:1.2px}
.welcome-video .section-desc{text-align:left;margin-bottom:55px;font-size:20px;line-height:1.5}

@media screen and (min-width: 767px) {
  .welcome-video .video-block{width:100%;max-width:794px}
  .welcome-video .video__title{font-size:30px}
  .welcome-video .video__play{width:88px;height:88px}
  .welcome-video .video__text-block{width:328px;margin-top:-126px;padding:25px 27px 24px}
  .welcome-video .video__label{width:100%;padding:9px 24px}
}

.welcome-do{background:#f9f9f9;padding:70px 0;margin-bottom:0}
.welcome-do .section-title{margin-top:0}
.welcome-do .section-desc{text-align:left;margin-bottom:50px;font-size:20px;line-height:1.5;letter-spacing:.1px}
.welcome-do-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:30px}
.welcome-do-item{display:flex;flex-direction:column}
.welcome-do-item:hover .welcome-do-item-info__title{color:#52b25c}
.welcome-do-item-pic{flex-shrink:0;width:100%;padding:0 15px}
.welcome-do-item-pic__container{overflow:hidden;position:relative;width:100%;padding-bottom:calc(251 / 330 * 100%);border-radius:18px}
.welcome-do-item-pic__container img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-position:center;object-fit:cover}
.welcome-do-item-info{position:relative;z-index:1;flex-grow:1;background:#fff;margin-top:-34px;padding:30px 30px 58px;box-shadow:0 10px 85px 0 rgba(64, 71, 62, .1);border-radius:18px}
.welcome-do-item-info__title{transition:.2s ease;color:#092503;font-size:24px;line-height:28px;font-weight:600;margin:0 0 15px 0}
.welcome-do-item-info__desc{line-height:1.4;margin:0}

.welcome-promo{overflow:hidden;background:#384634 url('../img/welcome-new/promo-bg.webp') no-repeat center / cover;color:#fff}
.welcome-promo-wrap{position:relative;display:flex;align-items:center;padding:87px 0 106px}
.welcome-promo-info{width:100%;max-width:684px}
.welcome-promo-info__title{font-size:48px;font-weight:700;line-height:1.2;margin:0 0 24px}
.welcome-promo-info__desc{font-size:20px;font-weight:600;line-height:1.4;margin:0 0 24px}
.welcome-promo-info__list{font-size:18px;margin-bottom:35px;}
.welcome-promo-info__list li{font-size:18px;font-weight:400;padding-left:25px}
.welcome-promo-info__list li:before{top:5px}
.welcome-promo-info__list li + li{margin-top:10px}
.welcome-promo-info__btn-block{}
.welcome-promo-info__btn-block .btn{font-size:18px;font-weight:500}
.welcome-promo-info__btn-block .btn-info{color:#cdcdcd}
.welcome-promo-pic{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;max-width:645px;margin:-10px 0 0 420px}
.welcome-promo-pic__container{position:relative;width:100%;padding-bottom:calc(363 / 645 * 100%)}
.welcome-promo-pic__container img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-position:center;object-fit:cover}


@media screen and (max-width: 1599px) {
  .welcome-lead-wrap{padding-top:30px}
  .welcome-promo-wrap{gap:20px}
  .welcome-promo-pic{position:static;transform:none;margin:0}
  .welcome-promo-info{max-width:480px}
}

@media screen and (max-width: 1199px) {
  .welcome-lead-wrap{padding-top:30px}
  .welcome-lead-info__title{font-size:34px}
  .welcome-lead-info__desc{font-size:18px}
  .welcome-lead-info__list__text{font-size:18px}
  .welcome-lead-pic{max-width:460px}
  .welcome-promo-info{max-width:560px}
  .welcome-promo-info__title{font-size:34px}
  .welcome-promo-info__desc{font-size:18px}
  .welcome-promo-info__list li{font-size:18px}
  .welcome-video .section-desc{font-size:18px}
  .welcome-do .section-desc{font-size:18px}
}

@media screen and (max-width: 991px) {
  .welcome-lead-wrap{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:0px;padding-top:30px}
  .welcome-lead-info{display:flex;flex-direction:column;justify-content:center;align-items:center}
  .welcome-lead-info__title{text-align:center}
  .welcome-lead-info__desc{text-align:center}
  .welcome-lead-pic{margin-top:0}
  .welcome-video .section-desc{margin-bottom:30px}
  .welcome-video  br{display:none}
  .welcome-do .section-desc{margin-bottom:30px}
  .welcome-do-grid{grid-template-columns:repeat(1, 1fr);max-width:360px;margin:0 auto}
  .welcome-promo-wrap{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:30px;padding:60px 0}
  .welcome-promo-info{display:flex;flex-direction:column;justify-content:center;align-items:center}
  .welcome-promo-info__title{text-align:center}
  .welcome-promo-info__desc{text-align:center}
  .welcome-promo-pic{position:static;margin:0;transform:none}
}

@media screen and (max-width: 575px) {
  .welcome-lead-info__title{font-size:26px;margin-bottom:15px}
  .welcome-lead-info__desc{font-size:14px;margin-bottom:15px}
  .welcome-lead-info__list{margin-bottom:15px}
  .welcome-lead-info__list__text{font-size:14px}
  .welcome-lead-info__btn-block .btn{font-size:14px}
  .welcome-do .section-desc{font-size:14px}
  .welcome-do-item-info{padding:20px 20px 25px}
  .welcome-do-item-info__title{font-size:20px;margin-bottom:10px}
  .welcome-promo-info__title{font-size:26px;margin-bottom:25px}
  .welcome-promo-info__desc{font-size:14px;margin-bottom:25px}
  .welcome-promo-info__list{margin-bottom:25px}
  .welcome-promo-info__list li{font-size:14px}
  .welcome-promo-info__btn-block .btn{font-size:14px}
  .welcome-video .section-desc{font-size:14px}
}

.c-page{}
.c-page h1, .c-page .h1{line-height:1.3;font-size:48px;font-weight:700}
.c-page h2, .c-page .h2{line-height:1.4;font-size:48px;font-weight:700}
.c-page h3, .c-page .h3{line-height:1.2;font-size:38px;font-weight:600}
.c-page h4, .c-page .h4{line-height:1.2;font-size:24px;font-weight:600}

.c-button{transition:.3s ease;display:flex;justify-content:center;align-items:center;gap:12px;background:#3e94b5;color:#fff;height:59px;padding:0 40px;font-weight:500;border-radius:7px;cursor:pointer}
.c-button:hover{background:#327893}

.c-section{margin-bottom:120px}
.c-section-head{margin-bottom:50px;text-align:center}
.c-section-head__title{margin:0 0 0 0}
.c-section-head__desc{max-width:900px;margin:12px auto 0 auto}

.c-lead{background:rgba(242, 242, 246, .4);margin-bottom:60px;padding:23px 0 60px}
.c-lead #breadcrumbs{margin-bottom:49px}
.c-lead-wrap{display:flex;gap:32px 20px;margin-bottom:58px}
.c-lead-info{display:flex;flex-direction:column;justify-content:start;align-items:start}
.c-lead-info__title{margin:0 0 20px 0}
.c-lead-info__desc{line-height:1.6;margin:0 0 10px 0}
.c-lead-info__action{display:flex;flex-direction:column;justify-content:start;align-items:start;gap:12px;margin-top:25px}
.c-lead-info__action__button{}
.c-lead-info__action__desc{font-size:16px;font-weight:300}
.c-lead-pic{flex-shrink:0;width:100%;max-width:560px}
.c-lead-pic__container{position:relative;width:100%;padding-bottom:calc(438 / 560 * 100%)}
.c-lead-pic__container img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border-radius:18px}
.c-lead-advantage{display:grid;grid-template-columns:repeat(3, 1fr);gap:20px}
.c-lead-advantage__item{display:flex;align-items:center;gap:20px;background:#fff;height:100px;padding:0 24px;border-radius:18px;box-shadow:0 10px 84px rgba(64, 71, 62, .1)}
.c-lead-advantage__item__icon{flex-shrink:0;width:57px;height:57px}
.c-lead-advantage__item__text{line-height:1.3;font-size:20px;font-weight:500}

.c-inc{}
.c-inc .c-section-head{margin-bottom:80px}
.c-inc-grid{display:flex;flex-direction:column;gap:100px}
.c-inc-item{display:flex;align-items:center;gap:32px 80px}
.c-inc-item__info{}
.c-inc-item__info > *:last-child{margin-bottom:0}
.c-inc-item__info__title{margin:0 0 25px 0}
.c-inc-item__info__desc{margin:0 0 13px 0;font-weight:300}
.c-inc-item__pic{flex-shrink:0;width:100%;max-width:578px}
.c-inc-item__pic__container{overflow:hidden;position:relative;width:100%;padding-bottom:calc(400 / 578 * 100%);border-radius:12px}
.c-inc-item__pic__container img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border-radius:12px}

.c-advantage{}
.c-advantage-grid{display:grid;align-items:start;grid-template-columns:repeat(3, 1fr);gap:30px;margin-bottom:52px}
.c-advantage-item{display:flex;flex-direction:column;height:100%}
.c-advantage-item__pic{width:100%;padding:0 15px}
.c-advantage-item__pic__container{position:relative;width:100%;padding-bottom:calc(257 / 330 * 100%)}
.c-advantage-item__pic__container img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border-radius:18px;object-fit:cover}
.c-advantage-item__info{position:relative;flex-grow:1;background:#fff;margin-top:-40px;padding:30px;text-align:center;box-shadow:0 10px 84px rgba(64, 71, 62, .1);border-radius:18px}
.c-advantage-item__info__title{margin:0 0 15px 0}
.c-advantage-item__info__desc{line-height:1.4;margin:0 0 0 0}
.c-advantage-desc{line-height:1.6;width:100%;max-width:635px;margin:0 auto 30px;text-align:center}
.c-advantage-action{display:flex;justify-content:center;align-items:center}
.c-advantage-action__button{}

.c-video{}
.c-video-player{width:100%}
.c-video-player__container{overflow:hidden;position:relative;display:block;width:100%;padding-bottom:calc(641 / 1140 * 100%);border-radius:18px}
.c-video-player__container img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border-radius:18px}

.c-offer{}
.c-offer-group{}
.c-offer-slider{}
.c-offer-slider .slick-list{margin:-20px -10px}
.c-offer-slider .slick-track{display:flex}
.c-offer-slider .slick-slide{margin:20px 10px;height:auto}
.c-offer-slider .reviews-slider__back{top:50%;left:-50px;transform:translateY(-50%)}
.c-offer-slider .reviews-slider__next{top:50%;right:-50px;transform:translateY(-50%)}
.c-offer-slide{}
.c-offer-slide-wrap{display:flex;flex-direction:column;height:100%}
.c-offer-slide-pic{flex-shrink:0;padding:0 15px}
.c-offer-slide-pic__container{display:flex;justify-content:center;align-items:center;background:#f9f9f9;height:200px;padding:10px;border-radius:8px}
.c-offer-slide-info{flex-grow:1;background:#fff;margin-top:-21px;padding:24px 23px;box-shadow:0 5px 10px rgba(64, 71, 62, 0.1);border-radius:18px}
.c-offer-slide-info__title{line-height:1.2;font-size:24px;font-weight:600;text-align:center}

.c-extra{margin-bottom:100px}
.c-extra-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:30px}
.c-extra-item{display:flex;flex-direction:column;justify-content:start;align-items:center;background:#fff;padding:35px 30px 25px;box-shadow:0 10px 84px rgba(64, 71, 62, 0.1);border-radius:18px}
.c-extra-item__icon{display:flex;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:15px}
.c-extra-item__info{text-align:center}
.c-extra-item__info__title{margin:0 0 20px}
.c-extra-item__info__desc{line-height:1.45;margin:0}

.c-conditions{background:#f9f9f9;padding:60px 0}
.c-conditions-grid{position:relative;display:flex;flex-direction:column;gap:45px;max-width:772px;margin:0 auto 50px}
.c-conditions-grid::before{position:absolute;top:10px;bottom:10px;left:50%;content:'';transform:translateX(-50%);border-right:2px dashed #59aa45;opacity:.3}
.c-conditions-item{position:relative;width:100%;max-width:345px}
.c-conditions-item::before{position:absolute;top:4px;content:'';background:#59aa45;width:20px;height:20px;border-radius:50%}
.c-conditions-item:nth-child(odd){margin-left:auto;text-align:left}
.c-conditions-item:nth-child(odd)::before{right:calc(100% + 31px)}
.c-conditions-item:nth-child(even){margin-right:auto;text-align:right}
.c-conditions-item:nth-child(even)::before{left:calc(100% + 31px)}
.c-conditions-item__desc{line-height:1.5}
.c-conditions-action{display:flex;justify-content:center;align-items:center}
.c-conditions-action__button{}

.c-example{margin-top:-35px}
.c-example-group{}
.c-example-slider{}
.c-example-slider .reviews-slider__back{top:50%;left:-50px;transform:translateY(-50%);margin-top:-18px}
.c-example-slider .reviews-slider__next{top:50%;right:-50px;transform:translateY(-50%);margin-top:-18px}
.c-example-slider .slick-dots{margin-top:20px}
.c-example-slide{}
.c-example-slide-pic{width:100%}
.c-example-slide-pic__container{position:relative;display:block;padding-bottom:calc(600 / 1140 * 100%);border:1px solid #f1f1f1;border-radius:18px}
.c-example-slide-pic__container img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border-radius:18px}

.c-modal{background:#fff;width:100%;max-width:463px;margin:0 auto;padding:0;border-radius:20px}
.c-modal-wrapper{position:relative;display:flex;flex-direction:column;justify-content:start;align-items:start;padding:40px}
.c-modal-close{position:absolute;top:12px;right:12px;width:24px;height:24px;cursor:pointer}
.c-modal-close:hover svg{fill:#1a1a1a;stroke:#1a1a1a}
.c-modal-close svg{transition:.3s ease-in-out;fill:#b9bfb7;stroke:#b9bfb7;stroke-width:0.2;width:16px;height:16px}
.c-modal-title{width:100%;line-height:1.2;margin-bottom:32px;font-size:24px;font-weight:600;text-align:center}
.c-modal-group{position:relative;width:100%;margin-bottom:20px}
.c-modal-label{transition:.2s;transform-origin:left;position:absolute;top:12px;left:10px;display:block;background:transparent;color:rgba(30, 30, 30, 0.4);line-height:1.3;padding:0 6px;font-size:15px;pointer-events:none}
.c-modal-input{transition:.2s ease;display:block;width:100%;padding:0 16px;height:45px;border:1px solid rgba(30, 30, 30, .2);border-radius:7px;outline:0;font-size:15px}
.c-modal-textarea{width:100%;min-height:90px;padding:13px 16px;border:1px solid rgba(30, 30, 30, .2);border-radius:7px;outline:0;font-size:15px;resize:none}
.c-modal-desc{line-height:1.3;margin:-10px 0 32px;font-size:14px}
.c-modal-desc a{background:linear-gradient(270deg, #5696E5 1.7%, #6FAFFF 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent;border-bottom:1px solid #67a7f7}
.c-modal-button{border:0;outline:0;height:45px;font-size:16px;font-weight:400;min-width:200px}
.c-modal-checkbox{display:flex;align-items:start;justify-content:start;gap:10px;margin-bottom:32px}
.c-modal-checkbox__input{flex-shrink:0;-webkit-appearance:checkbox;margin-top:3px}
.c-modal-checkbox__desc{line-height:1.3;font-size:14px}
.c-modal-checkbox__desc a{background:linear-gradient(270deg, #5696E5 1.7%, #6FAFFF 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent;border-bottom:1px solid #67a7f7}


.c-modal-input:focus ~ .c-modal-label{transform:translateY(-22px) scale(0.8);background:#fff}
.c-modal-input:not(:placeholder-shown) ~ .c-modal-label{transform:translateY(-22px) scale(0.8);background:#fff}
.c-modal-textarea:focus ~ .c-modal-label{transform:translateY(-22px) scale(0.8);background:#fff}
.c-modal-textarea:not(:placeholder-shown) ~ .c-modal-label{transform:translateY(-22px) scale(0.8);background:#fff}

@media screen and (min-width: 992px) and (max-height: 700px) {
  .c-lead #breadcrumbs{margin-bottom:15px}
  .c-lead-info__action{margin-top:20px}
}

@media screen and (max-width: 1199px) {
  .c-page h1, .c-page .h1{font-size:34px}
  .c-page h2, .c-page .h2{font-size:34px}
  .c-page h3, .c-page .h3{font-size:24px}
  .c-page h4, .c-page .h4{font-size:20px}
  .c-lead-pic{max-width:450px}
  .c-inc-item__pic{max-width:450px}
  .c-offer-slider .reviews-slider__back{left:-30px}
  .c-offer-slider .reviews-slider__next{right:-30px}
  .c-offer-slide-info__title{font-size:20px}
  .c-example-slider .reviews-slider__back{left:-30px}
  .c-example-slider .reviews-slider__next{right:-30px}
}

@media screen and (max-width: 991px) {
  .c-page h1, .c-page .h1{font-size:28px}
  .c-page h2, .c-page .h2{font-size:24px}
  .c-page h3, .c-page .h3{font-size:20px}
  .c-page h4, .c-page .h4{font-size:20px}
  .c-lead-wrap{flex-direction:column;justify-content:center;align-items:center}
  .c-lead-info{justify-content:center;align-items:center;text-align:center}
  .c-lead-advantage{grid-template-columns:repeat(1, 1fr);max-width:450px;margin:0 auto}
  .c-lead-info__action{justify-content:center;align-items:center;text-align:center}
  .c-inc .c-section-head{margin-bottom:50px}
  .c-inc-grid{gap:50px}
  .c-inc-item{flex-direction:column}
  .c-inc-item__pic{order:10}
  .c-lead-advantage{gap:15px}
  .c-lead-advantage__item{gap:15px;height:82px;padding:0 15px 0 20px}
  .c-lead-advantage__item__icon{width:40px;height:40px}
  .c-lead-advantage__item__icon svg{width:40px;height:40px}
  .c-lead-advantage__item__text{font-size:16px}
  .c-advantage-grid{grid-template-columns:repeat(2, 1fr)}
  .c-advantage-item__info{padding:25px 24px}
  .c-offer{overflow:hidden;margin-bottom:100px;padding-bottom:20px}
  .c-offer-slider .slick-list{overflow:visible}
  .c-offer-slider .slick-list{margin:0 -7.5px}
  .c-offer-slider .slick-slide{width:225px;margin:0 7.5px}
  .c-offer-slide-pic__container{height:160px}
  .c-offer-slide-info{margin-top:-15px}
  .c-offer-slide-info__title{font-size:16px}
  .c-extra-grid{grid-template-columns:repeat(2, 1fr)}
  .c-extra-item{padding:25px 20px}
  .c-extra-item__icon{width:40px;height:40px}
  .c-extra-item__icon svg{width:40px;height:40px}
  .c-conditions-grid{max-width:500px}
  .c-conditions-grid::before{left:0}
  .c-conditions-item{padding-left:25px}
  .c-conditions-item:nth-child(n){max-width:100%;margin:0;text-align:left}
  .c-conditions-item:nth-child(n)::before{right:calc(100% - 10px);left:auto}
}

@media screen and (max-width: 767px) {
  .c-button{min-width:280px;height:50px;font-size:14px}
  .c-section{margin-bottom:50px}
  .c-section-head{margin-bottom:30px}
  .c-section-head__desc{margin-top:12px}
  .c-page h1, .c-page .h1{line-height:1.07}
  .c-page h2, .c-page .h2{line-height:1.2}
  .c-page h3, .c-page .h3{line-height:1.35}
  .c-page h4, .c-page .h4{line-height:1.2}
  .c-lead{margin-bottom:50px;padding:20px 0 50px}
  .c-lead-wrap{margin-bottom:40px}
  .c-lead-info__title{margin-bottom:14px}
  .c-lead-info__action{gap:8px;margin-top:12px}
  .c-lead-info__action__desc{font-size:12px}
  .c-lead-advantage{gap:15px}
  .c-lead-advantage__item{gap:15px;height:82px;padding:0 15px 0 20px}
  .c-lead-advantage__item__icon{width:40px;height:40px}
  .c-lead-advantage__item__icon svg{width:40px;height:40px}
  .c-lead-advantage__item__text{font-size:16px}
  .c-inc .c-section-head{margin-bottom:30px}
  .c-inc .c-section-head__title{padding:0 15px}
  .c-inc-grid{gap:40px}
  .c-inc-item{gap:25px}
  .c-inc-item__info__title{margin-bottom:17px}
  .c-inc-item__info__desc{margin-bottom:8px}
  .c-advantage-grid{grid-template-columns:repeat(1, 1fr);gap:20px;width:100%;max-width:360px;margin:0 auto 30px}
  .c-advantage-item__pic{padding:0 12px}
  .c-advantage-item__pic__container{padding-bottom:calc(159 / 256 * 100%)}
  .c-advantage-item__info{margin-top:-25px}
  .c-advantage-item__info__title{margin-bottom:10px}
  .c-advantage-item__info__title br{display:none}
  .c-advantage-item__info__desc{line-height:21px}
  .c-advantage-desc{margin-bottom:20px}
  .c-video-player__container{padding-bottom:calc(260 / 280 * 100%);border:0;box-shadow:0 10px 84px rgba(64, 71, 62, .1)}
  .c-offer{margin-bottom:30px}
  .c-extra-grid{grid-template-columns:repeat(1, 1fr);gap:20px;width:100%;max-width:360px;margin:0 auto 30px}
  .c-extra-item__icon{margin-bottom:20px}
  .c-conditions{padding:50px 0}
  .c-conditions-grid{gap:39px;margin:55px 0 34px 10px}
  .c-conditions-item{padding-left:22px}
  .c-conditions-item{top:3px}
  .c-conditions-item:nth-child(n)::before{right:calc(100% - 8px);width:16px;height:16px}
  .c-conditions-item__desc{line-height:1.6}
  .c-example{margin-top:0}
  .c-example-slide-pic__container{padding-bottom:calc(260 / 280 * 100%);border:0;box-shadow:0 10px 84px rgba(64, 71, 62, .1)}
  .c-example-slider .reviews-slider__back{left:10px}
  .c-example-slider .reviews-slider__next{right:10px}
  .c-modal-wrapper{padding:34px 20px}
  .c-modal-close{top:9px;right:4px}
  .c-modal-title{margin-bottom:24px;font-size:20px}
  .c-modal-group{margin-bottom:15px}
  .c-modal-label{top:13px;left:4px;font-size:14px}
  .c-modal-input{padding:0 10px;font-size:14px}
  .c-modal-textarea{padding:13px 10px;font-size:14px}
  .c-modal-checkbox{display:flex;align-items:start;justify-content:start;gap:10px;margin-bottom:24px}
  .c-modal-checkbox__desc{font-size:12px}
  .c-modal-checkbox__desc a{}

  .c-modal-button{min-width:auto}
  .c-modal-fancybox .fancybox-slide{padding:15px 20px}
}

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

}
