@import url(libs.css);
@import url(fonts.css);
.trp-ls-shortcode-current-language, .trp-ls-shortcode-language {
    width: 100% !important;
}
body{	
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: normal;
	color: #333333;
}
html, body{overflow-x:hidden;}
ul{
	padding: 0;
	list-style: none;
	margin: 0;
}

a, a:hover{text-decoration: none;}
.clr{clear:both;}
a, img, input, button, select{outline: none}

.header-top{
	background: #1FA475;
	position: relative;
	z-index: 2;
}

.header-top-menu>a{
    color: #fff;
    opacity: 0.8;
    line-height: 63px;
    display: block;
    max-width: 250px;
    padding-left: 15px;
    margin-left: -15px;		
}
.header-top-bino{
	height: 100%;
}
.header-top-bino>div{
    height: 100%;
    display: flex;
	position: relative;
    align-items: center;
    padding: 0 15px;
}
.header-top-menu>a>span {
    margin-left: 10px;	
}
.header-top-menu>a>span>i{
	font-size: 10px;
}
.header-top-action{
	display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 65px;	
}
.header-top-lang>a{
    color: #fff;
    opacity: 0.8;	
}
.header-top-lang>a>i{
    font-size: 10px;
    float: right;
    line-height: 18px;
    margin-left: 3px;
}
.header-top-action>div{
	margin-left: 30px;
}

.header-top-search form {
    background: #fff;
    border-radius: 20px;
    padding: 4px 10px;
}

.header-top-search form input[type=text]::placeholder{
	color: #909090;
}
.header-top-search form input[type=text]{
	background: none!important;
	border: 0!important;
}
.header-top-search form button{
	background: none!important;
	border: 0!important;	
	color: #1fa374;
    outline: none;	
	cursor: pointer;
}
.header-top-bino div{ 
    color: #fff;
    opacity: .8;
    font-size: 32px;	
	overflow: hidden;
}
.header-bottom-dekstop-menu{
	width: calc(100% - 60px);
	height: 100%;
	float: left;
}
.header-bottom-burger-menu{
    float: right;
    height: 100%;
    display: flex;
    align-items: center;
}
.header-bottom-burger-menu a{
    color: #1FA475;
    font-size: 30px;
}
.header-bottom-dekstop-menu ul ul{
	display: none;
}
.header-bottom-dekstop-menu>ul{
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: space-around;
}
.header-bottom-dekstop-menu>ul>li>a{
    color: #333;
    text-transform: uppercase;
    display: block;
    text-align: center;
}
.header-bottom{	
    box-shadow: 0 0 16px -3px #000;
    position: relative;
    z-index: 1;	
}
.header-bottom-logo{
	padding: 10px 0;	
	display: block;
}
.header-bottom-dekstop-menu>ul>li{
    height: 100%;
    align-items: center;
    display: flex;	
	border-top: 4px solid #fff;
	border-bottom: 4px solid #fff;
	position: relative;
}
.header-bottom-dekstop-menu>ul>li>ul{
    position: absolute;
    background: #fff;
    width: 200px;
    z-index: 991;
    left: 0;
    top: calc(100% + 4px);
    display: none;
	padding: 10px 0;
}
.header-bottom-dekstop-menu>ul>li>ul a{
	display: flex;
    color: #333;    
    font-size: 14px;
    padding: 0 10px;
    height: 40px;
    align-items: center;
}
.footer-top{
	background: #F2F2F2;
}

.footer-top-logos {
    padding: 20px 0;
    border-bottom: 1px solid #E0E0E0;	
}

.footer-top-logos .slick-slide{
height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-top-contacts, .footer-top-subscribe{
	padding: 20px 0;
}
.footer-top-contacts-info li{
	margin-bottom: 1em;
}
.footer-top-contacts-info a{
	color: #333;
}
.footer-top-contacts-info a i{
	color: #1FA475;
}
.footer-top-contacts-social ul{
	display: flex;
}
.footer-top-contacts-social a{
    background: #1FA475;
    width: 30px;
    display: block;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    margin-right: 10px;
}

.footer-top-subscribe form {
	display: block;
}

.footer-top-subscribe form p {
    display: flex;
}
.footer-top-subscribe input[type=text]::placeholder{
	color: #909090;	
}
.footer-top-subscribe input[type=text]{
	background: white;
	border: 0!important;
	padding-left: 10px;
	height: 39px;
    max-width: 250px;
}
.footer-top-subscribe input[type=submit]{
    background: #1FA475;
    color: #fff;
    border: 0;
    float: right;
    padding: 10px;
}
.footer-bottom-author{text-align: right;}
.footer-bottom-copyright, .footer-bottom-author{
    margin: 0;        
    font-size: 14px;
    color: #909090;
    height: 50px;
    line-height: 50px;	
}
.home-section-2{
	padding: 20px 0;
}
.home-section-2 a span{
    font-weight: 500;
    font-size: 36px;
    color: #fff;
    position: absolute;
    left: 7%;
    bottom: 15%;	
}
.home-section-2 a{
	display: block;
	background-color: #1FA475;
	background-repeat: no-repeat;
	background-position: 102% 102%;
	position: relative;
	transition: all .2s linear;
}



.home-section-3, .home-section-5{
    background: #F2F2F2;
    padding: 20px 0;	
}
.home-section-3 .section-content .img-container img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.home-section-3 .section-content h4 {
	margin: 0;
}
.home-section-3 .section-content a{
    display: block;
    height: 100%;	
}
.home-section-3 .section-content h4 a{
    font-weight: 500;
    font-size: 22px;
    color: #fff;    
    text-align: center;
    text-transform: uppercase;  
    background: #1fa475;
    height: 60px;
    display: flex;
    align-items: center;   
    padding: 0 10px;	
	justify-content: center;	
}
.home-section-3 .section-content .row>div{
	margin-bottom: 30px;
	overflow: hidden;
}
.home-section-3 .section-content .text-container{
	display: none;
    height: 170px;
    border-top: 3px solid #C4C4C4;
    background: #1fa475;
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    padding: 7px 15px;
	position: relative;
}
.home-section-3 .section-content .text-container a{
	height: auto;
    position: absolute;
    color: #fff;
    right: 0;
    bottom: 0;
    background: #1D9067;
    padding: 5px 9px;	
}

.section .section-title{
	border-bottom: 1px solid #E0E0E0;
	margin: 30px 0;
}
.section .section-title h3{
    font-weight: 500;
    font-size: 30px;	
}

.home-section-4-items .img-container{
	position: relative;
}

.home-section-4-items .img-container img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.home-section-4-items .img-container span{
    display: block;
    position: absolute;
    left: 20px;
    top: 20px;
}

.home-section-4-items .row .row .img-container span{
	left: 7px;
	top: 10px;
}

.home-section-4-items .img-container span a{	
    color: #333;
	box-shadow: 0 0 12px -2px #000;
    padding: 3px 9px;
    background: #ffc857;
    border-radius: 20px;
}

.home-section-4-items .img-container div{	
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(31, 164, 117, 0.75);
	display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 20px;	
}

.home-section-4-items .row .row .img-container div{	
    padding: 2px 10px;
}

.home-section-4-items .img-container div small{	
	font-weight: 500;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
}
.home-section-4-items .img-container div a{	
    color: #fff;
    float: right;
    font-size: 20px;
    opacity: .8;
}

.home-section-4-items .row .row .img-container div a,
.home-section-4-items .row .row .text-container-description{
	display: none;
}

.home-section-4-items .img-container{height: 250px;}
.home-section-4-items .row .row .img-container{height: 90px;}
.home-section-4-items .text-container-title h5{
	margin: 0;
	font-weight: 500;
    font-size: 16px;	
}
.home-section-4-items .text-container-title h5 a{
    font-weight: 500;
    font-size: 16px;		
	color:#333;
}
.home-section-4-items .text-container{
    display: flex;	
}
.home-section-4-items .text-container-title{
	padding: 20px 20px 30px 20px;	
}
.home-section-4-items .text-container-description{
    padding: 20px 20px 30px 0px;
	min-width: 50%;	
}
.home-section-4-items .text-container-description p{
	font-size: 14px;
	margin: 0;
}
.home-section-4-items .row .row .text-container-title{

	padding: 10px 0 0px 10px;
}

.home-section-4-items>.row>.col-md-6:nth-child(2) .row{
	height: 100%;
}

.home-section-4-items>.row>.col-md-6:nth-child(2) .row .col-md-6{
	height: 46%;
}

.home-section-4-items>.row>.col-md-6:nth-child(2) .row .col-md-6:nth-child(1),
.home-section-4-items>.row>.col-md-6:nth-child(2) .row .col-md-6:nth-child(2){
	margin-bottom: 5%;
}

.home-section-4-item{
	box-shadow: 0 0 12px -2px #000;
	height: 100%;
}

.home-section-4-action, .home-section-5-action{
	padding: 30px 0;
	text-align: right;
}

.home-section-4 {    
    padding: 20px 0;
}

.home-section-4-filtr ul{
	display: flex;
	justify-content: space-between;
}

.home-section-4-filtr {
	margin-bottom: 30px;
}

.home-section-4-filtr a{
	color: #909090;
	display: block;
    padding: 14px;	
	border-bottom: 4px solid #fff;
}

.home-section-4-filtr .active a{
	color: #1FA475;
	border-color: #1FA475;
}

a.gor-button-trans{
    color: #1FA475;
    display: inline-block;
    border: 1px solid #1fa475;
    padding: 13px 18px;
    line-height: 1;	
}
a.gor-button-trans i{margin-left: 10px;}

#home-section-5-slider img{
	height: 250px;
	width: 100%;
	object-fit: cover;
}

#home-section-5-slider .slick-slide{
	margin: 0 20px;
}
#home-section-5-slider .slick-list{
	margin: 0 -20px;
}

.slick-prev, .slick-next{
	position: static;
    font-size: 20px;
    background: #1FA475!important;
    width: auto;
    height: auto;
    display: inline-block;
    float: left;
    line-height: 1;
    color: #fff!important;
    padding: 9px 9px 7px 7px;
    border-radius: 100%;	
	margin-right: 15px;
    transform: none!important;
    margin-top: 5px;	
}

.slick-next{
	padding: 9px 7px 7px 9px;	
}

.slick-prev:before, .slick-next:before{
	display: none;
}

.home-section-6{
	padding: 50px 0;
}

#home-section-6-logos img{display: block; margin: 0 auto;max-width: 100%; height: 160px; object-fit:contain;}

.gor-button-green{
    display: flex;
    width: 100%;
    justify-content: space-between;
    background: #1fa475;
    color: #fff;
    height: 45px;
    align-items: center;
    padding: 0 10px;
}

.gor-button-green i{
	font-size: 14px;
	margin-left: 10px;
}
.footer-top-action{
	padding: 20px 50px 20px 0;	
}
.footer-top-action>div{
	margin-bottom: 20px;
}

#home-section-1-slider .slick-slide,
#home-section-1-slider .slick-slide .container{
	height: 450px;
	position: relative;
}

#home-section-1-slider img{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.home-section-1, #home-section-1-slider .slick-slide{
	position: relative;
}
#home-section-1-slider .home-section-1-caption{    
    width: 60%;
	height: 100%;
    display: flex;
    align-items: center;    
}
#home-section-1-slider .home-section-1-caption h6{
	margin: 0;
}
#home-section-1-slider .home-section-1-caption a{
	font-weight: bold;
	font-size: 36px;
	color: #FFFFFF;
	text-shadow: 4px 4px 15px rgba(0, 0, 0, 0.25);
}
#home-section-1-slider-pagination .slick-dots li button:before{
	content: '';
	width: 27px;
	height: 5px;
	background: #fff;
	opacity: .5;
}
#home-section-1-slider-pagination .slick-dots li.slick-active button:before{	
	background: #1FA475;
	opacity: 1;
}
#home-section-1-slider-pagination{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
#home-section-1-slider-pagination .slick-dots {    
	position: static;
    text-align: left;
    padding-bottom: 1em;
    margin-left: -5px;
}
#home-section-1-slider-container{position: relative;}
#home-section-1-news{    
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 35%;
    background: rgba(255,255,255,0.7);
}
#home-section-1-news ul{    
    height: calc(100% - 41px);
    display: flex;
    flex-wrap: wrap;
}
#home-section-1-news li{
    width: 100%;
    padding: 20px 15% 10px 0;
}
#home-section-1-news ul a{
	font-size: 16px;
	color: #333;
    display: flex;	
}
#home-section-1-news ul a small{    
	font-size: 12px;
    color: rgba(0, 0, 0, 0.5);        
    margin: 0 20px;
    line-height: 1.5;
}

.gor-button-green-2{
	display: flex;
    width: 100%;
    justify-content: left;
    background: #1fa475;
    color: #fff;
    height: 41px;
    align-items: center;
    padding: 0 20px;	
}
.gor-button-green-2 i{
	font-size: 14px;
	margin-left: 40px;
}

.header-top-menu, .header-top-lang{
	position: relative;
}
.header-top-menu ul, .header-top-lang ul{	
    position: absolute;
    background: #1fa475;
    width: 250px;
    z-index: 991;
    left: 0;
    top: 100%;
	display: none;
}
.header-top-menu ul{
	left: -15px;
}
.header-top-lang ul{	
    top: 42px;
    width: 42px;
    left: -5px;	
}


body .header-top-menu ul a, .header-top-lang ul a{	
	display: flex;
    color: #fff;
    border-top: 1px solid #1D9067;
    font-size: 14px;
    padding: 10px;
    height: auto;
    align-items: center;
}
.header-top-lang ul a{
	color: #fff!important
}
body .header-top-lang ul .active{display:none!important}
body .header-top-lang ul a{
	height: 40px;
}
.header-top-menu ul li:first-child a, .header-top-lang ul li:first-child a{border-top:0}

.home-section-4-items .img-container{overflow: hidden;}
.home-section-4-items .img-container>a{display: block;width: 100%;height: 100%;}
.home-section-4-items .img-container>a img{	position: relative;z-index: -1;}

.header-top-mobile-search{display:none;}

.modal-menu{
	position: fixed;
	top: 155px;
	left: 0;
	bottom: 0;
	right: 0;
	background: #fff;
	display: none;
}
.modal-menu .simplebar-offset{
	padding-top: 30px;	
}
.modal-menu-container{
	display: flex;
	width: 100%;
	height: auto;
	padding: 0px 20px 30vh 20px;
	margin: 0 -20px;
}
.header-bottom.fixed{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: #fff;
	height: 91px;
}
body.gor_fixed{overflow:hidden;height: 100vh;}
.modal-menu-column{
	padding: 0 20px;
	width: 20%;
}

.modal-menu-column>ul>li>a{
    text-transform: uppercase;
    color: #333;
    padding: 15px 0;
    display: block;
    border-top: 2px solid #1FA475;
	font-weight: 900;
}

.modal-menu-column>ul>li>ul>li>a{
    text-transform: uppercase;
    color: #333;
	font-size: 14px;
	padding: 10px 0;
	font-weight: 500;
	display: block;
}
.modal-menu-column>ul>li>ul>li>ul{
	padding-left: 20px;
}
.modal-menu-column>ul>li>ul>li>ul>li>ul{
	padding-left: 20px;
}
.modal-menu-column>ul>li>ul>li>ul>li a{
	color: #333;
	display: block;
	font-size: 14px;
	font-weight: 500;
	padding: 10px 0;
}
.modal-menu-column>ul {
	display: flex;
    flex-wrap: wrap;
    align-content: start;
    height: 100%;
}
.modal-menu-column>ul>li{
	width: 100%;
	margin-bottom: 3em;
}
.modal-mail{
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0,0,0,0.65);
	z-index: 999;
	display: none;
	align-items: center;
	justify-content: center;
}
.modal-mail>div p{
	font-size: 30px;
}
.modal-mail>div{
	max-width: 560px;
	width: 90%;
	background: #fff;
    padding: 70px 30px 30px 30px;
    text-align: center;
	position: relative;
	max-height: 96%;	
}
.simplebar-horizontal{display: none!important}
.modal-mail .close{
	position: absolute;
    right: 20px;
    top: 20px;
    color: #1FA475;
    font-size: 20px;
}
.modal-mail span{
	display: block;
	margin: 20px 0;
}
.modal-mail span input[type=text],
.modal-mail span input[type=tel],
.modal-mail span input[type=email],
.modal-mail span textarea{
	background: #F2F2F2;
	border: 0.5px solid #C4C4C4;	
	width: 100%;
	padding: 15px;
	font-size: 16px;
}
.modal-mail span textarea{
    min-height: 100px;
    max-height: 100px;
}
.modal-mail span input[type=submit]{
    background: #1FA475;
    color: #fff;
    border: 0;
    padding: 15px 35px;
    width: 100%;
    max-width: 260px;
	font-size: 16px;
}
body div.wpcf7-validation-errors, body div.wpcf7-acceptance-missing, body span.wpcf7-not-valid-tip{font-size: 12px;}
.modal-people-choose{
	margin: 0 -30px 20px -30px;	    
    height: 60px;	
}
.modal-people-choose a{
	display: block;
	width: 50%;
	float: left;
	color: #909090;	
	background: #E0E0E0;
	padding: 20px 0;
}
.modal-people-choose a.active{
	background: #FFC857;
	color: #333;
}
.video-section-1{
	position: relative;
}
.single-section-stat .status{
    float: none;
    padding: 0;
    clear: both;
    padding-top: .5em;
}
.video-section-1 h1{
	position: absolute;
	display: flex;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	align-items: center;
	justify-content: center;
    font-weight: 400;
    font-size: 56px;	
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}
.video-section-1 h1.smaller{
	font-size: 44px;	
}
.video-section-1 h1.smallest{
	font-size: 36px;	
}
.single-section-2-content{
	font-size: 18px;
	line-height: 25px;
	margin: 0 100px;
}

.single-section-2-content h1{
    line-height: 1;
    text-align: center;
    margin-bottom: 1em;	
}
.single-section-2-content p{
	margin-bottom: 2em;
}
.breadcrumbs-section a{
	font-size: 14px;
	color: #909090;	
	display: flex;
}

.breadcrumbs-section a:before{
	content: '/';
    color: #1fa475;
    margin: 0 10px;	
}
.breadcrumbs-section li:first-child a:before{content: none;}

.breadcrumbs-section ul{
	display: flex;
    padding: 20px 0;
    height: auto;
    align-items: flex-start;
}

.video-section-2 .row>div{
	margin-bottom: 2em;
}
.video-section-2 p{
	margin-top: 15px;
}
.video-section-2-item{
	position: relative;
	height: 250px;
}
.video-section-2-list a{color: initial;}
.video-section-2-item iframe{
	min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%,-50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

.video-section-2-item img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pagination-section {
	padding-bottom: 50px;		
}
.pagination-section ul{
	display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 50px;    
}
.pagination-section a{
    font-size: 14px;
    display: inline-block;
    color: #909090;
    width: 24px;
    text-align: center;
    line-height: 24px;
}
.pagination-section .active a{
	background: #1FA475;
	color: #fff;
}
.category-section-2-list li .img-container{	
	align-items: center;
	justify-content: center;
	display: flex;
}
.category-section-2-list li .text-container{    
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.category-section-2-list li .img-container img{
	max-width: 100%;    
    min-height: 200px;
    object-fit: cover;	
}
.video-section-2 .section-title{margin-top:0;text-align:center;}
.category-section-2-list li h3{width: 100%;}
.category-section-2-list li small{
    font-size: 14px;
    color: #909090;
    display: block;
    width: 100%;	
}
.category-section-description{font-weight: 100;}
div.a2a_full_footer{display:none!important}
.home-section-4-items-ajax{display: none;}
.text-container-description{    width: 100%;margin: 10px 0}
.text-container-description p{margin: 0}
.category-section-2-list li h3 a{
    font-size: 24px;
    color: #333;
}.category-section-2-list li .text-container>a{
	font-size: 16px;	
	text-decoration-line: underline;
	color: #1FA475;
}
.category-section-2-list li {
    margin-bottom: 2em;
    padding: 40px 20px;    
	box-shadow: 3px 3px 22px -5px rgba(0,0,0,0.35);
}

html body.home-page .bvi-body * h1{background: none!important}
.bvi-button{
    position: absolute;
    opacity: 0!important;
	left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.category-section-2-filtr ul{
	display: flex;
	justify-content: space-between;
}

.category-section-2-filtr{
	background: #F2F2F2;
    margin-bottom: 2em;
	display: flex;
	justify-content: space-between;
}

.category-section-2-filtr a{
	color: #909090;
	display: block;
    padding: 14px;	
	border-bottom: 4px solid #F2F2F2;
}

.category-section-2-filtr>a{
	border: 0;
	padding-top: 15px;
	padding-bottom: 13px;
    background: #E0E0E0;
    color: #1fa475;

}

.category-section-2-filtr .active a{
	color: #1FA475;
	border-color: #1FA475;
}

.single-section-2-action{
	border-top: 1px solid #E0E0E0;
	padding: 100px;
	display: flex;
    justify-content: space-between;	
}

.single-section-stat a small{    display: inline-block;
    margin-left: 5px;font-size: 100%;}
.single-section-stat a{
	display: flex;
    width: 120px;
    justify-content: center;
    float: left;
    background: #1FA475;
    color: #fff;
    border-radius: 20px;
    border: 1px solid #1fa475;
    margin-right: 10px;
    align-items: center;
    height: 40px;
}
.single-section-stat a i{
	font-size: 24px;
	margin-right: 10px;
}

.single-section-stat a.no{
	color: #909090;
	border-color: #909090;
	background: none;
}
.single-section-social ul{
	display: flex;
    align-items: center;
    height: 40px;	
}
.single-section-social {
	margin-right: -20px;
}
.single-section-social a{
    color: #828282;
    font-size: 18px;
    margin-right: 20px;
}

.page-section-2-block{
	padding-bottom: 2em;
}


.checkbox-container {
    display: block;
    position: relative;
    padding-left: 20px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

label.checkbox-container {
    color: #000;
    float: left;
    margin: 0 40px 0 0;
    font-size: 16px;
    line-height: 28px;
    text-indent: 10px;
	margin-bottom: 1rem;
    display: inline-block;    
}

label.checkbox-container a{
	color: #fff;
	text-decoration: underline;
}

.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkbox-container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 19px;
    border: 2px solid #fff;
    background-color: transparent;
    margin: 0;
    border-radius: 50%;
    border-color: #333;
    border-width: 1px;
    top: 4px;	
}

.checkbox-container input:checked ~ .checkmark {
    background-color: transparent;
}

.checkbox-container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox-container .checkmark:after {
content: '';
    left: 1px;
    top: 1px;
    width: 14px;
    height: 14px;
    background: #1fa475;
    border-radius: 50%;
    font-weight: bold;
    font-size: 15px;
}

.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

.modal-people-checkbox-container p{
font-size: 22px!important;
    text-align: left;	
}

.modal-people-file-container p{
font-size: 22px!important;
    text-align: left;	
	cursor: pointer;
}
.modal-people-file-container p img{margin-left: 10px;}
.modal-people-file-container p span{
    display: inline;
    font-size: 14px;
    margin-left: 10px;
}

.modal-people-file-container small{
    text-align: left;
    display: block;
    color: #b1b1b1;
    margin: -10px 0 10px 0;	
}

.single-section-2-content .embed_download {margin-bottom: 1em}

.embed_download a,
.page-section-2-block-download a{
	font-size: 16px;
	text-decoration-line: underline;
	color: #1FA475;	
	display: block;
	padding: 10px 0;
}

.page-section-2-block-download{
	margin-bottom: 2em;
}
	
@media (max-width: 768px){	
	.modal-menu-column{width: 100%;}
	.modal-menu-column>ul>li{margin-bottom:0}
	.header-top-menu>a>span,
	.header-top-search,
	.header-bottom-dekstop-menu
	{display: none;}
	
	.header-top-mobile-search{display:unset;}
	.header-top-mobile-search a{
		color: #fff;
		opacity: .8;
		font-size: 22px;		
	}
	.header-top-action>div {
		margin-left: 20px;
	}	
	.header-top-lang{
		min-width: 43px;
	}
	.header-top-lang a{
		font-size: 22px;
		font-weight: 300;
	}
	.header-top-lang>a>i{
		line-height: 27px;
	}
	.header-top-menu ul{
		left: -15px;
		top: calc(100% + 2px);		
		width: 400px;
	}	
	.header-top-menu ul a{
		font-size: 16px;		
	} 
	.header-top-lang ul a{
		font-size: 20px;		
	}
	.header-top-lang ul {
		top: 46px;
		width: 46px;
		left: -5px;
	}	
	#home-section-1-news{
		position: static;
		width: 100%;
	}
	#home-section-1-slider .home-section-1-caption a{
		font-size: 18px;
	}
	#home-section-1-slider .slick-slide, #home-section-1-slider .slick-slide .container{
		height: 250px;
	}
	#home-section-1-slider .home-section-1-caption{
		width: 90%;
		padding-left: 0;
	}
	#home-section-1-slider .slick-dots{
		left: 12px;
	}
	#home-section-1-news ul a small{
		float: none;
		height: auto;
		margin: 0;
	}
	.slick-dotted.slick-slider{margin: 0;}
	#home-section-1-news ul a {		
		display: block;
	}	
	#home-section-1-news li{
		padding: 20px 0 0px 0px;
	}
	#home-section-1-news{
		padding: 0 15px 20px 15px;
		background: #F2F2F2;
	}
	.modal-menu{top: 141px;}
	#home-section-1-news ul{
		height: auto;
		padding-bottom: 20px;		
	}
	.home-section-2 .col-12{
		margin-bottom: 30px;
	}
	.home-section-4-items .text-container{
		display: block;
	}
	.home-section-4-items .text-container-title{
		padding: 20px!important;
	}
	.home-section-4-items .text-container-description {
		padding: 0px 20px 30px 20px;
	}	
	.home-section-4-items>.row .col-12{
		height: auto!important;
		margin-bottom: 5%;
	}
	.home-section-4-items .img-container {
		height: 200px;
	}	
	.home-section-4-items .row .row .img-container {
		height: 140px;
	}	
	.home-section-4-items .row .row .img-container div{
		padding: 5px 20px;
	}
	.home-section-4-items .row .row .img-container span{
		left: 20px;
		top: 20px;
	}
	.home-section-4-action{
		text-align: center;
		padding-top: 5px;		
	}
	.home-section-5-action{
		text-align: center;
	}
	.home-section-5-action a.gor-button-trans{
		display: block;
		margin-top: 2em;
		padding-left: 0;
		padding-right: 0;		
	}
	.home-section-5-action .slick-prev, .home-section-5-action .slick-next{
		float: none;
	}
		
	.footer-top-action {
		padding: 20px 0px;
	}	
	.footer-top-contacts-social ul{
		justify-content: center;
	}
	.footer-bottom-copyright, .footer-bottom-author{
		text-align: center;
	}
	.footer-bottom-copyright{
		line-height: 1.2;
		height: auto;
		padding: 9px 0 0;
	}
	.modal-menu-container {
		display: block;
		width: 100%;
		padding: 30px 00px;
		margin: 0;		
		overflow: scroll;
		height: 100%;		
	}	
	.modal-menu-column>ul>li>a{
		display: flex;
		align-items: center;
		justify-content: space-between;			
	}
	.modal-menu-column>ul>li ul{
		display: none;
	}
	.modal-menu-column>ul>li>a{
		border-top: 0;
	}	
	.modal-menu-column>ul>li{
		border-top: 1px solid #E0E0E0;
	}
	.modal-menu-column:first-child>ul>li:first-child{border-top: 0;}
	.hasChildrens i{
		float: right;
	}
	.modal-people-choose a{
		font-size: 14px;
	}
	.video-section-2-item {
		height: 160px;
		overflow: hidden;
	}	
	.pagination-section ul{
		justify-content: center;
	}
	.video-section-1 img{
		max-height: 200px;
		min-width: 100%;
		object-fit: cover;		
	}
	.video-section-1 h1{
		font-size: 30px;
	}
	.video-section-1 h1.smaller{
		font-size: 22px;
	}
	.video-section-1 h1.smallest{
		font-size: 14px;
	}
	.breadcrumbs-section ul {
		height: auto;
		padding: 20px 0;
		flex-wrap: wrap;
	}
	.breadcrumbs-section ul>*{width:100%;}
	.breadcrumbs-section a:before {    
		margin: 0 10px 0 0;
	}	
	.video-section-2 p{
		font-size: 14px;
	}
	.category-section-2-list li{
		padding: 20px;
	}
	.category-section-2-list li .img-container img{
		max-height: 100px;
	}
	.category-section-2-list li .img-container{
		margin-bottom: 20px;
	}
	.category-section-2-list li h3 a{
		font-size: 18px;
	}
	.category-section-2-filtr li:not(.active){
		display: none;
	}
	.category-section-2-filtr .active a{color: #909090; border-color:#F2F2F2}
	.single-section-2-content{
		margin: 0;
	}
	.single-section-2-action{
    padding: 30px 0;
    flex-direction: column;
    text-align: center;
    justify-content: center;
	}
	.single-section-stat{margin-bottom: 2em;}
	.single-section-stat a {
		display: inline-block;
		line-height: 36px;
		float: none;
	}	
	.single-section-social ul{
		justify-content: center;
	}
	.page-section-2-block-images{text-align: center}
	
	.header-top-menu>a{
		max-width: 47px;
	}
	.header-top-menu ul{
		max-width: 100vw;
	}
	.header-bottom-logo img{
		max-width: 220px;
	}
	#home-section-1-slider-pagination .slick-dots{padding-bottom: 0;}
	.home-section-4-filtr{display:none}
}

@media (min-width: 1200px){
	.video-section-1 {		
		max-height: 60vh;
	}
	.video-section-1 img{
		width: 100%;
		height: 100%;
		max-height: 60vh;
		object-fit: cover;
	}
}

/*******hover********/

.home-section-2 a, .gor-button-green-2, .hasChildrens, .hasChildrens i, .footer-top-subscribe label input[type=submit], .footer-top-contacts-social a, .gor-button-green, .gor-button-green i, #home-section-6-logos a img, #home-section-5-slider img, .home-section-4-items .img-container img, a.gor-button-trans, a.gor-button-trans i, .slick-prev, .slick-next, .home-section-4-items .text-container-title h5 a, .home-section-4-filtr a, .gor-button-green-2 i, .header-bottom-dekstop-menu>ul>li>ul a, .header-top-menu ul a, .header-bottom-dekstop-menu>ul>li>a, .header-bottom-dekstop-menu>ul>li, .home-section-3 .text-container a, .header-top-menu>a, .header-top-bino>div, .header-top-lang>a{
	transition: all .2s linear;
}
.hasChildrens.active {
	color:#1FA475;
	border-bottom: 2px solid;
}
.hasChildrens.active i{
	transform: rotate(-180deg);
}
.slick-prev:hover, .slick-next:hover{
	background: #1D9067!important;
}
.home-section-4-items .text-container-title h5 a:hover{
	text-decoration: underline;
}
.home-section-2 a:hover{
    box-shadow: 3px 3px 22px -6px #000;
    transform: scale(1.05);
}

#home-section-6-logos a:hover img,
#home-section-5-slider a:hover img,
.home-section-4-items .img-container>a:hover img{
	transform: scale(1.1);
}

.footer-top-contacts-social a:hover, a.gor-button-trans:hover, .gor-button-green:hover,
.footer-top-subscribe input[type=submit]:hover{
	background: #1D9067;
	color:#fff;
}
.gor-button-green:hover i,
a.gor-button-trans:hover i{
	color: #FFC857;
}

.header-bottom-dekstop-menu>ul>li.active,
.header-bottom-dekstop-menu>ul>li:hover{
	border-bottom: 4px solid #1FA475;
}
.header-bottom-dekstop-menu>ul>li.active>a,
.header-bottom-dekstop-menu>ul>li:hover>a,
.header-bottom-dekstop-menu>ul>li>ul a:hover,
.home-section-4-filtr a:hover{
	color: #1FA475;	
}

.header-top-menu>a:hover, .header-top-bino>div:hover, .header-top-lang>a:hover{
	opacity: 1;	
}
.header-top-menu>a:hover, .header-top-bino>div:hover{background: #1D9067;}

.header-top-menu>a.active{background: #1D9067;}
.header-top-menu>a.active, .header-top-lang>a.active{opacity: 1;}

.header-top-menu ul a:hover{
	background: #1D9067;
}

.gor-button-green-2:hover{
	color:#fff;
	background: #1D9067;
}
.gor-button-green-2:hover i{
	color: #FFC857;
}

.home-section-3 .text-container a:hover{
	color: #FFC857;
}

.formpageinner ul {
    list-style: disc;
    margin-top: 0;
    margin-bottom: 1rem;
    padding-left: 40px;
}