/* плавное изменение прозрачности placeholder-а при фокусе */
input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {opacity: 1; transition: opacity 0.3s ease;}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
textarea::-moz-placeholder {opacity: 1; transition: opacity 0.3s ease;}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
textarea:-moz-placeholder {opacity: 1; transition: opacity 0.3s ease;}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {opacity: 1; transition: opacity 0.3s ease;}

input[type="text"]:focus::-webkit-input-placeholder,
input[type="tel"]:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}

input[type="text"]:focus::-moz-placeholder,
input[type="tel"]:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {opacity: 0; transition: opacity 0.3s ease;}

input[type="text"]:focus:-moz-placeholder,
input[type="tel"]:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {opacity: 0; transition: opacity 0.3s ease;}

input[type="text"]:focus:-ms-input-placeholder,
input[type="tel"]:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}



body {margin: 0}
:focus {outline: none}
.nopadding {padding: 0 !important}
.nomargin {margin: 0 !important}
.text-white {color: #fff}
.display_flex {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.navbar-fixed-bottom, .navbar-fixed-top {z-index: 990;}
textarea {resize: none;}



/*common style*/
*::selection {
    background-color: #ed334b;
}
::-moz-selection{color:#fff}
::selection{color:#fff}
body{
	font-size: 14px;
	font-family: "Exo 2", Arial, Tahoma, sans-serif;
	color: #6b6b6b;
	line-height: 18px;
}
.themecolor{
	color: #ed334b !important;
}
h1, h2, h3, h4 {
    font-family: "Exo 2", Arial, Tahoma, sans-serif;
}
h1, h1 a, h1 a:hover {
    color: #ffffff;
}
h1, h2, h3, h4, h5, h6 {
    margin-bottom: 15px;
}
h2, h2 a, h2 a:hover {
    color: #122b52;
}
h3, h3 a, h3 a:hover {
    color: #122b52;
}
h5, h5 a, h5 a:hover {
    color: #122b52;
}
h5, h6 {
    font-family: "Exo 2", Arial, Tahoma, sans-serif;
}
.dark h2,
.dark h2 a,
.dark h2 a:hover {
    color: #fff;
}
h1{
	font-size: 100px;
    line-height: 90px;
    font-weight: 700;
    letter-spacing: 3px;
    font-style: italic;
}
.h1_sm{
	font-size: 70px;
	line-height:72px;
}
h2 {
    font-size: 40px;
    line-height: 40px;
    font-weight: 600;
    letter-spacing: 0px;
}
h3 {
    font-size: 25px;
    line-height: 25px;
    font-weight: 700;
    letter-spacing: 0px;
}
h4 {
    font-size: 32px;
    line-height: 45px;
    font-weight: 600;
    letter-spacing: 0px;
    font-style: italic;
}
h5 {
    font-size: 12px;
    line-height: 12px;
    font-weight: 600;
    letter-spacing: 0px;
}
h6 {
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    letter-spacing: 0px;
}
.h1, .h2, .h3, h1, h2, h3{
	margin-top: 0;
}
big{
	font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 0px;
}
hr {
    background-color: rgba(0,0,0,.08);
    color: rgba(0,0,0,.08);
	display: block;
    border: none;
    outline: none;
    height: 1px;
    width: 100%;
    margin: 0 auto 15px;
    clear: both;
}
p{
	line-height: 25px;
}
.clearfix:after,
.clearfix:before{
	content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.clearfix:after {
    clear: both;
}
a{
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
a,
a:focus{
	color: #ed334b;
}
a:hover{
	color: #cc2c41;
	text-decoration: none;
}
a:focus{
	outline: none;
}
.btn{
    border-width: 2px;
    border-style: solid;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: transparent;
    -webkit-box-shadow: inset 0 0 0 0;
    box-shadow: inset 0 0 0 0;
    background-image: none;
    font-size: 110%;
    line-height: 110%;
    border-color: #fff;
    color: #fff !important;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    padding: 15px 30px;
    text-transform: uppercase;
}
.btn:hover{
	background-color: rgba(0,0,0,.05);
}
.btn:focus{
	box-shadow: none;
}
.inp_text,
.textarea {
	background-color: transparent;
	width: 100%;
	padding: 10px;
    font-size: 13px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 2px solid rgba(255,255,255,.08);
    outline: none;
    color: #fff;
    transition: .5s;
}
.textarea {
    overflow: auto;
}
.inp_text:active,
.inp_text:focus,
.textarea:active,
.textarea:focus{
	border-color: #ed334b;
}
.image_wrapper{
}
.image_wrapper img{
	max-width: 100%;
    height: auto;
}

.equal_height_wrap{
	position:relative;
	width:100%;
}
.equal_height_wrap .valign_bottom{
	display: none;
	max-width: 100%;
	width: 100%;
	position: absolute;
	bottom: 0;
}


/*section style*/
.section{
	background-size: cover;
	position: relative;
}
.section_content{
	margin: 0 auto;
}
.section_content:after{
	clear: both;
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
}
@media only screen and (min-width: 1240px){
	.section_content{
		max-width: 1220px;
	}
}
@media only screen and (max-width: 1489px) and (min-width: 1240px){
	.section_content{
		max-width: 940px;
	}
}
@media only screen and (max-width: 1239px) and (min-width: 960px){
	.section_content{
		max-width: 940px;
	}
}
@media only screen and (max-width: 959px) and (min-width: 768px){
	.section_content{
		max-width: 708px;
	}
}
@media only screen and (max-width: 767px){
	.section_content{
		max-width: 546px !important; /*480px*/
		max-width: unset;
		padding-left: 30px!important;
    	padding-right: 30px!important;
	}
}
.section_full_width .section_content{
	max-width: 100% !important;
	padding: 0!important;
}
hr.no_line {
    background: none;
    color: transparent;
}
hr {
	display: block;
    border: none;
    outline: none;
    height: 1px;
    width: 100%;
    margin: 0 auto 15px;
    clear: both;
    background-color: rgba(0,0,0,.08);
    color: rgba(0,0,0,.08);
}


/*custom grid*/
.wrap_row:after,
.wrap_row:before {
    display: table;
    content: " ";
    clear: both;
}
.wrap_3,
.wrap_4,
.wrap_6,
.wrap_8,
.wrap_9,
.wrap_40,
.wrap_60{
	float: left;
}
.wrap_3{
	width: 25%;
}
.wrap_4{
	width: 33.333%;
}
.wrap_6{
	width: 50%;
}
.wrap_8{
	width: 66.666%;
}
.wrap_9{
	width: 75%;
}
.wrap_12{
	width: 100%;
	clear: both;
}

.wrap_40{
	width: 40%;
}
.wrap_60{
	width: 60%;
}
.wrap_padding_left{
	padding-left: 20px;
}

.alignleft{
	float: left;
	margin: 15px 15px 15px 0;
}

/*modal*/
.modal.fade.in{
	background: rgba(0,0,0,0.6);
	display: flex !important;
	flex-direction: column;
	justify-content: center;
}




/* header */
#main_header{
	position: fixed;
    left: 0;
	top: 0;
	height: 100%;
    z-index: 30;
	background: #fff;
	max-width: 250px;
	width: 100%;
}
.logo_cnt{
	display: block;
	height: 250px;
	margin: 0 0 15px;
	transition: .3s;
	text-align: center;
	background-color: #eb354e;
}
.logo_cnt:hover{
	opacity: .9;
}
.logo_cnt:focus{
	text-decoration: none;
}
.logo_cnt img{
	max-width: 100%;
	height: auto;
	margin: 44px 0 16px;
}
.logo_text{
	font-size: 20px;
	color: #f7abb3;
	line-height: 28px;
	text-transform: uppercase;
}
.logo_text span{
	display: block;
}
.logo_text span:nth-child(2){
	font-size: 24px;
}
.nav_list{
	padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    text-align: center;
}
.nav_list>li{
	display: block;
}
.nav_list>li>a{
	display: block;
	font-size: 15px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #9fa6b0;
	position: relative;
	padding: 0;
	line-height: 38px;
	font-weight: 700;
	font-family: "Exo 2", Arial, Tahoma, sans-serif;
	letter-spacing: 0;
}
.nav_list>li>a:focus{
    text-decoration: none;
}
.nav_list>li>a:hover,
.nav_list>li.active>a{
	color: #ed334b;
}
.nav_list>li>a:focus,
.nav_list>li>a:hover{
	background: none;
}
.social_networks{
	text-align: center;
	padding-left: 0;
	margin: 16px 0 0;
    list-style: none;
}
.social_networks>li{
	display: inline-block;
	margin-right: 10px;
}
.social_networks>li:last-child{
	margin-right: 0;
}
.social_networks>li>a{
	color: #bbb;
	font-size: 15px;
    line-height: 15px;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#main_header .social_networks{
	margin: 20px 0 15px;
}


/* Gamburger Button*/
button.toggle_btn{
	margin: 18px;
	width: 32px;
	position: relative;
	float: right;
	padding: 0;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 0;
	display: none;
}
button.toggle_btn span{
	display: block;
	background-color: #ed334b;
	height: 3px;
	width: 100%;
}
.toggle_btn span+span{
	margin-top: 6px;
}




#main_content{
	width: calc(100% - 250px);
	float: right;
}




/*preview*/
#preview{
    min-height: 593px;
    background-repeat: no-repeat;
    background-position: right top;
}
#preview h1{
    color: #fff;
    text-transform: uppercase;
}
#preview h4 {
    color: #ed334b;
    margin-top: 44px;
}
#preview h6{
	color: #ccc;
    font-weight: 100;
    margin-bottom: 0;
}
#preview .btn_cnt{
    margin: 36px 0 40px;
}




/*about*/
#about{
	background-repeat: no-repeat;
    background-position: right bottom;
}
#about h2{
	color: #fff;
	text-transform: uppercase;
}
#about h6{
	text-transform: uppercase;
}
.preview_block{
	padding: 0 0 0 30px;
    border-left: 2px solid rgba(255,255,255,.5);
    margin: 0 1% 40px;
}
.chart_cnt{
	background-color: #07162d;
    padding: 60px 40px;
    max-width: 475px;
    width: 100%;
    position: relative;
    text-align: center;
}
.chart{
    width: 140px;
    margin: 0 auto 10px;
    position: relative;
}
.chart #chart_value{
    color: white !important;
    font-family: inherit;
    font-size: 30px;
	position: absolute;
    left: 0;
    top: 45px;
    z-index: 3;
    width: 100%;
    line-height: 50px;
}
.chart_cnt p{
	color: #DEDEDE;
}
#about .wrap_6:first-child{
	width: 55%;
}
#about .wrap_6:last-child{
	width: 45%;
}




/*why me*/
#why_me{
	background-repeat: no-repeat;
    background-position: right bottom;
    min-height: 217px;
}
#why_me .heading_cnt{
	padding: 30px;
}
#why_me .heading_cnt h2{
	position: relative;
	color: #122b52;
	font-weight: 700;
}
#why_me .heading_cnt h2:after{
	content: "";
	border-bottom: 3px solid #ed334b;
	position: absolute;
	left: 0;
	right: 0;
	/*margin: 0 auto;*/
	max-width: 121px;
	width: 100%;
	bottom: -24px;
}
.advantage{
	padding: 30px;
	min-height: 180px;
	height: 100%;
}
.advantage h6{
	color: #122b52;
}
.advantage_img{
	height: 60px;
	margin-bottom: 80px;
}
.advantage_img img{
	height: auto;
	width: auto;
}
.advantages .wrap_4:nth-child(2) .advantage{
	background-color:#fff;
}
.advantages .wrap_4:nth-child(4) .advantage{
	background-color:#1c3861;
}
.advantages .wrap_4:nth-child(6) .advantage{
	background-color:#ed344b;
}
.advantages .wrap_4:nth-child(4) .advantage h6,
.advantages .wrap_4:nth-child(6) .advantage h6{
	color:#fff;
}
.advantage_heading{
	padding-right: 50px;
}




/*offer*/
#offer{
	background-repeat: no-repeat;
    background-position: center top;
}
#offer .heading_cnt h2{
	text-transform: uppercase;
}
#offer .heading_cnt{
	margin: 0 auto 90px;
}
.offer{
	text-align: center;
    position: relative;
    line-height: 0;
}
.offer a{
	display: block;
}
.offer a>img{
	max-width: 100%;
	height: auto;
}
.offer a:after{
	content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=0);
    opacity: 0;
    background: rgba(0,0,0,.15);
}
.offer:hover a:after {
    filter: alpha(opacity=100);
    opacity: 100;
}
.offer .desc{
	position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    padding: 20px 15px 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	padding: 27px 15px 30px;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    color: #fff;
}
.offer:hover .desc{
	background-color: #ed334b;
}
.offer .desc .subtitle {
    background-image: none;
    background-color: transparent;
    color: rgba(255,255,255,.7);
    margin-bottom: 20px;
    padding: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.offer .desc h2 {
    margin: 0;
    position: relative;
    bottom: 0;
    font-size: 30px;
    line-height: 30px;
    text-shadow: 1px 1px 1px #000;
}
.offer:hover .desc h2{
	text-shadow: unset;
}
.offer a:after,
.offer .desc .subtitle,
.offer .desc .line,
.offer .desc h2 {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#offer .wrap_4{
	padding: 0 6px;
	margin-bottom: 40px;
}




/*price*/
#price{
	padding-top: 130px;
    padding-bottom: 100px;
	background-repeat: no-repeat;
    background-position: left top;
	background-size: contain;
}
.price{
	background-color: #3064b1;
	padding: 34px;
	text-align: center;
}
.price p {
    color: #fff;
    margin: 0 0 15px;
}
.price .btn{
	margin-top: 30px;
	padding: 11px 20px;
}
.price hr{
	margin: 40px auto;
}
.price h3 {
	color:#7da8e6;
}
.price h2 {
	color:#fff;
}
.price h5 {
	color:#7da8e6;
	text-transform: uppercase;
}
.price .btn{
	border-color: #7da8e6;
	text-transform: uppercase;
}
.price_popular{
	padding: 55px 34px;
    background-color: #fff;
    margin-top: -30px;
}
.price_popular p{
	color: inherit;
}
.price_popular .btn{
	border-color: #EA364F;
    color: #EA364F !important;
}
.price_popular h3,
.price_popular h2,
.price_popular h5{
	color: #122b52;
}




/*change*/
#change{
	background-repeat: no-repeat;
    background-position: right bottom;
}
#change h4{
	margin-top: 100px;
}
#change h4,
#change p.themecolor{
	text-transform: uppercase;
}




/*gallery*/
.gallery_item{
	width: 24.99%;
	float: left;
	overflow: hidden;
	min-height: 300px;
	height: 50vh;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.gallery_item a{
	height: calc(100% + 15px);
	width: 100%;
	position: relative;
	display: block;
}
.gallery_item .mask{
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.gallery_item .mask:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    filter: alpha(opacity=0);
    opacity: 0;
}
.gallery_item:hover .mask:after {
    filter: alpha(opacity=100);
    opacity: 1;
    background: rgba(255,255,255,.4);
}
.gallery_item .image,
.gallery_item .mask:after {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.gallery_item:hover .image {
	top: -15px;
}
.gallery_item .image{
	height: inherit;
	width: 100%;
	top: 0;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}




/*contact*/
#contact{
	padding-top: 100px;
	padding-bottom: 100px;
	background-repeat: no-repeat;
    background-position: right bottom;
}
#contact .section_content{
	padding-top: 100px;
	padding-bottom: 100px;
}
#contact h2,
.cf_heading h3{
	text-transform: uppercase;
}
.contacts_block{
	margin-top: 55px;
	padding: 0 0 0 20px;
    border-left: 2px solid #4c6b9a;
}
.cf_heading{
	margin-bottom: 15px;
}
.contact_form .wrap_3{
	padding: 0 6px;
}
.contact_form .inp_text{
	width: 100%;
}
.submit{
	padding: 11px 20px;
	background: none;
	border: 2px solid #ed334b;
	border-radius: 3px;
	color: #ed334b;
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    width: 100%;
}
.submit:hover{
	background: #ed334b;
	color: #fff;
}
.contact_form .checkbox_text{
	font-size: 12px;
	line-height: 16px;
}




/* FOOTER */
a.link_dev{
	text-decoration: underline;
}
a.link_dev:hover{
	text-decoration: none;
}
#main_footer{
    background: #020812;
	color: #424861;
}
#main_footer .section_content{
	padding: 30px 0 20px;
}
.footer_scrollback{
	display: block;
	color: #ed334b !important;
	float: right;
    margin: -9px 0 0;
    width: 46px;
    height: 46px;
    line-height: 40px;
    font-size: 28px;
    text-align: center;
    border: 2px solid #f7f7f7;
    border-radius: 3px;
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.footer_scrollback:hover{
	background: #fff;
}
.copyright{
    float: left;
}
#main_footer .social_networks{
	float: right;
	margin: 0 20px 0 0;
}
#main_footer .social_networks a{
	color: #424861;
}
.copyright,
#main_footer .social_networks{
	padding-top: 4px;
}




/*checkbox*/
.inp-checkbox {
	position: absolute;
	left: -9999px;
}
.checkbox_text {
	position: relative;
	margin: 14px 0;
	margin-left: 18px;
	display: block;
	font-size: 14px;
}
.inp-checkbox + .checkbox_text:before {
	font-family: FontAwesome;
	content: '\f0c8';
	font-size: 14px;
	display: inline-block;
	position: absolute;
	left: -18px;
	top: 1px;
}
.inp-checkbox:checked + .checkbox_text:before {
	content: '\f14a';
}
.checkbox_text a{
	font-weight: 400;
	letter-spacing: 1px;
}
.checkbox_text a:focus{
	text-decoration: none;
}




/*__________________Медиа запросы___*/

@media (max-width: 1199px) { /*_0-md_*/
	button.toggle_btn{
		display: block;
	}
	.nav_list{
		text-align: left;
	}
	.nav_list>li>a{
		margin: 0 6px;
	}
	#main_content{
		float: unset;
		width: auto;
	}
	#main_header{
		max-width: unset;
		height: 60px;
		overflow-y: visible !important;
	}
	#main_header{
		position: relative;
	}
	#main_header.header_fixed{
		position: fixed;
	}
	.logo_cnt{
		height: unset;
		margin: 0;
		height: 100%;
		float: left;
		padding: 8px 30px 8px 30px;
	}
	.logo_cnt img{
		margin: 0 12px 0 0;
		float: left;
	}
	.logo_text{
		text-align: left;
	    text-transform: uppercase;
	    float: right;
	    line-height: 20px;
	    font-size: 16px;
	    font-style: italic;
	}
	.logo_cnt div,
	.logo_cnt img{
		height: 100%;
	}
	.dropdown_menu{
		position: absolute;
	    top: 100%;
	    right: 0;
	    z-index: 1000;
	    display: none;
	    float: left;
	    max-width: 300px;
	    width: 100%;
	    text-align: left;
	    background-color: #fff;
	}
	.nav_list>li>a{
		padding: 0 25px;
		margin: 0;
		line-height: 38px;
	}
}

@media (max-width: 991px) { /*_0-sm_*/
	h1{
		font-size: 85px;
		line-height: 77px;
	}
	.h1_sm{
		font-size: 65px;
		line-height: 60px;
	}
	h2 {
	    font-size: 34px;
	    line-height: 34px;
	}
	h3 {
	    font-size: 21px;
	    line-height: 21px;
	}
	h4 {
	    font-size: 27px;
	    line-height: 38px;
	}
	h5 {
	    font-size: 13px;
	    line-height: 19px;
	}
	h6 {
	    font-size: 17px;
	    line-height: 19px;
	}
	.offer .desc h2{
		font-size: 27px;
		line-height: 27px;
	}
	big, .big {
	    font-size: 14px;
	    line-height: 24px;
	}
	.nav_list>li>a{
		font-size: 13px;
	}
	.inp_text{
		margin-bottom: 30px;
	}
	.price{
		padding: 30px 20px;
	}
	.price_popular{
		padding: 45px 20px;
	}
	.chart_cnt{
		max-width: 276px;
	}



	.wrap_sm_4{
		width: 33.333%
	}
	.wrap_sm_6{
		width: 50%;
	}
	.wrap_sm_8{
		width: 66.666%
	}
}

@media (max-width: 767px) { /*_0-xs_*/
	h1 {
	    font-size: 75px;
	    line-height: 68px;
	}
	.h1_sm{
		font-size: 52px;
		line-height: 48px;
		letter-spacing: 2px;
	}
	h2 {
	    font-size: 30px;
	    line-height: 30px;
	}
	h3 {
	    font-size: 19px;
	    line-height: 19px;
	}
	h4 {
	    font-size: 24px;
	    line-height: 34px;
	}
	h5 {
	    font-size: 13px;
	    line-height: 19px;
	}
	h6 {
	    font-size: 15px;
	    line-height: 19px;
	}
	.offer .desc h2{
		font-size: 24px;
		line-height: 24px;
	}
	big, .big {
	    font-size: 13px;
	    line-height: 21px;
	}
	.gallery_item{
		width: 50%;
	}
	#offer .wrap_4{
		padding: 0;
	}
	#main_footer .social_networks{
		float: none;
		margin: 10px 20px 0 0;
	}
	.copyright{
		float: none;
		padding-right: 0;
		text-align: center;
	}
	.footer_scrollback{
		margin: -10px auto 10px;
		float: unset;
	}
	.equal_height_wrap .valign_bottom{
		position: unset;
	}
	.chart_cnt{
		max-width: unset;
		margin-bottom: 50px;
	}
	#about .section_content{
		padding-bottom: 0 !important;
	}
	.price_popular{
		margin: 15px 0;
	}
	.contacts_block{
		margin: 35px 0 20px;
	}
	.dropdown_menu{
		max-width: unset;
	}
	.logo_cnt{
		padding: 8px;
	}
	#change .alignleft{
		margin-bottom: 35px;
	}



	.wrap_xs_12{
		width: 100% !important;
		float: unset;
	}
	.wrap_60,
	.wrap_40{
		width: 100%;
	}
}
@media (max-width: 480px) {
	body {
	    font-size: 13px;
	    line-height: 19px;
	}
	.gallery_item{
		width: 100%;
	}
	h1{
		font-size: 60px;
		line-height: 54px;
	}
	.h1_sm{
		font-size: 28px;
		line-height: 24px;
		letter-spacing: 1px;
	}
	h2 {
	    font-size: 24px;
	    line-height: 24px;
	}
	h3 {
	    font-size: 15px;
	    line-height: 19px;
	}
	h4 {
	    font-size: 19px;
	    line-height: 27px;
	}
	h5 {
	    font-size: 13px;
	    line-height: 19px;
	}
	h6 {
	    font-size: 13px;
	    line-height: 19px;
	}
	.offer .desc h2{
		font-size: 21px;
		line-height: 21px;
	}
	big, .big {
	    font-size: 13px;
	    line-height: 19px;
	}
}