@import "lib.css" screen;
._br{display: none;}
@media(max-width: 500px){
    ._br{display: block;}
}
.wrapper{
    display: flex;
    flex-direction: column;
}
[data-name="index-header"]{
    min-height: 600px;
    padding-top: 1%;
    padding-bottom: 3%;
    background-image: url(../images/432.png),url(../images/645.jpg);
    background-position: 50% 100%,50% 50%;
    background-size: contain,cover;
    background-repeat: no-repeat,no-repeat;
    background-attachment: scroll,scroll;
}
[data-name="index-header"] .text-block-550._8887 {
    margin-bottom: 1%;
    font-family: Oswald,sans-serif;
    font-size: 34px;
    color: hsla(0,0%,100%,.88);
    line-height: 1.2em;
    text-align: center;
}
[data-name="index-header"] [src="./images/bio.png"]{
    max-width: 900px;
    display: block;
    width: 100%;
    margin-bottom: 2%;
    margin-right: auto;
    margin-left: auto;
}
[data-name="index-header"] .text-block-550 {
    margin-bottom: 2%;
    font-family: Oswald,sans-serif;
    color: hsla(0,0%,100%,.88);
    font-size: 26px;
}
[data-name="index-header"] .text-span-62 {
    font-size: 36px;
}
[data-name="index-header"] .text-block-550 {
    line-height: 1.2em;
    text-align: center;
}
@media(max-width: 1376px){
    [data-name="index-header"] {min-height: 580px;padding-top: 3%;}
}
@media(max-width: 1025px){
    [data-name="index-header"] [src="./images/bio.png"] {max-width: 736px;}
    [data-name="index-header"] {min-height: 480px;padding-top: 2%;}
}
@media(max-width: 801px){
    [data-name="index-header"] [src="./images/bio.png"] {max-width: 568px;}
    [data-name="index-header"] .text-block-550 {font-size: 21px;}
    [data-name="index-header"] .text-span-62 {font-size: 30px;}
    [data-name="index-header"] .text-block-550._8887 {font-size: 27px;}
    [data-name="index-header"] {min-height: 385px;}
}
@media(max-width: 500px){
    [data-name="index-header"] [src="./images/bio.png"] {max-width: 90%;}
    [data-name="index-header"] .text-block-550._8887 {font-size: 17px;}
    [data-name="index-header"] .text-block-550 {font-size: 15px;}
    [data-name="index-header"] .text-span-62 {font-size: 22px;}
    [data-name="index-header"] {min-height: 250px;}
}

/*;;;;;;;;;;;;;;;;;;;   footer   ;;;;;;;;;;;;;;;;;;;*/    

.footer{
    position: relative;
    padding: 2%;
    background-color: #024068;
    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: 14px;
    line-height: 19px;
}
.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;}
}
/*llllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll*/


.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;
    /*bottom:0;*/ 
    margin: auto;
    display: none;
    background-color:#ffffff;
    width: 80%;
    height: 80%;
    border: 8px solid #0776a1;
    border-right-width: 13px;
    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;
}
.overlay_1,
.overlay_2,
.overlay_3{
    opacity: 0;
}

@media(max-width: 416px){
    [style="color:red; text-align:center;"]{
        font-size: 26px;
    }
}

/*;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;*/

/*slide_block*/

.slide_block{
    padding: 4% 3%;
}
.slide_btns{
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 300px;
    max-width: 443px;
}
.slide_content{
    flex: 1;
    min-width: 300px;
}
.slide_btns_item{
    margin-left: -10px;
    margin-right: -10px;
    border-bottom: 1px dotted #e4c17e;
    margin-bottom: 1%;
}
.slide_btns_item_content{
    flex: 1;
    min-width: 100px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.slide_btns_item_img{
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 110px;
    max-width: 110.75px;
    padding-top: 62px;
    min-height: 150px;
    background-position: 50% 50%;
    background-size: 100px;
    background-repeat: no-repeat;
}
.on .slide_btns_item_img{
    background-image: url(../images/453.jpg);
}
.off .slide_btns_item_img{
    background-image: url(../images/354.jpg);
}
.text-block-550, .text-block-552 {
    line-height: 1.2em;
    text-align: center;
}
.on .bold-text-266 {
    color: #d00024;
    font-size: 30px;
}
.off .bold-text-266 {
    color: rgba(0,0,0,.88);
    font-size: 30px;
}
.text-block-552 {
    font-size: 24px;
}
.slide-btn{
    cursor: pointer;
    align-items: center;
    box-shadow: 2px 2px 0 0 #001919;
    font-size: 20px;
    flex: 1;
    justify-content: center;
    width: 98%;
    min-height: 50px;
    margin-bottom: 2%;
    padding-right: 5px;
    padding-left: 5px;
    line-height: 1.4em;
    text-align: center;
    font-family: Oswald,sans-serif;
    text-transform: uppercase;
    cursor: pointer;
    padding: 9px 15px;
    color: #fff;
    display: flex;
    max-height: 50px;
    border-radius: 10px;
}
.on .zanyatie{
    background-color: #517c56;
}
.on .bonus{
    background-color: #6b8e23;
    margin-bottom: -10px;
}
.off .zanyatie{
    background-color: #a5a5a5;
    cursor: default;
}
.off .bonus{
    background-color: #a5a5a5;
    margin-bottom: -10px;
    cursor: default;
}
.on .slide-btn:hover{
    box-shadow: inset 4px 4px 0 0 #012122;
}
.first_slide_content{
    padding: 2%;
}
.first_slide_content img{
    display: block;
    width: 100%;
    max-width: 420px;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
}
.bold-text-261 {
    color: #d00024;
    font-weight: 900;
}
.text-block-547 {
    margin-bottom: 1%;
    font-family: Oswald,sans-serif;
    color: #024e50;
    font-size: 30px;
    line-height: 40px;
}
[class^="inner_slide_content-"]{
    padding: 2%;
    position: relative;
}
.text-block-548 {
    margin-bottom: 3%;
    line-height: 1.4em;
}
.bloquote_content{
    flex: 1;
    padding-right: 10px;
    min-width: 200px;
}
.dalee_btn{
    flex: 1;
    min-width: 100px;
    max-width: 124px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.block-quote-8 {
    border-left: 5px solid #024e50;
}
.dalee{
    width: 100%;
    margin-top: 0;
    display: inline-block;
    padding: 9px 15px;
    padding-left: 30px;
    background-color: #024e50;
    background-image: url(../images/752.png);
    background-position: 89% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
    cursor: pointer;
    color: #fff;
    transition: .3s;
}
.dalee:hover{
    transform: scale(.98);
}
.slide_a{
    cursor: pointer;
    display: block;
    width: 100%;
    max-width: 450px;
    margin-right: auto;
    margin-bottom: 3%;
    margin-left: auto;
    box-shadow: 4px 4px 0 0 #490000;
    font-family: Oswald,sans-serif;
    line-height: 2em;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 24px;
    border-radius: 10px;
    padding: 9px 15px;
    color: #fff;
}
.on .slide_a{
    background-color: #d00024;
}
.off .slide_a{
    box-shadow: 4px 4px 0 0 #404047;
    background-color: #a5a5a5;
    cursor: default;
}
.on .slide_a:hover{
    box-shadow: inset 4px 4px 0 0 #490000;
}
.list-30 {
    color: #024e50;
    font-size: 30px;
    list-style-type: square;
}
.list-30._324 {
    list-style-type: decimal;
}
.text-block-546 {
    padding-bottom: 1%;
    color: #0a0917;
    font-size: 18px;
    line-height: 1.3em;
}
.info-title{
    display: none; 
    position: absolute;
    width: auto;
    padding: 10px;
    font-size: 16px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #ccc;
    box-shadow: 2px 2px 2px #ccc;
}
.romb {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 20%;
    top: -11px;
    transform: rotate(44deg);
    background: #fff;
}
.t1{
    bottom: -35px;
    right: 31px;
    left: auto;
    top: auto;
}
.t2{
    bottom: -55px;
    right: 10px;
    left: 10px;
    top: auto;
}
.text-block-huj{
    padding-bottom: 1%;
    color: #024e50;
    font-size: 20px;
    line-height: 1.3em;
    margin-bottom: 2%;
}
@media(max-width: 1025px){
    .slide_btns {max-width: 400px;}
}
@media(max-width: 801px){
    .text-block-548 br:not(.br){display: none;}
    .text-block-547 {font-size: 27px;line-height: 34px;}
    .t1 {bottom: -39px;}
    .t2 {bottom: -59px;}
}
@media(max-width: 500px){
    .block-quote-8{padding-left: 5px;font-size: 16px;}
    .first_slide_content img {width: 80%;}
    .text-block-huj {font-size: 19px;}
}

/*form_block*/

.form_block{
    padding: 7% 3% 7%;
    background-image: url(../images/432.png),url(../images/235.jpg);
    background-position: 50% 100%,50% 50%;
    background-size: contain,cover;
    background-repeat: no-repeat,no-repeat;
    background-attachment: scroll,fixed;
}
.form_block_content{
    flex: 1;
    padding-right: 10px;
    min-width: 300px;
}
.form_block_form{
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 300px;
    max-width: 400px;
}
.bold-text-257 {
    font-size: 52px;
    font-weight: 600;
}
.text-block-508 {
    font-family: Oswald,sans-serif;
    color: #ebce97;
    font-size: 52px;
    line-height: 1.2em;
}
.text-block-508, .text-block-509 {
    margin-bottom: 3%;
    font-weight: 700;
}
.paragraph-2 {
    margin-bottom: 20px;
    padding-bottom: 0;
    color: #ecf0f1;
    font-size: 18px;
    line-height: 1.5em;
}
.inner-form{
    padding: 12% 5%;
    border: 1px solid #fff;
    border-radius: 20px;
    background-color: #e4c17e;
    background-image: linear-gradient(180deg,#e4c17e,#807255);
    margin: 0 0 15px;
}
.text-field-6 {
    min-height: 50px;
    box-shadow: inset 1px 1px 3px 0 #5f5d5d;
}
.w-input, .w-select {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
}
.submit-button-5 {
    width: 100%;
    min-height: 50px;
    border-radius: 10px;
    background-color: #ff0040;
    box-shadow: 1px 1px 3px 0 rgba(0,0,0,.63);
    font-size: 20px;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 9px 15px;
    color: #fff;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 350px;
}
.submit-button-5:hover{
    box-shadow: none;
}
@media(max-width: 1025px){
    .bold-text-257 {font-size: 44px;}
    .form_block {padding: 7% 3% 7%;}
}
@media(max-width: 801px){
    .bold-text-257 {font-size: 32px;}
    .text-block-508 {font-size: 37px;}
    .paragraph-2 {font-size: 16px;}
    .paragraph-2 br:not(.br){display: none;}
}

/*time*/

.time{
    padding: 2% 3%;
}
.time_content{
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 300px;
}
.time_img{
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 200px;
    max-width: 400px;
}
.time_img img{
    max-width: 297px;
}
.text-block-544 {
    margin-bottom: 6%;
    font-family: Oswald,sans-serif;
    font-size: 52px;
    line-height: 1em;
    text-align: center;
}
.text-block-545 {
    margin-bottom: 2%;
    line-height: 1.4em;
}
@media(max-width: 801px){
    .time_img {max-width: 300px;}
    .text-block-545 br:not(.br){display: none;}
    .text-block-544 {font-size: 43px;}
    .text-block-544 {font-size: 27px;}
    .text-block-545{font-size: 16px;}
}

/*phone*/

.phone, .author{
    padding: 2% 3% 3%;
}
.bold-text-258, .bold-text-259 {
    color: #024e50;
    text-decoration: underline;
}
.bold-text-260 {
    color: #d00024;
}
.igmphone{
    max-width: 90% !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.text-span-61 {
    font-size: 24px;
}
@media(max-width: 500px){
    .time_img img {
        max-width: 252px;
        display: block;
        margin-left: auto;
        margin-right: auto;}
    .time_img{margin-top: 10px;margin-bottom: 10px;}
    .text-span-61 {font-size: 18px;}
}
.bn{color: #41632f;}

/*gggggggggggggggggggggggggggggggggggggggg*/

[data-name="index-1-header"]{
    z-index: 2;
    min-height: 450px;
    margin-top: 50px;
    background-color: #023535;
    background-image: url(../images/981.jpg);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
.head_line{
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    background-color: #00837c;
    height: 60px;
    padding-top: 5px;
}
.head_line .max.row{
    justify-content: flex-start;
}
.logo_img{
    flex: 1;
    min-width: 50px;
    max-width: 50px;
}
.logo_img img{
    max-width: 100%;
}
.logo_link{
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fee269;
    font-size: 22px;
    max-width: 479px;
}
.logo_link:hover{
    box-shadow: 1px 1px 3px 0 #000;
}
.logo_link:active{
    box-shadow: inset 1px 1px 3px 0 #000;
}
@media(max-width: 1990px){
    [data-name="index-1-header"]{min-height: 330px;}
}
@media(max-width: 801px){
    [data-name="index-1-header"] {min-height: 260px;}
}
@media(max-width: 700px){
    [data-name="index-1-header"] {min-height: 225px;}
}
@media(max-width: 500px){
    .head_line{padding-left: 5px;padding-top: 3px;padding-bottom: 1px;height: 50px;}
    .logo_link {padding-left: 5px;padding-right: 5px;font-size: 15px;}
    .logo_img {min-width: 35px;max-width: 35px;}
    [data-name="index-1-header"] {min-height: 120px;}
}
@media(max-width: 321px){
    .logo_link {font-size: 13px;}
}

/*yellow_line*/

.yellow_line{
    padding: 1% 2%;
    background-color: #fee269;
}
.text-block-609 {
    font-size: 30px;
    line-height: 1.2em;
    font-weight: 700;
    text-align: center;
}
@media(max-width: 500px){
    .yellow_line{padding: 1% 2% 2%;}
    .text-block-609 {font-size: 19px;}
}

/*description*/

.description{
    padding: 2%;
}
[src="./images/fibonachchi.png"]{
    display: block;
    margin-right: auto;
    margin-bottom: 3%;
    margin-left: auto;
    max-width: 100%;
}
.heading-59 {
    margin-bottom: 3%;
    color: #023738;
    font-size: 38px;
    line-height: 44px;
    font-weight: 700;
}
.text-block-610 {
    margin-bottom: 2%;
    line-height: 1.4em;
}
.block-quote-16 {
    border-left: 5px solid #fee269;
    line-height: 1.4em;
}
.blue-block{
    margin-bottom: 3%;
    padding-right: 8px;
    border-radius: 20px;
    background-color: #f0f6ff;
    box-shadow: 4px 4px 8px 0 rgba(47, 112, 241, 0.4);
}
.blue-block_content{
    flex: 1;
    padding: 2%;
    min-width: 300px;
}
.blue-block_img{
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 200px;
    max-width: 397px;
}
.blue-block_img img{
    max-width: 100%;
    border-radius: 20px;
}
.list-22 {
    color: #023738;
    font-size: 30px;
    list-style-type: square;
}
.text-block-611 {
    padding-bottom: .5%;
    color: #292525;
    font-size: 18px;
}
.div-block-188 {
    width: 100%;
    max-width: 600px;
    margin-right: auto;
    margin-bottom: 3%;
    margin-left: 0px;
    padding: 3%;
    border-radius: 20px;
    background-color: #f0f6ff;
    box-shadow: 4px 4px 10px 1px rgba(47, 112, 241, 0.4);
}
.text-block-612 {
    line-height: 1.6em;
    text-align: center;
}

@media(max-width: 1025px){
    .in610 br:not(.br){display: none;}
    .heading-59 {font-size: 34px;}
    [src="./images/fibonachchi.png"] {max-width: 78%;}
}
@media(max-width: 500px){
    [src="./images/fibonachchi.png"] {max-width: 92%;margin-top: 2%;}
    .heading-59 {font-size: 26px;line-height: 30px;}
    .description{padding-left: 15px;padding-right: 15px;}
    .text-block-610,
    blockquote.block-quote-16,
    .text-block-612,
    .text-block-611{font-size: 16px;}
    blockquote.block-quote-16{padding-left: 9px;}
    .out610 br:not(.br),
    .text-block-611 br:not(.br),
    blockquote.block-quote-16 br:not(.br){display: none;}
    .list-22 {font-size: 23px}
    .description ul{padding-left: 30px;}
    .blue-block{padding-bottom: 10px;padding-right:0;}
    .text-block-610 {margin-bottom: 4%;}
}

/*yellow*/

.yellow{
    padding: 3%;
    background-color: #fff6d1;
}
.text-block-613 {
    padding-bottom: 2%;
    color: #292525;
    font-size: 24px;
    font-weight: 600;
}
.list-23 {
    color: #023738;
    font-size: 30px;
    font-weight: 900;
    list-style-type: decimal;
}
.list-24 {
    list-style-type: lower-alpha;
}
.text-block-614 {
    padding-bottom: 1%;
    color: #292525;
    font-size: 18px;
    font-weight: 400;
}
.text-block-615 {
    margin-bottom: 1%;
    font-size: 26px;
    line-height: 1.2em;
}
.list-24._56 {
    list-style-type: disc;
}
@media(max-width: 500px){
    .text-block-613 {font-size: 18px;}
    .text-block-614 {font-size: 16px;}
    .text-block-615 {font-size: 22px;}
    .list-23, .list-24 {padding-left: 30px;font-size: 23px;}
}

/*kak*/

.kak{
    padding: 3% 3% 1%;
}
.row_item{
    margin-bottom: 3%;
}
.kak_item{
    flex: 1;
    min-height: 200px;
    border-radius: 0px;
    background-color: transparent;
    box-shadow: 1px 1px 3px 0 rgba(47, 112, 241, 0.4);
    max-width: 320px;
}
.kak_item.first{
    padding: 3%;
}
.kak_item.second{
    padding: 3% 1% 3% 0%;
}
.kak_item_img{
    flex: 1;
    max-width: 110px;
    min-width: 109px;
}
.kak_item_img img{
    display: block;
    width: 90px;
    margin-right: auto;
    margin-bottom: 2%;
    margin-left: auto;
}
.text-block-616 {
    line-height: 1.4em;
    font-size: 18px;
}
.kak_item_content{
    flex: 1;
    min-width: 150px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

@media(max-width: 801px){
    .kak_item.second{padding: 3%;}
    .text-block-616{font-size: 16px;}
    .kak_item_img{margin: auto;}
    .kak_item_content {justify-content: flex-end;}
    .kak_item_img img {width: 100%;}
    .kak_item .row{height: 100%;flex-direction: column;justify-content: space-between}
    .text-block-616 br{display: none;}
}
@media(max-width: 500px){
    .kak_item {margin-bottom: 10px;}
}

/*last*/

.last{
    padding: 3%;
    background-color: #f0f6ff;
}
.last_content{
    flex: 1;
    padding-right: 10px;
    min-width: 300px;
}
.last_img{
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 200px;
    max-width: 400px;
}
.last_img img{
    max-width: 100%;
}
.last_a{
    display: block;
    width: 100%;
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 50px;
    background-color: #00837c;
    box-shadow: 3px 3px 9px 0 #023738;
    color: #fee269;
    font-size: 24px;
    line-height: 2em;
    text-align: center;
    padding: 9px 15px;
}
.last_a:hover{
    box-shadow: none;
}
@media(max-width: 1025px){
    .last_img {max-width: 300px;}
}
@media(max-width: 500px){
    .last_content{padding-left: 10px;}
    .last_img{order: -1;margin-bottom: 10px;}
    .last{padding-bottom: 5%;}
    .kak {padding: 3% 15px 1%;}
    .yellow {padding: 3% 15px;}
}

.div-block-186 {
    padding: 2%;
}
.html-embed-18 {
    line-height: 1.6em;
    text-align: center;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.table{
    padding-bottom: 3%;
}
td{border: 1px solid #000;}
@media(max-width: 500px){
    table{font-size: 14px;
          max-width: 330px;
          display: block;
          margin: auto;
          line-height: 1.4em;
    }
    td{max-width: 109px;padding: 2%;}
}
@media(max-width: 321px){
    table{max-width: 270px;font-size: 12px;}
    td{max-width: 90px;}
}

.btn11 {
    width: 100%;
    /*max-width: 400px;*/
    height: 100%;
    margin-bottom: 28px;
    background-color: transparent;
    color: #edeff2;
    font-size: 24px;
    line-height: 2em;
    letter-spacing: 5px;
    text-transform: uppercase;
    padding: 9px 15px;
    color: white;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    transition: ease 0.1s;
}
.btn11:after {
    content: "";
    display: block;
    width: 100px;
    height: 620px;
    margin-left: 60px;
    background: #fff;
    background: #FBF8F800;
    background: -webkit-radial-gradient(center, #FBF8F800, #FFFFFF);
    background: -moz-radial-gradient(center, #FBF8F800, #FFFFFF);
    background: radial-gradient(ellipse at center, #FBF8F800, #FFFFFF);
    position: absolute;
    left: -40px;
    top: -150px;
    z-index: 1;
    transform: rotate(45deg);
    transition: all 0.1s;
    animation-name: slideme;
    animation-duration: 5s;
    animation-delay: 0.05s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}
@keyframes slideme {
    0% { left: -30px; margin-left: 0px; }
    24% { left: 110%; margin-left: 80px; }
    100% { left: 110%; margin-left: 80px; } 
}
/*.btn11:hover{
    background-color: #ffa301;
    color: #000;
}*/
.gyh{
    position: absolute;
    /*top: -100px;*/
}
.test{display: flex;
      position: relative;}

.empy-content{
    flex: 1;
}