/*
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 стили */

a:focus {
	outline: none;
}

a:visited {
	color: #2487ce;
}

.home .main-navigation {
	margin-bottom: 0;
}

.main-navigation {
	border-bottom: 1px solid #e6f2fb;
}

.site-navigation-fixed {
	z-index: 999;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.site-logotype img {
	object-fit: contain;
}

.header-html-1 {
	text-align: left;
}

/* Header Contacts */
.header__contacts {
	display: flex;
	flex-direction: column;
	gap: 5px;
	padding: 8px 15px;
}

.header__contacts a {
	position: relative;
	text-decoration: none;
	font-weight: 600;
	transition: 0.3s;
	padding-left: 30px;
}

.header__contacts .email::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: url(/wp-content/uploads/2023/12/email-cycle.svg) no-repeat center / contain;
	width: 24px;
	height: 24px;
}

.header__contacts .phone::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: url(/wp-content/uploads/2023/12/phone-cycle.svg) no-repeat center / contain;
	width: 24px;
	height: 24px;
}

/* Header Button */
.site-header .header__modal__btn__wrapper .header__order__btn {
	background-color: #036da3;
	border: none;
	color: #fff;
	border-radius: 5px;
	padding: 10px 20px;
	line-height: 120%;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	cursor: pointer;
}

.site-header .header__modal__btn__wrapper .header__order__btn:hover {
	background-color: #0085c9;
}

.site-header .header__modal__btn__wrapper .header__order__btn:focus {
	outline: none;
}

/* Sidebar - fixed position */
.widget-area .sticky-sidebar {
	margin-top: 60px;
}

/* Default Theme Form */
.contact-form form .contact-form__field input {
	width: 100%;
}

/* Sidebar - Bitrix Form */
.widget-area .mainblock .wrapper_form {
	-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.13);
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.13);
	border-radius: 8px;
	overflow: hidden;
}

/* Misc */
.breadcrumb .breadcrumb_last span {
	color: #888;
}

.breadcrumb {
	padding: 8px 15px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border-radius: 4px;
}

.single .breadcrumb {
	justify-content: center;
}

.archive .post-cards {
	margin-bottom: 40px;
}

.related-posts {
	border-top: 1px solid rgba(82, 92, 105, 0.11);
	margin-top: 40px;
}

.related-posts .post-card .post-card__body .post-card__meta,
.search.search-results .post-cards .post-card__body .post-card__meta,
.comments-area .comment-form-url,
.acf-comment-fields {
	display: none !important;
}

.search-screen {
	z-index: 111000;
}

.pum .pum-content + .pum-close,
.pum-theme-lightbox .pum-content + .pum-close {
	outline: none;
	transition: 0.3s;
}

.pum .pum-content + .pum-close:hover {
	transform: rotate(180deg);
}

.card-slider-container {
	margin-bottom: 0;
}

.home #content {
	max-width: 100% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

a {
	color: #2487ce;
	text-decoration: none;
}

a:hover {
	color: #469fdf;
	text-decoration: none;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #2487ce;
}

.footer__seo__text {
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid rgba(255, 255, 255, .2);
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
	padding: 80px 0;
	overflow: hidden;
}

.section-bg {
	background-color: #f8fbfe;
}

.section-title {
	text-align: center;
	padding-bottom: 30px;
}

.section-title h2 {
	font-size: 32px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 20px;
	padding-bottom: 0;
	color: #124265;
}

.section-title p {
	margin-bottom: 0;
	font-size: 14px;
	color: #919191;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
	width: 100%;
	position: relative;
	background-size: cover;
	position: relative;
}

#hero:before {
	content: "";
	background: rgba(255, 255, 255, 0.7);
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
}

#hero h1 {
	margin: 0;
	font-size: 56px;
	font-weight: 700;
	line-height: 72px;
	color: #124265;
}

#hero h2 {
	color: #5e5e5e;
	margin: 10px 0 0 0;
	font-size: 22px;
}

#hero .btn-get-started,
#about-work .btn-get-started,
#team .btn-get-started,
.site-footer .footer-widgets .footer-widget .footer__widget__3 .btn-get-started,
.error404 .error-404 .btn-get-started {
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0.5px;
	line-height: 1;
	display: inline-block;
	padding: 16px 30px;
	border-radius: 5px;
	transition: 0.5s;
	margin-top: 30px;
	color: #fff;
	background: #2487ce;
}

#hero .btn-get-started:hover,
#about-work .btn-get-started:hover,
#team .btn-get-started:hover,
.site-footer .footer-widgets .footer-widget .footer__widget__3 .btn-get-started:hover,
.error404 .error-404 .btn-get-started:hover {
	background: #3194db;
}

#benefits .icon-box {
	padding: 30px;
	position: relative;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 0 29px 0 rgba(18, 66, 101, 0.08);
	transition: all 0.3s ease-in-out;
	border-radius: 8px;
	z-index: 1;
}

#benefits .icon-box .title {
	font-weight: 700;
	margin-bottom: 0;
	font-size: 18px;
}

#benefits .icon-box .title div {
	color: #124265;
	transition: 0.3s;
}

#benefits .icon-box .icon {
	margin-bottom: 20px;
	padding-top: 10px;
	display: inline-block;
	transition: all 0.3s ease-in-out;
	font-size: 42px;
	line-height: 1;
	color: #2487ce;
}

#benefits .icon-box:hover {
	transform: scale(1.08);
}

#benefits .icon-box:hover .title a {
	color: #2487ce;
}

@media (max-width: 1024px) {
	#hero {
		background-attachment: scroll !important;
	}
}

@media (max-width: 992px) {
	#hero {
		height: auto;
	}

	#hero h1 {
		font-size: 28px;
		line-height: 36px;
	}

	#hero h2 {
		font-size: 18px;
		line-height: 24px;
	}
}

@media (max-height: 800px) {
	#hero {
		height: auto;
	}
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h4 {
	font-weight: 600;
	text-transform: uppercase;
}

.about .content ul {
	list-style: none;
	padding: 0;
}

.about .content ul li {
	padding-left: 28px;
	position: relative;
}

.about .content ul li + li {
	margin-top: 10px;
}

.about .content ul i {
	position: absolute;
	left: 0;
	top: 2px;
	font-size: 20px;
	color: #2487ce;
	line-height: 1;
}

.about .content p:last-child {
	margin-bottom: 0;
}

.about .content .btn-learn-more,
.services .content .btn-learn-more,
.work-examples .content .btn-learn-more {
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 14px 30px;
	border-radius: 5px;
	transition: 0.3s;
	line-height: 1;
	color: #2487ce;
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
	margin-top: 6px;
	border: 2px solid #2487ce;
}

.about .content .btn-learn-more:hover,
.services .content .btn-learn-more:hover,
.work-examples .content .btn-learn-more:hover {
	background: #2487ce;
	color: #fff;
	text-decoration: none;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
	text-align: center;
	padding: 30px 20px;
	transition: all ease-in-out 0.3s;
	background: #fff;
	box-shadow: 0 5px 90px 0 rgba(110, 123, 131, 0.05);
}

.services .icon-box .icon {
	margin: 0 auto;
	width: 100px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: ease-in-out 0.3s;
	position: relative;
}

.services .icon-box .icon i {
	font-size: 36px;
	transition: 0.5s;
	position: relative;
}

.services .icon-box .icon svg {
	position: absolute;
	top: 0;
	left: 0;
}

.services .icon-box .icon svg path {
	transition: 0.5s;
	fill: #f5f5f5;
}

.services .icon-box h4 {
	font-weight: 600;
	margin: 10px 0 15px 0;
	font-size: 22px;
}

.services .icon-box h4 div {
	color: #124265;
	transition: ease-in-out 0.3s;
}

.services .icon-box p {
	line-height: 24px;
	font-size: 14px;
	margin-bottom: 0;
}

.services .content .btn-learn-more {
	margin-top: 15px;
}

.services .icon-box:hover {
	border-color: #fff;
	box-shadow: 0px 0 35px 0 rgba(0, 0, 0, 0.08);
}

.services .iconbox-blue i {
	color: #47aeff;
}

.services .iconbox-blue:hover .icon i {
	color: #fff;
}

.services .iconbox-blue:hover .icon path {
	fill: #47aeff;
}

.services .iconbox-orange i {
	color: #ffa76e;
}

.services .iconbox-orange:hover .icon i {
	color: #fff;
}

.services .iconbox-orange:hover .icon path {
	fill: #ffa76e;
}

.services .iconbox-pink i {
	color: #e80368;
}

.services .iconbox-pink:hover .icon i {
	color: #fff;
}

.services .iconbox-pink:hover .icon path {
	fill: #e80368;
}

.services .iconbox-yellow i {
	color: #ffbb2c;
}

.services .iconbox-yellow:hover .icon i {
	color: #fff;
}

.services .iconbox-yellow:hover .icon path {
	fill: #ffbb2c;
}

.services .iconbox-red i {
	color: #ff5828;
}

.services .iconbox-red:hover .icon i {
	color: #fff;
}

.services .iconbox-red:hover .icon path {
	fill: #ff5828;
}

.services .iconbox-teal i {
	color: #11dbcf;
}

.services .iconbox-teal:hover .icon i {
	color: #fff;
}

.services .iconbox-teal:hover .icon path {
	fill: #11dbcf;
}

@media (min-width: 1201px) {
	.services .icon-box p {
		min-height: 144px;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
}

/*--------------------------------------------------------------
# About work
--------------------------------------------------------------*/
.about-work .about-work-img-wrapper img {
	overflow: hidden;
	border-radius: 8px;
}

.about-work .content {
	font-size: 15px;
}

.about-work .content ul {
	list-style: none;
	padding: 0;
}

.about-work .content ul li {
	padding-bottom: 10px;
	padding-left: 28px;
	position: relative;
}

.about-work .content ul i {
	font-size: 24px;
	color: #2487ce;
	position: absolute;
	left: 0;
	top: -2px;
}

.about-work .content p:last-child {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
# Themes list
--------------------------------------------------------------*/
.themes-list .box {
	padding: 40px 20px;
	text-align: center;
	border-radius: 8px;
	position: relative;
	overflow: hidden;
	background: #fefefe;
	box-shadow: 0 5px 90px 0 rgba(110, 123, 131, 0.1);
	height: 100%;
}

.themes-list .box ul,
.themes-list .box ol {
	margin-bottom: 0;
	color: #124265;
	text-align: left;
	line-height: 20px;
	font-size: 14px;
}

.themes-list .box ul li,
.themes-list .box ol li {
	padding-bottom: 16px;
	font-size: 16px;
}

.themes-list .box ul li:last-child,
.themes-list .box ol li:last-child {
	padding-bottom: 0;
}

.themes-list .featured {
	background: #2487ce;
}

.themes-list .featured ul,
.themes-list .featured ol {
	color: #fff;
}

/*--------------------------------------------------------------
# Client reviews
--------------------------------------------------------------*/
.client-reviews {
	background: url(/wp-content/uploads/2023/12/work-examples-bg-3.svg) repeat center / cover;
}

.client-reviews .lgx-carousel-section .owl-item img {
	border: 1px solid #DBECF5;
	border-radius: 10px;
	padding: 10px;
	object-fit: cover;
	min-height: 91px;
}

/* Carousel - Global Reviews (owlcarousel lib) */
.owl__carousel__reviews__global {
	position: relative;
	padding: 35px 35px;
	border-radius: 16px;
}

.owl__carousel__reviews__global:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.85);
	width: 100%;
	height: 100%;
}

.owl__carousel__reviews__global .owl-stage-outer {
	z-index: 100;
}

.owl__carousel__reviews__global .owl-item {
	padding: 15px;
}

.owl__carousel__reviews__global .owl-item a {
	display: block;
	transition: 0.2s;
}

.owl__carousel__reviews__global .owl-item a:hover {
	transform: translateY(-5px);
}

.owl__carousel__reviews__global .owl-item img {
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.13);
	border-radius: 8px;
	overflow: hidden;
}

.owl__carousel__reviews__global .owl-nav {
	display: flex;
	justify-content: space-between;
	z-index: 50;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	left: 0;
	right: 0;
}

.owl__carousel__reviews__global .owl-nav div {
	padding: 9px !important;
	background-color: #2487ce !important;
	transition: 0.2s;
}

.owl__carousel__reviews__global .owl-nav div:hover {
	background-color: #3194db !important;
}

.owl__carousel__reviews__global .owl-nav div.owl-prev {
	border-top-left-radius: 8px !important;
	border-bottom-left-radius: 8px !important;
}

.owl__carousel__reviews__global .owl-nav div.owl-next {
	border-top-right-radius: 8px !important;
	border-bottom-right-radius: 8px !important;
}

.owl__carousel__reviews__global .owl-nav div:focus {
	outline: none;
}

.owl__carousel__reviews__global .owl-nav div img {
	width: 15px;
}

@media all and (max-width: 375px) {
	.owl__carousel__reviews__global {
		padding: 15px 30px;
	}
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
	margin-bottom: 20px;
	overflow: hidden;
	text-align: center;
	border-radius: 4px;
	background: #fff;
	box-shadow: 0px 2px 15px rgba(18, 66, 101, 0.08);
}

.team .member .member-img {
	position: relative;
	overflow: hidden;
}

.team .member .member-img img {
	max-height: 306px;
	min-height: 306px;
	object-fit: cover;
	width: 100%;
	object-position: center top;
}

.team .member .member-info {
	padding: 25px 15px;
}

.team .member .member-info h4 {
	font-weight: 700;
	margin-bottom: 5px;
	font-size: 18px;
	color: #124265;
}

.team .member .member-info span {
	display: block;
	font-size: 14px;
	font-weight: 400;
	color: #aaaaaa;
}

.team .member .member-info p {
	font-style: italic;
	font-size: 14px;
	line-height: 26px;
	color: #777777;
}

@media (max-width: 991px) {
	.team .member .member-img img {
		max-height: inherit;
	}
}

/*--------------------------------------------------------------
# Misc
--------------------------------------------------------------*/
.site-footer .footer-widgets .footer-widget .widget a:not(:hover):not(.btn-get-started),
.site-footer .footer-bottom .footer-info {
	color: #c9c9c9;
}

.site-footer .footer-widgets .footer-widget .footer__widget__1 .site-logotype {
	margin-top: 22px;
	margin-bottom: 15px;
}

.site-footer .footer-widgets .footer-widget .footer__widget__1 .header__contacts {
	padding: 8px 0;
	gap: 10px;
}

.site-footer .footer-widgets .footer-widget .footer__widget__3 .social-links .social-button:hover {
	transform: scale(1.3);
}

.site-footer .footer-widgets .footer-widget .footer__widget__3 .btn-get-started {
	margin-top: 10px;
}

/* Mobile - Top fixed banner (Modal Form) */
.header-fixed-banner-ob {
	display: none;
	animation: fade-in-fixed-mobile-banner 0.5s forwards;
	opacity: 0;
}

@keyframes fade-in-fixed-mobile-banner {
	100% {
		opacity: 1;
	}
}

@media (max-width: 767px) {
	.fixed-mobile-banner .header-fixed-banner-ob {
		display: block;
	}

	.header-fixed-banner-ob {
		position: absolute;
		z-index: 99900;
		right: 0;
		left: 0;
		top: 10px;
		width: 100%;
		cursor: pointer;
	}

	.header-fixed-banner {
		position: fixed;
		left: 0;
		right: 0;
		background: #036da3;
		margin: 0 15px;
		border-radius: 15px;
		padding: 10px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		box-shadow: rgba(0, 0, 0, 0.3) 0 5px 20px;
	}

	.header-fixed-banner-l {
		background: #fff;
		width: 40px;
		height: 40px;
		padding: 3px;
		border-radius: 5px;
	}

	.header-fixed-banner-c {
		width: 76%;
		margin-left: 10px;
	}

	.header-fixed-banner-c-h {
		font-weight: 600;
		color: #fff;
		font-size: 17px;
		line-height: 1;
	}

	.header-fixed-banner-c-sub {
		font-size: 11px;
		line-height: 1.2;
		font-weight: normal;
		color: #fff;
		margin-top: 5px;
	}

	.header-fixed-banner-r-arrow {
		width: 10px;
		height: 10px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		margin-right: 0px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}
}

/* END Mobile - Top fixed banner (Modal Form) */

/* Форма */
.b24-form-sign {
	display: none !important;
}

.mainblock {
	background: #fff;
}

.mainblock .wrapper_form {
	padding: 3px 3px 15px;
}

.b24-form-padding-side {
	padding-left: 10px;
	padding-right: 10px;
}

.b24-form-control {
	width: 100% !important;
}

.b24-form-control-container input {
	width: 100% !important;
}

.btn_new_form_2212 {
	font-size: 14px;
	font-weight: 600;
	color: #2e302f;
	text-decoration: underline;
	padding: 5px 10px;
	font-family: 'Roboto', Arial, sans-serif;
	display: inline-block;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #FFFFFF;
	cursor: pointer;
	margin-right: -1px;
	position: relative;
	overflow: hidden;
	-webkit-transition: ease 0.3s;
	transition: ease 0.3s;
}

.btn_new_form_2212[data-name="whatsapp"] span:before {
	background-image: url(/wp-content/uploads/2023/12/whatsapp.svg);
}

.btn_new_form_2212[data-name="telegram"] span:before {
	background-image: url(/wp-content/uploads/2023/12/telegram_logo.svg);
}

.btn_new_form_2212 span:before {
	content: "";
	display: block;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 18px;
	height: 18px;
	margin-right: 5px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.btn_new_form_2212 span {
	display: inline-block;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	position: relative;
	z-index: 2;
}

/* КОНЕЦ Форма */

/* Пульсирующая форма  */
.b24-form-sign {
	display: none !important;
}

.modal-bodydip2 {
	padding: 0px 20px 10px 20px;
}

.modal-bodydip-beg-s-mar {
	overflow: hidden;
	white-space: nowrap;
	animation: marquee 10s linear infinite alternate;
	padding: 5px;
	font-size: 13px;
}

.b24-form-padding-side {
	padding-left: 10px;
	padding-right: 10px;
}

.b24-form-control {
	width: 100% !important;
}

.b24-form-control-container input {
	width: 100% !important;
}

.btn_new_form_2212 {
	font-size: 14px;
	font-weight: 600;
	color: #2e302f;
	text-decoration: underline;
	padding: 5px 10px;
	font-family: 'Roboto', Arial, sans-serif;
	display: inline-block;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #FFFFFF;
	cursor: pointer;
	margin-right: -1px;
	position: relative;
	overflow: hidden;
	-webkit-transition: ease 0.3s;
	transition: ease 0.3s;
}

.btn_new_form_2212[data-name="whatsapp"] span:before {
	background-image: url(/wp-content/uploads/2023/12/whatsapp.svg);
}

.btn_new_form_2212[data-name="telegram"] span:before {
	background-image: url(/wp-content/uploads/2023/12/telegram_logo.svg);
}

.btn_new_form_2212 span:before {
	content: "";
	display: block;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 18px;
	height: 18px;
	margin-right: 5px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.btn_new_form_2212 span {
	display: inline-block;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	position: relative;
	z-index: 2;
}

@keyframes marquee {
	from {
		text-indent: 100%;
	}
	to {
		text-indent: 0;
	}
}

.dip-bottom-b {
	color: #fff;
}

.modal-header-h {
	font-size: 1.1em;
	font-weight: 600;
	text-align: center;
	margin-bottom: 5px;
	margin-top: 5px;
}

.modaldip {
	display: none;
	position: fixed;
	z-index: 99999;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.7);
}

.modal-contentdip {
	position: relative;
	background-color: #fff;
	margin: auto;
	padding: 0 0 15px 0;
	border: 0px solid #fff;
	border-radius: 8px;
	overflow: hidden;
	width: 40%;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s
}

@-webkit-keyframes animatetop {
	from {
		top: -300px;
		opacity: 0
	}
	to {
		top: 0;
		opacity: 1
	}
}

@keyframes animatetop {
	from {
		top: -300px;
		opacity: 0
	}
	to {
		top: 0;
		opacity: 1
	}
}

.closedip {
	color: white;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.closedip:hover,
.closedip:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

.modal-headerdip {
	padding: 2px 16px;
	background-color: #d9d9d9;
	color: #000;
	border-bottom: 1px solid #d1caca;
}

.modal-bodydip {
	font-size: 12px;
	padding: 0px 0px;
}

.modal-footerdip {
	padding-bottom: 5px;
	background-color: #fff;
	color: #000;
	text-align: center;
	font-size: 13px;
}

.callback-bt {
	background: #38a3fd;
	border: 2px solid #38a3fd;
	border-radius: 50%;
	box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3);
	cursor: pointer;
	height: 90px;
	text-align: center;
	width: 90px;
	position: fixed;
	left: 5%;
	bottom: 5%;
	z-index: 9999;
	transition: .3s;
	-webkit-animation: hoverWave linear 1.3s infinite;
	animation: hoverWave linear 1.3s infinite;
}

.callback-bt .text-call {
	height: 90px;
	width: 90px;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
}

.callback-bt .text-call span {
	text-align: center;
	color: #fff;
	opacity: 1;
	font-size: 9px;
	position: absolute;
	right: 0px;
	top: 24px;
	line-height: 14px;
	font-weight: 600;
	text-transform: uppercase;
	transition: opacity .3s linear;
	font-family: 'montserrat', Arial, Helvetica, sans-serif;
}

@-webkit-keyframes hoverWave {
	0% {
		box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 0 rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2)
	}
	40% {
		box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 15px rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2)
	}
	80% {
		box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 26.7px rgba(56, 163, 253, 0.067)
	}
	100% {
		box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 40px rgba(56, 163, 253, 0.0)
	}
}

@keyframes hoverWave {
	0% {
		box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 0 rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2)
	}
	40% {
		box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 15px rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2)
	}
	80% {
		box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 26.7px rgba(56, 163, 253, 0.067)
	}
	100% {
		box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 40px rgba(56, 163, 253, 0.0)
	}
}

@keyframes shake {
	0% {
		transform: rotateZ(0deg);
		-ms-transform: rotateZ(0deg);
		-webkit-transform: rotateZ(0deg);
	}
	10% {
		transform: rotateZ(-30deg);
		-ms-transform: rotateZ(-30deg);
		-webkit-transform: rotateZ(-30deg);
	}
	20% {
		transform: rotateZ(15deg);
		-ms-transform: rotateZ(15deg);
		-webkit-transform: rotateZ(15deg);
	}
	30% {
		transform: rotateZ(-10deg);
		-ms-transform: rotateZ(-10deg);
		-webkit-transform: rotateZ(-10deg);
	}
	40% {
		transform: rotateZ(7.5deg);
		-ms-transform: rotateZ(7.5deg);
		-webkit-transform: rotateZ(7.5deg);
	}
	50% {
		transform: rotateZ(-6deg);
		-ms-transform: rotateZ(-6deg);
		-webkit-transform: rotateZ(-6deg);
	}
	60% {
		transform: rotateZ(5deg);
		-ms-transform: rotateZ(5deg);
		-webkit-transform: rotateZ(5deg);
	}
	70% {
		transform: rotateZ(-4.28571deg);
		-ms-transform: rotateZ(-4.28571deg);
		-webkit-transform: rotateZ(-4.28571deg);
	}
	80% {
		transform: rotateZ(3.75deg);
		-ms-transform: rotateZ(3.75deg);
		-webkit-transform: rotateZ(3.75deg);
	}
	90% {
		transform: rotateZ(-3.33333deg);
		-ms-transform: rotateZ(-3.33333deg);
		-webkit-transform: rotateZ(-3.33333deg);
	}
	100% {
		transform: rotateZ(0deg);
		-ms-transform: rotateZ(0deg);
		-webkit-transform: rotateZ(0deg);
	}
}

@-webkit-keyframes shake {
	0% {
		transform: rotateZ(0deg);
		-ms-transform: rotateZ(0deg);
		-webkit-transform: rotateZ(0deg);
	}
	10% {
		transform: rotateZ(-30deg);
		-ms-transform: rotateZ(-30deg);
		-webkit-transform: rotateZ(-30deg);
	}
	20% {
		transform: rotateZ(15deg);
		-ms-transform: rotateZ(15deg);
		-webkit-transform: rotateZ(15deg);
	}
	30% {
		transform: rotateZ(-10deg);
		-ms-transform: rotateZ(-10deg);
		-webkit-transform: rotateZ(-10deg);
	}
	40% {
		transform: rotateZ(7.5deg);
		-ms-transform: rotateZ(7.5deg);
		-webkit-transform: rotateZ(7.5deg);
	}
	50% {
		transform: rotateZ(-6deg);
		-ms-transform: rotateZ(-6deg);
		-webkit-transform: rotateZ(-6deg);
	}
	60% {
		transform: rotateZ(5deg);
		-ms-transform: rotateZ(5deg);
		-webkit-transform: rotateZ(5deg);
	}
	70% {
		transform: rotateZ(-4.28571deg);
		-ms-transform: rotateZ(-4.28571deg);
		-webkit-transform: rotateZ(-4.28571deg);
	}
	80% {
		transform: rotateZ(3.75deg);
		-ms-transform: rotateZ(3.75deg);
		-webkit-transform: rotateZ(3.75deg);
	}
	90% {
		transform: rotateZ(-3.33333deg);
		-ms-transform: rotateZ(-3.33333deg);
		-webkit-transform: rotateZ(-3.33333deg);
	}
	100% {
		transform: rotateZ(0deg);
		-ms-transform: rotateZ(0deg);
		-webkit-transform: rotateZ(0deg);
	}
}

@media (max-width: 767px) {
	.modal-contentdip {
		width: 93%;
	}

	.modaldip {
		padding-top: 20px;
	}

	.modal-footerdip {
		padding-bottom: 15px;
	}

	.bottom_text {
		font-size: 11px;
		margin-top: 5px;
	}
}

/* КОНЕЦ Пульсирующая форма  */

.modal__bx__form.modal {
	z-index: 105000;
}

.modal__bx__form .modal-header {
	border-bottom: none;
	padding: 1rem 1rem 0;
}

.modal__bx__form .modal-header .btn-close:focus {
	box-shadow: none;
}

/* MEDIA QUERY */
@media (max-width: 1199px) {
	html.pum-open.pum-open-overlay.pum-open-scrollable body > :not([aria-modal=true]) {
		padding-right: 0 !important;
	}
}

@media (min-width: 992px) {
	.main-navigation ul {
		justify-content: center;
	}
}

@media (max-width: 991px) {
	.home .site-header {
		margin-bottom: 0;
		box-shadow: 0 0 29px 0 rgba(18, 66, 101, 0.08);
		z-index: 10;
		position: relative;
	}

	.footer-navigation ul li > a,
	.footer-navigation ul li > span,
	.main-navigation ul li > a,
	.main-navigation ul li > span {
		padding: 10px 20px;
	}

	.home .site-footer-container {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.site-header .social-links {
		text-align: center;
	}

	.header-html-1 {
		width: max-content;
		margin-left: auto;
		margin-right: auto;
	}

	.site-header .header__contacts {
		align-items: center;
	}

	.header-html-2 {
		margin-top: 0;
	}

	.comments-area .comment-respond .comment-form-author,
	.comments-area .comment-respond .comment-form-email {
		width: 100%;
	}
}