/**
Theme Name: razom
*/

body {
    font-size: 18px;
	font-weight:500;
    min-width: 320px;
    position: relative;
    line-height: normal;
    overflow-x: hidden;
    font-family: 'FS Albert Pro';
    margin: 0;
	color: #000000;
	width:100%;
	height:100vh;
	background-image: url("");
background-size: cover;
	background-attachment: fixed;
	

}

/*плавная загрузка страниц*/
@-webkit-keyframes fade-in {   0% { opacity: 0.1; }   100% { opacity: 1; }   }
@-moz-keyframes    fade-in {   0% { opacity: 0.1; }   100% { opacity: 1; }   }
@-o-keyframes      fade-in {   0% { opacity: 0.1; }   100% { opacity: 1; }   }
@keyframes         fade-in {   0% { opacity: 0.1; }   100% { opacity: 1; }   }
 
body {
  -webkit-animation: fade-in 1s linear; /* Safari 4+ */
  -moz-animation: fade-in 1s linear; /* Fx 5+ */
  -o-animation: fade-in 1s linear; /* Opera 12+ */
  animation: fade-in 1s linear; /* IE 10+, Fx 29+ */
}







/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    margin-bottom: 12px;
    
}
h1 {
    font-weight: 900;
    font-size: 100px;
}
h2 {
    font-size: 60px;
    font-weight: 700;
	margin:0 0 20px 0;
}
h3 {
    font-size: 20px;
    font-weight: 700;
}
h4 {
    font-size: 14px;
    font-weight: 700;
}
p {
    font-size: 20px;
line-height: 1.2;
	margin:0 0 12px 0;
}


ol, ul {
  list-style: none;
	margin:0;
	padding:0;
}

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

article table {
  border-collapse: collapse;
  border-spacing: 0;
	font-size:10px;
	width: 100%;
	margin-bottom:20px;
}

article tr {
    line-height: 1;
}

article tr:nth-child(even) {background: #f7f7f7}
article tr:nth-child(odd) {background: #e8ecf1}

article tr:hover {
    background: #c9dbf0;
}

article td {
    padding: 10px 2px;
}

img {
	width:100%;
  max-width: 100%;
  height: auto;
	display: block;
	overflow:hidden;
}




a {    color: #0C2B44;text-decoration:none;}

a:hover {color: #0054A6;}


::selection {
    color: #000000;
    background: #FBAE17;
   }





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




/*---------------------------------HEADER---------------------------------*/


header {
    padding: 0 0 30px 0;
}

.header .header-wrapper {
  width: 90%;
  max-width: 1200px;
  margin: 20px auto 0 auto;
	z-index: 10;
  position: relative;
	border-bottom:1px solid #B6C6D3;
}













header .flex-wrap {
	width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
}

.header .left-col {
	width:30%;
}

.header .middle-col {
	width:30%;
}

.header .right-col {
	width:30%;
}


.header .logo {
  width:150px;
	margin:0 auto;
}







.header .phone {
	text-align:left;
}

.header-wrapper .phone {
	font-size:18px;
	position:relative;
	padding: 0 0 0 25px;
}

.header-wrapper .phone:before {
  content: "";
  position: absolute;
  left: 0px;
  width: 20px;
  height: 20px;
  background-image: url("/wp-content/themes/landing/design/phone.svg");
  background-size: cover;
}





/*
.header-home {
	padding: 20px 0;
	background:#dbedff;
}

.header-home .top-content {
	border-bottom: 1px solid #fff;
}

.header-wrapper {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
	z-index: 10;
  position: relative;
}

.header-home .middle-col {
	
}

.header-home .logo {
  width:460px;
	margin:0 auto;
}
*/








.header-home {
	padding: 0px 0;
	background:#dbedff;
	background: #dbedff url("/wp-content/themes/razom/design/bg.jpg") no-repeat center 50%;
}

.header-home .top-content {
	border-bottom: 1px solid #fff;
	width: 90%;
  max-width: 1200px;
  margin: 0 auto;
	display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
justify-content: space-between;
}


.header-home .top-content .left {
	width:20%;
}

.header-home .top-content .middle {
  width: 60%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}

.header-home .top-content .right {
	width:20%;
}



.header-home .header-wrapper {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
	padding: 40px 0;
	z-index: 10;
  position: relative;
	display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
justify-content: space-between;
	align-items: center;
}

.header-home .left-col {
	width:50%;
	padding:40px;
}

.header-home .logo {
  width:100%;
	margin:0 auto;
}

.header-home .right-col {
	width:50%;
	padding: 40px;
}

.header-home .right-col .site-description {
	margin: 0 0 20px 0;
}

.header-home .right-col .site-description:last-child {
	margin: 0 0 0 0;
}

.header-home .right-col .site-description h2 {
	font-size:30px;
	font-weight:700;
	color:#0054A6;
	margin: 0 0 10px 0;
}

.header-home .right-col .site-description p{
	font-size: 24px;
line-height: 1.2;
margin: 0 0 12px 0;
font-weight: 700;
	color:#0054A6;
}

.header-home .owl-carousel .item {
	display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
height:300px;
	
font-size: 24px;
line-height: 1.2;
font-weight: 700;
color:#0054A6;	
	
} 

.header-home .owl-carousel .owl-item {
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.header-home .owl-carousel .owl-item.active {
    opacity: 1;
}











header .top-block {
    background: #c2daf3;
    overflow: hidden;
    padding: 8px 0;
}

header .top-block .wrap {
	width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}



header .socbuttons {
  float: right;
}


header .sb-block{
  float: left;
	display:flex;
	align-items:center;
	margin:0 0 0 20px;
}



	
header .socbuttons .facebook-link, header .socbuttons .insta-link, header .socbuttons .tiktok-link, header .socbuttons .telegram-link {
position: relative;
width: 25px;
height: 25px;
background-size: cover;
float: left;
margin: 3px;
	
}
header .socbuttons .facebook-link:before, header .socbuttons .insta-link:before, header .socbuttons .tiktok-link:before, header .socbuttons .telegram-link:before {
	content: '';
position: absolute;
top: 0;
left: 0;
width: 25px;
height: 25px;
background-size: cover;
	
}
	
header .socbuttons .facebook-link:before {
	content: '';
	background-image: url("/wp-content/themes/razom/design/icons/facebook-link.svg");
}

header .socbuttons .insta-link:before {
	content: '';
	background-image: url("/wp-content/themes/razom/design/icons/insta-link.svg");
}

header .socbuttons .tiktok-link:before {
	content: '';
	background-image: url("/wp-content/themes/razom/design/icons/tiktok-link.svg");
}

header .socbuttons .telegram-link:before {
	content: '';
	background-image: url("/wp-content/themes/razom/design/icons/telegram-link.svg");
}










.nav-wrap {
display: flex;
flex-wrap: wrap;
align-content: center;
justify-content: center;
}



/*---------------------MENU-----------------------------------------------*/

.calendar {
	color:#fff;
	-webkit-text-shadow: 1px 1px 1px rgba(93,  104,  114, 0.5);
-moz-text-shadow: 1px 1px 1px rgba(93,  104,  114, 0.5);
text-shadow: 1px 1px 1px rgba(93,  104,  114, 0.5);
	margin: 40px 0 0 0;
}

.calendar a {
	color:#fbae17;
	font-weight:700;
}

.calendar td {
	text-align: center;
padding: 10px;
}







/*---------------------MENU-----------------------------------------------*/












.navigation a {
  font-style: normal;
font-weight: 500;
font-size: 22px;
color: #000;
}















 

.navigation {
    }

    .navigation ul {
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex;
		justify-content: center;
    }

    .navigation ul li {
      padding: 25px 20px;
      position: relative;
      cursor: pointer;
    }

    .navigation ul li a:hover {
      color: #0054A6;
    }

    .navigation ul ul {
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
		border:1px solid #B6C6D3;
		border-radius:0 0 9px 9px;
		z-index:9998;
		
    }

 .navigation ul ul:before {
      content: '';
background-image: url("/wp-content/themes/razom/design/nav-bg.png");
	 width:100%;
	 height:16px;
	 background-size:cover;
	 position:absolute;
	 top:0;
	 left:0;
	 z-index:9999;
    }

    .navigation ul li:hover > ul {
      display: inherit;
		background:#0054A6;
		-webkit-box-shadow: 0px 13px 10px -10px rgba(175,177,186,1);
-moz-box-shadow: 0px 13px 10px -10px rgba(175,177,186,1);
box-shadow: 0px 13px 10px -10px rgba(175,177,186,1);
		z-index:9999;
    }



    .navigation ul ul li {
      width: 200px;
      float: none;
      display: list-item;
      position: relative;
		padding:15px 20px;
    }

 .navigation ul ul li a {
font-weight: 500;
font-size: 18px;
	 color:#fff;
    }

.navigation ul ul li a:hover {
color: #fbae17;
    }



.go {
	display:none;
}












		
	.top {
  
  transition: opacity 0.5s ease, transform 0.5s ease;
		position:absolute;
		z-index:20;
		top: 50%;
transform: translateY(-40%);
width: 90%;
max-width: 1200px;
margin: 0 auto;
display: block;
left: 0;
right: 0;
}

.first {
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.5s ease, transform 0.5s ease;
	width:100%;
	
	
}
	
	
.second, .third, .fourth {
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.5s ease, transform 0.5s ease;
	
}	
	
	




		
	




































.language-switcher {

}
	
.language-switcher li {
float:left;
}		
	
.language-switcher li a {
font-size: 14px;
padding: 5px;
border-radius: 6px;
	float:left;
}	

.language-switcher .active a {
   color:#fff!important;
	background:#0054A6!important;
}






















section {
	width:100%;
	overflow:hidden;
}

section h2 {
	text-align:center;
	
}

section.bg {
	background: linear-gradient(180deg, #095F29 0%, #16A04A 100%);
}





.wrapper {
	width:90%;
	max-width:1200px;
	margin:0 auto;
	padding:80px 0;
}




















.section-1 {
  
}

.section-1 .wrapper {
  padding:40px 0 80px 0;
}



.section-1 .left-side {
	width:50%;
}

.section-1 .right-side {
  width: 45%;
  float: right;
}

.section-1 .image {
  position: absolute;
  top: -120px;
  right: 0;
  left: 154px;
  margin: 0 auto;
  width: 43%;
  z-index: 10;
	
}


.section-1 .title {

font-weight: 900;
font-size: 60px;
	text-transform:uppercase;
}




.section-1 .text {
font-weight: 500;
font-size: 30px;
	margin: 20px 0;
}

.section-1 .button {
margin:0;
	
}























.section-2 {

}


.section-2 .wrapper {

}

.section-2.stat .item {
padding:20px;
	text-align:center;
	
}

.section-2.stat .item .icon{
width:100px;
	margin:0 auto;
}

.section-2.stat .item .count{
font-size:60px;
	font-weight:900;
	color:#0054A6;
}








.accordion {
  margin:0 0 40px 0;
}

.accordion-item {
  	
}

.accordion-header {
  padding: 20px 20px 20px 20px;
  cursor: pointer;
  position: relative;
  font-size: 20px;
	text-align:center;
  font-weight: 700;
	letter-spacing: 1px;
  border: 2px solid #fff;
  border-radius: 8px;
  color: #fff;
  width: 400px;
  margin: 0 auto;
	margin-top: -35px;
	background: rgb(9,95,41);
background: -moz-linear-gradient(top, rgba(9,95,41,1) 0%, rgba(22,160,74,1) 100%);
background: -webkit-linear-gradient(top, rgba(9,95,41,1) 0%,rgba(22,160,74,1) 100%);
background: linear-gradient(to bottom, rgba(9,95,41,1) 0%,rgba(22,160,74,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#095f29', endColorstr='#16a04a',GradientType=0 );
}

.accordion-header .accordion-title {
 
}

.accordion-content {
  padding: 40px;
  display: none;
  background: #fff;
  border-radius: 8px;
}

.accordion-content .title {
  color: #0E803B;
font-weight: 900;
font-size: 40px;
	margin-bottom:20px;
	text-align:center;
}
		
	.accordion-content p {
font-weight: 500;
line-height: 1.3;
		color:#000;
}	

.accordion-content li {
  font-size: 16px;
font-weight: 500;
line-height: 1.3;
	margin: 0 0 0 20px;
}	

.accordion-symbol {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
	width: 25px;
height: 25px;
}

.accordion-symbol:before {
  content: "";
  display: block;
  width: 25px;
height: 25px;
	background-size: cover;
}

.accordion-item.active .accordion-content {
  display: block;
}
























.section-3 {
position:relative;
}

.section-3::before {
  content: "";
  background-image: url("/wp-content/themes/landing/design/lives3.png");
  width: 50%;
  height: 50%;
  position: absolute;
  right: 0;
  background-size: 50% auto;
  background-repeat: no-repeat;
  background-position: right top;
  z-index: -1;
}







.section-3 .slider .item{
margin:10px;
	border-radius:6px;
	overflow:hidden;
	height:400px;
	position:relative;
	border:1px solid #0E803B;
	background: #e1ecee;
	padding:20px;
}

.section-3 .slider .image{
width:100%;
	height:200px;
	position:relative;
	background-size:cover;
	border-radius:6px;
	margin:0 0 10px 0;
}





.section-3 .slider .title {
  width: 100%;
  color: #000;
  font-weight: 900;
  font-size: 24px;
  display: block;
  text-align: center;
}

.section-3 .slider .buttons{

width:100%;
	position:absolute;
	padding:20px;
	left:0;
	bottom: 0;
	display: flex;
flex-wrap: wrap;
justify-content: space-between;
	transition:0.3s;
}

.section-3 .slider .item:hover .buttons{
bottom: 0;
}



.section-3 .slider .buttons .more{
width: 48%;
	text-align:center;
	font-size:16px;
	font-weight:700;
	color:#fff;
	background: #0E803B;
	padding:9px;
	border-radius:3px;
	border:1px solid #0E803B;
}

.section-3 .slider .buttons .order{
width: 48%;
	text-align:center;
	font-size:16px;
	font-weight:700;
	color:#0E803B;
	background: #fff;
	padding:9px;
	border-radius:3px;
	border:1px solid #0E803B;
}


.section-3 .slider .owl-theme .owl-nav {
  text-align: center;
  margin: 0 auto;
    margin-top: 0px;
  margin-top: 10px;
	
}

.section-3 .slider .owl-theme .owl-prev {
  width: 20px;
  height: 35px;
  border: none;
  position: absolute;
	top:50%;
	left: -30px;
	margin-top:-17px;
  background: transparent;
}

.section-3 .slider .owl-theme .owl-prev::before {
  content: "";
  width: 20px;
  height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/wp-content/themes/landing/design/arrow.svg);
    background-repeat: repeat;
    background-size: auto;
  background-repeat: repeat;
  background-size: auto;
  background-repeat: repeat;
  background-size: cover;
  transform: rotateY(180deg);
}

.section-3 .slider .owl-theme .owl-next {
  width: 20px;
  height: 35px;
  border: none;
  position: absolute;
	top:50%;
	right: -30px;
	margin-top:-17px;
  background: transparent;
}

.section-3 .slider .owl-theme .owl-next::before {
  content: "";
  width: 20px;
  height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/wp-content/themes/landing/design/arrow.svg);
    background-repeat: repeat;
    background-size: auto;
  background-repeat: repeat;
  background-size: auto;
  background-repeat: repeat;
  background-size: cover;
}


.section-3 .slider .cat-title {
	width: 100%;
  color: #0E803B;
  font-weight: 900;
  font-size: 40px;
  padding: 0 0 10px 0px;
	text-align:center;
	position:relative;
}


.section-3 .slider .cat-title span {
  position: relative;
  z-index: 2;padding: 0 20px;
  background-color: #fff;
}
.section-3 .slider .cat-title:after {
  width: 100%;
  height: 2px;
  background-color: #0E803B;
  z-index: 1;
  position: absolute;
  top: 47%;
  left: 0;
  content: "";
	left:0;
	right:0;
	margin:0 auto;
}

.section-3 .slider .cat-description {
  text-align:center;
	font-weight: 500;
  font-size: 20px;
  padding: 0 20px 20px;
}

.asortiment {
	
}

.asortiment.flex-row {
	align-items: normal;
}

.asortiment .item {
	width:23%;
	padding:20px;
	border:2px solid #0E803B;
	border-radius:8px;
	margin:0 0 30px 0;
}

.asortiment .item .image {
	margin:10px 0;
}

.asortiment .item .title {
  font-size: 24px;
  font-weight: 500;
}

.asortiment .item .more {
	color:#fff;
	padding:10px;
	display:block;
	background:#0E803B;
	border-radius:6px;
	text-align: center;
}




.section-3 .another-products {
	display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
justify-content: space-between;
height: auto;
}

.section-3 .another-products .item {
	width:48%;
margin:10px;
	border-radius:8px;
	overflow:hidden;
	height:302px;
	position:relative;
	border: 1px solid #0E803B;
background: #e1ecee;
padding: 20px;
}

.section-3 .another-products .image{
	width: 50%;
max-width: 260px;
height: 260px;
position: relative;
background-size: cover;
float: left;
	border-radius:6px;
}





.section-3 .another-products .title-block {
	width:51%;
	height:100%;
	float:left;
	padding:20px;
	position:relative;
}

.section-3 .another-products .description {
	width:100%;
	font-weight: 500;
	font-size:20px;
}

.section-3 .another-products .title {
	width:100%;
	font-weight: 900;
	font-size:40px;
	margin: 0 0 10px 0;
display: block;
	color: #0E803B;
}




.section-3 .another-products .buttons{

width:100%;
	position:absolute;
	padding: 0 0 0 20px;
	bottom: 0;
	left:0;
	display: flex;
flex-wrap: wrap;
justify-content: space-between;
	transition:0.3s;
}





.section-3 .another-products .buttons .more{
width: 48%;
	text-align:center;
	font-size:16px;
	font-weight:700;
	color:#fff;
	background: #0E803B;
	padding:9px;
	border-radius:3px;
	border:1px solid #0E803B;
}

.section-3 .another-products .buttons .order{
width: 48%;
	text-align:center;
	font-size:16px;
	font-weight:700;
	color:#0E803B;
	background: #fff;
	padding:9px;
	border-radius:3px;
	border:1px solid #0E803B;
}

















.section-4 {
	position:relative;
	background:#0054A6;
	background: #0054A6 url("/wp-content/themes/razom/design/blago.png") no-repeat center 50%;
}

.section-4 h2 {
	color:#fff;
}

.section-4 .wrapper {
	padding:60px 0;
}

.section-4 .categories {
	width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: baseline;
}

.section-4 .categories .category-item {
	width: 30%;
text-align: center;
margin: 20px 0;
}

.section-4 .categories .category-item .cat-image {
  margin: 0 auto;
  width: 100px;
  display: block;
}

.section-4 .categories .category-item .title {
	font-size:30px;
	font-weight:700;
	color:#fff;
	margin:7px 0;
	display:block;
}

.section-4 .categories .category-item:hover .title {
	color:#FBAE17;
}

.section-4 .categories .category-item .description {
	font-size:16px;
	color:#fff;
}






















.section-5 {

}









.section-6 {
	position:relative;
	background:#E9EEF2;
}

.section-6::before {
  content: "";
  background-image: url("/wp-content/themes/landing/design/lives3.png");
  width: 50%;
height: 50%;
position: absolute;
right: 0;
background-size: 50% auto;
  background-repeat: no-repeat;
  background-position: right top;
  z-index: -1;
}

.section-6 .item {
	margin:0 0 40px 0;
}

.section-6 .item p {
	font-size:26px;
}

.section-6 .title {
	font-size:40px;
	font-weight: 700;
	text-align:center;
	margin:0 0 20px 0;
	color: #0E803B;
}

.section-6 .title .num{
	font-size:120px;
	margin:0 40px 0 0;
}



.section-6 .contact-form {
	width:800px;
	margin:0 auto;
	position:relative;
}

.section-6 .left-col{
	width:50%;
	padding: 0 10px 0 0;
}

.section-6 .right-col{
	width:50%;
	padding: 0 0 0 10px;
}

.section-6 .contact-form input {
  width: 100%;
  padding: 15px 15px 15px 45px;
  border: 1px solid #dae3ea;
  border-radius: 6px;
  font-size: 16px;
  margin: 0 0 20px 0;
  font-family: 'FS Albert Pro';
	outline: none;
	position:relative;
}



.section-6 .contact-form input.name {
  background: #ffffff url('/wp-content/themes/razom/design/icons/man.svg') 15px center no-repeat;
}

.section-6 .contact-form input.phone {
  background: #ffffff url('/wp-content/themes/razom/design/icons/phone-input.svg') 15px center no-repeat;
}

.section-6 .contact-form input.email {
  background: #ffffff url('/wp-content/themes/razom/design/icons/mail-input.svg') 15px center no-repeat;
	margin:0!important;
}

.section-6 .contact-form .send {
color: #fff;
font-family: 'FS Albert Pro';
text-decoration: none;
border: none;
font-size: 16px;
border-radius: 6px;
padding: 15px 24px;
text-align: center;
display:table;
margin: 20px auto 0 auto;
background: #0054A6;
cursor: pointer;
overflow: hidden;
	
}





.section-6 .contact-form input:focus, .section-6 .contact-form textarea:focus {
    -webkit-box-shadow: inset 0px 0px 5px 0px rgba(129,146,160,1);
-moz-box-shadow: inset 0px 0px 5px 0px rgba(129,146,160,1);
box-shadow: inset 0px 0px 5px 0px rgba(129,146,160,1);
	border:1px solid #FBAE17;
}

.section-6 .contact-form textarea {
  height: 193px;
  width: 100%;
	padding: 15px;
  border: 1px solid #dae3ea;
  border-radius: 6px;
  font-size: 16px;
	font-family: 'FS Albert Pro';
	outline: none;
}









.section-7 {
	background: #E9EEF2;
}





.section-7 .feedback-slider {
	margin: 0 0 20px 0;
}

.section-7 .item {
	margin: 6px;
border-radius: 6px;
overflow: hidden;
background: #ffffff;
-webkit-box-shadow: 0px 0px 5px 1px rgba(218,227,234,1);
-moz-box-shadow: 0px 0px 5px 1px rgba(218,227,234,1);
box-shadow: 0px 0px 5px 1px rgba(218,227,234,1);
border: 1px solid #dae3ea;
	padding:20px;
	display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: flex-start;
}

.section-7 .item .left-col {
	width:25%;
	padding:0 10px 0 0;
}

.section-7 .item .right-col {
	width:75%;
	padding:0 0 0 10px;
}

.section-7 .item .image {
	width: 100%;
border-radius: 50%;
overflow: hidden;
float: left;
margin: 0 20px 0 0;
}

.section-7 .item .name {
	font-size:22px;
	font-weight:700;
	margin:0 0 5px 0;
}

.section-7 .item .position p {
	font-size:14px;
	font-style:italic;
	margin: 0 0 10px 0;
}



.section-7 .item .text {
  width: 100%;
  overflow: hidden;
}

.section-7 .item .text p {
  font-size: 16px;
}

.section-7 .item .spoiler-button {
  background:transparent;
	border:none;
	padding:0;
	color:#0054A6;
	font-size: 15px;
cursor: pointer;
}











.section-8 .wrapper{
padding:0;
}

.section-8.contact {
position: relative;
width: 100%;
height: 620px;
background-image: url("/wp-content/themes/landing/design/meeting.jpg");
background-size: cover;
background-attachment: fixed;
}



.section-8 .contact-form {
	width: 60%;
	margin:0 auto;
position: relative;
background: linear-gradient(180deg, #095F29 0%, #16A04A 100%);	
	padding:60px;
	border-radius:8px;
}

.section-8 .title {
color:#fff;
	font-size:24px;
	margin:0 0 20px 0;
	text-align: center;
}

.contact input {
	width:100%;
	margin:0 0 15px 0;
	padding:10px;
	border-radius:8px;
	border:none;
	font-size:18px;
	font-weight:300;
}

.contact .submit {
	width:50%;
	margin:0 0 10px 0;
	padding:15px;
	border-radius:8px;
	display:table;
	margin:0 auto;
	font-size:18px;
}
























.section-10 {
	
}


.section-10 .articles-slider {
	
}


.section-10 .articles-slider .item {
	margin:0 10px;
	display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
	align-items:center;
	padding:20px;
	border: 1px solid #0E803B;
	border-radius: 6px;
}

.section-10 .articles-slider .item .image {
	width:200px;
	height:200px;
	border-radius: 6px;
	overflow:hidden;
}

.section-10 .articles-slider .item .image img {
	width:200px;
	height:200px;
	object-fit:cover;
}

.section-10 .articles-slider .item .title-block {
	font-size: 30px;
font-weight: 500;
	padding:20px;
}

.section-3 .slider .owl-theme .owl-nav {
  text-align: center;
  margin: 0 auto;
    margin-top: 0px;
  margin-top: 10px;
	
}

.section-10 .articles-slider .owl-theme .owl-prev {
  width: 20px;
  height: 35px;
  border: none;
  position: absolute;
	top:50%;
	left: -30px;
	margin-top:-17px;
  background: transparent;
}

.section-10 .articles-slider .owl-theme .owl-prev::before {
  content: "";
  width: 20px;
  height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/wp-content/themes/landing/design/arrow.svg);
    background-repeat: repeat;
    background-size: auto;
  background-repeat: repeat;
  background-size: auto;
  background-repeat: repeat;
  background-size: cover;
  transform: rotateY(180deg);
}

.section-10 .articles-slider .owl-theme .owl-next {
  width: 20px;
  height: 35px;
  border: none;
  position: absolute;
	top:50%;
	right: -30px;
	margin-top:-17px;
  background: transparent;
}

.section-10 .articles-slider .owl-theme .owl-next::before {
  content: "";
  width: 20px;
  height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/wp-content/themes/landing/design/arrow.svg);
    background-repeat: repeat;
    background-size: auto;
  background-repeat: repeat;
  background-size: auto;
  background-repeat: repeat;
  background-size: cover;
}







 .spoiler_body {
  display: none;
	 width:100%;
	 overflow:hidden;
	 
}

.spoiler_body img{
  width:49%;
	 
}

.spoiler_links {
  cursor: pointer;
  font-weight: 700;
font-size: 18px;
line-height: 105.4%;
letter-spacing: -0.02em;
color: #FFFFFF;
background: #2196F3;
border-radius: 10px;
padding: 30px;
width: 260px;
margin: 0 auto;
text-align: center;
display: block;
position: absolute;
left: 0;
right: 0;
bottom: -40px;	
}
		
	.spoiler_links:hover {
  text-decoration:underline;
	color: #FFFFFF;	
}	








.button {
	font-size:16px;
	font-weight: 500;
	color: #FFFFFF;
	letter-spacing:1px;
	border-radius: 6px;
	padding:12px 24px;
text-align: center;
	display: table;
margin: 0 auto;
background: #0054A6; 
cursor:pointer;
}

.button:hover {
	color: #0054A6;
background: #FBAF17;
}













.images-block {
	display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
	justify-content: space-between;
}

.images-block .image {
	width:48%;
	border-radius: 15px;
	overflow:hidden;
}

















footer {
border-radius: 9px 9px 0 0;
width: 98%;
margin: 0 auto;
}

footer .flex-row {
  justify-content: center;
}

footer h2 {
	text-align:center;
}

footer a {
	
}

footer a:hover {
	
}

footer .wrapper {
	
}

footer .site-title {
	font-size:22px;
	font-weight:700;
	text-align:center;
	margin:0 0 40px 0;
	color:#0054A6;
}


footer .phone {
	font-size:18px;
	position:relative;
	padding: 0 0 0 30px;
	color:#000;
	display:block;
	margin:0 10px 0 0;
	line-height: 1.7;
}

footer .phone:before {
  content: "";
  position: absolute;
  left: 0px;
	top: 3px;
  width: 25px;
  height: 25px;
  background-image: url("/wp-content/themes/razom/design/icons/phone.svg");
  background-size: cover;
}

footer .mail {
	font-size:18px;
	position:relative;
	padding: 0 0 0 30px;
	color:#000;
	display:block;
	margin:0 20px 0 10px;
	line-height: 1.5;
}

footer .mail:before {
  content: "";
  position: absolute;
  left: 0px;
	top: 3px;
  width: 25px;
  height: 25px;
  background-image: url("/wp-content/themes/razom/design/icons/mail.svg");
  background-size: cover;
}






footer .parent {
	font-weight:700;
	font-size:18px;
}

footer .child {
	font-weight:500;
	font-size:16px;
}









footer .socbuttons {
  float: right;
}
	
footer .socbuttons .facebook-link, footer .socbuttons .insta-link, footer .socbuttons .tiktok-link, footer .socbuttons .telegram-link {
position: relative;
width: 25px;
height: 25px;
background-size: cover;
float: left;
margin: 3px;
	
}
footer .socbuttons .facebook-link:before, footer .socbuttons .insta-link:before, footer .socbuttons .tiktok-link:before, footer .socbuttons .telegram-link:before {
	content: '';
position: absolute;
top: 0;
left: 0;
width: 25px;
height: 25px;
background-size: cover;
	
}
	
footer .socbuttons .facebook-link:before {
	content: '';
	background-image: url("/wp-content/themes/razom/design/icons/facebook-link.svg");
}

footer .socbuttons .insta-link:before {
	content: '';
	background-image: url("/wp-content/themes/razom/design/icons/insta-link.svg");
}

footer .socbuttons .tiktok-link:before {
	content: '';
	background-image: url("/wp-content/themes/razom/design/icons/tiktok-link.svg");
}

footer .socbuttons .telegram-link:before {
	content: '';
	background-image: url("/wp-content/themes/razom/design/icons/telegram-link.svg");
}





























.flex-row {
	width: 100%;
	display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
justify-content: space-between;
}


























 


































































 
 

 

 
 
 








	
	




































.acor-container {
    
}
.acor-container .acor-body {
    margin: 0 auto;
    height: 0;
    padding: 0 50px 0 30px;
    box-sizing: border-box;
    transition: padding 0.5s;
    overflow: hidden;
}

.acor-container .acor-body p {
    font-family: 'Montserrat';
	font-size:16px;
	font-weight: 500;
	line-height: 1.3;
}

.acor-container label {
    cursor: pointer;
    display: block;
    padding: 15px 20px;
    width: 100%;
    font-weight: 500;
    box-sizing: border-box;
    z-index: 100;
    padding: 30px 50px 30px 30px;
    transition: 1s;
	border-top: 2px solid #2196F3;
	position: relative;
	display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
	font-family: 'Montserrat';
	font-size:20px;
}

.acor-container input{
    display: none;
}
.acor-container label:before {
    content: '';
    float: right;
	width: 40px;
height: 40px;
	background-image: url("/wp-content/themes/landing/images/plus.svg");
	background-size:cover;
	position: absolute;
right: 0;
}

.acor-container input:checked + label:before {
    background-image: url("/wp-content/themes/landing/images/minus.svg");
}
.acor-container input:checked + label + .acor-body {
    height: auto;
    color: #000;
    padding: 0px 50px 20px 30px;
}



	











 a.back-to-top {
    display: none;
  }	
a.back-to-top {
	position: fixed;
right: 30px;
bottom: 30px;
width: 40px;
height: 40px;
background: #0054A6 url("/wp-content/themes/razom/design/arrow-top.svg") no-repeat center 50%;
border-radius: 9px;
z-index: 10;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(218,227,234,1);
-moz-box-shadow: 0px 0px 5px 1px rgba(218,227,234,1);
box-shadow: 0px 0px 5px 1px rgba(218,227,234,1);
}	

a.back-to-top:hover {
background: #FBAE17 url("/wp-content/themes/razom/design/arrow-top.svg") no-repeat center 50%;
}






























.main-container {
	
}

.page {
	width: 90%;
max-width: 1200px;
margin: 0 auto;
padding: 0 0 40px 0;
	border-bottom: 1px solid #B6C6D3;
}

.page .photogallery_single .item {
  position: relative;
width: 100%;
height: 300px;
display: block;
}

.page .photogallery_single .owl-carousel .owl-item img {
  display: block;
  width: 100%;
  height: 300px;
  object-fit: cover;
  position: relative;
  display: block;
}







		
		
		
		




.post-thumbnail {
    background-size: 100% 100%;
    width: 100%;
max-width: 1200px;
height: 550px;
margin: 0 auto;
  margin-bottom: 0px;
margin-bottom: 30px;
position: relative;
display: flex;
align-items: center;
justify-content: center;
background-size: cover;
	background-position: center;
overflow: hidden;
border-radius: 6px;
	
}

.post-thumbnail:before {
    content: '';
    position: absolute;
    background: rgba(58, 67, 87, 0.6);
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}

.post-meta {
	position:absolute;
	width:70%;
	margin:0 auto;
	z-index:5;
}

.post-meta h1 {
	color:#fff;
	font-size:40px;
	line-height:1.2;
	text-align:center;
}

.post-meta .date-block {
	display: flex;
	justify-content: center;
	color:#fff;
	font-size:14px;
}

.post-meta .date-block .date {
	position:relative;
	padding:0 0 0 20px;
	
}

.post-meta .date-block .date:before {
	content: "";
position: absolute;
left: 0px;
	top: 0;
width: 15px;
height: 15px;
background-image: url("/wp-content/themes/razom/design/calendar.svg");
background-size: cover;
}

.post-meta .date-block .time {
	position:relative;
	padding:0 0 0 20px;
	margin:0 0 0 10px;
}

.post-meta .date-block .time:before {
	content: "";
position: absolute;
left: 0px;
	top: 1px;
width: 15px;
height: 15px;
background-image: url("/wp-content/themes/razom/design/clock.svg");
background-size: cover;
}



article img {
	border-radius:6px;
	overflow:hidden;
	margin:0 0 20px 0;
}

article h1 {
	max-width: 1100px;
font-size: 40px;
margin: 0 auto 10px auto;
	color:#0054a6;
}

article h2 {
	max-width: 1100px;
font-size: 40px;
margin: 0 auto 10px auto;
}

article h3 {
	max-width: 1100px;
font-size: 30px;
margin: 0 auto 10px auto;
}

article h4 {
	max-width: 1100px;
font-size: 24px;
margin: 0 auto 10px auto;
}

article h5 {
	max-width: 1100px;
font-size: 20px;
margin: 0 auto 10px auto;
}


article p {
	font-size:18px;
	line-height:1.5;
	text-align: justify;
	max-width: 1100px;
margin: 0 auto 30px auto;
}

article a {
	color: #000;
	border-bottom:2px solid #FBAE17;
}


article ol {
   max-width: 1100px;
margin: 0 auto 20px auto;
}

article ul {
   max-width: 1100px;
margin: 0 auto 20px auto;
}

article ul li {
    line-height: 1.4;
list-style-type: none;
padding-left: 20px;
margin-bottom: 5px;
position: relative;
}

article ul li:before {
    content: "";
position: absolute;
width: 12px;
height: 12px;
left: 0;
top: 8px;
background-image: url("/wp-content/themes/razom/design/check.svg");
background-size: cover;
}



article ol li {
  line-height: 1.8;
list-style-type: none;
counter-increment: step-counter;
margin: 0;
position: relative;
padding: 0 0 0 30px;
}

article ol li::before {
    content: counter(step-counter);
color: #fff;
text-align: center;
width: 20px;
background: #0054A6;
border-radius: 50%;
height: 20px;
line-height: 1.4;
font-size: 14px;
position: absolute;
left: 0;
top: 6px;
}

article blockquote, article q {
  quotes: none;
border-radius: 9px;
padding: 30px;
position: relative;
max-width: 1100px;
margin: 30px auto;
	background:#c8e3ff;
}

article blockquote:before {
  content: "";
position: absolute;
width: 35px;
height: 29px;
left: 20px;
top: -14px;
background-image: url("/wp-content/themes/razom/design/quote-2.svg");
background-size: cover;
}

article blockquote:after {
  content: "";
position: absolute;
width: 35px;
height: 29px;
right: 20px;
bottom: -14px;
background-image: url("/wp-content/themes/razom/design/quote-22.svg");
background-size: cover;
}

article blockquote p {
  margin:0;
}









/*--------------------------------- Сторінка привітання -------------------------------*/

.special {
	
}


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

.special .article .left-col {
	width:50%;
	padding:0 20px 0 0;
	
}

.special .article .right-col {
	width:50%;
	padding:0 0 0 20px;
}

.special h1 {
	color: #0C2B44;
	font-size: 22px;
font-weight: 700;
line-height: normal;
	margin:0 0 10px 0;
}

.special article p {
  font-size: 18px;
  line-height: 1.3;
	margin:0 0 10px 0;
  text-align: justify;
}




.pagination {
  text-align: center;
  margin: 20px 0;
}













.photogallery_single {
	position:relative;
}

.photogallery_single .item {
	position: relative;
width: 100%;
height: 300px;
display: block;
}



.photogallery_single .owl-carousel .owl-item img {
  display: block;
  width: 100%;
  height: 300px;
  object-fit: cover;
	position:relative;display: block;
	
}

.photogallery_single .item:before {
  content: '';
position: absolute;
background: rgba(58, 67, 87, 0.6);
top: 50%;
left: 50%;
width: 0px;
height: 0px;
z-index: 5;
border-radius: 6px;
overflow: hidden;
	transition: 0.3s ease;
}

.photogallery_single .item:hover:before {
  content: '';
position: absolute;
background: rgba(58, 67, 87, 0.6);
top: 0;
	left:0;
width: 100%;
height: 100%;
z-index: 5;
	border-radius:6px;
	overflow:hidden;
}

.photogallery_single .item:hover:after {
  content: '';
position: absolute;
top: 50%;
	left:50%;
	margin:-11px 0 0 -11px;
width: 22px;
height: 22px;
z-index: 5;
	background-image: url("/wp-content/themes/razom/design/zoom.svg");
	background-size:cover;
}





.last-news  {
  max-width:1000px;
	margin:20px auto;
}

.last-news .owl-carousel {
  margin:0 0 20px;
}

.last-news .block-title {
  font-size: 30px;
text-align: center;
font-weight: 700;
margin: 0 0 10px 0;
}

.last-news .newslist {
	display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
}

.last-news .item {
	height: 440px;
	margin:6px;
	border-radius:6px;
	overflow:hidden;
	background:#E9EEF2;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(218,227,234,1);
-moz-box-shadow: 0px 0px 5px 1px rgba(218,227,234,1);
box-shadow: 0px 0px 5px 1px rgba(218,227,234,1);
	border: 1px solid #dae3ea;
}

.last-news .item .thumbnail {
	width:100%;
	height:230px;
	overflow:hidden;
}

.last-news .owl-carousel .owl-item img {
  display: block;
  width: 100%;
  object-fit: cover;
  height: 230px;
}

.last-news .item .meta {
	padding:20px;
}

.last-news .item .title {
	font-size:22px;
	font-weight:700;
	margin:0 0 15px 0;
}

.last-news .item .date {
	position:absolute;
	bottom:27px;
	left:27px;
	font-size:14px;
	font-weight:500;
	color:#51565B;
}









.share {
    text-align: center;
    overflow: hidden;
    margin: 30px 0;
}

.share .share_title {
    margin: 0 0 10px 0;
    font-weight: 700;
    display: block;
}

.share li {
    list-style-type: none;
    margin: 1px;
    overflow: hidden;
    display: inline-block;
    width: 60px;
border-radius: 3px;
}

.share li:hover {
    opacity:1;
}

/*Twitter*/
.share .twitter{
	background:#1da1f2;
	display:block;
	padding: 5px 0;
    }
.share .twitter:before {
    content: "";
	background-image: url(/wp-content/themes/razom/design/icons/twitter.svg);
    background-size: cover;
    display: block;
    width: 22px;
    height: 22px;
	margin: 0 auto;
}

.twitter:hover{}

/*Facebook*/
.share .facebook{
	background:#1877f2;
	display:block;
	padding: 5px 0;
}


.facebook:before {
    content: "";
	background-image: url(/wp-content/themes/razom/design/icons/facebook.svg);
    background-size: cover;
    display: block;
    width: 22px;
    height: 22px;
	margin: 0 auto;
}

.facebook:hover{}

/*Telegram*/
.share .telegram{
	background:#1799da;
	display:block;
	padding: 5px 0;
}

.share .telegram:before {
    content: "";
	background-image: url(/wp-content/themes/razom/design/icons/telegram.svg);
    background-size: cover;
    display: block;
    width: 22px;
    height: 22px;
	margin: 0 auto;
}

.telegram:hover{}











/*--[ Tags ]---------------------------*/
.tags {
    overflow: hidden;
    margin:0 0 10px 0;
}

.tags ol, .tags ul {
    list-style: none;
    margin: 0 0 0 0;
    padding: 0 0px;
	display: flex;
justify-content: center;
}


.tags li {
	list-style-type: none;
	padding:0;
}
.tags li a {
    margin: 0 5px 5px 0;
    color: #6d7b82!important;
    float: left;
    padding: 5px 5px;
    list-style-type: none;
    text-decoration: none;
    line-height: 1;
    font-size: 12px;
	border: 1px solid #cbced2;
}

.tags li a:hover  {
    margin: 0 5px 5px 0;
    color: #fff!important;
    background: #052b4e;
    float: left;
    padding: 5px 5px;
    list-style-type: none;
    text-decoration: none;
    line-height: 1;
    border: 1px solid #052b4e;
}

.tags a:before {
    content: "#";
    color: #6d7b82;
	margin-right: 2px;
}

.tags a:hover:before {
    content: "#";
    color: #fff;
}




























































.breadcrumbs {
  font-size: 16px;
  font-weight: 500;
  color: #C1C1C1;
  text-align: center;
  margin: 0 0 20px 0;
}




































.archive{
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
	padding:0 0;
	overflow: visible;
}

.archive-item .thumbnail {
  border-radius:6px;
	overflow:hidden;
}


/*
.archive-item:nth-child(1) {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    height: 400px;
    padding: 0;
    position: relative;
    transition: 0.3s;
	border: none;
	margin:0;
	border-radius:6px;
	overflow:hidden;
}

.archive-item:nth-child(1):before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(58, 67, 87, 0.6);
    z-index: 1;
}


.archive-item:nth-child(1) .meta {
    width: 80%;
	height:100%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 40px 60px 40px 40px;
    margin: 0;
    
    z-index: 10;
}

.archive-item:nth-child(1) .thumbnail {
    background-size: 100% 100%;
    width: 100%;
    min-height: 400px;
    margin: 0 0 10px 0;
    position: relative;
    align-items: center;
    justify-content: center;
    background-size: cover;
    overflow: hidden;
    transition: 0.8s;
    background-position: center center;
	
}

.archive-item:nth-child(1) .title {
    color: #fff;
    font-size: 32px;
    z-index: 10;
    line-height: 1.3;
    margin: 10px 0 0 0;
}

.archive-item:nth-child(1):hover .title {
    color: #fbae17;
}

.archive-item:nth-child(1) .first_paragraph {
    color:#fff;
	font-size: 16px;
	z-index: 10;
	line-height:1.2;
}

.archive-item:nth-child(1) .rubric a {
    color:#fff;
	font-size: 12px;
	padding: 0 5px 0 0;
border-right: 1px solid #cbced2;
margin: 0 5px 0 0;
}

.archive-item:nth-child(1) .date {
    color:#cbced2;
	font-size: 12px;
	z-index: 10;
}







.archive-item:nth-child(2) {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    
    padding: 0;
    position: relative;
    transition: 0.3s;
	    padding: 0px 25px;
	margin:0 0 0 0;
	    overflow: hidden;
	border-bottom: none;
}

.archive-item:nth-child(2):before {
    content: "";
    display:none;
}

.archive-item:nth-child(2):after {
    content: "";
    display:none;
}


.archive-item:nth-child(2) .meta {
  width: 100%;
  height: auto;
  padding: 0px 0px 0px 0px;
  margin: 0;
}

.archive-item:nth-child(2) .thumbnail {
    width: 100%;
    min-height: 200px;
    margin: 0 0 10px 0;
    position: relative;
    background-size: cover;
}



.archive-item:nth-child(2) .title {
  color: #333;
  font-size: 20px;
  z-index: 10;
  line-height: 1.3;
  margin: 10px 0 0 0;
}






.archive-item:nth-child(2) .rubric a {
    color:#052b4e;
	font-size: 12px;
	padding: 0 5px 0 0;
border-right: 1px solid #cbced2;
margin: 0 5px 0 0;
}

.archive-item:nth-child(2) .date {
    color:#6d7b82;
	font-size: 12px;
	z-index: 10;
}




.archive-item:nth-child(3) {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  height: 400px;
  position: relative;
  padding: 0;
  margin: 0;
  overflow: hidden;
  border: none;
}




.archive-item:nth-child(3) .meta {
    width: 100%;
	height:auto;
    position: absolute;
    left: 0;
    top: 0;
    padding: 40px 40px 40px 40px;
    margin: 0;
    
    z-index: 10;
}

.archive-item:nth-child(3) .thumbnail {
    background-size: 100% 100%;
    width: 100%;
    min-height: 400px;
    margin: 0 0 10px 0;
    position: relative;
    align-items: center;
    justify-content: center;
    background-size: cover;
    overflow: hidden;
    background-position: center center;
}

.archive-item:nth-child(3) .thumbnail:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(58, 67, 87, 0.6);
   z-index: 1;
}

.archive-item:nth-child(3) .title {
    color:#fff;
	font-size: 22px;
	z-index: 10;
	margin: 10px 0 0 0;
	line-height:1.3;
}

.archive-item:nth-child(3):hover .title {
    color: #fbae17;
}


.archive-item:nth-child(3) .rubric a {
    color:#fff;
	font-size: 12px;
	padding: 0 5px 0 0;
border-right: 1px solid #cbced2;
margin: 0 5px 0 0;
}

.archive-item:nth-child(3) .date {
    color:#cbced2;
	font-size: 12px;
}
*/





.archive-item {
	width:25%;
	position:relative;
    padding: 25px;
    line-height: 20px;
    font-size: 16px;
    color: #111;
    text-decoration: none;
    -webkit-transition: color .15s ease;
    transition: color .15s ease;
	border-bottom: 1px solid #cbced2;
}

.archive-item:before {
	content: "";
top: 5%;
right: -1px;
position: absolute;
width: 1px;
height: 90%;
background-color: #cbced2;
}

.archive-item:after {
	content: "";
top: 5%;
left: 0px;
position: absolute;
width: 1px;
height: 90%;
background-color: #cbced2;
}



.archive-item .thumbnail {
    background-size: 100% 100%;
    width: 100%;
    min-height: 200px;
	position: relative;
    align-items: center;
    justify-content: center;
    background-size: cover;
    overflow: hidden;
    transition: 0.8s;
    background-position: center center;
}


.archive-item .meta {
    margin:10px 0 0 0;
}



.archive-item .rubric a {
    color:#052b4e;
	font-size: 12px;
	padding: 0 5px 0 0;
border-right: 1px solid #cbced2;
margin: 0 5px 0 0;
}

.archive-item .date {
    color:#6d7b82;
	font-size: 12px;
}


.archive-item .title {
    font-weight: 700;
    font-size: 20px;
    text-align: left;
    text-align-last: left;
    text-decoration: none;
	line-height:1.3;
	margin:8px 0 0 0;
	display: block;
	border: 0;
}

.archive-item:hover .title {
    color:#0054A6;
}







.archive-item .info-block {
    display: flex;
    flex-direction: column;
    width: calc(100% - 193px);
}

.archive-item .post-title {
    font-size: 16px;
    line-height: 1.3;
    text-decoration: none;
    font-weight: 700;
    text-align: left;
    text-align-last: left;
}







.archive-item .post-details {
     color: #bdbdbd;
    font-size: 12px;
    line-height: 1.6;
    position: absolute;
    bottom: 40px;
    right: 40px;
}



.archive-item .post-date {
    float: left;
    font-size: 12px;
    line-height: 1.6;
	margin:0 5px 0 0;
}



#loadmore {
	width:100%;
    display: block;
    margin: 0 auto;
	margin-top:20px;
    padding: 8px 12px;
    border-radius: 1px;
    text-decoration: none;
    border: none;
	background:transparent;
	font-size:12px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    transform: skewX(0deg);
    position: relative;
	cursor:pointer;
}

#loadmore:hover {
	color:#004d9e;
}







.archive-page .main-col {
width: 100%;
max-width: 800px;
margin: 0 auto;
}



.archive-page .search-result {
  margin:0 0 30px 0;
}

.archive-page .search {
  margin:0 0 5px 0;
	border-bottom:2px solid #B6C6D3;
	display: flex;
justify-content: space-between;
flex-wrap: wrap;
align-items: center;
}

.archive-page .search input {
  border:none;
	background:transparent;
	font-size:30px;
	padding:10px 0 10px 0;
	font-size:30px;
	font-family: 'FS Albert Pro';
	font-weight:700;
}

.archive-page .search input:focus {
  outline: none; 
	box-shadow
}

.archive-page .search input[type="submit"] {
  border: none;
	text-indent:-9999px;
	position:relative;
	width: 25px;
height: 25px;
	background: #fff url("/wp-content/themes/razom/design/icons/search.svg")no-repeat!important;
  background-size: 25px 25px !important;
  border: none; 
  cursor: pointer; 
}

.search-count {
  color:#8c9ca9;
}




.archive-page .item {
  width: 100%;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
justify-content: space-between;
	align-items:center;
	margin: 0 0 30px 0;
}

.archive-page .col-1 {
  display:block;
	width:25%;
}

.archive-page .col-2 {
  display: block;
width: 75%;
padding: 0 30px;
}

.archive-page .item .thumbnail {
    background-size: 100% 100%;
    width: 100%;
    min-height: 150px;
	position: relative;
    align-items: center;
    justify-content: center;
    background-size: cover;
    overflow: hidden;
    transition: 0.8s;
    background-position: center center;
	border-radius: 6px;
}

.archive-page .item .title {
  font-weight: 700;
  font-size: 20px;
  text-align: left;
  text-align-last: left;
  text-decoration: none;
  line-height: 1.3;
  margin: 8px 0 0 0;
  display: block;
}

.archive-page .item .date {
  color: #6d7b82;
  font-size: 12px;
}







.cat-heading {
	width: 100%;
max-width: 1200px;
margin: 0 auto 20px auto;
}









.category-title {
	font-size: 46px;
font-weight: 700;
color: #0054A6;
}

.tag-title {
	font-size: 28px;
    color: #ff4200;
    font-weight: 700;
    padding-bottom: 6px;
    margin-bottom: 35px;
    text-transform:none;

}

.site-title br {
    display: none;
  }


.error-page {
	background: #94a1aa;
}

.error-wrap {
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
}




@media screen and (max-width: 1400px) {
	
	h2 {
  font-size: 50px;
}
	.section-4 .categories .category-item .title {
  font-size: 28px;
}
	.last-news .item .title {
  font-size: 20px;
  margin: 0 0 15px 0;
}

	}


@media screen and (max-width: 1200px) {

	
	}





@media screen and (max-width: 1100px) {
	.archive-item {
  width: 33%;
}
	
	}




@media screen and (max-width: 1000px) {
	
	
	
	
	
	}
















@media screen and (max-width: 900px) {
	
	.section-6 .contact-form {
  width: 100%;
}
	
	}





@media screen and (max-width: 800px) {
	
	
.header-home {
  background-size: cover;
}	
	
header .sb-block {
    float: right;
}	
	
.header-home .left-col {
  width: 100%;
  padding: 0;
}
	
	.header-wrapper .logo {
  width: 300px;
}
	
	.header-home .right-col {
  width: 100%;
  padding: 0;
}
	
	.header-home .right-col .site-description {
  font-size: 20px;
  margin: 0;
  text-align: center;
}
	
	.header-home .owl-dots {
  text-align: center;
}
	
	
	
	header .flex-wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}
	
	.header-home .top-content .left, .header-home .top-content .middle, .header-home .top-content .right {
  width: auto;
}
	
	.header-home .top-content {
  padding: 10px 0;
}
	
	
	.header {
  padding: 0;
}
	
	.header .header-wrapper {
  padding: 20px 0;
margin: 0 auto 20px auto;
}
	
	.header .phone {
  display: none;
}
	
.header .logo {
  width: 200px;
}
	
.header-home .logo {
  width: 200px;
}
	
	.header .logo {
  width: 100px;
}	
	
	
.header .language-switcher {
position:absolute;
	top:0;
	left:0;
}	
	
	.header .language-switcher li a {
  font-size: 14px;
  padding: 4px 8px;
  border-radius: 0 0 6px 6px;
  float: left;
}
	
	
	.go {
	display: block;
text-transform: uppercase;
		position:relative;
		text-indent:-99999px;
		width: 26px;
height: 19px;
}
	
	.go:before {
	content: '';
position: absolute;
top: 0;
left: 0;
width: 26px;
height: 19px;
background-size: cover;
		background-image: url("/wp-content/themes/razom/design/menu.svg");
}
	
	
	
	
	
	
	.navigation, .search-popup {
		display:none;
	}	
	
.section-4 {
  background-size: cover;
}	
	
.section-4 .categories .category-item {
  width: 100%;
  text-align: center;
  margin: 20px 0;
	
}	
	
	
	.section-7 .owl-carousel {
		width:80%;
		margin:0 auto;
	}
	
	.section-2 .owl-carousel {
		width:80%;
		margin:0 auto;
	}	
	
	
	.section-2.stat .item {
  padding: 10px;
  font-size: 16px;
}
	
	.section-2.stat .item .count {
  font-size: 40px;
}
	
	
	
	.post-meta {
  width: 90%;
}
	
	.archive-item {
  width: 50%;
}
	
	.special .article {
  display: block;
}
	
	.special .article .left-col {
  width: 100%;
  padding: 0 0px 0px 0;
}
	
		.special .article .right-col {
  width: 100%;
  padding: 0 0px 0px 0;
}
	
	
	}




@media screen and (max-width: 700px) {


	
}



@media screen and (max-width: 600px) {
	
h2 {
  font-size: 34px;
}	
	
	
	

.wrapper, .section-4 .wrapper {
  padding: 40px 0;
}
	
	
.section-6 .left-col {
  width: 100%;
  padding: 0;
  margin: 0 0 20px 0;
}
	
.section-6 .right-col {
  width: 100%;
  padding: 0px;
}	
	
	
	
	.section-4 .categories .category-item {
  width: 100%;
  text-align: left;
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
		align-items: center;
border: 1px solid #fff;
padding: 20px;
margin: 0 0 20px 0;
border-radius: 6px;
}
	
		.section-4 .categories .category-item:last-child {
  margin: 0 0 0px 0;
}
	
	
	
	
	.section-4 .categories .category-item .cat-image {
  margin: 0;
  width: 20%;
  display: block;
  float: left;
		padding: 0 20px 0 0;
		position:relative;
}
	
	.section-4 .categories .category-item .cat-image:before {
  content:"";
		position:absolute;
		right:0;
		width:1px;
		height:100%;
		background:#fff;
}
	
	.section-4 .categories .category-item .title {
  font-size: 24px;
  float: left;
  width: 80%;
  text-align: left;
  padding: 0 0 0 20px;
}
	
	
	
footer .flex-row {
  display: block;
}	
	
footer .phone {
  text-align: center;
	padding: 25px 0 0 0px;
	margin: 0 0 20px 0;
}	
	
footer .phone::before {
  left: 0px;
  top: 0;
	right: 0;
  margin: 0 auto;
}
	
	footer .mail {
  padding: 25px 0 0 0;
  margin: 0;
text-align: center;
}
	
	footer .mail::before {
  left: 0px;
  top: 0;
  right: 0;
  margin: 0 auto;
}
	
footer .socbuttons {
  float: none;
  margin: 20px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}	
	
	footer .socbuttons .facebook-link, footer .socbuttons .insta-link, footer .socbuttons .tiktok-link, footer .socbuttons .telegram-link {
  width: 35px;
  height: 35px;
  margin: 5px;
}
	
footer .socbuttons .facebook-link::before, footer .socbuttons .insta-link::before, footer .socbuttons .tiktok-link::before, footer .socbuttons .telegram-link::before {
  width: 35px;
  height: 35px;
}	
	
	
	
	
	.tags ol, .tags ul {
  display: block;
}
	
	
	
.last-news {
  max-width: 80%;
	margin:0 auto;
}
	
.page .last-news {
  margin: 20px auto;
}	
	
.last-news .item .title {
  font-size: 18px;
}	
	
.section-7 .item .name {
  font-size: 18px;
}	
	
.photogallery_single {
  position: relative;
  width: 80%;
  margin: 0 auto;
}	
	
.photogallery_single .item {
  position: relative;
  width: 100%;
  height: 100px;
  display: block;
}
	
.photogallery_single .owl-carousel .owl-item img {
  display: block;
  width: 100%;
  height: 100px;
  object-fit: cover;
  position: relative;
  display: block;
}	
	
.cat-heading {
  margin: 0 auto 0px auto;
}	
	
.category-title {
  font-size: 40px;
}	
	
.archive-page .col-1 {
  flex: 1;
}	
	
.archive-page .col-2 {
  padding: 0 0 0 20px;
  flex: 2;
}	
	
.archive-page .item .thumbnail {
  background-size: cover;
  width: 100px;
  min-height: 100px;
}
	
.archive-page .item .title {
  font-weight: 500;
  font-size: 16px;
  margin: 4px 0 0 0;
}

.archive-page .search input {
  font-size: 24px;
}	
	
.search-count {
  color: #8c9ca9;
  font-size: 14px;
}	
	
	.site-title br {
    display: block;
  }
	
}








@media screen and (max-width: 500px) {
	
	.archive-item {
  width: 100%;
}
	
#modal_form .m-search input {
  width: 100%;
}	
	#modal_form .m-search input[type="submit"] {
  width: 50%;
  margin: 10px auto;
}
	
}




@media screen and (max-width: 480px) {
	
	
.header-home .right-col {
  width: 100%;
  padding: 0;
  margin: 10px 0 0 0;
}	
	
.header-home .owl-carousel .item {
  font-size: 20px;
}	
	
	
.post-thumbnail {
  height: 360px;
}
	
.post-meta h1 {
  font-size: 30px;
}	
	
article p {
  text-align: left;
  margin: 0 auto 20px auto;
}	
	
	
.section-7 .item {
  display: block;
}	
.section-7 .item .left-col {
  width: 50%;
  padding: 0;
  margin: 0 auto 10px auto;
}	
	.section-7 .item .image {
  float: none;
  margin: 0 0px 0 0;
}
	.section-7 .item .right-col {
  width: 100%;
  padding: 0 0 0 0px;
}
	a.back-to-top {
  right: 10px;
bottom: 10px;
width: 30px;
height: 30px;
border-radius: 6px;
background-size: 15px;
}
	
	.section-4 .categories .category-item {
  padding: 15px;
}
.section-4 .categories .category-item .title {
  font-size: 20px;
}	
	
	}








	
	
	
	
	
	
	

 
 

	