body {
    font-family: "Arimo";
	line-height:initial;
	background:#F6FAFF;
	color:var(--black);
}
body.open_menu {
	overflow:hidden;
}
@media (min-width: 1200px) {
    .container {
        max-width: 1230px;
    }
}
input:hover,
input:active,
input:focus,
a:hover,
a:active,
a:focus,
button:hover,
button:active,
button:focus {
	outline:none;
}
a {
    text-decoration: none;
	color:var(--blue);
	transition:color 0.2s ease;
}
a:hover {
    text-decoration: none;
	color:var(--blue_dark);
}

/* ------ ------ root ------ ------ */

:root {
	--black:#282828;
	--blue:#1871D7;
	--blue_light:#E4F6FF;
	--grey:#7D828A;
	--blue_dark:#003470;
	--blue_border:#D6F1FF;
	--hover:linear-gradient(to right, #004696 0%,#005bc4 100%);
}

/* ------ ------ title ------ ------ */

.title {
	margin:0 0 32px;
}
.title p {
	font-size:16px;
	margin:0 0 4px;
	color:var(--blue);
	display:flex;
	align-items:center;
}
.title p:before {
	content:'';
	display:block;
	height:2px;
	width:40px;
	background:var(--blue);
	margin:0 8px 0 0;
}
.title h2 {
	font-size:32px;
	font-weight:bold;
	margin:0;
}


/* ------ ------ indent ------ ------ */

.indent {
	padding-top:80px;
}

/* ------ ------ header ------ ------ */

header {
	padding:8px 0 0;
	background:#fff;
}

/* ------ ------ btn ------ ------ */

.mes_btn {
	width:36px;
	min-width:36px;
	height:36px;
	border-radius:6px;
	display:flex;
	justify-content:center;
	align-items:center;
	position:relative;
	background:var(--blue);
}
.mes_btn:after {
	content:'';
	display:block;
	background:var(--hover);
	position:absolute;
	z-index:2;
	border-radius:6px;
	top:0;
	bottom:0;
	left:0;
	right:0;
	opacity:0;
	transition:opacity 0.2s ease;
}
.mes_btn:hover:after  {
	opacity:1;
}
.mes_btn span {
	position:relative;
	z-index:3;
}


.btn {
	border-radius:6px;
	display:flex;
	justify-content:center;
	align-items:center;
	position:relative;
	background:var(--blue);
	color:#fff;
}
.btn:after {
	content:'';
	display:block;
	background:var(--hover);
	position:absolute;
	z-index:2;
	border-radius:6px;
	top:0;
	bottom:0;
	left:0;
	right:0;
	opacity:0;
	transition:opacity 0.2s ease;
}
.btn:hover:after  {
	opacity:1;
}
.btn:hover {
	color:#fff;
}
.btn span {
	position:relative;
	z-index:3;
}
.small_btn {
	font-size:14px;
	min-width:142px;
	width:142px;
	height:36px;
}
.big_btn {
	font-size:16px;
	min-width:176px;
	width:176px;
	height:48px;
}


/* ------ ------ header_top  ------ ------ */

.header_top_in {
	display:flex;
	justify-content:space-between;
	align-items:center;
	padding:8px 0;
}
.header_logo a {
	display:flex;
	align-items:center;
	font-family: 'Tenor Sans';
}
.header_logo img {
	height:40px;
	width:auto;
}
.header_adress {
	font-size:16px;
	font-weight:bold;
	max-width:290px;
}
.header_email {
	
}
.header_email a {
	font-size:16px;
	font-weight:bold;
}
.header_phone {
	display:flex;
	flex-direction:column;
}
.header_phone p {
	position:relative;
	display:flex;
	font-size:12px;
	color:var(--grey);
	align-items:center;
	padding:0 0 0 10px;
	margin:0 0 2px;
}
.header_phone p:before {
	position:absolute;
	background:var(--blue);
	border-radius:100px;
	width:6px;
	height:6px;
	top:0;
	bottom:0;
	left:0;
	margin:auto 0;
	content:'';
	display:block;
}
.header_phone a {
	color:var(--black);
	font-size:16px;
	font-weight:bold;
}
.header_phone a:hover {
	color:var(--blue_dark);
}
.header_btns {
	display:flex;
}
.header_btns a {
	margin:0 0 0 8px;
}
.header_btns a:first-child {
	margin:0;
}

header {

}
header.fixed {
	padding:76px 0 0;
}
.header_top {
	transition:box-shadow 0.2s ease;
}
header.fixed .header_top {
	position:fixed;
	left:0;
	right:0;
	top:0;
	z-index:31;
	box-shadow: 0 0 6px 0 rgba(0,0,0,0.6);
	background:#fff;
}

.header_mobile {
	display:none;
}
.header_mobile_phone {
	width:32px;
	min-width:32px;
	height:32px;
	display:flex;
	justify-content:center;
	align-items:center;
	margin:0 4px 0 0;
}
.mobile_menu_btn_in {
	height: 28px;
	width: 22px;
	position:relative;
}
#mobile_menu_btn {
	position: relative;
	height: 32px;
	cursor:pointer;
	width: 32px;
	display:flex;
	overflow:hidden;
	justify-content:center;
	align-items:center;
}
#mobile_menu_btn span {
	position: absolute;
	display: block;
	height: 2px;
	width: 22px;
	border-radius: 10px;
	background: var(--blue);
}
.mobile_menu_t {
	top: 6px;
}
.mobile_menu_b {
	bottom: 6px;
}
.mobile_menu_c {
	top: 0;
	bottom:0;
	margin:auto 0;
}
#mobile_menu_btn.is-open .mobile_menu_t {
	animation: bun-top-out 0.2s linear normal;
	animation-fill-mode: forwards;
}
#mobile_menu_btn.is-open .mobile_menu_b {
	animation: bun-bot-out 0.2s linear normal;
	animation-fill-mode: forwards;
}
#mobile_menu_btn.is-closed .mobile_menu_t {
	animation: bun-top-in 0.2s linear normal;
	animation-fill-mode: forwards;
}
#mobile_menu_btn.is-closed .mobile_menu_b {
	animation: bun-bot-in 0.2s linear normal;
	animation-fill-mode: forwards;
}
@keyframes bun-top-out {
	0% {left: 0;top: 6px;transform: rotate(0deg);}
	20% {left: 0;top: 6px;transform: rotate(15deg);}
	80% {left: -1px;top: 14px;transform: rotate(-60deg);}
	100% {left: -1px;top: 14px;transform: rotate(-45deg);}
}
@keyframes bun-bot-out {
	0% {left: 0;bottom:6px;transform: rotate(0deg);}
	20% {left: 0;bottom:6px;transform: rotate(-15deg);}
	80% {left: -1px;top:14px;transform: rotate(60deg);}
	100% {left: -1px;top:14px;transform: rotate(45deg);}
}
@keyframes bun-top-in {
	0% {left: -1px;top: 14px;transform: rotate(-45deg);}
	20% {left: -1px;top: 14px;transform: rotate(-60deg);}
	80% {left: 0;top:6px;transform: rotate(15deg);}
	100% {left: 0;top:6px;transform: rotate(0deg);}
}
@keyframes bun-bot-in {
	0% {left: -1px;top: 14px;transform: rotate(45deg);}
	20% {left: -1px;top: 14px;transform: rotate(60deg);}
	80% {left: 0;bottom: 6px;transform: rotate(-15deg);}
	100% {left: 0;bottom:6px;transform: rotate(0deg);}
}
#mobile_menu_btn.is-open .mobile_menu_c {
	animation: burger-fill-out 0.2s linear normal;
	animation-fill-mode: forwards;
}
 #mobile_menu_btn.is-closed .mobile_menu_c {
	animation: burger-fill-in 0.2s linear normal;
	animation-fill-mode: forwards;
}
@keyframes burger-fill-in {
	0% {width: 0;left: 0px;}
	20% {width: 8px;left: 0;}
	40% {width: 16px;left: 0;}
	100% {width: 22px;left: 0;}
}
@keyframes burger-fill-out {
	0% {width: 22px;left: 0;}
	40% {width: 16px;left: 0;}
	80% {width: 8px;left: 0;}
	100% {width: 0;left: 0px;}
}

/* ------ ------ header_menu ------ ------ */

.header_bottom_in {
	border-top:1px solid var(--blue_light);
	position:relative;
	z-index:30;
}
.header_bottom nav > ul {
    padding: 0;
    margin: 0;
    display: flex;
	justify-content:space-between;
}
.header_bottom nav > ul > li {
    list-style: none;
	position:relative;
}
.header_bottom nav > ul > li > a {
    display: block;
    color: var(--black);
    font-size: 15px;
	padding:12px 12px;
    text-transform: uppercase;
	transition:color 0.2s ease;
}
.header_bottom nav > ul > li:first-child a {
	padding-left:0;
}
.header_bottom nav > ul > li:last-child a {
	padding-right:0;
}
.header_bottom nav > ul > li:hover > a,
.header_bottom nav > ul > li.current-menu-item > a,
.header_bottom nav > ul > li.current-menu-parent > a {
    color: var(--blue_dark);
}
.header_bottom nav > ul > li > ul {
	display:flex;
	flex-direction:column;
	max-width:280px;
	width:280px;
	padding:0;
	margin:0;
	position: absolute;
	top: 100%;
	left: 0;
	perspective: 1000px;
	z-index: -1;
}
.header_bottom nav > ul > li > ul > li {
	list-style:none;
	padding:0 8px;
	background:#fff;
	position:relative;
	display: none;
	opacity: 0;
}
.header_bottom nav > ul > li:hover > ul > li {
    display: block;
}
.header_bottom nav > ul > li > ul > li:first-child {
	padding-top:16px;
}
.header_bottom nav > ul > li > ul > li:last-child {
	padding-bottom:16px;
	border-radius:0 0 8px 8px;
}
.header_bottom nav > ul > li > ul > li > a {
	border-radius:6px;
	color:var(--black);
	display:block;
	padding:6px;
	position:relative;
	transition:color 0.2s ease,background 0.2s ease;
}
.header_bottom nav > ul > li > ul > li > a:hover,
.header_bottom nav > ul > li > ul > li.current-menu-item > a {
    background: var(--blue_light);
    color: var(--blue);
}

.header_bottom nav > ul > li > ul > li:nth-child(1) {
  transform-origin: top center;
  animation: rotateX 300ms 60ms ease-in-out forwards;
}
.header_bottom nav > ul > li > ul > li:nth-child(2) {
  transform-origin: top center;
  animation: rotateX 300ms 120ms ease-in-out forwards;
}
.header_bottom nav > ul > li > ul > li:nth-child(3) {
  transform-origin: top center;
  animation: rotateX 300ms 180ms ease-in-out forwards;
}
.header_bottom nav > ul > li > ul > li:nth-child(4) {
  transform-origin: top center;
  animation: rotateX 300ms 240ms ease-in-out forwards;
}
.header_bottom nav > ul > li > ul > li:nth-child(5) {
  transform-origin: top center;
  animation: rotateX 300ms 300ms ease-in-out forwards;
}
.header_bottom nav > ul > li > ul > li:nth-child(6) {
  transform-origin: top center;
  animation: rotateX 300ms 360ms ease-in-out forwards;
}
.header_bottom nav > ul > li > ul > li:nth-child(7) {
  transform-origin: top center;
  animation: rotateX 300ms 420ms ease-in-out forwards;
}
.header_bottom nav > ul > li > ul > li:nth-child(8) {
  transform-origin: top center;
  animation: rotateX 300ms 480ms ease-in-out forwards;
}
.header_bottom nav > ul > li > ul > li:nth-child(9) {
  transform-origin: top center;
  animation: rotateX 300ms 540ms ease-in-out forwards;
}
.header_bottom nav > ul > li > ul > li:nth-child(10) {
  transform-origin: top center;
  animation: rotateX 300ms 600ms ease-in-out forwards;
}
.header_bottom nav > ul > li > ul > li:nth-child(11) {
  transform-origin: top center;
  animation: rotateX 300ms 660ms ease-in-out forwards;
}
.header_bottom nav > ul > li > ul > li:nth-child(12) {
  transform-origin: top center;
  animation: rotateX 300ms 720ms ease-in-out forwards;
}
.header_bottom nav > ul > li > ul > li:nth-child(13) {
  transform-origin: top center;
  animation: rotateX 300ms 780ms ease-in-out forwards;
}
.header_bottom nav > ul > li > ul > li:nth-child(14) {
  transform-origin: top center;
  animation: rotateX 300ms 840ms ease-in-out forwards;
}
.header_bottom nav > ul > li > ul > li:nth-child(15) {
  transform-origin: top center;
  animation: rotateX 300ms 900ms ease-in-out forwards;
}
@-moz-keyframes rotateX {
	0% {opacity: 0;transform: rotateX(-90deg);}
	50% {transform: rotateX(-20deg);}
	100% {opacity: 1;transform: rotateX(0deg);}
}
@-webkit-keyframes rotateX {
	0% {opacity: 0;transform: rotateX(-90deg);}
	50% {transform: rotateX(-20deg);}
	100% {opacity: 1;transform: rotateX(0deg);}
}
@-o-keyframes rotateX {
	0% {opacity: 0;transform: rotateX(-90deg);}
	50% {transform: rotateX(-20deg);}
	100% {opacity: 1;transform: rotateX(0deg);}
}
@keyframes rotateX {
	0% {opacity: 0;transform: rotateX(-90deg);}
	50% {transform: rotateX(-20deg);}
	100% {opacity: 1;transform: rotateX(0deg);}
}
.header_bottom nav > ul > li.menu-item-has-children {
	padding-right:0;
}
.header_bottom nav > ul > li.menu-item-has-children > a {
	padding-right:16px;
	position:relative;
}
.header_bottom nav > ul > li.menu-item-has-children > a:after,
.header_bottom nav > ul > li.menu-item-has-children > a:before {
	position:absolute;
	right:0;
	top:0;
	content:'';
	display:block;
	bottom:0;
	width:16px;
	min-width:16px;
	transition:opacity 0.2s ease;
	background:url(img/menu_down.svg) center no-repeat;
}
.header_bottom nav > ul > li.menu-item-has-children > a:before {
	background:url(img/menu_down_h.svg) center no-repeat;
	opacity:0;
}
.header_bottom nav > ul > li.menu-item-has-children:hover > a:before,
.header_bottom nav > ul > li.menu-item-has-children.current-menu-item > a:before,
.header_bottom nav > ul > li.menu-item-has-children.current-menu-parent > a:before {
	opacity:1;
}
.header_bottom nav > ul > li.menu-item-has-children:hover > a:after,
.header_bottom nav > ul > li.menu-item-has-children.current-menu-item > a:after,
.header_bottom nav > ul > li.menu-item-has-children.current-menu-parent > a:after {
	opacity:0;
}

/* ------ ------ mobile_info footer_info ------ ------ */

.mobile_info {
	display:none;
}
.mobile_info_title,
.footer_info_title {
	display:none;
	text-transform:uppercase;
	margin:0 0 16px;
	color:var(--grey);
	font-size:12px;
}
.footer_info_title {
	display:block;
}
.open_menu .header_bottom {
	display:block;
}
.mobile_phone,
.footer_phone {
	display:flex;
	flex-direction:column;
}
.contact_phone p,
.mobile_phone p,
.footer_phone p {
	position:relative;
	display:flex;
	font-size:14px;
	color:var(--grey);
	align-items:center;
	padding:0 0 0 10px;
	margin:0 0 8px;
}
.contact_phone p:before,
.mobile_phone p:before,
.footer_phone p:before {
	position:absolute;
	background:var(--blue);
	border-radius:100px;
	width:6px;
	height:6px;
	top:0;
	bottom:0;
	left:0;
	margin:auto 0;
	content:'';
	display:block;
}
.contact_phone p:before,
.mobile_phone p:before,
.footer_phone p:before {
	background:#48D718;
}
.mobile_phone a,
.footer_phone a {
	color:var(--black);
	font-size:16px;
	font-weight:bold;
}
.mobile_phone a:hover,
.footer_phone a:hover {
	color:var(--blue_dark);
}
.mobile_phone_row,
.footer_phone_row {
	display:flex;
	flex-wrap:wrap;
	padding:0 0 12px;
	margin:0;
	max-width:350px; 
}
.mobile_phone_row div,
.footer_phone_row div {
	width:50%;
	padding:0 4px 8px;
}
.mobile_phone_row div:nth-child(odd),
.footer_phone_row div:nth-child(odd) {
	padding-left:0;
}
.mobile_phone_row a,
.footer_phone_row a {
	color:var(--black);
	font-size:16px;
	font-weight:bold;
}
.mobile_phone_row a:hover,
.footer_phone_row a:hover {
	color:var(--blue_dark);
}
.mobile_btns,
.footer_btns {
	display:flex;
	margin:0 0 20px;
}
.mobile_btns a,
.footer_btns a {
	margin:0 8px 0 0;
}
.mobile_btns a img,
.footer_btns a img {
	max-width:22px;
	max-height:22px;
}
.mobile_btns a.small_btn,
.footer_btns a.small_btn {
	width:100%;
	max-width:218px;
}
.mobile_email,
.footer_email {
	margin:0 0 20px;
}
.mobile_email a,
.footer_email a {
	font-size:16px;
	font-weight:bold;
}
.mobile_adress,
.footer_adress {
	font-size:16px;
}

/* ------ ------ hero ------ ------ */

.hero {
	background:url(img/hero.webp) center / cover no-repeat;
	height:600px;
	padding-top:126px;
	color:#fff;
}
.hero_title {
	max-width:700px;
	margin:0 0 16px;
}
.hero_title h1 {
	font-size:36px;
	font-weight:bold;
	margin:0;
}
.hero_text {
	max-width:700px;
	font-size:18px;
	margin:0 0 32px;
	display:flex;
	align-items:center;
	
}
.hero_text:before {
	content:'';
	display:block;
	height:2px;
	width:80px;
	background:var(--blue);
	margin:0 8px 0 0;
}
.hero_btn {
	
}

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

.services_row {
	display:flex;
	flex-wrap:wrap;
	margin:0 -8px -16px;
	width:calc(100% + 16px);
}
.services_item {
	width:33.33%;
	padding:0 8px 16px;
}
.services_item_in {
	height:240px;
	border-radius:10px;
	display:flex;
	padding:20px;
	align-items:end;
	position:relative;
	overflow:hidden;
	color:#fff;
}
.services_item_in:hover {
	color:#fff;
}
.services_item_in:before {
	background: linear-gradient(to top, rgba(17,50,94,0.95) 0%,rgba(17,50,94,0.95) 1%,rgba(17,50,94,0.75) 25%,rgba(17,50,94,0) 40%,rgba(17,50,94,0) 100%);
	border-radius:10px ;
	content:'';
	display:block;
	left:0;
	right:0;
	top:0;
	bottom:0;
	position:absolute;
	z-index:3;
}
.services_item_in img {
	position:absolute;
	z-index:2;
	height:100%;
	width:100%;
	border-radius:10px;
	left:0;
	right:0;
	top:0;
	bottom:0;
	object-fit:cover;
	transition:transform 1.2s ease;
}
.services_item_in:hover img {
	transform: scale(1.2);
}
.services_item_in h3 {
	z-index:4;
	margin:0;
	font-size:18px;
	display:flex;
	align-items:end;
	width:100%;
	justify-content:space-between;
}
.services_item_in h3:after {
	display:flex;
	content:'';
	margin:0 0 0 10px;
	background:url(img/service_arrow.svg) center no-repeat;
	width:24px;
	min-width:24px;
	height:24px;
}

/* ------ ------ about ------ ------ */

.about {
	overflow:hidden;
}
.about_row {
	display:flex;
}
.about_text {
	margin:0 16px 0 0;
	width:calc(50% - 8px);
	display:flex;
	flex-direction:column;
	font-size:18px;
	align-items: baseline;
}
.about_text iframe {
	margin-top:auto;
	display:block;
	border-radius:10px;
	box-shadow:0 8px 12px 0 rgba(24,113,215,0.12);
}
.about_text .entry {
	margin:0 0 16px;
}
.about_slider {
	width:calc(50% - 8px);
}
.about_slider_item {
	margin:0 4px;
	display:flex;
	justify-content:center;
}
.about_slider_item a {
	display:flex;
	justify-content:center;
	align-items:center;
}
.about_slider_item img {
	border-radius:10px;
	height:270px;
	object-fit:cover;
}
.about_pertner {
	
}
.about_partner_slider {
	
}
.about_partner_slider_item {
	margin:0 8px;
	background:var(--blue_light);
	border-radius:10px;
	display:flex !important;
	height:80px;
	width:128px;
	align-items:center;
	justify-content:center;
}
.about_partner_slider_item img {
	max-width:90%;
	max-height:90%;
	display:block;
}

/* ------ ------ slick-dots ------ ------ */

.slick-dots {
	padding:0;
	margin:32px auto 0;
	height:4px;
	display:flex;
	font-size:0;
	background:rgba(24,113,215,0.06);
	border-radius:8px;
    display: table;
    width: 50%;
}
.slick-dots li {
    list-style: none;
    display: table-cell;
}
.slick-dots li button {
	padding:0;
	border:0;
	height:4px;
	width:100%;
	border-radius:8px;
	cursor:pointer;
	display:block;
}
.slick-dots li.slick-active button {
	background:var(--blue);
}



/* ------ ------ popular ------ ------ */

.popular {
	 
}
.popular .container {
	position:relative;
}
.popular_row .slick-list {
	margin:0 -8px;
	width:calc(100% + 16px);
}
.popular .slick-track {
	display:flex !important;
	padding-bottom:20px;
}
.popular_row_item {
	padding:0 8px;
	float:unset !important;
	height: auto !important;
	display: flex !important;
}
.popular_row_item_in {
	height: 100%;
	width:100%;
}
.popular_row_item_in a {
	background:#fff;
	border-radius:10px;
	height: 100%;
	display:flex;
	flex-direction:column;
	color:var(--black);
	box-shadow:0 8px 8px 0 rgba(24,113,215,0.12);
	transition:box-shadow 0.2s ease;
}
.popular_row_item_in img {
	height:400px;
	border-radius:10px 10px 0 0;
	max-width:100%;
	object-fit:cover;
}
.popular_row_item_in span {
	padding:12px 18px;
	font-size:16px;
	font-weight:bold;
}
.popular_row_item_in a:hover {
	color:var(--black);
	box-shadow:0 8px 8px 0 rgba(24,113,215,0.24);
}
.popular_arrows {
	right:15px;
	top:18px;
	position:absolute;
	z-index:3;
	width:96px;	
	display:flex;
}
.popular_arrows div {
	cursor:pointer;
	border:1px solid var(--blue);
	border-radius:6px;
	margin:0 0 0 8px;
	width:40px;
	height:40px;
	transition:background 0.2s ease;
	background:url('data:image/svg+xml,<svg width="8" height="16" viewBox="0 0 8 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.75 14.75L0.749999 7.75L6.75 0.75" stroke="%231871D7" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>') center no-repeat;
}
.popular_arrows div:hover {
	background:url('data:image/svg+xml,<svg width="8" height="16" viewBox="0 0 8 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.75 14.75L0.749999 7.75L6.75 0.75" stroke="%23fff" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>') center no-repeat var(--blue);
}
.popular_next {
	transform: rotate(180deg);
}
.popular_bottom {
	display:flex;
	align-items:center;
	justify-content:space-between;
	margin:12px 0 0 0;
}
.popular_bottom_txt {
	padding:0 0 0 32px;
	margin:0 16px 0 0;
	background:url(img/popular_ico.svg) left top no-repeat; 
}
.popular_bottom b,
.popular_bottom strong {
	display:block;
	margin:0 0 4px;
}
.popular_bottom_btn .btn {
	width:210px;
}

/* ------ ------ imsu ------ ------ */

.imsu {
	 
}
.imsu .container {
	position:relative;
}
.imsu .title a,
.imsu .title a:hover {
	color:var(--black)
}
.imsu_row .slick-list {
	margin:0 -8px;
	width:calc(100% + 16px);
}
.imsu .slick-track {
	display:flex !important;
	padding-bottom:20px;
}
.imsu_row_item {
	padding:0 8px;
	float:unset !important;
	height: auto !important;
	display: flex !important;
}
.imsu_row_item_in {
	height: 100%;
	width:100%;
}
.imsu_row_item_in a {
	background:#fff;
	border-radius:10px;
	height: 100%;
	display:flex;
	flex-direction:column;
	color:var(--black);
	box-shadow:0 8px 8px 0 rgba(24,113,215,0.12);
	transition:box-shadow 0.2s ease;
}
.imsu_row_item_in img {
	height:260px;
	border-radius:10px 10px 0 0;
	max-width:100%;
	object-fit:cover;
}
.imsu_row_item_in span {
	padding:12px 18px;
	font-size:16px;
	font-weight:bold;
}
.imsu_row_item_in a:hover {
	color:var(--black);
	box-shadow:0 8px 8px 0 rgba(24,113,215,0.24);
}
.imsu_bottom {
	display:flex;
	flex-direction:column;
	margin:32px 0 0 0;
	padding:0 0 0 32px;
	background:url(img/popular_ico.svg) left top no-repeat; 
}
.imsu_bottom b,
.imsu_bottom strong {
	display:block;
	margin:0 0 4px;
}
.imsu .slick-dots {
    margin: 12px auto 0;
}

/* ------ ------ why ------ ------ */

.why_row {
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
	margin:0 -8px -16px;
	width:calc(100% + 16px);
}
.why_row_item {
	padding:0 8px 16px;
	width:33.33%;
}
.why_row_item_in {
	display:flex;
	flex-direction:column;
	align-items:center;
	border-radius:10px;
	height:100%;
	background:var(--blue_light);
	padding:20px 20px 38px;
	box-shadow:0 8px 8px 0 rgba(24,113,215,0.12);
	transition:box-shadow 0.2s ease;
}
.why_row_item_in:hover {
	box-shadow:0 8px 8px 0 rgba(24,113,215,0.24);
}
.why_row_item_ico {
	display:flex;
	justify-content:center;
	align-items:center;	
	width:60px;
	height:60px;
	border-radius:6px;
	margin:0 auto 24px;
	position:relative;
}
.why_row_item_ico:before {
	position:absolute;
	left:0;
	right:0;
	margin:0 auto;
	z-index:1;
	bottom:-8px;
	content:'';
	display:block;
	width:44px;
	height:32px;
	background:rgba(24,113,215,0.8);
	filter: blur(7px);
}
.why_row_item_ico:after {
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	width:100%;
	height:100%;
	z-index:2;
	content:'';
	display:block;
	border-radius:10px;
	background:var(--blue);
}
.why_row_item_ico img {
	position:relative;
	z-index:3;
}
.why_row_item_in h3 {
	font-size:18px;
	font-weight:bold;
	margin:0 0 8px;
}	
.why_row_item_in p {
	font-size:16px;
	margin:0;
}


/* ------ ------ bform ------ ------ */

.form .form_in {
	background:url(img/form.webp) center / cover no-repeat;
	border-radius:10px;
	padding:40px;
	width:100%;
}
.form .form_content {
	max-width:510px;
}
.wpcf7-response-output {
	background:#fff;
}
.wpcf7-not-valid-tip {
	display:none !important;
}

/* ------ ------ page  ------ ------ */

.page {
	box-shadow: inset 0 8px 12px 0 rgba(24, 113, 215, 0.12);
}
.page .title h1 {
	font-size:36px;
	margin:0 0 16px;
}
.page .title p {
	color:var(--black);
	margin:0;
}
.page .breadcrumbs {
	font-size:12px;
	padding:24px 0 32px;
}
.page .breadcrumbs  a span {
	color:var(--black);
}
.page .breadcrumbs span {
	color:var(--grey);
}
.prre_row {
	display:flex;
}
.prre_row > div {
	width:50%;
}
.prre_row {
	margin:0 -8px;
	width:calc(100% + 16px);
}
.prre_item {
	padding:20px;
	background:var(--blue_light);
	border-radius:10px;
	margin:0 8px 16px;
}
.prre_item h2 {
	display:block;
	margin:0;
	font-size:18px;
	font-weight:bold;
}
.prre_item h2 a{
	margin:0 0 26px;
	display:flex;
	align-items:center;
	color:var(--black);
}
.prre_item h2 span {
	display:flex;
	margin:0 12px 0 0;
	justify-content:center;
	align-items:center;	
	width:54px;
	min-width:54px;
	height:54px;
	border-radius:6px;
	position:relative;
}
.prre_item h2 span:before {
	position:absolute;
	left:0;
	right:0;
	margin:0 auto;
	z-index:1;
	bottom:-8px;
	content:'';
	display:block;
	width:44px;
	height:32px;
	background:rgba(24,113,215,0.8);
	filter: blur(7px);
}
.prre_item h2 span:after {
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	width:100%;
	height:100%;
	z-index:2;
	content:'';
	display:block;
	border-radius:10px;
	background:var(--blue);
}
.prre_item h2 span img {
	position:relative;
	z-index:3;
}
.prre_child ul {
	padding:0;
	margin:0;
}
.prre_child ul li {
	list-style:none;
	margin:0 0 12px;
}
.prre_child ul li:last-child {
	margin:0;
}
.prre_child ul li a {
	color:var(--black);
	border-bottom:1px dotted var(--black);
	transition:color 0.5s ease;
}
.prre_child ul li a:hover {
	color:var(--blue)
}


.cat_row_in {
	display:flex;
	width:calc(100% + 16px);
	margin:0 -8px;
}
.cat_row ul {
	padding:0;
	margin:0;
	width:50%;
}
.cat_row ul li {
	list-style:none;
}
.cat_row a {
	display:flex;
	align-items:center;
	color:var(--black);
	padding:20px;
	background:var(--blue_light);
	border-radius:10px;
	margin:0 8px 16px;
	font-size:16px;
	font-weight:bold;
	transition:box-shadow 0.2s ease;
}
.cat_row a:hover {
    color: var(--black);
    box-shadow: 0 8px 8px 0 rgba(24, 113, 215, 0.24);
}
.cat_row a > span {
	display:flex;
	margin:0 12px 0 0;
	justify-content:center;
	align-items:center;	
	width:54px;
	min-width:54px;
	height:54px;
	border-radius:6px;
	position:relative;
}
.cat_row a > span:before {
	position:absolute;
	left:0;
	right:0;
	margin:0 auto;
	z-index:1;
	bottom:-8px;
	content:'';
	display:block;
	width:44px;
	height:32px;
	background:rgba(24,113,215,0.8);
	filter: blur(7px);
}
.cat_row a > span:after {
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	width:100%;
	height:100%;
	z-index:2;
	content:'';
	display:block;
	border-radius:10px;
	background:var(--blue);
}
.cat_row a > span span {
	position:relative;
	z-index:3;
	color:#fff;
}
.prre_child ul {
	padding:0;
	margin:0;
}
.prre_child ul li {
	list-style:none;
	margin:0 0 12px;
}
.prre_child ul li:last-child {
	margin:0;
}
.prre_child ul li a {
	color:var(--black);
	border-bottom:1px dotted var(--black);
	transition:color 0.5s ease;
}
.prre_child ul li a:hover {
	color:var(--blue)
}


.product_row {
	margin:0 0 0;
}
.product_row:after {
	clear:both;
	display:block;
	content:'';
}
.product_slider {
	margin:0 32px 32px 0;
	width:calc(50% - 16px);
	float:left;
}
.product_slider_big {
	height:360px;
	margin:0 0 12px;
	position:relative;
}
.product_slider_big img {
	max-height:360px;
	border-radius:10px;
	object-fit:cover;
	cursor:pointer;
	height:100%;
	width:100%;
}

.product_slider_big span {
	position:absolute;
	bottom:0;
	left:0;
	border-radius:0 0 10px 10px;
	right:0;
	background:rgba(0,0,0,0.5);
	padding:20px;
	color:#fff;
	text-align:center;
	font-size:16px;
}
.product_slider_nav  {
	position:relative;
}
/*
.product_slider_nav:before,
.product_slider_nav:after {
	content:'';
	display:block;
	position:absolute;
	top:0;
	bottom:0;
	width:50px;
	z-index:5;
}
.product_slider_nav:before {
	left:0;
	width:32px;
}
.product_slider_nav:after {
	right:0;
	width:32px;
	background: linear-gradient(to left, rgba(234,241,246,1) 0%,rgba(234,241,246,0) 100%);
}
*/
.product_slider_nav_item {
	margin:0 4px;
	transition:box-shadow 0.2s ease;
	display:flex;
	justify-content:center;
	border-radius:10px;
	align-items:center;
}
.product_slider_nav_item img {
	width:98px;
	height:98px;
	object-fit:cover;
	border-radius:7px;
	cursor:pointer;
	margin:2px;
}	
.product_slider_nav .slick-current {
	box-shadow:inset 0 0 0 2px var(--blue);
}
.product_slider_nav img {

}
.product_slider .slick-arrow {
	cursor:pointer;
	border:1px solid var(--blue);
	border-radius:6px;
	width:40px;
	height:40px;
	font-size:0;
	top:0;
	position:absolute;
	z-index:5;
	margin:auto 0;
	bottom:0;
	transition:background 0.2s ease;
	background:url('data:image/svg+xml,<svg width="8" height="16" viewBox="0 0 8 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.75 14.75L0.749999 7.75L6.75 0.75" stroke="%231871D7" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>') center no-repeat #fff;
}
.product_slider .slick-arrow:hover {
	background:url('data:image/svg+xml,<svg width="8" height="16" viewBox="0 0 8 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.75 14.75L0.749999 7.75L6.75 0.75" stroke="%23fff" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>') center no-repeat var(--blue);
}
.product_slider .slick-next {
	transform: rotate(180deg);
	right:20px;
}
.product_slider .slick-prev {
	left:20px;
}	
.entry {
	font-size:18px;
}
.entry ol {
	padding:0 0 0 20px;
	margin:0 0 16px;
}
.entry ol li {
	margin:0 0 8px;
	padding:0 0 0 0;
	position:relative;
}
.entry ul {
	padding:0;
	margin:0 0 16px;
}
.entry ul li {
	margin:0 0 8px;
	padding:0 0 0 16px;
	list-style:none;
	display: flow-root;
	position:relative;
}
.entry ul li:before {
	width:8px;
	height:8px;
	background:var(--blue);
	position:absolute;
	content:'';
	display:block;
	top:7px;
	left:0;
	border-radius:100px;
}
.entry ul li:last-child {
	margin:0;
}
.entry ul ul {
	margin:16px 0 16px;
}
.entry ul ul li {
	font-size:16px;
	padding-left:12px;
}
.entry ul ul li:before {
	width:6px;
	height:6px;
	top:6px;
}
.product_slider_full {
	width:100%;
	margin:0;
}
.product_slider_full .product_slider_big ,
.product_slider_full .product_slider_big img {
	height:560px;
	max-height:560px;
}
.entry table {
	margin:0 0 16px;
	width:100%;
}
.entry table td {
	border:1px solid var(--black);
	padding:5px;
}
/*
.entry table td:last-child {
	width:30%;
}
*/
.entry table td p:last-child {
	margin:0;
}

/* ------ ------ contact ------ ------ */

.contact_map {
	margin:0 0 32px;
}
.contact_map iframe {
	padding:0;
	border:0;
	width:100%;
	margin:0;
	display:block;
	height:400px;
	border-radius:10px;
}
.contact_row {
	display:flex;
	margin:0 -8px;
	width:calc(100% + 16px);
}
.contact_row > div {
	width:50%;
	padding:0 8px;
}
.contact_tit {
	font-size:24px;
	font-weight:bold;
	margin:0 0 8px;
}
.contact_phone_item {
	display:flex;
	align-items:center;
	font-size:19px;
	margin:0 0 8px;
}
.contact_phone_item:last-child {
	margin:0 0 24px;
}
.contact_phone_item > span {
	margin:0 0 0 6px;
}
.contact_phone_item a {
	font-weight:bold;
	color:var(--black);
}
.contact_phone_item a:hover {
	color:var(--blue_dark);
}
.contact_phone_mes {
	margin:0 0 0 6px;
	display:flex;
}
.contact_phone_mes a {
	margin:0 8px 0 0;
	display:flex;
	justify-content:center;
	align-items:center;
}
.contact_phone {
	
}
.contact_phone p {
	margin:0 0 20px;
}
.contact_email a {
	font-size:18px;
	font-weight:bold;
}
.contact_r_item {
	margin:0 0 24px;
}
.contact_r_item:last-child {
	margin:0;
}
.contact_r_item .entry {
	font-size:16px;
}

/* ------ ------ form ------ ------ */

#callback {
	background:var(--blue);
	padding:40px;
	border-radius:10px;
}
.form_in {
	width:600px;
}
.form_content .title {
	margin:0 0 12px;
}
.form_content .title h2 {
	color:#fff;
	margin:0;
}
.form_content .stitle {
	display:flex;
	font-size:14px;
	margin:0 0 32px;
	color:#fff;
}
.form_content .stitle img {
	margin: 0 5px 0 0;
    height: 24px;
}
.form_in .inputs {
	display:flex;
	margin:0 0 32px;
	flex-direction:column;
}
.input_row {
	margin:0 -4px;
	display:flex;
}
.input {
	width:50%;
	padding:0 4px 8px;
}
.input input {
	display:block;
	background:rgba(255,255,255,0.2);
	border:1px solid rgba(255,255,255,0.3);
	color:#fff;
	height:54px;
	width:100%;
	font-size:16px;
	border-radius:8px;
	padding:0 16px;
	transition:border 0.2s ease;
}
.input input::placeholder {
	color: #fff;
}
.input input:focus,
.input input:active {
	border:1px solid #fff;
}
.form .submit {
	width:100%;
	margin:20px 0 0;
	position:relative;
}
.form .submit p,
.inputs p {
	margin:0;
}
.form .submit:hover {
}
.submit input {
	padding:0;
	border:0;
	border-radius:8px;
	cursor:pointer;
	width:100%;
	background:#fff;
	height:44px;
	width:100%;
	color:var(--blue);
	border:0;
	cursor:pointer;
	font-size:16px;
}
.wpcf7-not-valid-tip {

}
.wpcf7-spinner {
	left:0;
	position:absolute !important;
}
.polit {
	margin:24px 0 0;
	font-size:12px;
	cursor:pointer;
	display:flex;
	color:#fff;
}
.polit > p {
	display:none;
}
.polit > div > p {
	display:flex;
	align-items:center;
	margin:0;
}
.polit i {
	min-width:24px;
	widtH:24px;
	height:24px;
	background:transparent;
	border:1px solid #fff;
	margin:0 14px 0 0;
	display:block;
	border-radius:3px;
	position:relative;
	transition:border 0.5s ease,background 0.5s ease;
}
.polit.active i {

}
.polit i:after {
	background:url('data:image/svg+xml,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 9.4721L7.47222 12.9443L14.4167 5.99988" stroke="%23fff" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat;
	background-position:center;
	width:22px;
	height:22px;
	opacity:0;
	display:block;
	content:'';
	transition:opacity 0.5s ease;
}
.polit.active i:after {
	opacity:1;
}
.polit a {
	text-decoration:underline;
	color:#fff;
}
.polit a:hover {
	text-decoration:none;
}
.wpcf7-not-valid-tip {
	color:red;
}
.input input.wpcf7-not-valid {
	border-color:red;
}

.sended {
	display:none;
	padding:40px;
	background:#fff;
	width:420px;
	border-radius:12px;
}
.sended_title {
	text-align:center;
	padding:0 0 16px;
}
.sended_title h2 {
	font-size:32px;
	font-weight:bold;
	margin:0;
}
.sended_txt {
	font-size:16px;
}
.sended_btn {
    margin: 32px auto 0;
    display: flex;
}
.form_hidden {
	display:none;
}
.form_hidden input {
	max-width:100%;
}
#callback .fancybox-button svg path {
    fill: #fff;
}
#sended .fancybox-button svg path {
    fill: var(--blue);
}


/* ------ ------ footer ------ ------ */

footer {
	background:var(--blue_light);
	margin:80px 0 0;
}
.footer_top {
	padding:60px 0 40px;
}
.footer_top_in {
	display:flex;
	justify-content:space-between;
}
.footer_logo {
	width:330px;
}
.footer_logo img {
	width:320px;
}
.footer_logo p {
	font-size:14px;
	margin:20px 0 0;
}
.footer_menu {
	padding:0 30px;
}
.footer_menu ul {
	padding:0;
	margin:0;
}
.footer_menu ul li {
	margin:0 0 8px;
	list-style:none;
}
.footer_menu ul li:last-child {
	margin:0;
}
.footer_menu ul li a {
	font-size:16px;
	color:var(--black);
}
.footer_menu ul li a:hover {
	color:var(--blue);
}
.footer_menu ul ul {
	display:none;
}
.footer_info {
	margin-left:auto;
	width:390px;
}
.footer_bottom {
	padding:0 0 30px;
}
.footer_bottom_in {
	padding:8px 0 0;
	border-top:1px solid #fff;
	color:var(--grey);
	font-size:12px;
	display:flex;
	justify-content:space-between;
}
.footer_bottom_in a {
	color:var(--grey);
	text-decoration:underline;
}
.footer_bottom_in a:hover {
	text-decoration:none;
}
.footer_top_in {
	position:relative;
}
#to_top {
	position:absolute;
	right:0;
	top:0;
	display:flex;
	justify-content:center;
	align-items:center;
	width:40px;
	height:40px;
	cursor:pointer;
	background:#F6FAFF;
	border-radius:6px;
}

/* ------ ------ coockie ------ ------ */

body #cc_div #cm {
    right: 20%;
	padding:20px;
	width:440px;
	max-width:440px;
}
body #c-txt {
	color:var(--black);
    line-height: initial;
    font-size: 14px;
}
body #c-p-bn {
	border-radius:6px;
	display:flex;
	justify-content:center;
	align-items:center;
	position:relative;
	background:var(--blue);
	color:#fff;
	font-size:16px;
	min-width:176px;
	width:176px;
	height:48px;
}
body #c-bns button:first-child {
	background:var(--blue);
}
body #c-p-bn:after {
	content:'';
	display:block;
	background:var(--hover);
	position:absolute;
	z-index:2;
	border-radius:6px;
	top:0;
	bottom:0;
	left:0;
	right:0;
	opacity:0;
	transition:opacity 0.2s ease;
}
body #c-p-bn:hover:after  {
	opacity:1;
}
body #c-p-bn:hover {
	color:#fff;
}
body #c-p-bn span {
	position:relative;
	z-index:3;
}
body #c-s-bn {
	border-radius:6px;
	display:flex;
	justify-content:center;
	align-items:center;
	position:relative;
	background:#fff;
	color:var(--blue);
	border:1px solid var(--blue) !important;
	font-size:16px;
	min-width:176px;
	width:176px;
	height:48px;
}
body #c-bns button:last-child {
	background:#fff;
}
body #c-s-bn:after {
	content:'';
	display:block;
	background:var(--hover);
	position:absolute;
	z-index:2;
	border-radius:6px;
	top:0;
	bottom:0;
	left:0;
	right:0;
	opacity:0;
	transition:opacity 0.2s ease;
}
body #c-s-bn:hover:after  {
	opacity:1;
}
body #c-s-bn:hover {
	color:#fff !important;
}
body #c-s-bn span {
	position:relative;
	z-index:3;
}

/* ------ ------ 1199 ------ ------ */

@media all and (max-width:1199px) {
	.header_adress,
	.header_email,
	.header_phone,
	.header_btns {
		display:none;
	}
	header {
		padding:0;
	}
	body {
		padding-top:48px;
	}
	.header_top {
		position:fixed;
		top:0;
		left:0;
		background: #F6FAFF;
		right:0;
		z-index:10;
		box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.6);
	}
	header.fixed  .header_top {
		background: #F6FAFF;
	}
	header.fixed {
		padding:0;
	}
	.mobile_info {
		display:flex;
		flex-direction:column;
	}
	.header_mobile {
		display:flex;
		align-items:center;
	}
	.header_bottom {
		left:-100%;
		width:100%;
		display:none;
		position:fixed;
		top:48px;
		height:calc(100vh - 48px);
		background:#F6FAFF;
		box-shadow:inset 0 8px 12px 0 rgba(24,113,215,0.12);
	}
	.header_bottom .container {
		height:calc(100vh - 56px);
		overflow:auto;
	}
	.open_menu .header_bottom {
		left:0;
		display:block;
		z-index:10;
	}
	.open_menu .header_top {
		box-shadow:0 0 0 0 rgba(0,0,0,0);
	}
	.mobile_info_title {
		display:block;
	}
	.header_bottom_in {
		overflow:auto;
		padding:24px 0;
	}
	.header_bottom nav {
		margin:0 0 24px;
	}
	.header_bottom nav > ul {
		flex-direction:column;
	}
	.header_bottom nav > ul > li {
		margin:0;
		border-bottom: 1px solid var(--blue_light);
	}
	.header_bottom_in {
		border:0;
	}
	.header_bottom nav > ul > li > a {
		padding:8px 0;
	}
	.header_bottom nav > ul > li > ul {
		max-width: 100%;
		width: 100%;
		position: relative;
		top:0;
		left: 0;
		padding-left:24px;
		perspective: unset;
		z-index: unset;
	}
	.header_bottom nav > ul > li > ul > li {
		padding:0 0 8px !important;
		background:transparent !important;
		margin:0;
	}
	.footer_info {
		width: 360px;
	}
	.hero_title {
		max-width: 600px;
	}
	.indent {
		padding-top:60px;
	}
	footer  {
		margin:60px 0 0;
	}
	.title h2 {
		font-size:22px;
	}
	.page .title h1 {
		font-size:28px;
	}
	.title p {
		font-size:14px;
	}
	.about_slider_item img {
		height:190px;
	}
	.popular_arrows {
		top:6px;
	}
	.entry {
		font-size: 16px;
	}
	.entry ul li:before {
		top: 5px;
	}
	.entry .table_scroll {
		overflow-x:auto;
	}
}

/* ------ ------ 991 ------ ------ */

@media all and (max-width:991px) {
	.footer_top_in {
		flex-wrap:wrap;
	}
	.footer_info {
		width:100%;
		margin:30px 0 0;
	}
	.footer_logo,
	.footer_menu {
		width:50%;
	}
	.hero_title h1 {
		font-size: 28px;
	}
	.hero_title {
		max-width: 500px;
	}
	.hero {
		padding:60px 0;
		position:relative;
		height:auto;
	}
	.hero .container {
		position:relative;
		z-index:2;
	}
	.hero:after {
		position:absolute;
		content:'';
		display:block;
		top:0;
		bottom:0;
		left:0;
		right:0;
		background:rgba(0,0,0,0.4);
	}
	.services_item {
		width: 50%;
	}
	.about_row {
		flex-direction:column;
	}
	.about_text {
		width:100%;
		margin:0 0 24px;
	}
	.about_slider {
		width:calc(100% + 8px);
		margin:0 -4px;
	}
	.about_slider_item  img {
		height: 270px;
	}
	.popular_bottom {
		flex-direction:column;
		margin:12px 0 0;
	}
	.popular_bottom_txt {
		margin:0;
	}
	.popular_bottom_btn {
		margin:32px 0 0;
	}
	.why_row_item {
		width:100%;
	}
	.why_row_item_top {
		display:flex;
		align-items:center;
		justify-content:start;
		width: 100%;
		margin:0 0 8px;
	}
	.why_row_item_ico {
		margin:0 8px 0 0;
	}
	.why_row_item h3 {
		margin:0;
	}
	.why_row_item_ico {
		width: 44px;
		min-width:44px;
		height: 44px;
	}
	.why_row_item_ico img {
		max-height:60%;
		max-width:60%;
	}
	.why_row_item_ico:before {
		bottom: -6px;
		width: 24px;
		height: 28px;
	}
	.form .form_in {
		background:var(--blue);
	}
	.form .form_content {
		max-width:100%;
	}
	.prre_row {
		flex-direction:column; 
	}
	.prre_row > div {
		width:100%;
	}
	.cat_row ul {
		width:100%;
	}
	.cat_row_in {
		flex-direction:column;	
	}
	.cat_row a {
		padding:16px;
	}
	.product_row {
		flex-direction:column;
		margin:0;
	}
	.product_row > div {
		width:100%;
	}
	.product_slider {
		margin: 0 0 32px 0;
	}
	.product_slider .slick-dots {
		margin: 12px auto 0;
	}
	.contact_row {
		flex-direction:column;
	}
	.contact_row > div {
		width:100%;
	}
	.contact_l {
		margin:0 0 24px;
	}
	.contact_map iframe {
		height:220px;
	}
}
	
/* ------ ------ 767 ------ ------ */

@media all and (max-width:767px) {
	.footer_bottom_in {
		flex-direction:column;
	}
	.footer_bottom_in div {
		margin:0 0 8px;
	}
	#callback {
		padding:0;
	}
	.form_in {
		padding:20px 15px;
		width:100%;
	}
	.form_content {
		max-width:100%;
	}
	.sended_txt br {
		display:none;
	}
	.sended_txt {
		text-align:center;
	}
	body #cc_div #cm {
		right: 15px;
		left: 15px;
		padding: 15px;
		width: 100%;
		max-width: calc(100% - 30px);
	}
	.hero_title h1 {
        font-size: 20px;
    }
	.hero_text {
		font-size:16px;
		flex-direction:column;
		align-items: baseline;
	}
	.hero_text:before {
		margin:0 0 8px;
	}
	.services_item_in  {
		padding:16px;
	}
	.about_text {
		font-size:16px;
	}
	.form .form_in {
		padding:16px;
	}
	.contact_phone_item {
		font-size: 14px;
	}
	.contact_tit {
		font-size: 18px;
	}
	.contact_r_item .entry {
		font-size: 14px;
	}
	.contact.page .title p {
		display:flex;
		flex-direction:column;
		align-items: baseline;
	}
	.contact.page .title p:before {
		margin:0 0 8px;
	}
}
	
/* ------ ------ 575 ------ ------ */

@media all and (max-width:575px) {
	.footer_logo,
	.footer_menu {
		width:100%;
	}
	.footer_menu {
		padding:30px 0 0;
	}
	.footer_top {
		padding: 40px 0 16px;
	}
	.input {
		width: 100%;
	}
	.input_row {
		flex-direction:column;
	}
	.form_in {

	}
	.form_in:after {
		display:none;
	}
	.form .submit {
		margin: 14px 0 0;
	}
	.submit input {
		width:100%;
	}
	.title h2,
	.page .title h1 {
        font-size: 22px;
    }
	
	.form_content .stitle img {
		margin: 0 4px 0 0;
	}
	.sended_btn {
		width:100%;
	}
	.sended {
		padding: 30px 14px;
	}
	.sended_txt {
		font-size: 16px;
	}
	.form_content .stitle {
		font-size: 12px;
	}
	.input input {
		height:48px;
	}
	.hero {
		background:url(img/hero_m.webp) center / cover no-repeat;
		padding:120px 0;
	}
	.hero_title h1 {
		font-size:28px;
	}
	.hero_title br {
		display:none;
	}
	.hero:after {
		display:none;
	}
	.services_item {
		width:100%;
	}
	.slick-dots {
		width:100%;
	}
	.about_partner_slider_item {
		height:60px;
	}
	.about_partner_slider_item img {
		max-width: 70%;
		max-height: 90%;
	}
	.popular_arrows {
		position:relative;
		top:0;
		right:0;
		display:flex;
		margin:0 0 32px;
		width:100%;
		justify-content:center;
	}
	.popular_arrows div {
		margin:0 4px;
	}
	.popular_bottom_txt,
	.imsu_bottom	{
		font-size:14px;
	}
	.popular_bottom_txt b,
	.popular_bottom_txt stong,
	.imsu_bottom b,
	.imsu_bottom strong	{
		font-weight:16px;
	}
	.why_row_item_in h3 {
		font-size: 16px;
	}
	.why_row_item_in p {
		font-size: 14px;
	}
	.why_row_item_in {
		padding:12px 16px;
	}
	.why_row_item_ico {
        width: 40px;
        min-width: 40px;
        height: 40px;
    }
	.prre_item {
		padding:16px;
	}
	.cat_row_in a {
		padding:16px;
	}
	.prre_item h2 {
		font-size: 16px;
	}
	.cat_row_in a {
		font-size: 16px;
	}
	.prre_item h2 span {
		width: 40px;
		min-width: 40px;
		height: 40px;
	}
	.cat_row_in a span {
		width: 40px;
		min-width: 40px;
		height: 40px;
		display: flex;
		font-size:14px;
        align-items: center;
        justify-content: center;
	}
	.prre_item h2 span:before {
		bottom: -4px;
		width: 24px;
		height: 20px;
	}
	.cat_row_in a span:before {
		bottom: -4px;
		width: 24px;
		height: 20px;
	}
	.product_slider_big,
	.product_slider_big img {
		height:220px;
	}
	.product_slider_nav_item img {
		height:68px;
	}
	.product_slider_big span {
		padding: 10px;
		font-size: 14px;
	}
	.product_slider .slick-prev {
		left: 12px;
	}
	.product_slider .slick-next {
		right: 12x;
	}
}

/* ------ ------ 420 ------ ------ */

@media all and (max-width:420px) {
    .about_slider_item img {
        height: 210px;
    }
	.popular_bottom_btn .btn {
		width:100%;
	}
	.popular_bottom_btn {
        width: 100%;
    }
	.cat_row_in a {
		padding:10px;
	}
	.cat_row_in a,
	.cat_row_in a span {
		font-size:14px;
	}
}

/* ------ ------ 360 ------ ------ */

@media all and (max-width:360px) {
	.header_logo img {
		height: 30px;
	}
	.mobile_phone_row a,
	.footer_phone_row a {
		font-size: 14px;
	}
	.hero_title h1 {
        font-size: 24px;
    }
	.hero_btn a {
		width:100%; 	
	}
}
.entry_row {
	display:flex;
	flex-wrap:wrap;
	width:calc(100% + 30px);
	margin:0 -15px;
}
.entry_col {
	width:33.33%;
	padding:0 15px 30px;
	text-align:center;
}
.entry_col img {
	max-width:100%;
	height:200px;
	margin:0 0 14px;
	object-fit:cover;
	border-radius:10px;
}
.entry_col p {
	margin:0;
}
.entry_col a {
	display:flex;
	flex-direction:column;
	justify-content:center;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:30px;
}
.alignleft {
	float: left;
	margin:0 15px 15px 0;
}
.alignright {
	float: right;
	margin:0 0 15px 15px;
}
.wp-caption {
}
.wp-caption p {
	margin:10px 0 0;
	font-size:12px;
	text-align:center;
}
@media all and (max-width:767px) {
.entry_col {
	width:50%;
}
}