/*
Theme Name: MANGO
Theme URI: /
Description: MANGO
Version:  1.0
Author: Vlad Stolets
*/
@font-face {
font-family: "Bebas Neue";  
src: url("fonts/BebasNeueRegular.otf"); 
font-style: normal; 
font-weight: normal;
}
@font-face {
font-family: "Bebas Neue";  
src: url("fonts/BebasNeueThin.otf"); 
font-style: normal; 
font-weight: 100;
}
@font-face {
font-family: "Bebas Neue";  
src: url("fonts/BebasNeueLight.otf"); 
font-style: normal; 
font-weight: 200;
}
@font-face {
font-family: "Bebas Neue";  
src: url("fonts/BebasNeueBook.otf"); 
font-style: normal; 
font-weight: 300;
}
@font-face {
font-family: "Bebas Neue";  
src: url("fonts/BebasNeueBold.otf"); 
font-style: normal; 
font-weight: 900;
}
@font-face {
font-family: "Arial";  
src: url("fonts/arial.ttf"); 
font-style: normal; 
font-weight: 400;
}
@font-face {
font-family: "ArialB";  
src: url("fonts/ArialB.TTF");
}
body {
    margin: 0;
    font-family: 'Arial';
}
.wrp {
    width: 1140px;
    margin: 0 auto;
}
header {
    position: relative;
    z-index: 1;
}
.head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
}
.head_left {
    margin-right: 65px;
}
.head_left a img {
    display: block;
}
.head_right {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}
.head_right_menu a {
    font-family: 'Bebas Neue';
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0.03em;
    text-decoration: none;
    color: #000;
    background-color: #fff;
    padding: 10px 13px;
    margin: 0 5px;
    display: inline-block;
    position: relative;
}
.head_right_menu a:hover:after {
    content: url(img/arrow2.svg);
}
.head_right_menu a:after {
    content: url(img/arrow.svg);
    position: absolute;
    top: 12px;
    right: 13px;
}
.head_right_menu a span {
    font-weight: 700;
    display: block;
    margin-top: 3px;
}
.head_right_lang a {
    background-color: #fff;
    text-decoration: none;
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0.03em;
    color: #000;
    padding: 15px;
}
.head_right_lang a:hover {
    color: #EF1D00;
}
.block-title {
    font-family: 'Bebas Neue';
    font-weight: 400;
    font-size: 65px;
    line-height: 78px;
    letter-spacing: 0.03em;
    color: #fff;
    margin-bottom: 55px;
}
.block-1 {
    background-color: #FFD753;
    padding-bottom: 145px;
    position: relative;
}
.block-1:before {
    background-image: url(img/bg-1.png);
    position: absolute;
    content: '';
    width: 450px;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    bottom: 0;
    background-size: cover;
    background-position: bottom center;
}
.block-1:after {
    background-image: url(img/bg-2.png);
    position: absolute;
    content: '';
    width: 65%;
    background-repeat: no-repeat;
    top: 0;
    right: 0;
    height: 102%;
    bottom: 0;
    background-size: cover;
    background-position: 115px 100%;
}
.block-1_down {
    margin-top: 50px;
    z-index: 1;
    position: relative;
}
.block-1_down .wrp {
    display: flex;
    justify-content: space-between;
}
.block-1_down_l {
    width: 520px;
}
.block-1_down_l h1 {
    font-family: 'Bebas Neue';
    font-weight: 400;
    font-size: 47px;
    line-height: 47px;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0;
}
.block-1_down_l_ttl {
    position: relative;
    margin-top: 20px;
    margin-bottom: 60px;
}
.block-1_down_l_ttl div {
    font-family: 'Bebas Neue';
    font-weight: 700;
    font-size: 133px;
    line-height: 100%;
    letter-spacing: 0.03em;
    background-color: #fff;
    margin-bottom: 10px;
    padding: 10px 20px 0 14px;
    display: inline-block;
    position: relative;
}
.block-1_down_l_ttl div:last-child:after {
    content: '4 серии';
    background-color: #EF1D00;
    font-family: 'Bebas Neue';
    font-weight: 400;
    font-size: 32px;
    line-height: 38px;
    text-align: center;
    letter-spacing: 0.03em;
    color: #fff;
    transform: rotate(270deg);
    display: inline-block;
    position: absolute;
    bottom: 45px;
    right: -107px;
    width: 143px;
    padding: 7px 0;
}
.en .block-1_down_l_ttl div:last-child:after {
    content: '4 episodes';
}
.block-1_down_l_yt {
    display: flex;
    align-items: center;
}
.block-1_down_l_yt span {
    font-family: 'Bebas Neue';
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 0.03em;
    margin-left: 15px;
    margin-right: 23px;
}
.block-1_down_l_yt div {
    font-family: 'Bebas Neue';
    font-weight: 700;
    font-size: 58px;
    line-height: 58px;
    letter-spacing: 0.03em;
    color: #EF1D00;
}
.block-2 {
    text-align: center;
    margin-top: 120px;
    margin-bottom: 125px;
    background-image: url(img/01.png);
    background-repeat-y: no-repeat;
    background-position: center;
}
.block-2:after {
    content: '';
}
.block-2:before {
    content: '';
}
.block-2_video {
    width: 690px;
    height: 390px;
    margin: 0 auto;
    position: relative;
}
.block-2_video:before {
    content: '1 серия';
    font-family: 'Bebas Neue';
    font-weight: 400;
    font-size: 32px;
    line-height: 38px;
    text-align: center;
    letter-spacing: 0.03em;
    color: #fff;
    transform: rotate(-90deg);
    background-color: #000;
    padding: 10px 20px;
    position: absolute;
    left: -91px;
    top: 33px;
}
.en .block-2_video:before {
    content: '1 episode';
    left: -99px;
    top: 41px;
}
.block-2_video iframe {
    width: 100%;
    height: 100%;
}
.block-2_video img {
    width: 100%;
    height: 100%;
}
.block-25 {
    padding-bottom: 120px;
}
.block-25_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.block-25_top_r {
    margin-left: 80px;
}
.block-25_top_r_ttl {
    font-family: 'Bebas Neue';
    font-weight: 700;
    font-size: 48px;
    line-height: 48px;
    letter-spacing: 0.03em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 22px;
}
.block-25_top_r_ttl div span {
    color: #EF1D00;
    display: block;
}
.block-25_top_r_txt {
    font-weight: 400;
    font-size: 17px;
    line-height: 130%;
    font-family: 'ArialB';
}
.block-25_top_r_txt p span {
    background-color: #FFD753;
}
.block-25_down {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
.block-25_down img {
    filter: grayscale(1);
}
.block-25_down img:nth-child(4n+3) {
    filter: grayscale(0);
}
.block-3 {
    background: #212121;
    padding-top: 90px;
    margin: 60px 0;
    padding-bottom: 105px;
    position: relative;
}
.block-3:before {
    content: url(img/plenka.png);
    position: absolute;
    top: -60px;
    width: 100%;
    overflow: hidden;
}
.block-3:after {
    content: url(img/plenka.png);
    position: absolute;
    bottom: -60px;
    transform: rotate(180deg);
    width: 100%;
    overflow: hidden;
}
.block-3_after:after {
    content: url(img/bober.png);
    position: absolute;
    right: 0;
    top: 0;
}
.block-3 .block-title {
    font-family: 'Bebas Neue';
    font-weight: 700;
    font-size: 48px;
    line-height: 48px;
    letter-spacing: 0.03em;
    color: #fff;
    margin-bottom: 45px;
}
.block-3_bl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    z-index: 1;
    position: relative;
}
.block-3_bl_card {
    width: 558px;
    background-color: #2F2F2F;
    border-radius: 20px;
    padding: 43px 40px 45px 40px;
    box-sizing: border-box;
    color: #fff;
    margin-bottom: 20px;
}
.block-3_bl_card_ttl {
    font-family: 'Bebas Neue';
    font-weight: 400;
    font-size: 28px;
    line-height: 120%;
    letter-spacing: 0.03em;
    color: #FFD753;
    margin-bottom: 25px;
}
.block-3_bl_card_ttl span {
    color: #fff;
}
.block-3_bl_card ul {
    font-weight: 400;
    font-size: 16px;
    line-height: 180%;
    padding-left: 15px;
    margin: 0;
    min-height: 145px;
    list-style: none;
}
.block-3_bl_card ul li {
    position: relative;
}
.block-3_bl_card ul li:before {
    content: '';
    background-color: #FFD753;
    width: 5px;
    height: 5px;
    position: absolute;
    left: -13px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.block-3_bl_card_price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 35px;
}
.block-3_bl_card_price a {
    font-family: 'Bebas Neue';
    font-weight: 700;
    font-size: 22px;
    line-height: 22px;
    letter-spacing: 0.03em;
    background-color: #EF1D00;
    border-radius: 5px;
    padding: 19px 30px 17px 30px;
    cursor: pointer;
}
.block-3_bl_card_price a:hover {
    background-color: #B31500;
}
.block-3_bl_card_price span {
    font-family: 'Bebas Neue';
    font-weight: 400;
    font-size: 54px;
    line-height: 120%;
    letter-spacing: 0.03em;
}
.block-36_bl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 108px;
    padding-bottom: 47px;
}
.block-36_bl_r {
    margin-left: 55px;
}
.block-36_bl_r_ttl {
    font-family: 'Bebas Neue';
    font-weight: 700;
    font-size: 48px;
    line-height: 48px;
    letter-spacing: 0.03em;
}
.block-36_bl_r_desc {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 50px;
    padding-top: 18px;
}
.block-36_bl_r_desc div {
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: #555555;
}
.block-36_bl_r_desc span {
    font-family: 'Bebas Neue';
    font-weight: 700;
    font-size: 58px;
    line-height: 58px;
    letter-spacing: 0.03em;
    color: #000000;
    transform: rotate(4deg);
    background-color: #FFD753;
    padding: 12px 20px 7px 20px;
    margin-left: 23px;
}
.block-36_bl_r_block_bl {
    display: flex;
    align-items: flex-start;
    border-top: 1px solid #E1E1E1;
    padding-top: 30px;
    padding-bottom: 25px;
}
.block-36_bl_r_block_bl:last-child {
    border-bottom: 1px solid #E1E1E1;
}
.block-36_bl_r_block_bl div {
    font-family: 'Bebas Neue';
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0.03em;
    margin-left: 20px;
}
.block-36_bl_r_block_bl div span {
    font-family: 'Bebas Neue';
    font-weight: 700;
    font-size: 58px;
    line-height: 58px;
    letter-spacing: 0.03em;
    color: #EF1D00;
    display: block;
}
.block-37 {
    padding-bottom: 200px;
}
.block-37_block_bl_ttl {
    font-family: 'Bebas Neue';
    font-weight: 400;
    font-size: 26px;
    line-height: 31px;
    letter-spacing: 0.03em;
    margin-bottom: 30px;
}
.block-37_block_bl_img {
    display: flex;
    justify-content: space-between;
    text-align: center;
    padding-bottom: 50px;
}
.block-37_block_bl_img div a {
    display: flex;
    position: relative;
}
.block-37_block_bl_img div a:hover:before {
    content: '';
    background: rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    position: absolute;
    width: 100%;
    height: 100%;
}
.block-37_block_bl_img div a:hover:after {
    content: url(img/loop.svg);
    position: absolute;
    border: 2px solid rgba(255, 255, 255, 0.6);
    width: 77px;
    height: 76px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 0 0 3px;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
}
.block-37_block_bl_img div a img {
    border-radius: 20px;
    border: 1px solid #E1E1E1;
    max-width: 273px;
}
.block-37_block_bl_img div span {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #555555;
    margin-top: 15px;
    display: block;
}
.block-5 {
    background-color: #212121;
    position: relative;
    padding-top: 140px;
    padding-bottom: 80px;
}
.block-5 .block-title {
    margin-bottom: 45px;
}
.block-5:before {
    content: url(img/lenta.svg);
    position: absolute;
    top: -182px;
    display: flex;
    left: 0;
    right: 0;
    height: 265px;
    justify-content: center;
    overflow: hidden;
}
.block-5_bl {
    display: flex;
    z-index: 1;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}
.block-5_bl a {
    text-decoration: none;
    border: 1px solid #474747;
    border-radius: 30px;
    display: flex;
    width: 215px;
    height: 140px;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.block-5_bl a:hover {
    border: 1px solid #fff;
}
.block-6 {
    background-color: #212121;
    color: #fff;
    padding-top: 80px;
    padding-bottom: 135px;
}
.block-6 .block-title {
    margin-bottom: 45px;
}
.block-6_bl {
    display: flex;
    align-items: center;
}
.block-6_bl_l {
    width: 50%;
    padding-left: 43px;
    position: relative;
}
.block-6_bl_l:before {
    content: '';
    width: 5px;
    height: 84px;
    background: #DB3236;
    border-radius: 30px;
    position: absolute;
    left: 0;
}
.block-6_bl_l_tg img {
    vertical-align: middle;
}
.block-6_bl_l_tg {
    text-decoration: none;
    color: #fff;
}
.block-6_bl_l_tg:hover {
    color: #555;
}
.block-6_bl_l_tg span {
    font-weight: 400;
    font-size: 28px;
    line-height: 140%;
    margin-left: 15px;
    vertical-align: middle;
}
.block-6_bl_l_mail {
    font-weight: 400;
    font-size: 24px;
    line-height: 140%;
    color: #DB3236;
    display: block;
    margin-top: 5px;
    text-decoration: none;
}
.block-6_bl_r {
    width: 50%;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
}
.block-6_bl_r a {
    color: #F4C20D;
    text-decoration: none;
}
.pop-open {
    display: flex!important;
}
.pop-up {
    position: fixed;
    background: rgba(0, 0, 0, 0.85);
    height: 100%;
    width: 100%;
    z-index: 3;
    top: 0;
    left: 0;
    display: none;
    justify-content: center;
    align-items: center;
}
.pop-up_block {
    width: 476px;
    background-color: #fff;
    border-radius: 5px;
    padding: 60px 52px 55px 52px;
    box-sizing: border-box;
    position: relative;
}
.pop-up_block_close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    cursor: pointer;
}
.pop-up_block_close:before {
    content: '';
    background: #BBBBBB;
    transform: rotate(45deg);
    position: absolute;
    right: 0;
    top: 19px;
    width: 40.71px;
    height: 1.72px;
}
.pop-up_block_close:after {
    content: '';
    position: absolute;
    width: 40.71px;
    height: 1.72px;
    top: 19px;
    right: 0;
    background: #BBBBBB;
    transform: rotate(-45deg);
}
.pop-up_block_ttl {
    font-family: 'Bebas Neue';
    font-weight: 400;
    font-size: 45px;
    line-height: 54px;
    letter-spacing: 0.03em;
    color: #EF1D00;
}
.pop-up_block form input {
    display: block;
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #D3D3D3;
    border-left: 0;
    border-top: 0;
    padding-bottom: 10px;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #555555;
    margin-top: 41px;
    outline: none;
}
.pop-up_block form button {
    font-family: 'Inter';
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    width: 100%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #fff;
    outline: none;
    background-color: #EF1D00;
    border-radius: 5px;
    border: none;
    padding: 22px 0 26px 0;
    margin-top: 63px;
    cursor: pointer;
}
.pop-up_block form button:hover {
    background-color: #B31500;
}
.pop-up_block_info {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    text-align: center;
    color: #7D7D7D;
    margin-top: 23px;
}
.pop-up_block_info a {
    color: #7D7D7D;
}
.pop-up_block_info a:hover {
    text-decoration: none;
}
.block-result {
    display: none;
}
.pop-result {
    display: flex!important;
}
.pop-result .pop-up_block {
    display: none;
}
.pop-result .block-result {
    display: block;
}
.pop-up_block_result {
    padding-top: 40px;
    text-align: center;
    padding-bottom: 45px;
}
.pop-up_block_result div {
    font-family: 'Bebas Neue';
    font-weight: 400;
    font-size: 45px;
    line-height: 54px;
    letter-spacing: 0.03em;
    color: #EF1D00;
    margin-top: 60px;
    margin-bottom: 15px;
}
.pop-up_block_result span {
    font-weight: 400;
    font-size: 22px;
    line-height: 130%;
    color: #555555;
}
footer {
    background-color: #212121;
    color: #fff;
    padding-top: 47px;
    padding-bottom: 51px;
    border-top: 1px solid #464646;
}
footer .wrp {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.foot_l {
    width: 33%;
}
.foot_c {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    text-align: center;
    color: #5F5F5F;
    width: 33%;
}
.foot_c a {
    color: #5F5F5F;
    margin-top: 10px;
    display: block;
}
.foot_c a:hover {
    text-decoration: none;
}
.foot_r {
    width: 33%;
    text-align: right;
}
.foot_r a {
    text-decoration: none;
    margin-left: 25px;
}
.foot_r a:hover {
    filter: brightness(0.5);
}
@media screen and (max-width: 1140px) {
    .wrp {
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }
    .block-25_down {
        flex-wrap: wrap;
    }
    .block-25_down img {
        margin-bottom: 10px;
    }
    .block-3_bl_card {
        width: 49%;
    }
    .block-37_block_bl_img {
        flex-wrap: wrap;
    }
    .block-37_block_bl_img div {
        width: 50%;
        margin-bottom: 30px;
    }
    .block-37_block_bl_img div a {
        justify-content: center;
    }
}
@media screen and (max-width: 1000px) {
    .block-25_top {
        justify-content: center;
        flex-wrap: wrap;
    }
    .block-25_top_r {
        margin-left: 0;
        margin-top: 35px;
    }
    .block-25_down {
        justify-content: flex-start;
    }
    .block-25_down img {
        width: 9%;
        margin: 4px;
    }
    .block-36_bl {
        justify-content: center;
        padding-top: 65px;
        padding-bottom: 50px;
        flex-wrap: wrap;
    }
    .block-36_bl_r {
        margin-left: 0;
        margin-top: 55px;
    }
}
@media screen and (max-width: 770px) {
    header {
        background: #FFD753;
    }
    .head_left a img {
        width: 94px;
    }
    .head {
        flex-direction: column;
        padding: 20px 0;
        align-items: flex-start;
        position: relative;
    }
    .head_right_lang {
        margin-left: 0;
        position: absolute;
        right: 0;
        top: 20px;
    }
    .head_right_lang a {
        display: block;
        font-size: 18px;
        line-height: 22px;
        padding: 10px;
    }
    .head_right_menu a {
        padding: 10px;
        margin: 0;
    }
    .head_right {
        width: 100%;
    }
    .head_right_menu {
        display: flex;
        margin-top: 20px;
        justify-content: space-between;
        width: 100%;
    }
    .block-1:before {
        content: '';
        box-shadow: 40px 325px 42px #ffd753;
        position: absolute;
        width: 120%;
        left: -20%;
        top: -38%;
        z-index: 1;
        height: 470px;
        background: none;
    }
    .block-1:after {
        width: 100%;
        height: 100%;
        background-position: 39% 185px;
    }
    .block-1_down {
        padding-bottom: 180px;
        margin-top: 30px;
    }
    .block-1_down_l {
        width: 100%;
    }
    .block-1_down_l h1 {
        font-size: 27px;
        line-height: 27px;
    }
    .block-1_down_l_ttl {
        width: 300px;
        margin: 15px 0;
    }
    .block-1_down_l_ttl div {
        font-size: 78px;
        padding: 10px 14px 0 10px;
        display: table;
    }
    .block-1_down_l_ttl div:last-child:after {
        font-size: 19px;
        line-height: 23px;
        bottom: 27px;
        right: -65px;
        width: 88px;
        padding: 5px 0;
    }
    .block-1_down_l_yt {
        display: block;
        position: absolute;
        bottom: -115px;
        left: 0;
        right: 0;
        text-align: center;
    }
    .block-1_down_l_yt span {
        font-size: 18px;
        line-height: 22px;
        margin-left: 12px;
        margin-right: 0;
        display: inline-block;
        vertical-align: middle;
        text-align: left;
        color: #fff;
    }
    .block-1_down_l_yt img {
        vertical-align: middle;
        width: 56px;
    }
    .block-1_down_l_yt div {
        font-size: 40px;
        line-height: 40px;
        margin-top: 8px;
    }
    .block-2 {
        margin-top: 20px;
        padding-top: 50px;
        padding-bottom: 50px;
        margin-bottom: 30px;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .block-title {
        font-size: 38px;
        line-height: 46px;
        margin-bottom: 28px;
    }
    .block-2_video {
        width: 100%;
        height: auto;
    }
    .block-2_video iframe {
        width: 100%;
    }
    .block-2_video:before {
        font-size: 19px;
        line-height: 23px;
        transform: rotate(0deg);
        padding: 7px 12px;
        left: 0;
        top: -37px;
    }
    .block-25 {
        padding-bottom: 80px;
    }
    .block-25_top_l img {
        max-width: 490px;
        width: 100%;
    }
    .block-25_top_r_ttl {
        font-size: 32px;
        line-height: 32px;
        margin-bottom: 10px;
    }
    .block-25_top_r_ttl img {
        display: none;
    }
    .block-25_top_r_txt {
        font-size: 15px;
    }
    .block-25_top_r_txt p span {
        background: none;
    }
    .block-25_down {
        margin-top: 25px;
        display: block;
        text-align: center;
    }
    .block-25_down img {
        display: none;
        width: 53px;
        margin: 0;
    }
    .block-25_down img:nth-child(-n+5) {
        display: inline-block;
    }
    .block-3 {
        padding-bottom: 45px;
        padding-top: 70px;
    }
    .block-3_after:after {
        display: none;
    }
    .block-3 .block-title {
        font-size: 32px;
        line-height: 32px;
        margin-bottom: 30px;
    }
    .block-3_bl {
        flex-direction: column;
        align-items: center;
    }
    .block-3_bl_card {
        padding: 25px 30px;
        min-height: auto;
        max-width: 365px;
        width: 100%;
    }
    .block-3_bl_card_price {
        margin-top: 30px;
        flex-direction: column;
    }
    .block-3_bl_card_ttl {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .block-3_bl_card ul {
        font-size: 14px;
        min-height: 200px;
    }
    .block-3_bl_card ul li:before {
        top: 9px;
        bottom: auto;
    }
    .block-3_bl_card_price a {
        font-size: 18px;
        line-height: 18px;
        padding: 16px 46px;
    }
    .block-3_bl_card_price span {
        font-size: 32px;
        margin-top: 15px;
    }
    .block-36_bl_l img {
        max-width: 580px;
        width: 100%;
    }
    .block-36_bl_r {
        position: relative;
    }
    .block-36_bl_r_ttl {
        font-size: 32px;
        line-height: 32px;
        width: 155px;
    }
    .block-36_bl_r_desc {
        padding-bottom: 35px;
        padding-top: 15px;
    }
    .block-36_bl_r_desc span {
        margin-left: 0;
        position: absolute;
        right: 0;
        top: 0;
    }
    .block-36_bl_r_block_bl div {
        font-size: 18px;
    }
    .block-36_bl_r_block_bl div span {
        font-size: 48px;
        line-height: 48px;
    }
    .block-37 {
        padding-bottom: 107px;
    }
    .block-37_block_bl_ttl {
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 23px;
        text-align: center;
    }
    .block-37_block_bl_img {
        padding-bottom: 30px;
        flex-direction: column;
        align-items: center;
    }
    .block-37_block_bl_img div span {
        margin-top: 10px;
    }
    .block-5 {
        padding-top: 90px;
        padding-bottom: 40px;
    }
    .block-5 .block-title {
        margin-bottom: 30px;
    }
    .block-5_bl a {
        width: 140px;
        height: 95px;
        margin-bottom: 10px;
        padding: 14px 18px;
        box-sizing: border-box;
    }
    .block-5_bl a img {
        width: 100%;
    }
    .block-6 {
        padding-top: 40px;
        padding-bottom: 55px;
    }
    .block-6 .block-title {
        margin-bottom: 30px;
    }
    .block-6_bl {
        display: flex;
        flex-direction: column;
    }
    .block-6_bl_l {
        width: 100%;
        padding-left: 20px;
        box-sizing: border-box;
        margin-bottom: 25px;
    }
    .block-6_bl_l_tg span {
        font-size: 24px;
        margin-left: 13px;
    }
    .block-6_bl_l_tg img {
        width: 25px;
    }
    .block-6_bl_l_mail {
        font-size: 20px;
        margin-top: 0;
    }
    .block-6_bl_l:before {
        height: 65px;
    }
    .block-6_bl_r {
        width: 100%;
        font-size: 16px;
    }
    footer {
        padding-bottom: 45px;
    }
    footer .wrp {
        flex-direction: column;
    }
    .foot_l {
        width: 100%;
        text-align: center;
        margin-bottom: 33px;
    }
    .foot_c {
        font-size: 12px;
        width: 100%;
        margin-bottom: 30px;
    }
    .foot_c a {
        margin-top: 7px;
    }
    .foot_r {
        width: 100%;
        text-align: center;
    }
    .foot_r a {
        margin: 0 12.5px;
    }
}
@media screen and (max-width: 500px) {
    .pop-up {
        padding: 0 10px;
        box-sizing: border-box;
    }
    .pop-up_block {
        width: 100%;
        padding: 40px 25px;
    }
    .pop-up_block_ttl {
        font-size: 35px;
        line-height: 42px;
    }
    .pop-up_block form input {
        padding-bottom: 7px;
        font-size: 14px;
        margin-top: 35px;
    }
    .pop-up_block form button {
        font-size: 12px;
        line-height: 15px;
        padding: 20px 0;
        margin-top: 43px;
    }
    .pop-up_block_info {
        font-size: 10px;
    }
    .pop-up_block_close {
        top: 10px;
        right: 10px;
        width: 30px;
        height: 30px;
    }
    .pop-up_block_close:before,
    .pop-up_block_close:after {
        width: 27px;
        top: 10px;
        right: 0;
    }
    .pop-up_block_result img {
        width: 120px;
    }
    .pop-up_block_result {
        padding-top: 75px;
        padding-bottom: 65px;
    }
    .block-result {
        padding: 0 30px;
    }
    .pop-up_block_result div {
        font-size: 35px;
        line-height: 42px;
        margin-top: 50px;
        margin-bottom: 10px;
    }
    .pop-up_block_result span {
        font-size: 18px;
    }
    .block-2_video iframe {
        height: 65%;
    }
    .block-5:before {
        content: '';
        background-image: url(img/lenta.svg);
        background-repeat: no-repeat;
        background-size: 304%;
        background-position: center;
        height: 160px;
        top: -95px;
    }
    .block-5_bl {
        justify-content: space-around;
    }
}
@media screen and (max-width: 430px) {
    .block-1_down {
        padding-bottom: 210px;
    }
    .block-3_bl {
        width: 100%;
    }
    .block-3_bl_card {
        width: 100%;
    }
    .block-1:after {
        background-position: 23% 105%;
        background-size: 170%;
    }
}
@media screen and (max-width: 350px) {
    .block-2_video iframe {
        height: 170px;
    }
}

