@import "lib.css" screen;

/*question-answer*/

.question-answer{
    padding: 8% 3% 5%;
    background-image: url(https://assets.website-files.com/5fd659e44b8460e2fe4fdd12/5fd659e44b84605b014fdf85_765867.png),url(https://assets.website-files.com/5fd659e44b8460e2fe4fdd12/5fd659e44b846028154fdf8b_465756.png),url(https://assets.website-files.com/5fd659e44b8460e2fe4fdd12/61016535b207f8a6fc5f266e_34253.png);
    background-position: 50% 100%,50% 0,50% 50%;
    background-size: contain,contain,cover;
    background-repeat: no-repeat,no-repeat,no-repeat;
    background-attachment: scroll,scroll,fixed;
}
.akk3, .embed{
    margin-bottom: 5%;
}
#akk3 .akk-item{
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
    border-left: 3px solid #222121;
    margin-bottom: 6px;
}
#akk3 .akk-top{
    align-items: center;
    position: relative;
    display: flex;
    justify-content: center;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
    padding-left: 20px;
    cursor: pointer;
    border-bottom: 1px dashed #034877;
    background: #fff;
}
#akk3 .akk-top:hover{
    background: #d8f8ff; 
}
#akk3 .akar_up_active{
    background: #d8f8ff;
}
#akk3{max-width: 1000px;margin-left: auto;margin-right: auto;background: transparent;}
#akk3 .akk_title{
    flex: 1;
    min-width: 200px;
    color: #000;
    font-size: 22px;
    line-height: 1.6em;
}
#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 2.5%;
    background-color: #fff;
}

/*cross*/

#akk3 .cross{
    position: relative;
    width: 20px;
    height: 20px;
    transition: all .3s ease;
}
#akk3 .cross-x, #akk3  .cross-y{
    width: 100%;
    height: 2px;
    background-color: #000;
    position: absolute;
    left: 0;
    top: calc(50% - 2px);
    transition: all .3s ease-in-out;
    opacity: 1;
}
#akk3 .cross-y{
    transform: rotate(90deg);
}
#akk3 .akar_up_active  .cross{
    transform: rotate(90deg);
}
#akk3 .akar_up_active  .cross .cross-x{
    opacity: 0;
}
#akk3 .paragraph-4 {
    padding-top: 2%;
    padding-bottom: 2%;
    font-size: 18px;
    line-height: 1.4em;
    color: #070d11;
}
.slider-wrapper{
    max-width: 940px;
    margin-right: auto;
    margin-left: auto;
}
.slide{
    min-height: 300px;
    padding: 2% 8%;
}
.slide_content{
    padding: 2% 4%;
    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 85%;
    background-size: auto,125px;
    background-repeat: repeat,no-repeat;
}
.slide_title{
    width: 100%;
    text-align: right;
    border-bottom: 1px solid #f0e8d8;
    color: #000;
    font-size: 24px;
    display: block;
    padding-bottom: 10px;
}
.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;
}
form, .form-block-6{width: 100%;}
#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: 321px;
}
#akk3 .akk-down_img img{
    max-width: 100%;
    display: block;
    margin-right: auto;
    margin-left: auto;
}
@media(max-width: 1025px){
    .slide_content br:not(.br){display: none;}
}
@media(max-width: 801px){
    #akk3 .cross {width: 16px;height: 16px;}
}
@media(max-width: 700px){
    #akk3 .akk_title {font-size: 20px;}
    #akk3 .slide {padding: 2% 1%;}
}
@media(max-width: 500px){
    #akk3 .cross {width: 10px;height: 10px;}
    #akk3  .slide_content{padding-left: 5px;padding-right: 5px;}
    #akk3 .akk-top {padding-left: 10px;padding-right: 5px;}
    #akk3 .akk-down{padding-bottom: 15px;padding-top: 10px;}
    #akk3 .akk_title {font-size: 16px;}
    #akk3 .akk-down_img {max-width: 242px;}
    #akk3 .akk_title_img{max-width: 10px;}
    #akk3 .akk-down_img img {max-width: 70%;}
    .textgif {max-width: 70%;}
    #tuu {margin-bottom: 15px;font-size: 38px;}
    #akk3 .akk_title {font-size: 14px;}
    #akk3 .akk-top {
        padding-right: 9px;
        padding-left: 9px;
        padding-top: 10px;
        padding-bottom: 10px;}
    .slide_content{background-size: auto,60px;}
    #akk3 .paragraph-4{font-size: 16px;}
    #akk3 .paragraph-4 br:not(.br){display: none;}
    .text-block-722 {font-size: 14px;}
    #akk3 .akk_title_img {max-width: 10px;}
    #akk3 .akk-item {border-left: 2px solid #02323d;}
}

/*//////////////////   dop   /////////////////*/


.stt_content{
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 280px;
}
.stt_img{
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 180px;
    max-width: 305px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.stt_img img{
    max-width: 100%;
    width: 100%;
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.win1 .modalWindow-inner{
    padding: 1% 1% 2% 3%;
    max-width: 800px;
}
.win1_content{
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 280px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.win1_img{
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 180px;
    max-width: 369px;
}
.win1_img img{
    max-width: 100%;
    width: 100%;
    display: block;
    margin-right: auto;
    margin-left: auto;
    border-radius: 20px;
}
.text-block-761 {
    margin-bottom: 4%;
    font-size: 30px;
    line-height: 1.2em;
}
.unordered-list-10 {
    color: #02323d;
    font-size: 30px;
    list-style-type: square;
}
.text-block-45 {
    padding-bottom: 0%;
    color: #192024;
    font-size: 20px;
    line-height: 1.4em;
}
.text-block-44 {
    margin-bottom: 3%;
    color: #02323d;
    font-size: 24px;
    line-height: 1.2em;
    text-align: left;
}

@media(max-width: 801px){
    .text-block-758 {font-size: 42px;}
    .stt_img {max-width: 250px;}
}
@media(max-width: 700px){
    .stt_img {max-width: 200px;}
    .win1_img {max-width: 248px;}
    .text-block-761 {margin-bottom: 2%;font-size: 22px;}
    .text-block-45 {font-size: 17px;line-height: 1.1em;}
    .text-block-44 {font-size: 20px;}
    ul.unordered-list-10{font-size: 24px;padding-left: 30px;}
}
@media(max-width: 500px){
    .win1 .modalWindow-inner {padding: 4% 1% 2% 3%;}
    .win1_img {max-width: 180px;order: -1;margin-bottom: 15px;}
    .text-block-758 {font-size: 27px;}
    .stt_img {max-width: 180px; order: -1; margin-bottom: 15px;}
    .akk_title br:not(.br){display: none;}
    .text-block-907 {font-size: 30px;}
    .text-block-908{font-size: 16px;padding-bottom: 6px;}
    ul.list-74{font-size: 19px;padding-left: 25px;}
}

[data-show]{display: none;}


/*aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa*/

header{
    /*min-height: 650px;*/
    padding: 13% 5% 2%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url(../images/645.jpg);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
.inner-header{
    width: 100%;
    max-width: 550px;
}
.heading-80 {
    position: static;
    margin-bottom: 0;
    font-family: 'huj',sans-serif;
    color: #ff5601;
    font-size: 300px;
    line-height: 1em;
    font-weight: 400;
    text-transform: none;
    text-shadow: 4px 4px 0 #035482;
}
.text-block-814 {
    position: relative;
    left: 72px;
    top: -64px;
    z-index: 1000;
    margin-bottom: 10px;
    font-family: Georgia,Times,'Times New Roman',serif;
    color: #035482;
    font-size: 120px;
    line-height: 1em;
    font-style: italic;
    font-weight: 400;
    text-align: center;
    text-shadow: 3px 3px 1px rgba(0,0,0,.21);
}
.text-block-808 {
    padding-left: 20px;
    border-left: 5px solid rgba(0,196,255,.57);
    font-family: Roboto,sans-serif;
    color: #000;
    font-size: 28px;
    line-height: 1.4em;
    font-weight: 300;
    letter-spacing: 2px;
}

/*desc*/

.desc{
    padding: 0 3% 3%;
}
.desc_content{
    flex: 1;
    min-width: 300px;
}
.desc_img{
    flex: 1;
    min-width: 200px;
    max-width: 400px;
}
.desc_img img{
    max-width: 100%;
}
.desc_img2{
    flex: 1;
    min-width: 93px;
    max-width: 93px;
    display: flex;
    justify-content: center;
    align-items: center;
}
/*.text-block-809 {
    width: 50px;
    height: 50px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 7px;
    padding-bottom: 10px;
    border: 1px #000;
    border-radius: 50px;
    background-color: #fef6cc;
    font-family: Georgia,Times,'Times New Roman',serif;
    font-size: 30px;
    line-height: 1em;
    font-weight: 300;
    text-align: center;
}*/
.text-block-788 {
    margin-bottom: 3%;
    font-size: 18px;
    line-height: 1.4em;
}
.text-span-87, .text-span-88 {
    color: #035482;
    font-size: 20px;
    font-weight: 400;
    text-decoration: underline;
}
.row.spec-row{
    justify-content: flex-start;
}
.bold-text-429 {
    color: #035482;
    font-size: 20px;
    font-weight: 400;
}
.block-quote-11 {
    float: right;
    border-right: 6px solid rgba(0,196,255,.57);
    border-left-style: none;
    background-color: transparent;
    line-height: 1.4em;
    font-weight: 300;
    text-align: right;
}
@media(max-width: 1025px){
    .desc_img {max-width: 354px;}
}
@media(max-width: 801px){
    .desc_img {max-width: 220px;}
    .text-block-788, .block-quote-11 {font-size: 16px;}
    .desc_img2 {
        min-width: 74px;
        max-width: 50px;}
    .heading-80 {font-size: 216px;}
    .text-block-814 {top: -45px;font-size: 90px;}
}
@media(max-width: 700px){
    .heading-80 {font-size: 157px;}
    .text-block-814 {
        top: -38px;
        left: -29px;
        font-size: 64px;}
    header {padding: 5% 5% 2%;}
    .text-block-808 {padding-left: 8px;font-size: 18px;letter-spacing: 1px;}
    .text-block-809 {
        width: 35px;
        height: 35px;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;font-size: 22px;}
    .desc_img2 {
        min-width: 35px;
        max-width: 51px;
        display: flex;
        justify-content: flex-start;
        flex-direction: column;}
    .desc_content2{max-width: 295px;}
    .text-block-788 br:not(.br){display: none;}
}


/*recomendacii*/

.recomendacii{
    padding: 6% 3%;
    background-color: #9be0ef;
    background-image: url(../images/867.png),url(../images/756.png),url(../images/foni.jpg);
    background-position: 50% 100%,50% 0,50% 0;
    background-size: contain,contain,cover;
    background-repeat: no-repeat,no-repeat,no-repeat;
    background-attachment: scroll,scroll,scroll;
}
.recomendacii_content{
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 300px;
}
.recomendacii_img{
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 150px;
    max-width: 320px;
}
.recomendacii_img img{
    display: block;
    width: 100%;
    max-width: 270px;
    margin-right: auto;
    margin-left: auto;
}
.text-block-810 {
    margin-bottom: 3%;
    font-family: huj, sans-serif;
    color: #035482;
    font-size: 90px;
    line-height: 1em;
    font-weight: 500;
}
.text-block-811 {
    line-height: 1.4em;
}
.text-span-95, .text-span-96 {
    color: #014072;
    font-size: 20px;
    text-decoration: underline;
}

@media(max-width: 801px){
    .recomendacii_img {max-width: 250px;}
    .text-block-810 {font-size: 74px;}
}
@media(max-width: 700px){
    .text-block-808, .text-block-811 {font-size: 16px;}
    .text-span-87,
    .text-span-88,
    .bold-text-429,
    .text-span-95,
    .text-span-96 {font-size: 18px;}
    .text-block-811 br:not(.br){display: none;}
}
@media(max-width: 500px){
    .heading-80 {font-size: 99px;}
    .text-block-814 {top: -22px;font-size: 45px;}
    header {padding: 5% 5% 8%;}
    .recomendacii_img {max-width: 200px;}
}

/*author*/

.author{
    padding: 2% 3%;
}
.author_content{
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 300px;
}
.author_img{
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 200px;
    max-width: 400px;
}
.author_img img{
    max-width: 100%;
}
.text-block-812 {
    line-height: 1.4em;
}
@media(max-width: 801px){
    .author_img {max-width: 250px;}
    .text-block-812 br:not(.br){display: none;}
}
@media(max-width: 700px){
    .text-block-812{font-size: 16px;}
}

/*ogranichenia*/

.org{
    padding: 6% 3%;
    background-color: #9be0ef;
    background-image: url(../images/867.png),url(../images/756.png),url(../images/foni.jpg);
    background-position: 50% 100%,50% 0,50% 0;
    background-size: contain,contain,cover;
    background-repeat: no-repeat,no-repeat,no-repeat;
    background-attachment: scroll,scroll,scroll;
}
.org_img{
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 180px;
    max-width: 320px;
}
.org_content{
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 300px;
}
.org_img img{
    max-width: 180px;
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
@media(max-width: 700px){
    .org_img img {
        max-width: 51px;
        margin-left: 0;}
}
@media(max-width: 500px){
    .org {background-size: contain,contain,100% 184%;}
}

/*rybka*/

.rybka{
    padding: 2% 3%;
}
.rybka_content{
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 300px;
}
.rybka_img{
    flex: 1;
    min-width: 170px;
    max-width: 365px;
}
.rybka_img img{
    max-width: 100%;
}
.text-span-97 {
    text-decoration: underline;
}
@media(max-width: 801px){
    .rybka_img {max-width: 250px;}
}
@media(max-width: 500px){
    .rybka_img {
        max-width: 180px;
        order: -1;
        margin-bottom: 15px;}
}

/*ng*/

.ng{
    padding: 6% 3% 1%;
    background-color: #9be0ef;
    background-image: url(../images/867.png),url(../images/756.png),url(../images/dni.png);
    background-position: 50% 100%,50% 0,50% 50%;
    background-size: contain,contain,cover;
    background-repeat: no-repeat,no-repeat,no-repeat;
}
.heading-81._3456 {
    margin-bottom: 8%;
    font-family: 'huj',sans-serif;
    font-size: 170px;
    line-height: 1em;
    font-weight: 700;
    text-shadow: 4px 4px 3px #fff;
    color: #035482;
    text-align: center;
}
/*cost*/

.cost{
    /*    min-height: 623px;
        padding: 0% 3% 8%;
        background-image: url(../images/huj.jpg), url(../images/za7.png), url(../images/435.png), url(../images/867.png), url(../images/rld.jpg);
        background-position: 90% 80%, 94% 20%, 50% 0%, 50% 100%, 5% 250px;
        background-size: 200px, 300px, contain, contain, 200px;
        background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
        background-attachment: scroll, scroll, scroll, scroll, scroll;*/
}
.cost .max .roww{
    position: relative;
    min-height: 400px;
    margin-top: 55px;
    padding: 1% 3% 3%;
    border-radius: 0 0 100px;
    background-color: #fff;
    box-shadow: 1px 1px 16px 0 #000;
    display: flex;
    align-items: center;
}
.cost_img{
    position: absolute;
    top: -38.81px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 380px;
    min-height: 500px;
    padding: 2% 1%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fef6cc;
    box-shadow: 0 3px 0 0 #035482, 4px 4px 7px 4px rgba(10,15,33,.36);
    border-radius: 20px;
}
.cost_content {
    width: 100%;
    left: 55%;
    top: auto;
    right: 0;
    bottom: 7px;
    max-width: 330px;
    position: relative;
}
.cost_img img{
    max-width: 87%;
}
.embed{margin-top: 20px;}
@media(max-width: 1281px){
    .cost .max .roww {max-height: auto;}
    .cost_content {bottom: 16px;}
}
@media(max-width: 1025px){
    .cost_content {max-width: 458px;left: 42%;}
    .cost_img {
        top: -27.81px;
        width: 321px;
        min-height: 501px;}
}
@media(max-width: 801px){
    .cost .max .roww {min-height: 377px;
                      /*max-height: 377px;*/
                      padding: 1% 3% 3%;}
    .cost_img {
        width: 287px;
        top: -8.81px;
        min-height: 400px;}
    .cost_content {
        left: 43%;
        max-width: 401px;
        width: 100%;}
    .embed {
        margin-top: 10px;
    }
    .cost .demo-btn.f-1 {max-width: 90%;}
    .cost .max .roww {display: flex;flex-wrap: wrap;}
    .cost {padding: 5% 3% 3%;}
}
@media(max-width: 700px){
    .cost .max .roww {max-height: max-content;}
    .cost_img{min-width: 250px;}
    .cost_content{min-width: 300px;}
    .cost_img{position: relative;}
    .cost_content {margin-top: 20px;left: 0%;margin-left: auto;margin-right: auto;}
    .cost_img{margin-left: auto;margin-right: auto;}
    .cost_img {min-height: 370px;}
    .cost .max .roww {padding: 5% 3% 1%;}
}
@media(max-width: 500px){
    .text-block-753:not(._988) {
        margin-top: 17px;}
    .cost_content {
        min-width: 270px;
        display: block;
        margin-right: auto;
        margin-left: auto;}
    .cost .max .roww {padding: 5% 3% 1%;margin-top: 27px;}
    .cost_content {
        margin-top: 0;
        left: 0%;
        max-width: 401px;}
    .cost {padding: 1% 3% 13%;}
}

.text-block-753 {
    margin-bottom: 1%;
    color: #bf1f3c;
    font-size: 44px;
    line-height: 1.2em;
    font-weight: 700;
}
._5656 {
    text-decoration: line-through;
}
.text-block-754 {
    margin-bottom: 6%;
    font-size: 34px;
    line-height: 1.4em;
    text-align: center;
}
.bold-text-401 {
    color: #ac0302;
}
.a-cost{
    display: block;
    width: 100%;
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 10px;
    background-color: #30ad64;
    box-shadow: inset 1px 1px 14px 0 #a8d069, 1px 6px 0 -2px #2e533e;
    font-size: 20px;
    line-height: 2.4em;
    padding: 9px 15px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}
.a-cost:hover{
    box-shadow: none;
}
.link-free{
    background-color: #fff200;
    text-transform: uppercase;
}
.hh{
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}
@media(max-width: 700px){
    .text-block-753 {font-size: 32px;}
    .text-block-754 {font-size: 28px;}
    .a-cost {max-width: 250px;font-size: 18px;}
}
@media(max-width: 500px){
    .cost_img img {max-width: 90%;}
}

/*author*/

.author{
    position: relative;
    padding: 3% 3% 0%;
    min-height: 700px;
}
.author_content{
    flex: 1;
    position: relative;
    padding-right: 10px;
    left: 25px;
    padding-top: 54px;
    min-width: 300px;
}
.author_img{
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 200px;
    max-width: 400px;
}
.author_img img{
    width: 100%;
    max-width: 100%;
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.inner_author_content{
    position: relative;
    left: 0;
    top: -14px;
    z-index: 3;
    padding: 5% 3% 6% 6%;
    border-radius: 30px;
    background-color: #fff;
    box-shadow: 4px 4px 12px 0 rgba(32,32,32,.52);
}
.text-block-628 {
    position: static;
    max-width: 550px;
    line-height: 1.4em;
    font-style: normal;
}
.imgline{
    width: 100%;
    left: 0;
    top: auto;
    right: 0;
    bottom: 0;
    display: block;
    position: absolute;
}
@media(max-width: 1281px){
    .author {
        min-height: 657px;
        background-size: 250px, auto, 250px;
        background-position: 100% 10%, 0px 0px, 0% 50%;}
}
@media(max-width: 1025px){
    .author_img {max-width: 220px;}
    .inner_author_content {
        top: -32px;
        padding: 5% 3% 6% 3%;}
}
@media(max-width: 801px){
    .text-block-628 br:not(.br){display: none;}
    .text-block-628{font-size: 16px;}
    .author {min-height: 490px;}
}
@media(max-width: 700px){
    .author_content {
        left: 0px;
        padding-top: 35px;}
    .inner_author_content {
        padding-left: 10px;
        padding-right: 10px;
        border-radius: 11px;}
}
@media(max-width: 500px){
    .author_img {
        order: -1;
        max-width: 150px;
        min-width: 150px;}
    .author {background-size: 125px, auto, 106px;}
}

.bold-text-437 {
    font-family: 'huj',sans-serif;
    color: #035482;
    font-size: 90px;
    font-weight: 500;
}
.text-block-794 {
    margin-top: 57px;
    margin-bottom: 3%;
    color: #0e1523;
    font-size: 24px;
    line-height: 1.4em;
    text-align: center;
}
.text-block-813 {
    margin-bottom: 2%;
    font-size: 38px;
    line-height: 1.2em;
    text-align: center;
    text-decoration: line-through;
}
.text-block-813._4356 {
    margin-bottom: 0;
}
.text-block-794._4567 {
    margin-top: 14px;
    border-top-style: none;
    border-top-width: 1px;
    padding-top: 2%;
}
.text-block-794 {
    margin-top: 57px;
    margin-bottom: 3%;
    color: #0e1523;
    font-size: 24px;
    line-height: 1.4em;
    text-align: center;
}
.bold-text-439 {
    color: #ac0302;
    font-size: 32px;
    font-weight: 500;
}

.d-66-button-wrapper {
    position: relative;
    display: flex;
    overflow: hidden;
    width: 300px;
    height: 50px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-radius: 5px;
    background-color: #c00202;
    text-decoration: none;
    cursor: pointer;
    transition: .4s;
    box-shadow: 1px 1px 3px 0 rgba(0,0,0,.69);
}
.d-66-button-wrapper:hover{
    box-shadow: none;
}
.d-66-text-wrapper {
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    transition: .4s;
}
.d-66-btn-text {
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    text-transform: uppercase;
    transition: .4s;
}
.d-66-icon-wrapper {
    position: relative;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 5px;
    background-color: rgba(112,3,3,.56);
    background-image: url(../images/cart.png);
    background-position: 50% 50%;
    background-size: 30px;
    background-repeat: no-repeat;
    transition: .4s;
    width: 50px;
    height: 50px;
}
.d-66-cart-icon {
    position: absolute;
    display: none;
    color: #fff;
    font-size: 16px;
    transition: .4s;
}
.text-block-794 {
    margin-top: 72px;
    margin-bottom: 1%;
    color: #0e1523;
    font-size: 24px;
    line-height: 1.4em;
    text-align: center;
}
@media(max-width: 1281px){
    .cost .max .roww {max-height: auto;}
    .cost_content {bottom: 16px;}
}
@media(max-width: 1025px){
    .cost_content {max-width: 458px;left: 42%;}
    .cost_img {
        top: -27.81px;
        width: 321px;
        min-height: 501px;}
}
@media(max-width: 801px){
    .cost .max .roww {min-height: 377px;
                      /*max-height: 377px;*/
                      padding: 1% 3% 3%;}
    .cost_img {
        width: 287px;
        top: -8.81px;
        min-height: 400px;}
    .cost_content {
        left: 43%;
        max-width: 401px;
        width: 100%;}
    .embed {
        margin-top: 10px;
    }
    .cost .demo-btn.f-1 {max-width: 90%;}
    .cost .max .roww {display: flex;flex-wrap: wrap;}
    .cost {padding: 5% 3% 3%;}
}
@media(max-width: 700px){
    .cost .max .roww {max-height: max-content;}
    .cost_img{min-width: 250px;}
    .cost_content{min-width: 300px;}
    .cost_img{position: relative;}
    .cost_content {margin-top: 20px;left: 0%;margin-left: auto;margin-right: auto;}
    .cost_img{margin-left: auto;margin-right: auto;}
    .cost_img {min-height: 370px;}
    .cost .max .roww {padding: 5% 3% 1%;}
}
@media(max-width: 500px){
    .text-block-753:not(._988) {
        margin-top: 17px;}
    .cost_content {
        min-width: 270px;
        display: block;
        margin-right: auto;
        margin-left: auto;}
    .cost .max .roww {padding: 5% 3% 1%;margin-top: 27px;}
    .cost_content {
        margin-top: 0;
        left: 0%;
        max-width: 401px;}
    .cost {padding: 1% 3% 13%;}
}
.bold-text-440 {
    color: #035482;
}

@media(max-width: 1025px){
    .heading-81._3456 {font-size: 135px;}
}
@media(max-width: 801px){
    .heading-81._3456 {font-size: 100px;margin-bottom: 0%;}
    .cost {padding: 0% 3% 0%;}
    .text-block-794 {margin-top: 51px;font-size: 19px;}
    .bold-text-437 {font-size: 74px;}
    .text-block-813 {font-size: 32px;}
    .bold-text-439 {font-size: 25px;}
    .cost .max .roww {border-radius: 0 0 50px;}
}
@media(max-width: 700px){
    .heading-81._3456 {font-size: 74px;}
}
@media(max-width: 500px){
    .heading-81._3456 {font-size: 60px;}
    .cost_img img {max-width: 76%;}
    .bold-text-437 {font-size: 57px;}
    .d-66-button-wrapper {width: 95%;}
    .cost .max .roww {border-radius: 0 0 20px;}
    .text-block-794 {margin-top: 25px;font-size: 16px;}
    .mem{margin-top: 43px;}
    .bff{margin-bottom: 4%;}
}
@media(max-width: 330px){
    .heading-81._3456 {font-size: 50px;}
}

.heading-81._5678468767 {
    margin-bottom: 2%;
    font-family: 'huj',sans-serif;
    font-size: 90px;
    line-height: 1em;
    font-weight: 500;
    color: #035482;
    text-align: center;
}
.lineimg{
    display: block;
    margin-right: auto;
    margin-bottom: 3%;
    margin-left: auto;
    width: 100%;
    max-width: 419px;
}
.text-span-98, .text-span-99 {
    text-decoration: underline;
}
.lim .d-66-button-wrapper._43564 {
    width: 400px;
    height: 70px;
}
.lim .d-66-icon-wrapper {
    width: 70px;
    height: 70px;
}
@media(max-width: 801px){
    .heading-81._5678468767 {font-size: 76px;}
    .lineimg {max-width: 318px;}
}
@media(max-width: 500px){
    .lim .d-66-button-wrapper._43564 {
        width: 300px;
        height: 50px;}
    .lim .d-66-icon-wrapper {
        width: 50px;
        height: 50px;}
    #akk3 .akk-down {border-bottom: 2px solid #000;}
    .heading-81._5678468767 {font-size: 55px;}
}

/*author-2*/

.author-2{
    padding: 1% 3% 3%;
}
.author-2_content{
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 300px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.author-2_img{
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 200px;
}
.author-2_img img{
    max-width: 100%;
}
.text-block-812._435456 {
    font-size: 22px;
    line-height: 1.6em;
}
.c-2{
    padding-bottom: 8%;
    background-image: url(../images/756.png),url(../images/dni.jpg);
    background-position: 50% 0,50% 50%;
    background-size: contain,cover;
    background-repeat: no-repeat,no-repeat;
}

/*why*/

.why{
    padding: 4% 3%;
}
.why_content{
    padding-left: 10px;
    flex: 1;
    min-width: 250px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.why_img{
    max-width: 400px;
    padding: 10px;
    flex: 1;
}
.why_img, .inner-why_img{
    height: 457px;
}
.inner-why_img{
    width: 100%;
    display: flex;
    overflow: hidden;
    position: relative;
    max-width: 444px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 30px;
    background-color: transparent;
    background-image: url(../images/mrt.png);
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}
.lift{
    background: #000;
    color: #fff;
    width: 100%;
    padding-bottom: 10px;
    height: fit-content;
    position: absolute;
    bottom: -225px;
    top: auto;
    left: 0;
    right: 0;
    transition: all .3s ease-in-out;
}
.d-29-name-2 {
    padding-top: 8px;
    padding-bottom: 8px;
    display: block;
    text-align: center;
    font-size: 24px;
    line-height: 40px;
    font-weight: 400;
    position: relative;
}
.d-29-p-2{
    padding-left: 25px;
    font-size: 18px;
    line-height: 1.2em;
}
.bold-text-472 {
    float: none;
    color: #920119;
    text-align: right;
}
.bold-text-471 {
    color: #ff8900;
    font-size: 28px;
    font-weight: 400;
}
.lift.active{
    background: #fff;
    color: #000;
    bottom: 0;
}
.text-block-844 {
    font-size: 20px;
    line-height: 1.4em;
}
.text-block-850 {
    margin-top: 0;
    padding-top: 2%;
    padding-bottom: 0;
    font-size: 22px;
    line-height: 1.4em;
    text-align: center;
}

@media(max-width: 1025px){
    .why_img, .inner-why_img {height: 380px;}
    .why_img {max-width: 280px;}
    .d-29-name-2 {font-size: 23px;}
    .inner-why_img {border-radius: 18px;}
    .bold-text-471 {font-size: 23px;}
    .d-29-p-2 {padding-left: 22px;}
}
@media(max-width: 800px){
    .why_content{padding-right: 10px;}
    .text-block-844 br:not(.br){display: none;}
    .text-block-844 {font-size: 17px;}
    .lift {bottom: -213px;}
    .text-block-850 {font-size: 19px;}
}
@media(max-width: 700px){
    .why_img, .inner-why_img {height: 392px;}
    .why_img {max-width: 270px;}
    .d-29-name-2 {
        font-size: 22px;
        padding-top: 3px;
        padding-bottom: 13px;}
    .d-29-p-2 {padding-left: 13px;}
    .text-block-844 {font-size: 16px;}
}
@media(max-width: 500px){
    .why_img, .inner-why_img{display: none;}
    .why_content{padding-left: 5px;padding-right: 5px;}
    .div-block-346 {
        width: 55%;
        height: 2px;}
    .text-block-850 {font-size: 16px;margin-left: auto;margin-right: auto;max-width: 95%;}
    .text-block-850 br:not(.br){display: none;}
}
.inner-why_img.spec{
    box-shadow: inset 7px 7px 10px 0 #fff, inset -7px -7px 10px 0 #d1d9e6, -11px -11px 30px 0 #fff, 11px 11px 30px 0 #d1d9e6;
}

.input_text{
    min-height: 50px;
    margin-bottom: 5px;box-shadow: inset 1px 1px 3px 0 #002ca4;
    font-size: 18px;
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 10px;
    color: #333;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    outline: none;
}
.input_text[data-phone]{
    font-size: 16px;
}
.input_text:focus{
    border: 1px solid blue;
}
.button_submit{
    width: 100%;
    max-width: 400px;
    border-radius: 10px;
    background-color: #c00304;
    color: #fff;
    line-height: 2em;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    padding: 9px 15px;
}
.button_submit:hover{
    box-shadow: inset 1px 1px 3px 0 #000;
}
.text-block-912{
    font-size: 20px;
}
.text-block-192 {
    margin-top: 100px;
}
.d-66-icon-wrapper{
    width: 70px;
    height: 70px;
}
.d-66-button-wrapper-2._43564._45{
    cursor: pointer;
}
.heading-81._5678468767 {
    margin-bottom: 2%;
    font-family: Gogoia,sans-serif;
    color: #fff;
    font-size: 90px;
    line-height: 1em;
    font-weight: 500;
}

/*----------------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: 28px;
    right: 36px;
    width: 30px;
    height: 30px;
    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: 200px;
    padding-left: 10px;
    padding-right: 10px;
}
.block_2{
    flex: 1;
    min-width: 200px;
    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;
}
._br{display: none;}
@media(max-width: 960px){
    .win1 .modalWindow-close {right: 10px;}
}
@media(max-width: 801px){
    .win3 .modalWindow-close {
        top: 16px;
        right: 15px;}
    .win3 .modalWindow-inner {background: url(../images/qqqqq.png) 50% 50%/108% 109% no-repeat;}
    .text-block-21 {font-size: 39px;}
}
@media(max-width: 700px){
    .win3 .modalWindow-close {
        top: 12px;
        right: 12px;
        width: 30px;
        height: 30px;}
}
@media(max-width: 650px){
    .text-block-21 {margin-bottom: 7px; font-size: 32px;}
    .text-block-23 br:not(.br){display: none;}
    .win3 .modalWindow-inner {padding: 2% 2% 5% 2%;}
}
@media(max-width: 500px){
    .win3 .modalWindow-close {right: 6px;}
    .block_1, .block_2 {padding-left: 11px;padding-right: 11px;}
    .block_1{margin-bottom: 8px;}
    .text-block-21 {font-size: 26px;}
    .text-block-22 {font-size: 21px;}
    .win3 .modalWindow-inner{
        padding: 4% 3% 7% 2%;
        background: url(../images/qqqqq.png) 50% 50%/108% 111% no-repeat;}
    .win3 .modalWindow-close {
        width: 25px;
        height: 25px;
        top: 9px;}
    ._br{display: block;}
}

.text-block-44 {
    margin-bottom: 3%;
    font-size: 36px;
    line-height: 1.2em;
    text-align: left;
}
.win1_img2{
    padding-left: 10px;
    padding-right: 10px;
    flex: 1;
    min-width: 110px;
    max-width: 320px;
}
.dop-6{
    background-color: #fff;
    background-image: url(https://assets.website-files.com/5fd659e44b8460e2fe4fdd12/5fd659e44b8460b7904fdf5c_3454.png);
    background-position: 82% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}
@media(max-width: 700px){
    .win1_img2 {max-width: 195px;}
    .text-block-44 {font-size: 31px;margin-bottom: 0%;}
}

@media(max-width: 500px){
    .text-block-44 {font-size: 23px;margin-bottom: -5px;}
    .dop-7{padding: 0;}
    .dop-6 {
        background-position: 107% 107%;
        background-size: 127px;}
    .dop-8{padding-left: 20px;}
    .text-block-873 {font-size: 25px;}
    .bold-text-479 {font-size: 28px;}
    .text-block-873._4354 {font-size: 19px;}
}
@media(max-width: 333px){
    .dop-6 {
        background-position: 109% 107%;
        background-size: 118px;}
}

















