
html, body, div, p, h1, h2, h3, h4, h5, h6, a, span, img, ol, ul, li, form, input {
    margin: 0;
    padding: 0;
    outline: 0;
    font-size: 100%;
    font-weight: normal;
    background: transparent;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
/* PopUp на выход курсора*/

.mouse_moved {
    position: fixed;
}

.line_top {
    width: 100%;
    height: 10px;
    top: 0;
}

.line_bottom {
    width: 100%;
    height: 10px;
    bottom: 0;
}

.line_left {
    width: 10px;
    height: 100%;
    left: 0;
    top: 0;
}

.line_right {
    width: 10px;
    height: 100%;
    right: 0;
    top: 0;
}

/* PopUp на выход курсора конец*/



/*PopUp на заказы*/
.show-message{
    font-family: 'Roboto-Regular';

}
.blink {
    color: red!important;
    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    text-decoration: line-through;
}

.show-message p
{
    margin: 0!important;
    padding-left: 5px!important;
}
.show-message__icon{
    /*margin-right: 10px;*/
    width: 50px!important;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
}
/*
.show-message__info{
    width: 220px;
    line-height: normal;
    display: inline-block;
    margin-left: 15px;
    color: #ffffff;
    vertical-align: middle;
    margin-bottom: 0;
    font-size: 20px;
}
*/
.show-message__info {
    width: 244px;
    line-height: normal;
    display: inline-block;
    color: #ffffff;
    vertical-align: middle;
    margin-bottom: 0;
    font-size: 19px;
    font-family: "RobotoRegular",sans-serif;
}
.show-message__info span{
    font-size: 20px;
    font-family: "RobotoRegular",sans-serif;
}
.show-message__left{
    font-size: 14px;
}
.show-message__left span{
    font-size: 15px;
}
.show-message_call{
    background-color: #363636;

}

.show-message__info span{
    color: #ffffff;
}
.package_left, .package_left span{
    font-size: 15px!important;
}
#ouibounce-modal{
    background-color: rgba(0, 0, 0, 0.9);
}
.show-message_online{
    background-color: #CD5555;
    background-color: rgba(0, 0, 0, 0.9);
}
.show-message__inner{
    line-height: 90px;
    display: inline-block;
    vertical-align: middle;
}

.show-message__item, .show-message__item-first {
    position: fixed;
    right: 20px;
    top: 120px;
    width: 318px;
    background-color: rgba(0, 0, 0, 0.9);
    color: white;
    padding: 5px;
    font-size: 14px;
    line-height: 90px;
    border-radius: 10px;
    display: none;
    z-index:98;
    
}

.lost_position{
    display: none!important;
    opacity: 0 !important;
}
.block_position{
    display: block !important;
    opacity: 1 !important;
}







@media screen and (max-width:767px){
    .show-message__item,.show-message__item-first {
        top: auto;
        right: 10px;
        bottom: 10px;
    }
    .show-message__info {
        width: 220px;
    }
    .show-message__item, .show-message__item-first {
        width: 300px;
    }
}

@media screen and (max-width:319px){
    .show-message__item,.show-message__item-first {
        width: 225px;
    }
    .show-message__info {
        width: 160px;
        font-size: 15px;
    }
    .show-message__info span {
        font-size: 17px;
    }
    .show-message__icon {
        width: 38px!important;
    }
    .show-message__info br{display: none;}
}




@-moz-keyframes blinker {
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@keyframes blinker {
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

/*PopUp на заказы конец*/


/*Трубка вызова формы*/

.phoneJsText {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #5092b6;
    width: 230px;
    position: absolute;
    right: 52px;
    top: 37px;
    font-size: 14px;
    line-height: 26px;
}

.bluePhone {
    position: absolute;
    top: 0;
    right: calc(50% - -17px);}
.cbh-phone{position:absolute; top:-3px; right: calc(50% - 517px);background-color:transparent;width:100px;height:100px;cursor:pointer;z-index:99;-webkit-backface-visibility:hidden;-webkit-transform:translateZ(0);-webkit-transition:visibility .5s;-moz-transition:visibility .5s;-o-transition:visibility .5s;transition:visibility .5s;visibility:hidden;}
.cbh-phone.cbh-show{visibility:visible}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);-ms-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@-webkit-keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0);-ms-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}
.cbh-phone.cbh-static1{opacity:.6}
.cbh-phone.cbh-hover1{opacity:1}
.cbh-ph-circle{width:90px;height:90px;top:3px;left:3px;position:absolute;background-color:transparent;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;border:2px solid rgba(30,30,30,.4);opacity:.1;-webkit-animation:cbh-circle-anim 1.2s infinite ease-in-out;-moz-animation:cbh-circle-anim 1.2s infinite ease-in-out;-ms-animation:cbh-circle-anim 1.2s infinite ease-in-out;-o-animation:cbh-circle-anim 1.2s infinite ease-in-out;animation:cbh-circle-anim 1.2s infinite ease-in-out;-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;transition:all .5s}
.cbh-phone.cbh-active .cbh-ph-circle1{-webkit-animation:cbh-circle-anim 1.1s infinite ease-in-out!important;-moz-animation:cbh-circle-anim 1.1s infinite ease-in-out!important;-ms-animation:cbh-circle-anim 1.1s infinite ease-in-out!important;-o-animation:cbh-circle-anim 1.1s infinite ease-in-out!important;animation:cbh-circle-anim 1.1s infinite ease-in-out!important}
.cbh-phone.cbh-static .cbh-ph-circle{-webkit-animation:cbh-circle-anim 2.2s infinite ease-in-out!important;-moz-animation:cbh-circle-anim 2.2s infinite ease-in-out!important;-ms-animation:cbh-circle-anim 2.2s infinite ease-in-out!important;-o-animation:cbh-circle-anim 2.2s infinite ease-in-out!important;animation:cbh-circle-anim 2.2s infinite ease-in-out!important}
.cbh-phone.cbh-hover .cbh-ph-circle{border-color:rgba(0,175,242,1);opacity:.5}
.cbh-phone.cbh-green.cbh-hover .cbh-ph-circle{border-color:rgba(117,235,80,1);opacity:.5}
.cbh-phone.cbh-green .cbh-ph-circle{border-color:rgba(0,175,242,1);opacity:.5}
.cbh-phone.cbh-gray.cbh-hover .cbh-ph-circle{border-color:rgba(204,204,204,1);opacity:.5}
.cbh-phone.cbh-gray .cbh-ph-circle{border-color:rgba(117,235,80,1);opacity:.5}
.cbh-ph-circle-fill{width:60px;height:60px;top:18px;left:18px;position:absolute;background-color:#000;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;border:2px solid transparent;opacity:.1;-webkit-animation:cbh-circle-fill-anim 2.3s infinite ease-in-out;-moz-animation:cbh-circle-fill-anim 2.3s infinite ease-in-out;-ms-animation:cbh-circle-fill-anim 2.3s infinite ease-in-out;-o-animation:cbh-circle-fill-anim 2.3s infinite ease-in-out;animation:cbh-circle-fill-anim 2.3s infinite ease-in-out;-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;transition:all .5s}
.cbh-phone.cbh-active .cbh-ph-circle-fill{-webkit-animation:cbh-circle-fill-anim 1.7s infinite ease-in-out!important;-moz-animation:cbh-circle-fill-anim 1.7s infinite ease-in-out!important;-ms-animation:cbh-circle-fill-anim 1.7s infinite ease-in-out!important;-o-animation:cbh-circle-fill-anim 1.7s infinite ease-in-out!important;animation:cbh-circle-fill-anim 1.7s infinite ease-in-out!important}
.cbh-phone.cbh-static .cbh-ph-circle-fill{-webkit-animation:cbh-circle-fill-anim 2.3s infinite ease-in-out!important;-moz-animation:cbh-circle-fill-anim 2.3s infinite ease-in-out!important;-ms-animation:cbh-circle-fill-anim 2.3s infinite ease-in-out!important;-o-animation:cbh-circle-fill-anim 2.3s infinite ease-in-out!important;animation:cbh-circle-fill-anim 2.3s infinite ease-in-out!important;opacity:0!important}         .cbh-phone.cbh-hover .cbh-ph-circle-fill{background-color:rgba(0,175,242,.5);opacity:.75!important}
.cbh-phone.cbh-green.cbh-hover .cbh-ph-circle-fill{background-color:rgba(117,235,80,.5);opacity:.75!important}
.cbh-phone.cbh-green .cbh-ph-circle-fill{background-color:rgba(0,175,242,.5);opacity:.75!important}
.cbh-phone.cbh-gray.cbh-hover .cbh-ph-circle-fill{background-color:rgba(204,204,204,.5);opacity:.75!important}
.cbh-phone.cbh-gray .cbh-ph-circle-fill{background-color:rgba(117,235,80,.5);opacity:.75!important}
.cbh-ph-img-circle1{width:46px;height:46px;top:27px;left:27px;position:absolute;background-image:url('https://lt.fit-newsnetwork.com/lander/protolite-th--thailand--api/images/cbh-ph-img-circle1-bg.png');background-color:rgba(30,30,30,.1);background-position:center center;background-repeat:no-repeat;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;opacity:.7;-webkit-animation:cbh-circle-img-anim 1s infinite ease-in-out;-moz-animation:cbh-circle-img-anim 1s infinite ease-in-out;-ms-animation:cbh-circle-img-anim 1s infinite ease-in-out;-o-animation:cbh-circle-img-anim 1s infinite ease-in-out;animation:cbh-circle-img-anim 1s infinite ease-in-out}
.cbh-phone.cbh-active .cbh-ph-img-circle1{-webkit-animation:cbh-circle-img-anim 1s infinite ease-in-out!important;-moz-animation:cbh-circle-img-anim 1s infinite ease-in-out!important;-ms-animation:cbh-circle-img-anim 1s infinite ease-in-out!important;-o-animation:cbh-circle-img-anim 1s infinite ease-in-out!important;animation:cbh-circle-img-anim 1s infinite ease-in-out!important}
.cbh-phone.cbh-static .cbh-ph-img-circle1{-webkit-animation:cbh-circle-img-anim 0s infinite ease-in-out!important;-moz-animation:cbh-circle-img-anim 0s infinite ease-in-out!important;-ms-animation:cbh-circle-img-anim 0s infinite ease-in-out!important;-o-animation:cbh-circle-img-anim 0s infinite ease-in-out!important;animation:cbh-circle-img-anim 0s infinite ease-in-out!important}
.cbh-phone.cbh-hover .cbh-ph-img-circle1{background-color:rgba(0,175,242,1)}
.cbh-phone.cbh-green.cbh-hover .cbh-ph-img-circle1:hover{background-color:rgba(117,235,80,1)}
.cbh-phone.cbh-green .cbh-ph-img-circle1{background-color:rgba(0,175,242,1)}
.cbh-phone.cbh-green .cbh-ph-img-circle1{background-color:rgba(0,175,242,1)}
.cbh-phone.cbh-gray.cbh-hover .cbh-ph-img-circle1{background-color:rgba(204,204,204,1)}
.cbh-phone.cbh-gray .cbh-ph-img-circle1{background-color:rgba(117,235,80,1)}@-moz-keyframes cbh-circle-anim{0%{-moz-transform:rotate(0deg) scale(0.5) skew(1deg);opacity:.1;-moz-opacity:.1;-webkit-opacity:.1;-o-opacity:.1}30%{-moz-transform:rotate(0deg) scale(.7) skew(1deg);opacity:.5;-moz-opacity:.5;-webkit-opacity:.5;-o-opacity:.5}100%{-moz-transform:rotate(0deg) scale(1) skew(1deg);opacity:.6;-moz-opacity:.6;-webkit-opacity:.6;-o-opacity:.1}}@-webkit-keyframes cbh-circle-anim{0%{-webkit-transform:rotate(0deg) scale(0.5) skew(1deg);-webkit-opacity:.1}30%{-webkit-transform:rotate(0deg) scale(.7) skew(1deg);-webkit-opacity:.5}100%{-webkit-transform:rotate(0deg) scale(1) skew(1deg);-webkit-opacity:.1}}@-o-keyframes cbh-circle-anim{0%{-o-transform:rotate(0deg) kscale(0.5) skew(1deg);-o-opacity:.1}30%{-o-transform:rotate(0deg) scale(.7) skew(1deg);-o-opacity:.5}100%{-o-transform:rotate(0deg) scale(1) skew(1deg);-o-opacity:.1}}@keyframes cbh-circle-anim{0%{transform:rotate(0deg) scale(0.5) skew(1deg);opacity:.1}30%{transform:rotate(0deg) scale(.7) skew(1deg);opacity:.5}100%{transform:rotate(0deg) scale(1) skew(1deg);opacity:.1}}@-moz-keyframes cbh-circle-fill-anim{0%{-moz-transform:rotate(0deg) scale(0.7) skew(1deg);opacity:.2}50%{-moz-transform:rotate(0deg) -moz-scale(1) skew(1deg);opacity:.2}100%{-moz-transform:rotate(0deg) scale(0.7) skew(1deg);opacity:.2}}@-webkit-keyframes cbh-circle-fill-anim{0%{-webkit-transform:rotate(0deg) scale(0.7) skew(1deg);opacity:.2}50%{-webkit-transform:rotate(0deg) scale(1) skew(1deg);opacity:.2}100%{-webkit-transform:rotate(0deg) scale(0.7) skew(1deg);opacity:.2}}@-o-keyframes cbh-circle-fill-anim{0%{-o-transform:rotate(0deg) scale(0.7) skew(1deg);opacity:.2}50%{-o-transform:rotate(0deg) scale(1) skew(1deg);opacity:.2}100%{-o-transform:rotate(0deg) scale(0.7) skew(1deg);opacity:.2}}@keyframes cbh-circle-fill-anim{0%{transform:rotate(0deg) scale(0.7) skew(1deg);opacity:.2}50%{transform:rotate(0deg) scale(1) skew(1deg);opacity:.2}100%{transform:rotate(0deg) scale(0.7) skew(1deg);opacity:.2}}@keyframes cbh-circle-img-anim{0%{transform:rotate(0deg) scale(1) skew(1deg)}10%{transform:rotate(-25deg) scale(1) skew(1deg)}20%{transform:rotate(25deg) scale(1) skew(1deg)}30%{transform:rotate(-25deg) scale(1) skew(1deg)}40%{transform:rotate(25deg) scale(1) skew(1deg)}100%,50%{transform:rotate(0deg) scale(1) skew(1deg)}}@-moz-keyframes cbh-circle-img-anim{0%{transform:rotate(0deg) scale(1) skew(1deg)}10%{-moz-transform:rotate(-25deg) scale(1) skew(1deg)}20%{-moz-transform:rotate(25deg) scale(1) skew(1deg)}30%{-moz-transform:rotate(-25deg) scale(1) skew(1deg)}40%{-moz-transform:rotate(25deg) scale(1) skew(1deg)}100%,50%{-moz-transform:rotate(0deg) scale(1) skew(1deg)}}@-webkit-keyframes cbh-circle-img-anim{0%{-webkit-transform:rotate(0deg) scale(1) skew(1deg)}10%{-webkit-transform:rotate(-25deg) scale(1) skew(1deg)}20%{-webkit-transform:rotate(25deg) scale(1) skew(1deg)}30%{-webkit-transform:rotate(-25deg) scale(1) skew(1deg)}40%{-webkit-transform:rotate(25deg) scale(1) skew(1deg)}100%,50%{-webkit-transform:rotate(0deg) scale(1) skew(1deg)}}@-o-keyframes cbh-circle-img-anim{0%{-o-transform:rotate(0deg) scale(1) skew(1deg)}10%{-o-transform:rotate(-25deg) scale(1) skew(1deg)}20%{-o-transform:rotate(25deg) scale(1) skew(1deg)}30%{-o-transform:rotate(-25deg) scale(1) skew(1deg)}40%{-o-transform:rotate(25deg) scale(1) skew(1deg)}100%,50%{-o-transform:rotate(0deg) scale(1) skew(1deg)}}
.cbh-ph-img-circle1 {

}
.cbh-phone.cbh-green .cbh-ph-circle {border-color: rgba(0, 175, 242, 1)}
.cbh-phone.cbh-green .cbh-ph-circle-fill {background-color: rgba(0, 175, 242, 1);}
.cbh-phone.cbh-green .cbh-ph-img-circle1 {background-color:rgba(0, 175, 242, 1);}
body, div, dl, dt, dd, ul, ol, li, nav, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td, a {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
}

@media screen and (max-width: 999px) {
    #clbh_phone_div{display: none !important;}
}


/*Трубка вызова формы конец*/



html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0; /* обнуляем внешние отступы */
    padding: 0; /* обнуляем внутренние отступы */
    border: 0; /* убираем бордюры */
    outline: 0; /* убираем контуры */
    font-size: 100%; /* задаем базовый размер шрифта, значение по умолчанию = 16px */
    vertical-align: baseline; /* устанавливаем базовое вертикальное выравнивание */
    background: transparent; /* устанавливаем фон прозрачным */
}
body {
    line-height: 1; /* устанавливаем базовую высоту */
}
ol, ul {
    list-style: none; /* убираем маркеры для нумерованных и обычных списков */
}
blockquote, q {
    quotes: none; /* убираем кавычки для цитат */
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: ''; /* убираем */
    content: none; /* и скрываем генерируемое содержимое */
}
:focus {
    outline: 0; /* убираем контуры вокруг ссылок при фокусе */
}
ins {
    text-decoration: none; /* убираем подчеркивание для вставленного текста */
}
del {
    text-decoration: line-through; /* убираем перечеркивание для удаленного текста */
}
table {
    border-collapse: collapse; /* убираем рамки двойной толщины */
    border-spacing: 0; /* убираем расстояние между ячейками */
}
body {
	font-family: 'Open Sans', sans-serif;
	color: #2e2e2e;
}

.wrap {
	margin: 0 auto;
	max-width: 980px;
}

.wrap:after {
	content: '.';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix:after {
	content: '.';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.new_line {
	display: block;
}

.new_line_dt {
	display: block;
}

.bold {
	font-weight: 700;
}

button:focus,
input:focus {
	outline: none;
}

.text_white {
	color: #fff !important;
}

.text_red {
	color: #d63300 !important;
}

.text_orange {
	color: rgb(252, 188, 38) !important;
}

.bg_red {
	background: #d63300;
	color: #fff;
	padding: 3px 10px;
	border-radius: 10px;
}

.top_block {
	width: 100%;
	background: url('../images/block1_bg.jpg') top center no-repeat;
	background-size: cover;
	padding-bottom: 30px;
}

.top_line:after {
	content: '.';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.top_line {
	color: #fff;
}

.top_line_list {
	padding: 14px 0 0 0;
	display: inline-block;
}

.top_line_theme {
	display: inline-block;
	margin: 0 0 0 25px;
}

.top_line_theme:after {
	content: '.';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.top_line_list_icon {
	float: left;
	padding: 6px 0 0 0;
}

.top_list_text {
	font-size: 13px;
	line-height: 22px;
	padding: 0 0 0 35px;
}

.top_line_theme:last-child .top_list_text {
	padding-left: 45px;
}

.top_line_button {
	background: #d63300;
	width: 280px;
	text-align: center;
	padding: 8px 0 10px;
	float: right;
	border-radius: 10px;
	font-size: 18px;
	font-weight: 700;
	cursor: pointer;
	margin-top: 20px;
}

.title {
	text-transform: uppercase;
	text-align: center;
	color: #2e2e2e;
	font-size: 40px;
	line-height: 44px;
	font-weight: 700;
	font-family: 'PT Sans', sans-serif;
	margin-top: 40px;
}

.sub_title {
	text-transform: uppercase;
	text-align: center;
	color: #2e2e2e;
	font-size: 20px;
	line-height: 30px;
	margin-top: 15px;
	font-weight: 700;
	margin-bottom: 35px;
}

.section {
	position: relative;
}

.section:after {
	content: '.';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.top_block_list {
	max-width: 320px;
	float: left;
	margin-left: 50px;
}

.top_block_theme {
	margin-bottom: 20px;
}

.top_block_theme:last-child {
	margin-bottom: 0;
}

.top_block_theme_title {
	position: relative;
	font-size: 28px;
	font-weight: 700;
	text-transform: uppercase;
	color: #d63300;
}

.top_block_theme_title:before {
	position: absolute;
	top: 0;
	left: -48px;
	content: '';
	width: 38px;
	height: 29px;
	background: url('../images/icon4.webp') no-repeat;
}

.top_block_theme_text {
	font-size: 22px;
	line-height: 26px;
	margin-top: 10px;
}

.form_block {
	width: 300px;
	text-align: center;
	background: #fff;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.5);
	float: right;
}

.form_block_title {
	padding: 15px 0 10px;
	font-family: 'PT Sans', sans-serif;
	font-size: 15px;
	font-weight: 700;
	background: #f83000;
	color: #fff;
	text-transform: uppercase;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	position: relative;
}

.form_block_title:before {
	content: '';
	width: 300px;
	height: 27px;
	background: url('../images/form_top_img.jpg');
	position: absolute;
	top: 44px;
	left: 0px;
}

.timer {
	width: 228px;
	font-family: 'PT Sans', sans-serif;
	font-size: 40px;
	font-weight: bold;
	padding-top: 30px;
	padding-bottom: 10px;
	margin: 0 auto;
}

.b1 {
	width: 60px;
	text-align: center;
	float: left;
	margin-left: 6px;
}

.hour {
	font-size: 40px;
	font-weight: 700;
	font-family: 'PT Sans', sans-serif;
}

.desc {
	font-size: 12px;
	line-height: 20px;
	color: #2e2e2e;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
}

.sep {
	width: 20px;
	text-align: center;
	color: #d63300;
	float: left;
}

.b2 {
	width: 60px;
	text-align: center;
	float: left;
}

.min {
	display: inline-block;
	font-size: 40px;
	font-weight: 700;
	font-family: 'PT Sans', sans-serif;
}

.b3 {
	float: left;
}

.sec {
	display: inline-block;
	font-size: 40px;
	font-weight: 700;
	font-family: 'PT Sans', sans-serif;
}

.order_forn {
	padding: 0 20px 0;
}

.order_form_input_name {
	border-radius: 10px;
	border: 1px solid #7f7f7f;
	height: 39px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: 'Open Sans';
	font-size: 14px;
	color: #909191;
	margin-top: 15px;
	width: 100%;
}

.order_form_input_phone {
	width: 100%;
	border-radius: 10px;
	border: 1px solid #7f7f7f;
	height: 39px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: 'Open Sans';
	font-size: 14px;
	color: #909191;
	margin-top: 15px;
}

.order_forn_button {
	margin: 15px auto 20px;
	border-radius: 10px;
	text-transform: uppercase;
	padding: 5px 0;
	font-size: 35px;
	width: 100%;
	box-sizing: border-box;
	font-weight: 700;
	font-family: 'PT Sans Narrow', sans-serif;
	background: linear-gradient(to bottom, rgba(192, 225, 44, 1) 0%, rgba(147, 205, 1, 1) 100%);
	border: 0px;
	color: #fff;
	-webkit-box-shadow: 0px 5px 3px 0px rgba(103, 135, 34, 1);
	-moz-box-shadow: 0px 5px 3px 0px rgba(103, 135, 34, 1);
	box-shadow: 0px 5px 3px 0px rgba(103, 135, 34, 1);
	cursor: pointer;
}

.product_img {
	margin: 32px 0 40px 28px;
	width: 220px;
}

.label_img {
	position: absolute;
	top: 145px;
	left: 510px;
}

.prise {
	position: relative;
	margin: 3px 0 0 396px;
	width: 400px;
}

.prise:before {
	content: '';
	background: url('../images/arrow.png') no-repeat;
	width: 155px;
	height: 56px;
	position: absolute;
	top: -27px;
	left: 255px;
	-moz-transform: rotate(15deg);
	-ms-transform: rotate(15deg);
	-o-transform: rotate(15deg);
}

.prise:after {
	content: '.';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.old_prise {
	position: relative;
	font-family: 'PT Sans', sans-serif;
	font-weight: 700;
	color: #7f7f7f;
	width: 120px;
	float: left;
}

.old_prise:before {
	content: '';
	background: url('../images/old.png') no-repeat;
	width: 100px;
	height: 70px;
	position: absolute;
	top: -15px;
	left: 0;
}

.old_prise_title {
	font-size: 16px;
	line-height: 18px;
	text-transform: uppercase;
}

.old_prise_number {
	font-size: 24px;
	line-height: 26px;
}

.old_prise_currency {
	font-size: 20px;
	line-height: 22px;
}

.new_prise {
	width: 150px;
	display: inline-block;
	color: #d63300;
	font-family: 'PT Sans', sans-serif;
}

.new_prise_title {
	font-size: 20px;
	line-height: 22px;
	font-weight: 700;
	text-transform: uppercase;
}

.new_prise_number {
	font-size: 28px;
	line-height: 30px;
	font-weight: 700;
}

.new_prise_currency {
	font-weight: 700;
	font-size: 20px;
	line-height: 22px;
}

.section_check {
	background: url('../images/check_bg.jpg');
	padding: 20px 0;
}

.check {
	margin-top: 60px;
	background: #fff;
	padding: 25px 0;
	position: relative;
	border-radius: 10px;
}

.check_list {
	padding: 0 20px;
}

.check_theme {
	background: #edf1f4;
	height: 127px;
	border-radius: 65px;
	display: inline-block;
	width: 450px;
	margin-right: 35px;
}

.check_theme:after {
	content: '.';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.check_theme:nth-child(even) {
	margin-right: 0;
}

.check_theme_img {
	float: left;
}

.check_theme_text {
	font-size: 24px;
	line-height: 28px;
	height: 128px;
	padding: 0 25px 0 15px;
	vertical-align: middle;
	display: table-cell;
}

.check_bottom {
	background: #b9360a;
	width: 90%;
	margin: 27px auto -60px;
	color: #fff;
	border-radius: 10px;
	padding: 15px 35px 22px 0;
}

.check_bottom:after {
	content: '.';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.check_bottom_left {
	width: 190px;
	text-align: center;
	color: #fcbc26;
	font-size: 22px;
	line-height: 46px;
	font-weight: 700;
	font-family: 'PT Sans', sans-serif;
	float: left;
}

.check_bottom_right {
	font-size: 24px;
	line-height: 28px;
	padding-left: 192px;
}

.consequence {
	background: url('../images/consequence_bg.jpg') top center no-repeat;
	color: #fff;
	height: 1350px;
	padding: 50px 0 0 0;
}

.consequence_title {
	/*  font-size: 56px;
    line-height: 60px;
    text-align: center;
    font-family: 'PT Sans', sans-serif;*/
}

.consequence_list {
	text-align: center;
	margin: 50px 0 174px;
}

.consequence_theme {
	display: inline-block;
	width: 30%;
	vertical-align: top;
	margin: 0 14px;
}

.consequence_theme_img {
	width: 220px;
	margin-bottom: 15px;
}

.consequence_theme_title {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 30px;
	line-height: 36px;
	color: rgb(252, 188, 38);
	font-family: 'PT Sans', sans-serif;
}

.consequence_theme_text {
	color: rgb(255, 255, 255);
	font-size: 19px;
	line-height: 26px;
	font-weight: 400;
	margin-top: 11px;
}

.consequence_subtitle {
	margin-top: 140px;
}

.consequence .down_list {
	margin-top: 55px;
	text-align: center;
}

.consequence .down_theme {
	display: inline-block;
	width: 20%;
	margin: 0 20px;
	position: relative;
}

.consequence .down_theme_img {
	width: 100%;
}

.consequence .down_theme_text {
	position: absolute;
	top: 102px;
	left: 0;
	color: #000;
	padding: 0 12px;
	font-size: 20px;
	line-height: 22px;
}

.sectio_treatment {
	background: url('../images/treatment_bg.jpg') top center no-repeat;
	padding: 35px 0;
}

.treatment {
	position: relative;
}

.treatment_list {
	margin: 60px 0 70px;
}

.treatment_list:after {
	content: '.';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.treatment_theme {
	background: rgb(211, 219, 221);
	width: 310px;
	display: inline-block;
	position: relative;
	border-radius: 10px;
	padding: 15px 0 20px 40px;
	margin: 15px 0 15px 20px;
	float: left;
}

.treatment_theme:nth-child(even) {
	float: right;
}

.treatment_theme_img {
	position: absolute;
	top: 10px;
	left: -20px;
}

.treatment_theme_text {
	line-height: 24px;
	font-size: 20px;
}

.treatment_img {
	position: absolute;
	top: 140px;
	left: 320px;
}

.treatment_button {
	margin: 15px auto 20px;
	border-radius: 10px;
	text-transform: uppercase;
	padding: 10px 0;
	font-size: 35px;
	width: 300px;
	box-sizing: border-box;
	font-weight: 700;
	font-family: 'PT Sans Narrow', sans-serif;
	background: linear-gradient(to bottom, rgba(192, 225, 44, 1) 0%, rgba(147, 205, 1, 1) 100%);
	border: 0px;
	text-align: center;
	color: #fff;
	-webkit-box-shadow: 0px 5px 3px 0px rgba(103, 135, 34, 1);
	-moz-box-shadow: 0px 5px 3px 0px rgba(103, 135, 34, 1);
	box-shadow: 0px 5px 3px 0px rgba(103, 135, 34, 1);
	cursor: pointer;
}

.section_indication {
	background: url('../images/indication_bg.png') top center no-repeat;
	padding: 50px 0 0px 0;
	background-size: cover;
}

.indication {
}

.indication:after {
	content: '.';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.text_red {
}

.indication_img {
	margin: 185px 0 -2px;
}

.indication_list {
	width: 490px;
	float: right;
	margin-top: 100px;
}

.indication_theme {
	margin-bottom: 25px !important;
	width: 100% !important;
}

.indication_theme:nth-child(1) {
	margin-left: -158px;
	width: 490px;
}

.indication_theme:nth-child(2) {
	margin-left: -60px;
}

.indication_theme:after {
	content: '.';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.indication_theme_img {
	float: left;
	width: 100px;
	margin-right: 10px;
}

.indication_theme_title {
	font-size: 28px;
	font-weight: 700;
	line-height: 32px;
	text-transform: uppercase;
	color: rgb(214, 51, 0);
	font-family: 'PT Sans', sans-serif;
	padding-top: 20px;
}

.indication_theme_text {
	font-size: 13px;
	line-height: 24px;
	text-transform: uppercase;
}

.section_application {
	background: #d93100;
	padding: 20px 0;
}

.application {
	position: relative;
	padding: 0 0 0 405px;
}

.application:after {
	content: '.';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.application_title {
	text-align: left;
	margin-top: 30px;
}

.titleimg {
}

.application_img {
	position: absolute;
	top: -25px;
	left: 0;
}

.application_list {
	margin-top: 30px;
}

.application_theme {
	position: relative;
	font-size: 20px;
	line-height: 24px;
	color: #fff;
	margin-bottom: 20px;
}

.application_theme:before {
	content: '';
	background: url('../images/icon6.png') no-repeat;
	position: absolute;
	top: 7px;
	left: -17px;
	width: 10px;
	height: 10px;
}

.application_button {
	margin: 40px 0 60px;
	border-radius: 10px;
	text-transform: uppercase;
	padding: 10px 0;
	font-size: 40px;
	width: 430px;
	box-sizing: border-box;
	font-weight: 700;
	font-family: 'PT Sans Narrow', sans-serif;
	background: linear-gradient(to bottom, rgba(192, 225, 44, 1) 0%, rgba(147, 205, 1, 1) 100%);
	border: 0px;
	text-align: center;
	color: #fff;
	-webkit-box-shadow: 0px 6px 0px 1px rgba(103, 135, 34, 1);
	-moz-box-shadow: 0px 6px 0px 1px rgba(103, 135, 34, 1);
	box-shadow: 0px 6px 0px 1px rgba(103, 135, 34, 1);
	letter-spacing: -1.5px;
	cursor: pointer;
}

.section_experts {
	background: url('../images/experts_bg.jpg') no-repeat;
	padding: 40px 0 60px 0;
}

.expert_block:after {
	content: '.';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.expert_block2:after {
	content: '.';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.expert_foto {
	float: left;
	margin-right: 20px;
}

.expert_foto2 {
	float: right;
	margin-left: 20px;
}

.expert_content {
	position: relative;
	padding: 35px 50px;
	background: #fff;
	margin: 53px 0 0 300px;
	border-radius: 10px;
}

.expert_content:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	/*background: url('../images/si');*/
}

.expert_content2 {
	background: #fff;
	margin: 52px 305px 0 0;
	padding: 35px 50px;
	border-radius: 10px;
}

.expert_comment {
	position: relative;
	font-size: 20px;
	line-height: 24px;
	width: 552px;
}

.expert_comment2 {
	font-size: 20px;
	line-height: 24px;
	width: 567px;
	position: relative;
}

.expert_comment:before,
.expert_comment2:before {
	content: '';
	position: absolute;
	top: -15px;
	left: -35px;
	width: 46px;
	height: 34px;
	background: url('../images/22.png') no-repeat;
}

.expert_comment:after,
.expert_comment2:after {
	content: '';
	position: absolute;
	width: 46px;
	height: 34px;
	background: url('../images/33.png') no-repeat;
	bottom: -15px;
	right: -20px;
}

.expert_name {
	font-size: 16px;
	line-height: 20px;
	color: rgb(214, 51, 0);
	margin-top: 40px;
}

.expert_info {
	font-size: 16px;
	line-height: 20px;
}

.section_result {
	background: url('../images/result_bg.jpg') top center no-repeat;
	padding: 60px 0 0;
	background-size: cover;
}

.result_text {
	background: url('../images/icon5.png') no-repeat;
	padding: 0 0 0 160px;
	font-size: 24px;
	line-height: 28px;
	margin: 35px 0 0;
}

.result {
	text-align: center;
	margin: 60px 0;
}

.result:after {
	content: '.';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.result_title {
	font-size: 34px;
	line-height: 40px;
	font-family: 'PT Sans', sans-serif;
	color: #d63300;
	margin-bottom: 85px;
	font-weight: 700;
}

.result_left {
	width: 450px;
	float: left;
	padding: 0 40px;
}

.result_right {
	padding: 0 40px;
	float: right;
	width: 450px;
}

.result_right_title {
	line-height: 36px;
	font-family: 'PT Sans', sans-serif;
	font-weight: 700;
	font-size: 30px;
	background: #f93100;
	color: #fcbc26;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	text-align: left;
	padding: 15px 0 0 35px;
	position: relative;
}

.result_right_title:before {
	content: '';
	width: 370px;
	height: 46px;
	position: absolute;
	top: 50px;
	right: 0;
	background: url('../images/triangle_down_red.jpg') top center no-repeat;
	background-size: cover;
}

.result_right_title:after {
	content: '';
	width: 130px;
	top: -100px;
	right: 15px;
	background: url('../images/product-es.webp');
	background-size: cover;
	position: absolute;
	height: 170px;
}

.result_right_title-es {
	line-height: 36px;
	font-family: 'PT Sans', sans-serif;
	font-weight: 700;
	font-size: 30px;
	background: #f93100;
	color: #fcbc26;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	text-align: left;
	padding: 15px 0 0 35px;
	position: relative;
}

.result_right_title-es:before {
	content: '';
	width: 370px;
	height: 46px;
	position: absolute;
	top: 50px;
	right: 0;
	background: url('../images/triangle_down_red.jpg') top center no-repeat;
	background-size: cover;
}

.result_right_title-es:after {
	content: '';
	width: 130px;
	top: -100px;
	right: 15px;
	background: url('../images/product-es.webp');
	background-size: cover;
	position: absolute;
	height: 170px;
}

.result_left_title {
	line-height: 26px;
	font-family: 'PT Sans', sans-serif;
	font-weight: 700;
	font-size: 22px;
	background: #b3b3b3;
	padding: 25px 0 0 0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	position: relative;
	z-index: 1;
}

.result_left_title:before {
	content: '';
	width: 110px;
	height: 70px;
	position: absolute;
	top: -50px;
	right: 130px;
	background: url('../images/pills.png') no-repeat;
}

.result_left_title:after {
	content: '';
	width: 370px;
	height: 46px;
	position: absolute;
	top: 53px;
	right: 0;
	background: url('../images/triangle_dowd_grey.jpg') top center no-repeat;
	background-size: cover;
	z-index: -1;
}

.resylt_block_left {
	padding: 40px 15px 5px;
	background: #fff;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.resylt_block_left li,
.resylt_block_right li {
	margin-bottom: 10px;
}

.scale {
	background: #e9e9e9;
}

.scale_size {
	background: url('../images/scale_bg.jpg');
	width: 56%;
	padding: 5px 0px;
	color: #fff;
	font-size: 21px;
	font-family: 'Open Sans Condensed', sans-serif;
}

.result_block_text {
	font-size: 20px;
	line-height: 24px;
	text-align: left;
}

.resylt_block_left li:nth-child(1) .scale_size {
	width: 56%;
}

.resylt_block_left li:nth-child(2) .scale_size {
	width: 57%;
}

.resylt_block_left li:nth-child(3) .scale_size {
	width: 28%;
}

.resylt_block_left li:nth-child(4) .scale_size {
	width: 9%;
}

.resylt_block_left li:nth-child(5) .scale_size {
	width: 35%;
}

.resylt_block_right {
	padding: 21px 15px 5px;
	background: #fff;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	margin-top: 45px;
}

.resylt_block_right li:nth-child(1) .scale_size {
	width: 100%;
}

.resylt_block_right li:nth-child(2) .scale_size {
	width: 97%;
}

.resylt_block_right li:nth-child(3) .scale_size {
	width: 98%;
}

.resylt_block_right li:nth-child(4) .scale_size {
	width: 89%;
}

.resylt_block_right li:nth-child(5) .scale_size {
	width: 98%;
}

.section_comment {
	padding: 20px 0;
}

.comment {
	padding-top: 30px;
}

.comment li {
	background: #f1f5f6;
	max-width: 900px;
	padding: 0 30px 10px 60px;
	margin: 25px auto;
	border-radius: 10px;
}

.comment li:nth-child(even) {
	padding: 0 30px 10px;
}

.comment li:after {
	content: '.';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.comment_text {
	position: relative;
	font-size: 20px;
	line-height: 24px;
	font-style: italic;
	padding: 27px 0 0;
}

.comment_text:before {
	content: '';
	position: absolute;
	top: 10px;
	left: -55px;
	width: 50px;
	height: 50px;
	background: url('../images/44.png');
}

.comment_author {
	font-size: 20px;
	line-height: 24px;
	font-style: italic;
	margin-top: 20px;
}

.comment_foto {
	float: right;
}

.comment li:nth-child(even) .comment_text {
	padding: 27px 0 0 225px;
}

.comment li:nth-child(even) .comment_author {
}

.comment li:nth-child(even) .comment_text:before {
	content: '';
	position: absolute;
	top: 10px;
	width: 50px;
	height: 50px;
	background: url('../images/44.png');
	left: 170px;
}

.comment li:nth-child(even) .comment_foto {
	float: left;
	margin-right: 50px;
}

.comment_button {
	margin: 50px auto 20px;
	border-radius: 10px;
	text-transform: uppercase;
	padding: 10px 0;
	font-size: 35px;
	width: 500px;
	box-sizing: border-box;
	font-weight: 700;
	font-family: 'PT Sans Narrow', sans-serif;
	background: linear-gradient(to bottom, rgba(192, 225, 44, 1) 0%, rgba(147, 205, 1, 1) 100%);
	border: 0px;
	text-align: center;
	color: #fff;
	-webkit-box-shadow: 0px 5px 3px 0px rgba(103, 135, 34, 1);
	-moz-box-shadow: 0px 5px 3px 0px rgba(103, 135, 34, 1);
	box-shadow: 0px 5px 3px 0px rgba(103, 135, 34, 1);
	cursor: pointer;
}

.section_advantages {
	background: rgb(184, 54, 9);
	padding: 10px 0;
}

.advantages {
	text-align: center;
	margin-top: 60px;
}

.advantages li {
	display: inline-block;
	width: 48%;
	text-align: left;
	position: relative;
	padding: 0 0 0 0;
	vertical-align: top;
	margin-bottom: 54px;
}

.advantages li:after {
	content: '.';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.advantages_title {
	font-size: 22px;
	line-height: 32px;
	font-weight: 700;
	color: #fff;
	padding-left: 90px;
}

.advantages_text {
	padding-left: 90px;
	font-size: 20px;
	margin-top: 15px;
}

.advantages_icon {
	float: left;
	position: absolute;
}

.fake {
	background: #d3dbde;
	margin: 80px 0 0;
	font-family: 'PT Sans', sans-serif;
	border-radius: 10px;
	padding: 1px 95px 20px 0;
}

.fake_title {
	text-align: left;
	margin-top: 10px;
}

.fake_img {
	width: 150px;
	margin: -65px 20px 0 49px;
	float: left;
}

.fake_text {
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
	margin-top: 15px;
	padding-left: 220px;
}

.workes {
	padding: 25px 0 50px;
	background: url('../images/mother-russia.png') 74px 280px no-repeat;
}

.workes_list {
	text-align: center;
	margin-top: 35px;
}

.workes_list li {
	display: inline-block;
	width: 25%;
	vertical-align: top;
	margin: 0 15px;
}

.workes_img {
	width: 100%;
}

.workes_text {
	font-size: 20px;
	line-height: 24px;
}

.workes_sub_title {
	text-transform: uppercase;
	font-family: 'PT Sans', sans-serif;
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	color: #d63300;
	margin-top: 60px;
}

.down_block {
	background: url('../images/down_block_bg.jpg') top center no-repeat;
	background-size: cover;
	padding: 50px 0;
}

.down_block .top_line {
	display: none;
}

.down_block .sub_title {
	display: none;
}

.down_block .section {
	margin-top: 50px;
}

.footer {
	font-size: 14px;
	line-height: 18px;
	color: #a1a1a1;
	font-family: 'ArialRegular', sans-serif;
	margin-top: 20px;
	background: #fff;
}

.footer:after {
	content: '.';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.footer_logo {
	width: 40px;
	margin: 0 17px 0 5px;
	float: left;
}

.footer_left_text {
	margin-top: 2px;
	float: left;
	text-align: left;
	z-index: 10;
}

.footer_privacy {
	color: #a1a1a1;
	text-decoration: none;
}

.footer_right_text {
	margin: 2px 5px 0 0;
	float: right;
	text-align: right;
}
.present_big {
	display: block;
}
.present_medium {
	display: none;
}
.present_small {
	display: none;
}

@media screen and (max-width: 1000px) {
	.present_big {
		display: none;
	}
	.present_medium {
		display: block;
	}
	.wrap {
		margin: 0 auto;
		max-width: 740px;
	}
	.new_line {
		display: block;
	}
	.title {
		font-size: 36px;
		line-height: 44px;
	}
	.top_block {
		background-size: initial;
	}
	.top_line_theme:nth-child(2) {
		display: none;
	}
	.form_block {
		margin-right: 50px;
	}
	.product_img {
		margin: 5px 10px 43px 80px;
	}
	.top_block_list {
		float: none;
		margin: 0 auto 43px;
	}
	.prise {
		margin: 0 0 0 80px;
	}
	.section_check {
		padding: 5px 0;
	}
	.check {
		margin-top: 40px;
	}
	.check_list {
		padding: 0 10px;
	}
	.check_theme {
		width: 47%;
	}
	.check_theme_text {
		font-size: 20px;
		line-height: 24px;
		padding: 0 10px 0 5px;
	}
	.check_theme_img {
		width: 120px;
		margin-top: 8px;
	}
	.check_bottom_left {
		font-size: 26px;
		line-height: 40px;
	}
	.check_bottom_right {
		font-size: 20px;
		line-height: 25px;
	}
	.consequence {
		height: 1290px;
	}
	.consequence_list {
		margin: 50px 0 105px;
	}
	.consequence_theme {
		width: 29%;
		margin: 0px 10px;
	}
	.consequence_theme_img {
		width: 100%;
	}
	.consequence_theme_title {
		font-size: 26px;
		line-height: 32px;
	}
	.consequence .down_theme {
		width: 23%;
		margin: 0px 5px;
	}
	.consequence .down_theme_text {
		position: absolute;
		top: 85px;
		left: 0;
		font-size: 18px;
		line-height: 20px;
	}
	.sectio_treatment {
		padding: 0 0 35px;
	}
	.treatment_list {
		width: 330px;
		margin: 45px 0 45px 48px;
	}
	.treatment_theme {
		margin: 0px 0 15px 20px;
		padding: 10px 0 10px 40px;
	}
	.section_indication {
		padding: 20px 0 0px 0;
	}
	.indication_img {
		width: 300px;
	}
	.indication_list {
		width: 430px;
		float: right;
		margin-top: 70px;
	}
	.indication_theme {
	}
	.indication_theme:nth-child(1) {
		margin: 0;
	}
	.indication_theme:nth-child(2) {
		margin: 0;
	}
	.indication_theme_img {
		width: 120px;
		margin: 0 10px 10px 0;
	}
	.indication_theme_title {
		font-size: 26px;
		line-height: 30px;
		padding-top: 5px;
	}
	.indication_theme_text {
		font-size: 18px;
		line-height: 21px;
	}
	.application {
		padding: 0;
	}
	.application_title {
		padding-left: 330px;
	}
	.application_img {
		width: 300px;
	}
	.application_list {
		padding-left: 350px;
	}
	.application_button {
		margin: 120px auto 30px;
	}
	.expert_content {
		margin: 53px 0 0 230px;
		padding: 20px 25px 20px 30px;
	}
	.expert_comment {
		width: 460px;
		font-size: 19px;
		line-height: 22px;
	}
	.expert_content2 {
		margin: 52px 230px 0 0;
		padding: 14px 15px 15px 35px;
	}
	.expert_comment2 {
		width: 450px;
	}
	.expert_foto {
		width: 230px;
	}
	.expert_foto2 {
		width: 240px;
	}
	.expert_name {
		margin-top: 17px;
	}
	.section_result {
		padding: 10px 0;
	}
	.result_text {
		font-size: 22px;
		line-height: 26px;
		margin: 35px 0 0 25px;
	}
	.result_left {
		padding: 0px 10px;
		width: 360px;
	}
	.result_left_title:after {
		width: 340px;
		height: 46px;
	}
	.result_right {
		padding: 0px 10px;
		width: 360px;
	}
	.result_right_title:before {
		width: 340px;
		height: 46px;
	}
	.result_right_title-es:before {
		width: 340px;
		height: 46px;
	}
	.result_block_text {
		font-size: 18px;
		line-height: 20px;
	}
	.advantages li {
		margin: 0 11px 45px;
		width: 55%;
	}
	.advantages_icon {
		width: 60px;
	}
	.advantages_title {
		padding-left: 75px;
		font-size: 20px;
		line-height: 30px;
	}
	.advantages_text {
		padding-left: 75px;
		font-size: 20px;
	}
	.fake {
		padding: 1px 95px 10px 0;
	}
	.fake_img {
		margin: 15px 20px 0 49px;
	}
	.workes {
		background: url('../images/mother-russia.png') 0px 280px no-repeat;
		background-size: 750px;
	}
	.workes_list li {
		width: 28%;
	}
	.prise {
		margin-left: 125px;
		width: 300px;
	}
	.product_img {
		margin: 25px 10px 26px 130px;
	}
	.label_img {
		position: absolute;
		top: 565px;
		left: 240px;
	}
}

@media screen and (max-width: 767px) {
	.present_small {
		display: block;
	}
	.present_medium {
		display: none;
	}
	.wrap {
		margin: 0 auto;
		max-width: 460px;
	}
	.new_line480 {
		display: block;
	}
	.title {
		font-size: 34px;
		line-height: 40px;
	}
	.top_block {
		background-size: cover;
	}
	.top_line_button {
		margin: 20px auto 15px;
		float: none;
	}
	.form_block {
		float: none;
		margin: 0 auto;
	}
	.label_img {
		position: absolute;
		top: 890px;
		left: 240px;
	}
	.prise {
		margin-left: 110px;
	}
	.prise:before {
		-moz-transform: rotate(80deg);
		-ms-transform: rotate(80deg);
		-webkit-transform: rotate(80deg);
		-o-transform: rotate(80deg);
		position: absolute;
		top: -200px;
		left: 190px;
		transform: rotate(-80deg);
	}
	.sub_title {
	}
	.check_theme {
		width: 96%;
		height: 100px;
		margin-right: 0;
	}
	.check_theme_text {
		padding: 5px 20px 0 15px;
		height: 100px;
	}
	.check_theme_img {
		width: 110px;
		margin-top: 0;
	}
	.check_bottom_left {
		float: none;
		text-align: left;
	}
	.check_bottom {
		padding: 15px 10px;
	}
	.check_bottom_right {
		padding: 10px 0;
	}
	.consequence {
		height: 100%;
		padding: 50px 0 25px 0;
		background: #353535;
	}
	.consequence_theme {
		width: 58%;
		margin-bottom: 50px;
	}
	.consequence_theme_img {
		width: 190px;
	}
	.consequence_list {
		margin-bottom: 20px;
	}
	.consequence_subtitle {
		color: #fff;
		margin-top: 70px;
	}
	.consequence .down_theme {
		width: 40%;
		margin: 20px;
	}
	.consequence .down_theme_text {
		position: absolute;
		top: 95px;
		left: 0;
		padding: 0 15px;
	}
	.treatment_img {
		position: relative;
		top: 0;
		left: 50px;
	}
	.treatment_list {
		margin: 35px auto;
	}
	.section_indication {
		padding: 5px;
	}
	.indication_img {
		display: none;
	}
	.indication_list {
		margin-top: 50px;
	}
	.application {
		padding: 0 40px;
	}
	.application_img {
		display: none;
	}
	.application_title {
		padding-left: 0;
	}
	.application_list {
		padding-left: 0px;
	}
	.application_button {
		margin: 45px auto 30px;
		width: 300px;
		padding: 10px 20px;
		border-radius: 10px;
	}
	.section_experts {
		background-size: cover;
	}
	.expert_foto,
	.expert_foto2 {
		width: 170px;
		float: none;
		margin: 0 auto;
		display: block;
	}
	.expert_block,
	.expert_block2 {
		margin-top: 30px;
	}
	.expert_content,
	.expert_content2 {
		margin: 15px 0 0;
	}
	.expert_comment,
	.expert_comment2 {
		width: 100%;
	}
	.result {
		margin: 60px 0 0;
	}
	.result_title {
		margin-bottom: 50px;
	}
	.result_left,
	.result_right {
		float: none;
		margin: 75px auto 30px;
	}
	.result_left_title:before {
		position: absolute;
		top: -50px;
		right: 105px;
	}
	.result_right_title:after {
		width: 94px;
		height: 140px;
		position: absolute;
		top: -68px;
		right: 15px;
	}
	.result_right_title-es:after {
		width: 94px;
		height: 140px;
		position: absolute;
		top: -68px;
		right: 15px;
	}
	.comment_button {
		width: 400px;
	}
	.comment li,
	.comment li:nth-child(even) {
		padding: 5px 5px 10px 10px;
	}
	.comment li .comment_text,
	.comment li:nth-child(even) .comment_text {
		text-align: right;
		padding: 10px 155px 0 0;
	}
	.comment_text:before {
		display: none;
	}
	.comment li .comment_foto,
	.comment li:nth-child(even) .comment_foto {
		float: right;
		width: 150px;
		margin: 30px 0 0;
	}
	.comment_author {
		text-align: right;
	}
	.advantages li {
		width: 80%;
	}
	.fake_img {
		margin: 15px 10px 15px 20px;
	}
	.fake_text {
		padding-left: 100px;
	}
	.fake {
		padding: 15px 10px 20px 0;
		margin: 20px 0;
	}
	.workes {
		background: #fff;
	}
	.workes_list li {
		width: 50%;
	}
	.footer {
		text-align: center;
	}
	.footer_logo {
		float: none;
	}
	.footer_left_text {
		text-align: center;
		float: none;
	}
	.footer_right_text {
		display: none;
	}
}

@media screen and (max-width: 479px) {
	.wrap {
		margin: 0 auto;
		max-width: 300px;
	}
	.title {
		margin-top: 10px;
		font-size: 20px;
		line-height: 32px;
		text-align: center;
	}
	.new_line320 {
		display: block;
	}
	.sub_title {
		font-size: 18px;
		line-height: 22px;
	}
	.top_line_list {
		margin-left: 30px;
	}
	.product_img {
		margin: 15px 10px 20px 35px;
		width: 175px;
	}
	.label_img {
		position: absolute;
		top: 881px;
		left: 130px;
		width: 100px;
	}
	.prise {
		margin-left: 10px;
	}
	.prise:before {
		position: absolute;
		top: -200px;
		left: 175px;
	}
	.top_line_button {
		margin: 10px auto 15px;
	}
	.top_block_list {
		max-width: 230px;
	}
	.top_block_theme_title {
		font-size: 25px;
	}
	.top_block_theme_text {
		font-size: 20px;
		line-height: 22px;
		margin-top: 5px;
	}
	.top_block_theme_title:before {
		background-size: 27px;
		position: absolute;
		top: 3px;
		left: -32px;
	}
	.check {
		margin-top: 15px;
	}
	.check_theme {
		margin-right: 0;
	}
	.check_theme_img {
		width: 90px;
	}
	.check_theme_text {
		font-size: 16px;
		line-height: 20px;
		padding: 5px 10px;
	}
	.check_bottom_right {
		font-size: 18px;
		line-height: 23px;
		padding: 5px 0;
	}
	.check_bottom {
		padding: 10px;
	}
	.consequence_theme {
		margin-bottom: 20px;
		width: 90%;
	}
	.consequence_theme_img {
		width: 150px;
		margin-bottom: 10px;
	}
	.consequence_theme_text {
		margin-top: 5px;
	}
	.consequence_title {
		background: #d63300;
		padding: 10px 0;
		margin-bottom: 40px;
		border-radius: 10px;
	}
	.consequence .down_list {
		margin-top: 10px;
		display: none;
	}
	.consequence .down_theme {
		width: 60%;
		margin: 10px;
	}
	.treatment_list {
		width: 300px;
		margin: 35px auto 5px;
	}
	.treatment_theme {
		width: 290px;
		margin: 0 0 15px 15px;
	}
	.treatment_theme:nth-child(even) {
		float: none;
	}
	.treatment_img {
		position: relative;
		top: 0;
		left: 25px;
		width: 200px;
	}
	.section_indication {
		background: url('../images/indication_bg.png') 0px 0px no-repeat;
	}
	.indication_list {
		margin-top: 30px;
		width: 300px;
	}
	.indication_theme_img {
		display: none;
	}
	.application {
		padding: 0 20px;
	}
	.application_button {
		width: 260px;
	}
	.result_text {
		margin: 10px 0;
		padding: 130px 0 0 0;
		background: url('../images/icon5.png') top center no-repeat;
		text-align: center;
	}
	.result_left,
	.result_right {
		width: 300px;
	}
	.result_left_title:after {
		width: 280px;
		height: 46px;
	}
	.result_left_title:before {
		position: absolute;
		top: -50px;
		right: 75px;
	}
	.result_right_title:before {
		width: 280px;
		height: 46px;
	}
	.result_right_title {
		padding: 15px 0 0 15px;
		font-size: 28px;
	}
	.result_right_title:after {
		width: 89px;
		height: 130px;
		position: absolute;
		top: -60px;
		right: 7px;
	}
	.result_right_title-es:before {
		width: 280px;
		height: 46px;
	}
	.result_right_title-es {
		padding: 15px 0 0 15px;
		font-size: 28px;
	}
	.result_right_title-es:after {
		width: 89px;
		height: 130px;
		position: absolute;
		top: -60px;
		right: 7px;
	}
	.comment li .comment_foto,
	.comment li:nth-child(even) .comment_foto {
		float: none;
		margin-top: 0;
	}
	.comment li,
	.comment li:nth-child(even) {
		text-align: center;
		padding-top: 0;
	}
	.comment li .comment_text,
	.comment li:nth-child(even) .comment_text {
		padding: 0;
		text-align: left;
	}
	.comment_author {
		-ms-text-align-last: auto;
		text-align: left;
	}
	.comment_button {
		width: 260px;
		margin: 30px auto 10px;
	}
	.comment_text:before {
		display: none;
	}
	.advantages li {
		width: 100%;
		margin: 0 -2px 40px;
	}
	.advantages_icon {
		width: 50px;
	}
	.advantages_title {
		padding-left: 60px;
		font-size: 16px;
		line-height: 27px;
	}
	.advantages_text {
		padding-left: 60px;
		font-size: 18px;
	}
	.fake {
		padding: 10px;
	}
	.fake_img {
		display: none;
	}
	.fake_text {
		padding: 0;
	}
	.workes_list li {
		width: 65%;
	}
	.workes_sub_title {
		padding: 0 10px;
	}
}
.toform {
	color: white;
	text-decoration: none;
}
.landing__countdown span {
	display: inline-block;
	vertical-align: top;
	font-size: 40px;
	font-weight: 700;
	font-family: 'PT Sans', sans-serif;
	color: #d63300 !important;
}
.landing__countdown span.minutes {
	margin: 0 15px;
	position: relative;
}
.landing__countdown span.minutes:after,
.landing__countdown span.minutes:before {
	position: absolute;
	content: ':';
	top: 0;
}
.landing__countdown span.minutes:after {
	right: -11px;
}
.landing__countdown span.minutes:before {
	left: -13px;
}

