@font-face {
	font-family: 'Merriweather-Black';
	src: url('fonts/Merriweather-Black.ttf');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Merriweather-Regular';
	src: url('fonts/Merriweather-Regular.ttf');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Merriweather-Light';
	src: url('fonts/Merriweather-Light.ttf');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Merriweather-Bold';
	src: url('fonts/Merriweather-Bold.ttf');
	font-weight: normal;
	font-style: normal;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: content-box;
}

.mobile_menu_overlay, .mobile_menu_container{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.mobile_menu_container, .mobile_menu_container ul li ul{
	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	transition: all 200ms;
}
.mobile_menu_overlay{
	display: none;
	cursor: pointer;
	z-index: 10200;
	background: rgba(0, 0, 0, 0.5);
}
.mobile_menu_container{
	-webkit-transform: translateX(-300px);
	transform: translateX(-300px);
	width: 300px;
	overflow: hidden;
	z-index: 10201;
	background: #3884da;
}
.mobile_menu_container.loaded{
   	-webkit-transform: translateX(0px);
   	transform: translateX(0px);
}
.mobile_menu_container .mobile_menu_content{
	overflow: auto;
	max-height: 100%;
	padding-bottom: 30px;
}
.mobile_menu_container ul{
	margin: 0;
	padding: 0;
}
.mobile_menu_container ul li{
	list-style: none;
}
.mobile_menu_container ul li a{
	display: block;
	padding: 15px 20px;
	line-height: 20px;
	font-size: 16px;
	background: #3884da;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
.mobile_menu_container ul li a.parent{
	padding-right: 50px;
	background: #3884da url("images/arrow_right.svg") right 20px center no-repeat;
	background-size: 20px;
}
.mobile_menu_container ul li a.parent:hover{
	background: #3c8de8 url("images/arrow_right.svg") right 20px center no-repeat;
	background-size: 20px;
}
.mobile_menu_container ul li a.back{
	padding-left: 50px;
	background: #3c8de8 url("images/arrow_left.svg") left 20px center no-repeat;
	background-size: 20px;
	box-sizing: border-box;
	min-height: 50px;
}
.mobile_menu_container ul li a.back:hover{
	background: #3c8de8 url("images/arrow_left.svg") left 20px center no-repeat;
	background-size: 20px;
}
.mobile_menu_container ul li a:hover{
	background: #3c8de8;
}
.mobile_menu_container ul li ul{
	-webkit-transform: translateX(300px);
	transform: translateX(300px);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #3884da;
	z-index: 2;
}
.mobile_menu_container ul li ul.loaded{
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
}
.mobile_menu_container ul li ul.activity{
	overflow-y: auto;
	overflow-x: hidden;
}

@media (max-width: 320px){
	.mobile_menu_container{
		width: 240px;
	}
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: 'Merriweather-Regular';
  font-size: 14px;
}

.main {
	width: 100%;
}

a {
	color: #000;
    text-decoration: none;
	font-size: 14px;
}

.header {
	background-image: url(/img/footer_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 200px;
}

.header_top {
    max-width: 1170px;
    margin: auto;
    padding-top: 25px;	
}

.header_top_menu ul {
    text-align: center;
    margin-top: 6px;
}

.header_top_menu li {
    list-style: none;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}

.header_top_menu li a {
	text-decoration: none;
    color: #FFF;
	font-size: 16px;
}

.header_top_logo {
    float: left;	
}

.header_top_menu {
    float: left;	
}

.header_top_tel {
    float: right;	
	color: #FFF;
}

.header_top_title {
	clear: both;
}

.header_top_tel_n a {
    color: #D7A341;
    font-family: sans-serif;
    font-weight: 700;
    font-size: 20px;
}

.header_top_tel_desc {
    font-weight: 700;
    font-size: 19px;
    padding-top: 4px;	
}

.header_top_tel_desc a {
    font-weight: 700;
    font-size: 19px;
    color: #FFF;
    border-bottom: 3px solid #FFF;
}

.header_top_tel {
    background-image: url(/img/phone.png);
    background-repeat: no-repeat;
    padding-left: 38px;
    background-position-y: 8px;
}

.header_top_title {
	margin: auto;
    max-width: 1170px;
    text-align: center;
    font-size: 0px;
}

.header_top_title_head {
    color: #FFF;
    margin: auto;
    margin-top: 115px;
    margin-bottom: 42px;
    font-size: 55px;
    max-width: 690px;
    line-height: 96px;
}

.yellow {
	color: #996602;
	font-weight: bold;
}

.header_top_title_desc {
	color: #FFF;
    margin-bottom: 60px;
    font-size: 20px;
}

.header_top_title_button {
    background-image: url(/img/bt.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 272px;
    height: 86px;
    margin: auto;
    text-align: left;
}

.header_top_title_button a {
    background-image: url(/img/arr.png);
    background-repeat: no-repeat;
    background-size: 18px;
    font-size: 20px;
    display: block;
    margin: auto;
    color: #4A4E59;
    padding-right: 30px;
    padding-top: 26px;
    background-position: 233px 32px;
    padding-left: 15px;
}

.footer {
    background-image: url(/img/footer_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 120px;
	position: relative;
}

.dm {
	color: #FFF !important;
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
    font-size: 16px;
}

.inner_block {
    width: 49%;
    display: inline-block;
    vertical-align: top;
}

.footer_logo {
	width: 222px;
    margin-bottom: 60px;	
}

.footer_logo img {
	width: 100%;
}

.footer_form {
	max-width: 440px;
}

.f_form_desc {
	color: #FFF;
    font-size: 18px;
}

.footer_form input {
	font-size: 18px;
    color: #FFF;
    background: transparent;
    border: 0px;
    padding-left: 10px;
    border-bottom: 1px solid #FFF;
    padding-bottom: 2px;
    padding-top: 15px;
    max-width: 283px;
    display: block;
    width: 100%;
    margin-top: 18px;
}

.footer_inner {
	margin: auto;
    max-width: 1170px;
    padding-top: 80px;
}

.reg_button {
	width: 272px;
    height: 80px;
    background: transparent;
    margin: auto;
    background-image: url(/img/bt.png);
    background-repeat: no-repeat;
    border: 0px;
    background-size: 100%;
    font-size: 24px;
    color: #655E58;
    cursor: pointer;
    margin-top: 60px;
    margin-bottom: 60px;	
}

.footer_soc_block {
	display: inline-block;
    vertical-align: top;
    width: 230px;
}

.footer_soc_block1 {
	margin-left: 100px;
}

.footer_soc_block .header_top_tel_n a {
    color: #FFF;
}

.footer_soc_block .header_top_tel_desc {
    color: #D7A341;	
}

.footer_soc_block1 .header_top_tel_n {
	font-size: 21px;
    color: #FFF;
}

.footer_soc_block1 .footer_top_tel {
	margin-top: -6px;
}

.footer_soc_block_clear a {
	margin-right: 20px;
}

.footer_soc_block_clear {
	margin-top: 50px;	
}

.inner_block1 {
	text-align: right;	
}

.f_map {
	max-width: 530px;
    float: right;
}

.f_map img {
    width: 100%;
    border-radius: 32px;
    border: 4px solid #4F95FF;
}

.mobile_menu {
	position: absolute;
    width: 54px;
    top: 20px;
    right: 12px;
	display: none;
}

.mobile_menu img {
	width: 100%;
}

.block {
    margin: auto;
    max-width: 1170px;
    margin-top: 50px;
    color: #4A4E59;
    text-align: center;
}

.block_head {
    color: #2356A3;
    font-weight: bold;
    font-size: 52px;
    margin-bottom: 70px;
    text-align: center;
	font-family: 'Merriweather-Bold';
	    margin-bottom: 90px;
    margin-top: 65px;
}

.inner_block p {
	line-height: 30px;
    margin-top: 0px;
}

.block .inner_block img {
    width: 87%;
    padding: 10px;
    box-shadow: 0 0 8px #00000040;
    border-radius: 14px;
}

.block_dost .inner_block img {
    width: 87%;
    padding: 0px;
    box-shadow: 0 0 8px #00000040;
    border-radius: 14px;
}

.block .inner_block_r {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    text-align: right;
}

.inner_block_width_tab a {
    color: #2356A3;
    font-weight: bold;
    display: inline-block;
    padding: 15px;
    margin-left: 11px;
    margin-right: 11px;
    border: 2px solid #FFF;
}

.inner_block_width_tab .active_tab {
	border: 2px solid #3c8de8;
    border-radius: 30px;
    color: #3c8de8;
}

.product {
	max-width: 240px;
    color: #2356A3;
    margin-top: 30px;
    margin-bottom: 30px;
    display: inline-block;
    vertical-align: top;
    margin-left: 26px;
    margin-right: 27px;
}

.product_img {
	height: 175px;
}

.product_img img {
    width: 100%;
    height: 100%;
    border-radius: 30px;
    box-shadow: 0 0 19px #3884da54;
}

.product_head {
	font-weight: bold;
    text-align: left;
    padding-bottom: 10px;
    padding-top: 20px;
    border-bottom: 2px solid #2356A3;
}

.product_desc {
	color: #4A4E59;
    text-align: left;
    padding-top: 16px;
}

.product_price {
	font-weight: bold;
    font-size: 26px;
    padding-bottom: 10px;
    padding-top: 22px;
    text-align: left;
}

.product_butt {
    color: #4A4E59;
    border: 3px solid #EAAF3A;
    width: 97%;
    margin: 0px;
    padding: 15px;
    padding-left: 0px;
    padding-right: 0px;
    display: block;
    border-radius: 30px;
    margin-top: 20px;
}

.inner_block_width {
	position: relative;
}

.arr_l {
	position: absolute;
	right: -60px;
    top: 50%;
    cursor: pointer;
}

.arr_r {
	position: absolute;
	left: -60px;
    top: 50%;
    cursor: pointer;
}

.slick-arrow {
	display: none  !important;
}

.why_item {
    max-width: 304px;
    padding-top: 53px;
    box-shadow: 0 0 8px #00000040;
    border-radius: 38px;
    margin-bottom: 80px;
    position: relative;
    background: #FFF;
    overflow-y: hidden;
    display: inline-block;
    vertical-align: top;
    margin-left: 40px;
    margin-right: 40px;
}

.why_item_img {
	height: 140px;
}

.why_item_desc {
    font-size: 14px;
    padding: 27px;
    padding-top: 20px;
    padding-bottom: 56px;
    line-height: 25px;
    margin-top: 18px;
    border-top: 3px dashed #4F95FF;
    height: 150px;
}

.why_item_numb {
	color: #F3D7AC;
    font-weight: bold;
    font-size: 90px;
    position: absolute;
    left: 20px;
    top: -39px;
    z-index: 0;
    font-family: sans-serif;
}

.how_head {
	color: #2356A3;
    font-weight: bold;
    border-bottom: 2px solid #2356A3;
    width: max-content;
    margin: auto;
    font-size: 34px;
    padding-bottom: 7px;
	font-family: 'Merriweather-Bold';
}

.how_head_wrap {
	padding: 50px;
    max-width: 340px;
    box-shadow: 0 0 8px #00000040;
    border-radius: 36px;
    padding-left: 70px;
    padding-right: 70px;
    margin-bottom: 40px;
}

.how_form input, .how_form textarea {
	width: 100%;
    padding: 10px;
    border: 0px;
    border-bottom: 2px solid #4A4E59;
    font-size: 18px;
    margin-top: 12px;
    height: 30px;	
}

.how_form .reg_button {
    margin-top: 37px;
    margin-bottom: 0px;	
}

.how_form p {
    text-align: center;
    font-size: 14px;
    padding-top: 30px;
}

.how_tel {
	width: 210px;
    border: 3px dashed #E8AD36;
    padding: 24px;
    border-radius: 29px;
    display: block;
    text-align: center;
    margin: auto;
    color: #655E58;
    font-family: sans-serif;
    margin-top: 55px;
    font-size: 21px;
}

.inner_block_r .how_head_wrap {
	float: right;
}

.block_pl1 {
	background: #FFEAC0;
    max-width: 880px;
    margin: auto;
    padding: 40px;
    padding-left: 70px;
    font-weight: bold;
    padding-right: 70px;
    color: #2356A3;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 44px;
	border-radius: 9px;
    box-shadow: 0 0 8px #00000040;
}

.fl {
    font-size: 24px;	
}

span.fl {
    font-size: 150%;	
}

.block_dost .inner_block {
	margin-top: 100px;
}

.block_dost_desc {
	max-width: 455px;
    display: block;
    margin: auto;
	text-align: center;	
}

.block_dost .d_head {
	color: #2356A3;
    font-weight: 100;
    font-size: 25px;
    padding-top: 22px;
    padding-bottom: 33px;
	text-align: center;
    line-height: 32px;
	font-family: 'Merriweather-Bold';
}

.block_pl2 {
	margin-top: 90px;
}

.block_dost p {
	text-align: left;
	font-size: 15px;
}

.wrap_header_top {
	min-height: 90px;
    background: rgba(36, 107, 148, 0.5);
    position: relative;
	top: 0px;
    left: 0px;
}

.bold_yell {
	color: #EAAF3A;
    font-weight: bold;
}

.bold_list {
	background-image: url(/img/adr.png);
    background-repeat: no-repeat;
	padding-left: 36px;
    background-position-y: 5px;
}

.block_pl3 {
    background: #FFEAC0;
    max-width: 1000px;
    margin: auto;
    padding: 40px;
    padding-left: 70px;
    font-weight: normal;
    padding-right: 70px;
    color: #2356A3;
    font-size: 21px;
    line-height: 37px;
    text-transform: none;
    text-align: center;
    margin-top: 90px;
    margin-bottom: 180px;
	background-image: url(/img/sg.png);
    background-repeat: no-repeat;
    background-position: 21px -9px;
}

.footer_soc .header_top_tel_n {
	background-image: url(/img/phone_2.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;	
	padding-left: 28px;
}

.footer_soc .footer_soc_block1 .header_top_tel_n {
	background-image: url(/img/pin_2.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;	
	padding-left: 28px;
}

/* video */

.header {
    position: static;
    top: 0px;
	max-height: 650px;
}

.header video {
    position: absolute;
    width: 100%;
    z-index: 0;	
	top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
	max-height: 650px;
}

.header_top, .header_top_title {
	position: relative;
    z-index: 2;
}

.mobile_menu {
    z-index: 5;	
}

.fon_video {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #103a6f6e;
	max-height: 650px;
	top: 0px;
	left: 0px;
	display: none;
}

button.boc_order_category_btn {
	color: #4A4E59 !important;
    border: 3px solid #EAAF3A !important;
    width: 97%;
    margin: 0px;
    padding: 15px;
    padding-left: 0px;
    padding-right: 0px;
    display: block;
    border-radius: 30px;
    margin-top: 20px;
    background-color: #FFF !important;
    padding-top: 4px;
    padding-bottom: 4px;
    text-transform: none !important;
}

.boc_product_info > div {
    line-height: normal;
}

.boc_product_info .col-xs-12 {
	    width: 100%;
    height: 100%;
    text-align: center;
    padding: 0px;
}

.boc_product_info .col-xs-12 img {
max-width: 330px;
    width: 100%;
    min-height: 100%;
    height: auto;
    max-height: 100%;
}

.boc_product_info > div {
    line-height: normal;
    margin: auto;
    float: none;
    width: 100%;
    text-align: center;
    padding: 0px;
}

.boc_product_info > div .col-xs-12  {
    margin: auto;
    float: none;
    margin-bottom: 10px;
}

.boc_product_info > div {
    line-height: normal;
}

.col-pd-15 {
    width: 80%;
    margin: auto;	
}

#button1 {
    width: 68px;
    position: fixed;
    bottom: 14px;
    cursor: pointer;
    right: 26px;
    opacity: 0.5;
    display: none;
    z-index: 999;
}

#button1 img {
    width: 100%;
}

.header {
    position: static;
    top: 0px;
    max-height: inherit;
    height: 100%;
    margin-bottom: 500px;
}

.header video {
    position: absolute;
    width: 100%;
    z-index: 0;
    top: 0;
    left: 0;
	height: auto;
    max-height: none;
}

@media (max-width:1500px) {
.header {
    margin-bottom: 400px;
}	
}

@media (max-width:1400px) {
.header {
    margin-bottom: 350px;
}	
}

@media (max-width:1350px) {
.header {
    margin-bottom: 300px;
}	
}

@media (max-width:1300px) {
.header {
    margin-bottom: 250px;
}	
}

@media (max-width:1150px) {
.header {
    margin-bottom: 150px;
}	
}

@media (max-width:1100px) {
.header {
    margin-bottom: 130px;
}	
}

@media (max-width:1050px) {
.header {
    margin-bottom: 0px;
}	
}

@media (max-width:1320px) {
.inner_block_width {
	padding-left: 70px;
    padding-right: 70px;
}
.arr_l {
    position: absolute;
    right: 0px;
    top: 50%;
    cursor: pointer;
}
.arr_r {
    position: absolute;
    left: 0px;
    top: 50%;
    cursor: pointer;
}	
}

@media (max-width:1240px) {
	/*.header {
		padding-left: 20px;
		padding-right: 20px;
	}*/
	.footer {
		padding-left: 20px;
		padding-right: 20px;
	}	
	.footer_soc_block1 {
		margin-left: 20px;
	}	
}

@media (max-width:1030px) {
.footer_soc_block {
    display: block;
    vertical-align: top;
    width: 230px;
    margin: auto;
    margin-bottom: 20px;
}
iframe {
	border: 0;
    width: 90%;
    height: 300px;
}
}

@media (max-width:1000px) {
.mobile_menu {
	display: block;
}
.header_top_menu {
	display: none;	
}
.header_top_tel {
    float: right;
    color: #FFF;
    margin-right: 70px;
}	
.inner_block_r {
	display: none  !important;	
}
.block_how .inner_block_r {
    display: block !important;
	margin: auto;
}
.block_dost .inner_block_r {
    display: block !important;
	margin: auto;
}
.block_dost 	.inner_block img {
	display: none;
}
.block_dost .inner_block {
    width: 100%;
	margin-top: 50px;
}
}

@media (max-width:670px) {
.block_head {
    color: #2356A3;
    font-weight: bold;
    font-size: 52px;
    margin-bottom: 70px;
    text-align: center;
    font-family: 'Merriweather-Bold';
    margin-bottom: 90px;
    margin-top: 65px;
    line-height: 54px;
}	
.inner_block {
    width: 100%;
    display: block;
    vertical-align: top;
    margin: auto;
    max-width: 330px;
}
.inner_block1 {
    text-align: center;
    margin-top: 30px !important;
    display: block;
}
.footer {
    padding-left: 20px;
    padding-right: 20px;
    min-height: 1110px;
}
.footer_soc_block {
    display: block;
    vertical-align: top;
    width: 230px;
    margin: auto;
    margin-bottom: 20px;
}	
.inner_block_r {
	display: none;	
}
.how_form input, .how_form textarea {
    width: 84%;
}
.how_head_wrap {
    padding: 50px;
    max-width: 320px;
    box-shadow: 0 0 8px #00000040;
    border-radius: 36px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 40px;
}
.block_how .inner_block_r {
    width: 100%;
}
.inner_block_r .how_head_wrap {
    float: none;
    width: 290px;
    margin: auto;
    margin-right: 0px;
    margin-bottom: 30px;
}
.header_top_title_head {
    color: #FFF;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 42px;
    font-size: 43px;
    max-width: 690px;
    line-height: 74px;
}
.header {
    background-image: url(/img/footer_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 100px;
}
}

@media (max-width:590px) {

.inner_block_width_tab a {
    color: #2356A3;
    font-weight: bold;
    display: inline-block;
    padding: 15px;
    margin-left: 11px;
    margin-right: 11px;
    border: 2px solid #FFF;
    width: 160px;
}
.why_item {
    margin-left: auto;
    margin-right: auto;
}
.block_why .inner_block_width {
    padding-left: 0px;
    padding-right: 0px;
}
iframe {
	border: 0;
    width: 90%;
    height: 300px;
}	
}

@media (max-width:510px) {
.block {
	margin-left: 10px;
}
.header_top_logo {
    float: none;
    margin: auto;
    display: block;
    width: 173px;
}	
.header_top_tel {
    float: none;
    color: #FFF;
    margin-right: 70px;
    display: block;
    margin: auto;
    width: 200px;
    margin-top: 25px;
}
.header_top_title_head {
    color: #FFF;
    margin: auto;
    margin-top: 5px;
    margin-bottom: 42px;
    font-size: 55px;
    max-width: 690px;
    line-height: 96px;
}
.header_top_title_head {
    color: #FFF;
    margin: auto;
    margin-top: 5px;
    margin-bottom: 42px;
    font-size: 35px;
    max-width: 690px;
    line-height: 58px;
}
.block_head {
    font-size: 35px;
    margin-bottom: 24px;
    line-height: 43px;
}	
.block_pl3 {
    margin-top: 90px;
    margin-bottom: 80px;
}
.wrap_header_top {
    min-height: 90px;
    background: transparent;
    position: relative;
    top: 0px;
    left: 0px;
}
.header {
    background-image: url(/img/footer_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 100px;
    padding-bottom: 30px;
}
.why_item_numb {
    color: #F3D7AC;
    font-weight: bold;
    font-size: 90px;
    position: absolute;
    left: 20px;
    top: 0px;
    z-index: 0;
    font-family: sans-serif;
}
.reg_button {
    width: 247px;
    height: 82px;
    background: transparent;
    margin: auto;
    background-image: url(/img/bt.png);
    background-repeat: no-repeat;
    border: 0px;
    background-size: 100%;
    font-size: 24px;
    color: #655E58;
    cursor: pointer;
    margin-top: 60px;
    display: block;
    margin-bottom: 60px;
	padding-bottom: 3px;
}
.header_top_title_desc {
    color: #FFF;
    margin: auto;
    margin-bottom: 60px;
    font-size: 20px;
    width: 310px;
    line-height: 24px;
}

}

@media (max-width:440px) {
.inner_block_width {
    padding-left: 40px;
    padding-right: 40px;
}
.header_top_title_head {
    color: #FFF;
    margin: auto;
    margin-top: 19px;
    margin-bottom: 42px;
    font-size: 35px;
    max-width: 690px;
    line-height: 48px;
    width: 292px;
}
.block {
    margin-left: 0px;
}
}

@media (max-width:400px) {
.inner_block_r .how_head_wrap {
    float: none;
    width: 280px;
    margin: auto;
    margin-right: 0px;
    margin-bottom: 30px;
}
}

.wrap_block1 {
	background-image: url(/img/main_fone1.png);
    background-repeat: no-repeat;
    background-size: 20%;
	background-position-y: 225px;	
}

.wrap_block2 {
    background-image: url(/img/main_fone2.png);
    background-repeat: no-repeat;
    background-size: 20%;
    background-position-y: 550px;
    background-position-x: right;
}

.wrap_block3 {
    background-image: url(/img/main_fone3.png);
    background-repeat: no-repeat;
    background-size: 20%;
    background-position-y: 125px;
    background-position-x: left;
}

@media (max-width:1640px) {
.wrap_block3 {
    background-image: url(/img/main_fone3.png);
    background-repeat: no-repeat;
    background-size: 18%;
    background-position-y: 157px;
    background-position-x: left;
}
}
@media (max-width:1430px) {
.wrap_block3 {
    background-image: url(/img/main_fone3.png);
    background-repeat: no-repeat;
    background-size: 18%;
    background-position-y: 157px;
    background-position-x: left;
}
}

@media (max-width:1550px) {
.wrap_block1 {
    background-image: url(/img/main_fone1.png);
    background-repeat: no-repeat;
    background-size: 14%;
    background-position-y: 466px;
}
}

@media (max-width:1530px) {
.inner_block_width_tab {
    max-width: 978px;
    margin: auto;
}
}

@media (max-width:1200px) {
.wrap_block1, .wrap_block2, .wrap_block3 {
    background-image: none;
}
}

.fixed {
    position: fixed !important;
    min-height: 90px;
    background: rgba(36, 107, 148, 0.5);
    width: 100%;
    z-index: 9;
    top: 0px;
    left: 0px;
    /*padding-left: 20px;
    padding-right: 20px;*/
}

.footer_form input::placeholder {
    color: #FFF;	
}

.no_prod {
    font-size: 17px;
    width: 100%;
    font-weight: bold;
    margin-top: 28px;	
}






