/*
Theme Name: bestsidelka.ru
Version: 1.0.0
*/
@media screen and (min-width: 1024px) {
	.sitemap-flex {
		display: flex;
		flex-wrap: wrap;
	}
	.footer__nav ul {
		width: 50%;
	}
	.footer__contacts a.btn-border,.footer__messengers {
		flex: 0 0 auto;
	}
	.footer__block:nth-child(2) {
		width: 50%;
	}

	.footer__logo {
		display: block;
	}
	.sitemap-flex__item {
		width: 48%;
	}
	.section-first__prs {
		margin-top: 30px;
	}
	.section-first--price .section-first__content {
		width: 51%;
	}
}
.compensate-for-scrollbar {
	margin-right: 0;
	padding-right: 17px;
}

.about__text.content-text {
	font-weight: 400;
}
.header-site.page-main__header {
	z-index: 999999 !Important;
}
.hidden-text:not(.expanded) .content-text {
	height: 305px;
	overflow: hidden;
}

.section-form--no .section-form__info {
	background: 0 !Important;
	padding: 0 !Important;
}

.reviews--single, .section-item--padding {
	background: linear-gradient(0deg, #FDF6FF 0%, #FDF8FF 100%);
	padding: 100px 0;
}

@media screen and (max-width: 1024px) {
	.reviews--single, .section-item--padding {
		background: linear-gradient(0deg, #FDF6FF 0%, #FDF8FF 100%);
		padding: 40px 0;
	}
}

.reviews--single .card {
	background: #fff;
}

#order-reviews {
	padding: 0 !important;
	max-width: 770px;
}

#order-reviews .section-form--man {
	margin: 0 !important;
}

#order-reviews .section-form__info {
	padding: 30px !important;
	background: #fff;
}

#order-popup {
	padding: 0 !important;
	max-width: 770px;
}

#order-popup .section-form--man {
	margin: 0 !important;
}

#order-popup .section-form__info {
	padding: 30px !important;
	background: #fff;
}
#order-faq {
	padding: 0 !important;
	max-width: 770px;
}

#order-faq .section-form--man {
	margin: 0 !important;
}

#order-faq .section-form__info {
	padding: 30px !important;
	background: #fff;
}
.blockquote__text .blockquote__btn-more {
	display: inline-block;
}

.reviews.section-item--padding .card {
	background: #fff;
	margin-left: 1px;
}


#form-calc {
	padding: 0 !important;
	max-width: 770px;
}

#form-calc .section-form--man {
	margin: 0 !important;
}

#form-calc .section-form__info {
	padding: 30px !important;
	background: #fff;
}

.about__button .btn-66 {
	width: auto;
}

.popup-style .header-btn {
	margin-bottom: 15px;
}

.popup-style .form {
	margin: 0;
}

.section-form--no-textarea .form__body {
	margin: 0;
}

span.wpcf7-not-valid-tip {
	display: none !important;
}

.wpcf7-response-output {
	display: none !important;
}

span.wpcf7-spinner {
	display: none !important;
}

.wpcf7-not-valid {
	border-color: red !important;
}

#order-thanks {
	border-radius: 30px;
}

#order-thanks .section-form__text {
	margin: 0;
}

.dropdown--checked .dropdown__list-item:after {
	display: none;
	opacity: 0;
	position: static;
}

.dropdown__list-item label {
	display: block;
	padding: 5px 0;
	margin-bottom: -10px;
	cursor: pointer;
}

.dropdown__list-item label input {
	margin-right: 10px;
	margin-top: -3px;
	vertical-align: middle;
}

ul.site-nav__list {
	justify-content: center;
}

.dropdown.dropdown--checked {
	max-width: 750px;
}

.dropdown.dropdown--checked .dropdown__button {white-space: nowrap;text-overflow: ellipsis;max-width: 100%;overflow: hidden;}
.scroll-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 50px;
	height: 50px;
	background: #d10ce7;
	color: white;
	border: none;
	border-radius: 50%;
	display: none;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	cursor: pointer;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
	z-index: 9999;
}

.scroll-top:hover {
	background: #ec40ec;
}

.page-main__content {
	padding-top: 204px;
}

.header-site.page-main__header {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	background: #fdf7ff;
	z-index: 999;
}
@media screen and (max-width: 991px) {
	.page-main__content {
		padding-top: 91px;
	}
	.header-site.page-main__header {
		background: #fcecff;
	}
}

.dropdown__list {
	overflow: auto;
	max-height: 208px;
}

.item-checkbox2 {
	position: relative;
	display: block;
	padding: 7px 0;
	font-size: 16px;
	line-height: 18px;
	padding-left: 30px;
}

.item-checkbox2 input {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 25;
	cursor: pointer;
	opacity: 0;
}

.item-checkbox2:after {
	width: 22px;
	height: 22px;
	background: #fff;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	border: 1px solid #d0d0d0;
	border-radius: 3px;
	z-index: 3;
}

.item-checkbox2 input:checked + span:before {
	width: 12px;
	height: 12px;
	background: #d91be9;
	content: '';
	position: absolute;
	left: 5px;
	top: 0;
	bottom: 0;
	margin: auto;
	border-radius: 3px;
	z-index: 5;
}

span.item-checkbox2__label {
	display: block;
}

.content-text a {
	display: inline;
}

.fancybox-content .header-btn__left {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.popup-title {
    text-align: center;
}

.item-service__btn a:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 9999;
}

.item-service__btn a {
	position: static;
}
.header-site__address {
	position: relative;
	text-align: center;
}

.header-site__address a{
	-webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    font-size: 18px;
    font-weight: 600;
}
#city-modal {
	position: absolute;
	z-index: 99;
	width: 220px;
	right: 0;
	top: 75px;
	max-width: 235px;
	background: white;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px;
	border-radius: 8px;
	padding: 9px;
	text-align: center;
	margin: auto;
}

#city-modal p {
	float: none !important;
	width: 100%;
	margin-bottom: 6px;
	padding: 0;
	display: block;
	font-size: 14px;
	text-align: center;
}

#city-modal #city-name {
	font-weight: bold;
}

button#confirm-city {
	width: 55px;
	height: 30px;
	line-height: 21px;
	display: inline-block;
	margin: 0 5px;
}


#city-modal a {
	display: inline-block;
	vertical-align: middle;
	text-decoration: underline;
	font-size: 14px;
	line-height: 16px;
}

button#confirm-city {
	display: inline-block;
	vertical-align: middle;
}

#city-modal a:hover {
	text-decoration: none;
}

.city-modal__btn {
	background: #d91be9;
	font-weight: 700;
	color: #fff;
	border-radius: 5px;
	font-size: 14px;
	line-height: 16px;
}

button#confirm-city:hover {
	opacity: .7;
}

.menu-mobile.active {
	z-index: 999999 !Important;
}

.fancybox-container,#wpadminbar {
	z-index: 999999 !important;
}

.worker {
	max-width: 100%;
}

.calculator__items--mod .calculator__item_title {
	font-size: 18px;
	line-height: 20px;
}

.calculator__items--mod .cost-month {
	font-size: 26px;
	line-height: 1.3;
}

.calculator__radio {
	margin-left: -5px;
}

.calculator__radio label {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding: 20px 24px;
	background: #fff;
	border: 1px solid #d0d0d0;
	border-radius: 12px;
	margin: 0 5px;
	font-weight: 500;
	padding-left: 55px;
	cursor: pointer;
}

.calculator__radio label input {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	opacity: 0;
	cursor: pointer;
}

.calculator__radio label:after {
	content: '';
	position: absolute;
	left: 14px;
	width: 30px;
	height: 30px;
	border-radius: 5px;
	background: #f9f9f9;
	top: 15px;
}

.calculator__radio label input:checked + span:after {
	content: '';
	position: absolute;
	left: 20px;
	width: 18px;
	height: 18px;
	border-radius: 5px;
	background: #d10ce7;
	top: 21px;
	z-index: 20;
}

body.scrolled .site-nav {
	display: none;
}
ul.list-city li {
    text-align: center;
}
.cf7-politic-acceptance {}

.cf7-politic-acceptance .wpcf7-list-item-label {
    text-indent: -99999px;
    display: block;
}

.cf7-politic-acceptance__checkbox {
    display: flex;
    align-items: center;
}

.cf7-politic-acceptance__checkbox .wpcf7-list-item.first.last {
    margin: 0;
}

.cf7-politic-acceptance__checkbox > p {
    margin-right: 5px;
    margin-top: 7px;
}

.cf7-politic-acceptance span {
    position: static !IMPORTANT;
}

.cf7-politic-acceptance .wpcf7-not-valid-tip {
    display: block !important;
    position: absolute !important;
}
span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-not-valid input[type="checkbox"] {
    box-shadow: 0px 0px 8px red;
}