html, body {
 	height: 100%;
}
.wrapper {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.content {
	flex: 1 0 auto;
}
.footer {
	flex: 0 0 auto;
}
.clear {
    clear: both;
}
body {
    font-size: 16px;
    color: #303030;
    font-family: 'Lato', sans-serif;
    background-color: #fff;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased !important;
	line-height: normal;
	position: relative;
    max-width: 1920px;
    margin: 0 auto;
    font-weight: 400;
    overflow-x: hidden;
    background: url('../img/body_bg.png') repeat-y;
}
input:active, input:focus, option:focus,
option:active, button:active, button:focus, 
select:active, select:focus, .btn.focus, .btn:focus {
	outline: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
input {
	font-family: 'Open Sans', sans-serif
}
button::-moz-focus-inner {
  border: 0 !important;
}
section {
	padding: 50px 0;
}
a {
	color: #303030;	
}
a:hover {
	color: #303030;
	text-decoration: none;
}
a:focus, a:hover {
    color: #303030;
    text-decoration: none;
    outline: none;
}
a.btnbg:focus {
    color: #fff;
}
strong {
	font-weight: 700;
}
h1, .h1 {
	font-size: 2rem;
	line-height: normal;
	display: block;
	margin: 10px auto;
	width: 100%;
	text-transform: uppercase;
	text-align: center;
}
h2 {
    font-size: 2rem;
    line-height: normal;
    display: block;
    margin: 10px auto;
    width: 100%;
    font-weight: 600;
}
.h3, h3 {
    font-size: 1.75rem;
    font-weight: 400;
}
.content_page h4, .content_page h3 {
    color: #000;
}
@media (max-width: 767px) {
	.h3, h3 {
	    font-size: 1.4rem;
	}
	h2 {
		font-size: 2rem;
		margin: 10px 0;
		width: 100%;
	}
	h1, .h1 {
		font-size: 2.5rem;
		margin: 10px 0 20px;
	}
	section {
		padding: 25px 0;
	}
}
@media (max-width: 479px) {
	.h3, h3 {
	    font-size: 1.3rem;
	}
	h2 {
		font-size: 1.5rem;
		margin: 10px 0;
	}
	h1, .h1 {
		font-size: 2.2rem;
		margin: 10px 0 20px;
		word-break: break-word;
	}
	section {
		padding: 25px 0;
	}
}
.btn {
	cursor: pointer;
	transition: all .2s;
	padding: 10px 20px;
	color: #fff;
	letter-spacing: 1px;
	white-space: normal;
	border: solid 2px;
	border-radius: 0px;
}
.btnbg {
	background: #4e984e;
	border: none;
}
.btnbg:hover {	
	background: rgba(10, 29, 10, 0.35);
	color: #fff;
}
.rotate90 {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}
.rotate180 {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}
::-webkit-input-placeholder       {color: #303030; opacity: 0.8; transition: opacity 0.5s ease;}
::-moz-placeholder                {color: #303030; opacity: 0.8; transition: opacity 0.5s ease;}
:-moz-placeholder                 {color: #303030; opacity: 0.8; transition: opacity 0.5s ease;}
:-ms-input-placeholder            {color: #303030; opacity: 0.8; transition: opacity 0.5s ease;}
:focus::-webkit-input-placeholder {opacity: 0.2; transition: opacity 0.5s ease;}
:focus::-moz-placeholder          {opacity: 0.2; transition: opacity 0.5s ease;}
:focus:-moz-placeholder           {opacity: 0.2; transition: opacity 0.5s ease;}
:focus:-ms-input-placeholder      {opacity: 0.2; transition: opacity 0.5s ease;}
header {
    
}
.header_wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	overflow: hidden;
}
.header_phone_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
}
.header_phone {
	display: block;
	width: 100%;
	font-size: 1.8rem;
	text-align: right;
	font-weight: 700;
}
.zak_zvon {
	color: #028c02 !important;
	text-decoration: underline !important;
	cursor: pointer;
}
.slogan_wrap, .phone_wrap {
	padding-top: 65px;
	position: relative;
}
.slogan_wrap {
	padding-right: 40px;
}
#search_ico {
    position: absolute;
    right: 0;
    top: 50%;
    border-radius: 50%;
    padding: 10px;
    font-size: 0.9rem;
    background: #fff;
    box-shadow: 1px 1px 10px -2px #545454;
    color: #028c02;
    margin-top: 7px;
    margin-right: 10px;
    cursor: pointer;
    z-index: 3;
}
.top_menu_wrap {
	background: linear-gradient(to right, #fff 60%, #78bf78 40%);
}
.menu_ul {
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    width: 76%;
    list-style: none;
    background: #fff;
    padding: 0;
    margin: 0;
}
.menu_ul li a {
    padding: 20px;
    font-size: 1rem;
    display: block;
    font-weight: 600;
    transition: all 0.2s;
}
.menu_ul li a:hover {
	background: #78bf78;
	color: #fff;
}
.menu_cart {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 0.9rem;
}
.cart_ico {
    border-radius: 50%;
    padding: 10px 12px !important;
    background: #028c02;
    box-shadow: 1px 1px 10px -2px #545454;
    color: #fff;
    cursor: pointer;
    margin-left: -19px;
}
.menu_cart a {
	color: #fff;
	text-decoration: underline;
	padding: 0 5px 0 15px;
}
#slider {
	background: linear-gradient(to right, #fff 53%, #efa633 47%);
	padding: 10px 0;
	margin-top: 20px;
	height:385px;
	overflow:hidden;
}
.slider_title {
    font-size: 2rem;
    line-height: 40px;
    border-bottom: solid 1px #ddd;
}
.slid_left {
	padding: 40px 0;
}
.slider_txt {
	margin-top: 30px;
}
.arrow_slide {
	position: absolute;
	right: 0;
	top: 10px;
	cursor: pointer;
}
.slider_it {
    display: block;
}
.slider_it .row {
	margin: 0;
}
.slick-dots li button, .slick-dots li {
	width: 30px;
    height: 5px;
    font-size: 0px;
}
.slick-dots li button:before {
	content: '';
	width: 30px;
    height: 5px;
    background: #028c02;
}
.slick-dots {
	text-align: left;
	margin-left: -5px;
}
#uslugi .fa-star {
    color: #028c02;
    font-size: 1.2rem;
    margin-right: 15px;
}
.usl_slider {
	margin: 0 -30px 0 -15px;
}
#uslugi {
    min-height:556px;
}
.usl_slider a {
    min-height:400px;
    float:left;
}
.usl_slider_it {
	display: flex !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: 50% !important;
	height: 400px;
	margin: 10px 15px 5px;
	transition: all 0.5s;
}
.usl_slider_it:hover {
    transform: translateY(-10px);
}
.usl_sl_txt {
    align-self: flex-end;
    padding: 30px 20px;
    color: #fff;
    font-weight: 300;
    transition: all .3s;
}
.usl_nav {
    position: absolute;
    top: 10px;
    right: 0;
    font-size: 1.3rem;
    color: #028c02;
    cursor: pointer;
}
#ul_sl_prev {
	margin-right: 10px;
}
#okomp {
	background: url('../img/plata.jpg') no-repeat;
	background-position: 50%;
	background-size: cover;
	text-align: center;
	position: relative;
}
.comp_txt {
	font-weight: 600;
	width: 80%;
	margin: 0 auto;
	font-size: 1.1rem;
}
.readmore {
    margin-top: 20px;
    display: block;
    text-decoration: underline;
}
#okomp:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
    background: rgba(255, 255, 255, 0.3);
	z-index: 1;
}
#okomp .container {
	z-index: 2;
    position: relative;
}
.cat_card {
	width: 100%;
	padding: 25px;	
    box-shadow: 3px 3px 20px -10px #000;
    margin-bottom: 30px;
    transition: all 0.2s;
    display: block;
}
.card_title {
	color: #1d5eb7;
	font-size: 1.5rem;
	width: 90%;
}
.card_title a {
	text-decoration: underline;
	color: #1d5eb7;
	font-size: 1.5rem;
}
.card_title a.no_under {
	text-decoration: none;
}
.card_title a span {
    padding: 3px;
    border: solid 1px;
    border-radius: 50%;
    font-size: 0.8rem;
    text-decoration: none;
    margin-left: 10px;
    font-weight: 700;
}
#card1 {
	height: 420px;
	background: #fff url('../img/parta.png') no-repeat;
	background-size: contain;
	background-position: bottom;
}
#card2 {
	height: 210px;
    background: #1d5eb7 url(../img/camera.png) no-repeat;
    background-size: 220px;
    background-position: 40% -30px;
    display: flex;
    align-items: flex-end;
}
#card2 .card_title {
	color: #fff;
	font-size: 1rem;
}
#card3 {
    height: 210px;
    background: #4c5155 url(../img/comp.png) no-repeat;
    background-size: 200px;
    background-position: center 120%;
}
#card3 .card_title {
	color: #fff;
	font-size: 1rem;
}
#card4 {
	height: 420px;
	background: #fff url('../img/tren.png') no-repeat;
	background-size: contain;
    background-position: center 70px;
}
#card5 {
    height: 210px;
    background: #fff url(../img/doska.png) no-repeat;
    background-size: 220px;
    background-position: center 80%;
}
#card5 .card_title {
	color: #1d5eb7 ;
	font-size: 1.1rem;
}
#card6 {
	height: 420px;
	background: #efa633 url('../img/kreslo.png') no-repeat;
	background-size: contain;
    background-position: center 60px;
}
#card6 .card_title {
	color: #fff ;
	width: 50%;
}
#catalog {
	position: relative;
    padding-bottom: 0;
}
#catalog:after {
	content: '';
    background: url(../img/logos_bg.png) no-repeat;
    height: 300px;
    width: 300px;
    position: absolute;
    bottom: 130px;
    right: 220px;
    z-index: -1;
}
.icons_it {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.icons_it img {
    width: 20%;
    height: auto;
}
.icons_txt {
    width: 75%;
    font-size: 0.9rem;
    color: #797979;
}
.icons_txt h5 {
	color: #000;
	font-weight: 600;
}
.footer {
	padding: 40px 0 20px;
	background: #fff;
}
.footer_logo {
    margin-top: -57px;
    margin-left: -75px;
}
.footer_logo img {
	width: 200px;
}
.footer_slogan {
	color: #aaa;
	margin: 10px 0 30px;
	font-size: 0.9rem;
}
.footer_contacts {
	font-weight: 700;
	margin-bottom: 30px;
}
.footer_contacts a {
	font-size: 1.5rem;
}
.footer_adres {
	font-weight: 700;
}
.footer_menu {
	padding: 0;
	margin: 20px 0 0;
	list-style: none;
}
.footer_menu li {
	margin-bottom: 5px;
}
.footer_menu li a {
	color: #303030;
	text-decoration: underline;
}
.foot_1 {
	padding-right: 30px;
}
.foot_2, .foot_3 {
	padding-left: 30px;
}
.resp_header_title {
    display: none;
}
#nav_menu_ico {
	position: relative;
	float: left;
	border: none;
	display: flex;
	align-items: center;
	color: #303030;
	height: 42px;
	width: 40px;
	margin-left: 15px;
}
.cmn-toggle-switch span {
  display: block;
  position: absolute;
  top: 19px;
  left: 0;
  right: 0;
  height: 2px;
  background: #303030;
  width: 35px;
  border-radius: 2px;
} 
.cmn-toggle-switch span::before,
.cmn-toggle-switch span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #303030;
  content: "";
  border-radius: 2px;;
} 
.cmn-toggle-switch span::before {
  top: -10px;
} 
.cmn-toggle-switch span::after {
  bottom: -10px;
}
.cmn-toggle-switch__htx {
  background-color: t;
} 
.cmn-toggle-switch__htx span {
  -webkit-transition: background 0 0.3s;
          transition: background 0 0.3s;
} 
.cmn-toggle-switch__htx span::before,
.cmn-toggle-switch__htx span::after {
  -webkit-transition-duration: 0.3s, 0.3s;
          transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0;
          transition-delay: 0.3s, 0;
} 
.cmn-toggle-switch__htx span::before {
  -webkit-transition-property: top, -webkit-transform;
          transition-property: top, transform;
} 
.cmn-toggle-switch__htx span::after {
  -webkit-transition-property: bottom, -webkit-transform;
          transition-property: bottom, transform;
} 
/* active state*/
.cmn-toggle-switch__htx.active {
  background-color: transparent;
} 
.cmn-toggle-switch__htx.active span {
  background: none;
} 
.cmn-toggle-switch__htx.active span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
} 
.cmn-toggle-switch__htx.active span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
} 
.cmn-toggle-switch__htx.active span::before,
.cmn-toggle-switch__htx.active span::after {
  -webkit-transition-delay: 0, 0.3s;
          transition-delay: 0, 0.3s;
}
.openrespmenu {
    left: 0 !important;
}
.close_m {
    z-index: 999;
    position: fixed !important;
    top: 10px !important;
    left: 10px !important;
}
.fixed {
    top: 0;
    position: fixed;
    width: 100%;
    z-index: 999;    
    border-bottom: solid 1px #78bf78;
}

#suc_modal {
	font-size: 1.3rem;
    padding-right: 40px;
	border-radius: 5px;
}
#suc_modal .fa {
    color: #34c540;
    margin-right: 20px;
}
.popup_window input {
    padding: 15px 30px;
    margin-top: 0;
    border: solid 1px #aaa;
    width: 100%;
    margin: 10px auto;
    display: block;
}
.modal-body .btn {
    background: #78bf78;
    border: none;
}
.checkbox {
    cursor: pointer;
    margin-top: 5px;
}
.popup_window input[type="checkbox"] {
    display: none;
}
.checkbox .cover {
    display: inline-block;
    outline: none;
    background: transparent;
    width: 12px;
    height: 12px;
    float: left;
    border: solid 1px #A6A6A6;
    margin: 5px 10px 0 0;
}
.checkbox input:checked + .cover {
    background: #78bf78;
}
#search_modal {
    width: 300px;
    position: absolute;
    bottom: 3px;
    left: 50%;
    margin-left: -160px;
    transition: all 0.3s;
    z-index: -1;
    opacity: 0;
}
#search_modal.active {
    z-index: 2;
    opacity: 1;
}
#slogan_txt {
    transition: all 0.3s;
}
#slogan_txt.active {
    opacity: 0;
}
#search_modal form {
    display: flex !important;
    align-items: center;
}
#search_modal .search_inp {
    width: 270px;
    padding: 10px 15px;
    margin: 10px 0;
    border: solid 1px #78bf78;
}
#search_modal form .fa {
    position: absolute;
    right: 40px;
    font-size: 1.2rem;
    cursor: pointer;
    color: #028C02;
}
.cat_card:hover {
    transform: scale(1.02);
    box-shadow: 3px 5px 20px -5px #000;
}
.breadcrumb {
    background: none;
    padding: 0;
    margin: 10px -5px;    
    border-radius: 0;
    display: flex;
    align-items: center;
}
.breadcrumb li a, .breadcrumb li {
    padding: 5px;
    color: #028c02;
    font-size: 0.9rem;
}
.breadcrumb li {
	color: #000;
}
.breadcrumb li a:hover {
	text-decoration: underline;
}
.inner_sec {
	background: #fff;
	margin-bottom: 0px;
	padding-top: 30px;
	overflow: hidden;
}
ul {
	list-style-image: url('../img/li_img.png');
	list-style-position: inside;
}
.inner_sec h1 {
	margin: 0 0 30px;
}
#row_form {
	background: #78bf78;
    color: #fff;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
}
#row_form:after {
	content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: -50px;
    background: url(../img/logos_bg.png) no-repeat;
    background-position: 0% 160%;
    background-size: 250px;
    z-index: 1;
}
.form_row input {
	padding: 15px;
    width: 40%;
    max-width: 100%;
    margin: 5px;
    border: none;
    line-height: normal;
}
.form_row form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
}
.form_row textarea {
    padding: 15px;
    width: 40%;
    max-width: 100%;
    max-height: 100px;
    min-height: 52px;
    height: 52px;
    margin: 5px;
    border: none;
    line-height: normal;
    margin: 5px 5px 5px 15px;
}
.form_row .btn {
    background: #efa633;
}
.checkbox {
    cursor: pointer;
    margin-top: 5px;
}
.popup_window input[type="checkbox"], .form_row input[type="checkbox"], #shopOrderForm input[type="checkbox"] {
    display: none;
}
.checkbox .cover {
    display: inline-block;
    outline: none;
    background: transparent;
    width: 12px;
    height: 12px;
    float: left;
    border: solid 1px #303030;
    margin: 2px 10px 0 0;
}
.checkbox input:checked + .cover {
    background: #efa633;
}
.checkbox span {
	text-align: left;
}
.inner_sec h1 .decor {
    width: 200px;
    max-width: 30%;
    height: 3px;
    background: #efa633;
    margin: 5px auto 0;
}
.photo_gal {
	height: 200px;
}
.photo_slider {
	margin: 0 -15px;
}
.photo_slide_wrap {
	margin-top: 50px;
    position: relative;
}
.menu_left {
	list-style: none;
	padding: 0;
	margin-top: 10px;
}
.sub_menu_left {
    list-style: none;
    padding: 0 0 0 10px;
    margin-top: 0px;
    border-left: solid 2px #e8e8e8;
    margin-left: 5px;
    display: none;
}
.menu_left li {
	position: relative;
    margin: 3px 0;
}
.menu_left > li.active > a {
	color: #fff;
	background: #78bf78;
    border-top-right-radius: 0;
    border-bottom-right-radius: 200px;
}
.menu_left > li.active > ul li.active > a {
	color: #fff;
	background: #78bf78;
    border-top-right-radius: 0;
    border-bottom-right-radius: 200px;
}

.menu_left li.active > ul {
    display:block;
}
.menu_left li a {
	padding: 5px;
	display: block;
	transition: all 0.2s;
    max-width: 80%;
}
.menu_left li a:hover {
	text-decoration: underline;
}
.menu_left li .fa {
    font-size: 1.3rem;
    position: absolute;
    right: 20px;
    top: 4px;
    cursor: pointer;
    padding: 0 20px 0 10px;
    transition: all 0.3s;
}
.menu_left li.active .fa {
	color: #000;
}

.ratangle {
    top: 3px !important;
    padding-top: 13px !important;
}
.cat_item {
    background-position: 50% !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    margin: 0;
    width: 100%;
    padding: 40% 0;
    display: block;
    position: relative;
    margin: 10px 0;
    border: solid 1px #eee;
}
.cat_item_txt {
    position: absolute;
    bottom: 0;
    padding: 10px;
    background: rgba(0, 0, 0, 0.61);
    width: 100%;
    color: #fff;
}
.catalog_it {
	height: 250px;
	display: block;
	padding: 25px 0;
	background-position: center !important;
	background-size: cover !important;
}
.catalog_it .card_title {
    color: #fff;
    font-size: 1.2rem;
    width: 100%;
    padding: 10px 25px;
    background: rgba(120, 191, 120, 0.75)
}
.price_bl {
    margin-top: 15px;
    font-size: 1.5rem;
}
.buy_btn {
	background: #efa633;
	width: 200px;
	max-width: 100%;
	margin-top: 15px;
}
.desc_bl {
    margin: 15px 0;
    border-top: solid 1px #eee;
    border-bottom: solid 1px #eee;
    padding: 15px 0;
}
.shk-but {
	margin: 15px 0 0 !important;
}
#cart_order_kolvo button {
    background: #fff;
    border: solid 1px #aaa;
    cursor: pointer;
    height: 34px;
    width: 34px;
}
#cart_order_kolvo .shk-count {
    border: solid 1px #bbb;
    padding: 5px 10px;
    height: 34px;
}
#cart_order_kolvo {
    display: flex;
    align-items: center;
    justify-content: center;
}
#shopOrderForm input, #shopOrderForm textarea {
    padding: 10px 15px;
    margin: 5px 0;
    width: 400px;
    max-width: 100%;
}
.shop-cart .full .cart_table_wrap {
    overflow: auto;
}
.shop-cart .full form table {
    min-width: 860px;
}
.order_head td {
    background: #78bf78 ;
    vertical-align: middle;
    text-align: center;
    color: #fff;
}
.cart-order td {
    vertical-align: middle;
    text-align: center;
}
.sisea-result {
    border: solid 1px #ddd;
    padding: 10px;
    margin: 10px 0;
}
.pagination {
    margin-top: 10px;
}
.pagination li {
    padding: 5px 10px;
    border: solid 1px #ddd;
}
.pagination li.active {
    background: #eee;
}
.dop_img {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.dop_img img {
    margin: 5px;
    border: solid 1px #ddd;
}
.prev_price_wrap {
    margin: -11px 1px 15px;
    padding: 10px;
    background: #ececec;
    border: solid 1px #eee;
    border-top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.prev_add_cart {
    width: 100%;
    margin: 0 !important;
    color: #fff;
    padding: 5px 10px;
    border: none;
    background: linear-gradient(to top, #e09a2b, #ffca76);
    border-radius: 3px;
    cursor: pointer;
}
.shop-cart > a {
    font-size: 1rem;
    font-weight: 600;
}
#toTop {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    background: #78bf78;
    text-align: center;
    padding: 5px;
    position: fixed;
    bottom: 80px;
    right: 50px;
    cursor: pointer;
    display: none;
    color: #fff;
    z-index: 99999;
    font-size: 2.5rem;
}
#toTop .fa {
    position: absolute;
    top: 4px;
    left: 13px
}
div.advsea-paging, div.advsea-paging1 {
    width: 100% !important;
    color: #028c02 !important;
    text-decoration: underline !important;
}
.advsea-previous a, .advsea-next a {
    margin: 0 !important;
    color: #000 !important;
}
.advsea-current {
    margin: 0 10px;
}
.advsea-paging3 {
    margin: 30px 0 0;
}
.advsea-paging3 span {
    padding: 5px 7px 5px 10px;
    border: solid 1px #ddd;
}
.advsea-current-page {
    color: #000 !important;
    background: #ddd !important;
}
.advsea-page a {
    color: #000 !important;
}
















@media (max-width: 1700px) {
    #catalog:after {
        display: none;
    }
}
@media (max-width: 1200px) {
	.header_phone {
	    font-size: 1.5rem;
	}
	#row_form:after {
		top: 0;
		background-position: 0% 40px;
	}
}
@media (max-width: 991px) {
	.logo_wrap img {
	    width: 150px;
	}
	.slogan_wrap {
	    padding-top: 25px;
	}
	.phone_wrap {
	    padding-top: 15px;
	}
	.resp_header_title {
	    display: block;
	}
	.header_phone {
	    display: inline-block;
	    width: auto;
	    margin-right: 30px;
	}
	.menu_ul {
	    z-index: 99;
        position: fixed;
        width: 50%;
        left: -50%;
        top: 0;
        height: 100%;
        background: #f5f5f5;
        display: block;
        align-items: center;
        transition: all 0.5s;
        padding-top: 60px;
	}
	.menu_ul li a {
	    width: 100%;
	    display: block;
	}
	.menu_ul li {
	    width: 100%;
	    display: block;
	    text-align: center;
	}
	.menu_wrap {
        justify-content: flex-end;
        align-items: center;
        margin: 0;
        width: auto;
	}
	.top_menu {
	    padding: 5px 0;
	}
	.card_title a {
        font-size: 1.2rem;
    }
    .footer_contacts a {
        font-size: 1.3rem;
    }
    #card5 {
        background-position: center 100%;
    }
    #search_ico {
        top: 35%;
    }
    #search_modal {
        bottom: -3px;
        margin-left: -190px;
    }
}
@media (max-width: 767px) {
    .form_row input, .form_row textarea {
        width: 100%;
    }
    #row_form:after {
		background-position: 0% 0px;
	}
	.logo_wrap {
	    text-align: center;
	}
	.slogan_wrap {
        padding: 10px 0 0;
        text-align: center;
    }
    .header_phone_wrap {
        justify-content: flex-start;
    }
    #search_ico {
        top: 100%;
    }
    .header_wrap {
        padding-bottom: 10px;
    }
    .top_menu_wrap {
        background: linear-gradient(to right, #fff 50%, #78bf78 50%);
    }
    #slider {
        background: #fff;
        height:auto;
    }
    #card5 {
        background-position: center 30px;
    }
    .icons_it {
        margin: 10px 0;
    }
    .foot_2, .foot_3 {
        padding-left: 15px;
        margin: 20px 0 0;
    }
    .footer_logo {
        margin-left: 0;
    }
    #row_form:after {
		top: 40px;
	}
	#search_modal {
        left: 50%;
        margin-left: -125px;
	}
}
@media (max-width: 575px) {
	.usl_slider {
	    margin: 0 -15px;
	}
	#toTop {
	    bottom: 2%;
	    right: 2%;
	}
}
@media (max-width: 480px) {
	.menu_ul {
	    width: 100%;
	    left: -100%;
	}
	.top_menu_wrap {
	    background: #78bf78;
	}
	#search_modal {
	    max-width: 100%;
        margin-left: -150px;
	}
	#search_modal .search_inp {
	    max-width: 100%;
	    width: 100%;
	}
	#search_modal form .fa {
	    right: 20px;
	}
}
@media (max-width: 300px) {
    #search_modal {
        left: 0;
        margin-left: 0;
    }
}
@media all and (-ms-high-contrast:none) {
    *::-ms-backdrop, #row_form { justify-content: flex-start;} /* IE11 */
    #search_modal form .fa {
        margin-top: -10px;
    }
}
.h_inp {
    display: none !important;
}
#mse2_sort {
    display: flex;
    justify-content: space-between;
    background: url(../img/body_bg.png) repeat-y;
    padding: 15px;
    font-weight: 700;
    margin-bottom: 10px;
    align-items: center;
}
.arr_srot .fa {
    font-size: 1.2rem;
    padding: 4px 5px 0px;
    margin: 0 5px;
    transition: all 0.3s;
    color: #3da63d;
    cursor: pointer;
}
.arr_srot .fa:hover {
    color: #1f711f;
}
.ac_ser_img {
	width: 65px !important;
	height: 65px;
	background-position: center !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	margin-right: 10px;
	border: solid 1px #ddd;
	border-radius: 3px;
}
.ac_ser_it {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	text-align: left;
}
.ac_ser_txt {
	width: calc(100% - 90px);
	font-size: 0.9rem;
}

.cart_info {
    background: url(../img/body_bg.png) repeat-y;
    text-align-last: center;
    padding: 20px 15px;
    color: #1d1d1b;
    text-transform: uppercase;
    margin-bottom: 20px;
}














