@charset "UTF-8";
@import url(../_external/fonts.googleapis.com/css.css);

* {
    padding: 0;
    margin: 0;
    border: 0
}

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

body,
html {
    height: 100%;
    min-width: 320px
}

body {
    color: #fff;
    line-height: 1;
    font-family: Roboto;
    font-size: 1rem;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

button,
input,
textarea {
    font-family: Roboto;
    font-size: inherit
}

button {
    cursor: pointer;
    color: inherit;
    background-color: inherit
}

a {
    color: inherit
}

a:link,
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: inherit;
    font-size: inherit
}

body {
    background-color: #222
}

.lock body {
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none
}

.wrapper {
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden
}

.wrapper>main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.wrapper>* {
    min-width: 0
}

[class*=__container] {
    background-color: #3a3a3a;
    max-width: 102.75rem;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin: 0 auto
}

[class*=-ibg] {
    position: relative
}

[class*=-ibg] img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover
}

[class*=-ibg_contain] img {
    -o-object-fit: contain;
    object-fit: contain
}

.header {
    position: fixed;
    width: 100%;
    z-index: 10
}

.header__body {
    background-color: #2f735e;
    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__bott{
    border-top: 1px solid #FDE410;
    background-color: #2f735e;
    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 100px 15px 100px;
}


.header__logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 19.0625rem;
     flex: 0 1 19.0625rem
}

.header__logo img {
    width: 200px;
}

.header__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fde410;
    border-radius: 18px;
    color: #010101;
    -webkit-transition: background-color .3s ease 0s;
    -o-transition: background-color .3s ease 0s;
    transition: background-color .3s ease 0s
}

.header__button img {
    margin-right: 1.5625rem
}

.reg-icon{
    width: 25px;
}

.dropbtn {
    color: white;
    border: none;
    font-size: 18px;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.submenu-content {
    display: none;
    position: absolute;
    background-color: #277C62;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    padding-top: 10px; 
}

.submenu-content a {
    color: #fff;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.submenu-content a:hover {
    background-color: #EE483C;
}

.dropdown:hover .submenu-content {display: block;}

.menu__link {
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    white-space: nowrap;
    font-size: 18px;
    padding-right: 30px;
}

.icon-menu {
    display: none
}

.footer__container {
    background-color: #222
}

.footer__body {
    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;
    gap: 1.25rem;
    line-height: 1.3888888889
}

.footer__copy {
    margin-bottom: .9375rem
}

.footer__link {
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.contentpart{
    padding-top: 10.875rem
    
}

.content__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 1.3
}

.section__content {
    margin-right: 5rem
}

.section__content p a {
    color: #fde410
}

.content__aside {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 34.7%;
    flex: 0 0 34.7%
}

.content__aside-block {
    margin-bottom: 1.875rem
}

.content__aside-img {
    display: block;
    width: 100%
}

.content__aside-img img {
    width: 100%
}

.content__aside-img:not(:last-child) {
    margin-bottom: 1.25rem
}

.content__aside-reviews{
    background-color: #404040;
    border: 1px solid #2f735e;
    border-radius: 3px;
    margin-bottom: 1.25rem;
}

.content__aside-subscribe{
    border: 1px solid #2f735e;
    border-radius: 3px;
}

.subscribe-block{
    display: flex;
}

.subscribe-block input{
    flex-grow: 1;
    outline: none;
    padding: 10px;
    background: transparent;
    color: white;
}

.subscribe-block button{
    padding: 10px 20px;
    background-color: #fde410;
    color: black;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.reviews-list li::marker{
    position: absolute;
}

.reviews-list li a{
    display: block;
    padding: 13px 15px;
}

.reviews-list li:hover{
    opacity: 0.7;
}

.content-section h2,
.content-section li,
.content-section ol,
.content-section p,
.content-section ul {
    margin: revert
}

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

.content-section__title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1.875rem
}

.content-section__title span {
    color: #fde410
}

.content-section__img {
    max-width: 46.875rem
}

.content-section__img img {
    width: 100%
}

.content-section__subtitle {
    font-size: 1.875rem;
    font-weight: 600;
    color: #fde410
}

.content-section__subtitle_faq {
    text-transform: uppercase;
    font-weight: 600
}

.content-section__btn {
    display: inline-block;
    min-width: 13.125rem;
    margin-left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fde410;
    border-radius: 5px;
    color: #010101;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    -webkit-transition: background-color .3s ease 0s;
    -o-transition: background-color .3s ease 0s;
    transition: background-color .3s ease 0s
}

.content-section__list-ol {
    list-style-type: none;
    counter-reset: item
}

.content-section__list-ol li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.content-section__list-ol li::before {
    content: counter(item) ". ";
    counter-increment: item;
    color: #fde410;
    height: 100%
}

.content-section__subtitle-bold {
    font-size: 1.5rem;
    font-weight: 600
}

.content-section__list-ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.content-section__list-ul li::before {
    content: "";
    display: block;
    height: .3125rem;
    width: .3125rem;
    border-radius: 50%;
    background-color: #fdee6a;
    margin-top: .4375rem
}

@media (min-width: 480px) {
    .content__aside-block {
        display: none
    }
}

@media (min-width:769px) {
    .header__menu {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .mob{
        display: hide;
    }

    .menu__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-around;
        gap: .625rem
    }

    .footer__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 2.1875rem
    }
}



@media (min-width:102.75em) {
    .header__body {
        padding-left: 3.125rem
    }

    .header__body {
        padding-right: 3.125rem
    }

    .header__body {
        padding-top: 1.6875rem
    }

    .header__body {
        padding-bottom: 1.6875rem
    }

    .header__body {
        gap: 1.25rem
    }

    .header__body {
        font-size: 1.625rem
    }

    .header__button {
        padding-top: .625rem
    }

    .header__button {
        padding-bottom: .625rem
    }

    .header__button {
        padding-left: 1.25rem
    }

    .header__button {
        padding-right: 1.25rem
    }

    .header__button img {
        margin-right: 1.5625rem
    }

    .footer__body {
        font-size: 1.125rem
    }

    .footer__body {
        padding-left: 3.125rem
    }

    .footer__body {
        padding-right: 3.125rem
    }

    .footer__body {
        padding-top: 1.5625rem
    }

    .footer__body {
        padding-bottom: 1.5625rem
    }

    .contentpart{
        padding-top: 10.875rem
    }

    .content__body {
        padding-top: 2.8125rem
    }

    .content__body {
        padding-bottom: 2.1875rem
    }

    .content__body {
        padding-right: 4.0625rem
    }

    .content__body {
        padding-left: 3.125rem
    }

    .content__body {
        font-size: 1rem
    }

    .section__content {
        margin-right: 5rem
    }

    .section__content p a {
        font-size: 1.125rem
    }

    .content-section__title {
        font-size: 3rem
    }

    .content-section__subtitle {
        font-size: 1.875rem
    }

    .content-section__btn {
        padding-top: 1.25rem
    }

    .content-section__btn {
        padding-bottom: 1.25rem
    }

    .content-section__btn {
        padding-left: 1.25rem
    }

    .content-section__btn {
        padding-right: 1.25rem
    }

    .content-section__btn {
        margin-top: 2.5rem
    }

    .content-section__btn {
        margin-bottom: 2.5rem
    }

    .content-section__btn {
        font-size: 1rem
    }

    .content-section__list-ol li::before {
        margin-right: 1.5625rem
    }

    .content-section__subtitle-bold {
        font-size: 1.5rem
    }

    .content-section__list-ul li::before {
        margin-right: 1.5625rem
    }
}

@media (max-width:320px) {
    .header__body {
        padding-left: .9375rem
    }

    .header__body {
        padding-right: .9375rem
    }

    .header__body {
        padding-top: .625rem
    }

    .header__body {
        padding-bottom: .625rem
    }

    .header__body {
        gap: .625rem
    }

    .header__body {
        font-size: .9375rem
    }

    .header__button {
        padding-top: .3125rem
    }

    .header__button {
        padding-bottom: .3125rem
    }

    .header__button {
        padding-left: .625rem
    }

    .header__button {
        padding-right: .625rem
    }

    .header__button img {
        margin-right: .625rem
    }

    .footer__body {
        font-size: 1rem
    }

    .footer__body {
        padding-left: .9375rem
    }

    .footer__body {
        padding-right: .9375rem
    }

    .footer__body {
        padding-top: .9375rem
    }

    .footer__body {
        padding-bottom: .9375rem
    }

    .contentpart{
        padding-top: 3.75rem
    }

    .content__body {
        padding-top: 1.25rem
    }

    .content__body {
        padding-bottom: 1.25rem
    }

    .content__body {
        padding-right: .9375rem
    }

    .content__body {
        padding-left: .9375rem
    }

    .content__body {
        font-size: .875rem
    }

    .section__content {
        margin-right: .00000625rem
    }

    .section__content p a {
        font-size: .9375rem
    }

    .content-section__title {
        font-size: 1.5625rem
    }

    .content-section__subtitle {
        font-size: 1.25rem
    }

    .content-section__btn {
        padding-top: .625rem
    }

    .content-section__btn {
        padding-bottom: .625rem
    }

    .content-section__btn {
        padding-left: .625rem
    }

    .content-section__btn {
        padding-right: .625rem
    }

    .content-section__btn {
        margin-top: 1.25rem
    }

    .content-section__btn {
        margin-bottom: 1.25rem
    }

    .content-section__btn {
        font-size: .875rem
    }

    .content-section__list-ol li::before {
        margin-right: .625rem
    }

    .content-section__subtitle-bold {
        font-size: 1.25rem
    }

    .content-section__list-ul li::before {
        margin-right: .625rem
    }
}

@media (max-width:1300px) {
    .menu__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 48%;
        flex: 0 1 48%
    }
}

@media (max-width:992px) {
    .header__logo {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 10rem;
        flex: 0 0 10rem
    }
}

@media (max-width:992px) and (max-width:220px) {
    .contentpart{
        padding-top: 3.75rem
    }
}

@media (max-width:768px) {
    .header__logo {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .header__button img {
        width: 1.25rem
    }

    .header__button {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .menu__body {
        background-color: #2f735e;
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        text-align: center;
        padding: 3.125rem 0;
        overflow: auto;
        -webkit-transform: translate(0, -100%);
        -ms-transform: translate(0, -100%);
        transform: translate(0, -100%);
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s
    }

    .menu-open .menu__body {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    .menu__item:not(:last-child) {
        margin-bottom: 1.875rem
    }

    .icon-menu {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        display: block;
        position: relative;
        width: 40px;
        height: 25px;
        cursor: pointer;
        z-index: 5
    }

    .icon-menu span,
    .icon-menu::after,
    .icon-menu::before {
        content: "";
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
        left: 0;
        position: absolute;
        width: 100%;
        height: 0.119em;
        background-color: #fff
    }

    .icon-menu::before {
        top: 0
    }

    .icon-menu::after {
        bottom: 0
    }

    .icon-menu span {
        top: calc(50% - 1px)
    }

    .menu-open .icon-menu span {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0)
    }

    .menu-open .icon-menu::before {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: calc(50% - 1px)
    }

    .menu-open .icon-menu::after {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        bottom: calc(50% - 1px)
    }

    .footer__item:not(:last-child) {
        margin-bottom: .625rem
    }
}

@media (max-width:480px) {
    .header__logo {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 6.25rem;
        flex: 0 0 6.25rem
    }

    .contentpart{
        padding-top: 3.6875rem
    }

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

    .section__content {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-right: 0
    }

    .content__aside {
        display: none
    }
}

@media (min-width:320px) and (max-width:1664px) {
    .header__body {
        padding-left: clamp(.9375rem, .4087990937rem + 2.6435045317vw, 3.125rem)
    }

    .header__body {
        padding-right: clamp(.9375rem, .4087990937rem + 2.6435045317vw, 3.125rem)
    }

    .header__body {
        padding-top: clamp(.625rem, .3682024169rem + 1.2839879154vw, 1.6875rem)
    }

    .header__body {
        padding-bottom: clamp(.625rem, .3682024169rem + 1.2839879154vw, 1.6875rem)
    }

    .header__body {
        gap: clamp(.625rem, .4739425982rem + .7552870091vw, 1.25rem)
    }

    .header__body {
        font-size: clamp(.9375rem, .771336858rem + .83081571vw, 1.625rem)
    }

    .header__button {
        padding-top: clamp(.3125rem, .2369712991rem + .3776435045vw, .625rem)
    }

    .header__button {
        padding-bottom: clamp(.3125rem, .2369712991rem + .3776435045vw, .625rem)
    }

    .header__button {
        padding-left: clamp(.625rem, .4739425982rem + .7552870091vw, 1.25rem)
    }

    .header__button {
        padding-right: clamp(.625rem, .4739425982rem + .7552870091vw, 1.25rem)
    }

    .header__button img {
        margin-right: clamp(.625rem, .3984138973rem + 1.1329305136vw, 1.5625rem)
    }

    .footer__body {
        font-size: clamp(1rem, .9697885196rem + .1510574018vw, 1.125rem)
    }

    .footer__body {
        padding-left: clamp(.9375rem, .4087990937rem + 2.6435045317vw, 3.125rem)
    }

    .footer__body {
        padding-right: clamp(.9375rem, .4087990937rem + 2.6435045317vw, 3.125rem)
    }

    .footer__body {
        padding-top: clamp(.9375rem, .7864425982rem + .7552870091vw, 1.5625rem)
    }

    .footer__body {
        padding-bottom: clamp(.9375rem, .7864425982rem + .7552870091vw, 1.5625rem)
    }

    .contentpart{
        padding-top: clamp(3.75rem, 2.0279456193rem + 8.6102719033vw, 10.875rem)
    }

    .content__body {
        padding-top: clamp(1.25rem, .8723564955rem + 1.8882175227vw, 2.8125rem)
    }

    .content__body {
        padding-bottom: clamp(1.25rem, 1.0234138973rem + 1.1329305136vw, 2.1875rem)
    }

    .content__body {
        padding-right: clamp(.9375rem, .1822129909rem + 3.7764350453vw, 4.0625rem)
    }

    .content__body {
        padding-left: clamp(.9375rem, .4087990937rem + 2.6435045317vw, 3.125rem)
    }

    .content__body {
        font-size: clamp(.875rem, .8447885196rem + .1510574018vw, 1rem)
    }

    .section__content {
        margin-right: clamp(.00000625rem, -1.2084514539rem + 6.0422885196vw, 5rem)
    }

    .section__content p a {
        font-size: clamp(.9375rem, .8921827795rem + .2265861027vw, 1.125rem)
    }

    .content-section__title {
        font-size: clamp(1.5625rem, 1.2150679758rem + 1.7371601208vw, 3rem)
    }

    .content-section__subtitle {
        font-size: clamp(1.25rem, 1.0989425982rem + .7552870091vw, 1.875rem)
    }

    .content-section__btn {
        padding-top: clamp(.625rem, .4739425982rem + .7552870091vw, 1.25rem)
    }

    .content-section__btn {
        padding-bottom: clamp(.625rem, .4739425982rem + .7552870091vw, 1.25rem)
    }

    .content-section__btn {
        padding-left: clamp(.625rem, .4739425982rem + .7552870091vw, 1.25rem)
    }

    .content-section__btn {
        padding-right: clamp(.625rem, .4739425982rem + .7552870091vw, 1.25rem)
    }

    .content-section__btn {
        margin-top: clamp(1.25rem, .9478851964rem + 1.5105740181vw, 2.5rem)
    }

    .content-section__btn {
        margin-bottom: clamp(1.25rem, .9478851964rem + 1.5105740181vw, 2.5rem)
    }

    .content-section__btn {
        font-size: clamp(.875rem, .8447885196rem + .1510574018vw, 1rem)
    }

    .content-section__list-ol li::before {
        margin-right: clamp(.625rem, .3984138973rem + 1.1329305136vw, 1.5625rem)
    }

    .content-section__subtitle-bold {
        font-size: clamp(1.25rem, 1.1895770393rem + .3021148036vw, 1.5rem)
    }

    .content-section__list-ul li::before {
        margin-right: clamp(.625rem, .3984138973rem + 1.1329305136vw, 1.5625rem)
    }
}



@media (max-width:992px) and (min-width:1644px) {
    .contentpart{
        padding-top: 8.3125rem
    }
}

@media (max-width:992px) and (min-width:320px) and (max-width:1644) {
    .contentpart{
        padding-top: clamp(3.75rem, 2.6472809668rem + 5.5135951662vw, 8.3125rem)
    }
}

@media (any-hover:hover) {
    .header__button:hover {
        background-color: #fdee6a
    }

    .menu__link:hover {
        color: #fde410
    }

    .footer__link:hover {
        color: #fde410
    }

    .section__content p a:hover {
        text-decoration: underline
    }

    .content-section__btn:hover {
        background-color: #fdee6a
    }
}

@media (min-width:769px) {

    .mob{
        display: none;
    }

    .contentPart{
        margin-top: 160px;
    }

    .content__aside{
        margin-top: 93px;
    }

}

@media (max-width: 768px) {
    .pc {
        display: none;
    }

    .contentPart{
        margin-top: 100px ;
    }

    .content__aside{
        margin-top: 74px;
    }
}

@media (min-width:426px) and (max-width: 768px) {

    .mob{
        margin-left: -160px;
    }

    .icon-menu{
        width: 50px;
        height: 25px;
    }

}

@media (max-width: 375px) {
    .header__logo img {
        width: 100px;
    }
}

@media (min-width: 1024px) {
    .submenu-content {
        margin-left: -70px;
    }
}

.faq {
    margin-top: 50px;
}

.faq details {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #FDE410;
    border-radius: 5px;
    padding: 31px 42px 31px 53px;
    margin-bottom: 15px;
    position: relative;
    line-height: 142%
}

.faq summary {
    font-weight: 700;
    font-size: 25px;
    line-height: 142.69%;
    outline: 0;
    cursor: pointer;
    display: block;
    margin-right: -10px
}

.faq summary::-webkit-details-marker,
.faq summary::marker {
    display: none;
    content: ""
}

.faq summary::after {
    content: "\203A";
    position: absolute;
    top: 24px;
    right: 30px;
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    font-size: 3rem;
    color: white;
    width: 12px;
    height: 40px
}

.faq details[open] summary::after {
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}