*::-webkit-input-placeholder {
	color: #666;
	opacity: 1;
}
*:-moz-placeholder {
	color: #666;
	opacity: 1;
}
*::-moz-placeholder {
	color: #666;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #666;
	opacity: 1;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
	outline: none !important;
}
body input:focus:required:invalid,
body textarea:focus:required:invalid {
}
body input:required:valid,
body textarea:required:valid {
}
body {
	margin: 0px;
	padding: 0px;
	color: #111111;
	font-size: 16px;
}
.html {
	overflow: hidden;
}
h1{
	font-family: Panton;
	font-style: normal;
	font-weight: 700;
	font-size: 48px;
	line-height: 130%;
	text-transform: uppercase;
}
h2{
	font-family: 'Panton';
	font-style: normal;
	font-weight: 100;
	font-size: 48px;
	text-transform: uppercase;
	margin: 0px;
}
h3{
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 150%;
}
a {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 190%;
	text-decoration-line: underline;
	color: inherit;
}
#doc_info{
	width: 100%;
	height: 100vh;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 10000;
	background-color: #0006;
}
#doc_info tr td{
	width: 80%;
	height: 100vh;
	text-align: center;
}
#doc_info tr td div.popap{
	width: 80%;
	padding: 0px;
	display: inline-block;
	height: 80vh;
}
#doc_info tr td div.close{
	background-color: #000;
	padding: 20px;
	color: #fff;
	text-align: right;
}

#doc_info tr td div.close div {
	width: 40px;
	height: 40px;
	background-color: #f00;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	font-size: 25px;
	padding: 3px;
	display: inline-block;
	cursor: pointer;
}
.button{
	display: inline-block;
	vertical-align: top;
	padding: 7px 20px;
	background-color: #ffc300;
	width: auto;
	border:1px solid #111111;
	border-radius:30px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 100;
	font-family: 'InterText';
	transition:0.3s;
	cursor: pointer;
}
.button:hover{
	background-color: #fff;
}
p{
	font-family: 'InterText';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
}
section.kontent{
	padding-top: 100px !important;	
}
.left{
	text-align: left;
}
.right{
	text-align: right;
}
.text-center{
	text-align: center;	
}
section.hed_main h1{
	margin-top: 0px !important;
	text-align: left;
}

/*   HEADER     */
div.logo{
	width: 100%;
	position: absolute;
	text-align: center;
	top: 5px;
	left: 0px;
}
div.logo img{
	display: inline-block;
	width: 100px;
	position: relative;
	z-index: 2;
	cursor: pointer;
	transition:0.5s;
}
div.logo img:hover{
	transform: rotate(360deg);
}
header{
	width: 100%;
	margin: 0px 0px 20px 0px;
	padding:10px 0px;
	position: relative;
	z-index: 12;
}
header ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
header ul li{
	display: inline-block;
	vertical-align: top;
	margin: 0px;
	padding: 5px 20px;
}
header ul li a{
	text-decoration: none;
}
header ul li a.selected{
	border-bottom: 1px dotted #888;
}
.top_menu{
	font-size: 12px;
}
.top_menu ul li{
	padding:10px 0px;
	transition:0.3s;
}
.top_menu ul li:hover {
	color: #ffc400;
	cursor: pointer;
	text-shadow: 1px 1px 1px #000;
}
.top_menu ul li:hover .fa {
	color: #000;
    text-shadow: none;
}
.top_menu ul li.icons {
	padding: 1px 5px 4px 5px;
	border-radius: 50%;
	border: 1px solid #000;
	width: 39px;
	text-align: center;
	position: relative;
	top: 5px;
	transition: 0.3s;
}
.top_menu ul li.icons:hover{
	background: #FFC300;
}
.top_menu ul li.phone{
	font-weight: 800;
}
.left .top_menu ul li{
	margin-right: 30px;
}
.right .top_menu ul li{
	margin-left: 0px;
}
.main_menu {
	font-size: 16px;
	text-transform: uppercase;
	margin-top: 7px;
}
.main_menu .katalog{
	border:1px solid #111111;
	border-radius: 30px;
	position: relative;
}
.main_menu .katalog img{
	margin-right: 7px;
	margin-top: -2px;
}
.main_menu ul li span{
	line-height: 30px;
}

.left .main_menu ul li {
	margin-right: 15px;
	padding: 5px 15px;
}
.left .main_menu ul li:last-child {
	margin-right: 0px;
}
.main_menu ul li{
	transition: 0.3s;
	cursor: pointer;
	border-radius:30px;
	border:1px solid #11111100;
}
.main_menu ul>li:hover{
	background: #FFC300;
	border:1px solid #111111;
}
.main_menu ul li.right_menu{
	position: relative;
	margin-right: -20px;
}
/*   HEADER END    */

/*  СЛАЙДЕР ГЛАВНАЯ  */
.slide_menu {
	display: none;
	position: absolute;
	top: 106px;
	background: #fff;
	padding: 0px 0px 30px 0px;
	width: 100%;
	border-bottom: 1px solid #989898;
}
.slide_menu span.tit_sl_menu {
	position: relative;
	display: inline-block;
	width: auto;
	text-transform: uppercase;
	font-size: 40px;
}
.slide_menu .container{
	padding-top: 30px;
	border-top:1px solid #989898;
}
.slide_menu ul{
	list-style-type: none;
	width: 100%;
	text-align: left;
	padding: 0px;
	margin: 0px;
}
.slide_menu ul li{
	display: inline-block;
	width: 50%;
	margin:5px -2px;
	text-transform: uppercase;
	padding: 0px;
}
.slide_menu ul li a{
	display: inline-block;
	text-decoration: none;
	font-size: 14px;
	padding: 5px 10px;
	border-radius:30px;
	width: auto;
	border:1px solid #11111100;
	transition:0.3s;
	font-family: InterText;
	font-weight: 100;
}
.slide_menu ul li a:hover{
	background: #FFC300;
	border:1px solid #111111;
}
.slide_menu ul li a.active{
	background: #ffffff;
	border:1px solid #111111;
}
.slide_menu .view_menu{
	width: 100%;
	text-align: right;
}
.slide_menu .view_menu img{
	width: 100%;
}

/*  О КОМПАНИИ ГЛАВНАЯ */
section.company_info{
	padding:0px;
	margin: 0px;
}
section.company_info p{
	font-family: 'InterText';
	font-style: normal;
	font-weight: 100;
	font-size: 16px;
	line-height: 150%;
	padding: 10px;
	margin: 0px;
}
section.company_info ul{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
section.company_info ul li{
	width: 45%;
	display: inline-block;
	vertical-align: top;
	border: 1px solid rgba(17, 17, 17, 0.3);
	padding: 0px;
	text-align: left;
	margin-bottom: 10px;
	margin: 1%;
	font-family: 'InterText';
	cursor: pointer;
}
section.company_info ul li:hover{
	opacity: 0.6;
}
section.company_info ul li i{
	width: 100%;
	display: inline-block;
	vertical-align: top;
	margin: 0px;
	padding: 5px;
	text-align: right;
	background: #FFC300;
	font-style: italic;
	text-decoration: none;
	padding-right: 10px;
}
section.company_info ul li a img {
	float: left;
	width: 13px;
	margin: 5px;
}
section.company_info ul li p{
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 150%;
	min-height: 90px;
}

/*  КАТАЛОГ ГЛАВНАЯ  */
section.katalog_block{
	margin: 0px;
	padding: 0px;
	text-align: center;
	text-align: left;
}
section.katalog_block .kat_filter {
	padding: 50px 0px;
	margin: 0px;
	text-align: left;
}
.katalog_list{
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
section.katalog_block .kat_filter ul{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	text-align: left;
}
section.katalog_block .kat_filter li {
	display: inline-block;
	vertical-align: top;
	width: auto;
}
section.katalog_block .kat_filter li a {
	display: inline-block;
	vertical-align: top;
	width: auto;
	background-color: #EFEFEF;
	padding: 8px 20px;
	border-radius: 30px;
	margin: 8px 2px;
	font-size: 14px;
	font-family: 'Inter';
	transition: 0.3s;
	border: 1px solid #11111100;
	text-decoration: none;
}
section.katalog_block .kat_filter li a span {
	opacity: .7;
	font-size: 75%;
}
section.katalog_block .kat_filter li a:hover {
	background: #FFC300;
	border: 1px solid #111111;
	cursor: pointer;
}
section.katalog_block .kat_filter li a.aktiv {
	background: #fff;
	border: 1px solid #111111;
	cursor: pointer;
	pointer-events: none;
}
section.katalog_block .list {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	width: 100%;
	text-align: left;
	margin-bottom: 0;
}
section.katalog_block .list_item {
	flex-basis: 24%;
	margin-bottom: 30px;
	cursor: pointer;
	text-align: center;
	position: relative;
	border: 1px solid lightgray;
}
section.katalog_block .list_item img{
	width: 100%;
	transition:0.3s;
}
section.katalog_block .list_item p {
	position: relative;
	margin: -34px 0px 18px 0px;
	padding: 0px 20px;
	width: 100%;
	font-family: Inter;
	font-size: 14px;
	text-transform: uppercase;
}
section.katalog_block .list_item p a{
	text-decoration: none;
	font-size: 14px;
}
section.katalog_block .list_item p a:hover{
	text-decoration: underline;
	opacity:0.9;
}
section.katalog_block .list_item p.cena {
	margin: 0px;
	opacity: 0.5;
	padding: 0px;
	text-align: left;
}
section.katalog_block .list_item:hover img {
	opacity:0.3;
	cursor: pointer;
}
section.katalog_block .list_item a.button {
	opacity: 0; 
	top: 0px;
	display: block;
	width: auto;
	padding: 8px 20px;
	border: 1px solid #111111;
	top: 50%;
	text-decoration: none;
	transition:0.3s;
	text-transform: uppercase;
	font-family: InterText;
	font-weight: 100;
}
section.katalog_block .list_item:hover a.button {
	opacity:1;
	cursor: pointer;
}
section.katalog_block .list__img-wrapper {
	position: relative;
	min-height: 280px;
	/*display: flex;*/
	align-items: center;
}
section.katalog_block .list__img-wrapper a {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 90%;
	transform: translate(-50%, -50%);
}
section.katalog_block .informer{
	width: 100%;
	text-align: right;
	position: absolute;
	padding:0px 0px;
	top: 0px;
	z-index: 1;
}
section.katalog_block .informer .new{
	padding: 5px 15px;
	background-color: #000;
	color: #ffc300;
	text-transform: uppercase;
	margin: 0px;
	float: right;
}
section.katalog_block .informer .sale{
	padding: 4px 14px;
	background-color: #ffc300;
	color: #000;
	text-transform: uppercase;
	border:1px solid #000;
	margin: 0px;
	float: right;
}
section.katalog_header{
	padding: 50px 0px;
	margin: 0px;
}
section.katalog_header h1{
	margin:20px 0px 0px 0px;
}
section.katalog_header p {
	padding-right: 130px;
	margin: 10px 0px 0px 0px;
}
section.produkt button{
	width: 100%;
}
.navigation{
	width: 100%;
	padding: 0px;
	font-size: 14px;
}
.navigation a{
	text-decoration: none;
	font-family: InterText;
	color: #989898;
	font-weight: 100;
	font-size: 14px;
}
.navigation a:hover{
	color: #000;
	text-decoration: underline;
}
.boot_step{
	padding-bottom: 100px !important;
}
.cena {
	text-align: right;
	position:inherit;
	width: 100%;
	margin-top: 50px;
	padding-right: 130px;
}
.produkt .cena img{
	border-radius: 0px !important;
	width: 40px;
	height: 40px;
	position: absolute;
	left: 0px;
}
.cena span {
	font-size: 36px;
	text-transform: uppercase;
	line-height: 35px;
}
div.param{
	width: 100%;
	padding: 0px 100px 0px 0px;
	/*margin-top: 100px;*/
	margin-top: 50px;
}
div.param div.info {
	text-transform: uppercase;
	font-size: 20px;
	position: relative;
	line-height: 45px;
}
div.param div.info img {
	width: 40px;
	/* padding: 10px; */
	position: absolute;
	right: 0px;
	/* border: 1px solid #111111; */
	border-radius: 50%;
}
div.param ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	text-align: right;
	width: 100%;
	margin-top: 30px;
}
div.param ul li{
	width: 100%;
	padding: 10px 0px;
	border-top:1px solid #989898;
	position: relative;
	color: #111111;
}
div.param ul li img{
	width: 30px;
	transition:0.5s;
}
div.param ul li img:hover{
	transform: rotate(360deg);
}
div.param ul li span{
	position: absolute;
	left: 0px;
	color: #989898;
}
div.param ul li.boot {
	border-bottom: 1px solid #989898;
}
div.param_img {
	margin-top: 100px;
}
div.param_img img{
	width: 100%;
}
.main{
	display: flex;
	flex-wrap: wrap;
	margin-top: 150px;
	padding: 0px;
	margin-bottom: 150px;

}
.main__item {
	position: relative;
	flex-basis: 50%;
	border-top: 1px solid #989898;
	padding-top: 20px;
	padding-bottom: 40px;
}
.main p {
	margin: 0;
}
.main__item:nth-child(odd) {
	border-right: 1px solid #989898;
}
.main__item:nth-child(even) {
	padding-left: 20px;
}
.main__item:nth-child(odd):before {
	position: absolute;
	content: '';
	width: 41px;
	height: 41px;
	top: -21px;
	left: 96.5%;
	background: white;
	border: 1px solid transparent;
	border-radius: 50%;
	z-index: 2;
}
.main__item--padding {
	padding-bottom: 10px;
}

/*  ГАЛЕРЕЯ  */
section.galery{
	padding-bottom: 150px;
	width: 100%;
}
section.galery h3 {
	text-transform: uppercase;
	font-size: 16px;
	margin: 0px;
	text-align: left;
	/* background: #ffc300; */
	padding: 0px 0px 10px 0px;
	width: 90%;
}
section.galery .content_img{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
section.galery .content_img__item {
	flex-basis: 50%;
	padding: 0px;
	border:3px solid #fff;
}
section.galery .content_img__item {
	flex-basis: 50%;
	padding: 0px;
	border:3px solid #fff;
}
section.galery .content_img__item img{
	width: 100%;
	border-radius:0px;
}
section.galery .list_img {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
section.galery .list_img > div{
	flex-basis: 50%;
	padding: 0px;
	margin: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	border:2px solid #fff;
}
section.galery .list_img div p{
	padding: 0px;
	margin: 10px 0px;
}
section.galery .slider  {
	position: inherit;
	margin-top: 50px;
}
section.galery .slider button.slick-arrow:hover {
	background-color: #FFC300;
}
section.galery .slider button.slick-prev {
	right: 90px;
	background: url(../img/icon/left.png) no-repeat #ffffff;
	background-size: 40px;
	background-position: center;
}
section.galery .slider button.slick-next {
	right: 0px;
	background: url(../img/icon/right.png) no-repeat #ffffff;
	background-size: 40px;
	background-position: center;
}
section.galery .slider button.slick-arrow {
	top: 10px !important;
}
div.MainGalery  {
	overflow: hidden;
	margin: 0 -10px;
}
div.MainGalery div{
	float: left;
    max-width: 25%;
	padding: 0px;
	margin: 0px;
}
div.MainGalery div.big_r{
	max-width: 50%;
	float: right;
}
div.MainGalery div.big_l{
	max-width: 50%;
}
div.MainGalery div.mini{
}
div.MainGalery img{
	width: 100%;
	padding: 10px;
}
section.dop_produkt_list {
	padding-bottom: 150px;
}
section.dop_produkt_list h2{
	font-weight: 600;
}
div.info_block{
	padding: 25px 15%;
}
div.info_block h2{
	font-size: 20px;
	font-family: Inter;
}
div.info_block ul {
	padding: 0px 25px;
	margin: 5px 0px;
}
div.info_block ul li {
	list-style: circle;
	padding: 2px 0px;
}
div.info_block hr{
	border:0px;
	border-top:1px solid #989898;
}
div.info_block ul li.noPix {
	list-style: none;
	left: -16px;
	position: relative;
}
div.info_block .accordion__title div {
	flex-basis: 100%;
	padding: 0px;
	margin: 0px;
	align-items: center;
	justify-content: center;
	display: flex;
}
div.info_block .accordion__icon img {
	width: 40px;
	height: 40px;
	padding: 8px;
	border: none;
	border-radius: 50%;
}
section.dop_produkt_list .list_item img{
	border-radius: 0px;
}
section.dop_produkt_list .slider  {
	margin-top: 50px;
}
section.dop_produkt_list .slider button.slick-arrow {
	position: absolute;
	z-index: 2;
	top: 15px;
	width: 70px;
	height: 35px;
	border: 0px;
	color: #0000;
	border-radius: 30px;
	border: 1px solid #111111;
	transition: 0.3s;
}
section.dop_produkt_list .slider button.slick-arrow:hover {
	background-color: #FFC300;
}

section.dop_produkt_list .slider button.slick-prev {
	right: 90px;
	background: url(../img/icon/left.png) no-repeat #ffffff;
	background-size: 40px;
	background-position: center;
}
section.dop_produkt_list .slider button.slick-next {
	right: 0px;
	background: url(../img/icon/right.png) no-repeat #ffffff;
	background-size: 40px;
	background-position: center;
}
section.dop_produkt_list .slider button.button {
	right: 0px;
	background: url(../img/icon/right.png) no-repeat #ffffff;
	background-size: 40px;
	background-position: center;
}
section.dop_produkt_list  .no_view {
	display: none;
}

/*  Последние новости  */
section.news .list_news {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	text-align: left;
	margin-top: 50px;
}
section.news .list_item{
	flex-basis: 45%;
	margin-bottom: 50px;
	cursor: pointer;
	border-top:1px solid #989898;
	padding-top: 0px;
	transition:0.5s;
}
section.news .list_item:hover {
	background: #eee;
	background: #ffc300;
	margin-top: -10px;
	margin-bottom: 60px;
	/* margin-left: -10px; */
	/* box-shadow: 10px 10px 0px 2px #00000042; */
}
section.news .list_item img{
	width: 100%;
}
section.news .list_item div{
	display: inline-block;
	vertical-align: top;
}
section.news .list_item div.img {
	width: 30%;
	height: 200px;
}
section.news .list_item div.text{
	width: 65%;
	margin-left: 20px;
	height: 100%;
	position: relative;
}
section.news .list_item div.text p{
	margin:5px 0px 20px 0px;
	font-family: Inter;
}
section.news .list_item div.text span{
	color: #000;
	font-size: 12px;
}
div.text a {
	position: absolute;
	border-radius: 0px;
	bottom: 0px;
	left: 0px;
}

div.text a:hover {
	text-decoration: none;
}
.news_pages{
	text-align: center;
	padding-bottom: 50px;
}
.news_pages .button{
	padding: 15px 20px;
	cursor: pointer;
	margin-top: 50px;
}
div.news_list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	text-align: left;
}
.list_news a {
	flex-basis: 47% !important;
	text-decoration: none;
}
section.news .list_item div.text p.mini-text {
	font-size: 15px;
	font-family: InterText;
	font-weight: 100;
	margin: 0px;
}
div.news_list div{
	flex-basis: 50%;
	height: 250px;
	justify-content: space-between;
	padding: 0px 50px;
	position: relative;
}
div.news_list div.img{
	background-size: 100%;
	background-position: center center;
}
div.news_list div span{
	color: #989898;
}
div.news_list div p{
	text-transform: uppercase;
	font-family: Inter;
	margin-top: 50px;
	font-size: 20px;
}
div.news_list div a{
	position: absolute;
	bottom: 0px;
}
div.news_list div a:hover{
	text-decoration: none;
}

div.news_list div a:hover{
	text-decoration: none;
}

div.had_news{
	display: flex;
	justify-content: space-between;
	position: relative;
	width: 100%;
	margin-top: 50px;
	border-top:1px solid #989898;
	padding: 10px 0px;
}
div.had_news div{
	flex-basis: 50%;
}
div.had_news div.date{
	text-align: right;
	color: #989898;
}
div.had_news h1{
	font-size: 20px;
	font-family: Inter;
}
section.news_info{
	margin-bottom: 30px;
	padding-bottom: 0px;
}
section.main_news{
	margin-top: 0px;
	padding-bottom: 0px;
}
section.main_news hr {
	bottom: 0px;
	border-top: 1px solid #989898;
	display: inline-block;
	width: 95%;
	margin: 0px 0px 25px 0px;
	position: relative;
	top: 0px;
}
.news_list hr {
    width: 100%;
}
section.main_news a {
	margin-top: 50px;
	display: inline-block;
	width: auto;
}
section.news_info img, section.main_news img {
	max-width: 100%;
}
section.news_info .news_pages .col-md-12 .col-md-12 {
	padding-left: 0;
    padding-right: 0
}
.otziv{
	display: flex;
	justify-content: space-between;
	position: relative;
	width: 100%;
}
.otziv div.left{
	flex-basis: 90%;
}
.date{
	color: #989898;
}
.otziv div.left span{
	display: inline-block;
	width: auto;
	margin-bottom: 20px;
	font-family: Inter;
}
.otziv div.right{
	flex-basis: 10%;
}
.otziv div.right ul{
	list-style-type: none;
	width: 100%;
	padding: 0px;
	margin: 0px;
	text-align: center;
	display: flex;
	justify-content: space-between;
}
.otziv div.right ul li{
	flex-basis: 17px;
	list-style-type: none;
	padding: 0px;
	margin:20px	 0px 0px 0px;
}
.otziv div.right ul li img{
	width: 17px;
}
.list_block{
	display: flex;
	width: 100%;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 100px;
}
.list_block div{
	flex-basis: 47%;
	border-top:1px solid #989898;
	padding-top: 10px;
	margin-bottom: 50px;

}
.list_block div img{
	width: 100%;
	border-radius: 20px;
}
.list_block div h2{
	font-size: 20px;
	font-family: Inter;
}

/*  Контакты  */

section.kontakt .kontakt_list {
	background: #ffc300;
	border: 1px solid #111111;
	padding: 30px 50px;
	width: 120%;
	height: 370px;
	margin-top: 120px;
	position: relative;
	z-index: 1;
}
section.kontakt .kontakt_list h3{
	text-transform: uppercase;
	margin: 0px;
	font-size: 20px;
	font-weight: 700;
}
section.kontakt .kontakt_list ul{
	padding: 0px;
	margin: 0px;
}
section.kontakt .kontakt_list ul li{
	margin-top: 20px;
}
section.kontakt .kontakt_list ul li span{
	margin-top: 20px;
	font-style: italic;
	opacity: 0.5;
	font-size: 14px;
}
section.kontakt .kontakt_list ul li p{
	margin: 10px 0px 0px 0px;
}
section.kontakt .kontakt_list ul li p a{
	text-decoration: none;
}
section.kontakt .kontakt_list ul li p a:hover{
	text-decoration: underline;
}
section.kontakt .kontakt_maps{
	width: 100%;
}
section.kontakt .kontakt_maps #map{
	width: 100%;
	height: 500px;
}

/*  Гарантия и сервис  */

section.garant {
	padding-bottom: 150px;
}
section.garant .text{
	padding: 10px 0px;
	border-top:1px solid rgba(0, 0, 0, 0.3);
}
section.garant .text h3{
	text-transform: uppercase;
	margin: 0px;
	font-size: 20px;
	font-weight: 700;
}
section.garant .text p{
	margin: 20px 0px 0px 0px;
}
section.garant .bottom {
	margin-top: 20px;
	border-bottom:1px solid rgba(0, 0, 0, 0.3);
}

/*  ПОДВАЛ  */
footer{
	background-color: #efefef;
	padding: 50px 0px;
	background: linear-gradient(to right, #efefef 50%, #ffc300 50%);
}

footer nav{
	text-align: right;
}
footer ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: inline-block;
	width: 38%;
	vertical-align: top;
	text-align: left;
}
footer ul.nav{
	width: 30%;
}
footer ul.nav li{
	margin-bottom: 4px;
	cursor: pointer;
	width: auto;
	transition:0.3s;
	padding-left: 5px;
}
footer ul.nav li a{
	text-decoration: underline;
	font-size: 12px;
}
footer ul.nav li:hover{
	color: #989898;
}
footer ul.kontakt {
	width: 100%;
	text-align: left;
	margin-left: 20px;
}
footer ul.kontakt li{
	width: 32%;
	display: inline-block;
	vertical-align: top;
	margin: 0px;
	font-size: 14px;
}
footer ul.logo {
	text-align: left;
	width: 100%;
	margin: 0px 0px 30px 0px;
}
footer ul.logo li img{
	width: 70px;
	transition: 0.5s;
}
footer ul.logo li.text {
	font-family: Scrawl;
	font-size: 42px;
	text-transform: inherit;
	line-height: 60px;
	padding-top: 7px;
}
footer ul.logo li{
	display: inline-block;
	width: auto;
	vertical-align: top;
}
footer ul.cat_link {
	width: 69%;
	margin-top: 0px;
	display: inline-block;
	vertical-align: top;
}
footer ul.cat_link li {
	display: inline-block;
	width: 45%;
	padding: 2px 0px 2px 10px;
	margin: 0px 5px 0px 0px;
}
footer ul.cat_link li a{
	font-size: 12px;
	line-height: 12px;
}
footer ul.cat_link li a:hover, footer ul.nav li a:hover{
	text-decoration: none;
}
footer ul.logo li img:hover {
	transform: rotate(360deg);
}
footer ul.kontakt li {
	width: auto;
	display: inline-block;
	vertical-align: top;
	margin: 15px 0px;
	font-size: 14px;
	margin-right: 15px;
}
footer ul.kontakt li span{
	margin-top: 20px;
	font-style: italic;
	opacity: 0.5;
	font-size: 14px;
}

footer ul.kontakt li p{
	margin: 5px 0px 0px 0px;
	font-size: 14px;
}

footer ul.kontakt li p a{
	margin: 10px 0px 0px 0px;
	font-size: 14px;
	text-decoration: none;
	font-weight: 100;
	font-family: 'InterText';
}

footer ul.kontakt li p a:hover{
	text-decoration: underline;
}
.form_modal_window .otziv div{
	width: 50%;
}

.form_modal_window .otziv div input{
	width: 100%;
}
.form_modal_window .otziv div span{
	margin: 0px 10px;
	color: #111;
	font-size: 14px;
}
.form_modal_window .otziv div.rating {
	width: 100%;
	height: 40px;
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	justify-content: center;
	padding-top: 0px;
}
.otziv_form input{
	width: 100%;
	border:1px solid #989898 !important;
	border-radius:5px;
	padding: 8px 20px !important;
}
.otziv_form textarea{
	width: 100%;
	height: 100px;
	border:1px solid #989898;
	border-radius:5px;
	padding: 8px 20px !important;
	margin-bottom: 30px;
}
.rating:not(:checked)>input {
	display: none;
}
.rating:not(:checked)>label {
	width: 40px;
	cursor: pointer;
	font-size: 40px;
	color: lightgrey;
	text-align: center;
	line-height: 1;
}
.rating:not(:checked)>label:before {
	content: '★';
}
.rating>input:checked~label {
	color: gold;
}
.rating:not(:checked)>label:hover,
.rating:not(:checked)>label:hover~label {
	color: gold;
}
label.personaldata a{
	line-height: 15px;
}
.for-list span{
	font-size: 60px;
	color: #ffc400;
}
.for-list h3{
	font-size: 30px;
	color: 000;
	text-transform: uppercase;
}
section.politika{
	padding-bottom: 50px;
}
section.politika h1{
	font-size: 30px;
	font-weight: 800;
	margin: 30px 0px 10px 0px;
}
section.politika h2{
	font-size: 20px;
	font-weight: 800;
	margin: 30px 0px 10px 0px;
}
section.politika p{
	margin: 5px 0px 5px 20px;
}

/* Стили для footer_form */
footer form {
	width: 100%;
	margin-left: 20px;
	margin-bottom: 30px;
	margin-top: 10px;
}

footer h3{
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	margin: 0px;
}
footer form input {
	background: none;
	width: 45%;
	border: 0px;
	color: #11111177;
	border-bottom: 1px solid #886A08;
	margin-top: 10px;
	margin-right: 25px;
	font-size: 16px;
}
footer form input.form_sub_footer {
	background: none;
	width: auto;
	color: #111111;
	border: 1px solid #111111;
	margin-top: 20px;
	margin-right: 20px;
	padding: 10px 50px;
	border-radius: 30px;
	text-transform: uppercase;
	font-size: 15px;
	transition: 0.3s;
	position: absolute;
	right: 0px;
}
footer form input.form_sub_footer:hover{
	background: #fff;
}
footer form .form-input {
	position: relative;
	display: inline;
}
.form-error {
  color: red;
}
.form_modal_window_footer .form-input label.form-error {
  margin: 0;
  position: absolute;
  left: 0;
  font-size: 11px;
  bottom: -22px;
}
footer form input.form-error {
  border-bottom: 1px solid red;
}
.error{
	text-align: center;
	position: inherit;
	padding: 100px 0px;
}

.err_block{
	display: inline-block;
	vertical-align: top;
	width: 600px;
	height: 600px;
	text-align: center;
	background: url(../img/404.png) no-repeat;
	background-size: cover;
	padding-top: 100px;
}
p.big {
	font-size: 25px;
	font-family: Inter;
	text-transform: uppercase;
	text-align: center;
	margin: 0px;
	margin: 0px 0px 30px 0px;
	color: #111;
}
form .check  {
	width: 100%;
	text-align: left;
	color: #11111188;
	font-size: 14px;
	line-height: 10px;
}
form .check a:hover {
	text-decoration: none;
}
form .check input {
	width: auto;
	margin-bottom: 30px;
	border:0px;
	border-bottom: 1px solid #000000;
	color: #11111188;
}
input[type="checkbox"]:checked, 
input[type="checkbox"]:not(:checked) 
{
	position: absolute;
	left: -9999px;
}

input[type="checkbox"]:checked + label, 
input[type="checkbox"]:not(:checked) + label{
	display: inline-block;
	position: relative;
	padding-left: 28px;
	line-height: 20px;
	cursor: pointer;
}

input[type="checkbox"]:checked + label:before, 
input[type="checkbox"]:not(:checked) + label:before{
	content: "";
	position: absolute;
	left: 0px;
	top: 10px;
	width: 20px;
	height: 20px;
	border: 1px solid #dddddd;
	background-color: #ffffff;
}

input[type="checkbox"]:checked + label:before, 
.form_block	border-radius: 2px;
}

input[type="radio"]:checked + label:before{
	border-radius: 100%;
}

input[type="checkbox"]:checked + label:after, 
input[type="checkbox"]:not(:checked) + label:after{
	content: "";
	position: absolute;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

input[type="checkbox"]:checked + label:after {
	left: -1px;
	top: 10px;
	width: 20px;
	height: 13px;
	border-radius: 1px;
	border-bottom: 2px solid #585858;
	border-right: 3px solid #585858;
	-webkit-transform: rotate(-53deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(55deg);
}

input[type="radio"]:checked + label:after{
	left: 5px;
	top: 5px;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background-color: #e145a3;
}

input[type="checkbox"]:not(:checked) + label:after{
	opacity: 0;
}

input[type="checkbox"]:checked + label:after{
	opacity: 1;
}


footer .check {
	margin-top: 20px;
	display: inline-block;
	width: 70%;
}
.modal-wrapper-footer_form {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0; 
    left: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    background: rgba(0, 0, 0, 0.5);
    font-family: 'InterText';
}
.modal-wrapper-footer_form.open {
    opacity: 1;
    visibility: visible;
    z-index: 3;
}
.modal-wrapper-footer_form .modal {
	width: 500px;
	display: block;
	margin: 30% 0 0 -250px;
	position: relative;
	top: 50%; 
	left: 50%;
	opacity: 0;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	background: #fafafa;
}
.modal-wrapper-footer_form.open .modal{
	margin-top: -200px;
	opacity: 1;
	border-radius:20px;
	width: 600px;
}
.modal-wrapper-footer_form .modal .content {
    padding: 20px 70px;
}
.ok_email {
  color: #000;
  padding: 30px 0 60px;
  text-align: center;
}
p.ok_mails {
    font-size: 25px;
    text-transform: uppercase;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
	footer form input.form_sub_footer {
		position: relative;
	}
	.form_modal_window_footer .form-input label.form-error {
	    font-size: 14px;
	    bottom: -28px;
	}
}

/* Стили для produkt_form */
.modal-wrapper-produkt_form,
.modal-wrapper-footer_form_ok {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0; 
    left: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    background: rgba(0, 0, 0, 0.5);
    font-family: 'InterText';
}
.modal-wrapper-produkt_form.open,
.modal-wrapper-footer_form_ok.open {
    opacity: 1;
    visibility: visible;
    z-index: 3;
}
.modal-wrapper-produkt_form .modal,
.modal-wrapper-footer_form_ok .modal {
	width: 500px;
	display: block;
	margin: 30% 0 0 -250px;
	position: relative;
	top: 50%; 
	left: 50%;
	opacity: 0;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	background: #fafafa;
}
.modal-wrapper-produkt_form.open .modal,
.modal-wrapper-footer_form_ok.open .modal {
	margin-top: -200px;
	opacity: 1;
	border-radius:20px;
	width: 600px;
}
.modal-wrapper-produkt_form .modal .content,
.modal-wrapper-footer_form_ok .modal .content {
    padding: 20px 70px;
}
.modal .content form input {
    color: #000;
    padding: 5px;
    border: none;
    margin-bottom: 30px;
    font-size: 16px;
    border-bottom: 1px solid #111111;
    background: none;
    width: 100%;
}
ul.snip{
  width: 100%;
  margin: 0px 0px 10px 0px;
  padding: 0px;
  text-align: left;
}
ul.snip li{
  display: inline-block;
  vertical-align: top;
  width: 60%;
  color: #000;
  padding: 0px;
}
ul.snip li p{
  font-size: 20px;
  margin: 0px;
}
ul.snip li.img{
 width: 29%;
 padding: 0px;
}
ul.snip li img{
 width: 100%;
 height: auto;
}
.btn-close {
    position: absolute;
    right: 15px;
    top: 15px;
    padding: 1px 7px;
    width: 40px;
    height: 40px;
    border: 1px solid #000;
    border-radius: 50%;
    cursor: pointer;
    transition:0.3s;
    text-align: center;
}
.btn-close img {
    width: 70%;
    position: relative;
    top: 6px;
    right: -1px;
    transition:0.3s;
}
.btn-close img:hover{
    transform: rotate(180deg);
    width: 80%;
}
.btn-close:hover {
    opacity: 0.7;
    background: #ffc300;
}
.modal-wrapper-produkt_form form .check  {
	padding-bottom: 30px;
	position: relative;
}
.modal .content form input[type=submit] {
	padding: 7px 20px;
    background-color: #ffc300;
    border: 1px solid #111111;
}
.modal .content form input[type=submit]:hover {
    background-color: #ffffff;
}
.modal .content form input[type="checkbox"] + label {
	line-height: 40px;
}
.modal-wrapper-produkt_form .form-input{
	position: relative;
}
.modal-wrapper-produkt_form label.form-error {
    position: absolute;
    left: 7px;
    bottom: 24px;
    color: #e2525c;
    background: none;
    margin-bottom: -10px;
    font-size: 12px;
}