/**
Theme Name: razom
*/

body {
    font-size: 18px;
	font-weight:500;
    min-width: 320px;
    position: relative;
    line-height: normal;
    overflow-x: hidden;
    font-family: 'Open Sans';
    margin: 0;
	color: #000000;
	width:100%;
	

}

/*плавная загрузка страниц*/
@-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+ */
}


html {
    scroll-behavior: smooth;
}




/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    margin-bottom: 12px;
    
}
h1 {
    font-weight: 900;
    font-size: 50px;
}
h2 {
    font-size: 30px;
    font-weight: 700;
	margin:0 0 20px 0;
}
h3 {
    font-size: 20px;
}
h4 {
    font-size: 16px;
}
p {
    font-size: 18px;
    line-height: 1.6;
}


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


li {
	font-size:18px;
}



address {
	font-style:normal;
}



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: #576d08;text-decoration:none;}




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





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


:focus-visible {
  outline: 2px solid #00f; 
  outline-offset: 3px;
  border-radius: 4px;
	padding:10px;
}





.button {
    padding: 12px 50px;
    border: 2px solid #576d08;
    cursor: pointer;
    border-radius: 2px;
	color:#000;
	position:relative;
	background:transparent;
	margin: 0 auto;
    display: table;
	border-radius:25px;
	overflow:hidden;
	font-size:16px;
}



.button:after {
	content:"";
    width:100%;
	height:0;
	position:absolute;
	bottom:0;
	left:0;
	transition:0.2s;
	z-index:-1;
}

.button:hover:after {
	width:100%;
	height:100%;
}








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


header {

}

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













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

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


header .contact-info {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
gap: 50px;	
}

header .contact-info .adress {
    position: relative;
    padding: 0 0 0 27px;
}

header .contact-info .adress::before {
    content: "";
    width: 18px;
    height: 26px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: url(/wp-content/themes/razom/design/icons/adress.svg);
    background-size: cover;
}

header .contact-info .adress p {
	margin:0 0;
	line-height: inherit;
}
header .contact-info .phone {
    position: relative;
    padding: 0 0 0 27px;
    font-size: 18px;
}

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




header .contact-info .social-link {
    text-indent:-9999px;
	width:44px;
	height:44px;
	background: #0054A6;
	border-radius:4px;
	position:relative;
}

header .contact-info .social-link:before {
    content: "";
    width: 18px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(/wp-content/themes/razom/design/icons/facebook.svg);
    background-size: cover;
}













header .socbuttons {
  float: right;
}
	
header .socbuttons .facebook-link, header .socbuttons .insta-link, header .socbuttons .tiktok-link, header .socbuttons .telegram-link {
position: relative;
width: 35px;
height: 35px;
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: 35px;
height: 35px;
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");
}



.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: 0px 0;
	
}

.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:15%;
}

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

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



.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;
}













.top-panel {
	background: #f6f8fd;
    border-bottom: 1px solid #B6C6D3;
}

.top-panel .wrap {
	    width: 90%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 10px 0;
	display: flex;
    justify-content: space-between;
	align-items:center;
}


.top-panel .skip-link {
	font-size: 15px;
    font-weight: 600;
    margin: 0;
	width: 50%;
}



.accessibility-panel {
	
}

.accessibility-panel {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
}

.accessibility-panel button {
	border:1px solid #000;
	background:#fff;
	font-size:20px;
	cursor:pointer;
	border-radius:4px;
	width:40px;
	height:40px;
}


.accessibility-panel h2 {
	font-size: 15px;
    font-weight: 600;
    margin: 0;
}


.accessibility-panel button.white-theme {
	color:#000000;
	background:#ffffff;
	margin:0 0 0 5px;
}

.accessibility-panel button.black-theme {
	color:#fff;
	background:#000000;
}


.accessibility-panel .font-size {
	margin:0 10px;
}



.accessibility-panel button.reset {
	background:#ffffff;
	position:relative;
	text-indent:-9999px;
}

.accessibility-panel button.reset:before {
    content: "";
    width: 25px;
    height: 26px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(/wp-content/themes/razom/design/reset.svg);
    background-size: cover;
}













.to-feedback-button {
	background:#448536;
	color:#fff;
	padding:10px 20px;
	border-radius:4px;
	font-weight:600;
}















.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 {
  position: relative;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  color: #000;
  font-family: 'Iprin';
  transition: 0.2s;
  text-decoration: none;
}

.navigation a::before {
  content: "";
  position: absolute;
  bottom: -6px;         /* відступ від тексту */
  left: 50%;            /* ставимо в центр */
  width: 100%;
  height: 2px;
  background: #576d08;
  transform: translateX(-50%) scaleX(0); /* стиснута в центрі */
  transform-origin: center;              /* точка трансформації */
  transition: transform 0.3s ease;
}

.navigation a:hover::before {
  transform: translateX(-50%) scaleX(1); /* розгортається на всю ширину */
}












 



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

    .navigation ul li {
    padding: 15px 30px;
    position: relative;
    cursor: pointer;
}

   

    .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;
	
}	
	
	




		
	







































































section {
	width:100%;
	overflow:hidden;
	margin:0 auto;
}

section h2.section-title {
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 40px 0;
	font-family: 'Iprin';
	position:relative;
	display: table;
    margin: 0 auto 40px auto;
}

section h2.section-title:before {
    content: "";
    width: 30px;
    height: 14px;
    position: absolute;
    top: 50%;
    left: -30px;
    transform: translate(-50%, -50%);
    background: url(/wp-content/themes/razom/assets/design/icons/live-before.svg);
    background-size: cover;
}

section h2.section-title:after {
    content: "";
    width: 30px;
    height: 14px;
    position: absolute;
    top: 50%;
    right: -30px;
    transform: translate(50%, -50%); /* по X у протилежний бік */
    background: url(/wp-content/themes/razom/assets/design/icons/live-after.svg);
    background-size: cover;
}

section h4.section-subtitle {
    font-size: 20px;
    font-weight: 100;
    margin: 0 0 40px 0;
    font-family: 'Iprin';
    display: table;
    margin: 0 auto 40px auto;
	letter-spacing:1px;
	text-align:center;
}








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

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

section ul li {
    line-height: 1.6;
    list-style-type: none;
    padding-left: 30px;
    margin-bottom: 15px;
    position: relative;
}

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



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

section 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;
}







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


















.section-1 {
  background:#f1f4e6;
}

.main-slider {
	overflow:hidden;
	width:100%;
	margin:0 auto;
	position:relative;
}

.main-slider .owl-carousel.owl-loaded {
    position: initial;
}

.main-slider .inner {
    padding: 20px;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.main-slider .inner .inner-block {
    border: 1px solid #fff;
    border-radius: 16px;
	width: 100%;
    height: 100%;
}




.main-slider .title {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 11;
    width: 35%;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
}


.main-slider .title .icon {
    width: 240px;
    margin: 0 auto 20px auto;
}



.main-slider .title h1 {
  font-size: 24px;
  color: #0054A6;
  margin: 0 0 0 0;
}

.line-bg {
  display: inline-block; /* або block, залежно від бажаного вирівнювання */
  background-color: #f0f0f0; /* будь-який фон */
  padding: 4px 8px; /* для краси */
  margin: 2px 0;
}



.main-slider .title .slogan {
    font-size: 40px;
    max-width: 1400px;
    display: inline;
    
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}




.main-slider .title .slogan span {
	font-size: 40px;
    padding: 0 10px;
  color: #fff;
  display: inline;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.1;
  box-decoration-break: clone;
  background: #448536;
}




.main-slider .owl-carousel{
	overflow:hidden;
	width:100%;
	
}


.main-slider .owl-nav {
    width: 120px;
    height: 60px;
    position: absolute;
    right: 40px;
    bottom: 40px;
    z-index: 99999;
    border: 1px solid #fff;
    border-radius: 16px 0;
    backdrop-filter: blur(10px);
}

.main-slider .owl-nav::after {
    content: "";
    width: 1px;
    height: 60%;
    position: absolute;
    top: 20%;
    left: 0;
	right:0;
	margin: 0 auto;
	background:#fff;
}

.main-slider .owl-theme .owl-prev {
    width: 60px;
    height: 60px;
    border: none;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: 0;
    background: transparent;
}

.main-slider .owl-theme .owl-prev::before {
    content: "";
    width: 12px;
    height: 21px;
    position: absolute;
    top: 50%;
    left: 50%;
	transform: translate(-50%, -50%);
    background: url(/wp-content/themes/razom/design/arrow-left.svg);
    background-size: cover;
}

.main-slider .owl-theme .owl-next {
    width: 60px;
    height: 60px;
    border: none;
    position: absolute;
    top: 50%;
    right: 0;
	margin-top: 0;
   background: transparent;
}

.main-slider .owl-theme .owl-next::before {
    content: "";
    width: 12px;
    height: 21px;
    position: absolute;
    top: 50%;
    left: 50%;
	transform: translate(-50%, -50%);
    background: url(/wp-content/themes/razom/design/arrow-right.svg);
    background-size: cover;
}



.main-slider .owl-carousel .owl-item img {
    
}

.main-slider .owl-carousel .owl-item .image {
    position:relative;
}


/* 
.main-slider .owl-carousel .owl-item .image:after {
	content:"";
    position:absolute;
	top:0;
	left:0;
	width:70%;
	height:100%;
	 
background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); 

}

*/






.section-2 {

border-bottom: 1px solid #B6C6D3;
}


.section-2 .row {
    display: flex;
    margin: 30px 0;
}

.section-2 .item {
	flex: 1;
    padding: 0 30px;
    text-align: center;
    position: relative;
}

.section-2 .item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 20%;
    width: 1px;
    height: 60%;
    background: #B6C6D3;
}

.section-2 .item:first-child:before {
    content: "";
    position: absolute;
    left: 0;
    top: 20%;
    width: 0px;
    height: 60%;
    background: #B6C6D3;
}

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


.section-2 h3 {
  color: #000;
    font-size: 50px;
    font-family: 'Iprin';
    text-align: center;
	margin: 20px 0;
}


.item-thumb {
  width: 100%;
  aspect-ratio: 2 / 1;   /* співвідношення сторін (можеш змінити, напр. 16/9) */
  overflow: hidden;
  border-radius: 2px;    /* необов’язково – для краси */
}

.item-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;      /* обрізає рівномірно */
  object-position: center;/* по центру */
  display: block;
}






.section-2 .item .title {
    font-size: 20px;
    font-weight: 700;
    color: #0054A6;
    margin: 15px 0;
}
.section-2 .item .description {
font-size:16px;
	font-weight:500;
	color:#333333;
}




.section-2 .more {
    background: #448536;
    color: #fff;
    padding: 10px 20px;
    border-radius: 4px;
    display: table;
    margin: 0 auto;
}

.section-2 .more:hover {
    background: #1a4e0f;
}










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

.accordion-item {
    border-radius: 2px;
}

.accordion-header {
    padding: 12px 50px;
    border: 2px solid #576d08;
    cursor: pointer;
    border-radius: 2px;
    color: #000;
    position: relative;
    background: transparent;
    margin: 0 auto;
    display: table;
    border-radius: 25px;
    overflow: hidden;
    font-size: 16px;
}

.accordion-header .thumb {
    width: 50px;
	margin:0 20px 0 0;
}

.accordion-content {
    display: none;
}





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

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

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

.accordion-symbol:before {
    background-image: url('/wp-content/themes/razom/design/plus.svg');
}

.accordion-item .accordion-symbol.minus:before {
    background-image: url('/wp-content/themes/razom/design/minus.svg');
}
























.section-3 {
    position: relative;
}



.section-3 .row-items {
	display:flex;
	justify-content:space-between;
	gap:20px;
}


.section-3 .row-items .item {
    width: 50%;
    border: 1px solid #B6C6D3;
    padding: 40px 40px 80px 40px;
    border-radius: 16px;
    position: relative;
}

.section-3 .row-items .item .title {
    font-size: 20px;
    font-weight: 700;
    color: #0054A6;
    margin: 20px 0;
}

.section-3 .row-items .item .thumbnail {
    border-radius: 6px;
    overflow: hidden;
}

.section-3 .more {
    background: #448536;
    color: #fff;
    padding: 10px 20px;
    border-radius: 4px;
    font-weight: 500;
    display: table;
    margin: 0 auto;
	position:absolute;
	bottom:40px;
	left:0;
	right:0;
}

.section-3 .more:hover {
    background: #1a4e0f;
}

.section-3 .row-items .item .description {
	margin:20px 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;
}



















.section-4 {
    position: relative;
    background: #ecf2f5;
    border-radius: 16px;
}



.section-4 .content {
	display:flex;
	justify-content:space-between;
	align-items:center;
}


.section-4 .content .left-col {
	width:50%;
}

.section-4 .content .right-col {
	width:50%;
}



















.section-5 .section-title {
max-width: 1200px;
    margin: 0 auto 40px auto;
}

.section-5 .wrapper {
    width: 98%;
    max-width: 100%;
    padding: 40px 0;
}

.section-5 .st-wrap {
        width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}











.section-6 {
	border-top: 1px solid #B6C6D3;
    border-bottom: 1px solid #B6C6D3;
}












.contact-form {
	    width: 60%;
    max-width: 600px;
    margin: 40px auto 0 auto;
    position: relative;
    background: #576d08; 
    border-radius: 4px;
    padding: 40px;
}

.contact-form .left-col{
	width:50%;
	padding: 0 10px 0 0;
}

.contact-form .right-col{
	width:50%;
	padding: 0 0 0 10px;
}

.contact-form label {
  display:block;
	margin: 0 0 5px 0;
	color:#fff;
}

.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;
  outline: none;
	position:relative;
}


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

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

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

.contact-form .send {
    color: #fff;
    text-decoration: none;
    padding: 12px 50px;
    border: 2px solid #ffffff;
    cursor: pointer;
    border-radius: 2px;
    position: relative;
    background: transparent;
    margin: 20px auto 0 auto;
    display: table;
    border-radius: 25px;
    overflow: hidden;
    font-size: 16px;
}

.contact-form .send:hover {
    border: 2px solid #000;
    background: #000;
}





.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 #448536;
}

.contact-form textarea {
  height: 248px;
  width: 100%;
	padding: 15px;
  border: 1px solid #dae3ea;
  border-radius: 6px;
  font-size: 18px;
	outline: none;
	font-family: 'Open Sans';
}






















.section-7 {
	
}








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


















.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;	
}	






















.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 {
width: 100%;
margin: 0 auto;
	color:#000;
}
footer .contact-info {
    display: flex;
    justify-content: center;
    gap: 60px;
    font-size: 20px;
    font-weight: 700;
}

footer h2 {
	text-align:center;
}

footer a {
	color:#000;
}

footer a:hover {
	
}

footer .wrapper {
	
}



footer .col {
	    max-width: 25%;
}

footer .logo {
    width: 200px;
    margin: 40px auto;
}




footer .text {
	margin:10px 0;
}

footer p {
    margin: 0 0 5px 0;
    line-height: inherit;
    font-size: 16px;
}


footer .phone,
footer .mail,
footer .social {
    display: flex;
    align-items: center; /* по вертикалі центр */
    gap: 8px; /* відступ між іконкою і текстом */
    color: #000;
    font-weight: 700;
}

footer .phone::before,
footer .mail::before,
footer .social::before {
    content: "";
    width: 25px;
    height: 25px;
    background-size: cover;
    background-repeat: no-repeat;
    flex-shrink: 0; /* щоб не стискалось */
}

footer .phone::before {
    background-image: url(/wp-content/themes/razom/assets/design/icons/phone-icon.svg);
}

footer .mail::before {
    background-image: url(/wp-content/themes/razom/assets/design/icons/mail-icon.svg);
}

footer .social::before {
    background-image: url(/wp-content/themes/razom/assets/design/icons/insta-icon.svg);
}





footer ul {
    display: flex;
    justify-content: center;
    gap: 40px;
}


footer ul li a {
    font-size: 16px;
    color: #000;
    margin: 0 0 5px 0;
    display: block;
}














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");
}


footer .socbuttons .social-link {
    text-indent: -9999px;
    width: 44px;
    height: 44px;
    background: #448536;
    border-radius: 4px;
    position: relative;
}

footer .socbuttons .social-link:before {
    content: "";
    width: 18px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(/wp-content/themes/razom/design/icons/facebook.svg);
    background-size: cover;
}
















.tab-slider {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    justify-content: space-between;
    margin: 0 0 30px 0;
}

.tab-buttons {
  width:30%;
}

.tab-button {
  width: 100%;
    height:80px;
    cursor: pointer;
    font-weight: 500;
font-size: 16px;
border:none;
	color:#000;
	background: #fff;
    border-top: 1px solid #B6C6D3;
	padding: 0;
}




















.tab-button.active {
  
   position:relative;
}

.tab-button.active::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0px;
  right: 0;
  margin: 0 auto;
  width: 30px;
  height: 15px;
  background-size: cover;
  background-image: url("/wp-content/themes/razom/design/tab-arrow.svg");
}

.tab-content {
width: 100%;
padding:0 0 0 40px;
}

.tab-pane {
  display: none;
	height: 100%;
	background:#fff;
	position: relative;
}

.tab-pane.active {
  display: block;
}



.tab-pane .flex-row {
  display: none;
	display: flex;
    justify-content: center;
    justify-content: space-between;
	height: 100%;
}

.tab-pane .left-col {
  width:50%;
	height: 100%;
	padding: 20px;
}

.tab-pane .right-col {
  width: 50%;
  height: 100%;
}

.tab-pane .image {
  height: 100%;
	width:100%;
}

.tab-pane img {
  height: 100%;
	width:100%;
	object-fit:cover;
}

.tab-pane .more {
  position:absolute;
	bottom:20px;
	left:20px;
	border:1px solid #000;
	padding:10px;
	font-size:16px;
}    



.tab-content p {
  margin:0 0 12px 0;
}  



.tab-button .item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.tab-button .item .icon {
	height: 60px;
    width: 60px;
    margin: 0 20px 0 0;
}








































.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: transparent;
/*background: #0054A6 url("/wp-content/themes/razom/design/arrow-top.svg") no-repeat center 50%;*/
border-radius: 4px;
z-index: 10;
	text-indent:-9999px;
}	

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






























.main-container {
	
}

.page {
	width: 90%;
max-width: 1300px;
margin: 0 auto;
padding: 40px 0;
	    border-top: 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-header {
display:flex;
align-items:center;	
}



.post-thumbnail {
  width: 100%;
max-width: 400px;
position: relative;
overflow: hidden;
border-radius: 16px;
	
}



.post-meta {
	margin:0 auto 20px auto;
}

.post-meta h1 {
    color: #000;
    font-size: 60px;
    font-family: 'Iprin';
}

.post-meta .date-block {
	color:#4b4f56;
	font-size:16px;
}

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

.post-meta .date-block .date:before {
	content: "";
position: absolute;
left: 0px;
	top: 3px;
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:16px;
	overflow:hidden;
	margin:0 0 20px 0;
}

article h1 {
    font-size: 40px;
    margin: 0 auto 40px auto;
    color: #1f6db5;
    font-weight: 700;
    line-height: 1.3;
}

article h2 {
font-size: 30px;
margin: 0 0 20px 0;
}

article h3 {
    font-size: 24px;
    margin: 0 0 20px 0;
}

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

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


article p {
	font-size:18px;
	line-height:1.5;
	margin: 0 auto 30px auto;
}

article a {
	color: #576d08;
}


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

article ul {
    margin: 0 0 30px 40px;
}

article ul li {
    line-height: 1.6;
    list-style-type: none;
    padding-left: 30px;
    margin-bottom: 15px;
    position: relative;
}

article ul li:last-child {
    margin-bottom: 0px;
}

article ul li:before {
    content: "";
position: absolute;
width: 16px;
height: 16px;
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;
border: 1px solid #B6C6D3;
padding: 20px;
position: relative;
max-width: 1100px;
margin: 30px auto;
}

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

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

article blockquote p {
  margin:0;
}














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

















.contact-page {
	
}

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

.contact-page .content .left-side {
	width:28%;
	border: 1px solid #B6C6D3;
    padding: 40px 40px;
    border-radius: 16px;
    position: relative;
}

.contact-page .content .contact-block {
	margin:0 0 10px 0;
	padding:0 0 10px 0;
	border-bottom:1px solid #B6C6D3;
}

.contact-page .content .contact-block:last-child {
	margin:0 0 0 0;
	padding:0px 0 0 0;
	border-bottom:none;
}

.contact-page .content .left-side h2 {
	font-size:18px;
	font-weight:bold;
	margin:0 0 10px 0;
}



.contact-page .content .right-side {
	width:70%;
	border-radius: 16px;
	overflow:hidden;
}

.contact-page .content p {
	margin:0 0 5px 0;
}

.contact-page .content p:last-child {
	margin:0 0 0 0;
}

.contact-page .content .phones {
	margin:0px 0;
}


.contact-page .content .phones li {
    list-style-type: none!important;
    margin-bottom: 5px;
    line-height: inherit;
    padding-left: 0;
}

.contact-page .content .phones li:before {
    content:none;
}











.team-page .team-list {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
}

.team-page .personal-block {
	width:20%;
	position: relative;
}

.team-page .personal-block .photo {
	border-radius:6px;
	overflow:hidden;
}


.team-page .personal-block .photo img {
	margin:0;
}

.team-page .personal-block h2.name {
	    font-size: 20px;
    font-weight: 700;
    color: #0054A6;
    margin: 15px 0 10px 0;
}

.team-page .personal-block h3.position {
	display:flex;
	justify-content:space-between;
	font-size:18px;
	font-weight:500;
}














.service {
	
}

.service .main-image {
	border-radius: 16px;
	overflow:hidden;
}

.service .gallery {
	margin:40px 0;
}

.service .docs {
	padding:40px;
	border: 1px solid #B6C6D3;
    border-radius: 16px;
}





















.photogallery_single {
	position:relative;
}

.photogallery_single .item {
	position: relative;
width: 100%;
height: 500px;
display: block;
	border-radius:2px;
	overflow: hidden;
}



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

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

.photogallery_single .item:hover:before {
  content: '';
position: absolute;
background: rgba(87, 109, 8, 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: 40px;
height: 30px;
z-index: 5;
	background-image: url("/wp-content/themes/razom/assets/design/zoom.svg");
	background-size:cover;
}















.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: #4b4f56;
  margin: 0 0 20px 0;
}




































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

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








.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 {
    width: 100%;
    max-height: 300px;
	
}

.archive-item .thumbnail img {
    margin:0;
	
}


.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: 16px;
}


.archive-item h2 {
    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 {
margin: 0 auto 20px auto;
}









.category-title {
	color: #1f6db5;
    font-weight: 700;
    line-height: 1.3;
}

.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;
}












































.tender-section {
		margin:30px 0;
	}




.tender-block {
		width: 100%;
    border-radius: 16px;
    border: 1px solid #B6C6D3;margin: 10px 0;
	}
	
	

.tender-block .tender-title {
    width: 100%;
    padding: 40px;
    line-height: 1.3;
    border-radius: 16px 16px 0 0;
    font-size: 20px;
    font-weight: 700;
    color: #0054A6;
    background-color: #EBF7FC;
    border-bottom: 1px solid #B6C6D3;
    text-transform: none;
    margin: 0;
}

.tender-block .tender-title:hover {
		color:#065b7b;
	}
	
	.tender-block .tender-content {
        padding: 40px 40px 40px;
    overflow: hidden;
}
	
	.tender-block .flex-row {
		display:flex;
		flex-wrap:wrap;
		justify-content:space-between;
	}
	
	.tender-block .middle-row .block {
		    width: 33.333%;
		text-align:center;
	}
	
	.tender-block .middle-row .block .block-title {
		padding:0 0 10px 0;
		margin:0 0 10px 0;
		border-bottom:1px solid #B6C6D3;
		font-weight:bold;
	}
	
	
	.tender-block .block .date-block {
		display:flex;
		flex-wrap:wrap;
		justify-content:center;
	}
	
	.tender-block .block .date-block .date {
		margin:0 5px;
	}
	
	
	
	.tender-block .tender-docs {
		margin:20px 0;
	}
	
	.tender-block .tender-docs .title {
		    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #B6C6D3;
    font-weight: bold;
	}
	
	
	.tender-link {
    background: #448536;
    border-radius: 10px;
    display: table;
    padding: 5px 15px;
    float: right;
		color: #fff;
		position:relative;
}
	















.all-tenders {
	
}


.all-tenders .item {
	padding:40px;
	border-radius: 16px;
    border: 1px solid #B6C6D3;
	margin:0 0 20px 0;
	display: block;
}

.all-tenders h2 {
	margin: 0 0 10px 0;
    line-height: 1.3;
    font-size: 20px;
    font-weight: 700;
    color: #0054A6;
    text-transform: none;
}

.all-tenders .entry-data {
	color:#4b4f56;
	font-size:14px;
}







.mobile-navi, .mob-navi-content {
		display:none;
	}





























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



.news-block .left-side {
	width:40%;
	border: 1px solid #B6C6D3;
    border-radius: 16px;
	overflow:hidden;
}

.news-block .right-side {
	width:57%;
	padding:40px;
	border: 1px solid #B6C6D3;
    border-radius: 16px;
	
}

.fecebook-viget {
	width: 100%;
}






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



.last-news .item {
	overflow:hidden;
	margin: 0 0 20px 0;
}

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

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

.last-news .item .meta {
	
}

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

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



	.fb-container {
  position: relative;
  width: 100%;
  max-width: 500px; /* або скільки хочеш максимум */
  height: 0;
  padding-bottom: 120%; /* це пропорція висоти; підлаштовуй при потребі */
  overflow: hidden;
}

.fb-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



.skip-fb {
	margin:0 0 20px 0;
	display:block;
}





.desktop-slider { display: block; }
.mobile-slider { display: none; }


@media screen and (max-width: 1400px) {
	
	
	
	.main-slider .title .icon {
    width: 200px;
}
	
	.main-slider .title h1 {
    font-size: 20px;
}
	
	
	
	
	
	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) {
	.main-slider .title .icon {
    width: 180px;
}
	
	.main-slider .title h1 {
    font-size: 18px;
    font-weight: 700;
}
 	
	}





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




@media screen and (max-width: 1000px) {
	
.header .logo {
    width: 300px;
    margin: 0 auto;
}
	
header .contact-info {
    align-items: center;
    margin: 20px 0;
}	
	
	.to-feedback-button {
    display: table;
    margin: 0 auto;
}
	
.navigation {
    display: none;
}	
	
	
.main-slider .title {
    display: none;
}	
	
	
	
	
section h2.section-title, .section-5 .section-title {
    margin: 0 0 20px 0;
}	
	

	
	
	
	.desktop-slider { display: none; }
  .mobile-slider { display: block; }	
	
	
	
	
.section-2 .row {
    display: flex;
    margin: 30px 0;
    flex-wrap: wrap;
    gap: 40px 0;
}
	
	.section-2 .item {
    padding: 0px;
}
	
	.section-2 h3 {
    font-size: 26px;
}
	
	
	
	.section-2 .item::before {
    content: none;
}
	
	
	
.section-3 .row-items .item {
    padding: 20px 20px 80px 20px;
}	
	
	
	
	
.section-3 .more {
    bottom: 20px;
}	
	

	
	.accordion-symbol {
    right: 20px;
}
	
	
	
	.section-5 .wrapper {
    width: 90%;
}
	
		.post-header {
    display: block;
}
	.post-thumbnail {
    width: 100%;
    max-width: 100%;
}
	
	
	}
















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

	
	.section-6 .contact-form {
  width: 100%;
}
	
	
footer .logo {
    width: 200px;
}	
	
.team-page .team-list {
    display: BLOCK;
}
	
	.team-page .personal-block {
    width: 100%;
    display: flex;
    align-items: center;
    margin: 0 0 30px 0;
}
	
	.team-page .personal-block .photo {
     width: 200px;
    margin: 0 20px 0 0;
}
	
	
	
	
	
	}





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

	


	
	.header .header-wrapper {
  padding: 20px 0 0 0;
}
	

	

	

	

	
	

	

	
	
	.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-3 .row-items {
    display: block;
}
	
.section-3 .row-items .item {
    width: 100%;
    margin: 0 0 20px 0;
}
	
	
	
	
	
	
	
	
.section-4 {
  background-size: cover;
}	
	
.section-4 .categories .category-item {
  width: 100%;
  text-align: center;
  margin: 20px 0;
	
}	
	
	
	
	
	
	

	

	
	

	
	.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;
}
	
	
	
	
	.news-block {
    display: block;
}
	
	.news-block .left-side {
    width: 100%;
}
	
	.news-block .right-side {
    width: 100%;
    padding: 20px;
    margin-top: 20px;
}
	
	
	
	
	
footer .flex-row {
    display: block;
}	
	
footer .col {
    max-width: 100%;
    text-align: center;
    margin: 0 0 30px 0;
}
	
	footer .logo {
    width: 300px;
    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 {
  margin: 5px;
}
	

		.contact-page .content {
    display: block;
}
	
	.contact-page .content .left-side {
    width: 100%;
    padding: 20px;
		margin-bottom:20px;
}
	
	.contact-page .content .right-side {
    width: 100%;
}
	
	
	.skip-fb {
	display:block;
		margin:0 0 20px 0;
}
	
	
	}




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


	
}



@media screen and (max-width: 600px) {
	
	
.top-panel .wrap {
    display: block;
}	
	
.top-panel .skip-link {
    width: auto;
    margin: 0 0 10px 0;
    display: table;
    border: 1px solid #B6C6D3;
    padding: 5px 10px;
	border-radius:4px;
}	
	
.accessibility-panel {
    justify-content: flex-start;
}	
	
.accessibility-panel .text {
    display:none;
}	
	
.accessibility-panel button.white-theme {
    margin: 0;
}	
	
	
	
h2 {
  font-size: 34px;
}	
	
	
	
	
header .header-content {
    width: 100%;
    padding: 0;
	    
}	
	
.header-wrapper .logo {
    width: 100%;
}	
	
	
	
header .contact-info {
    align-items: center;
    margin: 20px 0 0 0;
    padding: 20px 0 0;
    width: 100%;
    overflow: hidden;
    border-top: 1px solid #B6C6D3;
    gap: 0px;
}
	
header .contact-info .phone {
    padding: 0 0 0 50px;
	order: 2;
}	
	
header .contact-info .phone::before {
    content: "";
    left: 20px;
}	
	

header .contact-info .social-link {
    display: none;
}	
	
	
header .contact-info .adress {
    display: none;
}	
	
.to-feedback-button {
    display: none;
}	
	
	

	
	

	
	
	
	
	.mobile-navi, .mob-navi-content {
		display:block;
		order: 3;
		margin: 0 auto;
	}	
	
.toggle-button {
	width:50px;
	height:50px;
  border: none;
  font-size: 24px;
  cursor: pointer;
  transition: transform 0.3s ease;
	cursor: pointer;
    color: #000;
    position: relative;
    background: transparent;
    margin: 0 auto;
    display: table;
    overflow: hidden;
}

.toggle-button .icon {
	color:#000;
}	
	
	.toggle-button .icon .close {
	font-size: 30px;
    color: #000;
    margin: 0 auto;
    left: 0;
    right: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}	
	
.toggle-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, padding 0.5s ease;
  background-color: #fff;
	margin: 0 0 20px 0;
}

.toggle-content.open {
    max-height: 600px;
}
	
.toggle-content .inner {
  border: 1px solid #B6C6D3;
	padding: 20px;
	border-radius:2px;
	
}	
	

	
.toggle-content li a {
    font-size: 20px;
    display: block;
    border-bottom: 1px solid #B6C6D3;
    padding: 10px 0;
	margin:0 0 10px 0;
    text-align: center;
	font-family: 'Iprin';
}	
	
	.toggle-content li:last-child a {
    border-bottom: none;
    padding: 10px 0 0 0;
}	
	
	
	
	
	
	
	
	
	

	
	
	.accordion {
    margin: 20px 0 0 0;
}
	
	.accordion-header .thumb {
    display: none;
}
	
	
	
	
	
	
	
	

.wrapper {
  padding: 30px 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;
}
	
	
	
	
	
	
	
	
	.section-2 .item-thumb {
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: 2px;
}
	

	

	

	

section h2.section-title, .section-5 .section-title {
    margin: 0 auto 20px auto;
    font-size: 28px;
}	

	section h2.section-title:before {
    content: "";
    left: -20px;
}
	
	section h2.section-title:after{
    content: "";
    right: -20px;
}
	
	
	section h4.section-subtitle {
    letter-spacing: 0px;
		margin: 0 auto 20px auto;
}
	

	
	

	
	
	
	
	
	
	.tags ol, .tags ul {
  display: block;
}
	
	
	

	
.page .last-news {
  margin: 20px auto;
}	
	
	
	

	
.section-7 .item .name {
  font-size: 18px;
}	
	
	
	

	
.cat-heading {
  margin: 0 auto 0px auto;
}	
	

	
.archive {
    display: block;
}	
	
	.archive-item {
    width: 100%;
}
	


	
	
	
	
	
	
	
footer .contact-info {
    display: block;
    font-size: 18px;
}	
	
	
	

	
	

footer .phone, footer .mail, footer .social {
    display: block;
    position: relative;
    margin: 0 0 20px 0;
    padding: 40px 0 0 0;
}
	

footer .phone::before, footer .mail::before, footer .social::before {
    content: "";
    width: 25px;
    height: 25px;
    background-size: cover;
    background-repeat: no-repeat;
    flex-shrink: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: -30px auto 0 auto;
}	
	
	
	
	
footer .logo {
    width: 60%;
    margin: 20px auto;
}	
	
	footer .menu-main-container {display:none;}
	
	
	
h1 {
    font-size: 30px;
    margin: 0 auto 20px auto;
}	
	
	
	
.page {
    padding: 30px 0;
}	
	
	article h1 {
    font-size: 30px;
    margin: 0 auto 20px auto;
}
	
	article h2 {
    font-size: 26px;
    margin: 0 0 20px 0;
}
	
	article h3 {
    font-size: 22px;
}
	
	
	article ul {
    margin: 0 0 20px 20px;
}
	
	.news-block {
    display: block;
}
	
.news-block .left-side {
    width: 100%;
}
	
	.news-block .left-side .fecebook-viget iframe {
		width:100%;
	}
	
	
	

	
	.post-meta h1 {
    font-size: 26px;
    margin: 0 auto 20px auto;
}	
	
	.post-thumbnail {
    margin: 0 0 20px 0;
}
	
	
	
	
	.contact-form {
    margin: 20px auto 0 auto;
    padding: 20px;
}
	
	

	
	
	.archive-item:before, .archive-item:after {
    content: none;
}
	
	
	
	
}








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

	
}




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

	
	}








	
	
	
	
	
	
	

 
 

	