﻿@charset "UTF-8";
@import url("css2-1.css");
@import url("css2-2.css");
* {
  padding: 0px;
  margin: 0px;
  border: 0px; }

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

:focus,
:active {
  outline: none; }

a:focus,
a:active {
  outline: none; }

aside,
nav,
footer,
header,
section {
  display: block; }

html,
body {
  min-width: 320px;
 }

body {
  line-height: 1;
  font-family: "Manrope"!important;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

input,
textarea {
  font-family: "Manrope"!important; }

button {
  font-family: "Roboto"!important;
  font-weight: 400!important;
}

input::-ms-clear {
  display: none; }

button {
  cursor: pointer; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

a,
a:visited {
  text-decoration: none; }

a:hover {
  text-decoration: none; }

ul li {
  list-style: none; }

img {
  vertical-align: top; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700!important;
  font-size: inherit;
  font-family: "Roboto"!important;
 }

body {
  color: #000;
  font-size: 14px; }
  body.lock {
    overflow: hidden; }

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden; }
.youtube-video{
  position: relative;
}
.youtube-video iframe {
  width: 732px;
  height: 412px;
  margin: 0 auto;
  display: block;
}

.operator__beeline img{
  max-width: 90%!important;
}
.container {
  max-width: 1170px;
  margin: 0 auto;
  width: 100%; }
  @media (max-width: 1182px) {
    .container {
      max-width: 970px; } }
  @media (max-width: 991.98px) {
    .container {
      max-width: 750px; }
    .up__container {
      padding: 0 20px; }}
  @media (max-width: 767.98px) {
    .youtube-video iframe{
      width: 90%;
      height: 300px;
    }
    .up__container,.container {
      max-width: none;
      padding: 0 20px; } }

.form__error {
  font-size: 12px;
  color: red;
  margin: 2px 0px 0px 0px; }

.border-radius-10 {
  border-radius: 10px!important;
}
.b24-none{
  z-index: 1!important;
}
.btn {
  display: inline-block;
  padding: 0px 0px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  height: 50px;
  line-height: 50px;
  border-radius: 41px;
  background-color: #f2994a;
  padding: 0 58px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  position: relative;
  overflow: hidden; 
  font-weight: 400!important;
  font-family: "Roboto"!important;}
  .btn:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 0%;
    top: 0;
    background-color: #000;
    left: 50%; }
  .btn:hover {
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    color: #f2994a; }
    .btn:hover:before {
      -webkit-transition: all 1s ease 0s;
      -moz-transition: all 1s ease 0s;
      -ms-transition: all 1s ease 0s;
      -o-transition: all 1s ease 0s;
      transition: all 1s ease 0s;
      width: 100%;
      left: 0; }
  @media (max-width: 767.98px) {
    .btn {
      height: 40px;
      line-height: 40px;
      padding: 0 50px;
      font-size: 18px; } }
  @media (max-width: 479.98px) {
    .btn {
      padding: 0 45px; } }
  .btn_b {
    background-color: #000; }
    .btn_b:hover {
      -webkit-transition: all 1s ease 0s;
      -moz-transition: all 1s ease 0s;
      -ms-transition: all 1s ease 0s;
      -o-transition: all 1s ease 0s;
      transition: all 1s ease 0s;
      color: #000; }
    .btn_b:before {
      background-color: #fff; }
  .btn span {
    position: relative;
    z-index: 1; }
  .btn.fw {
    width: 100%; }

input[type=text], input[type=email], input[type=tel], textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.input {
  border-radius: 3px !important;
  border: 1px solid #ffffff;
  width: 100%;
  display: block;
  padding: 12px 20px;
  background-color: #000000;
  opacity: 0.9;
  color: #ffffff;
  font-size: 14px; }
  .input:focus {
    border: 1px solid #f2994a; }
  .input.err {
    border: 1px solid red;
    color: red; }

.title {
  color: #000;
  font-size: 48px;
  font-weight: 700;
  line-height: 58px; 
  font-weight: 700!important;
  font-family: "Roboto"!important;
  }
  .title_w {
    color: #fff; }
  @media (max-width: 991.98px) {
    .title {
      font-size: 40px;
      line-height: 48px; } }
  @media (max-width: 767.98px) {
    .title {
      font-size: 24px;
      line-height: 28px;
      margin: 0 0 12px 0; } }

.title-secondary {
  color: #000;
  font-size: 24px;
  font-weight: 400;
  line-height: 41px;
  margin-bottom: 40px;
  font-weight: 400!important;
  font-family: "Manrope"!important;
 }
  .title_w {
    color: #fff; }
  @media (max-width: 991.98px) {
    .title-secondary {
      font-size: 20px;
      line-height: 30px; } }
  @media (max-width: 767.98px) {
    .title-secondary {
      font-size: 14px;
      line-height: 20px;
      margin: 25px 0 15px 0; } }

.slick-list {
  overflow: hidden; }

.slick-track {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0; }

.ibg {
  position: relative; }
  .ibg img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: 100% 28%; }

.cell {
  display: table-cell; }
  .cell.full {
    width: 100%; }

.table {
  display: table;
  font-size: 0;
  width: 100%; }
.b24-window-overlay{
  background: rgba(0, 0, 0, 0.45)!important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.b24-widget-button-shadow{
  background: rgba(0, 0, 0, 0.45)!important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.popup {
  -webkit-overflow-scrolling: touch;
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  display: none;
  position: fixed !important;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 90000; }
  .popup.active .popup-content {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  .popup.show {
    display: block; }
    .popup.show .popup-content {
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1); }

.popup-table {
  height: 100%;
  table-layout: fixed; }
  .popup-table > .cell {
    height: 100%;
    vertical-align: middle;
    padding: 30px 10px; }

.popup-content {
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  max-width: 700px;
  margin: 0px auto;
  background-color: #fff; }



.popup-close {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  background: url("close_w.svg") 0 0/100% no-repeat;
  z-index: 10; }

.popup-content {
  border-radius: 7px;
  overflow: hidden; }
  .popup-content__form {
    background-color: #000;
    padding: 25px 25px 25px 25px; }

.form-popup__title {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  margin: 0px 0px 15px 0px;
  text-align: center; }
  @media (max-width: 479.98px) {
    .form-popup__title {
      font-size: 16px; } }

.form-popup__text-error {
  font-size: 18px;
  text-align: center;
  color: red;
  margin: 0px 0px 10px 0px; }
  @media (max-width: 479.98px) {
    .form-popup__text-error {
      font-size: 16px; } }

.body-form__input {
  margin: 0px 0px 15px 0px; }

.body-form__btn {
  height: 40px;
  line-height: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
  font-size: 18px; }
  @media (max-width: 767.98px) {
    .body-form__btn {
      font-size: 16px; } }
  .body-form__btn:before {
    background-color: #fff; }

.header {
  background-color: #fff;
  position: relative;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25); }
  .header__body {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .header__logo {
    position: relative;
    z-index: 5; }
  .header__number a{
    color: #f09849;
    font-size: 23px;
  }
.phone-desktop a{
  pointer-events: none;
}
.header > .up__container{
  padding-left:30px;
  padding-right:30px;
}

.app__container{
  padding: 70px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
.app__container p{
  text-align: center;
}
.app__container-title{
  line-height: unset;
  margin-bottom:3px;
  margin-top:-7px;
}
.app__btn{
   margin-top:43px;
}
.app__btn{
  display: flex;
  gap:24px;
}
.app__btn img{
  width: 100%;
  max-width: 280px;
  height:auto;
  image-rendering: crisp-edges;
}
.app__btn img{
  width: 100%;
  max-width: 280px;
  height:auto;
  image-rendering: crisp-edges;
}
.app-img{
  width: 280px;
  height: 88px;
  background-repeat: no-repeat;
}
.app-img.app-iOS{
  background-image: url("");
}
.app-img.app-android{
  background-image: url("");
}
.app-img.app-apk{
  background-image: url("");
}
@media (max-width: 920px) {
  .header > .up__container{
    padding-left:20px;
    padding-right:20px;
  }
}
.phone-container{
  display:none;
}
@media (max-width: 897.98px) {
  .header {
    margin-bottom: 70px;
  }
  .phone-container{
    display:block;
  }
  .phone-container > .phone-block{
    width:290px;
    height:auto;
    margin:0 auto;
    padding:30px 0;
    background: #FFFFFF;
    border-radius: 9px;
    color: #F1984E;
    font-size: 20px;
    text-align: center;
  }
  .phone-container > .phone-block .title-text{
    margin-bottom:10px;
  }
  .phone-container > .phone-block a{
    font-size: 28px;
    color: #F1984E;
    font-weight: 700;
  }
  .menu__body {
    position: fixed;
    top: 0;
    left: -120%;
    overflow: auto;
    background: rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    height: 100%;
    width: 100%;
    z-index: 4;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    padding: 60px 20px 20px 20px; }
    .menu__body.active {
      left: 0; }
    .menu__body:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 40px;
      top: 0;
      left: 0;
      -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
      box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
      background-color: #fff; }
  .header > .up__container{
    /*padding-left:0;*/
    padding-right:0;
  }
    }

.menu__list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0; }
  @media (max-width: 897.98px) {
    .menu__list {
      padding:80px 30px;
      display: block;
      text-align: left;
    }
  }
  .menu__list li {
    margin: 0 24px 0 24px; }
    @media (max-width: 994.98px) {
      .menu__list li {
        margin: 0 7px 0 7px; } }
    @media (max-width: 897.98px) {
      .menu__list li {
        margin: 0 0 20px 0 !important; } }
    .menu__list li:last-child {
      margin: 0 0 0 24px; }
      @media (max-width: 994.98px) {
        .menu__list li:last-child {
          margin: 0 7px 0 14px; } }

.menu__link {
  color: #000000;
  font-size: 18px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .menu__link:hover {
    color: #f09c50;
    opacity: 0.9; }
  @media (max-width: 897.98px) {
    .menu__link {
      font-size: 24px;
      color: #FFFFFF;
      text-align: left;
    } }

.icon-menu {
  display: none;
  background: url("burger.svg") 0 0 no-repeat;
  width: 26px;
  height: 26px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  position: absolute;
  right: 20px;
  top: 7px;
  z-index: 10; }
  .icon-menu.active {
    background: url("") center/100% no-repeat; }
  @media (max-width: 897.98px) {
    .icon-menu {
      display: block; }
    .number__right{display: none}
  }

/*
	Стиль иконки бургера
	.icon-menu{
		display: block;
		position: absolute;
		top: 18px;
		right: 10px;
		width:30px;
		height: 18px;
		cursor: pointer;
		z-index: 5;
		span{@include anim(0.3s,0s);top: 8px;left: 0px;position: absolute;width: 100%;height: 2px;background-color: #000;
			&:first-child{top: 0px;}
			&:last-child{top: auto;bottom: 0px;}
		}
		&.active{
			span{@include scale(0);
				&:first-child{@include rotate(-45deg);top: 8px;}
				&:last-child{@include rotate(45deg);bottom: 8px;}
			}
		}
	}
*/
.footer {
  background-color: #000;
  padding: 32px 0 0 0; }
  @media (max-width: 767.98px) {
    .footer {
      padding: 10px 0px 0px 0px; } }
  .footer__body {
    margin: 0 auto; }
  .footer__row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 0; }
    @media (max-width: 991.98px) {
      .footer__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  .footer__column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 28%;
    flex: 0 0 28%;
    margin: 0px 0px 35px 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
      @media (max-width: 767.98px) {
        .footer__column:first-child {
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; } }
    @media (max-width: 767.98px) {
      .footer__column {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin: 0px 0px 10px 0px; } }
  .footer__item {
    padding: 0px 35px 0px 0px; }
    @media (max-width: 991.98px) {
      .footer__item {
        padding: 0px 25px 0px 0px; } }
    @media (max-width: 767.98px) {
      .footer__item {
        text-align: center; 
        padding: 0;
      } }
  .footer__agency {
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    margin: 0px 0px 10px 0px; }
    @media (max-width: 767.98px) {
      .footer__agency {
        font-size: 20px;
        margin: 0px 0px 8px 0px; } }
  .footer__year {
    font-size: 14px;
    opacity: 0.7;
    color: #ffffff; }
  .footer__text-left {
    color: #ffffff;
    font-size: 14px;
    padding: 0px 40px 0px 0px; }
    @media (max-width: 767.98px) {
      .footer__year {
        font-size: 12px;
      }
      .footer__text-left {
        text-align: center; 
        padding: 0;
        font-size: 12px;
      } }

.text-defence__text {
  color: #ffffff;
  font-size: 14px;
  opacity: 0.6; }
  @media (max-width: 767.98px) {
    .text-defence__text {
      font-size: 12px;
    } }

.text-defence__link-site {
  color: #ffffff;
  font-size: 14px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .text-defence__link-site:hover {
    color: #f2994a; }

.text-defence__link {
  opacity: 0.9;
  color: #f2994a;
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline; }
  @media (max-width: 767.98px) {
    .text-defence__link {
      display: none; } }

.mainblock {
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0px 0px 20px 0px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  flex-direction: column; }
  @media (max-width: 767.98px) {
    .mainblock {
      min-height: auto;
      height: fit-content; 
      padding: 0px 0px 50px 0px;}
    }
.mainblock-arrow-mobile {
  display: none;
  width: 32px;
  height: 40px;
  margin: 30px auto 0 auto;
  cursor: pointer;
}
.mainblock-arrow-desktop {
  position: absolute;
  bottom: 0;
  left: calc(50% - 16px);
  width: 32px;
  cursor: pointer;
}
.another-title {
  display: none;
}
@media (max-width: 767.98px) {
  .mainblock-arrow-mobile {
    display: block; } 
    .mainblock-arrow-desktop {
      display: none;
    }
  }
  .mainblock__content {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .mainblock__container {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .mainblock__body {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0px 0px 0px; }
    @media (max-width: 767.98px) {
      .mainblock__body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; 
        padding: 0;
      } }
  .mainblock__column:first-child {
    padding: 0px 20px 0px 0px; }
    @media (max-width: 991.98px) {
      .mainblock__column:first-child {
        max-width: 900px;
        padding: 0 15px 0 0; } }
    @media (max-width: 767.98px) {
      .mainblock__column:first-child {
        max-width: 320px;
        padding: 0;
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2; } }
  .mainblock__column:last-child {
    max-width: 438px; }
    @media (max-height: 800px) {
      .mainblock__column:last-child {
        max-width: 350px; } }
    @media (max-height: 620px) {
      .mainblock__column:last-child {
        max-width: 280px; } }
    @media (max-width: 767.98px) {
      .mainblock__column:last-child {
        max-width: 100%;
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
        margin: 0 0 10px 0; } }
  .mainblock__text {
    color: #ffffff;
    margin: 0 0 50px 0; }
    @media (max-width: 991.98px) {
      .mainblock__text {
        margin: 0 0 40px 0; } }
    @media (max-width: 767.98px) {
      .mainblock__text {
        margin: 0 0 25px 0;
        text-align: center; } }
    .mainblock__title.title {
      margin-bottom: 48px;
    }
    @media (max-width: 767.98px) {
      .mainblock__title.title {
        display: none;
      }
      .another-title {
        display: block!important;
        text-align: center;
        width: 100%;
        margin-bottom: 25px!important;
        font-size: 23px!important;
        line-height: 28px!important;
      }
    }
    /* @media (max-width: 767.98px) {
      .mainblock__title {
        margin: 0 0 12px 0; } } */
  .mainblock__subtitle {
    opacity: 0.8;
    font-size: 18px; }
    @media (max-width: 767.98px) {
      .mainblock__subtitle {
        font-size: 14px; } }
  .mainblock__links {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 767.98px) {
      .mainblock__links {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    .mainblock__links .span {
      opacity: 0.7;
      color: #ffffff;
      font-size: 14px;
      margin: 0 22px; }
      @media (max-width: 767.98px) {
        .mainblock__links .span {
          margin: 10px 0; } }
  .mainblock__btn {
    font-size: 20px; }
  .mainblock__link {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700; }
    .mainblock__link:hover {
      -webkit-transition: all 0.9s ease 0s;
      -moz-transition: all 0.9s ease 0s;
      -ms-transition: all 0.9s ease 0s;
      -o-transition: all 0.9s ease 0s;
      transition: all 0.9s ease 0s;
      text-decoration: underline; }
  .mainblock__image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
    .mainblock__image:after {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-color: #f2994a;
      opacity: 0.95; }
    .mainblock__phone {
      -moz-transform: rotate(15deg);
      -ms-transform: rotate(15deg);
      -webkit-transform: rotate(15deg);
      -o-transform: rotate(15deg);
      transform: rotate(15deg); } 
  .mainblock__phone img {
    max-width: 80%; }
  @media (max-width: 767.98px) {
    .mainblock__phone {
      max-width: 50%; 
      margin: 0 auto;}
  }

.earnings {
  background-color: #fff;
  padding: 64px 0px; }
  @media (max-width: 991.98px) {
    .earnings {
      padding: 32px 0; } }
  @media (max-width: 767.98px) {
    .earnings {
      padding: 32px 20px; } }
  .earnings__container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .earnings__title {
    margin: 0px 0px 100px 0px; }
    @media (max-width: 767.98px) {
      .earnings__title {
        text-align: center;
        font-size: 20px!important;
        line-height: 22px;
        margin: 0px 0px 30px 0px; } }
  .earnings__body {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 0;}
    @media (max-width: 767.98px) {
      .earnings__body {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
.tab-buttuns-mobile {
  display: none; }
  @media (max-width: 767.98px) {
    .tab-buttuns-mobile {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      font-size: 0; } }
  .tab-buttuns-mobile__item {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
    background-color: #e4e4e4; }
    @media (max-width: 767.98px) {
      .tab-buttuns-mobile__item {
        padding-top: 10px !important;
        padding-bottom: 10px !important; }
        .tab-buttuns-mobile__item.active {
          -webkit-transition: all 0.4s ease 0s;
          -moz-transition: all 0.4s ease 0s;
          -ms-transition: all 0.4s ease 0s;
          -o-transition: all 0.4s ease 0s;
          transition: all 0.4s ease 0s;
          color: #ffffff;
          background-color: #5c5c5c; } }
    @media (max-width: 479.98px) {
      .tab-buttuns-mobile__item {
        padding-top: 12px !important;
        padding-bottom: 12px !important; } }

.tab-buttuns-mobile_item_1 {
  padding: 0 14px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px; }
  @media (max-width: 479.98px) {
    .tab-buttuns-mobile_item_1 {
      padding: 0 10px; } }

.tab-buttuns-mobile_item_2 {
  padding: 0 18px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px; }
  @media (max-width: 479.98px) {
    .tab-buttuns-mobile_item_2 {
      padding: 0 14px; } }

.how-earnings {
  color: #000000;
  font-weight: 400; 
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
  .how-earnings__title {
    font-size: 24px;
    margin: 0 0 66px 0; }
    @media (max-width: 767.98px) {
      .how-earnings__title {
        margin: 0;
        font-weight: 600;
        font-size: 18px; } }
    @media (max-width: 479.98px) {
      .how-earnings__title {
        font-size: 14px; } }
  .how-earnings__number {
    max-width: 40px;
    min-width: 40px;
    max-height: 40px;
    min-height: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    background: #f2994a;
    border-radius: 50%;
    z-index: 0;
    overflow: hidden; }
  .how-earnings__item::after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #f2994a;
    position: absolute;
    top: 20px;
    left: 40px;
    z-index: 11;
  }
  .how-earnings__item:last-child::after {
    content: none;
  }
  .how-earnings__text {
    line-height: 22px;
    font-size: 16px;
    margin: 25px 0 0 0; }
  .how-earnings__text-link {
    text-decoration: none;
    color: #f09849;
    font-weight: bold;
  }
  .how-earnings__item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    margin: 0px 0px 0px 40px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 20%;
    flex: 0 1 20%;  }
    .how-earnings__item:first-child {
      margin: 0px;
    }
    @media (max-width: 767.98px) {
      .how-earnings {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        .how-earnings__item {
          padding: 0 0 40px 0;
          margin: 0;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          text-align: left;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row;
        }
        .how-earnings__item:last-child {
          padding: 0;
        }
        .how-earnings__number {
          margin-right: 20px;
        }
        .how-earnings__text {
          margin: 0;
        }
        .how-earnings__item::after {
          height: 100%;
          width: 1px;
          top: 40px;
          left: 20px;
        }
     }

.income-earnings {
  color: #000000;}
  @media (max-width: 767.98px) {
    .income-earnings {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      font-size: 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .income-earnings__title {
    font-size: 24px;
    font-weight: 600;
    margin: 0px 0px 30px 0px; }
    @media (max-width: 767.98px) {
      .income-earnings__title {
        margin: 0;
        font-size: 18px; } }
    @media (max-width: 479.98px) {
      .income-earnings__title {
        font-size: 14px; } }
  .income-earnings__text {
    margin: 0 0 24px 0; }
    @media (max-width: 767.98px) {
      .income-earnings__text {
        margin: 0px 0px 10px 0px; } }
  .income-earnings__btn {
    margin: 30px 0 0 0; }
    @media (max-width: 767.98px) {
      .income-earnings__btn {
        background-color: #000;
        margin: 22px 0 0 0;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center; } }

.income-text__title {
  font-size: 24px;
  font-weight: 700; }
  @media (max-width: 991.98px) {
    .income-text__title {
      line-height: 28px; } }
  @media (max-width: 767.98px) {
    .income-text__title {
      font-size: 20px; } }
  .income-text__title span {
    color: #f2994a; }

.income-text__subtitle {
  font-size: 18px;
  line-height: 24px; }
  @media (max-width: 767.98px) {
    .income-text__subtitle {
      font-size: 14px;
      line-height: 18px; } }

.blocktext {
  position: relative;
  padding: 40px 0px 30px 0px; }
  @media (max-width: 991.98px) {
    .blocktext {
      padding: 30px 0 20px 0; } }
  @media (max-width: 767.98px) {
    .blocktext {
      padding: 5px 0 10px 0;
} }
  .blocktext__container {
    position: relative;
    z-index: 2; }
    @media (max-width: 767.98px) {
      .blocktext__container {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2; 
        padding: 35px;
      } }
  .blocktext__item {
    margin: 0px 0px 22px 0px;
    text-align: right;}
    @media (max-width: 767.98px) {
      .blocktext__item {
        margin: 0px 0px 18px 0px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%; } 
      .blocktext__item:last-child {
        margin: 0;
      }
      .blocktext__item div:last-child {
        margin: 0;
      }
      }
  .blocktext__image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  .blocktext__image div {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
  }

.item-blocktex {
  color: #ffffff; }
@media (max-width: 767.98px) {
      .item-blocktex__title {
        font-size: 20px;
        margin: 0 0 7px 0; } }
  .item-blocktex__title {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 2px 0; }
    @media (max-width: 767.98px) {
      .item-blocktex__title {
        font-size: 20px;
        margin: 0 0 7px 0; } }
  .item-blocktex__subtitle {
    line-height: 15px;
    font-size: 14px; }

.blockcards {
  position: relative;
  padding: 60px 0px; }
  @media (max-width: 991.98px) {
    .blockcards {
      padding: 45px 0; } }
  @media (max-width: 767.98px) {
    .blockcards {
      padding: 32px 20px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      font-size: 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .blockcards__container {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
    @media (max-width: 767.98px) {
      .blockcards__container {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;} }
  .blockcards__item {
    width: 28%;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
    @media (max-width: 767.98px) {
      .blockcards__item {
        margin: 0px 0px 18px 0px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%; }
      .blockcards__item:last-child {
        margin-bottom: 0;
      }
      }

.item-blockcards {
  color: #f09849; 
  width: 327px;
  height: 167px;
  border-radius: 50px;
  border: 1px solid #f09849;
}
  .item-blockcards__title {
    font-weight: 700;
    font-size: 48px;
    line-height: 111.69%; 
    margin-bottom: 15px;
  }
  .item-blockcards__subtitle {
    font-weight: 500;
    font-size: 24px;
    line-height: 111.69%;
    width: 70%;
  }
    @media (max-width: 767.98px) {
      .item-blockcards__title {
        font-size: 36px;
        margin: 0 0 7px 0; } }
        .item-blockcards__subtitle {
          font-size: 18px; 
        }

.base-numbers {
  background-color: #f09849;
  padding: 55px 0; }
  @media (max-width: 991.98px) {
    .base-numbers {
      padding: 40px 0; } }
  @media (max-width: 767.98px) {
    .base-numbers {
      padding: 35px 0; } }
  .base-numbers__title {
    margin: 0px 0px 35px 0px;
    max-width: 700px; }
    @media (max-width: 991.98px) {
      .base-numbers__title {
        margin: 0 0 25px 0; } }
    @media (max-width: 767.98px) {
      .base-numbers__title {
        max-width: 350px;
        margin: 0 0 23px 0; } }
    @media (max-width: 479.98px) {
      .base-numbers__title {
        margin: 0 0 20px 0; } }
  .base-numbers__body {
    padding: 25px 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px; }
    @media (max-width: 767.98px) {
      .base-numbers__body {
        padding: 25px 15px; } }
    @media (max-width: 767.98px) {
      .base-numbers__body {
        padding: 20px 20px 10px 20px; } }
  .base-numbers__row {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0px 0px 15px 0px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media (max-width: 767.98px) {
      .base-numbers__row {
        margin: 0px 0px 11px 0px; } }
    .base-numbers__row:first-child {
      padding: 0px 0px 12px 0px;
      margin: 0px 0px 18px 0px; }
      @media (max-width: 767.98px) {
        .base-numbers__row:first-child {
          margin: 0px 0px 15px 0px; } }
      .base-numbers__row:first-child:after {
        content: '';
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
        height: 1px;
        background-color: #c4c4c4; }
  .base-numbers__bottom {
    margin: 15px 0px 0px 0px;
    padding: 0px 0px 0px 32px; }

.row-numbers__column:nth-child(1) {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 185px;
  flex: 0 1 185px; }
  @media (max-width: 1182px) {
    .row-numbers__column:nth-child(1) {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 150px;
      flex: 0 1 150px; } }
  @media (max-width: 991.98px) {
    .row-numbers__column:nth-child(1) {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 140px;
      flex: 0 1 140px; } }
  @media (max-width: 767.98px) {
    .row-numbers__column:nth-child(1) {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33%;
      flex: 33%; } }

.row-numbers__column:nth-child(2) {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 140px;
  flex: 0 1 140px; }
  @media (max-width: 991.98px) {
    .row-numbers__column:nth-child(2) {
      max-width: 60px; } }
  @media (max-width: 767.98px) {
    .row-numbers__title_m2 {
      display: none; } 
    .row-numbers__column:nth-child(2) {
      max-width: unset;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33%;
      flex: 33%;
    }
    }

.row-numbers__column:nth-child(3) {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 545px;
  flex: 0 1 545px; }
  @media (max-width: 1182px) {
    .row-numbers__column:nth-child(3) {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 485px;
      flex: 0 1 485px; } }
  @media (max-width: 991.98px) {
    .row-numbers__column:nth-child(3) {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 390px;
      flex: 0 1 390px; } }
  @media (max-width: 767.98px) {
    .row-numbers__column:nth-child(3) {
      display: none; } }

.row-numbers__column:nth-child(4) {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 145px;
  flex: 0 1 145px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (max-width: 1182px) {
    .row-numbers__column:nth-child(4) {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 130px;
      flex: 0 1 130px; } }
  @media (max-width: 991.98px) {
    .row-numbers__column:nth-child(4) {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 120px;
      flex: 0 1 120px; } }
  @media (max-width: 767.98px) {
    .row-numbers__column:nth-child(4) {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 110px;
      flex: 0 1 110px; } }

.row-numbers__title {
  color: #000000;
  font-size: 18px;
  font-weight: 700; }
  @media (max-width: 991.98px) {
    .row-numbers__title {
      font-size: 15px; } }
  @media (max-width: 767.98px) {
    .row-numbers__title {
      font-size: 14px; } }

.row-numbers__rates {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0px 190px 0px 23px; }
  @media (max-width: 1182px) {
    .row-numbers__rates {
      padding: 0px 110px 0px 0px; } }
  @media (max-width: 991.98px) {
    .row-numbers__rates {
      padding: 0px 80px 0px 20px; } }

.row-numbers__link {
  opacity: 0.5;
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  @media (max-width: 991.98px) {
    .row-numbers__link {
      font-size: 14px; } }
  .row-numbers__link:hover {
    color: #f09c50;
    opacity: 0.9; }

.row-numbers__tel {
  color: #000000;
  font-size: 20px;
  font-weight: 700; }
  @media (max-width: 1182px) {
    .row-numbers__tel {
      font-size: 16px; } }
  @media (max-width: 991.98px) {
    .row-numbers__tel {
      font-size: 14px; } }
  @media (max-width: 767.98px) {
    .row-numbers__tel {
      font-size: 18px; } }
  @media (max-width: 479.98px) {
    .row-numbers__tel {
      font-size: 13px; } }

.row-numbers__operator img {
  max-width: 100%; }

.row-numbers__btn {
  display: inline-block;
  height: 35px;
  padding: 0 24px;
  line-height: 31px;
  color: #5c5c5c;
  font-size: 18px;
  font-weight: 700;
  border-radius: 28px;
  border: 2px solid #f2994a;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s; }
  @media (max-width: 1182px) {
    .row-numbers__btn {
      padding: 0 18px;
      font-size: 16px; } }
  @media (max-width: 991.98px) {
    .row-numbers__btn {
      font-size: 14px;
      padding: 0 12px; } }
  @media (max-width: 767.98px) {
    .row-numbers__btn {
      padding: 0 18px;
      color: #000000;
      border: 1px solid #bcbcbc;
      line-height: 33px; } }
  .row-numbers__btn:hover {
    color: #fff;
    background-color: #f2994a; }

.tariff-number {
  max-width: 600px;
  height: 35px;
  padding: 0 23px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ffffff;
  font-size: 16px;
  line-height: 18px;
  background-color: #ed9648;
  border-radius: 100px;
  overflow: hidden; }
  @media (max-width: 1182px) {
    .tariff-number {
      font-size: 15px;
      padding: 0 16px; } }
  @media (max-width: 991.98px) {
    .tariff-number {
      font-size: 12px;
      padding: 0 10px; } }
  .tariff-number__name {
    flex: 0 1 170px;
     }
    @media (max-width: 991.98px) {
    .tariff-number__name {
      flex: 0 1 150px;} }
  .tariff-number__gb {
    padding: 0px 0px 0px 12px;
    flex: 0 1 125px;
    position: relative; }
    .tariff-number__gb:before {
      content: '';
      position: absolute;
      top: 2px;
      left: 0;
      width: 17px;
      height: 13px; }
      @media (max-width: 1182px) {
        .tariff-number__gb:before {
          top: 0; } }
  .tariff-number__minutes {
    position: relative;
    flex: 0 1 125px;
    padding: 0px 0px 0px 12px; }
    .tariff-number__minutes:before {
      content: '';
      position: absolute;
      top: 2px;
      left: 0;
      width: 15px;
      height: 15px; }
      @media (max-width: 1182px) {
        .tariff-number__minutes:before {
          top: 0; } }
      @media (max-width: 991.98px) {
        .tariff-number__minutes:before {
          top: -1.5px; } }
  .tariff-number__sms {
    text-transform: uppercase;
    position: relative;
    flex: 0 1 125px;
    padding: 0px 0px 0px 12px; }
    .tariff-number__sms:before {
      content: '';
      position: absolute;
      top: 2px;
      left: 0;
      width: 16px;
      height: 16px;}
      @media (max-width: 1182px) {
        .tariff-number__sms:before {
          top: 0; } }
  .tariff-number__small {
    font-size: 9px;
    line-height: 12px;
  }

.bottom-numbers {
  color: #ffffff;
  font-weight: 700;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (max-width: 767.98px) {
    .bottom-numbers {
      display: none; } }
  .bottom-numbers__pages {
    margin: 0px 17px 0px 0px; }
  .bottom-numbers__link {
    font-size: 18px;
    color: #fff; }
    .bottom-numbers__link:hover {
      text-decoration: underline; }

.pages-numbers {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px; }

.why {
  padding: 55px 0px 30px 0px; }
  @media (max-width: 991.98px) {
    .why {
      padding: 40px 0 20px 0; } }
  @media (max-width: 767.98px) {
    .why {
      padding: 35px 0px; } }
  .why__title {
    text-align: center;
    margin: 0px 0px 85px 0px; }
    @media (max-width: 991.98px) {
      .why__title {
        margin: 0 0 45px 0; } }
    @media (max-width: 767.98px) {
      .why__title {
        margin: 0px 0px 25px 0px; } }
  .why__body {
    max-width: 1124px;
    margin: 0 auto; }
  .rt-logo img{
    /*max-width:144px;*/
  }
    @media (max-width: 767.98px) {
      .why__body {
        max-width: none; } }
  .why__row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -62px; }
    @media (max-width: 991.98px) {
      .why__row {
        margin: 0 -20px; } }
    @media (max-width: 767.98px) {
      .why__row {
        display: block; } }
  .why__column {
    padding: 0 62px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    margin: 0px 0px 35px 0px; }
    @media (max-width: 991.98px) {
      .why__column {
        padding: 0 20px;
        margin: 0 0 30px 0; } }
    @media (max-width: 767.98px) {
      .why__column {
        margin: 0 0 18px 0; } 
        .why__column:last-child {
          margin: 0; } 
      }

.slider-why {
  position: relative; 
  display: none;}
@media (max-width: 767.98px) {
  .slider-why {
    display: block;
  }
  .why__row {
    display: none;
  }
}
.slick-dots {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 7px;
}
.slick-dots li {
  height: 5px;
  width: 5px;
  min-height: 5px;
  border-radius: 50%;
  background: #FF9A03;
  margin-left: 7px;
}

.slick-dots li:first-child {
  margin-left: 0;
}

.slick-dots li.slick-active {
  height: 7px;
  width: 7px;
  min-height: 7px;
  background: #C4C4C4;
}

.slick-dots li button {
  opacity: 0;
}
.slider-why .slick-track {
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end; }
@media (max-width: 991.98px) {
  .slider-why .slick-track {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }
.slider-why .slick-arrow {
  position: absolute;
  top: calc(50% - 24px);
  z-index: 10;
  font-size: 0;
  background: url("arrow.svg") 0 0/100% no-repeat;}
@media (max-width: 767.98px) {
  .slider-why .slick-arrow {
    width: 8px;
    height: 24px;} }
.slider-why .slick-arrow.slick-prev {
  left: -10px;
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg); }
.slider-why .slick-arrow.slick-next {
  right: -10px;
  top: calc(50% - 14px); }
.slider-why .slick-arrow.slick-disabled {
  opacity: 0.5; }
.why-item {
  opacity: 0;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative; 
}
.why-item.slick-active {
  opacity: 1;
}
.slider-why__item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative; 
  border: 1px solid #FF9A03;
  border-radius: 10px;
  padding: 10px;
  box-sizing: border-box;
  height: 167px!important;
  min-height: 167px!important;
  width: 167px!important;
  min-width: 167px!important;
  margin-left: 7px;
}
/*@media (max-width: 400px) {*/
/*  .slider-why__item {*/
/*    min-width: 140px!important;*/
/*  }*/
/*  .slider-why__item .item-why__text {*/
/*    font-size: 10px!important;*/
/*  }*/
/*}*/
.slider-why__item .item-why__image {
  width: 25%;
  margin-right: 0;
}
.slider-why__item.slick-center {
  opacity: 1; }

.item-why {
  text-align: center;
  height: 100%; }
  @media (max-width: 767.98px) {
    .item-why {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      font-size: 0;
      text-align: left;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
  .item-why_pt {
    padding: 12px 0px 0px 0px; }
    @media (max-width: 767.98px) {
      .item-why_pt {
        padding: 0; } }
  .item-why__image {
    margin: 0px 0px 22px 0px; }
  .why__column:last-child .item-why__image {
    margin: 0 0 12px 0;
  }
    @media (max-width: 767.98px) {
      .item-why__image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30px;
        flex: 0 0 30px;
        margin: 0 23px 0 0; }
        .why__column:last-child .item-why__image {
          margin: 0 23px 0 0;
        }
        .item-why__image img {
          max-width: 100%; } }
    .item-why__image_mb {
      margin: 0 0 50px 0; }
      @media (max-width: 767.98px) {
        .item-why__image_mb {
          margin: 0 23px 0 0; } }
  .item-why__text {
    color: #000000;
    font-weight: 500;
    font-size: 16px;
    line-height: 111.69%;
    text-align: left; }
    @media (max-width: 767.98px) {
      .item-why__text {
        font-size: 12px; } }

.start {
  position: relative;
  padding: 65px 0px 65px 0px; }
  @media (max-width: 991.98px) {
    .start {
      padding: 40px 0 40px 0; } }
  @media (max-width: 767.98px) {
    .start {
      padding: 40px 0px 37px 0px; } }
  .start__container {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    /*align-items: center;*/
    flex-direction: column;
  }
    @media (max-width: 767.98px) {
      .start__container {
        padding: 0 20px; 
        flex-direction: column;
      } }
  .start__title {
    margin: 0px 0px 52px 0px; 
    text-align: center;
  }
  @media (max-width: 991.98px) {
    .start__title {
      margin: 0px 0px 25px 0px;  } }
    @media (max-width: 767.98px) {
      .start__title {
        /*max-width: 340px;*/
        text-align: center; } }
  @media (max-width: 767.98px) {
    .start__btn {
      bottom: 0;} }
  .start__image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
    .start__image div {
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 1;
      top: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.4);
    }

.certificate {
  padding: 54px 0px; }
  @media (max-width: 991.98px) {
    .certificate {
      padding: 40px 0; } }
      @media (max-width: 767.98px) {
        .certificate {
          padding: 35px 0;} }
  .certificate__title {
    margin: 0px 0px 54px 0px;
    text-align: center; }
    @media (max-width: 991.98px) {
      .certificate__title {
        margin: 0 0 40px 0; } }
  .certificate__body {
    margin: 0 auto; }
  .certificate__slider-counter {
    margin: 54px 0px 0px 0px; }
    @media (max-width: 767.98px) {
      .certificate__slider-counter {
        margin: 25px 0px 0px 0px; } }

.slider-certificate {
  position: relative; }
  .slider-certificate .slick-track {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
    @media (max-width: 991.98px) {
      .slider-certificate .slick-track {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
  .slider-certificate .slick-arrow {
    position: absolute;
    top: calc(50% - 15px);
    z-index: 10;
    font-size: 0;
    width: 31px;
    height: 29px;
    background: url("arrow_r.svg") 0 0/100% no-repeat;
    -webkit-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    -ms-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s; }
    @media (max-width: 767.98px) {
      .slider-certificate .slick-arrow {
        width: 17px;
        height: 17px;} }
    .slider-certificate .slick-arrow.slick-prev {
      left: 0;
      -moz-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
      -webkit-transform: rotate(-180deg);
      -o-transform: rotate(-180deg);
      transform: rotate(-180deg); }
    .slider-certificate .slick-arrow.slick-next {
      right: 0; }
    .slider-certificate .slick-arrow.slick-disabled {
      opacity: 0.5; }
  .slider-certificate__item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 512px;
    position: relative; }
    @media (max-width: 1182px) {
      .slider-certificate__item {
        height: 440px; } }
    @media (max-width: 991.98px) {
      .slider-certificate__item {
        height: 480px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    @media (max-width: 479.98px) {
      .slider-certificate__item {
        height: 420px; } }
    .slider-certificate__item.slick-center {
      opacity: 1; }
      .slider-certificate__item.slick-center .slider-certificate__image {
        opacity: 1;
        bottom: 85px;
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5); }
        @media (max-width: 1182px) {
          .slider-certificate__item.slick-center .slider-certificate__image {
            bottom: 67px; } }
        @media (max-width: 991.98px) {
          .slider-certificate__item.slick-center .slider-certificate__image {
            bottom: 0;
            -moz-transform: scale(1.7);
            -ms-transform: scale(1.7);
            -webkit-transform: scale(1.7);
            -o-transform: scale(1.7);
            transform: scale(1.7); } }
        @media (max-width: 479.98px) {
          .slider-certificate__item.slick-center .slider-certificate__image {
            -moz-transform: scale(1.5);
            -ms-transform: scale(1.5);
            -webkit-transform: scale(1.5);
            -o-transform: scale(1.5);
            transform: scale(1.5); } }
  .slider-certificate__image {
    -webkit-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    -ms-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
    opacity: 0.5;
    max-width: 240px;
    margin: auto;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
    .slider-certificate__image img {
      max-width: 100%; }
    @media (max-width: 1182px) {
      .slider-certificate__image {
        max-width: 180px; } }
    @media (max-width: 991.98px) {
      .slider-certificate__image {
        position: relative;
        max-width: 200px; } }
    @media (max-width: 479.98px) {
      .slider-certificate__image {
        -moz-transform: scale(0.4);
        -ms-transform: scale(0.4);
        -webkit-transform: scale(0.4);
        -o-transform: scale(0.4);
        transform: scale(0.4); } }

.counter-slider {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.8;
  color: #000000;
  font-size: 36px;
  font-weight: 700; }
  @media (max-width: 767.98px) {
    .counter-slider {
      font-size: 20px; } }

.form-registration{
  padding: 55px 0px;
  position: relative;
}
@media (max-width: 991.98px) {
  .form-registration {
    padding: 40px 0; } }
@media (max-width: 767.98px) {
  .form-registration {
    padding: 35px 0px; } }
.form-registration__body {
  background: #fff;
  z-index: 1;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  max-width: 45%;
  border-radius: 6px;
  margin: 0 auto 0 auto;
  padding: 50px 70px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
  @media (max-width: 1450px) {
    .form-registration__body {
      max-width: 60%;
    }
  }
  @media (max-width: 991px) {
    .form-registration__body {
      max-width: none; 
      margin: auto 20px;
    } }
  @media (max-width: 558px) {
    .form-registration__body {
      padding: 40px;
    }
  }

.form-registration__body h3 {
  color: #000000;
  font-size: 22px;
  text-align: center;
  margin: auto auto 40px auto;
}
@media (max-width: 1450px) {
  .form-registration__body h3 {
    font-size: 18px;
  }
}

.form-registration__body input {
  margin-bottom: 15px;
  background: #bcbcbc!important;
}

.form-registration__body button {
  width: 80%!important;
  margin: 10px auto auto auto;
  font-size: 20px;
}

@media (max-width: 1450px) {
  .form-registration__body button {
    font-size: 16px;
 }}
  @media (max-width: 558px) {
    .form-registration__body button {
      width: 100%!important;
    } }
    @media (max-width: 380px) {
      .form-registration__body button {
        font-size: 14px;
      } 
      .form-registration__body h3 {
        font-size: 16px;
      } 
    }

a.text-defence__text {
  color: #f2994a!important;
  opacity: 1!important;
}


@media (max-width: 767.98px) {
  .footer__column div {
    text-align: center;
  }
  .footer__column a {
    text-align: center;
  }
}

.docs-popup {
  width: 98%;
  height: 98%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999999;
  background: #fff;
  padding: 30px 16px;
  overflow-y: scroll;
  margin: auto;
  overflow-x: hidden;
}

.docs-popup img {
  width: 20px;
  position: absolute;
  top: 10px;
  right: 16px;
  cursor: pointer;
}

.docs-popup h1 {
  margin: 0;
  font-size: 2em;
  font-weight: bold;
}

.docs-popup p {
  margin: 0;
  white-space: pre-line;
}

.overlay {
  position: fixed;
  background: rgba(0, 0, 0, .8);
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.docs-popup::-webkit-scrollbar {
  width: 4px;
}
 
.docs-popup::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 
.docs-popup::-webkit-scrollbar-thumb {
  background-color: #f2994a;
  outline: 1px solid #fff;
}

.success-popup {
  width: 687px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999999;
  background: #000000;
  flex-direction: column;
  padding: 15px;
  overflow: hidden;
  margin: auto;
}

.success-popup img {
  width: 20px;
  position: absolute;
  top: 10px;
  right: 16px;
  cursor: pointer;
}

.success-popup__title {
  font-size: 18px;
  line-height: 21px;
  color: #FFFFFF;
  font-weight: bold;
  margin-bottom: 32px;
  margin-top: 30px;
  text-align: center;
}

.success-popup__phone {
  font-size: 36px;
  line-height: 42px;
  color: #FFFFFF;
  margin-bottom: 30px;
  text-align: center;
}

.success-popup__text {
  font-size: 18px;
  line-height: 21px;
  color: #FFFFFF;
  margin-bottom: 15px;
  text-align: center;
}

.success-popup__btn {
  background-color: #FFFFFF!important;
  border-radius: 6px!important;
  margin-top: 10px!important;
  margin-bottom: 15px!important;
  left: 50%;
  transform: translateX(-50%);
  color: #000000;
}

.success-popup__btn:hover {
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -ms-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  color: #FFFFFF; }
.success-popup__btn:before {
  background-color: #000000; }

@media (max-width: 585px) {
  .title {
    font-size: 21px;
    text-align: center;
  }
  .app__container {
    padding: 50px 20px;
  }
  .app__btn{
    gap: 10px;
    margin-top: 35px;
    flex-direction: column;
  }
  .app__container p {
    font-size:13px;
  }

  .app__btn img {
    max-width: 300px;
  }
  .youtube-video iframe{
    width: 100%;
    height: 200px;
  }
  .docs-popup, .success-popup {
    width: 90%;
  }

  .success-popup__title, .success-popup__text {
    font-size: 16px;
    line-height: 18px;
  }

  .success-popup__phone {
    font-size: 28px;
    line-height: 34px;
  }

  .slider-why__item .item-why__text{
    flex: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .why-item{
    display: flex;
    gap: 10px;
  }
  .slider-why__item{
    width: 172px!important;
    min-width: 172px!important;
    margin-left: 0;
  }
  .item-why__image img {
   height:33px;
  }
  .item-why__image{
    text-align: center;
  }
  .slick-track  .why-item:nth-of-type(4) .slider-why__item:nth-of-type(1) img{
    height:30px;
  }
  .slick-track  .why-item:nth-of-type(5) .slider-why__item:nth-of-type(1) img{
    height:38px;
  }
  .slick-track  .why-item:nth-of-type(5) .slider-why__item:nth-of-type(1) .item-why__text{
    position:relative;
    top:-3px;
  }
}
@media (max-width: 400px) {
  .app__container {
    padding: 50px 10px;
  }
  .title {
    font-size: 20px;
  }
  .menu__list {
    padding: 80px 15px;
  }
  .slider-why__item{
    width: 165px!important;
    min-width: 165px!important;
  }
  .item-why__text {
    font-size: 11px;
  }
}
@media (max-width: 360px) {
  .title {
    font-size: 18px;
  }
  .menu__link {
    font-size: 20px;
  }
  .slider-why__item{
    width: 150px!important;
    min-width: 150px!important;
  }
}
  @media (max-width: 320px) {
    .title {
      font-size: 16px;
    }
    .menu__link {
      font-size: 18px;
    }
    .app__container p {
      font-size: 11px;
    }
    .menu__link {
      font-size: 19px;
    }
    .slider-why__item{
      width: 130px!important;
      min-width: 130px!important;
    }
}

.icon-menu.active {
    background: url(close.svg) center / 100% no-repeat;
}