@charset "UTF-8";
@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-Regular.eot");
    src: local("Montserrat Regular"), local("Montserrat-Regular"), url("../fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-Medium.eot");
    src: local("Montserrat Medium"), local("Montserrat-Medium"), url("../fonts/Montserrat-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Yeseva One";
    src: url("../fonts/YesevaOne-Regular.eot");
    src: local("Yeseva One Regular"), local("YesevaOne-Regular"), url("../fonts/YesevaOne-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/YesevaOne-Regular.woff") format("woff"), url("../fonts/YesevaOne-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: "Montserrat", sans-serif;
    color: #000;
}

.science {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.science__header {
    height: 630px;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #65bcb1;
    position: relative;
    padding-top: 22px;
    margin-bottom: 140px;
}

.science__header__navbar {
    height: 140px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.science__header__navbar li {
    margin: 0 15px;
}

.science__header__navbar li a {
    text-decoration: none;
    display: block;
    padding: 3px 10px;
    font-family: "Montserrat";
    font-size: 14px;
    line-height: 24px;
    height: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #000;
    position: relative;
    z-index: 1;
}

.science__header__navbar li a span {
    font-family: "Montserrat";
    font-size: 14px;
    line-height: 24px;
    color: #000;
    position: relative;
    z-index: 10;
}

.science__header__navbar li a::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0;
    height: 0;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, 0.4);
    -webkit-transition: all 0.5s cubic-bezier(0.52, 0.27, 0.4, 1.52);
    transition: all 0.5s cubic-bezier(0.52, 0.27, 0.4, 1.52);
    opacity: 0;
}

.science__header__navbar li a:hover::before, .science__header__navbar li a.active::before {
    left: 0;
    top: 0;
    margin-top: 0;
    margin-left: 0;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    opacity: 1;
}

.science__header__navbar li a.active:hover::before {
    background-color: rgba(255, 255, 255, 0.8);
}

.science__header__title {
    padding-top: 30px;
    font-family: "Montserrat";
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    color: #000;
}

.science__header__journal {
    position: relative;
    padding-top: 30px;
    height: 350px;
}

.science__header__journal__img img {
    display: block;
    margin: 0 auto;
}

.science__header__journal__logotip {
    width: 110px;
    background-color: #fff;
    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;
    height: 110px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    position: absolute;
    z-index: 20;
    right: 15px;
    bottom: -55px;
    border-radius: 55px;
}

.science__top-btn {
    padding-bottom: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 100px;
}

.science__top-btn .science__btn {
    width: 310px;
    margin: 0 30px 30px;
}

.science__btn {
    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;
    border: none;
    position: relative;
    text-align: center;
    overflow: hidden;
    text-decoration: none;
    height: 60px;
    border-radius: 6px;
    padding: 5px 15px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.science__btn span {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    position: relative;
    z-index: 10;
}

.science__btn--green {
    background: #16a085;
}

.science__btn--green:hover {
    background: #00886c;
}

.science__btn--blue {
    background: #1e8bc3;
}

.science__btn--blue:hover {
    background: #0070ab;
}

.science__btn--ozon {
    background: #0069ff;
}

.science__btn--ozon:hover {
    background: #085de1;
}

.science__btn--wb::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: -25%;
    height: 100%;
    width: 200%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #ce23ae;
    background: -webkit-gradient(linear, left top, right top, from(#ce23ae), to(#421466));
    background: linear-gradient(90deg, #ce23ae 0%, #421466 100%);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ce23ae", endColorstr="#421466", GradientType=1);
}

.science__btn--wb:hover::after {
    left: 0;
}

.science__btn--border {
    background: transparent;
    border: 1px solid #000;
}

.science__btn--border span {
    color: #000;
}

.science__btn--border:hover {
    color: #fff;
    background-color: #000;
}

.science__btn--border:hover span {
    color: #fff;
}

.fpad50 {
    padding-bottom: 50px;
}

.science__box-text {
    padding: 0 45px;
}

.science__box-text h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 10px;
    color: #000;
    font-size: 30px;
    line-height: 36px;
    min-height: 114px;
}

.science__box-text h2::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 70px;
    height: 2px;
    background: #6c7a89;
}

h2, h3 {
    font-family: "Yeseva One";
    font-weight: normal;
}

.science__informer {
    padding-top: 50px;
    background: #f7f5f1;
}

.science__informer__item {
    padding: 0 10px;
    text-align: center;
}

.science__informer__item__ico {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 120px;
}

.science__informer__item__desc {
    text-align: center;
    font-size: 14px;
    color: #000;
}

.science__inspection {
    position: relative;
    padding-top: 100px;
    padding-bottom: 60px;
}

.science__inspection .container {
    position: relative;
    z-index: 10;
}

.science__inspection__video {
    max-width: 640px;
    width: 100%;
    height: 360px;
    margin: 0 auto 60px;
    position: relative;
    z-index: 2;
}

.science__inspection__video::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    bottom: -10px;
    width: calc(100% - 40px);
    left: 20px;
    border-radius: 10px;
    background-color: #dadada;
    height: 20px;
}

.science__inspection__video__wrap {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    background-color: #000;
    position: relative;
    z-index: 10;
}

.science__inspection__video__play {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    background-color: #000;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    z-index: 11;
    top: 0;
    left: 0;
}

.science__inspection__video__play .play-button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 54px;
    padding: 10px 30px 10px 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    background-color: #f11a45;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    border-radius: 27px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.science__inspection__video__play .play-button .icon {
    margin-right: 15px;
}

.science__inspection__video__play .play-button:hover {
    background-color: #f93e64;
}

.science__inspection__book {
    position: absolute;
    z-index: 1;
    top: 80px;
    right: 0;
}

.science__caption {
    text-align: center;
    padding-bottom: 70px;
    position: relative;
}

.science__caption--border::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    bottom: 45px;
    background-color: #6c7a89;
    height: 1px;
    width: 70px;
    left: 50%;
    margin-left: -35px;
}

.science__caption h2 {
    font-size: 48px;
    line-height: 1.1;
}

.science__fonts16 p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
}

.science__rew {
    padding-top: 100px;
    background-color: #f6fafe;
    padding-bottom: 40px;
}

.science__rew__slider {
    position: relative;
}

.science__rew__slider .swiper.swiper-initialized {
    overflow: visible !important;
}

.science__rew__slider .swiper.swiper-initialized .swiper-slide {
    opacity: 0.5;
}

.science__rew__slider .swiper.swiper-initialized .swiper-slide.swiper-slide-active {
    opacity: 1;
}

.science__rew__slider .swiper.swiper-initialized .swiper-slide.swiper-slide-active::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 20px;
    width: calc(100% - 40px);
    height: 20px;
    border-radius: 10px;
    background: #d9e4ef;
}

.science__rew__slider__item {
    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;
    padding: 30px;
    position: relative;
    background-color: #fff;
    margin-bottom: 10px;
    z-index: 10;
}

.science__rew__slider__item__text {
    padding-top: 60px;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    color: #000;
    position: relative;
}

.science__rew__slider__item__text .icon {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 50%;
    margin-left: -11.5px;
}

.science__rew__slider__item__text__author {
    display: block;
    padding-top: 20px;
    font-weight: 500;
}

.science__nav-sl.swiper-button-next:after,
.science__nav-sl.swiper-button-prev:after {
    color: #000 !important;
    font-size: 34px !important;
}

.science__nav-sl.swiper-button-next {
    right: -50px;
}

.science__nav-sl.swiper-button-prev {
    left: -50px;
}

.science__nav-sl.swiper-button-disabled {
    display: none;
}

.swiper-pagination-rew {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 40px 0;
}

.swiper-pagination-rew .swiper-pagination-bullet {
    margin: 0 3px !important;
    width: 22px;
    height: 22px;
    border: 1px solid transparent;
    border-radius: 11px;
    position: relative;
    background-color: transparent;
    opacity: 1;
}

.swiper-pagination-rew .swiper-pagination-bullet::after {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: #000;
    top: 50%;
    left: 50%;
    margin: -4px 0 0 -4px;
}

.swiper-pagination-rew .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-color: #000;
}

.science__answers {
    position: relative;
    z-index: 1;
    padding-top: 100px;
    padding-bottom: 100px;
}

.science__answers .container {
    position: relative;
    z-index: 10;
}

.science__answers__book {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
}

.accordion {
    margin-top: -30px;
}

.accordion__item:not(:first-child) {
    border-top: 2px solid #dadada;
}

.accordion__header {
    min-height: 86px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    padding: 10px 30px 10px 0;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    position: relative;
}

.accordion__header::after {
    content: '';
    display: block;
    position: absolute;
    z-index: 2;
    top: 50%;
    right: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cg id='Слой_2' data-name='Слой 2'%3E%3Cg id='Слой_1-2' data-name='Слой 1'%3E%3Cg id='_03_Login' data-name=' 03 Login'%3E%3Cpath d='M256,512a25,25,0,0,1-25-25V25a25,25,0,0,1,50,0V487A25,25,0,0,1,256,512Z'/%3E%3Cpath d='M487,281H25a25,25,0,0,1,0-50H487a25,25,0,0,1,0,50Z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    width: 24px;
    height: 24px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: -12px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}

.accordion__header.collapsed::after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.accordion__body {
    padding-bottom: 25px;
    font-size: 14px;
    line-height: 24px;
}

.science__bay {
    padding: 100px 0 50px;
    background-color: #f7f5f1;
}

.science__rew__footer {
    margin: 0 auto;
    width: 310px;
}

.ml-10 {
    margin-left: 10px;
}

.swiper-button-next, .swiper-button-prev {
    width: 27px;
    height: 44px;
}
.science__bay__slider {
    position: relative;
}

.science__bay__slider .swiper {
    overflow: visible !important;
}

.science__bay__slider .swiper .swiper-slide {
    opacity: 0.5;
}

.science__bay__slider .swiper .swiper-slide.swiper-slide-active {
    opacity: 1;
    position: relative;
    z-index: 1;
}

.science__bay__slider .swiper .swiper-slide.swiper-slide-active::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 20px;
    width: calc(100% - 40px);
    height: 20px;
    border-radius: 10px;
    background: #e4e2dd;
}

.science__bay__slider__item {
    padding: 40px 50px 40px 70px;
    background-color: #fff;
    border-radius: 10px;
    position: relative;
    z-index: 10;
    margin-bottom: 10px;
}

.science__bay__slider__item__img {
    position: relative;
    width: 300px;
    padding-right: 15px;
}

.science__bay__slider__item__img img {
    display: block;
    position: relative;
    z-index: 1;
    border: 1px solid #dadada;
}

.science__bay__slider__item__badge {
    position: absolute;
    z-index: 10;
    top: 20px;
    left: 0;
    display: inline-block;
    padding: 10px 15px;
    font-size: 12px;
    line-height: 20px;
    font-weight: bold;
}

.science__bay__slider__item__badge--new {
    color: #fff;
    background-color: #e01b1b;
}

.science__bay__slider__item__btns {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 300px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.science__bay__slider__item__btns .science__btn {
    margin-top: 20px;
    width: 100%;
    text-align: center;
    color: #fff;
    text-decoration: none;
}
.shop_action.inline_msg .science__btn {
    margin-top: 10px !important;
}

.science__bay__slider__item__title {

    font-size: 18px;
    line-height: 1;
    font-weight: bold;
}

.science__subscription {
    padding-top: 100px;
}

.science__subscription__item {
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
}

.science__subscription__item::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    bottom: -10px;
    left: 20px;
    width: calc(100% - 40px);
    height: 20px;
    border-radius: 10px;
    background: #d9e4ef;
}
.shop_action.inline_msg {
  padding-top: 20px;
  text-align: left;
  font-size: 16px;
  color: #3f3f3f;
  line-height: 24px;
}

.science__subscription__item__wrap {
    border-radius: 10px;
    background-color: #f6fafe;
    padding: 50px 45px 0;
    position: relative;
    z-index: 10;
}

.science__subscription__item__ico {
    height: 130px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.science__subscription__item__ps {
    height: 50px;
    text-align: center;
    padding-top: 10px;
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
}

.science__subscription__item__caption {
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 10px;
    text-align: center;
}

.science__subscription__item__links a {
    margin-top: 20px;
}

.science__subscription__body {
    border-bottom: 2px solid #dadada;
    padding-bottom: 100px;
}

.science__caption__ico-top {
    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;
    margin: 0 auto 30px;
    width: 110px;
    height: 110px;
    border-radius: 55px;
    background-color: #f6fafe;
}

.science__reg {
    padding-top: 100px;
    padding-bottom: 120px;
}

.science__footer {
    background-color: #6c7a89;
    padding-top: 75px;
    padding-bottom: 25px;
}

.science__footer__logo {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 40px;
}

.science__footer__soc {
    padding-bottom: 50px;
}

.science__footer__soc li {
    padding: 0 20px 20px 20px;
}

.science__footer__soc li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    width: 50px;
    border-radius: 25px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #b6bdc4;
    color: #6c7a89;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.science__footer__soc li a:hover {
    background: #fff;
}

.science__footer__nav {
    padding-bottom: 40px;
}

.science__footer__nav li {
    padding-bottom: 10px;
}

.science__footer__nav li a {
    display: block;
    text-align: center;
    color: #fff;
    text-decoration: underline;
    font-size: 12px;
    line-height: 18px;
}

.science__footer__nav li a:hover {
    text-decoration: none;
}

.science__footer__copy {
    max-width: 700px;
    margin: 0 auto 50px;
    text-align: center;
    color: #b6bdc4;
    font-size: 12px;
    line-height: 18px;
}

.science__btn b {
    font-weight: 500;
}

@media screen and (max-width: 1199px) {
    .rellax {
        display: none;
    }

    .navbar-toggler:focus {
        outline: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
}

@media screen and (max-width: 991px) {
    .science__header__logo {
        width: 385px;
        height: 25px;
        display: block;
        margin: 0 auto;
    }

    .science__header {
        height: 370px;
        margin-bottom: 80px;
        padding-top: 100px;
    }

    .science__header__journal {
        height: 130px;
    }

    html:not(.no-js) [data-aos^=fade][data-aos^=fade] {
        opacity: 1 !important;
    }

    .science__header__navbar {
        height: 80px;
        margin: 0;
    }

    html:not(.no-js) [data-aos=fade-up],
    html:not(.no-js) [data-aos=fade-down] {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .science__top-btn {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .science__header__journal__logotip {
        width: 70px;
        height: 70px;
    }

    .science__header__journal__logotip svg {
        width: 58px;
        height: 58px;
    }

    .science__box-text h2 {
        min-height: 30px;
    }

    .fpad50 {
        padding-bottom: 30px;
    }

    .science__inspection,
    .science__rew,
    .science__answers {
        padding-top: 50px;
        padding-bottom: 30px;
    }

    .science__caption {
        padding-bottom: 30px;
    }

    .science__caption--border::after {
        bottom: 20px;
    }

    .hamburger {
        display: block !important;
        padding: 10px;
        width: 40px;
        margin: 0 auto !important;
        background: rgba(255, 255, 255, 0.4);
        position: relative;
        z-index: 80;
        border: 1px solid rgba(255, 255, 255, 0.4);
    }

    .science__header__navbar {
        position: relative;
    }

    .science__header__navbar {
        position: absolute;
        z-index: 60;
        top: 0;
        left: 0;
        right: 0;
        padding-top: 30px;
    }

    .navbar .navbar-collapse {
        background-color: #fff;
        position: absolute;
        z-index: 55;
        top: 0;
        left: 0;
        right: 0;
    }

    .navbar-nav {
        padding-top: 100px;
        padding-bottom: 30px;
    }

    .science__header__navbar li a:hover::before, .science__header__navbar li a.active::before {
        display: none;
    }

    .science__header__navbar li a {
        text-align: center;
    }

    .science__header__navbar li a.mob-active span {
        font-weight: 500 !important;
    }

    .science__header__navbar li:not(:last-child)::after {
        content: "";
        display: block;
        margin: 15px auto;
        width: 20px;
        height: 1px;
        background: #dadada;
    }
}

@media screen and (max-width: 768px) {
    .science__top-btn {
        display: block;
    }

    .science__top-btn .science__btn {
        margin: 0 auto 20px;
    }

    .science__box-text {
        padding: 0;
    }

    .science__caption h2 {
        font-size: 30px;
    }

    .science__bay__slider__item {
        padding: 30px;
    }

    .science__fonts16 p {
        font-size: 14px;
        line-height: 20px;
    }

    .accordion__header {
        min-height: 40px;
        font-size: 16px;
    }

    .science__rew .swiper-button-next, .science__rew .swiper-button-prev {
        display: none;
    }

    .science__bay__slider .science__nav-sl {
        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;
        background: #fff;
        z-index: 30;
        width: 50px;
        height: 50px;
        -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
        border-radius: 25px;
        opacity: 1 !important;
    }

    .science__bay__slider .science__nav-sl.swiper-button-prev {
        left: 0;
    }

    .science__bay__slider .science__nav-sl.swiper-button-next {
        right: 0;
    }

    .science__bay__slider .science__nav-sl.swiper-button-disabled {
        display: none !important;
    }

    .science__subscription,
    .science__reg {
        padding-top: 50px;
    }

    .science__reg,
    .science__subscription__body {
        padding-bottom: 50px;
    }
}

@media screen and (max-width: 574px) {
    .science__informer__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: left;
    }

    .science__informer__item__ico {
        width: 80px;
        min-width: 80px;
        padding-right: 20px;
        height: auto;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .science__informer__item__desc {
        width: 200px;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        text-align: left;
    }

    .fpad50 {
        padding-bottom: 15px;
    }

    .science__box-text h2 {
        font-size: 24px;
    }

    .science__header__logo {
        width: 280px;
        height: 18px;
    }

    .science__header__title {
        font-size: 16px;
        padding-top: 20px;
    }

    .science__header {
        height: 340px;
    }

    .science__inspection__video {
        height: 180px;
    }

    .science__bay__slider__item {
        -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;
    }

    .science__bay__slider__item__img {
        width: 100%;
        max-width: 230px;
        margin: 0 auto;
        padding: 0 0 15px;
    }

    .science__bay__slider__item__img img {
        margin: 0 auto;
    }

    .science__bay__slider__item__title {
        text-align: center;
    }

    .science__caption h2 {
        font-size: 24px;
    }

    .science__footer__soc li {
        padding: 0 10px 10px;
    }

    .science__footer {
        padding-top: 35px;
    }

    .science__footer__logo svg {
        width: 240px;
        height: 15px;
    }

    .science__footer__soc {
        padding-bottom: 15px;
    }

    .science__footer__nav {
        padding-bottom: 20px;
    }

    .science__footer__soc li a {
        width: 36px;
        height: 36px;
    }

    .science__footer__soc li a svg {
        width: 100%;
        max-width: 20px;
        height: auto;
        max-height: 20px;
    }

    .science__footer__copy {
        margin-bottom: 20px;
    }

    .science__bay__slider .science__nav-sl {
        top: 200px;
        margin-top: 0;
    }
}

@media screen and (max-width: 440px) {
    .science__bay__slider__item__btns {
        width: 100%;
    }

    .science__bay__slider__item__btns .science__btn svg {
        display: block;
        margin: 3px auto 0;
    }

    .science__btn b {
        display: block;
    }

    .science__bay__slider__item {
        padding: 20px;
    }
}

.hamburger {
    padding: 7px 10px;
    display: block;
    cursor: pointer;
    height: 35px;
    -webkit-transition-property: opacity, -webkit-filter;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    overflow: visible;
}

.hamburger:not(.collapsed) .hamburger-inner,
.hamburger:not(.collapsed) .hamburger-inner::before,
.hamburger:not(.collapsed) .hamburger-inner::after {
    background-color: #4d4d4d;
}

.hamburger-box {
    width: 20px;
    height: 19px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -1.5px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 20px;
    height: 3px;
    background-color: #4d4d4d;
    border-radius: 3px;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -8px;
}

.hamburger-inner::after {
    bottom: -8px;
}

/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 0;
    -webkit-transition-duration: 0.13s;
    transition-duration: 0.13s;
    -webkit-transition-delay: 0.13s;
    transition-delay: 0.13s;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
    top: -16px;
    -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
    -webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse:not(.collapsed) .hamburger-inner {
    -webkit-transform: translate3d(0, -8px, 0) rotate(-45deg);
    transform: translate3d(0, -8px, 0) rotate(-45deg);
    -webkit-transition-delay: 0.22s;
    transition-delay: 0.22s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse:not(.collapsed) .hamburger-inner::after {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse:not(.collapsed) .hamburger-inner::before {
    top: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

