
/*----- HEADER -----*/
.main-container {
	background-color: #f7fafe;
}

.header {
	margin-bottom: 29px;
	background-color: #fff;
}

.head-top {
	padding-bottom: 18px;
}

@media (min-width: 991px) {
	.head-logo {
		margin-top: 81px;
	}
}

.logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-transform: uppercase;
	color: #ff2400 !important;
	font-size: 38px;
	font-family: 'Roboto';
	font-weight: 900;
	text-decoration: none !important;
}

.logo span:first-child {
	color: #284de6 !important;
}

.main-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	list-style: none;
	margin-bottom: 18px;
}

.head-top .main-menu {
	border-bottom: 1px solid #e5e5e5;
}

.main-menu a {
	display: block;
	line-height: 48px;
	margin-bottom: -1px;
	color: #7f7f7f;
	text-decoration: none !important;
	font-size: 14px;
	border-bottom: 1px solid transparent;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.main-menu a:hover {
	border-color: #ff2300;
	color: #ff2300;
}

.head-direction {
	color: #333;
	font-size: 18px;
	font-weight: 600;
}

.head-address {
	padding-left: 25px;
	background: url(../img/icons-svg/icon-map-marker.svg) no-repeat left 2px;
	background-size: 12px;
}

.head-address span {
	display: inline-block;
	vertical-align: middle;
	line-height: 16px;
	color: #7f7f7f;
	font-size: 12px;
}

.head-address span:first-child {
    padding-right: 31px;
    margin-right: 24px;
	border-right: 1px solid #cbcbcb;
}

.head-address a {
	color: #7f7f7f;
	text-decoration: underline;
	font-size: 12px;
}

.head-address a:hover {
	text-decoration: none;
}

.head-phone-wrap {
	padding-left: 30px;
}

.phone-s1 {
	padding-left: 26px;
	margin-bottom: 12px;
	background: url(../img/icons-svg/icon-mobail.svg) no-repeat left 6px;
    background-size: 12px;
	color: #808080;
	font-size: 20px;
	white-space: nowrap;
	text-align: left;
}

.phone-s1 a {
	display: block;
	color: #808080;
	text-decoration: none !important;
}

.phone-s1 a + a {
	margin-top: 3px;
}

.phone-s1 span {
	font-weight: bold;
	color: #333;
}

.phone-s1 span + span {
	font-size: 14px;
	font-weight: normal;
	color: #808080;
}

.time-work {
	padding-left: 29px;
	background: url(../img/icons-svg/icon-clock.svg) no-repeat 0px 0px;
	background-size: 15px;
	color: #7f7f7f;
	font-size: 12px;
}
/* скачать прайс */
.downland-href{
	float: right;
}
.downland-href a{
	font-size: 12px;
}

.head-bottom {
	height: 70px;
	color: #fff;
	background-color: #215fab;
	background-image: -moz-linear-gradient(right, #412bd5 0%, #0777fb 100%);
	background-image: -o-linear-gradient(right, #412bd5 0%, #0777fb 100%);
	background-image: -webkit-linear-gradient(right, #412bd5 0%, #0777fb 100%);
	background-image: linear-gradient(right, #412bd5 0%, #0777fb 100%);
}

.head-bottom .container,
.head-bottom .row {
	height: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (min-width: 992px) {
	.head-bottom .col-md-5 { width: 43%; }
	.head-bottom .col-md-4 {
		width: 32%;
	    padding-left: 31px;
	}
}

.link-icon {
	padding-left: 30px;
	color: #fff !important;
	font-size: 14px;
	text-decoration: none;
}

.link-icon--download {
    background: #f95949 url(../img/icons-svg/icon-download-fff.svg) no-repeat 10px center;
    background-size: 15px;
    color: #fff;
    padding: 8px 18px 10px 40px;
    transition: all .2s;
}
.link-icon--download:hover {
    box-shadow: 0 10px 20px rgba(248,86,71,.3);
}


.link-icon--doc {
    background: url(../img/icons-svg/icon-doc.svg) no-repeat left center;
    background-size: 16px;
}

.link-icon--bell {
	background: url(../img/icons-svg/icon-bell.svg) no-repeat left center;
	background-size: 24px;
	padding-left: 39px;
}

.link-icon:hover span {
	text-decoration: underline;
}

@media (max-width: 1199px) {
	.head-address span:first-child {
		padding-right: 11px;
		margin-right: 5px;
	}
	.head-phone-wrap {
		padding-left: 0;
	}
	.head-bottom .col-md-4 {
		padding-left: 0;
	}
	.link-icon--doc {
		margin-right: 15px;
	}
}
@media (max-width: 991px) {
	.head-address {
		margin-bottom: 12px;
	}
	.mb-header .time-work {
		margin-bottom: 12px;
	}
}
@media (max-width: 500px) {
	.head-address span:first-child {
		border-right: 0;
	}
	.head-direction {
		font-size: 15px;
	}
	.main-menu{
		flex-direction: column;
	}
}

/*----- MB HEADER -----*/
.mb-head {
	z-index: 9999;
	width: 100%;
	display: none;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    height: 56px;
    padding: 0 15px;
	background-color: #215fab;
	position: relative;
}

.mb-head__logo .logo span {
	color: #fff !important;
	font-size: 26px;
}

.mb-head__burger {
	position: relative;
    width: 22px;
    height: 19px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: url(../img/icons-svg/icon-close.svg) no-repeat;
    background: url(../img/icons-svg/icon-burger.svg) no-repeat;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.mb-head__burger.close {
    background: url(../img/icons-svg/icon-close.svg) no-repeat;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}

.mb-header__search {
    display: block;
    width: 22px;
    height: 26px;
    line-height: 24px;
    text-align: center;
    text-decoration: none !important;
}

.mb-header__search:before {
    content: '\f002';
    font-family: 'FontAwesome';
    color: #fff;
    font-size: 22px;
   	-webkit-transition: all .3s;
   	transition: all .3s;
}

.search-sticky {
    position: absolute;
    z-index: -1;
    width: 100%;
    padding: 0 15px;
    background: #fff;
    border-bottom: 1px solid #eaeaea;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all .3s;
    transition: all .3s;
}

.search-sticky.active {
    -webkit-transform: translateY(0);
    z-index: 99991;
    transform: translateY(0);
}

.search-sticky .widget-search {
	max-width: none;
	margin: 0;
	border-bottom: 0;
}

.search-sticky .widget-search input {
    border-color: #e4e4e4;
    height: 56px;
    padding-left: 34px;
    padding-right: 30px;
    color: #212121;
}

.search-sticky .widget-search button {
	height: 99%;
	right: auto;
	left: 0;
	width: 34px;
}

.search-sticky__close {
	position: absolute;
    right: 20px;
    top: calc(50% - 7px);
    display: block;
    width: 14px;
    height: 14px;
    background: url(../img/icons-svg/icon-close-black.svg) no-repeat;
}

.mb-header {
	display: none;
	padding: 20px 0;
}

/*----- Media Styles -----*/
@media screen and (max-width: 991px) {
	.mb-head {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.mb-header {
		display: block;
	}
}

/*----- MB Menu -----*/
.mb-menu {
	position: fixed;
	top: 56px;
	width: 100%;
	height: 100%;
	padding-bottom: 65px;
	left: 0;
	overflow: auto;
	z-index: 9999;
	max-width: 400px;
	background-color: #fff;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    will-change: transform;
}

.mb-menu.active {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: none;
    transform: none;
}

.mb-menu__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	overflow: hidden;
	padding: 15px 28px 2px;
	border-bottom: 1px solid #edf5fb;
	background-color: #fff;
	background-color: #ddd;
}

.mb-menu__top .head-phone {
	color: #f29100;
	background-size: 18px;
	font-size: 12px;
}

.mb-menu__top .head-phone a {
    font-size: 20px;
    line-height: 32px;
    display: inline-block;
    vertical-align: top;
    margin-left: 14px;
    color: #353535 !important;
    text-decoration: none !important;
}

.mb-menu__list,
.mb-menu__sub-menu {
	list-style: none;
}

.mb-menu__list--alt {
	background-color: #f1f1f1;
}

.mb-menu__list li {
	position: relative;
	border-bottom: 1px solid #f1f1f1;
}

.mb-menu__list a {
	display: block;
	padding: 10px 26px;
	font-size: 14px;
	color: #000;
	text-decoration: none !important;
}

.mb-menu__open-sub-menu {
	position: absolute;
    width: 30px;
    height: 30px;
    top: 5px;
	right: 10px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
    background-color: #f1f1f1;
}

.mb-menu__open-sub-menu:after {
    content: '\f107';
    display: inline-block;
    vertical-align: top;
    font: 18px 'FontAwesome';
    line-height: 30px;
    -webkit-transition: all .3s;
    		transition: all .3s;
}

.mb-menu__list li.active .mb-menu__open-sub-menu:after {
    -webkit-transform: rotate(180deg);
    		transform: rotate(180deg);
}

.mb-menu__sub-menu {
	display: none;
	border-top: 1px solid #f1f1f1;
}

.mb-menu__sub-menu li:last-child {
	border-bottom: 0;
}

.mb-menu__sub-menu a {
	padding-left: 50px;
}

.mb-menu-overlay {
	position: fixed;
    visibility: hidden;
    opacity: 0;
    top: 56px;
    height: 100%;
    padding-bottom: 60px;
    left: 0;
    right: 0;
    z-index: 1000;
    background: #000;
    cursor: pointer;
    -webkit-transition: all 0.4s;
            transition: all 0.4s;
}

.mb-menu-overlay.active {
    opacity: .6;
    visibility: visible;
}

.mb-menu .social-media {
	padding: 17px 0 9px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.mb-menu .social-media a {
    margin-right: 26px;
    font-size: 24px;
}

.mb-menu-top {
    list-style: none;
}

.mb-menu-top li {
	border-bottom: 1px solid #f1f1f1;
}

.mb-menu-top .link-icon {
    display: block;
    padding-left: 68px;
    padding: 10px 0 10px 55px;
    color: #333 !important;
}

.mb-menu-top .link-icon--download {
    background: url(../img/icons-svg/icon-download.svg) no-repeat 29px 45%;
    background-size: 13px;
}

.mb-menu-top .link-icon--doc {
    background: url(../img/icons-svg/icon-doc.svg) no-repeat 29px 45%;
    background-size: 14px;
}

.mb-menu-top .link-icon--bell {
    background: url(../img/icons-svg/icon-bell.svg) no-repeat 29px 45%;
    background-size: 18px;
    padding-left: 55px;
}

/*------ Footer -----*/
.footer {
	position: relative;
	background-color: #fff;
}

.footer-top {
    padding-top: 14px;
    margin-bottom: 21px;
    border-bottom: 1px solid #e5e5e5;
}

.footer-top .col-md-9 {
	padding-top: 13px;
}

.footer-top .main-menu {
	margin-bottom: 0;
}

.footer-middle {
	margin-bottom: 20px;
}

@media (min-width: 1199px) {
	.footer-middle .col-md-5 { width: 38%; }
	.footer-middle .col-md-4 { width: 37%; }
}

.footer-links {
	padding-left: 30px;
	padding-top: 10px;
	list-style: none;
}

.footer-links li {
    margin-bottom: 7px;
}

.footer-links a {
	color: #274de5 !important;
	font-size: 14px;
	text-decoration: underline;
}

.footer-links a:hover {
	text-decoration: none;
}

.footer-direction {
	margin-bottom: 17px;
	color: #333;
	font-size: 18px;
	font-weight: 600;
	white-space: nowrap;
}

.footer-address {
    padding-left: 23px;
    background: url(../img/icons-svg/icon-map-marker.svg) no-repeat left top;
    background-size: 12px;
}

.footer-address span {
	display: block;
	line-height: 16px;
	color: #7f7f7f;
	font-size: 12px;
	margin-bottom: 12px;
}

.footer-address a {
	color: #7f7f7f;
	text-decoration: underline;
	font-size: 12px;
}

.footer-address a:hover {
	text-decoration: none;
}

.footer-middle .social-media {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-bottom: 13px;
}

.footer-middle .widget-search input {
	background-color: #edf3f9;
	border: 1px solid #edf3f9;
	-webkit-transition: all .24s;
	transition: all .24s;
}

.footer-middle .widget-search input:focus {
	border-color: #0d70f7;
	background-color: #fff;
}

.footer-bottom {
	padding: 27px 0;
	background-color: #f7fafe;
	color: #838586;
	font-size: 14px;
}

.footer-bottom .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-evenly;
}

.footer-bottom a {
	color: #838586;
	font-size: 14px;
	text-decoration: underline;
}

.footer-bottom a:hover {
	text-decoration: none;
}

@media (max-width: 991px) {
	.footer-top {
		margin-bottom: 12px;
		padding: 10px 0;
	}
	.footer-middle .social-media {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.footer-direction {
		margin-bottom: 13px;
		font-size: 15px;
		white-space: normal;
	}
	.footer-bottom {
		padding: 18px 0;
	}
	.footer-bottom .container {
		display: block;
		text-align: center;
	}
	.footer-links {
		margin-bottom: 17px;
	}
	.copyright,
	.policy-link {
		margin-bottom: 10px;
	}
	.policy-link {
		display: inline-block;
	}
}

/*----- Left Menu -----*/
.left-menu {
	padding: 17px 0;
	border-radius: 5px;
	background-color: #fff;
	-webkit-box-shadow: 0 3px 59px rgba(0,0,0,.05);
	box-shadow: 0 3px 59px rgba(0,0,0,.05);
}

.left-menu__list {
	list-style: none;
}

.left-menu__sub-list {
	list-style: none;
}

.left-menu a {
    position: relative;
    display: block;
    padding: 7px 20px 7px 39px;
    color: #353535;
    font-family: "Roboto";
    font-size: 14px;
    line-height: 22px;
    text-decoration: none !important;
    -webkit-transition: background-color .2s, color .1s;
    transition: background-color .2s, color .1s;
}

.left-menu a:hover {
	color: #fff;
	background-color: #f75547;
}

.left-menu a:before {
    content: "";
    position: absolute;
    left: 20px;
    top: 15px;
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background-color: #d8d8d8;
	-webkit-transition: background-color .2s;
	transition: background-color .2s;
}

.left-menu a:hover:before {
	background-color: #fff;
}

.left-menu__sub-list a {
	padding-left: 53px;
}

.left-menu__sub-list a:before {
	left: 34px;
}

@media (max-width: 1199px) {
	.left-menu-wrap { padding-right: 0;	}
}
@media (max-width: 991px) {
	.left-menu-wrap { display: none; }
}

/*----- Main Section -----*/
.main-section--in {
	padding-bottom: 65px;
}

.main-slider {
	margin-bottom: 26px;
	border-radius: 5px;
	overflow: hidden;
}

.main-slider > .m-slider__item:not(:first-child) {
	display: none;
}

.m-slider__item {
	display: block;
	position: relative;
}

.m-slider__text {
    position: absolute;
    left: 30px;
    top: 26px;
}

.m-slider__title {
	display: block;
	color: #fff;
	font-family: "IntroRegular", "Roboto";
	font-size: 30px;
	text-transform: uppercase;
    margin-bottom: 25px;
}

.m-slider__desc {
	display: block;
	color: #fff;
	font-size: 16px;
	font-weight: 300;
}

.title-s1 {
	color: #333;
	font-size: 34px;
	font-weight: bold;
	padding-bottom: 20px;
	margin-bottom: 22px;
	border-bottom: 1px solid #d9d9d9;
}

.s-advantage-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 22px;
}

.s-advantage {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 33.33333%;
}

.s-advantage__icon {
	width: 56px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.s-advantage__content {
	color: #818183;
	font-family: "Roboto";
	font-size: 14px;
}

.s-advantage__content p {
	margin-bottom: 0;
	line-height: 19px;
}

.s-advantage__title {
	margin-bottom: 6px;
	color: #333;
	font-weight: bold;
	text-transform: uppercase;
}

.c-text {
    margin-bottom: 24px;
}

.c-text p {
	line-height: 24px;
}

.c-text p:last-child {
	margin-bottom: 0;
}

.c-sections__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px; 
}

.c-section {
	width: calc(33.33333% - 30px);
	margin: 0 15px;
	margin-bottom: 24px;
}

.c-section__img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	margin-bottom: 15px;
	height: 140px;
	justify-content: center;
}

.c-section__link {
	margin-bottom: 4px;
}

.c-section a {
	color: #274de5 !important;
	font-size: 14px;
	text-decoration: none;
}

.c-section a:hover {
	text-decoration: underline;
}

.c-section__sub-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
    margin-top: 8px;
    margin-bottom: -1px;
}

.c-section__sub-list li a {
	white-space: nowrap;
}

.c-section__sub-list li {
	width: 50%;
	margin-bottom: 4px;
}

.c-section__sub-list li:nth-child(2n) {
	padding-left: 6px;
}

@media (max-width: 1199px) {
	.m-slider__title {
		font-size: 22px;
	}
	.m-slider__text {
		left: 24px;
	}
	.m-slider__title {
		margin-bottom: 20px;
	}
	.c-section__img {
		height: 116px;
	}
	.c-section__sub-list li {
		width: 100%;
		padding-left: 0 !important;
	}
}
@media (max-width: 991px) {
	.c-section__img {
		height: auto;
	}
}
@media (max-width: 767px) {
	.title-s1 {
		font-size: 24px;
		padding-bottom: 14px;
		margin-bottom: 18px;
	}
	.c-section {
		width: calc(50% - 30px);
	}
}
@media (max-width: 700px) {
	.main-slider img {
		max-width: none;
		height: 190px;
	}
}
@media (max-width: 767px) and (min-width: 480px) {
	.s-advantage {
		display: block;
		text-align: center;
	}
	.s-advantage__icon {
		width: 46px;
		margin: 0 auto;
	}
	.s-advantage__title {
		font-size: 13px;
	}
	.s-advantage__content p {
		padding: 0 10px;
	}
	.s-advantage__content p br {
		display: none;
	}
}
@media (max-width: 479px){
	.s-advantage-list {
		display: block;
	}
	.s-advantage {
		width: 100%;
		margin-bottom: 18px;
	}
	.s-advantage__icon {
		width: 46px;
	}
	.s-advantage__title {
		font-size: 13px;
		margin-bottom: 0;
	}
	.s-advantage__content p br {
		display: none;
	}
	.m-slider__desc{
		font-size: 14px;
	}
}

/*----- Section Brands -----*/
.section-brands {
	padding: 13px 0 3px;
}

.section-brands--bg-white {
	padding: 46px 0 29px;
	background-color: #fff;
}

.s-brands-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 32px;
}

.s-brand {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 20%;
	height: 80px;
	margin-bottom: 26px;
	text-align: center;
}

@media (max-width: 767px) {
	.s-brands-list {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.s-brand {
		width: 25%;
	}
}
@media (max-width: 630px) {
	.s-brand {
		width: 33.3333%;
	}
}
@media (max-width: 480px) {
	.s-brand {
		padding: 0 10px;
		width: 50%;
	}
}

/*----- Section-Delivery -----*/
.section-delivery {
    padding-top: 45px;
    height: 577px;
    background: url(../img/bg/bg1.webp) no-repeat center 0px;
    color: #edf2f9;
    text-align: center;
}

.s-delivery__title {
	margin-bottom: 12px;
	font-size: 34px;
	font-weight: bold;
}

.s-delivery__text {
	line-height: 24px;
	max-width: 790px;
	margin: 0 auto;
	font-size: 14px;
}

@media (max-width: 600px) {
	.s-delivery__title {
		font-size: 26px;
	}
	.section-delivery {
		padding-top: 20px;
		height: 500px;
		background: url(../img/bg/bg1_2.webp) no-repeat center bottom;
	}
}
@media (max-width: 600px) {
	.s-delivery__title {
		font-size: 22px;
	}
}

/*----- Section Reviews -----*/
.section-reviews {
	padding: 26px 0 27px;
}

.section-reviews .title-s1 {
	margin-bottom: 20px;
}

.reviews-list-wrap {
	margin: 0 -12px;
}

.reviews-list:not(.owl-carousel) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.reviews-list .owl-item {
	text-align: center;
}

.review-item {
	position: relative;
	display: block;
	margin-top: 10px;
	text-decoration: none !important;
}

.review-item__img {
	display: inline-block;
	height: 298px;
	border-radius: 5px;
	background-color: #fff;
	-webkit-box-shadow: 0 10px 14px rgba(14,110,246,.1);
	box-shadow: 0 10px 14px rgba(14,110,246,.1);
	-webkit-transition: -webkit-transform .3s, -webkit-box-shadow .3s;
	transition: -webkit-transform .3s, -webkit-box-shadow .3s;
	transition: transform .3s, box-shadow .3s;
	transition: transform .3s, box-shadow .3s, -webkit-transform .3s, -webkit-box-shadow .3s;
}

@media (min-width: 992px) {
	.review-item:hover .review-item__img {
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
		-webkit-box-shadow: 0 10px 14px rgba(248,86,71,.1);
		box-shadow: 0 10px 14px rgba(248,86,71,.1);
	}
}

.review-item__title {
    position: relative;
    display: block;
    padding-top: 16px;
    margin-top: 30px;
    text-align: center;
    color: #333;
    font-size: 16px;
    font-weight: 600;
}

.review-item__title:before {
	content: '';
	position: absolute;
	top: 0;
	left: calc(50% - 18px);
	width: 36px;
	height: 1px;
	background-color: #274de5;
	-webkit-transition: all .25s;
	transition: all .25s;
}

.review-item__title:hover {
	text-decoration: underline;
}

.review-item:hover .review-item__title:before {
	background-color: #f75547;
}

/*----- Section Form -----*/
.section-form {
	position: relative;
	z-index: 1;
	padding-top: 11px;
	background: url(../img/bg/bg2.webp) no-repeat 50% 0%;
}

.section-form--alt {
	background: url(../img/bg/bg2_alt.webp) no-repeat 50% 46%;
}

.section-form--mb {
	margin-bottom: -48px;
}

@media (min-width: 992px) {
	.section-form .col-md-6:last-child {
		padding-left: 39px;
	}
}

.s-form {
	min-height: 495px;
	padding: 37px 50px 50px;
	border-radius: 5px;
	background-color: #fff;
	-webkit-box-shadow: 0 3px 70px rgba(0,0,0,.1);
	box-shadow: 0 3px 70px rgba(0,0,0,.1);
}

.s-form__title,
.s-form__title--alt h2 {
	color: #333;
	font-size: 34px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 6px;
}

.s-form__title--alt,
.s-form__title--alt h2 {
	font-size: 28px;
}

.s-form__desc {
	margin-bottom: 25px;
	color: #838587;
	font-size: 14px;
}

.s-form__result {
	display: none;
}

@media (max-width: 991px) {
	.section-form {
		background: url(../img/bg/bg2_2.webp) no-repeat 50% 0%;
	}
	.section-form--alt {
		background: url(../img/bg/bg2_2.webp) no-repeat 50% 60%;
	}
}
@media (max-width: 991px) {
	.s-form {
		padding: 30px 30px 40px;
	}
	.s-form__title,
	.s-form__title h2 {
		font-size: 28px;
	}
	.s-form__title--alt,
	.s-form__title--alt h2 {
		font-size: 22px;
	}
}

/*----- Section Text -----*/
.section-text {
	padding: 50px 0;
}

.section-text--s1 {
	padding: 46px 0 56px;
}

/*----- Section Map -----*/
.section-map {
	position: relative;
	height: 450px;
	background-color: #f1f1f1;
}

.map {
	height: 100%;
}

/*----- Page Content -----*/
.page-content img {
	border-radius: 5px;
	margin-bottom: 24px;
	overflow: hidden;
}

.page-content img[align="left"] {
	float: left;
	margin-right: 30px;
}

.page-content img[align="left"] + p {
	margin-top: -6px;
	margin-bottom: 22px;
}

.page-content img[align="right"] {
	float: right;
	margin-left: 30px;
}

.page-content img[align="right"] + p {
	margin-top: -6px;
	margin-bottom: 22px;
}

.info-box {
	margin-bottom: 40px;
	padding: 25px 20px;
	border: 1px solid #f75647;
	border-radius: 5px;
	background-color: rgba(248,86,71,.05);
}

.info-box__title {
	margin-bottom: 9px;
	text-transform: uppercase;
	color: #333;
	font-size: 14px;
	font-weight: bold;
}

.table--demo-1 { margin-bottom: 26px !important; }
.table--demo-1 th:nth-child(1) { width: 23%; }
.table--demo-1 th:nth-child(2) { width: 12%; }
.table--demo-1 th:nth-child(4) { width: 13.5%; }
.table--demo-1 th:nth-child(5) { width: 15.5%; }
.table--demo-1 th:nth-child(6) { width: 13.6%; }

.table--demo-10 { margin-bottom: 26px !important; }
.table--demo-10 th {width: 16.66667%;}
.table--demo-10 th:first-child, .table td:first-child { text-align: center !important; }

/*----- Services -----*/
.service-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #e5e5e5;
}

.service-item:last-child {
	border: none;
}

.service-item__img {
	width: 350px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.service-item__img + .service-item__content {
	margin-left: 30px;
}

.service-item__content + .service-item__img {
	margin-left: 30px;
}

.service-item__title {
    color: #333;
    font-size: 28px;
    font-weight: bold;
    margin-top: -11px;
    margin-bottom: 7px;
}

@media (max-width: 767px) {
	.service-item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.service-item__img {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		width: auto;
		margin: 0 !important;
		margin-bottom: 25px !important;
	}
	.service-item__content {
		margin: 0 !important;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	.service-item__title {
		font-size: 22px;
	}
}

/*----- Contacts Page -----*/
.s-contacts .tab__link {
	width: 143px;
}

.s-contacts-name {
	margin-bottom: 13px;
}

.s-contacts-top {
	margin-bottom: 33px;
}

.s-contacts-top .col-md-4 {
	text-align: right;
}

.s-contacts-requisites p {
	margin-bottom: 0;
}

.link-partner-card {
	display: inline-block;
    position: relative;
    padding: 25px 20px 25px 48px;
    margin-top: 17px;
    line-height: 21px;
    color: #284de6;
    font-size: 14px;
    background-color: #fff;
    border-radius: 5px;
    text-decoration: none !important;
    -webkit-box-shadow: 0 3px 59px rgba(0,0,0,.05);
    box-shadow: 0 3px 59px rgba(0,0,0,.05);
    -webkit-transition: -webkit-box-shadow .3s;
    transition: -webkit-box-shadow .3s;
    transition: box-shadow .3s;
    transition: box-shadow .3s, -webkit-box-shadow .3s;
    text-align: left;
}

.link-partner-card span {
	border-bottom: 1px dotted #284de6;
}

.link-partner-card:hover {
	-webkit-box-shadow: 0 8px 59px rgba(0,0,0,.1);
	box-shadow: 0 8px 59px rgba(0,0,0,.1);
}

.link-partner-card:before {
    content: '';
    position: absolute;
    top: 27px;
    left: 20px;
    display: block;
    width: 14px;
    height: 17px;
    background: url(../img/icons-svg/icon-download.svg) no-repeat;
}

.s-contacts-middle {
	margin-bottom: 39px;
}

@media screen and (min-width: 1200px) {
	.s-contacts-middle .col-lg-5 { width: 44.5%; }
	.s-contacts-middle .col-lg-7 {
		width: 55.5%;
		padding-left: 15px;
	}
}

.s-contacts-img {
	max-width: 350px;
	border-radius: 5px;
	background-color: #fff;
	overflow: hidden;
}

.s-contacts-list {
	list-style: none;
}

.s-contacts-list li {
    position: relative;
    margin-bottom: 20px;
}

.s-contacts-list li:nth-child(2) {
	margin-bottom: 9px;
}
.s-contacts-list li:nth-child(3) {
	margin-bottom: 15px;
}

.address-s1,
.time-work-s1,
.email-s1 {
	padding-left: 26px;
	color: #7f7f7f;
	font-size: 14px;
	text-align: left;
}

.address-s1 {
	background: url(../img/icons-svg/icon-map-marker.svg) no-repeat left 2px;
	background-size: 12px;
}

.time-work-s1 {
    background: url(../img/icons-svg/icon-clock.svg) no-repeat left 3px;
    background-size: 15px;
    line-height: 24px;
}

.email-s1 {
    background: url(../img/icons-svg/icon-email.svg) no-repeat left 3px;
    background-size: 16px;
}

.email-s1 a {
	color: #7f7f7f;
	text-decoration: underline;
}

.email-s1 a:hover {
	text-decoration: none;
}

.maps-container {
	height: 450px;
	border-radius: 5px;
	overflow: hidden;
}

@media screen and (max-width: 1199px) {
	.s-contacts-top .col-md-4 {
		padding-left: 0;
	}
	.link-partner-card {
		padding: 25px 15px 25px 48px;
	}
}
@media screen and (max-width: 767px) {
	.s-contacts { text-align: center; }
	.s-contacts-img {
		margin: 0 auto;
		margin-bottom: 20px;
	}
	.s-contacts-list {
		max-width: 350px;
		margin: 0 auto;
		text-align: left;
	}
	.s-contacts-middle { margin-bottom: 15px; }
	.s-contacts-top .col-md-4 { text-align: center; }
}

.red {
	color: #f75547;
}
.widget-search-page{
	margin-top: 50px;
}
.widget-search .btn-search{
	width: 100px;;
}

.widget-search .btn-search:before {
	content: none;
}

.head-top .container {
	position: relative;
}

.upload_price {
	position: absolute;
    top: 30px;
    left: 20px;
    font-size: 20px;
    text-decoration: underline;
}

.search-result {
	display: flex;
	flex-wrap: wrap;
}

.search-item {
	width: calc(25% - 20px);
    margin: 0 10px 20px;
}

.search-item__img {
	display: block;
	height: 100px;
}

.search-item__img img {
	height: 100%;
}

@media screen and (max-width: 475px) {
	.search-item {
		width: calc(50% - 20px);
	}
}

@media screen and (max-width: 385px) {
	.search-item {
		width: 100%;
	}
}


table.table td.text-center {
	text-align: center !important;

}

table.table td.text-right {
	text-align: right !important;

}

table.table td.text-left {
	text-align: left !important;

}

.table--rowspan [rowspan="3"] + td {
	padding: 15px 10px 15px 20px;
}

.flex-modal {
	display: flex;
	justify-content: space-between;
}

.link-icon--download:hover,
.link-icon--download:hover span {
	text-decoration: none;
}

.section-deliver {

}

.info-del {

}

.info-del__title,
.info-del__title h2 {
	font-weight: bold;
	font-size: 28px;
	margin-top: 0;
	margin-bottom: 10px;
}

.info-del__text {
	padding: 10px 0;
	font-size: 16px;
}

.info-del__price {

}

.info-del__row {
	font-size: 16px;
	margin-bottom: 5px;
	display: flex;
	justify-content: space-between;
}

.section-image {
	margin-bottom: 20px;
}

.prod-item__plus,
.prod-item__minus {
    position: relative;
    cursor: pointer;
    width: 20px;
    height: 20px;
    background: #284de6;
    transition: all .2s;
    border-radius: 50%;
}

.prod-item__plus:hover,
.prod-item__minus:hover {
  background: #f6654d;
} 

.prod-item__plus:before,
.prod-item__minus:before {
    content: "";
    position: absolute;
    background: #fff;
    z-index: 1;
    width: 10px;
    height: 2px;
    top: calc(50% - 1px);
    left: calc(50% - 5px);
}

.prod-item__plus:hover:after,
.prod-item__plus:hover:before,
.prod-item__minus:hover:before {
  background: #075edd;
} 


.prod-item__plus:after {
    content: "";
    position: absolute;
    background: #fff;
    z-index: 1;
    width: 2px;
    height: 10px;
    top: calc(50% - 5px);
    left: calc(50% - 1px);
}

input[type=text].prod-item__num {
    width: 28px;
    text-align: center;
    height: 45px;
    border: 1px solid #bbb;
    margin: 0 2px;
}

.prod-value {
	display: flex;
	align-items: center;
	justify-content: center;
}

.detail-form {
	background: #fff url(../img/bg/bg2_alt.webp) no-repeat 50% top;
}

.detail-form .s-form {
	top: -30px;
}
.btn--sm {
	padding: 0 10px;
	font-size: 13px;
}

.detail-props-table  td:first-child {
	font-weight: bold;
}

.order-prod-block__title,
.order-prod-block__title h2 {
	width: 100%;
    font-weight: bold;
    font-size: 18px;
	margin-top: 20px;
}

/*
.prod-value-list {

}

.prod-value-list > div {
	flex-direction: column-reverse;
}
.prod-value-list  input[type=text].prod-item__num {
	margin: 4px 0;
	height: 34px;
}
*/

.table tr.thead {
    color: #fff;
}

.table-responsive--items {
	overflow-x: hidden;
}
.table-responsive--items table, 
.table-responsive--items tbody {
	display: block;
	width: 100%;
}
.table-responsive--items tr {
	display: flex;
}
.table-responsive--items td {
	flex-shrink: 0;
	padding: 4px 10px !important;
	white-space: normal !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.thead td {
    background-color: #284de6;
	padding: 10px 0 !important;
	font-size: 12px;
}
.thead td:nth-child(1) {
    align-items: flex-start;
	padding-left: 10px !important;
}
.table-responsive--items:not(.table--2-price) td:nth-child(1) {
    width: calc(70% - 258px);
}
.table-responsive--items:not(.table--2-price) .thead td:nth-child(1) {
    justify-content: flex-start;
}
.table-responsive--items:not(.table--2-price) .thead td:nth-child(1) span {
	padding-left: 20px;
}

.table-responsive--items:not(.table--2-price) td:nth-child(2) {
    width: 10%;
}
.table-responsive--items:not(.table--2-price) td:nth-child(3) {
	width: 10%;
}
.table-responsive--items:not(.table--2-price) td:nth-child(4) {
	width: 50px;
}
.table-responsive--items:not(.table--2-price) td:nth-child(5) {
	width: 108px;
	padding: 10px 5px !important;
}
.table-responsive--items:not(.table--2-price) td:nth-child(6) {
	width: 10%;
}
.table-responsive--items:not(.table--2-price) td:nth-child(7) {
	min-width: 100px;
	width: auto;
}
.table--2-price.table-responsive--items td:nth-child(1) {
	flex-direction: column;
    flex-grow: 1;
    flex-shrink: 1;
}
.table--2-price.table-responsive--items .thead td:nth-child(1) {
    justify-content: flex-start;
}
.table--2-price.table-responsive--items .thead td:nth-child(1) span {
	padding-left: 20px;
}

.table--2-price.table-responsive--items td:nth-child(2) {
    width: 10%;
}
.table--2-price.table-responsive--items td.price-col {
	width: 10%;
}
/*.table-responsive--items td:nth-child(4) {
	width: 50px;
}*/
.table--2-price.table-responsive--items .price-col + td:not(.price-col) {
	width: 108px;
	padding: 10px 5px !important;
}
.table--2-price.table-responsive--items td.price-elem {
	width: 10%;
}
/*.table--2-price.table-responsive--items td:last-child{
	width: 105px;
}*/
.table--2-price.table-responsive--items .prod-value-list {
	width: 105px;
}

.label-value-count {
	font-weight: bold;
	display: none;
}

@media (max-width: 768px) {
	.label-value-count {
		display: inline;
	}
	.table-responsive--items:not(.table--2-price) tr {
		flex-wrap: wrap;
	}
	.table-responsive--items:not(.table--2-price) td {

        border-bottom: 1px solid #6983ed;
	}
	.table-responsive--items:not(.table--2-price) .thead td {
	}
	.table-responsive--items:not(.table--2-price) td:nth-child(1) {
		order: 1;
		width: 50%;
		justify-content: flex-start;
	}
	.table-responsive--items:not(.table--2-price) td:nth-child(2) {
		order: 3;
		width: 20%;
	}
	.table-responsive--items:not(.table--2-price) td:nth-child(3) {
		order: 2;
		width: 30%;
	}
	.table-responsive--items:not(.table--2-price) .thead td:nth-child(4), 
	.table-responsive--items:not(.table--2-price) .thead td:nth-child(5), 
	.table-responsive--items:not(.table--2-price) .thead td:nth-child(6), 
	.table-responsive--items:not(.table--2-price) .thead td:nth-child(7) {
		display: none;
	}
	.table-responsive--items:not(.table--2-price) td:nth-child(4) {
	    flex-direction: column;
		order: 4;
		width: 20%;
	}
	.table-responsive--items:not(.table--2-price) td:nth-child(5) {
		order: 5;
		flex-direction: column;
		width: 30%;
	}
	.table-responsive--items:not(.table--2-price) td:nth-child(6) {
		order: 6;
		width: 30%;
	}
	.table-responsive--items:not(.table--2-price) td:nth-child(7) {
		order: 7;
		min-width: 0;
		width: 20%;
	    border-right: 1px solid #dfe8f2!important;
	    border-bottom: 1px solid #dfe8f2!important;
	}

	.table-responsive--items.table--2-price tr {
		flex-wrap: wrap;
	}

	.table--2-price.table-responsive--items .thead td:nth-child(5),
	.table--2-price.table-responsive--items .thead td:nth-child(6) {
		display: none;
	}

	.table--2-price .price-col + .price-col,
	/*.table--2-price .second-price-elem,*/
	.table--2-price.table-responsive--items .price-col + td.count-elem {
		display: none;
	}

	.table--2-price.table-responsive--items td:nth-child(1) {
		width: 50%;
	}

	.table--2-price.table-responsive--items td:nth-child(2) {
		width: 25%;
	}

	.table--2-price.table-responsive--items td:nth-child(3) {
		width: 25%;
	}

	.table--2-price.table-responsive--items td.prod-value-list:not(.price-col) {
		width: 50%;
	}

	.prod-value-list .label-value-count {
		margin-right: 30px;
	}

	.table--2-price.table-responsive--items td.price-elem {
		width: 25%;
	}

	.table--2-price.table-responsive--items td:last-child {
		width: 25%;
		order: 7;
	}

	.table--2-price.table-responsive--items .prod-value-list {
		display: flex;
		flex-direction: column;
	}

}
@media (max-width: 530px) {
	.table-responsive--items td .btn {
		padding: 0 7px;
    	font-size: 12px;
	}
}


.cur-price-elem {
	display: flex;
	flex-direction: column;
}

.price-elem {
	display: flex;
	flex-direction: column;
}

.crossline-price {
    text-decoration: line-through;
}


.section-title,
.section-title h2 {
	color: #333;
    font-size: 34px;
    font-weight: bold;
    padding-bottom: 10px;
	margin-top: 0;
    margin-bottom: 12px;
    border-bottom: 1px solid #d9d9d9;
}

.table-responsive--detail td {
	
}
.table-responsive--detail tr {
	justify-content: space-between;
}

.table-responsive--detail  tr:nth-child(even) {
	background: #ebf4ff;
}

.thead--deatail td {
	background: #b0b6cc;
	height: 54px;
}
.thead--deatail {
	background: #b0b6cc;
}

@media (max-width: 768px) {
	.table-responsive--detail tr {
		flex-wrap: nowrap;
		overflow-x: scroll;
	}

	.table-responsive--detail td:nth-child(1) {
		width: 30%;
	}

	.table-responsive--detail .thead td:nth-child(4) {
		display: flex;
	}
}
@media (max-width: 475px) {
	.table-responsive--detail td:nth-child(1) {
		width: 40%;
	}
	.table-responsive--detail td:nth-child(3) {
		width: 20%;
	}
}

.section-brands .prices-table__item td:nth-child(1) a {
	width: 100%;
	display: block;
}

.section-brands .thead td:nth-child(1) {
	justify-content: flex-start;
}


.ik-section {
	list-style: none;
	padding: 20px 0;
	display: flex;
	flex-wrap: wrap;
}

.ik-section li {
    display: inline-block;
    margin: 3px;
    border-radius: 20px;
    background: #e6ebff;
    transition: all .2s;
}

.ik-section a {
    font-size: 13px;
    padding: 8px 12px 6px;
    color: #080808;
    display: inline-block;
}

.ik-section a span {
	display: none;
}

.ik-section li.active a,
.ik-section li:hover a {
	text-decoration: none;
    color: #fff;
}

.ik-section li.active,
.ik-section li:hover {
    background: #f95949;
}

.phone-s1--header {
	margin-bottom: 0px;
}

.email-s1--header {
	margin-bottom: 5px;
}

.email-s1--footer {
	margin-bottom: 15px;
}

.mb-header .downland-href {
	float: none;
}

.prod-item-name {
    padding-left: 20px;
    width: 100%;
    display: inline-block;
}

.prod-item-name span {

}

.mb-top-tel {
	display: inline-block;
	width: 26px;
	height: 26px;
	background: url(../img/phone.png) center center no-repeat;
	background-size: contain;
	position: absolute;
	right: 60px;
}

.cookie-wrapper {
    position: fixed;
    bottom: 20px;
    left: 20px;
    max-width: 520px;
    width: 100%;
    text-align: center;
    padding: 20px 30px 20px;
    background: #fff;
    box-shadow: 0px 0px 4px 3px rgba(0, 0, 0, .2);
    z-index: 999999;
}

.cookie-text {
    font-size: 16px;
}

.cookie-close {
    margin-top: 15px;
}

.cookie-cross {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 35px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
        
    .cookie-wrapper {
        bottom: 0;
        left: 0;
        right: 0;
        max-width: 100%;
    }

    .cookie-text {
        font-size: 14px;
    }
}

.md-modal--preclose {
	max-width: 798px;
}

.md-title--preclose {
	text-align: center;
}
.md-title--preclose span {
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
}

.md-form--preclose {
	padding-bottom: 25px;
}

.md-content--preclose {
	background: #fff url(/bitrix/templates/rufstal/css/../img/bg/bg-preclose.jpg) -110% bottom no-repeat;
    background-size: auto 270px;
}

.row--preclose {

}

.bg-preclose {

}

.bg-preclose img {

}

.ik-section--left li {
	background: #a2b4ff;
}

.ik-section--left li:hover,
.ik-section--left li.active {
	background: #ff1700;
}

.gost-h-title {
	padding-right: 205px;
}

@media (max-width: 620px) {
	.gost-h-title {
		padding-right: 0;
	}
	.gost-h-title a {
		position: static !important;
		margin-top: 10px;
	    display: block;
	    max-width: 200px;
	}

}

.prices-table__item__img {
    display: block;
    text-decoration: none!important;
    height: 55px;
    line-height: 50px;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
    background-color: #fff;
    width: 55px;
    transition: all .2s;
}

.prices-table__item__img:hover {
    transform: scale(2.5);
    z-index: 11;
    position: relative;
}
.prices-table__item__img img {
	height: 100%;
	width: auto;
	max-width: none;
}
.prod-item-name--flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.prices-table__item__name {
    display: inline-block;
    width: calc(100% - 65px);
}
.prices-table__first_col {
	overflow: unset !important;
}

.table--2-price {
	overflow: unset;
}

.hidden-dt,
.prices-table__item .mobile_visible {
	display: none;
}

@media (max-width: 500px) {
	.hidden-dt {
		display: inline-block;
		margin-left: 5px;
	}

	.thead {
		display: none !important;
	}

	.prices-table__item {
		flex-direction: column;
		padding: 15px 5px;
	    background: #ebf4ff;
	    margin-bottom: 15px;
	}
	.table--2-price.table-responsive--items .prices-table__item > td {
		width: 100%;
	}

	.table-responsive--items:not(.table--2-price) .prices-table__item td {
		width: 100%;
		border-bottom: 0;
	}
	.prices-table__item .mobile_visible {
		display:inline
	}
}

.uf_table_text {
color:#999
}

.about-page__link {
    display: inline-block;
    margin-bottom: 15px;
}

.section-delivery h2 {
    color: #fff;
}