:root {
  --krasnyy: #e30613;
  --chernyy: #1a1a1a;
  --svetlyy-chernyy: #313131;
  --seryy: #e5e5e5;
  --temnyy-seryy: #464646;
  --belyy: #fff;
  --zheltyy: #fffc0d;
}
*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none !important;
}

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

h1,
h2,
h3,
h4,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
    margin: 0;
}

html,
body {
    height: 100%;
	padding: 0;
	margin: 0;
	height: 100vh;
	height: var(--doc-height);
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

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

svg {
    display: block;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

body {
  font-size: 16px;
  position: relative;
  line-height: normal;
  min-width: 320px;
  font-family: "Gilroy", sans-serif;
  background: #1A1A1A;
  color: #fff;
}
body.body-modal {
	min-width: unset;
}

input, button, textarea, select {
  font-family: "Gilroy", sans-serif;
}

.img {
    display: block;
    max-width: 100%;
    height: auto;
}

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

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

.db {
    display: block;
}

.dib {
    display: inline-block;
}

.aifs {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.aic {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.fd-c {
  flex-direction: column;
}
.aife {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.w100 {
    width: 100%;
}

.cursor {
    cursor: pointer;
}

.jcc {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.jcfs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.jcfe {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.jcsb {
    justify-content: space-between;
}

.fxw,
.fxww {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.posr {
    position: relative;
}

.posa {
    position: absolute;
}

.maxw,
.max-width {
    max-width: 100%;
}

.m-auto {
    margin: 0 auto;
}

.link {
    text-decoration: none;
    outline: none;
}
.td-underline {
    text-decoration: underline;
    outline: none;
}

.transition {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

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

.direction {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.pointer {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.center {
    text-align: center;
}

.white {
    color: #fff;
}

.bold {
    font-weight: bold;
}

.overflow,
.ovh {
    overflow: hidden;
}

.radius {
    border-radius: 100%;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.col {
    padding: 0 10px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-90 {
  padding-top: 90px;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-35 {
  margin-bottom: 35px !important;
}
.pb-55 {
  padding-bottom: 55px;
}
.mt-0 {
  margin-top: 0 !important;
}
.pa {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.page-wrapper {
  overflow: hidden;
  position: relative;
  padding-top: 95px;
}
.title {
  background: linear-gradient(94deg, rgb(255, 255, 255), rgb(255, 207, 207));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 65px;
  font-weight: 700;
  line-height: 115%;
}
.big-container {
  width: 1189px;
  margin: 0 auto;
  max-width: 100%;
}

.btn {
  border-radius: 2px;
  width: 380px;
  max-width: 100%;
  height: 52px;
  background: var(--krasnyy);
  font-weight: 600;
  font-size: 25px;
  color: var(--belyy);
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  height: 91px;
}
.btn span {
  position: relative;
  z-index: 2;
  display: block;
}
.btn-yellow {
  display: inline-block;
  padding: 12px 40px;
  font-size: 22px;
  color: #FFFC0D;
  border: 1px solid #FFFC0D !important;
  background: transparent;
  cursor: pointer;
}
.btn-yellow:hover {
  text-decoration: none;
  color: #313131 !important;
  background: #FFFC0D;
}
.btn-yellow:disabled {
  opacity: 0.6;
  pointer-events: none;
}
.btn-yellow:disabled:hover {
  color: #FFFC0D !important;
  background: transparent;
}
.btn-grey {
    background: #313131;
}
.btn-grey:before {
    display: none;
}
.btn-grey:hover {
	color: #fffc0d;
}
.c-yellow {
  color: rgb(255, 252, 13);
}
.btn-left {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}
.btn-right {
  margin-left: 5px;
  width: 11px;
  height: 4px;
}
.btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background: linear-gradient(310deg, #98010a 0%, #e30613 100%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
}
.btn:hover::before {
  opacity: 1;
}
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 20;
  border: 1px solid var(--svetlyy-chernyy);
  background: var(--chernyy);
}
.header-list {
  height: 94px;
}
.header-left {
	border-left: 1px solid var(--svetlyy-chernyy);
	border-right: 1px solid var(--svetlyy-chernyy);
	width: 279px;
	padding-left: 33px;
	justify-content: flex-start;
}
.header-right {
  border-left: 1px solid var(--svetlyy-chernyy);
  border-right: 1px solid var(--svetlyy-chernyy);
  width: 220px;
}
.header-nav {
  padding: 0;
  margin: 0;
}
.header-nav ul {
  padding: 0;
  margin: 0;
  height: 100%;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-nav > ul > li > ul {
  height: auto;
}
.header-nav > ul > li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 12px;
  position: relative;
  height: 100%;
}
.header-nav > ul > li > a, .header-nav > ul > li > span, .header-nav ul li div {
  text-decoration: none;
  outline: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  font-weight: 400;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-nav ul li span {
	cursor: default;
}
.header-nav ul li div {
	cursor: pointer;
}
.header-nav ul li a::after, .header-nav > ul > li > span::after, .header-nav ul li div:after {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  width: 100%;
  height: 5px;
  background: var(--krasnyy);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.header-nav ul li a:hover, .header-nav ul li div:hover {
  color: #fff;
}
.header-nav ul li a:hover::after, .header-nav > ul > li > span::after, .header-nav ul li div:hover::after,  .header-nav ul li .current::after {
  top: -1px;
}
.header-nav ul li.menu-item-has-children a {
    display: inline-flex;
    align-items: center;
}
.header-nav ul li.menu-item-has-children div::before {
    content: "";
    width: 10px;
    height: 7px;
    background-image: url("../img/arrow.svg");
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    order: 1;
    margin-left: 5px;
    transition: all 0.4s;
}
.header-nav ul li.menu-item-has-children {
    position: relative;
}
.header-nav ul li.menu-item-has-children ul {
    position: absolute;
    left: 0;
    top: 100%;
    padding: 0 22px 22px;
    border: 1px solid #313131;
    background: #1a1a1a;
    display: block;
    transition: all 0.4s;
    width: 200px;
    opacity: 0;
    visibility: hidden;
}
.header-nav ul li.menu-item-has-children:hover ul {
    opacity: 1;
    visibility: visible;
}
.header-nav ul li.menu-item-has-children ul li {
    display: block;
    margin: 20px 0 0 0;
    height: auto;
    display: block;
    position: relative;
    z-index: 3;
}
.header-nav ul li.menu-item-has-children ul li::before {
    content: "";
    position: absolute;
    top: -8px;
    bottom: -8px;
    left: -11px;
    right: -11px;
    background: #313131;
    transition: all 0.4s;
    opacity: 0;
    z-index: -1;
    pointer-events: none;
}
.header-nav ul li.menu-item-has-children ul li:hover::before {
    opacity: 1;
}
.header-nav ul li.menu-item-has-children ul li a::after {
    display: none;
}
.header-nav ul li.menu-item-has-children ul li a::before {
    display: none;
}
.header-nav ul li.menu-item-has-children ul li a {
    text-decoration: none;
    outline: none;
    height: auto;
    display: block;
    color: #e5e5e5;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}
.header-nav ul li.menu-item-has-children ul li a:hover {
    color: #fff;
}
.header-nav ul li.menu-item-has-children ul li:last-child a {
    color: #fffc0d;
}
.header-nav ul li.menu-item-has-children:hover a {
    color: #fff;
}
.header-nav ul li.menu-item-has-children:hover div::before {
    background-image: url("../img/arrow-hover.svg");
}

.header-btn.btn {
  width: 165px;
  height: 52px;
  font-size: 22px;
}
.header-btn.btn svg {
  fill: #fff;
}
.modal-logo__svg {
  width: 45px;
  min-width: 45px;
  height: 38px;
}
.modal-logo__text {
  font-size: 32px;
  font-weight: 700;
  line-height: 115%;
  margin-left: 5px;
}
.modal-top {
  padding: 0 33px;
  height: 74px;
  border-bottom: 1px solid var(--svetlyy-chernyy);
}
.f-html {
  width: 418px;
  background: var(--chernyy);
  padding: 0;
  border: none;
  border: 1px solid var(--svetlyy-chernyy);
  max-width: 100%;
  border-radius: 20px;
}
#stub.f-html {
	padding-top: 30px;
}
.modal-wrapper .carousel__button.is-close {
  width: 17px;
  height: 17px;
  right: 34px !important;
  top: 29px !important;
  background-image: url("../img/close.svg");
  background-repeat: no-repeat;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  outline: none;
}
.modal-wrapper .carousel__button.is-close svg {
  display: none;
}
.modal-wrapper .carousel__button.is-close:hover {
  opacity: 0.7;
}
.modal-gray {
  padding: 18px 33px 36px;
  background: #222;
  border-top: 1px solid var(--svetlyy-chernyy);
  border-bottom: 1px solid var(--svetlyy-chernyy);
}
.modal-gray__title {
  font-weight: 600;
  font-size: 28px;
  text-align: center;
  color: var(--belyy);
  text-align: center;
  margin-bottom: 20px;
}
.modal-gray__btn {
  height: 70px;
  width: 100%;
  border: 1px solid var(--zheltyy);
  border-radius: 2px;
  background: var(--svetlyy-chernyy);
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  color: var(--zheltyy);
}
.modal-gray__btn:hover {
  background: var(--zheltyy);
  color: var(--chernyy);
}
.modal-bottom {
  padding: 21px 10px;
  font-weight: 400;
  font-size: 13px;
  color: var(--belyy);
}
.modal-bottom a {
  text-decoration: underline;
  color: var(--krasnyy);
}
.modal-bottom a:hover {
  text-decoration: none;
}
.tool-alert {
    width: 100%;
    max-width: 488px;
}
.modal-form {
  padding: 13px 33px 38px;
}
.modal-title {
  font-weight: 700;
  font-size: 36px;
  text-align: center;
  color: var(--belyy);
  margin-bottom: 32px;
}
.modal-input {
  margin-bottom: 20px;
}
.modal-input input {
  height: 70px;
  padding-left: 49px;
  width: 100%;
  background: var(--svetlyy-chernyy);
  border-radius: 2px;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  color: #fff;
  outline: none;
  border: none;
}
.modal-input input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.65);
}
.modal-input input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.65);
}
.modal-input input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.65);
}
.modal-input input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.65);
}
.modal-input input::placeholder {
  color: rgba(255, 255, 255, 0.65);
}
.modal-input__svg {
  left: 21px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 19px;
  height: 19px;
  color: white;
}
.modal-input__svg.password {
  width: 17px;
  height: 17px;
  left: 22px;
}
.modal-btn.btn {
  width: 100%;
  height: 70px;
  font-size: 23px;
  margin-top: 25px;
}
.modal-text {
  margin: 24px 0 20px;
  font-weight: 400;
  font-size: 16px;
  color: var(--seryy);
}
.modal-ya.btn {
  height: 70px;
  width: 100%;
  background: var(--svetlyy-chernyy);
  font-size: 23px;
}
.modal-ya.btn::before {
  display: none;
}
.modal-ya.btn svg {
  width: 28px;
  height: 28px;
  margin-right: 6px;
}
.modal-ya.btn:hover {
  background: #C80C17;
}
.modal-flex {
  margin-top: 25px;
}
.app-link {
  background-color: #1A1A1A;
  text-align: center;
}
.app-link .modal-link {
  margin-top: 10px;
}
.modal-link {
  font-weight: 400;
  font-size: 14px;
  text-decoration: underline;
  color: var(--zheltyy);
}
.modal-link:hover {
  color: var(--krasnyy);
}
.modal-label {
  font-weight: 400;
  font-size: 14px;
  color: var(--belyy);
}
.modal-label b {
  display: block;
  border-radius: 2px;
  width: 19px;
  height: 19px;
  background: var(--krasnyy);
  min-width: 19px;
  margin-right: 6px;
  position: relative;
}
.modal-label b::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/check.svg");
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.modal-label input {
  position: absolute;
  width: 19px;
  height: 19px;
  opacity: 0;
  left: 0;
  top: 0;
}
.modal-label input:checked + b::after {
  opacity: 1;
}
.page-footer {
  background: var(--chernyy);
  border-top: 1px solid var(--svetlyy-chernyy);
}
.page-footer__wrapper {
    border-right: 1px solid var(--svetlyy-chernyy);
    border-left: 1px solid var(--svetlyy-chernyy);
}
.page-footer__left {
    width: 279px;
    border-right: 1px solid var(--svetlyy-chernyy);
	flex-shrink: 0;
}
.page-footer__logo {
    padding: 26px 0 26px 33px;
    border-bottom: 1px solid var(--svetlyy-chernyy);
}
.page-footer__info {
    padding: 23px 0 23px 33px;
}
.page-footer__copy {
    color: var(--belyy);
    font-size: 12px;
    font-weight: 300;
    line-height: 135%;
}
.page-footer__info-link {
    margin: 9px 0 0 0;
    color: #999;
    font-size: 12px;
    font-weight: 400;
    line-height: 23px;
    opacity: 0.75;
}
.page-footer__info-link:hover {
    color: var(--belyy);
    opacity: 1;
}
.page-footer__center {
    flex-grow: 1;
    padding-left: 77px;
    padding-top: 26px;
}
.page-footer__nav {
    padding: 0;
    margin: 0;
}
.page-footer__nav ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 195px;
}
.page-footer__nav ul li {
    margin-bottom: 20px;
    width: 226px;
}
.page-footer__nav ul li a {
    text-decoration: none;
    display: inline-flex;
    outline: none;
    transition: all 0.4s;
    opacity: 0.7;
    color: var(--seryy);
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}
.page-footer__nav ul li a:hover {
    color: var(--belyy);
    opacity: 1;
    text-decoration: underline;
}
.page-footer__right {
    width: 220px;
    border-left: 1px solid var(--svetlyy-chernyy);
}
.page-footer__right-top {
    padding: 16px 27px;
    border-bottom: 1px solid var(--svetlyy-chernyy);
}
.page-footer__soc {
    padding: 14px 27px;
}
.page-footer__soc-item {
    margin-top: 7px;
    color: var(--seryy);
    font-size: 14px;
    font-weight: 600;
    line-height: 23px;
    padding-left: 28px;
    background-repeat: no-repeat;
    background-position: left center;
}
.page-footer__soc-item.icon-email {
    background-image: url("../img/email.svg");
}
.page-footer__soc-item.icon-telegram {
    background-image: url("../img/telegram.svg");
}
.page-footer__soc-item:hover {
    text-decoration: underline;
}
.page-footer__apps {
    padding: 13px 0;
    border-top: 1px solid var(--svetlyy-chernyy);
}
.page-footer__apps-item {
    width: 40px;
    height: 40px;
    margin-left: 5px;
    border-radius: 6px;
    background-color: #2E2C2D;
    overflow: hidden;
}
.page-footer__apps span {
    opacity: 0.7;
    color: var(--seryy);
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
}
.page-footer__apps-item svg {
    width: 20px;
    height: 20px;
}
.page-footer__apps-item:hover {
    opacity: 0.7;
}
.mobile-menu {
  position: fixed;
  right: -300px;
  top: 0;
  width: 280px;
  height: 100%;
  background: #E30613;
  z-index: 31;
  padding-bottom: 65px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.mobile-menu__top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    background: #E30613;
}
.mobile-menu__logo {
  margin-left: 25px;
  opacity: 0.5;
}
.mobile-menu__right {
  width: 60px;
  height: 59px;
  min-width: 60px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  margin-left: 15px;
}
.mobile-menu__close {
  width: 31px;
  height: 31px;
  background-image: url("../img/close.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.mobile-menu__close:hover {
  opacity: 0.8;
}
.mobile-menu__btn.btn {
  background: #fff;
  color: #E30613;
  font-size: 18px;
  height: 66px;
  min-height: 66px;
  margin: auto 0 0 0;
  width: 100%;
}
.mobile-menu__btn.btn svg {
  fill: #E30613;
  margin-right: 0;
  margin-left: 6px;
}
.mobile-menu__btn.btn::before, .mobile-menu__btn.btn::after {
  display: none;
}
.mobile-menu__btn.btn:hover {
  background: #fff;
  color: #E30613;
}
.mobile-menu__back {
    background: #fff;
    padding-left: 22px;
    color: #e30613;
    font-size: 20px;
    font-weight: 400;
    height: 66px;
    line-height: normal;
    min-height: 66px;
	margin-top: 60px;
}
.mobile-menu__back::before {
    content: "";
    display: block;
    width: 10px;
    height: 14px;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-image: url("../img/mobile-menu-arrow-2.svg");
}
.mobile-menu.active-submenu .mobile-menu__back {
    display: flex;
}
.mobile-menu__nav {
  margin: 0 0 40px;
  overflow-y: auto;
  padding: 63px 25px 0;
}
.mobile-menu__nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.mobile-menu__nav ul li {
  display: block;
  margin-top: 25px;
}
.mobile-menu__nav ul li:last-child {
	margin-bottom: 20px;
}
.mobile-menu__nav ul li a, .mobile-menu__nav ul li span, .mobile-menu__nav ul li div {
  text-decoration: none;
  outline: none;
  display: block;
  font-weight: 400;
  font-size: 20px;
  color: var(--belyy);
}
.mobile-menu__nav ul li div {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	-webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.mobile-menu__nav ul li span {
	color: #FFFC0D;
}

.mobile-menu__nav ul li ul {
    display: none;
}
.mobile-menu__nav ul li div::after, .mobile-menu__nav ul li a.all::after {
    content: "";
    width: 10px;
    height: 14px;
    display: block;
    background-image: url("../img/mobile-menu-arrow.svg");
    margin-left: 10px;
}
.mobile-menu__nav ul li div::after {
	filter: brightness(0) invert(1);
}
.mobile-menu__nav ul li.submenu-open ul {
    background: #E30613;
    display: block;
    position: absolute;
    top: 136px;
    left: 0;
    bottom: 20px;
    width: 100%;
    z-index: 10;
    padding: 0 25px 10px;
    overflow-y: auto;
    max-height: none;
}
.mobile-menu__nav ul li a.all {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fffc0d;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}


.breadcrumbs {
  font-size: 13px;
  font-weight: 400;
  line-height: 130%;
  color: #E5E5E5;
  margin-bottom: 6px;
  white-space: nowrap;
  overflow: auto;
}
.breadcrumbs__link {
  color: #8E8E8E;
  text-decoration: none;
}
.breadcrumbs__separator {
  color: #8E8E8E;
  margin: 0 10px;
}


.blog-img {
  border-radius: 85px;
}
.article-list {
  flex-wrap: wrap;
  margin: 0 -10px;
}
.article-item {
  width: 25%;
  padding: 0 10px;
  margin-bottom: 20px;
}
.article-item_wrap {
  flex-direction: column;
}
.article-item_img {
  max-width: 100%;
  border-radius: 2px 2px 0 0;
}
.article-item_title {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  padding: 20px;
  border: 1px solid #313131;
  border-radius: 0 0 2px 2px;
  height: 100%;
}
.content {
  width: 100%;
  max-width: 700px;
  min-height: 600px;
  margin: auto;
}
.description {
  font-size: 22px;
  font-weight: normal;
  line-height: normal;
  color: #c9cccf;
  user-select: text;
  word-wrap: break-word;
  text-size-adjust: inherit;
  hyphens: auto;
}
.description > *:not(:last-child) {
  margin-bottom: 20px;
}

.description > pre {
  overflow: auto;
  background: #232324;
  padding: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.description > pre::-webkit-scrollbar,
.sidebar-chats::-webkit-scrollbar {
  width: 12px;
}
.description > pre::-webkit-scrollbar-track,
.sidebar-chats::-webkit-scrollbar-track {
  background: #232324;
}
.description > pre::-webkit-scrollbar-thumb,
.sidebar-chats::-webkit-scrollbar-thumb {
  background-color: #464646;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  border: 3px solid #232324;
}
.description h2 {
  font-size: 36px;
  margin-top: 30px;
}
.description a {
  color: #FFFC0D;
  text-decoration: none;
  border-bottom: 1px dashed;
}
.description a:hover {
  color: #e30613;
}
.description code {
  color: #e30613;
  background: #161617;
  padding: 1px 5px;
  padding-bottom: 2px;
  border-radius: 5px;
  white-space: break-spaces;
}
.description blockquote {
  font-style: italic;
  border-left: 4px solid;
  padding: 5px 0;
  padding-left: 20px;
  margin: 20px 0;
}
.description blockquote cite {
  display: inline-block;
  font-weight: bold;
  font-style: normal;
  margin-top: 10px;
}
.description figcaption {
  font-size: 16px;
  line-height: 18px;
  color: #ccc;
  text-align: center;
}
.description ul,
.description ol {
  list-style: disc;
  list-style-position: outside;
  padding-left: 10px;
}
.description ol {
  list-style: decimal;
}
.description ol li,
.description ul li {
  margin: 10px 0 10px 20px;
}
.m-0 {
  margin: 0 !important;
}

.oauth-list {
  margin: 0 -5px;
}
.oauth-item {
  flex: 1;
  padding: 0 5px;
}
.oauth-btn {
  width: 100%;
  padding: 21px 0;
  background: #313131;
  border: none;
  border-radius: 2px;
}
.oauth-btn svg {
  width: 28px;
  max-width: 28px;
  height: 28px;
}

.form-error {
    font-size: 14px;
    color: var(--krasnyy);
	display: none;
}
.form-error a {
  color: var(--krasnyy);
}
.input-error .form-error {
	margin-top: 5px;
	display: block;
}

.alert {
    top: 15px;
    right: 30px;
	left: auto;
    width: 100%;
    max-width: 300px;
	color: white;
    background: #1a1a1a;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    overflow: hidden;
    padding: 20px;
    font-size: 16px;
    -webkit-transform: translate(0,-1000px);
    -moz-transform: translate(0,-1000px);
    -ms-transform: translate(0,-1000px);
    -o-transform: translate(0,-1000px);
    transform: translate(0,-1000px);
    -webkit-transition: -webkit-transform .5s cubic-bezier(.30,-.16,0,1.25);
    transition: -webkit-transform .5s cubic-bezier(.30,-.16,0,1.25);
    -o-transition: -o-transform .5s cubic-bezier(.30,-.16,0,1.25);
    -moz-transition: transform .5s cubic-bezier(.30,-.16,0,1.25), -moz-transform .5s cubic-bezier(.30,-.16,0,1.25);
    transition: transform .5s cubic-bezier(.30,-.16,0,1.25);
    transition: transform .5s cubic-bezier(.30,-.16,0,1.25), -webkit-transform .5s cubic-bezier(.30,-.16,0,1.25), -moz-transform .5s cubic-bezier(.30,-.16,0,1.25), -o-transform .5s cubic-bezier(.30,-.16,0,1.25);
    transition: transform .5s cubic-bezier(.30,-.16,0,1.25),-webkit-transform .5s cubic-bezier(.30,-.16,0,1.25);
    inset-block-end: auto;
}
.alert::backdrop {
	display: none;
}
.alert.show {
    -webkit-transform: translate(0);
       -moz-transform: translate(0);
        -ms-transform: translate(0);
         -o-transform: translate(0);
            transform: translate(0);
}
.alert-success {
    border: 1px solid #8F79FF;
    background: #111120;
}
.alert-error {
    border: 1px solid #e30613;
    background: #201111;
}
.alert-warning {
    border: 1px solid #FFFC0D;
    background: #201f11;
}
.alert-success .text a:hover {
    color: #8F79FF;
}
.alert-error .text a:hover {
    color: #e30613;
}
.alert-warning .text a:hover {
    color: #FFFC0D;
}
.alert .text {
	word-wrap: break-word;
	-webkit-hyphens: auto;
	   -moz-hyphens: auto;
	    -ms-hyphens: auto;
	        hyphens: auto;
}
.alert .text a {
  color: #fffc0d;
  text-decoration: none;
  border-bottom: 1px dashed;
}
.alert .text a:hover {
    text-decoration: none;
}
.alert svg {
    width: 40px;
    height: 40px;
    padding: 10px;
}
.btn-close {
    position: absolute;
    color: white;
    background: none;
    border: none;
    top: 0;
    right: 0;
    cursor: pointer;
}
.modal-input input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 50px var(--svetlyy-chernyy);
  -webkit-text-fill-color: #fff;
  caret-color: #fff;
}
.page-404 {
	font-size: 24px;
	font-weight: 500;
}
.page-404 h1 {
	font-size: 50px;
	font-weight: 700;
	line-height: 1.15;
}
.page-404 .image-wrapper {
	margin: 40px 0;
}
.page-404 img {
	max-width: 100%;
}
.page-404 .main-btn {
	margin: 50px auto 50px;
}
.logo-text {
  font-size: 40px;
  margin-left: 10px;
}
.logo-svg {
  width: 58px;
  min-width: 58px;
  height: 46px;
}
.mobile-menu__logo-link .logo-svg {
  width: 38px;
  min-width: 38px;
  height: 30px;
}
.mobile {
  display: none;
}
.footer-links__block {
  margin: 0 12px;
}

.faq-item {
  margin-top: 25px;
  border: 1px solid rgb(49, 49, 49);
}
.faq-item:first-child {
  margin-top: 0;
}
.faq-item__title {
  border-radius: 2px;
  padding: 25px 37px 25px 55px;
  color: rgb(229, 229, 229);
  font-size: 24px;
  font-weight: 500;
  line-height: 125%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.faq-item__title span {
  margin-top: 15px;
}
.faq-item__title b {
  width: 60px;
  height: 60px;
  min-width: 60px;
  margin-left: 46px;
  background-color: rgb(49, 49, 49);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  border-radius: 100%;
}
.faq-item__title b::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/plus.svg");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.faq-item__title:hover b {
  background-color: rgb(68, 67, 67);
}
.faq-item__title.open {
  color: rgb(255, 252, 13);
}
.faq-item__title.open b {
  background: rgb(227, 6, 19);
}
.faq-item__title.open b::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.faq-item__text {
  border-top: 1px solid rgb(49, 49, 49);
  padding: 32px 37px 31px 55px;
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
  display: none;
}

button:not(:disabled) .btn-disabled {display: none;}
button:disabled .btn-active {display: none;}

.app-start {
  position: fixed;
  width: 100%;
  height: 100%;
}
.app-start .header-logo {
  width: auto;
}
.app-start .logo-svg {
  width: 58px;
  min-width: 58px;
  height: 46px;
}
.app-start .logo-text {
  font-size: 50px;
}
.app-wrap {
  width: 100%;
  margin-bottom: 114px;
}
.p-20 {
  padding: 20px;
}
.consumption-contents.m-top {
	margin-top: 23px;
}
.consumption-row {
    margin-left: -10px;
    margin-right: -10px;
}
.consumption-col {
    width: 50%;
    padding: 20px 10px 0;
}
.consumption-model-name {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 12px;
}
.consumption-contents table {
    width: 100%;
    border: 1px solid #464646;
	border-collapse: collapse;
}
.consumption-contents thead {
	border-bottom: 1px solid #464646;
	background: #313131;
	color: #FFFC0D;
    font-size: 15px;
    font-weight: 600;
    line-height: 130%;
}
.consumption-contents thead td {
    height: 80px;
    text-align: center;
    padding: 0 15px;
}
.consumption-col thead td:first-child, .consumption-col tbody td:first-child {
    text-align: left;
    padding-left: 43px;
}
.consumption-contents tbody td {
    font-size: 14px;
    line-height: 130%;
	text-align: center;
	height: 38px;
	background: #242424;
}
.consumption-contents tbody .first td, .consumption-contents tbody .last td {
	height: 24px;
}
.consumption-select {
    margin: 23px auto;
    max-width: 300px;
    width: 100%;
}
.note {
    margin-top: 20px;
    font-size: 13px;
}
.blog {
    padding-bottom: 75px;
}
.blog-block {
    width: 25%;
    margin-top: 30px;
}
.blog-item__title, .page-reviews__item-name {
    transition: all 0.4s;
}
.blog-item:hover {
    background: #313131;
}
.blog-item:hover .blog-item__title, .page-reviews__item:hover .page-reviews__item-name {
    color: #fffc0d;
}
.blog-item {
    border: 1px solid #313131;
    transition: all 0.4s;
    min-height: 100%;
}
.blog-item__link {
    z-index: 3;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}
.blog-item__img {
    height: 185px;
    width: 100%;
    display: block;
    object-fit: cover;
}
.blog-item__wrapper {
    padding: 20px 20px 40px;
    flex-grow: 1;
}
.blog-item__date {
    margin-bottom: 10px;
    color: #e5e5e5;
    font-size: 13px;
    font-weight: 400;
    line-height: 130%;
    opacity: 0.5;
}
.blog-item__title {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blog-item__text {
    margin: 5px 0 15px;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    line-height: 130%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blog-item__bottom {
    margin-top: auto;
    width: 100%;
    padding: 20px;
    left: 0;
    bottom: 0;
}
.blog-item__bottom-item {
    margin-right: 15px;
    overflow: hidden;
    color: rgba(229, 229, 229, 0.5);
    font-size: 13px;
    font-weight: 400;
    line-height: 130%;
    padding-left: 25px;
    background-repeat: no-repeat;
    background-position: left center;
	min-height: 20px;
    background-size: 20px;
}
.blog-item__bottom-item:last-child {
    margin-right: 0;
}
.icon-view {
    background-image: url("../img/blog-icon-1.svg");
}
.icon-time {
    background-image: url("../img/blog-icon-3.svg");
}
.pagination {
    margin: 55px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagination a, .pagination span {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    transition: all 0.4s;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    line-height: 130%;
    text-decoration: none;
    outline: none;
}
.pagination a:hover, .pagination span.current {
    background: #e30613;
}
.pagination .prev, .pagination .next {
    width: 50px;
    height: 50px;
    background: #464646;
    position: relative;
    font-size: 0;
    margin-left: 17px;
    position: relative;
}
.pagination .prev::before, .pagination .next::before {
    content: "";
    position: absolute;
    left: 2px;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/next.svg");
    background-repeat: no-repeat;
    background-position: center;
}
.pagination a.prev:hover, .pagination a.next:hover {
    background: #e30613;
}
.pagination .prev {
    margin-right: 17px;
    margin-left: 1px;
}
.pagination .prev::before {
    transform: rotate(180deg);
    left: -2px;
}
.pagination .prev.disabled, .pagination .next.disabled {
	opacity: 0.5;
}
.grecaptcha-badge {
	right: -280px !important;
}
.ui-popover {
    display: none;
    position: absolute;
    z-index: 1200;
	color: white;
	font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    font-size: 20px;
	font-weight: normal;
	line-height: normal;
}
.popover-tooltip {
    width: 100%;
    max-width: 300px;
    font-size: 12px;
    font-weight: 400;
	z-index: 1100;
}
.popover-tooltip.tip {
	width: auto;
}
.popover-tooltip .popover-inner {
    background: #232323;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
    padding: 10px !important;
}
.popover-tooltip .popover-title {
    margin-bottom: 10px;
}
.ui-popover-arrow {
    position: absolute;
    pointer-events: none;
    width: 20px;
    height: 20px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #464646;
    z-index: -1;
}
.popover-tooltip .ui-popover-arrow {
    background: #232323;
}
.constructor-links {
    margin-top: -15px;
    margin-right: -15px;
}
.constructor-link {
    padding: 0 15px;
    white-space: nowrap;
    background: #313131;
    height: 40px;
    color: #e5e5e5;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin-right: 15px;
    margin-top: 15px;
}
.constructor-link:hover {
    color: #fffc0d;
    background: #313131;
}

.hide, .hidden {
    display: none;
}
.custom-scrollbar::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background: #1A1A1A;
}
.custom-scrollbar::-webkit-scrollbar-thumb {
    border: 1px solid #716F6F;
    background: #716F6F;
    -webkit-border-radius: 4px;
            border-radius: 4px;
}
.custom-scrollbar::-webkit-scrollbar-track {
    -webkit-border-radius: 4px;
            border-radius: 4px;
}
.sub-menu {
    overflow: auto;
    max-height: 300px;
}


.benefits {
  padding: 0 0 136px;
}

.benefits-block {
  width: 16.666%;
  margin-top: 32px;
  transition: all .5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.benefits-block:hover {
  transform: translate(0, -5px);
}
.benefits-list {
  margin-top: -32px;
}
.benefits-title {
  margin-bottom: 40px;
}
.benefits-item {
  position: relative;
  min-height: 100%;
  padding: 21px 10px 27px;
  background: var(--svetlyy-chernyy);
  border-radius: 50px;
  overflow: hidden;
}
.benefits-item:after {
	content: "";
  display: block;
  position:absolute;
  width: 40%;
  height: 200%;
  background: rgba(255,255,255,.2);
  top: 0;
  filter: blur(5px);
  transform: rotate(45deg) translate(-450%, 0);
  transition: all .5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.benefits-block:hover .benefits-item:after {
	content: "";
  transform: rotate(45deg) translate(450%, 0);
  transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.benefits-item__img {
  width: 129px;
  height: 129px;
  margin: 0 auto 20px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
}
.benefits-item__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 115%;
  color: var(--belyy);
  transition: all .5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.benefits-block:hover .benefits-item__text {
    color: #FFFC0D;
}
.benefits-text {
  padding: 46px 12px 35px 27px;
  position: relative;
  font-weight: 400;
  font-size: 17px;
  line-height: 130%;
  color: var(--belyy);
  position: absolute;
  top: 294px;
  right: 2px;
  width: 377px;
}
.benefits-text::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/quote-1.svg");
}
.benefits-text::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/quote-2.svg");
}
.benefits-steps {
  margin-top: 68px;
}
.benefits-steps__title {
  height: 44px;
  padding: 0 14px;
  border: 1px solid var(--temnyy-seryy);
  border-radius: 2px;
  font-weight: 400;
  font-size: 24px;
  color: var(--seryy);
}
.benefits-steps__title span {
  border-radius: 2px 0 0 0;
  border-left: 1px solid var(--temnyy-seryy);
  border-top: 1px solid var(--temnyy-seryy);
  left: -6px;
  top: -6px;
  width: 6px;
  height: 6px;
}
.benefits-steps__title span:nth-child(2) {
  left: auto;
  right: -6px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  border-top: none;
  border-bottom: 1px solid var(--temnyy-seryy);
}
.benefits-steps__title span:nth-child(3) {
  bottom: -6px;
  top: auto;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  border-top: none;
  border-bottom: 1px solid var(--temnyy-seryy);
}
.benefits-steps__title span:nth-child(4) {
  left: auto;
  right: -6px;
  bottom: -6px;
  top: auto;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.benefits-steps__list {
  width: 380px;
}
.benefits-steps__item {
  margin-top: 36px;
}
.benefits-steps__item-left {
  margin-right: 20px;
}
.benefits-steps__item-left svg {
  width: 80px;
  height: 80px;
  min-width: 80px;
}
.benefits-steps__item-left span {
  width: 40px;
  height: 40px;
  background: var(--svetlyy-chernyy);
  border-radius: 100%;
  font-weight: 600;
  font-size: 15px;
  color: var(--belyy);
  right: 0;
  bottom: -4px;
  z-index: 2;
}
.benefits-steps__item-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 130%;
  color: var(--belyy);
}
.benefits-steps__item-text {
  margin-top: 7px;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: var(--belyy);
}
.benefits-img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  bottom: 0;
  left: calc(50% - 450px);
}
.benefits-scroll {
  display: none;
}
.img-left {
    float: left;
    margin-right: 30px;
}

.cookies-accept-message {
    position: fixed;
    left: 0;
    width: 100%;
	bottom: 40px;
	z-index: 10000;
	padding: 0 20px;
}
.cookies-accept-message > div {
	background: #313131;
	border: 1px solid #464646;
	border-radius: 50px;
	font-size: 14px;
	line-height: 1;
	color: #E5E5E5;
	padding: 3px;
}
.cookies-accept-message span {
	padding: 0 10px;
}
.cookies-accept-message button {
	height: 23px;
	background: #FFFC0D;
	border-radius: 50px;
	font-size: 14px;
	font-weight: 500;
	line-height: 0.8;
	color: #1A1A1A;
	padding: 0 9px;
	border: none;
	-webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
	cursor: pointer;
}

.app-qr {
    background-color: #fff;
    border-radius: 10px;
    box-sizing: border-box;
    max-width: 340px;
    padding: 24px;
    margin-bottom: 55px;
}
.app-qr_img {
    flex-shrink: 0;
    height: 113px;
    margin-right: 8px;
    width: 113px;
}
.app-qr_text {
    color: #4d5f71;
    font-size: 16px;
    line-height: 20px;
}
.app-list {
    gap: 10px;
    flex-wrap: wrap;
}

.comparison-section {
  align-items: end;
  margin-top: 75px;
}
.comparison-container,
.comparison-text {
  width: 50%;
}
.comparison-item::before {
  content: '';
  display: block;
  width: 20px;
  min-width: 20px;
  height: 20px;
  background: #464646 url('/template/common/img/face.svg');
  background-size: 10px;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 100%;
  margin-right: 5px;
}
.comparison-card--pro .comparison-item::before {
  content: '';
  background: #10B93F url('/template/common/img/face-pro.svg');
  background-size: 10px;
  background-position: center;
  background-repeat: no-repeat;
}
.comparison-text {
  font-weight: 400;
  font-size: 24px;
  line-height: 130%;
  margin-left: 20px;
  color: #c9cccf;
}
.comparison-text p {
  margin-bottom: 20px;
}
.comparison-text p:last-child {
  margin-bottom: 10px;
}
.comparison-card {
  position: relative;
  width: 50%;
  text-align: center;
  border: 1px solid #313131;
  border-radius: 2px;
  padding: 25px;
}
.comparison-list {
  text-align: left;
  background: #313131;
  padding: 21px 17px;
  padding-bottom: 31px;
}
.comparison-title {
  display: inline-block;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  text-align: center;
  border-radius: 50px;
  padding-top: 6px;
  padding-right: 18px;
  padding-bottom: 6px;
  padding-left: 18px;
  background: #E30613;
  margin-bottom: 16px;
}
.comparison-title--pro {
  background: #10B93F;
}
.comparison-item {
  font-weight: 400;
  font-size: 15px;
  line-height: 130%;
  margin-bottom: 10px;
}
.comparison-item:last-child {
  margin-bottom: 0;
}
.comparison-cards {
  margin-bottom: 20px;
}
.comparison-button {
  width: 100%;
  height: 70px;
}
.comparison-status {
  position: absolute;
  bottom: 7px;
  right: 7px;
}
.comparison-status svg {
  width: 40px;
  height: 40px;
}



@media (min-width: 993px) {
  .header-nav {
    display: block !important;
  }
}
@media (max-width: 1199px) {
  .container, .big-container {
    width: 960px;
  }
  .header-nav ul li {
    margin: 0 6px;
  }
  .header-nav ul li a, .header-nav ul li span {
    font-size: 14px;
  }
  .header-logo {
    width: 180px;
  }
  .header-left {
    width: 220px;
  }
  .header-list {
    height: 79px;
  }
  .page-wrapper {
    padding-top: 80px;
  }
  .header-right {
    width: 180px;
  }
  .header-btn.btn {
    width: 140px;
    font-size: 18px;
  }
  .title {
    font-size: 50px;
  }
  .logo-text {
      font-size: 40px;
  }
	.page-footer__left {
      width: 220px;
      min-width: 220px;
  }
  .page-footer__right {
      width: 200px;
      min-width: 200px;
  }
  .page-footer__soc,
  .page-footer__right-top {
      padding-left: 16px;
      padding-right: 16px;
  }
  .page-footer__center {
      padding-top: 24px;
      padding-left: 24px;
  }
  .page-footer__nav ul li {
      width: auto;
  }

  .benefits-text {
    padding: 42px 24px 27px 25px;
    margin: 25px 0 19px;
    width: 100%;
    position: relative;
    right: auto;
    bottom: auto;
    top: auto;
  }
  .benefits {
    padding-bottom: 70px;
  }
  .benefits-steps {
    margin-top: 0;
  }
  .benefits-block {
    width: 20%;
  }
  .benefits-img {
    width: 900px;
    left: calc(50% - 300px);
  }
  .comparison-section {
    flex-wrap: wrap;
  }
  .comparison-container, .comparison-text {
    width: 100%;
  }
  .comparison-text {
    margin-left: 0;
    margin-top: 20px;
  }

}
@media (max-width: 992px) {
  .container, .big-container {
    width: 730px;
  }
  .title {
    font-size: 30px;
    font-weight: 700;
    line-height: 115%;
  }
  .header .header-nav {
    display: none;
  }
  .header-list {
    height: 59px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .header-left {
    width: auto;
    margin-right: auto;
    border: none;
    margin-right: auto;
    padding-left: 0;
  }
  .header-logo {
    width: 140px;
  }
  .header-right {
    width: 120px;
  }
  .header-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    border-right: 1px solid var(--svetlyy-chernyy);
  }
  .header-burger.btn {
    width: 40px;
    height: 40px;
  }
  .header-burger.btn svg {
    width: 22px;
    height: 16px;
  }
  .header-burger.btn::before {
    display: none;
  }
  .header-burger.btn::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background-image: url("../img/close.svg");
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    z-index: 2;
  }
  .header-burger.open svg {
    opacity: 0;
  }
  .header-burger.open::after {
    opacity: 1;
  }
  .header .header-btn.btn, .footer .header-btn.btn {
    width: 100px;
    height: 40px;
    font-size: 14px;
  }
  .header .header-btn.btn::before, .footer .header-btn.btn::before {
    display: none;
  }
  .mobile-menu.open {
    right: 0;
  }
	.article-item {
      width: 33.3333333%;
  }
  .logo-svg {
    width: 38px;
    min-width: 38px;
    height: 30px;
  }
  .logo-text {
    margin-left: 5px;
  }
  .mobile {
    display: inline-block;
  }
  .desktop {
    display: none;
  }
  .description h2 {
      font-size: 26px;
  }
  .faq {
    padding: 55px 0 45px;
  }
  .faq-item {
    margin-top: 20px;
  }
  .faq-item__title {
    font-size: 15px;
    font-weight: 500;
    line-height: 125%;
    padding: 17px 15px 11px;
  }
  .faq-item__title span {
    margin-top: 4px;
  }
  .faq-item__title b {
    margin-left: 5px;
    width: 31px;
    height: 31px;
    min-width: 31px;
  }
  .faq-item__title b::after {
    background-size: 15px;
  }
  .faq-item__text {
    padding: 17px 15px 26px;
    font-size: 14px;
    font-weight: 400;
    line-height: 130%;
  }
  .faq-title {
    margin-bottom: 25px;
  }
	.consumption-contents tbody .first td, .consumption-contents tbody .last td {
		height: 12px;
	}
	.consumption-col thead td:first-child, .consumption-col tbody td:first-child {
        padding-left: 15px;
	}
	.blog-block {
        width: 50%;
	}
	.page-article__wrapper {
		width: 100%;
	}
	.otherBlog {
		padding: 30px 0 45px;
	}
    .page-footer__center {
        padding: 26px 0;
    }
    .page-footer__nav ul {
        max-height: 300px;
    }
    .page-footer__nav ul li a {
        font-size: 14px;
    }
    .page-footer__wrapper {
        border: none;
    }
    .page-footer__list {
        display: block;
    }
    .page-footer__right {
        border: none;
        width: 100%;
        min-width: 100%;
    }
    .page-footer__right::before {
        content: "";
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 1500px;
        background: #313131;
        height: 1px;
        left: 0;
        top: 0;
    }
    .page-footer__right-top .header-btn.btn {
        width: 128px;
        height: 40px;
        font-size: 17px;
    }
    .page-footer__right-top {
        height: 60px;
        padding: 0 0 0 12px;
        align-items: center;
        display: flex;
        align-items: center;
        border: none;
        border-left: 1px solid #313131;
        width: 140px;
        position: absolute;
        right: 0;
        top: 0;
    }
    .page-footer__info-mobile {
        margin-bottom: 10px;
        padding-top: 24px;
        margin-top: 4px;
    }
    .page-footer__info-mobile::before {
        content: "";
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 2000px;
        background: #313131;
        height: 1px;
        left: 0;
        top: 0;
    }
    .page-footer__info-link {
        margin-top: 5px;
    }
    .page-footer__apps {
        justify-content: flex-start;
        padding: 0 0 24px;
        border: none;
    }
    .page-footer__logo {
        padding: 0;
        height: 60px;
        width: auto;
        border: none;
        position: relative;
    }
    .page-footer__soc {
        position: absolute;
        left: 0;
        top: 60px;
        width: 100%;
        padding: 19px 0;
        display: flex;
        align-items: center;
    }
    .page-footer__center {
        padding: 26px 0 0 0;
        margin-top: 60px;
        position: relative;
    }
    .page-footer__center::before {
        content: "";
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 2000px;
        background: #313131;
        height: 1px;
        left: 0;
        top: 0;
    }
    .page-footer__soc-item {
        margin: 0 16px 0 0;
        font-size: 14px;
    }
    .page-footer__left {
        border: none;
    }
    .page-footer__info {
        display: none;
    }
    .page-footer__info-mobile {
        display: block;
    }
    .page-footer__right::before {
        display: none;
    }
    .page-footer__logo::before {
        content: "";
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 2000px;
        background: #313131;
        height: 1px;
        left: 0;
        bottom: 0;
    }
    .page-footer__logo img {
        height: 31px;
    }


  .benefits {
    padding: 0;
  }
  .benefits-block {
    margin-top: 20px;
  }
  .benefits-list {
    margin-top: -20px;
  }
  .benefits-title {
    margin-bottom: 21px;
  }
  .benefits-item {
    border-radius: 30px;
    padding: 12px 10px 16px;
  }
  .benefits-item__text {
    font-size: 10px;
    line-height: 115%;
    margin-top: 11px;
  }
  .benefits-item__img {
    width: 75px;
    height: 75px;
    margin: 0 auto;
  }
  .benefits-img {
    position: relative;
    right: auto;
    left: 50%;
    top: auto;
    bottom: auto;
    width: 557px;
    min-width: 557px;
    height: auto;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-top: 7px;
  }
  .benefits-steps__title {
    height: 33px;
    padding: 0 12px;
    font-size: 18px;
    line-height: normal;
  }
  .benefits-steps__item {
    margin-top: 18px;
  }
  .benefits-steps__item-left {
    margin-right: 16px;
  }
  .benefits-steps__item-left svg {
    width: 61px;
    height: 61px;
    min-width: 61px;
  }
  .benefits-steps__item-left span {
    width: 30px;
    height: 30px;
    bottom: -3px;
    font-size: 12px;
  }
  .benefits-steps__item-title {
    font-size: 14px;
    line-height: 130%;
  }
  .benefits-steps__item-text {
    margin-top: 4px;
    font-size: 13px;
    line-height: 130%;
  }
  .benefits-text {
    font-size: 14px;
  }
	.header.offline .header-right {
		width: 170px;
	}
  .comparison-text {
    font-size: 16px;
    line-height: 130%;
  }

}
@media (max-width: 767px) {
  .container, .big-container {
    width: 540px;
  }
	.article-item {
        width: 50%;
    }
	.page-404 h1 {
		font-size: 40px;
	}
	.page-404 .main-btn.btn {
        height: 70px;
		font-size: 18px;
		width: 300px;
	}
  .btn-yellow {
    padding: 12px;
  }
  .faq-item__title span {
    margin-top: 0;
  }
  .description {
    font-size: 16px;
  }
	.consumption-col {
		width: 100%;
		padding: 15px 10px 0;
	}
	.consumption-model-name {
		margin-bottom: 8px;
		font-size: 18px;
	}
	.f-html {
		border-radius: 10px;
	}
  .benefits-block {
    width: 25%;
  }
}
@media (max-width: 576px) {
  .container, .big-container {
    width: 100%;
    padding: 0 15px;
  }
  .header .header-right {
    width: 60px;
  }
  .header .header-btn.btn {
    width: 40px;
    height: 40px;
  }
  .header .header-btn.btn span {
    display: none;
  }
  .header .btn-left {
    width: 22px;
    height: 22px;
    margin: 0;
  }
  .header .btn-right {
    display: none;
  }
  .header-nav {
    left: auto;
    right: 15px;
    width: calc(100% - 30px);
  }
  .footer-top__list .header-nav ul li {
    width: 50%;
  }
  .footer-top__list .header-nav ul {
    padding-left: 15px;
    padding-right: 15px;
  }
	.article-item {
        width: 100%;
    }
	.articles-container {
		max-width: 450px;
	}
	.page-404 {
		font-size: 20px;
	}
	.pagination {
      margin-top: 40px;
  }
  .pagination a, .pagination span {
      width: 32px;
      height: 32px;
      font-size: 20px;
  }
  .pagination .prev, .pagination .next {
      width: 40px;
      height: 40px;
  }
  .pagination .prev {
      margin-right: auto;
  }
  .pagination .next {
      margin-left: auto;
  }
  .pagination .prev::before, .pagination .next::before {
      transform: scale(0.9);
  }
  .pagination .prev::before {
      transform: scale(0.9) rotate(180deg);
  }
  .blog-block {
      width: 100%;
  }


  .benefits-list {
    margin: 0 0 0 -15px;
    padding-left: 15px;
    width: calc(100% + 30px);
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding-bottom: 60px;
    margin-bottom: -60px;
    position: relative;
    z-index: 2;
    overflow-x: auto;
  }
  .benefits-list::-webkit-scrollbar {
    display: none;
  }
  .benefits-block {
    padding: 0;
    margin-top: 0;
    width: 105px;
    min-width: 105px;
    margin-right: 9px;
  }
  .benefits-scroll {
    margin-top: 22px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-right: 14px;
    background: var(--temnyy-seryy);
    border-radius: 100px;
    font-weight: 500;
    font-size: 14px;
    color: var(--belyy);
  }
  .benefits-scroll svg {
    width: 48px;
    height: 38px;
    margin-right: 9px;
  }
  .comparison-cards {
    flex-wrap: wrap;
  }
  .comparison-card {
    width: 100%;
  }



}
@media (max-width: 450px) {
  .modal-gray {
    padding-left: 20px;
    padding-right: 20px;
  }
  .modal-bottom {
    padding-left: 14px;
    padding-right: 14px;
    font-size: 10px;
  }
  .modal-top {
    padding-left: 14px;
    padding-right: 14px;
  }
  .modal-wrapper .carousel__button.is-close {
    right: 21px !important;
  }
  .modal-gray__title {
    font-size: 24px;
  }
  .modal-form {
    padding-left: 20px;
    padding-right: 20px;
  }
  .modal-ya.btn, .modal-gray__btn, .modal-btn.btn {
    font-size: 20px;
    height: 60px;
  }
  .modal-input input {
    height: 60px;
    font-size: 16px;
  }
  .modal-title {
    font-size: 28px;
    margin-bottom: 24px;
  }
	.page-404 .image-wrapper {
		margin: 40px -22% 40px;
	}
	.page-404 img {
		margin-left: 4.2%;
	}
	.page-404 .main-btn.btn {
		width: 100%;
	}
	.page-404 h1 {
		font-size: 30px;
	}
	.header.offline .big-container {
		padding: 0 0 0 10px;
	}
	.header.offline .header-right {
		border-right: none;
		width: 150px;
	}
	.header.offline .page-footer__soc-item {
		font-size: 12px;
	}
}
@media (max-height: 600px) {
	.mobile-menu {
		padding-bottom: 35px;
	}
	.mobile-menu__nav {
		margin-bottom: 25px;
	}
}
@media (max-height: 500px) {
	.mobile-menu {
		padding-bottom: 10px;
	}
	.mobile-menu__nav {
		margin-bottom: 15px;
	}
	.mobile-menu__nav ul li.submenu-open ul {
		bottom: 10px;
	}
}
