/* Global options
----------------------------------------*/
*{
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Century Gothic', sans-serif;
}

/* Tags options
----------------------------------------*/
img{
    vertical-align: top;
}
a{
    text-decoration: none;
}

/* Helper classes
----------------------------------------*/
.text-center{
    text-align: center;
}
.img-responsive{
    max-width: 100%;
}
.transition,
.header__toggle span,
.faq__arrow{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/* Container
----------------------------------------*/
.container{
    max-width: 1440px;
    margin: 0 auto;
}

/* Site elements
----------------------------------------*/
.site-heading{
    font-size: 64px;
    margin-bottom: 50px;
}
.site-heading--center{
    text-align: center;
}

/* Section main
----------------------------------------*/
.section-main{
    background: #353333;
    padding: 40px 80px 100px 80px;
}
.section-main__container{
    position: relative;
}
.section-main__experiment{
    font-size: 18px;
    margin-bottom: 40px;
    color: rgba(255, 255, 255, .4);
    line-height: 20px;
}

/* Header
----------------------------------------*/
.header{
    display: flex;
    padding-bottom: 50px;
}
.header__right{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

/* Header menu
----------------------------------------*/
.header-menu__list{
    display: flex;
    list-style: none;
    margin-right: 70px;
}
.header-menu__item:not(:last-child){
    margin-right: 40px;
}
.header-menu__link{
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
}
.header-menu__button{
    font-size: 20px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    border: 1px solid #aaca48;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 4px 15px;
    color: #fff;
    text-decoration: none;
}
.header-menu__green {
    font: inherit;
    color: #aaca48;
}

/* Header languages
----------------------------------------*/
.header-languages__list{
    display: flex;
    list-style: none;
}
.header-languages__item:not(:last-child){
    margin-right: 15px;
}
.header-languages__link{
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
}
.header-languages__item--active .header-languages__link{
    color: #C9D200;
    font-weight: 700;
}

/* Main body
----------------------------------------*/
.main-body{
    text-align: center;
    margin-bottom: 100px;
}
.main-body__heading{
    font-size: 64px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px;
}
.main-body__description{
    font-size: 20px;
    color: #fff;
    line-height: 1.5;
    max-width: 600px;
    margin: 0 auto 10px auto;
    font-family: 'Roboto', sans-serif;
}
.main-body__button{
    background-color: #aaca48;
    border: 0;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 56px;
    min-width: 300px;
    border-radius: 28px;
    padding: 0 15px;
    cursor: pointer;
    display: inline-block;
}
.main-body__green{
    color: #aaca48;
}

/* Main services
----------------------------------------*/
.main-services{
    text-align: center;
    padding: 0 220px;
}
.main-services__list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -25px;
}
.main-services__item{
    width: 50%;
    padding: 25px;
}
.main-services__item--banner{
    width: 100%;
}
.main-services__body{
    background: #F7F8FA;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    height: 100%;
}
.main-services__top{
    position: relative;
}
.main-services__label{
    position: absolute;
    font-size: 20px;
    font-weight: 700;
    background: #aaca48;
    padding: 11px 15px 15px 15px;
    color: #fff;
    top: 25px;
    left: 25px;
    border-radius: 25px;
}
.main-services__image{
    width: 100%;
}
.main-services__info{
    margin-top: -37px;
    position: relative;
    z-index: 2;
    padding: 0 30px 60px 30px;
}
.main-services__icon{
    background: #aaca48;
    width: 74px;
    height: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px auto;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.main-services__name{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}
.main-services__text{
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    line-height: 1.7;
    color: #3A3A3A;
}
.main-services__banner{
    width: 100%;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

/* Section price
----------------------------------------*/
.section-price{
    padding: 100px 80px;
    background: #F7F8FA;
}
.section-price__heading{
    max-width: 850px;
    margin: 0 auto 50px auto;
}
.section-price__text{
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    color: #111111;
    text-align: center;
    max-width: 600px;
    margin: 0 auto 100px auto;
}

/* Price
----------------------------------------*/
.price__list{
    display: grid;
    grid-gap: 50px;
    grid-template-columns: repeat(2, 1fr);
}
.price__item{
    background-color: #fff;
    border-radius: 8px;
}
.price__item--girl{
    background: #fff url(../images/presentation-eclub-v1/price_girl.png) no-repeat right bottom / contain;
}
.price__item--products{
    background: #aaca48 url(../images/presentation-eclub-v1/price_products.png) no-repeat right bottom / 50%;
}
.price__body{
    min-height: 385px;
    padding: 50px 25px;
    position: relative;
}
.price__cost{
    font-weight: 700;
    font-size: 50px;
    color: #111111;
    position: relative;
    line-height: 1;
}
.price__cost--old{
    opacity: .4;
    font-size: 42px;
    margin-right: 15px;
}
.price__cost--old:before{
    content: '';
    position: absolute;
    width: 95%;
    height: 2px;
    background-color: #111111;
    transform: rotate(15deg);
    top: 25px;
    left: 5px;
}
.price__name{
    padding: 20px 0;
    color: #111111;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
}
.price__text{
    color: #A6A6A6;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    line-height: 1.7;
    margin-bottom: 50px;
    width: 45%;
}
.price__item--green .price__text{
    color: #fff;
}
.price__button{
    background: #aaca48;
    border: none;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 56px;
    min-width: 300px;
    border-radius: 28px;
    padding: 0 15px;
    cursor: pointer;
}
.price__item--green .price__button{
    color: #1B1B1B;
    background-color: #fff;
}
.price__logo{
    margin-bottom: 25px;
}
.price__costs{
    margin-bottom: 35px;
}

/* Price visa
----------------------------------------*/
.price__item--visa{
    background: #fff url(../images/presentation-eclub-v1/price_visa.png) no-repeat right bottom / contain;
}
.price__item--visa .price__body{
    padding: 25px 25px 50px 25px;
}
.price__item--visa .price__name{
    width: 65%;
    line-height: 1.5;
}
.price__green{
    color: #aaca48;
}

/* Price label
----------------------------------------*/
.price-label{
    position: absolute;
    background-color: #fff;
    top: 0;
    right: 0;
    height: 100px;
    padding: 20px 20px 0 90px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    border-radius: 0 8px 0 37px;
}
.price-label__percent {
    position: absolute;
    background-color: #37424D;
    color: #aaca48;
    font-size: 28px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    width: 74px;
    height: 74px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    bottom: 0;
    left: 0;
}
.price-label__name {
    color: #A6A6A6;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    line-height: 1;
    margin-bottom: 5px;
}
.price-label__cost {
    color: #aaca48;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
}

/* Section advantages
----------------------------------------*/
.section-advantages{
    padding: 50px 80px;
    overflow-y: hidden;
}

/* Advantages
----------------------------------------*/
.advantages__item{
    display: flex;
    position: relative;
    margin-bottom: 50px;
}
.advantages__left{
    width: 50%;
    position: relative;
    min-height: 1000px;
    z-index: 2;
}
.advantages__right{
    width: 50%;
    position: relative;
    min-height: 1000px;
    z-index: 2;
}
.advantages__image{
    position: absolute;
    top: 0;
}
.advantages__body{
    width: 600px;
    padding-top: 30%;
}
.advantages__name{
    font-size: 36px;
    margin-bottom: 80px;
    line-height: 1.6;
}
.advantages__name--lg{
    font-size: 64px;
}
.advantages__info{
    position: relative;
    padding-left: 100px;
}
.advantages__icon{
    position: absolute;
    top: 0;
    left: 0;
}
.advantages__text{
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    line-height: 1.7;
    color: #111111;
}
.advantages__text--green{
    color: #aaca48;
}
.advantages__bg{
    position: absolute;
    z-index: 1;
}
.advantages__bg--1{
    top: 40%;
    left: -80px;
    opacity: .1;
}
.advantages__bg--2{
    top: 45%;
    right: -80px;
}
.advantages__bg--3{
    top: 40%;
    left: -80px;
    opacity: .1;
}
.advantages__head{
    padding: 0 15px;
}

/* Advantages info
----------------------------------------*/
.advantages-info{
    text-align: center;
    padding: 200px 0 150px 0;
    position: relative;
    z-index: 2;
}
.advantages-info__logo{
    max-width: 190px;
    margin-bottom: 40px;
}
.advantages-info__name{
    color: #1B1B1B;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 25px;
}
.advantages-info__desc{
    font-size: 20px;
    margin-bottom: 50px;
}
.advantages-info__green{
    color: #aaca48;
}
.advantages-info__platform{
    margin: 0 20px;
}

/* Section FAQ
----------------------------------------*/
.section-faq{
    background-color: #353333;
    padding: 50px 0;
}

/* FAQ
----------------------------------------*/
.faq{
    max-width: 600px;
    margin: 0 auto;
}
.faq__heading{
    margin-bottom: 50px;
    font-size: 36px;
    color: #fff;
    text-align: center;
}
.faq__item{
    padding: 0 15px 20px 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #fff;
}
.faq__name{
    position: relative;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    cursor: pointer;
}
.faq__arrow{
    position: absolute;
    background: url(../images/presentation-eclub-v1/angle_bottom_white.png);
    width: 21px;
    height: 12px;
    top: 10px;
    right: 0;
}
.faq__item--active .faq__arrow{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.faq__text{
    display: none;
    padding-top: 20px;
}
.faq__text p{
    font-size: 20px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    line-height: 1.7;
}

/* Media
----------------------------------------*/
@media (max-width: 480px) {
    /* Tags options
    ----------------------------------------*/
    body{
        padding-top: 100px;
    }

    /* Site elements
    ----------------------------------------*/
    .site-heading{
        font-size: 30px;
        margin-bottom: 35px;
        text-align: center;
    }

    /* Section main
    ----------------------------------------*/
    .section-main{
        padding: 30px 15px;
    }
    .section-main__experiment{
        text-align: left;
    }

    /* Header
    ----------------------------------------*/
    .header--active{
        overflow: hidden;
    }
    .header{
        position: fixed;
        z-index: 3;
        background-color: #353333;
        top: 0;
        left: 0;
        right: 0;
        padding: 15px;
    }
    .header__logo{
        max-height: 70px;
    }
    .header__left{
        width: 100%;
        position: relative;
    }
    .header__right{
        position: fixed;
        top: 100px;
        background-color: #353333;
        left: 0;
        right: 0;
        bottom: 0;
        display: none;
        padding: 0 15px;
    }
    .header__toggle {
        height: 22px;
        width: 32px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -11px;
    }
    .header__toggle span{
        width: 100%;
        height: 2px;
        background-color: #fff;
        display: block;
    }
    .header__toggle span:nth-child(2),
    .header__toggle span:nth-child(3){
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -1px;
    }
    .header--active .header__toggle span:nth-child(1),
    .header--active .header__toggle span:nth-child(4){
        display: none;
    }
    .header--active .header__toggle span:nth-child(2) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .header--active .header__toggle span:nth-child(3) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    /* Header menu
    ----------------------------------------*/
    .header-menu__list{
        display: block;
        margin-right: 0;
        padding-top: 20px;
    }
    .header-menu__item{
        margin-bottom: 40px;
    }
    .header-menu__item:not(:last-child){
        margin-right: 0;
    }

    /* Header languages
    ----------------------------------------*/
    .header-languages{
        position: absolute;
        left: 15px;
        bottom: 40px;
    }

    /* Main body
    ----------------------------------------*/
    .main-body__heading{
        font-size: 30px;
        text-align: left;
    }
    .main-body__description{
        font-size: 16px;
        text-align: left;
        line-height: 1.7;
    }

    /* Main services
    ----------------------------------------*/
    .main-services{
        padding: 0;
    }
    .main-services__list{
        flex-direction: column;
        margin: 0;
    }
    .main-services__item{
        padding: 0;
        width: 100%;
    }
    .main-services__item:not(:last-child){
        margin-bottom: 20px;
    }

    /* Section price
    ----------------------------------------*/
    .section-price{
        padding: 30px 15px;
    }
    .section-price__heading{
        text-align: left;
    }
    .section-price__text{
        font-size: 16px;
        line-height: 1.7;
        text-align: left;
        margin-bottom: 30px;
    }

    /* Price
    ----------------------------------------*/
    .price__list{
        display: block;
    }
    .price__body{
        min-height: 550px;
        padding: 40px 25px;
    }
    .price__item:not(:last-child){
        margin-bottom: 30px;
    }
    .price__item--girl{
        background-size: 90%;
    }
    .price__item--visa{
        background-size: 85%;
    }
    .price__item--products{
        background-size: 100%;
        background-position: 65px bottom;
    }
    .price__cost{
        font-size: 36px;
    }
    .price__cost--old{
        font-size: 28px;
    }
    .price__cost--old:before{
        top: 15px;
        left: 0;
    }
    .price__cost:not(.price__cost--old){
        display: block;
        padding-top: 15px;
    }
    .price__name{
        font-size: 16px;
    }
    .price__text{
        font-size: 13px;
        width: 60%;
    }
    .price__button{
        left: 25px;
        right: 25px;
        bottom: 50px;
        width: auto;
        position: absolute;
        -webkit-box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
        box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
    }

    /* Price label
    ----------------------------------------*/
    .price-label{
        top: 50%;
        right: auto;
        width: 130px;
        padding: 50px 15px 15px 15px;
        border-radius: 8px;
        height: auto;
    }
    .price-label__name{
        margin-bottom: 10px;
    }
    .price-label__percent{
        top: -37px;
    }
    .price-label__cost{
        font-size: 24px;
    }

    /* Section advantages
    ----------------------------------------*/
    .section-advantages{
        padding: 30px 0;
    }

    /* Advantages
    ----------------------------------------*/
    .advantages__item{
        flex-direction: column;
    }
    .advantages__left{
        width: 100%;
        min-height: auto;
    }
    .advantages__right{
        width: 100%;
        min-height: auto;
    }
    .advantages__body{
        width: auto;
        padding: 0 15px;
    }
    .advantages__name{
        font-size: 20px;
        margin-bottom: 10px;
        line-height: 1.4;
    }
    .advantages__name--lg{
        font-size: 30px;
        margin-bottom: 30px;
    }
    .advantages__images{
        text-align: right;
        max-height: 500px;
    }
    .advantages__image{
        position: static;
        width: 80%;
    }
    .advantages__info{
        padding-left: 90px;
    }
    .advantages__bg{
        display: none;
    }
    .advantages__text{
        font-size: 16px;
    }
    
    /* Advantages info
    ----------------------------------------*/
    .advantages-info{
        padding: 50px 15px;
    }
    .advantages-info__logo{
        max-width: 130px;
        margin-bottom: 20px;
    }
    .advantages-info__name{
        font-size: 20px;
    }
    .advantages-info__desc{
        font-size: 18px;
    }
    .advantages-info__platform{
        margin: 10px 0;
    }
    .advantages-info__button {
        background: #aaca48;
        border: none;
        color: #fff;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        font-size: 20px;
        line-height: 56px;
        min-width: 300px;
        border-radius: 28px;
        padding: 0 15px;
        cursor: pointer;
    }


    /* Section faq
    ----------------------------------------*/
    .section-faq{
        padding: 30px 15px;
    }

    /* Faq
    ----------------------------------------*/
    .faq__heading{
        font-size: 20px;
        text-align: left;
    }
    .faq__item{
        padding: 0 15px 15px 15px;
        margin-bottom: 15px;
    }
    .faq__name{
        font-size: 16px;
        line-height: 1.6;
    }
    .faq__arrow{
        width: 17px;
        height: 9px;
        top: 7px;
        background-size: cover;
    }
    .faq__text{
        padding-top: 15px;
    }
    .faq__text p{
        font-size: 16px;
    }
}