@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
    color: #444;
}

h1 {
    margin: 30px 0;
}
h2 {
    font-size: 46px;
    text-transform: uppercase;
    margin-top: 60px;
}
.top-block__inner {
    display: flex;
    color: #fff;
    padding: 20px 0;
    justify-content: space-between;
    align-items: center;
    align-content: space-between;
}
.top-block a:hover,
.top-block a{
    text-decoration: none;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
}
.top-block .right-block{
    text-align: right;
    padding-right: 60px;
}

.first-block {
    display: flex;
}
.first-block .left-block__inner{
    padding-right: 30px;
}

.left-block {
    width: 50%;
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    padding-left: 60px;
}
.left-block a.btn {
    margin-top: 30px;
    margin-bottom: 20px;
}
.left-block h1 {
    font-size: 80px;
    text-align: left;
    text-transform: uppercase;
}
.left-block h1 span {
    display: block;
    font-size: 36px;
}
.left-block .arrow{
    text-align: center;
    width: 100%;
}
.main-text{
    line-height: 25px;
}
.right-block {
    width: 50%;
    position: relative;
    overflow: hidden;
    justify-content: center;
    text-align: center;
}
.first-block .right-block {
    display: flex;
}

.parallax-image {
    max-width: 100%;
    height: auto;
    margin-bottom: -5px;
}
.book-container {
    position: fixed;
    right: -60px;
    top: 45%;
    z-index: 99999;
}
.book-wrapper {
    width: 155px;
    height: 46px;
    transform: rotate(-90deg);
    display: flex;
    justify-content: center;
    text-align: center;
}
.book-wrapper a {
    text-transform: uppercase;
    text-decoration: 0;
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 12px;
}
.page-container{
    margin: 0 60px;
}
.schedule-items{
    margin-bottom: 20px;
    padding: 0 20px;
}
.schedule-item {
    display: flex;
    padding: 30px 0;
    justify-content: space-between;
    align-items: center;
}
.schedule-item__left {
    font-size: 20px;
}
.schedule-item__left a {
    font-weight: bold;
    text-decoration: none;
    border: none;
}
.schedule-item__left .schedule-title {
    margin-bottom: 10px;
}
.see-more__content a,
a.btn,
.a-block .buy-link,
.schedule-item__right .link a{
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    padding: 10px 20px;
}
.schedule-item:last-child {
    border: none !important;
}
.description-block {
    margin-bottom: 50px;
}
.a-block{
    height: 210px;
    max-width: 100%;
    background: url('../images/block_form_bg.jpg') 50% 50% no-repeat;
    margin-bottom: 50px;
    position: relative;
    background-size: cover;
    border-radius: 10px;
}
.a-block:before {
    content: '';
    background-color: rgba(0, 0, 0, .7);
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.a-block__inner {
    color: #fff;
    font-size: 26px;
    position: relative;
    padding: 50px 0;
    text-align: center;
}
.a-block .buy-link__wrapper {
    margin-top: 30px;
}
.a-block .buy-link{
    font-size: 20px;
    display: inline-block;
}

.main-video-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.main-video-item {
    margin-bottom: 20px;
    padding: 10px;
    width: calc(50% - 30px);
}
.main-video-item .video-item {
    position: relative;
    padding-top: 56.25%;
}
.main-video-item .video-item iframe {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    margin: 0;
    top: 0;
    left: 0;
    border: none;
}
.reviews__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
}
.review-item{
    width: calc(33% - 60px);
    padding: 20px;
    margin: 0 10px 30px;
    line-height: 25px;
}

.dictionary-tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    margin-bottom: 20px;
}
.tag-item{
    padding: 5px 10px;
    margin: 0 10px 10px;
}
.tag-item a {
    text-decoration: none;
    text-transform: uppercase;
    color: #444;
}

.footer {
    overflow: hidden;
    color: #ddd;
    background-color: #272727;
}
.footer a {
    color: #ddd;
}
.footer-inner {
    padding: 25px 50px;
}



.modal-window.add-in-cart .cart-modal-inner__buttons .modal-close,
.lm_search_opener,
.product-item__buy-one-click span,
.privacy-bottom__close,
.mpa_content,
.mobile .main__product-tabs .tabs__link,
.product-groups__show span,
.product-groups__show span:before {-webkit-transition: all .5s cubic-bezier(.65, .85, .11, 1.03); transition: all .5s cubic-bezier(.65, .85, .11, 1.03);}
#overlay {position: fixed; top: -100px; bottom: -100px; left: 0; right: 0; z-index: 5000; background: rgba(0, 0, 0, .35);}
.modal-window {display: none; position: absolute; left: 5%; z-index: 5500; background: #fff; box-shadow: 0 50px 100px rgba(0, 0, 0, .2);}
.modal-window .modal-header .modal-close {position: absolute; top: 3px; right: 3px; width: 40px; height: 40px; font-size: 0; background: url(../images/icon_delete.png) no-repeat 50%; cursor: pointer; z-index: 10;}

.modal-window {width: 90%;margin: 20px auto;padding: 20px;}
.modal-window .modal-title {font-size: 24px; font-weight: 600; margin-bottom: 29px; text-align: center;}

@media (max-width: 1000px) {
    h2 {
        font-size: 30px;
        margin-top: 40px;
    }

    .top-block .left-block {
        padding-left: 40px;
    }
    .top-block .right-block {
        padding-right: 40px;
    }
    .first-block .left-block {
        width: 100%;
        padding: 0 20px 0 40px;
    }

    .first-block .left-block__inner{
        padding-right: 0;
    }
    .page-container{
        margin: 0 30px;
    }

    .first-block .right-block {
        display: none;
    }

    a.buy-link {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    h2 {
        font-size: 26px;
        margin-top: 20px;
    }
    .schedule-item {
        text-align: center;
        flex-direction: column;
    }
    .schedule-item__left {
        margin-bottom: 15px;
    }

    .main-video-item,
    .review-item {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    a.buy-link {
        font-size: 16px;
    }

    .a-block {
        height: 200px;
        margin-bottom: 30px;
    }

    .modal-window {width: 100%; left: 0; right: 0; margin: 0; padding-left: 20px; padding-right: 20px;}
}

@media (max-width: 640px) {
    .top-block a {
        font-size: 18px;
    }
    .top-block .left-block{
        padding-left: 20px;
    }
    .left-block h1 span {
        font-size: 24px;
    }
    .left-block h1 {
        font-size: 60px;
        margin-bottom: 10px
    }
    .top-block .right-block{
        padding-right: 20px;
    }
    .first-block .left-block {
        padding: 0 20px;
    }
    .page-container{
        margin: 0 20px;
    }
    .schedule-items {
        margin: 0 -20px;
    }
    .a-block__inner {
        padding: 30px 0;
    }
    .footer-inner{
        padding: 20px;
    }
}