/*Contact form 7 - Минифицированные стандартные стили*/
div.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid red;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
	border: 2px solid red;
}

div.wpcf7-spam-blocked {
	border: 2px solid orange;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
	border: 2px solid #f7e700;
}

.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	color: red;
	font-size: 1em;
	font-weight: 400;
	display: block;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	border: 1px solid red;
	background: #fff;
	padding: 0.2em 0.8em;
}

span.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-display-none {
	display: none;
}

div.wpcf7 .ajax-loader {
	visibility: hidden;
	display: inline-block;
	background-image: url(../img/ajax-loader.gif);
	width: 16px;
	height: 16px;
	border: none;
	padding: 0;
	margin: 0 0 0 4px;
	vertical-align: middle;
}

div.wpcf7 .ajax-loader.is-active {
	visibility: visible;
}

div.wpcf7 div.ajax-error {
	display: none;
}

div.wpcf7 .placeheld {
	color: #888;
}

div.wpcf7 input[type="file"] {
	cursor: pointer;
}

div.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

div.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.is-active {
	visibility: visible;
}

/*Contact form 7 - Выполненные работы*/
.vypolnennye-raboty__form {
	position: relative;
}

.vypolnennye-raboty__form .your-name input,
.vypolnennye-raboty__form .your-email input,
.vypolnennye-raboty__form .tel-49 input {
	width: calc(33% - 16px);
	margin-bottom: 48px;
	border-radius: 18px;
	padding: 24px;
	border: 0;
	outline: 0;
	border: 2px solid transparent;
	height: 60px;
}

.vypolnennye-raboty__form .your-name input {
	margin-right: 24px;
}

.vypolnennye-raboty__form .your-email input {
	margin-right: 24px;
}

@media (max-width: 991.98px) {
	.vypolnennye-raboty__form .your-name input {
		margin-right: 23px;
	}

	.vypolnennye-raboty__form .your-email input {
		margin-right: 23px;
	}
}

@media (max-width: 767.98px) {
	.vypolnennye-raboty__form .your-name input,
	.vypolnennye-raboty__form .your-email input,
	.vypolnennye-raboty__form .tel-49 input {
		width: 100%;
		margin-bottom: 30px;
		margin-right: 0;
	}
}

/*Contact form 7 - Отправить задачи на оценку*/
.form-request-page {
	position: relative;
}

.form-request-page .your-name input,
.form-request-page .your-email input,
.form-request-page .tel-49 input {
	margin-bottom: 24px;
	height: 60px;
	-webkit-border-radius: 18px;
	border-radius: 18px;
	width: 100%;
	padding: 24px;
	border: 0;
	outline: 0;
	border: 2px solid transparent;
}

/*Contact form 7 - Запрос услуги (Запись - услуг)*/
#popup-kp .your-name input,
#popup-service .your-name input,
#popup-kp .your-email input,
#popup-service .your-email input,
#popup-kp .tel-49 input,
#popup-service .tel-49 input {
	background: #f7f8fa;
	margin-bottom: 18px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	height: 60px;
	width: 100%;
	padding: 24px;
	border: 2px solid transparent;
}

/*Общие стили*/
.form-request-page .content .file,
.vypolnennye-raboty__form .content .file {
	border-top: 1px dashed #c1c1c1;
	margin-top: -6px;
	-webkit-border-radius: 0 0 18px 18px;
	border-radius: 0 0 18px 18px;
}

.form-request-page .policy input:checked ~ .checkbox,
.contact-form__wrap .policy input:checked ~ .checkbox {
	border-width: 6px !important;
	border-color: #eead1c !important;
}

.form-request-page .ajax-loader,
.vypolnennye-raboty__form .ajax-loader {
	position: absolute;
	right: 20px;
	bottom: 24px;
}

/*ошибки*/
.wpcf7-not-valid-tip {
	display: none !important;
}

.wpcf7-not-valid {
	border-color: #fe1414 !important;
}

.wpcf7-not-valid::placeholder {
	color: #fe1414;
}

.wpcf7-response-output {
	display: none !important;
}

/*скрытое поле*/
#contact-form--dorabotka_post_title,
.screen-reader-response,
#contact-form--uslugi_pdf,
#contact-form--hide-field,
.contact-fotm-display-none,
.text-211 {
	display: none;
}

/*Пагинация*/
.pagination .page-numbers {
	width: 36px;
	height: 36px;
	font-weight: 600;
	-webkit-border-radius: 13px;
	border-radius: 13px;
	color: #848484;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 3px;
}

.pagination .current {
	color: #000;
	background: #ffbe2e;
}

.pagination .nav-links {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.pagination .prev,
.pagination .next {
	width: 74px;
}

/*Выполненные работы*/
.mini-btn-cms {
	min-width: 65px;
	display: inline-flex;
}

.lastworks .lastwork .title {
	display: inline;
	box-shadow: inset 0 0px 0 white, inset 0 -1px 0 #fdbd32,
		inset 0 -2px 0 #fdbd32;
}

.lastworks .lastwork .title:hover {
	box-shadow: none;
}

.lastworks .lastwork .content {
	margin-top: 18px;
}

/*Отзывы - Фильтр*/
.filter__form input {
	display: none;
}

.filter__option .filter__csm__link,
.filter__form .filter__option label {
	display: block;
	padding: 10px 10px 10px 18px;
	margin-bottom: 0;
	cursor: pointer;
}

.filter__option .filter__csm__link:hover {
	color: #000;
}

/*Услуги - Запись*/
.slide__text {
	text-align: center;
	margin-top: 20px;
}

@media (max-width: 1199.98px) {
	#service_page .tabs-block .tab:not(:last-child) {
		margin-right: 35px;
	}
}

@media (max-width: 991.98px) {
	#service_page .tabs-block .tab:not(:last-child) {
		margin-right: 32px;
	}
}

/*Контент*/
.content ul {
	margin: 38px 0 38px;
}

.content ul li {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 20px;
	position: relative;
	padding-left: 36px;
}

.content ul li:before {
	content: "";
	position: absolute;
	top: -2px;
	left: 0;
	width: 24px;
	height: 24px;
	background: url(../img/icons/accept.svg) center no-repeat;
}

@media screen and (max-width: 991.98px) {
	#service_page .content ul {
		margin: 38px 0 30px;
	}
}

@media screen and (max-width: 575.98px) {
	#service_page .content ul {
		margin: 28px 0 24px;
	}
}

/*Стандартный шаблон*/
.width-100 {
	width: 100%;
}

.display-none {
	display: none;
}

#service_page .main-block {
	display: flex;
}

#service_page .main-block .info {
	flex: 1 0;
}

.lastworks .lastwork .link {
	width: max-content;
}

.lastwork__block-excerpt .content ul {
	margin: 0;
}

.content ul li:before {
	top: 1px;
}

@media screen and (min-width: 576px) {
	.consultation {
		margin-top: 75px;
	}
}

.fancybox-navigation .fancybox-button--arrow_left,
.fancybox-navigation .fancybox-button--arrow_right {
	border-radius: 50%;
	width: 54px;
	height: 54px;
	padding: 0;
	background-color: #ffbe2e;
	color: white;
	margin: 0 20px;
}

.fancybox-navigation .fancybox-button--arrow_left div {
	background-image: url(../img/icons/angle-left.svg);
}

.fancybox-navigation .fancybox-button--arrow_right div {
	background-image: url(../img/icons/angle-right.svg);
}

.fancybox-navigation .fancybox-button--arrow_left div,
.fancybox-navigation .fancybox-button--arrow_right div {
	display: block;
	width: 32px;
	height: 32px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background-repeat: no-repeat;
}

.fancybox-navigation .fancybox-button--arrow_left:disabled div,
.fancybox-navigation .fancybox-button--arrow_right:disabled div {
	opacity: 0.5;
}

.work_page__content {
	font-size: 18px;
	line-height: 30px;
}

.work_page__content ul,
.work_page__content ol {
	color: #000;
}

.reviews_consultation {
	margin-top: 50px;
	margin-bottom: 40px;
}
.reviews_consultation .card-title {
	font-size: 24px;
	line-height: 30px;
	font-weight: 700;
	margin-bottom: 10px;
}
.reviews_consultation .card-subtitle {
	font-size: 18px;
	margin-bottom: 10px;
}

.reviews_consultation .btn {
	width: 320px;
}
.reviews_consultation .card {
	height: auto;
}
.directions h3 {
	font-size: 24px;
}

.content .color-black,
.color-black {
	color: black;
}
.padding-top-60 {
	padding-top: 30px;
}

.reviews_consultation--br-adaptive {
	display: none;
}

#service_page .contents .tab-content p {
	font-size: 18px;
}

.slider-yellow-arrow .slick-prev {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0%, -50%);
	border-radius: 50%;
	width: 54px;
	height: 54px;
	padding: 0;
	background-color: #ffbe2e;
	color: white;
	margin: 0 40px;
}
.slider-yellow-arrow .slick-next {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0%, -50%);
	border-radius: 50%;
	width: 54px;
	height: 54px;
	padding: 0;
	background-color: #ffbe2e;
	color: white;
	margin: 0 40px;
}

.single-works_dorabotka #work_page h2 {
	font-size: 36px;
	line-height: 42px;
}
.single-works_dorabotka #work_page .font-size-24,
.font-size-24 {
	font-size: 24px;
}
.margin-bottom-30 {
	margin-bottom: 30px;
}
.margin-bottom-60 {
	margin-bottom: 60px;
}
.margin-bottom-90 {
	margin-bottom: 90px;
}

.single-works_dorabotka .page-content {
	padding-bottom: 80px;
}

#clients_page .pagination {
	margin-top: 30px;
}
#clients_page .page-content {
	padding: 90px 0 60px;
}

.btn-left-under-review {
	min-height: 48px;
	width: max-content;
}
#work_page .btn-left-under-review {
	margin-bottom: 80px;
}
#review_page h3 {
	font-size: 34px;
}

.ui-link {
	display: inline;
	box-shadow: inset 0 0px 0 white, inset 0 -1px 0 #fdbd32,
		inset 0 -2px 0 #fdbd32;
	font-weight: 700;
}

@media (max-width: 991.98px) {
	.breadcrumbs__back > a {
		display: none;
	}
}

@media (max-width: 1199px) {
	.contact-form__wrap .contact-form__titel--adaptive {
		font-size: 38px;
		line-height: 46px;
	}
	.reviews_consultation--br-adaptive {
		display: block;
	}
}

@media (min-width: 991.98px) {
	.lastwork__block-excerpt {
		width: 310px;
	}

	.lastwork__block-last {
		width: 80px;
	}

	.lastwork__block-img {
		width: 60px;
	}

	.lastworks .lastwork .link {
		overflow-wrap: break-word;
	}
}

@media (max-width: 991.98px) {
	.contact-form__wrap .contact-form__titel--adaptive {
		font-size: 32px;
		line-height: 35px;
	}

	.reviews_consultation .btn {
		width: 160px;
		margin-top: 0;
	}
	.single-works_dorabotka .page-content {
		padding-bottom: 50px;
	}
}
@media (max-width: 767.98px) {
	.contact-form__wrap .contact-form__titel--adaptive {
		margin-left: 75px;
		font-size: 27px;
		line-height: 28px;
	}

	.reviews_consultation .btn {
		margin-left: auto;
		width: 240px;
	}
	
	div.tabs-block .tabs a {
		display: none;	
	}
	div.tabs-block .tabs:before {
		content: 'Описание услуги';
		font-weight: 700;
		font-size: 24px;
		line-height: 30px;
		border-bottom: 4px solid #ffbe2e;
		padding-bottom: 10px;
	}
	#service_page .tabs-block:before {
		background: none;	
	}
}

@media (max-width: 575.98px) {
	.contact-form__wrap .contact-form__titel--adaptive {
		margin-left: 75px;
		font-size: 24px;
		height: auto;
	}

	.reviews_consultation .card {
		padding: 24px;
	}

	.reviews_consultation .card .btn {
		margin: 0 auto;
		margin-top: 25px;
	}

	.reviews_consultation .card-text {
		margin: 0 auto;
		text-align: center;
	}
	.consultation .content {
		margin: 0 auto;
	}
	.reviews_consultation .card-subtitle {
		margin-bottom: 0;
	}
	.single-works_dorabotka .page-content {
		padding-bottom: 20px;
	}
}

@media (max-width: 767.98px) {
	.single-works_dorabotka #work_page h2 {
		font-size: 24px;
		line-height: 30px;
	}
}
