/*
* Theme Name: ssp1
* Text Domain: ssp1
*/
.foot_line_contact_wrap {
	font-weight: 700;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-around;
}
.foot_line_contact_wrap a {
	color: #5f656d;
	font-weight: 700;
	transition: .5s ease;
	margin: 15px 0;
	display: block;
}
.foot_line_contact_wrap a:hover {
	color: #feb62a;
	transition: .5s ease;
}
.foot_line_contact_wrap {
	margin-top: 25px;
}
.foot_line_contact_tel a {
	display: block;
}
.foot_line_map iframe {
	margin-top: 25px;
}
.foot_line {
	display: grid;
	grid-template-columns: 1fr 1fr;
	text-align: center;
	grid-gap: 60px;
	margin-bottom: 60px;
	
}
.foot_line_head {
	color: #d7820b;
    font-family: "Hind", Sans-serif;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    font-style: normal;
    text-decoration: none;
    line-height: 1.44em;
    letter-spacing: 0px;

}
.foot_line_about_logo {
	max-width: 273px;
	margin: 25px auto;
	text-align: center;
}
.foot_line_about_logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.foot_line_about_text {
    color: #000000;
    font-family: "Open Sans", Sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.643em;

}
#menu-podval {
	margin: 0;
	list-style: none;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
}
#menu-podval li {
	margin-right: 15px;
}
#menu-podval li:last-child {
	margin-right: 0px;
}
#menu-podval li a {
	font-family: "Hind", Sans-serif;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    font-style: normal;
    text-decoration: none;
    color: #fff;
}
#menu-menyu {
	margin: 0;
	list-style: none;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
}
#menu-menyu li {

}
#menu-menyu li:last-child {
	margin-right: 0px;
}
#menu-menyu li a {
	font-family: "Hind", Sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    font-style: normal;
    text-decoration: none;
    color: #fff;
    padding: 12px;
}
#menu-menyu li a:hover {
	background: #000;
}
.menu-menyu-container {
	padding: 12px 0;
}
.utp {
	text-decoration: underline;
	display: block;
	color: #feb62a;
	text-align: center;
	margin-top: 10px;
}
.utp_wrap {
	position: relative;
}
.utp_text {
	position: fixed;
	top: 130px;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: #fff;
	border-radius: 0 0 20px 20px;
	border: 1px solid #ccc;
	padding: 25px;
	z-index: 10;
	width: 100%;
	color: #000;
	max-width: 1170px;
	display: none;
}
.utp_wrap:hover .utp_text {
	display: block;
}
.contact_grid {
	display: grid;
	grid-template-columns: 1fr;
}
.pager {
	margin-top: 25px;
}
#breadcrumbs a {
	font-size: 14px;
	color: #000;
	font-weight: 400;
}
#breadcrumbs a:hover {
	color: #feb62a;
}
#breadcrumbs span {
	font-size: 14px;
}
.services_grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 40px;
	margin-top: 25px;
}
.home_gallery {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 40px;
	margin-top: 25px;
}
.services_grid_item {
	border-bottom: 4px solid #d7820b;
}
.services_grid_item_head {
	text-align: center;
	padding: 0 15px;
	color: #222931;
    font-family: "Hind", Sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    font-style: normal;
    text-decoration: none;
    letter-spacing: 0px;
    line-height: 16px;
    margin-top: 15px;
    padding-bottom: 15px;

}
.services_grid_item_img {
	width: 100%;
	height: 350px;
}
.services_grid_item_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.services_grid_item {
	position: relative;
	overflow: hidden;
}
.services_grid_item_wrap {
	position: absolute;
	bottom: -100%;
	left: 0;
	background: #d7820b;
	width: 100%;
	height: 100%;
	transition: 0.8s ease;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-align: center;
	width: 100%;
	padding: 25px;
}
.services_grid_item:hover .services_grid_item_wrap {
	bottom: 0;
	transition: 0.8s ease;
} 
.heading {
	text-transform: uppercase;
	text-align: center;
	color: #d7820b;
	font-weight: 600;
	margin: 50px 0;
}
.s_cont {
	overflow: hidden;
}
.s_cont_img {
	display: inline-block;
	width: 300px;
	height: 300px;
	float: left;
	margin-right: 35px;
	margin-bottom: 15px;
}
.s_cont_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
p {
	margin: 0 0 2em;
}
.lection_grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 20px;
}
.lection_grid_item {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 40px;	
	align-items: center;
	box-shadow: 0px 0px 4px 1px rgb(213, 128, 10);
	/*border-radius: 15px;*/
	padding: 25px;
}
.lection_grid_item:hover .lection_grid_item_prev {
	 color: #d7820b;
}
.lection_grid_item_prev {
	text-transform: uppercase;
	text-align: center;
	color: #000;
	font-weight: 600;
	max-width: 400px;
	margin: 0 auto;	
	font-size: 19px;
}
/*.lection_grid_item:nth-child(2n) .lection_grid_item_prev {
	grid-row-start: 1;
}
.lection_grid_item:nth-child(2n) .lection_grid_item_img {
	text-align: right;
}*/
.sem_video {
	margin-bottom: 25px;
}
.burg {
	display: none;
}
.mobile {
	display: none;
}
.contact_map {
	height: 350px;
}
.foot_line_contact_gr {
	text-align: left;
	margin-top: 15px;
}
.foot_line_contact_mail {
	text-align: left;
}
/*.menu-item-has-children:hover .sub-menu {
	display: block;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	background: red;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}*/
.zak_grid {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 20px;
}
.zak_grid_item {
	border-bottom: 1px solid #000;
	padding-bottom: 20px;
}
.zak_grid_item_head a {
	font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 1.3;
    font-family: Archivo, sans-serif;
    letter-spacing: 0px;
    text-align: inherit;
    color: #42474c;
}
.zak_grid_item_head a:hover {
	color: #d7820b;
}
.zak_grid_item_date {
	font-size: 14px;
	margin: 15px 0;
}
.zak_grid_item_btn a {
	color: #42474c;
	font-weight: 600;
}
.zak_grid_item_btn a:hover {
	color: #d7820b;
}
.pol_wrap {
	display: grid;
	grid-gap: 20px;
	grid-template-columns: 300px 1fr;
}
.pol_prev_img {
	height: 250px;
}
.pol_prev_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.wpglobus-selector-box {
	margin-left: auto;
}
.wpglobus-selector-box ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
    margin: 0;
    padding: 0;
}
.wpglobus-selector-box ul li {
	display: flex;
    align-items: center;
	padding: 5px;
	margin-left: 10px;
}
.header_nav {
	width: 100%;
	background: #d7820b;}
.sub-menu {
	position: absolute;
	top: 29px;
	right: 0;
	left: 0;
	background: #fff;
	border: 1px solid #d7820b;
	z-index: 99999;
	width: 100%;
	min-width: 500px;
	margin: 0 auto;
	list-style: none;
	padding: 15px;
	display: none;
}
.sub-menu li a {
	display: block;
	padding: 0 !important;
	color: #000 !important;
	text-transform: none !important;
}
.sub-menu li a:hover {
	background: transparent !important;
	text-decoration: underline !important;
}
#menu-menyu .menu-item-has-children:hover .sub-menu {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 20px;
}
.menu-item-has-children {
	position: relative;
}
.arr i {
	font-size: 42px;
	cursor: pointer;
}
.arr i:hover {
	color: #d7820b;
}
.about_bl {
	margin-bottom: 80px;
}
.about_bl_slider_item {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	padding: 50px;
	height: 250px !important;
}
.about_bl_slider_item img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.nx {
	position: absolute;
	top: 40%;
	right: 0;
	transform: rotate(-90deg);
	z-index: 1;
}
.pr {
	position: absolute;
	top: 40%;
	left: 0;
	transform: rotate(90deg);
	z-index: 1;
}
.switcher-list {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	width: 50px;
	justify-content: space-between;
}
.plsfe-layout-horizontal .plsfe-switcher {
	justify-content: flex-end;
}
header .elementor-row {
	align-items: center;
}
.about_bl_grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 20px;
}
.pager ul li {
	margin-bottom: 15px;
}
.pager ul li:last-child {
	margin-bottom: 0;
}
.pager table td {
	border: 1px solid #d7820b;
	padding: 10px;
}
.pager table td:nth-child(2) {
	text-align: center;
}
.about_bl_part {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 20px;
}
.about_bl_part .about_bl_slider_item {
	padding: 0;
	align-items: flex-start;
	justify-content: flex-start;
	height: auto !important;
}
.head_prat {
	margin-bottom: 25px;
}
.about_bl_part a {
	color: #000;
	font-weight: 700;
	font-size: 20px;
}
.about_bl_part a:hover {
	color: #d7820b;
}
header .elementor-top-section {
	height: 150px;
	overflow: hidden;
}
#menu-menyu .menu-item-has-children a {
	padding-right: 15px;
}
#menu-menyu .menu-item-has-children:hover a {
	background: #000;
}
#menu-menyu .menu-item-has-children:hover .sub-menu a {
	background: transparent;
}
#menu-menyu .menu-item-has-children::after {
	position: absolute;
	top: 3px;
	right: 3px;
    content: ">";
    transform: rotate(90deg);
    font-weight: 700;
    color: #fff;
    font-size: 12px;
}
#menu-menyu .menu-item-has-children:hover::after {
	transform: rotate(-90deg);
}
.wp-block-embed-youtube {
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
}
.np_item {
	display: grid;
	grid-template-columns: 100px 1fr;
	grid-gap: 20px;
	align-items: center;
}
.np_logo {
	width: 100px;
	height: 100px;
	margin-right: 15px;
}
.np_logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.zak_grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 20px;
	margin-top: 25px;
}
.zak_grid .np_item a {
	pointer-events: none;
}
.zak_grid .np_item.no_active {
	display: none;
}
.btn_more {
	text-align: center;
	margin-top: 25px;
	cursor: pointer;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.4;
}
.btn_more:hover span {
	background: #000;
}
.btn_more span {
	display: inline-block;
	padding: 12px 30px;
	color: #fff;
	background: #d7820b;
}
.zak_grid  .about_bl_slider_item {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
}
.single-lections iframe {
	margin: 0 auto;
}
.sem_video {
	text-align: center;
}
.site {
	overflow: visible;
}
#toTop {
	width:50px;
	height: 50px;
	border-radius: 50%;
	background:#d7820b;
	text-align:center;
	position:fixed;
	bottom:20px;
	right:20px;
	cursor:pointer;
	display: none;
	color: #f7f7f7;
	font-size: 25px;
	line-height: 50px;
}
#toTop:before {
	display: none;
}
.np_list_run .np_item {
	grid-template-columns: 1fr;
}
.page-template-default td {
	text-align: left !important;
}
.menu-container {
	width: 100%;
	background: #d37e07;
}
.menu-container li {
	background: #d37e07 !important;
}
.menu-item-has-children:hover ul li {
	background: #d37e07 !important;
}
.menu > ul > li > ul.normal-sub {
	width: auto;
	min-width: 400px;
}
#menu-menyu .menu-item-has-children a {
	background: #d37e07 !important;
}
#menu-menyu .menu-item-has-children a:hover {
	background: #000 !important;
}
#menu-menyu .menu-item-has-children::after {
	top: 12px;
}
.menu > ul > li > ul {
	min-width: 600px;
	flex-direction: column;
	padding-left: 20px;
}
.menu > ul > li > ul li {
	display: block !important;
	width: 100%;
}
.menu > ul > li > ul > li > ul {
	padding-left: 20px;
}

