@charset "UTF-8";

* {margin: 0; padding: 0; outline: none; box-sizing: border-box;}
a {text-decoration: none;}
:focus {outline: none;}
ul {list-style: none;}
table {border-collapse: collapse; border-spacing: 0;}



/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;

  src: local('Roboto Light'), local('Roboto-Light'), url(../fonts/KFOlCnqEu92Fr1MmSU5fABc4EsA.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
    font-display: swap;
}


/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;

  src: local('Roboto Light'), local('Roboto-Light'), url(../fonts/KFOlCnqEu92Fr1MmSU5fBBc4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    font-display: swap;
}

/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;

  src: local('Roboto'), local('Roboto-Regular'), url(../fonts/KFOmCnqEu92Fr1Mu5mxKOzY.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
    font-display: swap;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;

  src: local('Roboto'), local('Roboto-Regular'), url(../fonts/KFOmCnqEu92Fr1Mu4mxK.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    font-display: swap;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;

  src: local('Roboto Medium'), local('Roboto-Medium'), url(../fonts/KFOlCnqEu92Fr1MmEU9fABc4EsA.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
    font-display: swap;
}


/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;

  src: local('Roboto Medium'), local('Roboto-Medium'), url(../fonts/KFOlCnqEu92Fr1MmEU9fBBc4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    font-display: swap;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;

  src: local('Roboto Bold'), local('Roboto-Bold'), url(../fonts/KFOlCnqEu92Fr1MmWUlfABc4EsA.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
    font-display: swap;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;

  src: local('Roboto Bold'), local('Roboto-Bold'), url(../fonts/KFOlCnqEu92Fr1MmWUlfBBc4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    font-display: swap;
}



body {
	font-family: Roboto;
	min-width: 320px;
}



.m_txt h2 {
	font-weight: 700;
	font-size: 20px;
	margin: 0 0 15px 0;
}
.m_txt h3 {
	font-weight: 700;
	font-size: 16px;
	margin: 0 0 15px 0;
}
.m_txt p {
	font-size: 16px;
	line-height: 25px;
	color: #646161;
	margin: 0 0 15px 0;
}
.m_txt p:last-child {
	margin: 0;
}
@media (max-width: 767.98px) {
	.m_txt p {
		font-size: 14px;
		line-height: 20px;
	}
}

@media (min-width: 768px) {
    .catalog_info_wp ul:before {
        content: "";
        position: absolute;
        left: -20px;
        top: -10%;
        width: 5000px;
        background: #ff9a51;
        height: 120%;
        z-index: 1;
		border-top-left-radius: 20px;
	    border-bottom-left-radius: 20px;
    }
    .catalog_info_wp ul li{
    	background: url("../img/ico3-1.png") no-repeat 0 7px!important;
    	color: #fff!important;
    }
}





.tabs__content.active {
	height: auto;
}

.accord-content {
	display: none;
}
.header {
    position: sticky;
    top: 0;
    z-index: 999;
    background-color: #ffffff; /* или другой фон, чтобы не просвечивался контент под шапкой */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 15px 0

}
.header {
    height: 85px;
    position: fixed;
    width:100%;
    z-index: 9998;
}
.head {
    height: 100px;
    margin-top: -30px;}
.head .logo {
	background: url(../img/logo.svg) no-repeat;
	display: block;
	width: 278px;
	height: 50px;
	position: absolute;
	top: 31px;
	left: 15px;
	z-index: 1;
	background-size: 278px 50px;
}
.head .wapp {
	padding: 6px 0 0 65px;
	position: absolute;
	right: 563px;
	top: 32px;
}
.head .wapp a {
	display: block;
	font-weight: 700;
	font-size: 16px;
	color: #000;
	margin: 0 0 2px 0;
}
@media (max-width: 767.98px){
    .head .wapp {
	padding: 6px 0 0 65px;
	position: absolute;
	right: 126px;
	top: -8px;
}
}
.head .telegram {
	padding: 6px 0 0 65px;
	position: absolute;
	right: 484px;
	top: 32px;
}
@media (max-width: 767.98px){
    .head .telegram {
	padding: 6px 0 0 65px;
	position: absolute;
    right: 60px;
    top: -8px;
}
}
.head .telegram a {
	display: block;
	font-weight: 700;
	font-size: 16px;
	color: #000;
	margin: 0 0 2px 0;
}
@media (max-width: 767.98px){
.head .telegram a {
    display: block;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    margin: 0 0 2px 0;
}
}
.head .phone {
	padding: 0px 0 0 65px;
	position: absolute;
	right: 226px;
	top: 32px;
}
.head .phone a {
	display: block;
	font-weight: 700;
	font-size: 16px;
	color: #000;
	margin: 8px 0 0 0;
}
.head .telegram a:before {
	content: '';
	background: url(../img/telegram.png) 50% 50% #ff9a51 no-repeat;
	display: block;
	width: 49px;
	height: 49px;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 8px;
}
.head .wapp a:before {
	content: '';
	background: url(../img/whatsapp-32.png) 50% 50% #ff9a51 no-repeat;
	display: block;
	width: 49px;
	height: 49px;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 8px;
}
.head .phone a:before {
	content: '';
	background: url(../img/ico_phone.png) 50% 50% #ff9a51 no-repeat;
	display: block;
	width: 49px;
	height: 49px;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 8px;
}
.head .phone span {
	font-size: 15px;
	color: #8f8e8e;
}
.head .cart {
	padding: 6px 0 0 65px;
	position: absolute;
	right: 215px;
	top: 32px;
}
.head .cart a {
	display: block;
	font-weight: 700;
	font-size: 16px;
	color: #000;
	margin: 0 0 2px 0;
}
.head .cart a:before {
	content: '';
	background: url(../img/ico_cart.png) 50% 50% #ff9a51 no-repeat;
	display: block;
	width: 49px;
	height: 49px;
	position: absolute;
	top: 0;
	left: 0;
}
.head .cart span {
	font-size: 15px;
	color: #8f8e8e;
}
.head .request_call {
	display: block;
	background: #ff9a51;
	font-weight: 700;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	padding: 15px 29px;
	position: absolute;
	top: 32px;
	right: 15px;
	border-radius: 8px;
	border: 3px solid #000;
}
.head .nav_btn {
	display: none;
	background: #191a23;
	width: 49px;
	height: 49px;
	padding: 15px 12px 0 12px;
	position: absolute;
	top: -8px;
	right: 15px;
	cursor: pointer;
}
.head .nav_btn span {
	display: block;
	background: #FFF;
	width: 100%;
	height: 3px;
	margin: 0 0 6px 0;
}
@media (max-width: 1199.98px) {
	.head .phone {
		right: 250px;
	}
}
@media (max-width: 991.98px) {
	.head .request_call {
		display: none;
	}
	.head .cart {
		right: 15px;
	}
	.head .phone {
		right: 0;
	}
}
@media (max-width: 767.98px) {
	.head {
		height: 80px;
		margin-top: 10px;
	}
	.head .logo {
		top: -8px;
	}
	.head .logo_name {
		top: 21px;
	}
	.head .phone {
		width: 50px;
		height: 50px;
		overflow: hidden;
		padding: 0;
		top: -8px;
		right: 80px;
	}
	.head .cart {
		width: 50px;
		height: 50px;
		overflow: hidden;
		padding: 0;
		top: 15px;
		right: 100px;
	}
	.head .cart .count {
		background: #ed1c24;
		width: 16px;
		height: 16px;
		font-weight: 600;
		font-size: 8px;
		line-height: 16px;
		color: #FFF;
		text-align: center;
		border-radius: 50px;
		position: absolute;
		top: 11px;
		left: 25px;
	}
	.head .nav_btn {
		display: block;
	}
}
@media (max-width: 575.98px) {
	.head .logo {
        width: 140px;
        top: 0px;
        background-size: 100% auto;
	}
	.head .logo_name {
		display: block;
		position: static;
		margin: 87px auto 0 auto;
	}
	.head .phone {
		right: 75px;
	}
	.head .cart {
		right: 107px;
	}
}

.nav_top {
	background: #ff9a51;
	height: 60px;
}
.nav_top ul {
	display: table;
	width: 90%;
    margin: auto;
}
.nav_top ul li {
	display: table-cell;
	position: relative;
}
.nav_top ul li a {
	display: block;
	font-weight: 500;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	padding: 20px 45px 19px 45px;
	border-bottom: 4px solid transparent;
}
.nav_top ul li a:hover {
	border-bottom: 4px solid #fff;
}
.nav_top ul li a.active {
	border-bottom: 4px solid #fff;
	cursor: default;
}
@media (max-width: 767.98px) {
.nav_top ul li a {
    display: block;
    font-weight: 800;
    font-size: 16px;
    color: #262626;
    text-transform: uppercase;
    text-align: center;
    padding: 16px 45px 19px 45px;
    border-bottom: 4px solid transparent;
}
}
.nav_top .close {
	display: none;
}
@media (max-width: 1199.98px) {
	.nav_top ul li a {
		padding: 22px 35px 19px 35px;
	}
}
@media (max-width: 991.98px) {
	.nav_top ul li a {
		padding: 23px 15px 18px 15px;
	}
}
@media (max-width: 767.98px) {
	.nav_top {
		display: none;
	}
	.nav_top.open {
		display: block;
		background: #ff9a51;
		width: 100%;
		height: 100%;
		padding: 50px 30px;
		border-top: 5px solid #ff9a51;
		border-bottom: 5px solid #ff9a51;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 99999999999999;
		overflow: auto;
	}
	.nav_top.open ul {
		display: block;
	}
	.nav_top.open ul li {
		display: block;
		margin: 0 0 20px 0;
	}
	.nav_top.open ul li a {
		font-weight: 500;
		display: inline-block;
		text-align: left;
		padding: 0;
		border: 0;
	}
	.nav_top.open ul li a:hover {
		color: #fff;
	}
	.nav_top .close {
		display: block;
		background: url(../img/ico_close.png) no-repeat;
		width: 18px;
		height: 18px;
		border: 0;
		position: absolute;
		top: 0;
		right: 0;
	}
}
@media (max-width: 575.98px) {}


.banner_main {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 768px;
}
.banner_main .bl {
	max-width: 993px;
	height: 509px;
	text-align: center;
	color: #FFF;
	border: 15px solid rgb(255, 154, 81, 0.7);
	padding: 85px 120px;
	margin: 136px auto 0 auto;
	border-radius: 20px;
}
.banner_main .bl .title1 {
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 7px;
	margin: 0 0 15px 0;
}
.banner_main .bl .title2 {
	font-weight: 700;
	font-size: 50px;
	margin: 0 0 10px 0;
}
.banner_main .bl .desc {
	font-size: 16px;
	line-height: 29px;
	margin: 0 0 30px 0;
}

.swiper-container2 .p_info {
	font-size: 12px;
	color: #FFF;
	text-align: left;
	padding: 5px 0 0 0;
}
.swiper-container2 .p_info input {
	width: 13px;
	height: 13px;
	margin: 0 5px 0 0;
	position: relative;
	top: 2px;
	border: 1px solid #f57b10;
}
.swiper-container2 .banner_form {
	width: 100%;
	text-align: center;
	position: relative;
	z-index: 1;
	bottom: 260px;
	left: 0;
}
.swiper-container2 form {
	font-size: 0;
	display: inline-block;
}
.swiper-container2 form input {
	display: inline-block;
	margin: 0 10px 0 0;
	height: 50px;
	border: 0;
	border-radius: 5px;
}
.swiper-container2 form input[name="name"],
.swiper-container2 form input[name="phone"] {
	background: #FFF;
	padding: 18px 20px;
}
.swiper-container2 form input[type="submit"] {
	background: #f57b10;
	width: 220px;
	font-weight: 700;
	font-size: 12px;
	color: #FFF;
	margin: 0;
	text-transform: uppercase;
	cursor: pointer;
}

.swiper-pagination2 {
	text-align: center;
	position: absolute;
	width: 100%;
	bottom: 53px;
	z-index: 1;
}
.swiper-pagination2 .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	margin: 0 5px;
}
.swiper-pagination2 .swiper-pagination-bullet-active {
	background: #f57b10;
}

@media (max-width: 1199.98px) {
	.banner_main {
		height: 700px;
	}
	.banner_main br {
		display: none;
	}
	.banner_main .bl {
		margin: 95px auto 0 auto;
		padding: 85px 90px;
	}
	.swiper-container2 .banner_form {
		bottom: 242px;
	}
	.swiper-pagination2 {
		bottom: 41px;
	}
}
@media (max-width: 991.98px) {
	.banner_main {
		height: 680px;
	}
	.banner_main .bl {
		height: 560px;
		margin: 55px auto 0 auto;
		padding: 50px;
	}
	.banner_main .bl .title2 {
		font-size: 47px;
	}

	.swiper-container2 .banner_form {
		bottom: 280px;
	}
	.swiper-container2 form {
		width: auto;
		padding: 0 50px;
	}
	.swiper-container2 form input[name="name"],
	.swiper-container2 form input[name="phone"] {
		margin-bottom: 10px;
	}
	.swiper-container2 .p_info {
		padding: 5px 0 0 0;
		text-align: center;
	}
	.swiper-pagination2 {
		bottom: 15px;
	}
}
@media (max-width: 767.98px) {
	.banner_main {
		height: auto;
		padding: 60px 0;
	}
	.banner_main .bl {
		height: 300px;
		margin: 0;
		padding: 0;
		border: 0;
	}
	.banner_main .bl .title1 {
		font-size: 14px;
		letter-spacing: 2.5px;
	}
	.banner_main .bl .title2 {
		font-size: 20px;
	}
	.banner_main .bl .desc {
		font-size: 14px;
		line-height: 20px;
	}

	.swiper-container2 .banner_form {
		bottom: 220px;
	}
	.swiper-container2 form {
		padding: 0;
	}
	.swiper-pagination2 {
		bottom: 39px;
	}
}
@media (max-width: 575.98px) {
	.banner_main {
		height: 510px;
	}
	.swiper-container2 {
		overflow: hidden;
	}
	.swiper-container2 .banner_form {
		bottom: 260px;
	}
	.swiper-container2 form input {
		margin: 0 0 10px 0;
		width: 100%;
	}
	.swiper-container2 form input[type="submit"] {
		width: 100%;
	}
	.swiper-container2 .p_info {
		text-align: left;
	}
	.swiper-pagination2 {
		bottom: 29px;
		left: 0;
	}
}




.about {
	padding: 80px 0;
}
.about .m_title {
	font-weight: 700;
	font-size: 16px;
	color: #ff9a51;
	text-transform: uppercase;
	margin: 0 0 15px 0;
}
.about .m_title:before {
	content: '';
	background: #ff9a51;
	display: block;
	width: 30px;
	height: 2px;
	float: left;
	margin: 8px 8px 0 0;
}
.about .m_title2 {
	font-size: 30px;
	color: #090909;
	margin: 0 0 15px 0;
}
.about .bl1 {}
.about .bl2 {}
.about .bl2 ul {}
.about .bl2 ul li {
	font-weight: 700;
	font-size: 45px;
	color: #f57b10;
	margin: 0 0 15px 0;
}
.about .bl2 ul li .count {
	display: inline;
	font-weight: 700;
	font-size: 45px;
	color: #f57b10;
}
.about .bl2 ul li span {
	display: block;
	font-weight: 500;
	font-size: 17px;
	color: #646161;
}
.about .bl2 ul li:last-child {
	margin: 0;
}
.about .m_txt p {
	margin: 0;
}
@media (max-width: 1199.98px) {}
@media (max-width: 991.98px) {
	.about .bl2 ul {
		margin: 20px 0 0 0;
	}
	.about .bl2 ul li {
		display: inline-block;
		margin: 0 30px 0 0;
	}
}
@media (max-width: 767.98px) {
	.about {
		padding: 60px 0;
	}
	.about .m_title {
		font-size: 14px;
	}
	.about .m_title2 {
		font-weight: 700;
		font-size: 20px;
	}
	.about .bl2 ul {
		margin: 10px 0 0 0;
	}
	.about .bl2 ul li {
		width: 100%;
		margin: 0 0 10px 0;
	}
	.about .bl2 ul li:last-child {
		margin: 0;
	}
}
@media (max-width: 575.98px) {}




.who_needs_product {
	overflow: hidden;
	margin: 0 0 100px 0;
}
.who_needs_product .bl1 {
	background-size: 100% 0;
	background-repeat: no-repeat;
	width: 960px;
	height: 389px;
	text-align: right;
	padding: 343px 55px 0 0;
	margin: 0 0 0 -405px;
	position: relative;
}
.bl_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background-size: cover;
	border-radius: 20px;
	border: 1px solid #000000;
}
.bl_bg:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 1;
    background: #000;
    height: 70px;
	border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.who_needs_product .bl2 {
	background: #ff9a51;
	width: 960px;
	padding: 38px 0 0 40px;
	margin: 45px 0 0 0;
	border-radius: 20px;
	border: 1px solid #000000;
}
.who_needs_product .bl1 ul {
	font-size: 0;
	position: relative;
	z-index: 2;
}
.who_needs_product .bl1 ul li {
	display: inline-block;
	font-size: 18px;
	cursor: pointer;
}
.who_needs_product .bl1 ul li.active {
	color: #FFF;
}
.who_needs_product .bl1 ul li {
	color: #636469;
	margin: 0 0 0 44px;
	text-decoration: underline;
    text-underline-offset: 5px;
}

.who_needs_product .bl2 ul {
	width: 550px;
}
.who_needs_product .bl2 ul li {
	font-size: 16px;
	line-height: 23px;
	color: #000000;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	border-bottom: 3px solid #000000;
}
.who_needs_product .bl2 ul li.li1 {
	background: url(../img/who_needs_product_ico1.png) 22px 5px no-repeat;
}
.who_needs_product .bl2 ul li.li2 {
	background: url(../img/who_needs_product_ico2.png) 22px 5px no-repeat;
}
.who_needs_product .bl2 ul li.li3 {
	background: url(../img/who_needs_product_ico3.png) 22px 5px no-repeat;
}
.who_needs_product .bl2 ul li.li4 {
	background: url(../img/who_needs_product_ico4.png) 22px 5px no-repeat;
	border: 0;
	margin: 0;
}
.who_needs_product .bl2 ul li.li5 {
	background: url(../img/who_needs_product_ico5.png) 22px 5px no-repeat;
}
.who_needs_product .bl2 ul li.li6 {
	background: url(../img/who_needs_product_ico6.png) 22px 5px no-repeat;
}
.who_needs_product .bl2 ul li.li7 {
	background: url(../img/who_needs_product_ico7.png) 22px 5px no-repeat;
}
.who_needs_product .bl2 ul li.li8 {
	background: url(../img/who_needs_product_ico8.png) 22px 5px no-repeat;
	border: 0;
	margin: 0;
}
@media (max-width: 1199.98px) {
	.who_needs_product .bl1 {
		padding: 343px 32px 0 0;
		margin: 0 0 0 -495px;
	}
	.who_needs_product .bl1 ul li {
		margin: 0 0 0 25px;
	}

}
@media (max-width: 991.98px) {
	.who_needs_product .bl1 {
		margin: 0px 0 0 -673px;
		padding: 304px 32px 0 0;
	}
	.who_needs_product .bl_bg {
		background-color: #1d1d25;
		background-position: 100% -40px;
	}
	.who_needs_product .bl1 ul {
		max-width: 208px;
		display: inline-block;
		text-align: left;
	}
	.who_needs_product .bl1 ul li {
		text-align: left;
		margin: 0 0 15px 0;
	}
	.who_needs_product .bl2 ul {
		width: 363px;
		text-align: left;
	}

}
@media (max-width: 767.98px) {
	.who_needs_product {
		margin: 0;
	}
	.who_needs_product .bl1 {
		width: auto;
		padding: 304px 0 0 0;
		margin: 0 -15px;
		text-align: left;
	}
	.who_needs_product .bl1 ul {
		max-width: 100%;
		padding: 0 15px;
	}
	.who_needs_product .bl1 ul li {
		display: block;
	}
	.who_needs_product .bl2 {
		width: auto;
		height: auto;
		margin: 0 -15px;
		padding: 20px 15px 0 0;
	}
	.who_needs_product .bl2 ul {
		width: 100%;
	}
	.who_needs_product .bl2 ul li {
		padding: 0 0 20px 10px;
		font-size: 13px;
		background-position: 22px 3px !important;
	}
}
@media (max-width: 575.98px) {}




.main_advantages {
	overflow: hidden;
}
.main_advantages .m_title {
	font-weight: 700;
	font-size: 16px;
	color: #ff9a51;
	text-transform: uppercase;
	margin: 0 0 15px 0;
}
.main_advantages .m_title:before {
	content: '';
	background: #ff9a51;
	display: block;
	width: 30px;
	height: 2px;
	float: left;
	margin: 8px 8px 0 0;
}
.main_advantages .m_title2 {
	font-weight: 700;
	font-size: 30px;
	color: #090909;
	margin: 0 0 15px 0;
}
.main_advantages .l1 {}
.main_advantages .l1 img {
	display: block;
	float: right;
	margin: 0 -153px 0 50px;
	border-radius: 20px;
	border: 1px solid #000000;
}
.main_advantages .l2 {
	background: #f2f2f2;
	padding: 60px 0;
	margin: -83px 0 0 0;
}
.main_advantages .l2 img {
	display: block;
	float: right;
	border: 10px solid #FFF;
	margin: -95px 55px 0 50px;
	border-radius: 20px;
	border: 1px solid #000000;
}
.main_advantages .l3 {
	padding: 60px 0;
}
.main_advantages .l3 .form {
	background: #ff9a51;
	width: 571px;
	height: 446px;
	padding: 60px;
	color: #FFF;
	float: right;
	border: 10px solid #FFF;
	margin: -185px -85px 0 50px;
	border-radius: 20px;
	border: 1px solid #000000;
}
.main_advantages .l3 .form .title {
	font-weight: 700;
	font-size: 35px;
	line-height: 42px;
	margin: 0 0 35px 0;
}
.main_advantages .l3 .form form input[name="phone"] {
	background: #FFF;
	display: inline-block;
	width: 300px;
	margin: 0 0 20px 0;
	height: 50px;
	border: 0;
	padding: 18px 20px;
	border-radius: 8px;
	border: 3px solid #000000;
}
.main_advantages .l3 .form form input[type="submit"] {
	background: #f57b10;
	width: 220px;
	height: 50px;
	font-weight: 700;
	font-size: 12px;
	color: #FFF;
	border: 0;
	text-transform: uppercase;
	cursor: pointer;
}
.main_advantages .l3 .form .p_info {
	font-size: 12px;
	color: #FFF;
	text-align: left;
	padding: 10px 0 0 0;
}
.main_advantages .l3 .form .p_info input {
	width: 13px;
	height: 13px;
	margin: 0 5px 0 0;
	position: relative;
	top: 2px;
	border: 1px solid #999;
}
@media (max-width: 1199.98px) {
	.main_advantages .l1 {
		padding: 0 0 10px 0;
	}
	.main_advantages .l1 img {
		max-width: 539px;
		margin: 0 -253px 0 50px;
	}
	.main_advantages .l2 {
		margin: 0;
		padding: 40px 0;
	}
	.main_advantages .l2 img {
		max-width: 527px;
		margin: -80px -46px 50px 50px;
	}
	.main_advantages .l3 {
		padding: 40px 0 60px 0;
	}
	.main_advantages .l3 .form {
		width: 445px;
		height: 427px;
		padding: 40px;
		margin: -200px 0 50px 50px;
	}
}
@media (max-width: 991.98px) {
	.main_advantages .l1 {
		padding: 0 0 40px 0;
	}
	.main_advantages .l1 img {
		display: none;
	}
	.main_advantages .l2 img {
		display: none;
	}
	.main_advantages .l3 .form {
		width: 350px;
		height: 485px;
		margin: 0 0 0 50px;
	}
	.main_advantages .l3 .form form input[name="phone"],
	.main_advantages .l3 .form form input[type="submit"] {
		width: 100%;
	}
}
@media (max-width: 767.98px) {
	.main_advantages {
		display: none;
	}
}
@media (max-width: 575.98px) {}




.price_list {
	background: url(../img/price_list_bg.jpg) 50% 50% no-repeat;
	height: auto;
	padding: 100px 0;
	margin: 0 0 137px 0;
	background-size: cover;
}
.price_list .m_title {
	font-weight: 700;
	font-size: 20px;
	color: #FFF;
	margin: 0 0 30px 0;
	text-transform: uppercase;
}
.price_list .m_title:before {
	content: '';
	background: #FFF;
	display: block;
	width: 30px;
	height: 2px;
	float: left;
	margin: 10px 8px 0 0;
}
.price_list .bl {
	background: #f5f5f5;
	padding: 45px 40px;
	border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
#main_price-styler {
    margin-bottom: 10px;
}
.price_list .bl .bl_top {
	margin: 0 0 11px 0;
	display: block;
}
#main_price-styler {
    margin-right: 16px;
}
.price_list .bl .bl_top .jq-selectbox {

}
.price_list .bl .bl_top .jq-selectbox .jq-selectbox__select {
	width: 332px;
	height: 60px;
	font-weight: 600;
	font-size: 18px;
	line-height: 56px;
	color: #000;
	text-transform: uppercase;
	padding: 0 24px;
	border: 2px solid #000;
	cursor: pointer;
	position: relative;
	border-radius: 3px;
}
.price_list .bl .bl_top .jq-selectbox .jq-selectbox__trigger {
	background: url(../img/ico_tigger.png) no-repeat;
	width: 26px;
	height: 15px;
	position: absolute;
	top: 21px;
	right: 19px;
}
.price_list .bl .bl_top .jq-selectbox .jq-selectbox__dropdown {
	width: 100%;
	background: #FFF;
	font-size: 18px;
	border: 2px solid #000;
	border-top: 0;
	padding: 24px;
	border-radius: 3px;
}
.price_list .bl .bl_top .jq-selectbox .jq-selectbox__dropdown li {
	margin: 0 0 15px 0;
	cursor: pointer;
}
.price_list .bl .bl_top .jq-selectbox .jq-selectbox__dropdown li:last-child {
	margin: 0;
}
.price_list .bl .bl_top .tabs__caption {
	font-size: 0;
}
.price_list .bl .bl_top .tabs__caption li {
	display: inline-block;
	width: auto;
	background: #000;
	color: #FFF;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	margin: 0 2px 2px 0;
	cursor: pointer;
	white-space: nowrap;
	position: relative;
	border-radius: 3px;
	border: 3px solid #000000;
}
.price_list .bl .bl_top .tabs__caption li a {
    color: #fff;
    padding: 20px 35px;
    display: block;
}
.price_list .bl .bl_top .tabs__caption li.active {
	background: #ff9a51;
}
.price_list .bl .bl_top .tabs__caption li:last-child {
	margin: 0;
}
.price_list .bl table {
	width: 100%;
	border: 0;
}
.price_list .bl table:not(.fulltable) tr th {
	background: #000;
	font-weight: 500;
	font-size: 15px;
	color: #FFF;
	padding: 12px 0;
	white-space: nowrap;
    padding-left: 6px;
    padding-right: 6px;
}
.price_list .bl table.fulltable tr th {
	background: #000;
	color: #FFF;
    padding-left: 6px;
    padding-right: 6px;
	font-weight: 500;
	min-height: 54px;
	height: 54px;
}
.fulltable th, .fulltable td {
    padding-left: 4px;
    padding-right: 4px;
}
.price_list .bl table tr th.price_row {
	width: 240px;
}
.price_row {
	width: 240px;
	position: relative;
}

.price_list .bl table tr {}
.price_list .bl table tr:nth-child(2n) {
	background: #FFF;
	border: 1px solid #dddddd;
}
.price_list .bl table tr td {
	text-align: center;
	font-size: 15px;
	height: 37px;
    padding-left: 6px;
    padding-right: 6px;
	border-radius: 0px;
	font-weight: bold;
}
.price_list .bl table tr td.price_row {
	text-align: center;
	font-size: 15px;
	height: 37px;
    padding-left: 6px;
    padding-right: 6px;
	border-radius: 0px;
	font-weight: bold;
}
.fulltable .price_row {
    width: 210px;
    position: relative;
    padding-left: 0!important;
    padding-right: 0!important;
}
.price_list .bl table.fulltable tr th.price_row {
    width: 210px;
    padding-left: 0!important;
    padding-right: 0!important;
}
.price_list .bl table tr td:first-child {
	text-align: left!important;
	padding-left: 10px!important;
}
.price_list .bl table tr th:first-child {
	text-align: left!important;
	padding-left: 10px!important;
}
.price_list .bl table tr:hover .price_tonna {
	display: none;
}
.price_list .bl table tr:hover .in_cart {
	display: block;
}
.price_list .bl table tr td .in_cart {
	display: none;
	background: #000000;
	width: 212px;
	height: 37px;
	margin: auto;
	position: relative;
	border-radius: 13px;
}
.price_list .bl table tr td .in_cart input[type="number"] {
	width: 68px;
	height: 33px;
	font-weight: 600;
	font-size: 16px;
	padding: 0 10px;
	color: #000;
	border: 0;
	position: absolute;
	top: 2px;
	left: 2px;
	z-index: 2;
}
.price_list .bl table tr td .in_cart .in_cart_but {
	width: 100%;
	height: 100%;
	font-weight: 600;
	font-size: 16px;
	line-height: 38px;
	color: #FFF;
	text-align: right;
	text-transform: uppercase;
	padding: 0 31px 0 0;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	background: none;
    border: none;
    cursor: pointer;
}
.price_list .bl_bot {
	display: flex;
}
.price_list .bl_bot .desc {
	width: 59%;
	background: #000;
	color: #FFF;
	font-size: 14px;
	padding: 17px 39px;
}
.price_list .bl_bot .price {
	background: url(../img/ico_download.png) #ed1c24 130px 50% no-repeat;
	width: 41.5%;
	font-size: 14px;
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
	padding: 17px 39px 17px 65px;
}
@media (max-width: 1199.98px) {
	.price_list {
		margin: 0 0 62px 0;
	}
	.price_list .bl .bl_top .tabs__caption li {
		/*width: 99px;*/
	}
	.price_list .bl table tr th.price_row {
		width: 225px;
	}
	.price_row {
		width: 225px;
	}
	.price_list .bl_bot .price {
		background: url(../img/ico_download.png) #ff9a51 96px 50% no-repeat;
	}
}
@media (max-width: 991.98px) {
	.price_list .bl .bl_top {
		display: block;
	}
	.price_list .bl .bl_top .tabs__caption li {
		height: 59px;
		line-height: 59px;
		border-radius: 3px;
	}
	.price_list .bl .bl_top .tabs__caption li:after {
		content: '';
		background: #FFF;
		display: block;
		width: 2px;
		height: 59px;
		float: right;
	}
	.price_list .bl .bl_top .tabs__caption li:last-child:after {
		display: none;
	}
	.price_list {
		padding: 60px 0;
	}
	.price_list .bl {
		padding: 35px 30px;
	}
	.price_list .bl table:not(.fulltable) tr th:nth-child(3),
	.price_list .bl table:not(.fulltable) tr td:nth-child(3) {
		display: none;
	}
	.price_list .bl_bot .desc {
		padding: 17px 0 17px 20px;
	}
	.price_list .bl_bot .price {
		background: url(../img/ico_download.png) #ff9a51 51px 50% no-repeat;
	}
}
@media (max-width: 767.98px) {
	.price_list {
		background: none;
		height: auto;
		margin: 0;
	}
	.price_list .m_title {
		font-weight: 600;
		font-size: 16px;
		color: #ff9a51;
		margin: 0 0 15px 0;
	}
	.price_list .m_title:before {
		background: #ff9a51;
		margin: 10px 8px 20px 0;
	}
	.price_list .bl {
		padding: 0;
		margin: 0 -15px;
	}
	.jq-selectbox,
	.jq-select-multiple,
	.price_list .bl .bl_top
	.jq-selectbox .jq-selectbox__select {
		width: 100%;
	}
	.price_list .bl .bl_top .jq-selectbox .jq-selectbox__select {
		height: 50px;
		line-height: 46px;
	}
	.price_list .bl .bl_top .jq-selectbox .jq-selectbox__trigger {
		top: 15px;
	}
	.price_list .bl_bot {
		margin: 0 -15px;
	}
	.price_list .bl_bot .price {
		padding: 17px 45px 17px 71px;
	}
	.price_list .bl table tr th.price_row {
		width: 173px;
	}
	.price_row {
		width: 173px;
	}
	.price_list .bl table tr td .in_cart {
		width: auto;
	}
	.price_list .bl table tr td .in_cart .in_cart_but {
		background: url(../img/ico_in_cart.png) 72% 50% no-repeat;
		color: transparent!important;
	}
	.price_list .bl .bl_top .tabs__caption li {
		width: 100%;
		height: 45px;
		line-height: 45px;
		margin: 0 0 2px 0;
		font-size: 14px;
		border-radius: 3px;
	}
	.price_list .bl .bl_top .tabs__caption li:after {
		height: 45px;
	}
	.price_list .bl .bl_top .tabs__caption li:last-child:after {
		display: block;
	}
	.price_list .bl_bot {
		display: block;
	}
	.price_list .bl_bot .desc {
		display: none;
	}
	.price_list .bl_bot .price {
		background: url(../img/ico_download.png) #ff9a51 34% 50% no-repeat;
		display: block;
		width: 100%;
		padding: 14px 45px 14px 71px;
	}
}
@media (max-width: 575.98px) {
	.price_list .bl table:not(.fulltable) tr th:nth-child(5),
	.price_list .bl table:not(.fulltable) tr td:nth-child(5) {
		display: none;
	}
	.price_list .bl table:not(.fulltable) tr th {
		padding: 15px;
	}
	.price_list .bl_bot .price {
		background: url(../img/ico_download.png) #ff9a51 21% 50% no-repeat;
	}
	.price_list .bl table tr td .in_cart .in_cart_but {
		background: url(../img/ico_in_cart.png) 77% 50% no-repeat;
	}
}

.main_faq {
	margin: 0 0 70px 0;
}
.main_faq .m_title {
	font-weight: 700;
	font-size: 20px;
	color: #ff9a51;
	margin: 0 0 30px 0;
	text-transform: uppercase;
}
.main_faq .m_title:before {
	content: '';
	background: #ff9a51;
	display: block;
	width: 30px;
	height: 2px;
	float: left;
	margin: 10px 8px 0 0;
}
.main_faq .accordion {
	max-width: 715px;
	border-bottom: 1px solid #dbdbdc;
	margin: 0 0 0 38px;
}
.main_faq .accordion .a_title {
	font-size: 16px;
	color: #676767;
	cursor: pointer;
	padding: 10px 0 10px 2px;
	border-top: 1px solid #dbdbdc;
}
.main_faq .accordion .a_title:last-child,
.main_faq .accordion .a_title.active:last-child {
	border-bottom: 0;
}
.main_faq .accordion .a_title.active {
	color: #ff9a51;
	border-bottom: 0;
}
.main_faq .accordion .a_txt {
	font-size: 14px;
	color: #939395;
	display: none;
	padding: 0 2px 15px 2px;
}
.main_faq .accordion .a_txt.open {
	display: block;
}
@media (max-width: 1199.98px) {
	.main_faq .accordion {
		max-width: 500px;
	}
}
@media (max-width: 991.98px) {
	.main_faq .accordion {
		width: 100%;
	}
}
@media (max-width: 767.98px) {
	.main_faq .m_title {
		font-weight: 600;
		font-size: 16px;
		color: #ff9a51;
		margin: 0 0 30px 0;
	}
	.main_faq .m_title:before {
		margin: 10px 8px 30px 0;
	}
	.main_faq .accordion {
		width: auto;
	}
	.main_faq .accordion .a_title {
		font-size: 14px;
	}
}
@media (max-width: 575.98px) {}

.main_order {
	background: #000;
	height: 174px;
}
.main_order .bl {
	height: 174px;
	position: relative;
}
.main_order .bl .m_title {
	display: inline-block;
	max-width: 390px;
	font-weight: 600;
	font-size: 30px;
	line-height: 38px;
	letter-spacing: 2px;
	color: #fcfcfc;
	margin: 44px 65px 0 38px;
	float: left;
}
.main_order .bl .order_call {
	background: #f57b10;
	display: inline-block;
	width: 235px;
	height: 45px;
	font-weight: 700;
	font-size: 15px;
	line-height: 45px;
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
	margin: 61px 0 0 0;
	border-radius: 8px
}
.main_order .bl .pic {
	position: absolute;
	bottom: 0;
	right: -77px;
}
@media (max-width: 1199.98px) {
	.main_order .bl .m_title {
		letter-spacing: inherit;
		max-width: 340px;
		margin: 28px 29px 0 38px;
	}
	.main_order .bl .pic {
		right: 0;
		max-width: 250px;
	}
}
@media (max-width: 991.98px) {
	.main_order .bl .pic {
		display: none;
	}
	.main_order .bl .m_title {
		margin: 28px 42px 0 38px;
	}
}
@media (max-width: 767.98px) {
	.main_order {
		display: none;
	}
}
@media (max-width: 575.98px) {}

.main_reviews {
	background: #f2f2f2;
	padding: 95px 0 66px 0;
}
.main_reviews .m_title {
	font-weight: 700;
	font-size: 20px;
	color: #ff9a51;
	margin: 0 0 30px 0;
	text-transform: uppercase;
}
.main_reviews .m_title:before {
	content: '';
	background: #ff9a51;
	display: block;
	width: 30px;
	height: 2px;
	float: left;
	margin: 10px 8px 0 0;
}
.main_reviews .tabs__caption {
	font-size: 0;
	text-align: center;
	margin: 0 0 20px 0;
}
.main_reviews .tabs__caption li {
	display: inline-block;
	background: #000;
	color: #FFF;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	margin: 0 2px 0 0;
	padding: 20px 33.5px;
	cursor: pointer;
	border-radius: 5px;
}
.main_reviews .tabs__caption li.active {
	background: #ff9a51;
}
.main_reviews .tabs__caption li:last-child {
	margin: 0;
}

.main_reviews .tabs__content {
	margin: 0 -60px;
}
.main_reviews .swiper-slide {
	padding: 398px 60px 0 60px;
}
.main_reviews .swiper-slide .pic {
	width: 100%;
	height: 470px;
	background-position: 50% 50%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 8px;
}
.main_reviews .swiper-slide .bl {
	background: #FFF;
	position: relative;
}
.main_reviews .swiper-slide .bl .title {
	background: #f2f2f2;
	font-size: 16px;
	color: #535353;
	height: 60px;
	padding: 20px 0 0 40px;
}
.main_reviews .swiper-slide .bl .txt {
	padding: 20px 40px;
}
.main_reviews .swiper-slide .bl ul {
	font-size: 0;
	margin: 0 0 30px 0;
}
.main_reviews .swiper-slide .bl ul li {
	display: inline-block;
	font-weight: 300;
	font-size: 14px;
	color: #939395;
	border: 1px solid #d7d7d7;
	padding: 6px 14px;
	margin: 0 9px 9px 0;
	border-radius: 5px;
}
.main_reviews .swiper-slide .bl .name {
	font-weight: 600;
	font-size: 15px;
	color: #565656;
	margin: 0 0 10px 0;
}
.main_reviews .swiper-slide .bl .desc {
	font-size: 15px;
	line-height: 18px;
	color: #767575;
	margin: 0 0 25px 0;
}
.main_reviews .swiper-slide .bl .goods {
	text-align: right;
	font-weight: 300;
	font-style: italic;
	font-size: 14px;
	color: #6d6d6e;
}
.goods p {
    display: inline-block;
}
.main_reviews .swiper-slide .bl .goods a {
	color: #ff9a51;
	text-decoration: underline;
}
.main_reviews .swiper-pagination-fraction {
	width: inherit;
	font-size: 16px;
	color: #93949f;
	top: 420px;
	right: 198px;
	left: inherit;
}
.main_reviews .swiper-pagination-current {
	color: #535353;
}
.main_reviews .swiper-button-next,
.main_reviews .swiper-button-prev {
	width: 17px;
	height: 12px;
	top: 444px;
}
.main_reviews .swiper-button-next {
	background: url(../img/ico_arrow_r.png) no-repeat;
	right: 102px;
}
.main_reviews .swiper-button-prev {
	background: url(../img/ico_arrow_l.png) no-repeat;
	right: 134px;
	left: inherit;
}

/*.main_reviews .swiper-container-autoheight .swiper-wrapper {
	height: 100% !important;
}*/

@media (max-width: 1199.98px) {
	.main_reviews .tabs__content {
		margin: 0;
	}
	.main_reviews .tabs__caption li {
		padding: 20px 20px;
	}
	.main_reviews .swiper-slide {
		padding: 298px 60px 0 60px;
	}
	.main_reviews .swiper-slide .pic {
		height: 370px;
	}
	.main_reviews .swiper-slide .bl ul {
		margin: 0 0 15px 0;
	}
	.main_reviews .swiper-slide .bl ul li {
		margin: 0 9px 9px 0;
	}
	.main_reviews .swiper-pagination-fraction {
		top: 320px;
	}
	.main_reviews .swiper-button-next,
	.main_reviews .swiper-button-prev {
		top: 344px;
	}
}
@media (max-width: 991.98px) {
	.main_reviews {
		padding: 60px 0;
	}
	.main_reviews .tabs__caption li {
		width: 50%;
		margin: 0 0 2px 0;
	}
	.main_reviews .tabs__caption li:nth-child(1),
	.main_reviews .tabs__caption li:nth-child(3) {
		border-right: 2px solid #FFF;
	}
	.main_reviews .swiper-slide {
		padding: 370px 0 0 0;
	}
	.main_reviews .swiper-pagination-fraction {
		top: 391px;
		right: 93px;
	}
	.main_reviews .swiper-button-next,
	.main_reviews .swiper-button-prev {
		top: 416px;
	}
	.main_reviews .swiper-button-next {
		right: 15px;
	}
	.main_reviews .swiper-button-prev {
		right: 47px;
	}
}
@media (max-width: 767.98px) {
	.main_reviews .m_title {
		font-size: 16px;
		margin: 0 0 20px 0;
	}
	.main_reviews .tabs__caption li {
		font-size: 14px;
	}
	.main_reviews .swiper-slide {
		padding: 331px 0 0 0;
	}
	.main_reviews .swiper-slide .pic {
		height: 271px;
		background-size: 200%;
	}
	.main_reviews .swiper-slide .bl .title {
		background: #FFF;
		height: auto;
		padding: 20px 15px;
	}
	.main_reviews .swiper-slide .bl .txt {
		padding: 0 15px 15px 15px;
	}
	.main_reviews .swiper-slide .bl .goods {
		text-align: left;
	}
	.main_reviews .swiper-pagination-fraction {
		top: 293px;
		right: 113px;
	}
	.main_reviews .swiper-button-next,
	.main_reviews .swiper-button-prev {
		top: 319px;
	}
	.main_reviews .swiper-button-next {
		right: 15px;
	}
	.main_reviews .swiper-button-prev {
		right: 47px;
	}
}
@media (max-width: 575.98px) {
	.main_reviews .tabs__caption li {
		width: 100%;
	}
	.main_reviews .tabs__caption li:nth-child(1),
	.main_reviews .tabs__caption li:nth-child(3) {
		border-right: 0;
	}
	.main_reviews .swiper-slide .pic {
		background-size: 280%;
	}
}




.footer {
	background: #000;
	height: 100px;
}
.footer .logo {
	background: url(../img/logo-m.svg) no-repeat;
	display: block;
	width: 215px;
	height: 40px;
	position: absolute;
	top: 30px;
	left: 15px;
	background-size: 215px 40px;
}
.footer .phone {
	padding: 0 0 0 51px;
	position: absolute;
	right: 521px;
	top: 30px;
}
.footer .phone a {
	display: block;
	font-weight: 500;
	font-size: 12.8px;
	color: #FFF;
	margin: 4px 0 0 0;
}
.footer .phone a:before {
	content: '';
	background: url(../img/ico_phone2.png) 50% 50% #ff9a51 no-repeat;
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 8px;
}
.footer .phone span {
	font-size: 12px;
	color: #87888b;
}
.footer .mail {
	padding: 0 0 0 51px;
	position: absolute;
	right: 292px;
	top: 30px;
	border-radius: 8px; /* Можно указать любое значение: в px, %, em и т. п. */
}
.footer .mail a {
	display: block;
	font-weight: 500;
	font-size: 12.8px;
	color: #FFF;
	margin: 4px 0 0 0;
}
.footer .mail a:before {
	content: '';
	background: url(../img/ico_mail.png) 50% 50% #ff9a51 no-repeat;
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 8px;
}
.footer .mail span {
	font-size: 12px;
	color: #87888b;
}
.footer .any_questions {
	display: block;
	background: #f57b10;
	font-weight: 500;
	font-size: 14px;
	color: #FFF;
	text-transform: uppercase;
	padding: 12px 33px;
	position: absolute;
	top: 30px;
	right: 15px;
	border-radius: 8px; /* Можно указать любое значение: в px, %, em и т. п. */
}
@media (max-width: 1199.98px) {}
@media (max-width: 991.98px) {
	.footer .any_questions {
		display: none;
	}
	.footer .mail {
		right: 15px;
	}
	.footer .phone {
		right: 242px;
	}
}
@media (max-width: 767.98px) {
	.footer .logo {
		width: 41px;
	}
}
@media (max-width: 575.98px) {
	.footer {
		height: auto;
		padding: 25px 0;
	}


	.footer .logo {
		width: 215px;
		margin: 0 auto 30px auto;
		position: static;
	}
	.footer .phone,
	.footer .mail {
		width: 215px;
		margin: 0 auto 30px auto;
		position: relative;
		top: 0;
		left: 0;
	}
	.footer .any_questions {
		display: block;
		width: 100%;
		text-align: center;
		position: static;
		top: 0;
		right: 0;
	}
}




.map {
	background: #ebebeb;
	height: 335px;
}
@media (max-width: 767.98px) {
	.map {
		display: none;
	}
}





.main_form_mob {
	display: none;
	background: #000;
	padding: 60px 0;
	border-top: 5px solid #ff9a51;
	border-bottom: 5px solid #ff9a51;
}
.main_form_mob .m_title {
	font-weight: 600;
	font-size: 23px;
	color: #fcfcfc;
	margin: 0 0 15px 0;
	text-align: center;
	text-transform: uppercase;
}
.main_form_mob .desc {
	font-weight: 300;
	font-size: 14px;
	color: #bababd;
	margin: 0 0 20px 0;
}
.main_form_mob form input[name="phone"] {
	background: #FFF;
	display: inline-block;
	width: 100%;
	margin: 0 0 20px 0;
	height: 50px;
	border: 0;
	padding: 18px 20px;
}
.main_form_mob form input[type="submit"] {
	background: #f57b10;
	width: 100%;
	height: 50px;
	font-weight: 600;
	font-size: 14px;
	color: #FFF;
	border: 0;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
}

@media (max-width: 575.98px) {
	.main_form_mob {
		display: block;
	}
}





.bot_txt {
	background: #f2f2f2;
	padding: 0 0 60px 0;
}
.bot_txt .m_txt {
	background: #FFF;
	padding: 40px;
}
@media (max-width: 767.98px) {
	.bot_txt {
		padding: 0 0 40px 0;
	}
	.bot_txt .m_txt {
		padding: 15px;
	}
}







/*мое*/

a{
	cursor: pointer;
}
.flex{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.breadcrumbs{
	padding-top: 20px;
	margin-bottom: 15px;
}
.breadcrumbs li{
	list-style: none;
	color: #bababf;
	font-size: 14px;
	margin-right: 13px;
}
.breadcrumbs li a{
	position: relative;
	color: #bababf;
	font-size: 14px;
}
.breadcrumbs li a:before{
	content: '/';
	color: #bababf;
	font-size: 14px;
	position: absolute;
	top: 0;
	right: -10px;
}
.inner_title{
	width: 100%;
    height: 400px;
	margin-top: 115px;
    background-size: cover !important;
}
.inner_title p{
	color: #fff;
	font-size: 40px;
	font-weight: 700;
	border: 10px solid rgb(255, 154, 81, 0.7);
	border-radius: 0px;
	width: 90%;
	margin: 0 auto;
	text-align: center;
	padding: 30px 0;
}
.inner_title .container{
	height: 100%;
}
.it_bg1{
	background: url("../img/bg1.jpg") no-repeat center 0;
}
.it_bg2{
	background: url("../img/bg2.jpg") no-repeat center 0;
}
.it_bg3{
	background: url("../img/bg4.jpg") no-repeat center 0;
}
.it_bg4{
	background: url("../img/bg6.jpg") no-repeat center 0;
}
.main_title{
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 20px;
}
.about_wp h2{
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 20px;
}
.main_title span{
	display: block;
	font-size: 14px;
	color: #ff9a51;
	text-transform: uppercase;
	position: relative;
	padding-left: 40px;
	margin-bottom: 12px;
}
.main_title span:before{
	content: '';
	width: 30px;
	height: 2px;
	background: #ff9a51;
	position: absolute;
	top: 50%;
	margin-top: -1px;
	left: 2px;
}
.delivery_text{
	color: #646161;
	line-height: 25px;
	padding-right: 90px;
	margin-bottom: 10Px;
}
.tariffs_item{
	width: 23%;
	height: 270px;
	padding: 25px 20px;
}
.ti_bg1{
	background: url("../img/delivery1.jpg") no-repeat;
}
.ti_bg2{
	background: url("../img/delivery2.jpg") no-repeat;
}
.ti_bg3{
	background: url("../img/delivery3.jpg") no-repeat;
}
.ti_bg4{
	background: url("../img/delivery4.jpg") no-repeat;
}
.tariffs_title{
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 26px;
}
.tariffs_wp{
	padding-top: 29px;
	margin-bottom: 32px;
}
.ti_title{
	font-size: 30px;
	font-weight: 500;
	color: #ff9a51;
}
.ti_price{
	color: #747373;
}
.tariffs_item div p {
    color: #747373;
}
.calc_link{
	width: 23%;
	height: 260px;
	text-align: center;
	background: #ff9a51;
	border-radius: 10px;
}
.calc_link span{
	display: block;
	font-size: 14px;
	color: #fff;
	font-weight: 500;
	line-height: 17px;
	margin-top: 25px;
}
.price_link{
	width: 23%;
	height: 260px;
	text-align: center;
	background: #f2f2f2;
	border-radius: 10px;
}
.price_link span{
	display: block;
	width: 100%;
	font-size: 14px;
	color: #666666;
	font-weight: 500;
	line-height: 17px;
	margin-top: 25px;
}
.order_forma{
	width: 48.6%;
	background: #f2f2f2;
}
.of_title{
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	padding-top: 60px;
	margin-bottom: 9px;
}
.of_text{
	font-size: 14px;
	line-height: 17px;
	color: #666666;
	text-align: center;
	margin-bottom: 30px;
}
.of_input{
	width: 48%;
	height: 35px;
	background: #fff;
	color: #b6b5b5;
	border: none;
	font: 14px 'Roboto', sans-serif;
	padding-left: 10px;
}
.of_input::placeholder{
	color: #b6b5b5;
}
.order_form{
	padding: 0 68px;
}
.of_btn{
	width: 50%;
	height: 35px;
	font-size: 14px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	background: #f57b10;
	transition: .2s;
	border: none;
	cursor: pointer;
	border-radius: 3px;
}
.of_btn:hover{
	background: #ff9a51;
}
.content_wp{
	padding-bottom: 100px;
}
.c_p1{
	padding-bottom: 62px;
}
.ct_link{
	width: 140px;
	height: 140px;
	margin: 0 5px;
	border: 1px solid #cfcfcf;
	text-align: center;
	transition: .2s;
	position: relative;
	border-radius: 8px;
}
.ct_link:before{
	content: '';
	width: 100%;
	height: 100%;
	border: 1px solid #698982;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: .2s;
}
.ct_link:hover:before{
	opacity: 1;
}
.ct_link span{
	display: block;
	font-size: 14px;
	color: #698982;
	margin-top: 12px;
}
.ct_link:hover{
	border: 1px solid #698982;
}
.ct_link.active{
	border: 1px solid #698982;
}
.catalog_tabs .ct_link.active {
    border: 3px solid #000;
    background: #ff9a51;
    color: #fff;
}
.catalog_tabs .ct_link.active span {
    color: #fff;
}
.catalog_tabs .ct_link.active:before {
    display: none;
}
.catalog_tabs .ct_link:before {
    border: 3px solid #ff9a51;
	border-radius: 6px;
}
.ct_link.active:before{
	opacity: 1;
}
.catalog_tabs .ct_link{
	margin-left: 0;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.catalog_tabs .ct_link:last-child{
	margin-right: 0;
}
.catalog_info_wp{
	width: 100%;
	height: 430px;
	overflow: hidden;
	padding-top: 50px;
}
.catalog_top{
	padding-bottom: 32px;
}
.ci_title{
	width: 66%;
	margin-left: auto;
	color: #fff;
	background: #ff9a51;
	font-size: 30px;
	font-weight: 700;
	padding: 22px 28px;
	position: relative;
	margin-bottom: 42px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}
.ci_title:before{
	content: '';
	width: 406px;
	height: 100%;
	background: #ff9a51;
	position: absolute;
	top: 0;
	right: -406px;
}
.ci_list{
	width: 39.5%;
	margin-left: auto;
}
.ci_list li{
	list-style: none;
	padding-left: 17px;
	background: url("../img/ico3.png") no-repeat 0 7px;
	color: #5c5a5a;
	margin-bottom: 19px;
}

.catalog_info_wp ul{
	width: 39.5%;
	margin-left: auto;
	position: relative;
}

.catalog_info_wp ul li{
	list-style: none;
	padding-left: 22px;
	background: url("../img/ico3.png") no-repeat 0 7px;
	color: #5c5a5a;
	margin-bottom: 12px;
	position: relative;
	z-index: 2;
}

.catalog_price{
	background: none;
	padding-top: 51px;
	padding-bottom: 100px;
	margin-bottom: 0;
	height: auto;
}
.catalog_price .m_title{
	color: #ff9a51;
	margin-left: 30px;
	margin-bottom: 20px;
}
.catalog_price .m_title:before{
	background: #ff9a51;
}
.advantage_block{
	width: 31.5%;
	height: 260px;
	background: #f2f2f2;
	text-align: center;
	border-radius: 10px;
}
.advantage_block p{
	font-size: 14px;
	line-height: 17px;
	color: #666666;
	margin-top: 20px;
}
.advantages_wp{
	margin-bottom: 30px;
}
.cl_info{
	font-size: 15px;
	color: #8f8e8e;
	padding-left: 67px;
	height: 50px;
	flex-direction: column;
	position: relative;
}
.cl_info span{
	display: block;
	font-size: 16px;
	font-weight: 700;
	color: #000;
}
.contacts_line{
	margin-bottom: 42px;
}
.map_block{
	width: 100%;
	height: 408px;
	margin-bottom: 37px;
	background: #ebebeb;
}
.base_column{
	width: 50%;
}
.base_title{
	font-size: 20px;
	text-transform: uppercase;
	color: #ff9a51;
	font-weight: 700;
	position: relative;
	padding-left: 40px;
	margin-bottom: 20px;
}
.base_title:before{
	content: '';
	width: 30px;
	height: 2px;
	background: #ff9a51;
	position: absolute;
	top: 50%;
	margin-top: -1px;
	left: 0;
}
.base_link{
	font-size: 15px;
	color: #464646;
	margin-left: 40px;
	display: block;
	margin-bottom: 10px;
}
.base_block{
	padding-bottom: 85px;
}
.bc_p1{
	padding-left: 25px;
}
.about_text{
	color: #646161;
	line-height: 25px;
	padding-right: 90px;
	margin-bottom: 15px;
}
.about_wp p{
	color: #646161;
	line-height: 25px;
	padding-right: 90px;
	margin-bottom: 15px;
}
.about_text a{
	color: #ff9a51;
	text-decoration: underline;
}
.about_wp p a{
	color: #ff9a51;
	text-decoration: underline;
}
.about_info_wp{
	width: 100%;
	height: 401px;
	overflow: hidden;
	position: relative;
	background: #ff9a51;
}
.about_info_wp .container {
	position: relative
}
.about_img{
	position: absolute;
	top: 56px;
	left: 0;
	width: 37%;
}
.about_img img{
	position: absolute;
	right: 100%;
	opacity: 0;
}
.animated .about_img img{
	right: 0;
	opacity: 1;
	transition: 0.2s all ease;
}
.about_wp{
	padding-bottom: 80px;
}
.ai_title{
	width: 37%;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	background: #ff9a51;
	padding: 17px 40px 15px 55px;
	position: absolute;
	left: 0;
}
.ai_title:before{
	content: '';
	width: 30px;
	height: 2px;
	background: #fff;
	position: absolute;
	top: 50%;
	margin-top: -1px;
	left: 15px;
}
.ai_title:after{
	content: '';
	width: 400px;
	height: 100%;
	background: #ff9a51;
	position: absolute;
	top: 0;
	left: -400px;
}
.ai_block{
	width: 60%;
	padding-right: 40px;
	padding-top: 40px;
	margin-left: auto;
}
.ai_item{
	width: 33.333%;
	text-align: center;
	border-right: 1px solid #363743;
	border-bottom: 1px solid #363743;
	padding-top: 52px;
	padding-bottom: 35px;
}
.ai_item p{
	font-size: 14px;
	line-height: 17px;
	color: #000000;
}
.ai_item p>span{
	font-size: 30px;
	font-weight: 700;
	color: #fff;
	display: block;
	margin-bottom: 7px;
	height: 30px;
}
.ai_item p span span{
	font-size: 12px;
	color: #fff;
	font-weight: 500;
}
.aii_b1{
	border-right: none;
}
.aii_b2{
	border-bottom: none;
}
.sert_item{
	margin: 0 5px;
}
.sert_wp{
	padding-top: 95px;
	padding-bottom: 95px;
}
.sert_wp .main_title{
	margin-bottom: 25px;
}
.sert_wp .main_title span{
	font-size: 20px;
}
.s_tabs a{
	width: 200px;
	height: 82px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	background: #ff9a51;
	border-bottom: 2px solid #fff;
	line-height: 18px;
	transition: .2s;
}
.s_tabs a:hover{
	background: #f2f2f2;
	color: #000;
}
.s_tabs a.active{
	background: #000000;
	color: #fff;
}
.s_img{
	/*width: 42.2%;*/ закрыл 
	overflow: hidden;
}
.s_info{
	width: 30%;
	padding-left: 45px;
	padding-top: 60px;
}
.services_wp{
	background: #f2f2f2;
	margin-bottom: 95px;
}
.si_title{
	font-size: 25px;
	font-weight: 700;
	margin-bottom: 17px;
}
.si_text{

}
.si_text p{
	font-size: 14px;
	line-height: 22px;
	color: #38393a;
	margin-bottom: 15px;
}
.si_btn{
	width: 166px;
	height: 35px;
	font-size: 15px;
	line-height: 33px;
	border: 1px solid #38393a;
	color: #38393a;
	display: block;
	text-align: center;
}
.si_btn:hover{
	background: #ff9a51;
	color: #fff;
	border: 1px solid #ff9a51;
}
.article_wp p{
	line-height: 25px;
	margin-bottom: 20px;
}
.article_wp h2 {
    line-height: 25px;
    font-size: 16px;
    text-transform: uppercase;
}
.content_inner h2 {
    line-height: 25px;
    font-size: 16px;
    text-transform: uppercase;
}
.content_inner h3 {
    line-height: 18px;
    font-size: 16px;
    text-transform: uppercase;
}
.content_inner h4 {
    line-height: 18px;
    font-size: 16px;
    text-transform: uppercase;
}
.article_wp .at_pm{
	margin-bottom: 0;
}
.article_wp .at_v1{
	font-weight: 700;
	margin-bottom: 5px;
}
.article_wp ul{
	padding-left: 37px;
	margin-bottom: 20px;
}
.article_wp ul li{
	list-style: none;
	margin-bottom: 4px;
	position: relative;
	padding-left: 8px;
}
.article_wp ul li:before{
    content: '';
    position: absolute;
    width: 3px;
    height: 3px;
    border-radius: 3px;
    left: 0;
    top: 8px;
    background: #000;
}
.article_wp{
	padding-bottom: 32px;
}
.error_wp{
	width: 100%;
	height: 100vh;
	background: url("../img/bg7.jpg") no-repeat center center;
	background-size: cover;
}
.error_wp .container{
	 height: 100%;
}
.eb_title{
	color: #fff;
	font-size: 155px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 40px;
}
.eb_subtitle{
	color: #fff;
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 20px;
	font-weight: 700;
}
.eb_text{
	color: #fff;
	font-weight: 500;
	line-height: 22px;
}
.eb_text a{
	color: #ff9a51;
	text-decoration: underline;
}
.calc_title{
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	background: #000;
	padding: 15px 0 15px 43px;
	position: relative;
	margin-bottom: 17px;
}
.calc_title:before{
	content: '';
	width: 30px;
	height: 2px;
	background: #fff;
	position: absolute;
	top: 50%;
	margin-top: -1px;
	left: 0;
}
.calc_title:after{
	content: '';
	width: 400px;
	height: 100%;
	background: #000;
	position: absolute;
	top: 0;
	left: -400px;
}
.calc_left{
	width: 43%;
}
.calc_attention{
	font-size: 14px;
	color: #515258;
	line-height: 18px;
	margin-bottom: 40px;
}
.cai_sale{
	font-size: 14px;
	font-weight: 500;
	color: #3c3c44;
}
.cai_sale span{
	display: block;
	font-size: 35px;
	font-weight: 700;
	color: #1c1d26;
}
.calc_auto_item{
	width: 97%;
	margin-left: auto;
	border: 2px solid #f57b10;
	position: relative;
	padding: 4px 20px;
	right: -20px;
	opacity: 0.2;
	transition: 0.2s all ease;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}
.calc_auto_item.active{
	width: 100%;
	right: -2px;
	opacity: 1;
	transition: 0.2s all ease;
	margin-top: -2px;
}
.calc_auto_item.active:before{
	content: '';
	width: 14px;
	height: 25px;
	background: url("../img/ico11.png") no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -12px;
	left: -25px;
}
.calc_auto_item.active + .calc_auto_item{
	margin-top: -2px;
}
.calc_auto_item.active + .calc_auto_item + .calc_auto_item{
	margin-top: -2px;
}
.cai_center{
	margin-top: -2px;
}
.cai_delivery{
	position: relative;
	padding-left: 15px;
}
.cai_delivery span{
	position: absolute;
	top: 12px;
	left: 0;
}
.cai_info{
	font-size: 12px;
	color: #949292;
}
.cai_info span{
	display: block;
	font-size: 14px;
	color: #3c3c44;
}
.calc_right{
	width: 57%;
	position: relative;
	z-index: 8900;
}
.cr_top{
	background: #ff9a51;
	padding: 40px 40px 20px 40px;
	position: relative;
	margin-top: -35px;
	border-top-left-radius: 20px;
}
.cr_top:before{
	content: '';
	width: 400px;
	height: 100%;
	background: #ff9a51;
	position: absolute;
	top: 0;
	right: -400px;
}
.cs_select{
	margin-right: 45px;
}
.cs_select .jq-selectbox .jq-selectbox__select {
	width: 190px;
	height: 36px;
	font-weight: 400;
	font-size: 14px;
	line-height: 35px;
	color: #000;
	text-transform: uppercase;
	padding: 0 10px;
	cursor: pointer;
	position: relative;
	background: #fff;
}
.cs_select .jq-selectbox .jq-selectbox__select {
	width: 190px;
	height: 36px;
	font-weight: 400;
	font-size: 14px;
	line-height: 35px;
	color: #000;
	text-transform: uppercase;
	padding: 0 10px;
	cursor: pointer;
	position: relative;
	background: #fff;
	border-radius: 5px;
}
.cs_w1 .jq-selectbox .jq-selectbox__select{
	width: 260px;
}
.cs_w2 .jq-selectbox .jq-selectbox__select{
	width: 90px;
}
.cs_w1, .cs_w2 {
    margin-right: 30px;
}
.cs_select .jq-selectbox .jq-selectbox__trigger {
	background: url(../img/ico12.png) no-repeat;
	width: 15px;
	height: 9px;
	position: absolute;
	top: 50%;
	margin-top: -5px;
	right: 10px;
}
.cs_select .jq-selectbox .jq-selectbox__dropdown {
	width: 100%;
	background: #FFF;
	font-size: 14px;
	border: 1px solid #000;
	border-top: 0;
	padding: 10px;
	border-radius: 5px;
}
.cs_select .jq-selectbox .jq-selectbox__dropdown li {
	margin: 0 0 15px 0;
	cursor: pointer;
}
.cs_select .jq-selectbox .jq-selectbox__dropdown li:last-child {
	margin: 0;
}
.cs_block p{
	color: #fff;
	margin-bottom: 7px;
}
.cs_m1{
	margin-right: 0;
}
.cs_block:last-child .cs_select {
    margin-right: 0;
}
.cl_input{
	width: 100%;
	height: 36px;
	border: none;
	outline: none;
	padding-left: 15px;
	border-radius: 5px;
}
.cl_input_block{
	width: 16%;
}
.cl_polz{
	width: 84%;
	padding-left: 30px;
	padding-top: 10px;
}
.calc_select_wp{
	margin-bottom: 33px;
}
.cl_input_block p{
	color: #fff;
	margin-bottom: 9px;
}
.calc_line{
	margin-bottom: 31px;
}
.cr_bot{
	background: #000;
	padding: 25px 40px 35px 40px;
	position: relative;
}
.cr_bot:before{
	content: '';
	width: 400px;
	height: 100%;
	background: #000;
	position: absolute;
	top: 0;
	right: -400px;
}
.cp_title{
	font-size: 14px;
	color: #fff;
}
.cp_num{
	font-size: 12px;
	color: #fff;
}
.cp_num span{
	font-size: 33px;
	font-weight: 700;
	padding-right: 10px;
}
.old_price .cp_num span{
	text-decoration: line-through;
}
.old_price{
	margin-right: 30px;
	opacity: 0.4;
}
.calc_btn{
	width: 230px;
	height: 40px;
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 40px;
	color: #fff;
	text-align: center;
	background: #f57b10;
	position: absolute;
	top: 37px;
	right: -95px;
	transition: .2s;
	border-radius: 8px;
}
.calc_btn:hover{
	background: #ed1c24;
}
.calc_wp{
	padding-bottom: 117px;
	overflow: hidden;
	padding-top: 35px;
}
.modal{
	display: none;
}
.modal_v1{
	width: 1000px;
	padding: 0;
	overflow: visible;
	z-index: 99999999999999999999999999999;
	position: relative;
}
.modal_v2{
	width: 1200px;
	padding: 0;
	overflow: visible;
	z-index: 999999999999999999999999999999;
	position: relative;
}
.ct_wp{
	padding-left: 300px;
	padding-right: 50px;
	padding-bottom: 30px;
}
.cart_title{
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	padding-top: 40px;
	margin-bottom: 5px;
}
.cart_table {
    min-height: 119px;
}
.cart_table .td{
	padding: 15px 30px;
	border-bottom: 1px solid #eee;
}
.cart_table .td:nth-child(1) {
    width: 30%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.cart_table .td:nth-child(2) {
    width: 19%;
    box-sizing: border-box;
}
.cart_table .td:nth-child(3) {
    width: 38%;
    box-sizing: border-box;
}
.cart_table .td:nth-child(4) {
    display: flex;
    align-items: center;
}
.table_caption .td{
	font-size: 14px;
	text-transform: uppercase;
}
.cart_table{
	width: 100%;
}
.cart_name{
	font-size: 14px;
}
.cart_name span{
	display: block;
	font-size: 14px;
}
.cart_input{
	width: 72px;
	height: 38px;
	border: 1px solid #000;
	padding-left: 10px;
}
.cart_price{
	font-size: 14px;
}
.cart_price span{
	display: block;
}
.cart_del_link{
	display: block;
	width: 15px;
	height: 15px;
	background: url("../img/close2.png") no-repeat;
	border: none;
	cursor: pointer;
}
.cart_input_block span{
	font-size: 14px;
	margin-left: 5px;
}
.cart_itog_price{
	font-weight: 700;
	padding-left: 30px;
	padding-top: 15px;
}
.cf_input{
	width: 200px;
	height: 50px;
	border: none;
	outline: none;
	padding-left: 15px;
	margin-right: 10px;
}
.cf_btn{
	width: 230px;
	height: 50px;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 50px;
	color: #fff;
	text-align: center;
	background: #ed1c24;
	transition: .2s;
	border-radius: 5px;
	border: 1px solid #000000;
}
.cf_btn:hover{
	background: #ff9a51;
}
.cf_btn.nogreen:hover{
    background: #000000;
	opacity: 0.9;
}
.cart_forma{
	background: #000;
	padding: 50px 40px 50px 300px;
	position: relative;
	z-index: 999;
}
.cart_wp{
	position: relative;
}
.cart_img{
	position: absolute;
	left: 44px;
	bottom: 0;
	z-index: 9999999999;
}
.fancybox-close-small:after{
	display: none;
}
.fancybox-close-small{
	width: 18px;
	height: 18px;
	background: url("../img/close1.png") no-repeat;
	position: absolute;
	top: 20px;
	right: 30px;
	transition: .2s;
	z-index: 9999;
}
.fancybox-close-small:hover{
	transform: rotate(90deg);
}
.order_title{
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 20px;
	padding-top: 110px;
}
.order_text{
	font-size: 18px;
}
.modal_phone{
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
}
.mob_btn{
	display: none !important;
}
.main_btn{
	width: 230px;
	height: 50px;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 50px;
	color: #fff;
	text-align: center;
	background: #f57b10;
	display: block;
	margin: 0 auto;
}
.mob_about_img{
	display: none;
}
.mob_about_img img{
	width: 100%;
	height: auto;
}
img{
	display: inline-block;
	vertical-align: bottom;
}
.calc_links .ct_link{
	margin-left: 0;
	margin-right: 10px;
	margin-bottom: 10px;
}
.prev1{
	width: 20px;
	height: 20px;
	background: url("../img/prev.svg") no-repeat;
	background-size: 100%;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	left: 50px;
	z-index: 8900;
	transform: rotate(-180deg);
	transition: .2s;
	opacity: 0.7;
}
.prev1:hover{
	opacity: 1;
}
.next1{
	width: 20px;
	height: 20px;
	background: url("../img/prev.svg") no-repeat;
	background-size: 100%;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	right: 50px;
	z-index: 8900;
	transition: .2s;
	opacity: 0.7;
}
.next1:hover{
	opacity: 1;
}
.swiper-container2{
	margin-top: 85px;
	overflow: hidden;
	position: relative;
}
.sp1{
	bottom: 30px !important;
	z-index: 8900;
}
.swiper-pagination-bullet{
	width: 30px;
	height: 4px;
	background: #fff;
	opacity: 0.5;
	border-radius: 0;
}
.swiper-pagination-bullet-active{
	background: #fff;
	opacity: 1;
}
@-webkit-keyframes bounce {
	from,
	20%,
	53%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	40%,
	43% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0);
	}

	70% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0);
	}

	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0);
	}
}

@keyframes bounce {
	from,
	20%,
	53%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	40%,
	43% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}

	70% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}

	90% {
		-webkit-transform: translate3d(0, -2px, 0);
		transform: translate3d(0, -2px, 0);
	}
}
.head .phone a:before {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.head .telegram a:before {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.head .wapp a:before {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.head .phone a:hover:before{
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
}
.head .telegram a:hover:before{
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
}
.head .wapp a:hover:before{
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
}
.head .cart a:before{
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.head .cart a:hover:before{
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
}
.footer .phone a:before{
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.footer .phone a:hover:before{
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
}
.footer .mail a:before{
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.footer .mail a:hover:before{
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
}

.cli_bg1:before{
	content: '';
	width: 50px;
	height: 50px;
	background: url("../img/ico7.png") no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 8px;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.cli_bg1:hover:before{
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
}
.cli_bg2:before{
	content: '';
	width: 50px;
	height: 50px;
	background: url("../img/ico8.png") no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 8px;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.cli_bg2:hover:before{
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
}
.cli_bg3:before{
	content: '';
	width: 50px;
	height: 50px;
	background: url("../img/ico9.png") no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 8px;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.cli_bg3:hover:before{
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
}
.cli_bg4:before{
	content: '';
	width: 50px;
	height: 50px;
	background: url("../img/ico10.png") no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 8px;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.cli_bg4:hover:before{
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
}
.p_info a{
	text-decoration: underline;
	color: #fff;
}
.p_info{
	width: 100%;
	font-size: 12px;
	padding-top: 7px;
}
.modal .p_info {
	color: #fff;
}
.modal .p_info input {
	margin-right: 7px;
}
.policy_title{
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.policy_text{
	line-height: 22px;
	margin-bottom: 10px;
}
.policy_wp p{
	line-height: 22px;
	margin-bottom: 10px;
}
.modal_p1{
	padding: 30px;
}
#modal5.modal_v1 {
	background: #fff;
}
@keyframes buzz-out {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.tabs__content ul li:hover img{
	will-change: transform;
	transform: translate3d(0, 0, 0);
	-webkit-animation: buzz-out 1 linear 1s;
	-moz-animation: buzz-out 1 linear 1s;
	-ms-animation: buzz-out 1 linear 1s;
	animation: buzz-out 1 linear 1s;
}
.tabs__content ul li img{
	margin-right: 30px;
}
.who_needs_product .bl1 ul li{
	transition: .2s;
	cursor: pointer;
}
.who_needs_product .bl1 ul li:hover{
	color: #fff;
}
.cr_db{
	display: block;
}
.order_forma .p_info a{
	color: #000;
}
.calc_ico2{
	display: none;
}
.calc_link{
	transition: .2s;
}
.calc_link img{
	transition: .2s;
}
.calc_link:hover{
	background: #f2f2f2;
}
.calc_link:hover span{
	color: #ff9a51;
}
.calc_link:hover .calc_ico2 {
	display: inline-block;
}
.calc_link:hover .calc_ico1{
	display: none;
}

.price_link{
	transition: .2s;
}
.price_link img{
	transition: .2s;
}
.price_link:hover{
	background: #ff9a51;
}
.price_link:hover span{
	color: #fff;
}
.price_link:hover .calc_ico2 {
	display: inline-block;
}
.price_link:hover .calc_ico1{
	display: none;
}
.c_input{
	width: 33px;
	height: 20px;
	border: none;
	outline: none;
	text-align: center;
	font-size: 18px;
	border-radius: 3px;
}
.counter_block{
	width: 90px;
	padding: 9px 5px;
	position: relative;
	z-index: 8900;
}
.counter_block a{
	width: 20px;
	height: 20px;
	border-radius: 3px;
	text-align: center;
	line-height: 20px;
	font-size: 20px;
	font-weight: 700;
	color: #ff9a51;
}
.minus{
	background: #f2f2f2 url("../img/minus.svg") no-repeat center center;
	background-size: 17px auto;
}
.plus{
	background: #f2f2f2 url("../img/plus.svg") no-repeat center center;
	background-size: 17px auto;
}
.main_order{
	position: relative;
}
.line_1_wp{
	width: 1903px;
	height: 610px;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -951px;
}
.line1{
	width: 0;
	height: 5px;
	background: #ff9a51;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 8900;
	transition: 0.2s all ease;
}
.animated .line1 {
	width: 63.9%;
	transition: 0.2s all ease;
}
.line2{
	width: 5px;
	height: 0;
	background: #ff9a51;
	position: absolute;
	left: 1215px;
	bottom: 0;
	z-index: 8900;
	transition: 0.2s all ease;
}
.animated .line2 {
	height: 411px;
	transition: 0.2s all ease;
	transition-delay: 0.2s;
}
.line3{
	width: 0;
	height: 5px;
	background: #ff9a51;
	position: absolute;
	left: 1215px;
	bottom: 408px;
	z-index: 8900;
	transition: 0.2s all ease;
}
.animated .line3 {
	width: 95px;
	transition: 0.2s all ease;
	transition-delay: 0.4s;
}
.line4{
	width: 5px;
	height: 0;
	background: #ff9a51;
	position: absolute;
	left: 1310px;
	top: 197px;
	z-index: 8900;
	transition: 0.2s all ease;
}
.animated .line4 {
	height: 25px;
	transition: 0.2s all ease;
	transition-delay: 0.6s;
}
.line5{
	width: 0;
	height: 5px;
	background: #ff9a51;
	position: absolute;
	left: 1310px;
	bottom: 385px;
	z-index: 8900;
	transition: 0.2s all ease;
}
.animated .line5 {
	width: 20px;
	transition: 0.2s all ease;
	transition-delay: 0.8s;
}
.line6{
	width: 5px;
	height: 0;
	background: #ff9a51;
	position: absolute;
	left: 1327px;
	bottom: 385px;
	z-index: 8900;
	transition: 0.2s all ease;
}
.animated .line6 {
	height: 105px;
	transition: 0.2s all ease;
	transition-delay: 1s;
}
.line7{
	width: 0;
	height: 5px;
	background: #ff9a51;
	position: absolute;
	left: 1327px;
	bottom: 488px;
	z-index: 8900;
	transition: 0.2s all ease;
}
.animated .line7 {
	width: 50px;
	transition: 0.2s all ease;
	transition-delay: 1.2s;
}
.line8{
	width: 5px;
	height: 0;
	background: #ff9a51;
	position: absolute;
	left: 1375px;
	bottom: 488px;
	z-index: 8900;
	transition: 0.2s all ease;
}
.animated .line8 {
	height: 65px;
	transition: 0.2s all ease;
	transition-delay: 1.4s;
}
.line9{
	width: 0;
	height: 5px;
	background: #ff9a51;
	position: absolute;
	left: 1375px;
	bottom: 550px;
	z-index: 8900;
	transition: 0.2s all ease;
}
.animated .line9 {
	width: 63px;
	transition: 0.2s all ease;
	transition-delay: 1.6s;
}
.line10{
	width: 5px;
	height: 0;
	background: #ff9a51;
	position: absolute;
	left: 1435px;
	bottom: 550px;
	z-index: 8900;
	transition: 0.2s all ease;
}
.animated .line10 {
	height: 65px;
	transition: 0.2s all ease;
	transition-delay: 1.8s;
}
.line11{
	width: 0;
	height: 5px;
	background: #ff9a51;
	position: absolute;
	left: 1435px;
	bottom: 610px;
	z-index: 8900;
	transition: 0.2s all ease;
}
.animated .line11 {
	width: 85px;
	transition: 0.2s all ease;
	transition-delay: 2s;
}
.line12{
	width: 5px;
	height: 0;
	background: #ff9a51;
	position: absolute;
	left: 1515px;
	top: 0;
	z-index: 8900;
	transition: 0.2s all ease;
}
.animated .line12 {
	height: 50px;
	transition: 0.2s all ease;
	transition-delay: 2.2s;
}
.line13{
	width: 0;
	height: 5px;
	background: #ff9a51;
	position: absolute;
	left: 1515px;
	top: 50px;
	z-index: 8900;
	transition: 0.2s all ease;
}
.animated .line13 {
	width: 65px;
	transition: 0.2s all ease;
	transition-delay: 2.4s;
}
.line14{
	width: 5px;
	height: 0;
	background: #ff9a51;
	position: absolute;
	left: 1580px;
	top: 50px;
	z-index: 8900;
	transition: 0.2s all ease;
}
.animated .line14 {
	height: 560px;
	transition: 0.2s all ease;
	transition-delay: 2.6s;
}
.line15{
	width: 0;
	height: 5px;
	background: #ff9a51;
	position: absolute;
	left: 1580px;
	bottom: 0;
	z-index: 8900;
	transition: 0.2s all ease;
}
.animated .line15 {
	width: 323px;
	transition: 0.2s all ease;
	transition-delay: 2.8s;
}
.line_2_wp{
	width: 100%;
	height: 385px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.line_3_wp{
	width: 100%;
	height: 385px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.line16{
	width: 0;
	height: 4px;
	background: #ff9a51;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 8900;
	transition: 0.2s all ease;
}
.animated .line16 {
	width: 33px;
	transition: 0.2s all ease;
}
.line17{
	width: 4px;
	height: 0;
	background: #ff9a51;
	position: absolute;
	left: 33px;
	bottom: 0;
	z-index: 8900;
	transition: 0.2s all ease;
}
.animated .line17 {
	height: 353px;
	transition: 0.2s all ease;
	transition-delay: 0.2s;
}
.line18{
	width: 0;
	height: 4px;
	background: #ff9a51;
	position: absolute;
	left: 33px;
	bottom: 353px;
	z-index: 8900;
	transition: 0.2s all ease;
}
.animated .line18 {
	width: 40px;
	transition: 0.2s all ease;
	transition-delay: 0.4s;
}
.line19{
	width: 4px;
	height: 0;
	background: #ff9a51;
	position: absolute;
	left: 73px;
	bottom:353px;
	z-index: 8900;
	transition: 0.2s all ease;
}
.animated .line19 {
	height: 31px;
	transition: 0.2s all ease;
	transition-delay: 0.6s;
}
.line20{
	width: 0;
	height: 4px;
	background: #ff9a51;
	position: absolute;
	left: 73px;
	bottom: 383px;
	z-index: 8900;
	transition: 0.2s all ease;
}
.animated .line20 {
	width: 57px;
	transition: 0.2s all ease;
	transition-delay: 0.8s;
}
.line21{
	width: 4px;
	height: 0;
	background: #ff9a51;
	position: absolute;
	left: 126px;
	top: 0;
	z-index: 8900;
	transition: 0.2s all ease;
}
.animated .line21 {
	height: 36px;
	transition: 0.2s all ease;
	transition-delay: 1s;
}
.line22{
	width: 0;
	height: 4px;
	background: #ff9a51;
	position: absolute;
	left: 126px;
	bottom: 349px;
	z-index: 8900;
	transition: 0.2s all ease;
}
.animated .line22 {
	width: 40px;
	transition: 0.2s all ease;
	transition-delay: 1.2s;
}
.line23{
	width: 4px;
	height: 0;
	background: #ff9a51;
	position: absolute;
	left: 162px;
	top: 33px;
	z-index: 8900;
	transition: 0.2s all ease;
}
.animated .line23 {
	height: 40px;
	transition: 0.2s all ease;
	transition-delay: 1.4s;
}
.line24{
	width: 0;
	height: 4px;
	background: #ff9a51;
	position: absolute;
	left: 162px;
	bottom: 309px;
	z-index: 8900;
	transition: 0.2s all ease;
}
.animated .line24 {
	width: 35px;
	transition: 0.2s all ease;
	transition-delay: 1.6s;
}
.line25{
	width: 4px;
	height: 0;
	background: #ff9a51;
	position: absolute;
	left: 194px;
	top: 73px;
	z-index: 8900;
	transition: 0.2s all ease;
}
.animated .line25 {
	height: 65px;
	transition: 0.2s all ease;
	transition-delay: 1.8s;
}
.line26{
	width: 0;
	height: 4px;
	background: #ff9a51;
	position: absolute;
	left: 194px;
	bottom: 245px;
	z-index: 8900;
	transition: 0.2s all ease;
}
.animated .line26 {
	width: 14px;
	transition: 0.2s all ease;
	transition-delay: 2s;
}
.line27{
	width: 4px;
	height: 0;
	background: #ff9a51;
	position: absolute;
	left: 204px;
	bottom: 245px;
	z-index: 8900;
	transition: 0.2s all ease;
}
.animated .line27 {
	height: 17px;
	transition: 0.2s all ease;
	transition-delay: 2.2s;
}
.line28{
	width: 0;
	height: 4px;
	background: #ff9a51;
	position: absolute;
	left: 207px;
	bottom: 258px;
	z-index: 8900;
	transition: 0.2s all ease;
}
.animated .line28 {
	width: 60px;
	transition: 0.2s all ease;
	transition-delay: 2.4s;
}
.line29{
	width: 4px;
	height: 0;
	background: #ff9a51;
	position: absolute;
	left: 267px;
	top: 123px;
	z-index: 8900;
	transition: 0.2s all ease;
}
.animated .line29 {
	height: 262px;
	transition: 0.2s all ease;
	transition-delay: 2.6s;
}
.line30{
	width: 0;
	height: 4px;
	background: #ff9a51;
	position: absolute;
	left: 267px;
	bottom: 0;
	z-index: 8900;
	transition: 0.2s all ease;
}
.animated .line30 {
	width: 733px;
	transition: 0.2s all ease;
	transition-delay: 2.8s;
}
.line31{
	width: 0;
	height: 4px;
	background: #ff9a51;
	position: absolute;
	left: 267px;
	bottom: 0;
	z-index: 8900;
	transition: 0.2s all ease;
}
.animated .line31 {
	width: 933px;
	transition: 0.2s all ease;
	transition-delay: 3s;
}
.ct_wp {
	position: relative;
	z-index: 99;
}
.scroller {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	height: 1px;
	width: 100%;
	visibility: hidden;
}
.main_faq .container {
	position: relative;
	z-index: 9;
}
i {
	font-style: normal;
}
.map_hint {
	padding: 10px 18px 10px 18px;
	color: #fff;
	background: #ff9a51;
	width: 300px;
	font-size: 12px;
	position: relative;
	margin-left: -20px;
	margin-top: -70px;
}
.map_hint:after {
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	border-style: solid;
	border-width: 10px 5px 0 5px;
	border-color: #ff9a51 transparent transparent transparent;
	bottom: -10px;
	left: 5px;
}
.polz_wp {
	position: relative;
	top: -18px;
}
input[disabled]{
	background: #fff;
}
.seo_tags{
	margin-bottom: 20px;
	height: 31px;
	overflow: hidden;
	position: relative;
	padding-right: 130px;
}
.seo_tags a{
	font-size: 14px;
	font-weight: 300;
	color: #939395;
	border: 1px solid #d7d7d7;
	padding: 6px 14px;
	margin: 0 9px 9px 0;
	transition: .2s;
}
.seo_tags a:hover{
	color: #fff;
	background: #ff9a51;
	border: 1px solid #ff9a51;
}
.seo_tags a.active {
	color: #fff;
	background: #ff9a51;
	border: 1px solid #ff9a51;
	cursor: default;
	order: -1;
}
.st_all_link{
	cursor: pointer;
	font-size: 14px;
	font-weight: 700;
	position: absolute;
	bottom: 7px;
	right: 0;
	cursor: pointer;
	display: none;
}
.seo_tags.active{
	height: auto;
}
.seo_tags .s_close{
	display: none;
}
.seo_tags.active .s_close{
	display: block;
}
.seo_tags.active .s_all{
	display: none;
}
.cart_table .tr .td:nth-child(2){
	padding-left: 10px;
	padding-right: 10px;
}
.modal_v1 .p_info{
	color: #fff;
}
.modal_v2 .p_info{
	color: #fff;
}
.head .request_call{
	transition: .2s;
}
.head .request_call:hover{
	background: #000000;
}
.swiper-container2 form input[type="submit"]{
	transition: .2s;
}
.swiper-container2 form input[type="submit"]:hover{
	background: #ff9a51;
}
.price_list .bl .bl_top .tabs__caption li{
	transition: .2s;
}
.price_list .bl .bl_top .tabs__caption li:hover {
	background: #ff9a51;
}
.price_list .bl .bl_top .tabs__caption li.active {
	background: #ff9a51;
}
.price_list .bl table tr{
	cursor: pointer;
}
.price_list .bl table tr:hover td{
	background: #ff9a51 !important;
	color: #fff;
}
table tr:hover td a{
	color: #fff!important;
}
.main_order .bl .order_call{
	transition: .2s;
}
.main_order .bl .order_call:hover{
	background: #ed1c24;
}
.main_reviews .tabs__caption li{
	transition: .2s;
}
.main_reviews .tabs__caption li:hover{
	background: #ff9a51;
}
.main_reviews .tabs__caption li.active {
	background: #ff9a51;
}
.footer .any_questions{
	transition: .2s;
}
.footer .any_questions:hover{
	background: #ed1c24;
}
.cs_select .jq-selectbox__select{
	border: 1px solid #fff;
}
.cs_select .jq-selectbox.opened .jq-selectbox__select{
	border: 1px solid #000;
}
.s_mob_img{
	display: none;
}
.s_mob_img img{
	width: 100%;
	height: auto;
	padding-top: 35px;
}
.who_needs_product .bl2 ul li:last-child{
	border-bottom: none;
}
.ci_mob_title{
	display: none;
}
.ci_mob_title .m_title {
	font-weight: 700;
	font-size: 16px;
	color: #ff9a51;
	text-transform: uppercase;
	margin: 0 0 15px 0;
}
.ci_mob_title .m_title:before {
	content: '';
	background: #ff9a51;
	display: block;
	width: 30px;
	height: 2px;
	float: left;
	margin: 8px 8px 0 0;
}
.ci_mob_title .m_title2 {
	font-size: 30px;
	color: #090909;
	margin: 0 0 15px 0;
}
.p_info{
	padding-top: 10px;
}
.p_info input{
	margin-right: 5px;
}
.page_wp {
    overflow: hidden;
}
.cs_select .jq-selectbox__dropdown {
    top: 36px!important;
}
#modal_empty .order_title {
    margin-bottom: 0;
    padding-top: 0;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}
#modal_empty .ct_wp {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}
#modal_empty.modal_v1 {
    padding-bottom: 0;
}
.in_cart_but:active {
    opacity: 0.6;
}
.hidden {
    display: none;
}
.cf_btn {
    border: none;
    cursor: pointer;
}
.inner_tab {
    position: relative;
}
.inner_tab.inactive:after {
    content: '';
    position: absolute;
    z-index: 9998;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.8) url("/resources/img/rolling.svg") no-repeat center;
    background-size: 70px 70px;
    
}
.price_list .bl .bl_top .tabs__caption li::after{
    float: none !important;
    position: absolute;
    top: 0;
    right: 0;
}
.inner_tab tr td:first-child{
    text-align: left!important;
    padding-left: 10px!important;
}
.inner_tab tr th:first-child{
    text-align: left!important;
    padding-left: 10px!important;
}
.cart_wp {
    overflow: hidden;
}
.grecaptcha-badge {
    z-index: 9998;
}
.tabs__content a {
    color: #000;
}
.inner_tab a {
    color: #000;
	border-radius: 10px;
}
.tabs__content tr:hover a {
    color: #000;
}
.bot_txt img {
    max-width: 100%;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    height: auto;
}
.m_txt ul {
    list-style-type: disc;
    padding-left: 25px;
    font-size: 16px;
    line-height: 25px;
    color: #646161;
}
.head .cart.active span {
    color: #f57b10;
}
.mobile_plus{
	background: #f57b10 url("../img/plus-white.svg") no-repeat center center;
	background-size: 16px auto;
	width: 20px;
	height: 20px;
	position: absolute;
	left: -25px;
	top: 50%;
	margin-top: -10px;
	display: none;
	border-radius: 5px;
}
.price_tonna {
    position: relative;
}
.price_row {
    perspective: 1000px;
}
.cart_tooltip {
    visibility: hidden;
    position: absolute;
    background: #fff;
    font-size: 12px;
    width: 136px;
    height: 26px;
    border-radius: 3px;
    line-height: 26px;
    z-index: 2;
    top: -34px;
    left: 50%;
    margin-left: -68px;
    color: #000 !important;
    opacity: 0;
    transform: translate3d(0, 10px, 0);
    transition: 0.2s all ease;
    box-shadow: 0 0 2px rgba(0,0,0,0.5);
}
.cart_tooltip:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: #fff transparent transparent transparent;
    left: 50%;
    margin-left: -5px;
    bottom: -6px;
    position: absolute;
}
.added .cart_tooltip {
    visibility: visible;
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: 0.2s all ease;
}
.toggle_menu {
    position: absolute;
    z-index: 9;
    background: #ff9a51;
    width: 100%;
    display: none;
}
.htogle.opened + .toggle_menu {
    display: block;
}
.nav_top ul li .toggle_menu a {
    display: block;
    font-weight: 700;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    text-align: left;
    padding: 19px 20px 15px 20px;
    border-bottom: 4px solid transparent;
}
.nav_top ul li .toggle_menu a:hover {
	border-bottom: 4px solid #fff;
}
.catalog_top .ct_link {
    width: auto;
    height: auto;
    padding: 10px 20px;
}
.catalog_top .ct_link span {
    margin-top: 0;
}
#price_list .tabs__content + .tabs__content {
    margin-top: 50px;
}
@keyframes bar
{
  0% {
    top: 15px;
  }
  50% {
    top: 26px;
  }
  100% {
    top: 15px;
  }
}
.price_list .bl .bl_top .jq-selectbox .jq-selectbox__trigger {
        animation: bar 1.2s infinite linear;
            -webkit-animation: bar 1.2s infinite linear;
                -moz-animation: bar 1.2s infinite linear;
}
.cli_bg1:hover::before{
    will-change: transform;
	transform: translate3d(0, 0, 0);
	-webkit-animation: buzz-out 1 linear 1s;
	-moz-animation: buzz-out 1 linear 1s;
	-ms-animation: buzz-out 1 linear 1s;
	animation: buzz-out 1 linear 1s;
}
.cli_bg2:hover::before{
    will-change: transform;
	transform: translate3d(0, 0, 0);
	-webkit-animation: buzz-out 1 linear 1s;
	-moz-animation: buzz-out 1 linear 1s;
	-ms-animation: buzz-out 1 linear 1s;
	animation: buzz-out 1 linear 1s;
}
.cli_bg3:hover::before{
    will-change: transform;
	transform: translate3d(0, 0, 0);
	-webkit-animation: buzz-out 1 linear 1s;
	-moz-animation: buzz-out 1 linear 1s;
	-ms-animation: buzz-out 1 linear 1s;
	animation: buzz-out 1 linear 1s;
}
.cli_bg4:hover::before{
    will-change: transform;
	transform: translate3d(0, 0, 0);
	-webkit-animation: buzz-out 1 linear 1s;
	-moz-animation: buzz-out 1 linear 1s;
	-ms-animation: buzz-out 1 linear 1s;
	animation: buzz-out 1 linear 1s;
}
.footer .phone a:hover:before{
    will-change: transform;
	transform: translate3d(0, 0, 0);
	-webkit-animation: buzz-out 1 linear 1s;
	-moz-animation: buzz-out 1 linear 1s;
	-ms-animation: buzz-out 1 linear 1s;
	animation: buzz-out 1 linear 1s;
}
.footer .mail a:hover:before{
    will-change: transform;
	transform: translate3d(0, 0, 0);
	-webkit-animation: buzz-out 1 linear 1s;
	-moz-animation: buzz-out 1 linear 1s;
	-ms-animation: buzz-out 1 linear 1s;
	animation: buzz-out 1 linear 1s;
}
.head .phone a:hover:before{
    will-change: transform;
	transform: translate3d(0, 0, 0);
	-webkit-animation: buzz-out 1 linear 1s;
	-moz-animation: buzz-out 1 linear 1s;
	-ms-animation: buzz-out 1 linear 1s;
	animation: buzz-out 1 linear 1s;
}
[class*="ymaps-2"][class*="-ground-pane"] {
    /* Firefox 3.5+ */
    filter: invert(100%) grayscale(100%);
    -webkit-filter: invert(100%) grayscale(100%);
    /* Chrome 19+ & Safari 6+ */
}
.pconf {
	position: fixed;
	padding-top:20px;
    padding-bottom: 20px;
    text-align: center;
	font-size: 14px;
    color: #fff;
	background: #ff9a51;
	z-index: 2147483647;      /* выше всего на сайте */
}
.cookie-banner {
	margin: 0;
    font-size: 0.9rem;
    text-align: left;
    color: black;
    text-transform: none;
    font-weight: normal;
    padding-bottom: 5px !important;
	}
.agree-button {
  background-color: #ff9a51; /* Оранж цвет */
  border: none;
  color: white;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 8px 2px;
  cursor: pointer;
  border-radius: 8px; /* Закругленные углы */
}

:root{
  --ticker-duration: 20s;
  --ticker-bg: #000;        /* чёрная полоса под логотипом */
  --ticker-color: #fff;
  --ticker-padding: 6px 0;
  --ticker-font-size: 16px;
}

.site-ticker{
  width:100%;
  background:var(--ticker-bg);
  color:var(--ticker-color);
  padding:var(--ticker-padding);
  box-sizing:border-box;
  font-weight:600;
  font-size:var(--ticker-font-size);
  overflow:hidden;
  position:relative;
  z-index:5; /* меньше, чем у меню, чтобы выпадашки не прятались */
}

/* чтобы меню каталог не перекрывалось тикером */
header nav { position: relative; z-index: 10; }

.ticker__viewport{ overflow:hidden; white-space:nowrap; }
.ticker__track{
  display:flex;
  align-items:center;
  animation: ticker-scroll var(--ticker-duration) linear infinite;
  will-change: transform;
}
.ticker__group{ display:inline-flex; flex:0 0 auto; align-items:center; white-space:nowrap; }
.ticker__item{ margin:0 20px; }
.ticker__sep { margin:0 8px; color:rgba(255,255,255,0.7); }

.site-ticker:hover .ticker__track{ animation-play-state:paused; }

@keyframes ticker-scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* Убираем отступ между шапкой и тикером на мобильных */
@media (max-width: 768px) {
  .site-ticker {
    margin-top: -21px; /* регулируй значение */
  }
}
/* Ускорение бегущей строки на мобильных */
@media (max-width: 1024px) {
  /* планшет/большие телефоны — чуть быстрее */
  :root { --ticker-duration: 10s; }
  .ticker__track { animation-duration: var(--ticker-duration) !important; }
}

@media (max-width: 768px) {
  /* обычные смартфоны — ещё быстрее */
  :root { --ticker-duration: 10s; }
  .ticker__track { animation-duration: var(--ticker-duration) !important; }
}

@media (max-width: 480px) {
  /* маленькие экраны — максимально быстрый вариант */
  :root { --ticker-duration: 10s; }
  .ticker__track { animation-duration: var(--ticker-duration) !important; }
}