@font-face {
  font-family: "BrixSansBold";
  src: url("/assets/fonts/BrixSansBold.otf") format("otf");
  font-display: swap;
}
@font-face {
  font-family: "BrixSansMedium";
  src: url("/assets/fonts/BrixSansMedium.otf") format("otf");
  font-display: swap;
}
@font-face {
  font-family: "BrixSansRegular";
  src: url("/assets/fonts/BrixSansRegular.otf") format("otf");
  font-display: swap;
}

/*:root {
  --main-green-color: #005A63;
  --main-green-color-hover: #02484f;
  
  --main-orange-color: #FF0066;
  --main-orange-color-hover: #cb0252;
  
  --main-purple-color: #005A63;
  --main-purple-color-hover: #02484f;
  
  --main-gray-color: #4B4B4B;
}*/
:root {
  --main-green-color: #eb1b11;
  --main-green-color-hover: #A60E07;
  
  --main-orange-color: #eb1b11;
  --main-orange-color-hover: #A60E07;
  
  --main-purple-color: #eb1b11;
  --main-purple-color-hover: #A60E07;
  
  --main-gray-color: #282828;
}
* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: 'BrixSansRegular', sans-serif;
  outline: none;  
  color: #282828;
}

/* text */
.text-24{
	font-size: 24px;
}
.text-16{
  font-size: 16px;
}
.text-14{
  font-size: 14px;
}
.text-green{
  color: var(--main-green-color)
}
.text-orange{
  color: var(--main-orange-color)
}
.text-gray{
  color: var(--main-gray-color)
}
.text-600{
  font-weight: 600;
}
.text-700{
  font-weight: 700;
}
.text-center{
  text-align: center;
}
.text-end{
  text-align: right;
}
.bg-md {
  background: #ebebeb;
  position: relative;
}
.color-red{
	color: var(--main-green-color) !important;
}
/*заказ*/
.me-2{
	margin-right: 8px;
}
.cartBtn{
	padding: 8px;
	border-radius: 5px;
	cursor: pointer;
}
.cartsum{
	top: -1.9em !important;
}
.zakaz {
	padding-top: 120px;
	padding-bottom: 100px;
}
.zakaz-table td:first-child {
	width: 70%;
}
.zakaz-table td {
	padding: 16px;
	font-weight: 700;
	border: 1px solid #6c757d;
}
.zakaz-table tr td:last-child {
	color: #eb1b11F;
}
.zakaz-table tr:first-child td {
	color: black;
}
.zakaz-desc::before {
	position: absolute;
	content: '';
	top: -8px;
	left: 48px;
	width: 16px;
	height: 16px;
	background-color: #eb1b11;
	transform: rotate(45deg);
}
p{
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 16px;
}  
input,textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

.container {
    max-width: 1400px;
    padding: 0 20px;
    margin: 0 auto;
}
b, strong{
  color: var(--main-orange-color);
}

p + ul, p + ol, ul.styled{
  list-style-type: square;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
p + ol, ol.styled{
  list-style-type: decimal;
}
p + p{
  margin-bottom: 16px;
}
a.styled{
  color: #000;
}
a.styled:hover{
  color: var(--main-orange-color);
}
.top-menu{
	font-weight: 600;
}
html{
  height: 100%;
}
body{
  display: flex;
  flex-direction: column;
}
html, body {
/* Убирает прокрутку по горизонтале, для мобильной версии */
	overflow-x: hidden;
}

.img-fluid{
    max-width: 100%;
    height: auto;
}
.img-fluid-otdelka {
	max-width: 100%;
    height: auto;
}

.otd-max {
	max-width: 40%;
}

.gal-img{
	margin-bottom: 0.5em;
}
/* padding */
.mt-block{
  margin-top: 30px;
}
.mb-header{
  margin-bottom: 15px;
}
.mb-block{
  margin-bottom: 20px;
}
.how_do .container {
    padding-top: 20px;
}
.how_do{
	padding-bottom: 30px;
	width: 100%;
    background: url(../img/fond-img-4.webp) no-repeat;
    background-size: cover;
    background-position: center top;
}
.how_do .okna_advantages_h2 {
    color: #fff;
}
.how_do strong {
    color: #fff;
}


.my-table {
	width: 100%;
	border: none;
	margin-bottom: 20px;
}
.my-table thead th {
	font-weight: bold;
	text-align: left;
	border: none;
	padding: 10px 15px;
	background: #ec1b11;
	font-size: 14px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.my-table tbody td {
	text-align: left;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	padding: 10px 15px;
	font-size: 14px;
	vertical-align: top;
}
.my-table thead tr th:first-child, .table tbody tr td:first-child {
	border-left: none;
}
.my-table thead tr th:last-child, .table tbody tr td:last-child {
	border-right: none;
}
.my-table tbody tr:nth-child(even){
	background: #f3f3f3;
}


.okna_advantages_1{
	padding-bottom: 30px;
	width: 100%;
    background: url(../img/fond-img-1.webp) no-repeat;
    background-size: cover;
    background-position: center top;
}
.okna_advantages_1 p{
	color: #fff;
}

.okna_advantages_1 .okna_advantages_h2 {
    color: #fff;
}
.okna_advantages_1 .container{
	padding-top: 20px;
}
.okna_advantages_text_span_1{
	font-weight: 700;
    color:  var(--main-green-color);
    display: block;
    margin: 0px auto;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 0;
}
.block__notes{
	padding: 40px 0;
}
.block__notes-item{
	margin: 15px;
	border-radius: 5px;
	background: #fff;
	overflow: hidden;
	max-width: 20%;
	width: 100%;
	text-align: center;
}




	#tabs1 {
	margin: 10px 0;
}
.tabs-nav1 {
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.tabs-nav1 li {
	display: block;
	float: left;
	padding: 0;
	list-style: none;
}    
.tabs-nav1 a {
	display: block;
	padding: 10px 20px;
	border-top: 1px solid #ccc;  
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background: #fbfbfb; 
	font-size: 16px;
	text-decoration: none;
	text-align: center;
	color: #999;
}		
.tabs-nav1 li:first-child a {
	border-radius: 5px 0 0 0; 
}
.tabs-nav1 li:last-child a {
	display: block;
	border-right: 1px solid #ccc;
	border-radius: 0 5px 0 0; 
}
.tabs-nav1 a .active1 {
	border-bottom: 1px solid #fff;
	background: #fff;
	color: #000;
}    
.tabs-items1 {
	border: 1px solid #ccc;
	border-radius: 0 5px 5px 5px;
	background: #fff;
	margin: -1px 0 0 0;
}
.tabs-item1 {
	padding: 15px;
}
.tabs-nav1 a:hover, .tabs-nav a:hover, .tabs-nav2 a:hover{
	color:#fff !important;
	background: #ec1b11 !important;
}
.team-title {
	font-size: 28px;
	font-weight: 700;
}



.notes-all-slider img{
	max-height: 200px;
	width: auto;
	margin: 20px;
	border-radius: 5px;
}

.notes {
  background-color: #eeeeee;
  position: relative;
  overflow: hidden; }
  .notes .section-title {
    position: relative;
    z-index: 2; 
  	margin-bottom: 10px;
  }

.swiper-notes {
  position: relative; 
  z-index: 10;
}

.block__notes-img-bg{
	width: 100%;
	height: 260px;
	background-position: center!important;
}


@media (max-width: 425px) { 
  p, li, a{
    font-size: 14px;
  }
}



header{
  /* 0 flex-grow, 0 flex-shrink, auto flex-basis */
  flex: 0 0 auto;
}
main{
  /* 1 flex-grow, 0 flex-shrink, auto flex-basis */
  flex: 1 0 auto;
}
section{
  /* 1 flex-grow, 0 flex-shrink, auto flex-basis */
  flex: 1 0 auto;
}
footer{
  /* 0 flex-grow, 0 flex-shrink, auto flex-basis */
  flex: 0 0 auto;
}

.form-tingle-default{
  background: rgb(0 0 0 / 56%)!important;
  backdrop-filter: none!important;
  -webkit-backdrop-filter: none!important;
}
.form-tingle-default .tingle-modal-box{
  max-width: 500px;
}
.form-tingle-default input,
.form-tingle-default textarea{
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding: 10px;
  border: 1px solid #e1e1e1;
  margin-top: 10px;
}
.form-tingle-default input:focus,
.form-tingle-default textarea:focus{
  border: 1px solid var(--main-orange-color);
}
.form-tingle-default input[type='submit']{
  background: var(--main-orange-color);
  color: #fff;
}
.form-tingle-default input[type='submit']:hover{
  cursor: pointer;
  background: var(--main-orange-color-hover);
}
.form-tingle-default .tingle-h{
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
}
.form-tingle-youtube .tingle-modal-box__content{
  padding: 0;
}

.feedback_1{
	background-image: url(/assets/img/feedback-img.webp);
	background-repeat: no-repeat;
	background-size: cover;
}

.social-container a{
  margin-right: 5px;
}
.social-container a:last-child{
  margin-right: 0;
}
.social.telegram{
  background: url(/assets/img/social-tg-2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.social.whatsapp{
  background: url(/assets/img/social-whatsapp-2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.social.viber{
  background: url(/assets/img/social-viber-2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.social.telegram.white{
  background: url(/assets/img/social-telegram-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.social.whatsapp.white{
  background: url(/assets/img/social-whatsapp-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.social.viber.white{
  background: url(/assets/img/social-viber-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.social{
  width: 20px;
  height: 20px;
}

.hover-up:hover{
  margin-top: -5px;
  transition: 0.2s;
}

/* ELEMENTS */
.rating-area {
	overflow: hidden;
	width: 210px;
	margin-bottom: 10px;
}
.rating-area:not(:checked) > input {
	display: none;
}
.rating-area:not(:checked) > label {
	float: right;
	width: 42px;
	padding: 0;
	cursor: pointer;
	font-size: 32px;
	line-height: 32px;
	color: lightgrey;
}
.rating-area:not(:checked) > label:before {
	content: '★';
}
.rating-area > input:checked ~ label {
	color: gold;
}
.rating-area:not(:checked) > label:hover,
.rating-area:not(:checked) > label:hover ~ label {
	color: gold;
}
.rating-area > input:checked + label:hover,
.rating-area > input:checked + label:hover ~ label,
.rating-area > input:checked ~ label:hover,
.rating-area > input:checked ~ label:hover ~ label,
.rating-area > label:hover ~ input:checked ~ label {
	color: gold;
}
.rate-area > label:active {
	position: relative;
}

.rating-result {
	margin: 0 auto;
}
.rating-result span {
	padding: 0;
	font-size: 30px;
	margin: 0 1px;
	line-height: 1;
	color: lightgrey;
}
.rating-result > span:before {
	content: '★';
}
.rating-result > span.active {
	color: gold;
}
/* HEADERS */
h1,h2,h3,h4,h5,.h1,.h2,.h3,.h4,.h5{
  font-weight: 700;
}

h2, .h2{
  font-size: 32px;
  line-height: 36px;
}

h3, .h3{
  font-size: 28px;
  line-height: 30px;
}


/* BTN */
.btn{
  padding: 10px 20px;
  font-family: 'BrixSansBold', sans-serif;
  font-size: 15px;
  border-radius: 5px;
  font-weight: 700;
  cursor: pointer;
}
.btn-purple{
  background: var(--main-purple-color);
  color: #fff;
}
.btn-purple:hover{
  background: var(--main-purple-color-hover);
  color: #fff;
  transition: 0.2s;
}
.btn-orange{
  background: var(--main-purple-color);
  color: #fff;
}
.btn-orange:hover{
  background: var(--main-purple-color-hover);
}
.btn-orange.btn-outline{
  border: 2px solid var(--main-purple-color);
  background: #fff;
  color: var(--main-purple-color);
}
.btn-green.btn-outline{
  border: 2px solid var(--main-green-color);
  background: #fff;
  color: var(--main-green-color);
}
.btn-green.btn-outline:hover{
  background: var(--main-green-color);
  color: #fff;
  transition: 0.2s;
}
.btn-orange.btn-outline:hover{
  background: var(--main-orange-color);
  color: #fff;
  transition: 0.2s;
}
.btn-purple.btn-outline{
  border: 2px solid var(--main-purple-color);
  background: #fff;
  color: var(--main-purple-color);
}
.btn-purple.btn-outline:hover{
  background: var(--main-purple-color);
  color: #fff;
  transition: 0.2s;
}
.btn-block{
  width: 100%;
  padding: 10px 0;
}
a.btn{
  text-decoration: none;
  display: inline-block;
  line-height: 20px;
}
@media (max-width: 425px) { 
  .btn{
    font-size: 13px;
  }
}

/* input */
.input-group{
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 15px;
}
.input-group label{
  font-weight: 600;
  margin-bottom: 3px;
}
.input-group input[type="text"],.input-group input[type="tel"],.input-group textarea[name="message"] ,.input-group input[name="email"] {
  padding: 10px;
  border: 1px solid #000;
  border-radius: 5px;
}

/* Tile cards */
.tile_cards_container{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.tile_cards_container .tc_item,
.tile_cards_container .tc_item_2{
  width: 23%;
  margin-bottom: 20px;
}

.tc_item{
  box-shadow: 0px 0px 2px rgba(145, 158, 171, 0.24), 0px 12px 24px rgba(145, 158, 171, 0.24);
    border-radius: 8px;
  margin-bottom: 40px;
}

.tc_item_body{
  padding: 10px;
  padding-top: 5px;
}
.tc_item_img img,
.tc_item_2_img img{
  width: 100%;
}
.tc_item_heading,
.tc_item_2_heading{
  font-size: 20px;
  line-height: 30px;
  color: var(--main-gray-color);
  min-height: 60px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.tc_item_2_heading{
  font-size: 16px;
}

.cmi_left {
    width: 50%;
}
.cmi_left img{
	max-width: 100%;
    height: auto;
}
.cmi_right {
    padding-left: 30px;
    width: 25%;
    display: flex;
    flex-direction: column;
}
.cmi_price {
    font-weight: 700;
    font-size: 26px;
}
.cmi_table table {
    font-weight: 600;
    width: 100%;
}
.cmi_table table td {
    padding: 6px 0;
}
.cmi_table table tr td:nth-child(2) {
    text-align: right;
    color: var(--main-orange-color);
}
.tc_item_table{
  max-height: 120px;
  overflow-y: scroll;
  /*padding-right: 15px;*/
}
.tc_item_table table{
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: var(--main-gray-color);
  line-height: 26px;
}
.tc_item_table table tr td:last-child{
  text-align: right;
}
.tc_item_price{
  color: var(--main-gray-color);
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 10px;
}

@media (max-width: 425px) { 
  .add_works_h2{
    font-size: 22px!important;
    line-height: 120%!important;
  }
}

.tingle-modal__close{
  background-color: #cbcbcb!important;
}

table.styled,
.content_1_item table{
  border: 2px solid #e6e6e6;
  border-collapse: collapse;
}
table.styled table,
.content_1_item table{
  width: 100%;
  border: none;
}
table.styled td,
.content_1_item table td{
  border: 2px solid #e6e6e6;
  border-collapse: collapse;
  padding: 5px;
}
table.styled td table td,
.content_1_item table td table td{
  border: none;
  border-bottom: 2px solid #e6e6e6;
}
table.styled td table td table tr:last-child td,
.content_1_item table td table tr:last-child td{
  border-bottom: none;
}

.my-table {
	border: 1px #282828 solid;
	width: 100%;
	border-collapse: collapse;
}
.my-table thead {
	background-color: #eb1b11;
}
.my-table th {
	color: #fff;
	font-weight: bold;
	
}
.my-table th, .my-table td {
	padding: .75rem;
	border: 0.1px var(--main-gray-color) solid;
}

header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: #fff;
}
main{
  margin-top: 140px;
}

/* кнопка наверх */
.tostart {
	width: 50px;
	height: 50px;
	background-color: #ec1b11;
	border-radius: 50%;
	position: fixed;
	left: 30px;
	bottom: 30px;
	z-index: 10;
	display: none;
	opacity: 1;
}

.tostart:hover {
	cursor: pointer;
	opacity: .75;
	transition-duration: .15s;
}
.img-to-top {
	width:30px;
	margin:0 auto;
	display:block;
	position:absolute;
	left:10px;
	top:0px;
}

/* Устройства Small (телефоны с горизонтальной ориентацией, менее 768 пикселей) */
@media (min-width: 576px) and (max-width: 767.98px) {
	.tostart {
		width: 40px;
		height: 40px;
		left: 20px;
		bottom: 20px;
	}
	.img-to-top {
		width:24px;
		left:8px;
	}
	
}

@media (max-width: 575.98px) { 
    	.tostart {
		width: 40px;
		height: 40px;
		right: 20px;
		bottom: 20px;
	}
	.img-to-top {
		width:24px;
		left:8px;
	}
  
	.my-table {
		border: none;
	}
	.my-table th, .my-table td {
	border: none;
}
  /* мобильная адаптивная версия таблицы */
	
	
	.my-price-table {
		border: 0;
	}
	.my-price-table thead {
		display: none;
	}

	.my-price-table tr {
		margin-bottom: 1rem;
		display: block;
		border-bottom: 1px solid var(--main-gray-color);
	}

	.my-price-table td {
		display: block;
		text-align: right;
		border-bottom: 1px dotted var(--main-gray-color);
		border-right: 1px solid transparent;
		
	}
	.my-price-table td:first-child {
		color: #ffffff;
		background-color: var(--main-green-color);
	}
	
	.my-price-table td:last-child {
		border-bottom: 0;
	}

	.my-price-table td:before {
		content: attr(data-label);
		float: left;
		font-weight: bold;
	}
	.statik-noindex h3 {
		font-size: 18px;
	}
	.statik-noindex h1 {
		font-size: 22px;
	}
}

@media (min-width: 576px) and (max-width: 1922px) {
	.tostart {
  		left: 20px;
	}
} 


    .banner_main_text{
        color: #fff;
        max-width: 660px;
        padding: 30px;

        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .banner_main_text h1{
        color: #fff;
        line-height: 50px;
        font-size: 46px;
    }
    .banner_main_text ul{
        list-style-type: none;
        padding-left: 0px;
        color: #fff;
        margin-bottom: 10px;
    }
    .banner_main_text ul li{
        margin-bottom: 10px;
        color: #fff;
    }
.h1_content {
    padding: 60px 40px;
}
.h1_content h1 {
    margin-top: 0;
}
.h1_p {
    max-width: 700px;
}
.h1_btn {
    margin-top: 20px;
}
.banner_main_text .h1 {
  color: #fff;
  line-height: 50px;
  font-size: 46px;
  font-weight: 700;
    margin: 0.67em 0;
}
.single-item-banner{
	position: relative;
}

    .single-item-banner .slick-dots {
          position: absolute;
          bottom: 15px;
        }

    @media (max-width: 425px) { 
        .banner_main{
            background-position: center;
            background-size: cover;
           
        }
        .banner_main_text{
            padding: 20px;
        }
        .banner_main_text h1{
            font-size: 24px;
            margin-top: 0;
            line-height: 1.1;
        }
        .banner_main_text .h1{
            font-size: 24px;
            margin-top: 0;
            line-height: 1.1;
        }

        .banner_main{
          
            height: 440px!important;
        }
    }
	.content_2_item{
        width: 100% !important;
    }
    .content_1_item{
        width: 50%;
    }
    .content_1_item_img img{
        width: 100%;
    }
    .content_1_item_text{
        padding-right: 30px;
    }
    .content_1_right{
        flex-direction: row-reverse;
    }
    .content_1_right .content_1_item_text{
        padding-left: 30px;
    }
    .content_1_item_text p{
        text-align: justify;
    }

    .okna_advantages{
        padding-bottom: 30px;
        padding-top: 20px;
    	width: 100%;
        min-height: 440px;
        background: url(../img/advantages-bg.webp) no-repeat;
        background-size: cover;
        background-position: center top;
    }

    .okna_advantages_items{
        margin: 20px;
       
    }
    .okna_advantages_img{
        display: block; 
        margin: 20px auto;
    }
    .okna_advantages_text_center{
        text-align: center; 
        font-size: 14px;
        line-height: 24px;
    }
    .okna_advantages_h2{
        text-align: center; 
        font-weight: bold;
        font-size: 32px;
        line-height: 150%;
    }
    .okna_advantages_text_span{
        font-weight: 700;
        color: #282828;
        display: block; 
        margin: 20px auto;
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 0;
        
    }
    .okna_advantages_col {
        width: 33%;
        margin: 0 50px;
    }
    
    @media (max-width: 425px) { 
        .okna_advantages_col {
            width: 100%;
            margin: 0;
        }
        .float-sm-none{
		float: none;
		display: block;
		width: 100% !important;
	}
    }

    .form_50_percent{
        background: url(/assets/img/fond-img-2.webp);
        background-size: cover;
        height: auto;
        background-repeat: no-repeat;
        padding: 0;
        border-radius: 16px;
    }
       .form_50p{
       color:#fff;
        max-width: 540px;
        padding: 30px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .form_50p_body{
        max-width: 540px;
        display: flex;
        padding: 30px;
        margin-bottom: 10px;
        flex-direction: column;
        align-items: center;
    }
    .form_50p_body h2{
        margin-bottom: 20px;
    }
    .form_50p_body form{
        max-width: 342px;
    }
    .form_50p_check{
        font-size: 14px;
        font-weight: 400;
    }
    .form_50p_check{
        padding-left: 20px;
        background: url(/assets/img/form-check.svg);
        background-position-x: left;
        background-repeat: no-repeat;
        background-position-y: 2px;
        margin-top: 10px;
        
    }
    .form_50p_cert{
        height: 388px;
        margin-left: 30px;
    }
    .form_50p_cert img{
        height: 100%;
        cursor: pointer;
    }


.question-answer{
    background: #FAFAFA;
    background-size: contain;
    padding-top: 30px;
}

.qa-quastion{
    margin-bottom: 10px;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    background: #fff;
}
.qa-quastion .btn-collapse.btn-link{
	position: relative;
    padding: 20px 15px;
    padding-right: 80px;
    font-size: 18px;

    width: 100%;
    text-align: left;

    cursor: pointer;

    font-weight: 600;
    
    background: #fff;
    border-radius: 4px 4px 0 0;
    border-bottom: 1px solid #f0f0f0;
    box-shadow: 0px 14px 48px 0px rgb(145 158 171 / 24%);
}
.qa-quastion .btn-collapse.btn-link.collapsed{
    border-bottom: none;
}
.qa-quastion .btn-collapse.btn-link.collapsed{
    border-radius: 4px;
}
.qa-quastion .btn-collapse.btn-link:not(.collapsed):after {
    transform: rotate(45deg);
    margin-top: 5px;
    margin-right: 1px;
}
.qa-quastion .btn-collapse.btn-link:after {
    background-image: url(/assets/img/qu-plus.svg);
    height: 100%;
    top: 0;
    right: 10px;
    background-repeat: no-repeat;
    background-size: 17px;
    background-position-y: center;
    content: "";
    position: absolute;
    width: 30px;
    z-index: 10;
}
.qa-quastion .collapse{
	display: none;
}
.qa-quastion .collapse_show{
	padding: 20px 20px 20px 15px;
}
.qa-content{
    max-width: 1170px;
    margin: 0 auto;
}
.qa-items{
    max-width: 70%;
    width: 100%;
    margin-right: 20px;
}
.qa-image{
    width: 100%;
    max-width: 30%
}
.qa-image img{
    width: 100%;
}

    .reviews_block{
        background: #FAFAFA;
        padding: 30px 0;
    }
    .reviews_block_no_bg{
        background: #fff;
    }
    .reviews_block .slick-dots li:not(.slick-active) button:before{
        color: #dbdbdb;
    }
    .review_items{
        max-width: 1170px;
        margin: 0 auto;
    }
    .review_item{
        background: #F0F0F0;
        display: flex;
        padding: 30px;
        margin-bottom: 20px;
    }
    .review_item .user .name{
        font-weight: 700;
        display: block;
    }
    .review_item .user{
        max-width: 20%;
        width: 100%;
    }
    .review_item .text{
        width: 100%;
    }
    .laminatsyja .review_item .text p:first-of-type {
    	font-size: 28px;
    	font-weight: 700;
    }

    #mobile-nav{
        background: #fff!important;
        color: #000!important;
    }
    .mm-spn.mm-spn--navbar ul{
        min-width: 100%;
        padding-right: 100px;
    }
    #mobile-nav ul ul{
        padding-right: 0px;
    }
    .mm-spn, .mm-spn a, .mm-spn li, .mm-spn span, .mm-spn ul {
        box-shadow: none;
        border: none;
    }

header .line-1{
    padding-top: 10px;
    padding-bottom: 10px;
}
header .logo{
    max-width: 210px;
    width: 100%;
    background: url(/assets/img/img-logo.png);
    height: 54px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: 0;
    background-position-y: center;
}
header .line-1 .address{
    max-width: 220px;
}
header .line-2{
    margin-top: 15px;
}
header .line-2 nav > ul{
    display: flex;
    justify-content: space-between;
    list-style-type: none;
    align-items: center;
}
header .line-2 nav > ul > li{
    padding-top: 7px;
    padding-bottom: 7px;
}
header .line-2 nav > ul > li > a{
    color: #fff;
    text-decoration: none;
    position: relative;
}
header .line-2 nav > ul > li > a:hover,
header .line-2 nav > ul > li > a.active{
    color: #fff;
}
header .line-2 nav > ul > li > a.active:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #fff;
    left: 0;
    bottom: -7px;
}

.py-5 {
    padding-top: 3rem!important;
    padding-bottom: 3rem!important;
}
.px-5 {
    padding-right: 3rem!important;
    padding-left: 3rem!important;
}
.h-30{
	height: 30%;
}
.h-75{
	height: 75%;
}
.h-auto{
	height: auto;
}
.container-sm{
    max-width: 995px;
    padding: 0 20px;
    margin: 0 auto;
}
.float-end {
    float: right!important;
}

.active-menu{
	font-weight: 700;
}

@media (max-width: 425px) {
	.float-sm-none{
		float: none;
		display: block;
		width: 100% !important;
	}
	.col-sm-12{
		width: 100% !important;
		padding: 10px !important;
	}
	.d-sm-block{
		display: block !important;
	}
    header .logo{
        width: 100%;
        background-size: contain;
    }
    .form_50p_body{
    padding: 0px;
    }
}

ul ul{
    /* display: none; */
    list-style-type: none;
    position: absolute;
    margin-top: 7px;
    background: #fff;
    border: 1px solid #0000002;
    max-width: 300px;
    width: 100%;
    box-shadow: 0px 4px 5px #aeabab;
    display: none;
    z-index: 200;
}

ul ul a{
    padding: 10px 20px;
    display: block;
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid #cacaca2;
    line-height: 18px;
    font-weight: 500;
}

ul ul li:last-child a{
    border-bottom: 0;
}
ul ul li a:hover,
ul ul li a.active{
    color: var(--main-orange-color);
}

li:hover ul{
    display: block;
}

ol {
	list-style-type: none; 
	counter-reset: num;
	margin: 0 0 0 45px;
	padding: 15px 0 5px 0;
	font-size: 16px;
}
ol li {
	position: relative;	
	margin: 0 0 0 0;
	padding: 0 0 10px 0;
	line-height: 1.4;
}
ol li:before {
	content: counter(num); 
	counter-increment: num;
	display: inline-block;
	position: absolute;
	top: 0;
	left: -38px;
	width: 28px;
	height: 28px;
	background: #ec1b11;
	color: #fff;
	text-align: center;
	line-height: 26px;
	font-size: 18px;
}

.burger_menu{  
    display: block;
    width: 30px;
    height: 47px;
    background: url("/assets/img/burger-menu.svg") no-repeat ;
    /*filter: invert(25%) sepia(10%) saturate(7485%) hue-rotate(151deg) brightness(98%) contrast(101%);*/
}

header .phone a{
    text-decoration: none!important;
    color: #333;
    font-size: 1.5rem;
}
header .phone a span{
    color: #FA0101;
    font-weight: 800;
    font-size: 1.9rem;
}
header .line-2{
    background: #ec1b11;
}


    footer {
        background: var(--main-gray-color);
        color: #fff;
        font-size: .9rem;
        margin-top: 30px;
    }
    .footer-columns{
        padding-top: 30px;
        padding-bottom: 10px;
    }
    .footer-copy{
        line-height: 35px;
        color: #fff; 
        padding-bottom: 10px;
    }
    .footer-copy a{
        text-decoration: underline;
        color: #fff;
    }
    .footer-copy a:hover{
        text-decoration: none;
        color: #fff;
    }
    .footer-logo{
        max-width: 210px;
        width: 100%;
        background: url(/assets/img/footer-logo.png);
        height: 54px;
        background-size: contain;
        background-repeat: no-repeat;
        margin-bottom: 20px;
    }
    .footer-column-menu ul{
        list-style-type: none;
        margin-right: 30px;
    }
    .footer-column-menu ul li{
        margin-bottom: 20px;
    }
    .footer-column-menu ul a{
        color: #fff;
        text-decoration: none;
    }
    .footer-column-menu ul a:hover{
        text-decoration: underline;
    }
    .footer-column-menu{
        width: 100%;
    }
    .footer-column-company{
        max-width: 28%;
        width: 100%;
        padding-right: 24px;
    }
    .footer-column-company a{
        color: #fff;
    }
    .footer-column-social{
        max-width: 13%;
        width: 100%;
        justify-content: flex-end;
        align-items: flex-end;
    }
    .footer-column-social a{
        margin-left: 15px;
    }
    .footer-icon{
        padding-left: 50px;
        position: relative;
        margin-bottom: 10px;
        min-height: 40px;
        display: flex;
        align-items: center;
        color: #fff
    }
    .footer-icon:before{
        content: "";
        position: absolute;
        left: 0;
        width: 40px;
        height: 40px;
        margin-top: -3px;
    }
    .footer-worktime:before{
        background: url(/assets/img/clock-white.svg) no-repeat center;
    }
    .footer-phone:before{
        background: url(/assets/img/phone-white.svg) no-repeat center;
    }
    .footer-map:before{
        background: url(/assets/img/map-white.svg) no-repeat center;
    }
#tabs {
	margin: 10px 0;
}
.tabs-nav {
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.tabs-nav li {
	display: block;
	float: left;
	padding: 0;
	list-style: none;
}    
.tabs-nav a{
	display: block;
	padding: 10px 20px;
	border-top: 1px solid #ccc;  
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background: #fbfbfb; 
	font-size: 16px;
	text-decoration: none;
	text-align: center;
	color: #999;
}		
.tabs-nav li:first-child a{
	border-radius: 5px 0 0 0; 
}
.tabs-nav li:last-child a{
	display: block;
	border-right: 1px solid #ccc;
	border-radius: 0 5px 0 0; 
}

.tabs-items{
	border: 1px solid #ccc;
	border-radius: 0 5px 5px 5px;
	background: #fff;
	margin: -1px 0 0 0;
}
.tabs-item{
	padding: 15px;
}
.tabs-photo-nav {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 20px;
}
.tabs-photo-nav li {
	margin: 10px auto;
}
.tabs-photo-nav li a{
	background: #282828;
}
.tabs-photo-nav li a.active {
	background: #eb1b11;
}
.tc_item_list {
	margin-bottom: 16px;
}
.tc_item_list li {
	margin-bottom: 5px;
}
    @media (max-width: 425px) {
        .footer-column-menu {
            flex-wrap: wrap;
            order: 1;
        }
        .footer-column-menu ul{
        	margin-right: 0px;
        }
        .footer-column-menu .list1{
            order: 1;
        }
        .footer-column-company{
            order: 2;
            margin-top: 30px;
        }
        .tabs-nav li, .tabs-nav2 li{
	display: contents !important;
	float: left;
	padding: 0;
	list-style: none;
} 
.tabs-nav li:last-child a, .tabs-nav2 li:last-child a {
	display: block !important;
	border-right: 1px solid #ec1b11 !important;
	border-radius:5px 5px 5px 5px  !important; 
}

.tabs-items, .tabs-items2{
	border-radius: 5px 5px 5px 5px !important;
}

 .tabs-nav li a, .tabs-nav2 li a{
border-right: 1px solid #ec1b11;
	border-top: 1px solid #ec1b11;  
	border-bottom: 1px solid #ec1b11 !important;;
	border-left: 1px solid #ec1b11;
	margin-bottom: 4px;
	border-radius: 5px !important;
	border-bottom: 1px solid #fff;
	margin-right: 0px;
	
    }
 .tabs-nav li .active, .tabs-nav2 li .active{
 	background: #ec1b11 !important;
 	border-radius: 5px  !important;
	color: #fff !important;
	border: none;
 }
 
}
.input__wrapper {
  width: 100%;
  position: relative;
  margin: 15px 0;
  text-align: center;
}
 
.input__file {
  opacity: 0;
  visibility: hidden;
}
 
.input__file-icon-wrapper {
  height: 40px;
  width: 60px;
  margin-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-right: 1px solid #fff;
}
 
.input__file-button-text {
  line-height: 1;
  margin-top: 1px;
  color: #fff;
}
 
.input__file-button {
  height: 40px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-radius: 7px;
  cursor: pointer;
  border: 2px solid #ffffff;
  width: 197px;
}

.to_bottom {
	display: flex;
	flex-direction: column;
}

.to_bottom_1 {
	margin-top: auto;
}

#tabs {
	margin: 10px 0;
}
.tabs-nav, .tabs-nav2 {
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.tabs-nav li, .tabs-nav2 li{
	display: block;
	float: left;
	padding: 0;
	list-style: none;
}    
.tabs-nav a, .tabs-nav2 a{
	display: block;
	padding: 10px 20px;
	border-top: 1px solid #ec1b11;  
	border-bottom: none;
	border-left: 1px solid #ec1b11;
	border-right: 1px solid #ec1b11;
	background: #F0F0F0; 
	font-size: 16px;
	text-decoration: none;
	text-align: center;
	margin-right: 2px;
	box-shadow: 0px 4px 10px rgba(39, 42, 46, 0.24);
	color: #000;
	z-index: 2;
	border-radius: 5px 5px  0px 0px !important; 
}
.tabs-nav li:first-child a, .tabs-nav2 li:first-child a {
	border-radius: 5px 0 0 0;
	box-shadow: 0px 4px 10px rgba(39, 42, 46, 0.24);
}
.tabs-nav li:last-child a, .tabs-nav2 li:last-child a{
	box-shadow: 0px 4px 10px rgba(39, 42, 46, 0.24);
	display: block;
	border-right: 1px solid #ec1b11;

}
.tabs-nav .active, .tabs-nav2 .active {
	z-index: 1 !important;
	box-shadow: none !important;
	border-bottom: none !important;
	background: #ec1b11 !important;
	color: #fff !important;
}    
.tabs-items, .tabs-items2{
	z-index: 1;
	border: none;
	border-radius: 0 5px 5px 5px;
	background: #F0F0F0;
	margin: -1px 0 0 0;
}
.tabs-item, .tabs-items2 {
	padding: 15px;
}
.col-6 {
 	padding: 0.5rem;
	width: 50%;
 }

 .img-fluid {
 	width: 100%;
 	display: block;
    margin-left: auto;
    margin-right: auto }


 p {
	text-align: justify;

}
 
  ul {
  padding-left: 24px;
}
 ul.red-bull>li {
  line-height: 1.5;
  
}
 ul.red-bull>li::marker {
  color: #ec1b11;
  font-size: 1.5rem;
}

.row {
	display: flex;
	flex-direction: row;
}
.mb-3 {
	margin-bottom: 1rem;
}


@media all and (max-width: 425px) {
.mob-width-100 {
  width: 100% !important;
  max-width: 100% !important;
}
}

 .row {
 	display: flex;
 }
 .col-6 {
 	padding: 10px;
	width: 50%;
 }
 .img-fluid {
 	width: 100%;
 } 
 
 p {
	text-align: justify;

}
 

 ul.red-bull>li {
  line-height: 1.5;
  
}
 ul.red-bull>li::marker {
  color: #ec1b11;
  font-size: 1.5rem;
  
}
.form-check .form-check-input {
	min-width: 14px;
    min-height: 14px;
    border-radius: 4px;
    border: 1px solid black;
}
.form-check .form-check-input:checked {
	border: 0;
	background: url(/assets/img/form-check.svg);
    background-position: center;
}
.form-check .form-check-label span {
	font-size: 12px;
}
.form_50_percent .form-check .form-check-label span,
.form_50_percent .form-check .form-check-label span a {
	color: #FFF;
}
.form_50_percent .form-check .form-check-input {
	background-color: #fff;
}