@charset "UTF-8";

:root {
	--color-black: #2B2A29;
	--color-bg: #FAFAFA;	
	--color-yellow: #F1DA4E;
	--color-red: #E22024;
	--color-dark-red: #b80f0f;
	--color-white: #fff;
	--color-grey: #9b9b9b;
	--color-dark-grey:#B2B3B3;
	--color-blue: #1A4D82;
	--color-dark-blue: #273973;	
	--shadow-color: #3a6ecf;
	--shadow-color-light: rgb(87, 174, 202);
	--animate-duration: 1s;
	--animate-delay: 1s;
	--animate-repeat: 1;
}


.color-transparent {
	color: var(--color-transparent)
}

.bg-color-transparent {
	background-color: var(--color-transparent)
}

.color-black {
	color: var(--color-black)
}

.bg-color-black {
	background-color: var(--color-black)
}

.color-white {
	color: var(--color-white);
}

.bg-white {
	background-color: var(--color-white)
}

.color-grey {
	color: var(--color-gray)
}

.bg-grey {
	background-color: var(--color-gray)
}
.color-dark-grey {
	color: var(--color-dark-gray)
}

.bg-dark-grey {
	background-color: var(--color-dark-gray)
}

.color-yellow {
	color: var(--color-yellow)
}

.bg-yellow {
	background-color: var(--color-yellow)
}

.color-blue {
	color: var(--color-blue)
}

.bg-blue {
	background-color: var(--color-blue)
}

.color-dark-blue {
	color: var(--color-dark-blue)
}

.bg-dark-blue {
	background-color: var(--color-dark-blue)
}

.color-red {
	color: var(--color-red);
	-webkit-transition: color 200ms ease 0s;
	-o-transition: color 200ms ease 0s;
	transition: color 200ms ease 0s;
}

.bg-red {
	background-color: var(--color-red);

}

*,
:after,
:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

html,
body {
	background: var(--color-bg);
	scrollbar-gutter: stable;
	line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
    text-size-adjust: 100%;
	font-size: 16px;
}

body,
p {
	font-family: 'Montserrat', 'Arial', sans-serif;
	font-weight: normal;
	color: var(--color-black);
	font-size: 1rem;
	line-height: 1;
}

p {
	margin-bottom: 0.5rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Europe';
	margin: 0 0 15px;
	letter-spacing: -1px;
}

.h1,
h1 {
	font-size: clamp(2.5rem, 3vw, 4rem);
}

.h2,
h2 {
	font-size: 4rem;
	margin-bottom: 25px;
}

.h3,
h3 {
	font-size: 2rem;
	line-height: 1.4;
}

.h4,
h4 {
	font-size: 1.4rem;
	line-height: 1.8rem;
}

p,
a {
	line-height: 1.5rem;
}

a,
a:hover,
a:focus {
	-webkit-transition: all 350ms ease 0s;
	-o-transition: all 350ms ease 0s;
	transition: all 350ms ease 0s;
	text-decoration: none;
	outline: none;
	color: var(--color-blue);
	cursor: pointer;
}

a:hover,
a:focus {
	color: var(--color-dark-blue);
}

p a {
	color: var(--color-blue);
}

p a:hover {
	color: var(--color-dark-blue);
}

ul {
	margin: 0;
	padding: 0;
	margin-bottom: 8px;
}

ol li,
ul li {
	list-style: outside none none;
}

.list-with-bullet li {
	list-style: inside disc;
	padding-bottom: 5px;
}

.content ol li, 
.content ul li {
    list-style: inside disc;
	padding-bottom: 5px;
}

.content ul li::marker {
	color: var(--color-blue);
	font-size: 22px;
}

img {
	height: auto;
	max-width: 100%;
}

input,
button {
	outline: none !important;
}

strong,
.strong,
.bold {
	font-weight: bold;
}


button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: none;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: pointer;
	margin: 0;
	padding: 0
}

button:focus {
	outline: none
}

.btn-default {
	padding: 15px 20px;
	border-radius: 5px;
	outline: none;
	text-decoration: none;
	border: 0px solid var(--color-grey);
	-webkit-transition: all 350ms ease 0s;
	-o-transition: all 350ms ease 0s;
	transition: all 350ms ease 0s;
	position: relative;
	letter-spacing: -0.5px;
	color: var(--color-white);
	background: var(--color-blue);
	cursor: pointer;
	display:inline-block;
}

.btn-default:hover {
	background: #174578;
}
button:disabled,
button[disabled],
button:disabled:hover{
  color: #d2d5db;
  background: #6c7589;
  cursor: not-allowed;
}

.btn-white {
	color: var(--color-black) !important;
	background: var(--color-white);
}

.btn-transparent {
	color: var(--color-white);
	background: transparent;
}


.btn-text {
	position: relative;
	z-index: 2;
}

.title-4 {
	font-size: 1.5rem;
    line-height: 2rem;
	margin-bottom: 20px;
}

.title-5 {
	font-size: 1.4rem;
	line-height: 1.7rem;
}


.subtitle {
	font-size: 16px;
	font-weight: 400;
	padding: 10px 0;
	color: #7c8075;
}

.detailed {
	position: relative;
	padding: 15px 0;
	font-size: 14px;
	margin: -70px 35px 0 0;
	float: right;
}

small,
.small,
p.small,
a.small {
	font-size: .8rem !important;
	line-height: 1.2em;
	font-weight:100;
}

.justifyleft {
	float: left;
}

.justifyright {
	float: right;
}

blockquote {
	padding: 10px 0 10px 30px;
	color: var(--color-green-maple);
	border-left: 2px solid var(--purple);
}

blockquote p {
	color: var(--color-green-maple);
}



fieldset {
    min-width: 0;
    padding: 0;
    margin-bottom: 1rem;
    border: 0;
    display: block;
    min-inline-size: min-content;
    margin-inline: 2px;
    border-width: 2px;
    border-style: groove;
    padding-block: 0.35em 0.625em;
    padding-inline: 0.75em;

}

.p-6 {
	padding: 4rem !important;
}


.pt-6 {
	padding-top: 4rem !important;
}

.pt-7 {
	padding-top: 5rem !important;
}


.pb-6 {
	padding-bottom: 4rem !important;
}

.pb-7 {
	padding-bottom: 5rem !important;
}

.py-6 {
	padding-bottom: 4rem !important;
	padding-top: 4rem !important;
}

.py-7 {
	padding-bottom: 5rem !important;
	padding-top: 5rem !important;
}

.px-7 {
	padding-left: 14rem;
	padding-right: 14rem;
}

.ps-7 {
	padding-left: 14rem;
}

.pe-7 {
	padding-right: 14rem;
}


.px-8 {
	padding-left: 19rem;
	padding-right: 19rem;
}

.ps-8 {
	padding-left: 19rem;
}

.pe-8 {
	padding-right: 19rem;
}


.ul-title {
	font-size: 1.0rem;
	line-height: 1.2;
	color: var(--color-black);
	margin: 5px 0 0 15px;
}


.list_t li {
	padding: 25px 0;
	border-bottom: 1px solid var(--color-gray);
}

.list_t li a {
	font-size: 24px;
	width: 100%;
	display: block;
}

.list_t li a:hover {
	color: var(--color-dark-gray);
}

.list_t li a i {
	color: var(--color-brightly-blue);
	font-size: 20px;
	line-height: 30px;
}

.target-link {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	height: 39px;
}

.target-link__text {
	padding: 0px 12px;
	color: var(--color-dark-blue);
	font-size: 1.1rem;
	background-color: #fafdff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 990;
	background: #000000b3;
	display: none;
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
}


.blend-darken {
	mix-blend-mode: darken;
}

sub,
sup {
	font-size: .5em;
}

.w-lg-75{
	width: 75%;
}

@media (max-width:1700px) {

	p {
		font-size: 0.95rem;
	}

	.ps-8 {
		padding-left: 6rem;
	}

	.px-8 {
		padding: 0 6rem;
	}

	.ps-8 {
		padding-left: 6rem;
	}

	.pe-8 {
		padding-right: 6rem;
	}

	.px-7 {
		padding: 0 3rem;
	}

	.ps-7 {
		padding-left: 3rem;
	}

	.pe-7 {
		padding-right: 3rem;
	}
	.h2, h2 {
		font-size: 3rem;
		margin-bottom: 25px;
	}

	.title-4 {
		font-size: 1.3rem;
		line-height: 2rem;
		margin-bottom: 20px;
	}

}


@media (max-width:1400px) {
    .h2, h2 {
        font-size: 2rem;
        margin-bottom: 25px;
    }

}

@media (max-width:1200px) {
	p {
		margin-bottom: 0.5rem;
		font-size: 0.9rem;
        line-height: 1.4rem;
	}

    .content a {
		font-size: 0.9rem;
        line-height: 1.2rem;
    }

	li {
		font-size: 0.9rem;
		line-height: 1.3rem;
	}

	.px-8 {
		padding: 0 4rem;
	}

	.ps-8 {
		padding-left: 4rem;
	}

	.pe-8 {
		padding-right: 4rem;
	}

	.px-7 {
		padding: 0 2rem;
	}

	.ps-7 {
		padding-left: 2rem;
	}

	.pe-7 {
		padding-right: 2rem;
	}

	.pt-7 {
		padding-top: 1rem !important;
	}

	.p-6 {
		padding: 1rem !important;
	}

	.pt-6 {
		padding-top: 1rem !important;
	}

	.h2,
	h2 {
		font-size: 2.2rem;
		line-height: 2.4rem;
	}

	.h4,
	h4 {
		font-size: 1.3rem;
	}


	.title-4 {
		font-size: 1.0rem;
		line-height: 1.4rem;
	}

	.list_t li a {
		font-size: 20px;
	}

	.list_t li a i {
		font-size: 18px;
		line-height: unset;
	}
}


@media (max-width:990px) {

	html,
	body {
		height: auto;
	}

	.btn-icon {
		padding: 0;
	}

	.btn-default {
		padding: 10px 15px;
		margin: 0;
	}

}


@media (max-width:720px) {
	.px-7 {
		padding: 0.5rem;
	}

	.ps-7 {
		padding-left: 0.5rem;
	}

	.pe-7 {
		padding-right: 0.5rem;
	}

	.pt-6 {
		padding-top: 0.5rem !important;
	}

	.pt-7 {
		padding-top: 0.5rem !important;
	}

	.px-8 {
		padding: 0 1rem;
	}

	.ps-8 {
		padding-left: 1rem;
	}

	.pe-8 {
		padding-right: 1rem;
	}

	.justifyleft,
	.justifyright {
		float: none;
	}

	.btn-icon {
		padding: 0;
	}

	.h2,
	h2 {
		font-size: 2.0rem;
		line-height: 2.5rem;
		margin-bottom: 15px;
		letter-spacing: -0.5px;
	}

	.h3,
	h3 {
		font-size: 1.5rem;
		line-height: 1.9rem;
		letter-spacing: -0.5px;
	}

	.title-5 {
		font-size: 1.0rem;
		line-height: 1.3rem;
	}

	.btn-icon {
		background: var(--color-brightly-blue);
	}

	.btn-icon__t {
		margin-left: 0px;
		padding: 0 8px;
	}

	small,
	.small,
	p.small,
	a.small {
		font-size: .8em !important;
		line-height: 1.1em;
	}


}


/***********************************************************/
.body{
	height:100%;
	position: relative;
	z-index: 0;
}

.content {
	position: relative;
	/* overflow: hidden; */
	margin-top: 0px;
    z-index: 0;
}

.section{
	position: relative;
}

.footer{
	position:relative;
}

@media (max-width:720px) {
	
}

/*********************************** MENU ***********************************************************************/
.header {
	width: 100%;
	position: fixed;
	top:0;
	left: 0;
    z-index: 5;
	-webkit-transition: all 350ms ease 0s;
	-o-transition: all 350ms ease 0s;
	transition: all 350ms ease 0s;
	background: #FFF;
		background: linear-gradient(180deg,rgba(255, 255, 255, 0.80) 40%, rgba(255, 255, 255, 0) 100%);
}

.header.scrolled {
	position: fixed;
	left: 0;
	top: -200px;
	backdrop-filter: blur(3px);
	background:transparent;
	background: rgba(255,255,255,0.8);
}

.header.scrolled.show-scrolled {
	top: -0px; 
}


.header__logo{
	height: 170px;
    margin-top: 20px;
	-webkit-transition: all 350ms ease 0s;
	-o-transition: all 350ms ease 0s;
	transition: all 350ms ease 0s;
}

.header__logo_cepr{
	width: 100px;
}

.header.scrolled.show-scrolled .header__logo{
	height: 70px;
    margin-top: 10px;
	margin-bottom: 10px;
}



.header__logo_cepr{
	-webkit-transition: all 350ms ease 0s;
	-o-transition: all 350ms ease 0s;
	transition: all 350ms ease 0s;
}

.header__menuToggle{
	font-size: 1.8rem;
}

.header.scrolled.show-scrolled .header__logo_cepr{
	height: 30px;
}


.header-menu__li_a,
.header-menu__li{
	color:var(--color-black);
	-webkit-transition: 300ms ease-out;
	-o-transition: 300ms ease-out;
	transition: 300ms ease-out;
	line-height: normal;
    text-align: center;
}

.header-menu__li{
		padding: 0 20px;
}


.header-menu__li_a{
	text-transform:uppercase;
	letter-spacing:-0.2px;
	font-weight:bold;
}

.header-menu__li_a:hover{
	color:var(--color-red);
}

.menu-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	height: 50px;
	width: 50px;
	-webkit-transition: -webkit-transform .5s cubic-bezier(.19, 1, .22, 1);
	transition: -webkit-transform .5s cubic-bezier(.19, 1, .22, 1);
	-o-transition: transform .5s cubic-bezier(.19, 1, .22, 1);
	transition: transform .5s cubic-bezier(.19, 1, .22, 1);
	transition: transform .5s cubic-bezier(.19, 1, .22, 1), -webkit-transform .5s cubic-bezier(.19, 1, .22, 1);
	will-change: transform;
}

.menu-btn .icon-menu {
	font-size: 24px;
}

.menu-btn:hover .icon-menu {
	font-size: 24px;
	color: var(--color-brightly-blue);
}

.menu-btn-close {
	color: var(--color-white);
}

@media (max-width:1500px) {
	.header {
		background: #FFF;
		background: linear-gradient(180deg,rgba(255, 255, 255, 0.75) 30%, rgba(255, 255, 255, 0) 100%);
	}
}


@media (max-width:1200px) {

}



@media (max-width:990px) {

}


@media (max-width:720px) {
	.header__logo { height: 60px;		margin-top: 0; 	}
	.header.scrolled.show-scrolled .header__logo {
		height: 50px;
		margin-top: 5px;
		margin-bottom: 5px;
	}






}



/******************************* sidebar *******************************************/
.sidebar {
	position: fixed;
	top: 0px;
	left: 0;
	width: 100%;
	height: 100vh;
	-webkit-box-shadow: 0 0 10px #000;
	box-shadow: 0 0 10px #000;
	background-color: var(--color-bg);
	-webkit-font-smoothing: antialiased;
	-webkit-transform-origin: 0% 0%;
	-ms-transform-origin: 0% 0%;
	transform-origin: 0% 0%;
	-webkit-transform: translate(-103%, 0);
	-ms-transform: translate(-103%, 0);
	transform: translate(-103%, 0);
	will-change: transform;
	-webkit-transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
	transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
	-o-transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
	transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
	transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
	z-index: 995;
	overflow: hidden;
}

.sidebar.view {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}


.sidebar-menu__li {
	padding: 5px 0 5px 0;
	margin-left: 15px;
	position: relative;
	cursor: pointer;
}

.sidebar-menu__li.active {
	font-weight: bold;
}

.sidebar-menu__li_li.active .icon-play {
	color: var(--color-black);
}

.sidebar-menu_li.active a {
	color: var(--color-yellow);
}

.sidebar-menu_li.active a:hover {
	color: var(--color-black);
}

.sidebar-menu__li .icon-up-open,
.sidebar-menu__li .icon-down-open {
	position: absolute;
	right: 20px;
	-webkit-transition: all 350ms ease 0s;
	-o-transition: all 350ms ease 0s;
	transition: all 350ms ease 0s;
}

.sideba-menu__li.open .icon-down-open {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.sidebar-menu__li_a {
	display: block;
	color: var(--color-black);
}

.sidebar-menu__li_li {
	padding: 2px 0 2px 15px;
	margin: 0;
	font-weight: normal;
}

.sidebar-menu__li_li_a {
	font-weight: normal;
	font-size: 0.9rem;
}

.sidebar-menu__close {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
}

.sidebar-menu__close i {
    color: var(--color-grey);
    -webkit-transition: all 350ms ease 0s;
    -o-transition: all 350ms ease 0s;
    transition: all 350ms ease 0s;
    font-size: 25px;
    cursor: pointer;
}


/*************  content  *****************************/

.fe {
	font-family: 'Europe';
}


.hero{
	background: #DFEBF6;
	background: linear-gradient(0deg, rgb(205 231 255) 0%, rgba(255, 255, 255, 1) 50%, rgb(228 239 255) 100%);
	height:95vh;
	display: flex;
	align-items: center;
}

.hero__bg{
position: absolute;
top:0;
right: 0;
height:100%;
}

.hero__bg img{
	height: 120%;
	}


.hero-center{
	background:rgba(255,255,255,0.8);
	border-radius:100%;
	font-size:2.5rem;
	font-weight:900;
	height:400px;
	width:400px;
	display:flex;
	align-items:center;
	justify-content:center;
	color:var(--color-blue);
	text-align:center;
	line-height: 3rem;
	
}

.hero h2{
	font-weight:600;
	font-family: 'Montserrat';
}


.top_ul li{
	list-style: none !important;
	background: url("images/core/bullet_white.svg") no-repeat 0 20px;
	padding: 20px 0 20px 45px;
    font-size: 1.4rem;
    line-height: 2rem;
}


.product-card__wrapper{
	display: flex;
	flex-direction: row;
	border: 1px solid var(--color-black);
	overflow: hidden;
	border-radius: 10px;
}


.product-card_img-wrapper{
	width: 25%;
	background: var(--color-blue);
	color: var(--color-white);
	display: flex;
	align-items: center;
	justify-content: center;
}


.product-card_text_wrapper{
	padding: 20px 0 20px 40px;
	width: 35%;
	display: flex;
	flex-direction: column;
	align-items: start;
	justify-content: center;
}

.product-card_text_wrapper h3{
	font-size: 2.0rem;
    border-bottom: 2px solid;
}


.product-card_text{
	font-size: 1.2rem;
	margin: 10px 0;
	display: flex;
	align-items: center;
}


.product-card_text img{
	width: 30px !important;
	height: auto;
	margin-right: 15px;
}

.product-card_diags{
	padding: 20px;
	width: 40%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.partners__h2{
	font-size: 3.5rem;
}

/*url(images/core/noise.webp) repeat,*/
.bl-4{
	background: var(--color-blue);
	background: radial-gradient(circle at 0% -30%, rgb(64 125 211) 20%, rgba(26, 77, 130, 1) 50%) repeat;

}

.bl-4__bg{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 5;	
}

.bl-6__bg{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}


.contacts__text{
	position: relative;
	margin-top: -150px;
}

.owl-nav{
	position: absolute;
    top: calc(50% - 15px);
	width: 100%;
}

.owl-prev,
.owl-next{
position: absolute;
width: 30px;
height: 30px;
}

.owl-prev{
	left:-10px;
}

.owl-next{
	right:0px;
}


.carousel-custom-dot{
	display: flex;
}


.carousel-custom-dots{
text-align: center;
margin-top: 20px;

}


.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    scale: 1;
}

.owl-c-dot_wrapper{
    margin: 15px 25px;
	cursor: pointer;
	-webkit-transition: all 350ms ease 0s;
	-o-transition: all 350ms ease 0s;
	transition: all 350ms ease 0s;	
}


.owl-c-dot{
	display: inline-block;
    height: 120px;
    width: 120px;
    border: 1px solid var(--color-grey);
    padding: 10px;
	-webkit-transition: all 350ms ease 0s;
	-o-transition: all 350ms ease 0s;
	transition: all 350ms ease 0s;
}

.owl-c-dot img{
	-webkit-transition: all 350ms ease 0s;
	-o-transition: all 350ms ease 0s;
	transition: all 350ms ease 0s;
	opacity: 0.5;
}


.owl-c-dot_wrapper.active .owl-c-dot{
	background: var(--color-blue);
}

.owl-c-dot_wrapper.active .owl-c-dot img{
	opacity: 1;
}

.owl-c-dot_wrapper:hover .owl-c-dot{
    border: 1px solid var(--color-blue);
}

.owl-c-dot_wrapper:hover img{
	opacity: 0.7;
}

.owl-c-dot__title{
	font-weight: bold;
	margin-top: 15px;
	font-size: 0.9rem;
}


@media (max-width:1500px) {
	.partners__h2{  	font-size: 2.3rem;}
	 /* .bl-4__bg { 	position: relative; width: 100%;	}
	.bl-6__bg {		position: relative; width: 100%;	} */
}

@media (max-width:1200px) {
p, a {
    line-height: 1.5rem;
    font-size: 0.9rem;
}

}

@media (max-width:720px) {

	.hero {		min-height: 95vh;	align-items: center; }
	.hero__bg { 	width: 90%; 		}
	.hero__bg { 	margin-top: 70px;	} 
	.hero__bg img { height: auto;	}
	.mir	{ width: 120px; }
	.logo_cepr{ width: 140px;     margin-top: 3px; 	}
	.ross-s {height: 100px;}
	.top_ul li {
		padding: 15px 0 15px 45px;
		font-size: 1.2rem;
		line-height: 1.5rem;
	}
	.contacts__text {	margin-top: 0px; 	}
	.bl-5 {margin-top: 0px;}
	.bl-6__bg { 		position: relative; 	}
	.bl-4__bg { 		position: relative;		}
	.owl-c-dot{
		height: 100px;
		width: 100px;
		border: 1px solid var(--color-grey);
	}

    .partners__h2 {
        font-size: 1.6rem;
    }

	.owl-c-dot_wrapper { 		margin: 10px 5px; 	}
	.owl-c-dot__title { 		font-size: 0.8rem;	}
	.carousel-custom-dots {		margin-top: 10px;	}
	.prod h2{ 		line-height: 3rem;	}
	.prod h2 span { 	margin: 0;	}
	.product-card__wrapper{ 		display: flex;		flex-direction: column;	}
	.product-card_img-wrapper{ 		width: 100%;	height: 225px; padding: 10px;}
	.product-card_img-wrapper img { width: 80% !important; }
	
	
	.product-card_text_wrapper{ 		width: 100%;	flex-direction: column;}
	.product-card_text img {	width: 20px !important;	}
	.product-card_text_wrapper h3 { font-size: 1.6rem;	}

	.product-card_text {		font-size: 0.9rem; margin: 5px 0;	}
	.product-card_diags { 		padding: 10px;		width: 100%; 	}

	.owl-prev { 		left: 0px; 	}
	.bl-4__bg {    width: 100%;	}
	.owl-carousel .owl-item img {    scale: 0.9;}
}

@media 
       screen and (max-height: 600px) {
  
    .mir {         width: 100px;    }
	.owl-carousel .owl-item img {    scale: 0.8;}
    .header__logo {         height: 50px;        margin-top: 5px;    }
	.h1,h1 {	font-size: 1.4rem;
}

}


/*************************** table ********************************/

.table td,
.table th {
	padding: 1rem .5rem;
	vertical-align: middle;
	border-top: 2px solid #EBECEC;
	border-bottom: 2px solid #EBECEC;
	font-size: 1.0rem;
}


.table tr:nth-child(even){
	background:#E8ECEF;
}

.table td:nth-child(1){
	font-weight:bold;
/*	width:70%; */
}

.table td:nth-child(2){
	border-left: 2px solid #EBECEC;
	text-align:center;
}

@media (max-width:720px) {
.table td, .table th {
    padding: 0.8rem .3rem;
    font-size: 0.9rem;
}

}

/************************** video ***********************************/


/*
отношение сторон 1:1 = 1 / 1 = 1 = padding-top: 100%
отношение сторон 4:3 = 3 / 4 = 0.75 = padding-top: 75%
отношение сторон 3:2 = 2 / 3 = 0.66666 = padding-top: 66.67%
отношение сторон 16:9 = 9 / 16 = 0.5625 = padding-top: 56.25%
*/

.video-player {
	width: 100%;
	aspect-ratio: 16 / 9;
}

.video__wrapper {
    border-radius: 20px;
    overflow: hidden;
	position:relative;
	z-index:5;
	margin-top:30px;
}


.plyr--stopped.plyr--video .plyr__controls {
	opacity: 0;
	pointer-events: none;
  }
  .plyr--stopped.plyr--video.plyr--init-play .plyr__controls {
	opacity: 1;
	pointer-events: inherit;
  }
  button.plyr__control.plyr__control--overlaid[data-plyr="play"] {
	background: var(--color-blue);
	border: solid 2px rgba(255, 255, 255, 0.2);
	height: 100px;
	width: 100px;
  }
  button.plyr__control.plyr__control--overlaid[data-plyr="play"] svg {
	width: 60px;
	height: 60px;
	left: 10px;
  }

  button.plyr__control.plyr__control--overlaid[data-plyr="play"] svg use{
	scale: 3.3;
  }

  button.plyr__control.plyr__control--overlaid[data-plyr="play"]:hover {
	background: var(--color-blue);
	border: solid 2px rgba(255, 255, 255, 0.8);
  }
  
  button.plyr__control.plyr__control--overlaid[data-plyr="play"]:before {
	content: "";
	position: absolute;
	width: 200%;
	height: 200%;
	top: -50%;
	left: -50%;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation: pulsate1 3s;
	animation: pulsate1 3s;
	-webkit-animation-direction: forwards;
	animation-direction: forwards;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: steps;
	animation-timing-function: steps;
	opacity: 1;
	border-radius: 50%;
	border: 5px solid rgba(255, 255, 255, 0.75);
	background-color: rgba(198, 16, 0, 0);
	transition: border 2s; 
  }
  
  button.plyr__control.plyr__control--overlaid[data-plyr="play"]:hover:before {
	border: 5px solid rgba(255, 255, 255, 0.4);
  }
  
  @-webkit-keyframes pulsate1 {
	0% {
	  -webkit-transform: scale(0.5);
	  transform: scale(0.5);
	  opacity: 0;
	  box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75),
		0px 0px 25px 10px rgba(255, 255, 255, 0.75);
	}
	50% {
	  opacity: 1;
	  transform: scale(0.55);
	}
	100% {
	  -webkit-transform: scale(1);
	  transform: scale(1);
	  opacity: 0;
	  box-shadow: none;
	}
  }
  
  @keyframes pulsate1 {
	0% {
	  -webkit-transform: scale(0.5);
	  transform: scale(0.5);
	  opacity: 0;
	  box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75),
		0px 0px 25px 10px rgba(255, 255, 255, 0.75);
	}
	50% {
	  opacity: 1;
  
	  transform: scale(0.55);
	}
	100% {
	  -webkit-transform: scale(1, 1);
	  transform: scale(1);
	  opacity: 0;
	  box-shadow: none;
	}
  }

  

@media (max-width:720px) {


}

/*****************   fancybox  ***********************************/

.fancybox-toolbar {
    right: 15px;
    top: 5px;
}

.fancybox-button svg path {
    fill: var(--color-yellow);
}

.layer-view{
	width: 100%;
	height: 100%;
	position: absolute;
	top:0; left: 0;
	z-index: 100;
	background: rgba(0, 0, 0, 0.5);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	-webkit-transition: all 350ms ease 0s;
	-o-transition: all 350ms ease 0s;
	transition: all 350ms ease 0s;
}
.layer-view i{
	font-size: 3rem;
	color: rgba(255,255,255,0.4) !important;
}

a[data-fancybox]:hover  .layer-view{
	opacity: 1;
}

.line-on-bottom-move{
	background: var(--color-yellow);
	position: absolute;
	bottom: 0;
	left:0;
    height: 60px;
    color: var(--color-black);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
	letter-spacing: 1px;
    font-weight: 600;
    font-size: 0.9rem;

	transform: translateY(35px) scaleY(0.5);
	
	-webkit-transition: all 350ms ease 0s;
	-o-transition: all 350ms ease 0s;
	transition: all 350ms ease 0s;
}


.bg-move-wrapper{
	position: relative;
	height: 100%;
	display: block;
	overflow: hidden;
}

.bg-move{
	background: rgba(44,46,61,0.5);
	position: absolute;
	bottom: 0;
	left:0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
	transform: translateY(100%);
	opacity: 0;
	-webkit-transition: all 350ms ease 0s;
	-o-transition: all 350ms ease 0s;
	transition: all 350ms ease 0s;
}

.zoom{
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background: var(--color-yellow);
	display: flex;
	align-items: center;
    justify-content: center;
}


a[data-fancybox]:hover  .line-on-bottom-move{
	transform: translateY(0px)  scaleY(1);
}

a[data-fancybox]:hover  .bg-move{
	transform: translateY(0px);
	opacity: 1;
}



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

.owl-dots {
	padding: 30px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.owl-dot {
	width: 15px;
	height: 15px;
	background: var(--color-light-gray);
	border-radius: 100%;
	border: 2px solid #ffffff;
	margin: 0 5px;
}

.owl-dot.active {
	background: var(--color-blue);

}

.slider-control {
	position:absolute;
	cursor:pointer;
}

.slider-control svg{
	fill:#e31e24;
	-webkit-transition: all 350ms ease 0s;
	-o-transition: all 350ms ease 0s;
	transition: all 350ms ease 0s;
}

.slider-control:hover svg{
	fill:#fff;
}

.hero .customPrevBtn{
	left:8%;
}

.hero .customNextBtn{
	left:46%;
}

.slider-control_rel {
	position:relative;
	cursor:pointer;
}

.gallery__wrapper{
	height: 440px;
    display: flex;
    flex-direction: column;
}

.gallery__wrapper img{
    height: 140%;
    object-fit: cover;
}


/************************* runing line *************************************/

.r-line_wrapper{
	width:100%;
	height:80px;
	background:var(--color-white);
	border-top:2px solid var(--color-black);
	border-bottom:2px solid var(--color-black);
	display:flex;
	align-items:center;
	overflow: hidden;
}

.r-line_line,
.r-line_line p{
	font-size:1.6rem;
	white-space: nowrap;
	width:100%;
	display: inline-block;
	animation: scroll 15s linear 1s infinite;
    animation-play-state: running;
    animation-delay: 0s;
    animation-direction: normal;
}

@keyframes scroll {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-100%);
    }
}



@media (max-width:720px) {
	.r-line_line,
	.r-line_line p{
		font-size:1.4rem;
		animation: scroll 5s linear 1s infinite;
	}

}

/*********************** FOOTER ****************************/



.footer {
	width: 100%;
	color: var(--color-white);
	background: var(--color-blue);
	padding:80px 0 50px 0;
	overflow: hidden;
}

.footer p {
	color: var(--color-white);
}

.footer a {
	color: var(--color-white);
}

.footer a:hover {
	color: var(--color-red);
}


.footer-menu__li{
	padding: 0 20px;
}

@media (max-width:1400px) {

}

@media (max-width:1200px) {}


@media (max-width:720px) {
	
	.footer { 	padding:50px 0 30px 0; 	}
	.footer-menu__li{ 		padding: 0 15px;	}
	.footer-menu__li_a{ 	font-size: 0.8rem; font-weight: bold;	}



}


/******************************************  modal  ***************************/

.s-modal { display: none; }
.order-modal { display: none; } 


.modal--show,
.modal--hide { display: flex; } /* classes fired by js for animation control */

.modal--align {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
}

.modal__container {
  position: relative;
  width: 100%;
  max-width: 600px;
  max-height: 800px;
  padding: 20px;
  margin: 12px;
  background: #fff;
}

/* The .modal__close class is used in js but is modified '--x' here */
.modal__close--x {
  font-size: 30px; /* this is only because we use unicode for the X in this case */
  position: absolute;
  top: 3px;
  right: 10px;
}

/* As there is no href to avoid the hash being added to the URL when clicked we add a pointer */
/* This 'x' is hidden from screen readers as there is an accessible close button in the modal */
.modal__close--x:hover {
  cursor: pointer;
}

/* Animations */
/* Open */
.s-modal.modal--show {
  animation: modal-open 0.3s;
}

@keyframes modal-open {
  0%    { opacity: 0; }
  100%  { opacity: 1; }
}

/* Close */
.s-modal.modal--hide {
  animation: modal-close 0.3s;
}

@keyframes modal-close {
  0%    { opacity: 1; }
  100%  { opacity: 0; }
}


@media (max-width:720px) {}




/***************************************** FORMS ***************************************************/



::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #c7c7c7;
	font-size: 0.85rem;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #c7c7c7;
   opacity:  1;
   font-size: 0.85rem;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #c7c7c7;
   font-size: 0.85rem;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
font-size: 0.85rem;
   color:    #c7c7c7;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:    #c7c7c7;
   font-size: 0.85rem;
}

::placeholder { /* Most modern browsers support this now. */
   color:    #c7c7c7;
   font-size: 0.85rem;
}

/***************************  ANIMATION *******************************/

.animated {
  animation-duration: var(--animate-duration);
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.slideInDown {
  animation-name: slideInDown;
}

@keyframes blink{
   0% { opacity:1; }
   50% { opacity:0; }
   100% { opacity:1; }
}


@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}


.glow{
	animation: neon 3s infinite;
}

@keyframes neon {
	0% {
	  text-shadow: 
		-1px -1px 1px var(--shadow-color-light), 
		-1px 1px 1px var(--shadow-color-light), 
		1px -1px 1px var(--shadow-color-light), 
		1px 1px 1px var(--shadow-color-light),
		0 0 3px var(--shadow-color-light), 
		0 0 5px var(--shadow-color-light),
		0 0 10px var(--shadow-color-light),
		0 0 15px var(--shadow-color), 
		0 0 20px var(--shadow-color), 
		0 0 25px var(--shadow-color), 
		0 0 30px var(--shadow-color), 
		0 0 40px var(--shadow-color),
		0 0 50px var(--shadow-color);
	}

	50% {
	  text-shadow:
		-1px -1px 1px var(--shadow-color-light), 
		-1px 1px 1px var(--shadow-color-light), 
		1px -1px 1px var(--shadow-color-light), 
		1px 1px 1px var(--shadow-color-light),
		0 0 5px var(--shadow-color-light), 
		0 0 10px var(--shadow-color-light),
		0 0 15px var(--shadow-color-light),
		0 0 20px var(--shadow-color), 
		0 0 24px var(--shadow-color), 
		0 0 30px var(--shadow-color), 
		0 0 40px var(--shadow-color), 
		0 0 50px var(--shadow-color),
		0 0 60px var(--shadow-color);
	}

	100% {
	  text-shadow: 
		-1px -1px 1px var(--shadow-color-light), 
		-1px 1px 1px var(--shadow-color-light), 
		1px -1px 1px var(--shadow-color-light), 
		1px 1px 1px var(--shadow-color-light),
		0 0 3px var(--shadow-color-light), 
		0 0 5px var(--shadow-color-light),
		0 0 10px var(--shadow-color-light),
		0 0 15px var(--shadow-color), 
		0 0 20px var(--shadow-color), 
		0 0 25px var(--shadow-color), 
		0 0 30px var(--shadow-color), 
		0 0 40px var(--shadow-color),
		0 0 50px var(--shadow-color);
	}
  }


/*************************************  ELEMENTS ------------------------*/


.bg-g{
	position:absolute;
	background: var(--color-blue);
	background: url(images/core/noise.webp) repeat, radial-gradient(circle, rgba(61, 142, 255, 1) 30%, rgba(26, 77, 130, 1) 66%) repeat;
    background-blend-mode: normal;
    -webkit-mask-image: radial-gradient(rgba(0, 0, 0, .5), transparent 70%);
    mask-image: radial-gradient(rgba(0, 0, 0, .8), transparent 70%);
}

.bg-g__footer{
	width: 75%;
    height: 389%;
    right: -12%;
    top: -265%;
}

.bg-g__top{
    width: 275%;
    height: 389%;
    left: -12%;
    top: -265%;
}

.bg-g__bl-4{
	width: 73%;
    height: 110%;
    left: -12%;
    top: -37%;
}

.bg-g__bl-7{
	width: 73%;
    height: 110%;
    left: -12%;
    top: -37%;
}


input[type=checkbox],
input[type=radio] {
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 1.3rem;
	width: 1em;
	margin: 0;
	color: var(--color-red);
	outline: none;
	font-family: "fontello";
	-webkit-transition: 300ms ease-out;
	-o-transition: 300ms ease-out;
	transition: 300ms ease-out;
}

input[type=checkbox]::after,
input[type=radio]::after {
	content: "\f10c";
	display: inline-block;
	text-align: center;
	width: 1em;
}

input[type=checkbox]:checked::after,
input[type=radio]:checked::after {
	font-weight: normal;
}

input[type=checkbox]:active,
input[type=radio]:active {
	-webkit-transform: scale(0.6);
	-ms-transform: scale(0.6);
	transform: scale(0.6);
}

input[type=checkbox]+span,
input[type=radio]+span {
	margin-left: 0.35em;
}

input[type=checkbox]:checked::after {
	content: "\e82e";
}

input[type=radio]:checked::after {
	content: "\f192";
}

.square input[type=checkbox]:after {
	content: "\f0c8";
}

.square input[type=checkbox]:checked::after {
	content: "\f14a";
}

@media (max-width:1600px) {

}


@media (max-width:1400px) {
}

@media (max-width:720px) {

}
