/**
Theme Name: razom
*/


html {
  scroll-behavior: smooth;
}

body {
    font-size: 18px;
	font-weight:500;
    min-width: 320px;
    position: relative;
    line-height: normal;
    overflow-x: hidden;
     font-family: 'Gotham';
    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: #fff;
    background: #000000;
   }





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




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


header {
  background: #060c27;
}

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













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 .socbuttons {
  float: right;
}
	
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/vmbud/design/icons/facebook-link.svg");
}

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












.top-content a {
	color:#fff;
}


.top-content .phone {
	font-size:16px;
	position:relative;
	font-weight:700;
}






























.header-home {
    padding: 0px 0;
    position: relative;
	
}

.header-home .top-content {
	
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    position: absolute;
    z-index: 3;
	padding:30px 0;
	background: linear-gradient(to bottom,  rgba(6,12,39,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

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

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




.header-home .header-wrapper {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 10;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-40%);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}



.header-home .logo, .header .logo {
  width:150px;
}











.header-home .site-description {
    color: #fff;
    font-size: 100px;
    font-weight: 900;
    text-transform: uppercase;
    overflow: hidden;
    position: relative;
    padding: 20px 40px;
}


.header-home .site-description .line {
    width: 2px;
    height: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
}












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



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








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












.navigation a {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    padding: 5px 0;
    margin: 0 15px;
}

.navigation a:hover {
	color: #fff;
}

.navigation a:before {
	content:"";
	background:#fff;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	margin:0 auto;
	width:0px;
	height:2px;
	transition:0.3s;
	
}

.navigation a:hover:before {
	content:"";
	width:100%;
	height:2px;
}











 

.navigation {
    }

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

    .navigation ul li {
      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/vmbud/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;
    }





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




		
	






















































h2.section-title {
	text-align:center;
	max-width: 1100px;
    font-size: 50px;
    margin: 0 auto 30px auto;
    color: #1e2339;
    font-weight: 500;
    text-transform: uppercase;
	
}



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

section h2 {
	text-align:center;
	max-width: 1100px;
    font-size: 50px;
    margin: 0 auto 30px auto;
    color: #1e2339;
    font-weight: 500;
    text-transform: uppercase;
	
}

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 {
position: relative;
    background: #E9EEF2;
    border-radius: 12px;
    margin: 0 auto;
    width: 98%;
}
*/
.section-2 {
position: relative;
border-bottom: 2px solid #1e2339;	
}


.section-2 .wrapper {

}




.section-2 .container {
position:relative;
}

.section-2 .section-content {
width:70%;
	padding:0 0 0 80px;
}



.section-2 .section-title-wrap {
    writing-mode: vertical-rl; */
    transform: rotate(180deg);
    text-align: center;
    /* font-size: 24px; */
    /* margin-right: 20px; */
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    background: #ccc;
}

.section-2 .section-title {
    writing-mode: vertical-rl;
    transform: rotate(180deg); 
    text-align: left;
    font-size: 24px;
    /* margin-right: 0px; */
    position: relative;
    bottom: 0;
    left: 0;
    background: #eee;
    height: 100%;
}

.section-2 .section-title-wrap:after {
    content: "";
    position: absolute;
    right: 50%;
    top: 0;
    width: 2px;
    height: 100%;
    background-color: #000;
    z-index: -1;
}




.about__text {
  position: absolute;
  right: 100%;
  bottom: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-transform: translateY(0) !important;
  -ms-transform: translateY(0) !important;
  transform: translateY(0) !important;
}

.about__text::before {
  content: '';
  position: absolute;
  top: 16px;
  right: -4px;
  height: calc(100% - 46px);
  width: 2px;
  background-color: #b4bfc7;
}

.about__text-title {
  font-size: 18px;
  text-transform: uppercase;
  color: #b4bfc7;
  font-weight: 600;
  white-space: nowrap;
  -webkit-transform: rotate(-180deg) translate(-5px, 5px);
  -ms-transform: rotate(-180deg) translate(-5px, 5px);
  transform: rotate(-180deg) translate(-5px, 5px);
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: -13px;
  padding-bottom: 10px;
  -webkit-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
}




.section-2 .field-1-content {
	 font-size: 50px;
    color: #1e2339;
    font-weight: 700;
    margin:0 0 20px 0;
}

.section-2 .field-2-content {
	font-size:20px;
	font-weight:400;
}








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

.accordion-item {
  	
}

.accordion-header {
    padding: 20px 40px 20px 20px;
    cursor: pointer;
    position: relative;
    font-size: 20px;
    font-weight: 500;
    border-top: 1px solid #000;
    margin: 0 auto;
}


.accordion-item:first-child .accordion-header {
    border-top: 0px solid #000;
}


.accordion-header .accordion-title {
 
}

.accordion-content {
  padding: 10px 40px 30px;
  display: none;
}

.accordion-content p {
  font-size: 20px;
	font-weight:400;
}


.accordion-content .file-item {
	margin:0 0 10px 0;
	padding:0 0 0 23px;
	position:relative;
	font-weight: 400;
}

.accordion-content .file-item:before {
    content: "";
    display: block;
    width: 16px;
    height: 20px;
    background-size: cover;
    background-image: url(/wp-content/themes/vmbud/design/doc.svg);
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 0;
}



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


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

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

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



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

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

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
























.down-to-top {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.down-to-top.visible {
    opacity: 1;
    transform: translateY(0);
}

.deep-down-to-top {
    opacity: 0;
    transform: translateY(350px);
    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.deep-down-to-top.visible {
    opacity: 1;
    transform: translateY(0);
}

.left-to-right {
    opacity: 0;
    transform: translateX(-100px);
    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.left-to-right.visible {
    opacity: 1;
    transform: translateX(0);
}

.right-to-left {
    opacity: 0;
    transform: translateX(100px);
    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.right-to-left.visible {
    opacity: 1;
    transform: translateX(0);
}

.delay-1 {
	transition-delay: 0.2s;
}

.delay-2 {
	transition-delay: 0.5s;
}

.delay-3 {
	transition-delay: 0.8s;
}






















.section-3 {
position:relative;
	
}

.section-3:before {
content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
background: #E9EEF2;	
	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/vmbud/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/vmbud/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-4 {
	position:relative;
	position: relative;
    border-radius: 12px;
    margin: 0 auto;
    width: 98%;
}



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



.section-4 .group-zakon-row {
	display:flex;
	gap:10px;
	
}


.section-4 .group-zakon-row .file-item {
    position: relative;
    padding: 0 20px 0 25px;
}


.section-4 .group-zakon-row .file-item:before {
    content: "";
    display: block;
    width: 16px;
    height: 20px;
    background-size: cover;
    background-image: url(/wp-content/themes/vmbud/design/doc.svg);
    top: 5px;
    position: absolute;
    left: 0;
}
























.section-5 {

}









.section-6 {
    width: 100%;
    height: 50vh;
    position: relative;
    background-size: cover;
    background-image: url(/wp-content/themes/vmbud/design/salesdep.jpg);
    background-repeat: no-repeat;
	background-position: 50% 50%;
    display: flex;
    align-items: center;
    background-attachment: fixed;
    backdrop-filter: blur(5px);
    padding: 20px;
}

.section-6 .wrapper {
	max-width: 1000px;
	    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 2;
    border: 1px solid #fff;
    padding: 40px;
    border-radius: 12px;
	    backdrop-filter: blur(10px);
    background-color: rgba(6, 12, 39, .2);
}

.section-6:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(6, 12, 39, .5);
    z-index: 1;
}



.section-6 .title {
	font-size: 50px;
    color: #fff;
    font-weight: 700;
    text-transform:uppercase;
	text-align:right;
}


.section-6 .adress {
	font-size: 18px;
    color: #fff;
    font-weight: 400;
    margin: 0 0 20px 0;
}

.section-6 .phone {
	font-size: 24px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 0px 0;
}



.section-6 .col-1 {
    width: 50%;
    padding: 0 40px 0 0;
    border-right: 1px solid #fff;
}

.section-6 .col-2 {
    width: 50%;
    padding: 0 0 0 40px;
}








.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/vmbud/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/vmbud/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/vmbud/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 {
width: 98%;
    margin: 40px auto;
    border-top: 2px solid #1e2339;
}

footer .flex-row {
  justify-content: 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 .contacts {
	display:flex;
	justify-content:space-between;
}

footer .contacts p {
    font-size: 20px;
    margin: 0 0 5px 0;
}


footer .adress {
	position:relative;
	color:#000;
	display:block;
	padding: 0 0 0 35px;
}

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




footer .phone {
	font-size:20px;
	position:relative;
	padding: 0 0 0 35px;
	color:#000;
	display:block;
	margin:0 0 5px;
}

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

footer .mail {
	font-size:20px;
	position:relative;
	padding: 0 0 0 35px;
	color:#000;
	display:block;
}

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
















footer .socbuttons {
  float: right;
}
	
footer .socbuttons .facebook-link, footer .socbuttons .insta-link, footer .socbuttons .tiktok-link, footer .socbuttons .telegram-link {
position: relative;
width: 35px;
height: 35px;
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: 35px;
height: 35px;
background-size: cover;
	
}
	
footer .socbuttons .facebook-link:before {
	content: '';
	background-image: url("/wp-content/themes/vmbud/design/icons/facebook-link-footer.svg");
}

footer .socbuttons .insta-link:before {
	content: '';
	background-image: url("/wp-content/themes/vmbud/design/icons/insta-link-footer.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/vmbud/images/plus.svg");
	background-size:cover;
	position: absolute;
right: 0;
}

.acor-container input:checked + label:before {
    background-image: url("/wp-content/themes/vmbud/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: 30px;
height: 30px;
background: url("/wp-content/themes/vmbud/design/arrow-top.svg") no-repeat center 50%;
    background-size: cover;	
z-index: 10;
}	









.main-container {
	
}



.slider {
    margin: 20px 20px 0px 20px;
    border-radius: 12px;
    overflow: hidden;
}



















.objects {
	
}

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

.objects .object-item {
	width:32%;
	height:460px;
	border-radius:12px;
	position:relative;
	overflow:hidden;
	margin:0 0 25px 0;
}




.objects .object-item .thumb {
	width:100%;
	height:460px;
	overflow:hidden;
	position:relative;
}

.objects .object-item .thumb img {
	width:100%;
	height:460px;
	object-fit:cover;
	 transform: scale(1);
	transition:1s;
}

.objects .object-item:hover .thumb img {
	transform: scale(1.2);
}



.objects .object-item .thumb:before {
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(30,35,57,0.85) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    z-index: 1;
}

.objects .object-item .title {
	font-size:24px;
	color:#fff;
	position:absolute;
	padding:40px;
	bottom:0;
	left:0;
	z-index: 2;
	max-width: 100%;
}





.objects #show-more-btn {
    border: 1px solid #1e2339;
    color: #1e2339;
    background: transparent;
    border-radius: 32px;
    display: table;
    margin: 0 auto;
    padding: 13px 30px;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
	position:relative;
	transition:0.2s;
	overflow:hidden;
}

.objects #show-more-btn:hover {
    color: #fff;
}

.objects #show-more-btn:before {
    content:"";
	position:absolute;
	top:50%;
	left:0;
	right:0;
	margin:0 auto;
	transform:translateY{-50%};
	width:0;
	height:0px;
	background:#1e2339;
	transition:0.2s;
	z-index:-1;
	border-radius:32px;
}

.objects #show-more-btn:hover:before {
    content:"";
	position:absolute;
	top:0;
	left:0;
	transform:translateY{-50%};
	width:100%;
	height:100%;
}










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

.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/vmbud/design/clock.svg");
background-size: cover;
}



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

article h1 {
    font-size: 50px;
    margin: 0 auto 30px auto;
    color: #1e2339;
    font-weight: 500;
    text-transform: uppercase;
}

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

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

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

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


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

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: 6px;
height: 6px;
	border-radius:50%;
left: 0;
top: 9px;
background: #060c27;
}



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: #060c27;
    border-radius: 4px;
    height: 20px;
    line-height: 1.5;
    font-size: 14px;
    position: absolute;
    left: 0;
	top: 6px;
}

article blockquote, article q {
  quotes: none;
border-radius: 9px;
border: 1px solid #060c27;
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/vmbud/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/vmbud/design/quote2.svg");
background-size: cover;
}

article blockquote p {
  margin:0;
}









.reports {
	background:#e9ecf0;
	padding:80px 0;
}

.reports h2 {
    max-width: 1100px;
    font-size: 44px;
    margin: 0 auto 30px auto;
    color: #1e2339;
    font-weight: 400;
    text-transform: uppercase;
	text-align:center;
}


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





.reports .reports-item {
    border: 1px solid #bec4cc;
	overflow:hidden;
	border-radius:12px;
	position:relative;
	transition:0.4s;
}




.reports .reports-item .meta {
	position:absolute;
	left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
	transform:translateY(-50%);
	width:100px;
	border: 1px solid #ccc;
    padding: 20px;
    border-radius: 6px;
    backdrop-filter: blur(10px);
	text-align:center;
	color:#fff;
	background-color: rgba(0, 0, 0, .2);
}

.reports .reports-item .meta:before {
	content:"";
	position:absolute;
	top:-3px;
	left:0;
	right:0;
	margin:0 auto;
	background-image: url(/wp-content/themes/vmbud/design/dots.svg);
	background-size:cover;
	width: 60px;
    height: 6px;
    z-index: 5;
}





.reports .reports-item .date .day {
    font-weight: 500;
    font-size: 40px;
    line-height: 1;
}

.reports .reports-item .date .month {
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    margin: 0 0 10px 0;
}

.reports .reports-item .date .year {
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
}



.reports .reports-item .meta .title a {
    color:#000;
	transition:0.4s;
}

.reports .reports-item:hover .meta .title a {
    color:#fff;
}



.reports .thumbnail {
	height:300px;
	overflow:hidden;
}

.reports .thumbnail img {
	height:300px;
	object-fit:cover;
}






.other-projects {
	padding: 80px 0 40px 0;
}


.other-projects .wrapper {
	width:90%;
	max-width:1000px;
	margin:0 auto;
	padding:0;
}



.other-projects h2 {
    max-width: 1100px;
    font-size: 44px;
    margin: 0 auto 30px auto;
    color: #1e2339;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
}

.other-projects .list {
	
}

.other-projects .list .item {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items: center;
	padding:40px;
	    border: 1px solid #bec4cc;
	border-radius: 12px;
	    margin: 0 0 25px 0;
	position:relative;
	overflow:hidden;
}

.other-projects .list .item:before {
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:0px;
	height:100%;
	transition:0.3s;
	background: #e9ecf0;
	z-index:-1;
}

.other-projects .list .item:hover:before {
	content:"";
	width:100%;
}




.other-projects .list .item {
	font-size:30px;
	}



.other-projects .list .item:nth-child(odd) .left-side {
	width:50%;
	order:1;
	}

.other-projects .list .item:nth-child(odd) .right-side {
	width:50%;
	order:2;
	
}

.other-projects .list .item:nth-child(even) .left-side {
	width:50%;
	order:2;
	}

.other-projects .list .item:nth-child(even) .right-side {
	width:50%;
	order:1;
}

.other-projects .list .item:nth-child(odd) .right-side {
	text-align:left;
	padding:0 0 0 40px;
	}

.other-projects .list .item:nth-child(even) .right-side {
	text-align:right;
	padding: 0 40px 0 0;
	
}

.other-projects .list .item .thumb {
	height:300px;
	overflow:hidden;
}

.other-projects .list .item .thumb img {
	height:300px;
	object-fit:cover;
}



















.report-page {
	padding:40px 0;
}

.report-page .wrapper {
	width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
}


.report-page h1 {
	max-width: 1100px;
    font-size: 50px;
    margin: 0 auto 30px auto;
    color: #1e2339;
    font-weight: 500;
    text-transform: uppercase;
}


.report-page .report-content {
	margin:40px auto;
	width:90%;
	max-width:1000px;
}

.report-page .report-content iframe {
	width:100%;
	border-radius:12px;
	overflow:hidden;
}


.report-page .go-back {
    color: #000;
    display: table;
    margin: 0 auto;
    padding: 0 30px 0 0;
    position: relative;
}

.report-page .go-back:before {
    content: "";
    position: absolute;
    right: 0px;
    top: 0;
    width: 20px;
    height: 20px;
    background-image: url(/wp-content/themes/vmbud/design/arrow-back.svg);
    background-size: cover;
}







.about {
	
}


.about .accordion-content {
    padding: 10px 40px 30px 20px;
    display: none;
    background: #fff;
    border-radius: 8px;
    font-size: 20px;
}

.about .accordion-content p {
    font-weight: 400;
    line-height: 1.3;
    color: #000;
	margin:0 0 20px 0;
}

.about .accordion-content p:last-child {
    margin:0 0 0px 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;
    width: 98%;
    margin: 0 auto;
}

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



.photogallery_single .owl-carousel .owl-item img {
  display: block;
  width: 100%;
  height: 400px;
  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: 12px;
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:12px;
	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/vmbud/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: 390px;
	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:200px;
	overflow:hidden;
}

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

.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/vmbud/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/vmbud/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;
}
*/









.progress-block {
    margin: 0 0 20px 0;
}

.progress-block .readiness-scale {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 20px 0;
}
		
.progress-container {
    width: 100%;
    background-color: #fff;
    border-radius: 16px;
    overflow: hidden;
    padding: 3px;
    border: 1px solid #bec4cc;
}

.progress-bar {
	border-radius: 16px;
    height: 12px;
    background-color: #48700a;
    width: 0; 
}

.progress-text {
    font-size: 20px;
    opacity: 1;
    transition: opacity 0.5s ease;
    white-space: nowrap;
    padding: 0 20px 0 0;
}

.progress-animate .progress-text {
    opacity: 1; 
}

.progress-block .status {
    margin:0 0 10px 0;
}






















.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.section-title {
    margin: 0 auto 20px auto;
	font-size:40px;
}
	
	
	.header-home .left-col {
		width:70%;
	}
	
	.header-home .site-description {
    font-size: 80px;
}
	
	
	.section-2 .field-1-content {
    font-size: 40px;
}
	
	
	.accordion-header {
   font-size: 18px;
}
	
	.accordion-content p {
    font-size: 18px;
}
	
	.objects .object-item .title {
    font-size: 26px;
}
	
	.section-4 .group-zakon-row .file-item {
    font-size: 16px;
}
	
	footer .contacts p {
    font-size: 18px;
    margin: 0 0 5px 0;
}
	
	footer .contacts a {
    font-size: 18px;
}
	
	article h1 {
    font-size: 40px;
}
	
	article p {
    font-size: 18px;
    margin: 0 auto 20px auto;
}
	
	
	
	.reports .thumbnail {
    height: 300px;
}
	
	.reports .thumbnail img {
    height: 340px;
}
	
	.other-projects .list .item {
    font-size: 26px;
}
	.other-projects h2 {
    font-size: 38px;
}
	
	

	}


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

	
	.navigation {display:none;}
	
	
	.go {
    display: block;
    text-transform: uppercase;
    position: absolute;
    text-indent: -99999px;
    width: 26px;
    height: 18px;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
	
	.go:before {
	content: '';
position: absolute;
top: 0;
left: 0;
width: 26px;
height: 18px;
background-size: cover;
background-image: url("/wp-content/themes/vmbud/design/menu.svg");
}
	
	}





@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-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-home .top-content .left, .header-home .top-content .middle, .header-home .top-content .right {
  width: 30%;
}
	
.header-home .top-content {
    padding: 30px 0;
}
	
	
	.header {
  padding: 0;
}
	
	.header .header-wrapper {
  padding: 20px 0;
margin: 0 auto 20px auto;
}
	
	.header .phone {
  display: none;
}
	

	.header-home .site-description {
    font-size: 40px;
    padding: 20px;
}

	
	
header .socbuttons {
    display:none;
}	
	
	
	
header .top-content-wrap {
    display: block;
    position: relative;
}	
	
	
.top-content .phone {
    margin: 10px 0 0 0;
    display: block;
}

	
	

	
	
	
	
	
	
	.navigation, .search-popup {
		display:none;
	}	
	
	
	
	
.page {
    padding: 20px 0;
}	
	
.wrapper {
    padding: 40px 0;
}	
	
	
h2.section-title {
    margin: 0 auto 20px auto;
    font-size: 30px;
    text-align: left;
}	
	
.section-2 .section-content {
    width: 100%;
    padding: 0 0 0 30px;
}	
	
.section-2 .field-1-content {
    font-size: 22px;
	margin:0 0 10px 0;
}	
	
.section-2 .field-2-content {
    font-size: 16px;
    font-weight: 400;
}	
	
.objects .object-item {
    width: 100%;
    height: 400px;
    margin: 0 0 20px 0;
}	
	
.section-4 .group-zakon-row {
    display: block;
}	
	
	.section-4 .group-zakon-row .file-item {
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 10px 0;
}
	
	
footer .wrapper {
    padding: 40px 0;
}	
	
footer .contacts {
    display: block;
}	
	
footer .contacts p {
    font-size: 18px;
    margin: 0 0 5px 0;
}	
	
footer .contacts a {
    font-size: 18px;
    text-align: left;
}	
	
	footer .adress {
		margin:0 0 20px 0;
	}
	
	footer .phone {
    margin: 0 0 20px 0;
}
	
	footer .col-3 {
		margin:20px 0;
		float:left;
	}
	
	
	
	
	
	
	
article h1 {
    font-size: 30px;
    margin: 0 0 20px 0;
}
	
article p {
    font-size: 16px;
    margin: 0 auto 15px auto;
}	
	

	
.reports h2 {
    font-size: 30px;
    margin: 0 auto 20px auto;
    text-align: left;
}	
	
	.reports {
    background: #e9ecf0;
    padding: 40px 0;
}
	
.reports .reports-item {
    width: 100%;
}	
	
	.progress-text {
    font-size: 16px;
		padding:0 10px 0 0;
}
	
	
	
	.other-projects h2 {
    font-size: 30px;
		text-align:left;
		margin:0 0 20px 0;
}
	
	
	
	
	
	
	
.accordion-header {
    font-size: 16px;
}	
	
	
	
	
	
.other-projects {
    padding: 40px 0 0px 0;
}	
	
.other-projects .list .item {
    font-size: 20px;
    font-weight: 700;
    padding: 20px;
}
	
.other-projects .list .item:nth-child(odd) .left-side, .other-projects .list .item:nth-child(even) .left-side, .other-projects .list .item:nth-child(odd) .right-side, .other-projects .list .item:nth-child(even) .right-side {
    text-align: left;
    padding: 0px 0px 10px 0;
    width: 100%;
	order:1;
}	
	
	
	
	
	
	
	
.section-4 .wrapper {
    padding: 40px 0 0 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;
}
	
	
	
	
	
	
	
	.section-6 .wrapper {
    width: 90%;
    height: 90%;
    display: block;
		padding:30px;
}
	
	.section-6 .col-1 {
    width: 100%;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #fff;
		border-right: 0px;
}
	
.section-6 .title {
    font-size: 30px;
    text-align: left;
}	
	
.section-6 .col-2 {
    width: 100%;
    padding: 20px 0 0 0px;
}
	
.section-6 .adress {
    font-size: 16px;
    margin: 0 0 10px 0;
}
	
.section-6 .phone {
    font-size: 20px;
    margin: 0 0 0px 0;
}	
	
	
	
	
	
	}




@media screen and (max-width: 500px)
.top-content .phone {
    order: 3;
}
}