@import "lib.css" screen;

:root {
    --main: #fff;
    --darkred: #ca0607;
    --lightgray: #f5f5f5;
}
body{
    color: rgba(0,0,0,.88);
    padding: 0;
    background: #fff;}
.wrapper{
    flex: 1;
    display: flex;
    flex-direction: column;
}
main{
    flex: 1;
}
.mobile-menu{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
    display: none;
    z-index: 2;
    box-shadow: 1px 1px 3px 0 rgb(0 0 0 / 5%);
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    background: #fff;
}
.desctop-menu{
    position: fixed;
    height: 60px;
    border-bottom: 1px solid #7391b5;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.desctop-menu .max1200 .row{
    justify-content: space-between;
}
.desctop-menu_buttons{
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    transition: .3s;
}
.desctop-menu_logo{
    cursor: pointer;
    flex: 1;
    max-width: 240px;
    min-width: 60px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.desctop-menu_logo img.logo{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.desctop-menu_buttons .button-item{
    color: #7391b5;
    font-size: 16px;
    cursor: pointer;
    padding: 21px 20px;
}
.desctop-menu_buttons .button-item.active{
    color: var(--darkred);
    text-decoration: underline;
}
.desctop-menu_buttons .button-item:hover{
    text-decoration: underline;
}
.desctop-menu_buttons.active{
    position: absolute;
    left: 0;
    top: 60px;
    right: 0;
}
.mobile-menu_logo{
    flex: 1;
    max-width: 160px;
}
.mobile-menu_logo img.logo{
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    cursor: pointer;
}
.switch {
    cursor: pointer;
    right: 13px;
    top: 12px;
}
.fa.switch-btn{
    color: #7391b5;
    font-size: 22px;
}
.overlay{
    display: none;
    position: fixed;
    background: rgba(0, 0, 0, .7);
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 3;
}

nav{z-index: 444;}

@media(max-width: 977px){
    body {padding: 0;}
    .desctop-menu{position: relative;}
    .desctop-menu .max .row{height: 0;}
    .overlay.active{display: block;}
    .desctop-menu_logo{display: none;}
    .mobile-menu{display: flex;}
    .desctop-menu_buttons{
        background: var(--lightgray);
        position: relative;
        top: -300px;
        display: flex;
        justify-content: center;
        flex-direction: column;}
    .desctop-menu{
        background: transparent;
        box-shadow: none;
        height: 60px;}
    .desctop-menu_buttons .button-item.active{text-decoration: underline;}
}
@media(max-width: 500px){
    .mobile-menu_logo {max-width: 140px;}
    .mobile-menu, .desctop-menu {height: 45px;}
    .fa.switch-btn {font-size: 18px;}
    .desctop-menu_buttons.active {top: 45px;}
    .desctop-menu_buttons .button-item {padding: 12px 20px;font-size: 14px;}
}

/*;;;;;;;;;;;;;;;;;;;   footer   ;;;;;;;;;;;;;;;;;;;*/    


footer{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 1% 3%;
    background: #c7d6f0;
}
.footer-item{
    padding-left: 10px;
    padding-right: 10px;
    flex: 1;
}
.footer-item.left{
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
}
.footer-item.right{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.footer__item-img{
    flex: 1;
    max-width: 65px;
    cursor: pointer;
    transition: opacity .3s;
}
.footer__item-img:hover{
    opacity: .7;
}
.footer__item-img img{
    max-width: 40px;
}
.footer-item a{
    color: white;
}
.footer-item span, .footer-item a{    
    color: #6b6a69;
    font-size: 12px;
    line-height: 16px;}
@media(max-width: 1370px){
    .footer-item span{font-size: 14px;}
    .footer__item-img {max-width: 74px;}
    .footer__item-img img {max-width: 50px;}
}
@media(max-width: 601px){
    .footer-item span {font-size: 12px;}
    .footer__item-img img {max-width: 43px;}
}
@media(max-width: 500px){
    .footer-item.left, .footer-item.right{
        text-align: center;
        min-width: 100%;}
    .footer-item.right{justify-content: center;margin-top: 8px;margin-bottom: 8px;}
    .footer__item-img img {max-width: 37px;}
    .footer-item span {font-size: 11px;}
    footer {padding-top: 3%;}
}

.bold-text-554._4535 {
    padding-right: 20px;
    padding-left: 20px;
    background-image: url(../images/645.png);
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 48px;
}
@media(max-width: 500px){
    .bold-text-554._4535 {
        background-position: 43% 50%;
        background-size: 92% 83%;}
}


/*===============================================================*/


.section-303{
    z-index: 2;
}
/*.wrap.w50, .d2, .d6, .card._2._88._867, .d12{
    overflow: hidden;
}*/
.link-block-35{cursor: pointer;}
.section-304{z-index: 1;}
.image-417{max-width: 100%;}

/*question-answer*/
.underline{text-decoration: underline;}
.question-answer{
    padding-top: 3%;
    padding-bottom: 2%;
    /*background-color: #fff;*/
}
.akk3, .embed{
    margin-bottom: 5%;
}
#akk3 .akk-item{
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
    border-left: 3px solid #c7d6f0;
    margin-bottom: 8px;
}
#akk3 .akk-top{
    position: relative;
    display: flex;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 15px;
    padding-left: 15px;
    cursor: pointer;
    background-color: #e6eefe;
    /*box-shadow: 1px 1px 3px 0 #000;*/
}
#akk3 .akk-top:hover{
    background-color: #bed3ff;
}
#akk3 .akar_up_active{
    background-color: #bed3ff;
}
#akk3 .akk_title{
    flex: 1;
    min-width: 200px;
    color: #000;
    font-size: 22px;
    line-height: 1.2em;
}
#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{
    margin-bottom: 8px;
    padding: 20px;
    background-color: #fff;
}
.paragraph-4 {
    padding-top: 2%;
    padding-bottom: 2%;
    font-size: 18px;
    line-height: 1.4em;
}
#akk3 .paragraph-4 {
    padding-top: 2%;
    padding-bottom: 2%;
    font-size: 18px;
    line-height: 1.4em;
}
.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 #ffbc00;
    color: #ff9500;
    font-size: 24px;
    display: block;
}
.slide_body{
    font-size: 16px;
    line-height: 1.4em;
    max-width: 98%;
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.slide_sub{
    width: 100%;
    text-align: right;
    font-size: 16px;
    display: block;
}
.em{
    font-style: italic;
}
.slide_dalee{
    text-decoration: underline;
    cursor: pointer;
    color: #0055f2;
}
.slide_dalee:hover{
    color: red;
}
.slide_hide{
    display: none;
}
.delivery_link{font-size: 16px;}
#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;
}
#akk3 .bold-text-362 {
    color: #c00202;
}
.unordered-list-8 {
    margin-top: 0;
    margin-left: 0;
    color: #0e1523;
    font-size: 30px;
    list-style-type: square;
}
.text-block-616 {
    padding-bottom: 0;
    color: #000;
    font-size: 18px;
}
.text-block-684 {
    font-size: 20px;
    line-height: 1.4em;
}
.bold-text-338 {
    color: #00599c;
    font-size: 24px;
}
.polosa.zzz strong, .polosa.zzz{
    display: flex;
    justify-content: center;
    align-items: center;
}
.heading-63._45{
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 4px;
}

.akk-down1_content{
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 280px;
}
.text-block-314 {
    margin-top: 3%;
    margin-bottom: 3%;
    font-size: 24px;
    line-height: 1.2em;
}
.delivery{
    padding-top: 3%;
}
.delivery_content{
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 200px;
}
.delivery_img{
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 150px;
    max-width: 300px;
}
.delivery_img img{
    max-width: 100%;
}
.text-block-617 {
    margin-bottom: 3%;
    font-size: 24px;
    text-align: center;
}
.text-block-759 {
    margin-bottom: 2%;
    font-size: 16px;
    line-height: 1.4em;
}
.list-4 {
    color: #f3002e;
    font-size: 24px;
    padding-bottom: 3%;
}
.text-block-193 {
    margin-bottom: 1%;
    color: #192024;
    font-size: 16px;
}
.support{
    padding-top: 3%;
    margin-left: -10px;
    margin-right: -10px;
}
.support_content{
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 200px;
}
.support_img{
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 200px;
    max-width: 320px;
}
.support_img img{
    max-width: 100%;
}
.list-36 {
    color: #687c4b;
    font-size: 24px;
    font-weight: 900;
    list-style-type: decimal;
}
#akk3 .text-block-769{
    padding-bottom: .5%;
}
.s_content{
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 250px;
}
.s_img{
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 150px;
    max-width: 257px;
}
.s_img img{
    max-width: 100%;
}
.list-50 {
    color: #ff7301;
    font-size: 24px;
    list-style-type: square;
}
.text-block-750 {
    padding-bottom: .5%;
    color: #000;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
}
.text-block-7653{
    margin-bottom: 1%;
    font-size: 44px;
    line-height: 1.8em;
    font-weight: 600;
    text-align: center;
}
@media(max-width: 1025px){
    .slide_content br:not(.br){display: none;}
}
@media(max-width: 801px){
    .text-block-7653{font-size: 34px;}
}
@media(max-width: 700px){
    #akk3 .akk_title {font-size: 20px;}
    .support{margin-left: auto;margin-right: auto;}
    .text-block-765 {font-size: 38px;}
    .text-block-314 {font-size: 20px;}
    .protivopokazaniya_text, .text-block-750{font-size: 16px;}
    .protivopokazaniya_img img {width: 27px;}
    .protivopokazaniya_img {max-width: 44px;}
    .support_content{padding-left: 0;padding-right: 0;}
    .support_img {max-width: 220px;}
    .delivery_content{padding-left: 0;padding-right: 0;padding-bottom: 10px;}
    .delivery_img {max-width: 194px;}
    .text-block-759 br:not(.br){display: none;}
    #akk3 .akk-item{max-width: 96%;}
}
@media(max-width: 500px){
    .delivery_img{order: -1;margin-bottom: 10px;}
    .akk3{margin-bottom: 25px;}
    #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, #akk1 .akk_title_img{max-width: 10px;}
    .s_img {
        margin-top: 15px;
        max-width: 220px;}
    .heading-76 {font-size: 32px;}
    #akk3 .heading-63 {font-size: 22px;}
    .text-block-684 {font-size: 18px;}
    .bold-text-338 {font-size: 21px;}
    #akk3 .akk-down_img img {max-width: 70%;}
    .textgif {max-width: 70%;}
    #tuu {margin-bottom: 15px;font-size: 38px;}
    #akk3 .akk_title {font-size: 18px;}
    #akk3 .akk-top {
        padding-right: 9px;
        padding-left: 9px;
        padding-top: 10px;
        padding-bottom: 10px;}
    .text-block-753 {font-size: 28px;}
    .slide {
        min-height: auto;
        padding: 2% 1%;}
    .slide_content{background-size: auto,60px;}
    .paragraph-4{font-size: 16px;}
    .paragraph-4 br:not(.br){display: none;}
    .text-block-722 {font-size: 14px;}
    ul.list-46{padding-left: 33px;}
    .list-46 {font-size: 23px;}
    .bold-text-388 {font-size: 17px;}
    .polosa {
        font-size: 15px;
        padding: 5px 6px;
        max-width: 73%;}
    .button_submit {
        width: 80%;
        font-size: 19px;
        padding: 5px 15px;}
    .spanbtn {max-width: 70%;font-size: 17px;padding: 5px 15px;}
    #akk3 .akk_title_img {max-width: 10px;}
    .text-block-765 {font-size: 27px;}
}

[data-show]{display: none;}

.mailto:hover{
    text-decoration: underline;
}

/*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 .akk-top{align-items: center;}