/**
Theme Name: razom
*/

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

}

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







/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    margin-bottom: 12px;
    
}
h1 {
    font-weight: 900;
    font-size: 100px;
}
h2 {
    font-size: 60px;
    font-weight: 700;
	margin:0 0 20px 0;
}
h3 {
    font-size: 20px;
    font-weight: 700;
}
h4 {
    font-size: 14px;
    font-weight: 700;
}
p {
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: #005F0A;text-decoration:none;}

a:hover {color: #0054A6;}


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





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



ul {
	
}

ul li {
position: relative;
    padding: 5px 0px 5px 28px;
    margin: 5px 0;
}

ul li:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background-image: url(/wp-content/themes/razom/design/check.svg);
    width: 17px;
    height: 17px;
    background-size: cover;
}







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






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


header {
  
}

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













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








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

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

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

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








.header-home {
    position: relative;
    width: 100%;
        height: 760px;
    background-image: url(/wp-content/uploads/2024/05/main.jpg);
    background-size: cover;
	background-position: center;
}

header .phone {
    font-weight: 700;
}

header .button {
	    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -20px;
}














header .header-top {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
	padding: 0px 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;
	margin:0 auto;
}

.header-home .header-top {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
	padding: 0px 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;
	position:absolute;
	top:0;
	left:0;
	right:0;
	margin:0 auto;
}

header .header-top .col-1, header .header-top .col-3 {
    width: 20%;
	margin:0 0 20px 0;
	margin: 0 0 70px 0;
}


header .header-top .col-2 {
    width: 33%;
}

header .header-top .col-2 h1 {
  font-size: 25px;
    color: #485254;
    text-align: center;
    font-weight: 500;
    border-radius: 16px;
    background: #fff;
    display: table;
    padding: 5px 30px;
    margin: 20px auto;
}







header .header-wrapper {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
	padding: 0px 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;
	position:absolute;
	top:0;
	left:0;
	right:0;
	margin:0 auto;
}



header .logo {
  width:100%;
	max-width:500px;
	margin:0 auto;
}





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









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




.m-menu {display:none!important;}







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















 

.navigation {
	width: 100%;
    background: #fff;
    border-radius: 0 0 16px 16px;
	box-shadow: 0 2px 20px rgb(0 0 0 / 15%);
    }

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

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

.navigation ul li:before {
      content:none;
    }

.navigation ul li:after {
      content:'';
	height:50%;
	width:1px;
	background:#888b8c;
	position:absolute;
	right:0;
	top:25%;
    }

.navigation ul li:last-child:after {
      content:none;
    }


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

    .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;
	padding: 80px 10px;
}

section h2 {
	text-align:center;
	
}

section.bg {
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(215,221,227,1) 100%); 

}



section .section-title, footer .section-title {
	position:relative;
	margin:0 0 40px 0;
}

section .section-title:before, footer .section-title:before {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-image: url(/wp-content/themes/razom/design/sec-line.svg);
    width: 100px;
    height: 9px;
    background-size: cover;
}



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

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

















.section-1 {
	
}


.section-1 ul {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	
}

.section-1 ul li {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
	height:100px;
	width:30%;
	margin:10px;
	box-shadow: 0 2px 20px rgb(0 0 0 / 15%);
	border-radius: 16px;
	padding:20px;
}













.section-01 {
	
}

.section-01 .text-block {
    width: 100%;
    max-width: 1000px;
    font-size: 22px;
    margin: 0 auto 50px auto;
}

.section-01 .title {
	    position: relative;
    margin: 0 0 40px 0;
    font-size: 60px;
    text-align: center;
    display: block;
    font-weight: 900;
}


.section-01 .flex-row {
    max-width: 1000px;
    align-items: center;
    color: #005f0a;
    text-align: center;
    font-weight: 700;
    margin: 40px auto 40px auto;
	justify-content:center;
}

.section-01 .main {
  font-size:30px;
	color:#F7901D;
}

.section-01 .col-1, .section-01 .col-2, .section-01 .col-3 {
	height: 140px;
    width: 31%;
    box-shadow: 0 2px 20px rgb(0 0 0 / 15%);
    align-items: center;
    display: flex;
    padding: 20px;
    /* border: 1px solid #F7901D; */
    border-radius: 16px;
    background: #fff;
    margin: 0 10px;
}

.section-01 .block-content {
    margin: 0 auto;
}











































































































.section-6 {
	position:relative;
}

.section-6 .block-title {
 font-size: 50px;
    font-weight: 700;
    margin: 0 0 10px 0;
    position: relative;
    text-align: center;
}

.section-6 .descr {
  font-size: 20px;
    font-weight: 500;
    margin: 0 0 20px 0;
    position: relative;
	text-align:center;
}



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

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

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

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



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

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

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

.section-6 .contact-form .send {
color: #fff;
font-family: 'FS Albert Pro';
text-decoration: none;
border: none;
font-size: 16px;
border-radius: 16px;
padding: 15px 40px;
text-align: center;
display:table;
margin: 20px auto 0 auto;
background-color: rgba(0, 95, 10, 1);
cursor: pointer;
overflow: hidden;
	
}





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

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









.section-7 {
	background: #E9EEF2;
}





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

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

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

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

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

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

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



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

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

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











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

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



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

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

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

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
























.section-10 {
	
}


.section-10 .articles-slider {
	
}


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

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

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

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











































 .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 {
	border: none;
    text-decoration: none;
    cursor: pointer;
    font-weight: 900;
    text-transform: uppercase;
    padding: 20px;
    width: 380px;
    display: block;
    border-radius: 16px;
    text-align: center;
    background: #ffe90b;
    background: -moz-linear-gradient(top, #ffe90b 0%, #ff7e2f 100%);
    background: -webkit-linear-gradient(top, #ffe90b 0%,#ff7e2f 100%);
    background: linear-gradient(to bottom, #ffe90b 0%,#ff7e2f 100%);
    border-bottom: 5px solid #ec5621;
    text-shadow: 0 1px 0 #ffe10e;
    box-shadow: 0 2px 20px rgb(0 0 0 / 15%);
    font-size: 24px;
    margin: 0px auto;
    color: #000;
    position: relative;
}

.button:hover {
	color: #fff;
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 .socbuttons {
  float: right;
}
	
footer .socbuttons .facebook-link, footer .socbuttons .insta-link, footer .socbuttons .tiktok-link, footer .socbuttons .telegram-link {
position: relative;
width: 25px;
height: 25px;
background-size: cover;
float: left;
margin: 3px;
	
}
footer .socbuttons .facebook-link:before, footer .socbuttons .insta-link:before, footer .socbuttons .tiktok-link:before, footer .socbuttons .telegram-link:before {
	content: '';
position: absolute;
top: 0;
left: 0;
width: 25px;
height: 25px;
background-size: cover;
	
}
	
footer .socbuttons .facebook-link:before {
	content: '';
	background-image: url("/wp-content/themes/razom/design/icons/facebook-link.svg");
}

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

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

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























.section-05 {
	
}


.tab-slider {
  width: 100%;
  margin: 0 auto;
}

.tab-buttons {
  display: flex;
  justify-content: center;
  justify-content: space-between;
align-items: center;
	margin: 0 0 30px 0;
}

.tab-button {
  width: 24%;
    height:100px;
    padding: 0px 30px;
    line-height: 1.4;
    border-radius: 16px;
    font-family: 'FS Albert Pro';
    cursor: pointer;
    text-align:center;
font-weight: 700;
font-size: 20px;
border:none;
	color:#000;
	background: #fff;
    border: 1px solid #d6d6d6;
}




















.tab-button.active {
  background-color: rgba(0, 95, 10, 1);
    color:#fff;
		position:relative;
	border:1px solid #005f0a;
}

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

}

.tab-pane {
  display: none;
}

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



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

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




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

.section-05 .left-col, .section-05 .right-col {
	width:50%;
}

.section-05 .content {
	padding:0 40px;
}





















.section-06 {
	width: 100%;
    height: 120vh;
	position: relative;
    background-size: cover;
    background-image: url(/wp-content/themes/razom/design/img_bg.jpg);
	background-repeat:no-repeat;
    display: flex;
    align-items: center;
    background-attachment: fixed;
}



.section-06:before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color: rgba(0, 0, 0, .6);
}



.section-06 .content {
    width: 60%;
    margin: 0 auto;
    left: 0;
    right: 0;
    position: absolute;
}




table {
            width: 100%;
            border-collapse: collapse;
			text-align:center;
        }

        th, td {
            padding: 8px;
            text-align:center;
        }



        tr {
            border-bottom: 1px dotted #ccc;
        }

tr:last-child {
            border-bottom: 0px;
        }

        thead th {
            
        }












.section-06 .content .title {
    font-size: 60px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.section-06 .content .discount {
    text-align: center;
    margin: 0 0 20px 0;
}

.section-06 .content .d-title {
    font-size: 30px;
    font-weight: 700;
    color: #F7901D;
    margin: 0 0 10px 0;
}

.section-06 .content .discount .left-col, .section-06 .content .discount .right-col {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-align: center;
	width:45%;
}

.section-06 .content .table-wrap {
	    width: 100%;
    color: #fff;
        border: 1px solid #d6d6d6;
    padding: 40px;
    border-radius: 16px;
	backdrop-filter: blur(10px);
	    margin: 20px 0;
}


















.section-006 {
    padding: 80px 10px 0px 10px;
}

.section-006 .program {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}

.section-006 .program .item {
    padding: 40px;
    width: 30%;
    height: 370px;
    background: #fff;
    box-shadow: 0 2px 20px rgb(0 0 0 / 15%);
    border-radius: 16px;
    margin: 20px;
}

.section-006 .program .title {
    font-size: 30px;
    font-weight: 700;
    padding: 0 0 10px 0;
    margin: 0 0 15px 0;
    position: relative;
}

.section-006 .program .title:after {
	content:'';
	position:absolute;
	bottom:-5px;
	left:0;
	width:30%;
	background:#F7901D;
	height:3px;
	border-radius:3px;
}












.section-07 {
    padding: 80px 10px 0 10px;
}

.section-07 .left-col {
	width:48%;
	padding: 40px;
    box-shadow: 0 2px 20px rgb(0 0 0 / 15%);
    border-radius: 16px;
    margin: 0 0 30px 0;
}

.accordion .title {
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 20px 0;
    position: relative;
}

.accordion-item {
    border-bottom: 2px dotted #d6d6d6;
}

.accordion-header {
    padding: 30px 50px 30px 0px;
    cursor: pointer;
    position: relative;
    font-weight: 500;
}

.accordion-content {
    padding: 0px 50px 18px 30px;
    display: none;
    text-align: justify;
}

.accordion-content p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
}

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

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

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

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



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

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


.section-07 .right-col {
	width:48%;
}

.section-07 .right-col .docs {
	padding:40px;
	box-shadow: 0 2px 20px rgb(0 0 0 / 15%);
    border-radius: 16px;
	margin:0 0 30px 0;
}

.section-07 .right-col .docs .title {
	font-size: 30px;
    font-weight: 700;
    margin: 0 0 20px 0;
    position: relative;
}











.section-08 {
    padding: 80px 10px 0 10px;
}



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




.section-08 .item .slide-container {
    display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.section-08 .item .slide-container .image {
    width: 31%;
    margin: 1%;
}


.section-08 .owl-theme .owl-prev {
    width: 50px;
    height: 50px;
    border: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    background: #fff;
    z-index: 10;
    border-radius: 0 16px 16px 0;
	margin:0;
}

.section-08 .owl-theme .owl-prev::before {
    content: "";
    width: 15px;
    height: 26px;
    position: absolute;
    top: 50%;
    left: 13px;
    transform: translateY(-50%);
    background: url(/wp-content/themes/razom/design/arrow-left.svg);
    background-repeat: repeat;
    background-size: cover;
}

.section-08 .owl-theme .owl-next {
    width: 50px;
    height: 50px;
    border: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    background: #fff;
    z-index: 10;
    border-radius: 16px 0 0 16px;
	margin:0;
}

.section-08 .owl-theme .owl-next::before {
    content: "";
    width: 15px;
    height: 26px;
    position: absolute;
    top: 50%;
    right: 13px;
	left: auto;
    transform: translateY(-50%);
    background: url(/wp-content/themes/razom/design/arrow-right.svg);
    background-repeat: repeat;
    background-size: cover;
}







.section-08 .item .ver {
	height:500px;
	width:20%;
}


.section-08 .item .hor{
	height:200px;
	width:20%;
}














.section-09 {
	
}

.section-09 .item {
	border-radius:16px;
	overflow:hidden;
}

.section-09 .item .thumb {
	position:relative;
}

.section-09 .item .thumb:before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
background: radial-gradient(ellipse at center,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); 

}


.section-09 .item .title {
	color:#fff;
	position:absolute;
	bottom:45px;
	left:40px;
	font-size: 30px;
	border-bottom: 2px solid #F7901D;
}

.section-09 .item .play {
	position:absolute;
	bottom:40px;
	right:40px;
	width:50px;
	height:50px;
	margin:0 auto;
	display:flex;
	align-items:center;
	background-image: url(/wp-content/themes/razom/design/play.svg);
	background-size: cover;
	text-indent: -9999px;
}













footer {

}

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

footer h2 {
	text-align:center;
}










.contact-block {
    display: flex;
    justify-content: center;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.3;
        margin: 0 0 40px 0;
}



.contact-block .phone, .contact-block .adress, .contact-block .mail {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	padding:0 0 0 60px;
	position:relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	margin:0 20px;
}



.contact-block a{
    color:#000;
}

.contact-block .phone:before, .contact-block .adress:before, .contact-block .mail:before {
    content:"";
    position:absolute;
    left:0;
    width:50px;
    height:50px;
    background-size:cover;
}


.contact-block .adress:before {
    background-image: url("/wp-content/themes/razom/design/adress.svg");
}
.contact-block .phone:before {
    background-image: url("/wp-content/themes/razom/design/phone.svg");
}
.contact-block .mail:before {
    background-image: url("/wp-content/themes/razom/design/mail.svg");
}





footer .socbuttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}


	
footer .socbuttons .facebook, footer .socbuttons .instagram, footer .socbuttons .tiktok {
position: relative;
width: 80px;
height: 80px;
background-size: cover;
float: left;
margin: 20px;
	
}
footer .socbuttons .facebook:before, footer .socbuttons .instagram:before, footer .socbuttons .tiktok:before{
	content: '';
position: absolute;
top: 0;
left: 0;
width: 80px;
height: 80px;
background-size: cover;
	
}
	
footer .socbuttons .facebook:before {
	content: '';
	background-image: url("/assets/design/facebook.svg");
}

footer .socbuttons .instagram:before {
	content: '';
	background-image: url("/assets/design/instagram.svg");
}

footer .socbuttons .tiktok:before {
	content: '';
	background-image: url("/assets/design/tiktok.svg");
}

















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


























 


































































 
 

 

 
 
 








	
	








































	











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

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






























.main-container {
	
}

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

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

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







		
		
		
		




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

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

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

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

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

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

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

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

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



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

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

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

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

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

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


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

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


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

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

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

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



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

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

article blockquote, article q {
  quotes: none;
border-radius: 9px;
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;
}









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

.special {
	
}


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

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

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

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

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




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













.photogallery_single {
	position:relative;
}

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



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

.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: 16px;
overflow: hidden;
	transition: 0.3s ease;
	backdrop-filter: blur(5px);
}

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

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





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

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

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

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

.last-news .item {
	height: 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/razom/design/icons/twitter.svg);
    background-size: cover;
    display: block;
    width: 22px;
    height: 22px;
	margin: 0 auto;
}

.twitter:hover{}

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


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

.facebook:hover{}

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

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

.telegram:hover{}











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

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


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

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

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

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




























































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





















































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







/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;width:600px;}
.owl-carousel{display:none;width:100%;z-index:1}
.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}
.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
.owl-carousel .owl-stage-outer{overflow:hidden;-webkit-transform:translate3d(0,0,0); position: relative;}
.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}
.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}
.owl-carousel .owl-item img{display:block;width:100%}
.owl-carousel .owl-dots.disabled {display:none}
.owl-carousel .owl-nav.disabled {display:none}
.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block;position: relative;}
.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.owl-dots {text-align: right;}
.owl-carousel button.owl-dot{background:transparent;color:inherit;border:2px solid #0054A6;border-radius:50%; margin:0 5px;width:10px;height:10px;padding:0!important;font:inherit;outline: none;}
.owl-carousel button.owl-dot.active {background:#FBAE17;border:2px solid #FBAE17;}
.owl-carousel.owl-loading{opacity:0;display:block}
.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}
.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.owl-carousel.owl-grab{cursor:move;cursor:grab}
.owl-carousel.owl-rtl{direction:rtl}
.owl-carousel.owl-rtl .owl-item{float:right}
.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}
.owl-carousel .owl-animated-in{z-index:0}
.owl-carousel .owl-animated-out{z-index:1}
.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}
.owl-height{transition:height .5s ease-in-out}
.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}
.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}
.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}
.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}
.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}
.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}
.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}
.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}
.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
.owl-theme .owl-nav{text-align:center;}



.owl-theme .owl-prev {
  width: 15px;
  height: 26px;
  border: none;
  position: absolute;
  top: 50%;
	transform:translateY(-50%);
  left: -30px;
  background: transparent;
}

.owl-theme .owl-prev::before {
  content: "";
  width: 15px;
  height: 26px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/wp-content/themes/razom/design/arrow-left.svg);
    background-repeat: repeat;
    background-size: auto;
  background-repeat: repeat;
  background-size: auto;
  background-repeat: repeat;
  background-size: auto;
  background-repeat: repeat;
  background-size: cover;
}

.owl-theme .owl-next {
  width: 15px;
  height: 26px;
  border: none;
  position: absolute;
  top: 50%;
	transform:translateY(-50%);
  right: -30px;
  background: transparent;
}

.owl-theme .owl-next::before {
  content: "";
  width: 15px;
  height: 26px;
  position: absolute;
  top: 0;
  right: 0;
  background: url(/wp-content/themes/razom/design/arrow-right.svg);
    background-repeat: repeat;
    background-size: auto;
  background-repeat: repeat;
  background-size: auto;
  background-repeat: repeat;
  background-size: auto;
  background-repeat: repeat;
  background-size: cover;
}


















@media screen and (max-width: 1400px) {
	
	body {
    font-size: 16px;
}
	
	
	h2 {
  font-size: 40px;
}
	
	.navigation ul li {
    padding: 10px 20px;
}
	
	.navigation a {
    font-size: 16px;
}
	
	
	header .socbuttons .facebook-link, header .socbuttons .insta-link, header .socbuttons .tiktok-link, header .socbuttons .telegram-link {
    width: 35px;
    height: 35px;
}
	
	header .socbuttons .facebook-link:before, header .socbuttons .insta-link:before, header .socbuttons .tiktok-link:before, header .socbuttons .telegram-link:before {
    width: 35px;
    height: 35px;
}
	
	
	section {
    padding: 50px 10px;
}
	
	
	
	
	
	
	.section-01 .main {
    font-size: 24px;
}
	
	.section-01 .title {
    margin: 0 0 20px 0;
    font-size: 40px;
}
	
	.section-01 .flex-row {
    margin: 20px auto 20px auto;
}
	
	.section-01 .text-block {
    font-size: 18px;
}
	
	
	.section-01 .col-1, .section-01 .col-2, .section-01 .col-3 {
    height: 100px;
}
	
	
	
	
	.tab-button {
    width: 24%;
    height: 80px;
    padding: 0px 20px;
}
	
	.tab-button .item .icon {
    height: 40px;
    width: 40px;
    margin: 0 20px 0 0;
}
	
	
	
	.section-06 .content .table-wrap {
    padding: 30px;
    margin: 15px 0;
}
	
	.section-06 .content .title {
    font-size: 40px;
}
	
	.section-06 .content .d-title {
    font-size: 24px;
    margin: 0 0 10px 0;
}
	
	.section-06 .content .discount .left-col, .section-06 .content .discount .right-col {
    font-size: 18px;
}
	
	
	
	
	.section-006 {
    padding: 50px 10px 0px 10px;
}
	
	.section-006 .program .item {
    padding: 40px;
    height: 320px;
    margin: 15px;
}
	
	.section-006 .program .title {
    font-size: 24px;
}
	
	
	.section-06 .content {
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    position: absolute;
}
	
.photogallery_single .owl-carousel .owl-item img {
    height: 320px;
}

	
	.accordion .title {
    font-size: 24px;
		margin: 0 0 10px 0;
}
	
	.accordion-content li {
    font-size: 16px;
    margin: 0 0 0 10px;
}
	
	.section-07 .right-col .docs .title {
    font-size: 24px;
    margin: 0 0 10px 0;
}
	
	
	.section-6 .block-title {
    font-size: 40px;
}
	
	
	.section-08 {
    padding: 50px 10px 0 10px;
}
	
	
	.section-09 .item .title {
    font-size: 24px;
}
	
	.contact-block {
    font-size: 18px;
		margin: 0 0 30px 0;
}
	
	
	
	.button {
    padding: 15px;
    width: 340px;
    border-radius: 16px;
    font-size: 20px;
}
	
	
	
	}


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

	
	}





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




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
















@media screen and (max-width: 1100px) {
	
	
	body {
		background:#ccc;
		font-size: 18px;
	}
	
	p {
    margin: 0 0 10px 0;
}
	
	.main-container {
		width:100%;
		max-width:500px;
		margin:0 auto;
		background:#fff;
	}
	
	.header-home {
    position: relative;
    width: 100%;
    height: 580px;
    background-image: url(/wp-content/uploads/2024/05/main-2.jpg);
}
	
	.navigation {
    display: none;
}
	
	
	.header-home .header-top .col-1, .header-home .header-top .col-2, .header-home .header-top .col-3 {
    width: 100%;
    margin: 0 0 10px 0;
    display: flex;
		justify-content:center;
}
	
	.header-home .phone {
    margin: 0 auto;
}
	
	.header-home .header-top .col-2 h1 {
    font-size: 18px;
    padding: 5px 40px;
    margin: 10px auto;
}
	
	header .socbuttons {
    float: none;
    display: flex;
    justify-content: center;
}
	
	
	
	section {
    padding: 30px 0px;
}
	
	section .section-title, footer .section-title {
    margin: 0 0 30px 0;
    font-size: 30px;
		    line-height: 1;
}
	
	
	.section-01 {
    margin: 20px 0 0 0;
}
	
	.section-01 .title {
    margin: 0 0 10px 0;
    font-size: 30px;
    line-height: 1;
}
	
	
	
	.section-01 .block-content {
    font-size:16px;
}
	
	.section-01 .text-block {
    margin: 0 auto 20px auto;
}
	
	.section-01 .col-1, .section-01 .col-2{
    height: auto;
    width: 100%;
    margin: 0 1%;
    padding: 10px;
    margin: 0 0 10px 0;
}
	
	.section-01 .col-3 {
    height: auto;
    width: 100%;
    margin: 0 1%;
    padding: 10px;
    margin: 0 0 0px 0;
}
	
	.tab-buttons {
    margin: 0 0 20px 0;
}
	
	.tab-button {
    width: 24%;
    height: 75px;
    padding: 0px 0px;
}
	
	.tab-button .item .icon {
    height: 35px;
    width: 35px;
    margin: 0 auto;
}
	
	
	.tab-button .item .title {
    display:none;
}
	
	.button {
    width: 80%;
}
	
	
	
	.section-05 .left-col {
    width: 100%;
		order:1;
}
	
	.section-05 .right-col {
    width: 100%;
		order:2;
}
	
	.section-05 .image {
    margin: 0 0 10px 0;
}
	
	.section-05 .content {
    padding: 0px 0 0 0;
}
	
	.section-006 {
    padding: 30px 0px 0px 0px;
}
	
	.section-006 .program {
    justify-content: space-between;
}
	
	.section-006 .program .item {
    padding: 30px 30px 20px 30px;
    height: auto;
    margin: 0 0 20px;
    width: 100%;
}
	
	
	
	.section-006 .program .title {
    font-size: 22px;
    text-align: center;
    margin: 0 0 10px 0;
}
	
	.section-006 .program .title:after {
    bottom: -1px;
    left: 0;
    right: 0;
    width: 50px;
    height: 2px;
    margin: 0 auto;
}
	
	.photogallery_single .owl-carousel .owl-item img {
    height: 240px;
}
	
	.section-06 {
    height: auto;
    display: block;
}
	
	
	
	.section-06 .content .title {
    font-size: 30px;
    line-height: 1;
}
	
	.section-06 .content {
    width: 90%;
    margin: 0 auto;
    left: 0;
    right: 0;
    position: relative;
	font-size: 16px;	
}
	
	.section-06 .content .table-wrap {
    padding: 10px;
    margin: 15px 0;
}
	
	.flex-row {
    width: 100%;
}
	
	.section-06 .content .discount .left-col, .section-06 .content .discount .right-col {
    font-size: 18px;
    width: 100%;
    margin: 0 0 10px 0;
}
	
	
	.section-07 {
    padding: 30px 0px 0 0px;
}
	
	.section-07 .left-col, .section-07 .right-col {
    width: 100%;
    padding: 30px;
    margin: 0 0 20px 0;
}
	
	.section-07 .right-col {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0;
}
	
	.section-07 .right-col .docs {
    padding: 30px;
    box-shadow: 0 2px 20px rgb(0 0 0 / 15%);
    border-radius: 16px;
    margin: 0 0 0px 0;
}
	
	.accordion-header {
    padding: 20px 50px 20px 0px;
}
	
	.accordion-symbol, .accordion-symbol:before {
    width: 30px;
    height: 30px;
}
	
	
	.section-6 .block-title {
    font-size: 30px;
}
	
	.section-6 .left-col {
    width: 100%;
    padding: 0 0px 0 0;
}
	.section-6 .right-col {
    width: 100%;
    padding: 0 0 0 0;
    margin: 20px 0 0 0;
}
	
	
	.section-08 {
		
    padding: 20px 5% 0 5%;
}
	
	.section-08 .owl-theme .owl-prev, .owl-theme .owl-prev {
    width: 30px;
    height: 30px;
    background: #fff;
    left: -5px;
    border-radius: 6px;
    border: 1px solid #ccc;
}
	
	.section-08 .owl-theme .owl-next, .owl-theme .owl-next {
    width: 30px;
    height: 30px;
		background:#fff;
		right: -5px;
		border-radius: 6px;
    border: 1px solid #ccc;
}
	
	.section-08 .owl-theme .owl-prev::before, .owl-theme .owl-prev::before {
    width: 9px;
    height: 16px;
    left: 8px;
		top: 50%;
    transform: translateY(-50%);
}
	
	.section-08 .owl-theme .owl-next::before, .owl-theme .owl-next::before {
    width: 9px;
    height: 16px;
   right:9px;
		top: 50%;
    transform: translateY(-50%);
}
	
	
	.section-09 .item .play {
    bottom: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
}
	
	.section-09 .item .title {
    bottom: 15px;
    left: 20px;
    font-size: 18px;
}
	
	
	
	.contact-block {
    display: block;
    margin: 0 0 30px 0;
}
	.contact-block .phone, .contact-block .adress, .contact-block .mail {
    width: 100%;
    padding: 50px 0px 0 0;
    border-radius: 16px;
    margin: 0 0 20px 0;
    display: block;
    text-align: center;
    font-size: 20px;
}
	
	.contact-block .phone:before, .contact-block .adress:before, .contact-block .mail:before {
    width: 40px;
    height: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
}
	
	}





