﻿/*
Theme Name: Reboot Child
Theme URI: https://wpshop.ru/themes/reboot
Author: WPShop.biz
Author URI: http://wpshop.biz/
Template: reboot
Version: 1.0.0
*/

/* Below you can add your CSS styles */
/* Ниже Вы можете добавить свои CSS стили */

/* Ширина контента */
@media (min-width: 1200px) {
	.container, 
	.fixed.block-after-site, 
	.fixed.main-navigation-inner, 
	.fixed.related-posts, 
	.fixed.section-block, 
	.fixed.section-html, 
	.fixed.site-content, 
	.fixed.site-footer-inner, 
	.fixed.site-header-inner, 
	.footer-navigation.fixed, 
	.main-navigation.fixed, 
	.site-footer.fixed, 
	.site-header.fixed {
	    max-width: 1374px;
	}
}

.entry-content,
.home-text,
.taxonomy-description {
	max-width: 915px;
}
/* End Ширина контента */

/* Header */
/* Типографика */
/* Главный офер */
/* Плавающий контент */
/* Tables */
/* Отзывы */
/* Формы */
/* Контакты */
/* Стидизованные input[type="checkbox"] и input[type="radio"] */
/* Калькулятор custom */
/* Footer */
/* Media */

a {
	transition: .3s;
	text-decoration: unset;
}

button:focus {
	outline: 0;
}

/* Header */

.site-header {
	padding-top: 12px;
	padding-bottom: 12px;
}

.site-branding {
	text-decoration: unset;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.social-links {
	width: 100%;
	text-align: right;
}

.site-branding__body span {
	display: block;
}

.site-branding .site-title {
	text-transform: uppercase;
}

.header-contact {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: unset;
	transition: .3s;
	position: relative;
}

.header-contact:last-child {
	margin-bottom: 0;
}

a[href^=tel].header-contact {
	font-size: 16px;
}

.header-contact .header-contact__ico {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 22px;
	margin-right: 15px;
	justify-content: center;
	align-items: center;
}

.header-contact .header-contact__ico img {
	width: 17px;
}

a[href^=tel].header-contact.header-contact_phone {
	font-size: 24px;
	font-weight: 600;
	justify-content: flex-end;
}

.header-contact.header-contact_phone .header-contact__ico {
	max-width: 30px;
	position: relative;
}

.header-contact.header-contact_adress {
	justify-content: flex-end;
	margin-bottom: 10px;
}

.header-contact.header-contact_phone .header-contact__ico img {
	width: 30px;
	z-index: 1;
}

#header_menu .only-hamburger {
	display: none;
}

.contact-row .header-contact .header-contact__ico {
	background: transparent;
	border-radius: 50px;
	width: 22px;
	height: 22px;
}


/* Flickering Animation CSS */
@keyframes flickerAnimation {
	0% {
		opacity: 1
	}

	50% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@-o-keyframes flickerAnimation {
	0% {
		opacity: 1
	}

	50% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@-moz-keyframes flickerAnimation {
	0% {
		opacity: 1
	}

	50% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@-webkit-keyframes flickerAnimation {
	0% {
		opacity: 1
	}

	50% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

.header-contact_adress:before {
	content: '';
	-webkit-animation: flickerAnimation 1.3s infinite;
	-moz-animation: flickerAnimation 1.3s infinite;
	-o-animation: flickerAnimation 1.3s infinite;
	animation: flickerAnimation 1.3s infinite;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: #25d266;
	vertical-align: middle;
	margin-right: 8px;
}

.social-buttons--circle .social-button {
	border-radius: 50%;
	background: #fff;
}
.social-buttons--circle .social-button:hover {
	background: rgba(0,0,0,.05);
}

.site-header-inner {
	align-items: unset;
}

#header_menu a {
	font-weight: normal!important;
}

.main-navigation-inner {
	display: flex;
	align-items: center;
}

.main-navigation-inner .btn {
	margin-left: auto;
	padding: 10px 20px;
}

.popup_header {
	border: 0;
	padding: 0;
	background: transparent;
	text-transform: uppercase;
	text-align: right;
	width: 100%;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.popup_header:hover {
	cursor: pointer;
	color: #252525;
}

.site-description {
	font-size: 14px;
	opacity: .75;
	width: 308px;
	display: flex;
	align-items: center;
	padding: 15px 37px;
	border-left: 1px solid #eff1f0;
	border-right: 1px solid #eff1f0;
	margin-left: 37px;
}

.soc-wraper {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

/* Общие стили для кнопок */
.btn,
.offer .btn,
.expert-review-button,
.main-ofer .btn,
.textgallery .btn {
	background-color: #e82600 !important; /* Красный фон для выделения */
	font-size: 14px; /* Увеличенный размер текста для лучшей читаемости */
	text-transform: uppercase;
	border-radius: 5px; /* Более сглаженные углы */
	padding: 14px 20px; /* Оставляем отступы как есть */
	color: #ffffff; /* Белый текст */
	transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease; /* Плавные переходы */
}

/* Ховер-эффекты для кнопок */
.btn:hover,
.offer .btn:hover,
.expert-review-button:hover,
.main-ofer .btn:hover,
.textgallery .btn:hover {
	background-color: #c71f00 !important; /* Более темный красный при наведении */
	transform: scale(1.05); /* Легкое увеличение при наведении */
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3); /* Более выраженная тень при наведении */
}

/* Стили для кнопок с модификатором light */
.btn.btn--light {
	border: 2px solid #eff1f0 !important;
	color: #252525 !important;
	background: #fff !important;
	transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease; /* Добавляем плавные переходы */
}

.btn.btn--light:hover {
	background: #eff1f0 !important;
	color: #252525 !important; /* Сохраняем контраст текста при наведении */
	transform: scale(1.05); /* Легкое увеличение при наведении */
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Добавляем тень */
}




.soc-wraper .btn {
	padding: 2px 10px;
	margin-left: 10px;
	text-transform: uppercase;
	font-size: 12px;
}

.top-menu {
	text-transform: unset;
	font-size: 14px;
	font-weight: normal;
	display: flex;
    align-items: center;
    border-right: 1px solid #eff1f0;
    padding: 0 37px;
    margin-right: 135px;
}
.top-menu ul li {
	padding-left: 0;
	padding-right: 0;
	margin-right: 8px;
}
.top-menu ul li a {
	opacity: 1;
}

.header-phone {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.header-after__item.header-after__item--3 {
	justify-content: flex-end;
	display: flex;
}

.header-after__menu ul {
	display: flex;
	padding: 0;
	margin-bottom: 0;
}
.header-after__menu ul li {
	list-style: none;
}
.header-after__menu ul li:last-child {
	margin-left: 33px;
}
.header-after__menu ul li a {
	text-decoration: unset;
	transition: .3s;
	display: flex;
    align-items: center;
}

.header-after__menu ul li a img {
	width: 23px;
	margin-right: 9px;
}


@-webkit-keyframes slideme {
	0% {
		left: -30px;
		margin-left: 0px;
	}

	30% {
		left: 110%;
		margin-left: 80px;
	}

	100% {
		left: 110%;
		margin-left: 80px;
	}
}

.soc-wraper .btn {
	position: relative;
	overflow: hidden;
	border: 2px solid #e82600;
	color: #000;
	background-color: transparent!important;
}

.soc-wraper .btn:after {
	content: "";
	display: block;
	width: 30px;
	height: 300px;
	margin-left: 60px;
	background: #fff;
	background: -moz-linear-gradient(top, rgba(255,255,255,0.7) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0.7) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.7) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0.7) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0.7) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0.7) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3ffffff', endColorstr='#b3ffffff',GradientType=0 );
	position: absolute;
	left: -40px;
	top: -150px;
	z-index: 1;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.1s;
	transition: all 0.1s;
	-webkit-animation-name: slideme;
	animation-name: slideme;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-delay: 0.05s;
	animation-delay: 0.05s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.main-navigation ul li a:hover {
	color: #fff!important;
}

.site-content {
    background: transparent;
    padding-bottom: 30px;
}

.site-content-inner {

}

.expert-review-faq--style-style-3 .expert-review-faq-item__question {
    background: rgb(238 242 246);
    border-radius: 6px;
}
.expert-review-faq--color-custom.expert-review-faq--style-style-3 .expert-review-faq-item:after, 
.expert-review-faq--color-custom.expert-review-faq--style-style-3 .expert-review-faq-item:before {
    z-index: 1;
}

.services-cards {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-gap: 15px;
}
.services-card {
	background-color: #fff;
	padding: 16px;
	box-sizing: border-box;
	box-shadow: 0 1px 10px rgba(0,0,0,.05);
	border-radius: 6px;
	margin-bottom: 15px;
}
a.services-parent {
    display: flex;
    flex-direction: column;
}
.services-parent__img {
	overflow: hidden;
	border-radius: 6px;
	display: flex;
}
.services-parent img {
	display: flex;
}
.services-parent__title {
	font-weight: 600;
	margin: 8px 0;
	font-size: 16px;
	display: block;
}

.services-children {
	display: flex;
	align-items: baseline;
	padding: 8px 0;
	border-top: 1px solid rgba(0,0,0,.1);
}
.services-children__title {
	font-size: 14px;
	padding-right: 15px;
}
.services-children__price {
	margin-left: auto;
	font-size: 15px;
	color: #e82600;
}
.services-children__bottom {
	display: flex;
	align-items: baseline;
}
.services-children__val {
	margin: 0 5px;
}
.services-children__ed {
	margin: 0 0 0 5px;
	color: #000000;
}

.img-title {
	position: relative;
	overflow: hidden;
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	min-height: 200px;
	transition: .3s;
}
.img-title::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #252525;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	opacity: .5;
	z-index: 1;
}
.img-title:hover {
	box-shadow: 0 1px 10px rgba(0,0,0,.5);
}
.img-title:hover::before {
	opacity: .8;
}
.img-title__title {
	color: #fff;
	z-index: 1;
	text-align: center;
	padding: 20px;
}
.img-title__img {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
.img-title__img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/* Типографика */
p {
	text-align: justify;
}
h1,h2,h3,h4,.h1,.h2,.h3,.h4 {
	position: relative;
}
h1 span:not(.entry-title__bg), .h1 span:not(.entry-title__bg),
h2 span:not(.entry-title__bg), .h2 span:not(.entry-title__bg),
h3 span:not(.entry-title__bg), .h3 span:not(.entry-title__bg),
h4 span:not(.entry-title__bg), .h4 span:not(.entry-title__bg) {
	color: #e82600;
}

h1:before, .h1:before,
h1:after, .h1:after,
h2:before, .h2:before,
h2:after, .h2:after,
h3:before, .h3:before,
h3:after, .h3:after,
h4:before, .h4:before,
h4:after, .h4:after {
	content: '';
	position: absolute;
}

/* Виды заголовков */
.title_style_1 .entry-title__bg {
    display: inline;
    background: #eff1f0;  
    padding: 0 25px;
}
.flexible-block--wite .title_style_1 .entry-title__bg {
	background: #fff;
}

/* Стиль 1 по центру */
.flexible-block h1.title_style_1,
.flexible-block h2.title_style_1,
.flexible-block h3.title_style_1,
.flexible-block h4.title_style_1,
.flexible-block .h1.title_style_1,
.flexible-block .h2.title_style_1,
.flexible-block .h3.title_style_1,
.flexible-block .h4.title_style_1 {
	text-align: center!important;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	z-index: 1;
}
.flexible-block h1.title_style_1:before, 
.flexible-block .h1.title_style_1:before,
.flexible-block h1.title_style_1:after, 
.flexible-block .h1.title_style_1:after,
.flexible-block h2.title_style_1:before, 
.flexible-block .h2.title_style_1:before,
.flexible-block h2.title_style_1:after, 
.flexible-block .h2.title_style_1:after,
.flexible-block h3.title_style_1:before, 
.flexible-block .h3.title_style_1:before,
.flexible-block h3.title_style_1:after, 
.flexible-block .h3.title_style_1:after,
.flexible-block h4.title_style_1:before, 
.flexible-block .h4.title_style_1:before,
.flexible-block h4.title_style_1:after, 
.flexible-block .h4.title_style_1:after {
	position: unset;
	height: 1px;
	width: 120px;
	background: #e82600;
}

/* Стиль 2 слева */
.flexible-block h1.title_style_2, 
.flexible-block .h1.title_style_2,
.flexible-block h2.title_style_2, 
.flexible-block .h2.title_style_2,
.flexible-block h3.title_style_2, 
.flexible-block .h3.title_style_2,
.flexible-block h4.title_style_2, 
.flexible-block .h4.title_style_2 {
	padding: 0 0 0 20px;
}
.flexible-block h1.title_style_2:before, 
.flexible-block .h1.title_style_2:before,
.flexible-block h2.title_style_2:after, 
.flexible-block .h2.title_style_2:after,
.flexible-block h3.title_style_2:after,
.flexible-block .h3.title_style_2:after,
.flexible-block h4.title_style_2:after,
.flexible-block .h4.title_style_2:after  {
	left: 0;
	width: 5px;
	height: 100%;
	background: #e82600;
}

.flexible-block h1.title_style_1,
.flexible-block h2.title_style_1,
.flexible-block h3.title_style_1,
.flexible-block h4.title_style_1,
.flexible-block .h1.title_style_1,
.flexible-block .h2.title_style_1,
.flexible-block .h3.title_style_1,
.flexible-block .h4.title_style_1,
.flexible-block h1.title_style_2, 
.flexible-block .h1.title_style_2,
.flexible-block h2.title_style_2, 
.flexible-block .h2.title_style_2,
.flexible-block h3.title_style_2,
.flexible-block h4.title_style_2 {
	margin-bottom: 32px;
}
/* End Виды заголовков */

.entry-content ol:not([class]), 
.home-text ol:not([class]), 
.taxonomy-description ol:not([class]) {
    counter-reset: stage;
    margin-bottom: 1.3em;
}

.entry-content ol:not([class]) li, 
.home-text ol:not([class]) li, 
.taxonomy-description ol:not([class]) li  {
	padding: 0 0 12px 41px!important;
}

.entry-content ol:not([class]) li, 
.entry-content ul:not([class]) li, 
.home-text ol:not([class]) li, 
.home-text ul:not([class]) li, 
.taxonomy-description ol:not([class]) li, 
.taxonomy-description ul:not([class]) li {
    padding-left: 2.4em;
    margin-bottom: 0;
}

.entry-content ol:not([class])>li:before, 
.home-text ol:not([class])>li:before, 
.taxonomy-description ol:not([class])>li:before {
counter-increment: stage;
    content: counter(stage);
    width: 24px!important;
    min-width: 24px;
    height: 24px!important;
    background: linear-gradient(to right,#e82600,#fb717f)!important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px!important;
    color: #fff!important;
    position: absolute;
    left: 0;
    border-radius: 50%;
}
.entry-content ul:not([class])>li:before, 
.home-text ul:not([class])>li:before, 
.taxonomy-description ul:not([class])>li:before {
    width: 18px;
    height: 18px;
    top: 3px;
    border-radius: 0;
    border: 0;
    background-image: url(/wp-content/themes/reboot_child/img/checkmark.svg);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: center;
}

.entry-content ul:not([class]),
.home-text ul:not([class]),
.taxonomy-description ul:not([class]) {
	border: 1px dashed #e82600;
	border-radius: 6px;
	padding: 25px 30px;
	background: #fff4d6;
}


.calc-item-title h2:before,
.calc-item-title .h2:before,
.calc-item-title h2:after,
.calc-item-title .h2:after {
	display: none;
}
.calc-item-title h2,
.calc-item-title .h2,
.calc-item-title h2,
.calc-item-title .h2 {
	padding: 0!important;
}
.entry-content, 
.home-text, 
.taxonomy-description {
    line-height: 1.6;
}

.breadcrumb {
	margin-bottom: 30px;
}

/* Главный офер */
.main-ofer {
	margin: 50px 0;
}
.main-ofer__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.main-ofer__col.entry-content {
	padding-right: 30px;
	margin-bottom: 0;
}
.main-ofer__col {
	width: 50%;
}
.main-ofer__col img {
	max-width: unset;
}
.main-ofer__title {
	line-height: 1.5;
}

/* Плавающий контент */
.flexible-block {
	margin: 40px auto;
	position: relative;
}
.flexible-block.flexible-block--wite {
	background: #fff;
	padding: 50px 35px;
	box-shadow: 0 1px 10px rgba(0,0,0,.05);	
	border-radius: 6px;
}.flexible-block.flexible-block--transparent .expert-review.expert-review--color-custom {
	background: #fff;
	box-shadow: 0 1px 10px rgba(0,0,0,.05);
}
.expert-review-pluses {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.expert-review-plus {
	width: calc(50% - 30px);
	margin: 15px;
	font-size: 14px;
}
.expert-review-plus:before {
    background-size: 14px;
}
.expert-review-minus:before, 
.expert-review-plus:before {
    width: 24px;
    height: 24px;
    border: 1px solid #5cc209;
    border-radius: 50px;
    padding: 5px;
}
.expert-review-minus, .expert-review-plus {
    padding-left: 40px;
}
.flexible-block.flexible-block--border {
	border: 3px solid #e82600;
}
.description-block {
	text-align: center;
	margin: 0 auto 50px auto;
	max-width: 75%;
}
.flexible-block > div {
	position: relative;
	z-index: 1;
}
.flexible-block:first-child {
	margin-top:  0;
}
.flexible-block:last-child {
	margin-bottom:  0;
}

.offer__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 -15px;
	z-index: 0!important;
	position: relative;
}

.offer__col {
	margin-left: 15px;
	margin-right: 15px;
}
.offer__col:first-child {
	width: calc(50% - 30px);
}
.offer__col:last-child {
	width: calc(50% - 30px);
}
.offer__img {
	overflow: hidden;
	border-radius: 6px;
	position: relative;
}
.offer__img img {
	width: 100%;
	max-height: 400px;
	object-fit: cover;	
}
.offer__img .post-card-info {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
	background: rgba(255,255,255,0.85);
	padding: 12px 25px;
}
.offer__img .post-card-info .post-card-info__val {
	font-size: 32px;
}


.imgtxt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 -15px;
	z-index: 0!important;
	position: relative;
}

.imgtxt__col {
	margin-left: 15px;
	margin-right: 15px;
}
.imgtxt__col.imgtxt__col_img {
	width: calc(37.8% - 30px);
	overflow: hidden;
	border-radius: 12px;
}
.imgtxt__col.imgtxt__col_txt {
	width: calc(60% - 30px);
	font-size: 16px;
	text-align: left;
}





@keyframes wiggle {
	0% { transform: rotate(0deg); }
	80% { transform: rotate(0deg); }
	85% { transform: rotate(5deg); }
	95% { transform: rotate(-5deg); }
	100% { transform: rotate(0deg); }
}

.banner-slider .btn,
.main-ofer .btn,
.offer .btn {
	animation: wiggle 3s infinite;
}

.list-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.list-box__col {
	margin-left: 15px;
	margin-right: 15px;
	width: calc(50% - 30px);
}

.gallery {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.galleryItem {
	margin-left: 15px;
	margin-right: 15px;
	width: calc(25% - 30px);
	margin-bottom: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
	border-radius: 3px;
	overflow: hidden;
	text-decoration: unset;
/*	border: 3px solid #eff1f0;*/
    border-radius: 5px;	
}
.galleryItem:after {
	content: "";
	background-image: url(/wp-content/themes/reboot_child/img/zooming.svg);
	background-repeat: no-repeat;
	background-size: 40px;
	background-position: center;
	position: absolute;
	left: calc(50% - 20px);
	top: calc(50% - 20px);
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	opacity: 0;
	display: block;
	padding: 20px;
	z-index: 1;
}
.galleryItem:hover::after {
	opacity: 1;
}
.galleryItem:before {
	content: "";
	background: #e82600;
	z-index: 1;
	opacity: .15;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.galleryItem_round:before {
	border-radius: 100%;
}
.galleryItem:hover::before {
	opacity: .25;
}
.galleryItem:hover {
	cursor: pointer;
}
.galleryItem:hover .gallery-caption {
	background: #252525;
}
.galleryItem:hover .gallery-caption.gallery-caption-round-img {
	background: transparent;
}
a.galleryItem:after {
	display: none;
}
.galleryItem img {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
    border-radius: 5px;	
}
.galleryItem img.galleryItem__img_noh {
	height: unset;	
}
.wr-round-img {
	border-radius: 100%;
	overflow: hidden;
	position: relative;
}
.wr-round-img:before {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	border-radius: 50%;
	box-shadow: inset 0 0 0 8px rgba(255,255,255,.6), 0 1px 2px rgba(0,0,0,.3);
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.galleryItem:hover .wr-round-img:before {
	box-shadow: inset 0 0 0 0 rgba(255,255,255,0.6), 0 1px 2px rgba(0,0,0,0.3);
}

.scrolltop:before {
	color: #e82600;
}

.swiper-button-next,
.swiper-button-prev {
	color: #e82600;
}
.swiper-pagination-bullet-active {
	background: #e82600;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, 
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px;
}

.galleryItem__title {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.3;
	margin-bottom: 6px;
}
.galleryItem__title_14 {
	font-size: 14px;
}
.galleryItem__title_13 {
	font-size: 13px;
}
.galleryItem__title_12 {
	font-size: 12px;
}
.galleryItem__img {
	width: 100%;
}
.gallery-caption {
	padding: 20px 10px 20px 10px;
	background: #e82600;
	text-align: center;
	height: 100%;
	color: #fff;
	transition: .3s;
}
.gallery-caption:hover {
	background: #252525;
}
.gallery-caption.gallery-caption-round-img {
	height: auto;
	background: transparent;
	color: #252525;
}
.gallery-caption.gallery-caption-round-img:hover {
	background: transparent;
}

.gallerySwiper .swiper-pagination {
	bottom: 0px!important;
}
.galleryItemSwiper {
	height: unset!important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
	text-decoration: unset;
/*	border: 3px solid #eff1f0;*/
    border-radius: 5px;
    transition: .3s;
    overflow: hidden;
}
.galleryItemSwiper:after {
	content: "";
	background-image: url(/wp-content/themes/reboot_child/img/zooming.svg);
	background-repeat: no-repeat;
	background-size: 40px;
	background-position: center;
	position: absolute;
	left: calc(50% - 20px);
	top: calc(50% - 20px);
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	opacity: 0;
	display: block;
	padding: 20px;
	z-index: 1;
}
.galleryItemSwiper:before {
	content: "";
	background: #e82600;
	z-index: 1;
	opacity: .15;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.swiper-slide_round:before {
	border-radius: 100%;
}
.galleryItemSwiper:hover::after {
	opacity: 1;
}
.galleryItemSwiper:hover::before {
	opacity: .25;
}
.galleryItemSwiper:hover {
	cursor: pointer;
}
.galleryItemSwiper:hover .gallery-caption {
	background: #252525;
}
.galleryItemSwiper:hover .gallery-caption.gallery-caption-round-img {
	background: transparent;
}
a.galleryItemSwiper:after {
	display: none;
}
.galleryItemSwiper img {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
    border-radius: 5px;	
}
.galleryItemSwiper img.galleryItem__img_noh {
	height: unset;
}
.galleryItemSwiper:hover .wr-round-img:before {
	box-shadow: inset 0 0 0 0 rgba(255,255,255,0.6), 0 1px 2px rgba(0,0,0,0.3);
}
.swiper-pagination {
	margin-top: 50px;
	position: unset;
}
.swiper-pagination.swiper-pagination-lock {
	margin: 0;
}
.no-zoom.galleryItem:hover,
.no-zoom.galleryItemSwiper:hover {
	cursor: default;
}
.no-zoom.galleryItem:after,
.no-zoom.galleryItemSwiper:after {
	display: none;
}

.title-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
}

.title-text__item {
	text-align: center;
	padding: 50px 15px 33px 15px;
	width: 16.666%;
	box-sizing: border-box;
	background: #fff;
}
.title-text__item:nth-child(even) {
	background: #fff4d6;
}
.on-sidebar .title-text__item {
	width: 33.333%;
}
.title-text__wr-i {
	width: 70px;
	height: 70px;
	margin: 0 auto 15px auto;
	box-sizing: border-box;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
.title-text__ico {
	display: block;
}
.title-text__title {
	font-size: 16px;
}
.title-text__text {
	font-size: 14px;
}

.ico-text-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.ico-tex {
	margin: 0 15px;
	width: calc(25% - 30px);
}
.ico-tex.ico-tex_center {
	text-align: center;
}
.ico-tex__ico {
	font-size: 52px;
	font-weight: 600;
	color: #252525;
}
.ico-tex__ico img {
	width: 60px;
	margin-bottom: 15px;
}
.ico-tex__title {
	font-size: 18px;
	font-weight: 600;
}

.textgallery {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 -15px;
}
.textgallery__col {
	margin: 0 15px;
	width: calc(50% - 30px);
}
.textgallery__title {

}
.textgallery__text {
	margin-bottom: 30px;
}
.textgallery .galleryItem {
	width: calc(50% - 30px);
}

.video-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.video-row .video {
	margin: 0 15px 30px 15px;
}
.video-row .video.video_col_1 {
	width: calc(100% - 30px);
}
.video-row .video.video_col_2 {
	width: calc(50% - 30px);
}
.video-row .video.video_col_3 {
	width: calc(33.333% - 30px);
}
.video {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-height: 530px;
	overflow: hidden;
	margin-bottom: 30px;
}
.video .video__prev {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.video-row .video_col_1:last-child {
	margin-bottom: 0;
}
.video__play {
	background-image: url(/wp-content/uploads/2022/10/play.svg);
	background-repeat: no-repeat;
	background-position: center left 67px;
	background-color: rgba(217,217,217,.5);
	border-radius: 100%;
	width: 160px;
	height: 160px;
	position: absolute;
	top: calc(50% - 80px);
	left: calc(50% - 80px);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.video__play:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.video-row .video_col_2 .video__play,
.video-row .video_col_3 .video__play {
	background-position: center left 35px;
	width: 90px;
	height: 90px;
	position: absolute;
	top: calc(50% - 50px);
	left: calc(50% - 50px);
}

.forma-block h2.forma-block__title {
	margin-bottom: 30px;
}

.forma-block__row {
	display: flex;
	align-items: center;
}
.forma-block__col {
	width: 50%;
}
.forma-block__col:last-child {
	text-align: center;
}
.forma-block__inputs {
	max-width: 475px;
	margin-right: auto;
}
.forma-block__img {
	position: relative;
	z-index: 1;
	max-width: 422px;
}

.forma-block_bottom.flexible-block {
	margin: 80px auto 0 auto;
}

.entry-content,
.article-post {
	margin-bottom: 0;
}

.yarpp-related {
	margin: 0!important;
}

.on-sidebar .quote__img {
	margin: 0 35px 0 0;
	min-width: 220px;
}
.on-sidebar .quote__wr-text {
    margin-right: 0;
}

.quote__content {
	display: flex;
	align-items: center;	
}
.quote__img {
	min-width: 301px;
	box-sizing: border-box;
	border-radius: 100%;
	margin: 0 80px;
	overflow: hidden;
}
.quote__wr-text {
	margin-right: 45px;
}
.quote__text {
    font-size: 16px;
    text-align: justify;
    background-image: url(/wp-content/themes/reboot_child/img/quote.svg);
    background-repeat: no-repeat;
    background-size: 60px;
    background-position: top left;
    padding-top: 60px;
}
.quote__signature {
	display: inline-flex;
	flex-direction: column;
	margin-top: 30px;
	min-width: 156px;
}
.quote__signature span {
	padding: 4px 13px;
	display: block;
}
.quote__signature span:first-child {
	background: #fff;
	border-radius: 3px 3px 0 0;
	font-size: 10px;
}
.flexible-block--wite .quote__signature span:first-child {
	background: #e6e6e6;
}
.quote__signature span:last-child {
	background: #e82600;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
	color: #fff;
}

.banner-slider .swiper-slide {
	background: #fff;
    box-shadow: 0 1px 10px rgba(0,0,0,.05);
    border-radius: 6px;
}
.banner-slider .swiper-slide {
	display: flex!important;
}
.banner-slider__text {
	padding: 50px 50px 50px 35px;
	display: flex;
	flex-direction: column;
}
.banner-slider__text .btn {
	align-self: flex-start;
	margin-top: auto;
	min-width: 156px;
}
.banner-slider__title {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 26px;
    line-height: 1.2;
}
.banner-slider__descript {
	line-height: 1.5;
	font-size: 16px;
	margin-bottom: 15px;
}
.banner-slider__img {
	min-width: 60%;
	border-radius: 6px;
	overflow: hidden;
}
.banner-slider__img img {
	object-fit: cover;
	height: 100%;
}

.button-popup {
	display: flex;
	align-items: center;
}
.button-popup__ico {
	
}
.button-popup__btn {
	width: 250px;
}
.button-popup__descript {
	width: 60%;
	margin-right: auto;
	box-sizing: border-box;
	font-size: 22px;
}

.box-numbers {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.box-numbers .col-number {
	width: calc(33.333% - 30px);
	margin: 30px 15px 0 15px;
}
.col-number {
	display: flex;
}
.col-number__left {
	min-width: 60px;
	font-size: 62px;
	line-height: 62px;
	font-weight: 600;
	position: relative;
	text-shadow: 2px -2px 0px #fff;
}
.col-number__left::after {
	content: '';
	position: absolute;
	top: -4px;
	right: 19px;
	border-radius: 100px;
	width: 25px;
	height: 25px;
	background: #e82600;
	z-index: -1;
}
.col-number__title {
	font-size: 18px;
	margin-bottom: 8px;
	font-weight: 600;
	line-height: 1.5;
}

.box-advandes {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.box-advandes .col-advandes {
	width: calc(50% - 30px);
	margin: 15px;
	display: flex;
}
.box-advandes {
	display: flex;
}
.col-advandes__title {
	font-size: 18px;
    margin-bottom: 8px;
    font-weight: 600;
    line-height: 1.5;
}
.col-advandes__left {
	min-width: 43px;
	height: 100%;
	position: relative;
}
.col-advandes__left::before {
	content: '';
	position: absolute;	
	width: 24px;
	height: 24px;
	top: 4px;
	right: 19px; 
}
.col-advandes__left.vol_1:before {
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50'%3E%3Cpath d='M50 18H32V0H18v18H0v14h18v18h14V32h18V18z' fill='%235cc209'/%3E%3C/svg%3E") center no-repeat;
	background-size: 14px;
	border: 1px solid #5cc209;
	border-radius: 50px;
	padding: 5px;	
}
.col-advandes__left.vol_2:before {
	background: url("/wp-content/themes/reboot_child/img/checkmark_list.svg") center no-repeat;
	background-size: 29px;
}
.box-advandes__title {
	font-size: 20px;
	margin-bottom: 8px;
	font-weight: 600;
	line-height: 1.5;
}

/* Tables */
table thead th {
	background: #1d3557!important;
	font-size: 17px;
	color: #fff;
}
.tablepress .odd td {
	background-color: #eff1f0;
}
.tablepress .row-hover tr:hover td {
	background-color: #d9f2ff;
}
.tablepress tfoot th,
.tablepress thead th {
	background-color: #eff1f0;
	color: #fff;
}

.entry-content table th, 
.home-text table th, 
.taxonomy-description table th {
    text-align: left;
    background: #eff1f0;
}

table tr:hover td, 
.tablepress .row-hover tr:hover td {
    background-color: #eff1f0;
}

.entry-content table td, 
.entry-content table th, 
.home-text table td, 
.home-text table th, 
.taxonomy-description table td, 
.taxonomy-description table th {
    border: 1px solid #e7e7e7;
}

.entry-content table td, 
.entry-content table th, 
.home-text table td, 
.home-text table th, 
.taxonomy-description table td, 
.taxonomy-description table th {
	padding: 1em;
	transition: .3s;
}

.tablepress.bor th,
.tablepress.your-class td {
	border: 1px solid #eff1f0;
}

.tablepress.new th, 
.tablepress.new td {
	border: 1px dashed #eff1f0;
}

.entry-content table, 
.home-text table, 
.taxonomy-description table {
	background: #fff;
	font-size: 16px;
	}

table tr:hover td,
.tablepress .row-hover tr:hover td {
	background-color: #f9f9f9;
}

table h2,
table h3,
table h4 {
	margin-bottom: 0;
}

.dataTables_paginate.paging_simple .paginate_button.next:after, 
.dataTables_paginate.paging_simple .paginate_button.previous:before {
	text-shadow: unset;
}

.dataTables_paginate .paginate_button.disabled:after, 
.dataTables_paginate .paginate_button.disabled:before {
	color: #ebdad4;
}

.dataTables_paginate .paginate_button:after, 
.dataTables_paginate .paginate_button:before {
	color: #252525;
}

.table-price {
	margin: 0!important;
	font-size: 14px;
}
.table-price__title {
	font-size: 16px;
}
.table-price__val {
    font-weight: 600;
    font-size: 20px;
    margin: 0 6px;
}
.table-price__price {
    display: flex;
    align-items: baseline;
}
.table-price__ed {
   margin-left: 5px;
}

/* Карточки постов в архивах */
.post-cards {
/*	margin-top: 50px;*/
}
.swiper-slide.post-card,
.post-cards .post-card {
	text-align: center;
	background: #fff4d6;
	border-radius: 6px;
	box-shadow: 0 1px 10px rgba(0,0,0,.05);
	padding: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
}
.flexible-block--wite .swiper-slide.post-card,
.flexible-block--wite .post-cards .post-card {
	border: 2px solid #eff1f0;
	box-shadow: 0 0 0 rgba(0,0,0,0);
}
.post-card__meta {
	margin: 15px 0!important;
}
.swiper-slide.post-card .btn,
.post-cards .post-card .btn {
	margin-top: auto;	
}
.post-card .post-card__thumbnail {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-height: 200px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	flex-grow: unset;
	margin-bottom: 18px;
}
.post-card .post-card__thumbnail a {
	overflow: hidden;
	border-radius: 6px;
	width: 100%;
}
.post-card .post-card__thumbnail img {
	height: 170px;
	max-height: 200px;
	width: 100%;
	object-fit: cover;
}
.post-card__descript,
.post-card__description {
	margin-bottom: 15px!important;
	color: #565872;
}

.post-card-info {
	display: flex;
	justify-content: space-between;
	margin-bottom: 14px;
	text-align: left;
}
.post-card-info__title {
	font-size: 12px;
	color: #252525;
}
.post-card-info__bottom {
	color: #e82600;
	display: flex;
	align-items: baseline;
	font-size: 16px;
}
.post-card-info__val {
	margin: 0 5px;
	font-weight: 600;
	font-size: 24px;
}
.post-card-info__before.rub {
	font-size: 24px;
	margin-right: 10px;
}

.post-cards--vertical {
	grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
}

.post-cards--vertical .post-card__title {
	font-size: 18px;
	color: #252525;
}
.post-cards--vertical .post-card__title a {
	color: #252525!important;
}
.post-cards--vertical .post-card__title:hover a {
	color: #e82600!important;
}

.swiper-slide.post-card {
	margin-bottom: 0;
	height: auto;
}

.swiper-slide.post-card .post-card__title {
	font-size: 18px;
	color: #252525;
	margin-bottom: 12px;
}

.post-card__title.post-card__title_14 {
	font-size: 14px!important;
	font-weight: normal;
}
.post-card__title.post-card__title_13 {
	font-size: 13px!important;
	font-weight: normal;
}
.post-card__title.post-card__title_12 {
	font-size: 12px!important;
	font-weight: normal;
}

/* Отзывы */
.reviews {
	margin: 0 -15px;
}
.reviews .review {
	margin: 0 15px 40px 15px;
}
.review {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #fff;
	margin: 2em 0;
	border-radius: 6px;
	overflow: hidden;
	padding: 30px 30px 20px 30px;
	align-items: flex-end;
	box-shadow: 0 1px 10px rgba(0,0,0,.05);
}
.flexible-block--wite .review,
.flexible-block--wite .review {
	border: 2px solid #eff1f0;
	box-shadow: 0 0 0 rgba(0,0,0,0);
}
.review__caption {
	width: 50%;
	margin-right: 30px;
	margin-bottom: 10px;
}
.review__caption .h3 {
	margin: 0 0 20px 0;
	max-width: 320px;
}
.review__answer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0 0 21px 0;
	align-items: center;
	position: relative;
}
.review__answer:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 15px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 9px 12px 9px;
	border-color: transparent transparent #eff1f0 transparent;
}
.review__wrprice {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.review__price,
.review__time {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 15px;
}
.review__price svg,
.review__time svg {
	width: 21px;
	margin-right: 8px;
}
.review__img {
	width: 50px;
	height: 50px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50px;
	flex: 0 0 50px;
	max-width: 50px;
	margin: 0 20px 0 0;
	border-radius: 50%;
	overflow: hidden;
	border: 2px solid #e82600;
}
.text-full {
	position: absolute;
	top: -500px;
	transition: .3s;
	overflow: hidden;
	overflow-y: auto;
	height: 100%;
	width: 100%;
	background: #eff1f0;
	padding: 26px 15px 20px 20px;
	left: 0;
	right: 0;
}
.text-full.active {
	top: 0;	
}
.text-excerpt {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.review-item-read-more {
	text-decoration: unset;
	color: #252525!important;
	margin: 7px 0 auto 0;
	display: inline-block;
	border-bottom: 1px dashed #252525;
	transition: .3s;
	align-self: start;
}
.review-item-read-more:hover {
	border-bottom: 1px dashed transparent;
}
.review-item-text-close {
	color: #ffffff!important;
	position: absolute;
	font-size: 20px;
	line-height: 1;
	top: 8px;
	right: 14px;
	text-decoration: unset;
	background: #252525;
	border-radius: 50%;
	width: 16px;
	height: 16px;
	text-align: center;
	line-height: 16px;
}
.review__text {
	-webkit-box-shadow: 0 1px 10px rgb(153 163 197 / 10%);
	box-shadow: 0 1px 10px rgb(153 163 197 / 10%);
	font-size: 14px;
	position: relative;
	background: #eff1f0;
	padding: 20px;
	border-radius: 6px;
	width: 100%;
	max-width: 100%;
	line-height: 1.4;
	overflow: hidden;
	text-align: justify;
}
.review__text p:last-child {
	margin-bottom: 0;
}
.review__name {
	margin-top: 12px;
	text-align: right;
	font-style: italic;
	font-weight: 600;
}
.review-gallery {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5px;
	width: 50%;
}
.review-gallery__item {
	width: calc(50% - 10px);
	margin: 0 5px 10px 5px;
	overflow: hidden;
	border-radius: 6px;
	max-height: 183px;
	height: 183px;
	position: relative;
}
.review-gallery__item:after {
	content: "";
	background-image: url(/wp-content/themes/reboot_child/img/zooming.svg);
	background-repeat: no-repeat;
	background-size: 40px;
	background-position: center;
	position: absolute;
	left: calc(50% - 20px);
	top: calc(50% - 20px);
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	opacity: 0;
	display: block;
	padding: 20px;
	z-index: 1;
}
.review-gallery__item:hover::after {
	opacity: 1;
}
.review-gallery__item:before {
    content: "";
    background: #e82600;
    z-index: 1;
    opacity: .15;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.review-gallery__item:hover::before {
    opacity: .25;
}
.review-gallery__item img {
	width: 100%;
	height: 100%;
	max-height: 183px;
	height: 183px;
	object-fit: cover;
}
.review-gallery__item_ihidden {
	display: none;
}

.reviews_mini {
	margin: 0 -15px;
	display: flex;
	flex-wrap: wrap;
}

.reviews_mini .review {
	width: calc(25% - 30px);
	margin: 0 15px 30px 15px;
	display: block;
}

.review_mini {
	padding: 15px;
}

.review_mini .review__caption .h3 {
	margin: 0 0 14px 0;
	max-width: 100%;
	font-size: 18px;
}

.review_mini .review__wrprice {
	display: block;
}

.review_mini .review__caption {
	min-width: 100%;
	width: 100%;
	margin-right: 0;
	margin-bottom: 0;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.review_mini .review__text {
	height: 100%;
	padding: 15px;
	text-align: unset;
}

.review_mini .text-full {
	padding: 26px 15px 20px 15px;
}

.gallerySwiper_reviews .review {
	margin: 0;
	height: auto!important;
}
.gallerySwiper_reviews .swiper-wrapper {
	display: flex;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
	border-color: #e82600;
}

a.btn {
	color: #fff!important;
}
.btn-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
}

.btn-group_mtop {
	margin-top: 40px;
}

.page-links, .pagination .nav-links {
	margin: 30px auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.taxonomy-description {
	margin-top:  50px;
}

.taxonomy-description ul:not([class])>li:before {
/*	width: 0;
	height: 0;*/
}

.post-cards--proektirovanie .post-card {
	text-align: left;
	margin: 0;
}
.post-cards--proektirovanie .post-card a {
	text-decoration: none;
}
.post-cards--proektirovanie .post-card-item {
	margin-bottom: 15px;
	font-size: 14px;
}
.post-card-item__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.h5.post-card-item__title {
	margin-bottom: 0;
}
.swiper-slide.post-card_proektirovanie {
	text-align: left;
}
.swiper-slide.post-card_proektirovanie a {
	text-decoration: none;
}
.swiper-slide.post-card_proektirovanie a.post-card-item {
	margin-bottom: 15px;
	font-size: 14px;
}

/* Формы */
.input,
input[type=color], 
input[type=date], 
input[type=datetime-local],
input[type=datetime], 
input[type=email], 
input[type=month],
input[type=number], 
input[type=password], 
input[type=range],
input[type=search], 
input[type=tel], 
input[type=text], 
input[type=time], 
input[type=url], 
input[type=week],
select, 
textarea,
.mypopup-body .input, 
.mypopup-body input[type=color], 
.mypopup-body input[type=date], 
.mypopup-body input[type=datetime-local],
.mypopup-body input[type=datetime], 
.mypopup-body input[type=email], 
.mypopup-body input[type=month], 
.mypopup-body input[type=number],
.mypopup-body input[type=password], 
.mypopup-body input[type=range],
.mypopup-body input[type=search], 
.mypopup-body input[type=tel], 
.mypopup-body input[type=text], 
.mypopup-body input[type=time], 
.mypopup-body input[type=url], 
.mypopup-body input[type=week], 
.mypopup-body select, 
.mypopup-body textarea
{
	padding: 0.8em;
	border: 1px solid #252525;
}
.quizle-contact-messengers__input[type=text] {
    padding-left: 40px!important;
}
.wr-forma {
	background: #fff;
	padding: 35px 35px 20px 35px;
	border-radius: 5px;
}
.flexible-block--wite .wr-forma {
	padding: 0;
}
.wr-forma_popup {
	display: none;
}
.wr-forma__title {
	text-align: center;
}
.wr-forma__description {
	font-size: 1.1em;
	text-align: center;
	margin-bottom: 20px;
}
form {
	position: relative;
}
form .wpcf7-form-control-wrap {
	width: 100%;
	display: block;
	margin-bottom: 22px;
}
form .forma__row {
	display: flex;
    margin: 0 -10px 20px -10px;
}
form .forma__row .wpcf7-form-control-wrap {
	margin: 0 10px;
	width: calc(50% - 10px);
}
form .wpcf7-form-control-wrap input,
form textarea {
	width: 100%;
}
form textarea {
	max-height: 90px;
}
form input[type=submit] {
	width: 100%;
    padding: 0.9rem 1.5rem;
    max-width: 250px;
    margin: 0 auto 15px auto;
    display: flex;
}
form .wpcf7-spinner {
	position: absolute;
	top: calc(50% - 12px);
	left: calc(50% - 12px);
	margin: 0;
}
form .wpcf7-form-control-wrap input.wpcf7-not-valid {
	border: 1px solid #dc3232;
}
.wpcf7 form .wpcf7-response-output {
	padding: 1em 1em;
	border: 2px solid #00a0d2;
	text-align: center;
	border-radius: 6px;
}
.cf7mls_back.action-button,
.cf7mls_next.action-button {
	border-radius: 4px;
	padding: .6rem 1.5rem!important;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	font-weight: normal;
}
.cf7mls_next.action-button {
	background-color: #252525;
}

.wpforms-submit-container {
	text-align: center;
}
.wpforms-submit-container .btn {
	width: 100%!important;
	background: #0085cc!important;
	color: #ffffff!important;
	border: 0!important;
	border-radius: 4px!important;
	-webkit-box-shadow: 0 15px 30px -18px rgb(0 0 0 / 90%)!important;
	box-shadow: 0 15px 30px -18px rgb(0 0 0 / 90%)!important;
	max-width: 320px;
}

div.wpforms-container-full .wpforms-form .kviz-step__img ul {
	display: -webkit-box!important;
	display: -ms-flexbox!important;
	display: flex!important;
	-ms-flex-wrap: wrap!important;
	flex-wrap: wrap!important;
	margin: 0 -10px!important;
}
div.wpforms-container-full .wpforms-form .wpforms-list-inline.kviz-step__img ul.wpforms-image-choices-modern li {
	margin: 0 10px 20px 10px!important;
	width: calc(25% - 20px)!important;
}

.wpforms-page-button.wpforms-page-prev,
.wpforms-page-button.wpforms-page-next {
	background: #0085cc!important;
	color: #ffffff!important;
	border: 0!important;
	border-radius: 4px!important;
	-webkit-box-shadow: 0 15px 30px -18px rgb(0 0 0 / 90%)!important;
	box-shadow: 0 15px 30px -18px rgb(0 0 0 / 90%)!important;
}

.wpcf7-spinner {
	position: absolute;
	left: calc(50% - 12px);
	top: calc(50% - 12px);
	margin: 0;
}

.wpcf7-response-output {
	padding: 15px 10px!important;
	text-align: center;
	margin: 3em auto 1em!important;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #e62f3e;
	background: #e62f3e;
	color: #fff;
	border-radius: 4px;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #2eaa69;
	background: #2eaa69;
	border-radius: 4px;
	color: #fff;
}

.form-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -15px 30px -15px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
label.form-row__col, 
div.form-row__col {
	width: calc(33.333% - 30px);
	margin: 0 15px;
}

.cf7mls_back.action-button {
	padding: 13px 20px;
}

.expert-review-popup-holder.js-expert-review-popup form.hide {
	display: none;
}

.confid {
	font-size: .8em;
	text-align: center;
}

.filegroup {
	background: url(/wp-content/themes/reboot_child/img/file_add.svg) no-repeat left;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	height: 30px;
	margin: -17px 0 13px 0;
	background-size: 27px;
}
.filegroup__file {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.filegroup__label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	padding-left: 40px;
	margin-bottom: 0;
}
.filegroup__label:hover {
	cursor: pointer;
}
.filegroup span {
	margin-bottom: 0;
}


/* Калькуляторы */
.calc-container {
	padding: 0!important;
}
.calc-container.horizontal .calc-subtotal .calc-subtotal-list .ccb-next-content .calc-buttons button {
	padding: .6rem 1.5rem!important;
	letter-spacing: unset!important;
	font-size: 15px!important;
	color: #fff!important;
	border: 0!important;
}
.calc-container.two_column .calc-subtotal-list .ccb-next-content .calc-buttons button {
	margin-bottom: 10px;
	padding: 0.6rem 1.5rem!important;
	width: 100%!important;
	letter-spacing: unset!important;
	color: #fff !important;
	font-size: calc(17px - 2px) !important;
	border: none!important;
}

.expert-review-popup {
	max-width: 600px;
	box-shadow: 0 0 30px -10px rgba(21,40,117,0.3);
}
.expert-review-popup__content {
	padding: 35px;
	border-radius: 6px;
	overflow: hidden;
}
.expert-review-popup__content input[type=email], 
.expert-review-popup__content input[type=text], 
.expert-review-popup__content textarea {
	border: 1px solid #252525;
	padding: .8em;
}
.expert-review-popup__content label {
	margin: 0 0 20px;
}
.expert-review-popup__content button {
	background: #252525;
	width: 100%;
	padding: 1rem;
	box-shadow: none;
	font-size: 16px;
	margin-top: 7px;
	margin-bottom: 0;
}
.expert-review-popup-holder {
	background: rgba(7, 23, 56, .35);
}
.expert-review-popup__cancel {
	display: none;
}
.expert-review-popup__close {
	font-size: 32px;
}

.calc-range-slider>input:active {
	background: transparent;
}
.calc-range-slider>input:focus {
	background: transparent;
}

.widget-area .widget_nav_menu ul.menu, 
.widget-area .widget_nav_menu>ul {
	border: 0;
	background: #fff;
	border-radius: 6px;
	box-shadow: 0 1px 10px rgba(0,0,0,.05);
}
.entry-meta {
	border-bottom: 3px solid #eff1f0;
}

/* Контакты */
form .forma__row.forma__row--free input[type=submit] {
	margin: 0 10px;
	width: calc(50% - 10px);
	max-width: unset;
	max-height: 48.8px;
}

.contact-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px 50px -15px;
}
.contact-left,
.contact-right {
	margin: 0 15px;
}
.contact-left {
	width: calc(35% - 30px);
}
.contact-left .header-contact {
	margin-bottom: 8px;
}
.contact-right {
	width: calc(65% - 30px);
}

.btn, .comment-respond .form-submit input {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn:focus, .btn:hover, .comment-respond .form-submit input:focus, .comment-respond .form-submit input:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transform: unset;
	-ms-transform: unset;
	transform: unset;
	opacity: 0.85;
}

.expert-review-faq--color-custom.expert-review-faq--style-style-3 .expert-review-faq-item__answer {
	color: #424242!important;
}

ul#wt-list-locations {
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

ul#wt-list-locations:before {
	display: none;
}

#wt-list-locations li {
	list-style: none;
	width: 25%;
	margin-bottom: 3px;
}

#wt-list-locations li a {
	text-decoration: unset;
}


#wt-list-locations li a:hover {
	cursor: pointer;
	color: #252525;
}

.but-subdom {
	border: 0;
	padding: 0;
	background: transparent;
	color: #ffffff;
	text-decoration: underline;
}
.but-subdom:hover {
	cursor: pointer;
	text-decoration: none;
}

.subdomens {
	display: none;
}

.mypopup-modal-content__wrap {
	align-items: unset;
	overflow: hidden;
	overflow-y: auto;
	height: 100%;
}

.flexible-block--wite .entry-social {
	margin-bottom: 0!important;
}

.flexible-block--wite .comments-area {
    padding-top: 0;
}
.flexible-block--wite .comment-respond {
    margin-bottom: 0;
}
.flexible-block--wite p.form-submit {
    margin-bottom: 0;
}
.flexible-block--wite p.form-submit input[type=submit] {
    margin-bottom: 0;
}
.flexible-block--wite .comment-list {
    margin-top: 30px;
}
.flexible-block--wite .comment-list .comment:last-child {
    margin-bottom: 0;
}
.flexible-block--wite .comment-list .comment:last-child .comment-body {
    margin-bottom: 0;
}


/*Калькулятор custom main.css*/

.search.search_calculator {
	width: auto;
	margin-top: 25px;
	margin-bottom: 30px;
}
.search.search_calculator .row {
	display: flex;
	margin: 0 -15px;
	flex-wrap: wrap;
}

.search.search_calculator .col {
	margin: 0 15px;
}

.search.search_calculator .find_location .col-left {
	width: calc(33.333% - 30px);
}
.search.search_calculator .find_location .col-right {
	width: calc(66.666% - 30px);
}
.search.search_calculator .find_location .col-left .btn {
	margin-bottom: 20px;
}

.search.search_calculator .catalog_list .col {
	width: calc(33.333% - 30px);
}

.search.search_calculator .more_serv .col {
	width: calc(50% - 30px);
}

.search.search_calculator .calculate_order .col {
	width: calc(50% - 30px);
}

.search.search_calculator .forma-calculator .col {
	width: calc(50% - 30px);
}
.search.search_calculator .forma-calculator-row-top .col {
	width: calc(33.333% - 30px);
}

.search.search_calculator .btn {
	width: 100%;
}

.search.search_calculator input[type=email], 
.search.search_calculator input[type=tel], 
.search.search_calculator input[type=text], 
.search.search_calculator input[type=number], 
.search.search_calculator select {
	max-height: 44px;
	margin-bottom: 20px;
}

.search.search_calculator p.alert {
	margin: 20px 0;
	color: #fff;
	padding: 5px 10px;
	border-radius: 4px;
}
.search.search_calculator p.alert.alert-danger {
	background: red;
}
.search.search_calculator p.alert.alert-success {
	background: green;
}

#table-cart th:nth-child(3), #table-cart td:nth-child(3) {
	display: none
}
.box-modal {
	background: white;
	margin: 50px auto 0 auto;
	max-width: 500px;
	text-align: left;
	padding: 15px;
	position: relative;
	border-radius: 6px
}
.box-modal .input-group {
	width: 100%
}
.box-modal table input {
	display: none
}
.box-modal .h2.first {
	margin-top: 0
}
.box-modal_close {
	position: absolute;
	right: 15px;
	top: 15px;
	font-size: 24px!important
}
.box-modal_close:hover {
	cursor: pointer
}
.search.search_calculator #cost-without-delelivery, 
.search.search_calculator #cost-with-delelivery, 
.search.search_calculator #zakaz {
/*	display: none*/
}
#mainMap {
	height: 100%;
}
.search.search_calculator {
	height: 100%;
	box-sizing: border-box;
}
.search.search_calculator input[type=email], 
.search.search_calculator input[type=tel], 
.search.search_calculator input[type=text], 
.search.search_calculator input[type=number], 
.search.search_calculator select {
	width: 100%;
}
.search.search_calculator .h2, 
.search.search_calculator .h3, 
.search.search_calculator .h4 {
	margin: 0 0 15px 0
}
.search.search_calculator .h3, 
.search.search_calculator .h4 {
	font-weight: 400;
}
.search.search_calculator label {
	display: block
}
.search.search_calculator ymaps {
	text-align: left
}
#select-price {
	width: 100%
}
.search.search_calculator label {
	font-weight: 300
}
.ymaps-2-1-48-placemark-overlay .ymaps-2-1-48-svg-icon {
	display: none !important
}
.hidden {
	display: none
}
.search.search_calculator section {
	margin: 0 0 30px 0
}
.search.search_calculator #add-to-cart {
	width: 100%
}
input.del-item {
	background: red;
	border: 0;
	color: #fff;
	border-radius: 100%;
	padding: 1px 9px 3px 9px;
	font-weight: 700
}

/*Калькулятор custom madal.css*/
.arcticmodal-overlay,
.arcticmodal-container {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
}
.arcticmodal-container {
	overflow: auto;
	margin: 0;
	padding: 0;
	border: 0;
	border-collapse: collapse;
}
*:first-child+html .arcticmodal-container {
	height: 100%
}
.arcticmodal-container_i {
	height: 100%;
	margin: 0 auto;
}
.arcticmodal-container_i2 {
	padding: 24px;
	margin: 0;
	border: 0;
	vertical-align: middle;
}
.arcticmodal-error {
	padding: 20px;
	border-radius: 10px;
	background: #000;
	color: #fff;
}
.arcticmodal-loading {
	width: 80px;
	height: 80px;
	border-radius: 10px;
	background: #000 url(loading.gif) no-repeat 50% 50%;
}

@media (max-width: 991px) {
	.search.search_calculator .find_location .col-left {
		width: calc(100% - 30px);
	}
	.search.search_calculator .find_location .col-right {
		width: calc(100% - 30px);
	}

	.search.search_calculator .catalog_list .col {
		width: calc(100% - 30px);
	}
	.search.search_calculator .catalog_list .btn {
		margin-bottom: 20px;
	}
	.search.search_calculator .forma-calculator .col {
		width: calc(100% - 30px);
		margin-bottom: 20px;
	}
}

@media (max-width: 767px) {
	.search.search_calculator .more_serv .col {
		width: 100%;
	}
	.search.search_calculator .more_serv .btn {
		margin-bottom: 20px;
	}
	.search.search_calculator .calculate_order .col {
		width: calc(100% - 30px);
		margin-bottom: 20px;
	}
}

/* End калькулятор custom */

/* Footer */

.footer-widget {
	width: 100%;
}

.footer-logo {
    display: flex;
    color: #fff;
    align-items: center;
    margin-bottom: 25px;
}
.footer-logo__title {
    font-size: 22px;
    margin-left: 15px;
    text-transform: uppercase;
}
.footer-logo img {
    width: 40px;
}

.footer a:hover {
	color: #e82600!important;
}



/* Похожие записи */
.yarpp-related {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-ordinal-group: 4;
	-webkit-order: 3;
	-ms-flex-order: 3;
	order: 3;
}

/* Цвет активного меню */
.main-navigation ul li .removed-link, .footer-navigation ul li .removed-link {
	color: #252525;
	background: #eff1f0;
}

/* Меню по центру */
.main-navigation ul {
/*	justify-content: center;*/
}

/* Блок из 3 колонок */
.header-after {
/*  margin-top: -30px; */
margin-bottom: 0px;

/* фоновый цвет */
background: #fff4d6;
}

.header-after .container {
	/* если у вас шапка на всю ширину */
	/* или в блоке под шапкой большие отступы по бокам */
	/* две строки ниже можно удалить */
	padding-left: 20px;
	padding-right: 20px;
	height: 37px;
}

@media (max-width: 768px) {
	.header-after .container {
		height: auto;
	}
}

@media (min-width: 768px) {
	.header-after .container {
		display: flex;
		align-items: center;        

		/* если у вас шапка на всю ширину */
		/* или в блоке под шапкой большие отступы по бокам */
		/* две строки ниже можно удалить */
		padding-left: 45px;
		padding-right: 45px;
	}
}

.header-after__item {
	flex: 1 0 0;
	padding: 0px 0;
}
@media (max-width: 768px) {
	.header-after__item {
		margin-bottom: 5px;
	}
}

.header-after__item--2 {
	text-align: center;
}
.header-after__item--2:last-child {
	display: flex;
	justify-content: flex-end;
}

@media (min-width: 768px) {
	.header-after__item--3 {
		text-align: right;
	}
}

.header-after__item--message {
	display: flex;
	align-items: center;
}

.header-after__item--message span {
	margin-right: 8px;
}

.message-item {
	width: 20px;
	margin-right: 10px;
}

.ccb-cf-wrap .wpcf7-submit {
	border: 1px solid #252525!important;
}

/*.entry-content ul, 
.home-text ul, 
.taxonomy-description ul {
	background: #eff1f0;
	border: 1px dashed #0386ca;
	border-radius: 6px;
	padding: 20px!important;
}*/

.btn.btn-primary {
	background-color: #17b96d!important;
	border-color: #17b96d!important;
}
.btn.btn-primary:hover {
	background-color: #1fc979!important;
	border-color: #17b96d!important;
}

input[type=email], 
input[type=tel], 
input[type=text], 
input[type=number], 
select,
textarea {
	border-radius: 4px;
}






/*Калькулятор custom main.css*/

.search.search_calculator {
	width: auto;
	margin-top: 25px;
	margin-bottom: 30px;
}
.search.search_calculator .row {
	display: flex;
	margin: 0 -15px;
	flex-wrap: wrap;
}

.search.search_calculator .col {
	margin: 0 15px;
}

.search.search_calculator .find_location .col-left {
	width: calc(33.333% - 30px);
}
.search.search_calculator .find_location .col-right {
	width: calc(66.666% - 30px);
}
.search.search_calculator .find_location .col-left .btn {
	margin-bottom: 20px;
}

.search.search_calculator .catalog_list .col {
	width: calc(33.333% - 30px);
}

.search.search_calculator .more_serv .col {
	width: calc(50% - 30px);
}

.search.search_calculator .calculate_order .col {
	width: calc(50% - 30px);
}

.search.search_calculator .forma-calculator .col {
	width: calc(50% - 30px);
}
.search.search_calculator .forma-calculator-row-top .col {
	width: calc(33.333% - 30px);
}

.search.search_calculator .btn {
	width: 100%;
}

.search.search_calculator input[type=email], 
.search.search_calculator input[type=tel], 
.search.search_calculator input[type=text], 
.search.search_calculator input[type=number], 
.search.search_calculator select {
	max-height: 44px;
	margin-bottom: 20px;
}

.search.search_calculator p.alert {
	margin: 20px 0;
	color: #fff;
	padding: 5px 10px;
	border-radius: 4px;
}
.search.search_calculator p.alert.alert-danger {
	background: red;
}
.search.search_calculator p.alert.alert-success {
	background: green;
}

#table-cart th:nth-child(3), #table-cart td:nth-child(3) {
	display: none
}
.box-modal {
	background: white;
	margin: 50px auto 0 auto;
	max-width: 500px;
	text-align: left;
	padding: 15px;
	position: relative;
	border-radius: 6px
}
.box-modal .input-group {
	width: 100%
}
.box-modal table input {
	display: none
}
.box-modal .h2.first {
	margin-top: 0
}
.box-modal_close {
	position: absolute;
	right: 15px;
	top: 15px;
	font-size: 24px!important
}
.box-modal_close:hover {
	cursor: pointer
}
.search.search_calculator #cost-without-delelivery, 
.search.search_calculator #cost-with-delelivery, 
.search.search_calculator #zakaz {
/*	display: none*/
}
#mainMap {
	height: 100%;
}
.search.search_calculator {
	height: 100%;
	box-sizing: border-box;
}
.search.search_calculator input[type=email], 
.search.search_calculator input[type=tel], 
.search.search_calculator input[type=text], 
.search.search_calculator input[type=number], 
.search.search_calculator select {
	width: 100%;
}
.search.search_calculator .h2, 
.search.search_calculator .h3, 
.search.search_calculator .h4 {
	margin: 0 0 15px 0
}
.search.search_calculator .h3, 
.search.search_calculator .h4 {
	font-weight: 400;
}
.search.search_calculator label {
	display: block
}
.search.search_calculator ymaps {
	text-align: left
}
#select-price {
	width: 100%
}
.search.search_calculator label {
	font-weight: 300
}
.ymaps-2-1-48-placemark-overlay .ymaps-2-1-48-svg-icon {
	display: none !important
}
.hidden {
	display: none
}
.search.search_calculator section {
	margin: 0 0 30px 0
}
.search.search_calculator #add-to-cart {
	width: 100%
}
input.del-item {
	background: red;
	border: 0;
	color: #fff;
	border-radius: 100%;
	padding: 1px 9px 3px 9px;
	font-weight: 700
}

/*Калькулятор custom madal.css*/
.arcticmodal-overlay,
.arcticmodal-container {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
}
.arcticmodal-container {
	overflow: auto;
	margin: 0;
	padding: 0;
	border: 0;
	border-collapse: collapse;
}
*:first-child+html .arcticmodal-container {
	height: 100%
}
.arcticmodal-container_i {
	height: 100%;
	margin: 0 auto;
}
.arcticmodal-container_i2 {
	padding: 24px;
	margin: 0;
	border: 0;
	vertical-align: middle;
}
.arcticmodal-error {
	padding: 20px;
	border-radius: 10px;
	background: #000;
	color: #fff;
}
.arcticmodal-loading {
	width: 80px;
	height: 80px;
	border-radius: 10px;
	background: #000 url(loading.gif) no-repeat 50% 50%;
}

@media (max-width: 991px) {
	.search.search_calculator .find_location .col-left {
		width: calc(100% - 30px);
	}
	.search.search_calculator .find_location .col-right {
		width: calc(100% - 30px);
	}

	.search.search_calculator .catalog_list .col {
		width: calc(100% - 30px);
	}
	.search.search_calculator .catalog_list .btn {
		margin-bottom: 20px;
	}
	.search.search_calculator .forma-calculator .col {
		width: calc(100% - 30px);
		margin-bottom: 20px;
	}
}

@media (max-width: 767px) {
	.search.search_calculator .more_serv .col {
		width: 100%;
	}
	.search.search_calculator .more_serv .btn {
		margin-bottom: 20px;
	}
	.search.search_calculator .calculate_order .col {
		width: calc(100% - 30px);
		margin-bottom: 20px;
	}
}

/* End калькулятор custom */


/* Табы горизонтальные */
.tabs-header {
	display: flex;
	border-radius: 3px;
	overflow: hidden;	
	z-index: 2;
	position: relative;
	top: 1px;
}
@media (max-width: 768px) {
	.tabs-header {
		flex-direction: column;
	}
}

.tabs-header__item {
	background: #fff4d6;
	font-size: 17px;
	margin-right: 3px;
	border-radius: 5px;
	transition: .3s;
	color: #1d3557;
}

.tabs-header__item:last-child {
	border-right: 0;
}

.tabs-header__item:hover {
	background: #e82600;
	color: #fff;
	cursor: pointer;
}

.tabs-header__item.active {
	background: #e82600;
	color: #fff;
}

.tabs-content {
	position: relative;
	z-index: 1;
}

.tabs-content .active {
	opacity: 1;
	z-index: 1;
	position: relative;
}

.tabs-content__item {
	opacity: 0;
	position: absolute;
	width: 100%;
	top: 0;
}

.tabs-content__item p {
	margin-bottom: 40px;
}

.tabs-content__item p:last-child {
	margin-bottom: 0;
}

.tabs_horizontal .tabs-header__item {
	text-align: center;
	padding: 13px 36px;
	margin-bottom: 3px;
}

.tabs_horizontal .tabs-content {
	padding: 30px 0 0 0;
}

.tabs-content table {
	margin: 0 0 1.5em 0!important;
}
/* End Табы горизонтальные */

.copyr {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.copyr img {
  margin-right: 15px;
}

.site-footer {
  font-size: 1em;
}

.wr-thumbnail {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 25px;
}
.wr-thumbnail .post-card__thumbnail {
	width: 50%;
	margin-bottom: 0;
	overflow: hidden;
    border-radius: 6px;
}
.post-text-nav {
    width: 50%;
}
.post-text-nav .table-of-contents {
	background: transparent;
}
.flexible-block--wite .entry-meta {
    margin-bottom: 0!important;
    padding-bottom: 0!important;
    border-bottom: 0!important;
}


/* Media */
@media (max-width: 1374px) {
	a[href^=tel].header-contact.header-contact_phone {
		font-size: 18px;
	}
	.top-menu {
		margin-right: auto;
	}
	.main-navigation ul li>a {
		padding: 20px 12px;
	}
}

@media (max-width: 1199px) {
	.site-logotype {
		max-width: 180px!important;
	}

	.site-branding .site-title {
		text-transform: uppercase;
		font-size: 1.5em;
	}

	.header-html-1,
	.header-html-2 {
		min-width: 200px;
	}

	.header-contact {
		font-size: 14px;
	}
	.header-contact .header-contact__ico {
		margin-right: 5px;
	}
	.header-contact.header-contact_phone .header-contact__ico {
		max-width: 22px;
	}
	.header-contact.header-contact_phone .header-contact__ico img {
		width: 22px;
	}
	.header-after__item--message span {
		display: none;
	}
	.header-after__item {
		flex: unset;
	}
	.header-after__item.header-after__item--3 {
		margin-left: auto;
	}
	.header-after__item--message {
		margin-left: auto;
	}
	.header-after__item.header-after__item--1 {
		margin-right: 35px;
	}
	.site-description {
		padding: 15px 20px;
		margin-left: 20px;
		width: 218px;
		font-size: 13px;
	}
	.top-menu {
		padding: 0 20px;
	}

	.flexible-block:first-child {
		margin-top: 50px;
	}

	.banner-slider__img {
		min-width: 55%;
	}

	.offer {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.offer__col:first-child {
		width: calc(100% - 30px);
		margin-bottom: 30px;
	}
	.offer__col:last-child {
		width: calc(100% - 30px);
	}
	.offer .btn {
		width: 100%;
	}

	.review__top .h3 {
		margin: 0 0 20px 0;
	}
	.review__price,
	.review__time {
		margin: 0 17px 0 0;
	}

	div.wpforms-container-full .wpforms-form .wpforms-list-inline.kviz-step__img ul.wpforms-image-choices-modern li {
		width: calc(33.333% - 20px)!important;
	}

	.title-text__title {
		
	}
	.title-text__text {
		font-size: 16px;
	}	

	.main-navigation ul li a, 
	.main-navigation ul li span, 
	.footer-navigation ul li a, 
	.footer-navigation ul li span {
		font-size: 13px!important;
	}

	.footer-navigation ul li>a,
	.footer-navigation ul li>span,
	.main-navigation ul li>a,
	.main-navigation ul li>span {
		padding: 20px 9px!important;
	}

	.title-text__item {
		width: 33.333%;
	}

	.review__caption {
		min-width: 390px;
	}

	.post-card .post-card__thumbnail img {
		height: 160px;
	}

	.quote__wr-text {
		margin-right: 0;
	}

	.quote__img {
		margin: 0 40px 0 0;
	}

	.sisters-row .img-title {
		width: calc(33.333% - 40px);
	}

	.box-advandes .col-advandes {
		width: calc(100% - 30px);
	}

}

@media (max-width: 991px) {

	.header-after__item.header-after__item--3 {
		display: none;
	}

	.soc-wraper {
		justify-content: flex-end;
	}

	.humburger {
		left: unset;
		right: 8px;
		background: #252525;
		padding: 5px;
		border-radius: 2px;
		width: 30px;
		height: 30px;
	}
	.humburger span:first-child {
		top: 7px;
	}
	.humburger span:last-child {
		bottom: 7px;
	}
	.humburger span {
		left: 5px;
		width: calc(100% - 10px);
		margin-left: 0;
	}
	.humburger span, 
	.top-menu>ul>li>a:before, 
	.top-menu>ul>li>span:before {
		background: #ffffff!important;
	}

	.main-navigation-inner {
		padding-top: 10px;
		padding-bottom: 10px;
		display: block;
	}
	.menu-main-menu-container {
		margin-bottom: 10px;
	}
	.main-navigation-inner .btn {
		margin-bottom: 10px;
	}

	.main-navigation ul li>a {
		padding: 10px 0px!important;
	}

	.message-item {
		margin-right: 0;
		margin-left: 10px;
	}

	.top-menu {
		display: none;
	}

	.site-logotype {
		margin-right: 0.5rem;
	}

	.site-description {
		padding: 15px 15px;
		margin-left: 15px;
		width: 205px;
	}

	.site-branding {
		padding-left: 0;
	}

	.header-html-1,
	.header-html-2 {
		text-align: left;
		padding: 0 18px;
	}

	.site-branding + .header-html-1 {
		display: none;
	}

	.header-top	.header-html-1:last-child {
		display: none;
	}

	.banner-slider .swiper-slide {
		flex-direction: column;
	}

	.main-ofer__col {
		width: 100%;
	}
	.banner-slider__img {
		padding: 0 35px 35px;
	}
	.banner-slider__img img {
		border-radius: 6px;
	}
	.banner-slider__text {
		padding: 30px;
	}
	.banner-slider__descript {
		font-size: 14px;
		margin-bottom: 20px;
	}
	.banner-slider__title {
		font-size: 24px;
		margin-bottom: 10px;
	}

	.main-ofer__col.entry-content {
		padding-right: 0;
		margin-bottom: 30px;
	}

	.imgtxt__col.imgtxt__col_img,
	.imgtxt__col.imgtxt__col_txt {
		width: calc(100% - 30px);
	}
	.imgtxt {
		flex-direction: column;
	}
	.imgtxt__col.imgtxt__col_txt {
		font-size: 14px;
	}	
	.imgtxt__col.imgtxt__col_img {
		margin-bottom: 30px;
	}	
	.imgtxt__col.imgtxt__col_img img {
		width: 100%;
	}	

	.main-ofer .btn {
		width: 100%;
	}	

	.reviews .review {
		width: calc(100% - 30px);
	}

	.galleryItem {
		width: calc(33.333% - 30px);
	}

	div.wpforms-container-full .wpforms-form .wpforms-list-inline.kviz-step__img ul.wpforms-image-choices-modern li {
		width: calc(50% - 20px)!important;
	}

	.title-text__item {
		text-align: center;
		margin: 0 0 15px 0;
		width: 50%;
	}	

	.ico-tex {
		margin: 30px 15px;
		width: calc(50% - 30px);
	}

	.cf7mls_bar_style_horizontal_squaren.cf7mls_bar_style_text_horizontal,
	.cf7mls_bar_style_horizontal_round.cf7mls_bar_style_text_horizontal {
		height: auto;
		margin: 0 auto 22px auto;
	}

	.cf7mls_bar_style_horizontal_squaren.cf7mls_bar_style_text_horizontal li .cf7_mls_steps_item_container,
	.cf7mls_bar_style_horizontal_round.cf7mls_bar_style_text_horizontal li .cf7_mls_steps_item_container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-left: 0;
		text-align: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.cf7mls_bar_style_horizontal_squaren.cf7mls_bar_style_text_horizontal li .cf7_mls_steps_item_icon,
	.cf7mls_bar_style_horizontal_round.cf7mls_bar_style_text_horizontal li .cf7_mls_steps_item_icon {
		margin-right: 0;
	}

	.check-img .wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
		margin: 0 15px 30px 15px;
		width: calc(50% - 30px);
	}

	.review {
		flex-direction: column;
	}

	.review__caption {
		min-width: 100%;
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}

	.forma-block__inputs {
		max-width:100%;
	}

	.quote__content {
		flex-direction: column;
	}
	.quote__img {
		margin: 0;
		min-width: unset;
	}
	.quote__text {
		font-size: 14px;
		background-position: center top;
		margin-top: 15px;
	}

	.button-popup {
		display: block;
		text-align: center;
	}
	.button-popup__descript {
		width: 100%;
		font-size: 18px;
		margin-bottom: 12px;
	}

	form .forma__row {
		flex-direction: column;
	}

	form .forma__row .wpcf7-form-control-wrap {
		width: calc(100% - 20px);
		margin-bottom: 20px;
	}

	form .forma__row .wpcf7-form-control-wrap:last-child {
		margin-bottom: 0;
	}

	.description-block {
		margin: 0 auto 30px auto;
	}

	.box-numbers .col-number {
		width: calc(50% - 30px);
	}
	.col-number__left {
		font-size: 46px;
		line-height: 46px;
		min-width: 50px
	}
	.col-number__title,
	.col-advandes__title {
		font-size: 18px;
	}
	.col-number__left::after {
		right: 13px;
		width: 15px;
		height: 15px;
	}
	.sisters-row .img-title {
		width: calc(50% - 40px);
	}
}

@media (max-width: 767px) {

	p {
		text-align: unset;
	}

	.soc-wraper .btn {
		display: none;
	}
	.header-after__item.header-after__item--1 {
		margin-right: 0;
	}

	.header-after__item--message {
		margin-right: auto;
		margin-bottom: 0;
		justify-content: center;
	}	
	.message-item {
		margin-left: 5px;
		margin-right: 5px;
	}

	.header-after__item--2:last-child {
		display: flex;
		justify-content: center;
	}

	.site-description {
		width: 100%;
		padding: 15px 0;
		margin-left: 0;
		border-left: 0;
		border-right: 0;
		text-align: center;
		justify-content: center;
	}

	.top-menu {
		padding: 0;
		border-right: 0;
		justify-content: center;
	}

	a[href^=tel].header-contact.header-contact_phone {
		justify-content: center;
		font-size: 24px;
	}
	a[href^=tel].header-contact.header-contact_phone .header-contact__ico {
		display: none;
	}

	.soc-wraper {
		justify-content: center;
	}

	.header-contact {
		font-size: 12px;
		justify-content: center;
	}
	.header-contact.header-contact_adress {
		justify-content: center;
		margin-top: 10px;
	}
	.header-contact .header-contact__ico {
		max-width: 25px;
	}

	.contact-row .header-contact {
		justify-content: flex-start;
		margin-bottom: 15px;
	}

	.site-header {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.header-after .container {;
		padding: 8px;
	}

	.site-branding + .header-html-1 {
		display: flex;
	}

	.header-top {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.site-branding {
		padding: 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin: 0 auto;
	}

	.site-logotype {
		margin: 0 0 10px 0;
		max-width: 146px!important;
	}

	.header-html-1 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.header-top	.header-html-1:last-child {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}		

	.header-contact {
		text-decoration: unset;
		margin: 0;
	}

	.flexible-block.flexible-block--wite {
		padding: 18px;
	}

	.banner-slider__text {
		padding: 18px 18px 30px 18px;
	}
	.banner-slider__img {
    padding: 0 15px 15px;
}
	.banner-slider__title {
		text-align: center;
	}
	.banner-slider__descript {
		text-align: center;
	}
	.banner-slider__text .btn {
		align-self: center;
	}

	.main-ofer__col img {
		max-width: 100%;
	}	

	.offer__col:first-child {
		width: calc(100% - 30px);
	}
	.offer .btn {
		width: 100%;
	}

	table {
		font-size: 12px!important;
	}

	.list-box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.list-box__col {
		width: calc(100% - 30px);
	}

	.review {
		padding: 25px 15px 25px;
	}
	.review__img {
		margin-right: 20px;
	}

	.contact-left,
	.contact-right {
		width: 100%;
	}

	.galleryItem {
		width: calc(50% - 30px);
	}

	.wr-forma {
		padding: 15px 15px 18px 15px;
	}
	.wr-forma div.wpforms-container-full {
		margin: 0 auto;
	}
	div.wpforms-container-full .wpforms-form .wpforms-page-button {
		margin: 0 0 10px 0!important;
		display: block;
		width: 100%;
	}	

	div.wpforms-container-full .wpforms-form .wpforms-list-inline.kviz-step__img ul.wpforms-image-choices-modern li {
		width: calc(100% - 20px)!important;
	}

	div.wpforms-container-full .wpforms-form .wpforms-field>* {
		max-width: unset!important;
	}
	label.form-row__col,
	div.form-row__col {
		width: calc(100% - 30px);
		margin: 0 15px 20px 15px;
	}
	label.form-row__col:last-child,
	div.form-row__col:last-child {
		width: calc(100% - 30px);
		margin: 0 15px;
	}

	.title-text__item {
		width: 100%;
	}

	.ico-tex {
		margin: 15px;
		width: calc(100% - 30px);
	}

	.textgallery .textgallery__col {
		margin: 0 15px 30px 15px;
		width: calc(100% - 30px);
	}
	.textgallery .textgallery__col .btn {
		display: block;
		max-width: 100%;
		margin: 0 auto;
	}
	.textgallery .textgallery__col:last-chiild {
		margin-bottom: 0;
	}
	.textgallery .galleryItem {
		width: calc(100% - 30px);
	}

	.video-row .video.video_col_2 {
		width: calc(100% - 30px);
	}
	.video-row .video.video_col_3 {
		width: calc(100% - 30px);
	}
	.video-row .video_col_1 .video__play,
	.video-row .video_col_2 .video__play, 
	.video-row .video_col_3 .video__play {
		width: 100px;
		height: 100px;
		top: calc(50% - 50px);
		left: calc(50% - 50px);
		background-size: 20px;
		background-position: center left 44px;
	}

	#wt-list-locations li {
		width: 50%;
	}

	.check-img .wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
		margin: 0 15px 30px 15px;
		width: calc(100% - 30px);
	}

	.review__wrprice {
		flex-direction: column;
		font-size: 14px;
	}

	.review__price svg,
	.review__time svg {
		width: 16px;
		margin-right: 8px;
	}

	.review-gallery__item {
		height: 100px;
	}

	.review-gallery__item img {
		height: 100px;
	}

	.footer-widget .widget {
		margin-bottom: 1rem;
	}

	.forma-block__col {
		width: 100%;
	}
	.forma-block__col:last-child {
		display: none;
	}

	.box-numbers .col-number {
		width: calc(100% - 30px);
	}
	.box-numbers .col-number:first-child {
		margin-top: 0;
	}
	.col-number__title {
		font-size: 16px;
	}
	.col-number__left::after {
		right: 13px;
		width: 15px;
		height: 15px;
	}
	.quote__text {
		text-align: unset;
	}
	.img-title {
		font-size: 14px;
	}
	.sisters-row .img-title {
		width: calc(100% - 40px);
	}
}

@media (max-width: 567px) {
	#wt-list-locations li {
		width: 100%;
	}

	.post-card .post-card__thumbnail img {
		height: auto;
	}

	.galleryItem {
		width: calc(100% - 30px);
	}

	.offer__img {
		border-radius: 0;
	}
	.offer__img .post-card-info {
		position: unset;
		padding: 0;
		justify-content: start;
	}
	.post-card-info__item {
		margin-right: 15px;
	}
	.post-card-info__bottom {
		font-size: 16px;
	}
	.offer__img .post-card-info .post-card-info__val {
		font-size: 16px;	
	}
	.post-card-info__before.rub {
		font-size: 16px;
	}
}

@media (min-width: 768px) {
	.expert-review-popup {
		width: 600px;
	}
	.humburger {
		top: 19px;
	}
}

.quizle {
	max-width: 100%!important;
	border-radius: 8px!important;
}
.mypopup-modal-content .quizle--2840 {
	margin: 0!important;
	padding: 0 !important;
}