.list-services .inner-list strong { max-width: 240px; }
.breadcrumbs-box .breadcrumbs span { letter-spacing: -0.01em; font-size: 11px; line-height: 1.1; color: #44464B; -webkit-transition: all 200ms linear; transition: all 200ms linear; }

.fancybox-slide:before { height: 1%; }

.error {
	outline: 0;
	border-color: #ff0000 !important;
	animation-name: error;
	animation-duration: .5s;
	animation-delay: 0.25s;
}
@keyframes error {
	0% {
		transform: translateX(0px);
		timing-function: ease-in;
	}
	37% {
		transform: translateX(10px);
		timing-function: ease-out;
	}
	55% {
		transform: translateX(-10px);
		timing-function: ease-in;
	}
	73% {
		transform: translateX(8px);
		timing-function: ease-out;
	}
	82% {
		transform: translateX(-8px);
		timing-function: ease-in;
	}
	91% {
		transform: translateX(4px);
		timing-function: ease-out;
	}
	96% {
		transform: translateX(-4px);
		timing-function: ease-in;
	}
	100% {
		transform: translateX(0px);
		timing-function: ease-in;
	}
}

.filter-form .price-drop .down-box{
	right: auto;
	left: -15px;
}
.drop-box .drop-menu{
	columns: 4;
}
.drop-box .drop-menu > li,
.drop-box .drop-menu > li:first-child{
	float: none;
	width: auto;
	display: inline-block;
}
#header .user-list{
	z-index: 1;
}
.col-down-selectarea .price-drop .down-box{
	left: auto;
	right: -15px;
}
@media screen and (max-width: 1100px){
	.drop-box .drop-menu{
		columns: 1;
	}
	.drop-box .drop-menu > li,
	.drop-box .drop-menu > li:first-child{
		display: block;
		width: 100%
	}
	.filter-form .price-drop .down-box{
		left: auto;
		right: -15px;
	}
	.col-down-selectarea .price-drop .down-box{
		right: auto;
		left: -15px;
	}
}
@media screen and (max-width: 890px){
	.col-down-selectarea .price-drop .down-box{
		right: auto;
		left: -75px;
	}
}
@media screen and (max-width: 767px){
	.col-down-selectarea .price-drop .down-box{
		right: auto;
		left: -25px;
	}
}
@media screen and (max-width: 485px){
	.filter-form .price-drop .down-box{
		left: -1px;
		right: -1px;
	}
}
.search_form .input-holder,
.header_search .input-holder{
	position: relative;
}
.search_form input.form-control,
.header_search input.form-control{
	border: 1px solid #D6DCE0;
	font-size: 15px;
	line-height: 1.2;
	font-weight: 400;
	letter-spacing: -0.01em;
	color: #44464B;
	padding: 6px 135px 5px 20px;
}
.search_form .btn-call{
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	border: 1px solid #009ADD;
	background: #009ADD;
	letter-spacing: -0.01em;
	font-weight: 700;
	color: #fff;
	transition: all 200ms linear;
	line-height: 1;
	font-size: 17px;
	padding: 5px 30px;
	cursor: pointer;
	border-radius: 0 5px 5px 0;
}
.search_form .btn-call:hover{
	color: #009ADD;
	background: transparent;
}
.header_search{
	display: none;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	/* width: 100%; */
	/* width: 380px; */
	width: 0;
	z-index: 5;
	transition: width 1s ease 0.3s;
}
.header_search.active{
	width: 380px;
}
.header_search .input-holder{
	margin: 0;
}
.header_search input.form-control{
	height: 45px;
	padding: 6px 55px 5px 15px;
}
.header_search .btn-call{
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 45px;
	border: none;
	background: transparent;
	cursor: pointer;
}
.header_search .btn-call:after{
	position: absolute;
	top: 50%;
	left: 50%;
	font-family: "fontello";
	margin: 0;
	content: '\e80e';
	line-height: 1;
	font-size: 20px;
	color: #000;
	transform: translate(-50%, -50%);
}
.filter-form .down-select .content{
	height: auto;
	max-height: 154px;
}
@media screen and (max-width: 485px){
	.header_search{
		right: -50px;
	}
	.header_search.active{
		width: calc(100vw - 80px);
	}
}
/* style for categories button */

.sections-list{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 -4px 9px;
}
.sections-list li{
	margin: 0 4px 8px;
}
.sections-list a{
	display: block;
	padding: 8px 15px;
	position: relative;
	text-align: center;
	font-size: 13px;
	line-height: 1;
	letter-spacing: -0.01em;
	color: #44464B;
	font-weight: 400;
	border-radius: 40px;
	border: 1px solid #D7E3E9;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.sections-list a:after{
	position: absolute;
	content: '';
	border-radius: 40px;
	top: -1px;
	left: -1px;
	right: -1px;
	bottom: -1px;
	border: 2px solid #009BDE;
	opacity: 0;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.sections-list .active a:after,
.sections-list a:hover:after{
	opacity: 1;
}
.sections-list a:hover{
	color: #000;
	text-shadow: 0.015em 0 #000;
}
.sections-list .active a{
	/* font-weight: 500; */
	color: #000;
	text-shadow: 0.015em 0 #000;
}
.drop-box .drop-menu > li,
.drop-box .drop-menu > li:first-child{
	width: 100%;
}
.btn-show{
	font-weight: 500;
	line-height: 1;
	font-size: 13px;
	letter-spacing: -0.01em;
	color: #A1A5A8;
	background: #F3F4F5;
	border-radius: 8px;
	border: none;
	position: relative;
	text-align: center;
	/* width: 85px;
	height: 25px; */
	padding: 6px 25px 6px 16px;
}
.btn-show:after{
	position: absolute;
	content: '';
	width: 8px;
	height: 8px;
	top: 50%;
	right: 12px;
	margin: -5px 0 0;
	background: url("/local/templates/agatha-christie.2.0/images/btn_arrow.svg") no-repeat;
	background-size: 100%;
	transition: all 200ms linear;
}
.btn-show:hover{
	background: #009ADD;
	color: #fff;
}
.btn-show:hover:after{
	background: url("/local/templates/agatha-christie.2.0/images/btn_arrow_hv.svg") no-repeat;
	background-size: 100%;
}
.btn-show.btn-is-hide:after{
	transform: rotate(180deg);
}
.head_block{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px 40px;
	padding: 16px 0 0;
}
.head_block .title_box{
	padding: 0 15px;
	margin: 0 0 20px;
	width: 24%;
}
.head_block .title_box h2{
	margin: 0 0 0;
}
.head_block .title_box .num{
	font-weight: 300;
	letter-spacing: -0.01em;
	color: #A1A5A8;
}
.head_block .title_box .dscr_title{
	display: block;
	font-size: 12px;
	line-height: 1.5;
	letter-spacing: -0.01em;
	color: #A1A5A8;
}
.head_block .contact-block{
	width: 76%;
	background: none;
	border-radius: 0;
	padding: 11px 15px 0 21px;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
.head_block .contact-block:after{
	position: absolute;
	content: '';
	bottom: 0;
	height: 1px;
	right: 15px;
	left: 21px;
	background: #D7E0E4;
}
.head_block .contact-block .list-contact{
	margin: 0;
	padding: 0;
	width: 42%;
	display: block;
}
.head_block .contact-block .list-contact:after{
	display: none;
}
.head_block .contact-block .list-contact li{
	width: auto;
	margin: 0 0 23px;
}
.head_block .contact-block .contact-form{
	width: 58%;
	margin: 0;
}
.head_block .contact-form .input-holder{
	width: 59%;
}
.head_block .contact-form .submit-holder{
	width: 41%;
	padding: 0;
}
.head_block .contact-form .btn-form{
	max-width: 100%;
}
.head_block .contact-form .dscr-form{
	margin: -24px 0 0;
	padding: 0 0 0 18px;
}

@media screen and (max-width: 1150px){
	.head_block{
		display: block;
		margin: 0 0 40px;
	}
	.head_block .title_box,
	.head_block .contact-block{
		padding: 0;
		width: 100%;
	}
	.head_block .contact-block:after{
		left: 0;
		right: 0;
	}
}
@media screen and (max-width: 768px){
	.head_block .contact-block{
		display: block;
		padding: 0 0 20px;
	}
	.head_block .contact-block .list-contact{
		width: 100%;
	}
	.head_block .contact-block .contact-form{
		width: auto;
		margin: 0 -15px;
	}
	.head_block .contact-form .input-holder,
	.head_block .contact-form .dscr-form{
		width: 65.5%;
	}
	.head_block .contact-form .dscr-form{
		margin: 0;
		padding: 0 0 0 15px;
	}
	.head_block .contact-form .submit-holder{
		width: 34.5%;
		padding: 0 15px;
	}
	.head_block .contact-form .btn-form{
		max-width: 197px;
	}
}
@media screen and (max-width: 485px){
	.head_block .contact-form .submit-holder,
	.head_block .contact-form .input-holder,
	.head_block .contact-form .dscr-form{
		width: 100%;
		padding: 0 15px;
	}
	.head_block .contact-form .btn-form{
		max-width: 100%;
	}
}
.contact-block .list-contact .photo .img { display: block; width: 73px; height: 73px; background-position: center; background-repeat: no-repeat; background-size: cover; }


.product_inner-info h1 { margin: 0 0 11px; color: #000; line-height: 0.9; font-size: 30px; font-weight: 700; letter-spacing: -0.01em; padding: 0 70px 0 0; }
.dscr-product h2 { margin: 0 0 7px; line-height: 1.2; font-size: 17px; color: #000; letter-spacing: -0.01em; font-weight: 500; }

/* new style for update */
.banner-block .inner-item{
	min-height: 480px;
	justify-content: space-between;
	padding: 38px 38px 32px;
}
.banner-block .logo{
	display: block;
	margin: 0 0 42px 2px;
	width: 86px;
	height: 27px;
	background: url("images/banner_logo.svg") no-repeat;
	background-size: 100%;
}
.banner-block .title{
	font-size: 30px;
	line-height: 0.9;
	letter-spacing: 0;
	margin: 0 0 32px;
}
.banner-block p{
	max-width: 100%;
	font-size: 13px;
	line-height: 1.2;
	letter-spacing: -0.02em;
}
.banner-block p a{
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding-right: 24px;
	color: #F3FBFF;
	transition: all ease 0.3s;
}
.banner-block p a:hover{
	color: #009ADD;
}
.banner-block p a:after{
	position: absolute;
	content: '';
	right: 0;
	top: 50%;
	transform: translateY(-65%);
	width: 16px;
	height: 16px;
	background: url("images/wtsp_icon.svg") no-repeat;
	background-size: 100%;
}
.bottom-footer .soc_box{
	width: 50%;
	padding-right: 15px;
}
.bottom-footer .list-soc{
	width: auto;
	margin: 0 0 15px;
}
.bottom-footer .list-soc li{
	margin: 0 15px 0 0;
}
.bottom-footer .list-soc a{
	width: 27px;
	height: 27px;
}
.bottom-footer .list-soc a:after{
	font-size: 27px;
}
.bottom-footer .list-links{
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 15px;
	align-items: end;
}
.bottom-footer .list-links li{
	margin: 0 15px 10px 0;
}
.bottom-footer .list-links a,
.bottom-footer .list-links a svg{
	display: block;
}
.bottom-footer .list-links a,
.bottom-footer .list-links a svg path{
	transition: all 200ms linear;
}
.bottom-footer .copy{
	width: 50%;
	padding-left: 15px;
}
.list-soc a.vk:hover .st0,
.bottom-footer .list-links a:hover svg path{
	fill:#000;
}

#header{
	z-index: 3;
}

.search_box{
	position: relative;
}
.search_box .down_search{
	display: none;
	position: absolute;
	top: 0;
	right: -10px;
	left: auto;
	width: 877px;
	max-height: 341px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0px 15px 50px 0px rgba(4, 3, 12, 0.25);
	z-index: 1;
}
.form_search .input-holder{
	position: relative;
	border-bottom: 1px solid #CDD4DF;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 10px 35px;
	height: 70px;
}
.form_search .input-holder input[type="text"]{
	display: block;
	height: 50px;
	width: 100%;
	padding: 5px 75px 4px 12px;
	background: transparent;
	border-color: transparent;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: #000;
	letter-spacing: -0.01em;
}
.form_search .input-holder button[type="submit"]{
	position: absolute;
	right: 38px;
	top: 50%;
	transform: translateY(-45%);
	width: 20px;
	height: 20px;
	border: none;
	background: none;
	padding: 0;
}
.form_search .input-holder button[type="submit"]:after{
	position: absolute;
	top: 0;
	left: 0;
	font-family: "fontello";
	margin: 0;
	content: '\e80e';
	line-height: 1;
	font-size: 20px;
	color: #000;
}
#header .form_search .input-holder .close_search{
	position: absolute;
	right: 86px;
	top: 50%;
	transform: translateY(-30%);
	width: 20px;
	height: 20px;
	transition: all 200ms linear;
}
#header .form_search .input-holder .close_search:after,
#header .form_search .input-holder .close_search:before{
	position: absolute;
	content: '';
	width: 1px;
	height: 18px;
	background: #201547;
	top: 50%;
	left: 50%;
	margin: -9px 0 0 -1px;
	transition: all 200ms linear;
}
#header .form_search .input-holder .close_search:after{
	transform: rotate(45deg);
}
#header .form_search .input-holder .close_search:before{
	transform: rotate(-45deg);
}
#header .form_search .input-holder .close_search:hover:after,
#header .form_search .input-holder .close_search:hover:before{
	background: #009ADD;
}
#header .form_search .drop_list .inner_drop{
	padding: 26px 32px 28px 49px;
	/* height: 229px; */
	overflow: hidden;
}
.form_search .drop_list .inner_drop .content{
	height: auto;
	max-height: 175px;
}
.form_search .drop_list .content .mCSB_inside > .mCSB_container{
	margin-right: 16px;
}
.form_search .drop_list .content .mCSB_scrollTools .mCSB_draggerRail{
	background: #ECF1F4;
}
.form_search .drop_list .content .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width: 2px;
	background: #A1A5A8;
}
#header .form_search .list_search{
	margin: 0;
}
#header .form_search .list_search li{
	margin: 0 0 10px;
	/* width: 100%; */
}
#header .form_search .list_search a{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
#header .form_search .list_search .img{
	display: block;
	width: 30px;
	height: 27px;
	overflow: hidden;
	border-radius: 5px;
}
#header .form_search .list_search span{
	width: calc(100% - 30px);
	padding-left: 12px;
	display: block;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.29;
	color: #000;
	letter-spacing: -0.01em;
}
#header .form_search .bottom{
	padding: 4px 35px 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 40px;
	border-top: 1px solid rgba(131, 143, 163, 0.5);
	background: rgba(236, 238, 241, 0.5);
}
#header .form_search .bottom .link{
	position: relative;
	padding-right: 42px;
	display: block;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: -0.01em;
	transition: all 200ms linear;
}
#header .form_search .bottom .link:hover{
	color: #009ADD;
}
#header .form_search .bottom .link .icon-arrow{
	position: absolute;
	right: 21px;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	width: 9px;
	height: 8px;
	transition: all 200ms linear;
}
#header .form_search .bottom .link .icon-arrow svg{
	display: block;
}
#header .form_search .bottom .link:hover .icon-arrow path{
	fill: #009ADD;
}

.error-section{
	background: url("images/nw_img-1.jpg") no-repeat;
	background-size: cover;
	background-position: 50%;
	margin-bottom: 15px;
}
.error_inner{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 649px;
	padding-bottom: 57px;
}
.error_block{
	padding: 29px 20px 50px;
	width: 100%;
	max-width: 761px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.80);
	backdrop-filter: blur(5px);
	text-align: center;
}
.error_block h1{
	margin: 0 auto 9px;
	color: #201547;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -0.01em;
}
.error_block p{
	margin: 0 auto 32px;
	color: #000;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: -0.01em;
}
.error_block .btn_holder{
	display: flex;
	width: 100%;
	max-width: 402px;
	margin: 0 auto;
}
.error_block a{
	/* width: 100%; */
	margin: 0 7px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: 44px;
	padding: 9px 5px;
	font-weight: 700;
	font-size: 15px;
}
.error_block .btn{
	width: 37.5%;
	justify-content: center;
}
.error_block .btn_back{
	width: 62.5%;
	position: relative;
	padding-left: 19px;
	padding-right: 25px;
	border: 1px solid #201547;
	border-radius: 5px;
	color: #fff;
	line-height: 1;
	letter-spacing: -0.01em;
	transition: all 200ms linear;
	background: #201547;
}
.error_block .btn_back:hover{
	border-color: #009ADD;
	background: #009ADD;
}
.error_block .btn_back:after{
	position: absolute;
	content: '';
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	top: 50%;
	right: 15px;
	margin: -5px 0 0;
	transform: rotate(45deg);
}
.offer-section.change .offer-list .item-slide{
	margin-bottom: 21px;
}
.offer-section.change .form-box{
	border-radius: 10px;
	margin: 67px 0 9px;
}

.about_section{
	padding-top: 10px;
}
.about_section .img_box{
	margin: -10px 0 32px;
}
.about_box{
	margin: 0 auto 171px;
	max-width: 1130px;
	display: flex;
	flex-wrap: wrap;
	align-items: start;
}
.about_box .about_text{
	width: calc(100% - 331px);
	padding-right: 41px;
	padding-left: 20px;
	margin: 0 0 30px;
}
.about_section h3{
	margin: 0 0 33px;
	color: #222424;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: -0.01em;
}
.about_section h3 span{
	color: #009ADD;
}
.about_section .subtitle{
	display: block;
	margin: 0 0 26px;
	color: #393939;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.04;
	letter-spacing: -0.01em;
}
.about_section p{
	margin: 0 0 0;
	color: #393939;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.39;
	letter-spacing: -0.01em;
}
.about_box .info_box{
	width: 331px;
}
.about_box .inner_info{
	width: 100%;
	margin-top: -124px;
	padding: 44px 28px 33px 33px;
	background: #fff;
	border-radius: 10px;
}
.about_box .list_check{
	margin: 0 0 0;
	padding-left: 15px;
}
.about_box .list_check li{
	position: relative;
	padding-left: 46px;
	margin: 0 0 32px;
	font-size: 17px;
	line-height: 1;
	font-weight: 500;
	letter-spacing: -0.01em;
	color: #000;
}
.about_box .list_check li:after{
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 25px;
	height: 25px;
	background: url("images/nw_icon_check.svg") no-repeat;
	background-size: 100%;
}
.about_box .inner_info .contact{
	border-top: 1px solid #D6DDEB;
	padding: 30px 13px 0 0;
	text-align: center;
}
.about_box .contact .phone{
	margin: 0 0 17px;
}
.about_box .contact .phone a{
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0;
	transition: all 200ms linear;
	font-size: 22px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: -0.01em;
	text-transform: uppercase;
	color: #000;
}
.about_box .contact .phone a:hover{
	text-decoration: underline;
}
.about_box .contact em{
	font-style: normal;
	display: block;
}
.about_box .contact .phone em{
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: -0.01em;
	color: #44464B;
}
.about_box .contact .call{
	padding-left: 17px;
}
.about_box .contact .call a{
	margin: 0 auto 4px;
}
.about_box .contact .call em{
	color: #6E7274;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: -0.01em;
}
.map_block{
	display: flex;
	flex-wrap: wrap;
	/* z-index: 0; */
	position: relative;
	margin: 0 auto 56px;
	align-items: start;
	max-width: 1130px;
}
.map_block:after{
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	transform: translate(-49.4%, -34%);
	z-index: -1;
	width: 1712px;
	height: 1041px;
	background: url("images/nw_map.svg") no-repeat;
	background-size: 100%;
}
.map_block .map_text{
	width: 50%;
	padding-right: 20px;
	padding-left: 20px;
	margin: 0 0 30px;
}
.map_block .map_text .inner_text{
	max-width: 450px;
}
.about_section h4{
	margin: 0 0 20px;
	color: #222424;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -0.01em;
}
.map_block .nums_box{
	width: 50%;
	padding-left: 20px;
	padding-right: 10px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: end;
}
.map_block .nums_box .reward{
	position: relative;
	padding-left: 103px;
	padding-top: 4px;
	margin: 0 0 100px;
}
.map_block .nums_box .reward:after{
	position: absolute;
	content: '';
	top: -9px;
	left: 0;
	width: 76px;
	height: 76px;
	background: url("images/nw_img-3.svg") no-repeat;
	background-size: 100%;
}
.map_block .nums_box .reward strong{
	display: block;
	margin: 0 0 4px;
	font-size: 32px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: -0.01em;
}
.map_block .nums_box .reward span{
	display: block;
	color: #44464B;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: -0.01em;
}
.map_block .nums_box .num_list{
	padding-right: 12px;
}
.map_block .nums_box .num_list li{
	margin: 0 0 33px;
	display: flex;
	align-items: flex-start;
}
.map_block .nums_box .num_list strong{
	display: block;
	color: #06038D;
	font-size: 60px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: -0.01em;
	margin-right: 29px;
}
.map_block .nums_box .num_list span{
	display: block;
	padding-top: 12px;
	color: #44464B;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: -0.01em;
}
.history_block{
	margin: 0 auto 57px;
	padding: 0 15px;
	max-width: 1130px;
}
.history_wrap{
	margin: 0 0 60px;
}
.history_slider:after{
	z-index: -1;
	position: absolute;
	content: '';
	top: 18px;
	left: 0;
	right: 0;
	height: 1px;
	background: #CDCFE4;
}
.history_slider .history_item{
	width: 441px;
	padding: 0 31px;
	margin: 0 0 30px;
}
.history_slider .inner_item{
	position: relative;
	padding-top: 43px;
}
.history_slider .inner_item:after{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
	box-sizing: border-box;
	background: #fff;
	border-radius: 50%;
	border: 4px solid #009ADD;
}
.history_slider .inner_item .date{
	display: block;
	margin: 0 0 13px;
	color: #393939;
	font-size: 30px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: -0.01em;
}
.history_slider .inner_item span{
	display: block;
	color: #393939;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.39;
	letter-spacing: -0.01em;
}
.list_photo{
	margin: 0 0 87px;
	display: flex;
	flex-wrap: wrap;
}
.list_photo li{
	flex: 1 0 33.33%;
}
.list_photo a,
.list_photo img{
	display: block;
}
.list_photo img{
	max-width: none;
	width: 100%;
}
.docs_block{
	margin: 0 auto 0;
	max-width: 1130px;
	display: flex;
	flex-wrap: wrap;
}
.docs_block .docs_text{
	width: 39%;
	padding-left: 15px;
	padding-right: 20px;
	margin: 0 0 30px;
}
.docs_block .docs_text h4{
	margin: 0 0 31px;
}
.docs_block .docs_list{
	width: 61%;
	padding-left: 20px;
	padding-top: 13px;
	display: flex;
	flex-wrap: wrap;
}
.docs_block .docs_list li{
	padding: 0 5px;
	margin: 0 0 10px;
	width: 25%;
}
.docs_block .docs_list a{
	display: block;
	border-radius: 4px;
	overflow: hidden;
	background: #F1F1F1;
	width: 100%;
	padding-top: 133%;
	position: relative;
}

@media screen and (max-width: 1100px){
	.bottom-footer .list-contact,
	.bottom-footer .copy-box{
		width: 50%;
	}
	.bottom-footer .copy-box{
		display: flex;
	}
}
@media screen and (max-width: 1000px){
	.bottom-footer .list-contact{
		width: 60%;
	}
	.bottom-footer .copy-box{
		width: 40%;
		display: block;
	}
	.bottom-footer .soc_box,
	.bottom-footer .copy{
		padding: 0;
		width: 100%;
	}
	.search_box .down_search{
		right: -20px;
		width: calc(100vw - 110px);
		height: auto;
	}
}
@media screen and (max-width: 890px){
	.bottom-footer .copy-box{
		width: 100%;
	}
	.error_inner{
		height: 450px;
		padding: 20px 0 25px;
	}
	.about_box .about_text{
		padding-left: 0;
		padding-right: 20px;
		width: calc(100% - 260px);
	}
	.about_section h3{
		font-size: 32px;
	}
	.about_section h3 br{
		display: none;
	}
	.about_section .subtitle{
		font-size: 20px;
	}
	.about_box .info_box{
		width: 260px;
	}
	.about_box .inner_info{
		padding: 35px 20px 33px 20px;
		margin-top: -95px;
	}
	.about_box .list_check{
		padding: 0;
	}
	.about_box{
		margin: 0 auto 70px;
	}
	.map_block{
		margin: 0 0 25px;
	}
	.map_block .map_text{
		padding-left: 0;
	}
	.map_block .nums_box{
		padding-right: 0;
	}
	.map_block .nums_box .reward{
		margin: 0 0 50px;
	}
	.map_block .nums_box .num_list strong{
		font-size: 48px;
		margin-right: 20px;
	}
	.map_block .nums_box .num_list span{
		padding-top: 6px;
	}
	.about_section h4{
		font-size: 28px;
	}
	.history_block{
		padding: 0;
		margin: 0 0 35px;
	}
	.history_wrap{
		margin: 0 0 30px;
	}
	.history_slider .history_item{
		padding: 0 15px;
		width: 350px;
	}
	.list_photo{
		margin: 0 0 70px;
	}
}
@media screen and (max-width: 767px){
	.contact-form-new__input-holder { margin-bottom: 20px; }
	.contact-form-new__captcha { margin-bottom: 20px; }
	.about_box .about_text{
		width: 100%;
		padding: 0;
	}
	.about_box .info_box{
		width: 100%;
	}
	.about_box .inner_info{
		margin: 0;
		padding: 44px 28px 33px 33px;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
		position: relative;
	}
	.about_box .inner_info:after{
		position: absolute;
		content: '';
		width: 1px;
		background: #D6DDEB;
		left: 50%;
		top: 40px;
		bottom: 30px;
	}
	.about_box .list_check{
		/* padding-left: 15px; */
		width: 48%;
	}
	.about_box .inner_info .contact{
		padding: 0;
		width: 48%;
		border-top: none;
	}
	.map_block .map_text,
	.map_block .nums_box{
		width: 100%;
		padding: 0;
	}
	.map_block .nums_box{
		align-items: start;
	}
	.map_block .map_text .inner_text{
		max-width: 100%;
	}
	.about_section h4 br{
		display: none;
	}
	.docs_block .docs_text{
		width: 100%;
		padding: 0;
	}
	.docs_block .docs_list{
		margin: 0 -5px 40px;
		padding: 0;
		width: calc(100% + 10px);
	}
}
@media screen and (max-width: 650px){
	.form_search .input-holder{
		padding: 0 8px;
		height: 50px;
	}
	.form_search .input-holder button[type="submit"]{
		right: 20px;
	}
	#header .form_search .input-holder .close_search{
		right: 50px;
		transform: translateY(-45%);
	}
	.form_search .input-holder input[type="text"]{
		padding-right: 65px;
	}
	#header .form_search .drop_list .inner_drop{
		padding: 15px 15px 15px 20px;
	}
}
@media screen and (max-width: 550px){
	.about_box .info_box{
		display: block;
	}
	.about_box .inner_info:after{
		display: none;
	}
	.about_box .inner_info .contact{
		border-top: 1px solid #D6DDEB;
		padding-top: 30px;
		width: 100%;
	}
	.about_box .list_check{
		width: 100%;
	}
	.about_box .list_check li br{
		display: none;
	}
	.about_box .list_check li:after{
		top: 50%;
		transform: translateY(-50%);
	}
	.about_box .contact .call{
		padding: 0;
	}
}
@media screen and (max-width: 480px){
	.search_box .down_search{
		position: fixed;
		top: 0;
		width: auto;
		left: 0;
		right: 0;
	}
	.error_block{
		padding-bottom: 20px;
	}
	.error_block h1{
		font-size: 32px;
	}
	.error_block h1 span{
		display: block;
	}
	.error_block p{
		font-size: 18px;
	}
	.error_block .btn_holder{
		flex-wrap: wrap;
	}
	.error_block .btn_back,
	.error_block .btn{
		width: 100%;
		margin-bottom: 10px;
		max-width: 100%;
	}
	.about_section h3{
		font-size: 26px;
	}
	.about_section .subtitle{
		font-size: 18px;
	}
	.about_section p{
		font-size: 16px;
	}
	.about_section h4{
		font-size: 24px;
	}
	.map_block .nums_box .reward{
		padding-left: 60px;
		padding-top: 0;
		margin: 0 0 30px;
	}
	.map_block .nums_box .reward:after{
		width: 45px;
		height: 45px;
		top: 0;
	}
	.map_block .nums_box .reward strong{
		font-size: 26px;
	}
	.map_block .nums_box .num_list{
		padding: 0;
		margin: 0;
	}
	.map_block .nums_box .num_list li{
		margin: 0 0 25px;
	}
	.map_block .nums_box .num_list strong{
		font-size: 36px;
		margin-right: 15px;
	}
	.map_block .nums_box .num_list span{
		padding-top: 0;
	}
	.history_slider .history_item{
		width: 250px;
	}
	.history_slider .inner_item span{
		font-size: 16px;
	}
	.list_photo{
		margin: 0 0 50px;
	}
	.list_photo li{
		flex: 1 0 auto;
	}
	.docs_block .docs_list li{
		width: 50%;
	}
}

/* update */
/* .slick-next */
.map_block .nums_box .num_list strong em{
	font-style: normal;
}
.list_photo{
	display: block;
}
.list_photo .slick-arrow{
	position: absolute;
	top: 50%;
	transform: translateY(-55%);
	text-indent: -9999px;
	overflow: hidden;
	width: 60px;
	height: 60px;
	background: #fff;
	box-shadow: 0px 10px 30px rgba(10, 16, 27, 0.15);
	border-radius: 50%;
	border: none;
	padding: 0;
	z-index: 3;
	cursor: pointer;
}
.list_photo .slick-next{
	right: -28px;
}
.list_photo .slick-prev{
	left: -28px;
}
.list_photo .slick-arrow:after{
	position: absolute;
	content: '';
	width: 14px;
	height: 14px;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	top: 50%;
	left: 50%;
}
.list_photo .slick-next:after{
	transform: rotate(-135deg);
	margin: -6px 0 0 -14px;
}
.list_photo .slick-prev:after{
	transform: rotate(45deg);
	margin: -6px 0 0 -2px;
}
.map_block .nums_box .num_list li:first-child strong{
	width: 181px;
}
.map_block .nums_box .num_list li:last-child strong{
	width: 138px;
}
@media screen and (max-width: 1350px){
	.list_photo .slick-next{
		right: -15px;
	}
	.list_photo .slick-prev{
		left: -15px;
	}
}
@media screen and (max-width: 1100px){
	.list_photo .slick-arrow{
		width: 50px;
		height: 50px;
	}
}
@media screen and (max-width: 890px){
	.map_block .nums_box .num_list li:first-child strong{
		width: 147px;
	}
	.map_block .nums_box .num_list li:last-child strong{
		width: 110px;
	}
}
@media screen and (max-width: 480px){
	.list_photo .slick-arrow{
		width: 40px;
		height: 40px;
	}
	.map_block .nums_box .num_list li:first-child strong{
		width: 110px;
	}
	.map_block .nums_box .num_list li:last-child strong{
		width: 85px;
	}
}

.popup-block .form .input-holder label.error { display: none; }
.popup-block .form .input-holder.error-box label.error { display: block; }
.inner-product .contact-block .contact-form .dscr-form { margin-top: 0; }

.contact-form .submit-holder, .inner-product .contact-block .contact-form .submit-holder { margin-top: -53px;}

@media screen and (max-width: 767px){
	.contact-form .submit-holder, .inner-product .contact-block .contact-form .submit-holder { margin-top: 0;}
	.product_inner-info h1 { font-size: 20px; }
}

.schemeorg-box { display: none; }
.contact-box .hidden { display: none; }

.contacts-details { margin: 30px 0 0 0; font-size: 16px; }
.contacts-details ul {  }
.contacts-details ul li { margin-bottom: 5px; }

.popup-block { margin: 0 auto; }

.offer-box { width: 100%; }

.input-hidden { display: none !important; }

.bx-card-form-inpts { display: flex; gap: 15px; }

@media screen and (max-width: 580px){
	.info-block .visual-product .swiper-container.visual-product__swiper-container { height: auto; }
	.text-block .text-block__info.text-info { justify-content: space-between; }
	.info-block__contact .contact-block .list-contact .team-info { display: flex; }
	.info-block__contact .contact-block .list-contact .bx-team-main { margin-right: 15px; }
	.inner-product .info-block__contact .contact-block .contact-form { margin: 0; }
	.product-block .banner { text-align: center; gap: 15px; padding-top: 15px; padding-bottom: 15px; }
	.product-block .banner .banner__logo { margin: 0 auto; }
	.product-block .banner .banner__btn { margin-right: auto; }
	.bx-card-form-inpts { display: block; }
}