@font-face {
  font-family: "Roboto";
  font-display: swap;
  src: url("../fonts/RobotoCondensed-Light.woff") format("woff"),
    url("../fonts/RobotoCondensed-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}

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

@font-face {
  font-family: "Roboto";
  font-display: swap;
  src: url("../fonts/RobotoCondensed-Regular.woff") format("woff"),
    url("../fonts/RobotoCondensed-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

* {
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-tap-highlight-color: transparent;
}

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

:focus,
:active {
  outline: none;
}

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

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

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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

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;
  width: 100%;
}

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

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

.btn {
  font-size: 14px;
  line-height: 100%;
  color: white;
  background: #007aff;
  padding: 19px 30px;
  min-width: 212px;
  width: 100%;
  border-radius: 12px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.btn:hover,
.btn:active,
.btn:focus {
  background-color: #0c63c1;
}

.btn.fix-btn {
  display: block;
  width: 121px;
  margin: auto;
  margin-top: 45px;
}

body {
  font-family: "Roboto", sans-serif;
  color: #333333;
}

body.fixed {
  overflow: hidden;
}

.wpcf7-form-control-wrap{
  position: relative;
}

.wpcf7-not-valid-tip{
  position: absolute;
  left: 10px;
  bottom: -35px;
}

.wpcf7-response-output{
  border: 0!important;
  font-size: 16px;
}

@media (min-width: 992px) {
  body.fixed {
    padding-right: 17px;
  }
}

a {
  color: #333333;
}

.overlay {
  position: fixed;
  cursor: pointer;
  display: none;
  z-index: 11;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #33333387;
}

.access__row{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.access__row-col{
  width: calc(50% - 10px);
    border: 1px solid #dddddd;
    border-radius: 24px;
    padding: 30px 14px 30px 30px;
}

.hamburger {
  position: relative;
  border: 0;
  background: none;
  color: #000;
  font-size: 30px;
  display: none;
  z-index: 9;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.hamburger__box {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
}

.hamburger__inner,
.hamburger__inner::before,
.hamburger__inner::after {
  position: absolute;
  height: 2px;
  width: 35px;
  top: 2px;
  display: block;
  -webkit-transition-duration: transform 0.15s ease;
  -o-transition-duration: transform 0.15s ease;
  transition-duration: transform 0.15s ease;
  border-radius: 4px;
  background-color: #000;
}

.hamburger__inner::before {
  content: "";
  top: 10px;
}

.hamburger__inner::after {
  content: "";
  top: 20px;
  width: 25px;
}

.header__send {
  min-width: 184px;
  width: 184px;
}

.header__container {
  padding: 16px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header__logo img {
  width: 157px;
  height: 41px;
}

.header__link-mobile {
  display: none;
}

.header__menu .close-menu {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 25px;
  height: 25px;
  background: url("../img/close.png") no-repeat center center;
  background-size: cover;
  cursor: pointer;
  display: none;
}

.header__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
}

.header__menu ul li:not(:last-child) {
  margin-right: 30px;
}

.header__tell {
  font-size: 25px;
  line-height: 29px;
  color: #007aff;
  position: relative;
  font-weight: bold;
  margin-left: 100px;
}

.header__tell:before {
  content: "";
  position: absolute;
  left: -33px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 18px;
  height: 18px;
  background: url("../img/icons/call.svg") no-repeat center center;
}

/*****************************************INTRO****************************************/

.intro {
  background: url("../img/intro.webp") no-repeat center center;
  background-size: cover;
  padding-bottom: calc(4px + 36 * ((100vw - 320px) / 1660));
}

.intro__mobile {
  background: url(../img/intro.webp) no-repeat center center;
  background-size: cover;
  padding-bottom: 10%;
  display: none;
}

.intro__container {
  max-width: 730px;
  width: 100%;
  padding: 39px 20px 54px 40px;
  background: rgba(251, 251, 251, 0.85);
  border-radius: 25px;
}

.intro__container h1 {
  font-weight: 300;
  font-size: calc(28px + 18 * ((100vw - 320px) / 1660));
  line-height: 114%;
  max-width: 560px;
  width: 100%;
}

.intro__adv {
  margin-top: 44px;
}

.intro__adv-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.intro__adv-row:first-child {
  margin-bottom: 37px;
}

.intro__adv-col {
  width: 47%;
}

.intro__adv-col .btn {
  width: 214px;
  position: relative;
}

.intro__adv-title {
  font-weight: bold;
  font-size: 22px;
  line-height: 26px;
  color: #007aff;
}

.main-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
}

.main-title_mobile{
  display: none;
}

.main-title h2 {
  font-weight: 300;
  font-size: calc(27px + 13 * ((100vw - 320px) / 1660));
  line-height: 115%;
  color: #979797;
  margin-bottom: 20px;
}

.main-title p {
  font-size: 22px;
  line-height: 24px;
}

.main-title__desc {
  font-weight: bold;
  color: #007aff;
}

.main-title .btn {
  width: 214px;
}

.adv__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 9px;
}

.adv__title img {
  width: 24px;
  height: 24px;
  margin-right: 12px;
}

.adv__title p {
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
}

.adv__texts p {
  font-size: 16px;
  line-height: 23px;
}

/*****************************************END INTRO************************************/

/*****************************************ACCORDION************************************/

.accordion{
  position: relative;
  padding-right: 30px;
}

.accordion:after{
  position: absolute;
  content: '';
  display: block;
  width: 25px;
  height: 25px;
  right: 3px;
  top: 5px;
  background: url(../img/plus-icon.svg) center center no-repeat;
  background-size: cover;
}

.accordion-hide{
  display: none;
}

.accordion-wrapp_open>.accordion-hide{
  display: block;
} 

.accordion-wrapp_open>.accordion:after{
  background: url(../img/minus-icon.svg) center center no-repeat;
  background-size: cover;
}

/*****************************************ACCESS************************************/

.access {
  padding-top: calc(24px + 82 * ((100vw - 320px) / 1660));
}

.access__col {
  margin-bottom: 20px;
  cursor: pointer;
  border: 1px solid #dddddd;
  border-radius: 24px;
  padding: 10px 14px 10px 30px;
}

.access__col:last-child{
  margin-bottom: 0;
}

.access__sub-col{
  padding-left: 20px;
}

.access__title {
  font-weight: normal;
  font-size: 18px;
  line-height: 36px;
}
.access__subtitle{
  font-weight: bold;
}

.access__title-new {
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.access__title-text {
  max-width: 50%;
  width: 100%;
}

.access__title .btn, .access__title-new .btn {
  max-width: 214px;
  width: 100%;
}

.access__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 300;
  margin-top: 20px;
  min-width: 365px;
}

.access__price p {
  font-size: 22px;
}

.access__price p:last-child {
  /* margin-left: 6vw; */
  margin-left: auto;
  margin-right: 0;
}

.access__list {
  margin-top: 35px;
  font-size: 18px;
  font-weight: 300;
  line-height: 100%;
}

.access__list li {
  position: relative;
  padding-left: 18px;
}

.access__list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 8px;
  height: 8px;
  background: #007aff;
  border-radius: 100%;
}

.access__list li:not(:last-child) {
  margin-bottom: 10px;
}

/*****************************************END ACCESS************************************/

/*****************************************STOCK************************************/

.stock {
  margin-top: 70px;
}

.stock__container {
  background: #f5f5f5;
  border-radius: 24px;
  padding: 41px 44px;
}

.stock__timer {
  padding-left: 231px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.stock__timer.no-pl {
  padding-left: 0;
}

.stock__timer-image {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 30px;
}

.stock__timer-image:before {
  width: 196px;
  height: 196px;
  content: "";
  border-radius: 100%;
  background: white;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}

.stock__timer-image img {
  max-width: 294px;
}

.stock__timer-sticker {
  position: absolute;
  left: -25px;
  top: -73px;
  width: 222px;
  height: 213px;
  background: url("../img/icons/sticker.svg") no-repeat center center;
  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;
  font-size: 35px;
  line-height: 32px;
  color: white;
}

.stock__timer-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.stock__timer-title h2 {
  font-weight: 300;
  font-size: 36px;
  color: #007aff;
  margin-bottom: 20px;
}

.stock__timer-title h2 b {
  font-weight: bold;
}

.stock__timer-title p {
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
}

.stock__timer-title p.stock__timer-desc {
  font-weight: normal;
  font-size: 22px;
  line-height: 32px;
}

.stock__timer-title ul li {
  padding-left: 31px;
  position: relative;
}

.stock__timer-title ul li:before {
  width: 16px;
  height: 20px;
  position: absolute;
  content: "";
  top: 4px;
  left: 0;
  background: url("../img/icons/book.svg") no-repeat center;
}

.stock__timer-title ul li{
  font-weight: 300;
  font-size: 22px;
  line-height: 32px;
  color: #333;
}

.stock__timer-title ul li a {
  font-weight: 300;
  font-size: 22px;
  line-height: 32px;
  color: #007aff;
}

.stock__timer-title ul li:not(:last-child) {
  margin-bottom: 12px;
}

.stock__timer-body {
  margin-left: 36px;
}

.stock__timer-body p {
  font-size: 22px;
  line-height: 32px;
  color: #ababab;
  margin-bottom: 18px;
}

.stock__timer-body .countdown-number {
  font-weight: 300;
  font-size: calc(25px + 18 * ((100vw - 320px) / 1660));
  line-height: 32px;
}

.stock__form {
  margin-top: 39px;
}

.stock__form form {
  width: 100%;
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; */
}

.stock__form label {
  display: inline-block;
  margin-right: 20px;
  max-width: 23%;
  width: 100%;
}

.stock__form .polit-text {
  /* display: none; */
  margin-top: 25px;
  text-align: right;
}

.consult__form .polit-text {
  /* display: none; */
  margin-top: 25px;
}

.consult__form .polit-text a, .stock__form .polit-text a{
  color:#007aff;
}

.stock__form .btn {
  display: inline-block;
  max-width: 23%;
  width: 100%;
}

div.wpcf7 .ajax-loader{
  display: none;
}

input.form-input {
  border: 1px solid #e1e1e1;
  border-radius: 12px;
  padding: 15px 10px;
  font-size: 14px;
  color: #c4c4c4;
  width: 100%;
}

input.form-input::-webkit-input-placeholder,
input.form-input::-moz-placeholder,
input.form-input:-ms-input-placeholder,
input.form-input:-moz-placeholder {
  color: #c4c4c4;
}

/*****************************************END STOCK************************************/

/*****************************************ADVANTAGES************************************/

.advantages {
  padding-top: 84px;
}

.advantages__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.advantages__item {
  max-width: 19%;
  width: 100%;
  -webkit-box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.25);
  border-radius: 24px;
  padding: 25px;
  background: white;
}

.advantages__item.number .advantages__icon {
  font-size: 75px;
  line-height: 88px;
}

.advantages__icon {
  font-style: normal;
  font-weight: 300;
  color: #007aff;
  margin-bottom: 20px;
}

.advantages__icon img {
  width: 55px;
  height: 55px;
}

.advantages__title {
  font-weight: 300;
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 20px;
}

.advantages__text {
  font-size: 16px;
  line-height: 24px;
}

/*****************************************END ADVANTAGES************************************/

/*****************************************NUMBERS************************************/

.numbers {
  margin-top: calc(60px + 60 * ((100vw - 320px) / 1660));
}

.numbers.quize{
  margin-top: 45px!important;
}

.numbers__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.numbers__image {
  padding-right: 21px;
}

.numbers__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 51%;
  flex: 0 0 51%;
}

.numbers__item {
  max-width: 45%;
  width: 100%;
  margin: 10px;
  border: 1px solid #e6e6e6;
  border-radius: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -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;
  padding: 47px;
}

.numbers__item span {
  font-weight: 300;
  font-size: calc(50px + 25 * ((100vw - 320px) / 1660));
  line-height: 118%;
  color: #007aff;
  margin-bottom: 10px;
}

.numbers__item p {
  text-align: center;
  font-size: 22px;
  line-height: 24px;
  font-weight: bold;
}

/*****************************************END NUMBERS************************************/

/*****************************************IDENTITY************************************/

.identity {
  margin-top: calc(60px + 40 * ((100vw - 320px) / 1660));
}

.identity .main-title{
  text-align: center;
  display: block;
}

.identity__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #f5f5f5;
  border-radius: 27px;
}

.identity__footer {
  margin-top: 40px;
  text-align: center;
}

.identity__footer p{
  font-size: 20px;
}

.identity__footer .btn{
  width: auto;
  margin-top: 20px;
}

.identity__container .btn {
  display: none;
}

.identity__col {
  width: 48%;
}

.identity__col a {
  display: block;
}

.identity__col a + a {
  margin-top: 38px;
}

.identity__col:nth-child(2) a {
  height: 100%;
}

.identity__col:nth-child(2) img {
  height: 100%;
}

/*****************************************END IDENTITY************************************/

/*****************************************LEARN************************************/
.content{
  margin-bottom: 20px;
}

.content p{
  font-size: 18px;
  margin-bottom: 15px;
}

.content p:last-child{
  margin-bottom: 0;
}

.learn {
  padding-top: calc(60px + 40 * ((100vw - 320px) / 1660));
}

.learn__container {
  /* display: -webkit-box;
  display: -ms-flexbox; */
  display: block;
  border: 1px solid #dddddd;
  border-radius: 24px;
  overflow: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.learn__container .main-title{
  margin-top: 40px;
  margin-bottom: 20px;
}

.learn__container .main-title:first-child{
  margin-top: 0;
}

.learn__list {
  padding: 31px 58px 31px 31px;
}

.learn__list ul li {
  padding-left: 35px;
  position: relative;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
}

.learn__list ul li:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 24px;
  height: 24px;
  background: url("../img/icons/users.svg") no-repeat center;
}

.learn__list ul li:not(:last-child) {
  margin-bottom: 20px;
}

.learn__image {
  max-width: 601px;
  width: 100%;
}

/*****************************************END LEARN************************************/

/*****************************************TEST************************************/

.test {
  padding-top: calc(60px + 40 * ((100vw - 320px) / 1660));
}

.test__container ul li {
  padding-left: 65px;
  position: relative;
  font-size: 18px;
  line-height: 26px;
}

.test__container ul li:before {
  top: -9px;
  left: 0;
  content: "";
  position: absolute;
  border-radius: 83px;
  width: 40px;
  height: 40px;
  background: #f5f5f5 url("../img/icons/reader.svg") no-repeat center center;
}

.test__container ul li:not(:last-child) {
  margin-bottom: 24px;
}

.test__container ul li a {
  color: #007aff;
  text-decoration: underline;
}

/*****************************************END TEST************************************/

/*****************************************PENALTIES************************************/

.penalties {
  margin-top: calc(60px + 80 * ((100vw - 320px) / 1660));
}

.penalties__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 49px;
}

.penalties__text {
  width: 100%;
}

.penalties__text img {
  width: 60px;
}

.penalties__text .main-title {
  margin-top: 11px;
  margin-bottom: 37px;
}

.penalties__text .main-title h2 {
  margin-bottom: 0;
}

.penalties__text p {
  font-size: 18px;
  line-height: 26px;
}

.penalties__item {
  -webkit-box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.25);
  border-radius: 24px;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px 30px;
  line-height: 24px;
  font-weight: 300;
}

.penalties__item-left h3 {
  font-size: 22px;
  line-height: 26px;
  color: #007aff;
  margin-bottom: 20px;
}

.penalties__item-left p {
  font-size: 18px;
}

.penalties__item-right {
  max-width: 465px;
  padding-left: 60px;
  font-size: 16px;
  font-weight: normal;
}

.penalties__item:not(:last-child) {
  margin-bottom: 16px;
}

/*****************************************END PENALTIES************************************/

/*****************************************RECCOM************************************/

.reccom {
  padding-top: calc(60px + 30 * ((100vw - 320px) / 1660));
}

.reccom .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.reccom__slider {
  margin: 0 -10px;
  position: relative;
}

.reccom__slider .slider-arrow {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  position: absolute;
  z-index: +1;
  top: 0;
  left: -55px;
  bottom: 0;
  margin: auto;
  background: #007aff url("../img/icons/arrow-left.svg") no-repeat center center;
}

.reccom__slider .slider-arrow.slider-next {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  left: auto;
  right: -55px;
}

.reccom__item {
  padding: 39px 11px 39px 30px;
  background: #f5f5f5;
  border-radius: 27px;
  line-height: 24px;
  height: auto !important;
  margin: 0 10px;
}

.reccom__title {
  font-weight: bold;
  font-size: 20px;
  display: block;
  margin-bottom: 15px;
  color: #007aff;
}

.reccom p {
  font-weight: normal;
  font-size: 16px;
}

/*****************************************END RECCOM************************************/

/*****************************************CONSULT************************************/

.consult {
  margin-top: 140px;
}

.consult__container {
  background: #f5f5f5;
  border-radius: 24px;
  padding: 63px 21px 86px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.consult__image {
  position: absolute;
  bottom: 0;
  right: 8vw;
}

.consult__title {
  max-width: 363px;
  font-weight: 300;
  font-size: 36px;
  line-height: 42px;
  margin-right: 70px;
  color: #007aff;
}

.consult__title h2 {
  font-weight: 300;
}

.consult__form {
  width: 280px;
}

.consult__form label {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

.consult__form input {
  width: 100%;
}

/*****************************************END CONSULT************************************/

/*****************************************CONTACTS************************************/

.contacts {
  margin-top: 69px;
}

.contacts__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contacts .color {
  color: #007aff;
}

.contacts .color a {
  color: #007aff;
}

.contacts__col {
  font-weight: normal;
  font-size: 22px;
  line-height: 32px;
}

.contacts__col:first-child {
  max-width: 330px;
  width: 100%;
}

.contacts__col a {
  display: block;
}

.contacts__title {
  display: block;
  font-weight: bold;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 16px;
}

/*****************************************END CONTACTS************************************/

/*****************************************FOOTER************************************/

.fancybox-button--zoom,
.fancybox-button--play,
.fancybox-button--thumbs {
  display: none !important;
}

.footer__container {
  margin-top: 66px;
  background: #333333;
  border-radius: 24px 24px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 24px 40px;
  font-size: 14px;
  line-height: 16px;
  color: #979797;
}

.footer__container a {
  color: #ffffff;
}

.popup__item {
  display: none;
  max-width: 550px;
  width: 100%;
  height: max-content;
  padding: 40px 42px 48px;
  background-color: #ffffff;
  border-radius: 16px;
  color: #1a1a1a;
  text-align: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 21;
}
.popup__item h2 {
  font-size: 40px;
  line-height: 47px;
  margin-bottom: 8px;
}
.popup__item .close-btn {
  position: absolute;
  cursor: pointer;
  right: 15px;
  top: 15px;
  width: 20px;
  height: 20px;
  background: url(../img/close.svg) no-repeat center center;
}
.popup__item .polit-text {
  font-size: 14px;
  margin-bottom: 20px;
}
.popup__item .polit-text a {
  text-decoration: underline;
}
.defolt-text {
  font-size: 16px;
  line-height: 160%;
  color: #535353;
}
.popup__item .consult__form {
  margin-top: 40px;
  width: 100%;
}

@media (max-width: 570px) {
  .popup__item {
    width: 90%;
    padding: 20px 15px;
    padding-top: 40px;
  }
  .popup__item h2 {
    font-size: 34px;
  }
  .defolt-text {
    font-size: 14px;
  }
}
/*****************************************END FOOTER************************************/

@media (max-width: 1420px) {
  .reccom__container {
    width: 90%;
    margin: auto;
  }

  .stock__timer-image:before {
    width: 150px;
    height: 150px;
  }
}

@media (max-width: 1280px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .header__logo {
    margin-right: 15px;
  }

  .header__tell {
    display: none;
  }

  .header__menu {
    margin: 0 15px;
  }

  .header__menu ul {
    font-size: 16px;
  }

  .penalties__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .penalties__item-right {
    padding-left: 0;
    margin-top: 26px;
  }
}

@media (max-width: 1180px) {
  .consult__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .consult__title {
    margin-bottom: 26px;
  }
}

@media (max-width: 1119px) {
  .access__title {
    height: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .access__title-text {
    max-width: 100%;
  }

  .access__title .btn {
    margin-top: auto;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .access__list {
    margin: 20px 0;
  }

  .stock__timer {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .stock__timer-body {
    margin-left: 0;
    margin-top: 24px;
  }

  .stock__form form {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .stock__form form label {
    margin-bottom: 20px;
    margin-right: 0;
    max-width: 31%;
  }

  .stock__form form label + label {
    margin-left: 20px;
  }

  .stock__form .btn {
    max-width: 31%;
  }

  .advantages__item {
    max-width: 48%;
    margin-bottom: 26px;
  }

  .stock__timer-image {
    margin-bottom: 24px;
  }

  .stock__timer-image img {
    max-width: 200px;
  }
}

@media (max-width: 991.98px) {
  .hamburger {
    display: block;
  }

  .access__price{
    width: 100%;
    min-width: auto;
  }

  .access__row-col{
    padding: 30px;
  }

  .header__send {
    display: none;
  }

  .header__link-mobile {
    display: block;
  }

  .header__link-mobile .header__send {
    display: block;
    width: 100%;
  }

  .header__link-mobile .header__tell {
    display: block;
    margin-left: 0;
    margin-top: 47px;
    margin-bottom: 47px;
    text-align: left;
    padding-left: 32px;
  }

  .header__link-mobile .header__tell:before {
    left: 0;
  }

  .header__menu {
    visibility: hidden;
    position: fixed;
    overflow-y: auto;
    top: 0;
    right: -300%;
    height: 100%;
    background: #ffffff;
    margin: 0;
    width: 300px;
    padding: 40px 20px;
    text-align: center;
    z-index: 12;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .header__menu .close-menu {
    display: block;
  }

  .header__menu ul {
    -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;
    width: 100%;
    font-size: 20px;
    padding-top: 40px;
  }

  .header__menu ul li {
    width: 100%;
    text-align: left;
  }

  .header__menu ul li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 24px;
  }

  .header__menu.active {
    visibility: visible;
    right: 0;
  }
/* 
  .access__title-text {
    font-size: 25px;
  } */

  .access__price p {
    font-size: 20px;
  }

  .stock__form form {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .stock__form form label {
    max-width: 48%;
  }

  .stock__form form label + label {
    margin-left: 0;
  }

  .stock__form .btn {
    max-width: 48%;
  }

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

  .learn__list {
    padding: 30px 10px 30px 30px;
  }

  .learn__list ul li {
    padding-left: 0;
    padding-top: 34px;
  }

  .learn__list ul li:before {
    top: 0;
    left: 0;
  }

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

  .learn__image {
    max-width: 100%;
  }

  .stock__timer-title h2 {
    font-size: 28px;
  }

  .stock__timer-title p.stock__timer-desc {
    font-size: 18px;
    line-height: 32px;
  }

  .stock__timer-title ul li a {
    font-size: 16px;
    line-height: 22px;
  }

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

  .penalties__text {
    max-width: 100%;
    margin-bottom: 26px;
    padding-right: 0;
  }

  .penalties__list {
    width: 100%;
  }

  .reccom__container {
    width: 100%;
  }

  .reccom__slider .slider-arrow {
    top: auto;
    bottom: -70px;
    left: 0;
    right: 0;
  }

  .reccom__slider .slider-arrow.slider-next {
    left: 0;
    right: -70px;
  }

  .reccom__slider .slider-arrow.slider-prev {
    right: 0;
    left: -70px;
  }

  .contacts__container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .contacts__col {
    width: 48%;
    margin-bottom: 25px;
  }

  .access__title-new .btn{
    margin-top: 20px;
  }
}

@media (max-width: 760px) {
  .access__row-col{
    width: 100%;
  }

  .numbers.quize .intro__adv-row{
    display: block;
  }

  .access__row-col:not(:last-child){
    margin-bottom: 20px;
  }

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

  .quize{
    margin-bottom: 40px;
  }

  .main-title_mobile{
    display: block;
  }
  
  .accordion .access__title-text {
    line-height: 25px;
  }

  .access__sub-col.accordion-hide{
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .access__col {
    width: 100%;
  }

  .access__col:first-child {
    margin-bottom: 28px;
  }

  .access__list {
    width: 100%;
  }

  .identity__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 50px 20px 50px;
  }

  .identity__container .btn {
    display: block;
    width: 217px;
    margin: auto;
    margin-top: 30px;
  }

  .identity .main-title__col {
    width: 100%;
  }

  .identity .main-title .btn {
    display: none;
  }

  .identity__col {
    width: 100%;
  }

  .identity__col a {
    width: 100%;
  }

  .consult__container {
    padding-bottom: 0;
  }

  .consult__title {
    max-width: 100%;
  }

  .consult__image {
    position: relative;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    height: 272px;
    margin: auto;
  }

  .consult__image img {
    height: 100%;
    width: auto;
  }

  .consult__form {
    width: 100%;
  }
}

@media (max-width: 660px) {
  .stock__container {
    padding: 41px 14px;
  }

  .stock__timer {
    padding-left: 0;
    padding-top: 180px;
  }

  .stock__timer.no-pl {
    padding-top: 0;
  }

  .stock__timer-title h2 {
    font-size: 28px;
  }

  .stock__timer-sticker {
    left: -15px;
  }

  .stock__form form label {
    max-width: 100%;
  }

  .stock .btn {
    max-width: 100%;
  }

  .test__container ul li {
    padding-left: 50px;
    font-size: 16px;
    line-height: 24px;
  }

  .test__container ul li:before {
    top: 0;
  }
}

@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

@media (max-width: 560px) {
  .intro {
    background: none !important;
    padding-top: 30px;
  }

  .intro__mobile {
    background: url(../img/intro.webp) no-repeat center center;
    background-size: cover;
    padding-bottom: 50%;
    display: block;
  }

  .intro__container {
    margin-top: -15px;
    padding: 26px 7px 0;
  }

  .intro__adv {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

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

  .intro__adv-row:first-child {
    margin-bottom: 0;
    margin-top: 70px;
  }

  .intro__adv-row:first-child .intro__adv-col:first-child {
    margin-bottom: 30px;
  }

  .intro__adv-col {
    width: 100%;
  }

  .intro__adv-title {
    display: block;
    margin-bottom: 20px;
  }

  .advantages__item {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 25px 15px;
  }

  .advantages__item.number .advantages__icon {
    width: 60px;
    font-size: 45px;
    line-height: 53px;
  }

  .advantages__item.number .advantages__title {
    width: calc(100% - 60px);
    font-size: 20px;
    padding-left: 5px;
  }

  .advantages__title {
    padding-left: 20px;
  }

  .advantages__text {
    width: 100%;
  }

  .numbers__item {
    padding: 39px 9px;
    max-width: 43%;
  }

  .numbers__item p {
    margin-top: auto;
    font-size: 16px;
    line-height: 20px;
  }

  .contacts__col {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
  }

  .access__price {
    max-width: 300px;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .access__price p {
    white-space: nowrap;
  }

  .access__price p:last-child {
    margin-left: 0;
  }

  .access__price p{
    font-size: 18px;
  }

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

  .footer__container p {
    margin-bottom: 24px;
  }
}

@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }

  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
