@import "lib.css" screen;


.__form .mng-timer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-size: 1.5em;
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
    gap: 8px;
}
.__form .timer-block {
    width: 100px;
    height: 100px;
    border-radius: 6px;
    background-image: linear-gradient(186deg, #eeeeee, #eeeeee 49%, #eeeeee 103%);
    background-position: 50% 0, 50%;
    background-repeat: repeat-x, no-repeat;
    background-size: 60px, cover;
    border: none;
    box-shadow: 3px 2px 18px 0 #02345e inset, 1px 1px 2px 1px #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #00335c;
    padding: 10px;
}
.__form .num {
    font-size: 50px;
    padding-top: 0;
    line-height: 1.2;
}
.__form .timer-label {
    font-size: 16px;
    line-height: 1.2;
}

/*========--footer--========*/

.footer{
    position: relative;
    padding: 2%;
    background-color: #0a0917;
    background-image: url(../images/123.png);
    background-position: 0px 0px;
    background-size: 40px;
    background-repeat: no-repeat;
}
[data-metrika]{
    width:88px;
    height:31px;
    border:0;
    position:absolute;
    left:0;
    bottom:0;
}
.footer__item{
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 220px;
}
.footer__item-text{
    color: #bec3c7;
    font-size: 12px;
    line-height: 16px;
}
.footer__info{
    color: #bec3c7;
}
.footer__info:hover,
#activator1_:hover,
#activator2_:hover,
#activator3_:hover{
    text-decoration: underline;
    font-family: akrobat-bold;
}
.footer__item-img{
    display: block;
    width: 46px;
    margin-right: 4px;
    transition: .2s;
}
.footer__item-img img{
    max-width: 100%;
}
.footer__item-img:hover{
    opacity: .8;
    transform: scale(.9);
}
.footer__last-item{
    display: flex;
    justify-content: center;
    align-items: center;
}
@media(max-width: 1025px){
    .footer__item-text {font-size: 12px;}
    .footer {background-size: 27px;}
}
@media(max-width: 1000px){
    .footer__last-item{justify-content: space-evenly;max-width: 500px;}
    .footer__item-text{text-align: center;}
    .footer__item-img {width: 38px;}
}
@media(max-width: 801px){
    .footer__last-item{margin-top: 10px;}
}

/*========--igreement--========*/

.b_btn{
    margin-top: 40px;
    min-width: 195px;
    width: 100%;
    max-width: 400px;
    height: 60px;
    background-image: linear-gradient(180deg, #7c062a, #d30505);
    font-size: 22px;
    color: white;
    padding: 9px 15px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}
.b_btn:hover{
    background-image: linear-gradient(180deg, #d30505, #7c062a);
}
.bill_form{
    width: 800px;
    margin: 25px auto 0 auto;
}
.popup_activator_{
    text-align: center;
    display: inline-block;
    font-size: 10px;
    color:#015f70;
    padding: 10px;
    font-family: akrobat-regular;
}
.popup-cart{
    position:fixed;
    top:2%;
    left:0;
    right:0;
    margin: auto;
    display: none;
    background-color:#ffffff;
    width: 80%;
    height: 80%;
    border: 13px solid #0776a1;
    z-index:200;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -moz-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -ms-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -o-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
}
.button_place{
    background: #efefef url('../image/noise.png') repeat 0 0;
}
.video-cart {
    font-family: akrobat-regular;
    width: 100%;
    position: relative;
    padding-bottom: 0px;
    margin-left:5px;
    height: 100%;
    overflow:auto;
}
.video-cart p{
    padding: 0 20px 0 20px;
    font-size: 18px;
    line-height: 1.4em;
}
.video-cart iframe,
.video-cart object,
.video-cart embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.overlay_1, .overlay_2, .overlay_3{
    background: rgba(0, 0, 0, .7);
    position:fixed;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
    z-index: 2001;
}
.close-cart {
    position: absolute;
    padding: 2px;
    top: 7px;
    right: 1px;
    width: 30px;
    height: 30px;
    border: 3px solid #ccc;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background: url(../images/43.png) -5px -5px/150% no-repeat;
    background-color: rgba(61, 61, 61, 0.8);
    -webkit-box-shadow: 0px 0px 10px #000;
    -moz-box-shadow: 0px 0px 10px #000;
    box-shadow: 0px 0px 10px #000;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    line-height: 20px;
    -webkit-transition: background-color ease .7s;
    -moz-transition:  background-color ease .7s;
    -ms-transition:  background-color ease .7s;
    -o-transition:  background-color ease .7s;
    transition: background-color ease .7s;
}
.inner-otz{
    max-width: 940px;
    margin: 0 auto;
}
.button {
    position: relative;
    display: inline-block;margin: 12px;
    padding: 0 20px;
    height: 36px;
    border: 1px solid;
    border-radius: 3px;
    background-clip: padding-box;
    -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), inset 0 0 0 1px rgba(255, 255, 255, 0.08), 0 1px 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), inset 0 0 0 1px rgba(255, 255, 255, 0.08), 0 1px 2px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), inset 0 0 0 1px rgba(255, 255, 255, 0.08), 0 1px 2px rgba(0, 0, 0, 0.25);
    color: white;
    vertical-align: top;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.4);
    font-size: 14px;
    line-height: 35px;
    cursor: pointer;
}
.rounded-button{border-radius: 18px; }
.circular-button {
    padding: 0;
    width: 36px;
    border-radius: 65px 65px 65px 65px;
}
.button:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: -webkit-radial-gradient(center top, farthest-corner, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
    background-image: -moz-radial-gradient(center top, farthest-corner, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
    background-image: -o-radial-gradient(center top, farthest-corner, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
    background-image: radial-gradient(center top, farthest-corner, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
    content: '';
    pointer-events: none;
}
.button:hover:before {
    background-image: -webkit-radial-gradient(farthest-corner, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.03));
    background-image: -moz-radial-gradient(farthest-corner, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.03));
    background-image: -o-radial-gradient(farthest-corner, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.03));
    background-image: radial-gradient(farthest-corner, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.03));
}
.button:active {
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
}
.button:active:before {
    content: none;
}
.button-blue {
    border-color: #0d78b6 #0d78b6 #0b689e;
    background: #1097e6;
    background-image: -webkit-linear-gradient(top, #25a5f0, #1097e6 66%, #0f8ad3);
    background-image: -moz-linear-gradient(top, #25a5f0, #1097e6 66%, #0f8ad3);
    background-image: -o-linear-gradient(top, #25a5f0, #1097e6 66%, #0f8ad3);
    background-image: linear-gradient(to bottom, #25a5f0, #1097e6 66%, #0f8ad3);
}
.button-blue:active {
    border-color: #0b689e #0d78b6 #0d78b6;
    background: #1097e6;
}
.div-cart{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.div-cart a, .div-cart button{min-width: 173px;}

.close-cart{transition: .3s;}
.close-cart:hover{
    transform: scale(.8);
}

@media(max-width: 685px){
    .popup-cart {width: 98%;}
    .div-cart{justify-content: center;}
}

[href="http://marta-ng.com/"],
[href="mailto:info@marta-ng.com"],
[href="tel:+7 (913)-912-91-90"],
[href="tel:+79139129190"]{
    color: #000
}
[href="tel:+79139129190"]:hover,
[href="tel:+7 (913)-912-91-90"]:hover,
[href="mailto:info@marta-ng.com"]:hover,
[href="http://marta-ng.com/"]:hover{
    text-decoration: underline;
}
.popup_activator_{
    transition: .3s;
}
.popup_activator_:hover{
    transform: scale(1.4) translateY(-6px);
    font-weight: 900;
}

@media(max-width: 500px){
    .close-cart {top: 1px;}
    .video-cart {margin-left: 0px;}
    .popup-cart{border: 6px solid #0776a1;}
    .video-cart p {padding: 0 10px 0 10px;font-size: 16px;}
    [style="color:red; text-align:center;"]{font-size: 26px;}
}



/*========--header--========*/

header{
    min-height: 700px;
    background-position: 78% 0,50% 50%;
    padding: 3% 3% 0;
    background-image: url(../images/ggg.png),url(../images/fon.png);
    background-size: contain,cover;
    background-repeat: no-repeat,no-repeat;
}
.inner-header{
    width: 100%;
    max-width: 1030px;
    margin-right: auto;
    margin-left: auto;
}
.heading-64, .heading-65 {
    font-family: Oswald,sans-serif;
}
.heading-64 {
    font-size: 49px;
    line-height: 1em;
    margin-bottom: 10px;
    font-weight: 700;
}
.ii-header{
    padding-top: 5%;
    padding-right: 1%;
    max-width: 618px;
}
.stalkingimg{
    max-width: 96%;
}
.text-block-641 {
    margin-bottom: 2%;
    font-size: 52px;
    line-height: 1em;
    text-transform: uppercase;
}
.ikonkaimg{
    position: relative;
    max-width: 100%;
    left: -68px;
    margin-bottom: 3%;
}
.btn{
    max-width: 200px;
    background-color: transparent;
    background-image: url(../images/kak_eto_rabotaet.png);
    color: transparent;
    line-height: 2em;
    cursor: pointer;
    width: 100%;
    display: inline-block;
    padding: 9px 15px;
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}
.btn:hover{
    background-image: url(../images/kak_eto_rabotaet2.png);
}
.img-header{
    flex: 1;
    max-width: 391px;
    min-width: 200px;
    min-height: 663px;
    background-image: url(../images/marta.png);
    background-position: 100% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
}
.provodnikimg{
    position: absolute;
    left: auto;
    top: auto;
    right: 0;
    bottom: 0;
    max-width: 400px;
    margin-right: 134px;
}
@media(max-width: 1025px){
    .ikonkaimg {left: 0px;}
}
@media(max-width: 801px){
    .ii-header {max-width: 400px;}
    .heading-64 {font-size: 32px;}
    .text-block-641 {font-size: 33px;}
    .img-header {min-height: 520px;}
    .provodnikimg {max-width: 330px;margin-right: 87px;}
    header {min-height: 568px;}
}
@media(max-width: 700px){
    .img-header {min-height: 375px;}
    .ii-header {max-width: 375px;}
    .heading-64 {font-size: 25px;}
    .stalkingimg {max-width: 85%;}
    .text-block-641 {font-size: 27px;}
    .btn {max-width: 160px;}
    .provodnikimg {max-width: 267px;margin-right: 73px;}
    header {min-height: 410px;}
}
@media(max-width: 500px){
    .img-header{display: none;}
    header {min-height: 337px;}
    .stalkingimg {max-width: 96%;}
}

/*зззззззззззззззззззззззззззззззззззззззззззззззззззззззззззззззззззззззз*/

/*desc*/

.desc{
    padding: 5%;
}
.grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    grid-column-gap: 16px;
    grid-auto-columns: 1fr;
    grid-row-gap: 16px;
    margin-bottom: 2%;
}
.g1{
    grid-row: 1/3;
    grid-column: 1/2;
}
.g2{
    grid-row: 1/3;
    grid-column: 2/3;
}
.heading-65 {
    margin-bottom: 8%;
    color: #ff9106;
    font-size: 44px;
    line-height: 1em;
    font-weight: 400;
    text-align: left;
    font-family: Oswald,sans-serif;
}
.heading-66, .text-span-84 {
    color: #182022;
    text-transform: uppercase;
}
.text-block-642 {
    line-height: 1.4em;
    font-size: 18px;
}
.i1{
    background-image: url(../images/634.png);
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}
.g3{
    grid-row: 1/3;
    grid-column: 1/2;
}
.g4{
    grid-row: 1/3;
    grid-column: 2/3;
}
.text-span-83 {
    font-size: 24px;
    font-weight: 600;
}
.i2{
    background-image: url(../images/769.png);
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}
.i3{
    background-image: url(../images/din.png),url(../images/524.png);
    background-position: 50% 50%,50% 50%;
    background-size: contain,contain;
    background-repeat: no-repeat,no-repeat;
}
@media(max-width: 700px){
    .heading-65{font-size: 38px;}
}
@media(max-width: 500px){
    .heading-65{font-size: 22px;}
    .i1, .i2, .i3{display: none;}
    .grid{
        grid-template-columns: 1fr;
        grid-template-rows: auto auto;
        margin-bottom: 20px;
    }
    .text-block-642 {font-size: 16px;}
    .g3, .g4{
        grid-column: 1/3;
    }
}

/*paket*/

.paket{
    padding: 3%;
    background-color: #ff9106;
    background-image: url(../images/524.png),url(../images/524.png);
    background-position: 0 50%,100% 50%;
    background-size: auto,auto;
    background-repeat: no-repeat,no-repeat;
}
.heading-66 {
    font-family: Oswald,sans-serif;
    font-size: 44px;
    line-height: 1.2em;
    font-weight: 400;
    text-align: center;
    margin-bottom: 3%;
}
.paket-container{
    margin-bottom: 3%;
    background-color: #182022;
    padding: 3%;
    border-radius: 10px;
}
.text-block-643 {
    margin-bottom: 2%;
    color: #fff;
    font-size: 36px;
    line-height: 1.1em;
    text-align: center;
}
.div-block-219 {
    height: 3px;
    background-color: #ff9106;
}
.akar_item{
    width: 100%;
    border-bottom: 1px dashed #ff9106;
}
.akardeon-top{
    display: flex;
    justify-content: space-between;
    padding: 20px;
    cursor: pointer;
}
.akardeon-top:hover{
    background-color: #21292b;
}
.akar_title{
    color: #fff;
    font-size: 24px;
    line-height: 1em;
}
.akar_img img{
    width: 13px;
    height: 9px;
}
.akardeon-down{
    background: #fff;
    padding: 2%;
}
.dob{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}
.akardeon_down_content{
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 300px;
}
.akardeon_down_img{
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 140px;
    max-width: 144px;
}
.akardeon_down_img img{
    max-width: 100%;
}
.paragraph-3 {
    font-size: 18px;
    line-height: 1.4em;
    margin-bottom: 3%;
}
blockquote, figure {
    margin: 0 0 10px;
}
blockquote {
    padding: 10px 20px;
    border-left: 5px solid #E2E2E2;
    font-size: 18px;
    line-height: 22px;
}
.block-quote-12 {
    border-left-color: #ff9106;
    font-size: 16px;
}
.list-36, .text-block-645 {
    color: #ff9106;
    list-style: decimal;
}
.text-block-646 {
    padding-bottom: 1%;
    color: #182022;
}
.text-span-85, .text-span-86, .text-span-87, .text-span-90 {
    font-size: 24px;
}
.a-btn{
    max-width: 350px;
    padding-left: 35px;
    background-color: #cc0034;
    background-image: url(../images/345.png);
    background-position: 0 50%;
    background-size: 60px;
    background-repeat: no-repeat;
    box-shadow: 3px 3px 0 0 #460202;
    color: #ecf0f1;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 2em;
    text-align: center;
    width: 100%;
    display: block;
    margin-right: auto;
    margin-left: auto;
    border-radius: 10px;
    padding: 9px 15px;
}
.a-btn:hover{
    background-color: #ff0040;
    box-shadow: none;
}
@media(max-width: 1025px){
    .paragraph-3 br:not(.br){display: none;}
}
@media(max-width: 801px){
    .heading-66 {font-size: 38px;}
}
@media(max-width: 700px){
    .heading-66 {font-size: 28px;}
    .text-block-643 {font-size: 30px;}
    .akar_title {font-size: 20px;}
}
@media(max-width: 500px){
    .heading-66 {font-size: 26px;}
    .akar_title {font-size: 15px;}
}

/*meditacii*/

.meditacii{
    padding: 5%;
    background-color: #fff;
}
.grid2{
    display: grid;
    grid-row-gap: 30px;
    grid-template-columns: .75fr 1fr .75fr;
    grid-template-rows: auto auto auto;
}
.gg1{
    grid-column: 1/2;
    grid-row: 1/2;
}
.gg2{
    grid-column: 2/3;
    grid-row: 1/4;
}
.gg3{
    grid-column: 3/4;
    grid-row: 1/2;
}
.gg4{
    grid-column: 1/2;
    grid-row: 2/3;
}
.gg5{
    grid-column: 3/4;
    grid-row: 2/3;
}
.gg6{
    grid-column: 1/2;
    grid-row: 3/4;
}
.gg7{
    grid-column: 3/4;
    grid-row: 3/4;
}
.text-block-647 {
    line-height: 1.4em;
    font-size: 18px;
}
.shadow{
    padding-right: 3%;
    padding-top: 3%;
    padding-left: 3%;
    border-style: none;
    border-width: 1px;
    border-color: #ff9106;
    background-color: #fff;
    box-shadow: 3px 3px 6px 0 rgba(255,145,6,.45);
    border-radius: 10px;
}
.g_img{
    max-width: 100%;
}
@media(max-width: 1025px){
    .gg3{
        display: flex;
        justify-content: center;
        flex-direction: column;}
}
@media(max-width: 700px){
    .text-block-647{font-size: 16px;}
}
@media(max-width: 500px){
    .gg2{display: none;}
    .grid2{
        grid-row-gap: 20px;
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto auto auto auto;}
    .gg1{
        grid-column: 1/2;
        grid-row: 1/2;}
    .gg3{
        grid-column: 1/2;
        grid-row: 2/3;}
    .gg4{
        grid-column: 1/2;
        grid-row: 3/4;}
    .gg5{
        grid-column: 1/2;
        grid-row: 4/5;}
    .gg6{
        grid-column: 1/2;
        grid-row: 5/6;}
    .gg7{
        grid-column: 1/2;
        grid-row: 7/8;}
}

/*warik*/

.warik{
    padding: 5%;
    background-color: #ff9106;
    background-position: 50% 50%;
    background-size: contain;
    background-image: url(../images/524.png);
}
.warik_item{
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 200px;
    max-width: 320px;
}
.inner_warik_item{
    padding-bottom: 10%;
    background-color: #fff;
    box-shadow: 3px 3px 7px 0 rgba(0,0,0,.35);
    border-radius: 0 0 10px 10px;
}
.warik_title{
    min-height: 270px;
    margin-bottom: 11%;
    background-color: #182022;
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}
.warik_title.t1{
    background-image: url(../images/part1.png);}
.warik_title.t2{
    background-image: url(../images/part2.png);}
.warik_title.t3{
    background-image: url(../images/partfull.png);position: relative;}
.text-block-649 {
    margin-bottom: 10%;
    font-family: Oswald,sans-serif;
    font-size: 44px;
    line-height: 1em;
    text-align: center;
}
.list-37 {
    margin-bottom: -2px;
    margin-left: 3%;
    padding-left: 40px;
    color: #ff9106;
    font-size: 30px;
    list-style-type: square;
}
.text-block-648 {
    padding-bottom: 5%;
    color: #182022;
    font-size: 20px;
    line-height: 1.2em;
}
.text-block-650 {
    margin-bottom: 3%;
    color: #182022;
    font-size: 30px;
    text-decoration: line-through;
}
.text-block-651 {
    margin-bottom: 5%;
    color: #0057a4;
    font-size: 40px;
    text-shadow: none;
}
.text-block-650, .text-block-651 {
    line-height: 1.2em;
    text-align: center;
}
.warik_btn{
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    background-color: #d00024;
    box-shadow: 2px 2px 0 0 #3c0107;
    line-height: 2em;
    text-align: center;
    letter-spacing: 5px;
    border-radius: 10px;
    padding: 9px 15px;
    color: #fff;
}
.warik_btn:hover{
    background-color: #ff0040;
    box-shadow: none;
}
.hitimg{
    left: -8px;
    top: -8px;
    position: absolute;
}
.text-block-658 {
    font-size: 30px;
    line-height: 1.2em;
    text-align: center;
    margin-bottom: 3%;
}
@media(max-width: 500px){
    .warik_item{margin-bottom: 20px;}
    .text-block-658 {font-size: 21px;}
}

/*kak*/

.kak{
    padding: 5%;
    background-color: #fff;
}
.kak_content{
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 300px;
}
.kak_img{
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 200px;
}
.kak_img img{
    max-width: 100%;
}
@media(max-width: 801px){
    .heading-65 {font-size: 38px;}
    .kak_img{display: none;}
    .text-block-642 br:not(.br){display: none;}
}
@media(max-width: 500px){
    .heading-65 {font-size: 26px;}
}

/*author*/

.author{
    background-position: 80% 50%;
    padding: 5%;
    background-color: #fff;
    background-image: url(../images/987.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.inner_author{
    max-width: 592px;
}
.text-block-652, .text-block-653 {
    line-height: 1.4em;
}
.text-block-652 {
    font-size: 18px;
}
.author_img{
    display: none;
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 300px;
}
.author_img img{
    max-width: 100%;
}
.author_content{
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 300px;
}
@media(max-width: 1376px){
    .author {background-position: 95% 50%;}
}
@media(max-width: 1281px){
    .author {background-position: 100% 50%;}
}
@media(max-width: 1025px){
    .author {background-position: 124% 50%;}
}
@media(max-width: 801px){
    .author {background: #fff;}
    .author_img{display: block;min-width: 100%;}
    .author_content{min-width: 100%;}
    .inner_author{max-width: 100%;}
    .author_img img{display: block;
                    margin-right: auto;
                    margin-left: auto;}
    .text-block-652{font-size: 16px;}
    .a-btn {max-width: 280px;font-size: 18px;}
}

/*vopros*/

.vopros{
    position: relative;
    padding-bottom: 12%;
    background-image: url(../images/524.png);
    background-position: 50% 100%;
    background-repeat: repeat-x;
    background-size: contain;
    padding: 3%;
    background-color: #f8f8f8;
    padding-bottom: 12%;
}
.akardeon_down_author_content{
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 300px;
    margin-top: 2%;
    margin-bottom: 2%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.akardeon_down_author_img{
    max-width: 360px;
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 200px;
}
.akardeon_down_author_img img{
    max-width: 100%;
}
.dobfon{
    background-position: 100% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../images/524.png);
}
.heading-63 {
    margin-bottom: 1%;
    color: #000;
    font-size: 30px;
    line-height: 1.2em;
    font-weight: 600;
    text-align: left;
    letter-spacing: 0;
    text-transform: uppercase;
}
.bold-text-300 {
    color: #ff9106;
}
.heading-63._45 {
    margin-bottom: 5%;
    text-align: left;
}
.unordered-list-8 {
    margin-top: 0;
    margin-left: 0;
    color: #ff9106;
    font-size: 30px;
    list-style-type: square;
}
.text-block-616 {
    color: #000;
    font-size: 16px;
    font-weight: 400;
}
.text-block-600 {
    font-size: 20px;
    line-height: 1.4em;
}
.bold-text-338 {
    color: #ff9106;
    font-size: 24px;
}
.tel{color:#000;}
.tel:hover{text-decoration: underline;}
.gar{
    cursor: pointer;
    text-decoration: underline;
    color: blue;
}
.gar:hover{color: red;}
@media(max-width: 500px){
    .heading-63 {font-size: 22px;}
    .bold-text-338 {font-size: 21px;}
    .text-block-600 {font-size: 18px;}
}

/*----------------garant--------------*/

.win1 .modalWindow-inner{
    padding: 2% 3% 5% 5%;
    background: url(../images/qqqqq.png) 50% 50%/100% 100% no-repeat;
}
.win1 .modalWindow-close {
    position: absolute;
    top: 10px;
    right: -33px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: .3s;
}
.text-block-21{
    margin-bottom: 16px;
    color: #a30302;
    font-size: 44px;
    line-height: 1.4em;
    text-align: center;
}
.block_1{
    flex: 1;
    min-width: 300px;
    padding-left: 10px;
    padding-right: 10px;
}
.block_2{
    flex: 1;
    min-width: 300px;
    padding-left: 10px;
    padding-right: 10px;
}
.text-block-22{
    margin-bottom: 2%;
    font-size: 24px;
    font-weight: 400;
}
.text-block-23{
    line-height: 1.3em;
    font-size: 16px;
}
.last_btn{
    max-width: 350px;
    background-color: #d00024;
    box-shadow: 3px 3px 0 0 #5c020b;
    color: #fff;
    font-size: 24px;
    line-height: 2em;
    letter-spacing: 6px;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding: 9px 15px;
    border-radius: 10px;
}
.last_btn:hover{
    box-shadow: none;
}
@media(max-width: 960px){
    .win1 .modalWindow-close {right: 10px;}
}
@media(max-width: 650px){
    .text-block-21 {margin-bottom: 7px; font-size: 32px;}
    .win1 .modalWindow-inner {padding: 7% 3% 12% 5%;}
    .__form .timer-block {
        width: 70px;
        height: 70px;}
    .__form .num {
        font-size: 32px;
        line-height: 1.1;}
    .__form .timer-label {
        font-size: 14px;
        line-height: 1.2;}
}

@media(max-width: 500px){
    .warik_item{min-width: 100%;}
    .text-block-649 {font-size: 33px;margin-bottom: 4%;}
    .last_btn{
        font-size: 22px;
        padding: 7px;
        line-height: 1.6;}
    .author_img img{
        display: block;
        max-width: 70%;
        margin-right: auto;
        margin-left: auto;}
    .text-block-648 {padding-bottom: 1%;}
    .list-37{margin-bottom: 14px;}
    .warik{
        padding-left: 2%;
        padding-right: 2%;}
}




















