@import "lib.css" screen;

.none{
    display: none;
}
blockquote {
    padding: 10px 20px;
    line-height: 22px;
}
blockquote, figure {
    margin: 0 0 10px;
}
.tovarka{
    width: 100%;
    max-width: 400px;
    border-radius: 60px;
    background-color: #d00024;
    background-image: linear-gradient(37deg,#024e50,#00837c);
    font-size: 24px;
    line-height: 2em;
    display: block;
    margin-right: auto;
    margin-left: auto;
    box-shadow: 1px 1px 3px 0 #000;
    text-align: center;
    margin-bottom: 3%;
    padding: 9px 15px;
    color: #fff;
    text-transform: uppercase;
}
.tovarka:hover{
    background-image: linear-gradient(142deg,#00837c,#024e50);
    box-shadow: inset 2px 2px 9px 2px #012901;
}
@media(max-width: 801px){
    .tovarka {max-width: 230px;font-size: 20px;letter-spacing: 1px;padding: 4px 15px;}
}
.paragraph-2 {
    margin-bottom: 20px;
    padding-bottom: 0;
    font-size: 18px;
    line-height: 1.5em;
}
@media(max-width: 500px){
    .paragraph-2 {font-size: 16px;line-height: 1.4em;}
}

/*------first-------*/
.first{
    min-height: 800px;
    padding-top: 5%;
    padding-bottom: 5%;
    background-image: url(../images/645.png),url(../images/087.jpg);
    background-position: 50% 100%,50% 100%;
    background-size: contain,cover;
    background-repeat: no-repeat,no-repeat;
    background-attachment: scroll,scroll;
}
.h1img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 542px;
}
.h2img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 900px;
    margin-bottom: 21%;
}
.h3img{
    width: 80px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media(max-width: 1376px){
    .first {min-height: 700px;}
    .h2img {margin-bottom: 10%;max-width: 722px;}
    .h1img {max-width: 454px;}
}
@media(max-width: 1281px){
    .first {min-height: 611px;}
}
@media(max-width: 1025px){
    .first {min-height: 390px;}
    .h2img {margin-bottom: 8%;max-width: 560px;}
    .h1img {max-width: 387px;}
}
@media(max-width: 650px){
    .h2img {margin-bottom: 5%;max-width: 410px;}
    .h1img {max-width: 309px;}
    .h3img {width: 51px;}
    .first {min-height: 350px;
            padding-top: 3%;
            padding-bottom: 3%;}
}
@media(max-width: 500px){
    .first {min-height: 200px;}
    .h2img {margin-bottom: 5%;max-width: 90%;}
    .h1img {max-width: 70%;}
}

/*aside*/

aside{
    background-color: #000208;
}

.logo_link{
    display: block;
    margin-top: 10vh;
    margin-bottom: 7vh;
}
.brand-text {
    display: block;
    margin-top: 4vh !important;
    margin-bottom: 0vh;
    color: #fff;
    font-size: 26px;
    line-height: 1.4em;
    font-weight: 400;
    letter-spacing: 1px;
    transition: .3s;
    padding: .4vh 0px 1.2vh 1.6vw;
}
.brand-text:hover{
    text-decoration: underline;
}
.menu_btn{
    width: 100%;
    display: block;
    padding: 1.2vh 0px 1.2vh 1.6vw;
    font-size: 14px;
    text-transform: uppercase;
    transition: .2s;
    color: #fff;
    border-bottom: 1px solid transparent;
}
.menu_btn:hover, .active_{
    border-bottom: 1px solid #fff;
}
.zakaz{
    background-color: #e4c17e;
    color: #0a0917;
}
.zakaz:hover{
    background-color: #ffae00;
}
.text-block-200 {
    margin-bottom: 1%;
    font-size: 18px;
    line-height: 1.4em;
    text-align: left;
}
.menu_btn:active {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.84);
}
@media(max-width: 801px){
    .brand-text {margin-top: 5px !important;}
}
@media(max-width: 416px){
    .brand-text {margin-top: 8px !important;}
    .brand-text {font-size: 20px;}
}

/*header*/

header{
    display: none;
    height: 50px;
    background: #ac804d;
    position: relative;
    perspective: 1100px;
    box-shadow: 1px -1px 2px #fff;
    z-index: 3;
}
.header_nav {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    background: #000718;
    top: 50px;
    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/75% no-repeat;
}
.logo_link{
    left: 12px;
    top: 0;
    margin-top: 5px;
    margin-bottom: 0;
}
.top{
    transform: rotateX(0deg);
}
.bgr{
    background: url(../images/3menu.png) center center/75% no-repeat;
}
@media(max-width: 1025px){
    .menu_btn {padding: 11px 0px 11px 8%;}
    aside {width: 25%;}
    main {width: 75%;}
}
@media(max-width: 801px){
    aside{display: none;}
    header{display: block;}
    main{width: 100%;}
    .brand-text{padding: 0 0 0 15px;}
    .header_nav {top: 8px;}
}
@media(max-width: 500px){
    .header_nav {top: 11px;}
}

/*-----------footer----------*/

.new-footer{
    width: 100%;
    position: relative;
    z-index: 2;
}
.first-footer-block{
    position: relative;
}
.second-footer-block{
    background-color: #000;
    background-image: url(../images/123.png);
    background-position: 3px 3px;
    background-size: 35px;
    background-repeat: no-repeat;
    padding: 1%;
}
.inner-first-footer-block-2{
    background: #000;
}
.new-footer-logo{
    position: absolute;
    width: 80px;
    height: 80px;
    right: 20px;
    top: -40px;
}
.inner-second-footer-block{
    flex: 1;
    min-width: 300px;
    padding-left: 10px;
    padding-right: 10px;
}
.inner-second-footer-block-2{
    flex: 1;
    min-width: 300px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}
.new-footer-text, .new-footer-text a{
    font-family: akrobat-regular;
    font-size: 16px;
    color: white;
    line-height: 1.2em;
}
.new-footer-text a{
    text-decoration: underline;
}
.footer-max1200{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.footermax1200_{
    position: relative;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.footer-a-link{
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
    max-width: 80px;
}
.footer-a-link a img{
    width: 100%;
    max-width: 100%;
    transition: .3s;
}
.footermax1200_ a img{transition: .3s;}
.footer-a-link a img:hover, .footermax1200_ a img:hover{
    transform: scale(.95);
    opacity: .7;
}
@media(max-width: 801px){
    .new-footer-text, .new-footer-text a {font-size: 15px;}
}
@media(max-width: 416px){
    .new-footer-text, .new-footer-text a {font-size: 14px; text-align: center;}
    .new-footer-logo {width: 56px;height: 56px;top: -24px;}
    .inner-second-footer-block-2 {margin-top: 15px;margin-bottom: 15px;}
    #_1, #_2, #_3, #_4{min-width: 50%;}
    #_1, #_3{border-right: 2px solid white;}
    #_2, #_4{border-left: 2px solid white;}
}
/*-----------end footer----------*/

/*-----------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%;}
}

/*win2 author*/

.win2 .modalWindow-inner{
    max-width: 960px;
    padding: 2% 1% 1%;
}
.win2_content{
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 300px;
}
.win2_img{
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 200px;
    max-width: 384px;
}
.win2_img img{
    max-width: 100%;
}

.heading-49 {
    margin-bottom: 1%;
    color: #000;
    font-size: 36px;
    line-height: 1.2em;
    font-weight: 100;
    text-align: left;
    letter-spacing: 0;
}
.heading-49._45 {
    margin-bottom: 1%;
    text-align: left;
}
.unordered-list-6 {
    margin-top: 0;
    margin-left: 0;
    color: #ff6c00;
    font-size: 30px;
    list-style-type: square;
}
.text-block-256 {
    color: #000;
    font-size: 18px;
    font-weight: 400;
}
.list-5 {
    color: #0a3b5c;
    font-size: 30px;
    list-style-type: square;
}

@media(max-width: 801px){
    .heading-49 {font-size: 29px;}
}
@media(max-width: 500px){
    .heading-49 {font-size: 28px;}
}
@media(max-width: 321px){
    .heading-49 {font-size: 24px;}
}
.text-span-60 {font-size: 20px;}

/*----------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;
    max-width: 400px;
}
.format_img img{
    max-width: 300px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.text-block-304 a{
    color: #000;
    transition: .1s;
    display: inline-block;
}
.mailto{
    color: #0000f0 !important;
}
.mailto:hover{
    color: red;
}
.paragraph-2 a{transition: .3s;}
.paragraph-2 a:hover{
    text-decoration: underline;
    transform: scale(1.05) translateX(5px) !important;
}
.text-block-342{
    margin-bottom: 12px;
}
@media(max-width: 1376px){
    .format_img{max-width: 457px;}
}
@media(max-width: 1025px){
    .format_img{max-width: 300px;}
}
@media(max-width: 650px){
    .format_img {max-width: 233px;}
    .format_img img {max-width: 100%;}
}
@media(max-width: 500px){
    .format_img{margin-top: 20px;}
    .text-block-344 {font-size: 32px;}
    .format_img img{max-width: 90%;}
}

/*cost*/

.cost, .lim{
    padding: 6% 3% 8%;
    background-color: #4d0102;
    background-image: url(../images/898.png),url(../images/645.png);
    background-position: 50% 0,50% 100%;
    background-size: contain,contain;
    background-repeat: no-repeat,no-repeat;
}
.spech1{
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 516px;
}
.cost_img{
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 300px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.cost_img img{
    max-width: 100%;
}
.cost_content{
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 300px;
    max-width: 400px;
    max-height: 500px;
}
.inner-cost{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 20px;
    background-color: #fff9e4;
    box-shadow: 1px 1px 13px 0 rgba(1,147,96,.55);
    margin-bottom: 2%;
    font-size: 24px;
    line-height: 1em;
    min-height: 100%;
    padding: 0 8% 2%;
    min-height: 430px;
}
._899-2{margin-bottom: 20px;}
.text-block-519q {
    margin-bottom: 2%;
    font-size: 28px;
    line-height: 1em;
    font-weight: 600;
    text-align: center;
}
.bold-text-266 {
    color: #d00024;
    font-size: 40px;
    font-weight: 900;
}
.text-block-173 {
    margin-bottom: 2%;
    color: #192024;
    font-size: 26px;
    line-height: 1.4em;
    text-align: center;
}
.bold-text-255, .bold-text-256 {
    font-weight: 900;
    color: #d00024;
}
.bold-text-255 {
    font-size: 40px;
}
.text-block-551 {
    margin-bottom: 5%;
    line-height: 1.4em;
    text-align: center;
    font-size: 26px;
}
.text-block-55ww{
    color: #0057a4;
    font-size: 24px;
    cursor: pointer;
    margin-bottom: 4%;
    font-weight: 600;
    text-align: center;
    text-decoration: underline;
}
.text-block-55ww:hover{
    color: red;
}
.mv2{
    width: 70px;
}
.text-block-519, .text-block-173{
    font-size: 33px;
}
.zakaz2{
    max-width: 319px;
    margin-bottom: 11px;
    padding-right: 9px;
    padding-left: 9px;
    border-radius: 10px;
    background-color: #30ad64;
    box-shadow: 3px 3px 0 0 #350;
    color: #fff;
    font-size: 18px;
    display: block;
    line-height: 2em;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    padding: 9px 15px;
}
.zakaz2:hover{
    box-shadow: inset 3px 3px 0 0 #2f4e01;
}
@media(max-width: 1025px){
    .cost_content {max-width: 324px;}
    .zakaz2{max-width: 90%;}
    .cost{padding: 3%;}
    .inner-cost {min-height: 400px;}
    .bold-text-255 {font-size: 39px;}
}
@media(max-width: 500px){
    .inner-cost{padding-top: 10px;}
    .text-block-519q {font-size: 23px;}
    .text-block-551{font-size: 23px;}
    .bold-text-255 {font-size: 30px;}
    .mv2 {width: 51px;}
    .cost_img{margin-bottom: 20px;}
}

/*kak*/

.kak{
    padding: 3%;
}
.kak_content{
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 300px;
}
.kak_img{
    flex: 1;
    /*    padding-left: 10px;
        padding-right: 10px;*/
    min-width: 200px;
    max-width: 400px;
}
.kak_img img{
    max-width: 100%;
}
.headingq{
    margin-bottom: 3%;
    font-size: 36px;
    line-height: 1.4em;
    padding-left: 10px;
}
.div-block-169 {
    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,#006953,#ffe401);
}
.text-span-6811, .text-span-6911 {
    text-decoration: underline;
}
.text-block-5211 {
    margin-bottom: 2%;
    font-size: 18px;
    line-height: 1.4em;
}
.block-quote-8 {
    border-style: none solid none none;
    border-width: 1px 5px 1px 1px;
    border-color: #000 #ac0302 #000 #000;
    font-size: 16px;
    text-align: right;
}
.bg{background: #ac0302;font-size: 24px;
    line-height: 2em;}
@media(max-width: 1281px){
    .headingq {font-size: 40px;}
    .kak_img {max-width: 370px;}
}
@media(max-width: 1025px){
    .paragraph-2 br:not(.br){display: none;}
    .kak_img {max-width: 280px;padding-left: 10px;
              padding-right: 10px;}
    .text-block-5211 br:not(.br){display: none;}
}
@media(max-width: 500px){
    .headingq {font-size: 24px;}
    ul{padding-left: 25px;}
}

/*limit*/

.limit{
    padding: 5% 3%;
}
.heading-62 {
    font-size: 72px;
    line-height: 1em;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    color: #002e57;
}

.text-block-570 {
    margin-bottom: 5%;
    font-size: 30px;
    text-align: center;
    font-family: Georgia,Times,'Times New Roman',serif;
    color: #fff;
    line-height: 1.4em;
    font-style: italic;
}
.limit-row{
    max-width: 750px;
    justify-content: space-evenly;
    margin: 0 auto;
}
.limit-item{
    position: relative;
    flex: 1;
    min-width: 300px;
    max-width: 320px;
    border-radius: 20px;
    background-color: #ecf0f1;
    padding: 3%;
}
.text-block-569 {
    border-top: 1px solid #e4c17e;
    border-bottom: 1px solid #e4c17e;
    border-radius: 0;
    background-color: transparent;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
    color: #bec3c7;
    line-height: 1.8em;
}
.limit-item_img{
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
    max-width: 83px;
    min-width: 40px;
}
.limit-item_img img{
    max-width: 100%;
    border-radius: 50%;
}
.limit-item_content{
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 150px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.text-block-569, .text-block-570 {
    margin-bottom: 5%;
    font-size: 30px;
    text-align: center;
}
.limit-item.cur{
    z-index: 2;
    max-width: 360px;
    max-width: 360px;
    background-color: #fff9e4;
    box-shadow: 1px 1px 13px 5px rgba(255,249,228,.45);
}
.text-block-569._888 {
    color: #0a0917;
    font-weight: 400;
}
.text-block-568 {
    color: #ac0302;
    font-size: 44px;
    line-height: 1em;
    font-weight: 700;
    text-align: center;
}
.text-block-568._777 {
    color: #bec3c7;
}
.limit-item_content .text-block-429{
    font-size: 24px;
}
@media(max-width: 1025px){
    .heading-62 {font-size: 57px;}
}
@media(max-width: 801px){
    .heading-62 {font-size: 52px;}
}
@media(max-width: 500px){
    .limit-item{margin-top: 10px;}
    .necur{height: 170px;}
    .limit-item_img {max-width: 64px;}
    .heading-62 {font-size: 30px;}
    .limit-item.cur {max-width: 314px;}
    .text-block-570 {font-size: 20px;}
}

/*intuition*/

.intuition{
    padding: 0 3% 1%;
}
.list-28 {
    color: #b90642;
    font-size: 30px;
    list-style-type: square;
}
.list-31 {
    list-style-type: decimal;
}
.intuition_content{
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 300px;
}
.text-block-555 {
    padding-bottom: .5%;
    color: #0a0917;
    font-size: 18px;
    line-height: 1.4em;
}
.intuition_img{
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 200px;
    max-width: 400px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.intuition_img img{
    max-width: 100%;
}

@media(max-width: 1376px){
    .gift-item {padding: 3%;}
}
@media(max-width: 1025px){
    .intuition_img {max-width: 250px;}
    .text-block-555 br:not(.br){display: none;}
}
@media(max-width: 500px){
    .intuition_img {max-width: 260px;}
}

/*last*/

.last{
    padding: 3%;
}
.last .max{
    flex-direction: column;
    padding-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../images/876.png);
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 500px;
}
.bold-text-252 {
    color: #4d0102;
    font-size: 36px;
}
.text-block-548 {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 1.3em;
    text-align: center;
}
.minigif{
    width: 100px;
    cursor: pointer;
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 100px;
    transition: .4s;
    border-radius: 50%;
}
.minigif:hover{
    transform: scale(.95);
}

@media(max-width: 650px){
    .bold-text-252 {font-size: 25px;}
    .text-block-548 {font-size: 21px;}
    .minigif {width: 62px;height: 62px;}
}
@media(max-width: 500px){
    .last .max {min-height: 259px;}
    .minigif {width: 30px;height: 30px;}
    .bold-text-252 {font-size: 19px;}
    .text-block-548 {margin-bottom: 6px;font-size: 14px;}
}


/*gift*/

.gift{
    padding: 4% 3% 2%;
}
.gift-head{
    text-align: center;
    margin-bottom: 3%;
    color: #006953;
    font-size: 48px;
    line-height: 1.2em;
}
.text-span-65 {
    color: #d00024;
}
.gift_content{
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 300px;
}
.gift_img{
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 200px;
    max-width: 400px;
}
.gift_img img{
    max-width: 100%;
}
.text-block-571 {
    margin-bottom: 2%;
    color: #d00024;
    font-size: 30px;
    line-height: 1em;
    font-weight: 700;
    text-transform: uppercase;
}
.paragraph-4._345 {
    margin-bottom: 2%;
}
.paragraph-4 {
    margin-bottom: 41px;
    font-size: 17px;
    line-height: 1.5em;
}
.gift_row_img{
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 50px;
    max-width: 110px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.gift_row_img img{
    max-width: 100%;
}
.gift_row_content{
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 200px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
blockquote.block-quote-10{
    padding-left: 0;
}
.bold-text-254 {
    color: #b90642;
}
.pes{
    max-width: 450px;
    font-size: 22px;
    letter-spacing: 1px;
}

@media(max-width: 1025px){
    .gift-head {font-size: 41px;}
    .gift_img {max-width: 280px;}
    .paragraph-4 br:not(.br){display: none;}
    .gift_row_img {max-width: 100px;}
    .gift_row_content blockquote{font-size: 16px;}
}
@media(max-width: 500px){
    .gift-head {margin-bottom: 20px;font-size: 28px;}
    .text-block-571 {font-size: 24px;}
    .gift_row_img {padding-left: 5px;padding-right: 5px;max-width: 80px;}
    .gift_row_content blockquote{padding-right: 10px;}
    .gift_row_content blockquote br:not(.br){display: none;}
    .gift_img{margin-top: 10px;margin-bottom: 10px;}
    .pes {padding-right: 5px;padding-left: 5px;font-size: 16px;}
}
@media(max-width: 321px){
    .gift-head {font-size: 26px;}
}

/*----------------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: 10px;
    right: -33px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: .3s;
}
.text-block-21{
    margin-bottom: 16px;
    color: #a30302;
    font-size: 44px;
    line-height: 1.4em;
    text-align: center;
}
.block_1{
    flex: 1;
    min-width: 300px;
    padding-left: 10px;
    padding-right: 10px;
}
.block_2{
    flex: 1;
    min-width: 300px;
    padding-left: 10px;
    padding-right: 10px;
}
.text-block-22{
    margin-bottom: 2%;
    font-size: 24px;
    font-weight: 400;
}
.text-block-23{
    line-height: 1.3em;
    font-size: 16px;
}
@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%;}
}

/*why*/

.why{
    padding: 0 3%;
}
.why_content{
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 300px;
}
.why_img{
    flex: 1;
    max-width: 382px;
    min-width: 200px;
}
.why_img img{
    max-width: 100%;
}
.paragraph-67{
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5em;
}
@media(max-width: 1025px){
    .text-block-519, .text-block-173 {font-size: 30px;}
    .bold-text-266, .bold-text-255 {font-size: 31px;}
    .spech1 {max-width: 458px;}
    .paragraph-67 br:not(.br){display: none;}
    .why_img {max-width: 280px;padding-left: 10px;padding-right: 10px;}
}
@media(max-width: 650px){
    .spech1 {max-width: 354px;}
    .inner-cost {min-height: 323px;}
}
@media(max-width: 500px){
    .spech1 {max-width: 90%;}
}
.text-span-65f{
    color: #000;
    font-weight: 400;
}
.gift_content_title{
    align-items: center;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    background-image: -webkit-gradient(linear,left top,right top,from(#fae7a6),to(transparent));
    background-image: linear-gradient(90deg,#fae7a6,transparent);
}
.gift_content_title_img{
    flex: 1;
    max-width: 90px;
    min-width: 90px;
}
.gift_content_title_img img{
    max-width: 100%;
}
.gift_content_title_content{
    flex: 1;
    min-width: 200px;
}
.text-block-545 {
    line-height: 1.2em;
    font-weight: 600;
    font-size: 52px;
    color: #d00024;
}
.list-30 {
    color: #d00024;
    font-size: 30px;
    list-style-type: square;
}
.block-quote-8 {
    border-left-style: none;
    border-right: none;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    background-image: linear-gradient(101deg,transparent,#fae7a6);
    text-align: right;
}
.fhf{
    height: 100px;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}
.w-col-3 {
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 180px;
    max-width: 180px;
}
.w-col-6{
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
}
.div-block-167 {
    width: 100px;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    background-image: url(../images/d.gif);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
@media(max-width: 1025px){
    .text-block-545 {font-size: 45px;}
    .gift_content_title_img {max-width: 62px;min-width: 62px;}
}
@media(max-width: 650px){
    .w-col-3{display: none;}
}
@media(max-width: 500px){
    .text-block-545 {font-size: 33px;padding-left: 20px;}
    .text-block-547 br:not(.br){display: none;}
}

.img77{
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.indent{
    text-indent: -20px;
}
@media(max-width: 500px){
    .indent {text-indent: 13px;}
}