@font-face {
    font-family: Roboto;
    src: url(/templates/default/fonts/robotocondensed-regular.woff);
    src: url(/templates/default/fonts/robotocondensed-regular.ttf);
}

@font-face {
    font-family: Microsoft-yahei;
    src: url(/templates/default/fonts/microsoft-yahei.ttf);
}

@font-face {
    font-family: Microsoft-yahei-light;
    src: url(/templates/default/fonts/MicrosoftYaHeiUILight.ttf);
}

body {
    background-image: url(/templates/default/img/bg-bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: Roboto;
	margin: 0;
	background-attachment: fixed;
}

.clear{
	clear: both;
}

h1, h2, h3, h4, h5 {
    font-size: 150%;
    text-align: center;
    color: #005996;
    padding: 19px 0;
    font-weight: normal;
	margin: 30px 0 10px 0;
}

p{
	text-align: justify;
	font-size: 15px;
	color: #373737;
}

hr{
	color: #dbdbdb;
    border: none;
    background-color: #dbdbdb;
    height: 1px;
    margin-top: 10px;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.content ul li {
	color: #373737;
}

.head {
    max-width: 1200px;
    min-height: 107px;
    margin: 0 auto;
    background-color: #fff;
	border-bottom: 4px solid #005996;
	display: flow-root;
}

.head-box1 {
    position: relative;
    float: left;
    width: 25%;
    text-align: center;
	min-width: 300px;
	padding-top: 45px;
}

.head-box1-logo a{
	display: block;
	float: left;
    width: 120px;
    height: 70px;
    text-decoration: none;
    background-color: #005996;
	margin: 10px 20px;
}

.head-box1-logo a p, .head-box1-logo a span{
	color: #fff;
	text-transform: uppercase;
}

.head-box1-logo a p {
    font-family: Microsoft-yahei-light;
    font-size: 29px;    
    text-align: center;
	margin: 1px 0 0 0;
}

.head-box1-logo a span {
    font-family: Microsoft-yahei;
	font-weight: bold;
	font-size: 31px;
	line-height: 20px;
}

.head-box1-logo-text{
	display: block;
    float: left;
    text-transform: uppercase;
    font-size: 11px;
    width: 140px;
	text-align: left;
	margin: 18px 0;
}

.head-box2 {
    position: relative;
    float: left;
    width: 57%;
    min-width: 270px;
    text-align: center;
	background-position: top center;
    background-repeat: no-repeat;
	padding-top: 45px;
}

.head-box2-adress{
	text-align: center;
	font-size: 15px;
	max-width: 350px;
	padding: 10px;
	background-color: #fff;
	margin: 30px auto;
	box-shadow: 0 0 10px -3px rgb(0 0 0 / 20%);
}

.head-box2-adress span{
	color: #cb9400;
}

.head-box2-search-form{
	text-align: left;
    padding: 5px 10px;
    margin: 27px auto;

}

.tab_dost {
	border-collapse: collapse;
	margin: 20px 0;
	width: 100%;
	border-color: grey;
}

.tab_dost th {
	font-size: 16px;
	border: 1px solid #c0c0c0;
	text-align: center;
	padding: 10px 30px;
	line-height: 1.7;
	font-weight: normal;
	letter-spacing: 1px;
}

.tab_dost td {
	background: #fff;
	font-size: 16px;
	color: #1b1b1b;
	border: 1px solid #c0c0c0;
	padding: 10px 20px;
	line-height: 1.7;
}

.search-text{
	position: relative;
    background: #fff;
    border: 0;
    font-size: 14px;
    padding: 10px;
    width: 46%;
    border: 1px solid #dbdbdb;
    font-family: Roboto;
    display: block;
    float: left;
    margin-left: 10%;
}

.search-button{
	display: block;
	width: 50px;
    height: 37px;
	background: #4c4c4c;
	background-image: url(/templates/default/img/bg-search.png);
    background-position: center center;
	background-repeat: no-repeat;
	float: left;
}

.head-box3 {
    position: relative;
    float: right;
    width: 13%;
    text-align: center;
	min-width: 170px;
	padding-top: 45px;
}

.head-box3 a {
    color: #000;
    font-size: 20px;
    text-decoration: none;
    margin: 30px 0 0 0;
    display: block;
}

.head-main-catalog{
	display: inline-table;
    width: 96%;
    background-image: url(/templates/default/img/bg-main-catalog.jpg);
    margin-bottom: 1px;
    padding: 2%;
}

.head-main-catalog a {
    display: block;
    float: left;
	color: #fff;
    font-size: 16px;
    padding: 10px;
    border: 1px solid #ffffff;
    margin: 7px;
    text-decoration: none;
}

/*MENU*/

.mobile-menu {
    display: none;
    padding: 10px 15px 13px 46px;
    position: relative;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}

nav {
    background: #005996;
    width: 100%;
    z-index: 9;
	position: fixed;
    max-width: 1200px;
}

.catalog-button-mobile{
	display: none;
	color: #ffffff;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    font-size: 13px;
	background: #4c4c4c;
	width: 221px;
	text-align: left;
}

.catalog-button {
	display: block;
    text-decoration: none;
    padding: 14px;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    font-size: 13px;
	float: left;
	width: 121px;
	text-align: left;
	margin: 0 30px;
	cursor: pointer;
	background: -webkit-linear-gradient(-50deg, #4c4c4c 73%, #545454 20%);
}

.catalog-button2 {
	display: block;
    text-decoration: none;
    padding: 14px;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    font-size: 13px;
	float: left;
	background: #4c4c4c;
	width: 121px;
	text-align: left;
	margin: 0 30px;
	border: grey 1px solid;
	cursor: pointer;
}

.dropbtn i {
	position: absolute;
	display: block;
	height: 2px;
	background: #ffffff;
	width: 22px;
	left: 15px;
	transition: all 0.3s;
}

.catalog-button span{
	font-weight: bold;
    font-size: 31px;
    display: block;
    float: left;
	line-height: 15px;
    padding: 0 10px 0 5px;
}

.sravnenie{
	display: block;
	float: left;
	background-image: url(/templates/default/img/sravn.png);
    background-position: center left;
    background-repeat: no-repeat;
}

.sravnenie span{

    text-decoration: none;
    padding: 14px 20px 14px 35px;
    display: block;
	color: #000;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    font-size: 13px;
}

.basket{
	display: block;
	float: left;
	background-image: url(/templates/default/img/basket.png);
    background-position: center left;
    background-repeat: no-repeat;
}

.basket span{

    text-decoration: none;
    padding: 14px 20px 14px 35px;
    display: block;
	color: #000;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    font-size: 13px;
}

.menu {
    display:block;
    margin: 0;
    padding: 0;
    text-align: right;
	height: 44px;
}

.icon-reorder {
    float: left;
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    left: 5px;
    top: 5px;
}

.icon-reorder img{
    width: 32px;
}

.menu li {
    display: inline-block;
}

.menu li:first-child {
    margin-left:0;
}

.menu li a {
    text-decoration:none;
    padding: 14px 22px;
    display:block;
    color:#ffffff;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
	font-size: 13px;
	line-height: 19px;
}

.menu li a:hover, .menu li:hover > a {
    background-color: #3d3d3d;
}

.menu ul {
    display: none;
    margin: 0;
    padding: 0;
    width: 320px;
    position: absolute;
    left: 0px;
    background: #4c4c4c;
    text-align: left;
	
}

.menu ul li {
    display:block;
    float: none;
    background:none;
    margin:0;
    padding:0;
	border-top: 1px solid #fff;
}

.menu ul li a {
    font-weight:normal;
    display:block;
    color:#fff;
}

.menu ul li:hover {
    background-color: #453c37;
    color:#fff;
}

.menu li:hover > ul {
	display: block;
	}

.menu li:hover > ul.sub-menu-two-column {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 316px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.menu li .sub-menu-two-column li {
	width: 158px;
	}

.menu ul ul {
    left: 149px;
    top: 0px;
}

.mobile-menu {
    display:none;
    padding: 10px 15px 13px 26px;
    position: relative;
	background: #005996;
    color:#ffffff;
    text-transform:uppercase;
    text-decoration:none;
}


a.mobile-menu span{
	font-weight: bold;
    font-size: 31px;
    display: block;
    float: left;
	line-height: 19px;
    padding: 0 10px 0 5px;
}

.mobile-menu:hover {
    background: #e7a900;
    color:#ffffff;
    text-decoration:none;
}
.menu .sub-menu li a {
    font-size: 0.8em;
    padding: 1em;
}

.menu .sub-menu-two-column li a {
    text-align: center;
    font-size: 0.8em;
    padding: 1em;
}

.menu .sub-menu {
    width: 220px;
}

/*END MENU*/


.menu-tel a{
	text-decoration: none;
    padding: 14px 20px;
    display: block;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    font-size: 16px;
    float: left;
    width: 221px;
    text-align: left;
}

.menu-tel-mobile a{
    display: none;
}

.content{
	display: block;
    background: #f9f7fa;
    min-height: 700px;
	max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 50px;
}

.content-box{
	display: inline-block;
    width: 93%;
    margin: 0 auto;
    padding: 0 3.5%;
}
.content-box-main{
	display: inline-block;
    width: 100%;
    margin: 0 auto;
	padding: 0 3.5%;
}

.product-list {
	width: 93%;
    margin: 0 auto;
    padding: 0 3.5%;
}
.content .tab-content__item  ul li{
	font-size: 15px;
	padding: 0 0 5px 0;
	color: #373737;
}

.content .tab-content__item  a{
	color: #005996;
}

.content .product-char a{
	color: #005996;
}

.text-photo {
    display: table;
    padding-top: 30px;
    width: 95%;
    clear: both;
	margin: 0 auto;
}

.text-photo-tr {
    display: table-row;
    vertical-align: middle;
    padding: 10px;
}

.text-photo-tr img {
    display: table-cell;
    width: 100%;
    float: left;
}

.text-photo-tr p {
    display: table-cell;
    width: 60%;
    background: #fff;
    vertical-align: middle;
    padding: 20px 40px;
    font-size: 16px;
}

.product-item {
    vertical-align: top;
    width: 22.5%;
    margin: 10px 1% 10px 1%;
    display: inline-block;
    position: relative;
    background: #efefef;
}

.product-item img {
    width: 98%;
    padding: 1%;
}

.product-name{
    padding: 9px;
    height: 45px;
	text-align: center;	
}

.product-name a{
	color: #373737;
	text-decoration: none;
}

.shop-product {
	padding: 0;
	position: relative;
}

.product-short-des-center{
	text-align: center;
	color: #1860a3;
	font-size: 12px;
	font-weight: bold;
	line-height: 25px;
	border-bottom: 2px solid #f9f7fa;
}

.product-price{
	display: block;
	float: left;
	padding: 10px 10px 10px 20px;
	color: #1860a3;
	font-weight: bold;
	font-size: 20px;	
}

.product-price span{
	color: #373737;
	font-size: 13px;
}

.product-char-cat{
	display: block;
	width: 100%;
}

.product-char-cat ul {
    padding: 0 20px 7px 20px;
}

.product-char-cat ul li {
    list-style-type: none;
    display: block;
    width: 100%;
    height: 13px;
    font-size: 12px;
    bottom: 2px;
    border-bottom: 1px dashed #cfcfcf;
    margin-bottom: 9px;
}

.product-footer{
	background: #e4e4e4;
    display: inline-block;
    width: 100%;
}


.product-char-cat ul li span {
    display: block;
    float: right;
    background: #efefef;
}

.itc-slider__item {
	flex: 0 0 25%;
    max-width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-similar {
	vertical-align: top;
    width: 91%;
    margin: 10px 2% 10px 2%;
    display: inline-block;
    /* position: relative; */
    background: #fff;
    border: 1px solid #e3e4ee;
}

.prod-similar-name{
    padding: 9px;
    height: 30px;
	text-align: center;	
}

.prod-similar-name a{
	color: #373737;
	text-decoration: none;
}

.prod-similar-price{
	display: block;
    padding: 20px;
    color: #1860a3;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}

.prod-similar-price span{
	color: #373737;
	font-size: 13px;
}


.product-buy{
	display: block;
	float: right;
	width: 55px;
    height: 44px;
	background: #005996;
	background-image: url(/templates/default/img/basket-buy.png);
    background-position: center center;
    background-repeat: no-repeat;
	cursor: pointer;
}

.brands-box{
	display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}

.brand{
	display: block;
    float: left;
    width: 10%;
    padding: 1%;
    border: 1px solid #cdcdcd;
    border-radius: 8px;
    margin: 1%;
}

.brand img{
    width: 100%;
}

.footer {
	display: flow-root;
    max-width: 1200px;
    min-height: 230px;
    margin: 0 auto;
    background-color: #005996;
}

.footer-box1 {
	display: inline-table;
    position: relative;
    float: left;
    width: 26%;
    min-width: 285px;
    text-align: center;
    height: 177px;
    padding: 30px 20px 0 20px;	    
}

.footer-box1-logo a{
	display: block;
	float: left;
    width: 120px;
    height: 70px;
    text-decoration: none;
	margin: 10px 20px 10px 0;
	text-align: center;
	border: 1px solid #fff;
}

.footer-box1-logo a p, .footer-box1-logo a span{
	color: #fff;
	text-transform: uppercase;
}

.footer-box1-logo{
	display: inline-block;
	width: 100%;	
}

.footer-box1-logo a p {
   font-family: Microsoft-yahei-light;
    font-size: 29px;    
    text-align: center;
	margin: 1px 0 0 0;
}

.footer-box1-logo a span {
    font-family: Microsoft-yahei;
	font-weight: bold;
	font-size: 31px;
	line-height: 20px;
}

.footer-box1-logo-text{
	display: block;
    float: left;
    text-transform: uppercase;
    font-size: 11px;
    width: 140px;
	text-align: left;
	margin: 18px 0;
	color: #fff;
}

.footer-box1-logo-bottom{
	display: block;
	width: 100%;	
}

.footer-box1-logo-bottom p{
	color: #fff;
}

.footer-box1-logo-bottom p span{
	color: #ffd800;
}

.footer-box2 {
	display: inline-table;
    position: relative;
    float: left;
    width: 40%;
    text-align: left;
    height: 207px;
    padding: 20px 0 10px 10px;
    text-align: center;
	line-height: 30px;
}

.footer-box2-price {
    padding: 10px 0;
}

.footer-price {
    display: block;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    text-align: center;
    width: 170px;
    padding: 4px 15px;
    background: -webkit-linear-gradient(-50deg, #3d3d3d 73%, #3b3939 20%);
    margin: 10px auto 0 auto;
}

.email a {
    color: #ffd800;
}

.www a {
    color: #fff;
    font-size: 14px;
}

.footer-box2-mess {
    display: block;
    margin: 2px auto 0 auto;
    width: 154px;
}

.footer-box2-mess a {
	width: 35px;
    height: 35px;
    float: left;
    margin: 7px;
	border: 1px solid #fff;
}

.footer-box2-mess img {
    width: 35px;
    height: 35px;
}

.footer-box3 {
    position: relative;
    float: right;
    width: 25%;
    max-width: 250px;
    text-align: left;
    height: 207px;
    padding: 0 20px 0 0;
    text-align: right;
}

a.callback {
    display: block;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    text-align: center;
    width: 170px;
    padding: 4px 15px;
    background: -webkit-linear-gradient(-50deg, #3d3d3d 73%, #3b3939 20%);
    margin: 40px 0 0 auto;
	line-height: 30px;
}

.tel a{
	display: block;
    color: #fff;
    font-size: 20px;
    text-decoration: none;    
	margin: 17px 0;
}

.footer-box3 p, a.sitemap{
	color: #fff;
	text-align: right;
}

.sravnenie-box {
    position: absolute;
    
    width: 40px;
    height: 40px;
    top: 0;
    right: 0;
	
}

.sravnenie-cat {
    top: 11px; /* 0 */
    right: 11px; /* 4 */
    cursor: pointer;
    position: absolute;
    border-radius: 25px;
    width: 100%;
    height: 100%;
    background: url(/templates/default/img/sravn-mini.png) no-repeat 0 0;
    border: 1px solid #2a5997;
    background-position: center center;
	background-color: #fff;
}

.sravnenie-item{
	top: -2px;
    right: 5px;
	cursor: pointer;
    position: absolute;
    border-radius: 25px;
    width: 100%;
    height: 100%;
    background: url(/templates/default/img/sravn-mini.png) no-repeat 0 0;
    border: 1px solid #2a5997;
    background-position: center center;
	background-color: #fff;
}

.sravnenie-item-cat {
    top: 11px;
    right: 11px;
    cursor: pointer;
    position: absolute;
    border-radius: 25px;
    width: 100%;
    height: 100%;
    background: url(/templates/default/img/sravn-mini.png) no-repeat 0 0;
    border: 1px solid #2a5997;
    background-position: center center;
    background-color: #fff;
}

.sravnenie-item-bottom {
    top: 21px;
    right: 19px;
    cursor: pointer;
    position: absolute;
    border-radius: 25px;
    width: 100%;
    height: 100%;
    background: url(/templates/default/img/sravn-mini.png) no-repeat 0 0;
    border: 1px solid #2a5997;
    background-position: center center;
    background-color: #fff;
}

.product-sravnenie {
    position: absolute;
    left: 60px;
    top: 15px;
	z-index: 1;
}

.catalog-top-menu{
	display: none;
	max-width: 1200px;
	width: 100%;
    background: #003c65;
    position: absolute;
    z-index: 3;
    box-shadow: rgba(49, 18, 59, 0.1) 0px 2px 16px;
    border-top: 1px solid rgb(236, 235, 237);
	border-bottom: 1px solid rgb(236, 235, 237);
	top: 137px;
	margin: 0 auto;
	padding: 40px 0;
	opacity: 0.99;
}

.catalog-top-menu-box{
	display: table;
    float: left;
    width: 21%;
    height: 33px;
    padding: 7px 2%;
    font-size: 15px;
    line-height: 16px;
}

.catalog-top-menu a{
	display: block;
    color: #fff;
    text-decoration: none;
    padding: 10px;
}

.catalog-top-menu a:hover{
	background: #084f80;
}

.catalog-top-menu a img{
	display: table-cell;
	width: 30px;
	height: 30px;
	padding: 2px 5px 2px 2px;
}

.catalog-top-menu a p{
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	text-align: left;
}

.menu-overlay {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    position: fixed;
    opacity: 0.7;
    filter: alpha(opacity=50);
}

.gallery-4td img {
    float: left;
    margin: 1%;
	width: 23%
}

.contact-left {
    width: 60%;
    display: block;
    float: left;
}

.contact-right {
    width: 40%;
    display: block;
    float: left;
}

.contact-right p {
    padding: 0 0 0 25px;
}

.contact-right p a {
    color: #005996;
}

.breadcrumb {
    display: block;
    height: 35px;
	color: #929292;
}

.breadcrumb-text {
    padding: 13px 0 0 5px;
	font-size: 13px;
}

.breadcrumb a {
    color: #929292;
}

#pagination {
    display: block;
    max-width: 452px;
    margin: 10px auto;
    text-align: center;
}

.pag-this {
    background: #3d3d3d;
    display: inline-block;
    min-width: 20px;
    padding: 0 4px;
    height: 28px;
    line-height: 28px;
    text-decoration: none;
    text-align: center;
    font-size: 15px;
    color: #fff;
    margin: 5px;
}

.pag-items {
    background: #005996;
    display: inline-block;
    min-width: 20px;
    padding: 0 4px;
    height: 28px;
    line-height: 28px;
    text-decoration: none;
    text-align: center;
    font-size: 15px;
    margin: 5px;
    color: #fff;
}

.product-left-box {
    float: left;
    width: 33%;
    max-width: 600px;
	background: #e6e6e6;
    padding: 5px;
    border-radius: 7px;
}

.product-right-box {
	padding: 2%;
    float: left;
    margin: 0 0 0 2%;
    width: 59%;
    background: #fff;
}

.product-image-main {
    width: 100%;
}

.product-price-hor{
	display: block;
	float: right;
	width: 30%;
}

.product-char{
	display: block;
	float: left;
	width: 70%;
}

.prod-short-des-left {
    display: block;
    float: left;
	background: #fff;
	padding: 0 5px;
}

.product-short-des-left-char div {	
	float: left;
    width: 46%;
    margin-left: 4%;
}

.product-short-des-left {
    display: block;
    float: left;
    background: #efefef;
	padding: 0 5px;
}

.product-char ul {
    padding: 0 20px 20px 20px;
}

.product-char ul li {
    list-style-type: none;
    display: block;
    width: 100%;
    height: 13px;
    font-size: 13px;
    bottom: 2px;
    border-bottom: 1px dashed #cfcfcf;
    margin-bottom: 9px;
}

.product-char ul li span {
    display: block;
    float: right;
    background: #fff;
}

.product-char p{
	font-weight: bold;
	padding: 0 0 0 20px;
}

.price-current{
	text-align: center;
}

.card-price{
	font-weight: bold;
	font-size: 23px;
	color: #005996;
}

.product-availability-card {
    display: block;
    width: 100px;
    margin: 0 auto;
    text-align: center;
    color: #9e9e9e;
    font-size: 15px;
}

.product-availability-card img {
    width: 18px;
    padding-top: 10px;
}

.product-availability-card span {
    line-height: 10px;
    display: block;
    float: right;
    padding-top: 15px;
}

.product-count {
    display: block;
    width: 150px;
    height: 43px;
    background: #eaeaea;
    margin: 0 auto;
}

.f_product-count {
	display: table-column;
	width: 117px;
	height: 36px;
	float: left;
	background: #4c4c4c;
	margin-bottom: 15px;
}

.f_product-count-box {
	display: block;
	width: 96px;
	margin: 0 auto;
}


.product-count button, .product-count-basket button, .f_product-count button {
    height: 23px;
    font-size: 12px;
    line-height: 20px;
    background-color: #fff;
    vertical-align: middle;
    cursor: pointer;
    display: table-column;
    padding: 0 8px;
    margin: 10px 16px;
    font-weight: bold;
    float: left;
    font-family: Arial;
	border: 0;
}

.product-count input, .product-count-basket input, .f_product-count input {
    width: 23%;
    border: 0px;
    background: none;
    display: inline-block;
    float: left;
    text-align: center;
    line-height: 40px;
}

div.buy_1_click_form div.f_product-count input {
	width: 29%;
	border: 0;
	font-size: 16px;
	color: #fff;
}

.buy_1_click_form form input {
	width: 98%;
	padding: 1%;
	font-size: 120%;
	border: 1px solid #bbb;
	margin: 1% 0;
}

.product-count-buy-card{
	display: block;
	width: 100%;
	max-width: 200px;
	margin: 0 auto;
}

.product-buy-item{
	display: block;
    width: 150px;
    height: 43px;
    background: -webkit-linear-gradient(-50deg, #005996 73%, #0e619a 20%);
    margin: 1px auto;
	cursor: pointer;
}

.product-buy-item-img{
	display: block;
    float: left;
    width: 48px;
    height: 43px;
    background: #005996;
    background-image: url(/templates/default/img/basket-buy.png);
    background-position: center center;
    background-repeat: no-repeat;
	background-size: 28px;
    cursor: pointer;
    border-right: 1px solid #87b8e5;
}

.product-buy-item span {
    display: block;
    width: 66%;
    height: 36px;
    float: left;
    color: #fff;
    text-align: center;
    text-decoration: none;
    line-height: 43px;
    font-size: 16px;
}

.product-buy-click-card {
	width: 150px;
    height: 43px;
    cursor: pointer;
    text-align: center;
    font-size: 15px;
    line-height: 43px;
    margin: 0 auto;
    background: -webkit-linear-gradient(-50deg, #4c4c4c 73%, #545454 20%);
    color: #fff;
}

table.basket-table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin: 15px 0;
	display: table;
}

table.basket-table th {
	background: #4c4c4c;
	white-space: pre;
	font-weight: normal;
	color: #fff;
	font-size: 13px;
	padding: 17px 10px;
}

table.basket-table td {
	border-bottom: 1px solid #dedede;
	vertical-align: middle;
	margin: 0;
	font-size: 13px;
	text-align: center;
	background: #fff;
}

.basket-table-image {
	width: 100px;
	float: left;
}

.basket-table-image img {
	width: 100%;
}

.basket-table-details-name a{
	color: #005996;
}

.product-count-box {
	display: block;
    margin: 0 auto;
    width: 155px;
}

.del-basket {
	display: block;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	text-align: center;
	width: 170px;
	padding: 11px 0;
	margin: 25px auto;
	background: -webkit-linear-gradient(-50deg, #005996 73%, #0e619a 20%);
	cursor: pointer;
}

.all-buy-button {
	display: block;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	text-align: center;
	width: 170px;
	padding: 11px 0;
	margin: 25px auto;
	background: -webkit-linear-gradient(-50deg, #005996 73%, #0e619a 20%);
}

.options-list {
	margin-bottom: 25px;
}
.option-type {
	display: inline-block;
	width: 96%;
	background: #fff;
	padding: 2%;
	box-shadow: 0 0 10px -3px rgb(0 0 0 / 20%);
}
.shop2-order-options .option-type .option-label {
	overflow: hidden;
	cursor: pointer;
	display: block;
	padding: 5px 10px;
}

.shop2-btn {
	display: block;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	text-align: center;
	width: 200px;
	padding: 11px 0;
	background: -webkit-linear-gradient(-50deg, #005996 73%, #0e619a 20%);
	border: none;
	cursor: pointer;
	margin: 0 auto;
}

.adr_delivery {
	margin-top: 20px;
	width: 100%;
}

.resp-tab {
	font-weight: normal;
	border: none;
	border-collapse: collapse;
	width: 100%;
	max-width: 100%;
	margin: 7px 0;
}

.resp-tab th, .resp-tab td {
	padding: 20px;
	font-size: 13px;
	border: none;
	font-family: Verdana, sans-serif;
	vertical-align: top;
}

.resp-tab a {
	color: #373737;
}
.resp-tab th {
	color: #FFF;
	background: #373737;
	font-weight: bold;
	text-transform: uppercase;
}

.cart-p {
	margin: 20px;
}

.form-item {
	width: 75%;
	margin: 20px;
}

.form-item-mini {
	width: 75%;
	margin: 20px;
}

.form-item-mini input {
	width: 100%;
	max-width: 400px;
	padding: 7px;
}

.form-item input, .form-item textarea {
	width: 100%;
	max-width: 383px;
	padding: 7px;
}

input.form-checkbox {
	width: auto;
}

.resp-tab_td-right {
	text-align: right;
}

.shop2-compare-product-image img {
	width: 128px;
	height: 128px;
	border: none;
}

.sravnenie-page {
	/* float: right; */
	/* width: 70%; */
	/* max-width: 885px; */
	padding: 0 15px 40px 20px;
	overflow-x: scroll;
}

.shop2-compare-header td:first-child {
	vertical-align: bottom;
}

.shop2-compare-table td {
	vertical-align: top;
	padding: 10px 10px 10px 0;
	border-bottom: 1px solid #dfdfdf;
}

.shop2-compare-table td {
	vertical-align: top;
	padding: 10px 10px 10px 0;
	border-bottom: 1px solid #dfdfdf;
}

.shop2-compare-product-image {
	text-align: center;
}

.shop2-compare-data td:first-child {
	padding-left: 10px;
	font-weight: bold;
	width: 300px;
}

.shop2-compare-data td {
	padding: 10px 10px 10px 0;
	width: 230px;
}
.shop2-compare-table td {
	vertical-align: top;
	padding: 10px 10px 10px 0;
	border-bottom: 1px solid #dfdfdf;
}

.shop2-compare-delete {
	color: #be0e0e;
	cursor: pointer;
	border-bottom: 1px dashed #9e8292;
}

.cart-delete a {
	background: url(/templates/default/img/del-cart.png) 0 0 no-repeat;
	width: 15px;
	display: block;
	height: 15px;
	margin: 0 auto;
}

.row-block {
	display: flex;
	justify-content: center;
	width: 100%;
	align-items: baseline;
}

h1.catalog-h1 {
	display: inline-block;
}

.total-block {
	margin-left: 3px;
	font-size: 15px;
	color: #999;
}

.cat-tags {
	display: inline-block;
	width: 100%;
	margin: 15px 3px;
}

/* .cat-tags a {
	display: block;
	float: left;
	font-size: 12px;
	padding: 10px;
	border: 1px solid #a6a5a5;
	border-radius: 24px;
	margin: 2px;
	text-decoration: none;
	color: #373737;
} */

.cat-tags a {
	display: block;
	float: left;
	font-size: 13px;
	padding: 10px;
	border: 1px solid #a6a5a5;
	/* border-radius: 24px; */
	margin: 2px;
	text-decoration: none;
	color: white;
	background-color: #005996;
}

.select-price {
	display: none;
	z-index: 9999;
	position: absolute;
	max-width: 188px;
	height: 67px;
	margin: 0 auto;
	padding: 18px 46px;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	background: #fff;
	opacity: 0;
	text-align: center;
}

#livesearch {
	position: absolute;
	z-index: 9999;
	width: inherit;
	background-color: #fff;
	top: 118px;
    left: 40%;
}

#livesearch a {
	text-align: left;
	display: inline-block;
	z-index: 9999;
	position: relative;
	top: 1px;
	left: 1px;
	background-color: rgba(255,255,255,1);
	padding: 10px;
	color: #373737;
}

ul.all-tabs {
    padding: 0;
}

.tab-header__item.active {
    background: -webkit-linear-gradient(-50deg, #4c4c4c 73%, #545454 20%);
    color: #fff;
    padding: 11px 36px;
}

ul.all-tabs li {
	color: #fff;
}

.properties {
    display: inline-block;
    padding: 11px 36px;
    margin-top: 15px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    margin: 5px 2px;
	background: -webkit-linear-gradient(-50deg, #005996 73%, #0e619a 20%);
}

.tab-content__item {
    display: none;
    padding: 0 0 20px 0;
}

.tab-content__item.active {
    display: block;
}


ul.product-des-left {
    list-style-type: none;
    padding: 10px 20px;
    background: #fff;
    display: inline-block;
}

.product-des-left {
    width: 100%;
    max-width: 800px;
}

ul.product-des-left li {
    background: #fff;
    border-bottom: 1px solid #e3dfdf;
    display: inline-block;
    width: 100%;
    padding: 8px 0;
    color: #373737;
}

ul.product-des-left li div {
    float: left;
    width: 46%;
    margin-left: 4%;
}

ul.product-des-left li span {
    float: left;
    width: 50%;
}

/*Order Form*/

.order_form {
	width: 24%;
    position: fixed;
    top: 5%;
    background: #fbfbfb;
    margin: 0 35%;
    z-index: 999;
    padding: 0 3%;
    display: none;
}
.order_form form p{
	color: #565656;
    text-align: center;
    text-transform: uppercase;
    font-size: 140%;
}
.order_form form input{
	width: 98%;
    padding: 1%;
    font-size: 120%;
    border: 1px solid #bbb;
    margin: 1% 0;
}
.order_form form textarea{
	width: 98%;
    padding: 1%;
    font-size: 120%;
    border: 1px solid #bbb;
    margin: 1% 0;
}
.order_form form .sendorder {
	display: block;
	border-radius: 7px;
	color: #fff;
	width: 60%;
    margin: 4% auto;
    background: -webkit-linear-gradient(-50deg, #005996 73%, #0e619a 20%);
    padding: 10px 0;
    text-transform: uppercase;
    cursor: pointer;
	 font-size: 100%;
}
.order_form form .sendorder:hover {
	background: transparent;
	color: #42631a;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.buy_1_click_form {
	width: 24%;
    position: fixed;
    top: 5%;
    background: #fbfbfb;
    margin: 0 35%;
    z-index: 999;
    padding: 0 3%;
    display: none;
}
.buy_1_click_form form p{
	color: #565656;
    text-align: center;
    text-transform: uppercase;
    font-size: 140%;
}
.buy_1_click_form form input{
	width: 98%;
    padding: 1%;
    font-size: 120%;
    border: 1px solid #bbb;
    margin: 1% 0;
}
.buy_1_click_form form textarea{
	width: 98%;
    padding: 1%;
    font-size: 120%;
    border: 1px solid #bbb;
    margin: 1% 0;
}
.buy_1_click_form form .buy-1-click_send {
	display: block;
	border-radius: 7px;
	color: #fff;
	width: 60%;
    margin: 4% auto;
    background: -webkit-linear-gradient(-50deg, #005996 73%, #0e619a 20%);
    padding: 10px 0;
    text-transform: uppercase;
    cursor: pointer;
	font-size: 100%;
}
.buy_1_click_form form .buy-1-click_send:hover {
	background: transparent;
	color: #42631a;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.buy-1-click__name {
	font-size: 1.2em;
	margin: 10px 0;
}

.buy-1-click__price, .buy-1-click__count{
	font-size: 1.2em;
	font-weight: bold;
	margin: 10px 0;
}

/*Order Form end */

/* main page */
.container {
	max-width: 1200px; 
	margin: 0 auto; 
	padding: 30px 39px 55px 39px
}

.hero {
    /*background: linear-gradient(135deg, #005996 0%, #007acc 100%);*/
	background-image: url(/images/main-bg-block.jpg);
	background-position: center center;
    background-repeat: no-repeat;
    color: #fff;
    text-align: center;
    width: 107.5%;
    margin-left: -3.75%;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.75);
}

.hero font{
	color: #f8ff97;	
}
	
h1 {font-size: clamp(28px, 4vw, 30px); line-height:1.2; margin:0 0 16px;}
g-h2 {font-size: clamp(22px, 3vw, 32px); margin: 0 0 16px; color:#005996;}
g-h3 {color:#005996;}

.lead {
	font-size: 22px; 
	margin-bottom: 24px;
	color:#fff; 
	text-align: center;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.75);
}

.lead font{
	
}

.cta h2{
	color: #f8ff97;
	padding: 4px 0;
    margin: 0;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.75);
}


.grow {display:grid; grid-template-columns: repeat(12, 1fr); gap: 24px; align-items: start;}
.card {
	border-radius: 14px;
    padding: 20px;
    background: -webkit-linear-gradient(-50deg, #525050 73%, #565555 20%);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
}
.btns {display:flex; gap:12px; flex-wrap: wrap; justify-content:center; margin-top:24px;}
.btn {display:inline-block; padding:12px 20px; border-radius:8px; text-decoration:none; font-weight:600; transition: all 0.2s ease;border:2px solid #fff; color:#fff;}
.btn.primary {background:#fff; color:#005996; border:2px solid #fff;}
.btn.primary:hover {background:#005996; color:#fff;}
.btn.secondary {background:transparent; border:2px solid #fff; color:#fff;}
.btn.secondary:hover {background:#fff; color:#005996;}

.muted {
	color: #fff;
	text-align: left;
    font-size: 15px;
}

.kpi {
	display:flex; 
	gap:24px; 
	flex-wrap:wrap;
	max-width: 300px;
    margin: 0 auto;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.75);
}

.kpi .item {min-width: 160px;}

.kpi .num {
	font-size: 32px; 
	font-weight: 700; 
	color: #f8ff97;
}

.col-6 h3{
	color: #f8ff97;
	padding: 6px 0;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.75);
}

.col-6 ul li{
	color: #fff;	
}

#what-we-do {
	width: 100%;
	padding: 39px 0 7px 0;
}

#about {
	width: 100%;
	padding: 65px 0;
}



#about h2 {
	margin-top: 8px;
	padding: 13px 0;
}

ul.benefits {list-style: none; padding:0; margin:0; display:grid; grid-template-columns: repeat(12, 1fr); gap:20px; text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.75);}
ul.contfits {list-style: none; padding:0; margin:0; display:grid; grid-template-columns: repeat(12, 1fr); gap:20px; text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.75);}

ul.benefits li {
	grid-column: span 6; 
	border:1px solid #e5e7eb; 
	border-radius:14px; 
	padding:20px; 
	background: -webkit-linear-gradient(-50deg, #135887 73%, #1b5e8c 20%);
	box-shadow:0 1px 4px rgba(0,0,0,0.05); 
	transition: transform 0.2s;
}
ul.contfits li {
	grid-column: span 6; 
	border-radius:14px; 
	padding:20px; 
	background: -webkit-linear-gradient(-50deg, #005996 73%, #0e619a 20%);
	box-shadow:0 1px 4px rgba(0,0,0,0.05); 
	transition: transform 0.2s;
}

ul.contfits li strong{
	color: #82ccff;
}

ul.contfits li a{
	color: #f8ff97;
}

ul.benefits li:hover {transform:translateY(-4px);}
ul.benefits strong {color:#f8ff97; display:block; margin-bottom:8px;}

.block-gray {
	background:#efefef;
	width: 100.5%;
    margin-left: -3.75%;
	margin-top: 35px;
}

.block-gray h2{
    margin: 0px 0 10px 0;
}


.cta {
	padding: 15px 0; 
	background-image: url(/images/main-bg-block.jpg);
	background-position: center center;
    background-repeat: no-repeat;
	color:#fff; 
	text-align:center;
	width: 107.5%;
    margin-left: -3.75%;		
}

.cta .btn.primary {background:#fff; color:#005996; border-color:#fff;}
.cta .btn.primary:hover {background:#005996; color:#fff; border-color:#fff;}
.cta .btn.secondary {border-color:#fff; color:#fff;}
.cta .btn.secondary:hover {background:#fff; color:#005996;}

.block-reviews {
	position: fixed;
	display: block;
	width: 24%;
	top: 36%;
	background: #fbfbfb;
	margin: 30px 35%;
	z-index: 999;
	padding: 0 3%;
}

.cert-but {
	margin: 15px auto 0;
	width: 190px;
	display: block;
	text-decoration: none;
	color: #005996;
	font-size: 13px;
	text-transform: uppercase;
	padding: 12px 12px 11px 12px;
	border: 1px solid #005996;
	text-align: center;
	cursor: pointer;
}

.title-form {
	font-size: 28px;
	font-weight: 400;
	line-height: normal;
	margin: 20px 0 0 0;
}
.gr-button, .gr-button:hover, .gr-button:active {
	display: block;
	cursor: pointer;
	border: none;
	font-weight: bold;
	font-size: 15px;
	margin: 15px auto 0 auto;
	padding: 5px 16px;
	line-height: 34px;
	background-color: #f1dd7b;
	border-radius: 2px;
	box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
	color: #382f03;
}
.gr-form input[type="text"], .gr-form textarea {
	width: 100%;
	height: 26px;
}

.requisites {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px 40px;
	background: #f9f9f9;
	border-radius: 12px;
	padding: 30px;
	box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.requisites a {
	color: #005996;
}
.req-item {
	padding: 10px 0;
	border-bottom: 1px solid #e0e0e0;
}

.req-label {
	font-weight: bold;
	color: #005996;
	display: block;
	margin-bottom: 4px;
}
.req-value {
	font-size: 15px;
}

.item img{
	display: block;
	width: 75px;
	float: left;
	border: 3px solid #fff;
	border-radius: 50px;
	margin-right: 20px;
}

.kpi hr{
	display: block;
    width: 100%;
    background-color: #929292;
    margin: 0;
}

.col-6 {grid-column: span 6;}
.col-4 {grid-column: span 5;}
.col-8 {grid-column: span 7;}
ul.benefits li {grid-column: span 3;}
ul.contfits li {grid-column: span 6;}

.shop2-compare-header a{
	color: #005996;
}
	

@media (max-width: 1200px) {

	.block-gray {
		width: 98%;
	}
}	

@media (max-width: 1150px) {

	.search-text {
		width: 36%;
		margin-left: 5%;
	}
	
	.head-box2 {
		width: 50%;
	}
	
	.footer-box2 {
		width: 33%;
	}
	

}

@media (max-width: 1000px) {

	.head-box1-logo-text{
		display: none;
	}
	
	.head-box1 {
		width: 15%;
		min-width: 150px;
	}
	
	.head-box2 {
		width: 60%;
	}
	
	.product-item {
		width: 30%;
	}
	
	.footer-box2{
		width: 32%;
		padding: 20px 0 10px 0;
	}

}

@media (max-width: 900px) {
	
	.text-photo-tr {
		display: block;
	}

	.text-photo-tr img {
		display: block;
		float: none;
		width: 100%;
	}
	
	.text-photo-tr p {
		padding: 20px 5%;
	}
	
	.catalog-top-menu-box {
		width: 29%;
	}
	
	.block-gray {
        width: 97%;
    }

}

@media (max-width: 850px) {
	
	.menu-tel-mobile{
		display: inline-block;
		width: 100%;
		padding-top: 10px;		
	}
	
	.menu-tel-mobile a{
		text-decoration: none;
		padding: 0 20px;
		display: block;
		color: #005996;
		text-transform: uppercase;
		-webkit-transition: all 0.2s ease-in-out 0s;
		transition: all 0.2s ease-in-out 0s;
		font-size: 18px;
		text-align: center;
		font-weight: bold;
	}
	
	.mobile-menu {
		display: block;
	}
	
	.menu-tel{
		display: none;
	}
	
	.menu li a{
        border-left: none;
        border-right: none;
        border-top: 1px solid #575757;
        border-bottom: 1px solid #222222;
        text-align: left;
		background: #373737;
		padding-left: 30px;
    }

    .menu{display:none; background: #373737;}

    .mobile-menu{
		display:block;
    }

    .menu li{
		display:block;
        margin:0;
		width: 100%;}


    .menu ul {
		display:block;
        position:relative;
        top:0;
        left:0;
        width:100%;}

    .menu ul ul {left:0;}
	
	.menu .sub-menu {
		width: 100%;
	}
	
	.menu .sub-menu li a {
		background: #4c4c4c;
		padding-left: 30px;
	}
	
	.menu .sub-menu li a:hover {
		background: #91140a;
	}
	
	.head-box1{
		width: 100%;
	}
	
	.head-box1-logo{
		display: block;
		margin: 0 auto;
		width: 158px;
	}
	
	.head-box2 {
		width: 100%;
		padding-top: 25px;
	}
	
	.catalog-button {
		margin: 0 10%;
	}
	
	.head-box3 {
		float: none;
		margin: 41px auto;
		display: inherit;
		text-align: center;
		padding-top: 0;
	}
	
	.head-box3 a {
		display: inline-block;
	}
	
	.product-item {
		width: 47%;
	}
	
	.footer-box1 {
		width: 96%;
		padding: 30px 2% 0 2%;
	}
	
	.footer-box1-logo {
		width: 300px;
	}
	
	.footer-box1-logo-bottom p {
		text-align: center;
	}
	
	.footer-box2 {
		width: 96%;
		padding: 0 2%;
		float: none;
	}
	
	.footer-box3{
		float: none;
		width: 96%;
		padding: 0 2%;
		max-width: none;
		text-align: center;
	}
	
	a.callback {
		margin: 8px auto 0 auto;
	}
	
	.footer-box3 p, a.sitemap {
		text-align: center;
	}
	
	.head-box1-logo-text {
		display: block;
		margin: 0;
		text-align: center;
		width: auto;
	}
	
	.catalog-top-menu {
		top: 322px;
	}
	
	.contact-left {
		width: 50%;
	}
	
	.contact-right {
		width: 50%;
	}
	
	.product-right-box {
		width: 49%;
	}
	
	.product-left-box {
		width: 40%;

	}

	.product-char {
		width: 100%;
	}
	
	.product-price-hor {
		width: 100%;
	}
	
	.product-char p {
		margin-top: 20px
	}
	
	.block-gray {
        width: 96%;
    }
}

@media (max-width: 800px) {
	
	ul.benefits li {
		grid-column: span 6;
	}
	
}

@media (max-width: 768px) {
	
	.requisites {
		grid-template-columns: 1fr;
	}
	
	.col-4 {
		grid-column: span 12;
	}
	.col-8 {
		grid-column: span 12;
	}
	
	.block-gray {
        width: 95%;
    }
	
}

@media (max-width: 700px) {

	.catalog-top-menu-box {
		width: 46%;
	}
	
	.itc-slider__item {
        flex: 0 0 51%;
        max-width: 51%;
    }
	
	.block-gray {
        width: 94%;
    }
}

@media (max-width: 650px) {
	
	.content-box {
		width: 90%;
		padding: 0 5%;
	}
	
	.catalog-button {
		margin: 0 5%;
	}
	
	.brand{
		width: 20%;
	}
	
	.contact-left {
		width: 100%;
	}

	.contact-right {
		width: 100%;
	}
	
	.gallery-4td img {
		margin: 1%;
		width: 48%;
	}
	
	.product-right-box {
		width: 100%;
		padding: 20px 0 0 0;
		margin: 0;
	}
	
	.product-left-box {
		width: 100%;
	}
	
	.properties {
		width: 96%;
		margin: 3px auto;
		padding: 2%;
	}
	
	.tab-header__item.active {
		padding: 2%;
	}
	
	ul.contfits li {
		grid-column: span 12;
	}

}

@media (max-width: 600px) {
	
	.block-gray {
        width: 92%;
    }
	
	.col-6 {
		grid-column: span 12;
	}
}

@media (max-width: 550px) {
	
	.product-item {
		width: 97%;
	}
	
	ul.benefits li {
        grid-column: span 12;
    }
	
	.block-gray {
        width: 90%;
    }

	
}



@media (max-width: 500px) {
	
	.head-box2-search-form {
		width: 100%;
		display: inline-block;
		float: none;
		margin: 27px auto 0 auto;
		padding: 5px 0;
	}
	
	.catalog-button {
		margin: 0 auto;
		float: none;
	}
	
	.head-box2-search-form form{
		margin: 0 auto;		
	}
	
	.search-text {
		width: 61%;
        margin-left: 12%;
	}	
	
	.head-main-catalog a {
		float: left;
		color: #fff;
		padding: 3%;
		margin: 5px 0;
		width: 94%;
	}
	
	.brand{
		width: 29%;
	}
	
	.head-box1-logo-text {
		margin: 0 0 20px;
	}
	
	.catalog-top-menu-box {
		width: 96%;
	}
	
	.itc-slider__item {
        flex: 0 0 100%;
        max-width: 100%;
    }
	
	.sravnenie-item-bottom {
        top: 50%;
        right: 60%;
	}
	
	.block-gray {
        width: 88%;
    }
	
}

@media (max-width: 450px) {	

	.gallery-4td img {
		margin: 1%;
		width: 98%;
	}
	
	.block-gray {
        width: 86%;
    }
}

@media (max-width: 400px) {	
    .search-text {
        margin-left: 9%;
    }
	
	.block-gray {
        width: 83%;
    }
	
	.brand {
        width: 28%;
    }
}

@media (max-width: 350px) {	

	.head-box2-search-form {
		width: 95%;
	}
		
	.head-box2-search-form form{
		width: auto;		
	}
	
	.brand {
        width: 45%;
    }
	
	.footer-box1-logo-text {
		width: 100%;
		text-align: center;
	}
	
	.footer-box1-logo a {
		float: none;		
		margin: 10px auto 0 auto;
	}
	
	.footer-box1-logo {
		width: auto;
	}
	
	.footer-box1 {
		min-width: auto;
	}
	
	.block-gray {
        width: 81%;
    }
}