@font-face {

font-family: "Geometria"; 
src: url("../font/Geometria.otf") format("truetype"); 
font-style: normal; 
font-weight: normal; 
} 

@font-face {

font-family: "Geometriabold"; 
src: url("../font/Geometria-Bold.otf") format("truetype"); 
font-style: normal; 
font-weight: 600; 
} 



/* reset */

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, 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, 
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary, 
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, 
q:before, q:after {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a, input, button {
	outline: none;
}

a {
	background-color: transparent;
	text-decoration: underline;
	-webkit-text-decoration-skip: objects;
}

input, button {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}



/* styles */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
	min-width: 320px;
	font-family: "Geometria", sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	color: #333;
	cursor: default;
}

header, section, footer {
	margin: 0 auto;
	max-width: 1920px;
}

.wrapper {
	margin: 0 auto;
	padding: 0 10px;
	width: 1200px;
	position: relative;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

img {
	max-width: 100%;
	height: auto;
}

/* placeholder */

::-webkit-input-placeholder {
	opacity: 1;
	color: #333;
}

:-moz-placeholder {
	opacity: 1;
	color: #333;
}

::-moz-placeholder {
	opacity: 1;
	color: #333;
}

:-ms-input-placeholder {
	opacity: 1;
	color: #333;
}

:focus::-webkit-input-placeholder {
	opacity: 0;
}

:focus:-moz-placeholder {
	opacity: 0;
}

:focus::-moz-placeholder {
	opacity: 0;
}

:focus:-ms-input-placeholder {
	opacity: 0;
}

/* bold */

b {
	font-weight: 700;
}

/* titles */

h2 {
    font-weight: 700;
    font-size: 35px;
    line-height: 48px;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 27px;
}
h3 {
color: #982848;
    font-weight: normal;
    font-size: 28px;
    line-height: 33px;
    text-align: left;
    text-transform: uppercase;
}

/* button */

.button {
    display: block;
    margin: 0 auto;
    width: 212px;
    height: 47px;
    -moz-border-radius: 5px;
    background-color: #982848;
    -moz-box-shadow: 1px 3px 0 0 #333;
    font-size: 17px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
}

.button:hover {
	background-color: #5d1026;

}

.button:active {
	background-color: #5d1026;
}

      #zatemnenie {
        background: rgba(102, 102, 102, 0.5);
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        display: none;
        z-index: 9999999999;
      }
      #okno {
        width: 300px;
        height: 50px;
        text-align: center;
        padding: 15px;
        border: 3px solid #0000cc;
        border-radius: 10px;
        color: #0000cc;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        background: #fff;
      }
      #zatemnenie:target {display: block;}
      .close {
        display: inline-block;
        border: 1px solid #0000cc;
        color: #0000cc;
        padding: 0 12px;
        margin: 10px;
        text-decoration: none;
        background: #f2f2f2;
        font-size: 14pt;
        cursor:pointer;
      }
      .close:hover {background: #e6e6ff;}
      
      
/* deadline text */

.deadline_text {
	margin: 15px 0 0 0;
	font-weight: 700;
	text-align: center;
}


/* price block */

.price_block {
	width: 100%;
}

.price_block .price_item {
	text-align: center;
}

.price_block .price_item.old {
	color: #000;
}


.price_block .price_item.new {
	color: #b73894;
}



.price_block .price_item.new .value {
	font-weight: 700;
	font-size: 38px;
}

.price_block span { 
	font-weight: 900;
}

.top_section {
	float: left;
	width: 65%;
}
.top_section h3{
	margin: 0 0 40px 0;
}

.logo_section {

}
.logo_item {
	width: 20%;
    padding: 20px;
}

.logo_disk{
	width: 22%;
    text-align: right;
    margin-left: 64px;
    margin-top: 13px;
}
.logo_text {
    width: 33%;
    padding: 90px 0px 0 18px;
}

.logo_text h3 { 
	font-size: 25px;
    letter-spacing: 0px;

}
.logo_list .item {
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
}


/* benefits list */

.benefits_list li {
    margin: 0 0 40px 0;
    padding: 0px 0 0 34px;
    position: relative;
    font-size: 23px;
    font-weight: 600;
    color: #a22b4d;
    /* text-transform: uppercase; */
    line-height: 27px;
}
.benefits_list span {
	font-size: 24px;
    color: #000;
    font-weight: normal;
	text-transform: none;
} 

.benefits_list_1 li {
    margin: 44px 0 29px 0;
    /* padding: 0px 0 0 34px; */
    position: relative;
    font-size: 30px;
    font-weight: 800;
    color: #a22b4d;
    text-transform: uppercase;
    line-height: 34px;
}
.benefits_list_1 span {
	font-size: 26px;
    color: #000;
    font-weight: normal;
	text-transform: none;
} 


 .benefits_list li:last-child {
  margin: 0 0 -140px 0;
}

.benefits_list li:before {
    display: block;
    content: '';
    width: 28px;
    height: 24px;
    position: absolute;
    top: 55%;
    margin-top: -28px;
    left: 0;
}

header .benefits_list li:before {
  background: url(../img/galka.png);
}

/* benefits list w*/

.benefits_list_w li {
    margin: 0 0 26px 0;
    padding: 0px 0 0 34px;
    position: relative;
    font-size: 23px;
    font-weight: normal;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 27px;
}
.benefits_list_w span {
	font-size: 24px;
    color: #000;
    font-weight: normal;
	text-transform: none;
} 

 .benefits_list_w li:last-child {
  margin: 0 0 -140px 0;
}

.benefits_list_w li:before {
    display: block;
    content: '';
    width: 28px;
    height: 24px;
    position: absolute;
    left: 0;
}

.benefits_list_w li:before {
  background: url(../img/galka_w.png);
}


.benefits_list_w span {
    font-size: 22px;
    color: #fff;
    font-weight: normal;
    text-transform: none;
}

/* benefits list r*/

.benefits_list_r li {
    margin: 0 0 21px 0;
    padding: 0px 0 0 34px;
    position: relative;
    font-size: 24px;
    font-weight: normal;
    color: #000000;
}
.benefits_list_r span {
	font-size: 24px;
    color: #000;
    font-weight: normal;
	text-transform: none;
} 

 .benefits_list_r li:last-child {
  margin: 0 0 -140px 0;
}

.benefits_list_r li:before {
    display: block;
    content: '';
    width: 28px;
    height: 24px;
    position: absolute;
    left: 0;
}

.benefits_list_r li:before {
  background: url(../img/galka.png);
}


.benefits_list_r span {
    font-size: 22px;
    color: #fff;
    font-weight: normal;
    text-transform: none;
}
/* items list */

.items_list {
	font-size: 0;
	line-height: 0;
	letter-spacing: -1px;
	text-align: center;
}

.items_list .item {
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
}

/* header */

header {
	height: 600px;
	background: #fff url(../img/header.png)center top no-repeat;
	color: #3f0060;
}

header h1 {
	text-align: center;

}

header .sub_title {
	padding: 40px 0 30px 0;
	font-weight: 700;
	font-size: 30px;
	line-height: 36px;
	text-transform: uppercase;
	text-align: center;
	background: url(../img/logo.png)center top no-repeat;
}

header .discount_wrapper {
	top: 245px;
	left: 250px;
}

header .advantages_list {
	float: left;
	margin: 330px 0 0 300px;
	width: 320px;
}

header .advantages_list .advantage_item {
	padding:  4px;
	width: 100px;
	height: 100px;
	border: 1px solid rgba(255,255,255,0.3);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: rgba(255,255,255,0.3);
}

header .advantages_list .advantage_item:nth-child(2) {
	margin: 0 10px;
}

header .advantages_list .advantage_item span {
	display: block;
	padding: 18px 0 0 0;
	width: 90px;
	height: 90px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
	font-weight: 700;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
}


header .info {
	float: right;
    width: 388px;
    border-radius: 10px;
}

header .info {
    padding: 25px;
    background: rgba(255,255,255,0.8);
    font-weight: 700;
    border: 2px #4a7132 solid;
}

.info p {
text-align: center;
color: #000;
font-size:22px;
}

header .price_block {
	margin: 20px auto;
}

header .deadline_text {
	color: #b73894;
}

.openwork_top {
	background: url(../img/border.jpg)center top repeat;
	    height: 15px;
		transform:  scale(1, -1);
}
.openwork_bottom {
    background: #fff;
    border-bottom: 3px solid #910045;
}

.openwork_bottom_f {
    
}
/* order */

.form_section_body {
    background: #982848;
    color: #fff;
    padding: 40px 0 60px 0;
}


.form_section_body .left_column {
    width: 60%;
}

.photo .left_column {
    width: 62%;
    float: left;
    margin-right: 7px;
    margin-left: 40px;
}
.form_section {

}
.form_section_w{
     padding: 60px 0 60px 0;
    margin-bottom: 145px;
}

.whois {
 margin-bottom: 45px;   
}

.form_section .title_block {
	height: 120px;
	background: rgba(229,178,255,0.7);
	color: #752e99;
}

.form_section .title_block h2 {
	padding: 14px 145px 0 145px;
}

.form_section .product_title {
	font-family: 'Script MT Bold';
	font-size: 48px;
	line-height: 48px;
	position: absolute;
	top: 65px;
	left: 350px;
}

.form_section .discount_wrapper {
	top: 400px;
	left: 400px;
}

.form_section form {
    padding: 15px 0 15px 0;
    height: 100%;
    background: rgb(255 255 255);
    border-radius: 10px;
    border: #982747 2px solid;
    float: right;
    margin-top: 10px;
}

.form_section form {
    padding: 15px 0 15px 0;
    height: 100%;
    background: rgb(255 255 255);
    border-radius: 10px;
    border: #982747 2px solid;
    float: right;
    margin-top: 40px;
    width: 413px;
}

.form_section_body form {
    padding: 20px 5px;
    height: 100%;
    background: rgb(255 255 255);
    border-radius: 10px;
    border: #982747 2px solid;
    float: right;
    margin-top: -195px;
    width: 413px;
}

.form_section .timer_block p {
    margin: 0 0 10px 0;
    /* text-transform: uppercase; */
    text-align: center;
    font-weight: 700;
    font-size: 21px;
    color: #000;
}

.form_section .timer_block .timer_item {
	float: left;
	width: 88px;
}

.form_section .timer_block .timer_item:nth-child(2) {
	margin: 0 18px;
}

.form_section .timer_block .count {
	margin: 0 0 5px 0;
	height: 62px;
}



.form_section .timer_block .count span:first-child {
	margin: 0 8px 0 0;
}

.form_section .timer_block .count span:before {
	display: block;
	content: "";
	width: 40px;
	height: 1px;
	background: #290042;
	position: absolute;
	top: 30px;
	left: 0;
}

.form_section .timer_block .count i {
	position: relative;
}

.form_section .price_block {
    margin: 20px auto;
}
.form_section .price_block {
    color: #000;
    font-size: 14px;
    text-align: center;
    line-height: 22px;
}
.form_section input {
    margin: 0 auto 15px auto;
    padding: 0 20px;
    width: 70%;
    height: 35px;
    /* background-color: #dee9a4; */
    font-weight: 400;
    font-size: 15px;
    color: #333;
    /* text-align: center; */
    border: 1px #000 solid;
}

.form_section .button {
	font-family: 'Lato', sans-serif;
	cursor: pointer;
}

.form_section .message {
	margin: 13px auto 0 auto;
	padding: 0 8px 0 86px;
	width: 300px;
	font-size: 16px;
	line-height: 22px;
	position: relative;
}

.form_section .message:before {
	display: block;
	content: "";
	width: 71px;
	height: 51px;
	border-right: 1px solid #fff;
	position: absolute;
	top: 8px;
	left: 0;
}

.form_section_body .timer_block p {
    margin: 0 0 10px 0;
    /* text-transform: uppercase; */
    text-align: center;
    font-weight: 700;
    font-size: 21px;
    color: #000;
}

.form_section_body .timer_block .timer_item {
	float: left;
	width: 88px;
}

.form_section_body .timer_block .timer_item:nth-child(2) {
	margin: 0 18px;
}

.form_section_body .timer_block .count {
	margin: 0 0 5px 0;
	height: 62px;
}



.form_section_body .timer_block .count span:first-child {
	margin: 0 8px 0 0;
}

.form_section_body .timer_block .count span:before {
	display: block;
	content: "";
	width: 40px;
	height: 1px;
	background: #290042;
	position: absolute;
	top: 30px;
	left: 0;
}

.form_section_body .timer_block .count i {
	position: relative;
}

.form_section_body .price_block {
    margin: 20px auto;
}
.form_section_body .price_block {
    color: #000;
    font-size: 14px;
    text-align: center;
    line-height: 22px;
}
.form_section_body input {
    margin: 0 auto 15px auto;
    padding: 0 20px;
    width: 330px;
    height: 35px;
    /* background-color: #dee9a4; */
    font-weight: 400;
    font-size: 15px;
    color: #333;
    /* text-align: center; */
    border: 1px #000 solid;
}

.form_section_body .button {
	font-family: 'Lato', sans-serif;
	cursor: pointer;
	margin-top: 30px;
}

.form_section_body .message {
	margin: 13px auto 0 auto;
	padding: 0 8px 0 86px;
	width: 300px;
	font-size: 16px;
	line-height: 22px;
	position: relative;
}

.form_section_body .message:before {
	display: block;
	content: "";
	width: 71px;
	height: 51px;
	border-right: 1px solid #fff;
	position: absolute;
	top: 8px;
	left: 0;
}

/* benefits */


.benefits_section {
	padding: 40px 0;
}

.benefits_section .benefit_item {
	
	font-size: 18px;
	line-height: 24px;
}

.benefits_section .benefit_item:first-child {
	width: 40%;
}

.benefits_section .benefit_item:nth-child(2) {
	width: 10%;
	padding-left: 25px;
}

.benefits_section .benefit_item:last-child {
width: 50%;
}

.benefits_section .benefit_item h3 {
	font-weight: 700;
	font-size: 22px;
	float: left;
	padding: 13px 29px;
    text-align: left;
    line-height: 24px;
}

.benefits_section .benefit_item:first-child p {
	padding: 0 5px;
}

.benefits_section .benefit_item:nth-child(2) p {
	padding: 0 40px;
}

.benefits_section .benefit_item:last-child p {
	padding: 0 30px;
	float: left;
	text-align: left;
 }
.benefit_item img {
	float: left;
	margin: -8px -15px -24px -54px;
 }


/* about */

.about_section_m{
    display: none;
}

.about_section {
    padding: 12px 0;
    color: #2b2b2b;
    margin-top: 20px;
}

.about_section .info {
	margin: 40px 0 0 340px;
}

.about_section .info p {
	margin: 0 0 30px 0;
	line-height: 25px;
    text-align: justify;
    color: #000;

}

.about_section .info p:last-of-type {
	margin: 36px 0 60px 0;
}
.about_section h3 {
	color: #982848;
	font-size: 33px;
	text-align: left;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 36px;
	margin-top: 60px;
}

.about_section .left_column {
    float: left;
    width: 35%;
    padding: 0px 92px 0 0px;
}
.info h3 {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 28px;
    
}

		.container{
			margin: 0 auto;
		}
		.overlay {
		    width: 100%;
		    height: 100%;
		    background: rgba(51, 51, 51, 0.78);
		    position: fixed;
		    top: 0;
		    left: 0;
		    display: none;
		  z-index: 1;
		}
.block-popup {
    position: absolute;
    background: #fff;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 5px;
    border: 2px solid #982848;
    padding: 10px;
    /* box-shadow: 0 12px 20px -10px; */
    text-align: center;
    z-index: 9999;
    display: none;
    padding: 24px;
}
		.block-popup span{
		  position: absolute;
		  top: 0;
		  right: 5px;
		  cursor: pointer;
		  font-size: 20px;
		}
		input[type="email"] {
		    border-radius: 5px;
		    border: 1px solid #ccc;
		    padding: 5px;
		}
		input[type="button"] {
		    border: none;
		    padding: 6px;
		    border-radius: 5px;
		    background: #4CAF50;
		    color: #fff;
		}
		@media(max-width: 768px){
			.block-popup{
				width: 80%;
			}
		}
.block-popup input {
    margin: 25px auto 15px auto;
    padding: 0 20px;
    height: 35px;
    /* background-color: #dee9a4; */
    font-weight: 400;
    font-size: 15px;
    color: #333;
    /* text-align: center; */
    border: 1px #982848 solid;
	width: 100%;
}

.block-popup .description {
    color: #982848;
    font-size: 16px;
}

/* composition */

.composition_section {
	padding:0;
}

.composition_section .left_column {
    float: left;
    margin: 0 50px 0 0;
    padding: 17px 0 0 0;
    width: 65%;
    color: #fff;
    font-size: 22px;
    text-align: justify;
}
.composition_section h3 {
	color: #982848;
	font-size: 28px;
	text-align: left;
	text-transform: uppercase;
	font-weight: 400;
}

.composition_section p {
    margin: 20px 0 60px 0;
    line-height: 25px;
    text-align: justify;
    color: #000;
}

.immob img {
    display:none;
}

.composition_section .left_column h4 {
	margin: 0 0 15px 0;
	font-weight: 700;
	font-size: 20px;
	text-transform: uppercase;
	position: relative;
}

.composition_section .left_column h4:before {
	display: block;
	content: "";
	width: 290px;
	height: 1px;
	background: #333;
	position: absolute;
	top: 50%;
	margin-top: -2px;
	left: 5px;
}

.composition_section .left_column h4 span {
	padding: 0 15px;
	background: #eaeaea;
	position: relative;
}

.composition_section .components_block {
	margin: 0 0 30px 0;
}

.composition_section .component_item {
	width: 92px;
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;
}

.composition_section .component_item:nth-child(2) {
	margin: 0 12px;
}

.composition_section .component_item img {
	margin:  0 0 2px 0;
	border: 3px solid #eaeaea;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #eaeaea;
	-webkit-box-shadow: 0 0 0 1px rgba(59,0,96,0.5);
	-moz-box-shadow: 0 0 0 1px rgba(59,0,96,0.5);
	box-shadow: 0 0 0 1px rgba(59,0,96,0.5)
}

.composition_section .size_table .head_row {
	background: #ffadfa;
	font-weight: 700;
}

.composition_section .size_table .row:nth-child(2n) {
	background: #f4f4f4;
}

.composition_section .size_table .column {
	float: left;
	width: 50%;
	font-size: 14px;
	line-height: 36px;
}

.composition_section .right_column {
    float: left;
    width: 30%;
}

.composition_section .right_column .icon_wrapper {
	position: relative;
}

.composition_section .right_column .icon_wrapper:before {
	display: block;
	content: "";
	width: 290px;
	height: 1px;
	background: #333;
	position: absolute;
	top: 27px;
	left: 5px;
}

.composition_section .right_column .icon_block {
	margin: 0 auto;
	width: 93px;
	height: 55px;
	position: relative;
}

.composition_section .right_column p {

    margin: 2px 0 13px 0;
    padding: 0 5px;
    line-height: 30px;
    font-size: 27px;
    text-align: center;
    text-transform: uppercase;
    color: #4a7131;
}




/* reviews */

.reviews_section {
	padding: 40px 0 25px;
}

.reviews_section  h2 {
    margin: 0 0 40px 0;
    color: #982848;
    text-align: center;
}

.photo h2 {
    margin: 40px 0 40px 0;
    color: #982848;
    text-align: center;
}

.reviews_section .review_item {
	padding:  0 15px;
	text-align: center;
}

.reviews_section .review_item img {
	display: block;
	margin: 0 auto;
	width: 260px;
	border-radius: 130px;
}

.reviews_section .review_item .author_info {
	margin: 20px 0 10px 0;
	font-weight: 700;
}

.reviews_section .owl-prev, 
.reviews_section .owl-next {
	width: 40px;
	height: 90px;
	position: absolute;
	top: 85px;
}

.reviews_section .owl-prev {
	background:  url(../img/reviews__arrow_left.png)center no-repeat;
	left: 0;
}

.reviews_section .owl-next {
	background: url(../img/reviews__arrow_right.png) center no-repeat;
	right: 0;
}

/* order steps */

.order_steps_section {
    margin-top: 60px;
	margin-bottom: 25px;
}

.order_steps_section h2 {
	margin: 0 0 30px 0;
}

.order_steps_section .step_item {
    width: 33%;
    font-size: 21px;
    line-height: 24px;
    color: #000;
}

.order_steps_section .step_item:first-child {
}

.order_steps_section .step_item:last-child {
	padding: 0 16px;
}

.order_steps_section .step_item .icon_wrapper {
	margin: 0 auto 30px auto;
	width: 100px;
	height: 100px;
	color: #000;

}

.order_steps_section .step_item .icon_block {
	width: 100px;
	height: 100px;
}

.order_steps_section .step_item:first-child .icon_block {
	background-image: url(../img/i_1.png);
}

.order_steps_section .step_item:nth-child(2) .icon_block {
	background-image: url(../img/i_2.png);
}

.order_steps_section .step_item:nth-child(3) .icon_block {
	background-image: url(../img/i_3.png);
}

.order_steps_section p{
    text-align: left;
    margin: 10px 0 0 40px;
    font-size: 22px;
}

.order_steps_section h3 {
    margin: 10px 0 0 40px;
}

/* whois 

.whois h4{
    background: #982848;
    color: #fff;
    text-transform: uppercase;
    padding: 10px;
    width: 40%;
    text-align: center;
    margin-bottom: 7px;
} */

 .bgtitl{
    color: #fff;
    margin-bottom: 15px;
    text-transform: uppercase;
    line-height: 33px;
}
.bgtitl span {
    padding: 9px;
    background: #982848;
    font-weight: 600;
}

.whois p {
    margin-bottom: 15px;
    font-size: 20px;

}
/* example */

.example_section {
}

.example_section h2 {
	margin: 30px 0 30px 0;
	color: #4a7131;
}

.example_section .step_item {
    width: 25%;
    font-size: 23px;
    line-height: 24px;
    color: #5b3c2c;
}

.example_section .step_item:first-child {
}

.example_section .step_item:last-child {
	padding: 0 16px;
}

.oexample_section .step_item .icon_wrapper {
	margin: 0 auto 30px auto;
	width: 220px;
	height: 220px;
	color: #5b3c2c;

}

.example_section .step_item .icon_block {
	width: 250px;
	height: 340px;
	background-position: center;
	background-repeat: no-repeat;
}

.example_section .step_item:first-child .icon_block {
	background-image: url(../img/modl_1.jpg);
}

.example_section .step_item:nth-child(2) .icon_block {
	background-image: url(../img/modl_2.jpg);
}

.example_section .step_item:nth-child(3) .icon_block {
	background-image: url(../img/modl_4.jpg);
}

.example_section .step_item:last-child .icon_block {
	background-image: url(../img/modl_3.jpg);
}

/* advantages */

.advantages_section {
	padding: 40px 0;
}

.advantages_section h2 {
	margin: 0 0 30px 0;
	color: #4a7131;
}

.advantages_section .advantage_item {
    padding: 0 15px;
    width: 33.33%;
    font-size: 19px;
    line-height: 24px;
}

.advantages_section .advantage_item h4 {
    margin-top: 37px;
    color: #4a7131;
    font-size: 20px;
    text-align: left;
}

.advantages_section .advantage_item .icon_wrapper {

}

.advantages_section .advantage_item .icon_block {
float:left;

}

.advantages_section .advantage_item .icon_block:before {
	display: block;
	content: "";
	width: 140px;
	height: 140px;
	background-position: center;
	background-repeat: no-repeat;
}

.advantages_section .advantage_item:first-child .icon_block:before {
	background-image: url(../img/w_1.jpg);
}

.advantages_section .advantage_item:nth-child(2) .icon_block:before {
	background-image: url(../img/w_2.jpg);
}

.advantages_section .advantage_item:nth-child(3) .icon_block:before {
	background-image: url(../img/w_3.jpg);
}

.advantages_section .advantage_item:nth-child(4) .icon_block:before {
	background-image:url(../img/w_4.jpg);
}

.advantages_section .advantage_item:nth-child(5) .icon_block:before {
	background-image:url(../img/w_5.jpg);
}
.advantages_section .advantage_item:nth-child(6) .icon_block:before {
	background-image:url(../img/w_6.jpg);
}
/* order */

.order_section {
	background: #4a7131 url(../img/bg_footer.jpg)center top no-repeat;
	color: #fff;
}

.order_section .title_block {
	height: 120px;
	background: rgba(229,178,255,0.7);
	color: #752e99;
}

.order_section .title_block h2 {
	padding: 14px 145px 0 145px;
}

.order_section .product_title {
	font-family: 'Script MT Bold';
	font-size: 48px;
	line-height: 48px;
	position: absolute;
	top: 65px;
	left: 350px;
}

.order_section .discount_wrapper {
	top: 400px;
	left: 400px;
}

.order_section form {
	margin: 0 0 0 850px;
	padding: 30px 0 0 0;
	height: 500px;
    background: rgba(73, 75, 73, 0.81);
}

.order_section .timer_block {
	margin: 0 auto;
	width: 300px;
	text-align: center;
}

.order_section .timer_block p {
	margin: 0 0 10px 0;
	text-transform: uppercase;
}

.order_section .timer_block .timer_item {
	float: left;
	width: 88px;
}

.order_section .timer_block .timer_item:nth-child(2) {
	margin: 0 18px;
}

.order_section .timer_block .count {
	margin: 0 0 5px 0;
	height: 62px;
}

.order_section .timer_block .count span {
	display: block;
	float: left;
	width: 40px;
	height: 62px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background-color: #dee9a4;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#dee9a4), to(#98a45a));
	background-image: -webkit-linear-gradient(bottom, #dee9a4 0%, #98a45a 100%);
	background-image: -moz-linear-gradient(bottom, #dee9a4 0%, #98a45a 100%);
	background-image: -o-linear-gradient(bottom, #dee9a4 0%, #98a45a 100%);
	background-image: linear-gradient(to top, #dee9a4 0%, #98a45a 100%);
	-webkit-box-shadow: 0 -2px 0 0 #290042 inset;
	-moz-box-shadow: 0 -2px 0 0 #290042 inset;
	box-shadow: 0 -2px 0 0 #290042 inset;
	font-weight: 700;
	font-size: 30px;
	line-height: 62px;
	text-align: center;
	text-shadow: 0 1px 0 rgba(51,51,51,0.5);
	position: relative;
}

.order_section .timer_block .count span:first-child {
	margin: 0 8px 0 0;
}

.order_section .timer_block .count span:before {
	display: block;
	content: "";
	width: 40px;
	height: 1px;
	background: #290042;
	position: absolute;
	top: 30px;
	left: 0;
}

.order_section .timer_block .count i {
	position: relative;
}

.order_section .price_block {
	margin: 15px auto 20px auto;
}
.order_section .price_block {
	color: #fff;
	font-size: 25px;
	text-align: center;
}
.order_section input {
    margin: 0 auto 15px auto;
    padding: 0 20px;
    width: 300px;
    height: 55px;
    background-color: #dee9a4;
    font-weight: 400;
    font-size: 18px;
    color: #333;
    text-align: center;
}

.order_section .button {
	font-family: 'Lato', sans-serif;
	cursor: pointer;
}

.order_section .message {
	margin: 13px auto 0 auto;
	padding: 0 8px 0 86px;
	width: 300px;
	font-size: 16px;
	line-height: 22px;
	position: relative;
}

.order_section .message:before {
	display: block;
	content: "";
	width: 71px;
	height: 51px;
	border-right: 1px solid #fff;
	position: absolute;
	top: 8px;
	left: 0;
}

/* footer */

footer {
	padding: 15px 0;
	background: #982848;
	font-size: 13px;
	line-height: 13px;
	text-align: center;
}

footer img {
	display: block;
}

footer a {
	color: #cdced1;
}

footer a:hover {
	text-decoration: none;
}

@media screen and (max-width: 1024px) {


h3{
font-size: 26px;}
	/* styles */
	
	.left_column img  {
	    width: 45%;
	}
	
	.photo .left_column {
	width: 100%;
    margin-right:0;
    margin-left: 0;
}
	.photo .left_column img{
	  width: 100%;  
	}

.photo img{
	  width: 100%;  
	}
	.immob img {
	   display: block !important;
	   width: 45%;
	}
	
	.composition_section {
 display: none !important;
}
	
	.right_column img {
	    width: 45%;
	}
	

	.wrapper {
		width: 640px;
	}

	/* discount */

	.discount_wrapper {
		padding: 7px;
		width: 120px;
		height: 120px;
	}

	.discount_wrapper .discount_block {
		padding: 21px 0 0 0;
		width: 104px;
		height: 104px;
		font-size: 14px;
		line-height: 30px;
	}

	.discount_wrapper .discount_block span {
		font-size: 32px;
	}

	/* header */

	header  {
	height: 100%;
	   padding: 0 12px;
	}
	header .info {
		width: 100% ;
}
	header .sub_title {
		padding: 35px 0;
		font-size: 24px;
		line-height: 30px;
		text-align: center;
	}

	header .discount_wrapper {
		top: 345px;
		left: 180px;
	}

	header .advantages_list {
		display: none;
	}

	/* benefits */

	.benefits_section .benefit_item {
		width: 50%;
	}

	.benefits_section .benefit_item:first-child {
		margin: 0 0 30px 0;
		background-position: center top;
		width: 100%;
	}

	.benefits_section .benefit_item:nth-child(2) {
		background-position: center 1px;
		width: 100%;
	}


	/* about */
	
	.headline
	{
	        flex-direction: column;
	}
	
	.headline__slogan img {
    max-width: 79% !important;
    padding: 10px;
}


.headline__slogan {
    width: 100% !important;
    text-align: center;
}

.headline__slogan_f {
    display:none;
}

.headline__callback-button{
    margin-left: 0!important;
}
.headline__callback-button_f{
    margin-left: 0!important;
}
.headline__tel {
    margin: 0 0 14px 0!important
    
}

.headline__tel_f {
    margin: 0 0 14px 0!important
    
}
.headline-messengers {

   margin: 0px !important;
padding: 10px !important;
   margin-left: -24px !important;

}

.headline-messengers_f {

   margin: 0px !important;
padding: 10px !important;
   margin-left: -24px !important;

}
	.about_section {
	height: auto;
	}

	.about_section .info {
		margin: 30px 0 0 0;
		text-align: center;
	}

	.about_section .info p {
		margin: 0 0 20px 0;
	}

	.about_section .info p:last-of-type {
		margin: 0 0 40px 0;
	}
	
	.about_section .left_column {
		width: 100%;
		text-align: center;
		padding: 9px 0 9px 0;
		margin-bottom: 30px;
	}
	.about_section_m h3 {
    color: #982848;
    font-size: 26px;
    text-align: left;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 36px;
}

	.about_section h3 {
	font-size: 26px;}	

.bgtitl {
font-size: 13px; }


	.about_section_m {
	
    display: block;
	height: auto;
	}

	.about_section_m .info {
		margin: 30px 0 0 0;
		text-align: center;
	}

	.about_section_m .info p {
		margin: 0 0 20px 0;
		text-align: justify;
	}

	.about_section_m .info p:last-of-type {
		margin: 0 0 30px 0;
	}
	
	.about_section_m .left_column {
		width: 100%;
		text-align: center;
		padding: 9px 0 9px 0;
	}
	
	.composition_section .right_column {
		 width: 100%;
	}
    .composition_section .left_column {
		margin: 0 0 40px 0;
		padding: 0;
		width: 100%;
	}

	.advantages_section .advantage_item .icon_block {
		float: none;
	}
	

	/* order steps */


	.order_steps_section .step_item {
		width: 100%;
	}

	.order_steps_section .step_item:first-child {
		margin: 0 0 30px 0;
		padding: 0;
	}

	.order_steps_section .step_item:nth-child(2) {
		padding: 0;
	}

	.order_steps_section .step_item:nth-child(3) {
		padding: 0;
	}

	.order_steps_section .step_item:last-child {
		padding: 0;
	}

	.order_steps_section .step_item .icon_wrapper {
		margin: 0 auto 15px auto;
	}
	
	.order_steps_section p{
		margin: 36px 0 0 0;
	}

	.order_steps_section h3 {
    margin: 0;
}
	
		/* example */


	.example_section .step_item {
		width: 50%;
	}

	.example_section .step_item:first-child {
		margin: 0 0 30px 0;
		padding: 0 70px;
	}

	.example_section .step_item:nth-child(2) {
		padding: 0 35px;
	}

	.example_section .step_item:nth-child(3) {
		padding: 0 45px;
	}

	.example_section .step_item:last-child {
		padding: 0 45px;
	}

	.example_section .step_item .icon_wrapper {
		margin: 0 auto 15px auto;
	}
	

	/* advantages */

	.advantages_section .advantage_item {
		padding: 0 52px;
		width: 50%;
	}

	.advantages_section .advantage_item:first-child {
		margin: 0 0 30px 0;
	}

	.advantages_section .advantage_item .icon_wrapper {
		margin: 0 auto 20px auto;
	}

	.advantages_section .advantage_item h4 {
		margin: 0 0 10px 0;
	}

	/* order */

	.order_section {

	}

	.order_section .title_block h2 {
		padding: 14px 0 0 0;
		font-size: 34px;
	}

	.order_section .product_title {
		top: 35px;
		left: 40px;
	}

	.order_section .discount_wrapper {
		top: 310px;
		left: 160px;
	}

	.order_section form {
		margin: 0 0 0 290px;
	}
		/* form */


	.form_section .title_block h2 {
		padding: 14px 0 0 0;
		font-size: 34px;
	}

	.form_section .product_title {
		top: 35px;
		left: 40px;
	}

	.form_section .discount_wrapper {
		top: 310px;
		left: 160px;
	}

	.form_section form {
	 width: 100%;
	 margin: 98px 0 50px;
	}
   .top_section {
	float: none;
	width: 100%;
    height: 375px;
}

.order_steps_section {
    margin-top: 0;
}
.form_section .price_block {
	margin:20px auto;
}
.logo_item {
    width: 100%;
    text-align:center;
}

.logo_disk {
display: none !important;
}
.logo_text {
   width: 100%;
   text-align:center;
   padding:0;
}
.benefits_list li {
    font-size: 23px;
    line-height: 33px;
}
.benefits_list_1  li {
   font-size: 30px;
    line-height: 33px;
    text-align: center;
}

.price_block .value {
	float:none;
}

.form_section_body form {
    margin-top: 170px;
    width: 100%;
}
.form_section_body .left_column {
    width: 100%;
}
}

@media screen and (max-width: 639px) {

	/* styles */

	.wrapper {
		width: 100%;
	}

	/* titles */

	h2 {
		font-size: 30px;
		line-height: 34px;
	}

	/* header */
	
	header .info {
	width: 100%;
}
	header  {
		height: 100%;
	    background: #fff url(../img/header_m.png)center top no-repeat;
	}
	
	header h1 {
		font-size: 48px;
		line-height: 88px;
	}

	header .sub_title {
		padding: 30px 0 405px 0;
	}

	header .discount_wrapper {
		top: 295px;
		left: 190px;
	}
	

	/* benefits */
	.benefit_item img {
    float: none;
}
.benefits_section .benefit_item:first-child{
		width: 100%;
	}

	.benefits_section .benefit_item {
		width: 100%;
	}

	.benefits_section .benefit_item:nth-child(2) {
		margin: 0 0 30px 0;
	}
	
	.benefits_section .benefit_item:last-child {
    width: 100%;}
	
	.benefits_section .benefit_item:last-child p {
    padding: 0 0px;}



	/* about */

	.about_section {
		background-image: none;
		padding: 0;
	}

	.about_section .info {
		margin: 20px 0 0 0;
	}

	.about_section .info p {
		margin: 0 0 15px 0;
	}

	.about_section .info p:last-of-type {
		margin: 0 0 30px 0;
	}

	.advantages_section .advantage_item .icon_block {
    float: none;
}
 .about_section h3{
	margin-top: 130px;}
	/* effects */

	.effects_section .effect_item {
		padding: 0;
	}

	.effects_section .effect_item:first-child {
		margin: 0 0 30px 0;
		padding: 0;
		background: none;
	}

	.effects_section .effect_item:nth-child(2) {
		margin: 0 0 30px 0;
		padding: 0;
		background: none;
	}

	.effects_section .effect_item:nth-child(3) {
		margin: 0 0 30px 0;
	}

	/* composition */
	
	.composition_section h3{
	   font-size: 28px;
	}

	.composition_section {
		padding: 40px 0;
	}

	.composition_section .left_column {
		margin: 0 0 40px 0;
		padding: 0;
		width: 100%;
	}

	.composition_section .right_column p {
		margin: 25px 0;
	}


	/* reviews */

	.reviews_section h2 {
		margin: 0 0 30px 0;
	}

	/* order steps */

	.order_steps_section {
		background-image: none;
	}

	.order_steps_section .step_item {
		width: 100%;
	}
   
   .order_steps_section .step_item:first-child {
    margin: 10px 0 30px 0;
    padding: 0;
    width: 100%;
}

	.order_steps_section .step_item:nth-child(2) {
		margin: 0 0 30px 0;

	}

	.order_steps_section .step_item:nth-child(3) {
		margin: 0 0 30px 0;

	}

	.order_steps_section .step_item:last-child {
		padding: 0;
	}

		/* example */


	.example_section .step_item {
		width: 100%;
	}

	.example_section .step_item:first-child {
		margin: 0 0 30px 0;
		padding: 0 30px;
	}

	.example_section .step_item:nth-child(2) {
		margin: 0 0 30px 0;
		padding: 0 30px;
	}

	.example_section .step_item:nth-child(3) {
		margin: 0 0 30px 0;
		padding: 0 30px;
	}

	.example_section .step_item:last-child {
		padding: 0 30px;
	}

	/* advantages */

	.advantages_section .advantage_item {
		margin: 0 0 30px 0;
		padding: 0 40px;
		width: 100%;
	}

	.advantages_section .advantage_item:last-child {
		margin: 0;
	}

	/* order */

	.order_section {
		height: auto;
	}

	.order_section .wrapper {
		padding: 0;
		width: 100%;
	}

	.order_section .title_block {
		margin: 0 0 587px 0;
		height: 160px;
	}

	.order_section .title_block h2 {
		margin: 0 auto;
		padding: 20px 0 0 0;
		width: 300px;
		font-size: 28px;
		line-height: 42px;
	}

	.order_section .product_title {
		width: 100%;
		text-align: center;
		top: -565px;
		left: 0;
	}

	.order_section .discount_wrapper {
		top: -290px;
		left: 50%;
	}

	.order_section form {
		margin: 0;
		padding: 24px 0 0 0;
	}
	/* form */

	.form_section {
		height: 700px;
	}

	.form_section .wrapper {
		padding: 0;
		width: 100%;
	}

	.form_section .title_block {
		margin: 0 0 587px 0;
		height: 160px;
	}

	.form_section .title_block h2 {
		margin: 0 auto;
		padding: 20px 0 0 0;
		width: 300px;
		font-size: 28px;
		line-height: 42px;
	}

	.form_section .product_title {
		width: 100%;
		text-align: center;
		top: -565px;
		left: 0;
	}

	.form_section .discount_wrapper {
		top: -290px;
		left: 50%;
	}

	.form_section form {
		margin: 140px 0 50px
	}
	
	.form_section_body .left_column {
    width: 100%;
}

.form_section_body form {
    margin-top: 170px;
    width: 100%;
}
   
   .top_section {
	float: none;
	width: 100%;
    height: 350px;
}
.benefits_list li:last-child {
    margin: 0;
}
.order_steps_section {
    margin-top: 0;
}
.form_section .price_block {
	margin:20px auto;
}
.benefits_list li {
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 8px 0;
}
.price_block .price_item.old .value {
	 padding-left: 8px;
}   
.price_block .value {
    margin: 10px 9px 0 0;
}
}

.help-block {
	color: red;
}

.top_img {
	float:left;
}


.headline {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
}

.mob-burger {
    justify-content: center;
    width: 34px;
    height: 12px;
    border: none;
    padding: 0;
    cursor: pointer;
    background: none;
    position: relative;
    outline: none;
}
.headline__mob-burger {
    margin: 0 43px 0 0;
}

.headline-messengers {
    list-style: none;
    margin: 0 0 0 auto;
    padding: 0;
    display: flex;
}
.headline-messengers__item {
    font-weight: 600;
    font-size: 13px;
    line-height: 1.2;
    display: flex;
    align-items: center;
    margin-left: 30px;
}

.headline-messengers__item a {
    color: #000;
    font-weight: 600;
    font-size: 13px;
    line-height: 1.2;
    display: flex;
    align-items: center;
    text-decoration: none;
}
.headline-messengers__item_f {
    font-weight: 600;
    font-size: 13px;
    line-height: 1.2;
    display: flex;
    align-items: center;
    margin-left: 30px;
    color: #fff;
}

.headline-messengers__item_f a{
    font-weight: 600;
    font-size: 13px;
    line-height: 1.2;
    display: flex;
    align-items: center;
    color: #fff;
    text-decoration: none;
}
.headline__tel {
    margin-left: 33px;
}

.headline__tel_f {
    margin-left: 33px;
}

.headline__tel-link {
    color: #910045;
    text-decoration: none;
    font-weight: 600;
    font-size: 17px;
    line-height: 1;
}

.headline__tel-link_f {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 17px;
    line-height: 1;
}


.headline__tel-hours {
    margin-top: 4px;
    font-size: 10px;
    line-height: 1.1;
    color: #982848;
}

.headline__tel-hours_f {
    margin-top: 4px;
    font-size: 10px;
    line-height: 1.1;
    color: #fff;
}

.headline__callback-button {
    position: relative;
    font-family: Spectral SC,Arial,sans-serif;
    color: #ffffff;
    font-weight: 500;
    line-height: 24px;
    margin-left: 38px;
    text-decoration: none;
    background: #982848;
    font-size: 15px;
    padding-left: 10px;
    padding-right: 10px;
}

.headline__callback-button_f {
    position: relative;
    font-family: Spectral SC,Arial,sans-serif;
    color: #982848;
    font-weight: 700;
    line-height: 24px;
    margin-left: 38px;
    text-decoration: none;
    background: #ffffff;
    font-size: 15px;
    padding-left: 10px;
    padding-right: 10px;
}

.headline__slogan img {
    max-width: 60%;
    padding: 10px;
}  

.headline__slogan_f img {
    max-width: 80%;
    padding: 10px;
}
.headline__slogan {
    width: 60%;

}

.headline-messengers__item-img {
    flex-shrink: 0;
    margin-right: 11px;
    width: 20px;
}

@media screen and (max-width: 375px) {

 .form_section form {
    margin: 200px 0 50px !important;
}   
	

    
}

@media screen and (min-width: 540px) {
.form_section form {
    margin: 100px 0 50px;
}
}
@media screen and (max-width: 325px) {

 .form_section form {
    margin: 270px 0 50px !important;
}   
}

    

@media screen and (max-width: 761px) {

 .form_section form {
    margin: 150px 0 50px;
}   

}

@media only screen and (min-device-width : 320px) and (max-device-width : 360px) {
	
	 .form_section form {
    margin: 230px 0 50px;
}  
}

@media only screen and (min-device-width : 380px) and (max-device-width : 540px) {
	
	 .form_section form {
    margin: 130px 0 50px;
}  
}

}
@media screen and (min-width: 411px) {
.form_section form {
    margin: 134px 0 50px;
}
}


@media screen and (max-width: 280px) {
.form_section form {
    margin: 270px 0 50px !important;
}}