.top-nav-pages li.current_page_item>a{
	pointer-events: none;
    font-weight: 700;
    color: #0d6765;
}

.mobile-menu-list .menu-item-has-children.active a, .mobile-menu-list .current-menu-ancestor a{
    background-color: #0d6765;
    color: #fff;
}
.mobile-menu-list .current-menu-ancestor:after{
    rotate: 0;
    color: #fff;
}
.mobile-menu-list .current_page_item a{
    /*color: #0d6765!important;*/
}
.mobile-menu-list .menu-item-has-children.active li a{
    background: transparent;
    color: #616161;
}

.content .float-img,img.alignright{
    float: right;
    max-width: 460px;
    margin: 40px 0 10px 97px;
    border-radius: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1799px) {
    img.alignright {
        max-width: 392px;
        border-radius: 20px;
        margin-top: 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    img.alignright {
        max-width: 290px;
        margin: 40px 0 10px 30px;
    }
}
@media only screen and (max-width: 767px) {
    img.alignright {
        max-width: 100%;
        margin: 30px 0;
        display: block;
        float: none;
    }
	
	.footer-pages-col:first-child{margin-bottom: 0;}
	.footer-pages-col .mobile-hide{display: none}
	.footer-pages-col:first-child li:last-of-type{margin-bottom: 5px}
}

a.glink.gt-current-lang{
    font-weight: 600!important;
    color: #0d6765;
}

.header-block-img .img img{
    width: auto;
    height: auto;
}

.translated-ltr .top-nav-pages>ul>li:nth-of-type(n+5){display: none}

.contacts-info-item .desc-text{
	font-weight: 700;
}
.contacts-info-item .desc-text span{
	color: #4dc6ba;
	margin-left: 5px
}
.grecaptcha-badge{
	opacity: 0;
	pointer-events: none;
}
