@import "lib.css" screen;

.none{
    display: none;
}

.first{
    display: flex;
    height: auto;
    min-height: 600px;
    padding-top: 0;
    padding-bottom: 0;
    justify-content: center;
    align-items: center;
    background-color: #b4f6ff;
    background-image: url(../images/621.jpg);
    background-position: 50% 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
}
.first_empty{
    flex: 1;
    max-width: 400px;
}
.first_content{
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 300px;
}
.heading-65 {
    margin-bottom: 1px;
    color: #3c6ab7;
    font-size: 63px;
    text-transform: uppercase;
    line-height: 1em;
}
.heading-66 {
    margin-top: 6px;
    margin-bottom: 5%;
    margin-left: 0;
    padding-right: 0;
    color: #b90642;
    font-size: 79px;
    font-weight: 900;
    line-height: 1em;
}

.btn {
    width: 100%;
    max-width: 270px;
    border-radius: 50px;
    background-color: #b90642;
    box-shadow: 2px 2px 0 1px #690225;
    line-height: 2em;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    display: block;
    padding: 9px 15px;
    color: #fff;
    cursor: pointer;
    transition: .4s;
}
.btn:hover{
    background-color: #e2034e;
    box-shadow: inset 2px 2px 0 1px #690225;
}
.text-span-58 {
    font-size: 30px;
    line-height: .9em;
    font-weight: 900;
}
@media(max-width: 1367px){
    .btn {max-width: 267px;font-size: 18px;}
    .heading-65 {font-size: 54px;}
    .heading-66 {font-size: 69px;}
    .first_content {max-width: 500px;}
}
@media(max-width: 1025px){
    .first_empty {max-width: 227px;}
    .heading-65 {font-size: 48px;}
    .heading-66 {font-size: 61px;}
    .first_content {max-width: 448px;}
    .first {min-height: 447px;background-position: 62% 0;}
}
@media(max-width: 500px){
    .btn {margin-top: 45px;}
    .first_empty{display: none;}
    .heading-65 {font-size: 28px;text-shadow: 1px 1px 5px #fff;}
    .heading-66 {font-size: 40px;text-shadow: 1px 1px 1px #fff;}
    .first {display: none;}
}

.rotate {
    transform: rotateX(90deg);
}
.top5{
    position: relative;
    top: 5%;
}

/*aside*/

aside{
    background-image: linear-gradient(132deg,#3c6ab7 24%,#b90642);
}

.logo_link{
    display: block;
    margin-top: 10vh;
    margin-bottom: 7vh;
}
.brand-text {
    display: block;
    margin-top: 2vh;
    margin-bottom: 0vh;
    color: #fff;
    font-size: 26px;
    line-height: 1.4em;
    font-weight: 400;
    letter-spacing: 1px;
    transition: .3s;
    padding: 2vh 0px 2vh 1.7vw;
}
.brand-text:hover{
    text-decoration: underline;
}
.menu_btn{
    width: 100%;
    display: block;
    padding: 1.1vh 0px 1.1vh 9%;
    font-size: 14px;
    text-transform: uppercase;
    transition: .2s;
    color: #fff;
    letter-spacing: 1px;
    border-bottom: 1px solid transparent;
    cursor: pointer;
}
.menu_btn:hover, .active_{
    border-bottom: 1px solid #fff;
}
.text-block-200 {
    margin-bottom: 1%;
    font-size: 18px;
    line-height: 1.4em;
    text-align: left;
}
.zakaz{
    background-color: #fff200;
    color: #0a0917;
}
.zakaz:hover{
    background-color: #0787f8;
}
.zakaz:active {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.84);
}
.menu_btn:active {
    box-shadow: inset 0 2px 4px 0 rgba(0,0,0,.84);
}
@media(max-width: 801px){
    .brand-text {
        margin-top: -6px;
        margin-bottom: 0vh;
        padding: 1vh 0px 0vh 2vw;
        color: #fff;
    }
}
@media(max-width: 416px){
    .brand-text {font-size: 20px;}
}

/*aside_win*/

.side_win_img{
    position: absolute;
    width: 40px;
    height: 40px;
    top: 10px;
    right: 10px;
    cursor: pointer;
    transition: .3s;
}
[src="images/hone2.png"]{
    display: block;
    width: 80%;
    margin-right: auto;
    margin-bottom: 6px;
    margin-left: auto;
    max-width: 292px;
}
.side_win_img:hover{
    transform: scale(.7);
}
.rotate{
    transform: rotateX(90deg);
}
.text-block-312 {
    margin-bottom: 7px;
    color: #fff;
    font-size: 22px;
    line-height: 1.4em;
    text-align: center;
}
.bold-text-152 {
    color: #ffae00;
    font-size: 30px;
}
.text-span-39 {
    color: #e00223;
}
.text-block-313 {
    margin-bottom: 10px;
    color: #fff;
    text-align: center;
}
.embed{
    margin-bottom: 11px;
    text-align: center;
}
.aside_btn{
    transition: .3s;
    border-radius: 50px;
    border-color: #ff0040;
    background-color: #b90642;
    color: #ffffff;
    font-size: 18px;
    letter-spacing: 2px;
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    line-height: 1.8em;
    text-align: center;
    max-width: 370px;
    text-transform: uppercase;
    padding: 9px 15px;
}
.aside_btn:hover{
    background-color: #e00223;
    background-image: none;
    color: #fff;
}
@media(max-width: 1379px){
    .side_win_img {width: 35px;
                   height: 35px;
                   top: 5px;
                   right: 5px;}
    .brand-text {font-size: 24px;}
    .text-block-312 {font-size: 20px;}
    .bold-text-152 {font-size: 25px;}
}

/*header*/

header{
    z-index: 8299;
    display: none;
    height: 50px;
    background-image: linear-gradient(132deg,#3c6ab7 24%,#b90642);
    position: relative;
    perspective: 1100px;
    box-shadow: 1px -1px 2px #fff;
}
.header_nav {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    background-image: linear-gradient(132deg,#3c6ab7 24%,#b90642);
    top: 9px;
    transition: .4s;
    backface-visibility: hidden;
    transform-origin: center top;
    transform: rotateX(-90deg);
}
.switch{
    position: absolute;
    height: 50px;
    width: 50px;
    right: 0;
    top: 0px;
    cursor: pointer;
    background: url(../images/2menu.png) center center/45% no-repeat;
}
.top{
    transform: rotateX(0deg);
}
.bgr{
    background: url(../images/3menu.png) center center/45% no-repeat;
}
@media(max-width: 1025px){
    .menu_btn {padding: 11px 0px 11px 8%;}
    aside {width: 25%;}
    main {width: 75%;}
}
@media(max-width: 801px){
    .brand-text {margin-top: -5px;}
    aside{display: none;}
    header{display: block;}
    main{width: 100%;}
}
@media(max-width: 450px){
    .header_nav {top: 15px;}
}

/*---------win2--------*/

.win2 .aside_btn{
    max-width: 300px;
}

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

.footer{
    position: relative;
    padding: 2%;
    background-color: #142d6a;
    background-image: url(../images/123.png),url(../images/a6.png);
    background-position: 0 0,0 0;
    background-size: 30px,125px;
    background-repeat: no-repeat,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: #fff;
    font-size: 14px;
    line-height: 19px;
}
.footer__info{
    color: #fff;
}
.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: 200px;}
    .footer__item-text{text-align: center;}
    .footer__item-img {width: 38px;}
}
@media(max-width: 801px){
    .footer__last-item{margin-top: 10px;}
}

/*-----------end footer----------*/

/*----------------garant--------------*/

.win1 .modalWindow-inner{
    padding: 2% 3% 5% 5%;
    background: url(../images/qqqqq.png) 50% 50%/100% 100% no-repeat;
}
.win1 .modalWindow-close {
    position: absolute;
    top: -20px;
    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;
}
.text-block-172._756{
    font-size: 16px;
    line-height: 1.4em;
}
.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;
}
@media(max-width: 960px){
    .win1 .modalWindow-close {right: 10px;}
}
@media(max-width: 650px){
    .text-block-21 {margin-bottom: 7px; font-size: 32px;}
    .win1 .modalWindow-inner {padding: 7% 3% 12% 5%;}
}

/*-----------garant-2------------*/
.win3 .modalWindow-inner{
    padding: 3% 1% 2%;
    max-width: 960px;
}
.win3_content_1{
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 300px;
}
.win3_content_2{
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 300px;
    max-width: 384.14px;
}
.text-block-192 {
    margin-bottom: 3%;
    font-size: 24px;
    text-align: center;
}
.inner_win3_content{
    flex: 1;
    min-width: 200px;
}
.inner_win3_img{
    flex: 1;
    max-width: 129px;
    min-width: 100px;
}
.inner_win3_img img{
    max-width: 100%;
}
.text-block-194 {
    margin-bottom: 2%;
    font-size: 16px;
    line-height: 1.4em;
}
.text-block-194 .aeb a{color: #000;text-decoration: underline;}
.list-4 {
    color: #f3002e;
    font-size: 24px;
}
.text-block-193 {
    color: #192024;
    font-size: 16px;
}
.text-block-193 a{text-decoration: underline;}
.text-block-496 {
    margin-bottom: 2%;
    font-size: 16px;
    line-height: 1.4em;
}
@media(max-width: 801px){
    .text-block-496 br:not(.br){display: none;}
    .text-block-194 br:not(.br){display: none;}
    .win3_content_2 {max-width: 300.14px;}
    .inner_win3_img {max-width: 100px;}
}
@media(max-width: 500px){
    .win3_content_2 {max-width: 100%;}
}


/*-----------desc----------*/

.desc{
    padding: 3%;
    background: #fff;
}
.heading31 {
    font-size: 40px;
    line-height: 1.2em;
    margin-bottom: 6px;
    font-family: akrobat-extrabold;
    text-transform: uppercase;
}
.bold-text-w7 {
    color: #292525;
}

.desc_content{
    flex: 1;
    min-width: 300px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.desc_img{
    flex: 1;
    min-width: 300px;
    padding-left: 10px;
    padding-right: 10px;
    max-width: 400px;
}
.desc_img img{
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.div-block-63 {
    height: 5px;
    max-width: 350px;
    margin-bottom: 3%;
    border-bottom: 1px none #404047;
    border-bottom-right-radius: 50px;
    background-color: #ae0124;
    background-image: linear-gradient(135deg,#3c6ab7,#b90642);
}
.text-block-225 {
    margin-bottom: 2%;
    color: #192024;
    line-height: 1.4em;
}
.bold-text-169, .bold-text-170, .bold-text-171 {
    color: #e41501;
}
.text-block-225 strong{font-family: akrobat-extrabold;}
.c-item{
    flex: 1;
    min-width: 240px;
    padding-left: 10px;
    padding-right: 10px;
    max-width: 240px;
}
.inner-c-item{
    padding: 11% 5%;
    border-radius: 200px;
    box-shadow: 4px 4px 18px 4px rgba(72, 169, 0, 0.22);
}
.inner-c-item img{
    display: block;
    width: 100%;
    max-width: 120px;
    margin-right: auto;
    margin-bottom: 3%;
    margin-left: auto;
}
.text-block-345 {
    font-size: 18px;
    text-align: center;
}
.list-2822 {
    color: #b90642;
    font-size: 30px;
    list-style-type: square;
}
.waqw {
    padding-bottom: .5%;
    color: #0a0917;
    font-size: 17px;
    line-height: 22px;
}

@media(max-width: 1025px){
    .div-block-63 {margin-bottom: 2%;}
    .heading31 {font-size: 36px;}
    .text-block-225 br:not(.br){display: none;}
    .desc_img {min-width: 199px;max-width: 262px;}
    .desc_content {justify-content: flex-start;}
    .desc_img img{display: block;margin-left: auto;margin-right: auto;}
}
@media(max-width: 866px){
}
@media(max-width: 450px){
    .heading31 {font-size: 26px;}
    .desc_img{order: -1;}
    .heading-51 {font-size: 32px;}
    .c-item{margin-bottom: 15px;}
    .div-block-63 {max-width: 195px;}
}

/*----------format--------*/

.format{
    padding: 3%;
}
.list-12 {
    list-style-type: decimal;
    font-size: 18px;
}
.text-block-344 {
    margin-bottom: 1%;
    padding-top: 20px;
    padding-bottom: 3px;
    font-size: 44px;
    text-transform: uppercase;
}
.format_content{
    flex: 1;
    min-width: 300px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.format_img{
    flex: 1;
    min-width: 200px;
    padding-left: 10px;
    padding-right: 10px;
}
.format_img img{
    max-width: 100%;
}
.text-block-304 {
    margin-bottom: 2%;
    margin-left: 0%;
    font-size: 16px;
    line-height: 1.4em;
}
.text-block-304 a{
    color: #000;
    transition: .1s;
    display: inline-block;
}
.mailto{
    color: #0000f0 !important;
}
.mailto:hover{
    color: red;
}
.text-block-304 a:hover,
.text-block-332 a:hover{
    text-decoration: underline;
    transform: scale(1.05) translateX(5px);
}
.text-block-342{
    margin-bottom: 12px;
}

@media(max-width: 1025px){
    .text-block-304 br:not(.br){display: none;}
}
@media(max-width: 500px){
    .format_img{margin-top: 20px;}
    .text-block-344 {font-size: 32px;}
}




.win2 .modalWindow-inner{
    background: transparent;
}
.win2 .modalWindow-close{
    top: -17px;
}
.win2{
    background-image: linear-gradient(132deg,#3c6ab7 24%,#b90642);
}

/*;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;*/

/*win2 author*/

.win22 .modalWindow-inner{
    max-width: 960px;
    padding: 2% 1% 1%;
    background-image: url(../images/8767656.jpg);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
.win22_img{
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 200px;
    max-width: 400px;
}
.win22_img img{
    max-width: 100%;
}
.win22_content{
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 300px;
}
.heading-59 {
    margin-bottom: 1%;
    color: #0a0917;
    font-size: 38px;
    line-height: 1.2em;
    font-style: normal;
    text-align: left;
    text-transform: uppercase;
}
.win22 .waqw{
    margin-bottom: -7px;
}
.text-block-576 {
    margin-bottom: 2%;
    font-size: 30px;
    line-height: 1.2em;
}
.block-576_content{
    flex: 1;
    max-width: 210px;
}
.block-quote-13{
    padding: 10px 20px;
    border-left: 5px solid #b90642;
    font-size: 18px;
    line-height: 22px;
}
.bold-text-257 {
    color: #3c6ab7;
    font-size: 26px;
}

@media(max-width: 801px){
    .heading-59 {font-size: 25px;}
    .text-block-576 {font-size: 26px;}
    .bold-text-257 {font-size: 22px;}
    .block-quote-13 {padding: 7px 10px;font-size: 16px;line-height: 18px;}
}
@media(max-width: 500px){
    .block-576_content {
        max-width: 300px;
        min-width: 300px;
        margin-top: 5px;}
    .text-block-576 {font-size: 22px;}
}


/*limit*/

.limit{
    padding: 5% 3% 4%;
}
.heading-88{
    margin-bottom: 3%;
    color: #3c6ab7;
    font-size: 48px;
    text-align: center;
}
.text-block-525 {
    color: #790510;
    line-height: 1.4em;
    text-align: center;
    font-style: italic;
    font-size: 30px;
    margin-bottom: 5%;
}
.limit_item.cur{
    flex: 1;
    max-width: 376px;
    padding: 3%;
    border-radius: 20px;
    box-shadow: 1px 1px 13px 5px rgba(7,135,248,.24);
    background: #fff;
}
.limit_item{
    flex: 1;
    max-width: 319px;
    background: #ecf0f1;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    min-width: 300px;
    margin-top: 10px;
}
.text-block-526 {
    border-bottom: 1px solid #090;
    border-radius: 0;
    background-color: transparent;
    color: #bec3c7;
    line-height: 1.8em;
    text-align: center;
}
.text-block-525, .text-block-526 {
    font-size: 30px;
    margin-bottom: 5%;
}
.text-block-526._888 {
    color: #0a0917;
}
.text-block-527 {
    margin-bottom: 5%;
    color: #ae0124;
    font-size: 44px;
    line-height: 1em;
    font-weight: 700;
    text-align: center;
}
._img{
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 30px;
    max-width: 77px;
}
._img img{
    max-width: 100%;
}
._content{
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 100px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.text-block-528{
    font-size: 20px;
}
.text-block-527.aeb.ff, .ll1{
    color: #bec3c7 !important;
}
.hhk{
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 3%;
}
.otzyvy{
    background-color: #3c6ab7;
    box-shadow: 2px 2px 0 1px #002e57;
    margin-bottom: 1%;
    max-width: 450px;
    text-transform: uppercase;
    width: 100%;
    line-height: 2em;
    text-align: center;
    border-radius: 50px;
    margin-right: auto;
    margin-left: auto;
    display: block;
    padding: 9px 15px;
    cursor: pointer;
    color: #fff;
    margin-top: 20px;
}
.otzyvy:hover{
    box-shadow: inset 2px 2px 0 1px #002e57;
}
@media(max-width: 500px){
    .heading-88 {font-size: 34px;}
    .text-block-525, .text-block-526 {font-size: 21px;}
}

/*slide*/

.slide{
    padding: 3%;
}
.slide_menu{
    flex: 1;
    padding: 3%;
    border-radius: 20px;
    box-shadow: 1px 1px 3px 0 #3c6ab7;
    min-width: 300px;
    max-width: 423px;
}
.slide_content{
    flex: 1;
    min-width: 300px;
}
.sl-title{
    padding: 10px;
    margin-bottom: 3%;
}
.text-block-572._3452 {
    line-height: 1.4em;
    letter-spacing: 0;
    text-transform: none;
}
.bold-text-256 {
    color: #8f2768;
    font-size: 32px;
    text-transform: uppercase;
}
.slide-btn{
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    background-color: #3c6ab7;
    letter-spacing: 2px;
    margin-bottom: 3%;
    border-radius: 50px;
    color: #fff;
    line-height: 2em;
    text-align: center;
    display: inline-block;
    padding: 9px 30px;
    cursor: pointer;
    background-image: linear-gradient(305deg,#b90642,#3c6ab7 75%);
}
.slide-btn:hover, .btn_current {
    background-color: #b90642;
    background-image: linear-gradient(139deg,#b90642,#3c6ab7 75%);
}
.first_slide_content img{
    margin-right: auto;
    margin-left: auto;
    display: block;
    max-width: 360px;
}
[class^="inner_slide_content-"]{
    padding-top: 20px;
    padding-left: 20px;
}
.text-block-575 {
    margin-bottom: 1%;
    font-size: 30px;
    line-height: 1.2em;
    color: #3c6ab7;
}
.list-31 {
    color: #b90642;
    list-style-type: square;
}
.text-block-574 {
    padding-bottom: 2%;
    color: #0a0917;
}
.text-block-573 {
    margin-bottom: 2%;
    line-height: 1.2em;
}
.block-quote-12{
    padding: 10px 20px;
    border-left: 5px solid #b90642;
    font-size: 18px;
    line-height: 22px;
}
.control-btn{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 10px;
}
.nazad, .dalee{
    padding: 7px 10px;
    cursor: pointer;
    color: #fff;
    background-image: linear-gradient(305deg,#b90642,#3c6ab7 75%);
}
.dalee{
    border-radius: 5px 25px 25px 5px;
}
.nazad{
    border-radius: 25px 5px 5px 25px;
}
@media(max-width: 1025px){
    .slide-btn {
        padding: 9px 8px;
        font-size: 17px;}
    .first_slide_content img {max-width: 90%;}
    .text-block-575 {font-size: 23px;}
    .text-block-573 br:not(.br){display: none;}
}

/*why*/

.why{
    padding: 4% 3% 0;
}
.why_content{
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 300px;
}
.why_img{
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 200px;
    max-width: 320px;
}
.why_img img{
    max-width: 100%;
    border-bottom-left-radius: 200px;
    border-bottom-right-radius: 200px;
}
.text-block-536 {
    margin-bottom: 2%;
    font-size: 18px;
    line-height: 1.4em;
}
@media(max-width: 1025px){
    .why_img {max-width: 260px;}
    .text-block-536 br:not(.br){display: none;}
}

/*ogr*/

.ogr{
    padding: 3% 3% 4%;
}
.ogr_img{
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 200px;
}
.ogr_img img{
    max-width: 100%;
}
.ogr_content{
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 300px;
}
@media(max-width: 500px){
    .ogr {padding: 12% 3% 4%;}
    .ogr_img img {max-width: 34%;transform: rotate(90deg);display: block;
                  margin: auto;}
    .ogr_img {min-height: 130px;}
}

/*cost*/

.cost{
    padding: 3% 3% 1%;
    background-image: url(../images/lid.jpg);
    background-position: 50% 100%;
    background-size: cover;
    background-repeat: no-repeat;
}
.cost_img{
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 300px;
}
.cost_img img{
    max-width: 100%;
}
.cost_content{
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 300px;
    max-width: 400px;
}
.cost_content_inner{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    box-shadow: 1px 1px 13px 0 rgba(7,135,248,.6);
    min-height: 420px;
    padding: 0 8% 2%;
    border-radius: 20px;
}
.text-block-519 {
    margin-bottom: 2%;
    font-size: 28px;
    line-height: 1em;
    font-weight: 600;
    text-align: center;
    text-decoration: line-through;
}
.text-block-173 {
    margin-bottom: 2%;
    color: #192024;
    font-size: 28px;
    line-height: 1.4em;
    text-align: center;
}
.bold-text-248 {
    color: #ae0124;
}
.bold-text-243, .bold-text-244 {
    color: #d00024;
    font-weight: 900;
}
.besplatno{
    color: #0057a4;
    font-size: 24px;
    text-decoration: underline;
    cursor: pointer;
}
.besplatno:hover{
    color: #d00024;
}
.cost-btn{
    display: block;
    background-color: #090;
    box-shadow: 3px 3px 0 0 #015825;
    font-size: 24px;
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
    border-radius: 50px;
    line-height: 2em;
    text-align: center;
    width: 100%;
    letter-spacing: 1px;
    margin-bottom: 3%;
    padding: 9px 15px;
    color: #fff;
}
.cost-btn:hover {
    background-color: #090;
    box-shadow: inset 2px 2px 9px 2px #012901;
}
._899 {
    margin-bottom: 2%;
    font-size: 22px;
}

/*gift*/

.gift{
    padding: 4% 3% 5%;
}
.heading-56._988._8776 {
    margin-bottom: 3%;
    color: #3c6ab7;
    font-size: 48px;
}
.bold-text-258, .text-span-65 {
    color: #b90642;
}
.text-block-571 {
    margin-bottom: 2%;
    color: #ac0302;
    font-size: 30px;
    line-height: 1em;
    font-weight: 700;
    text-transform: uppercase;
}
.gift_img{
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 300px;
    max-width: 400px;
}
.gift_img img{
    max-width: 100%;
}
.block-quote-11, .heading-67 {
    font-family: Georgia,Times,'Times New Roman',serif;
    font-style: italic;
    font-size: 16px;
    text-align: center;
}
.block-quote-10 {
    padding-left: 80px;
    background-image: url(../images/ggg.jpg);
    background-position: 0 50%;
    background-size: 68px;
    background-repeat: no-repeat;
    line-height: 24px;
}
.bold-text-254 {
    color: #b90642;
}
.gift_content{
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 300px;
}
.paragraph-4 {
    margin-bottom: 41px;
    font-size: 17px;
    line-height: 1.5em;
}
.paragraph-4._345 {
    margin-bottom: 2%;
}
.gift-btn{
    max-width: 450px;
    text-transform: uppercase;
    width: 100%;
    border-radius: 50px;
    background-color: #b90642;
    box-shadow: 2px 2px 0 1px #690225;
    line-height: 2em;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    display: block;
    padding: 9px 15px;
    color: #fff;
}
.gift-btn:hover {
    background-color: #e2034e;
    box-shadow: inset 2px 2px 0 1px #690225;
}
.aa2{display: none;}
@media(max-width: 1025px){
    .text-block-571 {font-size: 22px;}
    .heading-56._988._8776 {font-size: 38px;}
    .waqw br:not(.br){display: none;}
    .paragraph-4._345 br:not(.br){display: none;}
}
._br{display: none;}
@media(max-width: 500px){
    .aa1{display: none;}
    .aa2{display: block;}
    .block-quote-10 {
        padding-left: 66px;
        margin-bottom: 20px;
        background-size: 56px;}
    .heading-56._988._8776 {font-size: 23px;text-align: center;}
    .brand-text {
        font-size: 19px;
        margin-top: 1px;}
    ul.list-2822 {
        font-size: 20px;
        padding-left: 27px;}
    .waqw{padding-bottom: 7px;font-size: 16px;}
    .text-block-225, .text-block-536{font-size: 16px;}
    .first_slide_content img {
        max-width: 180px;
        margin-top: 21px;}
    .why_img {
        max-width: 150px;
        min-width: 140px;}
    .format_img{display: none;}
    .cost_content_inner {
        min-height: 300px;
        padding: 0 3% 2%;
        border-radius: 10px;}
    .cost .cost-btn{
        font-size: 18px;
        max-width: 90%;}
    .paragraph-4, .text-block-573, .text-block-574 {
        font-size: 16px;
        line-height: 1.4em;}
    ._br{display: block;}
    .bold-text-258{line-height: 1.4em;}
    .cost_img{
        max-width: 220px;
        min-width: 200px;
        margin-bottom: 15px;}
    .block-quote-12 {
        padding: 4px 10px;
        font-size: 16px;}
    .bold-text-256 {
        color: #8f2768;
        font-size: 26px;}
    #y2 .heading31, #y2 .div-block-63{margin-left: 10px;}
    #y2 .div-block-63{margin-bottom: 15px;}
    [src="images/nost.png"] {
        display: block;
        margin-right: auto;
        margin-left: auto;
        max-width: 70%;}
    .modalWindow-close {
        width: 30px;
        height: 30px;}
    .block-quote-10{font-size: 17px;}
}

/*cart-style*/
.no-btn{
    background-image: linear-gradient(rgb(151, 151, 151), rgb(61, 58, 58)) !important;
}