body {
    margin: 0;
    overflow-x: hidden;
    width: 100%;
    
    font-weight: 500; 
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

section {
    overflow-x: hidden; 
}
.sect_g {
	background: #f0f3f6;
}

*, ::after, ::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

a, input, button {
  text-decoration: none;
  outline: none;
}
img {
    max-width: 100%;
}
.grow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; 
}
.containerr {
    max-width: 1366px;
    width: calc(100% - 36px);
    margin: 0 auto;
}
nav {
    background-color: #4F5F6F;
}
nav .grow {
    min-height: 37px;
    justify-content: end;
}
nav a {
    font-size: 14px;
    display: block;
    padding: 0 18px;
    font-size: 14px;
    color: #fff;
    height: 37px;
    line-height: 37px;
    border-left: 1px solid rgba(96,115,166,.3);
    margin-right: -4px;
    border-bottom: 3px solid transparent;
}
nav a:hover {
    border-bottom-color: #FFDA10;
    background-color: #57697A;
    color: #C9E7F1;
	text-decoration: none;
}
nav a:first-child {
    border-left: 0;
}
nav a, footer.footer a {
    color: #ffffff;
}
footer.footer {
    background: #4f5f6f;
    color: #ffffff;
    text-align: center;
    padding: 35px 0;
    font-weight: 300;
}
.oct-product-tab {
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    -o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    box-shadow: 0 1px 4px rgba(0,0,0,.2);
    padding: 20px;
    border-radius: 3px;
    background: #ffffff;
    width: calc(100% - 30px);
    margin: 16px auto;
}
.oct-product-tab>.grow {
	justify-content: end;
}
.main_item {
    width: 25%;
    margin-bottom: 30px;
    padding: 0 15px;
}
.header {
    background: #ffffff;
    height: 90px;
    justify-content: end;
	box-shadow: 0 1px 4px rgba(0,0,0,.2);
}
.logom {
    display: block;
    width: 130px;
}
.main_item-top-sale {
    border-radius: 3px;
    background: #E91E63;
    color: #fff;
    padding: 4px 10px;
    margin-bottom: 8px;
    font-size: 12px;
}
.main_item-top-new {
    color: #e62e7e;
    background: #e6d4d4;
    border-radius: 3px;
    padding: 4px 10px;
    font-size: 12px;
    margin-bottom: 8px;
}
.main_item-img {
    width: 80%;
    margin: 0 auto;
    display: block;
}
.main_item-img:hover + .main_item-name {
    color: #59C2E6;
    text-decoration: underline;
}
.main_item-price {
    text-align: center;
}
.main_item-name {
    text-align: center;
    color: #000000;
    display: block;
	min-height: 38px;
}
.main_item-name:hover {
    color: #59C2E6;
    text-decoration: underline;
}
.main_item-button {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #ffffff;
    font-size: 14px;
    background: #59c2e6;
    padding: 10px 20px;
    text-decoration: none;
    border: 0;
    width: 130px;
    margin: 0 auto;
}
.main_item-button img {
    width: 18px;
}
.main_item-price-old {
    color: #CECECE;
    text-decoration: line-through;
    margin-right: 6px;
    font-size: 16px;
}
.main_item-price-new {
    color: #CE0E5A;
    font-size: 20px;
    font-weight: bold;
}
.main_item-price {
    margin: 17px 0;
    justify-content: center;
}
.header_all {
    margin-left: 50px;
    position: relative;
}
.all_items {
    font-size: 14px;
    line-height: 18px;
    padding: 10px 15px;
    text-shadow: none;
    background-color: transparent;
    background-image: none;
    box-shadow: none;
    color: #4f5f6f;
    border-radius: 3px;
    border: 1px solid #d5d9dd;
    cursor: pointer;
}
.all_items:after {
    content: '';
    display: inline-block;
    background: url(../img/caret-down.png) no-repeat center;
    width: 9px;
    height: 9px;
    background-size: contain;
    margin-left: 9px;
}
.list_itemss {
    display: none;
    position: absolute;
    padding: 0;
    margin: 0;
    list-style: none;
    left: 0;
    top: 40px;
    z-index: 101;
    min-width: 160px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    overflow: hidden;
	text-align: left;
}
.header.grow {
	margin-left: 0;
	margin-right: 0;
}
.header_all.active .list_itemss {
    display: block;
}
.list_itemss a {
    color: #4F5F6F;
    font-size: 14px;
    display: block;
    padding: 8px 5px;
	text-align: left;
}
.list_itemss a:hover {
    background: #4F5F6F;
    color: #ffffff;
}
legend {
	font-size: 20px;
    text-transform: uppercase;
    border: 0;
    color: #59c2e6;
    margin-bottom: 40px;
    text-align: center;
}
fieldset, legend {
    padding: 0;
    border: 0;
}
.form-horizontal .form-control {
	width: 100%;
	max-width: 350px;
    height: 40px;
    border: 1px solid #ecedef;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding-left: 20px;
    padding-right: 20px;
    background: #f0f0f0;
    box-shadow: none;
    background: -moz-linear-gradient(top,#f5f5f5 0%,#fdfdfd 100%);
    background: -webkit-linear-gradient(top,#f5f5f5 0%,#fdfdfd 100%);
    background: linear-gradient(to bottom,#f5f5f5 0%,#fdfdfd 100%);
    color: #4f5f6f;
    font-size: 14px;
}
.control-label {
	font-size: 14px;
	color: #666;    
	margin-bottom: 12px;
	margin-top: 12px;
    display: inline-block;
}
.btn-default {
	display: none;
}
@media (max-width: 991px) {
	.main_item {
		width: 50%;
	}
}
@media (max-width: 575px) {
	.main_item {
		width: 100%;
	}
	.main_item-name {
		font-size: 25px;
		margin: 20px 0 0;
	}
	.main_item-price-old {
		font-size: 18px;
	}
	.main_item-price-new{
		font-size: 24px;
	}
	.main_item-button {
		font-size: 18px;
		width: 160px;
	}
	.main_item-button img {
		width: 24px;
	}
	.header_all {
		margin-left: 22px;
	}
}