/*@font-face {*/
/*    font-family: 'Raleway';*/
/*    src: url(../fonts/Raleway-SemiBold.ttf) format('ttf'), url(../fonts/Raleway-SemiBold.woff) format('woff');*/
/*    font-weight: 600;*/
/*    font-style: normal*/
/*}*/

/*@font-face {*/
/*    font-family: 'Raleway';*/
/*    src: url(../fonts/Raleway-Regular.ttf) format('ttf'), url(../fonts/Raleway-Regular.woff) format('woff');*/
/*    font-weight: normal;*/
/*    font-style: normal*/
/*}*/

/*@font-face {*/
/*    font-family: 'Raleway';*/
/*    src: url(../fonts/Raleway-Medium.ttf) format('ttf'), url(../fonts/Raleway-Medium.woff) format('woff');*/
/*    font-weight: 500;*/
/*    font-style: normal*/
/*}*/

/*@font-face {*/
/*    font-family: 'Raleway';*/
/*    src: url(../fonts/Raleway-ExtraBold.ttf) format('ttf'), url(../fonts/Raleway-ExtraBold.woff) format('woff');*/
/*    font-weight: 800;*/
/*    font-style: normal*/
/*}*/

/*@font-face {*/
/*    font-family: 'Raleway';*/
/*    src: url(../fonts/Raleway-Bold.ttf) format('ttf'), url("../fonts/raleway-bold.woff") format('woff');*/
/*    font-weight: bold;*/
/*    font-style: normal*/
/*}*/

/*@font-face {*/
/*    font-family: 'Raleway';*/
/*    src: url(../fonts/Raleway-ExtraLight.ttf) format('ttf'), url(../fonts/Raleway-ExtraLight.woff) format('woff');*/
/*    font-weight: 200;*/
/*    font-style: normal*/
/*}*/

/*@font-face {*/
/*    font-family: 'Raleway';*/
/*    src: url(../fonts/Raleway-Black.ttf) format('ttf'), url("../fonts/raleway-black.woff") format('woff');*/
/*    font-weight: 900;*/
/*    font-style: normal*/
/*}*/

/*@font-face {*/
/*    font-family: 'Raleway';*/
/*    src: url(../fonts/Raleway-Light.ttf) format('ttf'), url(../fonts/Raleway-Light.woff) format('woff');*/
/*    font-weight: 300;*/
/*    font-style: normal*/
/*}*/

/*@font-face {*/
/*    font-family: 'Raleway';*/
/*    src: url(../fonts/Raleway-Thin.ttf) format('ttf'), url(../fonts/Raleway-Thin.woff) format('woff');*/
/*    font-weight: 100;*/
/*    font-style: normal*/
/*}*/

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(../img/owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
    margin-top: 10px
}

.owl-theme .owl-nav [class*="owl-"] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*="owl-"]:hover {
    background: #869791;
    color: #fff;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

* {
    padding: 0;
    margin: 0
}

html {
    overflow-x: hidden;
    position: relative
}

body {
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
    position: relative
}

h2 {
    font-size: 48px;
    text-align: center;
    font-weight: 800;
    color: #333;
    text-shadow: 0 4px 10px rgba(0, 0, 0, .25)
}

.size {
    width: 1075px;
    margin: 0 auto;
    position: relative;
}

.clear {
    clear: both
}

.block_1 {
    display: block;
    text-align: center;
    background: url("../images/xblock_1_bg.png.pagespeed.ic.wu3woqmjmw.webp") no-repeat center;
    padding: 65px 0;
    background-size: cover;
    padding-bottom: 90px
}

.block_1 h1 {
    font-family: 'Raleway';
    font-weight: 900;
    font-size: 75px;
    color: #fff;
    background: #542580;
    display: inline-block;
    padding: 5px 20px
}

.block_1 h1 span {
    font-weight: 900;
    color: #ff0543
}

.block_1 img.line {
    display: block;
    margin: 50px auto
}

.block_1 h3 {
    text-align: center;
    font-size: 68px;
    color: #f2f2f2;
    text-shadow: 0 4px 10px rgba(0, 0, 0, .25);
    font-family: 'Raleway';
    font-weight: 900
}

.block_1 h3 span {
    font-size: 24px;
    display: block
}

.block_1 ul.punct {
    display: block;
    float: left;
    margin-top: 100px;
    text-align: left;
    color: #f2f2f2
}

.block_1 ul.punct li {
    display: block;
    padding-left: 40px;
    background: url("../images/xblock_1_li.png.pagespeed.ic.7lgeoukrdt.webp") no-repeat left center;
    font-size: 18px;
    color: #f2f2f2;
    text-shadow: 0 4px 10px rgba(0, 0, 0, .25);
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 20px 0
}

.block_1 .forms {
    display: block;
    float: right;
    width: 280px;
    display: block;
    padding: 20px;
    margin-top: 40px;
    background: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .25)
}

.block_1 .forms h4 {
    font-size: 24px;
    color: #333
}

.block_1 .forms h4 span {
    color: #ff0543
}

.block_1 .forms ul.countdown {
    margin: 10px 0;
    margin-bottom: 40px;
    display: block;
    text-align: center
}

.block_1 .forms ul.countdown li {
    display: inline-block;
    width: 64px;
    height: 64px;
    vertical-align: middle;
    text-align: center;
    line-height: 64px;
    border-radius: 64px;
    font-size: 24px;
    font-weight: bold;
    color: #f2f2f2;
    background: #ff0543;
    position: relative;
    margin: 10px
}

.block_1 .forms ul.countdown li span {
    display: block;
    height: auto;
    width: 64px;
    position: absolute;
    left: 0;
    bottom: -45px;
    line-height: all;
    color: #333;
    font-size: 18px;
    text-align: center
}

.block_1 .forms form {
    display: block
}

.block_1 .forms form .form-control {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0 7%;
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    border-radius: 5px;
    border: 2px solid #bdbdbd;
    color: #222;
    font-size: 18px;
    height: 60px;
    line-height: 60px;
    margin-bottom: 20px
}

.block_1 .forms form button {
    cursor: pointer;
    background: #ff0543;
    width: 100%;
    text-align: center;
    border-radius: 5px;
    border: 0;
    color: #f2f2f2;
    font-size: 18px;
    line-height: 1.25;
    padding: 19px 5px;
    font-weight: bold;
    transition: background .2s
}

.block_1 .forms form button:hover {
    background: #cc053b
}

.block_1 .product {
    background: url("../images/product.png") no-repeat;
    width: 400px;
    height: 550px;
    left: 50%;
    margin-left: -184px;
    position: absolute;
    background-position: 50% 30%;

}

@media (max-width: 1020px){
    .block_1 .product {
        background-size: 340px;
    }

    .block_1 ul.punct li {
            font-size: 16px;
    }
}



.block_1 .product .price {
    width: 175px;
    height: 175px;
    border-radius: 175px;
    background: #27ae60;
    position: absolute;
    bottom: 50px
}

.block_1 .product .price h4 {
    color: #f2f2f2;
    font-size: 24px;
    padding-top: 20px
}

.block_1 .product .price .price_new {
    font-size: 16px;
    color: #f2f2f2;
    /*text-decoration: line-through;*/
    margin-top: 10px
}

.block_1 .product .price .price_old {
    font-weight: 900;
    color: #fff;
    font-size: 25px
}

.block_2 {
    padding: 65px 0;
    background: #fff url("../images/xblock_2_bg.png.pagespeed.ic.iptkn4nlsy.webp") no-repeat center;
    background-size: cover
}

.block_2 h2 span {
    color: #ff0543
}

.block_2 .cont_row {
    text-align: center;
    display: block;
    margin-top: 40px
}

.block_2 .cont_row .row {
    width: 310px;
    display: inline-block;
    vertical-align: top;
    margin: 20px;
    text-align: center
}

.block_2 .cont_row .row h3 {
    font-size: 24px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 30px
}

.block_2 .cont_row .row p {
    font-size: 18px;
    color: #000
}

.block_3 {
    padding: 65px 0;
    background: #fff url("../images/xblock_3_bg.png.pagespeed.ic.y1guhgdj0e.webp") no-repeat center;
    background-size: cover;
    text-align: center
}

.block_3 .left {
    display: inline-block;
    vertical-align: middle
}

.block_3 .left h1 {
    font-family: 'Raleway';
    font-weight: 900;
    font-size: 75px;
    color: #fff;
    background: #542580;
    display: inline-block;
    padding: 5px 20px
}

.block_3 .left h1 span {
    font-weight: 900;
    color: #ff0543
}

.block_3 .left h3 {
    font-size: 25px;
    font-weight: bold;
    color: #333;
    text-shadow: 0 4px 10px rgba(0, 0, 0, .25);
    font-family: Raleway;
    margin-top: 15px
}

.block_3 .right {
    width: 515px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 30px;
    text-align: left
}

.block_3 .right .txt {
    float: left;
    width: 390px;
    font-size: 18px;
    color: #000
}

.block_3 .right .txt .sb {
    display: block;
    text-decoration: none;
    background: #ff0543;
    border-radius: 5px;
    margin-top: 10px;
    text-align: center;
    color: #f2f2f2;
    font-size: 18px;
    line-height: 1.25;
    padding: 19px 5px;
    font-weight: bold;
    transition: background .2s
}

.block_3 .right .txt .sb:hover {
    background: #cc053b
}

.block_3 .right .product {
    /*float: right;*/
    position: absolute;
    right: -20px;
    max-width: 200px
}

@media screen and (max-width: 1254px) {
    .action {
        display: none !important;
    }
}
@media screen and (max-width: 572px) {
    .product.remove {
        display: none !important;
    }
}


.block_3 .right .product img {
    width: 100%
}

.block_3 .right .product .action {
    display: block;
    width: 98px;
    height: 98px;
    background: url("../images/xblock_3_action.png.pagespeed.ic.nzntjrgzly.webp") no-repeat center;
    color: #fff;
    text-align: center;
    font-weight: 900;
    font-size: 18px;
    position: absolute;
    top: 0;
    right: -65px
}

.block_3 .right .product .action span.discount {
    display: block
}

.block_4 {
    padding: 65px 0;
    background-size: cover;
    text-align: center
}

.block_4 .left {
    display: inline-block;
    width: 45%;
    vertical-align: middle;
    text-align: left
}

.block_4 .left .cont_row {
    display: block
}

.block_4 .left .cont_row .row {
    display: block;
    color: #000;
    margin: 30px 0
}

.block_4 .left .cont_row .row img {
    margin: 15px 0
}

.block_4 .left .cont_row .row .flLeft {
    display: inline-block;
    float: left;
    margin-right: 15px
}

.block_4 .left .cont_row .row h3 {
    font-size: 24px;
    margin-bottom: 13px;
    padding-left: 146px
}

.block_4 .left .cont_row .row p {
    font-size: 18px;
    padding-left: 146px
}

.block_4 .right {
    max-width: 390px;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-left: 80px;
    text-align: left;
    position: relative
}

.block_4 .right img {
    width: 100%;
    max-width: 250px;
    display: block;
    position: relative;
    z-index: 2
}

.block_4 .right .image {
    width: 330px;
    background: url(../img/xblock_4_right_img.png.pagespeed.ic.dGTtEfxFIn.webp) no-repeat top right;
    height: 80px;
    display: block;
    position: absolute;
    top: 50px;
    left: 10px
}

.block_4 .right .image span {
    width: 250px;
    font-weight: normal;
    color: #f2f2f2;
    font-weight: bold;
    padding-left: 80px;
    padding-top: 14px;
    display: block
}

.block_5 {
    padding: 65px 0;
    background-size: cover;
    text-align: center;
    background: #f3f3f3
}

.block_5 h2 {
    text-align: center;
    margin-bottom: 30px;
    font-family: Raleway;
    font-weight: 900;
    font-size: 48px;
    color: #333;
    text-shadow: 0 4px 10px rgba(0, 0, 0, .25)
}

.block_5 .owl-carousel {
    display: block;
    width: 80%;
    margin: 0 auto;
    position: relative
}

.block_5 .owl-carousel .item img {
    width: auto;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px
}

.block_5 .owl-carousel .item h3 {
    margin-bottom: 10px;
    font-size: 24px;
    color: #000
}

.block_5 .owl-carousel .owl-nav .owl-prev {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: -50px;
    width: 37px;
    height: 56px;
    background: url("../images/xblock_5_arrow_left.png.pagespeed.ic.od6phkd_ss.webp") no-repeat center
}

.block_5 .owl-carousel .owl-nav .owl-next {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    right: -50px;
    width: 37px;
    height: 56px;
    background: url("../images/xblock_5_arrow_right.png.pagespeed.ic.n1weetck0h.webp") no-repeat center
}

.block_6 {
    padding: 65px 0;
    background-size: cover;
    text-align: center;
    background: #fff
}

.block_6 h2 {
    text-align: center;
    margin-bottom: 30px;
    font-family: Raleway;
    font-weight: 900;
    font-size: 48px;
    color: #333;
    text-shadow: 0 4px 10px rgba(0, 0, 0, .25)
}

.block_6 .cont_row {
    display: block;
    text-align: center;
    margin-top: 40px
}

.block_6 .cont_row .row {
    display: inline-block;
    vertical-align: top;
    max-width: 320px;
    margin: 10px;
    font-size: 18px
}

.block_6 .cont_row .row img {
    margin-bottom: 20px
}

.block_7 {
    padding: 65px 0;
    background-size: cover;
    text-align: center;
    background: #f3f3f3
}

.block_7 h2 {
    text-align: center;
    margin-bottom: 30px;
    font-family: Raleway;
    font-weight: 900;
    font-size: 48px;
    color: #333;
    text-shadow: 0 4px 10px rgba(0, 0, 0, .25)
}

.block_7 .cont_row {
    display: block;
    text-align: center;
    margin-top: 40px
}

.block_7 .cont_row .row {
    display: inline-block;
    vertical-align: top;
    max-width: 200px;
    margin: 20px;
    position: relative
}

.block_7 .cont_row .row img {
    margin-bottom: 10px
}

.block_7 .cont_row .row p {
    font-size: 16px
}

.block_7 .cont_row .row:after {
    content: '';
    display: block;
    position: absolute;
    width: 31px;
    height: 5px;
    background: url("../images/xblock_7_row_after.png.pagespeed.ic.bqt-e8hgcx.webp") no-repeat center;
    right: -31px;
    top: 28px
}

.block_7 .cont_row .row:last-child:after {
    display: none
}

.block_8 {
    padding: 120px 0;
    background-size: cover;
    text-align: center;
    background: #fff;
    position: relative
}

.block_8 h2 {
    font-weight: 900;
    color: #333;
    text-shadow: 0 4px 10px rgba(0, 0, 0, .25);
    font-size: 48px;
    max-width: 600px;
    text-align: left;
    position: relative;
    z-index: 2
}

.block_8 img {
    display: block;
    position: absolute;
    left: 50%;
    top: -128px;
    margin-left: -100px
}

.block_9 {
    padding: 65px 0;
    text-align: center;
    background: url("../images/xblock_9_bg.png.pagespeed.ic.ddkfea8dag.webp") no-repeat center;
    background-size: cover;
    position: relative
}

.block_9 h2 {
    color: #f2f2f2;
    text-shadow: 0 4px 10px rgba(0, 0, 0, .25);
    font-size: 68px;
    display: block;
    max-width: 440px;
    margin: 0 auto
}

.block_9 h2 span {
    font-size: 24px;
    display: block;
    margin-top: 20px
}

.block_9 .forms {
    display: block;
    width: 356px;
    display: block;
    padding: 20px;
    margin: 0 auto;
    margin-top: 40px;
    background: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .25);
    position: relative
}

.block_9 .forms h4 {
    font-size: 24px;
    color: #333
}

.block_9 .forms h4 span {
    color: #ff0543
}

.block_9 .forms ul.countdown {
    margin: 10px 0;
    margin-bottom: 40px;
    display: block;
    text-align: center
}

.block_9 .forms ul.countdown li {
    display: inline-block;
    width: 64px;
    height: 64px;
    vertical-align: middle;
    text-align: center;
    line-height: 64px;
    border-radius: 64px;
    font-size: 24px;
    font-weight: bold;
    color: #f2f2f2;
    background: #ff0543;
    position: relative;
    margin: 10px
}

.block_9 .forms ul.countdown li span {
    display: block;
    height: auto;
    width: 64px;
    position: absolute;
    left: 0;
    bottom: -45px;
    line-height: all;
    color: #333;
    font-size: 18px;
    text-align: center
}

.block_9 .forms form {
    display: block
}

.block_9 .forms form .form-control {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 0 7%;
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    border-radius: 5px;
    border: 2px solid #bdbdbd;
    color: #222;
    font-size: 18px;
    height: 60px;
    line-height: 60px;
    margin-bottom: 20px
}

.block_9 .forms form button {
    background: #ff0543;
    width: 100%;
    text-align: center;
    border-radius: 5px;
    border: 0;
    color: #f2f2f2;
    font-size: 18px;
    line-height: 1.25;
    padding: 19px 5px;
    font-weight: bold;
    cursor: pointer
}

.block_9 .forms form button:hover {
    background: #cc053b
}

.block_9 .product {
    background: url("../images/product.png") no-repeat;
    background-position: 50% 50%;
    width: 400px;
    height: 550px;
    left: 50%;
    margin-left: 120px;
    position: absolute;
    top: 280px;
    background-size: 350px;
}

.block_9 .product .price {
    width: 175px;
    height: 175px;
    border-radius: 175px;
    background: #27ae60;
    position: absolute;
    bottom: 50px
}

.block_9 .product .price h4 {
    color: #f2f2f2;
    font-size: 24px;
    padding-top: 20px
}

.block_9 .product .price .price_new {
    font-size: 16px;
    color: #f2f2f2;
    /*text-decoration: line-through;*/
    margin-top: 10px
}

.block_9 .product .price .price_old {
    font-weight: 900;
    color: #fff;
    font-size: 25px
}

.block_9 .left {
    display: inline-block;
    vertical-align: middle;
    margin-top: 20px
}

.block_9 .left h1 {
    font-family: 'Raleway';
    font-weight: 900;
    font-size: 50px;
    color: #fff;
    background: #542580;
    display: inline-block;
    padding: 5px 20px
}

.block_9 .left h1 span {
    font-weight: 900;
    color: #ff0543
}

.block_9 .left h3 {
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 4px 10px rgba(0, 0, 0, .25);
    font-family: Raleway;
    margin-top: 15px
}

.img_cont {
    display: inline-block;
    position: relative;
    width: 131px;
    height: 131px;
    line-height: 131px;
    background: #fff;
    border-radius: 50%;
    border: 3px solid #00a750;
    box-sizing: border-box;
    float: left;
    margin-right: 15px;
    font-size: 0
}

.block_4 .sb {
    display: none
}

.block_4 .left .cont_row .row img {
    max-width: 131px
}

.img_cont img {
    width: 100%;
    display: inline-block;
    vertical-align: middle
}

@media (max-width: 1270px) {
    body {
        overflow-x: hidden;
        position: relative
    }
}

@media (max-width: 1110px) {
    .size {
        width: auto;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (max-width: 990px) {
    .block_4 .left {
        width: 100%;
        display: block
    }

    .block_4 .right {
        margin-left: 0
    }

    .block_4 .sb {
        display: block;
        text-decoration: none;
        background: #ff0543;
        border-radius: 5px;
        margin-top: 10px;
        text-align: center;
        color: #f2f2f2;
        font-weight: bold;
        font-size: 18px;
        line-height: 1.25;
        padding: 19px 5px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        transition: background .2s;
        width: 100%
    }
}

@media (max-width: 890px) {
    .block_1 img.line {
        display: none
    }

    .block_1 h1 {
        font-size: 40px
    }

    .block_1 h3 {
        font-size: 40px
    }

    .block_1 ul.punct {
        float: none;
        max-width: 300px;
        margin: 0 auto
    }

    .block_1 ul.punct li {
        margin: 0
    }

    .block_1 .product {
        margin: 0 auto;
        float: none;
        margin-top: 15px;
        background-position: 50% 50%
    }

    .block_1 .product {
        display: block;
        left: auto;
        margin-left: auto;
        margin: 0 auto;
        position: relative;
        margin-top: -15px;
        max-width: 100%;
        height: 380px;
    }

    .block_1 .forms {
        float: none;
        margin: 0 auto
    }

    h2,
    .block_6 h2,
    .block_7 h2,
    .block_9 h2 {
        font-size: 32px !important;
    }

    .block_7 .cont_row .row:after {
        display: none
    }

    .block_9 .product {
        pointer-events: none;
        margin: 0 auto;
        float: none;
        margin-top: 15px;
        background-size: auto;
    }

    .block_9 .product {
        display: block;
        left: auto;
        margin-left: auto;
        margin: 0 auto;
        position: relative;
        margin-top: -15px;
        top: auto;
        max-width: 100%;
    }

    .block_8 h2 {
        font-size: 32px;
        text-align: center;
        width: 100%;
        max-width: 100%
    }

    .block_8 {
        padding: 60px 0
    }

    .block_8 img {
        position: relative;
        top: auto;
        left: auto;
        margin: 0 auto;
        width: auto;
        max-width: 100%
    }
}

@media (max-width: 540px) {
    .img_cont {
        display: block;
        text-align: center;
        float: none;
        margin: 0 auto
    }

    .block_4 .left .cont_row .row h3 {
        padding: 0
    }

    .block_4 .left .cont_row .row .flLeft {
        float: none
    }

    .block_4 .left .cont_row .row p {
        padding: 0
    }

    .block_3 .left h1 {
        font-size: 37px
    }

    .block_3 .right .product {
        display: none
    }

    .block_3 .right {
        float: none;
        width: 100%;
        margin: 0 auto;
        text-align: center;
        margin-top: 30px
    }

    .block_3 .right .txt {
        width: 100%;
        float: none
    }

    .block_4 .left .cont_row .row {
        text-align: center
    }

    .block_4 .left .cont_row .row img {
        float: none;
        margin: 0 auto;
        margin-bottom: 10px
    }

    .block_9 .forms {
        width: auto;
        max-width: 290px;
        padding: 10px
    }

    .block_1 .forms {
        width: auto;
        max-width: 290px;
        padding: 10px
    }

    .block_2 .cont_row .row {
        margin-left: 0;
        margin-right: 0;
        width: 290px
    }
}

.errorMessage {
    box-sizing: border-box;
    position: absolute;
    z-index: 100000;
    font-size: 13px;
    background: #dc3434;
    color: #fff;
    margin-top: 20px;
    text-align: center;
    line-height: 13px;
    padding: 8px 12px
}

.copyright {
    font-size: 14px;
    text-align: center;
    padding: 20px 0;
    color: #6c6e6f
}

.copyright p {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0
}

.copyright br {
    display: none
}

.copyright img {
    margin: 10px auto !important
}

.copyright img:first-child {
    display: block !important
}

.copyright a {
    color: #6c6e6f;
    text-decoration: none
}

.copyright a:hover {
    color: #ff0069;
    text-decoration: none
}

.block_1 .forms form .form-control select {
    /*background: url(../img/xselectArrow.png.pagespeed.ic.kYp0xfMDo0.webp) 92% 50% no-repeat, #fff;*/
    -webkit-appearance: none;
    -moz-appearance: none;
    box-sizing: content-box
}

.input-wrapper {
    width: 100%;
    position: relative;
}

@media screen and (max-width: 400px) {
    .block_9 .left h1 {
        font-size: 31px;
    }
}
