/*
 Theme Name: storefront-RUS
 Template: storefront
 */
* {
	outline:none !important;
}

body {
	font-family: Graphik-Regular-Web;
	color: #2e2e2e;
}

select {
	font-family: Graphik-Regular-Web;
}

a {
	color: #e77c01;
	text-decoration: none;
	transition: .5s;
}

a:hover {
	color: #cf6f00;
}

body.archive .site-footer {
	margin-top: 0;
}

.elementor-section.elementor-section-boxed>.elementor-container {
	max-width:1180px;
}

.site-header {
	margin: 0 !important;
	padding: 15px 0px !important;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

#header_block {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#logo img {
	width:135px;
	max-width: 135px;
}

#navbar {
	margin-left: auto;
}

#nav {
	margin: 0;
	padding:0;
	list-style:none;
}

#nav li {
	display: inline-block;
	position: relative;
	cursor: pointer;
	height: 45px;
	line-height: 45px;
}

#nav li:not(:last-child) {
  margin-right: 25px;
}

#nav li a {
	color:#2e2e2e;
}

#nav-btn {
    position: relative;
    width: 25px;
    height: 20px;
    display: none;
}

#nav-btn span {
	display: block;
    width: 100%;
    height: 2px;
    background: #2e2e2e;
    position:relative;
    margin-top:calc(50% - 2px);
    transition: .5s;
}

#nav-btn span:before, #nav-btn span:after {
	content: '';
	position:absolute;
	width: 100%;
	height:2px;
	background: #2e2e2e;
}

#nav-btn span:before {
	top:-8px;
	transition: .5s;
}

#nav-btn span:after {
	top:8px;
	transition: .5s;
}

.nav-btn-active span {
	height:0px !important;
}

.nav-btn-active span:after {
	top:0px !important;
	transform: rotate(-45deg);
}

.nav-btn-active span:before {
	top:0px !important;
	transform: rotate(45deg);
}

.overflow-hidden {
	overflow:hidden;
}

.menu-item-has-children:hover .sub-menu {
	display: block;
}

.sub-menu {
	display: none;
	border-radius: 5px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    background-color: #ffffff;
    padding: 8px 17px;
    position: absolute;
    left: 0;
    margin: 0;
    width: 200px;
    top: 40px;
    z-index: 2
}

.sub-menu .menu-item {
	margin:5px 0;
	height: auto !important;
	line-height: normal !important;
}

	.switch_lang .arrow_lang {
		height: 11px !important;
	    width: 6.1px !important;
	    transform: rotate(90deg) !important;
	    position: relative;
	    top: 2px;
	}

#switch_lang_mob {
	display: none;
}

.switch_lang {
	margin-left: 32px;
}

.switch_lang img {
	width:15px;
	display: inline-block;
}

.switch_lang select {
	display: inline-block;
	appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border:none;
    cursor: pointer;
    color: #2e2e2e
}

.Rectangle {
	line-height: 25px;
    border-radius: 10px;
    background-color: #ffb56c;
    display: flex;
    color: white;
    font-size:20px;
    font-family: Graphik LC Desktop-Medium;
    font-weight: normal;
    transition:.5s;
    justify-content: space-between;
    padding: 7px 12px;
    align-items: baseline;
    height:80px;
}

.Rectangle img {
    width:20px;
}

 .Rectangle:hover {
    opacity: 0.8;
     color:white;
 }
 
 .Rectangle span {
     height:100%;
 }

.Rectangle2 {
    border-radius: 10px;
    background-color: #fff2e4;
    transition:.5s;
    padding: 7px 12px;
    height:140px;
}

.Rectangle2 .number {
	font-size: 37px;
	font-family: Graphik LC Desktop-Medium;
    font-weight: normal;
	text-align: center;
  	color: #e77c01;
  	padding: 0 16px;
    padding-top: 10px;
    padding-bottom: 5px;
}

.Rectangle2 .text {
	text-align: center;
	    padding: 23px 18px;
    padding-top: 0;
    line-height: 20px;
}

.btn-event {
	font-size: 14px;
    display: block;
    width: 200px;
    height:30px;
    border-radius: 5px;
    border: 1px solid;
    text-align: center;
    line-height: 30px
    }

.custom_news {
}

.custom_news-item {
	margin:0px 10px;
	border-top: solid 1px #d4d4d4;
	padding-top: 15px;
	transition: .5s;
	display: inline-block;
	width: 31.9%;
}


	.custom_news-item:hover {
		opacity:.8;
	}

.custom_news-item:first-child {
	margin-right:10px;
	margin-left:0;
}

#home_img_meropriyta .custom_news-item {
		width:  23.4%;
}

.custom_news-item:last-child {
	margin-left:10px;
	margin-right:0;
}

.custom_news-item .title h3 {
	position: relative;
	font-size:20px;
/* 	font-family: Graphik LC Desktop-Medium; */
	font-family: "Times New Roman", Sans-serif;
    font-weight: normal;
	line-height: 1.25;
	width: 100%;
	height: 75px;
    overflow: hidden;
}


.custom_news-item .date {
	margin-bottom: 10px;
	display: none;
/*     display: inline-block; */
}

#home_img_meropriyta .custom_news-item .images img {
 height: 183px;
}

.custom_news-item .images img {
    height: 240px;
    object-fit: cover;
    width: 100%;
    border-radius: 0
}

.site-footer {
	background: #2e2e2e;
	padding-top: 60px;
    margin-top: 80px;

}

.footer_block {
	display: flex;
	justify-content: space-between;
}

.footer_block .link {
	color: #e77c01 !important;
	text-decoration: none !important;
	transition: .5s !important;
}

.footer_block .link:hover {
	color: #cf6f00 !important;

}

.footer_block1 {
	width:360px;
}

.footer_block2 {
	width:48%;
}

.footer_text {
	font-size: 50px;
    color: white;
    font-family: new times roman;
    font-weight: normal;
}

.footer_block_title {
	font-family: new times roman;
	font-size: 30px;
	color:white;
	margin-bottom: 10px;
	margin-top:60px;
}

.footer_text_sub {
	font-family: new times roman;
	font-size: 17px;
	color:white;
}

.footer_whatsapp {
	display: flex;
	white-space: nowrap;
	align-items: center;
}
.footer_whatsapp span {
	margin-left: 5px;
}

.footer_whatsapp span a {
	color:#e77c01 !important;
}

.footer_whatsapp img {
	width: 22px;
    object-fit: contain;
    margin-right: 8px;
}

#wpcf7-f120-o1 {
	position: relative;
}

.good_form {
	position: absolute;
    top: 0;
    background: #2e2e2e;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 1px solid white;
    padding: 30px;
    font-size: 20px;
    color: white;
    line-height: 1.25;
    text-align: center;
    font-family: Graphik LC Desktop-Medium;
}

.good_form span {
	margin-top: 30px;
}

#wpcf7-f120-o1 > form > p:nth-child(2) {
	margin-bottom: 10px;
}

.wpcf7-form-control-wrap input, .wpcf7-form-control-wrap textarea{
	font-family: Graphik-Regular-Web;
	font-size: 14px;
	color: #828282;
	border-radius: 5px;
	padding: 20px;
	margin:10px 0;
	border: solid 1px #828282;
	background: none;
	width: 100%;
}

.wpcf7-form-control-wrap textarea {
	height: 170px;
}

.wpcf7-form-control-wrap input:focus, .wpcf7-form-control-wrap textarea:focus {
	border:1px solid white !important;
	color:white !important;
}

.wpcf7-not-valid-tip, .wpcf7-response-output {
	display: none !important;
}

.wpcf7-custom-valid {
	border: 1px solid #ff3f3f !important;
	color: #ff3f3f !important;
}

.wpcf7-custom-valid::placeholder {
	color: #ff3f3f !important;
}

.wpcf7-submit {
	background: #e77c01 !important;
	border-radius: 5px !important;
	padding: 17px 30px !important;
	color:white !important;
	font-size: 14px !important;
	text-align: center;
	width: 100% !important;
	font-weight: normal !important;
	font-family: Graphik-Regular-Web !important;
}

.wpcf7-submit:hover {
	background: #cf6f00 !important;
}

.wpcf7-form-control-wrap input:focus {
	background: none;
}

.list_archive {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.list_archive .custom_news-item {
    margin: 14px 0 !important;
    display: inline-block;
    width: 31%;
}

.pagination {
	border:none;
	padding: 0 !important;
	padding-top: 70px !important;
	display: flex;
    align-items: center;
    justify-content: center;
}

.pagination a {
	border-bottom: 2px solid transparent;
	font-size: 18px
}

.pagination .current {
	border-bottom: 2px solid #E77C01;
    color: #e77c01;
}

.pagination img {
	width:30px;
	height:30px;
	margin:0px 20px;
}

.page-header {
	display: flex;
    align-items: flex-end;
}

.sub_cat_block {
	display: flex;
	width: 100%;
    justify-content: space-between;
    margin-left: 50px;
    margin-bottom: 6px;
}

.sub_cat_block ul {
	list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.sub_cat_block ul li {
	margin: 0px 15px;
}

.sub_cat_block .active {
	border-bottom: 1px solid #e77c01;
}
.page-title {
	font-size: 50px;
	font-family: "Times New Roman", Sans-serif;
/*     font-family: Graphik LC Desktop-Medium; */
    font-weight: normal;
    margin-top: 115px;
    margin-bottom: 0;
    white-space: nowrap;
}

.pagination .page-numbers {
    margin: 0px 5px;
    font-size: 18px;
}

.display_mob {
	display: none;
}

.display_desc {
	display:block;
}

.select_year {
	display: flex;
	margin-top:20px;
}

.select_year select {
	border: none;
    color: #e77c01;
    margin-left: 3px;
}

.social_link {
	display: flex;
	align-items: center;
}

.social_link a {
	margin-right:55px;
}
.social_link img {

}

.mfp-bg {
	opacity:1;
	background: rgba(0, 0, 0, 0.9) !important;
}

.white-popup {
    position: fixed;
    top: 100px;
    width: 95%;
    left: 2.5%;
}

.white-popup .arrow_next{
    right: 5px;
    top: inherit;
    bottom: -70px;
}

.mfp-close {
	display: none !important;
}

.close_popup {
	color: white;
    position: fixed;
    top: 15px;
    right: 2.5%;
    z-index: 9;
    font-size: 30px;
}

.white-popup .count_slider {
	bottom:-62px;
	background: inherit;
}

.white-popup .arrow_prev{
    left: 5px;
    top: inherit;
    bottom: -70px;
}

.white-popup .slick-slide img {
	height:230px;
	object-fit: cover;
}

.mobile_slick_slider {

}


.desck_slick_slider {
	position: relative;
}

.count_slider {
	    border-radius: 17px;
    color: white;
    bottom: 17px;
    width: 90px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    text-align: center;
    height: 35px;
    line-height: 35px;
    left: calc(50% - 45px);
    position: absolute;
}

.carousel_slider .slick-slide img {
	display: block;
	margin: auto;
    width: 700;
	height: auto;
/*     margin: auto; */
/*     height: 450px; */
    object-fit: cover;
/*     border-radius:0; */
}

.slider-nav {
    max-width: 800px;
    margin: 20px auto;
}

.slider-nav .slick-slide {
    height: 102px;
}

.slider-nav .slick-current div {
	border:4px solid #e77c01;
}

.slider-nav .slick-slide div {
	height:100%;
	margin: 0px 20px;
}

.slider-nav .slick-slide img {
	width: 100%;
	height:100%;
	object-fit: cover;
	border-radius: 0
}

.arrow_next {
	 position: absolute;
    z-index: 1;
    right: -10px;
    width: 50px;
    top: calc(50% - 25px);
}

.arrow_prev {
	 position: absolute;
    z-index: 1;
    left: -10px;
    width: 50px;
    top: calc(50% - 25px);
}

article.type-post, .single_content {
	width: 90%;
    margin: 0 auto;
}

.single_date {
	font-size: 0px;
    font-family: Graphik LC Desktop-Medium;
/* 	font-family: "Times New Roman", Sans-serif; */
    font-weight: normal;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 25px;
}

.single_title {
    font-size: 50px;
/*     font-family: Graphik LC Desktop-Medium; */
	font-family: "Times New Roman", Sans-serif;
    font-weight: normal;
    line-height: 1.1;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 50px;
}

.single_content {
	margin-top:60px;
}

.single_content h2 {
	line-height: 1.17;
	font-family: Graphik LC Desktop-Medium;
    font-weight: normal;
	margin-top: 40px;
	font-size: 30px;
}

.single_content h3 {
	font-family: Graphik LC Desktop-Medium;
    font-weight: normal;
	line-height: 1.25;
	font-size: 20px;
}



.blocks-gallery-caption {
	display: none;
}

 .elementor-heading-title {
/*     font-family: Graphik LC Desktop-Medium; */
	font-family: "Times New Roman", Sans-serif;
    font-weight: normal !important
}

.open-popup-link {
	display: none;
}

.default_img_mobile {
	display: none;
	height: 230px;
	object-fit: cover;
	width: 100%;
	border-radius: 0
}

.foto_desc_mob {
	color:#828282;
	font-size: 14px;
	text-align: center;
	margin-top: 15px;
	display: none;
}

.grecaptcha-badge {
	display:none !important;
}


 @font-face { 
  font-family: Graphik-Bold-Web; 
  src: url('fonts/Graphik-Bold-Web.ttf'); 
}

 @font-face { 
  font-family: Graphik-Regular-Web; 
  src: url('fonts/Graphik-Regular-Web.ttf'); 
}

 @font-face { 
  font-family: Graphik LC Desktop-Medium; 
  src: url('fonts/Graphik LC Desktop-Medium.otf'); 
}


@media (min-width: 768px) {
	.col-full {
		max-width: 1160px;
	}
}

@media (max-width: 1220px) {
	.col-full {
	    margin-left: 20px;
	    margin-right: 20px;
	}

	.custom_news-item {
		width:47% !important;
	}

	.custom_news-item .title h3 {
		width:auto;
		height:50px;
	}
}

@media (max-width:768px) {
	.foto_desc_mob {
		display: block;
	}
	.default_img_mobile {
		display: block;
	}

	.open-popup-link {
		text-align: center;
    	display: block;
	}

		.desck_slick_slider {
			display: none;
		}

		.slider-nav {
			display: none;
		}

	article.type-post, .single_content {
		width: 100%;
	}

	.single_title {
		font-size: 30px;
		margin-bottom: 30px;
	}

	.single_date {
		margin-top: 45px;
	}

	.display_desc {
		display: none;
	}

	.display_mob {
		display: block;
	}

	.page-header {
		flex-direction: column;
    	align-items: baseline;
	}

	.sub_cat_block {
		margin-left: 0;
    	margin-top: 20px;
	}

	.sub_cat_block li:first-child {
		margin-left: 0;
	}

	.page-title {
		font-size: 30px;
    	margin-top: 40px;
	}

	body.archive .site-footer {
		margin-top: 40px;
	}

	.list_archive .custom_news-item {
		width:100%;
	}

	.footer_block {
		flex-direction: column;
	}
	.footer_block1 {
		width:100%;
	}

	.footer_block2 {
		width:100%;
	}

	.footer_text {
		font-size: 30px;
	}

	.footer_block_title {
		font-size: 20px;
		margin-top: 30px;
	}

	#switch_lang_mob {
		display: block;
		margin: 0;
		margin-top:10px;
	}

	#switch_lang_desc {
		display: none;
	}

	.custom_news {
		flex-direction: column;
	}

	.custom_news-item {
		margin:18px 0;
		width: 100% !important;
	}
	
	.custom_news-item:last-child {
		margin-left:0px;
	}

	.custom_news-item .images img {
		height:230px;
	}

	.custom_news-item .title h3 {
		height: auto;
		width:100%;
	}

	#navbar {
		position: fixed;
	    width: 100%;
	    height: 100%;
	    left: 0;
	    top: -120%;
	    display: flex;
	    flex-direction: column;
	    align-items: center;
	    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	    background-color: #ffffff;
	    margin:0;
	    padding-top: 40px;
	    transition:.5s;
	}

	.navbar-active {
		top: 0px !important;
	}

	#nav {
		display: flex;
    flex-direction: column;
    align-items: center;
	}

	#nav li:not(:last-child) {
		margin-right:0;
	}

	#nav-btn {
		display: block;
	}

}
