/* Eric Meyer's CSS 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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
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;
}
/* End of Eric Meyer's CSS Reset */

html {
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font: 16px/18px Arial, sans-serif;
	width: 100%;
	height: 100%;
	background: #fff;
}

*{
	box-sizing: border-box;
}


.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
.wrp {
	width: 1180px;
	margin: 0 auto;
	position: relative;
}


.header {
	background: #fff;
	height: 70px;
}
.logo{
	position:absolute;
	top:20px;
	left:0;
}
.logo a{
	display:inline-block;
	width:220px;
	height:45px;
	background:url(../img/logo.png) 0 0 no-repeat;
}

.header-address {
    position: absolute;
    top: 14px;
    left: 500px;
    font-size: 14px;
    font-family: "Gilroy";
    color: rgb(40, 40, 40);
    line-height: 1.429;
    background: url(../img/address.png) 2px 3px no-repeat;
    padding: 0 0 0 31px;
}

.header-phone {
    position: absolute;
    top: 9px;
    left: 860px;
    margin: 0 0 0 0;
    padding: 0 0 0 31px;
    background: url(../img/phone.png) 5px 10px no-repeat;

}
.header-phone a {
	font-size: 18px;
	font-family: "Gilroy";
	color: rgb(40, 40, 40);
	font-weight: bold;
	line-height: 2;
	text-decoration: none;
}

.header-callback {
	position: absolute;
    top: 29px;
    left: 913px;
}
.header-callback a {
	font-size: 14px;
	font-family: "Gilroy";
	color: rgb(255, 150, 0);
	font-weight: bold;
	text-decoration: underline;
	line-height: 2.571;
	text-align: right;
}

.header-basket {
	position: absolute;
    top: 21px;
    right: 0;
    background: url(../img/basket.png) 0 0 no-repeat;
    font-size: 14px;
    color: #000;
    height: 33px;
    padding: 0 0 0 51px;
}
.top-basket-count {
	font-size: 14px;
	color: #fff;
	border-radius: 50%;
	background-color: rgba(121, 182, 235, 1);
	width: 20px;
	height: 20px;
	line-height: 20px;
	position: absolute;
    left: 22px;
    top: -4px;
	border-radius: 50%;
	text-align: center;
	font-weight: bold;
}
.header-basket a {
	text-decoration: none;
	line-height: 30px;
	font-weight: bold;
}
.header-basket-text {
	font-size: 14px;
	font-family: "Gilroy";
	color: rgb(40, 40, 40);
	line-height: 30px;
}




.footer {
	margin: 0 auto 0;
	height: 135px;
	background: rgba(6, 43, 76, 1);
	position: relative;
}


.copyright{
	position:absolute;
	top: 33px;
	left: 0;
	font-size: 13px;
	font-family: "Gilroy";
	color: rgb(255, 255, 255);
	line-height: 1.846;
}

.footer-jobs{
	position:absolute;
	top: 82px;
	left: 0;
	font-size: 13px;
	font-family: "Gilroy";
	color: rgb(255, 255, 255);
	line-height: 1.846;
}
.footer-jobs a{
	font-size: 13px;
	font-family: "Gilroy";
	color: rgb(255, 255, 255);
	line-height: 1.846;
}


.footer-address {
	position: absolute;
    top: 34px;
    left: 470px;
    margin: 0 0 0 0;
    padding: 0 0 0 31px;
    background: url(../img/address.png) 4px 4px no-repeat;
    font-size: 13px;
    font-family: "Gilroy";
    color: rgb(255, 255, 255);
    line-height: 1.846;
}

.footer-phone {
	position: absolute;
    top: 32px;
    right: 118px;
    margin: 0 0 0 0;
    padding: 0 0 0 31px;
    background: url(../img/phone.png) 3px 7px no-repeat;
}
.footer-phone a {
	font-size: 18px;
	font-family: "Gilroy";
	color: rgb(255, 255, 255);
	line-height: 1.667;
	text-align: right;	
	text-decoration: none;
}
.footer-time {
	position: absolute;
    top: 57px;
    right: 126px;
    font-size: 13px;
    font-family: "Gilroy";
    color: rgba(255, 255, 255, 0.502);
    line-height: 1.846;
}



.header_menu {
	height: 60px;
	background: rgba(121, 182, 235, 1);
	margin-bottom: 30px;
}
.header_menu-ul {
	margin: 0;
	padding: 0;
}

.header_menu-li {
	margin: 0;
	padding: 0;
	display: inline-block;
	position: relative;
	width: 19%;
}
.header_menu-search {
	margin: 0 0 0 0;
	padding: 0;
	display: inline-block;
	position: relative;
	text-align: right;
}
.header_menu-a {
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 60px;
	display: inline-block;
}

.header_menu-ul > .header_menu-li{
	text-align: center;
}

.header_menu-ul > .header_menu-li:first-child{
	text-align: left;
}

.header_menu-ul > .header_menu-li:last-child{
	text-align: right;
}

.header_menu-a:hover {
	color: #fff;
}
.header_menu-li:hover .header_menu-sub {
	display: block;
}
.header_menu-sub {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 330px;
	padding: 20px 30px;
	margin: 0;
	background: #fff;
	z-index: 9999;
	box-shadow: 0px 9px 33px 0px rgba(40, 40, 40, 0.6);
	display: none;
	border: 2px solid #ff9600;
}
.header_menu-sub li {
	margin: 12px 0;
	padding: 0;
	background:url(../img/marker.png) 0 4px no-repeat;
	padding-left: 20px;
}
.header_menu-sub a {
	font-size: 16px;
	color: rgb(84, 84, 84);
	text-decoration: none;
}



.header-search {
	width: 269px;
	position: relative;
}
.header-search input[type=text]{
	display:inline-block;
	border:none;
	padding:0 0 0 0;
	margin:0;
	width:90%;
	height:28px;
	line-height:28px;
	outline:none;
	text-indent:11px;
	font-size: 12px;
	font-style: italic;
	border-style: solid;
	border-width: 1px;
	border-color: rgb(40, 110, 209);
	border-radius: 5px;
	background-color: rgb(5, 70, 162);
	width: 269px;
	height: 35px;
	color: #fff;
}
.header-search input[type=text]::-webkit-input-placeholder {
	color: #fff;
}
.header-search input[type=text]::-moz-placeholder {
	color: #fff;
}
.header-search input[type=text]:-moz-placeholder {
	color: #fff;
}
.header-search input[type=text]:-ms-input-placeholder {
	color: #fff;
}
.header-search input[type=text]::placeholder {
	color: #fff;
}

.header-search input[type=submit]{
	background:url(../img/search.png) 50% 50% no-repeat;
	width:19px;
	height:19px;
	display:inline-block;
	border:none;
	padding:0;
	margin:0;
	cursor:pointer;
	outline:none;
	overflow:hidden;
	text-indent: 100px;
	position: absolute;
	top: 8px;
	right: 10px;
}



.main-trigers {
	padding: 60px 0;
	background: rgba(121, 182, 235, 1);
	margin-bottom: 60px;
	color: rgba(6, 43, 76, 1);
}
.main-trigers-title {
	font-size: 36px;
	font-family: "Gilroy";
	color: rgba(6, 43, 76, 1);
	font-weight: bold;
	line-height: 1;
	text-align: center;
	margin-bottom: 70px;
}
.main-trigers-list {
	padding: 0;
	margin: 0 0 65px 0;
	text-align: center;
}
.main-trigers-list li {
	display: inline-block;
    padding: 85px 10px 0 10px;
    font-size: 16px;
    font-family: "Gilroy";
    color: rgba(6, 43, 76, 1);
    line-height: 1.6;
    text-align: center;
    vertical-align: top;
    width: 19%;
	font-weight: bold;
}
.main-trigers-1 {
	background:url(../img/main-trigers-1.png) 50% 0 no-repeat;
}
.main-trigers-2 {
	background:url(../img/main-trigers-2.png) 50% 0 no-repeat;
}
.main-trigers-3 {
	background:url(../img/main-trigers-3.png) 50% 0 no-repeat;
}
.main-trigers-4 {
	background:url(../img/main-trigers-4.png) 50% 0 no-repeat;
}
.main-trigers-5 {
	background:url(../img/main-trigers-5.png) 50% 0 no-repeat;
}
.main-trigers-6 {
	background:url(../img/main-trigers-6.png) 50% 0 no-repeat;
}
.main-trigers-btn {
	text-align: center;
}


.main_slider {
	position: relative;
	margin-bottom: 60px;
}
.main_slider ul {
	margin: 0;
	padding: 0;
	height: 402px;
}
.main_slider li {
	margin: 0;
	padding: 0;
	height: 402px;
}
.main_slider img {
	margin: 0 auto;
}
.main_slider .bx-viewport{height:402px !important;}
.main_slider .bx-wrapper{position:relative;}
.main_slider .bx-prev{position:absolute;top: 186px;left:21px;width:37px;height:37px;background:url(../img/slider-1.png) 0 0 no-repeat;overflow:hidden;text-indent:-999px;z-index: 100;}
.main_slider .bx-next{position:absolute;top:186px;right:21px;width:37px;height:37px;background:url(../img/slider-2.png) 0 0 no-repeat;overflow:hidden;text-indent:-999px;z-index: 100;}






.main_map {
	overflow: hidden;
}
.main_map-title {
	font-size: 36px;
	font-family: "Gilroy";
	color: #282828;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	margin-bottom: 46px;
}
.main_map-list {
	overflow: hidden;
	margin-bottom: 45px;
}
.main_map-address {
    padding: 0 0 0 40px;
    background: url(../img/address-2.png) 2px 4px no-repeat;
    font-size: 15px;
    font-family: "Gilroy";
    color: rgb(40, 40, 40);
    line-height: 1.6;
    width: 422px;
    float: left;
}
.main_map-phone {
    padding: 0 0 0 40px;
    background: url(../img/phone-2.png) 2px 4px no-repeat;
    font-size: 15px;
    font-family: "Gilroy";
    color: rgb(40, 40, 40);
    line-height: 1.6;
    width: 354px;
    float: left;
}
.main_map-phone  a {
	font-size: 18px;
	font-family: "Gilroy";
    color: rgb(40, 40, 40);
	line-height: 1.4;
	text-decoration: none;
	font-weight: 900;
}
.main_map-phone  span {
	font-size: 15px;
}
.main_map-email {
    padding: 0 0 0 40px;
    background: url(../img/email-2.png) 2px 4px no-repeat;
    font-size: 15px;
    font-family: "Gilroy";
    color: rgb(40, 40, 40);
    line-height: 1.6;
    width: 250px;
    float: left;
}
.main_map-email  a {
	font-size: 15px;
	font-family: "Gilroy";
    color: rgb(40, 40, 40);
	line-height: 1.4;
	text-decoration: none;
}


.main-text-title {
	font-size: 36px;
	font-family: "Gilroy";
	color: #282828;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	line-height: 1;
	margin:0 0 50px 0;
	padding: 0 0 0 0;
}
.main-text {
	margin-bottom: 50px;
	overflow: hidden;
}
.main-text-left {
	float: left;
	width: 580px;
}
.main-text-right {
	margin-left: 678px;
	/* background: url(../img/main-text.jpg) 0 0 no-repeat; */
}


.main_category {
	margin-bottom: 30px;
}
.main_category-title {
	font-size: 36px;
	font-family: "Gilroy";
	color: #000;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	margin-bottom: 30px;
}
.main_category-list {
	overflow: hidden;
	margin-right: -30px;
}
.main_category-list li {
	display: block;
	width: 31%;
	margin: 0 20px 20px 0;
	float: left;
}
.main_category-list a {
	text-decoration: none;
}
.main_category-img {
    height: 246px;
}
.main_category-data {
	border: 0;
	padding: 0px;
}
.main_category-name {
	margin-bottom: 20px;
	margin-top: 10px;
	min-height: 60px;
	
}
.main_category-price {
	font-size: 20px;
	color: rgb(255, 150, 0);
	line-height: 1.2;
	font-weight: bold;
	margin-bottom: 10px;
}
.main_category-name a {
	font-size: 18px;
	font-family: "Gilroy";
	color: rgba(6, 43, 76, 1);
	font-weight: bold;
	line-height: 1.333;
	
}

.main_works {
	margin-bottom: 40px;
}
.main_works-title {
	font-size: 36px;
	font-family: "Gilroy";
	color: #000;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	margin-bottom: 30px;
}
.main_works-list {
	overflow: hidden;
	margin-right: -30px;
	margin-bottom: 20px;
}
.main_works-list li {
	display: block;
	width: 33%;
	margin: 0;
	padding: 0 20px 20px 0;
	float: left;
}
.main_works-list a {
	text-decoration: none;
}
.main_works-img {
	margin-bottom: 10px;
}
.main_works-name {
	height: 40px;
}
.main_works-name a {
	font-size: 18px;
	font-family: "Gilroy";
	color: rgb(0, 0, 0);
	font-weight: bold;
	line-height: 1.333;
	text-decoration: none;
	line-height: 20px;
}

.works-gelary {
	overflow: hidden;
	margin-right: -30px;
}
.works-gelary a {
	display: block;
	width: 280px;
	margin: 0 20px 20px 0;
	float: left;
}



.middle {
	width: 100%;
	padding: 0 0 0;
	position: relative;
}
.middle:after {
	display: table;
	clear: both;
	content: '';
}
.container {
	width: 100%;
	float: left;
	overflow: hidden;
}


.content {
	padding: 0 0 30px 310px;
}
.left-sidebar {
	float: left;
	width: 280px;
	margin-left: -100%;
	position: relative;
	min-height: 200px;
}


.list_category {
	margin: 0 -40px 50px  0;
	overflow: hidden;
}
.list_category-item {
	padding: 6px;
	width: 256px;
	float: left;
	min-height: 300px;
	position: relative;
	margin: 0 30px 30px 0;
	background: #fff;
	border: 1px solid #dddddd;
}
.list_category-img {
	height: 213px;
}
.list_category-data {
	padding: 0 16px 17px 16px;
}
.list_category-name {
	margin-bottom: 13px;
	line-height: 16px;
	height: 80px;
	overflow: hidden;
}	
.list_category-name a {
	font-size: 20px;
    color: rgb(40, 40, 40);
    font-weight: bold;
    line-height: 18px;
    text-decoration: none;
}
.list_category-params {
	font-size: 14px;
	color: rgb(40, 40, 40);
	margin-bottom: 16px;
}
.list_category-price {
	margin-bottom: 20px;
}
.list_category-price-title {
	margin-bottom: 0;
}
.list_category-price-val {
    font-size: 26px;
    color: rgb(255, 150, 0);
    line-height: 1.2;
    font-family: "Gilroy";
	font-weight: bold;
    margin-bottom: 10px;
}


.category_search {
	
}
.category_search li {
	display: block;
	margin-bottom: 20px;
}
.category_search-name {
	margin-bottom: 10px;
}
.category_search-name a {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.429;
}



.left_menu {
	margin-bottom: 30px;
	padding: 0;
	background: #f2f2f2;
	z-index: 9999;
	border: 1px solid #f2f2f2;
}
.left_menu_1__row{
	margin: 0;
	padding: 0;
}
.left_menu_1__link {
	display: block;
	font-size: 16px;
	font-family: "Gilroy";
	color: rgb(40, 40, 40);
	font-weight: bold;
	line-height: 1.25;
	padding: 10px 10px;
	border-top: 1px solid #d9d9d9;
	background:url(../img/left_menu.png) 95% 50% no-repeat;
	text-decoration: none;
}
.left_menu_1__link.active {
	color: #fff;
	background-color: rgba(121, 182, 235, 1);
}
.left_menu_2 {
	display: none;
}
.active .left_menu_2 {
	display: block;
}


.left_menu_2__row {
	padding-left: 20px;
}
.left_menu_2__link {
	display: block;
	font-size: 14px;
	font-family: "Gilroy";
	color: rgb(40, 40, 40);
	line-height: 1.25;
	padding: 10px 8px;
	text-decoration: none;
}
.left_menu_2__link.active {
	font-weight: bold;
}


.box-price{
	overflow: hidden;
	margin-right: -26px;
}
.box-price-item {
	width: 387px;
    float: left;
	margin: 0 25px 25px 0;
	padding: 15px !important;
    border: 2px solid rgb(255, 150, 0);
}
.category_form-form {
	margin-right: -20px;
}
.category_form {
    background: rgba(121, 182, 235, 1);
	position: relative;
	padding: 30px;
	margin-bottom: 40px;
}
.category_form-title {
	margin-bottom: 30px;
}
.category_form-row {
	width: 254px;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	margin-bottom: 20px;
}
.category_form-textarea  {
	margin-bottom: 20px;
}
.category_form-textarea textarea  {
	margin-bottom: 20px;
    width: 775px;
}
.category_form-submit {
	text-align: center;
}


.prod {
	margin-bottom: 40px;
}
.prod-images {
	width: 516px;
	float: left;
}
.prod-images-main {
	margin-bottom: 30px;
}

.prod-images a  {
	text-decoration: none;
}
.prod-data {
	margin: 0 0 0 516px;
	overflow: hidden;
	position: relative;
}
.prod-sku {
	margin-bottom: 10px;
	font-size: 15px;
	color: rgb(40, 40, 40);
	line-height: 2;
    font-family: "Gilroy";
	font-weight: bold;
}


.prod-price-title {
	font-weight: bold;
    font-size: 20px;
	margin-bottom: 10px;
}
.prod-price {
    font-size: 30px;
    color: rgb(255, 150, 0);
    line-height: 1.2;
    font-family: "Gilroy";
	font-weight: bold;
    margin-bottom: 10px;
}



.number{
	display: inline-block;
	width: 63px;
	height:33px;
	border:1px solid #dddddd;
	background:#fff;
	position:relative;
	text-align:center;
	line-height:33px;
	font-size:16px;
	padding: 0 0 0 0;
	border-radius: 4px; 
}
.number-text{
	margin: 0 0 0 21px !important; 
	padding: 0 0 0 0 !important; 
	border:none !important;
	outline:none !important;
	background: none !important; 
	line-height:24px !important; 
	font-size:16px !important; 
	width: 34px !important; 
	text-indent: 5px !important; 
	color: #000 !important; 
}
.number-plus{
	cursor: pointer; 
	position:absolute;
	top:1px;
	right:1px;
	display:block;
	width:16px;
	height:33px;
	background:url(../img/plus.png) 50% 50% no-repeat;
	opacity:0.9;
}
.number-minus{
	cursor: pointer;
	position:absolute;
	top:1px;
	left:1px;
	display:block;
	width:16px;
	height:33px;
	background:url(../img/minus.png) 50% 50% no-repeat;
	opacity:0.9;
}
.number-plus:hover, .number-minus:hover{opacity:1.5;}




.prod-order {
	border-style: solid;
	border-width: 1px;
	border-color: rgb(221, 221, 221);
	border-radius: 4px;
	background-color: rgba(168, 168, 168, 0);
	width: 100%;
	height: 154px;
	margin-bottom: 40px;
	position: relative;
	box-sizing: border-box;
}
.prod-order-val {
	position: absolute;
    left: 28px;
    top: 35px;
	font-size: 36px;
	font-family: "Proxima Nova bold";
	color: rgb(40, 40, 40);
}
.prod-order-val s {
	font-size: 20px;
	font-family: "Proxima Nova";
	color: #666;
}
.prod-order-val span {
	font-size: 16px;
}
.prod-order-btn {
    position: absolute;
    left: 222px;
    top: 27px;
}
.prod-order-btn a {
    margin-right: 10px;
}
.prod-order-stock {
	position: absolute;
    left: 31px;
    top: 88px;
    font-size: 14px;
    font-family: "Proxima Nova";
    color: rgb(25, 186, 18);
    line-height: 1.286;
    padding-left: 28px;
    background: url(../img/stock.png) 0 0 no-repeat;
}
.prod-order-whatsapp {
	position: absolute;
    left: 223px;
    top: 89px;
    font-size: 14px;
    font-family: "Proxima Nova";
    line-height: 1.286;
    padding-left: 31px;
    background: url(../img/whatsapp.png) 0 0 no-repeat;
}
.prod-order-whatsapp a {
	color: rgb(25, 186, 18);
}
.prod-order-free_montag {
	position: absolute;
    left: 31px;
    top: 117px;
    font-size: 14px;
    font-family: "Proxima Nova";
    color: rgb(177 14 14);
    line-height: 1.286;
    padding-left: 28px;
    background: url(../img/free_montag.png) 0 0 no-repeat;
}













.prod-slider ul{margin:0;padding:0; margin-right: -160px; margin-bottom: 30px;}
.prod-slider li{list-style:none;display:inline-block;width:40px;margin:0 25px 15px 0;padding:0}
.prod-slider li img{border:1px solid #eeeae7; width: 100%; height: auto;}




/* 
.prod-price {
	font-size: 30px;
	font-family: "Roboto bold";
	color: rgb(40, 40, 40);
	line-height: 1.4;
	margin-bottom: 15px;
}
.prod-price strike {
	display: inline-block;
	margin-left: 10px;
	font-size: 20px;
	color: rgb(40, 40, 40);
	text-decoration: line-through;
	text-transform: uppercase;
}
 */
.prod-btns {
	margin-bottom: 30px;
}
.prod-btns-title {
	margin-bottom: 5px;
}

.catalog-childs {
	margin-bottom: 20px;
}
.catalog-childs a {
	display: inline-block;
	font-size: 14px;
	color: #222;
	line-height: 1.714;
	border-style: solid;
	border-width: 1px;
	border-color: rgb(221, 221, 221);
	background-color: #efefef;
	padding: 5px 10px;
	vertical-align: top;
	text-decoration: none;
	margin: 0 10px 10px 0;
}
.catalog-childs span {
	font-size: 12px;
}




.basket_list {margin-bottom: 40px;}
.basket_list-img{width:120px;text-align:left;}
.basket_list-img img{width:90px;height:auto;}
.basket_list td{vertical-align: top;}
.basket_list-name{text-align:left;}
.basket_list-name a{font-size: 14px;color: rgb(62, 62, 86); margin-bottom: 5px;}
.basket_list-sku{color:#666;}
.basket_list-count{text-align:center;width:130px;}
.basket_list-count input{}
.basket_list-price{width:140px;text-align:center; font-size: 14px;color: rgb(62, 62, 86); margin-bottom: 5px;}
.basket_list-sum{width:140px;text-align:center; font-size: 16px;color: rgb(62, 62, 86); margin-bottom: 5px;}
.basket_list-remove{width:50px;text-align:center;}
.basket_list-remove a{display:block;width:37px;height:37px;background: url(../img/remove.png) 50% 50% no-repeat;opacity:0.5;}
.basket_list-remove a:hover{opacity:1.5;}
.basket_list-promo{background:#eaeaea;position:relative;height:41px;margin-bottom:13px;}
.basket_list-promo-title{position:absolute;top:13px;left:18px;font-size:13px;}
.basket_list-form{position:absolute;top:8px;left:163px;}
.basket_list-form input[type=text]{display:inline-block;background:#fff;padding:0 0 0 0;margin:0;height:25px;line-height:25px;outline:none;font-size:12px;width:218px;border:1px solid #c5c5c5;border-radius:2px;color:rgb(38, 38, 38);font-weight:bold;text-indent:10px;text-align:center;text-transform:uppercase;}
.basket_list-form input[type=submit]{display:inline-block;background:#fff;padding:0;margin:0;height:25px;text-align:center;text-transform:uppercase;background:#525252;color:#fff;height:25px;line-height:25px;border:none;width:55px;}
.basket_list-form-result{font-size:20px;color:rgb(29, 29, 29);font-weight:bold;line-height:1.2;margin-left:30px;}
.basket_list-total{font-size:24px;color:rgb(29, 29, 29);font-weight:bold;line-height:1.2;margin-bottom: 40px;}
.basket_list-total span{font-size:27px;}






.basket_form {
	border: 1px solid #b6b6b6;
	margin-bottom: 38px;
	padding: 33px 84px 0 84px;
	position: relative;
}
.basket_form-title
{
	background: #fff;
	color: rgb(53, 53, 53);
	font-family: "Arial";
	font-size: 26px;
	font-weight: bold;
	left: 50%;
	line-height: 1.2;
	margin-left: -150px;
	padding: 10px;
	position: absolute;
	text-align: center;
	top: -28px;
	width: 300px;
	z-index: 289;
}
.basket_form .text
{
	font-size: 13px;
	line-height: 18px;
	margin-left: 17px;
	margin-top: 5px;
}
.basket_form-body
{
	padding-bottom: 20px;
}
.basket_form-table
{
	width: 100%;
}
.basket_form-table td
{
	padding: 0 0 0 0;
	vertical-align: top;
	width: 50%;
}
.form-group label
{
	color: rgb(64, 64, 64);
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.286;
	margin-bottom: 5px;
}
.form-group label span
{
	color: rgb(64, 64, 64);
	display: block;
	font-size: 12px;
	font-weight: normal;
}
.basket_form input[type="text"]
{
	background-color: #fff;
	background-image: none;
	border: 1px solid #ddd;
    font-size: 14px;
    font-family: "Proxima Nova";
    color: rgb(159, 159, 159);
	display: block;
	line-height: 1.42857143;
	height: 34px;
	padding: 0 12px;
	width: 92%;
}
.basket_form textarea
{
	background-color: #fff;
	background-image: none;
	border: 1px solid #ddd;
    font-size: 14px;
    font-family: "Proxima Nova";
    color: rgb(159, 159, 159);
	display: block;
	line-height: 1.42857143;
	display: block;
	padding: 5px 12px;
	width: 92%;
}
.basket_form .has-error *
{
	color: red;
}
.basket_form-radio
{
	list-style: none;
}
.basket_form-radio li
{
	color: rgb(70, 70, 70);
	font-size: 14px;
	line-height: 1.286;
	margin-bottom: 10px;
	text-align: left;
}
.basket_form #fid-address
{
	height: 60px;
	max-height: 60px !important;
	min-height: 60px !important;
	width: 695px !important;
}
.basket_form-submit {
	text-align: center;
	padding: 20px 0;
}
 
 
 
.basket_add{
	overflow:hidden;
	margin-bottom:10px;
}
.basket_add-img{
	width:120px;
	height:120px;
	overflow: hidden;
	float:left;
	text-align:left;
}
.basket_add-img img{
	width:100px;
	height:auto;
}
.basket_add-data{
	margin-left:130px;
	margin-bottom:10px;
}
.basket_add-name{
	font-size:20px;
	margin-bottom:10px;
}
.basket_add-price{
    font-size: 24px;
    font-family: "Gilroy";
    line-height: 0.75;
	padding:5px 0 5px 0;
	margin-bottom: 20px;
}
.basket_add-price span {
    font-size: 16px;
}	
.basket_add-price strike {
	font-size: 18px;
	color: rgb(134, 134, 134);
	text-decoration: line-through;
	line-height: 1.333;
}
.basket_add-row .basket_add-price {
	float: left;
	width: 50%;
}
.basket_add-row .basket_add-count {
	margin-left: 50%;
}

.basket_add-count {
	width: 100px;
}

.basket_add-buttons{
	overflow:hidden;
	padding: 0 0 0 0;
	text-align: center;
}



.main_blog {
	margin-bottom: 30px;
}
.main_blog .h1 {
	text-align: center;
}


.main_blog ul{
	margin: 0 -30px 0 0;
	overflow: hidden;
}
.main_blog li {
    display: block;
    float: left;
    width: 270px;
    height: 320px;
    padding: 0 0 0 0;
    margin: 0 30px 30px 0;
    box-sizing: border-box;
    background: #fff;
}
.main_blog-img {
	display: block;
	margin-bottom: 10px;
}
.main_blog-img img {
	border-radius: 8px;
}
.main_blog-data {}

.main_blog-date {
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #3F3F3D;
    margin-bottom: 8px;
    background: url(../img/date.png) 0px 50% no-repeat;
    padding-left: 20px;
}
.main_blog-name {
	margin-bottom: 10px;
}
.main_blog-name a {
    font-weight: 900;
    font-size: 16px;
    line-height: 18px;
    color: #3F3F3D;
    text-decoration: none;
}
.main_blog-preview {
	font-weight: 400;
	font-size: 16px;
	line-height: 130%;
	color: #000000;
}


.inner_blog {

}
.inner_blog ul{

}
.inner_blog li {
    display: block;
    padding: 0 0 0 0;
    margin: 0 0 30px 0;
    box-sizing: border-box;
    background: #fff;
	overflow: hidden;
}
.inner_blog-img {
	display: block;
	width: 270px;
	float: left;
}
.inner_blog-img img {
	border-radius: 8px;
}
.inner_blog-data {
	margin-left: 300px;
}

.inner_blog-date {
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #3F3F3D;
    margin-bottom: 8px;
    background: url(../img/date.png) 0px 50% no-repeat;
    padding-left: 20px;
}
.inner_blog-name {
	margin-bottom: 10px;
}
.inner_blog-name a {
    font-weight: 900;
    font-size: 18px;
    line-height: 22px;
    color: #3F3F3D;
    text-decoration: none;
}
.inner_blog-preview {
	font-weight: 400;
	font-size: 16px;
	line-height: 130%;
	color: #000000;
}

.btn{
	color: #fff;
	background: rgba(121, 182, 235, 1);
	padding: 10px;
	border-radius: 4px;
	text-transform: uppercase;
	font-size: 16px;
	
	display: inline-block;
	text-align:center;
	text-decoration:none;
	border: 0;
}

.w-100{
	width: 100%;
}

.border-blue{
	border: 2px solid rgba(121, 182, 235, 1);
	border-radius: 4px;
}
.form-control {
  width: 100% !important;
}

.logo-footer a{
	display:inline-block;
	width:220px;
	height:45px;
	background:url(../img/logo2.png) 0 0 no-repeat;
}