@import "lib.css" screen;

/*========--footer--========*/

.footer{
    position: relative;
    padding: 2%;
    background-color: #00717e;
    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;}
}

/*========--aside--========*/

aside{
    border-left: 1px none #fff;
    background-color: #00717e;
}

.logo_link{
    display: block;
    margin-top: 10vh;
    margin-bottom: 7vh;
}
.brand-text {
    text-align: center;
    display: block;
    margin-top: 4vh !important;
    margin-bottom: 0vh;
    color: #fff;
    font-size: 26px;
    line-height: 1.4em;
    font-weight: 400;
    letter-spacing: 1px;
    transition: .3s;
    padding: .4vh 1vw 1.2vh 1vw;
}
.brand-text:hover{
    text-decoration: underline;
}
.text-block-578 {
    padding-left: 20px;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}
.menu_btn{
    width: 100%;
    display: block;
    padding: 1.2vh 0px 1.2vh 1.6vw;
    font-size: 14px;
    transition: .2s;
    color: #fff;
    border-bottom: 1px solid transparent;
}
.star span{
    color: #ffc873;
}
.menu_btn:hover, .active_{
    border-bottom: 1px solid #fff;
}
.zakaz{
    background-color: #ffba2a;
    padding: 1.5vh 0px 1.5vh 1.6vw;
    color: #0a0917;
}
.zakaz:hover{
    background-color: #ff9500;
}
.text-block-200 {
    margin-bottom: 1%;
    font-size: 18px;
    line-height: 1.4em;
    text-align: left;
}
.menu_btn:active {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.84);
}
@media(max-width: 801px){
    .brand-text {margin-top: 5px !important;}
}
@media(max-width: 416px){
    .brand-text {margin-top: 8px !important;}
    .brand-text {font-size: 22px;}
}

/*========--header--========*/

header{
    display: none;
    height: 70px;
    background: #00717e;
    position: relative;
    perspective: 1100px;
    box-shadow: 1px -1px 2px #fff;
    z-index: 3;
}
.header_nav {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    background: #49647b;
    top: 50px;
    transition: .4s;
    backface-visibility: hidden;
    transform-origin: center top;
    transform: rotateX(-90deg);
}
.switch{
    position: absolute;
    height: 50px;
    width: 50px;
    right: 0;
    top: 0px;
    cursor: pointer;
    background: url(../images/2menu.png) center center/40% no-repeat;
}
.logo_link{
    left: 12px;
    top: 0;
    margin-top: 5px;
    margin-bottom: 0;
}
.top{
    transform: rotateX(0deg);
}
.bgr{
    background: url(../images/3menu.png) center center/40% no-repeat;
}
@media(max-width: 1025px){
    .menu_btn {padding: 11px 0px 11px 8%;}
    aside {width: 25%;}
    main {width: 75%;}
}
@media(max-width: 801px){
    aside{display: none;}
    header{display: block;}
    main{width: 100%;}
    .brand-text{padding: 0 0 0 15px;}
    .header_nav {top: -13px;}
}
@media(max-width: 500px){
    .header_nav {top: -9px;}
}

/*зззззззззззззззззззззззззззззззззззззззззззззззззззззззззззззззззззззззз*/

/*========--first--========*/

.first{
    min-height: 700px;
    padding-top: 5%;
    background-image: url(../images/575.png);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.first_content{
    flex: 1;
    min-width: 300px;
}
.first_img{
    position: relative;
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 200px;
    max-width: 400px;
}
.text-block-577 {
    margin-bottom: 15px;
    color: #fff;
    font-size: 76px;
    line-height: 1.2em;
}
.mif{
    display: inline-block;
    max-width: 533px;
    width: 100%;
}
.mif-mobile{
    display: none;
}
.img_{
    position: absolute;
    width: 125px;
    height: 125px;
    left: calc(57% - 75px);
    top: calc(51% - 75px);
    cursor: pointer;
    transition: .3s;
}
.img_:hover{
    transform: scale(.98);
}
@media(max-width: 1980px){
    .img_{
        left: calc(50% - 75px);
        top: calc(60% - 75px);}
}
@media(max-width: 1380px){
    .text-block-577 {font-size: 66px;}
    .first {min-height: 611px;}
    .img_ {
        width: 115px;
        height: 115px;
        left: calc(43% - 75px);
        top: calc(60% - 75px);}
}
@media(max-width: 1281px){
    .first {min-height: 560px;}
    .img_ {
        width: 115px;
        height: 115px;
        left: calc(38% - 75px);
        top: calc(53% - 75px);}
}
@media(max-width: 1025px){
    .first{padding: 4%;}
    .img_ {
        width: 100px;
        height: 100px;
        left: calc(62% - 50px);
        top: calc(62% - 50px);}
}
@media(max-width: 700px){
    .first {min-height: 300px;}
    .text-block-577 {font-size: 32px;}
    .mif {width: 90%;}
    .img_ {width: 60px;
           height: 60px;
           left: 28%;
           top: 41%;}
}
@media(max-width: 500px){
    .mif{display: none;}
    .mif-mobile{
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 85%;}
    .text-block-577{text-align: center;font-size: 36px;}
    .first {background-position: 0% 50%;}
    .first_img{
        max-width: 95%;
        border: 10px solid #ffba2a;
        border-radius: 10px;
        height: 180px;
        background-image: url(../images/575.png);
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;}
    .img_ {
        width: 82px;
        height: 82px;
        left: calc(50% - 41px);
        top: calc(50% - 41px);}
}

/*========--win1--========*/

.win1 .modalWindow-inner{
    padding: 0 1%;
}
.win1_content{
    flex: 1;
    min-width: 300px;
}
.win1_img{
    flex: 1;
    padding-left: 10px;
    min-width: 300px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.win1_img img{
    max-width: 90%;
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.win1_inner_content{
    padding: 9% 4% 8%;
    border-style: solid;
    border-width: 1px;
    border-color: #ffba2a;
    box-shadow: 15px 14px 0 0 #ffba2a;
}
.list-32 {
    color: #00717e;
    font-size: 24px;
    font-weight: 900;
    list-style-type: decimal;
}
.text-block-584 {
    margin-bottom: 2%;
    line-height: 1.4em;
    font-size: 18px;
}
.text-block-585 {
    padding-bottom: 2%;
    color: #0a0917;
    font-size: 18px;
    font-weight: 200;
}
.text-field-6{
    min-height: 50px;
    border-radius: 20px;
    font-size: 18px;
    box-shadow: inset 1px 1px 3px 0 rgba(0,0,0,.51);
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 10px;
    line-height: 1.42857143;
    color: #333;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    outline: none;
}
.submit-button-5 {
    display: block;
    width: 100%;
    background-color: #d00024;
    box-shadow: 2px 2px 0 0 #550202;
    font-size: 22px;
    line-height: 2em;
    letter-spacing: 5px;
    cursor: pointer;
    border: none;
    outline: none;
    margin-right: auto;
    margin-left: auto;
    border-radius: 20px;
    text-transform: uppercase;
    padding: 9px 15px;
    color: #fff;
}
.submit-button-5:hover{
    box-shadow: none;
}
@media(max-width: 1281px){
    .win1_inner_content {padding: 5% 4% 7%;box-shadow: 10px 10px 0 0 #ffba2a;}
}
@media(max-width: 801px){
    .win1_inner_content {box-shadow: 5px 5px 0 0 #ffba2a;}
    .win1_img {padding-right: 10px;max-width: 300px;}
}
@media(max-width: 700px){
    .text-block-584 br:not(.br){display: none;}
    .text-block-584, .text-block-585{font-size: 15px;}
}
@media(max-width: 500px){
    .list-32 {font-size: 20px;}
    .win1_img{display: none;}
    .win1_inner_content {padding: 9% 4% 7%;}
    .text-block-584{max-width: 92%;}
}

/*========--container--========*/

.container{
    padding: 3%;
}
.heading-68 {
    font-size: 72px;
    color: #00717e;
    line-height: 1.2em;
    text-align: center;
    text-shadow: 2px 1px 1px #012f35;
}
.text-block-579 {
    margin-bottom: 2%;
    font-size: 36px;
    line-height: 1.2em;
    text-align: center;
}
.div-block-175 {
    width: 100%;
    height: 3px;
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
    margin-bottom: 3%;
    background-color: #ffba2a;
    box-shadow: 4px 4px 3px 0 rgba(0,0,0,.34);
}
.bold-text-285 {
    color: #ae0124;
    font-size: 52px;
    font-weight: 900;
    text-shadow: -3px 0 1px #830000;
}
.text-block-580 {
    font-size: 46px;
    margin-bottom: 1.4%;
    color: #00717e;
    line-height: 1.4em;
}
.text-block-581 {
    font-size: 17px;
    line-height: 1.5em;
}
.container_img img{
    max-width: 100%;
}
.grid{
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: auto auto;
    grid-auto-columns: 1fr;
    grid-gap: 16px;
    margin-bottom: 3%;
}
.g1{
    grid-row: 1/1;
    grid-column: 1/1;
}
.g2{
    grid-row: 2/3;
    grid-column: 1/1;
}
.g3{
    grid-row: 1/3;
    grid-column: 2/3;
}
.block-quote-14 {
    padding-left: 0;
    border-right: 1px solid #ffba2a;
    font-size: 16px;
    text-align: right;
}
.free{
    display: block;
    width: 100%;
    max-width: 400px;
    padding-right: 5px;
    padding-left: 5px;
    background-color: #ae0124;
    box-shadow: 3px 3px 0 0 #4c0108;
    color: #fff;
    font-size: 20px;
    line-height: 2em;
    font-weight: 400;
    text-align: center;
    letter-spacing: 1px;
    border-radius: 20px;
    text-transform: uppercase;
    margin-left: auto;
    margin-right: auto;
    padding: 9px 15px;
    cursor: pointer;
}
.free:hover{
    box-shadow: inset 3px 3px 0 0 #530000;
}
@media(max-width: 1281px){
    .heading-68 {font-size: 64px;}
    .text-block-579 {font-size: 30px;}
}
@media(max-width: 1200px){
    .text-block-581 br:not(.br){display: none;}
}
@media(max-width: 1025px){
    .heading-68 {font-size: 50px;}
}
@media(max-width: 801px){
    .text-block-580 {font-size: 27px;}
    .bold-text-285 {font-size: 37px;}
}
@media(max-width: 700px){
    .grid {grid-template-columns: 1fr;
           grid-template-rows: auto auto auto;}
    .g2{grid-row: 3/4;
        grid-column: 1/1;}
    .g3{grid-row: 2/3;
        grid-column: 1/1;max-width: 300px;margin-right: auto;
        margin-left: auto;}
    .container_img img{max-width: 260px;display: block;
                       margin-right: auto;
                       margin-left: auto;}
    .text-block-580{padding-left: 13px;}
    .text-block-581{padding-left: 10px;
                    padding-right: 10px;}
    .heading-68 {font-size: 46px;}
    .text-block-579 {font-size: 18px;}
    .div-block-175 {max-width: 242px;}
}
@media(max-width: 500px){
    .div-block-175 {max-width: 85%;}
    .block-quote-14{text-align: center;}
    .free {max-width: 260px;font-size: 14px;}
    .text-block-581{font-size: 16px;}
}

/*why*/

.why{
    padding: 3%;
}
.why_content{
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 300px;
}
.why_img{
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 200px;
    max-width: 320px;
}
.why_img img{
    max-width: 100%;
}
._52{
    font-size: 52px;
}
.text-block-586 {
    margin-bottom: 16px;
    line-height: 1.4em;
    position: relative;
}
.bold-text-289{
    display: block;
    width: 100%;
    text-align: center;
}
@media(max-width: 1025px){
    .bold-text-289 {text-align: right;}
}
@media(max-width: 700px){
    ._52 {font-size: 30px;}
    .why_img {max-width: 280px;}
}
@media(max-width: 500px){
    .why .text-block-581{padding-left: 0;
                         padding-right: 0;}
    .why_img{display: none;}
}

/*--------------author--------------*/

.author{
    padding: 3%;
    background-color: #e1fcff;
}
.author_img{
    flex: 1;
    min-width: 300px;
    padding-left: 10px;
    padding-right: 10px;
    max-width: 400px;
}
.author_img img{
    width: 100%;
    max-width: 100%;
}
.author_content{
    flex: 1;
    min-width: 300px;
    padding-left: 10px;
    padding-right: 10px;
}
.heading-49 {
    margin-bottom: 1%;
    color: #000;
    font-size: 36px;
    line-height: 1.2em;
    text-align: left;
    letter-spacing: 0;
    text-transform: none;
}
.bold-text-14 {
    color: #b20000;
}
.unordered-list-5 {
    margin-top: 0;
    margin-left: 0;
    list-style-type: square;
    color: #00717e;
    font-size: 30px;
}
.text-block-256 {
    color: #000;
    font-size: 20px;
}
.author_item{
    max-width: 80px;
    max-width: 207px;
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 2%;
    border-left: 5px solid #00717e;
    font-size: 24px;
    line-height: 1.2em;
    margin-right: 20px;
}
.bold-text-5{
    text-shadow: none;
    color: #b20000;
    font-size: 30px;
}
@media(max-width: 695px){
    .heading-49 {font-size: 32px;}
}
@media(max-width: 500px){
    .heading-49 {font-size: 25px;}
    .bold-text-5 {font-size: 20px;}
    .author_item {font-size: 16px;}
    .text-block-256 {font-size: 17px;}
}

/*razum*/

.razum{
    padding: 3%;
}
.razum_item{
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 150px;
    max-width: 319px;
}
.razum_item img{
    max-width: 100%;
}
.gr{
    background-color: #17d667;
    box-shadow: 3px 3px 0 0 #006953;
    color: #0a0917;
}
.gr:hover{
    box-shadow: inset 3px 3px 0 0 #006953;
}
@media(max-width: 500px){
    .razum_item{min-width: auto;}
}

/*opinions*/

.opinions{
    background-color: #e1fcff;
    padding: 3%;
}
._cvtt{
    color: #0a0917;
}
._cc{
    background-color: #00717e;
}
.slider-wrapper{
    max-width: 940px;
    margin-right: auto;
    margin-left: auto;
}
.slide{
    min-height: 300px;
    padding: 2% 8%;
}
.slide_content{
    padding: 2% 5%;
    background-color: #fff;
    background-image: linear-gradient(180deg, hsla(0,0%,100%,.9), hsla(0,0%,100%,.9)),url(../images/med.png);
    background-position: 0 0,25px 0;
    background-size: auto,125px;
    background-repeat: repeat,no-repeat;
}
.slide_title{
    width: 100%;
    text-align: right;
    color: #00717e;
    font-size: 24px;
    display: block;
}
.slide_body{
    font-size: 16px;
    line-height: 1.4em;
    max-width: 98%;
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.slide_sub{
    width: 100%;
    text-align: right;
    font-size: 16px;
    display: block;
}
.em{
    font-style: italic;
}
.slide_dalee{
    text-decoration: underline;
    cursor: pointer;
    color: #0055f2;
}
.slide_dalee:hover{
    color: red;
}
.slide_hide{
    display: none;
}
@media(max-width: 1025px){
    .slide_content br:not(.br){display: none;}
}
@media(max-width: 500px){
    .slide_content{background-size: auto,60px;}
    .slide {
    min-height: auto;
    padding: 2% 1%;}
}

.win2 .modalWindow-inner{
    padding: 3%;
    border: 1px solid #fff;
    border-radius: 20px;
    background: transparent;
}
.thumb-wrap {
  position: relative;
  padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
  height: 0;
  overflow: hidden;
}
.thumb-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;
}
@media(max-width: 500px){
    .text-block-586{max-width: 70%;}
}