@import "lib.css" screen;

.wrapper{
    display: flex;
    flex-direction: column;
}
input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/*========--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;}
}

/*;;;;;;;;;;;;;;;;;;;   footer   ;;;;;;;;;;;;;;;;;;;*/    

.footer{
    position: relative;
    padding: 2%;
    background-color: #190800;
    background-image: url(../images/123.png);
    background-position: 0px 0px;
    background-size: 40px;
    background-repeat: no-repeat;
    border-top: 1px solid #ede4bd;
}
[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: #ede4bd;
    font-size: 14px;
    line-height: 19px;
}
.footer__info{
    color: #ede4bd;
}
.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;}
}

/*----------------garant--------------*/

.win3 .modalWindow-inner{
    padding: 2% 3% 5% 5%;
    background: url(../images/qqqqq.png) 50% 50%/100% 100% no-repeat;
}
.win3 .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;
}
.text-span-71 {
    text-decoration: underline;
}
@media(max-width: 960px){
    .win3 .modalWindow-close {right: 10px;}
}
@media(max-width: 650px){
    .text-block-21 {margin-bottom: 7px; font-size: 32px;}
    .win3 .modalWindow-inner {padding: 7% 3% 12% 5%;}
}

@media(max-width: 1025px){
    .vopros-otvet .text-block-585 {font-size: 44px;}
}
@media(max-width: 650px){
    .vopros-otvet .text-block-585 {font-size: 32px;}
    .text-block-231 {font-size: 16px;}
}
@media(max-width: 500px){
    .text-block-231 br:not(.br){display: none;}
    .akardeon-top-text{max-width: 300px;}
    .akardeon-top-text {font-size: 17px;}
}

header{
    padding: 3% 5%;
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    background-repeat: repeat;
    background-color: #190800;
}
.text-block-578, .text-block-579 {
    color: #ede4bd;
    line-height: 1.2em;
    text-align: center;
}
.text-block-579 {
    margin-bottom: 2%;
    font-size: 40px;
}
.text-block-574, .text-block-574._435, .text-block-576, .text-block-579 {
    font-family: Oswald,sans-serif;
}
.text-block-580 {
    font-family: 'm',sans-serif;
    color: #ffd000;
    font-size: 90px;
    line-height: 1em;
    text-align: center;
}
.text-span-75 {
    color: #ede4bd;
    font-size: 80px;
}
.text-block-581 {
    margin-bottom: 3%;
    color: #fff;
    font-size: 30px;
    line-height: 1.4em;
    text-align: center;
}
@media(max-width: 1025px){
    .text-block-579 {font-size: 34px;}
    .text-block-580 {font-size: 76px;}
    .text-span-75 {font-size: 66px;}
    .text-block-581 {font-size: 24px;}
}
@media(max-width: 801px){
    .text-block-580 {font-size: 63px;}
    .text-span-75 {font-size: 56px;}
}
@media(max-width: 700px){
    .text-block-579 {font-size: 21px;}
    .text-block-580 {font-size: 48px;}
    .text-span-75 {font-size: 45px;}
    .text-block-581 {font-size: 18px;}
}
@media(max-width: 500px){
    .text-block-580 {font-size: 36px;}
    .text-span-75 {font-size: 32px;}
    .text-block-581 {font-size: 15px;}
    .text-block-581 br:not(.br){display: none;}
}

/*header*/

header{
    padding: 3% 3% 5%;
    background-image: url(../images/_32.png),url(../images/987.png);
    background-position: 50% 100%,50% 50%;
    background-size: contain,cover;
    background-repeat: no-repeat,no-repeat;
}
.text-block-690 {
    color: #fff;
    font-size: 64px;
    line-height: 1.2em;
    font-style: italic;
}
.header-img-1{
    width: 100%;
    max-width: 600px;
    margin-bottom: 3%;
    display: block;
}
.header-img-2{
    position: absolute;
    left: -12%;
    top: 2%;
    right: auto;
    bottom: auto;
}
.text-block-691 {
    padding-left: 40px;
    border-left: 1px solid #fec001;
    color: #fff;
    font-size: 30px;
    line-height: 1.2em;
}
.bold-text-351 {
    color: #ff9500;
    text-transform: uppercase;
}
.header-img-3{
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 80px;
    margin-top: 5%;
}
@media(max-width: 801px){
    .text-block-690 {font-size: 50px;}
    .header-img-1 {max-width: 470px;}
    .text-block-691 {padding-left: 20px;}
    .header-img-2 {top: -4%;}
}
@media(max-width: 700px){
    .header-img-2 {max-width: 56%;top: 0%;left: -8%;}
    .text-block-690 {font-size: 36px;}
    .header-img-1 {max-width: 346px;}
    .header-img-3 {width: 59px;margin-top: 3%;}
    .text-block-691 {font-size: 22px;}
}
@media(max-width: 500px){
    .text-block-690 {font-size: 30px;}
    .header-img-1 {max-width: 220px;}
    .text-block-691 {padding-left: 12px;font-size: 17px;}
    .header-img-3 {width: 46px;}
    .header-img-2 {top: 5%;left: -7%;}
}

/*yellow*/

.yellow{
    padding: 4% 3%;
    background-color: #ffbc00;
}
.yellow_img{
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 100px;
    max-width: 240px;
}
.yellow_img img{
    max-width: 100%;
}
.yellow_content{
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 300px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.text-block-698 {
    font-size: 24px;
    line-height: 1.4em;
}
@media(max-width: 801px){
    .yellow_img {max-width: 176px;}
    .text-block-698 {font-size: 19px;}
}
@media(max-width: 700px){
    .text-block-698 br:not(.br){display: none;}
    .text-block-698 {font-size: 17px;}
    .yellow_img img {
        display: block;
        margin-right: auto;
        margin-left: auto;
        max-width: 82%;}
}
@media(max-width: 500px){
    .yellow_img img {
        max-width: 63%;
        transform: rotate(90deg);}
    .yellow_img{margin-bottom: 20px;margin-top: 10px;}
    .text-block-698{text-align: center;}
}

/*author*/

.author{
    padding: 9% 3% 3%;
    background-image: url(../images/_32.png),url(../images/881.png);
    background-position: 50% 100%,0 0;
    background-size: contain,contain;
    background-repeat: no-repeat,no-repeat;
}
.author_content{
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 300px;
}
.author_img{
    flex: 1;
    min-width: 200px;
    max-width: 400px;
}
.author_img img{
    max-width: 100%;
}
.text-block-188, .text-block-647 {
    font-size: 18px;
    line-height: 1.4em;
}
.text-block-647 {
    margin-top: 0;
    text-align: left;
}
.text-block-188 {
    margin-bottom: 8px;
    text-align: left;
}

@media(max-width: 1025px){
    .author_img {max-width: 376px;}
    .text-block-188 br:not(.br){display: none;}
    .text-block-647 br:not(.br){display: none;}
}
@media(max-width: 801px){
    .author_img {max-width: 251px;}
}
@media(max-width: 500px){
    .author_img {max-width: 200px;}
    .text-block-647, .text-block-188{font-size: 16px;}
}

/*akk-1*/

#akk1{
    padding: 8% 3% 11%;
    background-image: url(../images/_881.png), url(../images/881.png), radial-gradient(circle farthest-corner at 50% 50%,#000,transparent), -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,.5)), to(rgba(0,0,0,.5))), url(../images/ers.jpg);
    background-image: url(../images/_881.png), url(../images/881.png), -o-radial-gradient(50% 50%,circle farthest-corner,#000,transparent), -o-linear-gradient(top, rgba(0,0,0,.5), rgba(0,0,0,.5)), url(../images/ers.jpg);
    background-image: url(../images/_881.png), url(../images/881.png), radial-gradient(circle farthest-corner at 50% 50%,#000,transparent), linear-gradient(180deg, rgba(0,0,0,.5), rgba(0,0,0,.5)), url(../images/ers.jpg);
    background-position: 50% 100%, 50% 0, 0 0, 0 0, 50% 50%;
    background-size: contain, contain, auto, auto, cover;
    background-repeat: no-repeat, no-repeat, repeat, repeat, no-repeat;
    background-attachment: scroll, scroll, scroll, scroll, fixed;
}
.akk_1{
    margin-bottom: 2%;
    padding: 3% 2%;
    background-color: #fff;
    border-radius: 10px;
}
.heading-66 {
    margin-bottom: 3%;
    color: #fff;
    font-size: 50px;
    line-height: 1.2em;
    text-align: center;
}
.heading-66._233 {
    color: #110a02;
}
.heading-66, .heading-67 {
    font-family: Oswald,sans-serif;
    text-transform: uppercase;
}
.bold-text-336, .heading-66, .heading-67, .text-block-616 {
    font-weight: 400;
}
.bold-text-354, .bold-text-355, .bold-text-356, .bold-text-357, .bold-text-358, .bold-text-359, .text-block-689 {
    font-weight: 400;
}
.text-span-93 {
    color: #ff9500;
}
.bold-text-364 {
    color: #c00202;
}
.text-block-696 {
    font-size: 24px;
    line-height: 1.3em;
}
#akk1 .akk-item{
    margin-bottom: 8px;
}
#akk1 .akk-top{
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-right: 20px;
    padding-left: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-image: -webkit-gradient(linear,left top, left bottom,from(#fec001),color-stop(58%, #ffe594),to(#fec001));background-image: -o-linear-gradient(top,#fec001,#ffe594 58%,#fec001);background-image: linear-gradient(180deg,#fec001,#ffe594 58%,#fec001);
    cursor: pointer;
}
#akk1 .akk-top:hover{
    background-image: -webkit-gradient(linear,left top, left bottom,from(#ffcc2d),color-stop(58%, #fff0c1),to(#ffcc2d));background-image: -o-linear-gradient(top,#ffcc2d,#fff0c1 58%,#ffcc2d);background-image: linear-gradient(180deg,#ffcc2d,#fff0c1 58%,#ffcc2d);
}
#akk1 .akar_up_active{
    background-image: -webkit-gradient(linear,left top, left bottom,from(#ffcc2d),color-stop(58%, #fff0c1),to(#ffcc2d));background-image: -o-linear-gradient(top,#ffcc2d,#fff0c1 58%,#ffcc2d);background-image: linear-gradient(180deg,#ffcc2d,#fff0c1 58%,#ffcc2d);
}
#akk1 .akk_title{
    flex: 1;
    min-width: 200px;
}
#akk1 .akk_title_img{
    flex: 1;
    max-width: 15px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
#akk1 .akk_title_img img{
    max-width: 100%;
}
#akk1 .click{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: transparent;
    z-index: 3;
}
#akk1 .akk-down{
    padding: 3%;
    background-color: #fff;
    box-shadow: inset 1px 1px 6px 0 rgba(0,9,187,.82);
}
#akk1 .akk-down .row{
    margin-left: -10px;
    margin-right: -10px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#akk1 .akk-down_content{
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 300px;
}
#akk1 .akk-down_img{
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 200px;
    max-width: 290px;
}
#akk1 .akk-down_img img{
    max-width: 100%;
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.text-block-546 {
    line-height: 1.4em;
    font-size: 18px;
}
.div-block-31 {
    width: 250px;
    height: 5px;
    margin-top: 2%;
    margin-bottom: 3%;
    background-color: #ffd800;
}
.text-block-263 {
    margin-bottom: 3%;
    line-height: 1.4em;
    font-size: 18px;
}
.akk_btn{
    display: block;
    width: 100%;
    max-width: 350px;
    border-radius: 50px;
    background-color: #a60102;
    box-shadow: 3px 3px 0 0 #460404;
    color: #fff;
    font-size: 24px;
    line-height: 2em;
    text-align: center;
    letter-spacing: 6px;
    text-transform: uppercase;
    margin-right: auto;
    margin-left: auto;
    padding: 9px 15px;
}
.akk_btn:hover{
    box-shadow: none;
}

@media(max-width: 801px){
    .heading-66 {font-size: 36px;}
    #akk1 .akk-down_img {max-width: 200px;}
    .text-block-546 br:not(.br){display: none;}
    .text-block-546, .text-block-263{font-size: 17px;}
}
@media(max-width: 500px){
    #akk1 .akk-top {
        padding-right: 10px;
        padding-left: 20px;
        padding-top: 10px;
        padding-bottom: 10px;}
    .text-block-696 {font-size: 16px;}
    #akk1 .akk_title_img {max-width: 12px;}
    #akk1 .akk-down_img{order: -1;}
    .heading-66 {font-size: 28px;}
    #akk1 .akk-item {margin-bottom: 5px;}
    .akk_btn {max-width: 80%;font-size: 19px;padding: 3px 15px; margin-top: 20px;}
}

/*sposobnosty*/

.sposobnosty{
    padding: 3%;
}
.max761{
    max-width: 761px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.text-block-694 {
    margin-bottom: 3%;
    font-size: 36px;
    line-height: 1.2em;
    text-align: center;
}
.grid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto auto auto auto;
    grid-auto-columns: 1fr;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
}
.grid-item{
    padding: 3%;
    border: 1px #ecf0f1;
    border-radius: 10px;
    box-shadow: 3px 3px 8px 0 rgba(7,2,68,.18);
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    text-align: center;
}
.grid-item img{
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 80px;
    max-width: 70%;
    margin-bottom: 6%;
}
.bold-text-360 {
    color: #af0e01;
    font-size: 24px;
    text-transform: uppercase;
}
.text-block-73 {
    line-height: 1.4em;
}
@media(max-width: 801px){
    .text-block-73{font-size: 16px;}
    .bold-text-360 {font-size: 18px;}
    .text-block-73 br:not(.br){display: none;}
    .grid-item img {width: 60px;}
    .text-block-694 {font-size: 25px;}
}
@media(max-width: 500px){
    .grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto auto auto auto auto;
        grid-row-gap: 10px;
        grid-column-gap: 10px;}
    .text-block-694 {font-size: 19px;}
}

/*cost*/

.cost{
    background-position: 50% 100%,50% 0,0 0,0 0,50% 50%;
    background-size: contain,contain,auto,auto,cover;
    background-repeat: no-repeat,no-repeat,repeat,repeat,no-repeat;
    padding: 8% 3% 11%;
    background-color: #000;
    background-attachment: scroll,scroll,scroll,scroll,fixed;
    background-image: url(../images/_881.png),url(../images/uyu.png),radial-gradient(circle farthest-corner at 50% 50%,#000,transparent),
        -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)),url(../images/ers.jpg);background-image: url(../images/_881.png),url(../images/uyu.png),
        -o-radial-gradient(50% 50%,circle farthest-corner,#000,transparent),-o-linear-gradient(top, transparent, transparent),url(../images/ers.jpg);background-image: url(../images/_881.png),url(../images/uyu.png),radial-gradient(circle farthest-corner at 50% 50%,#000,transparent),linear-gradient(180deg, transparent, transparent),url(../images/ers.jpg);
}
.cost_img{
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 300px;
    border-radius: 20px 0px  0 20px;
    background: #fff;
    height: 536px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.cost_img img{
    max-width: 451px;
    width: 100%;
    position: relative;
    left: -20px;
}
.cost_content{
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 300px;
    max-width: 423px;
    box-shadow: 0 0 9px 4px rgba(7,135,248,.4);
    padding: 3% 4% 3%;
    border-radius: 10px;
    background: #fff;
    margin-top: -30px;
    margin-bottom: -30px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.text-block-672 {
    text-align: center;
    margin-bottom: 30px;
    color: #000;
    font-size: 30px;
    line-height: 1.2em;
    text-decoration: none;
    text-transform: uppercase;
}
.text-block-679 {
    margin-bottom: 2%;
    font-size: 30px;
    line-height: 1.4em;
    font-weight: 600;
}
._5647, ._675 {
    color: #a60102;
    text-decoration: line-through;
}
.text-block-679 {
    font-size: 36px;
}
.bold-text-361 {
    color: #c00202;
    font-size: 44px;
}
._345543 {
    font-size: 53px;
    color: #a60102;
}
.link{
    color: #023ad4;
    font-size: 22px;
    cursor: pointer;
    text-decoration: underline;
}
.link:hover{
    color: red;
}
.cost h2.heading-66{
    margin-bottom: 60px;
}
@media(max-width: 1281px){
    .text-block-672 {font-size: 27px;}
}
@media(max-width: 1025px){
    .cost_img img {left: 0px;}
}
@media(max-width: 801px){
    .cost_img {height: 427px;}
    .text-block-672 {font-size: 24px;margin-bottom: 15px;}
    .text-block-679 {font-size: 32px;}
    .bold-text-361 {font-size: 40px;}
    ._345543 {font-size: 46px;}
    .cost_img img {max-width: 100%;}
}
@media(max-width: 700px){
    .text-block-672 {font-size: 19px;margin-bottom: 10px;}
    .text-block-679 {font-size: 26px;}
    .bold-text-361 {font-size: 32px;}
    ._345543 {font-size: 39px;}
    .cost_content {
        margin-top: -10px;
        margin-bottom: -10px;}
}
@media(max-width: 500px){
    .cost_img {
        border-radius: 10px;
        height: auto;
        padding-top: 20px;
        padding-bottom: 10px;}
    .akk_btn.more{margin-top: 0;}
    .cost_content{display: block;padding: 15px 4% 20px;}
    .cost h2.heading-66{margin-bottom: 30px;}
    .cost_img img {max-width: 84%;}
}

/*gift*/

.gift{
    padding: 3%;
}
.text-block-697 {
    margin-bottom: 3%;
    color: #c00202;
    font-size: 40px;
    line-height: 1.2em;
    font-weight: 700;
}
.giftimg{
    width: 100%;
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.akk_2{
    max-width: 800px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
.text-block-661 {
    font-size: 22px;
    font-family: Oswald,sans-serif;
    font-weight: 400;
}
#akk2 .akk-item{
    margin-bottom: 8px;
}
#akk2 .akk-top{
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-right: 20px;
    padding-left: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #fec001;
    color: #110a02;
    cursor: pointer;
    border-radius: 10px;
}
#akk2 .akk-top:hover{

}
#akk2 .akar_up_active{
    border-radius: 10px 10px 0 0;
}
#akk2 .akk_title{
    flex: 1;
    min-width: 200px;
}
#akk2 .akk_title_img{
    flex: 1;
    max-width: 15px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
#akk2 .akk_title_img img{
    max-width: 100%;
}
#akk2 .click{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: transparent;
    z-index: 3;
}
#akk2 .akk-down{
    padding: 3%;
    background-color: #fff;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.44);
}
#akk2 .akk-down .row{
    margin-left: -10px;
    margin-right: -10px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#akk2 .akk-down_img{
    flex: 1;
    min-width: 200px;
    max-width: 321px;
}
#akk2 .akk-down_img img{
    max-width: 80%;
    display: block;
    margin: 0 auto 3%;
}
.div-block-27 {
    width: 250px;
    height: 5px;
    margin-right: auto;
    margin-left: auto;
    background-color: #ffd800;
}
.text-block-248 {
    font-size: 16px;
}
#akk2 .akk-down_content{
    flex: 1;
    min-width: 300px;
}
.text-block-247 {
    margin-bottom: 10px;
    padding-left: 0;
    font-size: 18px;
    line-height: 1.3em;
}
.row2{
    border-top: 1px solid #c00202;
    margin-top: 3%;
    padding-top: 2%;
}
.row2_img{
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 90px;
    max-width: 193px;
}
.row2_img img{
    display: block;
    max-width: 50%;
    margin-right: auto;
    margin-left: auto;
}
.row2_content{
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 300px;
}
.text-block-683 {
    font-size: 20px;
    line-height: 1.4em;
    text-align: center;
}
.bold-text-124 {
    color: #f3002e;
    font-size: 24px;
    text-transform: uppercase;
}

@media(max-width: 801px){
    .text-block-247 br:not(.br){display: none;}
    .row2_img {max-width: 150px;}
}
@media(max-width: 700px){
    .text-block-247{font-size: 16px;}
    .text-block-248 {font-size: 15px;}
    .text-block-683 {font-size: 17px;}
    .bold-text-124 {font-size: 20px;}
    .row2_img {max-width: 110px;}
    .row2_img img {max-width: 78%;}
    .text-block-697 {font-size: 26px;}
}
@media(max-width: 500px){
    .text-block-661 {font-size: 16px;}
    #akk2 .akk-top {
        padding-left: 20px;
        padding-top: 10px;
        padding-bottom: 10px;}
    #akk2 .akk-down_content{
        padding-left: 10px;
        padding-right: 10px;}
    #akk2 .akk-down_img{margin-bottom: 15px;}
    .row2_img{display: none;}
    #akk2 .akk-down_img img {max-width: 68%;}
}

/*limit*/

.limit{
    background-position: 50% 100%,50% 0,0 0,0 0,50% 50%;
    background-size: contain,contain,auto,auto,cover;
    background-repeat: no-repeat,no-repeat,repeat,repeat,no-repeat;
    padding: 8% 3% 11%;
    background-color: #000;
    background-attachment: scroll,scroll,scroll,scroll,fixed;
    background-image: url(../images/_881.png),url(../images/uyu.png),radial-gradient(circle farthest-corner at 50% 50%,#000,transparent),
        -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)),url(../images/ers.jpg);background-image: url(../images/_881.png),url(../images/uyu.png),
        -o-radial-gradient(50% 50%,circle farthest-corner,#000,transparent),-o-linear-gradient(top, transparent, transparent),url(../images/ers.jpg);background-image: url(../images/_881.png),url(../images/uyu.png),radial-gradient(circle farthest-corner at 50% 50%,#000,transparent),linear-gradient(180deg, transparent, transparent),url(../images/ers.jpg);
}
.limit .row{
    justify-content: space-between;
    margin-bottom: 3%;
}
.text-block-695 {
    margin-bottom: 2%;
    color: #fff;
    font-size: 30px;
    line-height: 1.4em;
    font-style: italic;
}
.limit-item{
    padding: 3%;
    float: left;
    border-style: none;
    border-width: 1px;
    border-color: #002e57 #002e57 #024e50;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 1px 1px 13px 5px rgba(7,6,34,.26);
    max-width: 310px;
    min-width: 300px;
}
.text-block-661, .text-block-681, .text-block-682, .text-block-688, .text-block-688._888 {
    font-family: Oswald,sans-serif;
}
.text-block-688._888 {
    color: #0a0917;
    font-weight: 600;
}
.text-block-688 {
    margin-bottom: 5%;
    border-top: 1px solid #e4c17e;
    border-bottom: 1px solid #e4c17e;
    border-radius: 0;
    background-color: transparent;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
    color: #bec3c7;
    font-size: 30px;
    line-height: 1.8em;
    text-align: center;
}
.text-block-687 {
    margin-bottom: 5%;
    color: #d00024;
    font-size: 44px;
    line-height: 1em;
    font-weight: 700;
    text-align: center;
}
.row3{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.row3_img{
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 50px;
    max-width: 68px;
}
.row3_img img{
    max-width: 100%;
}
.row3_content{
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 150px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.text-block-429 {
    font-size: 20px;
}
.text-block-687._777 {
    color: #bec3c7;
}
.text-block-689 {
    margin-top: 3%;
    color: #fff;
    font-size: 24px;
    line-height: 1.4em;
}
.text-span-88 {
    color: #ede4bd;
}
.embed{
    margin-top: 20px;
    margin-bottom: 20px;
}
.more2{
    max-width: 500px;
    border-radius: 50px;
    background-color: #c00202;
    font-size: 24px;
    line-height: 2em;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.more2:hover{
    background-color: #ac0302;
}
._br{display: none;}
@media(max-width: 985px){
    .text-block-429 {font-size: 17px;}
    .row3_img {
        padding-left: 5px;
        padding-right: 5px;
        min-width: 40px;
        max-width: 50px;}
    .row3_content {max-width: 160px;}
    .limit-item {padding: 2%;min-width: 228px;}
    .text-block-688 {font-size: 25px;}
    .text-block-689 {font-size: 21px;}
    .more2 {max-width: 420px;font-size: 22px;}
    .text-block-695 {font-size: 24px;}
    .text-block-687 {font-size: 39px;}
}
@media(max-width: 700px){
    .limit .row {justify-content: center;}
    .limit-item {margin: 5px;}
    .text-block-689 {font-size: 18px;}
}
@media(max-width: 500px){
    ._br{display: block;}
    .text-block-695 {font-size: 18px;}
    .limit-item {padding: 3%;min-width: 280px;}
    .more2 {max-width: 90%;font-size: 19px;}
}

/*chavo*/

.chavo{
    padding: 3%;
}
.akk-3{
    margin-bottom: 3%;
    border: 1px solid #ecf0f1;
    border-radius: 10px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,.71)), to(rgba(0,0,0,.71))),url(../images/987.png);
    background-image: -o-linear-gradient(top, rgba(0,0,0,.71), rgba(0,0,0,.71)),url(../images/987.png);
    background-image: linear-gradient(180deg, rgba(0,0,0,.71), rgba(0,0,0,.71)),url(../images/987.png);
    background-position: 0 0,67% 50%;
    background-size: auto,cover;
    background-repeat: repeat,no-repeat;
}
#akk3 .akk-item{
    margin-bottom: 8px;
}
#akk3 .akk-top{
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;

    cursor: pointer;
}
#akk3 .akk-top:hover{
    background-color: rgba(10,9,23,.51);
}
#akk3 .akar_up_active{
    background-color: rgba(10,9,23,.51);
}
#akk3 .akk_title{
    flex: 1;
    min-width: 200px;
}
#akk3 .akk_title_img{
    flex: 1;
    max-width: 15px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
#akk3 .akk_title_img img{
    max-width: 100%;
}
#akk3 .click{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: transparent;
    z-index: 3;
}
#akk3 .akk-down{
    padding: 0% 3%;
    background-color: #fff;
}
#akk3 .text-block-685 {
    color: #fff;
    font-size: 24px;
    line-height: 1.2em;
}
#akk3 .paragraph-3 {
    padding-top: 2%;
    padding-bottom: 2%;
    font-size: 18px;
    line-height: 1.4em;
}
#akk3 .mailto:hover{
    text-decoration: underline;
}
#akk3 .akk-down_content{
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 300px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: 2%;
    margin-bottom: 2%;
}
#akk3 .akk-down_img{
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 200px;
    max-width: 375px;
}
#akk3 .akk-down_img img{
    max-width: 100%;
    display: block;
    margin-right: auto;
    margin-left: auto;
}
#akk3 .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;
}
#akk3 .bold-text-362 {
    color: #c00202;
}
#akk3 .link{
    font-size: 20px;
}
.unordered-list-8 {
    margin-top: 0;
    margin-left: 0;
    color: #a60102;
    font-size: 30px;
    list-style-type: square;
}
.text-block-616 {
    padding-bottom: 0;
    color: #000;
    font-size: 16px;
}
.text-block-684 {
    font-size: 20px;
    line-height: 1.4em;
}
.bold-text-338 {
    color: #023ad4;
    font-size: 24px;
}

@media(max-width: 500px){
    #akk3 .heading-63 {font-size: 22px;}
    .text-block-684 {font-size: 18px;}
    .bold-text-338 {font-size: 21px;}
    #akk3 .text-block-685 {font-size: 16px;}
    #akk3 .akk-top {
        padding-right: 10px;
        padding-left: 10px;
        padding-top: 10px;
        padding-bottom: 10px;}
    ._br_{display: none;}
    #akk3 .akk-down_img img {max-width: 70%;}
    #akk3 .paragraph-3, #akk3 .link{font-size: 16px;}
    #akk3 .paragraph-3 br:not(.br){display: none;}
    #akk3 .paragraph-3 ._br{display: block !important;}
}








































