﻿/*
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 стили */

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

button:focus {
	outline: 0;
}

.grecaptcha-badge {
display: none !important;
}


/* Header */

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

.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: 33px;
	margin-right: 8px;
}

.header-contact .header-contact__ico img {
	min-width: 18px;
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

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

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

/* 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);
}



.header-contact.header-contact_phone .header-contact__ico img {
	-webkit-transform: scale(1.8);
	-ms-transform: scale(1.8);
	transform: scale(1.8);
}

.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: #ED5F31;
}

.site-description {
	font-size: .8em;
}

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

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

.top-menu {
	text-transform: unset;
	margin: 8px 0 0 14px;
	font-size: .9em;
	font-weight: normal;
}
.top-menu ul li {
	padding-left: 0;
    padding-right: 0;
    margin-right: 8px;
}
.top-menu ul li a {
	opacity: 1;
}

.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 a {
	text-decoration: unset;
	margin-left: 15px;
	transition: .3s;
}


@-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 #ed5f31;
    color: #000;
    background: transparent;
}

.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;
}



/* Типографика */
h1 span, .h1 span,
h2 span, .h2 span {
	color: #ED5F31;
}

h2, .h2 {
	position: relative;
	padding: 0 0 5px 12px!important;
}
h2:before, .h2:before,
h2:after, .h2:after {
	content: '';
	position: absolute;
}
h2:before, .h2:before {
	left: 0;
	width: 5px;
	height: 100%;
	background: #ed5f31;
}
h2:after, .h2:after {
/*	bottom: 0;
	height: 1px;
	width: 100%;
	left: 0;
	background: #ced4da;*/
}
.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;
}



/* Главный офер */
.main-ofer {
	margin-bottom: 50px;
}
.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 {
	margin-bottom: 0;
}
.main-ofer__col {
	width: 50%;
}
.main-ofer__title {
	line-height: 1.5;
}

/* Плавающий контент */
.flexible-block {
	margin:  80px auto;
	position: relative;
}
.flexible-block > div {
	position: relative;
	z-index: 1;
}
.flexible-block:first-child {
	margin-top:  0;
}
.flexible-block:last-child {
	margin-bottom:  0;
}
.flexible-block_bg {
	padding: 50px 0;
}
.flexible-block_bg:before {
	content: "";
	position: absolute;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw)!important;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 0;
}
.flexible-block_bg--ofer {
	margin: 0;
	padding: 0px 0;
}

.offer {
	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);
	text-align: right;
}

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

.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;
}
.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:hover {
	cursor: pointer;
}
.galleryItem img {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.galleryItem img.galleryItem__img_noh {
	height: unset;	
}

.scrolltop:before {
	color: #ed5f31;
}

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

.galleryItem__title {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.3;
	margin-bottom: 6px;
}
.galleryItem__img {
	width: 100%;
}
.gallery-caption {
	padding: 20px 10px 30px 10px;
	background: rgba(0,0,0,.03);
	text-align: center;
	height: 100%;
}

.gallerySwiper {
	padding-bottom: 50px;
}
.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;
}
.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:hover::after {
	opacity: 1;
}
.galleryItemSwiper:hover {
	cursor: pointer;
}
.galleryItemSwiper img {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.galleryItemSwiper img.galleryItem__img_noh {
	height: unset;
}

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

.title-text__item {
	text-align: center;
	margin: 0 15px;
	width: calc(20% - 30px);
}
.title-text__wr-i {
	width: 90px;
	margin: 0 auto 15px auto;
	border: 2px solid #ff5f2a;
	padding: 15px;
	box-sizing: border-box;
	border-radius: 100%;
	overflow: hidden;
	background: #fef3ef;
}
.title-text__ico {
    display: block;
}
.title-text__title {
	font-size: 20px;
	margin-bottom: 5px
}
.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: #ed5f31;
}
.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: 0 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;
}


/* Tables */
.tablepress .odd td {
	background-color: rgb(242 251 255);
}
.tablepress .row-hover tr:hover td {
	background-color: #d9f2ff;
}
.tablepress tfoot th,
.tablepress thead th {
	background-color: #ed5f31;
	color: #fff;
}

.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;
	border: 1px dashed #ed5f31;
	transition: .3s;
}

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

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

.entry-content table, 
.home-text table, 
.taxonomy-description table {
	border: 1px dashed #ed5f31;
}

table tr:hover td,
.tablepress .row-hover tr:hover td {
	background-color: rgb(11 108 59 / 10%);
}

/* Карточки постов в архивах */
.post-cards {
	margin-top: 50px;
}
.post-card__wr-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.swiper-slide.post-card,
.post-cards .post-card {
	text-align: center;
	background: #fef3ef;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 10px rgb(153 163 197 / 10%);
	box-shadow: 0 1px 10px rgb(153 163 197 / 10%);
	padding: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.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;
}
.post-card .post-card__thumbnail img {
	max-height: 200px;
	width: auto;
}
.post-card__description {
	margin-top: auto;
}
.post-card__price {
	margin-bottom: 15px;
	font-size: 20px;
}
.post-cards--vertical {
	grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
}

.swiper-slide.post-card {
	margin-bottom: 0;
	height: auto;
}
.swiper-slide.post-card .post-card__title {
	font-size: 1.1em;
	margin-bottom: 0;
}

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

/* Отзывы */
.reviews {
	margin: 0 -15px;
}
.reviews .review {
	margin: 0 15px 40px 15px;
}
.review {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #fef3ef;
	margin: 2em 0;
	border-radius: 3px;
	overflow: hidden;
	padding: 30px 30px 20px 30px;
	align-items: flex-end;
}
.review__caption {
	min-width: 512px;
	width: 512px;
	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 #fff 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 #ed5f31;
}
.text-full {
	position: absolute;
	top: -500px;
	transition: .3s;
	overflow: hidden;
	overflow-y: auto;
	height: 100%;
	width: 100%;
	background: #ffffff;
	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: #ed5f31!important;
	margin: 7px 0 auto 0;
	display: inline-block;
	border-bottom: 1px dashed #ed5f31;
	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: #ed5f31;
    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: #fff;
	padding: 20px;
	border-radius: 3px;
	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;
}
.review-gallery__item {
	width: calc(50% - 10px);
	margin: 0 5px 10px 5px;
	overflow: hidden;
	border-radius: 3px;
	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 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: #ed5f31;
}

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 dashed #ed5f31;
}
.wr-forma {
	background: #fef3ef;
	padding: 35px 35px 20px 35px;
	border-radius: 5px;
}
.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 .wpcf7-form-control-wrap input,
form textarea {
	width: 100%;
}
form textarea {
	max-height: 90px;
}
form input[type=submit] {
	width: 100%;
	margin-bottom: 15px;
	padding: 0.9rem 1.5rem;
}
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: #ed5f31;
}

.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;
}

/* Квиз */
.cf7mls_bar_style_horizontal_squaren.cf7mls_bar_style_text_horizontal,
.cf7mls_bar_style_horizontal_round.cf7mls_bar_style_text_horizontal {
	width: 100%;
}
.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: 12px;
}
.title-kviz span {
	color: #ff0000;
}
.check-img .wpcf7-form-control.wpcf7-radio {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -15px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.check-img .wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
	margin: 0 15px 30px 15px;
	width: calc(25% - 30px);
	display: block;
}

.check-img .wpcf7-form-control.wpcf7-radio .wpcf7-list-item label {
	display: block;
	margin-bottom: 0;

}
.check-img .wpcf7-form-control.wpcf7-radio .wpcf7-list-item label span {
	text-align: center;
	border: 1px solid transparent;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	border-radius: 6px;
	overflow: hidden;
	background: #fff;
}
.check-img .wpcf7-form-control.wpcf7-radio .wpcf7-list-item label span:hover {
	cursor: pointer;
	border: 1px solid #ddd;
	-webkit-box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
	box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
}
.check-img .wpcf7-form-control.wpcf7-radio .wpcf7-list-item label span::before {
	content: '';
	display: block;
	height: 100px;
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 15px;
}
.check-img label input[value=Дом] + span::before {
	background-image: url(img/dom.jpg);
}
.check-img label input[value=Баня] + span::before {
	background-image: url(img/banya.jpg);
}
.check-img label input[value=Дача] + span::before {
	background-image: url(img/dacha.jpg);
}
.check-img label input[value=Гараж] + span::before {
	background-image: url(img/garazh.jpg);
}
.check-img label input[value=Забор] + span::before {
	background-image: url(img/zabor.jpg);
}
.check-img label input[value=Беседка] + span::before {
	background-image: url(img/besedka.jpg);
}
.check-img label input[value=Ангар] + span::before {
	background-image: url(img/angar.jpg);
}

.check-img label input[value=Дерево] + span::before {
	background-image: url(img/derevo.jpg);
}
.check-img label input[value=Кирпич] + span::before {
	background-image: url(img/kirpich.jpg);
}
.check-img label input[value=Камень] + span::before {
	background-image: url(img/kamen.jpg);
}
.check-img label input[value=Газобетон] + span::before {
	background-image: url(img/gazobeton.jpg);
}
.check-img label input[value='SIP панели'] + span::before {
	background-image: url(img/sip-paneli.jpg);
}
.check-img label input[value=Каркас] + span::before {
	background-image: url(img/karkas.jpg);
}
.check-img label input[value=Металл] + span::before {
	background-image: url(img/metall.jpg);
}

.check-img label input[value=Одноэтажный] + span::before {
	background-image: url(img/odin.jpg);
}
.check-img label input[value=Полутораэтажный] + span::before {
	background-image: url(img/polutornyi.jpg);
}
.check-img label input[value=Двухэтажный] + span::before {
	background-image: url(img/dva.jpg);
}
.check-img label input[value=Трехэтажный] + span::before {
	background-image: url(img/tri.jpg);
}

.check-img label input[value=Глинистый] + span::before {
	background-image: url(img/glinistyij.jpg);
}
.check-img label input[value=Песчаный] + span::before {
	background-image: url(img/peschanyi.jpg);
}
.check-img label input[value=Супесь] + span::before {
	background-image: url(img/suspes.jpg);
}
.check-img label input[value=Суглинок] + span::before {
	background-image: url(img/suglinok.jpg);
}
.check-img label input[value=Илистый] + span::before {
	background-image: url(img/ilistyi.jpg);
}
.check-img label input[value=Торфяной] + span::before {
	background-image: url(img/torfyanoi.jpg);
}
.check-img label input[value=Смешанный] + span::before {
	background-image: url(img/smeshannyi.jpg);
}

.check-img label input[value='Не знаю'] + span::before {
	background-image: url(img/drugoe.jpg);
}
.check-img label input[value=Другое] + span::before {
	background-image: url(img/drugoe.jpg);
}

.check-img label input[type=radio] {
	display: none;
}
.check-img label input[type=radio]:checked + span {
	border: 1px solid #ddd;
	-webkit-box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
	box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
	font-weight: 600;
}
.check-img label input[type=radio]:checked + span::after {
	content: "\2714";
	font-size: 22px;
	line-height: 32px;
	color: #fff;
	background: green;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -16px 0 0 -16px;
	width: 32px;
	height: 32px;
	border-radius: 50%;
}
.check-img label span {
	display: block;
	padding: 20px;
	position: relative;
}


/* Калькуляторы */
.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: 10px;
	overflow: hidden;
}
.expert-review-popup__content input[type=email], 
.expert-review-popup__content input[type=text], 
.expert-review-popup__content textarea {
	border: 1px dashed #ed5f31;
	padding: .8em;
}
.expert-review-popup__content label {
	margin: 0 0 20px;
}
.expert-review-popup__content button {
	background: #ed5f31;
	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: 1px solid #fef3ef;
	background: #fef3ef;
	border-radius: 3px;
}
.entry-meta {
    border-bottom: 3px solid #fef3ef;
}

/* Контакты */
.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-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: #ed5f31;
}

.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%;
}

/* Footer */

.footer-widget {
	width: 100%;
}

/* Media */
@media (max-width: 1199px) {
	.site-logotype {
		max-width: 55px!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;
	}

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

	.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 {
		margin: 15px;
		width: calc(33.333% - 30px);
	}

	.review__caption {
		min-width: 390px;
	}

}

@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: #ed5f31;
		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;
	}

	.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;
	}	

	.main-ofer__col {
		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: 30px 15px;
		width: calc(50% - 30px);
	}	

	.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;
	}

}

@media (max-width: 767px) {

	.soc-wraper .btn {
		display: none;
	}	

	a[href^=tel].header-contact.header-contact_phone {
		justify-content: center;
	}
	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__ico {
		max-width: 25px;
	}

	.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;
	}

	.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;
	}

	.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: calc(100% - 30px);
	}

	.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: 300px;
		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;
	}

}

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

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

/* Иконка маркированного списка */
.entry-content ul:not([class])>li:before, 
.home-text ul:not([class])>li:before, 
.taxonomy-description ul:not([class])>li:before {
    content: '\2611';
		top: -5px;
    font-size: 20px;
    color: #ed5f31;
    border: none;
}
/* Похожие записи */
.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: #ed5f31;
background: #fef3ef;
}

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

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

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

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

        @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;
        }

        /* для каждой отдельной колонки можно задать свои стили */
        /* например, для второй колонки текст выровнен по центру */
        /* для третьей колонки текст выровнен по правому краю */
        /* но только для экранов больше 768px через @media (min-width: 768px) */
        .header-after__item--1 {

        }

        .header-after__item--2 {
            text-align: center;
        }

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