.news-top-block-img-one {
    max-width: 100%;
    width: 100%;
}

.news-top-block-img-one img {
    width: 100%
}

.vgd-nav{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    position: absolute;
    top: 100px;
    right: 0;
    left: 435px;
    z-index: 2;
    width: 102px;
}
.vgd-nav-item{
    width: 46px;
    height: 46px;
    border-radius: 100%;
    border: 1px solid #4d4d4d;
    display: block;
    position: relative;
    opacity: .5;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    cursor: pointer;
    background: #fff;
}
.vgd-nav-item:hover {
    opacity: 1;
}
.vgd-nav-item.prev {
    margin-right: 10px;
}
.vgd-nav-item:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 28px;
    height: 20px;
    top: calc(50% - 10px);
    background-size: contain !important;
    background-position: center !important;
    background: url(../../../../images/arrow-horizontal.svg) no-repeat;
}
.vgd-nav-item.prev:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media screen and (min-width: 1024px) {
    .news-top-block-img-one {
        /*min-width: 650px*/
    }
}

@media screen and (max-width: 1024px) {
    .news-top-block-img-one {
        max-width: 100%;
    }
}
@media screen and (max-width: 560px) {
    .vgd-nav {
        top: -25px;
        left: 0;
    }
}

@media screen and (max-width: 1340px) {
    .indexTopSlider-item-content-text {
        padding: 0 30px;
    }
}
@media screen and (max-width: 768px) {
    .indexTopSlider-item-content-text h2, .indexTopSlider-item-content-text h1 {
    font-size: 2.075rem;
   		line-height: 1.2;
	}
 .indexTopSlider-item-content-text p, .indexTopSlider-item-content-text span{

   		line-height: 1.2;
	}
.sites-toggle{
        padding: 15px 10px 15px 40px;
    }
}
.indexTopSlider-item-content-text h2, .indexTopSlider-item-content-text h1 {
    text-transform: unset;
 line-height: 1.2;
}


.template_main .text-page h2.hlinck{
    font-family: "Gilroy";
    font-weight: 400;
    font-size: 2.1875rem;
    color: #626D71;
    text-decoration: none;
    text-transform: none;
    outline: none;
    border: none;
}

.newtextcontainer  .btn-outline.newbtn {
    margin-right: 0;
    margin-left: 0;
    font-size: 14px;
    padding: 12px 20px !important;
    margin-top: -10px;
    word-wrap: normal;
    min-width: max-content;
    color: #fff!important;
    background: #01386a!important;
    border-color: #01386a!important;
}
.newtextcontainer .btn-outline.newbtn:hover {
    color: #f4c430 !important;

}
.newtextcontainer{
    margin-bottom: 5.5rem !important;
}
.vgt-menu-ul-item-dropdown .vgt-menu-ul-item-href {
    padding-right: 0px;
}
