/*
Theme Name: provodnik
Theme URI: https://example.com/provodnik
Description: Описание вашей темы
Author: Ваше имя или название компании
Author URI: Ссылка на ваш сайт
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, flexible-header, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: provodnik
*/



* {
	padding: 0;
	margin: 0;
	font-family: 'Calibri';
}

.owl-carousel .owl-item img {
	display: inline-block;
	width: auto;
}

.container {
    max-width: 1450px;
    margin: 0 auto;
    padding: 0 15px;
}

.pagebg {
    overflow: hidden;
}

.b1 {
    min-height: 100px;
}

.home .b1 {
    background: url('img/b1.jpg') center top no-repeat;
    padding: 230px 0 30px 0;
    overflow: hidden;
    position: relative;
}

.home .b1:after, .home .b1:before {
    content: '';
    position: absolute;
    z-index: -1;
    background-color: #ecf7fa; /* Или другой желаемый цвет фона */
}

.home .b1:after {
    height: 730px;
    width: 5000px;
    left: calc(50% + 55px);
    top: 0;
}

.home .b1:before {
    height: 510px;
    width: 510px;
    border-radius: 50%;
    background-color: #f3f4f9;
    left: calc(50% - 900px);
    top: -100px;
}

.b1 .inner {
    position: relative;
    z-index: 2;
}

.b1 .txt {
    max-width: 400px;
}

.b1 .txt2 {
    display: flex;
    padding-left: 3%;
}

.b1 .txt2 .img {
    margin-top: -90px;
}

.b1 .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 5%;
}

.b1 .item {
    position: relative;
    margin-bottom: 20px;
    width: calc(50%); 
	margin-bottom: 80px;
}

.b1 .item img {
    position: absolute;
    left: 30%;
    top: -70px;
    transform: translateX(-50%);
}

.b1 .item b, .b1 .item p {
    font-size: 20px;
    color: #232f35;
    margin-bottom: 10px;
}

.b1 .item p {
    font-size: 17px;
    color: #788389;
    margin-bottom: 0;
}

.httl0 {
	font-size: 70px;
	font-weight: 800;
	color: #282828;
	line-height: 1.1;	
	margin-bottom: 10px;
}
.httl {
	font-size: 50px;
	font-weight: 900;
	color: #2a2f31;
	line-height: 1.1;	
	margin-bottom: 40px;
}
.httl span {
	font-size: 30px;
	line-height: 1.2;
	font-weight: 300;
	color: #2a2f31;
	display: block;
}
.httl-txt {
	font-size: 20px;
	color: #747e82;
	margin-bottom: 50px;
}

.btn1 {
	font-size: 19px;
	line-height: 1.1;
	font-weight: 600;
	color: #282828;
	cursor: pointer;
	padding: 15px 30px 11px 30px;
	border-radius: 10px;
	text-align: center;
	text-decoration: none;
	border: 0;
	display: inline-block;
	background: #fdc80e;
	margin-bottom: 5px;
}
.btn1:hover {
	background: #037eb9;
	color: white;
	text-decoration: none;
}
.btn2 {
	font-size: 15px;
	line-height: 1.1;
	font-weight: bold;
	color: white;
	cursor: pointer;
	padding: 12px 15px;
	border-radius: 10px;
	text-align: center;
	text-decoration: none;
	border: 0;
	display: inline-block;
	background: #037eb9;
}
.btn2:hover {
	background: #fdc80e;
	color: #282828;
	text-decoration: none;
}
.btn3 {
	font-size: 19px;
	line-height: 1.1;
	font-weight: 600;
	color: #282828;
	cursor: pointer;
	padding: 14px 30px 10px 30px;
	border-radius: 10px;
	text-align: center;
	text-decoration: none;
	border: 0;
	display: inline-block;
	border: 2px solid #fdc80e;
}
.btn3:hover {
	background: #fdc80e;
	color: #282828;
	text-decoration: none;
}


.header {	
	/*position: fixed;
	top: 15px;
	left: 0;
	width: 100%;
	z-index: 99;
	padding: 15px 0 25px 0;
	border-bottom: 1px solid #e7eef1;*/
		padding: 10px 0;
	top: 0px;
	left: 0;
	width: 100%;
	position: fixed;
	z-index: 10;
	border-bottom: 1px solid #e2e2e2;
}
.header .container {	
	display: flex;
	display: -webkit-flex;
}

.header .d-flex {	
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
	width: 100%;
}
.header .btn-box {	
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
}

.logo-box {
	
}

.phone-box a {
	font-size: 24px;
	line-height: 1;
	font-weight: bold;
	color: #282828;
	text-decoration: none;
	margin: 3px 20px 0 0;
	display: block;
}


.menu-box {	
	flex: 1;
	-webkit-flex: 1;
	margin: 0 3%;
}
.menu {
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	justify-content: space-between;
}
.menu a, .menu span {
	font-size: 17px;
	color: #282828;
	display: inline-block;
	text-decoration: none;
	margin-bottom: 5px;
	margin-top: 5px;
	position: relative;
}
.menu span:hover, .menu a:hover, .menu a.act {
	color: #fdc80e !important;
}

.menu .sub > span {	
	cursor: pointer;
	display: inline-block;
	padding-right: 15px;
	background: url('img/down.png') right center no-repeat;
}
.sub {
	position: relative;
}
.sub-menu {
	padding: 10px 0;
	border-left: 1px solid #f1f1f1;
	border-right: 1px solid #f1f1f1;	
	border-bottom: 1px solid #f1f1f1;
	box-shadow: 0 10px 10px 5px rgba(0,0,0,.04);
	position: absolute;
	left: -10px;
	top: 100%;	
	z-index: 20;
	display: none;
	background-color: white;
	width: 240px;
}
.sub-menu a {
	padding: 5px 15px;
	font-size: 12px;
	color: #212121;	
	text-decoration: none;
	display: block;
}
.sub-menu.on {
	display: block !important;
}

.header .logo-box2 {
	display: none;
}
body.fixed {
	
}
body.fixed .header {
	background-color: white;
}
body.fixed .header .d-flex {
	padding: 0;
}
body.fixed .menu-box {
	display: block;
}
body.fixed .header {
	padding: 10px 0;
	top: 0px;
	left: 0;
	width: 100%;
	position: fixed;
	z-index: 10;
	border-bottom: 1px solid #e2e2e2;
}
body.fixed .menu-btn-box {
	
}
.menu-box.open {
    display: block !important;
}


.how-box {
	padding: 70px 0;
}
.how-box .boxes {
	display: flex;
	display: -webkit-flex;
	
}
.how-box .boxes .c1 {
	flex: 0 0 25%;
	-webkit-flex: 0 0 25%;
	margin-bottom: 30px;
	position: relative;
}
.how-box .boxes .box {
	max-width: 210px;
	margin: 0 auto;
	text-align: center;
}
.how-box .boxes .box .ico {
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	justify-content: center;
	width: 80px;
	height: 80px;
	margin: 0 auto;
	position: relative;
	border-radius: 50%;
	background-color: white;
	box-shadow: 0 8px 10px 5px rgba(174,200,212,.2);
	margin-bottom: 20px;
}
.how-box .boxes .box .ico img {
	height: 35px;
}
.how-box .boxes .box .ico:before {
	position: absolute;
	content: '';
	width: 290px;
	height: 89px;
	background: url('img/how-line.png') center top no-repeat;
	left: 100%;
	top: 0;
	z-index: 0;
}
.how-box .boxes .c1:last-child .box .ico:before {
	display: none;
}
.how-box .boxes .box .ico .num {
	position: absolute;
	width: 20px;
	height: 20px;
	background-color: #fdc80e;
	border-radius: 50%;
	font-size: 14px;
	font-weight: 600;
	color: #2a2f31;
	right: -10px;
	top: 55%;
	text-align: center;
	z-index: 3;
}
.how-box .boxes .box .ttl {
	font-size: 19px;
	font-weight: 600;
	color: #2a2f31;
	margin-bottom: 5px;
}
.how-box .boxes .box p {
	font-size: 17px;
	color: #586469;
	margin-bottom: 0;
}
.how-box .boxes .box p a {
	color: #037eb9;
	text-decoration: underline;
}

.services-box {
	padding-bottom: 70px;
}
.services-box .httl-txt {
	margin-bottom: 100px;
}
.srv-box {
	position: relative;
	border: 3px solid #e0e7eb;
	border-radius: 10px;
	padding: 40px 30px 30px 170px;
	margin: 0 0 40px 110px;
	min-height: 350px;
}
.srv-box .img-box {
	position: absolute;
	left: -110px;
	top: -60px;
	background-color: white;
	text-align: center;
	padding-bottom: 15px;
}
.srv-box .img-box .img {
	margin-bottom: 15px;
}
.srv-box .ttl {
	font-size: 30px;
	line-height: 1.2;
	font-weight: 500;
	color: #2a2f31;
	margin-bottom: 20px;
}
.srv-box .price {
	font-size: 35px;
	line-height: 1.1;
	font-weight: 300;
	color: #2a2f31;
	margin-bottom: 35px;
}
.srv-box .tags {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
}
.srv-box p {
	font-size: 16px;
	color: #2a2f31;
	margin-bottom: 10px;
}
.srv-box .tags span {
	margin: 2px;
	padding: 5px 10px 3px 10px;
	border-radius: 10px;
	background-color: #037eb9;
	color: white;
	font-size: 16px;
}

.types-box {
	padding-bottom: 70px;
}
.types-box .box .img {
	height: 290px;
	background-size: cover !important;
	margin-bottom: 30px;
	border-radius: 20px 0 0 0;
	position: relative;
}
.types-box .box .img span {
	position: absolute;
	display: inline-block;
	padding: 3px 10px;
	border-radius: 10px;
	background-color: #037eb9;
	font-size: 18px;
	color: white;
	right: 20px;
	bottom: 20px;
}
.types-box .box .img span i {
	font-size: 13px;
	font-style: normal;
}
.types-box .box .ttl {
	font-size: 25px;
	color: #2a2f31;
	font-weight: bold;
	margin-bottom: 20px;
}
.types-box .box li {
	font-size: 17px;
	color: #2a2f31;
	font-weight: 300;
	margin-bottom: 15px;
	padding-left: 30px;
	list-style: none;
	position: relative;
	min-height: 45px;
}
.types-box .col-lg-4:nth-child(2) .box li {
	margin-bottom: 19px;
}
.types-box .col-lg-4:nth-child(3) .box li {
	margin-bottom: 22px;
}
.types-box .box li:after {
	content: '';
	position: absolute;
	width: 21px;
	height: 21px;
	background: url('img/li.png') center top no-repeat;
	left: 0;
	top: 0;
}
.types-box .box .btn-box {
	text-align: center;
	padding-top: 30px;
}

.faq-box {
	padding: 70px 0;
	background-color: #f7f9fa;
}
.faq-box .btn-box {
	text-align: center;
	padding-top: 30px;
}
.accordion {
	max-width: 800px;
	margin: 0 auto;
}
.accordion .item {
	background-color: white;
	border-radius: 15px;
	padding: 5px 20px;
	margin-bottom: 15px;
}
.accordion .item button {
	font-size: 22px;
	color: #2a2f31;
	font-weight: 500;
	padding: 15px 40px 15px 0;
	border: 0;
	background-color: transparent;
	width: 100%;
	text-align: left;
	position: relative;
}
.accordion .item button:after {	
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -20px;
	width: 30px;
	height: 30px;
	text-align: center;
	font-size: 42px;
	line-height: 1;
	font-weight: 300;
	content: '-';
}
.accordion .item button.collapsed:after {
	content: '+';
}
.accordion .item button.collapsed {

}
.accordion .item-body {	
	padding: 15px 0;
}

.accordion .item-body p {	
	font-size: 18px;
	font-weight: 300;
	color: #2a2f31;
	margin-bottom: 15px;
}


.about-box {
	padding: 70px 0;
}
.about-box .img {
  position: relative; /* Убедитесь, что контейнер имеет относительное позиционирование */
}

.about-box .img .num {
  position: absolute;
  background-color: #037eb9;
  border-radius: 10px;
  width: 210px;
  padding: 20px 0 20px 50px;
  top: 60px;
  right: 0;
}



.about-box .img .num b {
	display: block;
	font-size: 50px;
	font-weight: 800;
	line-height: 1;
	color: white;
}
.about-box .img .num span {
	display: block;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 500;
	color: white;
}
.about-box .txt {
	padding-left: 70px;
}
.about-box p {
	font-size: 18px;
	font-weight: 300;
	color: #2a2f31;
	margin-bottom: 15px;
}

.ico-boxes.v2 {
	padding: 50px 0 30px 0;
}
.ico-boxes .box {
	padding-left: 95px;
	position: relative;
	margin-bottom: 30px;
}
.ico-boxes .box img {
	position: absolute;
	left: 0;
	top: 0;
}
.ico-boxes .box .ttl {
	font-size: 23px;
	font-weight: bold;
	margin-bottom: 10px;
}
.ico-boxes .box p {
	font-size: 17px;
	color: #848788;
	margin-bottom: 0;
}

.works-box {
	padding: 70px 0 0 0;
}
.works-slider {
	position: relative;
}
.works-slider img {
	max-width: 100%;
	height: auto;
	border-radius: 30px 0 30px 0;
}
.works-slider .owl-item img {
	opacity: .3;
	transform: scale(.8);
}
.works-slider .owl-item.center img {
	opacity: 1;
	transform: scale(1);
}

.form-box {
	padding-top: 230px;
	min-height: 810px;
	background: url('img/form-bg.jpg') center top no-repeat;
}
.form-box .httl {
	color: white;
}
.form-box .httl-txt {
	color: white;
}
.form-box .inner {
	max-width: 640px;
	margin-left: 40%;
}
.form-box .checkmark { 
  border: 2px solid transparent;
}
.form1 .priv label {
	font-size: 16px;
}
.form-box .form1 .priv label, .form-box2 .form1 .priv label {
	color: white;
}
.form-box .form1 .priv a, .form-box2 .form1 .priv a {
	color: white;
	text-decoration: underline;
}

.text-box1 {
	padding-bottom: 40px;
}
.text-box1 p {
	font-size: 20px;
	font-weight: 300;
	color: #747e82;
	margin-bottom: 20px;
}

.ul2 {
	padding-left: 30px;
	margin: 0 0 30px 30px;
	position: relative;
}
.ul2:before {
	content: '';
	position: absolute;
	left: 0;
	top: 10px;
	width: 8px;
	height: 95%;
	border-radius: 5px;
	background-color: #037eb9;
}
.ul2 li {
	font-size: 20px;
	font-weight: 300;
	color: #747e82;
	margin: 0 0 5px 15px;
	padding: 0;
}


.custom-checkbox {
display: block;
  position: relative;
  padding-left: 30px;  
  cursor: pointer;
  font-size: 14px;
  color: #282828;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;  
  margin-bottom: 0px;
}
.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 1px;
  left: 0;
  height: 20px;
  width: 20px;
  border: 2px solid #c2c2c2;
  background-color: white;
  border-radius: 5px;
}
.custom-checkbox:hover input ~ .checkmark {
  background-color: white;
}
.custom-checkbox input:checked ~ .checkmark {
  background-color: #fdc80e;
  border: 2px solid #fdc80e;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}
.custom-checkbox .checkmark:after {
  left: 6px;
  top: 1px;
  width: 5px;
  height: 12px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.select1 {
	position: relative;   
	white-space: nowrap;
	border-radius: 10px;
	width: 100%;
	border: 1px solid #dadada;
}
.select1.i-p1 {
	padding-left: 10px;
	background: white url('img/i-p1.png') 10px center no-repeat;
}
.select1.i-p2 {
	padding-left: 10px;
	background: white url('img/i-p2.png') 10px center no-repeat;
}
.select1 select {	
	cursor: pointer;
	font-size: 15px;
	color: #505050;
	background-color: transparent;
	padding: 15px 30px 15px 20px;
	white-space: nowrap;
	border: 0;
	outline: 0;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none; 
	background: url('img/down2.png') 96% center no-repeat;
}

.form1 input[type="text"], .form1 textarea {
	font-size: 18px;
	line-height: 1.2;
	color: #505050;
	padding: 19px 15px 16px 15px;
	border-radius: 10px;
	border: 1px solid #dadada;
	display: block;
	width: 100%;
	outline: 0;
}
.form1 input[name="name"] {
	padding-left: 40px;
	background: white url('img/i-name.png') 10px center no-repeat;
}
.form1 input[name="phone"] {
	padding-left: 40px;
	background: white url('img/i-phone.png') 10px center no-repeat;
}
.form1 input[name="email"] {
	padding-left: 40px;
	background: white url('img/i-email.png') 10px center no-repeat;
}
.form1 textarea {
	padding-left: 40px;
	background: white url('img/i-txt.png') 10px 20px no-repeat;
}
.form-box .form1 input[name="phone"] {
	padding-left: 40px;
	background: white url('img/phone.png') 10px center no-repeat;
}
.form1 textarea {
	min-height: 40px;
}
.privacy {
	font-size: 13px;
	color: #505050;
}
.privacy .custom-checkbox {
	font-size: 13px;
	color: #505050;
}
.privacy a {
	font-size: 13px;
	color: #e7694c;
	text-decoration: none;
}
.form1 .inp {
	margin-bottom: 20px;
}
.form1 button {
	font-size: 18px;
	line-height: 1.2;
	border-radius: 10px;
	width: 100%;
	padding: 20px 15px 17px 15px;
	display: block;
}

.contacts-box {
	padding-top: 60px;
}
.contacts-box .httl {
	text-align: center;
	margin-bottom: 60px;
}
.contacts-inner {
	max-width: 90%;
	margin-left: 5%;
	background-color: white;
	box-shadow: 0 0 10px 5px rgba(158,163,165,.2);
	padding: 30px 5% 0 5%;
	position: relative;
	z-index: 2;
}
.contacts-box .row {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
}
.contacts-box .c1 {
	display: flex;
	display: -webkit-flex;
}
.contacts-box .c1 .box {
	margin-right: 20px;
}
.contacts-box .c1 .btn-box {
	margin-top: 18px;
}
.contacts-box .c1 .btn2 {
	padding: 14px 25px 12px 25px;
	font-size: 18px;
	font-weight: 500;
}
.contacts-box .box {
	position: relative;
	margin-bottom: 30px;
}
.contacts-box .box b {
	font-size: 17px;
	font-weight: 900;
	color: #2a2f31;
	text-decoration: none;
	display: block;
	margin-bottom: 10px;
}
.contacts-box .box p, .contacts-box .box a {
	font-size: 26px;
	color: #2a2f31;
	text-decoration: none;
	display: block;
}


.map {
	text-align: center;
	margin-top: -60px;
}
.map img, .map iframe {
	border: 0;
}

.header-bottom {
	padding: 30px 0;
}
.header-bottom .btn-box {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.header-bottom .d-flex {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	width: 100%;
}

.footer-copy {			
	font-size: 17px;
	color: #939393;
}
.footer-copy a {	
	font-size: 17px;
	text-decoration: underline;
	color: #939393;
}
.footer {	
	padding: 20px 0;
	border-top: 1px solid #e7eef1;
}

.cnt {
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
}
.ico-item {
	padding-left: 20px;
	position: relative;
	margin-right: 30px;
}
.ico-item span, .ico-item a {
	font-size: 15px;
	color: #939393;
	text-decoration: none;
}
.ico-item img {
	height: 15px;
	position: absolute;
	left: 0;
	top: 3px;
}

.soc {
	position: relative;
	z-index: 2;
}
.soc a {
	display: inline-block;
	margin: 0 5px;
	width: 38px;
	height: 40px;
	line-height: 45px;
	text-align: center;
	border-radius: 10px;
}
.soc.v2 a {
    display: inline-block; /* Добавьте это свойство, чтобы иконки отображались горизонтально */
    margin: 5px 5px 0 0;
    width: auto;
    padding: 7px 11px;
    color: #037EB9; /* Измените цвет на черный или другой цвет, чтобы сделать текст видимым на белом фоне */
    font-size: 35px;
    line-height: 1.1;
    height: auto;
    text-decoration: none;
}
.soc a.s-insta {
	background-color: #ec015a;
}
.soc a.s-teleg {
	background-color: #039be5;
}

}

.soc i {
    color: #037EB9;
    font-size: 35px;
}
.soc.v2 i {
	margin-right: 5px;
	color: #037EB9;
    font-size: 35px;
}






.owl-nav button {
	position: absolute;	
	display: block;
	text-align: center;
	color: #282828;
	background-color: none !important;
	outline: 0;
	top: 50%;
	margin-top: -15px;
	opacity: 1;
}
.owl-nav button.owl-prev {
	left: 10px;
}
.owl-nav button.owl-next {
	right: 10px;
}
.owl-nav button img {
	height: 15px;
}
.owl-nav button i {
	color: #282828;
	font-size: 18px;
}
.owl-nav button.owl-prev i {
	margin-left: -4px;
}
.owl-nav button.owl-next i {
	margin-right: -4px;
}
.works-slider .owl-nav button {
	top: 40%;
	width: 30px;
	height: 30px;
	background-color: white !important;
	box-shadow: 0 0 10px 5px rgba(0,0,0,.1);
	border-radius: 10px;
	line-height: 10px !important;
}


.owl-dots {
	text-align: center;
	padding: 30px 0 0 0;
}
.owl-dot {
	margin: 0 5px;
	background-color: white !important;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	border: 1px solid #037eb9 !important;
	cursor: pointer;
}
.owl-dot.active {	
	background-color: #037eb9 !important;
}




.modal-dialog {
	max-width: 500px;	
}
#claimpopup .modal-dialog {
	max-width: 700px;	
}
.modal.wide .modal-dialog {
	max-width: 1130px;
}
.modal-content {
position: relative;
background-color: white;
padding: 30px  15px;
}
.modal-content .close {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 2;
	cursor: pointer;
}
.modal-content .form-ttl {
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	line-height: 1.3;
	color: #323232;
	margin-bottom: 20px;
}
.modal-content p {
	font-size: 20px;
	color: #323232;
	margin-bottom: 40px;
	text-align: center;
}

.modal .form1 .priv label {
	color: #b1bcc2;
}
.modal .form1 .priv a {
	color: #323232;
	text-decoration: underline;
}



.menu-btn-box {
	display: none;
}
.menu-btn {
	width: 26px;
	height: 18px;
	position: relative;	  
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	z-index: 101;
}
.menu-btn  span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background: #404040;
	opacity: 1;
	left: 0;
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
	border-radius: 2px;
}
.menu-btn.open  span {
	background: #404040;
}
.menu-btn  span:nth-child(1) {
  top: 0px;
}
.menu-btn  span:nth-child(2) {
  top: 8px;
}
.menu-btn  span:nth-child(3) {
  top: 16px;
}
.menu-btn.open span:nth-child(1) {
  top: 8px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.menu-btn.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
.menu-btn.open span:nth-child(3) {
  top: 8px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.blog-page{
	padding-left: 1em;
	padding-right: 1em;
	font-size: 18px;
}
.grey-bg {
	background-color: #f7f9fa;
}
.page-content {
	padding: 0px 0;
}

.page-sidebar {
	display: flex;
	display: -webkit-flex;
}
.page-sidebar .sidebar {
	flex: 0 0 235px;
	-webkit-flex: 0 0 235px;
	margin: 0 20px 30px 0;
}
.page-sidebar .content {
	flex: 1;
	-webkit-flex: 1;	
}
.page-sidebar.right .sidebar {
	order: 2;
	margin: 0 0 30px 20px;
}
.page-sidebar.right .content {
	order: 1;
}
.sidebar-txt {
	margin-bottom: 30px;
}
.sidebar-txt p {
	font-size: 18px;
	color: #4d5559;
	margin-bottom: 20px;
}
.sidebar .ttl {
	font-size: 21px;
	color: #2d2d33;
	font-weight: 600;
	margin-bottom: 15px;
}

.breadcrumbs {
	margin-bottom: 20px;
	font-size: 14px;
	color: #4d5559;
}
.breadcrumbs a {
	font-size: 14px;
	color: #4d5559;
}
.breadcrumbs span {
	color: #9fa4ab;
}

.srv-list {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
	margin: 0 -5px;
	text-align: center;
}
.srv-list .c1 {
	flex: 0 0 33.33%;
	-webkit-flex: 0 0 33.33%;
	padding: 0 5px;
	margin-bottom: 50px;
}
.srv-list .box .img {
	height: 270px;
	background-size: cover !important;
	display: block;
}
.srv-list .box .ttl {
	font-size: 20px;
	line-height: 1.2;
	color: #2a2f31;
	text-decoration: none;
	padding: 15px 0;
	display: block;
}
.srv-list .box .btn1 {
	padding-left: 50px;
	padding-right: 50px;
	margin-bottom: 15px;
}

.sidebar-menu {
	margin-bottom: 30px;
}
.sidebar-menu a {
	display: block;
	font-size: 17px;
	font-weight: 500;
	color: #4d5559;
	padding: 10px 10px 8px 10px;
	border-radius: 10px;
	text-decoration: none;
	display: inline-block;
}
.sidebar-menu a:hover, .sidebar-menu a.act {
	background-color: #fdc80e;
	color: black;
}

.srv-desc .img {
	margin-bottom: 50px;
}
.httl-box {
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
	margin-bottom: 15px;
}
.httl-box .httl {
	font-size: 45px;
	font-weight: bold;
	flex: 1;
	-webkit-flex: 1;
	margin-bottom: 20px;
}
.httl-box .btn-box {
	margin-bottom: 20px;
}
.srv-desc p {
	font-size: 18px;
	color: #5d6468;
	margin-bottom: 20px;
}

.form-box2 {
	padding: 80px 0;
	background: url('img/form-bg2.jpg') center top no-repeat;
	background-size: cover;
}
.form-box2 .httl {
	font-weight: bold;
}
.form-box2 .httl, .form-box2 .httl-txt {
	color: white;
	text-align: center;
}
.form-box2 .inner {
	max-width: 600px;
	margin: 0 auto;
}

.faq.v2 .accordion {
	max-width: 100%;
	margin: 0 auto;
}

.b2 {
	padding: 30px 0;
	background: url('img/b2.jpg') center top no-repeat;
	min-height: 510px;
	background-size: cover;
}
.b2 .txt {
	padding-top: 40px;
	max-width: 560px;
}
.b2 .txt p {
	font-size: 18px;
	color: #2c3134;
	margin-bottom: 15px;
}

.bottom-form-box {
	padding: 70px 0;
	background-color: #f8f9f9;
}
.bottom-form {
	max-width: 680px;
	margin: 0 auto;
}

.contacts {
	padding: 30px 0;
	overflow: hidden;
}
.contacts .map {
	margin-top: 0;
	height: 100%;
	background-size: cover !important;
	min-height: 300px;
}
.contacts-box2 {
	position: relative;
	background-color: #f8f9f9;
	padding: 30px 20px 30px 0;
}
.contacts-box2:before {
	position: absolute;
	content: '';
	background-color: #f8f9f9;
	height: 100%;
	top: 0;
	right: 0;
	width: 5000px;
}
.contacts-box2 .item {
	position: relative;
	z-index: 2;
	margin-bottom: 20px;
} 
.contacts-box2 .box b {
	display: block;
	font-size: 17px;
	line-height: 1.2;
	color: #2a2f31;
	position: relative;
	margin-bottom: 5px;
} 
.contacts-box2 .box.v2 b {
	padding-left: 20px;
} 
.contacts-box2 .box.v2 b img {
	position: absolute;
	left: 0;
	top: 5px;
} 
.contacts-box2 .box a, .contacts-box2 .box span {
	font-size: 18px;
	color: #2a2f31;
	text-decoration: none;
	display: block;
} 
.contacts-box2 .box a.phone {
	font-size: 38px;
	line-height: 1;
	font-weight: 300;
} 

.tabs-box {
	margin-bottom: 15px;
}
.tabs-box .tab {
	margin-bottom: 10px;
}

.before-after-list {
}
.before-after-list .box {
	display: flex;
	display: -webkit-flex;
	transition: all .3s;
	border-radius: 20px;
	margin-bottom: 35px;
}
.before-after-list .box:hover {
	box-shadow: 0 0 15px 5px rgba(0,0,0,.2);
}
.before-after-list .box a {
	display: block;
	text-decoration: none;
	position: relative;
	height: 300px;
	background-size: cover !important;
	flex: 0 0 50%;
	-webkit-flex: 0 0 50%;
}
.before-after-list .box a:first-child {
	border-right: 1px solid white;
	border-radius: 20px 0 0 20px;
}
.before-after-list .box a:last-child {
	border-left: 1px solid white;
	border-radius: 0 20px 20px 0;
}
.before-after-list .box span {
	font-size: 17px;
	line-height: 1.1;
	color: white;
	background-color: #9b9b9b;
	border-radius: 10px;
	padding: 5px 15px;
	display: inline-block;
	position: absolute;
	top: 15px;
	left: 15px;
}
.before-after-list .box:hover span {
	background-color: #037eb9;
}


.pagination-box {
	padding-top: 15px;
	font-size: 0;
}
.pagination-box a, .pagination-box span {
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 37px;
	color: #282828;
	font-size: 17px;
	display: inline-block;	
	text-decoration: none;
	text-align: center;
	margin: 0 3px;
}
.pagination-box a:last-child {
	width: auto;
	padding: 0 15px;
}
.pagination-box a.cur {
	text-decoration: none;
	color: white;
	font-weight: bold;
	background-color: #037eb9;
}

#claimpopup .modal-content {
	padding: 30px 0 0 0;
}
#claimpopup .modal-body {
	padding: 15px 30px 30px 30px;
}

.modal-bottom {
	padding: 30px 15px;
	background-color: #f4f4f4;
	text-align: center;
	border-radius: 0 0 15px 15px;
}
	
#calcpopup .modal-dialog {
	max-width: 1160px;
}
#calcpopup .modal-content {
	padding: 0;
}
#calcpopup .modal-body {
	padding: 0;
}
#calcpopup .modal-content .form-ttl {
	font-size: 35px;
	font-weight: 500;
	text-align: center;
	line-height: 1.3;
	color: #323232;
	margin-bottom: 0;
	padding: 50px 0;
	background-color: #f7f7f7;
	border-bottom: 1px solid #e6e6e6;
	border-radius: 10px 10px 0 0;
}
#calcpopup .form1 {
	padding: 40px;
}
#calcpopup .form1 .inp label {
	font-size: 20px;
	font-weight: 500;
}
#calcpopup .btn-box {
	padding-top: 37px;
}
#calcpopup .priv {
	text-align: center;
	font-size: 14px;
	padding-top: 15px;
}
#calcpopup .priv a {
	color: #fdc80e;
}


.addit {
	padding-top: 30px;
}
.addit .ttl {
	font-size: 23px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.addit .item {
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
	margin-bottom: 15px;
}
.addit .item .c1 {
	flex: 1;
	-webkit-flex: 1;
	margin-bottom: 10px;
	padding-left: 40px;
	position: relative;
}
.addit .item .c1 img {
	position: absolute;
	left: 0;
	top: 4px;
}
.addit .item .c1 .title {
	font-size: 19px;
	line-height: 1.2;
	color: #414040;
}
.addit .item .c1 .desc {
	font-size: 15px;
	color: #8d8d8d;
}
.addit .item .c2 {
	margin-bottom: 10px;
}

.plus-minus {
	max-width: 150px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	justify-content: center;
	border: 1px solid #292828;
}
.plus-minus .plus, .plus-minus .minus {
	font-size: 24px;
	font-weight: bold;
	color: white;
	display: inline-block;
	background-color: #292828;
	flex: 0 0 50px;
	-webkit-flex: 0 0 50px;
	width: 50px;
	height: 50px;
	line-height: 53px;
	text-align: center;
	cursor: pointer;
	padding-top: 0px;
	outline: 0;
	position: relative;
}
.plus-minus input {
	font-size: 24px;
	color: #292828;
	border: 0;
	background-color: white;
	flex: 0 0 50px;
	-webkit-flex: 0 0 50px;
	line-height: 1;
	border: 0 !important;
	padding: 0 !important;
	height: 50px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
}

.addit2 {
	padding-top: 30px;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
}
.addit2 .ttl {
	font-size: 23px;
	font-weight: 500;
	margin: 0 15px 10px 0;
}
.addit2 .custom-checkbox {	
	font-size: 19px;
	margin: 5px 20px 0 0;
}

.total-box {
	padding: 80px 0;
	background: url('img/result.png') center center no-repeat;
}
.total {
	padding-left: 110px;
	position: relative;
	max-width: 420px;
	margin: 0 auto;
}
.total img {
	position: absolute;
	left: 0;
	top: 5px;
}
.total p {
	font-size: 21px;
	font-weight: 300;
	color: #383838;
	text-align: left;
	margin-bottom: 10px;
}
.total span {
	font-size: 50px;
	font-weight: bold;
	line-height: 1;
	color: #414040;
	display: block;
}

.rev {
	margin-bottom: 35px;
	padding: 30px;
	border-radius: 15px;
	box-shadow: 0 0 15px 5px rgba(0,0,0,.05);
	background-color: white;
}
.rev-top {
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #eaeaea;
}
.rev-top .ico {
	margin-right: 15px;
}
.rev-top .stars {
	margin-left: auto;
}
.rev-meta {
	margin-right: 15px;
}
.rev-date {
	font-size: 16px;
	color: #a7a7a7;
}
.rev-name {
	font-size: 16px;
	color: #323131;
	font-weight: 500;
}
.rev p {
	font-size: 15px;
	color: #767676;
}
	
@media screen and (max-width: 1240px){
	.how-box .boxes .box .ico:before {
		display: none;
	}
	.contacts-box .box p, .contacts-box .box a {
		font-size: 21px;
	}
	.b1 .txt2 {		
		padding-left: 1%;
	}
	.b1 .txt2 .img {
		max-width: 100%;
		height: auto;
	}
	.menu-box {	
		margin: 0 3%;
	}
}
@media screen and (max-width: 1170px){
	.phone-box a {
		font-size: 21px;
		margin: 3px 15px 0 0;
	}
	.header .btn-box .btn2 {
		font-size: 14px;
		font-weight: 500;
	}
}
@media screen and (max-width: 1099px){
	.b1 .txt2 .img {
		display: none;
	}
	.b1 .txt2 {		
		padding-left: 6%;
	}
	.home .b1 {	
		padding: 150px 0 30px 0;
	}
	.httl0 {
		font-size: 60px;
	}
	.b1 .item {
		margin-bottom: 80px;
	}
	.srv-box {
		padding: 30px;
		margin: 0 0 40px 0;
		min-height: 350px;
		text-align: center;
	}
	.srv-box .img-box {
		position: static;
		margin: 0 auto;
	}
	.srv-box .img-box .img img{
		max-width: 100%;
		height: auto;
		width: 150px;
	}
	.srv-box .price {
		margin-bottom: 20px;
	}
	.srv-box .tags {
		justify-content: center;
	}
	.services-box .httl-txt {
		margin-bottom: 40px;
	}
	.types-box .box li {
		min-height: 20px;
	}
	.contacts-inner {
		max-width: 100%;
		margin-left: 0;
		padding: 30px 2% 0 2%;
	}
	.header-bottom .menu-box {
		display: none !important;
	}

	.header .btn-box {
		flex: 1;
		-webkit-flex: 1;
		text-align: center;
		justify-content: center;
	}
	.menu-btn-box {
		display: block;
	}
	body.fixed .menu-box {
		display: none;
	}
	.header {		
		top: 0px;
		padding-bottom: 15px;
	}
	.menu-box {
		background: transparent;
		padding: 0;
		position: fixed;
		left: 0;
		top: 76px;		
		width: 100%;
		left: auto;
		right: 0;
		margin: 0;
bottom:0;	
max-height: 100vh;
  overflow-y: auto;	
		z-index: 100;
		display: none;
	}
	.menu-box.open {
		display: block;
	}
	body.fixed .menu-box.open {
		display: block;
		top: 66px;
	}
	.menu-box .container {
		padding: 0;
	}
	.menu {
		margin: 0;
		padding: 15px 0;
		display: block;	
		text-align: center;	
		background: #ecf7fa;	
		box-shadow: 0 30px 30px 5px rgba(0,0,0,.1);
		z-index: 100
	}
	.menu a {
		font-size: 15px;
		text-transform: uppercase;
		color: #191919;
		display: block;
		margin: 0;
		padding: 5px 0;
	}
	.menu a:hover {
	}
	
	.menu a:hover:after, .menu a.act:after {
		display: none;
	}
	
	.srv-box .ttl {
		max-width: 300px;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	
	.b1 {
		min-height: 76px;
	}
	.srv-list .c1 {
		flex: 0 0 50%;
		-webkit-flex: 0 0 50%;
	}

}
@media screen and (max-width: 991px){
	

	.services-box {
		padding-bottom: 50px;
	}
	.httl {
		font-size: 40px;
	}
	.types-box .box {
		margin-bottom: 40px;
	}
	.types-box .box .btn-box {
		padding-top: 15px;
	}
	.types-box {
		padding-bottom: 50px;
	}
	.faq-box {
		padding: 50px 0;
	}
	.about-box {
		padding: 50px 0;
	}
	.works-box {
		padding: 50px 0 0 0;
	}
	.contacts-box {
		padding-top: 40px;
	}
	.form-box .inner {
		margin-left: 30%;
	}
	.footer {text-align: center;}
	.footer .cnt {
		justify-content: center;
		margin-bottom: 20px;
	}
	.how-box .boxes {
		flex-wrap: wrap;
			-webkit-flex-wrap: wrap;
	}
	.how-box .boxes .c1 {
		flex: 0 0 50%;
		-webkit-flex: 0 0 50%;
	}
	.b1 .txt2 {
		padding-left: 2%;
	}
	.home .b1:before {
		left: calc(50% - 650px);
		top: -150px;
	}
	.map {
		margin-top: 0;
	}
	.httl-box {
		display: block;
		
	}
}
@media screen and (max-width: 768px){
	.b1 .inner .d-flex {
		flex-wrap: wrap;
			-webkit-flex-wrap: wrap;
	}
	.b1 .txt {
		flex: 0 0 100%;
		-webkit-flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 50px;
	}
	.b1 .items {
		padding-left: 10%;
	}

	 .b1 .item {
        width: 45%;
		height: 20%;
	 }
	.srv-box .ttl {
		max-width: 100%;
	}
	.form-box .inner {
		margin-left: 0;
		max-width: 100%;
	}
	.text-box1 .img {
		margin-bottom: 30px;
	}
	.ul2 {
		margin-left: 0px;
	}
	.page-sidebar {
		flex-wrap: wrap;
			-webkit-flex-wrap: wrap;
	}
	.page-sidebar .sidebar {
		flex: 0 0 100%;
		-webkit-flex: 0 0 100%;
		margin: 0 0 30px 0;
	}
	.page-sidebar .content {
		flex: 0 0 100%;
		-webkit-flex: 0 0 100%;
	}
	
	.httl-box .httl {
		font-size: 36px;
	}
	.page-sidebar.right .sidebar {		
		margin: 0 0 30px 0;
	}
	.contacts .httl {text-align: center;}
	.contacts-box2 .item {
		max-width: 240px;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	.contacts-box2 .btn-box {
		text-align: center;
	}
	.soc.v2 {
		text-align: center;
	}
}

@media screen and (max-width: 575px){
	.phone-box a {
		font-size: 20px;
	}
	.b1 .txt {
		text-align: center;
	}
	.header .btn-box .btn2 {
		display: none;
	}
	.header .phone-box a {
		margin-right: 0;
	}
	.header-bottom .btn-box .btn2 {
		display: none;
	}
	
	#calcpopup .modal-content .form-ttl {
		font-size: 24px;
		padding: 30px 0 15px 0;
	}
	#calcpopup .form1 {
		padding: 30px 15px;
	}
	.addit .ttl {
		font-size: 21px;
		margin-bottom: 15px;
	}
	.addit2 .ttl {
		font-size: 21px;
		margin-right: 0;
		flex: 0 0 100%;
		-webkit-flex: 0 0 100%;
	}
	#calcpopup .btn-box {
		padding-top: 20px;
	}
}

@media screen and (max-width: 470px){
	.contacts-box {
		text-align: center;
	}
	.contacts-box .c1 {
		display: block;
	}
	.contacts-box .c1 .box {
		margin: 0;
	}
	.contacts-box .c1 .btn-box {
		margin-top: 5px;
		margin-bottom: 15px;
	}
	.contacts-box .col-auto {
		flex: 0 0 100%;
		-webkit-flex: 0 0 100%;
	}
	.modal-content .form-ttl {
		font-size: 30px;
		margin-bottom: 10px;
	}
	.modal-content p {
		font-size: 18px;
		margin-bottom: 20px;
	}
	.srv-list .c1 {
		flex: 0 0 100%;
		-webkit-flex: 0 0 100%;
	}
}
@media screen and (max-width: 400px){
	
	.b1 {
		min-height: 62px;
	}
	.header .logo-box img {
		max-width: 120px;
	}
	.menu-box {
		top: 62px;
	}
	body.fixed .menu-box.open {
		top: 52px;
	}
	.httl0 {
		font-size: 40px;
	}
	.httl {
		font-size: 30px;
	}
	.httl-box .httl {
		font-size: 30px;
	}
	.httl-txt {
		font-size: 18px;
		margin-bottom: 40px;
	}
	.how-box .boxes .c1 {
		flex: 0 0 100%;
		-webkit-flex: 0 0 100%;
	}
	.how-box .boxes .box {
		max-width: 100%;
	}
	.srv-box {
		padding: 20px 15px;
	}
	.srv-box .ttl {
		font-size: 24px;
		margin-bottom:15px;
	}
	.accordion .item button {
		font-size: 18px;
	}
	.ico-boxes .box {
		padding-left: 0;
		text-align: center;
	}
	.ico-boxes .box img {
		position: static;
		margin-bottom: 15px;
	}
	.header-bottom .d-flex {
		display: block !important;
		text-align: center;
	}
	.header-bottom .btn-box {
		display: block;
	}
	.header-bottom .phone-box a {
		margin: 15px 0 0 0;
	}
	
	.total {
		padding-left: 100px;
	}
	.total span {
		font-size: 30px;
	}
	
	.addit .item .c1 {
		flex: 0 0 100%;
		-webkit-flex: 0 0 100%;
	}
}

.block-workers{
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   width: 60%;
   margin: auto;
}
.worker{
   display: flex;
   flex-direction: column;
   flex-wrap: nowrap;
   align-items: center;
   width: 27%;
   margin-bottom: 30px;
   padding: 30px 0px 30px 0px;
   box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
   border-radius: 5%;
   margin-right: 10px;
   margin-left: 10px;
}
.worker-foto{
   width: 70%;
   padding-bottom: 20px;
}
.worker-name{
   text-align: center;
   font-size: 16px;
   font-weight: bold;
   color: #848788;
}
.worker-experience{
   font-size: 16px;
   color: #848788;
}

.row-blogs{
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	width: 100%;
}
.row-blog{
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 10px 10px 0px 10px;
	border-radius: 10px;
	border: 1px solid #d1d1d1;
}

.row-blog:hover{
	box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px;
}

.blog-title{
	font-size: 27px;
	margin-bottom: 5px;
}

.blog-text{
	font-size: 17px;
	color: #848788;
}

.single-blog-date {
	font-size: 26px;
	color: #037eb9;
	font-weight: bold;
	margin-bottom: 20px;
}
@media screen and (max-width: 900px){
	.worker{
		width: 42%;
	}	
}

@media screen and (max-width: 600px){
	.worker{
		width: 42%;
	}	
}

@media screen and (max-width: 500px){
	.worker{
		width: 70%;
	}	
}
/* Основные стили */
.promotions {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-content: center;
}

.column {
    display: flex;
    flex-direction: column;
    width: 48%; /* Немного меньше 50%, чтобы учесть отступы между колонками */
}

.promotion-block {
    display: flex;
    flex-direction: column;
    margin-bottom: 120px;
    background-color: #fff;
    border-radius: 5px;
    height: 100%;
}

.promotion-content {
    padding: 10px;
    flex-grow: 1; /* Заставляет контент заполнять доступное пространство */
    display: flex;
    flex-direction: column;
    min-height: 200px; /* Пример минимальной высоты, адаптируйте под свои нужды */
}

.promo-title {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 40px;
}

.btn-container {
    display: flex;
    justify-content: center; /* Центрирует содержимое по горизонтали */
    align-items: center; /* Опционально, если нужно центрировать по вертикали */
    margin-bottom: 40px; /* Или другое значение, чтобы контролировать расстояние до следующего элемента */
}

.custom-link {
    color: inherit; /* Убирает стандартный цвет ссылки, наследуя цвет текста от родителя */
    text-decoration: underline; /* Добавляет подчеркивание */
}

/* Медиа-запросы для планшетов */
@media (max-width: 768px) {
    .column {
        width: 85%; /* Колонки занимают всю ширину на планшетах */
        margin-bottom: 60px; /* Увеличиваем отступы между блоками */
    }
}

/* Медиа-запросы для мобильных устройств */
@media (max-width: 480px) {
    .promotion-block {
        margin-bottom: 60px; /* Адаптируем отступы для мобильных устройств */
    }
    
    .btn-container {
        margin-bottom: 20px; /* Уменьшаем отступ снизу для кнопки */
    }
}

@media (max-width: 768px) {

    /* Первый ряд (верхний) - оставляем без изменений */
    .b1 .items > *:nth-child(1),
    .b1 .items > *:nth-child(2) {
        margin-top: 5px; /* Поднять или опустить */
        transform: translateY(-5px);
    }

    /* Второй ряд (средний) - сдвигаем вниз */
    .b1 .items > *:nth-child(3),
    .b1 .items > *:nth-child(4) {
        margin-top: 25px; /* Увеличиваем отступ */
        transform: translateY(15px); /* Двигаем ниже */
    }

    /* Третий ряд (нижний) - сдвигаем ещё ниже */
    .b1 .items > *:nth-child(5),
    .b1 .items > *:nth-child(6) {
        margin-top: 40px; /* Увеличиваем отступ для равномерного расположения */
        transform: translateY(30px); /* Двигаем ниже */
    }

    .b1 .items {
		margin-top: 60px; /* Увеличиваем отступ сверху */
        display: grid;
        grid-template-columns: repeat(2, 1fr); /* Два столбца */
        gap: 20px; /* Отступ между элементами */
        justify-content: center;
        text-align: center;
        width: 100%;
        padding: 0 5%;
    }

    .b1 .item {
        display: flex;
        flex-direction: column;
        align-items: center; /* Центрируем все элементы */
        justify-content: flex-start;
        text-align: center;
        width: 100%;
        min-width: 150px; /* Убираем сжатие */
        max-width: 180px;
        margin: 0 auto;
    }

    /* Фиксируем расположение элементов в правильном порядке */
    .b1 .item img {
        order: -1; /* Иконки всегда будут выше */
        margin-top: 15px; /* Делаем отступ сверху */
        margin-bottom: 10px;
        width: 50px; /* Ограничиваем размер */
        height: auto;
    }

    /* Заголовки идут под иконками */
    .b1 .item b {
        order: 0;
        margin-top: 10px;
        font-size: 16px;
        font-weight: 600;
        display: block;
    }

    /* Описание идет под заголовками */
    .b1 .item p {
        order: 1;
        margin-top: 10px;
        font-size: 14px;
        line-height: 1.4;
    }
}
