@CHARSET "UTF-8";

@font-face {
	font-family: 'Gotham';
	src: url('../fonts/Gotham/GothamPro.woff') format('woff'), url('../fonts/Gotham/GothamPro.otf') format('opentype'), url('../fonts/Gotham/GothamPro.ttf')  format('truetype'), url('../fonts/Gotham/GothamPro.woff2');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Gotham';
	src: url('../fonts/Gotham/GothamPro-Medium.woff') format('woff'), url('../fonts/Gotham/GothamPro-Medium.otf') format('opentype'), url('../fonts/Gotham/GothamPro-Medium.ttf')  format('truetype'), url('../fonts/Gotham/GothamPro-Medium.woff2');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Gotham';
	src: url('../fonts/Gotham/GothamPro-Bold.woff') format('woff'), url('../fonts/Gotham/GothamPro-Bold.otf') format('opentype'), url('../fonts/Gotham/GothamPro-Bold.ttf')  format('truetype'), url('../fonts/Gotham/GothamPro-Bold.woff2');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'EuropeC';
	src: url('../fonts/EuropeC.woff') format('woff'), url('../fonts/EuropeC.otf') format('opentype'), url('../fonts/EuropeC.ttf')  format('truetype'), url('../fonts/EuropeC.woff2');
	font-weight:normal;
	font-style: normal;
}
@font-face {
	font-family: 'Unbounded';
	src: url('../fonts/Unbounded-Medium.woff') format('woff'), url('../fonts/Unbounded-Medium.otf') format('opentype'), url('../fonts/Unbounded-Medium.ttf')  format('truetype'), url('../fonts/Unbounded-Medium.woff2');
	font-weight: 700;
	font-style: normal;
}
html,body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 14px;
	
}
:root {
	--default-color: #2B2B2B;
	--brand-blue: #32356C;
	--brand-blue_: #3B255E;
	--blue-color: #2D3EA4;
	--blue-light: #BAE2FD;
	--light-grey: #EFF1F6;
	--blue: #36438E;
}

.row, .d-flex{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.flex-column{
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-flex-direction: column !important;

}

body{
	font-family: Gotham, Arial, sans serif;  
	color:var(--default-color);
	font-size: 1rem;
	line-height:1.286rem;
}

ul, ol{
	margin: 0;
	padding: 0;
}

p, ul li, ol li{
	color:var(--default-color);
	font-size: 1rem; 
	line-height:1.286rem;
}

p{margin-bottom: 10px;}

p:last-child{margin-bottom: 0}

a{text-decoration:none;color: var(--default-color);}

a:hover, a:focus{
	outline: none;
	text-decoration: underline;
	color: var(--default-color);
}

b, strong{
	font-weight: 700;
}

.img-responsive{
    display: block;
    max-width: 100%;
    height: auto;
}












.module_text .img-bg {
    height: 400px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
}

.module_text .img-bg img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    display: block !important;
}

/* Для видео */
.module_text-media .video-wrap {
    height: 400px !important;
}

.module_text-media .video-wrap video {
    height: 100% !important;
    object-fit: cover !important;
}

/* Адаптивность для мобильных */
@media (max-width: 768px) {
    .module_text .img-bg,
    .module_text-media .video-wrap {
        height: 300px !important;
    }
}


























#wrapper{
	position:relative;
	width:100%;
	/*overflow-x:hidden;*/
	background: #EFF1F6;
	/*background: url(../img/22.jpg) center 67px no-repeat;*/
	/*border-radius: 25px 25px 0 0;*/
}
	
div, input, textarea{
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-moz-box-sizing:border-box;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6{
	font-family: EuropeC, Arial, sans serif; 
	font-weight:normal;
	color: var(--default-color);
	text-transform: uppercase;
}
h1, .h1{
	font-size: 1.64rem;
	line-height: 100%; 
	margin: 2rem 0 1.3rem 0;
}
.h1{
	-webkit-background-clip: text;
	background-clip: text;
	background-image: linear-gradient(to right, #BAE2FD, #571EA7);
	color: transparent;
}
h2, .h2{
	margin:2rem 0 1rem 0;
	font-size: 1.64rem;
	line-height: 100%;
}
.h2{
	font-size: 1.79rem;
	line-height: 2.14rem;
}
h2:first-child{
	margin-top: 0;
}
h3, .h3{
	font-size: 1.14rem;
	margin-bottom: 1rem;
	line-height: 1.49rem; 
}
h4, .h4{
	font-size: var(--f20);
	line-height: 120%; 
	margin: 20px 0 15px 0;
}
small{
	font-size: var(--f14);;
}

.m0{margin:0;}
.m-t0{margin-top: 0}
.m-b0{margin-bottom: 0}
.p0{padding:0;}
.p-t0{padding-top: 0}
.p-b0{padding-bottom: 0}

.grey{color: var(--grey-color)}
.red{color: var(--brand-color)}
.white{color: #fff}
.white *{color: #fff}
.black{color: #313131}
.black *{color: #313131}

.t-select{
	font-weight: 700;
	line-height: 1.2rem;
	font-size: 0.857rem;
}
.link-default{
	color: var(--default-color);
}
.link-default:hover{
	color: var(--red-color);
}
hr{
	background: var(--grey2) !important;
	opacity: 1 !important;
}
p mark{
	padding: 0 0 6px 0;
	background: none;
	background: url(../img/icons/mark-line.svg) center bottom no-repeat;
	color: var(--default-color);
	background-size: 100% auto;
}
p.lead{
	font-size: 2rem;
	font-weight: 600;
	line-height: 95%;
	border-left: 4px solid var(--default-color);
	padding-left: 26px;
}
.pos-a{
	position: absolute;
}
.pos-0{
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.img-bg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.textGr, .text h2, .text h3{
	-webkit-background-clip: text;
	background-clip: text;
	background-image: linear-gradient(to right, #95c2e1, #571EA7);
	color: transparent;
}
.btn-mt-30{
	margin-top: 30px;
}
.btn-mb-30{
	margin-bottom: 30px;
}
.btn, .btn:active{
	font-size: 0.86rem;
	line-height: 30px;
	height: 30px;
	padding: 0 16px;
	border: none;
	-webkit-transition: 300ms ease-out;
	-o-transition: 300ms ease-out;
	transition: 300ms ease-out;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 30px;
	text-align: center;
	text-transform: uppercase;
}
.btn:hover, .btn:focus{
	text-decoration: none;
	border: none;
}
.btn-default{
	background: var(--blue-light);
	color: #202A4D;
}
.btn-default:hover{
	background: var(--blue-color);
	color: #fff;
	box-shadow: 0 0 5px #2D3EA4;
}
.btn-default:focus{
	background: var(--brand-blue_);
	color: #fff;
	box-shadow: 0 0 4px #202A4D;
}
.btn-primary{
	background: var(--blue-color);
	color:#fff;
	border:none;
}
.btn-primary:hover{
	background: var(--blue-light);
	color:#202A4D;
}
.btn-primary:focus{
	background:  #fff;
	color:#202A4D;
}
.btn:focus{
	outline: none;
	box-shadow: none;
}

.formResponsive{
}
.formResponsive h3{
	color: #fff;
	max-width: 187px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5rem;
}
.formResponsive lead span{
	font-size: 1.125rem;
	font-weight: 500;
	margin-bottom: -10px;
	display: block;
	line-height: 135%;
}
.formResponsive h5{
	font-size: 1.14rem;
	line-height: 1.5rem;
	margin: 0 0 17px 0;
}
.form-control{
	height: 40px;
	border-radius: 30px;
	border: none;
	background: #fff;
	padding: 8px 12px;
	line-height: 24px;
	box-shadow: none;
	color:var(--default-color);
	font-family: Gotham, Arial, sans serif; 
	font-size:16px;
	font-weight: 600;
	text-align: center;
}
.form-control:focus{
	outline: none;
	border: none;
	box-shadow: none;
}
textarea.form-control{
	height: 111px;
	resize: none;
	padding: 16px 12px;
	text-align: left;
	border-radius: 14px;
}
.form-group{
	margin-bottom:10px;
}
input:focus, button:focus{outline:none;}

.form-control::-moz-placeholder{font-size: 0.7rem;color: rgba(32, 42, 77, 0.39); font-family: Gotham, Arial, sans serif;font-weight: 400}
.form-control:-ms-input-placeholder{font-size: 0.7rem;color: rgba(32, 42, 77, 0.39); font-family: Gotham, Arial, sans serif;font-weight: 400}
.form-control::-webkit-input-placeholder{font-size: 0.7rem;color: rgba(32, 42, 77, 0.39); font-family: Gotham, Arial, sans serif;font-weight: 400}
.form-control::-input-placeholder{font-size: 0.7rem;color: rgba(32, 42, 77, 0.39); font-family: Gotham, Arial, sans serif;font-weight: 400}

.fl-btn-agree{
	margin-top: 5px !important;
}
.form-group .checkbox{
	margin-top: 10px;
	padding: 0
}
.form-check{
	padding: 0;
}
.form-group input[type="checkbox"]{
	display: none;
}
/*.form-group .checkbox + label{
	position: relative;
	padding-left: 21px;
	display: block;
	text-align: left;
}*/
.form-group input[type="checkbox"] + label{
	position: relative;
	padding-left: 30px;
}
.form-group input[type="checkbox"] + label:before{
	position: absolute;
	left: 0;
	content: '';
	width: 18px;
	height: 18px;
	background: #fff;
	border: none;
	border-radius: 3px;
	top:0;
	z-index: 10;
}
.form-group input[type="checkbox"] + label:after{
	position: absolute;
	left: 0;
	content: '';
	width: 18px;
	height: 18px;
	background: url(../img/icons/icon_check.svg) center no-repeat;
	background-size: 14px auto;
	top: 0;
	z-index: 11;
	filter: grayscale(1) brightness(0);
}
.form-group .checkbox label span{
	display: block;
	font-size: 0.875rem;
	line-height: 1.0625rem;
}
.form-group .checkbox label span a{
	text-decoration: none;
}
.form-group .checkbox label span a:hover{
	text-decoration: underline;
}
form .btn{
	max-width: 512px;
}
label.form-check-label{
	color: #fff;
	font-size: 14px;
	display: block;
}
label.form-check-label a{
	color: #fff !important;
	text-decoration: none;
	cursor: pointer;
	font-weight: 600;
}
label.form-check-label a:hover{
	color: #fff !important;
	text-decoration: underline;
}
form fieldset{
	margin-top: 0 !important
}
form .btn{
	width: 100%;
	max-width: 250px;
}
.formControls_btn{
	width: 100%;
}

/*formResponsive*/
.bg-grey_light{
	background: var(--grey-color-light);
}
.bg-grey_dark{
	background: var(--grey-color-dark);
}
.bg-grey{
	background: var(--grey-color);
}
.bg-red{
	background: var(--brand-color);
}
.bg-black{
	background: var(--default-color);
}

/*header*/
header{
	height: 60px;
	background: #fff;
	padding-top: 20px;
	position: fixed;
	left: 0;
	width: 100%;
	z-index: 100;
}
header .logo img{
	width: 90px;
}
/*menu*/
.navbar-toggler{
	padding: 0;
}
.navbar-collapse{
	background: #fff;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	-webkit-transition: 300ms ease-out;
	-o-transition: 300ms ease-out;
	transition: 300ms ease-out;
	padding: 0 calc(var(--bs-gutter-x,.75rem));
	background: var(--brand-blue);
}
.navbar-collapse > .moduletable_social{margin-top: 15px}
.navbar-collapse > div:last-child{margin-bottom: 15px}
.navbar-collapse:before{
	position: absolute;
	content: '';
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
	background: linear-gradient(to top, rgba(35, 40, 87, 1) 0%, rgba(35, 40, 87, 0) 100%);
	background: -webkit-linear-gradient(to top, rgba(35, 40, 87, 1) 0%, rgba(35, 40, 87, 0) 100%);
	background: -moz-linear-gradient(to top, rgba(35, 40, 87, 1) 0%, rgba(35, 40, 87, 0) 100%);
	background: -o-linear-gradient(to top, rgba(35, 40, 87, 1) 0%, rgba(35, 40, 87, 0) 100%);
	background: -ms-linear-gradient(to top, rgba(35, 40, 87, 1) 0%, rgba(35, 40, 87, 0) 100%);
}
.navbar-toggler:focus{
	box-shadow: none;
}
.navbar-nav .nav-link{
	font-size: 1.14rem;
	color: #fff;
	text-transform: uppercase;
	display: flex;
	justify-content: center;
}
header .nav-item{
	margin-bottom: 10px;
	position: relative;
	flex-flow: column;
	text-align: center;

}
header .nav-item .carrot{
	display: block;
	filter: grayscale(1) brightness(0);
	-webkit-transition: transform 0.2s ease;
	-moz-transition: transform 0.2s ease;
	-ms-transition: transform 0.2s ease;
	transform: rotate(-180deg);
	background: url(../img/icons/arrow.svg) no-repeat center;
	width: 12px;
	height: 12px;
	filter: grayscale(1) brightness(1000%);
	background-size: 100% auto;
	margin-left: 6px;
}
.navbar-collapse .close{
	position: fixed;
	right: var(--bs-gutter-x,.75rem);
	top: 15px;
	width: 44px;
	height: 44px;
	background: var(--blue-light) url(../img/icons/close-bl.svg) center no-repeat;
	background-size: 17px auto;
	box-shadow: 0 0 4px var(--blue-light);
	border-radius: 50%;
	z-index: 10;
}
.moduletable_social .social-item{
	width: 44px;
	height: 44px;
	background: var(--blue-light);
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0 0 4px var(--blue-light);
	border-radius: 50%;
	margin-right: 10px;
	-webkit-transition: 300ms ease-out;
	-o-transition: 300ms ease-out;
	transition: 300ms ease-out;
}
.moduletable_social .social-item:hover{
	background: var(--blue-color);
}
.moduletable_social .social-item:hover img{
	filter: grayscale(1) brightness(1000%);
}
.moduletable_social{
	position: relative;
	z-index: 9;
}
header .nav-item .nav-link.dropdown-toggle, header .dropdown-link.drop{
	height: 100%;
}
header .nav-link.dropdown-toggle.show + .nav-link{
	color: var(--brand-orange);
}
header .nav-link.dropdown-toggle.show .carrot, header .drop.show .carrot{
	transform: none;
}

.dropdown-item:focus, .dropdown-item:hover {
	color: inherit;
	background: none;
}
.navbar-toggler{
	padding: 0;
}
.header_buttons .btn-light:hover, .header_buttons .btn-light:focus{
	background: var(--default-color);
	color: #fff;
}
.dropdown-menu{
	padding: 10px 0 0 0;
	border: none;
}
.dropdown-item{
	position: relative;
	padding: 0;
	white-space: normal;
	margin-bottom: 12px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: column;
}
.dropdown-link{
	font-size: 0.86rem;
	display: block;
	text-transform: uppercase;
}
.dropdown-link:hover{
	color: var(--brand-orange);
}
.navbar-nav{
	margin-top: 30px
}
.dropdown-toggle::after{
	content: none;
}
.navbar-toggler{
	position: fixed;
	margin-right: calc(var(--bs-gutter-x,.75rem));
	right: 0;
	top: 20px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: column;
}
.navbar-toggler-icon{
	width: 32px;
	height: 4px;
	background: var(--blue-light)
}
.navbar-toggler-icon:nth-child(2){
	height: 3px;
}
.navbar-toggler-icon + .navbar-toggler-icon{
	margin-top: 3px;
}
.header_buttons{
	align-items: center;
}
.icon-menu{
	width: 19px;
	height: 14.5px;
	position: relative;
	transform: rotate(0deg);
	transition: .5s ease-in-out;
	cursor: pointer;
	margin-left: 25px;
}
/**/
.info_count{
	color: #fff;
	font-weight: 600;
	font-size: 8px;
	min-width: 12px;
	height: 12px;
	line-height: 12px;
	text-align: center;
	border-radius: 50%;
	position: absolute;
	top: 4px;
	right: -2px;
	z-index: 2;
	background: var(--brand-orange);
}
.header_in-cart{
	background: url(../img/icons/icon-cart.svg) center no-repeat;
	width: 24px;
	height: 24px;
	position: relative;
}
.header_in-cart:hover{
	text-decoration: none;
}
/*/.header_in-cart.icon-favorites{
	background: none;
	padding-right: 10px;
	position: relative;
	padding-right: 15px;
	margin-right: 0;
	margin-left: 10px;
}
.header_in-cart.icon-favorites:before{
	background: url(../img/icons/icon-fav.svg) center right no-repeat;
	background-size: 20px auto;
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 100%;
	filter: grayscale(1) brightness(0);
}
.header_in-cart.icon-favorites .info_count{
	position: relative;
}*/
header .enter-btn img{
	width: 23px;
}
.icon_search{
	background: url(../img/icons/icon-lupa.svg) center no-repeat;
}
header .icon_search{
	margin: 0 16px;
	width: 30px;
	height: 28px;
}
.icon_tg:hover svg g path{
	fill: var(--grey-color-dark) !important;
}
.icon_tg:hover defs rect{
	fill: var(--default-color) !important;
}

.info-mobile{
	border-top: 1px solid var(--grey-color-light);
	padding-top: 35px;
	padding-bottom: 20px;
	position: relative;
	z-index: 9;
}
.info-mobile .btn{
	height: 44px;
	line-height: 44px;
	font-weight: 500;
	font-size: 1.14rem;
	padding: 0 25px;
}
.info-mobile .phone-wrap .soc{
	margin-left: 0;
	margin-right: 6px;
}
.info-mobile .phone-wrap .phone{
	font-weight: 700;
}
.info-mobile .ss{
	font-size: 14px;
	margin-right: 20px
}
.info-mobile .d-flex + .d-flex{
	margin-top: 20px;
}
/*header end*/


/*footer*/
footer{
	width:100%;
	z-index:5;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-moz-box-sizing:border-box;
	position: relative;
	padding-bottom: 20px;
	padding-top: 56px;
	overflow: hidden;
	background: #fff;
}
.footer-logo{
	margin-bottom: 44px;
}
.footer-logo img{
	width: 165px;
}
footer .title{
	font-family: Unbounded, Arial, sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 1.5rem;
	color: var(--brand-blue_);
}
.messengrs > .d-flex{max-width: 400px}

.footer ul.menu li{
	list-style: none;
	position: relative;
}
.footer ul.menu li a{
	font-size: 0.86rem;
	line-height: 1.5rem;
	text-transform: uppercase;
}
.footer ul.menu li a:hover{
	text-decoration: none;
}
.footer ul.menu li + li{
	margin-top: 14px;
}
.footer ul.menu{
	padding: 15px 0 0 0;
	margin: 0;
}
footer .info{
	font-size: 0.86rem;
	margin-top: 15px;
}
footer .info a{
	display: block;
}
footer .info *{
	margin-bottom: 18px;
}
.fot-menu_wrapper nav{
	padding-bottom: 25px;
}
.footer-bottom{
	font-size: 0.86rem;
	text-transform: uppercase;
	opacity: 50%;
	margin-top: 26px;
}
.footer-bottom div{
	margin-bottom: 15px;
}
.politika{
	text-decoration: underline;
}
.politika:hover{
	text-decoration: none;
}


/*footer end*/

/*content*/
main{
	min-height:100vh;
	overflow: hidden;
	/*padding-top: 72px;*/
}
#content{
	position: relative;
	overflow: hidden;
	padding-top: 60px;
}

.title-page{
	padding: 8.1rem 0 0 0
}
/*preview*/
#preview{
	position: relative;
	padding: 10.5rem 0 19.5rem 0;
}
/**/

/*slider*/
.swiper-button-next:after, .swiper-button-prev:after{
	content: none !important;
}
.swiper-button-next, .swiper-button-prev{
	background: url(../img/icons/arrow-right_black.svg) center no-repeat;
	background-size: 8px auto;
}
.module_packages .swiper-pagination-bullet{
	width: 10px !important;
	height: 10px !important;
	background: #fff !important;
	border-radius: 0 !important;
	opacity: 1 !important;;
}
.module_packages  .swiper-pagination{
	text-align: right !important;
	bottom: 15px !important;
	padding-right: 15px !important;
}
.module_packages  .swiper-pagination-bullet-active{
	background: var(--brand-color-dart) !important;
}

/*section*/
section{
	padding:30px 0 15px 0
}
.card{
	border: none;
	background: none;
}
.card.bg-black{
	background: var(--default-color);
}
.card.bg-grey_light{
	background: var(--grey-color-light);
}
.card-body{
	padding: 0;
}
.feature-card{
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 4px 15px rgba(0,0,0,0.15);
}
.feature-card .card-body{
	padding: 10px 16px;
}
.card-footer{
	background: none;
	padding: 0;
	border-radius: 0;
	border: none;
}

.item-content{
	border-radius: 15px;
}
/*preview*/
.preview_page-content{
	position: relative;
	padding-top: 95px;
}
.preview_page-content .txtPreview {
	position: absolute;
	top: 0;
	width: 100%;
}
.preview_page-content .txtPreview:before{
	background: var(--brand-blue);
	top: 32px;
	height: calc(100% - 64px);
	position: absolute;
	content: '';
	left: 0;
	width: 100%;
}
.df > div, .preview_page-content .df > div > div{
	position: relative;
}
.df > div:before, .df > div > div:before,
.df > div:after, .df > div > div:after{
	position: absolute;
	content: '';
}
.df > div:before, .df > div > div:before{
	background: var(--brand-blue);
	height: 32px;
	width: calc(100% - 32px);
}
.df > div:before{
	left: 0;
	top: 0;
	border-radius: 10px 0 0 0;
}
.df > div > div:before{
	right: 0;
	bottom: 0;
	border-radius: 0 0 10px 0;
}
.df > div:after, .df > div > div:after{
	border: 16px solid transparent;
}
.df > div:after{
	top: 0;
	right: 0;
	border-left: 16px solid var(--brand-blue);
	border-bottom: 16px solid var(--brand-blue);
}
.df > div > div:after{
	bottom: 0;
	left: 0;
	border-right: 16px solid var(--brand-blue);
	border-top: 16px solid var(--brand-blue);
}
.preview_page-content .df > div > div{
	padding: 28px;
}
.preview_page-content .txtPreview h1{
	margin-top: 0;
	margin-bottom: 1rem;
	max-width: 230px;
}
.preview_page-content .ImgPreview{
	height: 280px;
	border-radius: 10px;
	background-size: cover;
	background-position: center;
}
.preview_page-content .txtPreview .text_{
	color: #fff;
	line-height: 1.14rem;
	max-width: 230px;
}
.df > div > div *{
	position: relative;
	z-index: 2;
}
.preview_page-content{
	margin-bottom:10px
}
/**/

/*module_blog*/
.module_blog .item .item-img, .module_blog .item .item-img img{
	border-radius: 10px 10px 0 0;
}
.module_blog .item .item-img{
	height: 138px;
	position: relative;
}
.module_blog .item .item-img img{
    filter: grayscale(1);
}
.module_blog .item .item-img:before{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: linear-gradient(to top, #36438E 0%, rgba(147, 192, 255, 0.5) 50%, rgba(128, 204, 255, 0) 100%);
	background: -webkit-linear-gradient(to top, #36438E 0%, rgba(147, 192, 255, 0.5) 50%, rgba(128, 204, 255, 0) 100%);
	background: -moz-linear-gradient(to top, #36438E 0%, rgba(147, 192, 255, 0.5) 50%, rgba(128, 204, 255, 0) 100%);
	background: -o-linear-gradient(to top, #36438E 0%, rgba(147, 192, 255, 0.5) 50%, rgba(128, 204, 255, 0) 100%);
	background: -ms-linear-gradient(to top, #36438E 0%, rgba(147, 192, 255, 0.5) 50%, rgba(128, 204, 255, 0) 100%);
	z-index: 5;
}
.module_blog .item .item-img a{
	z-index: 6;
}
.not-croll{
	scrollbar-width: none;
}
.not-scroll::-webkit-scrollbar {
	display: none;
}
.module_blog .item .item-name{
	font-size: 0.7rem;
	color: var(--blue);
	line-height: 0.86rem;
}
.module_blog .item .item-name a{
	color: var(--blue);
}
.item-name{
	text-transform: uppercase;
	font-family: EuropeC, Arial, sans serif; 
	letter-spacing: 0.5px;
}
.module_blog .df{
	margin-top: -34px;
	position: relative;
	height: calc(100% - 104px);
	z-index: 6;
}
.module_blog .df:before{
	position: absolute;
	content: '';
	width: 100%;
	left: 0;
	top: 32px;
	height: calc(100% - 64px);
	background: #fff;
}
.module_blog .df > div > div{
	padding: 18px 11px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
}
.module_blog .df > div > div:before, .module_blog .df > div:before{
	background: #fff;
}
.module_blog .df > div > div, .module_blog .df > div{
	height: 100%;
}
.module_blog .df > div:before{
	border-radius: 7px 0 0 0;
}
.module_blog .df > div > div:before{
	border-radius: 0 0 7px 0
}
.module_blog .df > div:after{
	border-left-color: #fff;
	border-bottom-color: #fff;
}
.module_blog .df > div > div:after{
	border-right-color: #fff;
	border-top-color: #fff;
}
.module_blog .item-def{
	font-size: 0.7rem;
	line-height: 0.86rem;
	margin-top: 4px;
}
.module_blog .item-link{
	height: 22px;
	line-height: 22px;
	font-size: 0.7rem;
	border: 1px solid var(--blue-color);
}
.module_blog .item-link:hover{
	border-color: var(--blue-light);
}
.module_blog .item-link:focus{
	border-color: #202A4D;
}
.module_blog .item-footer{
	margin-top: 25px;
}
.module_blog .item-content{
	height: 100%;
}
/**/


/*module_advantages*/
.module_advantages{
	margin-top: 22px;
	position: relative;
}
.advantages_items .item{
	margin-bottom: 10px;
}
.advantages_items .item .item-content{
	padding: 20px;
	min-height: 78px;
	box-shadow: 0 0 16px rgba(0,0,0,0.08);
	align-items: center;
}
.advantages_items .item-name p{
	font-weight: 700;
}
.advantages_items .item-name{
	max-width: 135px;
}
.FigOr{
	width: 32px;
	height: 32px;
	background: url(../img/icons/orange_fig.svg);
	background-size: 100% auto;
}
.advantages_items .item-icon{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}
.advantages_items .item-icon img{
	height: 16px;
}
/**/

/*module_types-product*/
.g-2 .item, .g-3 .item{
	margin-top: 0;
}
.g-2, .g-3{
	margin-top: 0;
}
.module_types-product .item .item-content{
	height: 243px;
	padding: 15px 24px;
	background: var(--light-grey-color);
	position: relative;
	border: 1px solid #E8EBEE;
	overflow: hidden;
}
.swiper_type-product .swiper-slide{
	width: 274px;
	overflow: hidden;
}
.swiper_type-product .item-select .item-content{
	background: var(--violet-blue);
}
.swiper_type-product .item-select .item-content:before{
	position: absolute;
	bottom: -26px;
	left: 37px;
	content: '';
	background: url(../img/prod_item-sel.png) no-repeat;
	background-size: 100% auto;
	width: 64px;
	height: 134px
}
.swiper_type-product .item-select .item-name{
	color: #fff;
}
.swiper_type-product .item-img img{
	width: 235px;
}
.swiper_type-product .item-img{
	position: absolute;
	bottom: 0;
	right: 0;
	transform: translateY(50%) translateX(50%);
}
.swiper_type-product .item-select .item-img{;
	transform: none;
	top: 40px;
}
.swiper_dotted{padding-bottom: 30px !important}
.swiper-over-none {
	overflow: inherit !important;
}
.swiper-button-next, .swiper-button-prev{
	top: calc(50% - 20px) !important;
	width: 52px !important;
	height: 52px !important;
	border-radius: 50%;
	margin-top: 0 !important;
	border: none;
	background: var(--navy-color);
	transform: translateY(-50%);
	border: 1px solid var(--grey-color-light);
}
.swiper-button-next:before, .swiper-button-prev:before{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	/*background: url(../img/icons/icon-arrow.svg) no-repeat center;*/
	background-size: 16px auto;
	filter: grayscale(1) brightness(1000%);
}
.swiper-button-prev:before{
	transform: rotate(180deg)
}
.swiper-button-prev{
	left: 0 !important;
}
.swiper-button-next{
	right: 0 !important;
}
.swiper-button-next:hover, .swiper-button-prev:hover{
	opacity: 0.8;
}
.swiper-pagination{
	top: auto !important;
	bottom: 0 !important;
}
.swiper-pagination-bullet{
	opacity: 1 !important;
	background: #7B94A5 !important;
}
.swiper-pagination-bullet-active{
	background: var(--brand-orange) !important;
}
/**/

/*preview_main*/
.preview_main{
	height: calc(100vh - 60px);
	background-size: cover;
	background-position: center;
	margin-bottom: 30px;
	position: relative;
}
.preview_main > .video-bg{height: calc(100vh - 60px)}
.preview_main > .video-bg:before{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 367px;
	content: '';
	background: linear-gradient(to top, rgba(35, 40, 87, 1) 0%, rgba(35, 40, 87, 1) 60%, rgba(35, 40, 87, 0) 100%);
	background: -webkit-linear-gradient(to top, rgba(35, 40, 87, 1) 0%, rgba(35, 40, 87, 1) 60%, rgba(35, 40, 87, 0) 100%);
	background: -moz-linear-gradient(to top, rgba(35, 40, 87, 1) 0%, rgba(35, 40, 87, 1) 60%, rgba(35, 40, 87, 0) 100%);
	background: -o-linear-gradient(to top, rgba(35, 40, 87, 1) 0%, rgba(35, 40, 87, 1) 60%, rgba(35, 40, 87, 0) 100%);
	background: -ms-linear-gradient(to top, rgba(35, 40, 87, 1) 0%, rgba(35, 40, 87, 1) 60%, rgba(35, 40, 87, 0) 100%);
}
.preview_main .video-bg video{
	height: 100%;
	object-fit: cover;
	width: 100%;
}
.preview_main p, .preview_main h1{
	color: #fff;
	margin-bottom: 30px;
}
.preview_main .container{
	height: 100%;
	position: relative;
	z-index: 4;
}
.preview_main .container > .d-flex{
	justify-content: flex-end;
	height: 100%;
	padding: 30px 0;
}
.preview_main h1{
	font-size: 1.79rem;
	line-height: 2.14rem;
}
.preview_main .df img{
	width: 238px;
}
.preview_main .df{width: 256px;position: relative;}
.preview_main .df > div:before, .preview_main .df > div > div:before{background: #fff;}
.preview_main .df > div > div{padding: 9px}
.preview_main .df:before{
	position: absolute;
	top: 32px;
	left: 0;
	height: calc(100% - 64px);
	width: 100%;
	background: #fff;
	content: '';
}
.preview_main .df > div > div:after{
	border-right-color: #fff;
	border-top-color: #fff;
}
.preview_main .df > div:after{
	border-left-color: #fff;
	border-bottom-color: #fff;
}
.preview_main .df .video-bg .video {
	clip-path: polygon(0 4px, 212px 4px, 238px 30px, 100% 139px, 24px 100%, 0 108px);
	height: 100%;
	border-radius: 6px 0 6px 0;
}
.preview_main .img-group{
	margin-bottom: 40px;
	position: relative;
}
.preview_main .img-group .dot{
	background: var(--blue-light);
	box-shadow: 0 0 20px var(--blue-light);
	border-radius: 50%;
	width: 23px;
	height: 23px;
	bottom: 100%;
	right: 0;
	display: none !important;
}
.preview_main .img-group .dot_1{
	margin-bottom: 10px;
	margin-right: 74px;
}
.preview_main .img-group .dot_2{
	margin-bottom: 35px;
	margin-right: 10px;
}
.preview_main .img-group .dot_3{
	margin-bottom: 85px;
	margin-right: 30px;
}
/**/

/*module_steps*/
.module_steps .row{
	margin-top: 35px;
}
.module_steps .icon{
	width: 90px;
	padding-left: 10px
}
.module_steps .text{
	width: calc(100% - 90px);
	color: var(--brand-blue);
	font-size: 0.86rem;
	line-height: 1.29rem;
	text-transform: uppercase;
	font-weight: 500;
	padding-right: 40px;
	max-width: 265px;
}
.module_steps .item > div{
	align-items: center;
	border-bottom: 1px solid rgba(54, 67, 142, 0.2);
	padding-top: 18px;
	padding-bottom: 18px;
}
.module_steps .item:last-child > div{
	border-bottom: none;
}
/**/

/*module-resultats*/
.module-resultats{
	margin-top: 18px;
	padding-top: 58px;
	padding-bottom: 0;
	background: #fff;
	border-radius: 20px 20px 0 0;
	position: relative;
}
.swiper_results{
	margin-top: 35px
}
.swiper_results .item{
	height: 231px;
	background-size: cover;
	background-position: center;
	position: relative;
	padding: 12px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.swiper_results .item:nth-child(2n){
	align-items: flex-end;
}
.swiper_results{height: 462px}
.swiper_results:before{
	position: absolute;
	content: '';
	top: 231px;
	left: 0;
	width: 100%;
	height: 4px;
	background: var(--blue-light);
	box-shadow: 0 0 10px rgba(186, 226, 253, 0.6);
	z-index: 3;
}
.swiper_results .item .text > div{
	width: 134px;
	background: rgba(26, 26, 26, 0.6);
	border-radius: 10px;
	font-size: 0.5rem;
	line-height: 0.7rem;
	color: #fff;
	padding: 10px;
	text-transform: uppercase;
}
.swiper_results .item .text p{
	font-size: 0.5rem;
	line-height: 0.7rem;
	color: #fff;
	margin-bottom: 4px;
}
.swiper_results .item .text p span{
	font-size: 0.7rem;
	line-height: 1.1rem;
	display: block;
}
.swiper_results .swiper-control{
	position: absolute;
	right: auto;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
	height: 100px;
	justify-content: space-between;
	flex-flow: column;
	margin-top: 4px;
}
.swiper_results .swiper-button-prev,
.swiper_results .swiper-button-next{
	position: relative;
	width: 25px !important;
	height: 25px !important;
	border-radius: 50%;
	background: var(--blue-light);
	left: auto !important;
	transform: none !important;
	top:auto !important;
}
.swiper_results .swiper-button-prev:after,
.swiper_results .swiper-button-next:after{
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../img/icons/arrow.svg) center no-repeat;
	background-size: 16px auto;
	left: 0;
	top:0;
	content: '' !important;
}
.swiper_results .swiper-button-next:after{
	transform: rotate(180deg);
}
.swiper_results .swiper-button-prev:before{
	content: 'до';
	bottom: -18px;
	top: auto;
	height: auto
}
.swiper_results .swiper-button-next:before{
	content: 'после';
	top: -18px;
	height: auto
}
.swiper_results .swiper-button-prev:before,
.swiper_results .swiper-button-next:before{
	color: #fff;
	font-size: 0.7rem;
	font-family: EuropeC, Arial, sans serif;
	text-transform: uppercase;
	left: 50%;
	transform: translateX(-50%);
	width: auto !important;
}
.items-numbers .number{
	line-height: 100%;
	font-size: 2.5rem;
	position: relative;
	padding-top: 28px;
	font-family: EuropeC, Arial, sans serif;
	color: var(--brand-blue);
}
.items-numbers .number:before{
	position: absolute;
	top: 0;
	width: 28px;
	height: 25px;
	background: url(../img/icons/arrow.svg) center no-repeat;
	left: 0;
	content: '';
}
.items-numbers{
	margin-top: 64px;
}
.items-numbers .text{
	font-size: 0.86rem;
	line-height: 1rem;
	margin-top: 5px
}
.items-numbers .item{
	margin-bottom: 28px;
}
.module-resultats .container{
	position: relative;
	padding-bottom: 37px;
}
.module-resultats-text{
	margin: 30px auto 0 auto;
}
.module-resultats .container > a{
	bottom: 0;
	transform: translateY(50%) translateX(-50%);
	width: calc(100% - ((var(--bs-gutter-x,.75rem)) * 2));
	left: 50%;
	line-height: 46px;
	height: 46px;
	font-size: 1rem;
	font-weight: 500;
	max-width: 330px;
}
/**/

/*module_text-media*/
.module_text-media{
	margin-top: 40px;
}
.module_text-media .text{
	width: 98%;
	margin: 0 auto;
	padding: 0 var(--bs-gutter-x,.75rem);
}
.module_text-media .text p{
	color: var(--blue);
	line-height: 1.29rem;
}
.module_text-media .media{
	height: 405px;
	margin-top: 50px;
	position: relative;
}
.module_text-media .media .img-bg{
	height: 100%;
	-webkit-transition: 300ms ease-out;
	-o-transition: 300ms ease-out;
	transition: 300ms ease-out;
}
.icon-play div{
	width: 83px;
	height: 83px;
	border-radius: 50%;
	background: #474284 url(../img/icons/icon-play.svg) center no-repeat;
}
.icon-play{
	-webkit-transition: 300ms ease-out;
	-o-transition: 300ms ease-out;
	transition: 300ms ease-out;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
}
.module_text-media .icon-play{
	height: calc(100% - 36px);
	left: calc(var(--bs-gutter-x) * .5);
	width: calc(100% - (var(--bs-gutter-x)));
}
.hidden{
	opacity: 0;
	visibility: hidden;
}
.module_text-media .media video{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/**/

/*module_projects*/
.module_projects{
	margin-top: -52px;
	padding-top: 42px;
	background: var(--brand-blue);
	border-radius: 20px 20px 0 0;
	position: relative;
	z-index: 3;
}
.text_mod, .text_mod p{
	line-height: 1.29rem;
}
.module_projects .text_mod, .module_projects .text_mod p{
	color: #fff;
}
.module_projects .text_mod{
	max-width: 90%;
	margin: 0 auto;
}
.swiper_projects{
	margin-top: 30px;
	padding: 0 35px !important;
}
.swiper_projects .item{
	width: 174px;
}
.swiper_projects .item-img{
	height: 191px;
	border-radius: 20px 20px 0 0;
	position: relative;
}
.swiper_projects .item-img img{
	border-radius: 20px 20px 0 0;
	filter: grayscale(1);
}
.swiper_projects .df{
	margin-top: -86px;
}
.swiper_projects .df > div:before, .swiper_projects .df > div > div:before{
	background: #fff;
}
.swiper_projects .df > div:after {
	border-left-color: #fff;
	border-bottom-color: #fff;
}
.swiper_projects .df > div > div:after{
	border-right-color: #fff;
	border-top-color: #fff;
}
.swiper_projects .df:before{
	background: #fff;
	height: calc(100% - 64px);
	top: 32px;
	position: absolute;
	left: 0;
	width: 100%;
	content: '';
}
.swiper_projects .df{
	position: relative;
}
.swiper_projects .item-name{
	color: var(--blue);
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 6px;
}
.swiper_projects .item-name a{
	font-weight: 500;
	color: var(--blue);
}
.swiper_projects .df > div > div{
	padding: 18px 11px 10px 11px;
}
.swiper_projects .adres, .swiper_projects .data{
	position: relative;
	padding-left: 14px;
	font-size: 0.7rem;
	color: var(--blue);
	width: 50%;
}
.swiper_projects .adres:before, .swiper_projects .data:before{
	position: absolute;
	left: 0;
	width: 10px;
	height: 12px;
	top: 50%;
	transform: translateY(-50%);
	content: '';
}
.swiper_projects .adres:before{
	background: url(../img/icons/icon-place.svg);
	background-size: 100% auto;
}
.swiper_projects .data:before{
	background: url(../img/icons/icon-data.svg);
	background-size: 100% auto;
}
.swiper_projects .btn{
	height: 22px;
	line-height: 22px;
	font-size: 0.7rem;
}
.swiper_projects .item-footer{
	margin-top: 35px;
}
.show-all_wrap > a{
	color: #fff;
	font-weight: 500;
	text-decoration: underline;
	text-transform: uppercase;
	margin-top: 30px;
}
.show-all_wrap > a:hover{
	text-decoration: none;
}
/**/

/*blog swiper*/
.swiper_blog{
	margin-top: 24px;
	padding: 0 35px !important;
}
.swiper_blog .item{
	width: 174px;
	height: auto !important;
}
.module_home-blog .text_mod, .module_home-blog .text_mod p{
	color: #fff;
}
.module_home-blog{
	padding-top: 60px;
	padding-bottom: 70px;
	background: var(--brand-blue);
}
/**/
.swiper-scrollbar{
	bottom: 0 !important;
	height: 6px !important;
	width: 330px !important;
	left: 50% !important;
	transform: translateX(-50%);
	background: linear-gradient(to right, rgba(242, 242, 242, 0) 0%, rgba(128, 204, 255, 1) 50%, rgba(242, 242, 242, 0) 100%) !important;
	background: -webkit-linear-gradient(to right, rgba(242, 242, 242, 0) 0%, rgba(128, 204, 255, 1) 50%, rgba(242, 242, 242, 0) 100%) !important;
	background: -moz-linear-gradient(to right, rgba(242, 242, 242, 0) 0%, rgba(128, 204, 255, 1) 50%, rgba(242, 242, 242, 0) 100%) !important;
	background: -o-linear-gradient(to right, rgba(242, 242, 242, 0) 0%, rgba(128, 204, 255, 1) 50%, rgba(242, 242, 242, 0) 100%) !important;
	background: -ms-linear-gradient(to right, rgba(242, 242, 242, 0) 0%, rgba(128, 204, 255, 1) 50%, rgba(242, 242, 242, 0) 100%) !important;
}
.swiper-scrollbar .swiper-scrollbar-drag{
	background: none
}
.swiper-scrollbar .swiper-scrollbar-drag:before{
	position: absolute;
	content: '';
	background: var(--blue-light) !important;
	border-radius: 50%;
	width: 13px;
	height: 13px;
	box-shadow: 0 0 10px var(--blue-light);
	top: 50% !important;
	transform: translateY(-50%) !important;
}

.category_nav{
	margin-bottom: 12px;
}
.category_nav .btn-group-wrap{
	padding-bottom: 10px;
}
.category_nav .btn{
	height: 27px;
	line-height: 27px;
	border-radius: 30px;
	padding: 0 16px;
	background: #fff;
	color: #202A4D;
	font-size: 0.64rem;
	margin-bottom: 15px;
	margin-right: 8px;
}
.category_nav .btn:last-child{
	margin-right: 0;
}
.category_nav .btn:hover{
	background: #fff;
}
.category_nav .btn.active{
	background: var(--blue-light);
	color: var(--brand-blue);
	font-weight: 700;
}
.btn-group_{
	flex-wrap: wrap;
}

/*preview_page_*/
.preview_page_ .preview_page-content .ImgPreview{
	height:257px;
	border-radius: 0;
}
.preview_page_ .preview_page-content{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: column;
	padding-top: 0;
}
.preview_page_ .preview_page-content .txtPreview{
	top: auto;
	position: relative;
	background: var(--brand-blue);
}
.preview_page_ .txtPreview > div > div{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: column-reverse;
	padding: 20px 0 30px 0;
	padding-left: calc(var(--bs-gutter-x,.75rem) + 1.25%);
	padding-right: calc(var(--bs-gutter-x,.75rem) + 1.25%);
	position: relative;
}
.preview_page_  .preview_page-content .txtPreview .text_{
	font-size: 0.7rem;
	font-family: 'Unbounded', Arial, sans serif;
	color: #8B9FAF;
	text-transform: uppercase;
	max-width: 265px;
	margin-bottom: 35px;
}
.preview_page_{
	margin-bottom: 40px;
}
.preview_page_ .container{
	padding: 0;
	width: 100%;
	max-width: inherit;
}

/**/

.module_text .media{
	margin: 30px 0;
	position: relative;
}
.module_text .media *{
	border-radius: 10px;
}
.module_text .media .icon-play{
	width: 67px;
	height: 67px;
	border-radius: 50%;
	background-size: 18px auto;
}
.module_text > .container > .text,
.module-resultats-text{
	max-width: 690px;
	margin-left: auto;
	margin-right: auto;
}
.module_text h4{
	font-size: 0.79rem;
	line-height: 1.07rem;
}
.number_list{
	margin: 0 0 50px 0;
	padding: 0;
	counter-reset: Count;
}
.number_list li{
	list-style: none;
	background: #fff;
	min-height: 70px;
	height: auto;
	border-radius: 8px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	position: relative;
	padding: 15px 25px 15px 85px;
	font-size: 0.79rem;
	line-height: 1.07rem;
	margin-bottom: 15px;
	counter-increment: Count;
}
.number_list li:before{
	content: '0' counter(Count);
	position: absolute;
	left: 25px;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: #36438E;
	color: #fff;
	font-family: 'Unbounded', Arial, sans serif;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}
.table-wrap{
	margin: 40px 0;
	border: 1px solid #D2D2D2;
	border-radius: 10px;
}
.table{
	font-size: 0.7rem;
	line-height: 0.86rem;
	margin: 0;
}
.table .number{
	font-size: 1rem;
	line-height: 1.29rem;
	color: #36438E;
	vertical-align: middle;
}
.table thead{
	background: linear-gradient(to left, rgba(78, 64, 157, 1) 0%, rgba(186, 226, 253, 1) 100%);
	background: -webkit-linear-gradient(to left, rgba(78, 64, 157, 1) 0%, rgba(186, 226, 253, 1) 100%);
	background: -moz-linear-gradient(to left, rgba(78, 64, 157, 1) 0%, rgba(186, 226, 253, 1) 100%);
	background: -o-linear-gradient(to left, rgba(78, 64, 157, 1) 0%, rgba(186, 226, 253, 1) 100%);
	background: -ms-linear-gradient(to left, rgba(78, 64, 157, 1) 0%, rgba(186, 226, 253, 1) 100%);
	color: #fff;
	text-transform: uppercase;
	font-weight: 400 !important;
}
.table thead th{
	font-weight: 400 !important;
	vertical-align: middle;
}
.table thead th{border-right: 1px solid #D2D2D2;}
.table thead th:first-child{border-radius: 10px 0 0 0;/*border-left: 1px solid #D2D2D2;*/}
.table thead th:last-child{border-radius: 0 10px 0 0;border-right: none}
.table td{background: #fff; box-shadow: none;border: none;border-top: 1px solid #D2D2D2;border-right: 1px solid #D2D2D2}
.table tr td:last-child{border-right: none}
.table tbody tr:last-child td:first-child{border-radius: 0 0 0 10px;}
.table tbody tr:last-child td:last-child{border-radius: 0 0 10px 0;}
/**/
/*.ul-styled_wrap ul li, .text ul li{margin-bottom: 10px;position: relative;list-style: none;padding-left: 15px}
.ul-styled_wrap ul li:before, .text ul li:before{
		position: absolute;
		left: 0;
		content: '';
		width: 5px;
		height: 5px;
		border-radius: 50%;
		background: var(--brand-orange);
		top: 6px;
	}
.ul-styled_wrap ul, .text ul{margin: 0;padding: 0;}
.text ul{margin-bottom: 20px}*/
.module_text-img .img-wrap{
	height: 320px;
	border-radius: 15px;
	margin-top: 40px;
}
.module_text-img .img-wrap img{
	border-radius: 15px;
}
/**/

.all_so{
	margin-top: 70px;
	border-radius: 10px 10px 0 0;
	padding-top: 40px;

}
.all_so .swiper_blog {
	padding: 0 0 !important;
}


.breadcrumbs {
	flex-flow: row;
	margin: 25px 0;
	padding: 0;
	flex-wrap: wrap;
	font-size: 14px;
	color: rgba(50, 53, 108, 0.3);
}
.breadcrumbs li{
	list-style: none;
	color: rgba(50, 53, 108, 0.3);
	position: relative;
	padding-left: 10px;
	display: inline;
	text-transform: uppercase;
	font-size: 0.7rem;
}
.breadcrumbs li:first-child{
	padding-left: 0;
}
.breadcrumbs li:not(:first-child):before{
	position: absolute;
	content: '/';
	left: 0;
}
.breadcrumbs li span{
	color: rgba(50, 53, 108, 0.3);
}
.breadcrumbs li a, .breadcrumbs li a span{
	color: rgba(50, 53, 108, 0.3);
}
.breadcrumbs li a:hover span{
	text-decoration: underline;
}
.breadcrumbs li a:hover{
	text-decoration: none;
}
.breadcrumbs li:not(:first-child){
	margin-left: 10px;
}
.breadcrumbs li:not(:first-child) span{
	margin-left: 5px;
}
.breadcrumbs img{
	margin-top: -4px;
}
img.lazy{
	opacity: 1;
	transition: opacity 0.3s;
}
img.lazy[data-src]{
	opacity: 0
}



















/**/
.items_list{
	flex-flow: column;
	margin-top: 30px;
	margin-bottom: 30px;
	counter-reset: Count2;
}
.items_list:first-child{
	margin-top: 20px;
}
.items_list .item{
	min-height: 155px;
	margin-bottom: 12px;
	counter-increment: Count2;
}
.items_list .item > div{
	height: 100%;
	min-height: 155px;
	align-items: center;
	font-size: 1.2rem;
	line-height: 111%;
	padding: 20px 159px 20px 20px;
	position: relative;
}
.items_list .item > div:before{
	position: absolute;
	width: 63px;
	height: 63px;
	border-radius: 50%;
	background: var(--default-color);
	content: '';
	right: 20px;
	top: 20px;
	color: #fff;
	font-weight: 700;
	font-size: 1.333rem;
	content: '0' counter(Count2);
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}
.items_list-simple .item{
	min-height: auto;
}
.items_list-simple .item > div{
	min-height: auto;
	padding: 12px 18px;
	border-radius: 10px;
	font-size: 1rem;
	line-height: 1.4rem;
}
.items_list-simple .item > div:before{
	content: none;
}
.items_list.slider_list .item > div:before{
	content: none;
}
.items_list.slider_list .item > div{
	padding: 0;
	min-height: 130px;
}
.items_list.slider_list .item > div > a{
	padding: 20px;
	justify-content: center;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	font-size: 1.6677rem;
	text-decoration: none;
	min-height: 130px;
	height: 100%;
	border-radius: 35px;
}
.items_list.slider_list .item > div > a:hover{
	color: #fff;
	background: var(--default-color);
}
.delivery_content-wrapper > .row{
	flex-flow: column;
}
/**/



#map-yandex {
	cursor: pointer;
	height: 295px;
	width: 100%;
	background-color: transparent;
	position: relative;
	z-index: 0;
	border-radius: 25px;
}
.ymap-container {
	background: url(../img/yandex-before-load-marker.jpg) #fff no-repeat;
	background-size: cover;
	background-position: center center;
	/*box-shadow: 0 0 2em 0 rgba(0, 0, 0, .2);*/
	/*margin: 3em 0 2em 0;*/
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

/**/
.modal-dialog{
	width: 345px;
	margin: 30px auto;
}
.modal{
	background: rgba(50, 53, 108, 0.67);
}
.modal-content{
	border-radius: 0;
	border: none;
	z-index: 100;
	background: none;
	position: relative;
}
.modal-content > div:before, .modal-content > div > div:before{
	background: #fff;
}
.modal-content > div:before{
	border-radius: 20px 0 0 0;
}
.modal-content > div > div:before{
	border-radius: 0 0 20px 0;
}
.modal-content:before{
	position: absolute;
	top: 32px;
	left: 0;
	width: 100%;
	height: calc(100% - 64px);
	content: '';
	background: #fff;
}
.modal-content > div > div:after{
	border-right-color: #fff;
	border-top-color: #fff;
}
.modal-content > div:after{
	border-left-color: #fff;
	border-bottom-color: #fff;
}
.modal-header{
	padding: 25px 15px;
	border: none;
}
.modal-body{
	padding: 5px 15px 30px 15px;
}
.modal form .form-control{
	background: #EFF1F9;
	text-align: center;
	text-transform: uppercase;
	font-size: 0.7rem;
	color: var(--default-color);
}
.modal form .form-control.error{
	border-color: var(--brand-color);
}
.modal form input[type="tel"]{
	padding-right: 50px;
}
.modal form label{
	color: var(--grey3);
	font-weight: 400;
	font-size: 0.93333rem;
	margin: -10px 0 5px 15px;
	display: block;
}
.modal .close{
	padding: 0 !important;
	top: 0;
	width: 15px;
	height: 15px;
	position: absolute;
	right: 0;
	z-index: 100;
	border: none;
	z-index: 101;
	background: url(../img/icons/close.svg) center no-repeat;
	background-size: 100% auto;
}
.modal .close:before{
	width: 100%;
	height: 100%;
	content: '';
	background-image: url(../img/icons/icon-close.svg);
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	filter: grayscale(1) brightness(0);
	background-size: 10px auto;
}
.modal .close:hover{
	opacity: 0.7;
}
.modal h2{
	margin: 0;
	line-height: 2.29rem;

}
.modal .form-group{
	margin-bottom: 14px;
}
.modal .fieldset:last-child .form-group:last-child{
	margin-bottom: 0;
}
.modal .btn{
	padding: 0 46px;
	width: auto;
}
.modal .formControls_btn{
	justify-content: center;
}
form fieldset.d-flex{
	flex-flow: column;
}
.modal .form-check label{
	margin: 0;
}
.form-check-label{
	position: relative;
	padding-left: 30px
}
.form-check-label:before{
}
.modal .fl-btn-agree{
	margin-top: -6px !important;
	font-size: 0.7rem;
	color: #C6C6C6;
	line-height: 100%;
	margin-bottom: 25px;
}
.modal .fl-btn-agree a{
	font-size: 0.7rem;
	color: #C6C6C6;
}

.swiper-wrapper{height: auto !important}
.modal-action lead{
	font-size: 1.2rem;
	border-left: 1.75px solid #fff;
	line-height: 111%;
	padding-left: 20px;
	display: block;
}
.modal-action .title{
	margin-bottom: 10px;
}
.modal-action .modal-content{
	background: var(--default-color);
}
.modal-action .modal-dialog {
	margin: 23px auto;
}
.modal-action .modal-body{
	padding-top: 16px;
	padding-bottom: 15px;
}
.modal-action .action_body{
	margin: 12px -15px 10px -15px;
	padding: 10px 0 0 0;
	width: calc(100% + 30px);
	background: var(--brand-color);
}
.modal-action_ .action_body{
	padding-top: 0;
	margin: 16px -5px 10px -5px;
	background: none;
	width: calc(100% + 10px);
}
.modal-action .action_body .number{
	font-size: 2.1333rem;
	font-weight: 600;
}
.modal-action .action_body .text{
	margin-left: 20px;
}
.modal-action .action_body .d-flex{
	padding: 0 15px;
	align-items: center;
	justify-content: center;
	margin-bottom:0;
	margin-top:10px;
}
.modal-action_ .action_body .d-flex{
	background: var(--brand-color);
	border-radius: 25px;
	padding: 5px 10px;
}
.modal-action .action_body .img-bg{
	height: 163px;
}
.modal-action_ .action_body .img-bg{
	height: 240px;
}
.modal.modal-action{
	background: #fff;
}
.modal.modal-action .btn{
	margin-bottom: 0;
}
.modal.modal-action_ .btn{
	margin: 0 -5px;
	width: calc(100% + 10px);
}
.modal.modal-action .close{
	width: 45px;
	height: 45px;
	background: none;
	border: 1px solid var(--grey2);
}
.modal.modal-action .close:before{
	filter: none;
	background-size: 18px auto;
}
.modal .fl-btn-agree{
	margin-top: 0;
}
.modal .form-check input + label:before{
	background: none;
	border: 1px solid var(--blue-color);
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #EFF1F9
}
.modal .form-check input:checked + label:after{
	position: absolute;
	content: '';
	width: 7px;
	height: 7px;
	top: 8px;
	left: 8px;
	transform: translateY(-50%) translateX(-50%);
	border-radius: 50%;
	background: var(--blue-color);
}
.modal .form-check input + label{
	padding-left: 25px;
	color: #C6C6C6;
	font-size: 0.7rem;
	position: relative;
	cursor: pointer;
}
.modal .form-check input + label a{
	color: #C6C6C6 !important;
	text-decoration: none;
	font-weight: normal;
}
.modal .form-check input + label a:hover{
	text-decoration: underline;
}

.scroll_lock{
	display: none;
}

.cookie_wrap{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}
.cookie_content{
	background: rgba(32, 48, 59, 0.96);
	border-radius: 15px 15px 0 0;
	padding: 20px;

}
.cookie_content p{
	color: #fff;
	margin-top: 2px;
}
.cookie_content .close img{
	width: 16px;
}
.cookie_content .close{
	margin-right: 7px;
}
.cookie_content .btn{
	line-height: 40px;
	height: 40px;
	margin: 0 4px;
	width: calc(50% - 4px);
}
.cookie_content .btn:first-child{margin-left: 0}
.cookie_content .btn:last-child{margin-right: 0}
.cookie_content .btn-wrap{
	margin-top: 20px;
}
.cookie_wrap .close{cursor: pointer;}

.media .poster{
	position: relative;
}

