/*!
Theme Name: jm
Theme URI: https://rozmuar.ru
Author: Rozmuar
Author URI: https://rozmuar.ru
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: jm
*/


@import url("css/reset.css");
@import url("css/fonts.css");


*, button:active, button:focus , .btn{
	outline: none!important;
}
body{
	background: #fbfafa;
	font-weight: normal;
	color: rgba(14, 14, 14, 0.6);
	overflow: hidden;
}
body, a, span, p{
	font-family: 'Gilroy', sans-serif;
	font-style: normal;
}

img{
	max-width: 100%;
	display: block;	
}

.overflov{
	overflow: hidden;
}

.btn{
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	font-size: 18px;
    padding: 0px 10px;
	background: #0E0E0E;
	border-radius: 100px;
	border: 2px solid transparent;
	transition: 0.2s;
	height: 55px;
	width: 100%;
	max-width: 235px;
	box-sizing: border-box;
	color: #FFFFFF;
}
.btn:hover,
.btn:focus{
	text-decoration: none;
	background: transparent;
	border: 2px solid #0E0E0E;
	background: transparent;
	color: #0E0E0E;
}

/* .section-title{
	font-weight: bold;
	font-size: 40px;
	text-transform: uppercase;
	color: #16110D;
	margin-bottom: 70px;
	position: relative;
	text-align: center;
}
.section-title::before{
	position: absolute;
    content: '';
	background: #FFC849;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
	width: 95px;
	height: 5px;
} */
p{
	/* font-weight: normal;
	font-size: 18px;
	line-height: 26px;
	color: #323335;
	opacity: 0.6; */
}


.langs{
    margin-left: 40px;
	position: relative;
}
.langs .cur_lang{
	display: flex;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
	cursor: pointer;
}
.langs .cur_lang img{
	margin: 0 6px 0 0;
}
.langs .cur_lang_all{
	display: none;
}
.langs:hover .cur_lang_all{
    position: absolute;
    right: 0;
    top: 20px;
    padding-top: 70px;
    width: 100px;
    display: block;
}
.langs .cur_lang_all .cur_list{
    width: 100%;
    background: rgba(14, 14, 14, 0.9);
    position: relative;
    text-align: center;
	padding: 0 20px;
}
.langs .cur_lang_all .cur_list .lang-item{
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.langs .cur_lang_all .cur_list .lang-item:last-child {
    border-bottom: 0px solid rgba(255, 255, 255, 0.1);
}
.langs .cur_lang_all .cur_list a{
	font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
    width: 100%;
    padding: 12.4px 0;
    display: block;
    text-transform: uppercase;
    cursor: pointer;
}
.langs .cur_lang_all .cur_list a:hover{
	text-decoration: none;
	margin: 0 0 0 -5px;
}
.langs .cur_lang_all .cur_list::before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-top-width: 20px;
    border-bottom-width: 0px;
    border-right: 50px solid rgba(14, 14, 14, 0.9);
    top: -20px;
    right: 0;
}




.menu{
	position: absolute;
	right: 0;
    top: 40px;
    padding-top: 70px;
	width: 100%;
	max-width: 260px;
	/* display: none; */
	visibility: hidden;

}
.burger-wrapp:hover > .menu{
	/* display: block; */
	visibility: visible;

}
.burger-wrapp{
	margin-left: 40px;
}




.memu-list{
	width: 100%;
	background: rgba(14, 14, 14, 0.9);
	padding: 0 35px;
	position: relative;
}
.memu-list::before{
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border: 0 solid transparent;
	border-top-width: 20px;
    border-bottom-width: 0px;
    border-right: 50px solid rgba(14, 14, 14, 0.9);
	top: -20px;
	right: 0;
}

.memu-list .menu-item{
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.memu-list .menu-item a{
	font-weight: 600;
	font-size: 16px;
	color: #FFFFFF;
	width: 100%;
	padding: 12.4px 0;
	display: block;
}
.memu-list .menu-item:hover a{
	transform: translateX(-5px);
	text-decoration: none;
}
.memu-list .menu-item:last-child{
	border-bottom: 0px solid rgba(255, 255, 255, 0.1);
}
.main{
	background-image: url('/wp-content/themes/jm/img/main.png');
    background-repeat: no-repeat;
	background-size: cover;
	padding: 50px 0;
	padding-bottom: 200px;
}
.main header .container{
	display: flex;
	justify-content: space-between;
}
.main .header-logo{
	display: flex;
	align-items: center;
}
.main .header-logo .logo{
	margin-right: 60px;
	position: relative;
}
.main .header-logo .header-logo-text{
	font-family: 'Tenor Sans';
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: rgba(255, 255, 255, 0.8);
}
.main .header-logo .logo::after{
	position: absolute;
	content: '';
	width: 1px;
	height: 30px;
	background: rgba(255, 255, 255, 0.1);
	right: -30px;
	top: 50%;
	transform: translateY(-50%);
}
.main .header-logo-text{
	max-width: 180px;
	font-family: 'Tenor Sans';
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: rgba(255, 255, 255, 0.8);
}
.main-wrapp p{
	font-weight: 500;
	font-size: 22px;
	line-height: 30px;
	color: rgba(255, 255, 255, 0.9);
	max-width: 600px;
}
.burger{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 18px;
	width: 24px;
	cursor: pointer;
	transition: 0.2s;
	align-items: flex-end;
}
.burger .bar{
	width: 24px;
	height: 2.5px;
	background: #fff;
	transition: 0.2s;
}
/* .burger:hover .bar.topBar, .burger:hover .bar.btmBar{
	transform: translateX(-2px);
} */
.burger .bar.mdlBar{
	width: 20px;
}
.burger:hover .bar.mdlBar{
	/* transform: translateX(2px); */
	width: 24px;
}
.header-content{
	display: flex;
	align-items: center;
	position: relative;
}
.main .main-contacts a{
	font-size: 18px;
}
/*//////////////////////////////////////////////main////////////////////////////////////////////////////////////////*/

h1{
	margin-top: 220px;
	margin-bottom: 40px;
	font-weight: 700;
	font-size: 60px;
	line-height: 60px;
	color: #FFFFFF;
	max-width: 800px;
}
.about{
	padding-top: 50px;
	padding-bottom: 80px;
}
.section-title-wrapp{
	padding-left: 30px;
	border-left: 2px solid #FCB222;
}
.section-title{
	font-family: 'Tenor Sans';
	font-weight: 400;
	font-size: 36px;
	color: #0E0E0E;
	margin-top: 1px;
	/* text-align: center; */
}
.section-subtitle{
	font-weight: 700;
	font-size: 16px;
	color: #FCB222;
}
.img-wrapp{
	padding-left: 32px;
	padding-top: 32px;
	position: relative;
}
.img-wrapp::before{
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 93px;
	background: transparent;
	height: 346px;
	border: 2px solid #FCB222;
	z-index: -1;
}
.img-wrapp-text{
	background: #0E0E0E;
	width: 150px;
	height: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 800;
	font-size: 17px;
	line-height: 26px;
	letter-spacing: 0.02em;
	color: #FFFFFF;
	padding: 0 35px;
	position: absolute;
    bottom: 34px;
    left: 0;
}
.img-wrapp-num{
	font-size: 36px;
	font-weight: 800;
}
.about-item, .products-item{
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	max-width: 600px;
}
.about-item-text, .products-item-text{
	font-weight: 700;
	font-size: 18px;
	color: #0E0E0E;
	margin-left: 20px;
}
.about-block, .products-block{
	margin-bottom: 50px;
}
.about-block-wrapp, .products-block-wrapp{
	margin-top: 35px;
	padding-left: 30px;
}
.about .section-title-wrapp{
	margin-top: 70px;
}
.about-wrapp{
	transform: translateX(-40px);
}
.products .img-wrapp{
	padding-right: 32px;
	padding-left: 0;
	display: flex;
    justify-content: flex-end;
}
.products{
	padding-top: 50px;
	padding-bottom: 70px;
}
.products .img-wrapp-text, .products .img-wrapp::before{
	left: auto;
	right: 0;
}
.products .img-wrapp-text{
	padding: 0 16px;
}
.products .img-wrapp-text{
	font-weight: 800;
}
.products .img-wrapp-num{
	font-size: 34px;
}
.products .img-wrapp-text1{
	font-size: 18px;
}
.products .img-wrapp-text2{
	font-size: 21px;
	letter-spacing: 0.04em;
}
.products .img-wrapp-text3{
	font-size: 25px;
	letter-spacing: 0.04em;
}
.products-wrapp{
	padding-top: 35px;
}
/*//////////////////////////////////////////////about////////////////////////////////////////////////////////////////*/
.case > .section-title-wrapp, .team > .section-title-wrapp{
	display: flex;
    align-items: center;
    flex-direction: column;
	justify-content: center;
	height: 240px;
	width: 100%;
	padding-left: 0;
}
.team > .section-title-wrapp{
	height: auto;
	padding-top: 75px;
	padding-bottom: 95px;
}
.section-title-wrapp.section-black, .team .section-title-wrapp{
	border: 0;
	position: relative;
}
.team .section-title-wrapp{
	padding-left: 0;
}
.section-black{
	position: relative;
}
.section-black::after{
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: #0E0E0E;
	z-index: -1;
}
.team.section-black::after{
	left: 0;
	top: 0;
	width: 100%;
	height: 490px;
}
.section-title-wrapp.section-black .section-title, .section-black .section-title-wrapp > .section-title{
	position: relative;
	color: #FFFFFF;
}
.section-title-wrapp.section-black .section-title::after, .section-black .section-title-wrapp > .section-title::after{
	position: absolute;
	content: '';
	left: 50%;
	transform: translateX(-50%);
	bottom: -20px;
	width: 78px;
	height: 2px;
	background: #FCB222;
}
.case{
	position: relative;
}
.case-block{
	display: flex;
	position: relative;
	height: 100%;
	height: 727px;
	justify-content: flex-end;
	align-items: center;
}
.case-block .case-item{
	flex-basis: 61%;
}
.case-block >img{
	position: absolute;
	left: -346px;
}
.case-block:nth-child(even){
	justify-content: flex-start;
}
.case-block:nth-child(even) > img{
	right: -346px;
	left: auto;
}
.case .case-item .section-title{
	line-height: 46px;
}
.case .case-item .section-subtitle{
	font-weight: 700;
	font-size: 50px;
}
.case-block .case-item p{
	margin-bottom: 50px;
	margin-top: 30px;
}
.case-block .case-item p, .case-block .case-item .btn{
	margin-left: 35px;
}

.case.active-block::before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 2;
}



.case_popup {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 600px;
    max-width: 90vw;
    /* max-height: 90vh; */
    transform: translate(-50%, -50%);
    z-index: 999;
    background: #fff;
    padding: 40px 12px 30px 30px;
    display: none;
    /* overflow: auto;*/
}
.case_popup.active{
	display: block;
}

.case_popup .close {
    background-color: #000;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 5px;
    right: 5px;
    opacity: 1;
    border-radius: 50%;
    cursor: pointer;
    background-image: url(/wp-content/themes/jm/img/close.svg);
    background-position: center;
    background-repeat: no-repeat;
}
.case_popup .case_popup_body{
    max-height: 79vh;
    overflow: auto;
    padding: 0 20px 0 0;
}
.case_popup .case_popup_body p{
	margin-bottom: 10px;
}



.division_popup{
	display: none;
}
.division_popup.active {
    right: 0;
    bottom: 0;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 95%;
    max-width: 90vw;
    /* max-height: 90vh; */
	height: 94vh;
    transform: translate(-50%, -50%);
    z-index: 999;
    background: #fff;
    padding: 40px 12px 30px 30px;
    display: block;
    overflow: hidden;
}
.division_popup .close {
    background-color: #000;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 5px;
    right: 5px;
    opacity: 1;
    border-radius: 50%;
    cursor: pointer;
    background-image: url(/wp-content/themes/jm/img/close.svg);
    background-position: center;
    background-repeat: no-repeat;
}
.division_popup .division_popup_body {
    height: 100%;
    overflow: auto;
    padding: 0 20px 0 0;
}
.team.active-block::before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 2;
}


.division_popup h2 {
    font-family: 'Tenor Sans';
    font-weight: 600;
    font-size: 36px;
    color: #0E0E0E;
    text-align: center;
    margin: 1px 40px 50px;
    position: relative;
}
.division_popup h2:before {
	position: absolute;
	content: '';
	left: 50%;
	transform: translateX(-50%);
	bottom: -20px;
	width: 78px;
	height: 2px;
	background: #FCB222;
}
.division_popup .division_block{

}
.division_popup .division_block ol{
    padding: 0 0 0 20px;
	list-style: none;
}
.division_popup .division_block ol li{
    text-align: justify;
}
.division_popup .division_block ol li::marker{
	color: #FCB222;
	font-weight: 700;
}
.division_popup .division_block .divis_title{
    font-weight: 700;
    font-size: 18px;
    color: #0E0E0E;
    margin: 22px 0 15px;
    position: relative;
    text-align: center;
}
.division_popup .division_block .divis_title span{
    font-weight: 700;
    background: #fff;
    padding: 0 12px;
    display: inline-flex;
    align-items: center;
}
.division_popup .division_block .divis_title span:after{
	content: '';
	height: 1px;
    background: #e0e0e0;
	width: 50px;
	display: inline-block;
	margin: 0 0 0 10px;
}
.division_popup .division_block .divis_title span:before{
	content: '';
	height: 1px;
    background: #e0e0e0;
	width: 50px;
	display: inline-block;
	margin: 0 10px 0 0;
}
/* .division_popup .division_block .divis_title:before{
    content: '';
    width: 70vw;
    position: absolute;
    height: 1px;
    background: #e0e0e0;
    left: 50%;
    top: 53%;
    transform: translate(-50%, -50%);
    z-index: -1;
} */
.division_popup .division_block .divis_descr{

}
.division_popup .division_block .divis_descr ul{

}
.division_popup .division_block .divis_descr ul li{

}

.division_block .team-item {
    margin: 30px 0;
}
.division_block .devis_cont a{
    font-weight: 700;
    font-size: 16px;
    color: #FCB222;
    display: block;
    margin: 6px 0;
}
.division_block .devis_cont b{
	font-weight: 700;
	color: #0E0E0E;
}
.division_block .team-block p {
    text-align: center;
}

.division_popup_body::-webkit-scrollbar {
	width: 12px;
}
  
.division_popup_body::-webkit-scrollbar-track {
	background: #ebebeb;
	border-radius: 20px;  
}
  
.division_popup_body::-webkit-scrollbar-thumb {
	background-color: rgb(0, 0, 0);    /* цвет бегунка */
	border-radius: 20px;       /* округлось бегунка */
	border: 3px solid #ebebeb;  /* отступ вокруг бегунка */
}

.division_block li ul{
    padding: 0 0 0 15px;
}
.division_block li ul li{
	position: relative;
	padding: 0 0 5px;
}
.division_block li ul li:before{
    content: '';
    width: 6px;
    height: 6px;
    background: #000;
    position: absolute;
    top: 8px;
    left: -15px;
}

.division_popup .division_block .file{
    display: inline-flex;
    background: #f3f3f3;
    padding: 10px;
    border-radius: 10px;
    margin: 15px 0;
    align-items: center;
	text-decoration: none;
}
.division_popup .division_block .file:hover{
	text-decoration: none;
	background: #e7e7e7;
}
.division_popup .division_block .file div{
	
}
.division_popup .division_block .file img{
    margin: 0 15px 0 0;
    width: 42px;
}
.division_popup .division_block .file div p{
	font-weight: 700;
    color: #0E0E0E;
}
.division_popup .division_block .file div span{
	font-weight: 300;
    color: #929292;
    margin: 0 10px 0 0;
}

/*//////////////////////////////////////////////case////////////////////////////////////////////////////////////////*/

.team, .features{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.team-wrapp, .features-wrapp{
	background: #FFFFFF;
	padding: 48px;
	max-width: 1295px;
	width: 100%;
	-webkit-box-shadow: 0px 0px 7px -2px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 7px -2px rgb(0 0 0 / 10%);
    box-shadow: 0px 0px 7px -2px rgb(0 0 0 / 10%);
}
.team-item, .features-item{
	display: flex;
	justify-content: space-between;
}
.features-item{
	margin-top: 80px;
}
.team-title{
	display: flex;
	justify-content: center;
	position: relative;
	z-index: 1;
	margin-bottom: 40px;
	font-weight: 600;
	font-size: 16px;
	color: #0E0E0E;
}
.team-title::after, .team-title::before, .section-line::before, .footer-line-text::after{
	position: absolute;
	content: '';
	top: 50%;
	transform: translateY(-50%);
	background: rgba(14, 14, 14, 0.1);
	height: 1px;
	width: 100%;
	z-index: -2;
}
.section-line{
	position: relative;
}
.section-line::before{
	top: 0%;
	left: 50%;
	transform: translate(-50%, 0%);
	max-width: 600px;
	z-index: 0;
}
.team-title::before, .footer-line-text::before{
	position: absolute;
	content: '';
	background: #fff;
	height: 100%;
	width: 250px;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}
.footer-line-text::before{
	background: #0E0E0E;
	transform: translate(-50%, 0%);
}
.team-item{
	margin-bottom: 70px;
}
.team-item.section-line{
	padding-top: 70px;
}
.team-block{
	text-align: center;
	flex-basis: 30%;
}
.team-block img, .features-block img{
	margin: 0 auto;
	border-radius: 50%;
}
.team-block.no_border_round img{
	border-radius: 0%;
}
.features-block{
	width: 100%;
	max-width: 380px;
	padding-left: 22px;
}
.team-block p{
	text-align: left;
}
.team-block .team-block-title, .features-block-title {
	font-weight: 700;
	font-size: 18px;
	color: #0E0E0E;
	margin-top: 22px;
	margin-bottom: 1px;
}
.features-block-title{
	text-align: center;
    max-width: 235px;
    margin: 0 auto;
	margin-bottom: 15px;
	margin-top: 22px;
}
.team-block .team-block-subtitle{
	font-weight: 400;
	font-size: 14px;
	font-style: italic;
	color: rgba(14, 14, 14, 0.6);
	margin-bottom: 18px;
}
.circle-list{
	margin-top: 15px;
}
.circle-list li{
	position: relative;
	margin-bottom: 8px;
}
.circle-list li::after{
	position: absolute;
	content: '';
	top: 50%;
	left: -15px;
	transform: translateY(-50%);
	background: #FCB222;
	width: 6px;
	height: 6px;
}
/*//////////////////////////////////////////////team////////////////////////////////////////////////////////////////*/

/*//////////////////////////////////////////////partners////////////////////////////////////////////////////////////////*/
.partners{
	margin: 0 0 50px;
}
.partners .section-title{
	text-align: center;
}

/*//////////////////////////////////////////////partners////////////////////////////////////////////////////////////////*/
.map .section-title-wrapp{
	padding-left: 0px;
	border-left: 0px solid #FCB222;
	text-align: center;
	margin-bottom: 70px;
}
.map .section-title-wrapp .section-title{
	color: #0E0E0E
}
.map .section-title-wrapp.section-black::after{
	display: none;
}
.map-table{
	width: 100%;
}

.map-table .t-block{
	background: #EAE9E9;
	border-radius: 10px;
	height: 70px;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	color: rgba(14, 14, 14, 0.6);
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.map-table thead .t-block{
	background: #0E0E0E;
	font-weight: 700;
	color: #FFFFFF;
	text-align: center;
    padding: 0 20px;
}
.map-table tbody .t-block{
	cursor: pointer;
	text-align: left;
	transition: 0.2s;
	padding: 0 20px;
}

.map-table tbody td:hover .t-block{
	background: #FFFFFF;
	-webkit-box-shadow: 0px 0px 7px -2px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 7px -2px rgb(0 0 0 / 10%);
    box-shadow: 0px 0px 7px -2px rgb(0 0 0 / 10%);
}
.map-table tr{
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.map-table th, .map-table td{
	width: 250px;
	position: relative;
}
.t-block-text{
	background: #FFFFFF;
	-webkit-box-shadow: 0px 0px 7px -2px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 7px -2px rgb(0 0 0 / 10%);
	box-shadow: 0px 0px 7px -2px rgb(0 0 0 / 10%);
	width: 208px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 90px;
	z-index: 3;
	border-radius: 10px;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: rgba(14, 14, 14, 0.5);
	padding: 15px;
	display: none;
}

.t-block-text::before{
	position: absolute;
	content: '';
	display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 17px 10px 17px;
	border-color: transparent transparent #FFFFFF transparent;
	top: -10px;
	left: 50%;
	transform: translateX(-50%);
}
.map.active-block::before{
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.2);
	z-index: 2;
}
.map-table tbody .t-block.active-text ~ .t-block-text{
	display: block;
}
tbody tr:last-child{
	justify-content: center;
	margin-bottom: 0;
}
tbody tr:last-child td .t-block{
	background: #FCB222;
	font-weight: 600;
	color: #0E0E0E;
}
tbody tr:last-child td:hover .t-block{
	background: #FCB222;
}
.map-wrapp{
	display: flex;
}
table.map-side{
	margin-top: 90px;
	margin-right: 55px;
	border-right: 3px solid #0E0E0E;
}
.map-side tr{
	height: 70px;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	position: relative;
	padding: 0 20px 0 20px	;
}
.map-side tr::after{
	position: absolute;
	content: '';
	width: 13px;
	height: 13px;
	background: #0E0E0E;
    right: -8px;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50%;
}
.map-side tr:last-child{
	margin-bottom: 0;
}
.map-num{
	position: relative;
	font-weight: 700;
	font-size: 20px;
	color: #0E0E0E;
}
.map-num::after{
	position: absolute;
	content: '';
	width: 40px;
	height: 70px;
	border-left: 2px solid #E7E7E7;
	border-top: 2px solid #E7E7E7;
	border-bottom: 2px solid #E7E7E7;
	top: 50%;
	left: -20px;
	transform: translateY(-50%);
}
.map-num.map-num-big::after{
	height: 190px;
}
.map-num.map-num-middle::after{
	height: 160px;
}
.map-num.map-num-middle{
	transform: translateY(45px);
}
.map{
	position: relative;
	padding: 80px 0;
}
.map::after{
	position: absolute;
	content: '';
	left: 50%;
	transform: translateX(-50%);
	top: 0px;
	width: 100%;
	max-width: 1200px;
	height: 2px;
	background: rgba(14, 14, 14, 0.1);
}
.t-dot-bottom::after, .t-dot-right::after, .t-dot-left::after{
	position: absolute;
	content: '';
	width: 13px;
	height: 13px;
	background: #FCB222;
	border: 3px solid #FBFAFA;
	border-radius: 50%;
	box-sizing: content-box;
}
.t-dot-bottom::before, .t-dot-right::before, .t-dot-left::before{
	position: absolute;
	content: '';
	width: 10px;
	height: 2px;
	background: #FCB222;
	z-index: 1;
}
.t-dot-bottom::after{
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
}
.t-dot-bottom::before{
	width: 2px;
	height: 10px;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
}
.t-dot-right::after{
	right: -10px;
	top: 50%;
	transform: translateY(-50%);
}
.t-dot-right::before{
	right: -15px;
	top: 50%;
	transform: translateY(-50%);
}
.t-dot-left::after{
	left: -10px;
	top: 50%;
	transform: translateY(-50%);
}
.t-dot-left::before{
	left: -15px;
	top: 50%;
	transform: translateY(-50%);
}
.t-arrow::after{
	position: absolute;
	content: '';
	background-image: url('/wp-content/themes/jm/img/arrow.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 16px;
    height: 20px;
    top: -30px;
	left: 50%;
	transform: translateX(-50%);
}
.map-table tbody tr:nth-child(3) .t-arrow::before, .map-table tbody tr:nth-child(4) .t-arrow:last-child:before{
	position: absolute;
	content: '';
    width: 140px;
    height: 66px;
    top: -30px;
    left: -15px;
	border-left: 2px solid #FCB222;
	border-top: 2px solid #FCB222;
	z-index: -1;
}
.map-table tbody tr:nth-child(4) .t-arrow:last-child:before{
	width: 420px;
	left: -295px;
}
.map-table tbody tr:last-child .t-arrow::before{
	position: absolute;
	content: '';
	width: 280px;
    height: 2px;
    top: -97px;
	left: 50%;
	transform: translateX(-50%);
	background: #FCB222;
}
.map-table tbody tr:last-child .t-block::before{
	position: absolute;
	content: '';
	height: 70px;
	width: 2px;
	left: 50%;
	transform: translateX(-50%);
	top: -97px;
	background: #FCB222;
}
.map-table tbody tr:nth-child(7) .t-dot-right::before{
	width: 280px;
	right: -280px;
}
.map-table tbody tr:nth-child(7) .t-dot-left::before{
	width: 280px;
	left: -280px;
}
.map-table-wrapp{
	width: 100%;
}
/* .map-table tbody td:hover .t-block */
/*//////////////////////////////////////////////map////////////////////////////////////////////////////////////////*/
.features{
	padding-top: 85px;
}
.features-icons{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.features-icons .features-icons-block{
	flex-basis: 45%;
	display: flex;
	align-items: center;
	margin-bottom: 85px;
}
.features-icons .features-icons-block p{
	color: #FFFFFF;
	font-weight: 700;
	margin-left: 30px;
}
.features-top{
	display: flex;
	align-items: flex-start;
}
.features-top > .section-title-wrapp{
	flex-basis: 42%;
}
.features-top > .features-icons{
	flex-basis: 58%;
}
.features-top > .section-title-wrapp .section-title{
	line-height: 36px;
	max-width: 400px;
}
.section-black .features-top .section-title-wrapp > .section-title::after{
	display: none;
}
.features-wrapp .section-title-wrapp, .footer-top .section-title-wrapp{
    padding-left: 0;
    text-align: center;
    border-left: 0;
}
.features-wrapp{
	padding-top: 80px;
}
.section-black .features-wrapp .section-title-wrapp > .section-title{
	color: #0E0E0E;
}
.features-icons .features-icons-block:nth-child(even){
	flex-basis: 50%;
}
.features-icons .features-icons-block:nth-child(even) p{
	margin-left: 25px;
}
.features.section-black::after{
	left: 0;
    top: 0;
    width: 100%;
    height: 722px;
}
/*//////////////////////////////////////////////footer////////////////////////////////////////////////////////////////*/
.footer-top{
	background: #0E0E0E;
	padding-top: 75px;
	padding-bottom: 85px;
}
.footer-top .main-contacts{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 80px;
}
.footer-top .main-contacts .main-number{
	margin-right: 135px;
}
.main-contacts a{
	display: flex;
	align-items: center;
	font-weight: 600;
	font-size: 22px;
	color: #FFFFFF;
}
.main-contacts a img{
	margin-right: 20px;
}
.footer-top form{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer-top form input{
	padding-left: 65px;
	padding-right: 10px;
	border: 1px solid #DCDCDC;
    color: rgba(39, 43, 55, 0.8);
    box-shadow: none;
	cursor: auto;
	border-radius: 100px;
	box-sizing: border-box;
	background: #FFFFFF;
	border-radius: 100px;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	width: 292px;
	height: 55px;
	padding-top: 3px;
}
.footer-top form input::placeholder{
	color: rgba(14, 14, 14, 0.3);
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
}
input[type='number'] {
    -moz-appearance:textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.btn-white{
	width: 235px;
	border: 2px solid #FFFFFF;
}
.btn-white:hover, .btn-white:focus {
	background: #FFFFFF;
	color: #0E0E0E;
}
.footer-line-text{
	font-weight: 500;
	font-size: 12px;
	color: #FCB222;
	display: flex;
    justify-content: center;
    position: relative;
	z-index: 1;
	margin-top: 54px;
	margin-bottom: 70px;
}
.footer-line-text::after{
	background: rgba(255, 255, 255, 0.2);
}
.input-wrapp{
	position: relative;
}
.input-wrapp img{
	position: absolute;
	top: 50%;
	left: 25px;
	transform: translateY(-50%);
}
.footer-bottom{
	background: #FFFFFF;
	height: 90px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.footer-bottom .footer-copy{
	font-style: italic;
	font-weight: 400;
	font-size: 14px;	
	color: rgba(14, 14, 14, 0.6);
}
.header-logo-text{
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: rgba(255, 255, 255, 0.8);
}


.gereen_text{
    text-align: center;
    color: #50f300;
    display: block;
    width: 100%;
    font-size: 25px;
}


@media (max-width: 1250px){
	.footer-top form{
		flex-wrap: wrap;
	}
	.footer-top form .input-wrapp, .footer-top form a{
		flex-basis: 26%;
	}
	.footer-top form .input-wrapp{
		margin-bottom: 25px;
	}
	.footer-top form .input-wrapp input{
		width: 100%;
	}
	.case-block >img{
		position: inherit;
		left: auto;
		margin-bottom: 30px;
	}
	.case-block{
		flex-direction: column;
		height: auto;
		margin-bottom: 50px;
	}
	.case-block:nth-child(even) > img{
		right: auto;
		
	}
	.case-block:nth-child(even) .case-item{
		order: 2;
	}
	.case-block .case-item p, .case-block .case-item .btn{
		margin-left: 0;
	}
	.features-icons .features-icons-block p, .features-icons .features-icons-block:nth-child(even) p{
		margin-left: 15px;
	}
	.features-icons .features-icons-block{
		flex-basis: 50%;
		margin-bottom: 55px;
	}
	.features-top{
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	.features-top > .section-title-wrapp{
		flex-basis: 39%;
	}
	.about-wrapp{
		transform: translateX(0);
	}
	.map-table .t-block, .map-table tbody .t-block{
		padding: 0 10px;
	}
	.map-table th, .map-table td{
		width: 200px;
	}
	.map-table .t-block{
		font-size: 14px;
	}
	table.map-side{
		margin-right: 25px;
	}
	.map-side tr{
		padding: 0 10px 0 10px;
	}
	.map-num::after{
		left: -12px;
		width: 22px;
	}
	.map-table tbody tr:nth-child(3) .t-arrow::before, .map-table tbody tr:nth-child(4) .t-arrow:last-child:before{
		width: 110px;
		left: -10px;
	}
	.map-table tbody tr:nth-child(4) .t-arrow:last-child:before{
		width: 330px;
		left: -231px;
	}
	.map-table tbody tr:last-child .t-arrow::before{
		width: 222px;
	}
	.map-table tbody tr:nth-child(7) .t-dot-right::before{
		width: 190px;
		right: -190px;
	}
	.map-table tbody tr:nth-child(7) .t-dot-left::before {
		width: 190px;
		left: -190px;
	}
	.team-wrapp, .features-wrapp .features-item{
		max-width: 960px;
		margin: 80px auto 0;
	}
}
@media (max-width: 992px){
	.footer-top form .input-wrapp, .footer-top form a{
		flex-basis: 40%;
		width: 100%;
		max-width: 100%;
		margin-bottom: 25px;
	}
	.features-block{
		padding-left: 22px;
	}
	.team-wrapp, .features-wrapp{
		padding: 30px 15px;
	}
	.features-top{
		flex-direction: column;
	}
	.features{
		padding-top: 40px;
	}
	.features-top .section-title-wrapp{
		margin-bottom: 25px;
	}
	.features-icons .features-icons-block:nth-child(even),
	.features-icons .features-icons-block{
		flex-basis: 45%;
	}
	.about .section-title-wrapp{
		margin-top: 0;
	}
	.about-block-wrapp, .products-block-wrapp{
		padding-left: 0px;
	}
	.products-wrapp{
		padding-top: 0;
	}
	.about-block, .products-block{
		margin-bottom: 30px;
	}
	h1{
		margin-top: 180px;
		font-size: 50px;
	}
	.map-wrapp{
		padding-left: 50px;
		position: relative;
	}
	.map-table-wrapp{
		overflow-x: scroll;
		padding-bottom: 40px;
	}
	table.map-side{
		margin-right: 15px;
	}
	.map-side{
		position: absolute;
		top: 0;
		left: 0;
	}
	.map-num::after{
		left: -10px;
	}
	.map-table th, .map-table td{
		width: 160px;
	}
	.map-table .t-block{
		line-height: 14px;
		font-size: 12px;
	}
	.map-num{
		font-size: 16px;
	}
	.map-table tr{
		width: 700px;
	}
	.map-table tbody tr:nth-child(3) .t-arrow::before, .map-table tbody tr:nth-child(4) .t-arrow:last-child:before {
		width: 85px;
		left: -5px;
	}
	.map-table tbody tr:nth-child(4) .t-arrow:last-child:before {
		width: 266px;
		left: -186px;
	}
	.map-table tbody tr:last-child .t-arrow::before {
		width: 180px;
	}
	.map-table tbody tr:nth-child(7) .t-dot-right::before {
		width: 150px;
		right: -150px;
	}
	.map-table tbody tr:nth-child(7) .t-dot-left::before {
		width: 150px;
		left: -150px;
	}
	.t-block-text{
		font-size: 12px;
		line-height: 14px;
		padding: 7px;
	}
	.map-table tr td:last-child .t-block-text{
		transform: translateX(-65%);
	}
	.map-table tr td:first-child .t-block-text{
		transform: translateX(-35%);
	}
}
@media (max-width: 768px){

	.langs {
		margin: 0 23px 0 0;
		position: relative;
	}

	.main .main-contacts a {
		font-size: 0px;
	}
	.main-contacts a img{
		margin-right: 30px;
	}
	.burger{
		margin-left: 0;
	}
	.main .header-logo .logo{
		margin-right: 30px;
	}
	.main .header-logo .logo img{
		max-width: 115px;
	}
	.main .header-logo .logo::after{
		right: -15px;
	}
	h1{
		margin-top: 80px;
	font-size: 40px;
	line-height: 50px;
	}
	.main{
		padding-bottom: 100px;
	}
	.section-subtitle{
		font-size: 14px;
	}
	.about .row .col-lg-5, .products .row .col-lg-5{
		display: flex;
		justify-content: center;
		margin-bottom: 30px;
	}
	.products .row .col-lg-7{
		order: 2;
	}
	.main .header-logo .header-logo-text{
		font-size: 14px;
	}
	.section-title {
		font-size: 30px;
	}
	.section-title-wrapp{
		padding-left: 20px;
	}
	.about{
		padding-bottom: 50px;
	}
	.features-top > .section-title-wrapp .section-title{
		max-width: 100%;
	}
	.features-icons .features-icons-block:nth-child(even), .features-icons .features-icons-block{
		flex-basis: 49%;
	}
	.features-icons .features-icons-block{
		font-size: 14px;
	}
	.features-item, .team-item{
		flex-direction: column;
		align-items: center;
	}
	.features-block{
		margin-bottom: 35px;
	}
	.team-block{
		margin-bottom: 30px;
	}
	.footer-top .main-contacts{
		flex-direction: column;
		align-items: baseline;
	}
	.footer-top .main-contacts .main-number{
		margin-bottom: 15px;
	}
	.footer-top form .input-wrapp, .footer-top form a{
		flex-basis: 100%;
	}
	/* .team-item.section-line{
		padding-top: 0;
	}
	.team-item.section-line::before{
		display: none;
	}
	.team-item{
		margin-bottom: 0;
	} */
	.menu {
		width: 260px;
		top: 30px;
	}
	.burger-wrapp{
		margin-left: 0;
	}
	.burger-wrapp > .menu{
		/* display: block; */
		visibility: hidden;
		display: none;
	}
	.burger-wrapp.show-menu > .menu{
		/* display: block; */
		visibility: visible;
		display: block;
	}
	.memu-list{
		background: rgba(14, 14, 14, 1);
	}

	.division_popup h2 {
		font-size: 25px;
		margin: 1px 40px 45px;
	}
	.division_popup .division_block ol li {
		text-align: left;
	}
	.division_popup.active{
		padding: 40px 12px 30px 12px;
	}
	.division_popup .division_popup_body {
		height: 100%;
		overflow: auto;
		padding: 0 8px 0 0;
	}
	.division_popup .division_block ol {
		padding: 0 0 0 15px;
		list-style: none;
	}
}
@media (max-width: 430px){
	.header-logo-text, .main .header-logo .logo::after{
		display: none;
	}
	h1{
		margin-top: 60px;
		font-size: 32px;
		line-height: 40px;
	}
	.main-wrapp p {
		font-size: 20px;
		line-height: 26px;
	}
	.section-title{
		font-size: 26px;
	}
	.features-icons, .features-icons-block{
		flex-direction: column;
	}
	.features-icons .features-icons-block p{
		margin-left: 0px;
	}
	.features-icons .features-icons-block{
		margin-bottom: 25px;
	}
	.team > .section-title-wrapp{
		padding-top: 55px;
    padding-bottom: 75px;
	}
	.team-item.section-line{
		margin-bottom: 0;
	}
	.case > .section-title-wrapp{
		height: 200px;
	}
	.case .case-item .section-title{
		line-height: 36px;
	}
	.case .case-item .section-subtitle{
		font-size: 40px;
	}
}



/**/
.map-num.map-num-big::after {
	height: 250px;
}
 @media (max-width: 1250px){
	.map-table tbody tr:nth-child(4) .t-arrow:last-child:before{
		width: 333px;
		left: -232px;
	}
}
@media (max-width: 992px){
	.map-table tbody tr:nth-child(4) .t-arrow:last-child:before {
		width: 266px;
		left: -186px;
	}
}
/**/