/**
Theme Name: razom
*/

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

}

/*плавная загрузка страниц*/
@-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: 26px;
	margin:0 0 20px 0;
	
}
h4 {
    font-size: 16px;
}
p {
    line-height: 1.6;
    margin: 0 0 1em 0;
}


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




::selection {
    color: #fff;
    background: #adbaf0;
   }





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


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





.button, button  {
	color: #FFFFFF;
	border-radius: 50px;
	padding: 10px 20px 10px 20px;
text-align: center;
	display: table;
margin: 0 auto;
    background: #ff0051; 
cursor:pointer;
	font-weight:600;
	font-size:18px;
	line-height: 1.4;
	border:none;
}

.button:hover, button:hover {
	background: #000000;
}

.button.black {
	color: #FFFFFF;
	border-radius: 50px;
	padding:10px 20px;
text-align: center;
	display: table;
margin: 0 auto;
    background: #000000; 
cursor:pointer;
	font-weight:500;
	font-size:18px;
}








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


header {

}

.header .header-wrapper {
  width: 90%;
  max-width: 1200px;
  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;
}


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, footer .phone  {
    position: relative;
    padding: 0 0 0 27px;
    font-size: 18px;
}

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






















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










.social-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
}


.social-link {
    text-indent:-9999px;
	width:36px;
	height:36px;
	background: #ff0051;
	border-radius:50%;
	position:relative;
	text-indent:-9999px;
}



.social-link::before {
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff; /* колір іконки */
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
	mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
}





.social-link.social-facebook:before {
    -webkit-mask-image: url('/wp-content/themes/razom/design/icons/facebook.svg');
    mask-image: url('/wp-content/themes/razom/design/icons/facebook.svg');
}

.social-link.social-instagram:before {
    -webkit-mask-image: url('/wp-content/themes/razom/design/icons/insta-link.svg');
    mask-image: url('/wp-content/themes/razom/design/icons/insta-link.svg');
}

.social-link.social-tiktok:before {
    -webkit-mask-image: url('/wp-content/themes/razom/design/icons/tiktok-link.svg');
    mask-image: url('/wp-content/themes/razom/design/icons/tiktok-link.svg');
}

.social-link.social-telegram:before {
	-webkit-mask-image: url('/wp-content/themes/razom/design/icons/telegram-link.svg');
    mask-image: url('/wp-content/themes/razom/design/icons/telegram-link.svg');
}

.social-link.social-youtube:before {
	-webkit-mask-image: url('/wp-content/themes/razom/design/icons/youtube-link.svg');
    mask-image: url('/wp-content/themes/razom/design/icons/youtube-link.svg');
}




















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










.navigation {
    border-top: 1px solid #B6C6D3;
}




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



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

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

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

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







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












.navigation a {
  font-style: normal;
font-weight: 500;
color: #000;
padding: 15px 30px;
display: table;    	
}















 



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

    .navigation ul li {
    position: relative;
    cursor: pointer;
}

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

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


.navigation ul li a:hover:before {
    content:"";
	background:#ff0051;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	margin:0 auto;
	height:2px;
	width:100%;
	transition:0.3s;
}


    .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 .section-content {
	margin:30px 0;
}

section h2.section-title {
    font-size: 44px;
    font-weight: 700;
    margin: 0 0 20px 0;
	text-align:center;
}

section h3.section-subtitle {
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 20px 0;
	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;
}


.flex-row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.flex-row > div {
    flex: 1;
}




.line {
	width:100%;
	position:relative;
	height:1px;
background:#cccccc;
	z-index: 10;
}

.line:before {
	content:"";
	width:10px;
	position:absolute;
	height:10px;
	border-radius:50%;
	top:-5px;
	left:0;
	right:0;
	margin:0 auto;
	background:#ff0051;
}








.section-1 {
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

	
}


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


.section-1 .flex-row {
  align-items:center;
}

.section-1 .left-col {
  flex: 3; /* ~30% */
}

.section-1 .right-col {
  flex: 6; /* ~60% */
}

.section-1 h1 {
    font-weight: 900;
    font-size: 60px;
}


.section-1 .action-buttons {
  display:flex;
	margin:30px 0 0 0;
	gap: 10px;
}

.section-1 .action-buttons .button-1 {
    color: #ff0051;
    border-radius: 50px;
    padding: 10px 20px 14px 20px;
    text-align: center;
    display: table;
    margin: 0 auto;
    background: #fff;
    cursor: pointer;
    font-weight: 600;
    font-size: 18px;
	border:2px solid #ff0051;
}

.section-1 .action-buttons .button-2 {
    color: #FFFFFF;
    border-radius: 50px;
    padding: 10px 20px 14px 20px;
    text-align: center;
    display: table;
    margin: 0 auto;
    background: #ff0051;
    cursor: pointer;
    font-weight: 600;
    font-size: 18px;
	border:2px solid #ff0051;
}








/* ---------- TABLET ---------- */
@media (max-width: 1024px) {
  .section-1 h1 {
    font-size: 42px;
  }

  .section-1 .flex-row {
    gap: 20px;
  }
}

/* ---------- MOBILE ---------- */
@media (max-width: 768px) {
  .section-1 .flex-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .section-1 .left-col,
  .section-1 .right-col {
    flex: none;
    width: 100%;
  }

  .section-1 h1 {
    font-size: 32px;
  }

  .section-1 .action-buttons {
    flex-direction: column;
    width: 100%;
	gap: 10px;  
  }

  .section-1 .action-buttons .button-1,
  .section-1 .action-buttons .button-2 {
    width: 100%;
    text-align: center;
  }
}

/* ---------- SMALL MOBILE ---------- */
@media (max-width: 480px) {
  .section-1 h1 {
    font-size: 36px;
  }

  .section-1 .wrapper {
    padding: 0 0 30px 0;
  }
	.section-1 .action-buttons .button-1,
  .section-1 .action-buttons .button-2 {
    width: 100%;
    gap:10px;
  }
}






















.main-slider {
    overflow: hidden;
    width: 90%;
    margin: 0 auto;
    position: relative;
    border-radius: 9px;
    box-shadow: 0 5px 20px rgb(0 0 0 / 8%);
	margin:0 auto 40px auto;
}

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









.section-2 {

}



.section-2 .promo-row {
	display: flex;
	gap: 20px; 
}

.section-2 .promo-row > div {
	flex: 1; 
	text-align:center;
}




.section-2 .countdown {
    display: flex;
    gap: 10px;
    font-size: 60px;
    justify-content: center;
    color: #ff0051;
    margin: 60px 0;
    flex-wrap: wrap; /* 🔥 важливо */
}

.section-2 .countdown div {
    text-align: center;
    padding: 0 40px;
    border-left: 1px solid #6b6b6b;
}

.section-2 .countdown div:first-child {
    border-left: 0;
}

.section-2 .countdown small {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #000;
}

.section-2 .countdown #days,
.section-2 .countdown #hours,
.section-2 .countdown #minutes,
.section-2 .countdown #seconds {
    font-family: 'Bebas Neue Cyrillic';
 }


@media (max-width: 1024px) {
    .section-2 .countdown {
        font-size: 48px;
        margin: 40px 0;
    }

    .section-2 .countdown div {
        padding: 0 25px;
    }
}

@media (max-width: 768px) {

    .section-2 .countdown {
        font-size: 36px;
        gap: 15px;
    }

    .section-2 .countdown div {
        padding: 10px 15px;
        border-left: none;
        border-top: 1px solid #6b6b6b;
    }

    .section-2 .countdown div:first-child {
        border-top: none;
    }

    .section-2 .countdown small {
        font-size: 12px;
    }
}


@media (max-width: 480px) {

    .section-2 .countdown {
    display: flex;
    gap: 10px;
    font-size: 60px;
    justify-content: center;
    color: #ff0051;
    margin: 30px 0;
    flex-wrap: wrap;
}

.section-2 .countdown div {
    text-align: center;
    padding: 0 40px;
    width: 45%;
    background: #fff;
    border: 0;
    padding: 20px;
}

    .section-2 .countdown small {
        font-size: 12px;
    }
}













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

.accordion .accordion-item {
    border-bottom:1px solid #494949;
	margin:25px 0 0 0;
}

.accordion .accordion-item:last-child {
    border-bottom:0px;
}

.accordion .accordion-item:first-child {
    margin:0 0 0 0;
}


.accordion-header {
    padding: 0px 50px 25px 0px;
    cursor: pointer;
    position: relative;
    font-size: 24px;
    font-weight: 500;
    color: #ffffff;
	display:flex;
	align-items:center;
}

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

.accordion-content {
    padding: 0px 50px 25px 0px;
    display: none;
	color: #fff;
}





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

.accordion-symbol:before {
    content: "";
    display: block;
    width: 35px;
    height: 35px;
    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;
	background:#fff;
}



@media (max-width: 1024px) {
    .section-3 .left-col,
    .section-3 .right-col {
        flex: none;      /* прибираємо flex */
        width: 48%;      /* дві колонки майже рівні, щоб не було проблеми з gap */
    }
}

@media (max-width: 768px) {
    .section-3 .flex-row {
        flex-direction: column; /* колонки одна під одною */
        gap: 20px;              /* відступ між ними */
    }

    .section-3 .right-col {
        width: 100%;  /* повна ширина */
       order:1;
    }
	
	.section-3 .left-col{
        width: 100%;  /* повна ширина */
        order:2;
    }
}


@media (max-width: 480px) {
    .section-3 .flex-row {
        gap: 15px;
    }
}
































.section-4 {
    
}

.section-4 .tariff-card {
	background: #fff;
    padding: 40px 40px 140px 40px;
    text-align: center;
    border-radius: 6px;
    position: relative;
}



.section-4 li {
	text-align:left;
}



.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-4 .tariff-card__footer {
	position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
}

.section-4 .tariff-card__pricing {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
    gap: 20px;
}

.section-4 .tariff-card__old-price {
	text-decoration: line-through;
}

.section-4 .tariff-card__price {
	color:#ff0051;
	font-weight: 700;
	font-size: 44px;
}

@media (max-width: 1024px) {
    .section-4 .tariff-card {
        padding: 30px 30px 120px 30px;
    }

    .section-4 .tariff-card__price {
        font-size: 36px;
    }

    .section-4 .content {
        gap: 20px;
    }
}

@media (max-width: 768px) {

    .section-4 .content {
        flex-direction: column;
    }

    .section-4 .content .left-col,
    .section-4 .content .right-col {
        width: 100%;
    }

    .section-4 .tariff-card {
        padding: 25px 20px 120px 20px;
    }

    .section-4 .tariff-card__price {
        font-size: 32px;
    }
}

@media (max-width: 600px) {
	
	.section-4 .content {
        flex-direction: column;
    }

    .section-4 .tariff-card {
        padding: 20px 15px 110px 15px;
    }
	
	.section-4 .tariff-card__footer {
    bottom: 25px;
}

    .section-4 .tariff-card__price {
        font-size: 26px;
    }

    .section-4 .tariff-card__pricing {
        gap: 10px;
    }
}


.section-5 {
	background:#fff;
}


.section-5 .item {
	background:#f2f0f0;
	border-radius:9px;
	padding:20px;
	text-align:center;
	position:relative;
	    margin-top: 20px;
}

.section-5 .item:before  {
	content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -13px;
    background: #fff;
    border-radius: 50%;
    border: 3px solid #fff;
    background-image: url(/wp-content/themes/razom/design/check.svg);
    background-size: cover;
}







.section-6 {
	
}

.section-6 .flex-row {
	background:#fff;
	align-items:center;
	padding:40px;
	border-radius:9px;
}

.section-6 .left-col {
	border-radius:9px;
	width:50%;
}

.section-6 .program-num {
    font-size: 20px;
    color: #ff0051;
    margin: 10px 0 0 0;
    font-weight: 600;
}


.section-6 .program-subject {
	font-size:26px;
	padding: 0px 0 20px 0;
}

.section-6 .program-descr {
	padding:20px 0 0;
	position:relative;
}

.section-6 .program-descr:before {
	content:"";
	width:30%;
	height:2px;
	background:#ff0051;
	position:absolute;
	top:0;
	left:0;
}

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

.section-6 .owl-carousel {
	margin:20px 0 0 0;
}

.section-6 .owl-carousel .program-image {
	height:380px;
	object-fit:cover;
	border-radius:9px;
	overflow:hidden;
}

.section-6 .owl-carousel .program-image img {
	height:380px;
	object-fit:cover;
}









@media (max-width: 600px) {
	
	
	.section-6 .flex-row {
    padding: 20px;
}
	
	.section-6 .left-col {
    width: 100%;
    flex: none;
}
}



















.section-7 {
	background:#fff;
}

.section-7 .video-frame {
	border-radius:9px;
}

iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  display: block;
	border-radius:9px;
}














.section-8 {
	background:#1f1f1f;
	color:#ffffff;
}

.section-8 .section-title {
	color:#ffffff;
}

.section-8 .blocks {
    display: flex;
    align-items: stretch;
	flex-wrap: wrap;
    gap: 20px;
}

.section-8 .item {
    flex: 1 1 calc(24% - 20px);
    display: flex;
    flex-direction: column;
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
border:1px solid #494949;
	border-radius:9px;
	padding:20px;
}

.section-8 .item li {
    font-size:16px;
	padding-left: 20px;
}

.section-8 li:before {
    content: "";
    width: 10px;
    height: 10px;
}














.contact-form {
	width:100%;
	max-width:600px;
	margin:0 auto;
	position:relative;
}



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

.contact-form input {
  width: 100%;
  padding: 15px 15px 15px 45px;
  border: 1px solid #dae3ea;
  border-radius: 9px;
  font-size: 14px;
  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 {
    display: block;
    width: 220px;
    position:relative;
    margin: 20px auto 0;
    padding: 10px 20px;

    border: 2px solid #ff0051;
    border-radius: 50px;

    background: transparent;
    color: #ff0051;

    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.3;
    letter-spacing: 1px;

    cursor: pointer;
    transition: all 0.3s ease;
}


.contact-form .send:hover:before {
    
}



.contact-form .send:active {
    transform: scale(0.97);
}

.contact-form .send:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 0, 81, 0.3);
}







.contact-form input:focus, .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 #ff0051;
}

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
























.section-9 .slide-review {
    background: #fff;
    border-radius:9px;
}

.section-9 .review-item {
    padding: 40px 60px;
	position:relative;
}

.section-9 .review-item:before {
	content:"";
	position:absolute;
	right:-1px;
	top:50%;
	transform: translateY(-50%);
    width:1px;
	height:200px;
	background:#ccc;
	
}

.section-9 .item .review-photo {
	width: 150px;
	height:150px;
border-radius: 50%;
overflow: hidden;
margin: 0 auto 20px auto;
}

.section-9 .item .review-name {
	font-size:26px;
	font-weight:500;
	text-align:center;
	margin:10px 0;
}

.section-9 .item .review-text {
	font-size:18px;
	font-weight:500;
	text-align:center;
	margin:0 0 10px 0;
}


.section-9 .item .review-date {
	font-size:16px;
	font-weight:500;
	text-align:center;
}










.main-page-container .section-9 {
	background:#ffffff;
}

.main-page-container .section-9 .slide-review {
    background: #f2f0f0;
}














.section-10{
background:#fff;
}


.section-10 .wrapper{

}

.section-10 .owl-carousel .item {
    border-radius: 9px;
    overflow: hidden;
    height: 390px;
}

.section-10 .owl-carousel .item img {
min-height:390px;
	object-fit:cover;
}



























.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-9 .tariffs {
  display: flex;
  gap: 30px;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
}

.section-9 .tariff {
  flex: 1 1 400px;
  max-width: 500px;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  background: #fff;
}

.section-9 .tariff h3 {
  font-size: 22px;
  margin-bottom: 10px;
}

.section-9 .price {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #e63946;
}

.section-9 .tariff ul {
  padding-left: 20px;
}

.section-9 .tariff li {
  margin-bottom: 10px;
  line-height: 1.4;
}




















.section-11 {
	background:#1f1f1f;
}

.section-11 .section-title {
	color:#ffffff;
}





















.section-cta {
	position:relative;
}



.section-cta .wrapper {
    position: relative;
    padding: 0;
    width: 90%;
}

.section-cta .wrapper:after {
	content:"";
	position:absolute;
	top:50%;
	left:0;
	transform: translateY(-50%);
	width:100%;
	height:70%;
	background: #ff0051;
	z-index:-1;
	border-radius:9px;
}

.section-cta .flex-row {
    display: flex;
    align-items: center;
    gap: 0px;
}

.section-cta .left-col {
    flex: 1; 
	text-align:center;
}

.section-cta .right-col {
    flex: 0 0 35%; 
}

.section-cta .right-col img {
    width: 100%;
    height: auto;
    display: block;
}

.section-cta h3 {
	font-family: 'Bebas Neue Cyrillic';
    letter-spacing: 3px;
	color:#fff;
	font-size:100px;
}



.section-cta .button {
    position: relative;
    color: #ff0051;
    border-radius: 50px;
    padding: 20px 40px;
    line-height: 1.2;
    text-align: center;
    display: inline-block;
    margin: 0;
    background: #fff;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 44px;
	letter-spacing: 1px;
	font-weight: 500;
    box-shadow: 0 5px 15px rgba(0,0,0,0.5);
	font-family: 'Bebas Neue Cyrillic';
	transition:0.3s;
}

/* пульсуюче кільце */
.section-cta .button::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50px;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
    animation: pulse-ring 2s infinite;
}

.section-cta .button:hover {
    box-shadow: 0 1px 5px rgba(0,0,0,0.5);
}



.section-cta .button:hover::before {
    animation: none;
}

@keyframes pulse-ring {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
    }
    70% {
        box-shadow: 0 0 0 25px rgba(255, 255, 255, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}







@media (max-width: 1024px) {
	
	.section-cta h3 {
    font-size: 80px;
}
	}
	
	@media (max-width: 900px) {
.section-cta h3 {
    font-size: 60px;
}
		
	.section-cta .button {
    padding: 15px 30px;
    font-size: 40px;
}	
	
}

	@media (max-width: 600px) {
.section-cta h3 {
    font-size: 24px;
    margin: 0 0 10px 0;
}
	.section-cta .button {
    padding: 15px 30px;
    font-size: 20px;
}	
	
}











 .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;
	background:#fff;
	font-size:14px;
}

footer .flex-row {
  align-items:center;
}

footer h2 {
	text-align:center;
}

footer a {
	
}

footer a:hover {
	
}

footer .wrapper {
	
}



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

footer .logo {
	width:300px
}




footer .text {
	margin:10px 0;
}

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






footer .mail {
	font-size:16px;
	position:relative;
	display:block;
	margin:20px 0;
}



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




footer .navigation {
    border-top: 0px;
    margin: 0 0 40px 0;
}




.footer-sitemap {
    list-style: none;
    padding: 0;
	margin:40px 0 0 0;
}

.footer-sitemap li {
    margin-bottom: 5px;
}

.footer-sitemap a {
    text-decoration: none;
	font-size:14px;
}





















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



































































 


































































 
 

 

 
 
 








	
	




































.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: #ff0051 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: 1200px;
    margin: 40px auto 40px auto;
   
}

.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 {
    background: #fff;
    border-radius: 6px;
    padding: 40px;
	margin:0 0 30px 0;
}



.post-header-row {
    display: flex;
    align-items: center;
}

.post-header-row > div {
    flex: 1;
}



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



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

.post-meta h1 {
	font-weight: 900;
    font-size: 60px;
}








.post-content {
	background: #fff;
    border-radius: 6px;
    padding: 40px;
	margin:0 0 30px 0;
}











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

article h1 {
    font-size: 40px;
    margin: 0 auto 40px auto;
    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: #0054A6;
}


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

















.cabinet {
	width: 90%;
    max-width: 1200px;
    margin: 40px auto 40px auto;
}

.courses {
	background: #fff;
    border-radius: 6px;
    padding: 40px;
    margin: 0 0 30px 0;
}

.courses-grid {
	display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.course {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgb(0 0 0 / 8%);
    text-align: center;
    padding-bottom: 20px;
    transition: 0.3s;
    position: relative;
}













.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: 300px;
display: block;
	border-radius:9px;
	overflow: hidden;
}



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

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

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

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















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













































	























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










































/*----------------------------- Головна сторінка ------------------------------------------*/


.projects {
    padding: 60px 0;
}

.projects-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.projects-grid > * {
    width: calc(33.333% - 20px);
}

.project-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    text-align: center;
    padding-bottom: 20px;
    transition: 0.3s;
	position:relative;
}

.project-card:hover {
    transform: translateY(-5px);
}

/* Зображення */
.project-image img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

/* Заголовок */
.project-title {
    font-size: 20px;
    padding: 20px;
}

/* Кнопка */
.project-btn {
    display: inline-block;
    color: #ff0051;
    text-decoration: none;
    border-radius: 6px;
    transition: 0.3s;
	position:absolute;
	bottom:20px;
	left:0;
	right:0;
	margin:0 auto;
}

.project-btn:hover {
    color: #000000;
}

/* 📱 Адаптив */

@media (max-width: 1024px) {
	
	.projects-grid {
    gap: 20px;
}
	
    .projects-grid {
        grid-template-columns: repeat(2, 1fr);
    }
	
	.projects-grid > * {
    width: calc(49% - 20px);
}
	
}

@media (max-width: 600px) {
    	.projects-grid > * {
    width: calc(100% - 20px);
}
}





.cources {
	
}

.cources .cda-consult{
	padding:40px;
	text-align:center;
	display: flex;
    align-items: center;
	justify-content: center;
    gap: 40px;
	border-radius: 9px;
	background: #f2f0f0;
	margin:40px 0 0 0;
}

.cources .left-col {
	
}


.cources .right-col {
	
}

.cources .cda-consult h3 {
	    color: #ff0051;
	    font-family: 'Bebas Neue Cyrillic';
    letter-spacing: 3px;
     font-size: 50px;
	
}

.cources .cda-consult .descr {
	    
}


.cources .cda-consult .button {
    position: relative;
    color: #ffffff;
    border-radius: 50px;
    padding: 20px 20px;
    line-height: 1.2;
    text-align: center;
    display: inline-block;
    margin: 0;
    background: #ff0051;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 30px;
	letter-spacing: 1px;
	font-weight: 500;
    box-shadow: 0 5px 15px rgba(0,0,0,0.5);
	font-family: 'Bebas Neue Cyrillic';
	transition:0.3s;
}

/* пульсуюче кільце */
.cources .cda-consult .button::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50px;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
    animation: pulse-ring 2s infinite;
}

.cources .cda-consult .button:hover {
    box-shadow: 0 1px 5px rgba(0,0,0,0.5);
}



.cources .cda-consult .button:hover::before {
    animation: none;
}

@keyframes pulse-ring {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
    }
    70% {
        box-shadow: 0 0 0 25px rgba(255, 255, 255, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}


@media screen and (max-width: 800px) {
	
	.cources .cda-consult{
	padding:30px;
	text-align:center;
	display: block;
    margin:30px 0 0 0;
}
	
	.cources .cda-consult .left-col {
	    margin:0 0 20px 0;
}

}



@media screen and (max-width: 600px) {
	
.cources .cda-consult h3 {
	    font-size: 40px;
	
}

}


@media screen and (max-width: 400px) {
	
.cources .cda-consult h3 {
	    font-size: 30px;
	
}
	
	.cources .cda-consult .button {
    font-size: 20px;
}

}








@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 {
    flex: auto;
		padding: 0 30px;
    text-align: center;
    position: relative;
    width: 50%;
}
	
	.section-2 .item::before {
    content: none;
}
	
	
	
.section-3 .row-items .item {
    padding: 20px 20px 80px 20px;
}	
	
	
	
	
.section-3 .more {
    bottom: 20px;
}	
	
	.accordion-header {
    padding: 20px 80px 20px 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-12 .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) {
	
	
	
	h3 {
    font-size: 22px;
    margin: 0 0 15px 0;
}
	
	
	
	
section ul li {
    margin-bottom: 8px;
}	
	
	
	
	
.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;
	}	
	
.toggle-button {
    width: 40px;
    height: 40px;
    background: #fff;
    border: none;
    font-size: 24px;
    cursor: pointer;
    transition: transform 0.3s ease;
    border-radius: 4px;
	position: relative;
}
	
	.mobile-navi .toggle-button:hover {
    background: #fff;
}

.toggle-button .icon {
	color:#000;
}	
	
	
.toggle-button .icon {
    display: inline-block;
    width: 22px;
    height: 17px;
    background: url(/wp-content/themes/razom/design/menu-open.svg) center/contain no-repeat;
    transition: 0.3s ease;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
}

.toggle-button.open .icon {
	width: 17px;
    height: 17px;
    background-image: url('/wp-content/themes/razom/design/menu-close.svg');
}	
	
	
.toggle-content {
  max-height: 0;
  overflow: hidden;
    border-radius: 9px 9px 9px 9px;
  transition: max-height 0.5s ease, padding 0.5s ease;
  background-color: #ffffff;
	margin: 20px 0;
}

.toggle-content.open {
    max-height: 600px;
    
}
	
.toggle-content .inner {
  padding: 20px;
	border-radius:9px;
	overflow:hidden;
}	
	

	
.toggle-content li a {
    font-size: 20px;
    display: block;
    border-bottom: 1px solid #cccccc;
    padding: 12px 0;
	color: #000000;
}	
	
.toggle-content li:last-child a {
    border-bottom: none;
    padding: 10px 0 0 0;
}	
	
	
	
	
	
	
	
	
	
.section-2 .row {
    display: block;
}	
	
.section-2 .item {
    width: 100%;
    background: #fff;
    margin: 0 0 20px 0;
    border-radius: 16px;
    padding: 20px;
}
	
section h2.section-title {
    font-size: 26px;
}	
	
	
	.accordion {
    margin: 20px 0 0 0;
}
	
	.accordion-header .thumb {
    display: none;
}
	
	
	
	
	
	
	
	

.wrapper {
  padding: 30px 0;
	width: 90%;
}
	

	
	

	
	
	
	
	
	.section-4 .categories .category-item {
  width: 100%;
  text-align: left;
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
		align-items: center;
border: 1px solid #fff;
padding: 20px;
margin: 0 0 20px 0;
border-radius: 6px;
}
	
		.section-4 .categories .category-item:last-child {
  margin: 0 0 0px 0;
}
	
	
	
	
	.section-4 .categories .category-item .cat-image {
  margin: 0;
  width: 20%;
  display: block;
  float: left;
		padding: 0 20px 0 0;
		position:relative;
}
	
	.section-4 .categories .category-item .cat-image:before {
  content:"";
		position:absolute;
		right:0;
		width:1px;
		height:100%;
		background:#fff;
}
	
	.section-4 .categories .category-item .title {
  font-size: 24px;
  float: left;
  width: 80%;
  text-align: left;
  padding: 0 0 0 20px;
}
	
	
	
	
	
	
	
	
footer .flex-row {
  display: block;
}	
	
footer .phone {
  text-align: center;
	padding: 25px 0 0 0px;
	margin: 0 0 20px 0;
}	
	
footer .phone::before {
  left: 0px;
  top: 0;
	right: 0;
  margin: 0 auto;
}
	
	footer .mail {
  padding: 25px 0 0 0;
  margin: 0;
text-align: center;
}
	
	footer .mail::before {
  left: 0px;
  top: 0;
  right: 0;
  margin: 0 auto;
}
	

	
	
	
	.service .docs {
    padding: 20px;
}
	
	
	
.tender-block .tender-title {
    padding: 20px;
}	
	
.tender-block .tender-content {
    padding: 20px;
}	
	
.tender-block .flex-row {
    display: block;
}	
	
.tender-block .middle-row .block {
    width: 100%;
}	
	
.tender-block .middle-row .block {
    width: 100%;
    margin: 0 0 30px 0;
}	
	
	
	

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

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

	

	
	

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

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


	
	
	
	
	
footer .col {
    width: 100%;
	text-align:center;
	margin:0 0 20px 0;
}	
	
footer .logo {
    width: 70%;
    margin: 0 auto;
}	
	
	
	
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;
}
	
	
	
	.accordion-content {
    padding: 0px 20px 20px 20px;
}
	
	
	.archive-item:before, .archive-item:after {
    content: none;
}
	
	
	
	
}








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

	
}




@media screen and (max-width: 480px) {
	
.section-5 .item, .section-6 .item {
    WIDTH: 100%!IMPORTANT;
    FLEX: NONE;
}
	
	
	.section-9 .review-item {
    padding: 20px 20px;
}
	.section-9 .review-item:before {
    content: none;
}
	
	
	.section-cta .button {
    padding: 10px 14px;
    font-size: 18px;
}
	
	
	.accordion .accordion-item {
    margin: 0px 0 0 0;
}
	
	
	
	.accordion-header {
    font-size: 20px;
}
	
	.accordion-symbol {
    top: 50%;
    width: 30px;
    height: 30px;
}
	.accordion-symbol:before {
    width: 30px;
    height: 30px;
}
	
	
	a.back-to-top {
    right: 0px;
    left: 0;
    margin: 0 auto;
    bottom: 0px;
    border-radius: 9px 9px 0 0;
}
	
	
	
	
	}








	
	
	
	
	
	
	

 
 

	