@import url(bootstrap.css);
@import url(jquery.fancybox3.min.css);
@import url(settings.css);
body{
    font-family: 'Ubuntu', sans-serif;
    overflow-x: hidden;
    color: #262626;
    font-size:17px;
}

/* Vyacheslav update START */

#h_mobile{
	position: fixed;
	top: 0;
	display: none;
	min-height: 65px !important;
	background-color: #fff;
	z-index: 99999;
	margin-bottom: 80px;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
#h_mobile .logo-img-wrap {
	position: absolute;
	top: 8px;
	left: 20px;
}
#h_mobile .logo-img-wrap img {
	width: 110px;
	min-width: 110px;
}
#h_mobile .phone-wrap{
	line-height: unset;
	display: flex;
}
#h_mobile .phone-wrap a{
	font-weight: 400;
}
#h_mobile .mobile_menu{
	position: absolute;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	width: 100vw;
	background-color: white;
	top: 111px;
	left: 0;
	padding: 20px 0px;
	z-index: 99999;
	box-shadow: 0px 5px 11px 0px gray;
}
#h_mobile .mobile_menu nav{
	display: flex;
	flex-direction: column;
}
#h_mobile .mobile_menu .menu{
	width: 100%;
}
#h_mobile .mobile_menu .menu-item{
	width: 100%;
	padding: 5px 0px;
	justify-content: center;
}
#h_mobile .menu-item a{
	position: fixed;
	top: 0;
	width: 100%;
    display: flex;
    text-align: center;
    justify-content: center;
	color: black;
	font-size: 17px
}

#h_mobile .header-phone svg path{
	fill: #FF5168 !important;
}
#h_mobile .header-phone svg{
	width: 50px;
	position: relative;
	top: 2px;
	left: -5px;
}
@media (max-width: 720px) {
	#h_mobile .header-phone svg{	
		width: 20px;
		left: 5px;
	}
}
#h_mobile .mobile_menu_content{
	display: flex;
	flex-direction: row;
	align-items: center;
	flex: 1;
	justify-content: space-between;
	width: calc(100vw - 85px);
	padding-left: 10px;
}
#h_mobile .header_social_buttons {
	padding: 0 !important;
	position: relative;
	top: 12px;
	left: 7px;
}

#h_mobile *, #h_mobile *:hover{
	transition: none;
	opacity: 1;
}

#h_mobile .header-phone svg {
	margin: 0;
}

/* Виджет с контактами (при нажатии на кнопку телефона в мобильной версии) */
.phone_mobile_widget {
	
}

.phone_containter_mobile_widget {
	background: #fff;
	padding: 25px 25px 0 25px;
	position: absolute;
	width: 220px;
	right: 0;
	top: 0;
	margin-top: 40px;
	border-radius: 5px 5px 5px 5px;
	box-shadow: -1px 3px 2px 3px rgba(0, 0, 0, 0.2);
	cursor: default;
	display: none;
}

.phone_containter_mobile_widget .close {
	position: absolute;
	right: 0;
	top: 0;
	margin: 5px;
	width: 25px;
	height: 25px;
}

.phone_containter_mobile_widget a {
	color: #000;
}

.phone_containter_mobile_widget .phone {
	display: block;
}
.phone_containter_mobile_widget .call-time {
	display: block;
	color: #9e9e9e;
	margin-bottom: 20px;
	font-size: 80%;
}
.phone_containter_mobile_widget .email {
	font-size: 80%;
}

.phone_containter_mobile_widget .header-feed {
	color: #ff6875;
	display: flex;
	align-items: center;
	font-size: 17px;
	z-index: 10;
	position: relative;
}

.phone_containter_mobile_widget .header-feed svg {
	width: 15px;
	margin-right: 5px;
}

.phone_containter_mobile_widget .currency_widget {
	position: relative;
	left: -23px;
	margin-top: -20px;
}


/* end: Виджет с контактами */

@media (max-width: 720px) {
    header .header_social_buttons img {
        width: 30px;
    }
}

@media (max-width: 375px) {
    header .header_social_buttons .header_social_button {
        display: none !important;
    }
    header .header_social_buttons .header_social_button:last-child {
        display: block !important;
    }
}


header .top_menu{
	position: fixed;
	top: 0;
	display: flex;
	align-content: center;
	justify-content: center;
	width: 100%;
	z-index: 9999;
	padding: 10px 0px;
    border-bottom: 1px solid #e5e5e5;
	background-color: white;
}
header .top_menu .top_menu_content{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	max-width: 1340px;
}
header .top_menu .top_menu_content .header-feed svg{
	width: 10px;
	margin-right: 10px;
}
header .top_menu .top_menu_content .header-feed:hover svg path{
	stroke: black;
}
header .top_menu .top_menu_content .header-feed svg path{
	stroke: #FF5168;
}
header .top_menu .top_menu_content nav{
	padding: 10px 0px;
}

.breadcrums_block{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-bottom: 20px;
}
.breadcrums_block .breadcrums_content{
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	width: 100%;
	max-width: 1340px;
}

header .header-phone svg path{
	fill: #FF5168 !important;;
}


main{
	width: 100%;
}

header{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
.header_content{
	display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
	max-width: 1340px;
}

header .header_floor{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0px;
    width: 100%;
    max-width: 1520px;
}
header .header_floor .menu{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
header .header_floor .menu .menu-item{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 7px;
    transition: all 0.5s ease;
}
header .header_floor .menu .menu-item a{
	width: 100%;
	text-align: left;
}
header .header_floor .menu .menu-item:hover{
    background-color: lightgray;
}
header .header_floor .menu .active{
    background-color: whitesmoke;
}
header .header_floor .menu a{
    text-decoration: none;
    color: black;
    font-size: 15px;
}
/* Первое подменю – выпадает вниз */
header .header_floor .menu .menu-item .submenu.level1 {
    top: 210px;       /* вниз */
    position: absolute;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    background-color: white;
    padding: 15px;
    box-shadow: 0px 0px 10px #9a9a9a;
    z-index: 999999;
	min-width: 200px;
}

header .header_floor .menu .menu-item .submenu.level2,
header .header_floor .menu .menu-item .submenu.level3, 
header .header_floor .menu .menu-item .submenu.level4 {
    left: calc(100% - 10px);
    position: absolute;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    background-color: white;
    padding: 15px;
    box-shadow: 0px 0px 10px #9a9a9a;
    z-index: 999999;
	min-width: 200px;
	top: 0%;
}

header .central-section {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    flex: 1;
    width: 100%;
}
@media (max-width: 1112px) {
	header .central-section {

	}
}

header .header_currency_widget{
	display: flex;
	justify-content: flex-end;
}
@media (max-width: 1112px) {
	header .header_currency_widget{
		display: none;
	}
}

header .header_social_buttons{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    padding: 0px 35px;
}
.trClass {
	background: green !important;
}
header .header_social_buttons .header_social_button {
    border-radius: 5px;
    margin: 0px 3px;
}
header .header_social_buttons .header_social_button img{
    max-width: 35px;
}
header .schedule_contact_box{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 20px;
}
header .schedule_contact_box strong{
	font-size: 20px;
    font-weight: bolder;
    color: black;
}
header .schedule_contact_box span{
    color: gray;
    font-size: 15px;
    line-height: 1.1;
}

header .firs_floor{
    padding: 20px 10px;
    margin-top: 72px;
}

.form_input{
	padding: 8px;
	font-size: 16px;
	background-color: #e0e0e0;
	border: none;
	outline: none;
	width: 100%;
    border-radius: 12px;
}

.delivery_geography_container{
	min-height: 612px;
	width: 100%;
	display: flex;
	justify-content: center;
	padding: 0 20px;
}
.delivery_geography_container .section_content {
    background-image: url("/assets/template/images/background_map.jpg");
    background-size: cover;
    background-position: center;
    border-radius: 30px;
    padding: 30px 0 0 0;
    margin: 30px 0;	
}
    
.delivery_geography_container .delivery_geography_items{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: center;
	width: calc(100% - 30px);
	padding: 20px 15px;
	flex-wrap: wrap;
}
.delivery_geography_container .delivery_geography_items .delivery_geography_item{
	display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(100% - 30px);
    max-width: 250px;
    background-color: white;
    border-radius: 10px;
    margin: 10px;
    padding: 15px;
} 
.delivery_geography_container .delivery_geography_items .delivery_geography_item b{
	font-size: 30px;
	margin-bottom: 10px;
	color: black;
}
.delivery_geography_container .delivery_geography_items .delivery_geography_item p{
	color: gray;
}
.service_template_container{
	margin-top: 20px;
}
.service_template_container .service_template_subtitle{
    font-size: 20px;
}
.service_template_container .services_list{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;	
}
.service_template_container .services_list .service_item{
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 295px;
	min-height: 475px;
    box-shadow: 0px 0px 12px #0000004d;
    margin: 12px;
    border-radius: 15px;
}
.service_template_container .services_list .service_item aside{
    width: 100%;
    height: 230px;
    background-size: cover;
    background-position: center;
    border-radius: 15px 15px 0px 0px;
	margin-bottom: 25px;
}
.service_template_container .services_list .service_item .service_item_content{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	width: calc(100% - 30px);
	padding: 5px 15px;
	flex: 1;
}
.services-inner .service_item_params{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin: 2px 0px;
	width: 100%;
}
.services-inner .service_item_params .ser_item{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
}
.services-inner .service_item_params .ser_item b{
	margin-left: 7px;
    font-size: 16px;
    color: #FF5168;
}
.services-inner .service_item_params span{
	font-size: 16px;
}
.service_template_container .services_list .service_item .service_item_content b{
	width: 100%;
	text-align: start;
	font-size: 20px;
	line-height: 1.2;
}
.service_template_container .services_list .service_item .service_item_content p {
	width: 100%;
	text-align: start;
}
.service_template_container .services_list .service_item .service_item_content a {
	margin: 15px 0px;
}

.logistic_with_china_container{
	padding: 20px 0px;
}
.logistic_with_china_container .lwcc_list{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%; /*Максим - заменил calc(100% - 30px) на 100%*/
	padding: 5px 15px;
}
.logistic_with_china_container .lwcc_list .lwcc_item {
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc(100% - 30px);
	max-width: 290px;
	min-height: 260px;
	padding: 15px;
	margin: 8px; /*Максим - заменил 10px на 8px*/
	background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

	border-radius: 15px;
}
	

.logistic_with_china_container .lwcc_list .lwcc_item span{
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 22px;
	margin: 150px 0 0 0;
	color: #242424;
}

.request_for_calculation_container{
	margin: 20px 0px;
}
.request_for_calculation_container form{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 8px;
}

.case_container {
	margin: 10px 0;
	width: 100%;
	display: flex;
	justify-content: center;
}
.case_container .section_content{
    width: 100%;
    padding: 25px 30px;
}
.case_container .case_content{
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.case_container .case_content .case_content_header h2{
	margin-bottom: 10px;
	line-height: 1.1;
}
.case_container .case_content .case_content_header span{
	color: gray;
	font-size: 20px;
}
.case_container .case_content .case_content_items{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
}
.case_container .case_content .case_content_items .case_item{
	display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    padding: 30px;
    border: 1px solid lightgray;
    border-radius: 20px;
    margin: 20px 0px;
}
.case_container .case_content .case_content_items .case_item .case_i_content{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	padding: 0px 10px 20px;
	width: calc(100% - 30px);
}
.case_container .case_content .case_content_items .case_item .case_i_content .case_element_list{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-around;
	width: 100%;
	margin: 20px 0px;
}
.case_container .case_content .case_content_items .case_item .case_i_content .element_item{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
	margin: 5px;
	max-width: 200px;
}
.case_container .case_content .case_content_items .case_item .case_i_content .element_item img{
	max-width: 45px;
	margin-right: 10px;
}
.case_container .case_content .case_content_items .case_item .case_i_content .element_item .element_item_content{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 100%;
}
.case_container .case_content .case_content_items .case_item .case_images_list{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 65%;
	height: 100%;
}
.case_container .case_content .case_content_items .case_item .case_images_list aside{
	width: 100%;
	min-height: 450px;
	background-position: center;
	background-size: cover;
	border-radius: 20px;
}
.features_container {
	margin: 30px;
	background-color: #f1f1f1;
	width: 100%;
	display: flex;
	justify-content: center;
}
.features_container .container{
    width: 100%;
    padding: unset;
}
.features_container .section_content{
    padding: 25px 0px;
}
.features_container .features-section{
	margin-top: 70px;
}

.about_container{
	margin: 30px 0px;
	width: 100%;
	display: flex;
	justify-content: center;
}
.about_container .about-wrapper{
	border: unset;
}
.about_container .numbers_block{
	width: 100%;
}

/* Форма 'Расчёт стоимости' */
.cost_calculation_container{
	margin: 30px 0px;
}
.cost_calculation_container .calculator{
	width: 100%;
	padding: 0 15px;
}
.cost_calculation_container .calculator .title{
	text-align: center;
}
.cost_calculation_container .calculator .content{
	display: flex;
	padding: 50px 30px 30px 30px;
    border-radius: 15px;
    background-size: cover;

}
.cost_calculation_container .calculator form{
	display: block;
	width: 100%;
}


.cost_calculation_container .calculator .form-row {
	padding-bottom: 10px;
	display: flex;
	justify-content: flex-start;
	width: 100%;
	backdrop-filter: blur(2px);
}
@media only screen and (max-width: 1024px){
    .cost_calculation_container .calculator .form-row {
	    flex-wrap: wrap;
    }
}

@media only screen and (max-width: 580px){
    .cost_calculation_container .calculator .form-row {
	    flex-wrap: nowrap;
	    flex-direction: column;
    }
    .cost_calculation_container .calculator input,
    .cost_calculation_container .calculator select {
	    width: 100%;
    }
}

.cost_calculation_container .calculator .form-row:nth-child(3) {
	margin-top: -10px;
}

.cost_calculation_container .calculator label {
	margin-right: 20px;
}

.cost_calculation_container .calculator label span {
	display: block;

}

.cost_calculation_container .calculator select {
	padding: 8px 8px;
	font-size: 16px;
	background-color: #fff;
	border-radius: 10px;
	border: 1px solid #bdbdbd;
	margin-top: 3px;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    min-width: 241px;
}

.cost_calculation_container .calculator .select-containter {
	position: relative;
	display: inline-block;
}
.cost_calculation_container .calculator .select-containter:before {
	position: absolute;
	z-index: 100;
	top: 55%;
	right: 20px;
	content: ' ';
	width: 0;
	height: 0;
	margin-top: -5px;
	border-style: solid;
	border-width: 8px 5px 0 5px;
	border-color: rgba(0,0,0,.25) transparent transparent transparent;
	pointer-events: none;
}

.cost_calculation_container .calculator input:not([type="checkbox"]){
	padding: 8px;
	font-size: 16px;
	background-color: #fff;
	border-radius: 10px;
	border: 1px solid #bdbdbd;
	margin-top: 4px;
}
.cost_calculation_container .calculator input:not([type="checkbox"]):focus{
	outline: none;
	border-color: #9e9e9e;
	background-color: #cecece;
}
.cost_calculation_container .calculator .footer{
    padding: 16px 0;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}
.cost_calculation_container .calculator button{
	font-size: 16px;
	padding: 8px;
	position: relative;
	top: 3px;
}
.cost_calculation_container .calculator button:hover{
	background: #fff;
}
.cost_calculation_container .calculator button:active{
	transform: scale(0.97);
}
.cost_calculation_container .calculator label:has(input[type="checkbox"]){
	color: #177c7c;
}

/* end: Форма 'Расчёт стоимости' */

.reviews_container, .our_partners_container, .callback_container {
	margin: 30px 0px;
	width: 100%;
    background-color: #f1f1f1;
    display: flex;
    justify-content: center;
    padding: 0 15px;
}
.callback_container form{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: calc(100% - 30px);
	padding: 5px 15px;
	flex-wrap: wrap;
}
.callback_container form input{
	margin: 5px 15px;
    width: unset;
    flex-grow: 1; /*Максим - добавил для выравнивания*/
}
.callback_container form button{
	margin: 5px 15px; /*Максим - сделал также как и в инпутах*/
	flex-grow: 1; /*Максим - добавил для выравнивания*/
}


.just_text_container {
	margin: 10px 0px;
	padding: 0 25px !important;
}

.text_with_link_container {
	margin: 10px 0px;
	padding: 5px 25px !important;
}

.text_with_link_container .text_with_link_url {
	display: inline-block;
	padding: 10px 20px; 
	background: #f7f3f3;
	color: #FF5168;
	border-radius: 5px;
}

.text_with_link_container .list-of-links {
	display: flex;

	flex-wrap: wrap;
	gap: 15px;
}

.text_with_link_container .text_with_link_url:hover {
	opacity: 0.8;
}

.text_with_link_container .text_with_link_url svg {
	position: relative;
	top: -1px;
}

.large_image_container{
	margin: 30px 0px;
}
.large_image_container .section_content {
    padding: 25px 10px; /*Максим - выровнял блок*/
}
.large_image_container aside {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 800px;
    border-radius: 25px;
    box-shadow: 0px 0px 10px gray;
    padding: 0;
    margin: 0; 
}


.cargo_marchrute_container{
	margin: 30px 0px;
}
.cargo_marchrute_container .section_content {
    padding: 25px 10px; /*Максим - выровнял блок*/
}
.cargo_marchrute_container aside {
    background-image: url("/assets/template/images/delivery_map.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 100%;
    height: 0; /*Максим - убрал 880px*/
    border-radius: 25px;
    box-shadow: 0px 0px 10px gray;
    padding: 0; /*Максим - добавил обнуление внутренних отступов*/
    margin: 0; /*Максим - добавил обнуление наружних отступов*/
    padding-bottom: 66.66%; /*Максим - добавил, чтобы контейнер стал резиновым. Изображение теперь растягивается вместе с контейнером*/
}


.content_container{
	margin: 1px 0px;
}
.content_container .text_box{
	padding: 10px 19px;
    width: 100%;
    max-width: 1340px;
    font-size: 17px;
    font-weight: 300;
}

.questions_container{
	margin: 1px 0px;
	width: 100%;
	display: flex;
	justify-content: center;
}
.questions_container .section_content{
    width: 100%;
    padding: 0 20px;
}
.questions_container .section_content .question-section {
	width: 100%;
}
.questions_container .question-section .container{
	width: 100%;
	padding: 15px;
	
}

.table_contianer {
	padding: 30px 0px;
}
.table_contianer .table_section_upd{
	width: 100%;
	padding: 20px;
}
.table_contianer th:last-child{
    margin:0;
}

.how_we_work_container {
	margin: 10px 0px;
}
.how_we_work_container .hww_content{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	padding: 0 0 0 50px;
	margin-bottom: 20px;
	background-color: #fbfbfb;
	color: white;
	border-radius: 25px;

}
.how_we_work_container .hww_part{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	padding: 5px;
	width: calc(50% - 10px);
	border-radius: 0 25px 25px 0;
}
.how_we_work_container .hww_part h3{
	color: #4e4d4d;
	width: calc(100% - 30px);
	font-size: 35px;
	text-align: start;
	padding-right: 30px;
	
}
.how_we_work_container .hww_part h3 mark{
	background-color: unset;
	color: #ff5168;
}
.how_we_work_container .hww_item_list{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 100%;
}
.how_we_work_container .hww_item_list .hww_stage_item{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 5px;
	padding: 5px 10px;
	width: calc(100% - 20px);
	border-bottom: 1px solid #e1e1e1;
}
.how_we_work_container .hww_item_list .hww_stage_item span{
	font-weight: 500;
	font-size: 40px; 
	color: #ff5168;
	margin-right: 15px;
}
.how_we_work_container .hww_item_list .hww_stage_item p{
	max-width: 650px;
	margin: unset;
	font-size: 18px;
	color: #505050;
}
.how_we_work_container .hww_background{
	background-position: center;
	background-size: cover;
	min-height: 520px;
	max-width: 520px;
}
.how_we_work_container .hww_part form{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	width: calc(100% - 60px);
	padding: 30px;
} 
.how_we_work_container .hww_part form input[type="text"]{
	margin: 5px 0px;
	width: 100%;
	color: #000;
}
.how_we_work_container .hww_part form button{
	width: 100%;
	margin-top: 40px;
}
.how_we_work_container .hww_part form ul{
	padding-left: unset;
}
.how_we_work_container .hww_part form h4{
	color: white;
	font-size: 37px;
}

.action_container{
	margin: 30px 0px;
	width: 100%;
}
.action_container .action-section{
	position: unset;
}
.action_container .action-section:before{
	display: none;
}

.how_we_pack_container{
	margin: 5px 0px;
}
.how_we_pack_container-inner {
		background-color: #f1f1f1;
		border-radius: 30px;
		padding: 30px 0;
}
.how_we_pack_container .hwp_image_list{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-around;
	padding: 10px 15px;
	width: calc(100% - 30px);
	flex-wrap: wrap;
}
.how_we_pack_container .hwp_image_list img{
	max-width: 280px;
	margin: 10px;
}
.how_we_pack_container .hwp_text_content{
	padding: 0px 30px;
	width: calc(100% - 30px);
	font-size: 17px;
}

.stages_container{
	margin: 30px 0px;
	
}
.stages_container .stages_container-inner{
	background-color: #f1f1f1; 
	border-radius: 30px;
	padding: 30px 15px;
	
}
.stages_container .stages_subtitle{
    font-size: 18px;
}
.stages_container .stage_item_list{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	width: 100%;
	justify-content: center;
	flex-wrap: wrap;
}
.stages_container .stage_item_list .stage_item{
    position: relative;
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: white;
    padding: 10px 25px;
    width: 250px;
    height: 100%;
    margin: 15px;
	border-radius: 10px;
}
.stages_container .stage_item_list .stage_item b{
	font-size: 22px;
    margin-bottom: 10px;
    z-index: 1;
}
.stages_container .stage_item_list .stage_item span{
    z-index: 1;
}
.stages_container .stage_item_list .stage_item .stage_id{
    position: absolute;
    font-size: 11vw;
    font-weight: 600;
    color: #f3dddd;
    z-index: 0;
    left: 25%;
}
@media (max-width: 467px){
    .stages_container .stage_item_list .stage_item .stage_id{
    font-size: 31vw;}
}

.section_block{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px 5px;
    width: 100%;
}
.section_content{
	display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1340px;
	width: 100%;
	padding: 0 15px;
}

.clickable{
    cursor: pointer;
    transition: all 0.5s ease;
}
.clickable:hover{
    opacity: 60%;
}

.team_container{
    width: 100%;
    display: flex;
    justify-content: center;
}

.goods_container .goods_item_list{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
}
.goods_container .goods_item_list .goods_item{
	display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px;
    border-radius: 15px;
    height: 200px;
    width: 220px;
    justify-content: space-between;
    color: white;
    margin: 10px;
    background-position: center;
    background-size: cover;
}
.goods_container .goods_item_list .goods_item .goods_item_header{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 100%;
}
.goods_container .goods_item_list .goods_item .goods_item_header b{
	font-size: 20px;
}
.goods_container .goods_item_list .goods_item .goods_item_header span{
    font-weight: bold;
}

.brands_container {
	background-color: #F1F1F1;
}

.menu-item.has-children > a::after {
    content: "ᐯ";
    font-size: 10px;
    margin-left: 5px;
    color: #333;
    user-select: none;
}

/* Vyacheslav update END */

/* Maxim update START */
.hero_container{
	margin-bottom: -120px;
}
.hero_container .slick-dots{
    display: none;
}
	
.request_for_calculation_container{
	margin: 20px 0px;
}
.request_for_calculation_container form{
	display: flex;
	flex-direction: column;
	justify-content: start;
	gap: 8px;
	width: 100%;
	max-width: 1024px;
}
.request_for_calculation_container .form_input_container{
    display: flex;
    width: 100%;
    height: 48px;
    gap: 8px;
}

.request_for_calculation_container button{
    width: 100%;
}

.contacts_section_container .country_changer_container{
    display: flex;
}
.contacts_section_container .country_changer_button{
    font-size: 24px;
    color: #000000;
}
.contacts_section_container .country_changer_button input[type="radio"]{
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}
.contacts_section_container .country_changer_button span{
    padding: 10px 20px;

    border-radius: 7px 7px 0 0;

    cursor: pointer;
    transition: all 0.5s;
}
.contacts_section_container .country_changer_button input[type="radio"]:checked + span {
    background-color: #F7f7f7;
}
.contacts_section_container .contacts-items{
    margin-top: 0;
    border-radius: 0 0 7px 7px;
    padding: 10px;
}

.departures_and_destinations_container{
    background-image: url("/assets/template/images/china-russia.png");
    background-size: contain;
    background-position: center;	
	min-height: 612px;
	width: 100%;
	display: flex;
	justify-content: center;
	background-repeat: no-repeat;
}
.departures_and_destinations_container .main_container{
    width: 100%;
    display: flex;
    justify-content: center;
}
.departures_and_destinations_container .container_content{
    font-weight: 600;
    display: flex;
    flex-wrap: wrap;
    max-height: 70%;
    column-gap: 15px;
    padding: 0 30px;
}
.departures_and_destinations_container .departures_container{
    margin: 0 30px;
}
.departures_and_destinations_container .destinations_container{
    margin: 0 30px;
}
.departures_and_destinations_container .departures_container .container_title{
    color: #d55959;
}
.departures_and_destinations_container .delivery_destinations_item a{
    font-size: 24px;
    color: #d55959;
}
.departures_and_destinations_container .departure_points_item a{
    font-size: 24px;
    color: #000000;
}

.departure_countries_container{
    display: flex;
	justify-content: center;
    width: 100%;
	padding: 20px 0px;
}
.departure_countries_container .departure_countries_items_container{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    width: calc(100% - 30px);
	padding: 5px 15px;
}
.departure_countries_container .departure_countries_item{
    position: relative;
    display: flex;
    flex-direction: column;
	align-items: flex-start;
	justify-content: end;
	width: calc(100% - 30px);
	max-width: 200px;
	min-height: 180px;
	padding: 15px;
	margin: 10px;
	background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
	box-shadow: 0px 0px 8px 0px #000000a3;
	border-radius: 15px;
}
.departure_countries_container .departure_countries_item::after{
    border-radius: 15px;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #eee;
    z-index: -1;
}
.departure_countries_container .departure_countries_item_title{
    width: 100%;
	font-weight: bold;
	font-size: 18px;
	color: #000000;
	margin-bottom: 15px;
}

/* Maxim update END */

.bg-gray{
    background: #F1F1F1;
}
a:focus{
    border: none;
    outline:none;
}
a{
    text-decoration: none;
}
.text, .item-text, .subtitle{
    font-weight: 300;
    color:#4a4a4a;
}
.subtitle{
    font-family: 'Exo 2', sans-serif;
    color:#4a4a4a;
    font-size: 24px;
    line-height: normal;
}
.none{
    display: none;
}

p{
    margin-bottom: 20px;
}
h2,h1{
    font-size: 50px;
    line-height: normal;
    margin: 0;
    position: relative;
    margin-bottom: 30px; 
    text-align: center;
    font-family: 'Exo 2', sans-serif;
    font-weight: 800;
    color:#000;
}

h3, h4, h5, h6{
    color:#000;
    line-height: normal;
}
.content{
    font-size: 17px;
}
.page-title h1 {
    font-size: 40px;
     margin-bottom: 40px;
     text-align: left;
}
h2{
    font-size: 35px;
    margin: 25px 0;
}

h3{
    font-size: 30px;
    margin-bottom: 20px;
}

.button{
	background: #FF5168;
	border-radius: 13px;
    padding: 10px 20px;
	font-size:17px;
	z-index: 10;
	color:#fff;
	display: inline-block;
	border:2px solid #FF5168;
	text-align: center;
	text-decoration: none;
	transition: all 200ms ease-out;
}
.button:hover{
    color:#FF5168;
    background: transparent;
    border:2px solid #FF5168;
    text-decoration: none;
}
.btn{
    background: transparent;
    color:#FF5168;
    border:2px solid #FF5168;
}
.btn:hover{
    background: #FF5168;
    color:#fff;
    border:2px solid #FF5168;
}
a{
	transition: all 200ms ease-out;
}
a:hover{
	transition: all 200ms ease-out;
}
.main-wrapper{
    display: flex;
    flex-direction: column;
    min-height: 100%;
}
.header-main-wrapper{
    
}
.main{
    flex-grow: 1;
}

@media (max-width: 768px){
	.main > * {
	    max-width: 100% !important;
	}	
	.contacts_section_container * {
		max-width: 100% !important;
	}
}
.logo{
    width: 250px;
}
.logo img{
    max-width: 100%;
}
@media (max-width: 1229px){
    .content{
        font-size: 15px;
    }
}
@media (max-width: 991px){
    .page-title h1 {
        font-size: 35px;
         margin-bottom: 30px;
         text-align: left;
    }
    h2{
        font-size: 30px;
        margin-bottom: 20px;
    }
    h3{
        font-size: 25px;
        margin-bottom: 20px;
    }
}
@media (max-width: 767px) {
    .page-title h1 {
        font-size: 30px;
         margin-bottom: 30px;
         text-align: left;
         margin-top: 20px;
    }
    h2{
        font-size: 30px;
        margin-bottom: 20px;
        padding: 0 10px;
    }
    h3{
        font-size: 20px;
        margin-bottom: 20px;
    }
    .content{
        font-size: 15px;
    }
}
@media (max-width: 467px){
    .subtitle{
        font-size: 18px;
    }
    .goods_container .goods_item_list .goods_item{
	display: flex;
    flex-direction: column;
    align-items: center;
    height: 200px;
    width: 150px;
} 
    .goods_container .goods_item_list .goods_item .goods_item_header span{
        font-size:14px;
    }
    
    
}

@media (max-width: 380px){
    .subtitle{
        font-size: 10px;
    }
    .goods_container .goods_item_list .goods_item{
	display: flex;
    flex-direction: column;
    align-items: center;
    height: 160px;
    width: 120px;
    } 
    .goods_container .goods_item_list .goods_item .goods_item_header span{
        font-size:14px;
    }
}

/*breadcrumb*/

.breadcrumb {
    margin: -10px 0 5px;
    padding: 0 0;
    list-style: none;
}
.breadcrumb > li {
    display: inline-block;
    font-size: 12px;
    padding: 0 15px;
    position: relative;
    margin-right: 15px;
    background: #f1f5f5;
    height: 28px;
    line-height: 28px;
    color: #000;
}

.breadcrumb > li:first-child{
    position: relative;
    top: 10px;
}
.breadcrumb > li:first-child svg{
    position: absolute;
    width: 12px;
    height: 12px;
    z-index: 10;
    top: 7px;
    fill: #000;
    left: 11px;
    transition: all 200ms ease-out;
}
.breadcrumb > li:first-child:hover svg{
    transition: all 200ms ease-out;
    fill: #ff6875;
}

.breadcrumb i{
    font-size: 14px;
}
.breadcrumb > li a {
    color: #000;
    text-decoration: none;
}
.breadcrumb > li a:hover{
    color: #ff6875;
}

.breadcrumb > li:after {
    position: absolute;
    content: '';
    display: block;
    top: 4px;
    right: -10px;
    width: 20px;
    height: 20px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #f1f5f5;
}
.breadcrumb > li:before{
    position: absolute;
    content: '';
    left: -15px;
    bottom: 0;
    border: 14px solid #f1f5f5;
    border-left: 14px solid transparent;
}
.breadcrumb>li+li:before {
    color: #ccc;
}
.breadcrumb > li:first-of-type:before{
    display: none;
}
@media(max-width:991px){
    .breadcrumb{
        display: none;
    }
}
/*breadcrumb./*/

/* pagination */
.pagination ul{
    padding: 0;
}
.pagination-wrap{
    width: 100%;
}
.pagination{
    display: inline-block;
    padding: 0;
    margin: 0;
}
.pagination li:first-of-type:before{
    content:"";
    display: block;
    width: 100%;
    height: 20px;
}
.pagination li:last-of-type:after{
    content:"";
    display: block;
    width: 100%;
    height: 60px;
}
.pagination li{
    display: inline-block;
}
.pagination li > span{
    cursor: default;
}
.pagination li > a,
.pagination li > span{
    position: relative;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #626262;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    font-weight: 100;
    margin-bottom: 5px;
    margin-right: 5px;
    border-radius: 3px;
}
.pagination li:first-child > a,
.pagination li:first-child > span{
    margin-left: 0;
}
.pagination li > a:hover{
    background-color: #EEEEEE;
}
.pagination .active > a, .pagination .active > a:hover{
    background-color: #ff5168;
    color: #fff;
    border-color: #ff5168;
    cursor: default;
}
/* /. pagination */
/************************ mob-menu begin ************/
.menu-button{
    position: fixed;
    right: 20px;
    top: 32px; /* 22px */
    width: 30px;
    height: 20px;
    cursor: pointer;
    z-index: 2000;
}
.icon-menu-burger {
    height: 2px;
    width: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1px 0 0 -15px;
    transition: transform 0.2s ease 0s;
}
.icon-menu-burger__line {
    background: #000;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 0.2s linear 0.2s;
}
.icon-menu-burger:before, 
.icon-menu-burger:after {
    background: #000;
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
}
.menu-button.active .icon-menu-burger__line,
.menu-button.active .icon-menu-burger:before, 
.menu-button.active .icon-menu-burger:after {
    background: #000  !important;
}
.menu-button.active .icon-menu-burger{
    transform: rotate(45deg);
    transition: transform 0.2s linear 0.4s;
}
.menu-button.active .icon-menu-burger__line{
    transform: rotate(90deg);
}
.icon-menu-burger:before {
    top: -9px;
    transition: top 0.2s linear 0.4s;
}
.icon-menu-burger:after {
    bottom: -9px;
    transition: bottom 0.2s linear 0.4s;
}
.menu-button.active .icon-menu-burger:before {
    transition: top 0.2s linear;
    top: 0;
}
.menu-button.active .icon-menu-burger:after {
    transition: bottom 0.2s linear;
    bottom: 0;
}

.mobile-menu {
    position: fixed;
    top: 0;
    right: -470px;
    background: #f3f3f3;
    height: 100%;
    width: 370px;
    max-width: 100%;
    z-index: 1000;
    transition: all 200ms ease-out;
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    z-index: -100;
    opacity: 0;
    transition: opacity 200ms ease-out;
}
.down{
	position: relative;
}
.mobile-menu .dropdown-button + ul {
	position: static;
	width: 100%;
	display: none;
}
.mobile-menu-inner ul{
    padding: 0;
    margin-top: 10px;
    list-style: none;
}
.svg-icon{

}
.mobile-menu .dropdown-button{
    display: block;
    position: absolute;
    top: 6px;
    right: 0px;
    height: 28px;
    width: 48px;
    z-index: 10;
    transition: all 200ms ease-out;
}
.mobile-menu .dropdown-button:before {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    top: 5px;
    left: 16px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg);
    transition: all 300ms ease-out;
}
.mobile-menu ul ul .dropdown-button:before{
    width: 6px;
    height: 6px;
    content: "+";
    border: none;
    color: #000;
    -moz-transform: rotate(0) !important;
    -webkit-transform: rotate(0) !important;
    -o-transform: rotate(0) !important;
    -ms-transform: rotate(0) !important;
    transform: rotate(0) !important;
    top: 7px !important;
    left: 17px;
    font-size: 16px;

}
.mobile-menu ul > li > ul > li a{
	color:#000;
    display: block;
}
.mobile-menu ul > li > ul > li{
	color: #000;
    margin-bottom: 1px;
}
.mobile-menu ul > li > ul > li a{
    padding: 10px 30px;
}
.mobile-menu ul > li > ul > li > ul > li a{
    padding: 5px 0px 5px 50px;
}
.dropdown-button{
    cursor:pointer;
}
.top-menu-wrapper-middle-min .active > .dropdown-button:before {
    border-color: #000;
}
.mobile-menu .active:before {
	transform: rotate(225deg);
	top: 14px;
}
.mobile-menu .logo-wrap{
	display: flex;
    align-items: center;

	margin-left: 20px;
	margin-right: 10px;
}
.mobile-menu .logo-img-wrap{
	display: block;
	cursor: pointer;
    max-width: 200px;
    margin-right: 20px;
}
.mobile-menu .logo-wrap img{
	margin-right: 17px;
}
.mobile-menu .name-company{
	font-size: 17px;
    color: #000;
}
.mobile-menu .name-company span{
	font-weight: bold;
    font-size: 20px;
    color: #000;
}
.mobile-contacts{
	color:#000;
	margin-left: 20px;
	margin-right: 10px;
	font-size: 17px;
}
.mobile-contacts .contacts-wrap{
    width: calc(100% - 24px);
}
.mobile-menu svg{
	width: 25px;
    height: 25px;	
    margin-right: 7px;
    fill: #000;
}
.mobile-menu svg path{
    fill: #000 !important;
}
.mobile-menu  .header-phone svg{
    width: 22px;
    height: 22px;
    top: -3px;
    position: relative;
}

.mobile-menu  .phone-wrap {
	display: flex;
}
.mobile-menu  .phone-wrap .col {
	font-size: 12px;
}

.mobile-menu  .phone-wrap .col:nth-child(2) {
	padding-left: 10px;
}

.mobile-menu  .phone-wrap span{
    display: inline-block;
    margin-bottom: 5px;
}
.mobile-menu span a{
	color: #000;
    font-weight: bold;
}
.mobile-menu ul ul ul a{
    position: relative;
}
.mobile-menu ul ul ul a:before{
    content: "";
    position: absolute;
    top: 13px;
    left: 39px;
    width: 4px;
    height: 4px;
    border-radius: 1px;
    background: rgba(0, 0, 0, 0.8);
    display:none;
}
@media only screen and (max-width: 1259px){
    .mobile-menu.open {
        right: 0;
    }
    .mobile-menu.open + .overlay{
        z-index: 600;
        opacity: 1;
    }
    .mobile-menu{
        padding-top: 65px;
    }
    .mobile-menu {
        overflow-y: scroll;
    }
    .mobile-menu > div > ul > li > a {
        display: block;
        text-decoration: none;
        color: #000;
        padding: 13px 20px 10px;
        font-size: 16px;
        letter-spacing: 1px;
        margin-bottom: 1px;
        background: #ffffff36;
    }
}
    
/************************* mob-menu end *********************./*/


/************* header*************************/
.header-img-wrap > div:not(:first-of-type),
.case-slider > div:not(:first-of-type),
.comment-inner.comment-inner-slider > div:not(:first-of-type),
.certificate-wrapper.certificate-slider > div:not(:first-of-type),
.team-inner.team-slider > div:not(:first-of-type),
.brands > div:not(:first-of-type){
    display: none;
}
.header-slider{
    width: 100%;
    overflow: hidden;
    padding-bottom: 10px;
}
.header-slider .button:hover{
    color:#fff;
    border-color:#fff;
}
.header-slider-overflow{
    overflow: hidden;
}
.header-slider-wrapper{
    position: relative;
}
.top-menu ul{
    list-style: none;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    padding-left: 0;
    margin: 0;
}
.top-menu ul > li > ul{
	list-style: none;
    padding: 5px 0;
    display: block;
    flex-wrap: nowrap;
    justify-content: flex-end;
	flex-direction: column;
}

.header-wrapper{
    background: #fff;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0 0 0 1px rgb(0 0 0 / 10%);
	min-height: 64px;
}
.header-wrapper-push{
    height: 65px;
}
.header{
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
	padding: 20px 0;
	font-size: 17px;
}
.header-feed{
	color:#ff6875;
	display: flex;
    align-items: center;
    font-size: 17px;
}
.header-feed:hover{
    color:#000;
    text-decoration: none;
}
.header-feed:hover svg path{
    stroke:#000;
    transition: all 200ms ease-out;
}
.header-feed svg path{
    transition: all 200ms ease-out;
}
.header-inner{
	display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
}
.inner-template .header-inner{
    padding-bottom: 30px;
    padding-top: 30px;
    border-bottom: 1px solid #e4e4e4;
}
.logo-wrap{
	display: flex;
    align-items: center;
}
.header-contacts{
	display: flex;
    justify-content: flex-end;
	font-size: 14px;
	color: #9e9e9e;
    grid-gap: 20px;
    position: relative;
    top: 3px;
}
.contacts-wrap, .phone-wrap{
    line-height: 1.2em;
}
.header-contacts i{
	font-size: 30px;
    margin-right: 15px;
}
.header-contacts span{
	color:#000;
	font-size: 21px;
    margin-bottom: 8px;
    display: inline-block;
}
.header-contacts span a{
	color:#000;
	font-weight: 500;
}
.header-contacts span a:hover{
    color:#ff5168;
    text-decoration: none;
}
.header-feed{

}
.header-adress,  .header-phone, .header-schedule{
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
}
.header-schedule svg{
    width: 20px;
    height: 26px;
    margin-top: 0;
    margin-right: 9px;
}
.mobile-menu .header-adress, .mobile-menu .header-phone{
    grid-gap:10px;
}
.logo-img-wrap{
	display: block;
	cursor: pointer;
}
.logo-wrap img{
    max-width: 200px;
    margin-right: 20px;
}
.logo-img-wrap {
	position: relative;
	top: -10px;
}
.name-company{
	font-size: 17px;
	color: #9e9e9e;
	position: relative;
	top: 3px;
	left: 20px;
}
.name-company span{
	font-weight: bold;
	font-size: 20px;
	color: #000;
}
.header-img-wrap{
    /*min-height: 640px!important;*/
    height: auto;
    margin: 0 -10px; 
}

@media only screen and (max-width: 768px){
.header-img-wrap{
    /*min-height: 640px!important;*/
    height: auto;
    margin: 0 0; 
}
}

.header-img{
	position: relative;
	width: 100%;
	min-height: 100%;
	border-radius: 20px;
	background-position: center;
	background-repeat: no-repeat;
	color:#fff;
	display: flex;
    padding: 0 50px;
	align-items: center;
    background-size: cover;
    margin: 0 10px;
}

.header-img:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 20px;
	background: linear-gradient(90deg, rgb(110 110 110 / 62%) 37%, rgb(100 20 20 / 60%) 100%);
}
.header-img-inner{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 40px 0;
}
.header-img h2, .header-img h1{
	font-size: 50px;
    z-index: 10;
    margin: 0;
    text-align: left;
    line-height: normal;
    margin-bottom: 10px;
    color:#fff;
}
.header-img-wrap .container{
    height: 100%;
}
.header svg{
	width:20px;
	height: 22px;
	margin-right: 7px;
    transition: all 200ms ease-out;
}
.header svg path{
    stroke: #FF5168;
}
.header svg line{
    stroke: #FF5168; 
}
.header-section svg{
	width: 25px;
    height: 25px;
    margin-right: 7px;
    fill: #FF5168;
    position: relative;
    top: -4px;
}
.header-section svg path{ 
    fill: #FF5168 !important;
}
.header-phone svg{
    width: 20px;
	height: 26px;
    margin-top: 0;
}
.header-phone svg{
    margin-right: 9px;
}
.header-phone  .cls-2 {
    fill: #FF5168!important;
}
.header-img .describtion{
    font-size: 24px;
    font-weight: 300;
    z-index: 10;
    margin-bottom: 60px;
    width:600px;
}
.header-section  .button:hover{
	background: transparent;
	border:2px solid #fff;
	color:#fff;
	transition: all 200ms ease-out;
}

.button-wrapper{
	z-index: 10;
}

.top-menu .down{
	display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
}
.top-menu .down > ul > .down > .dropdown-button{
    display: none;
}
.top-menu{
    height: 100%;
    display: flex;
    align-items: center;
}
.top-menu ul > li{
    display: inline-block;
    margin-left: 40px;
    position: relative;
}
.top-menu ul > li > a, .top-menu ul > li > span{
    color: #000000;
	font-size: 17px;
	white-space: nowrap;
	cursor: pointer;
}
.top-menu ul > li:hover > a{
    color:#ff5168;
    text-decoration: none;
}
.top-menu ul > li:first-of-type{
    margin-left: 0;
}
.top-menu ul > li > ul > li{
	margin-left: 0px;
	margin-bottom: 1px;
}

.top-menuul > li:first-of-type{
    margin-left: 0;
}
.top-menu ul > li > ul{
    position: absolute;
    top: 35px;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 200ms ease-out;
    display: flex;
    flex-direction: column;
    z-index: 300;
    border-radius: 0 0 15px 15px;
    box-shadow: 0px 12px 20px #00000017;
    padding-bottom: 20px;
    padding-top: 10px;
}

.top-menu .col-2 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.top-menu .col-3 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.top-menu ul > li > ul:before{
    content:"";
    display: block;
    position: absolute;
    width: 100%;
	height: 14px;
    top: -14px;
    left: 0;
}


.top-menu ul > li > ul > li > a{
    display: block;
    padding: 5px 33px 5px 20px;
    color: #0000009e;
}
.top-menu ul > li > ul > li{
    transition: all 200ms ease-out;
    position: relative !important;
}
.top-menu ul > li > ul > li:hover > a{
    color:#FF5168;
    transition: all 200ms ease-out;
}
.top-menu ul > li > ul > li > ul{
    box-shadow: 6px 1px 20px #00000017;
    position: absolute;
    left: 100%;
    margin-left: 0;
    top: 9px;
    border: 1px solid rgb(209 209 209 / 50%);
    border-radius: 0 15px 15px 15px;
}

.top-menu ul ul ul li:hover a{
    color:#FF5168;
}
.top-menu ul > li:hover > ul{
    visibility: visible;
    opacity: 1;
    background: #ffffff;
}

.top-menu .dropdown-button{
    display: block;
    position: absolute;
	top: 0px;
    right: -38px;
    height: 28px;
    width: 48px;
    z-index: 10;
    transition: all 200ms ease-out;
}
.top-menu .dropdown-button:before {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    top: 8px;
    left: 16px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg);
    transition: all 300ms ease-out;
}
.top-menu  .new-dropdown-button{
    display: block;
    position: absolute;
    top: calc(50% - 1px);
    right: 9px;
    height: 12px;
    width: 12px;
    z-index: 10;
    transition: all 200ms ease-out;
}
.top-menu .new-dropdown-button:before {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    top: 0;
    left: 0;
    border-bottom: 1px solid #0000009e;
    border-right: 1px solid #0000009e;
    transform: rotate(315deg);
    transition: all 300ms ease-out;
}
.top-menu .down:hover .dropdown-button:before{
	transform: rotate(225deg);
    top: 13px;
    border-color: #FF5168;
}

.top-menu .new_down:hover .new-dropdown-button:before{
    border-color: #FF5168;
}


/*******************header./***************************/


/*********************slider***************************/
.slick-prev:before, .slick-next:before{
    height: 10px;
    width: 10px; 
	transition: all 200ms ease-out;
}
.slick-prev:after, .slick-next:after{
    content: '';
    border-top: 2px solid #FF5168;
    border-right: 2px solid #FF5168;
	font-size: 14px;
	opacity: 0.7;
    height: 10px;
    width: 10px;
	transition: all 200ms ease-out;
}
.slick-prev:before, .slick-next:before{
	border-top: 1px solid #FF5168;
    border-right: 1px solid #FF5168;
	font-size: 14px !important;
	opacity: 1 !important;
	color:transparent !important;
}
.slick-prev, .slick-next{
	border-radius: 100%;
    top: calc(50% - 25px) !important;
	width: 50px !important;
	height: 50px!important;
	transition: all 200ms ease-out;
}
.slick-prev{
	transform: rotate(225deg)!important;
	left: -70px!important;
    z-index: 2;
}

.slick-next{
	transform: rotate(45deg)!important;
	right: -70px!important;
}
.slick-next:before, .slick-prev:before{
	position: absolute;
    top: 15px;
    left: 19px;
}
.slick-next:after, .slick-prev:after{
    position: absolute;
    top: 21px;
    left: 13px;
}


.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus{
    border-color:#000 !important;
	transition: all 200ms ease-out;

}
.slick-prev:hover:before, 
.slick-prev:focus:before, 
.slick-next:hover:before, 
.slick-next:focus:before,
.slick-prev:hover:after, 
.slick-prev:focus:after, 
.slick-next:hover:after, 
.slick-next:focus:after{
    border-top: 3px solid #000;
    border-right: 3px solid #000;
	transition: all 200ms ease-out;
}

.slick-dots li.slick-active button:before{
	opacity: 1!important;
    color: #ff5168!important;
}
.slick-dots li button:before{
	font-size: 14px!important;
}
.slick-dots li{
	margin: 0 2px!important;
}
.slick-dots{
	bottom: -12px!important;
    left: 0;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before{
	opacity: 0.75!important;
	color: #FF5168!important;
	transition: all 200ms ease-out;
}
.slick-dots li button:before, .slick-dots li button:before{
	transition: all 200ms ease-out;
}

/*********************slider***************************/

@media (max-width: 1979px){
   
}
@media (max-width: 1575px){
    .slick-prev, .slick-next{
		display: none!important;
	}
}
@media (max-width: 1351px) {

}
@media (max-width: 1259px) {
    .header-img-inner{
        width: 70%;
    }
}
@media (max-width: 1112px) {
    .header-img-inner{
        width: 70%;
    }
    .header-img h2, .header-img h1{
        font-size: 40px;
    }
    .header-img .describtion{
        font-size: 20px;
    }
}
@media (max-width: 991px) {
	
	.header-contacts{
		font-size: 14px;
	}
	.header-inner .header-adress{
		display: none;
	}
	.header-img-inner{
		width: 100%;
	}
    .header-feed{
		color:#fff;
	}
	.header-wrapper{
		background: #FF5168;
	}
    .header svg path{
        stroke: #fff;
    }
    .header svg line{
        stroke: #fff; 
    }
	.header-img-inner{
        width: 70%;
    }
    .header .header-phone{
        display: flex !important;
        align-items: center;
        margin-left: 20px;
    }
    .header .header-phone path{
        fill: #fff !important;
    }
    .header .header-phone svg{
        top: -1px;
        position: relative;
        width: 15px;
        height: 15px;
        margin-right: 7px;
    }
    .header{
        justify-content: flex-start;
    }
    .header .phone-wrap a{
        font-size: 17px;
        font-weight: normal;
    }
    .header .phone-wrap{
        display: flex;
        align-items: center;
    }
    
}
@media (max-width: 884px) {
}
@media (max-width: 767px) {
    .header-slider{
		margin-top: 60px !important; 
	}
    .header-slider .container{
/*         padding: 0; */
    }
	.header-inner{
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		align-items: center;
		padding-top: 50px;
	}
	.inner-template .header-inner{
		padding-top: 50px;
	}
	.header-inner .header-phone{
		display: none;
	}
	.slick-dots {
		bottom: 10px;
	}
	.mobile-menu .logo-wrap img, .logo-wrap img{
		margin-right: 0px;
	}
    .header-img h2, .header-img h1 {
        font-size: 34px; /* old: 26px */
        position: relative;
        top: 30px;
    }
    
    .button-wrapper {
	    position: relative;
	    top: -15px;
    }
    .header-img-wrap{
        padding: 20px 0px;
    }
    .header-img, .header-img:before{
/*         border-radius: 0; */
    }
    .header-img-inner{
        padding: 0;
    }
    .header-img .describtion{
        margin-bottom: 30px;
        font-size: 16px;
        max-width: 100%;
    }
    .header-img h2{
        margin-bottom: 30px!important;
    }
    .header-img-inner{
		width: 100%;
        display: flex;
        flex-direction: column;
        align-items: left;
    }
    .logo-wrap{
        grid-gap: 20px;
    }
	.header-section .logo-wrap{
		display: flex;
		align-items: center;
		margin-right: 0;
		flex-wrap: wrap;
		flex-direction: column;
		text-align: center;
		margin-bottom: 30px;
	}
	.header-img h2, .header-img h1{
        margin-bottom: 40px;
}
}
@media (max-width: 540px) {
   .header-slider{
		margin-top: 75px !important; 
	} 
}
@media (max-width: 511px) {
	.header-img-inner{
		text-align: left;
	}
    .header-img h2, .header-img h1{
        font-size: 30px; /* 22px */
        text-align: left;
    }
    .header-img .describtion{
        font-size: 14px;
    }
	.header-img{
		padding: 50px 20px;
	}
    .button{
        font-size: 16px;
    }
    .button-wrapper {
	    position: relative;
	    top: 0;
    }
}
@media (max-width: 422px) {
    .header{
        font-size: 14px;
    }
    .header svg{
        width: 15px;
        height: 15px;
    }
    .header .phone-wrap a{
        font-size: 14px;
    }
    .header .header-phone svg{
        height: 14px;
    }
}
@media (max-width: 375px) {
	.header-img-inner{
		height: 100%;
	}
    .header{
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
        padding: 10px 0;
        flex-direction: column;
        grid-gap: 5px;
    }
    .header .header-phone{
        margin-left: 0;
    }
    .header-feed{
        order: 2;
    }
	.logo-wrap{
		display: flex;
		align-items: center;
		margin-right: 0;
		flex-wrap: wrap;
		flex-direction: column;
		text-align: center;

	}
}

/* Fancybox */
.fancybox_modal {
    display: none;
    width: 560px;
    max-width: 100%;
    border-radius: 20px;
    text-align: center;
}
.fancybox-content {
    padding: 50px 40px;
}
.fancybox_modal_inner{
    background: #fff;
    padding: 35px 25px;
    animation-name: zoomIn;
    animation-timing-function: ease-out;
    font-size: 14px;
}
.fancybox_modal.fancybox_modal_big{
    width: 900px;
}
@media(min-width: 990px){
    .fancybox_modal.fancybox_modal_big{
        width: 960px;
    }
    .fancybox_modal.fancybox_modal_big .fancybox_modal_inner{
        padding: 50px;
    }
}


.form-control.error {
    border-color: #FF1A00;
}
.form-control{
    border-radius: 13px;
    margin-bottom: 8px;
}
textarea.form-control{
    min-height: 110px;
}
.form-group{
    margin-bottom: 5px;
}
.fancybox_modal .title-h3{
    font-size: 30px;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 25px;
    color: #000;
}
.agreement{
    margin-bottom: 15px;
    margin-top: 20px;
}
/* /. Fancybox */

/* Agreement */
.agreement {
    position: relative;
    margin-bottom: 30px;
    color: #838383;
    font-size: 14px;
    margin-bottom: 20px;
}
.agreement input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}

.agreement label {
    display: inline-block;
    position: relative;
    font-weight: 400;
    padding-left: 20px;
}

.agreement input+label:before {
    content: "";
    display: block;
    position: absolute;
    width: 14px;
    height: 14px;
    top: 3px;
    left: 0;
    margin-right: 2px;
    cursor: pointer;
    border: 1px solid #9f9f9f;
    border-radius: 3px;
}

.agreement input:checked+label:before {
    background: url(../images/check.svg) 0 0 no-repeat;
    background-size: 7px;
    background-position: center;
}

.agreement input.error+label {
    color: red;
}
.agreement a{
    color: #838383;
    text-decoration: underline;
}
.agreement a:hover{
    text-decoration: none;
}
#responseMessageTitle{
    font-size: 25px;
    line-height: normal;
    margin: 0;
    position: relative;
    margin-bottom: 20px;
    text-align: center;
    font-family: 'Exo 2', sans-serif;
    font-weight: 700;
    color: #000;
}
#responseMessage{
    display: none;
}
.fancyClose{
    color:#fff;
    text-decoration: none;
}
.fancybox-content{
   border-radius: 30px;
}
/* /. Agreement */
@media (max-width: 400px) {
    .fancybox-content {
        padding: 40px 20px;
    }
}
/*********************features-section************/
.features-section{
    background-repeat: no-repeat;
    background-position: 50%;
    position: relative;
    background-size: cover;
}
.features-section:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    top: 0;
}
.features-section h2{
	margin-bottom: 80px;
}
.features-inner{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
    background: #9fcbd8;
    padding: 70px 30px 30px 30px;
    border-radius: 30px;
}
.features-inner .item{
    color: #000;
    z-index: 50;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    padding-bottom: 40px;
    border-radius: 15px;
    padding: 30px 30px 50px;
}
.features-inner .item-text{
    color: #1e1d1d;
    font-size: 18px;
}
.features-inner  svg{
    fill:#fff;
}
.features-inner .item-img{
    width: 80px;
    height: 80px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 3px solid #ff5168;
    margin-top: -70px;
}
.features-inner .item-img:after{
    content: '';
    width: 95px;
    height: 95px;
    position: absolute;
    background: #f8f8f8;
    z-index: -1;
    border-radius: 50%;
}
.features-inner .item-img img{
    width: 40px;
}
.features-inner .item-title{
    font-size: 20px;
    font-weight: bold;
    margin: 20px 0 5px;
}
@media (max-width: 991px) {
    .features-inner{
        grid-template-columns: 1fr;
    }
    .features-inner .item-img{
        margin-top: 0;
    }
    .features-inner .item-body{
        width: calc(100% - 80px);
    }
    .features-inner .item-img img{
        width: 40px;
        height: 40px;
    }
    .features-inner .item {
        flex-direction: inherit;
        display: flex;
        grid-gap: 30px;
        text-align: left;
        padding: 30px;
        
    }
    .features-inner{
        grid-gap: 10px;
    }
    .features-section h2{
        margin-bottom: 50px!important;
    }
}
@media (max-width: 767px) {
    .features-inner .item{
        flex-direction: column;
        justify-items: center;
        grid-gap: 0;
    }
    .features-inner {
        grid-gap: 20px;
    }
    .features-inner .item-body{
        text-align: center;
    }
   
}
/*********************features-section***********./*/




/**********************services-section*************/


.services-inner{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 15px;
    margin-inline: 30px;
}
.services-inner .item{
    box-shadow: 0 0 14px #00000017;
    border-radius: 15px;
    position: relative;
}
.services-inner .item:hover img{
    transform: scale(1.2);
	transition: all 200ms ease-out;
}
.services-inner .button{
    z-index: 10;
    position: absolute;
    bottom: 20px;
}
.services-inner .item:hover .item-title{
    color: #ff5168;
	transition: all 200ms ease-out;
}
.services-inner .link{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 15px;
    z-index: 1;
}
.services-inner .item-body{
    padding: 10px 20px;
}
.services-inner .item-text{
    font-size: 16px;
    color: #747474;
    line-height: 1.4em;
    margin-bottom: 20px;
}
.services-inner .item-img{
    border-radius: 15px 15px 0 0;
    overflow: hidden;
    width: 100%;
    height: auto;
    aspect-ratio: 1.5/1;
}

.services-inner .item-img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
	transition: all 200ms ease-out;
}
.services-inner .item-title{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.3;
	transition: all 200ms ease-out;
}
.services-header{

    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.services-header h2{
    margin-bottom: 10px;
    text-align: center;
}

@media (max-width: 1259px) {
    .services-inner{
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 767px) {
    .services-inner{
        grid-template-columns: 1fr;
    }
    .services-header h2{
        text-align: center;
    }
    .services-section .subtitle{
        text-align: center;
    }
    .services-header{
        justify-content: center;
    }
}
/***********************services-section************./*/

/**********************action-section******************/
.action-section{
    position: relative;
    background-size: cover;
    background-position: center;
	width: 100%;
}

.action-section .action{
    display: flex;
    padding: 10px 0;
    grid-gap: 50px;
    flex-wrap: wrap;
}
.action-section-reverse .action{
	flex-direction: row-reverse;
}
.action-section .left-block{
    order: 2;
    width: calc(100% - 480px - 50px);
    display: flex;
}
.action-wrapper{
    width: 100%;
}
.action-section .right-block{
     width: 480px;
     display: flex;
}    
.action-section:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
}
.action-section-container {
	border-radius: 30px;
	padding: 2px 25px 15px 25px; 
}
.action-inner{
    z-index: 10;
    position: relative;
    background: #f7f7f7;
    padding: 50px;
    backdrop-filter: blur(5px);
    border-radius: 30px;
    height: 100%;
}
.action-section .img-wrap{
    width: 100%;
    height: 100%;
    z-index: 10;
    position: relative;
}
.action-section .img-wrap img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
}
.action-section h2{
    text-align: center;
    font-size: 37px;
    font-weight: 800;
    color: #444444;
    margin-top: 20px; 
    margin-bottom: 10px;
}
.action-section .subtitle{
    color: #fff;
    font-size: 24px;
    line-height: normal;
}
.action-header{
    margin-bottom: 20px;
}
.action-section .text{
    font-size: 22px;
    line-height: 1.6em;
    margin-bottom: 30px;
    color: #202020;
    letter-spacing: 1px;
}
.action-section .button{
    background:#fff;
    color: #000;
    border-color: #fff;
    font-size: 20px;
    padding: 10px 30px;
}
.action-section .button:hover{
    background: transparent;
    color: #000;
    text-decoration: none;
}
.services-template .question-section{
    background: #fff;
}
@media (max-width: 1229px){
    .action-section .left-block{
        width: calc(100% - 400px - 20px);
    }
    .action-section .action{
        grid-gap: 20px;
    }
    .action-section .right-block{
        width: 400px;
    }
}
@media (max-width: 991px){
    .action-section h2 {
        font-size: 40px;
    }
    .action-section .subtitle{
        font-size: 24px;
    }
    .action-section .text{
        letter-spacing: 0;
         text-align: left;
    }
    .action-wrapper{
    }
    .action-section .left-block{
        min-height: auto;
    }
    .action-section .action{
        flex-direction: column;
        align-items: center;
    }
    .action-section .left-block{
        width: 100%;
    }
    .action-section .right-block{
        display: none;
    }
}
@media (max-width: 767px) {
    .action-section .right-block{
        display: none;
    }
    .action-wrapper{
        width: 100%;
    }
    .action-inner{
        text-align: center;
    }
    .action-section h2{
        text-align: center;
    }
}
@media (max-width: 467px) {
    .action-section h2{
        font-size: 24px;
        padding: 0 15px;
    }
    .action-section .subtitle{
        font-size: 20px;
    }
    .action-header {
        margin-bottom: 30px;
    }
    .action-section .text{
        font-size: 18px;
    }
    .action-inner{
        padding: 30px 20px;
    }
    .action-section .button{
        font-size: 15px;
        
    }
}
/**********************action-section*****************./*/



/**********************about-section*********************/
.about-inner{
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: start;
    position: relative;
    grid-gap: 40px;
}
.about-section-global .about-inner {
	display: block;
	width: 100%;
	padding: 0 10px;
}
.about-section{
    position: relative;
}
.about-section-global {
	border-bottom: 0px solid #d2d2d2;
}
.about-section h2{
    text-align: left;
    margin-bottom: 15px
}
.about-section-global h2 {
	text-align: center;
}
.about-section .subtitle{
    font-size: 24px;
    line-height: normal;
}
.about-header{
    margin-bottom: 40px;
}
.about-body{
    position: relative;
    font-size: 18px;
    line-height: 1.2em;
    padding: 0 10px;
    text-align: left;
}
.about-body .text {
    margin-bottom: 40px;
    line-height: 1.4em;
}
.about-section .content{
    padding-right: 70px;
    padding-bottom: 50px;
    order: 2;
    position: relative;
}
.about-section-global .content {
	padding-right: 0;
	padding-bottom: 0;
}

.about-wrapper{
    border-bottom: 0px solid #d2d2d2;
}

.about-section-global .about-wrapper {
	border-bottom: none;
}

.about-section .img-wrap{
    border-radius: 15px;
    overflow: hidden;
    height: 100%;
    max-height: 600px;
    border: solid 1px #f25a60;
}
.about-section .img-wrap img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.about-section .button{
    position: absolute;
    left: 0;
    bottom: 15px;
}
.about-section-global .more-wrapper {
	text-align: center;
	display: none;
}

.about-section-global .more-wrapper .button {
	position: inherit;
}

.num{
    font-family: 'Exo 2', sans-serif;
    font-size: 80px;
    font-weight: 800;
    margin-bottom: 10px;
    color: #FF5168;
    line-height: normal;
    background: linear-gradient(#2e2e2e 33%, #FF4B55 66%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.nums-inner{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-items: center;
}
.nums-wrapper .item{
    text-align: center;
    width: 70%;
    font-size: 19px;
    border-top: 0px solid #ebebeb;
    border-bottom: 1px;
    border-left: 7px solid #efefef;
    border-right: 7px solid #ffd3d3;
    border-radius: 20px;
    width: 80%;
    padding: 0 10px;
}
@media (max-width: 991px){
    .about-section .img-wrap{
        display: none;
    }
    .about-inner{
        grid-template-columns: 1fr;
    }
    .about-section h1{
        font-size: 40px;
    }
    .about-section .content{
        padding-right: 0;
    }
    .nums-wrapper .item{
        width: 100%;
    }
    .nums-wrapper .item{
        width: 70%;
    }
    .about-section .subtitle{
        font-size: 24px;
    }
    .about-section .text{
        letter-spacing: 0;
        line-height: 1.4em;
    }
   
}
@media (max-width: 767px) {
    .nums-inner{
        grid-template-columns: 1fr 1fr;
    }
    .about-wrapper{
        text-align: center;
    }
    .about-section h1{
        text-align: center;
    }
    .about-section .button{
        left: calc(50% - 67px);
    }
    .about-section h2{
        text-align: center;
    }
}
@media (max-width: 540px) {
    .nums-wrapper .item {
        width: 100%;
    }
}
@media (max-width: 467px) {
    .about-section h1{
        font-size: 24px;
        margin-bottom: 10px;
    }
    .about-section .subtitle{
        font-size: 20px;
    }
    .about-section .text{
        font-size: 16px;
    }
}

@media (max-width: 375px) {
    .nums-inner{
        grid-template-columns: 1fr;
    }
    .nums-wrapper .item {
        width: 100%;
    }
}
@media (max-width: 340px) {
    .nums-wrapper .item {
        width: 70%;
    }
}
/**********************about-section*********************./*/

/**********************question-section********************/
.accordeon .item-body {
    display: none;
    font-weight: 300;
    padding-top: 15px;
    padding-right: 40px;
    padding-bottom: 20px;
    padding-left: 10px;
    line-height: normal;
    line-height: 1.6em;
    font-size: 18px;
    color:#4a4a4a;
}
.accordeon .item-head{
    min-height: 50px;
    padding: 15px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    padding: 15px 30px;
    background: #fff;
    border-radius: 15px;
}
.accordeon .item-icon{
    width: 40px;
    height: 40px;
    transform: rotate(45deg);
    border-radius: 100px;
    background: #fffcfd;
    border: 1px solid #d5d5d5;
    display: flex;
    align-items: center;
    justify-content: center;
	transition: all 200ms ease-out;
}
.accordeon .item-icon:before{
    content:'';
    border-right:2px solid #000;
    border-bottom:2px solid #000;
    width: 8px;
    height: 8px;
    transition: all ease-out 200ms;
	transition: all 200ms ease-out;
}
.accordeon .item-head:hover .item-icon{
    background: #FF5168;
	transition: all 200ms ease-out;
}
.accordeon .item-head:hover .item-icon:before{
    border-right:2px solid #fff;
    border-bottom:2px solid #fff;
	transition: all 200ms ease-out;
}
.accordeon .item.active .item-icon{
    transform: rotate(225deg);
}
.accordeon .item.active .item-icon:before{
    margin-top: -1px;
    margin-right: 3px;
}
.question-section{
    background: #F1F1F1;
    border-radius: 30px;
    padding: 0 15px;
}
.accordeon .item-img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
	transition: all 200ms ease-out;
}
.accordeon .item-title{
    font-weight: 500;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.3;
    width: calc(100% - 60px);
    font-size: 20px;
    color:#000;
	transition: all 200ms ease-out;
}
.question-header{

    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.question-section .button{
    min-width: 160px;
}
.question-header h2{
    margin-bottom: 10px;
    text-align: center;
}
.question-section .subtitle{
    font-size: 24px;
    line-height: normal;
}
.accordeon .item{  
    margin-bottom: 3px;
}
.question{
    z-index: 1;
    position: relative;
}
.question-title {
    z-index: 1;
    position: relative;
}
@media (max-width: 991px) {
    .accordeon .item-title{
        font-size: 18px;
    }
    .accordeon .item-body {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .question-header h2{
        text-align: center;
    }
    .question-section .subtitle{
        text-align: center;
    }
    .question-header{
        justify-content: center;
    }
    .accordeon .item-body{
        padding-right: 0px;
        padding-left: 20px;
    }
}
@media (max-width: 467px){
    .question-section .subtitle{
        text-align: center;
        font-size: 20px;
    }
}
/**********************question-section*******************./*/

/**********************comment-section*************/

.comment-header{
text-align:center;
    margin-bottom: 30px;
}
.comment-header h2{
    margin-bottom: 10px;
}
.comment-section{
    background-repeat: no-repeat;
    background-position: 50%;
    position: relative;
    background-size: cover;
    width: 100%;
    padding: 0 15px;
}
.comments_container {
	background: #F1F1F1;
	border-radius: 30px;
	padding: 10px 30px 15px 30px;
}
    
.comment-inner{
    margin: 10px -15px 30px -15px;
    margin-bottom: 0 !important;
    padding-bottom: 50px;
}
.comment-inner .item-wrapper > div{
    color: #000;
    z-index: 50;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: #fff;
    padding-bottom: 40px;
    border-radius: 15px;
    padding: 50px 30px 20px;
    margin: 0 15px;
    height: 100%;
    position: relative;
}
.comment-inner .item-text{
    font-size: 17px;
    color: #1a1a1a99;
}
.comment-inner  path{
    fill: #F1F1F1;
}
.comment-inner  svg{
    width: 40px;
    height: 40px;
}
.comment-inner .item-img{
    width: 100px;
    height: 100px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 10px solid #F1F1F1;
    margin-top: -100px;
    margin-bottom: 20px;
    background-position: center center;
    background-size: cover;
}
.comment-inner .slick-track{
    display:flex;
}
.comment-inner .slick-slide{
    height:auto;
    flex:0 0 auto;
}
.comment-inner .item-img img{
    width: 40px;
}
.comment-inner .item-title{
    font-size: 20px;
    position: absolute;
    top: 15px;
    left: 150px;
    max-width: 430px;
    line-height: 100%;
}
@media (max-width: 457px) {
	.comment-inner .item-title{
	    left: 130px;
	    top: 10px;
	    max-width: 100%;
	}
}
.comment-inner .slick-slide{
    padding-top: 40px;
}
.inner-template .comment-inner .item-wrapper{
    margin-bottom: 70px;
}
.inner-template .comment-inner .item-wrapper:last-child{
    margin-bottom: 0px;
}
.inner-template .comment-inner .item-wrapper > div{
    box-shadow: 0 0 13px #0000001c;
}
@media (max-width: 991px) {
    .comment-inner .slick-slide{
        height: max-content;
    }
    .comment-inner .item-body{
        width: 100% !important;
    }
    .comment-inner .item-img{
        width: 100px !important;
        height: 100px;
        display: flex !important;
    }
    .comment-inner .slick-slide > div{
        margin-bottom: 60px;
    }
    .comment-inner .slick-slide > div:last-child{
        margin-bottom: 20px;
    }
    .comment-inner{
        padding-bottom: 20px;
    }
}

@media (max-width: 767px) {
   .comment-header{
        justify-content: center;
   }
   .comment-header h2{
        text-align: center;
   }
}
@media (max-width: 457px) {
    .comment-inner .slick-slide > div{
        padding: 50px 20px 80px;
    }
    .comment-inner .item-title{
        font-size: 16px;
    }
}

/***********************comment-section************./*/



/* tabs */
.box{
    position: fixed;
    top: -999999999px;
    left: -999999999px;
    opacity: 0;
    width: 1270px;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
.box.visible{
    position: static;
    top: auto;
    left: auto;
    opacity: 1;
    padding-left: 0;
    padding-right: 0;
}
ul.tabs {
    width: 100%;
    border-bottom: 1px solid #D5D5D5;
}

ul.tabs li{
    display: table-cell;
    height: 50px;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
    border: 1px solid transparent;
    border-bottom: none;    
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 600;
    color: #333333;
    background: #fff;
  transition: all 200ms ease-out;
    position: relative;
    padding: 10px 35px;
}
ul.tabs li.current,
ul.tabs li.current:hover{
    border-color: #d5d5d5;
    background: #fff;
    color: #333333;
}
ul.tabs li:hover{
    background: #F6F6F6;
    border-color: #F6F6F6;        
}
ul.tabs li.current:after{
    content:"";
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -2px;
    left: 0;
    background: #fff;
}
.mobile-tab-header{
    display: none;
}

ul.tabs{
    border-bottom: none;
}
ul.tabs li.current::after{
    display: none;
}
ul.tabs li{
    color: #2e2e2e;
    border: 1px solid #E7E7E7;
    border-left: none;
}
ul.tabs li:first-child {
    border-left: 1px solid #E7E7E7;
    border-radius: 3px 0 0 3px;
}
ul.tabs li:last-child{
    border-radius: 0 3px 3px 0;
}
ul.tabs li.current, 
ul.tabs li.current:hover {
    background: #e6007e;
    border-color: #e6007e;
    color: #fff;
}
@media only screen and (max-width: 767px){
    .mobile-tab-header{
        padding: 14px 40px 14px 14px;
        color: #ffffff;
        background: #E6007E;
        width: 100%;
        position: relative;
        display: block;
        font-weight: 600;
        border-radius: 3px;
    }
    .mobile-tab-header.active{
        border-radius: 3px 3px 0 0;
    }
    ul.tabs {
        position: relative;
        display: none;
        border: none;
    }
    .mobile-tab-header:after{
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        margin-top: -10px;
        right: 24px;
        width: 12px;
        height: 12px;
        border-bottom: 2px solid #fff;
        border-right: 2px solid #fff;
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        transition: all 200ms ease-out;
    }
    .mobile-tab-header.active:after {
        -moz-transform: rotate(225deg);
        -webkit-transform: rotate(225deg);
        -o-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
        transform: rotate(225deg);
        margin-top: -4px;
    }
    ul.tabs li {
        padding: 15px;
        width: 100%;
        border: 1px solid #E9E9E9;
        border-top: none;
        display: block;
        height: auto;
        text-align: left;
        text-transform: none;
        font-size: 15px;
    }
    ul.tabs li.current{
        display: none;
    } 
    ul.tabs li:last-of-type{
        border-radius: 0 0 3px 3px;
    }
    .mobile-tab-header.active + ul.tabs{
        display: block;
        margin: 0 -1px 0;
        width: auto;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }
}
@media only screen and (min-width: 768px){
    .tabs.mobile{
        display: block !important;
    }
}
/* /. tabs */


/******************gallery-section************/

.gallery-section{

}
.lg-backdrop.in{
    opacity: 0.7!important;
}
.gallery-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
}
.gallery-wrapper .item{
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.gallery-wrapper .plus{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 47%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
	transition: all 200ms ease-out;
}
.gallery-wrapper .plus svg{
    width: 50px;
    height: 50px;
    fill: #fff;
	transition: all 200ms ease-out;
}

.gallery-wrapper .item:hover .plus{
    opacity: 1;
	transition: all 200ms ease-out;
}
.gallery-wrapper .item:hover  .plus svg{
    transform: scale(1.3);
	transition: all 200ms ease-out;
}
.gallery-wrapper .img-wrapper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 1259px) {
    .gallery-wrapper {
        grid-gap: 10px;
    }
}
@media (max-width: 991px) {
}
@media (max-width: 767px) {
    .gallery-wrapper {
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px;
    }
    .gallery-section h2 {
        margin-bottom: 20px!important;
    }
}
@media (max-width: 520px) {
    .gallery-wrapper {
        grid-gap: 10px;
    }
}
/******************gallery-section***********./*/




/******************case-section*****************/
.case-section .case-inner{

}
.case-header{
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.case-header h2{
    margin-bottom: 10px;
    text-align: left;
}

.case-section h2{
    text-align: center;
    margin-bottom: 5px;
}
.case-inner .case-item{
    border: 1px solid #c9c9c9;
    border-radius: 30px;
    padding: 60px;
    display: grid;
    grid-template-columns: 1fr 55%;
    grid-gap: 40px;
    margin-bottom: 40px;
}
.case-inner .case-item:nth-child(even){
    grid-template-columns: 55% 1fr;
}
.case-inner .case-item .title{
    margin-bottom: 20px;
    line-height: 1.1em;
    font-size: 30px;
    font-weight: bold;
    color:#000;
}
.case-slider-overflow,
.case-slider,
.case-slider .item,
.case-slider .img-wrap {
	height: 100%;
}
.case-slider * {
	border-radius: 25px;
}
.case-slider .slick-prev{
    left: 30px !important;
    background: #fff;
}
.case-slider .slick-next{
    right: 30px !important;
    background: #fff;
}
.case-slider .slick-dots{
    bottom: 20px !important;
}
.case-section .text{
    line-height: 1.5em;
    margin-bottom: 10px;
}
.case-section .plus{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 47%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
	transition: all 200ms ease-out;
}
.case-section .plus svg{
    width: 50px;
    height: 50px;
    fill: #fff;
	transition: all 200ms ease-out;
}

.case-section .slick-slider .item:hover .plus{
    opacity: 1;
	transition: all 200ms ease-out;
}
.case-section .slick-slider .item:hover  .plus svg{
    transform: scale(1.3);
	transition: all 200ms ease-out;
}
.сomponents{
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(3, 1fr);
}
.сomponents-item{
    display: grid;
    grid-template-columns: 40px 1fr; 
    grid-gap: 10px;   
}
.сomponents-item .img-wrap{
    width: 40px;
    height: 40px;
}
.case-inner .item .сomponents-item .title{
    margin-bottom: 5px;
    font-size: 15px;
    line-height: normal;
}

.сomponents-item  .img-wrap{

}
.case-section .content .button{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    bottom: 0;
}
.case-section .content{
    position: relative;
    padding-bottom: 30px;
    font-size: 15px;
    height: 100%;
}
.case-section .case-item .slick-slider{
    margin-bottom: 0 !important;
    border-radius: 30px;
    height: auto;
    aspect-ratio: 1.6/1;
    margin: 0 -7px;
}
.case-slider-overflow{
    overflow: hidden;
}
.case-section .case-item .slick-slider .item{
    position: relative;
    overflow:hidden;
    border-radius:30px;
    margin: 0 7px;
}
.case-inner > .case-item:nth-child(even) .content{
    order:2;
}

@media (max-width: 1440px) {
    .case-inner .case-item{
        grid-template-columns: 50% 46%;
        padding: 40px;
        align-items: center;
    }
    .case-inner .case-item:nth-child(even){
        grid-template-columns: 46% 50%;
    }
    
}
@media (max-width: 1259px) {
}
@media (max-width: 1115px) {
    .сomponents{
        grid-template-columns:1fr 1fr;
    }
    .case-section .сomponents-item > .content{
        padding-bottom: 0px;
    }
    .case-section .content{
        padding-bottom: 70px;
    }
    .case-inner .case-item{
        align-items: start;   
    }
    .case-section .case-item .slick-slider .item{
        margin: 15px 0;
    }
    .case-section .slick-slider{
        margin: -15px 0;
    }
    .case-slider .slick-dots{
        top: calc(50% - 15px);
    }
}
@media (max-width: 991px) {
    .case-inner .case-item{
        display: flex;
        flex-wrap: wrap;
    }
    .case-slider-wrapper{
        width: 100%;
    }
    .case-section .content{
        order: 2;
    }
    .case-slider-wrapper{
        width: 100%;
    }
    .case-inner .case-item{
        width: 100%;
        margin: 0 auto 40px;
    }
    .case-header{
        margin-bottom: 50px;
        justify-content: center;
        text-align: center;
    }
    .case-section h2{
        text-align: center;
    }
    .case-section .slick-slider{
        aspect-ratio: auto;
        padding-bottom: 30px;
    }
    .case-slider .slick-dots{
        top:auto;
        bottom: 0px !important;
    }
    .case-section .slick-slider .item{
        margin: 0 7px;
    }
    .case-inner .case-item{
        grid-gap: 20px;
    }
    .case-section .case-item .slick-slider{
        margin: 0 -7px;
    }
    .сomponents{
        grid-template-columns: 1fr 1fr 1fr;
    }
}
@media (max-width: 767px) {
	.case-inner {
		margin-bottom: 15px !important;
	}
    .case-inner .case-item{
        width: 100%;
        padding: 30px;
    }
    .case-inner.case-item .title{
        font-size: 20px;
    }
    .case-section .case-item .slick-slider{
        border-radius: 20px;
    }
    .case-slider .slick-dots { 
	    bottom: -6px !important;
    }
}
@media (max-width: 600px) {
    .сomponents{
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 520px) {
    .case-inner .case-item{
        padding: 20px 20px 30px;
    }
}
@media (max-width: 467px) {
    .сomponents{
        grid-template-columns: 1fr;
    }
    .case-header{
        margin-bottom: 30px;
    }
}
/******************case-section***************./*/



/**********************news-section*************/


.news-inner{
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 30px;
}
.news-inner .item{
    border: 1px solid #e8e8e8;
    border-radius: 15px;
    position: relative;
    display: grid;
    grid-template-columns: 600px 1fr;
    border-radius: 15px 15px 0 0;
    overflow: hidden;
    cursor: pointer;
}
.news-inner:not(.news-inner-slider) .item:hover img{
    transform: scale(1.2);
	transition: all 200ms ease-out;
}
.news-inner .button{
    z-index: 10;
}
.news-bottom{
    width: calc(100% - 80px);
    position: absolute;
    bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.news-date{
    color: #747474;
    font-size: 22px;
}
.news-inner .item:hover .item-title{
    color: #ff5168;
	transition: all 200ms ease-out;
}
.news-inner .link{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 15px;
    z-index: 10;
}
.news-inner .item-body{
    padding: 40px 40px 80px;
    position: relative;
}
.news-inner .item-text{
    font-size: 20px;
    color: #888;
    line-height: 1.4em;
    margin-bottom: 20px;
}
.news-inner .item-img{
    overflow: hidden;
    height: 100%;
}

.news-inner .item-img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
	transition: all 200ms ease-out;
}
.news-inner .item-title{
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #000;
    line-height: 1.3;
	transition: all 200ms ease-out;
}
.news-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.news-header h2{
    margin-bottom: 10px;
    text-align: left;
}

.news-inner .item {
    border: 1px solid #e8e8e8;
    border-radius: 15px;
    position: relative;
    display: grid;
    grid-template-columns: 50% 50%;
}
.news-inner .item:nth-child(even) .item-img{
    order: 2;
}

.news-inner-slider .slick-dots {
	margin-bottom: -30px;

}
@media (max-width: 1585px){
	
	.news-inner .slick-prev, .news-inner .slick-next {
	    display: block !important;
	}
	.news-inner .slick-prev:after {
		display: none !important;
	}
	.news-inner .slick-next:after {
	    display: none !important;
	}
		
	.news-inner .slick-prev {
	    left: 0px !important;
	    margin-top: 0 !important;
	    bottom: 0 !important;
	}
	
	.news-inner .slick-next {
	    right: 0 !important;
	    margin-top: 9px !important;
	    bottom: 0 !important;
	}	
}

@media (max-width: 985px){
	.news-inner .slick-prev, .case-inner .slick-next {
	    display: block !important;
	}

	
	.news-inner .slick-prev {
	    left: -2px !important;
	    margin-top: 0 !important;
	    bottom: 0 !important;
	}
	
	.news-inner .slick-next {
	    right: -2px !important;
	    margin-top: 9px !important;
	    bottom: 0 !important;
	}
}

@media (max-width: 991px){
    .news-inner .item{
        grid-template-columns: 1fr;
    }
    .news-inner .item:nth-child(even) .item-img{
        order: 0;
    }
    .news-inner{
        grid-template-columns: 1fr 1fr;
    }
    .news-bottom{
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column-reverse;
        grid-gap: 15px;
    }
    .news-inner .item-title{
        font-size: 23px;
    }
    .news-inner .item-img{
        height: auto;
        aspect-ratio: 1.4/1;
    }
     .news-inner .item-body{
        padding-bottom: 120px;
    }
    .news-inner .item{
        display: flex;
        flex-direction: column;
    }
    .news-inner .item-text{
        font-size: 16px;
    }
    .news-section .item:nth-child(3){
        display: none;
    }
    .news-date{
        font-size: 17px;
    }
}
@media (max-width: 767px) {
    .news-bottom{
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
        width: calc(100% - 80px);
    }
    .news-inner{
        grid-template-columns: 1fr;
    }
    .news-inner .item-body{
        padding: 40px 20px 80px;
    }
    .news-header h2{
        text-align: center;
    }
    .news-section .subtitle{
        text-align: center;
    }
    .news-bottom{
        width: calc(100% - 40px);
    }
    .news-header{
        justify-content: center;
    }
    .news-inner .item-text{
        font-size: 17px;
    }
    .news-inner .item-title{
        font-size: 20px;
    }
   
}
@media (max-width: 460px) {
    .news-inner .item-title{
        font-size: 21px;
    }
    .news-date{
        font-size: 21px;
    }
    .news-inner .item-title{
        font-size: 18px;
    }
    .news-date{
        font-size: 17px;
    }
    .news-inner .item-text{
        font-size: 15px;
    }
     .news-bottom{
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column-reverse;
    }
    .news-inner .item-body{
        padding: 40px 20px 120px;
    }
}
@media (max-width: 350px){
    .news-date{
        font-size: 14px;
    }
    .news-inner .item-img{
        height: 200px;
    }
    .news-inner .item-body{
        padding-bottom: 30px;
    }
    .news-bottom{
        position: relative;
        bottom: 0;
        align-items: flex-start;
        flex-direction: column-reverse;
        grid-gap: 10px;
        width: 100%;
    }
}
/***********************services-section************./*/



/***********************brands-section*************/
.brands-section{
    background: #fff;
}
.brands .item{
    width:328px;
} 
.brands.slick-slide .item{
    width:auto;
}
.brands-section .subtitle{
    text-align: center;
}
.brands-section h2{
    margin-bottom: 10px;
}
.brands-section .item{
    padding: 20px;
    margin: 0px 15px;
    background: #fff;
    border-radius: 15px;
	transition: all 200ms ease-out;
    cursor: pointer;
}
.brands-section .item:hover{
    filter: saturate(1);
	transition: all 200ms ease-out;
}
.brands-section img{
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
}
.brands-section * {
	
}
    
.brands-inner{
    margin-top: 30px;
}
.brands-section .text{
	padding: 10px;
}
.brands{
    margin: 0px -15px;
}
.brands-wrapper{
    overflow: hidden;
}
/***********************brands-section************./*/

/***********************about-2-section*************/

.about-2-section .img-wrap{
    order: 2;
    height: 100%;
    max-height: 600px;
}
.about-2-section .content{
    order: 0;
    padding-right: 0;
    height: 100%;
}
.about-2-section img{
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.about-2-section  .about-inner{
    align-items: start;
}
.about-2-section .about-wrapper{
    border-bottom: none;
}
.about-2-section h2{
    text-align: left;
}
@media (max-width: 767px) {
    .about-2-section h2{
        text-align: center;
        margin-bottom: 10px;
    }
}
/***********************about-2-section************./*/



/***********************steps-section*************/
.steps-section{
    background-repeat: no-repeat;
    background-position: 50%;
    position: relative;
    background-size: cover;
    background: #F1F1F1;
}
.steps-header{
    margin-bottom: 40px;
}
.steps-section h2{
    margin-bottom: 10px;
}
.steps-section .subtitle{
    text-align: center;
}
.steps-section:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.5;
    top: 0;
}
.steps-inner{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 30px;
}
.steps-inner .item{
    color: #000;
    z-index: 50;
    text-align: left;
    display: flex;
    background: #fff;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 40px;
    border-radius: 15px;
    padding: 30px 30px 50px;
    position: relative;
}
.steps-inner .item-text{
    color: #656565;
    font-size: 17px;
}
.steps-inner  svg{
    fill:#fff;
}
.steps-inner .item-img{
    width: 80px;
    height: 80px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 3px solid #ff5168;
    margin-top: -70px;
}
.steps-inner .item-img:after{
    content: '';
    width: 95px;
    height: 95px;
    position: absolute;
    background: #f8f8f8;
    z-index: -1;
    border-radius: 50%;
}
.steps-inner .item-img img{
    width: 40px;
}
.steps-inner .item-title{
    font-size: 20px;
    font-weight: bold;
    margin: 20px 0 5px;
}
.steps-inner .item-num{
    font-weight: 900;
    font-size: 50px;
    font-family: 'Exo 2', sans-serif;
    color: #ccc;
}

.steps-inner .item-back{
    font-weight: 900;
    font-size: 150px;
    font-family: 'Exo 2', sans-serif;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 200px;
    height: 180px;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.04;
}
@media (max-width: 1259px) {
    .steps-inner .item-back{
        font-size: 110px;
        width: 150px;
        height: 140px;
    }
}
@media (max-width: 991px) {
    .steps-inner{
        grid-template-columns: 1fr;
    }
    .steps-inner .item-img{
        margin-top: 0;
    }
    .steps-inner .item-img img{
        width: 40px;
        height: 40px;
    }
    .steps-inner .item {
        flex-direction: inherit;
        display: grid;
        grid-gap: 30px;
        text-align: left;
        padding: 30px;
    }
    .steps-inner{
        grid-gap: 10px;
    }
    .steps-inner{
        grid-template-columns: 1fr 1fr;
    }

}

@media (max-width: 467px) {
    .steps-inner {
        grid-template-columns: 1fr;
    }
}
/***********************steps-section************./*/

/***********************footer-section************./*/
.footer-wrapper{
    background: #f7f3f3;
    color:#fff;
    flex-shrink: 0;
}
.footer{
    min-height: 100px;
    padding: 40px 0;
    text-align: right;
}
.footer-push{
    height: 100px;
}
footer .agreement{
    margin-bottom: 0;
}
footer h3{
    color:#fff;
    font-size: 30px;
    line-height: normal;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    display: flex;
    position: relative;
    font-weight: 800;
    width: 100%;
    margin-bottom: 10px;
}
footer .subtitle {
    display: flex;
    vertical-align: top;
    position: relative;
    font-size: 20px;
    width: 100%;
    color: #929292;
}

footer .name-company {
	position: relative;
	left: 11px;
	margin-top: -22px;
}

footer .header_social_buttons {
	position: relative;
	left: 11px;
}

footer .header_social_button {
	background: #fff;
	display: inline-block;
	border-radius: 5px;
}

footer .header_social_button img {
	width: 30px; 
}

.form-wrap{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ffffff17;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.input-wrapper{
    display: flex;
    justify-content: space-between;
    grid-gap: 15px;
}
.input-wrapper .form-group{
    width: 100%;
}
.input-wrapper .form-control{
    margin-bottom: 10px;
}
.contacts .three svg{
    fill:#ff5a5c;
}
.contacts .phone-wrap path{
    fill:#fff !important;
}
.phone-wrap a{
    font-weight: 600;
    font-size: 19px;
    display: block;
    color: #fff;
}
footer .agreement label{
    font-size: 14px;
    display: grid;
    grid-template-columns: 20px 1fr;
}
.form-wrap{

}
footer .contacts{
    display: flex;
    columns: 2;
    justify-content: space-around;

    padding-bottom: 30px;
    border-bottom: 1px solid #ffffff47;
}
.footer-inner .header-phone path{
    fill: #ff5c5b !important;
}
footer .contacts .button{
    margin-top: 10px;
    width: 100%;
}
footer .contacts .button:hover{
    border: 2px solid #fff;
    color:#fff;
}
.item.two{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 50px;
}
.item.two .menu-title{
    padding-bottom: 15px;
}
.item.two .menu-title, .item.two .menu-title a{
    color: #1e1e1e;
    font-size: 17px;
    display: block;
    position: relative;
}
.item.two .menu-title a:hover{
    color: #ff5168;
}
.item.two .menu-title:before{
    content: '';
    width: 30px;
    height: 1px;
    background: #a6a6a6;
    position: absolute;
    bottom: 3px;
    left: 0;
}
.item.one{
    display: flex;
    flex-direction: column;
    grid-gap: 20px;
    padding-right: 40px;
}
.social{
    display: flex;
    flex-direction: row;
    grid-gap: 10px;
    flex-wrap: nowrap;
    justify-content: space-around;
}
.socials{
    display: flex;
    justify-content: space-between;
    grid-gap: 7px;
    width:140px;
}
.socials .item{
    border: 1px solid #ffffff17;
    border-radius: 50%;
    width: 40px;
    display: flex;
    height: 40px;
    align-items: center;
    justify-content: center;
}
.socials .item:hover{
    filter: brightness(1.2);
}
.socials .item.youtube{
    background: #FF0100;
}
.socials .item.vk{
    background: #0077FE;
}
.socials .item.inst{
    background: #F700AD;
}
.socials .item.whatsapp{
    background: #2FB944;
}
.socials .item.viber{
    background: #735FF2;
}
.socials .item.tg{
    background: #239FDC;
}

.socials svg{
    fill: #ffffff;
    width: 20px;
    height: 20px;
    position: relative;
    text-align: center;
	transition: all 200ms ease-out;
}
.socials .item:hover svg{
    fill: #fff;
    text-align: center;
	transition: all 200ms ease-out;
}
.social .title{
    color: #ffffffa1;
}
footer .phone-wrap{
    line-height: 1.1em;
    font-size: 13px;
}
footer .phone-wrap a{
    font-size: 17px;
    position: relative;
    top: 5px;
    color: #4a4a4a;
}
footer .footer-schedule{
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 20px; 
}
.footer-schedule svg{
    width: 20px;
    height: 20px;
    margin-top: 0;
    margin-right: 9px;
    position: relative;
    top: -1px;
}
.contacts .item-wrap.phone{
    margin-bottom: 10px;
}
footer .contacts-wrap{
    font-size: 17px;
    color: #484545;
    font-weight: 300;
}

footer .contacts-wrap span {
    color: #fff;
    font-size: 17px;
    margin-bottom:6px;
    display: inline-block;
}
footer .header-adress svg{
    width: 22px;
    height: 22px;
    position: relative;
    top: -3px;
    margin-right: 9px;
}
footer .header-adress{
margin-bottom: 20px;
}
footer .email {
    color:#5a5757;
    text-decoration: none;
    position: relative;
    top: -3px;
}
footer ul{
    padding: 0;
    list-style: none;
}
footer .footer-email svg{
    fill: transparent !important;
    width: 22px;
    height: 14px;
    position: relative;
    top: 0px;
    margin-right: 9px;
}
footer .footer-email svg path {
    stroke: #ff5b5a;
}
.item.one .button{
    font-size: 14px;
    border: 1px solid #fff;
    background: transparent;
}
.item.one .button:hover{
    background: #fff;
    color:#000;
}
.footer-email{
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
}
.footer-bottom{
    display: flex;
    justify-content: space-between;
    color: #363636;
    width: 100%;
    grid-gap: 5px 20px;
    flex-wrap: wrap;
}
.two ul li a{
    color: #323232;
    display: inline-block;
    line-height: 2em;
    font-size: 17px;
    align-items: center;
    font-weight: 300;
}
.two ul .menu-title{
    
}
.two ul li a:hover{
    color: #ff5168;
}

.two ul li{
    position: relative;
}

.contacts .item-wrap{
    display: flex;
    grid-gap: 50px;
}
.support a{
    text-decoration: underline;
    color: #929292;
}
footer .form-header{
    margin-right: 40px;
    width: 50%;
}
.item-title-btn{
    display: none;
}
@media (max-width: 1259px) {
   footer .item.two{
       display: none;
   }
}
@media (max-width: 1130px) {
   
}
@media (max-width: 991px) {
    .form-wrapper{
        width: 50%;
    }
    footer .contacts{
        align-items: flex-start;
    }
}
@media (max-width: 767px) {
    .form-wrapper{
        width: 100%;
    }
	.brands-section .item{
        margin: 0 7px;
    }
    .brands{
        margin: 0px -7px;
    }
    footer .contacts{
        flex-direction: column;
    }
    .item.one{
        margin-bottom: 40px;
        padding: 0;
    }
    footer .social{
        align-items: flex-start;
    }
    footer .fancyboxCallback{
        max-width: 300px;
    }
    .form-wrap{
        flex-direction: column;
    }
    footer .form-header{
        width: 100%;
    }
    footer .form-header{
        margin-bottom: 30px;
    }
    .contacts .item.two{
        display: none;
    }
    footer .contacts .item.two{
        display: flex;
        margin-bottom: 30px;
        flex-direction: column;
        grid-gap: 0px;
        width: 100%;
   }
   .item.two .menu-title{
       width: 100%;
       display: flex;
       justify-content: space-between;
   }
   .item.two .menu-title:before{
       display: none;
   }
   .item-title-btn svg{
       transition: all 200ms ease-out;
   }
   footer .contacts .menu-item.active .item-title-btn svg {
        transform: rotate(45deg);
        transition: all 200ms ease-out;
    }
   .menu-list{
        display: none;
    }
    .item-title-btn path{
        stroke: #b3b3b3;
    }
    .item-title-btn{
        display: block;
    }
}
@media (max-width: 467px) {
    .contacts .item.two{
        display: none;
    }
    footer h3{
        font-size: 24px;
    }
}
@media (max-width: 375px) {
    .input-wrapper{
        flex-direction: column;
        grid-gap: 0px;
    }
    .form-wrapper .button{
        width: 100%;
        margin-bottom: 20px;
    }
}
footer a:hover{
    color:#ff5168;
}

/***********************footer-section************./*/



/***********************certificate-section***********/

.certificate-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.certificate-header h2{
    margin-bottom: 10px;
    text-align: left;
}
.certificate-wrapper {
    display:grid;
    grid-template-columns:1fr 1fr 1fr;
}
.certificate-wrapper.certificate-slider{
    margin: 0 -15px;
}
.certificate-wrapper.slick-initialized{
    display: block;
}
.certificate-wrapper .item{
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    height: auto;
}
.certificate-wrapper.certificate-slider{
    padding-bottom: 40px;
}
.certificate-wrapper .plus{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 47%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
	transition: all 200ms ease-out;
}
.certificate-wrapper .plus svg{
    width: 50px;
    height: 50px;
    fill: #fff;
	transition: all 200ms ease-out;
}

.certificate-wrapper .item:hover .plus{
    opacity: 1;
	transition: all 200ms ease-out;
}
.certificate-wrapper .item:hover  .plus svg{
    transform: scale(1.3);
	transition: all 200ms ease-out;
}
.certificate-wrapper .img-wrapper img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-height: 270px;
}
.certificate-wrapper .img-wrapper{
    height: 100%;
    padding: 30px;
    border: 1px solid #e8e8e8;
    border-radius: 15px;
}
.certificate-wrapper.slick-slider .item{
    margin: 0 15px;
}
.certificate-wrapper .slick-track{
    display: flex;
}
.certificate-notslider{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
}
.certificate-overflow{
    overflow: hidden;
}
.certificate-section{
    width: 100%;
}
@media (max-width: 1259px) {
    .certificate-wrapper {
        grid-gap: 10px;
    }
}
@media (max-width: 991px) {
    .certificate-wrapper {
        grid-template-columns:1fr 1fr;
    }
}
@media (max-width: 767px) {
    .certificate-wrapper {
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }
    .certificate-section h2 {
        margin-bottom: 10px;
        text-align: center;
    }
    .certificate-header{
        justify-content: center;
    }
}
@media (max-width: 520px) {
    .certificate-wrapper {
        grid-gap: 10px;
    }
    .certificate-wrapper .img-wrapper{
        padding: 20px;
    }
}
@media (max-width: 467px) {
    .certificate-wrapper h2{
        margin-bottom: 0!important;
    }

}
/***********************certificate-section**********./*/



/**********************team-section*************/

.team-section{
    background: #F1F1F1;
    width: 100%;
    border-radius: 30px;
    padding: 0 15px 0 15px;
}

.team-inner .slick-track{
    display: flex;
}
.team-inner{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.team-inner .slick-list{
    margin: 0 -15px;
}
.team-slider.slick-initialized {
    display: block;
}
.team-slider{
    padding-bottom: 20px;
    margin-bottom: 0 !important;
}
.slick-dots{
	display: none;

}
.team-inner .item{
    border: 1px solid #e8e8e8;
    border-radius: 15px;
    position: relative;
    background: #fff;
    height: auto;
}

.team-inner.slick-slider .item{
    margin: 0 15px;
}
.team-inner .item .link:focus{
    border: 0;
}
.team-inner .item:hover img{
    transform: scale(1.2);
	transition: all 200ms ease-out;
}
.team-inner .item:hover .item-title{
    color: #ff5168;
	transition: all 200ms ease-out;
}
.team-inner .link{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 15px;
    z-index: 1;
}
.team-inner .item-body{
    padding: 30px 30px 30px;
    text-align: center;
}
.team-inner .item-text{
    font-size: 19px;
    color: #3a3a3a;
    line-height: 1.4em;
}
.team-inner .item-img{
    border-radius: 15px 15px 0 0;
    overflow: hidden;
    aspect-ratio:1/1;
    padding: 30px 30px 0;
    position: relative;
}
.team-inner .contact-team{
    position: absolute;
    bottom: -75px;
    left: 0;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    background: #00000075;
    text-align: center;
    z-index: 10;
	transition: all 200ms ease-out;
}
.team-inner .item-contact{
    margin: 0 15px;
    padding: 20px 0;
}
.team-inner .item:hover .contact-team{
    bottom: 0px;
    text-align: center;
	transition: all 200ms ease-out;
}
.team-inner .contact-team svg{
    width: 25px;
    height: 25px;
    fill: #fff;
	transition: all 200ms ease-out;
}
.team-inner .contact-team svg:hover{
    fill: #ff5168;
	transition: all 200ms ease-out;
}
.team-inner .contact-team path{
    fill: #fff;
	transition: all 200ms ease-out;
}
.team-inner .contact-team svg:hover path{
    fill: #ff5168;
	transition: all 200ms ease-out;
}
.team-inner .item-img img{
    height: 100%;
    border-radius: 15px;
    width: 100%;
    object-fit: cover;
	transition: all 200ms ease-out;
}
.team-inner .item-title{
    font-size: 25px;
    font-weight: 600;
    line-height: 1.3;
	transition: all 200ms ease-out;
	color:#000;
}
.team-header{
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 30px;
    flex-wrap: nowrap;
}
.team-header h2{
    margin-bottom: 10px;
}
.team-notslider{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
}
.team-overflow{
    overflow: hidden;
}
.team-wrapper{
    position: relative;
}
@media (max-width: 1259px) {
    .team-inner{
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 767px) {
    .team-inner{
        grid-template-columns: 1fr;
    }
    .team-header h2{
        text-align: center;
    }
    .team-section .subtitle{
        text-align: center;
    }
    .team-header{
        justify-content: center;
    }
}
@media (max-width: 467px) {
    .team-inner .item-title{
        font-size: 20px;
    }
    .team-inner .item-text{
        font-size: 16px;
    }
}
@media (max-width: 375px) {
    .team-inner .item-img{
        padding: 20px 20px 0;
    }
}
/***********************team-section************./*/

/*about-template*/
.about-template .img-wrap{
}
.about-template .img-wrap img{
    width: 100%;
    height: 100%;
    object-fit:cover;
}
.about-template .about-main{
   
}
.about-template .nums-wrapper{
    border-top: 1px solid #d2d2d2;
    margin-top: 30px;
}
.content-text{
    line-height: 1.8;
    color: #343434;
    font-size: 16px;
}
.about-template .content-text{
    line-height: 1.5;
    font-size: 17px;
}
.about-template .gallery-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 15px;
}
.about-template .about-main .item:first-child{
    width: 100%;
}
.about-template .about-main .item{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.about-template .about-main .item .img-wrapper{
    width: 100%;
    aspect-ratio: 1.5/1;
}
.about-template .about-main .item .img-wrapper{
    
}
.about-template .about-main .plus{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 47%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
	transition: all 200ms ease-out;
}
.about-template .plus svg{
    width: 50px;
    height: 50px;
    fill: #fff;
	transition: all 200ms ease-out;
}

.about-template .item:hover .plus{
    opacity: 1;
	transition: all 200ms ease-out;
}
.about-template .item:hover .plus svg{
    transform: scale(1.3);
	transition: all 200ms ease-out;
}
.about-template .about-main .team-section{
    background: #fff;
}
.about-template  .content-text{
    width: 50%;
}
.services-template .gallery-wrapper{
    
}
.about-template  .content-img{
    width: 50%;
}
.about-template  .content-img img{
    border-radius: 15px;   
}
.about-template .content-block{
    display: flex;
    grid-gap: 40px;
}
.about-template .question-section{
    background: #fff;
}
.about-template .accordeon .item-head{
    border: 1px solid #c5c5c5;
    margin-bottom: 10px;
}
.about-template .accordeon .item-body{
    padding-top: 10px;
}
.about-template .certificate-notslider .item .img-wrapper{
    aspect-ratio: auto;
}
@media (max-width: 991px) {
    .about-template .content-block{
        flex-direction: column;
    }
    .about-template .content-text{
        width: 100%;
    }
    .about-template .content-img{
        width: auto;
        max-width: 100%;
    }
    .about-template .team-header{
        justify-content: center;
    }
    .about-template .team-header h2{
        text-align: center;
    }
    .about-template .team-header .subtitle{
        text-align: center;
    }
    .about-template .certificate-header{
        justify-content: center;
    }
    .about-template .certificate-header h2{
        text-align: center;
    }
    .about-template .certificate-header .subtitle{
        text-align: center;
    }
}
@media (max-width: 500px) {
    .about-template .content-text{
        font-size: 15px;   
    }
    .about-section .text{
        font-size: 15px;
    }
    .about-template .gallery-wrapper{
        grid-template-columns: 1fr 1fr;
    }
}
/*about-template./*/

.fancybox-thumbs{
    background: #000 !important;
}

/*services-template*/
.services-template .wrapper-content {
    display: flex;
}
.services-template .aside {
    width: 400px;
    padding: 0 0 40px;
}
.main-column {
    width: calc(100% - 400px);
    padding-right: 0;
    padding-left: 40px;
}
.services-template .img-wrap img{
    width: 100%;
    max-width: 100%;
    border-radius: 18px;
}
@media (max-width: 991px) {
    .services-template .wrapper-content{
        flex-direction: column;
    }
    .services-template .aside{
        order: 2;
        width: 100%;
    }
    .main-column{
        width: 100%;
        padding-left: 0;
    }
    .services-template .img-wrap img{
        width: auto;
    }
}
/*aside-menu*/
.aside-menu {
	margin-bottom: 10px;
	transition: all 200ms ease;
}
.aside-menu a {
	display: block;
	text-decoration: none !important;
	color: #171717;
	padding: 15px 46px 15px 25px;
	font-size: 15px;
	line-height: 1.3;
	border-bottom: 1px solid #eee;
}
.aside-menu li:hover>a,
.aside-menu .open>a,
.aside-menu .active>a {
	color: #FF5168 !important;
}
.aside-menu>ul{
    list-style: none;
    padding: 0;
    box-shadow: 0 0 20px 0px #00000012;
    border-radius: 15px;
}
.aside-menu>ul ul {
	display: none;
	list-style: none;
	padding: 0;
}
.aside-menu>ul li:first-child a{
    border-radius: 15px 15px 0 0;
    padding: 25px 46px 15px 25px;
}
.aside-menu>ul li:last-child a{
     border-radius: 0 0 15px 15px;
     padding: 15px 46px 25px 25px;
}

.aside-menu .active>ul {
	display: block;
}

.aside-menu>ul li {
	position: relative;
}

.aside-menu>ul .dropdown-button {
	height: 53px;
	width: 36px;
	display: block;
	z-index: 20;
	top: 0;
	right: 0;
	position: absolute;
	cursor: pointer;
}

.aside-menu>ul .dropdown-button:after {
	content: "";
	display: block;
	position: absolute;
	width: 8px;
	height: 8px;
	top: 20px;
	right: 21px;
	border-bottom: 1px solid #1f1f1f;
	border-right: 1px solid #1f1f1f;
	transform: rotate(45deg);
	transition: all 200ms ease-out;
}

.aside-menu>ul .dropdown-button.active:after {
	transform: rotate(225deg);
	top: 24px;
}
.aside-menu>ul li:first-child .dropdown-button:after{
    top: 29px;
}
.aside-menu>ul li:first-child .dropdown-button.active:after{
    top: 33px;
}
.aside-menu>ul ul .dropdown-button {
	height: 37px;
}

.aside-menu>ul ul .dropdown-button:after {
	top: 12px;
}

.aside-menu>ul ul .dropdown-button.active:after,
.aside-menu>ul ul .active>a+.dropdown-button:after,
.aside-menu>ul ul .open>a+.dropdown-button:after {
	top: 16px;
}

.aside-menu ul ul a {
	padding: 15px 46px 15px 45px;
	font-weight: normal;
	font-size: 13px;
	position: relative;
}
.aside-menu>ul ul li:first-child a{
    border-radius: 0;
    padding: 15px 46px 15px 45px;
}
.aside-menu>ul ul li:last-child a{
     border-radius: 0;
     padding: 15px 46px 15px 45px;
}
.aside-menu>ul li:first-child ul li a{
    border-radius: 0;
    padding: 15px 46px 15px 55px;
}
.aside-menu ul ul>li>a:before {
	content: "";
	display: block;
	position: absolute;
	width: 5px;
	height: 5px;
    top: 20px;
    left: 35px;
	background: #D5D5D5;
}

.aside-menu ul ul ul a {
	padding: 8px 36px 8px 30px;
}

.aside-menu ul ul ul a:before,
.aside-menu ul ul ul ul a:before {
	display: none;
}

.aside-menu ul ul ul ul a {
	padding: 8px 36px 8px 40px;
}

.aside-menu ul ul ul ul ul a {
	padding: 8px 36px 8px 50px;
}

.aside-menu-title {
	padding: 15px 42px 15px 20px;
	background: #FF5168;
	position: relative;
	color: #fff;
}

.aside-menu-title:after {
	content: "";
	display: block;
	position: absolute;
	width: 12px;
	height: 12px;
	top: 50%;
	right: 20px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	margin-top: -8px;
	transform: rotate(45deg);
	transition: all 200ms ease-out;
}

.active .aside-menu-title:after {
	transform: rotate(-135deg);
	margin-top: -3px;
}
@media (max-width: 991px) {
	.aside-menu>ul {
		display: none;
	}
	.aside-menu.active>ul {
		display: block;
	}
	.aside {
		border-right: none;
	}
	.aside-menu a {
		border-right: 1px solid #F5F5F5;
	}
	.aside-menu-title{
        border-radius: 15px;
	}
	.aside-menu.active .aside-menu-title{
	    border-radius: 15px 15px 0 0;
	}
	.aside-menu>ul{
        border-radius: 0 0 15px 15px;
	}
	.aside-menu>ul li:first-child a{
        border-radius: 0;
        padding: 15px 46px 15px 25px;
	}
	.aside-menu>ul li:first-child .dropdown-button.active:after{
        top: 23px;
	}
	.aside-menu>ul li:first-child .dropdown-button:after{
        top: 20px;
	}
	.aside-menu{
        margin-bottom: 20px;
	}
}

@media (min-width: 992px) {
	.aside-menu>ul>li.active>a {
		color: #fff !important;
		background-color: #FF5168 !important;
		border-color: #FF5168 !important;
	}
	.aside-menu>ul>li.active>.dropdown-button:after {
		border-color: #fff;
	}
}
/*aside-menu./*/
/*aside-contacts*/
.aside-form{
    box-shadow: 0 0 20px 0px #00000012;
    padding: 40px 30px;
    border-radius: 15px;
    margin-bottom: 20px;
}

.aside-form h3{
    margin: 0;
    font-size: 25px;
    margin-bottom: 20px;
}
.aside-form br{
    display: none;
}
.aside-form .button{
    width: 100%;
}
.aside-contacts{
    position: sticky;
    top: 80px;
}
.aside-messengers{
    box-shadow: 0 0 20px 0px #00000012;
    border-radius: 15px;
    padding: 30px;
}
.aside-messengers .phone-wrap a{
    color: #000;
}
.aside-messengers .header-phone{
    margin-bottom: 20px;
}
.aside-messengers svg{
    width: 20px;
    height: 20px;
}
.aside-messengers svg path{
    stroke:#000;
}
.aside-messengers .socials {
    justify-content: flex-start;
    margin-top: 11px;
}
.aside-messengers .socials svg path{
    stroke:transparent;
}
.aside-messengers .socials .item{
    align-items: center;   
    margin: 0;
}
.aside-messengers .item{
    display: flex;
    grid-gap: 20px;
    align-items: flex-start;
    margin-bottom: 20px;
}
.aside-messengers .contacts-wrap a{
    color: #000;
    font-size: 20px;
    text-decoration: none;
    line-height: 17px;
}
.aside-messengers .contacts-wrap  span{
    display: block;
    margin-bottom: 5px;
}
.aside-messengers .contacts-wrap{
    font-size: 13px;
    line-height: 1.4;
}
.aside-messengers .contacts-wrap a:hover{
    color:#ff6875;
}
.aside-messengers .social .title {
    color: #ffffffa1;
}
@media (max-width: 991px) {
    .aside-contacts{
        display: flex;
        grid-gap: 20px;
    }
    .aside-form{
        margin-bottom: 0;
        width: 60%;
    }
    .aside-messengers{
        width: 40%;
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
    }
}
@media (max-width: 767px) {
    .aside-contacts{
        flex-direction: column;
    }
    .aside-form{
        width: 100%;
    }
    .aside-messengers{
        width: 100%;
        align-items: flex-start;
        grid-gap: 30px;
    }
    .aside-messengers .item{
        margin-bottom: 0;
    }
    .aside-messengers .socials{
        padding-left: 0;
    }
}
@media (max-width: 375px) {
    .aside-form{
        padding: 40px 20px;
    }
}
/*aside-contacts./*/
/*table*/

@media (max-width: 768px) {
	.table-wrapper {
		width: 100%;
		max-width: 100%;
		overflow: hidden;
		overflow-x: auto
	}
}

.tables-section h3{
    margin: 0;
    text-align: center;
}
.tables-text {
	padding: 15px 0;
}

.tables-section {
    width: 100%;
    padding: 0 20px;
}
table {
	width: 100%;
	border-collapse: collapse;
	border: none;
}

table tr:nth-child(even) {
}

table td,
table th {
	padding: 14px 20px;
	font-size: 14px;
	vertical-align: middle;
}

table th {
    font-weight: bold;
    background: #e9e9e9;
    color:#000;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 10px;
}

td {
  border: solid 1px #e7e7e7;
  border-style: none solid solid none;
  padding: 10px;
}
th:first-child { border-top-left-radius: 10px; border-left: 1px solid #e7e7e7;}
th:last-child { border-top-right-radius: 10px; border-right: 1px solid #e7e7e7;}
th { border-top: 1px solid #e7e7e7;  border-right: 1px solid #e7e7e7;}


tr:last-child td:first-child { border-bottom-left-radius: 10px; }
tr:last-child td:last-child { border-bottom-right-radius: 10px; }

tr:first-child td { border-top-style: solid; }
tr td:first-child { border-left-style: solid; }
@media (max-width: 767px) {
	table td,
	table th {
		padding: 8px 10px;
		font-size: 12px;
	}
}

/*table./*/
/*docs*/

.docs-wrapper{
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    grid-gap: 20px;
}
.docs-wrapper .item {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 20px;
    position: relative;
}
.docs-wrapper .item-content{
    width: 100%;
}
.docs-wrapper .item-icon svg{
    width: 50px;
    height: 50px;
    position: relative;
    left: -7px;
}
.download:hover svg path{
    fill:#ff6875;
    transition: all 200ms ease-out;
}
.download svg path{
    transition: all 200ms ease-out;
}
.download{
    z-index: 10;
}
.docs-wrapper .item-title{
    font-weight: bold;
    color: #000;
    padding-bottom: 10px;
    transition: all 200ms ease-out;
}
.docs-wrapper .item:hover .item-title{
    color:#ff6875;
    transition: all 200ms ease-out;
}
.docs-wrapper .item-body {
    display: flex;
}
.docs-wrapper .item-size {
    display: flex;
    justify-content: space-between;
}
@media (max-width: 767px) {
    .docs-wrapper{
        grid-template-columns: 1fr;
        grid-gap: 10px;
    }
}
/*docs./*/

.services-template .accordeon .item{
    margin-bottom: 13px;
}
.services-template .accordeon .item:last-child{
    margin-bottom: 0;
}
.services-template .accordeon .item-head{
    border: 1px solid #d2d2d2;
}
.services-template .question-header h2{
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 5px;
}
.services-template .question-section .subtitle{
    font-size: 18px;
}
.services-template .question-section .accordeon .item-title{
    font-size: 17px;
}
.services-template .question-section .accordeon .item-head{
    min-height: 70px;
}
.services-template .question-section .accordeon .item-body{
    padding-top: 10px;
    font-size: 15px;
    padding-bottom: 0px;
}
@media (max-width: 767px) {
    .services-template .question-header{
        justify-content: space-between;
    }
    .services-template .question-header h2{
       text-align: left;
    }
}
@media (max-width: 500px) {
    .services-template .question-header{
        flex-direction: column;
        align-items: flex-start;
        grid-gap: 20px;
    }
    .services-template .question-header{
        margin-bottom: 20px;
    }
}
/*services-template./*/

/*news-template*/
.news-template .img-wrap img{
    width: 100%;
    max-width: 100%;
    border-radius: 18px;
}
.news-template .wrapper-content{
    display: flex;
    margin-bottom: 30px;
}
.news-template .gallery-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
}
.news-template .aside{
    width: 400px;
    padding: 0 0 40px;
}
.news-template  .main-column{
    padding-right: 40px;
    padding-left: 0px;
}
.news-template .aside-news{
    display: flex;
    flex-wrap: wrap;
    grid-gap: 20px;
}
.news-template .aside-news .element{
    display: grid;
    grid-template-columns: 120px auto;
    grid-gap: 15px;
    border-right: 5px solid #ff5168;
    padding-right: 20px;
}
.news-template .aside-news .title{
    color:#000;
    margin-bottom: 25px;
}
.news-template .aside-news .link{
    color: #ff5168;
    position: absolute;
    bottom: 0;
}
.news-template .aside-news .img-wrapper{
    overflow: hidden;
    border-radius:5px;
}
.news-template .aside-news img{
    transition: all 200ms ease-out;
    width: 100%;
    height: 100%;
    object-fit:cover;
}
.news-template .aside-news img:hover{
    transform:scale(1.2);
    transition: all 200ms ease-out;
}
.page-share{
    margin-bottom: 50px;
    margin-top: 30px;
}
.page-share-title{
    color: #000;
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
    margin-bottom: 15px;
    display: block;
}
@media (max-width: 991px) {
  .news-template .wrapper-content{
      flex-wrap: wrap;
  }
  .news-template .aside{
      width: 100%;
  }
  .news-template .main-column{
      padding: 0;
  }
  .news-template .aside-news{
      display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px 50px;
  }
}
@media (max-width: 767px) {
	.news-template .aside-news{
        grid-template-columns: 1fr;
    }
}
@media (max-width: 520px) {
     .news-template .gallery-wrapper{
        grid-template-columns: 1fr 1fr;
    }
    
}
@media (max-width: 375px) {
    .news-template .aside-news .element{
        grid-template-columns: 1fr;
        padding-right: 0;
        padding-bottom: 20px;
        border-right: none;
    }
    .news-template .aside-news .img-wrapper{
        width: 120px;
    }
    .news-template .aside-news .title{
        margin-bottom: 5px;
    }
}
/*news-template./*/

/*banners*/
.banners-wrapper{
    display: flex;
    grid-gap: 15px;
    flex-wrap: wrap;
}
.banners-wrapper .item{
    height: 310px;
    width: calc(50% - 7.5px );
}
.banners-wrapper img{
    width: 100%;
    height: 100%;
    object-fit:cover;
    border-radius: 20px;
}
@media (max-width: 991px) {
    .banners-wrapper .item{
        height: auto;
        width: 100%;
    }
}
/*banners./*/
/*action-inner*/
.action-wrapper .news-date{
    margin-bottom: 10px;
    color: #ff5168ad;
}
.action-wrapper .item{
    box-shadow: 0 0 12px 0px #00000012;
    border:none;
    cursor: auto;
}
.action-wrapper .item:hover img {
    transform: none;
}
.action-wrapper .item:hover .item-title {
    color: #000;
}
@media (max-width: 991px) {
    .action-wrapper{
        grid-template-columns: 1fr 1fr;
    }
    .action-wrapper .item{
        grid-template-rows: 250px 1fr;
    }
    .action-wrapper .item-body{
        padding: 40px 30px 80px;
    }
}
@media (max-width: 767px) {
	.action-wrapper{
        grid-template-columns: 1fr;
    }
}
@media (max-width: 350px) {
    .action-wrapper .item {
        
    }
     .action-wrapper .item-body{
        padding: 30px 20px 40px;
    }
}
/*action-inner./*/

/*contacts-wrapper*/
.contacts-wrapper{
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 50px 0;
    border: 1px solid #0000002e;
    border-radius: 30px;
    overflow: hidden;
    margin-inline: 15px;
}
.contacts-wrapper .left-part{
    background: #fff;
    padding: 50px;
}
.contacts-wrapper .page-title h1{
    margin-bottom: 20px;
}
.contacts-items .item{
    margin-bottom: 4px;
}
.contacts-items .item-title{
    font-weight: 500;
    color: #000;
    font-size: 17px;
    margin-bottom: 5px;
    display: flex;
    grid-gap:10px;
    align-items: center;
}
.contacts-items .item-address br{
    display: none;
}
.contacts-items .schedule br{
    display: none;
}
.contacts-items .item-value{
    font-weight: 300;
    font-size: 19px;
}
.contacts-items a{
    color: #ff5168;
}
.contacts-items .item-title svg{
    width: 20px;
    height: 20px;
}
.contacts-items .item.director .item-title path{
    fill:#000;
}
.contacts-wrapper .socials{
    justify-content: flex-start;
}
.contacts-form{
    padding: 50px;
    background: #4c93b542;
    border-radius: 30px;
    margin-bottom: 40px;
}

.contacts-wrapper .right-part .map iframe{
    height: 100%;
}
.contacts-wrapper .right-part .map{
    height: 100%;
    overflow: hidden;
}
.contacts-form .form-grid{
    display: grid;
    grid-gap:10px;
}
.contacts-form .form-group{
    margin-bottom: 0;
}
.contacts-form .form-control{
    margin-bottom: 0;
    height: 54px;
    border: none;
}
.contacts-form .form-grid .form-group:nth-child(1){
    grid-column: 1/2;
    grid-row: 1/2;
}
.contacts-form .form-grid .form-group:nth-child(2){
    grid-column: 1/2;
    grid-row: 2/3;
}
.contacts-form .form-grid .form-group:nth-child(3){
    grid-column: 2/3;
    grid-row: 1/3;
}
.contacts-form .inner-template h2{
    text-align: left;
}
.contacts-form .agreement br{
    display: none;
}
.contacts-form .form-button-wrapper{
    margin-top: 10px;
}
.contacts-form .page-title h2{
    text-align: left;
}
textarea{
    padding-top: 10px !important;
}
.form-control:focus{
    border-color: #000;
    box-shadow:none;
}
@media (max-width: 991px) {
    .contacts-wrapper{
        grid-template-columns: 1fr;
    }
    .contacts-wrapper .right-part{
        height: 400px;
    }
}
@media (max-width: 767px) {
	.contacts-form .form-grid .form-group:nth-child(3){
        grid-row: 3/4;
        grid-column: 1/2;
	}
	.contacts-wrapper .page-title h1{
	    margin-top: 0;
	}
	.contacts-wrapper{
        margin-top: 40px;
	}
}
@media (max-width: 500px) {
    .contacts-wrapper{
        border: none;
        border-radius: 0;
    }
    .contacts-wrapper .left-part{
        padding: 0;
    }
    .contacts-wrapper .right-part .map{
        border-radius:30px;
        overflow: hidden;
    } 
    .contacts-form{
        padding: 30px;
    }
    .contacts-items .item-value{
        font-size: 16px;
    }
    .contacts-items .item-title{
        font-size: 17px;
    }
    .contacts-form .page-title h2{
        font-size: 20px;
    }
}
/*contacts-wrapper./*/

/**************************************************   MEDIA QUERIS   *****************************************************/
@media (max-width: 1399px) {
    header .header_floor .menu {
        flex-wrap: wrap;
    }
	.header_content{
		padding-left: 10px;
		padding-right: 10px;
	}
	header .top_menu{
		padding-left: 20px;
		padding-right: 20px;
	}
	.breadcrums_block .breadcrums_content{
		margin-left: 10px;
	}
}


@media (max-width: 1119px) {
    .cost_calculation_container .section_block {
        padding: unset;
    }
    .case_container .case_content .case_content_items .case_item {
        flex-direction: column-reverse;
        padding: unset;
        width: 100%;
    }
    .case_container .case_content .case_content_items .case_item .case_i_content {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }
    .case_container .case_content .case_content_items .case_item .case_i_content p {
        margin-bottom: 5px;
    }
    .case_container .case_content .case_content_items .case_item .case_images_list {
        width: 100%;
    }
    .case_container .case_content .case_content_items .case_item .case_i_content .case_element_list {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        margin: 10px 0px;
        flex-wrap: wrap;
    }
    .cost_calculation_container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .features_container {
        margin: 10px 0px;
    }
    .features_container .features-section .container {
        display: flex;
        flex-direction: column;
        width: unset;
    }
}

@media (max-width: 991px) {
    header .header_floor .menu a {
        font-size: 12px;
    }
    header .header_floor .button {
        font-size: 13px;
    }
	.departures_and_destinations_container .container_content{
		max-height: unset;
	}
	.departures_and_destinations_container .delivery_destinations_item a {
		font-size: 15px;
		color: #d55959;
	}
	.departures_and_destinations_container {
		background-size: cover;
	}
	#h_desctop {
        display: none;
    }
    #h_mobile {
        display: flex;
    }
	.header-slider{
		margin-top: 85px;
	}
	.cost_calculation_container .calculator .asideBanner {
		border-radius: 15px 15px 0px 0;
		margin-left: unset;
		width: 1370px;
	}
	.cost_calculation_container .calculator .content{
		display: flex;
		flex-direction: column-reverse;
	}
	.cost_calculation_container .calculator .content .main{
		margin-right: unset;
		border-radius: 0px 0px 15px 15px;
	}
	.cost_calculation_container .calculator .asideBanner .aside_banner_content{
		min-height: 200px;
        width: 100%;
		padding-left: 10px;
		padding-right: 10px;
        background-color: #000000a1;
        max-width: unset;
        border-radius: 15px 15px 0px 0px;
	}
}
@media (max-width: 750px) {

}

@media (max-width: 720px) {
    header .schedule_contact_box strong {
        font-size: 17px;
    }
    header .schedule_contact_box span {
        font-size: 14px;
    }
	
	.how_we_work_container .hww_content {
		flex-direction: column;
		padding: unset;
	}
	.how_we_work_container .hww_part{
		width: 100%;
	}
	.how_we_work_container .hww_background{
		width: 100%;
		max-width: unset;
		border-radius: 0px 0px 25px 25px;
	}
}

@media (max-width: 575px) {
    header .header_floor {
        padding: 0px;
    }
    header {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding: 15px;
        width: 100%;
		/* border-bottom: 1px solid gray; */
    }
    header button {
        border: unset;
        border-radius: 15px;
        background-color: #FF5168;
        padding: 10px;
    }
    header button img {
        filter: invert(1);
        width: 32px;
    }
    h2 {
        font-size: 25px;
        line-height: 1.3;
    }
    .section_block {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0 15px;
        width: 100%;
        
    }
    .section_content {
        padding: 0 5px;
        width: 100%;
    }
    .request_for_calculation_container .form_input_container {
        flex-direction: column;
        height: unset;
        width: calc(100% - 30px);
    }
	
	.departures_and_destinations_container .main_container {
		transform: scale(0.8);
	}
	.cost_calculation_container .calculator label{
		width: 100%;
	}
}


/* Отзывы Flamp */

.flamp-containter {
	margin: 0 0 90px 0;
}

/* end: Отзывы Flamp */

/* Калькуляторы */

.calculator-container {
	width: 100%;
	margin-bottom: 10px;
	padding: 0 15px;
}

@media (max-width: 768px){
	.calculator-container {
		padding: 0 20px; 
	}
	
	.calculator-container * {
		max-width: 100% !important;
	}
}

.calculator-container .section_block {
	border-radius: 30px;
	padding: 25px;
	background-size: cover;
	background-position: center center;
	color: #000;	
}

.calculator-text {
	padding: 10px 0 0 20px;
	max-width: 1340px;
	width: 100%;
}

.calculator-container form {
	display: flex;
	flex-wrap: wrap;
}

.calculator-container .form-col:first-child {
	margin-right: 20px;
}
 
.calculator-container .form-row {
	display: flex;
	column-gap: 20px;
	margin: 0 0 15px 0;
}

@media (max-width: 768px){
	.calculator-container .form-row {
		flex-wrap: wrap;
	}
}

@media (max-width: 890px){
	.calculator-container-shipping .form-row {
		flex-wrap: wrap;
	}
}


.calculator-container label {
	position: relative;
}

.calculator-container .divider {
	width: 20px;
	text-align: center;
}
.calculator-container .divider div {
	position: absolute;
	bottom: 0;
	font-weight: normal;
	font-size: 12px;
	text-align: center;
	width: 100%;
}

.calculator-container label > span:not(.button) {
	display: block;
	color: #282626;
	font-size: 14px;
	font-weight: normal;
	padding: 0 0 5px 0;
}

.calculator-container input {
	height: 35px;
	min-width: 70px;
	border-radius: 5px;
	border: 1px solid transparent;
	background: #e9e9e9;
	padding: 0 15px;
	font-size: 14px;
}

.calculator-container input:focus {
	outline: none;
	background: #f4f4f4;
	border: 1px solid rgba(255, 169, 169, 0.87);
}

.calculator-container .form-row:nth-child(2) input {
	width: 75px;
	border: 1px solid #f7f7f7;
}

.calculator-container [name='cost_of_goods'] {
	width: 140px;
	border: 1px solid #f7f7f7;
}
.calculator-container [name='weight'],
.calculator-container [name='volume'] {
	width: 60px;
	border: 1px solid #f7f7f7;
}

.calculator-container select {
	padding: 2px 15px;
	height: 35px;
	font-size: 14px;
	background-color: #e9e9e9;
	border-radius: 5px;
	border: 1px solid transparent;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
}

.calculator-container select[name='delivery_type'] {
	min-width: 250px;
	max-width: 300px;
	border: 1px solid #f7f7f7;
}
.calculator-container select[name='goods_type'] {
	min-width: 150px;
	max-width: 150px;
	border: 1px solid #f7f7f7;
}
.calculator-container select[name='country'] {
	min-width: 200px;
	border: 1px solid #f7f7f7;
}
.calculator-container select[name='port'] {
	min-width: 150px;
	border: 1px solid #f7f7f7;
}
.calculator-container select[name='city'] {
	min-width: 150px;
	max-width: 150px;
	border: 1px solid #f7f7f7;
}

.calculator-container .select-containter {
	position: relative;
	display: inline-block;
}

.calculator-container .arrow {
	position: absolute;
	background: #fff;
	right: 0;
	z-index: 1;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 7px 10px 0 0;
}
.calculator-container .arrow svg {
	width: 10px;
	height: 10px;
}


.calculator-container .button {
	font-size: 15px;
	height: 35px;
	padding: 0 15px;
	border-radius: 5px;
	line-height: 32px;
	cursor: pointer;
}

.calculator-results-agents {
	display: none;
}

.calculator-results {
	margin: 0;
	padding: 18px 0 0 0;
	display: block;
}
.calculator-results span {
	color: #FF5168;
}

.calculator-container .message {
	padding: 10px;
	display: none;
	color: #FF5168;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 5px;
}
.calculator-results .log {
	background: #e5e5e5;
	padding: 20px;
	display: none;
	margin: 20px 0 0 0;
}

.select-containter .arrow {
	cursor: pointer;
}

@media (max-width: 1585px){
	
	.case-inner .slick-prev, .case-inner .slick-next {
	    display: block !important;
	}
	.case-inner .slick-prev:after {
		display: none !important;
	}
	.case-inner .slick-next:after {
	    display: none !important;
	}
		
	.case-inner .slick-prev {
	    left: 0px !important;
	    margin-top: 0 !important;
	    bottom: 0 !important;
	}
	
	.case-inner .slick-next {
	    right: 0 !important;
	    margin-top: 9px !important;
	    bottom: 0 !important;
	}	
}

@media (max-width: 985px){
	.case-inner .slick-prev, .case-inner .slick-next {
	    display: block !important;
	}

	
	.case-inner .slick-prev {
	    left: -2px !important;
	    margin-top: 0 !important;
	    bottom: 0 !important;
	}
	
	.case-inner .slick-next {
	    right: -2px !important;
	    margin-top: 9px !important;
	    bottom: 0 !important;
	}
}

/* Комментарии экспертов */

.expert_commentary_container {
	width: 100%;
	margin-bottom: 5px;
	padding: 25px;
}

.expert_commentary_container .container {
	padding: 10px 40px;
	background: #f7f7f7;
	border-radius: 25px;
	position: relative;
	border-top: 4px solid #fb6a6a;
	border-right: 4px solid #fd7c41;
}

.expert_commentary_container .container:before {
	content: '”';
	color: #fb6a6a;
	font-size: 82px;
	position: absolute;
	left: 0; top: 0;
	margin: -20px 0 0 15px;
	z-index: 100;
}

.expert_commentary_container .row {
	display: flex;
	width: 100%;
	justify-content: space-between;
}

.expert_commentary_comment {
	padding-right: 25px;
	padding-top: 35px;
}

.expert_commentary_author {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 5px;
}

.expert_commentary_name {
	color: #999;
	font-size: 14px;
	line-height: 120%;
	text-align: right;
	width:200px;
	display: block;
}
.expert_commentary_image {
	width: 120px; height: 120px;
	position: relative;
	border-radius: 50%;
	margin-top: 10px;
	background-position: center center;
	background-size: cover !important;
	border: 4px solid #fb6a6a;
    border-left: 4px solid #fd7c41;
    border-top: 4px solid #fd7c41;
	cursor: default;
}


@media (max-width: 575px) {
	.expert_commentary_container .row {
		flex-direction: column;
	}	
	
	.expert_commentary_comment {
		padding-right: 0;
	}
}

/* end: Комментарии экспертов */



