

/* Start:/bitrix/templates/vipservice2/components/bitrix/menu/main_horizontal_v2/style.css?17731144383683*/

.desktop-menu {
    display: flex;
    gap: 40px;
}

.mobile-menu {
    display: none;
}



.desktop-menu .navbar-item {
    position: relative;
}



.desktop-menu .navbar-item > a {
    display: flex;
    align-items: center;
    gap: 8px;

    padding: 12px 0;

    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;

    color: #315470 !important;
    text-decoration: none;

    transition: opacity .2s ease;
}

.desktop-menu .navbar-item > a:hover {
    opacity: 0.8;
}


.desktop-menu .submenu {
    position: absolute;
    top: 100%;
    left: 0;

    min-width: 280px !important;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    padding: 15px 0;

    display: none;
    z-index: 50;
}

.desktop-menu .submenu .navbar-item {
    padding: 0 20px !important;
}

.desktop-menu .submenu .navbar-item > a {
    display: block;
    padding: 6px 0;

    font-size: 14px;
    text-align: left;

    color: #315470 !important;
    text-decoration: none;
}

.desktop-menu .submenu .navbar-item:not(:last-child) {
    border-bottom: 1px solid #E6E9ED;
}

.desktop-menu .navbar-item.is-parent:hover > .submenu {
    display: block;
}


.desktop-menu .navbar-item.is-portbilet > a {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #315470 !important;
}

.desktop-menu .navbar-item.is-portbilet > a::before {
    content: "";
    width: 18px;
    height: 18px;
    background: url("/bitrix/templates/vipservice2/components/bitrix/menu/main_horizontal_v2/images/vs-user.svg") no-repeat center;
    background-size: contain;
    display: inline-block;
}


@media (max-width: 768px) {

    .desktop-menu {
        display: none;
    }

    .mobile-menu {
        display: block;
        background: #fff;
        padding: 20px;
    }

    .mobile-menu__list {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .mobile-menu__item {
        border-bottom: 1px solid #eee;
    }

    .mobile-menu__row {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .mobile-menu__link {
        display: flex;
        align-items: center;
        gap: 8px;

        padding: 14px 0;

        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-weight: 500;
        font-size: 16px;
        line-height: 130%;

        color: #315470 !important;
        text-decoration: none;

        flex: 1;
    }

    .mobile-menu__link:hover {
        opacity: 0.8;
    }


    .mobile-menu__item.is-portbilet .mobile-menu__link::before {
        content: "";
        width: 18px;
        height: 18px;
        background: url("/bitrix/templates/vipservice2/components/bitrix/menu/main_horizontal_v2/images/vs-user.svg") no-repeat center;
        background-size: contain;
        display: inline-block;
    }


    .mobile-menu__toggle {
        background: none;
        border: none;
        width: 32px;
        height: 32px;

        display: flex;
        align-items: center;
        justify-content: center;

        cursor: pointer;
    }

    .mobile-menu__toggle img {
        width: 14px;
        height: 14px;
        transition: transform 0.25s ease;
    }

    .mobile-menu__toggle[aria-expanded="true"] img {
        transform: rotate(180deg);
    }


    .mobile-menu__submenu {
        list-style: none;
        margin: 0;
        padding-left: 15px;
        display: none;
    }

    .mobile-menu__submenu .mobile-menu__link {
        font-size: 14px;
        padding: 10px 0;
    }
}



@media screen and (min-width: 1024px) {
    nav .navbar-menu {
        padding: 0;
    }
}

@media screen and (min-width: 1024px) {
.navbar-menu .navbar-item
	 {
		margin: 0;
		padding: 6px 10px !important;
		position: relative;
	}
}


/* End */


/* Start:/bitrix/templates/vipservice2/template_styles.css?17740563072781*/
/*@media screen and (max-width: 1024px) {
    .article .right-col li, .article .sidemenu li {
        padding: 8px 0 !important;
        color: #315470 !important;
        border-bottom: 1px solid rgba(168, 168, 168, .85) !important;
        position: relative !important;
    }
}

@media screen and (max-width: 1024px) {
    .article .right-col li a, .article .sidemenu li a {
        color: #315470;
        text-decoration: none;
    }
}*/


.vs-page-wrapper-container {
    max-width: 1204px;
    margin: 0 auto;
    width: 100%;
	/*padding: 0 15px;*/
    box-sizing: border-box;
}


.breadcrumbs {
    font-size: 14px !important;
}

@media screen and (max-width: 1024px) {
	.breadcrumbs {
		display: none !important;
	}
}

/*H1 article page*/
.page-title-h1-vs {
	color: #315470;
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
}

.article {
	gap: 0px !important;
}


.vs-bold-black-text {
	/*font-family: 'Helvetica Neue';
	font-style: normal;*/
	font-weight: 700 !important;
	font-size: 16px !important;
	line-height: 130% !important;
	color: #121212 !important;
}
/* Banner swiper-slide Fix*/
/*.swiper-slide {
    display: flex !important;
}*/

/*News Title h1*/
/*.news-center-col-title h1 {
    color: #315470;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
}*/

.news-list .news-name a, .corporate-news .news-name a {
    color:  #315470 !important;
}

.news-list .news-name a:hover, 
.corporate-news .news-name a:hover {
    color: #62B5E5 !important;
}

.more-news-div a:hover {
	color:  #315470 !important;
}


.news-item a:hover {
    color:  #315470; 
}


.accordion-offices .offices {
	padding-top: 15px;
}


.accordion-offices .our-licenses {
    display: grid;
    grid-template-columns: repeat(auto-fill, 128px);
    gap: 40px;
    justify-content: start;
}

.accordion-offices .our-licenses {
    max-width: none !important;
	padding: 20px 0px;
}


 .accordion-offices .our-licenses .sertificates { 
	width: auto !important; 
 }
 
 .accordion-offices .our-licenses .sertificates img {
    width: auto !important;
    max-width: 100%;
}



 
.vs-contact-rows .contact-section:not(:first-child) {
    margin-top: 10px;
}
	


.video-container {
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 56.25%; 
    overflow: hidden;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


@media screen and (max-width: 1024px) {
	.our-partners img {
		height: 40px !important;
		margin: 10px;
	}
}



@media screen and (max-width: 1024px) {
	.news-list .news-name a, .corporate-news .news-name a {
    word-wrap: break-word; 
    white-space: normal !important;
    overflow-wrap: break-word;
	}
}


.big-banner .swiper-slide {
	background: #eaeef1;
}

/* End */
/* /bitrix/templates/vipservice2/components/bitrix/menu/main_horizontal_v2/style.css?17731144383683 */
/* /bitrix/templates/vipservice2/template_styles.css?17740563072781 */
