

/* Start:/local/templates/vdgb/css/style.css?176847389693286*/
/*reset light*/
html, body {
    margin: 0;
    padding: 0;
}
label, input, button, a {
    -webkit-tap-highlight-color: transparent;
}
body {
    font-family: 'Montserrat', 'sans-serif', 'arial', 'helvetica';
    -webkit-font-smoothing: antialiased; 
    --c_dg: #333;
    --c_w: #fff;
    --c_main: #FF5858;
    --c_sec: #FFA0A0;
/*    gradient #FF5858 to #C72F21*/
}
svg path, svg rect, svg circle {
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
        -ms-transition: 0.3s;
         -o-transition: 0.3s;
            transition: 0.3s;
}
input, textarea, select, button {
    font-family: 'Montserrat', 'sans-serif', 'arial', 'helvetica';
}
input:not([type=checkbox]):not([type=radio]),
textarea, 
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
a:hover {
    text-decoration: none;
}
img, a, input, textarea, select, button {
    -webkit-border-radius: 0;
            border-radius: 0;
    outline-style: none;
}
button::-moz-focus-inner {
  border: 0;
}
    
input {
    box-shadow: none;
    -webkit-box-shadow: none;
}
.swiper-container {
    overflow: hidden;
    position: relative;
}
.container_main {
    background-color: #F7F7F7;
    min-width: 320px;
    color: #333;
    position: relative;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 100vh;
}
.clr {
    clear: both;
}
.align_center {
    text-align: center;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-align-items: center;
            align-items: center;
}
.wmain {
    width: 1200px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.plr {
    padding-left: 30px;
    padding-right: 30px;
}

.overflow {
    overflow: hidden;
}

.header {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px;
}

.header_inner {
    display: flex;
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
min-height: 600px;

    -webkit-border-radius: 24px;
            border-radius: 24px;
    background-position: center !important;
    -webkit-background-size: cover !important;
         -o-background-size: cover !important;
            background-size: cover !important;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding-bottom: 60px;
    padding-top: 200px;
}
.header h1 {
    display: block;
    margin: 0;
    font-size: 57px;
    font-weight: 500;
    line-height: 120%;
    text-transform: uppercase;
    max-width: 1140px;
}
.head_slog {
    margin-top: 20px;
    font-size: 20px;
    line-height: 120%;
/*    max-width: 545px;*/
}
.btn_main {
    cursor: pointer;
    margin: 0;
    padding: 0;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    border: none;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    color: var(--c_w);
    background-color: var(--c_main);
    padding-left: 20px;
    padding-right: 20px;
    min-height: 54px;
    line-height: 120%;
    -webkit-border-radius: 16px;
            border-radius: 16px;
    text-align: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 16px;
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
        -ms-transition: 0.3s;
         -o-transition: 0.3s;
            transition: 0.3s;
}

    .btn_main:hover {
        background-color: var(--c_dg);
    }

.btn_border {
    color: var(--c_main);
    background: transparent;
    border: 1px solid var(--c_main);
}

    .btn_border:hover {
        color: #FFF;
        border-color: #FFF;
    }


.btn_white {
    background-color: #FFF;
    color: var(--c_main);
}

    .btn_white:hover {
        background-color: var(--c_dg);
        color: #FFF;
    }

.header .btn_main {
    margin-top: 30px;
}

.hl_top {
    position: absolute;
    width: 100%;
    left: 0;
    top: 40px;
    z-index: 40;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.hl_top .wmain {
    display: flex;
    height: 60px;

    padding-left: 20px;
    padding-right: 20px;
		/**/
    -webkit-border-radius: 16px;
            border-radius: 16px;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-align-items: center;
            align-items: center;
}

.logo {
    display: block;
    text-decoration: none;
}

    .logo img {
        display: block;
        max-width: 100%;
    }

.hl_right {
    display: flex;
    -webkit-align-items: center;
            align-items: center;
}

.hl_nav {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    max-width: 1000px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-align-items: center;
            align-items: center
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
        -ms-transition: 0.3s;
         -o-transition: 0.3s;
            transition: 0.3s;
}

.hl_nav > li {
    position: relative;
}

.hl_nav > li.hl_nav_dop:hover > a {
    color: var(--c_main);
}

.hl_nav > li > a {
    display: flex;
    white-space: nowrap;
    text-decoration: none;
    -webkit-align-items: center;
            align-items: center;
    min-height: 40px;
    color: var(--c_dg);
    line-height: 120%;
    font-weight: 500;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
        -ms-transition: 0.3s;
         -o-transition: 0.3s;
            transition: 0.3s;
}

    .hl_nav > li > a:hover {
        color: var(--c_main);
    }

.hl_nav_dop > a:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url("/local/templates/vdgb/css/../img/hl_nav_str.svg");
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
        -ms-transition: 0.3s;
         -o-transition: 0.3s;
            transition: 0.3s;
}

.hl_nav_dop:hover > a:after {
    background: url("/local/templates/vdgb/css/../img/hl_nav_str_act.svg");
    -webkit-transform: scale(1,-1);
       -moz-transform: scale(1,-1);
        -ms-transform: scale(1,-1);
         -o-transform: scale(1,-1);
            transform: scale(1,-1);
}
.hl_nav > li > a + ul {
/*
	-webkit-backdrop-filter: blur(8px);
    background-color: rgba(255,255,255,0.6);
    backdrop-filter: blur(8px);
*/
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: -1px;
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    display: none;
    border: 1px solid var(--c_main);
    -webkit-border-radius: 16px;
            border-radius: 16px;
    min-width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.hl_nav > li > a + ul > li a {
    display: block;
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
    line-height: 120%;
    padding: 14px;
    padding-left: 10px;
    padding-right: 10px;
    color: var(--c_dg);
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
        -ms-transition: 0.3s;
         -o-transition: 0.3s;
            transition: 0.3s;
}

    .hl_nav > li > a + ul > li a:hover, .hl_nav > li > a + ul > li:hover a {
        color: var(--c_main);
    }

.hl_nd_inner {
    cursor: pointer;
}

.hl_nd_inner ul li a {
    color: #808080 !important;
}

    .hl_nd_inner ul li a:hover {
        color: var(--c_main) !important;
    }


.hl_nd_inner > a {
    pointer-events: none;
}


.hl_nav > li > a + ul > li + li {
    border-top: 1px solid #F3F3F3;
}

.hl_nd_inner {
    position: relative;
    padding-right: 35px;
}

    .hl_nd_inner:before, .hl_nd_inner:after {
        content: "";
        display: block;
        position: absolute;
        width: 20px;
        height: 20px;
        right: 10px;
        top: 10px;
        background: url("/local/templates/vdgb/css/../img/hl_nav_str.svg") no-repeat center center;
        cursor: pointer;
        -webkit-transition: 0.3s;
           -moz-transition: 0.3s;
            -ms-transition: 0.3s;
             -o-transition: 0.3s;
                transition: 0.3s;
    }

    .hl_nd_inner:after {
        background: url("/local/templates/vdgb/css/../img/hl_nav_str_act.svg") no-repeat center center;
        opacity: 0;
    }

    .hl_nd_inner.act:before {
        opacity: 0;
        -webkit-transform: scale(1,-1);
           -moz-transform: scale(1,-1);
            -ms-transform: scale(1,-1);
             -o-transform: scale(1,-1);
                transform: scale(1,-1);
    }

    .hl_nd_inner.act:after {
        opacity: 1;
        -webkit-transform: scale(1,-1);
           -moz-transform: scale(1,-1);
            -ms-transform: scale(1,-1);
             -o-transform: scale(1,-1);
                transform: scale(1,-1);
    }

.hl_nd_inner ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    display: none;
    margin-right: -35px;
}

    .hl_nd_inner ul > li {
        border-top: 1px solid #F3F3F3;
    }

.hl_nav > li > a + ul {
    display: block;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
        -ms-transition: 0.3s;
         -o-transition: 0.3s;
            transition: 0.3s;
/*    -webkit-transition-delay: 1s;*/
/*       -moz-transition-delay: 1s;*/
/*        -ms-transition-delay: 1s;*/
/*         -o-transition-delay: 1s;*/
/*            transition-delay: 1s;*/
}

.hl_nav > li:hover > a + ul {
    opacity: 1;
    visibility: visible;
    z-index: 40;
    -webkit-transition-delay: 0s;
       -moz-transition-delay: 0s;
        -ms-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s;
}

.hl_nd_inner.act ul {
    display: block;
}

.hl_search {
    display: block;
    position: relative;
    height: 40px;
    min-width: 40px;
    margin-left: 30px;
    min-height: 40px;
    border: 1px solid var(--c_main);
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-border-radius: 90px;
            border-radius: 90px;
    -webkit-transition: 0.4s;
       -moz-transition: 0.4s;
        -ms-transition: 0.4s;
         -o-transition: 0.4s;
            transition: 0.4s;
}

.hl_search_list {
    display: block;
	-webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background-color: rgba(255,255,255,0.6);
    position: absolute;
    margin: 0;
    padding: 0;
    list-style: none;
    left: 0;
    top: 100%;
    width: 100%;
    margin-top: 10px;
    border: 1px solid var(--c_main);
    -webkit-border-radius: 16px;
            border-radius: 16px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
        -ms-transition: 0.3s;
         -o-transition: 0.3s;
            transition: 0.3s;
}

.search_open .hl_search_list {
    visibility: visible;
    opacity: 1;
}

    .hl_search_list > li + li {
        border-top: 1px solid #F3F3F3;
    }

    .hl_search_list > li a {
        display: block;
        text-decoration: none;
        font-size: 12px;
        font-weight: 500;
        color: var(--c_dg);
        line-height: 100%;
        padding: 14px 10px;
    }

        .hl_search_list > li a:hover {
            text-decoration: underline;
        }

.hl_search_nav {
    width: 40px;
    height: 40px;
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-align-items: center;
            align-items: center;
}

.hl_search_nav_ico, .hl_search_nav_close {
    margin: 0;
    padding: 0;
    border: none;
    background-color: transparent;
    position: absolute;
    width: 40px;
    height: 40px;
    display: flex;
    left: 0;
    top: -1px;
    cursor: pointer;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
        -ms-transition: 0.3s;
         -o-transition: 0.3s;
            transition: 0.3s;
}

.hl_search_nav_ico img, .hl_search_nav_close img {
    display: block;
}

.hl_search_nav_ico img {
    position: relative;
}

.hl_search_nav_close {
    opacity: 0;
}

.search_open .hl_search {
    min-width: 305px;
}

.search_open .hl_nav {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    max-width: 200px;
}

.search_open .hl_search_nav_close {
    opacity: 1;
}

.block_line {
    height: 80px;
}

.partner_biznes {}

.partner_biznes .wmain {
    padding-left: 403px;
    position: relative;
}

.tm_dop {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
    line-height: 120%;
    color: #808080;
    padding-top: 10px;
    max-width: 370px;
}

.tm {
    font-size: 40px;
    line-height: 110%;
    font-weight: 600;
}

    .tm span {
        display: block;
        font-size: 18px;
        line-height: 150%;
        font-weight: normal;
        margin-top: 20px;
    }

.pb__text {
    margin-top: 30px;
    border-top: 1px solid #D9D9D9;
    padding-top: 30px;
}

.pb__text p {
    display: block;
    margin: 0;
    font-size: 18px;
    line-height: 150%;
}

    .pb__text p + p {
        margin-top: 15px;
    }

.pb__list {
    display: flex;
    margin: 30px -5px 0;
    padding: 0;
    list-style: none;
/*    margin-top: 30px;*/
    flex-wrap: wrap;
/*
    -webkit-justify-content: space-between;
            justify-content: space-between;
*/
}

.pb__list > li {
    width: calc(25% - 10px);
    background-color: #FFF;
    padding: 15px;
    margin: 0 5px 10px;
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-border-radius: 24px;
            border-radius: 24px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.pbl__num {
    font-size: 24px;
    line-height: 130%;
    font-weight: 600;
    color: var(--c_main);
}

.pbl__info {
    font-size: 14px;
    line-height: 140%;
    color: #909090;
    margin-top: 26px;
    font-family: Inter;
}

.competention {
    
}

.competention .wmain {

}

.tm_main {
    position: relative;
    padding-left: 403px;
}

.competention_list {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: -10px;
    margin-bottom: -10px;
    margin-top: 30px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

    .competention_list > li {
        width: 33.333333333%;
        padding-left: 10px;
        margin-bottom: 10px;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }

.cl_item {
    display: block;
    text-decoration: none;
    position: relative;
    color: var(--c_dg);
    min-height: 339px;
    position: relative;
    background: #fff;
    padding: 16px;
    -webkit-border-radius: 24px;
            border-radius: 24px;
}

.cl_title {
    font-size: 24px;
    line-height: 130%;
    font-weight: 600;
}

.cl_info {
    margin-top: 10px;
    font-size: 14px;
    line-height: 130%;
    color: #909090;
}

.cl_ico {
    position: absolute;
    right: 16px;
    bottom: 16px;
}

    .cl_ico img {
        display: block;
    }

.cl_item:before {
    content: "";
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    background: url("/local/templates/vdgb/css/../img/competention_list_str.svg") no-repeat center center;
    left: 16px;
    bottom: 16px;
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
        -ms-transition: 0.3s;
         -o-transition: 0.3s;
            transition: 0.3s;
}

    .cl_item:hover:before {
        margin-left: 10px;
    }


.realization {
    overflow: hidden;
}

.realization .tm_dop {
    top: 70px;
}

.realization .wmain {
    position: relative;
    padding-left: 403px;
}

.realization_list {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 30px;
    overflow: hidden;
    -ms-overflow-x: auto;
        overflow-x: auto;
}

.realization_slider {
    margin-top: 30px;
}

.realization_list > li + li {
    margin-left: 10px;
}

.rl_item {
    background-color: var(--c_main);
    padding: 15px;
    min-height: 100%;
    width: 100%;
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-border-radius: 24px;
            border-radius: 24px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.rl_title {
    font-size: 24px;
    line-height: 130%;
    font-weight: 600;
    color: #FFF;
}

.rl_info {
    margin-top: 20px;
    font-size: 14px;
    color: #FFF;
    line-height: 140%;
    font-family: Inter;
}

.realization_slider .swiper-slide {
    width: 393px;
    height: auto !important;
}

.realization_slider {
    overflow: visible !important;
}

.preim {
    
}

.preim .wmain {
}

.preim_list {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: -10px;
    margin-bottom: -10px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

    .preim_list > li {
        width: calc(33.33333333333%);
        padding-left: 10px;
        margin-bottom: 10px;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }

.pl_item {
    min-height: 100%;
    background-color: #FFF;
    padding: 15px;
    margin-top: 30px;
    -webkit-border-radius: 24px;
            border-radius: 24px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.pl_ico img {
    display: block;
}

.pl_title {
    margin-top: 3px;
    font-size: 24px;
    line-height: 130%;
    font-weight: 600;
}

.pl_info {
    margin-top: 5px;
    font-size: 14px;
    line-height: 140%;
    color: #909090;
    font-family: Inter;
}

.p_tl {
    border-top: 1px solid #D9D9D9;
    padding-top: 70px;
}

.project_experience_slider {
    margin-top: 31px;
}

.project_experience {
    overflow: hidden;
}

.project_experience .tm_dop {
    position: relative;
    padding: 0;
}

.pes__slide {
    display: flex;
    width: 100%;
    height: 178px;
    -webkit-border-radius: 24px;
            border-radius: 24px;
    background-color: #FFF;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.pes__slide img {
    display: block;
    max-width: 100%;
    filter: grayscale(100%);
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
        -ms-transition: 0.3s;
         -o-transition: 0.3s;
            transition: 0.3s;
}

    .pes__slide:hover img {
        filter: grayscale(0%);
    }

.footer {
    padding-top: 51px;
    padding-bottom: 15px;
    overflow: hidden;
    background-color: var(--c_dg);
    -webkit-border-top-left-radius: 25px;
            border-top-left-radius: 25px;
    -webkit-border-top-right-radius: 25px;
            border-top-right-radius: 25px;
}

.footer_inner {
    display: flex;
}

.f_left {
    width: 33.6%;
    min-width: 33.6%;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.f_center {
    width: 48%;
    padding-right: 30px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.f_rigth {
    width: 18.4%;
}

.f_logo {
    display: block;
    max-width: 237px;
}

    .f_logo img {
        display: block;
        width: 100%;
    }

.f_soc {
    display: flex;
    margin-top: 40px;
}

    .f_soc a {
        display: flex;
        width: 40px;
        height: 40px;
        border: 1px solid var(--c_main);
        -webkit-border-radius: 14px;
                border-radius: 14px;
        -webkit-justify-content: center;
                justify-content: center;
        -webkit-align-items: center;
                align-items: center;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
        -webkit-transition: 0.3s;
           -moz-transition: 0.3s;
            -ms-transition: 0.3s;
             -o-transition: 0.3s;
                transition: 0.3s;
    }

        .f_soc a:hover {
            border-color: #FFF;
        }

         .f_soc a:hover path {
             fill: #fff;
         }

        .f_soc a + a {
            margin-left: 10px;
        }

        .f_soc a svg {
            display: block;
        }

.f_subscribe {
    margin-top: 30px;
    max-width: 306px;
}

.f_subscribe_title {
    font-size: 17px;
    font-weight: 600;
    color: #FFF;
    line-height: 140%;
}

.f_subscribe_form {
    display: block;
    width: 100%;
    margin-top: 5px;
    position: relative;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.f_subscribe_form input {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
    height: 60px;
    font-size: 18px;
    color: #fff;
    padding-left: 16px;
    padding-right: 60px;
    background-color: #4D4D4D;
    -webkit-border-radius: 24px;
            border-radius: 24px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.f_subscribe_form input[placeholder], [placeholder], *[placeholder], .f_subscribe_form input::placeholder {
    color: #fff;
}

.f_subscribe_btn {
    cursor: pointer;
    position: absolute;
    z-index: 30;
    right: 10px;
    top: 10px;
    display: flex;
    border: none;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 14px;
            border-radius: 14px;
    background-color: var(--c_main);
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
        -ms-transition: 0.3s;
         -o-transition: 0.3s;
            transition: 0.3s;
}

    .f_subscribe_btn:hover {
        background-color: var(--c_dg);
    }

    .f_subscribe_btn img {
        display: block;
    }

.footer_bottom_line {
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    margin-top: 61px;
    border-top: 1px solid #D9D9D9;
    padding-top: 13px;
    font-size: 16px;
    color: #fff;
    line-height: 120%;
}

    .footer_bottom_line a {
        text-decoration: none;
        color: #FFF;
    }

    .footer_bottom_line a:hover {
        text-decoration: underline;
    }

.f_copy {
    width: 33.6%;
}

.f_politic {
/*    width: 44%;*/
}

.f_create {
    text-align: right;
    white-space: nowrap;
}

.f_nav {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}

.f_nav > li + li {
    margin-left: 84px;
}

.f_title, .f_title a {
    text-decoration: none;
    font-size: 17px;
    font-weight: 600;
    color: #FFF;
    line-height: 140%;
}

    .f_title a:hover {
        text-decoration: none;
    }

.f_href {
    margin-top: 30px;
}

.f_href a {
    display: block;
    text-decoration: none;
    color: #FFF;
    font-size: 16px;
    line-height: 120%;
}

    .f_href a:hover {
        text-decoration: underline;
    }

    .f_href a + a {
        margin-top: 15px;
    }

.f_cont {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    color: #FFF;
    margin-top: 30px;
    font-size: 14px;
    line-height: 120%;
}

    .f_cont > li + li {
        margin-top: 15px;
    }

    .f_cont > li div {
        margin-top: 5px;
    }

    .f_cont a {
        text-decoration: none;
        color: #FFF;
    }

.discuss_project {
    position: relative;
    padding-left: 403px;
    margin-top: 20px;
    margin-bottom: 50px;
    padding-bottom: 103px;
    border-bottom: 1px solid #D9D9D9;
}

.discuss_project .tm {
    color: #fff;
}

.in_style {
    display: block;
    width: 100%;
    height: 60px;
    margin: 0;
    padding: 0;
    border: none;
    -webkit-border-radius: 24px;
            border-radius: 24px;
    background-color: #4D4D4D;
    font-size: 18px;
    color: #fff;
    padding-left: 16px;
    padding-right: 16px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.in_style[placeholder], [placeholder], *[placeholder], .in_style::placeholder {
    color: #fff;
}

.dp__inner {
    display: flex;
    margin-top: 35px;
    margin-bottom: -20px;
    margin-left: -8px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.dp__inner .in_style {
    width: calc(50% - 8px);
    margin-bottom: 20px;
    margin-left: 8px;
}
.dp__nav {
    display: flex;
    margin-top: 35px;
    -webkit-align-items: flex-start;
            align-items: flex-start;
}
.dp__nav .btn_main {
    min-width: 265px;
    font-size: 18px;
    -webkit-border-radius: 24px;
            border-radius: 24px;
}
.dp__nav > .btn_main:hover {
    background-color: #FFF;
    color: var(--c_dg);
}

.dp__nav .btn_border {
    margin-left: 9px;
}

.politic {
    margin-top: 20px;
    font-size: 15px;
    line-height: 120%;
    color: #FFF;
}

    .politic a {
        text-decoration: none;
        color: var(--c_main);
    }

    .politic a:hover {
        text-decoration: underline;
    }

.nav_mobile_btn {
    display: none;
    position: relative;
    width: 24px;
    height: 24px;
    cursor: pointer;
    background: url("/local/templates/vdgb/css/../img/btn_mobile.svg") no-repeat center center;
}

.input-file { 
  position:relative; 
  overflow:hidden;  
  padding:0;
  display:block;
  max-width:100%;
  cursor:pointer;
}

.input-file .btn { 
  white-space:nowrap; 
  display:inline-block;
  margin-right:1em;
  vertical-align:top;
}

.input-file .material-icons {
  float:left;
  font-size:16px; 
  line-height:inherit;
  margin-right:4px;
}

.input-file ins { 
  display: block;
  max-width:100%; 
  overflow:hidden; 
  text-overflow:ellipsis; 
  font-size:12px;
  color: #FFF;
  margin-left: 9px;
  margin-top: 10px;
}

.input-file:after {
  content:""; 
  display:block; clear:both; 
} 

.input-file input { 
  width:0.1px; 
  height:0.1px;
  opacity:0;
  overflow:hidden;
  position:absolute; 
  top:-100px;
  z-index:-1; 
}

.hl_search_form {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

    .hl_search_form input {
        display: block;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        border: none;
        padding-left: 37px;
        padding-right: 35px;
        font-size: 14px;
        color: #808080;
        background: none;
        opacity: 0;
        left: 0;
        top: 0;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
        -webkit-transition: 0.3s;
           -moz-transition: 0.3s;
            -ms-transition: 0.3s;
             -o-transition: 0.3s;
                transition: 0.3s;
    }

    .search_open .hl_search_form input {
        opacity: 1;
    }

.nav_mobile_open {
    overflow: hidden;
}

.nav_mobile_open .hl_top .wmain {
    -webkit-border-bottom-left-radius: 0;
            border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
            border-bottom-right-radius: 0;
}

.nav_mobile_open .hl_right {
    display: flex;
}

.hl_fix .hl_top {
    position: relative;
    top: 0;
    padding-top: 30px;
}

    .hl_fix .hl_top .wmain {
        background-color: #FFF;
    }

    .page_404_main .hl_top .wmain {
		-webkit-backdrop-filter: blur(8px);
        backdrop-filter: blur(8px);
        background-color: rgba(255,255,255,0.6);
    }

.crumbs_main {
    padding-top: 65px;
    padding-bottom: 60px;
}

.crumbs {
    position: relative;
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    white-space: nowrap;
    overflow: auto;
    padding-left: 10px;
    padding-bottom: 10px;
    margin-left: -10px;
    margin-bottom: -10px;
}

.crumbs a {
    display: block;
    text-decoration: none;
    font-size: 16px;
    line-height: 120%;
    color: #808080;
}

    .crumbs a:hover {
        text-decoration: underline;
    }

.crumbs > li {
    font-size: 16px;
    color: var(--c_main);
    position: relative;
    padding-bottom: 15px;
    cursor: default;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

    .crumbs > li + li {
        margin-left: 18px;
    }

.crumbs > li:before {
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    border: 1px solid #808080;
    background-color: #fff;
    left: -8px;
    bottom: -7px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

    .crumbs > li:after {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: #7F7F7F;
        left: 8px;
        padding-left: 2px;
        bottom: 0;
    }

    .crumbs > li:last-child:after {
        width: 10px;
        height: 10px;
        padding: 0;
        left: -5px;
        bottom: -4px;
        background-color: var(--c_main);
        -webkit-border-radius: 50%;
                border-radius: 50%;
    }

    .crumbs > li:last-child:before {
        border-color: var(--c_main);
    }

    .crumbs > li:nth-last-child(2):after {
        background: linear-gradient(to right, #808080, #FF5858);
    }

.partner_slider  {
    padding-bottom: 100px;
}

body .partner_slider {
      height: 554px;
      padding-bottom: 70px;
    }

.partner_biznes_inner .tm_dop {
    top: 70px;
}

.p_l {
    padding-left: 407px;
    position: relative;
}

.p_l > .tm_dop {
    top: 70px;
}

.slider_nav_bottom {
    position: absolute;
    width: 115px;
    height: 50px;
    left: 0;
    bottom: 0;
}

.sp__slide {
    width: 100%;
    height: 178px;
    display: flex;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-align-items: center;
            align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #FFF;
    -webkit-border-radius: 24px;
            border-radius: 24px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

    .sp__slide img {
        display: block;
        max-width: 100%;
        max-height: 155px;
        filter: grayscale(100%);
        -webkit-transition: 0.4s;
           -moz-transition: 0.4s;
            -ms-transition: 0.4s;
             -o-transition: 0.4s;
                transition: 0.4s;
    }

    .sp__slide:hover img {
        filter: grayscale(0%);
    }

.history_list {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .history_list > li {
        display: block;
        position: relative;
        padding-left: 50px;
        position: relative;
    }

    .history_list > li + li {
        margin-top: 30px;
    }

    .history_list > li:before {
        content: "";
        display: block;
        position: absolute;
        width: 30px;
        height: 30px;
        left: 0;
        top: 0;
        background-color: #FF5858;
        -webkit-border-radius: 50%;
                border-radius: 50%;
    }

    .history_list > li:after {
        content: "";
        display: block;
        position: absolute;
        width: 2px;
        height: 100%;
        background-color: #FFC7C7;
        left: 14px;
        top: 30px;
    }

    .history_list > li:last-child:after {
        display: none;
    }

.hl__year {
    font-size: 24px;
    line-height: 130%;
    font-weight: 600;
}

.hl__info {
    margin-top: 5px;
    font-family: Inter;
    font-size: 16px;
    line-height: 130%;
}

.history_about {
    margin-top: 60px;
}

.history_about p {
    display: block;
    margin: 0;
    font-size: 18px;
    line-height: 150%;
}

    .history_about p + p {
        margin-top: 15px;
    }

.guide {
    overflow: hidden;
}

body .guide_slider {
    overflow: visible;
    padding-bottom: 70px;
}

.guide_slider .swiper-slide {
    width: 257px;
}

.gs__img img {
    display: block;
    width: 100%;
    -webkit-border-radius: 24px;
            border-radius: 24px;
    filter: grayscale(100%);
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
        -ms-transition: 0.3s;
         -o-transition: 0.3s;
            transition: 0.3s;
}

.guide_slide:hover .gs__img img {
    filter: grayscale(0%);
}

.gs__name {
    margin-top: 10px;
    font-size: 24px;
    line-height: 130%;
    font-weight: 600;
}

.gs__post {
    margin-top: 6px;
    font-family: Inter;
    font-size: 16px;
    line-height: 130%;
    color: #808080;
}


.tm_nav {
    display: flex;
    position: relative;
    -webkit-align-items: flex-start;
            align-items: flex-start;
    -webkit-justify-content: space-between;
            justify-content: space-between;
}
.tm_nav .btn_main {
    white-space: nowrap;
    margin-left: 20px;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 50px;
    font-size: 16px;
    -webkit-border-radius: 50px;
            border-radius: 50px;
}

.page_nav_main {
    margin-top: 30px;
    position: relative;
}

.page_nav {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    white-space: nowrap;
    margin-left: -10px;
    margin-bottom: -10px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

    .page_nav > li {
        margin-left: 10px;
        margin-bottom: 10px;
    }

    .page_nav a {
        display: flex;
        height: 41px;
        text-align: center;
        border: 1px solid #808080;
        -webkit-border-radius: 50px;
                border-radius: 50px;
        padding-left: 9px;
        padding-right: 9px;
        font-size: 16px;
        line-height: 130%;
        color: #808080;
        text-decoration: none;
        -webkit-justify-content: center;
                justify-content: center;
        -webkit-align-items: center;
                align-items: center;
        padding-top: 2px;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
        -webkit-transition: 0.3s;
           -moz-transition: 0.3s;
            -ms-transition: 0.3s;
             -o-transition: 0.3s;
                transition: 0.3s;
    }

    .page_nav a.act, .page_nav a:hover {
        color: var(--c_main);
        border-color: var(--c_main);
    }

.blog_content {
    display: flex;
    margin-top: 30px;
    -webkit-justify-content: space-between;
            justify-content: space-between;
}

.blog_content_l {
    width: 100%;
    padding-right: 22px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.blog_content_r {
    width: 283px;
    min-width: 283px;
}

.bp__title {
    font-size: 24px;
    line-height: 130%;
    font-weight: 600;
}

.bp__list {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 17px;
}

    .bp__list > li {
        display: block;
    }

    .bp__list > li + li {
        margin-top: 15px;
        padding-top: 15px;
        border-top: 1px solid #D9D9D9;
    }

.bp_name {
    display: block;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    color: var(--c_dg);
}

    .bp_name:hover {
        text-decoration: underline;
    }

.bs__nav {
    display: flex;
    margin-top: 10px;
    -webkit-align-items: center;
            align-items: center;
}

    .bs__nav span {
        display: flex;
        font-size: 16px;
        line-height: 120%;
        color: #808080;
        -webkit-align-items: center;
                align-items: center;
    }

    .bs__nav span img {
        display: block;
        margin-right: 5px;
    }

    .bs__nav span + span {
        margin-left: 20px;
    }

.blog_slider .swiper-wrapper {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    height: auto;
    width: auto;
    margin-left: -20px;
}

.blog_slider .swiper-slide {
    width: 33.3333%;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.blog_slider .swiper-slide:nth-child(1) {
    width: 100%;
    margin-bottom: 30px;
}

.blog_slider .swiper-slide:nth-child(1) .blog_slide {
    display: flex;
    -webkit-align-items: center;
            align-items: center;
}

.blog_slider .swiper-slide:nth-child(1) .bs__img {
    width: 422px;
    min-width: 422px;
}

.blog_slider .swiper-slide:nth-child(1) .bs__content {
    margin-top: 0;
    padding-left: 20px;
}

.blog_slider .swiper-slide:nth-child(1) .bs__name {
    font-size: 24px;
    line-height: 130%;
}


.blog_slide {
    display: block;
    text-decoration: none;
    color: var(--c_dg);
}

.bs__img {
    width: 100%;
}

    .bs__img img {
        display: block;
        width: 100%;
        -webkit-border-radius: 24px;
                border-radius: 24px;
    }

.bs__content {
    margin-top: 15px;
}

.bs__cat {
    font-size: 16px;
    color: #808080;
    line-height: 120%;
}

.bs__name {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 600;
    line-height: 130%;
}

.blog_slide:hover .bs__name {
    text-decoration: underline;
}

.bs__info {
    font-size: 16px;
    line-height: 150%;
    margin-top: 5px;
}

.ne__list {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: -20px;
    margin-bottom: -20px;
    margin-top: 18px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

    .ne__list > li {
        width: 25%;
        padding-left: 20px;
        margin-bottom: 20px;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }

.ne__img img {
    display: block;
    width: 100%;
    -webkit-border-radius: 24px;
            border-radius: 24px;
}

.ne__list > li > a {
    display: block;
    text-decoration: none;
    color: var(--c_dg);
}

.ne__list .bp_name {
    margin-top: 15px;
}

    .ne__list > li > a:hover .bp_name {
        text-decoration: underline;
    }

.subscribe {}

.subscribe .wmain {
    position: relative;
    display: flex;
    -webkit-align-items: flex-end;
            align-items: flex-end;
    padding: 50px 30px;
    color: #fff;
    -webkit-border-radius: 24px;
            border-radius: 24px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

    .subscribe_bg {
        background: url("/local/templates/vdgb/css/../img/subscribe_bg_1.svg") no-repeat center top;
        -webkit-background-size: cover;
             -o-background-size: cover;
                background-size: cover;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        -webkit-border-radius: 24px;
                border-radius: 24px;
        z-index: 6;
    }

    .subscribe .wmain:before, .subscribe .wmain:after {
        content: "";
        z-index: 2;
        background: url("/local/templates/vdgb/css/../img/subscribe_bg_2.svg") no-repeat center top;
        -webkit-background-size: cover;
             -o-background-size: cover;
                background-size: cover;
        display: block;
        position: absolute;
        left: 30px;
        right: 30px;
        height: 60px;
        top: -13px;
        -webkit-border-top-left-radius: 24px;
                border-top-left-radius: 24px;
        -webkit-border-top-right-radius: 24px;
                border-top-right-radius: 24px;
    }
    .subscribe .wmain:after {
        background: url("/local/templates/vdgb/css/../img/subscribe_bg_3.svg") no-repeat center top;
        top: -26px;
        left: 60px;
        right: 60px;
        z-index: 1;
    }

.subscribe_r {
    position: relative;
    z-index: 10;
}

.subscribe_l {
    font-size: 38px;
    font-weight: 600;
    line-height: 110%;
    width: 100%;
    padding-right: 20px;
    position: relative;
    z-index: 10;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

    .subscribe_l span {
        display: block;
        font-size: 18px;
        line-height: 150%;
        font-weight: normal;
        margin-top: 20px;
    }

.subscribe_form {
    display: block;
    width: 560px;
    min-width: 560px;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
}


.subscribe_form .btn_main {
    min-width: 255px;
    margin-left: 10px;
}

.subscribe_form .in_style {
    background-color: rgba(255,255,255,0.3);
    color: #FFF;
}

.bp_price {
    font-size: 24px;
    line-height: 130%;
    color: var(--c_main);
    font-weight: 600;
    margin-top: 15px;
}


.blog_slider .swiper-pagination {
    bottom: auto !important;
    top: 270px !important;
}

.page_nav_title_mobile {
    display: none;
    font-size: 24px;
    line-height: 130%;
    font-weight: 600;
    padding-right: 30px;
}

.page_nav_close_mobile {
    display: none;
    position: absolute;
    width: 24px;
    height: 24px;
    right: 10px;
    top: 25px;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-align-items: center;
            align-items: center;
}

    .page_nav_close_mobile img {
        display: block;
    }

.blog_nav_mobile {
    display: none;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: url("/local/templates/vdgb/css/../img/cat_menu.svg") no-repeat center center;
}

.blog_list {
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 30px;
    margin-bottom: -19px;
    margin-left: -19px;
}

    .blog_list > li {
        width: 33.3333%;
        padding-left: 19px;
        margin-bottom: 19px;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }

.bl__item {
    display: block;
    text-decoration: none;
    color: var(--c_dg);
    min-height: 100%;
    overflow: hidden;
    background-color: #fff;
    -webkit-border-radius: 24px;
            border-radius: 24px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.bl_img {
    height: 230px;
    display: flex;
    position: relative;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
    background: linear-gradient(to right, #F3F3F3, #E2E2E2);
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.bl_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bl_content {
    margin-top: -20px;
    position: relative;
    z-index: 10;
    padding: 20px;
    background-color: #FFF;
    -webkit-border-radius: 24px;
            border-radius: 24px;
}

.bl__cat {
    font-size: 16px;
    line-height: 120%;
    color: #808080;
}

.bl__name {
    margin-top: 15px;
    font-size: 18px;
    font-weight: 600;
    line-height: 150%;
}

.bl__tetx {
    margin-top: 15px;
    font-size: 16px;
    line-height: 130%;
}

.bl__hash {
    margin-top: 15px;
    font-size: 16px;
    line-height: 130%;
    color: var(--c_main);
}

.bl_content .bs__nav {
    margin-top: 15px;
}

.pagination {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 40px;
    -webkit-justify-content: center;
            justify-content: center;
}

    .pagination > li + li {
        margin-left: 10px;
    }

    .pagination > li span {
        color: var(--c_dg);
        font-size: 16px;
        font-weight: 600;
        line-height: 120%;
        height: 50px;
        min-width: 50px;
        display: flex;
        text-align: center;
        -webkit-justify-content: center;
                justify-content: center;
        -webkit-align-items: center;
                align-items: center;
    }

    .pagination > li a,.pagination > li > span {
        display: flex;
        text-align: center;
        padding-left: 20px;
        padding-right: 20px;
        -webkit-border-radius: 30px;
                border-radius: 30px;
        text-decoration: none;
        height: 50px;
        min-width: 50px;
        background-color: transaprent;
        color: var(--c_dg);
        font-size: 16px;
        font-weight: 600;
        line-height: 120%;
        -webkit-justify-content: center;
                justify-content: center;
        -webkit-align-items: center;
                align-items: center;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
        -webkit-transition: 0.4s;
           -moz-transition: 0.4s;
            -ms-transition: 0.4s;
             -o-transition: 0.4s;
                transition: 0.4s;
    }

        .pagination > li a:hover, .pagination > li a.act, .pagination > li span.act{
            background-color: var(--c_main);
            color: #FFF;
        }

.article {
    margin-top: 72px;
}

    .article .wmain {
        border-top: 1px solid #D9D9D9;
        display: flex;
        padding-top: 19px;
        -webkit-align-items: flex-start;
                align-items: flex-start;
    }

    .article_left {
        width: 360px;
        min-width: 360px;
        position: sticky;
        top: 20px;
        -webkit-border-radius: 24px;
                border-radius: 24px;
        background-color: #FFF;
        padding: 20px 30px;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }

    .article_nav_title {
        font-size: 24px;
        line-height: 130%;
        font-weight: 600;
    }

.article_nav {
    margin-top: 20px;
}

.article_nav a {
    display: block;
    position: relative;
    font-size: 18px;
    line-height: 130%;
    color: var(--c_dg);
    padding-left: 27px;
    font-weight: 500;
    text-decoration: none;
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
        -ms-transition: 0.3s;
         -o-transition: 0.3s;
            transition: 0.3s;
}

    .article_nav a.act, .article_nav a:hover {
        color: var(--c_main);
    }

    .article_nav a.act:before, .article_nav a:hover:before {
        background-color: var(--c_main);
    }

    .article_nav a:before {
        content: "";
        display: block;
        position: absolute;
        width: 3px;
        height: 3px;
        background-color: var(--c_dg);
        left: 10px;
        top: 9px;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        -webkit-transition: 0.3s;
           -moz-transition: 0.3s;
            -ms-transition: 0.3s;
             -o-transition: 0.3s;
                transition: 0.3s;
    }

.article_nav a + a {
    margin-top: 15px;
}

.article_content {
    width: 100%;
    padding-left: 43px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.article_head {
    
}

.ah__nav {
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
}

.btn_main img {
    display: block;
    margin-right: 5px;
}

.ah__nav .btn_main {
    min-height: 39px !important;
    height: 39px !important;
    padding-left: 9px;
    padding-right: 9px;
    font-size: 16px;
    line-height: 100%;
    -webkit-border-radius: 50px;
            border-radius: 50px;
    font-weight: normal;
    -webkit-align-items: center;
            align-items: center;
}

.ah__nav .btn_border {
    color: #808080;
    border-color: #808080;
}

    .ah__nav .btn_border:hover {
        color: #FFF;
        background-color: #808080;
    }


.article_head .bs__nav {
    margin-top: 20px;
}

.article_head .bs__nav span {
    font-weight: 600;
}

.ne__img + .bs__cat {
    margin-top: 15px;
}

.bs__cat + .bp_name {
    margin-top: 10px;
}

.article_list {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 30px;
}

    .article_list > li {
        display: block;
    }

    .article_list > li + li {
        margin-top: 40px;
    }

.al__title {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 40px;
    line-height: 110%;
    font-weight: 600;
}


.al__img {
    margin-top: 30px;
}

.al__img img {
    display: block;
    width: 100%;
    -webkit-border-radius: 24px;
            border-radius: 24px;
}

.al__text {
    margin-top: 30px;
    font-size: 18px;
    line-height: 150%;
}

.al__text p {
    display: block;
    margin: 0;
}
.al__text p + p{
    margin-top: 10px;
}
.al__text p + ul,
.al__text p + ol,
.al__text p + table
{
    margin:10px 0;
}
.al__text p i, .al__text p a {
    color: var(--c_main);
    font-style: normal;
}
.project_form_main .discuss_project {
    margin-bottom: 0;
    padding: 40px 40px 40px 403px;
    background-color: var(--c_dg);
    -webkit-border-radius: 24px;
            border-radius: 24px;
}

.bs_content {
    margin-top: 15px;
}

.contact_inner {
    display: flex;
    margin-top: 30px;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-align-items: center;
            align-items: center;
}

.contact_map {
    width: 590px;
    height: 341px;
    min-width: 590px;
    overflow: hidden;
    background: url("/local/templates/vdgb/css/../img/cont_map_img.jpg") no-repeat center center;
    -webkit-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    -webkit-border-radius: 24px;
            border-radius: 24px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.contact_content {
    max-width: 510px;
    padding-right: 30px;
}

.cont_list {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

.cont_list > li {
    display: flex;
    -webkit-align-items: center;
            align-items: center;
}

.cont_list > li + li {
    margin-top: 45px;
}

.cont_phone {
    display: flex;
    padding-left: 34px;
    position: relative;
    -webkit-align-items: center;
            align-items: center;
}

    .cont_phone i {
        position: absolute;
        left: 0;
        top: 0;
    }

    .cont_phone i img {
        display: block;
    }

    .cont_phone div + div {
        margin-left: 10px;
        padding-left: 10px;
        position: relative;
    }

    .cont_phone div + div:before {
        content: "";
        display: block;
        position: absolute;
        width: 1px;
        height: 30px;
        background-color: #D9D9D9;
        left: 0;
        top: 50%;
        margin-top: -15px;
    }

    .cont_phone a {
        display: block;
        text-decoration: none;
        color: var(--c_dg);
        font-size: 18px;
        line-height: 150%;
    }

    .cont_phone span {
        display: block;
        font-size: 12px;
        line-height: 120%;
        margin-top: 5px;
    }

.cl__item {
    display: flex;
    text-decoration: none;
    font-size: 18px;
    line-height: 150%;
    color: var(--c_dg);
    -webkit-align-items: center;
            align-items: center;
}

    .cl__item img {
        display: block;
        margin-right: 10px;
    }

.cl__item + .cl__item {
    margin-left: 48px;
}

.ysl {}

.ysl .wmain {
    border-top: 1px solid #D9D9D9;
    padding-top: 80px;
}

.ysl_list {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 50px;
}

.ysl_list > li {
    display: block;
    position: relative;
    padding-left: 403px;
}

    .ysl_list > li + li {
        margin-top: 80px;
    }

.ysl_list_title {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
    line-height: 120%;
    color: #808080;
    max-width: 370px;
}

.ysl_list_href a {
    display: block;
    text-decoration: none;
    font-size: 18px;
    line-height: 150%;
    color: var(--c_dg);
    padding: 17px 20px;
    padding-right: 60px;
    background-color: #FFF;
    position: relative;
    -webkit-border-radius: 24px;
            border-radius: 24px;
}

    .ysl_list_href a:before, .ysl_list_href a:after {
        content: "";
        display: block;
        position: absolute;
        width: 40px;
        height: 40px;
        right: 10px;
        top: 50%;
        margin-top: -20px;
        margin-left: 0;
        background: var(--c_main) url("/local/templates/vdgb/css/../img/ysl_list_str.svg") no-repeat center center;
        -webkit-border-radius: 14px;
                border-radius: 14px;
        -webkit-transition: 0.3s;
           -moz-transition: 0.3s;
            -ms-transition: 0.3s;
             -o-transition: 0.3s;
                transition: 0.3s;
    }

    .ysl_list_href a:after {
        background: #fff url("/local/templates/vdgb/css/../img/ysl_list_str_act.svg") no-repeat center center;
        opacity: 0;
        right: 50px;
    }

    .ysl_list_href a + a {
        margin-top: 10px;
    }

    .ysl_list_href a:hover:before {
        opacity: 0;
/*        right: -30px;*/
        -webkit-transform: scale(0);
           -moz-transform: scale(0);
            -ms-transform: scale(0);
             -o-transform: scale(0);
                transform: scale(0);
        -webkit-transition: 0.3s;
           -moz-transition: 0.3s;
            -ms-transition: 0.3s;
             -o-transition: 0.3s;
                transition: 0.3s;
    }

    .ysl_list_href a:hover:after {
        opacity: 1;
        right: 10px;
        -webkit-transition: 0.3s;
           -moz-transition: 0.3s;
            -ms-transition: 0.3s;
             -o-transition: 0.3s;
                transition: 0.3s;
    }

.ne__list_3 > li {
    width: 33.3333%;
}

.ysl_inner_header {
    position: relative;
    padding-left: 403px;
}


.ysl_inner_header_text {
    margin-top: 30px;
}

    .ysl_inner_header_text p {
        display: block;
        margin: 0;
        font-size: 18px;
        line-height: 150%;
        color: #333;
    }

    .ysl_inner_header_text p + p {
        margin-top: 15px;
    }

.ysl_prog_list {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: ul_num;
}

    .ysl_prog_list > li {
        display: block;
        background-color: #FFF;
        padding: 20px;
        -webkit-border-radius: 24px;
                border-radius: 24px;
    }

    .ysl_prog_list > li .ysl__pl_title:before {
        counter-increment: ul_num;
        content: counter(ul_num) ".";
        display: inline-block;
        padding-right: 8px;
    }

    .ysl_prog_list > li + li {
        margin-top: 10px;
    }

.ysl__pl_title {
    position: relative;
    font-size: 24px;
    line-height: 130%;
    font-weight: 600;
    padding-left: 50px;
}

    .ysl__pl_title:after {
        content: "";
        display: block;
        position: absolute;
        width: 32px;
        height: 32px;
        left: 0;
        top: 0;
        background: url("/local/templates/vdgb/css/../img/list_check_ico.svg") no-repeat center center;
    }

.ysl__pl_info {
    font-size: 18px;
    line-height: 150%;
    margin-top: 10px;
}
.ysl_inner_plashka {
    font-size: 24px;
    line-height: 130%;
    color: #FFF;
    -webkit-border-radius: 24px;
            border-radius: 24px;
    background-color: var(--c_dg);
    padding: 40px;
    padding-left: 403px;
    background-image: url(/local/templates/vdgb/img/black_block.png);
    background-position: 73px center;
    background-repeat: no-repeat;
}


.realization_inner .realization_slider {
    margin-top: 0;
}

.ysl_inner_header_text ul, .ysl_inner_header_text ol {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

.ysl_inner_header_text p + ul, .ysl_inner_header_text p + ol, .ysl_inner_header_text ul + p, .ysl_inner_header_text ol + p, .ysl_inner_header_text ol + ul, .ysl_inner_header_text ul + ol {
    margin-top: 15px;
}

    .ysl_inner_header_text ul li, .ysl_inner_header_text ol li {
        display: block;
        font-size: 18px;
        line-height: 150%;
        color: #333;
        position: relative;
        padding-left: 23px;
    }

    .ysl_inner_header_text ul li:before {
        content: "";
        display: block;
        position: absolute;
        width: 3px;
        height: 3px;
        left: 8px;
        top: 11px;
        background-color: #333;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        -webkit-border-radius: 50%;
                border-radius: 50%;
    }

    .ysl_inner_header_text ul li + li, .ysl_inner_header_text ol li + li {
        margin-top: 10px;
    }

.ysl_inner_header_text ol {
    counter-reset: ol_num;
}

.ysl_inner_header_text ol li:before {
    counter-increment: ol_num;
    content: counter(ol_num)".";
    position: absolute;
    left: 0px;
    top: 0;
}

.ysl_prog_text {
    margin-top: 10px;
    font-size: 18px;
    line-height: 150%;
}

    .ysl_prog_text p {
        display: block;
        margin: 0;
    }

    .ysl_prog_text p + p {
        margin-top: 15px;
    }

.reshenya {}

.reshenya .wmain {
    border-top: 1px solid #D9D9D9;
    padding-left: 403px;
    padding-top: 80px;
    position: relative;
}

    .reshenya .wmain .tm_dop {
        padding-top: 80px;
    }

.reshenya_list {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: -10px;
    margin-bottom: -10px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

    .reshenya_list > li {
        padding-left: 10px;
        padding-bottom: 10px;
        width: 50%;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }

.reshenya_item {
    display: block;
    height: 100%;
    min-height: 200px;
    position: relative;
    text-decoration: none;
    background-color: #FFF;
    -webkit-border-radius: 24px;
            border-radius: 24px;
    padding: 15px;
    color: var(--c_dg);
    padding-bottom: 90px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}


.ri__title {
    font-size: 24px;
    line-height: 130%;
    font-weight: 600;
}


.reshenya_item:before {
    content: "";
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    background: url("/local/templates/vdgb/css/../img/competention_list_str.svg") no-repeat center center;
    left: 16px;
    bottom: 16px;
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
        -ms-transition: 0.3s;
         -o-transition: 0.3s;
            transition: 0.3s;
}

    .reshenya_item:hover:before {
        margin-left: 10px;
    }

.ri__100 {
    width: 100% !important;
}


.pokazatel {
    border-top: 1px solid #D9D9D9;
    padding-top: 80px;
    padding-left: 403px;
    position: relative;
}

    .pokazatel .tm_dop {
        padding-top: 80px;
    }


.pokazatel .pb__list {
    margin-top: 0;
    margin-left: -10px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.pokazatel .pb__list > li {
    width: calc(33.3333% - 10px);
    min-height: 176px;
    margin-left: 5px;
    margin-bottom: 0;
}
.pokazatel .pbl__num {
    font-size: 40px;
    line-height: 110%;
}
.pokazatel .pb__list > li + li + li + li {
    width: calc(50% - 10px);
    margin-top: 10px;
}
.ysl_inner_header_title .tm_dop {
    top: 66px;
}
.page_404  {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    padding-top: 50px;
    background: url("/local/templates/vdgb/css/../img/page_404_bg.jpg") no-repeat center center;
    -webkit-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}


.page_404 .wmain {
    text-align: center;
}

.page_404_num {
    font-size: 246px;
    color: var(--c_main);
    font-weight: 600;
    line-height: 120%;
}

.page_404_text {
    font-size: 24px;
    font-weight: 600;
    line-height: 120%;
    margin-top: -14px;
}

.page_404 .align_center {
    margin-top: 27px;
}

.page_404 .align_center .btn_main {
    -webkit-border-radius: 50px;
            border-radius: 50px;
}

.pu_main {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 700;
    overflow: auto;
    padding-top: 30px;
    padding-bottom: 30px;
	-webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background-color: rgba(255,255,255,0.6);
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.pu_table {
    display: table;
    width: 100%;
    height: 100%;
}

.pu_cell {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}


.pu_inner {
    position: relative;
    max-width: 966px;
    margin: 0 auto;
    overflow: hidden;
    background-color: #FFF;
    -webkit-border-radius: 24px;
            border-radius: 24px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.pu_title {
    font-size: 24px;
    line-height: 130%;
    font-weight: 600;
    color: #FFF;
    background-color: var(--c_main);
    padding: 15px 20px;
    padding-right: 50px;
}

.closeform {
    display: flex;
    position: absolute;
    width: 61px;
    height: 61px;
    right: 0;
    top: 0;
    z-index: 5;
    cursor: pointer;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-align-items: center;
            align-items: center;
}

    .closeform:hover {
        -webkit-transition: 0.2s;
           -moz-transition: 0.2s;
            -ms-transition: 0.2s;
             -o-transition: 0.2s;
                transition: 0.2s;
        -webkit-transform: rotate(90deg);
           -moz-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
             -o-transform: rotate(90deg);
                transform: rotate(90deg);
    }

.closeform svg {
    display: block;
}

.pu_rekvizit_list {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

.pu_rekvizit_list > li {
    display: flex;
    -webkit-align-items: center;
            align-items: center;
}

.pu_rekvizit_list > li > div {
    width: 46%;
    min-width: 46%;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
    line-height: 150%;
    color: #808080;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

    .pu_rekvizit_list > li > div + div {
        color: var(--c_dg);
    }

    .pu_rekvizit_list > li > div + div {
        width: 100%;
        min-width: 10px;
    }

.pu_rekvizit_list > li:nth-child(2n) {
    background-color: #FFE1E1;
}

.pu_rekvizit {
    padding-bottom: 20px;
}

.pu_rekvizit .align_center {
    margin-top: 20px;
}

.pu_rekvizit .align_center .btn_main {
    min-height: 60px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 18px;
    -webkit-border-radius: 24px;
            border-radius: 24px;
}

.pu_form {
    display: block;
    padding: 30px 20px;
    max-width: 500px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.pu_form input + input,.pu_form input + textarea {
    margin-top: 10px;
}
.pu_form input,.pu_form textarea {
    background-color: #fff;
    border: 1px solid var(--c_dg);
}
.pu_form textarea{
    overflow-y: hidden;
}
.pu_form .align_center {
    margin-top: 20px;
}

.pu_title_inner {
    text-align: center;
    font-size: 32px;
    line-height: 120%;
    font-weight: 600;
    padding-top: 20px;
}
.pu_form input[placeholder], [placeholder], *[placeholder], .pu_form input::placeholder, .pu_form textarea::placeholder,.pu_form textarea[placeholder] {
    color: var(--c_dg);
}
.pu_content {
    margin-top: 40px;
    font-size: 18px;
    line-height: 140%;
    color: var(--c_dg);
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
}

.pu_mail {
    max-width: 574px;
    padding: 40px;
    background-color: #333;
    -webkit-border-radius: 24px;
            border-radius: 24px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.pu_mail .pu_title_inner {
    color: #fff;
    font-size: 40px;
    line-height: 120%;
    font-weight: 600;
    text-align: left;
    padding: 0;
}

.pu_mail_form {
    display: block;
    margin-top: 35px;
}

.pu_mail_form .btn_main {
    margin-top: 20px;
    min-width: 265px;
    min-height: 60px;
    -webkit-border-radius: 24px;
            border-radius: 24px;
}

.politic {
    display: block;
    cursor: pointer;
    position: relative;
    margin-top: 20px;
    padding-left: 50px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

    .politic span {
        display: block;
        font-size: 15px;
        line-height: 18px;
        color: #FFF;
    }

    .politic span a {
        text-decoration: none;
        font-weight: 700;
        color: var(--c_main);
    }

    .politic input {
        display: none;
    }

    .politic span:before {
        content: "";
        display: block;
        position: absolute;
        width: 40px;
        height: 22px;
        background-color: #FFF;
        left: 0;
        top: 0;
        -webkit-border-radius: 30px;
                border-radius: 30px;
        -webkit-transition: 0.3s;
           -moz-transition: 0.3s;
            -ms-transition: 0.3s;
             -o-transition: 0.3s;
                transition: 0.3s;
    }

        .politic span:after {
            content: "";
            display: block;
            position: absolute;
            width: 18px;
            height: 18px;
            left: 2px;
            top: 2px;
            background-color: var(--c_dg);
            -webkit-border-radius: 50px;
                    border-radius: 50px;
            -webkit-transition: 0.3s;
               -moz-transition: 0.3s;
                -ms-transition: 0.3s;
                 -o-transition: 0.3s;
                    transition: 0.3s;
        }


    .politic input:checked + span:before {
        background-color: var(--c_main);
    }

    .politic input:checked + span:after {
        left: 20px;
        background-color: #FFF;
    }

.politic_one {
    padding-left: 0 !important;
    cursor: default;
}



/*@media*/
@media screen and (max-width: 1280px) {
    .wmain {
        width: 100%;
    }
}

@media screen and (max-width: 1260px) {
    .page_404_num {
        font-size: 17vw;
    }
    .pokazatel {
        padding-left: 250px;
    }
    .reshenya .wmain {
        padding-left: 250px;
    }
    .ysl_inner_header, .ysl_inner_plashka {
        padding-left: 250px;
    }
    .ysl_list_title {
        max-width: 240px;
    }
    .ysl_list > li {
        padding-left: 250px;
    }
    .project_form_main .discuss_project {
        padding-left: 250px;
    }
    .p_l {
        padding-left: 250px;
    }
    .partner_biznes .wmain, .tm_main, .realization .wmain, .discuss_project {
        padding-left: 250px;
    }
    .tm_dop {
        max-width: 210px;
    }
    .ysl_inner_plashka{
        background-size:190px;
        background-position:40px center;
        
    }
}

@media screen and (max-width: 1160px) {
    .cont_list > li {
        display: block;
    }
    .cl__item + .cl__item, .cont_list > li + li {
        margin-left: 0;
        margin-top: 30px;
    }
    .contact_map {
        width: 450px;
        min-width: 450px;
    }
    .blog_content {
        display: block;
    }
    .blog_content_l {
        padding-right: 0;
    }
    .blog_content_r {
        width: auto;
        min-width: 20px;
        margin-top: 50px;
    }
} 

@media screen and (max-width: 1060px) {
    .article_left {
        width: 280px;
        min-width: 280px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .al__title {
        font-size: 32px;
    }
    .article_nav_title {
        font-size: 20px;
    }
    .subscribe_l {
        padding-right: 0;
    }
    .subscribe_r {
        width: 100%;
        min-width: 20px;
        margin-top: 30px;
    }
    .subscribe .wmain {
        display: block;
    }
    .subscribe_l {
        max-width: 610px;
    }
    .f_rigth {
        width: auto;
        margin-top: 20px;
    }
    .search_open .hl_search {
        min-width: 500px;
    }
    .footer_inner {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .hl_top .wmain {
        position: relative;
    }
    .hl_search {
        margin-left: 0;
        -webkit-order: 1;
            -ms-order: 1;
                order: 1;
    }
    .hl_nav {
        -webkit-order: 2;
            -ms-order: 2;
                order: 2;
    }
    .hl_right {
        position: absolute;
        width: 100%;
        left: 0;
        top: 100%;
        overflow: auto;
        padding-bottom: 30px;
        height: calc(100vh - 90px);
		-webkit-backdrop-filter: blur(8px);
        backdrop-filter: blur(8px);
        background-color: rgba(255,255,255,0.6);
        display: flex;
        padding-top: 20px;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
        display: none;
    }
    .hl_nav {
        margin-top: 20px;
    }
    .f_left {
        width: 300px;
        min-width: 300px;
    }
    .f_center {
        padding-right: 0;
        width: calc(100% - 300px);
        min-width: 20px;
        padding-left: 30px;
    }

    .f_copy, .f_politic {
        width: auto;
    }

    .nav_mobile_btn {
        display: block;
    }

    .hl_top .wmain {
        height: 54px;
    }
}

@media screen and (max-width: 960px) {
    .blog_list > li {
        width: 50%;
    }
    .ne__list > li {
        width: 50%;
    }
    .tm_nav .btn_main {
        position: relative;
        top: -8px;
    }
    .header h1 {
        font-size: 42px;
    }
    .header_inner {
        min-height: 100px;
    }
    .block_line {
        height: 60px;
    }
    .pb__list {
        margin-left: -10px;
        margin-bottom: -10px;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .pb__list > li {
        margin-bottom: 10px;
        width: calc(50% - 10px);
    }
    .competention_list > li {
        width: 50%;
    }
    .tm {
        font-size: 30px;
    }
    .tm_dop {
        font-size: 16px;
        padding-top: 5px;
    }
    .rl_title {
        font-size: 20px;
    }
    .realization_slider .swiper-slide {
        width: 300px;
    }
}

@media screen and (max-width: 920px) {
    .article_list {
        margin-top: 50px;
    }
    .article .wmain {
        position: relative;
        padding-top: 110px;
    }
    .article_head {
        position: absolute;
        width: 100%;
        left: 0;
        top: 20px;
    }
    .article {
        margin-top: 0;
    }
    .article .wmain {
        display: block;
    }
    .article_left {
        width: 100%;
        min-width: 20px;
        position: relative;
    }
    .article_content {
        padding-left: 0;
        margin-top: 30px;
    }
    .footer_bottom_line {
        display: block;
    }
    .f_create {
        text-align: left;
    }
    .f_politic {
        margin-top: 8px;
        margin-bottom: 8px;
    }
    .footer_bottom_line {
        margin-top: 40px;
    }
}

@media screen and (max-width: 900px) {
    .contact_content {
        padding-right: 0;
    }
    .contact_inner {
        display: block;
    }
    .contact_map {
        width: 100%;
        min-width: 20px;
        margin-top: 30px;
    }
}

@media screen and (max-width: 860px) {
    .header h1 br {
        display: none;
    }
    .page_404_text {
        font-size: 20px;
    }
    .pokazatel .tm_dop {
        padding-top: 0;
    }
    .pokazatel {
        padding-left: 0;
        padding-top: 0;
        border: none;
    }
    .ysl_inner_header_title .tm_dop {
        top: 0;
        margin-top: 30px;
    }
    .reshenya .wmain .tm_dop {
        padding-top: 0;
        border: none;
        margin-bottom: 0;
        padding-bottom: 0 !important;
        font-size: 24px;
        line-height: 130%;
        font-weight: 600;
        color: var(--c_dg);
    }
    .reshenya_list {
        margin-top: 30px;
    }
    .reshenya .wmain {
        padding-top: 0;
        border: none;
    }
    .reshenya .wmain {
        padding-left: 0;
    }
    .ysl_inner .wmain {
        padding-top: 0;
        border: none;
    }
    .ysl_inner_header, .ysl_inner_plashka {
        padding-left: 0;
    }
    .ysl_inner_plashka {
        padding-left: 30px;
    }
    .ysl_list_title {
        position: relative;
        max-width: 100%;
    }
    .ysl_list > li {
        padding-left: 0;
    }
    .ysl_list_href {
        margin-top: 20px;
    }
    .project_form_main .discuss_project {
        padding-left: 30px;
        padding-right: 30px;
    }
    .p_l {
        padding-left: 0;
    }
    .wmain.p_tl .tm_dop {
        top: 0;
    }
    .pb__text {
        border: none;
        padding-top: 0;
    }
    .tm_dop {
        position: relative;
        padding-top: 0;
        top: 0 !important;
        display: block;
        padding-bottom: 20px !important;
        border-bottom: 1px solid #D9D9D9;
        margin-bottom: 20px;
        max-width: 100%;
    }
    .partner_biznes .wmain, .tm_main, .realization .wmain, .discuss_project {
        padding-left: 0;
    }

    .p_tl {
        padding-top: 0;
        border: none;
    }
    .ysl_inner_plashka{
        background-image: inherit;
    }
}

@media screen and (max-width: 840px) {
    .preim_list > li {
        width: 50%;
    }
}

@media screen and (max-width: 820px) {
    .f_left {
        padding-right: 0;
    }
    .f_center {
        padding-left: 0;
        width: 100%;
        margin-top: 24px;
    }
}

@media screen and (max-width: 780px) {
    .hl_nav {
        display: block;
    }
    .hl_nav > li > a + ul {
        position: static;
        display: none;
    }

        .hl_nav > li:hover > a + ul {
            display: block;
            visibility: visible;
            opacity: 1;
        }
    .blog_slider .swiper-wrapper {
        -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
        width: 100%;
        height: 100%;
        margin-left: 0;
    }

    .blog_slider .swiper-slide {
        width: 100%;
        padding-left: 0;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }

    .blog_slider .swiper-slide:nth-child(1) {
        width: 100%;
        margin-bottom: 0;
    }

    .blog_slider .swiper-slide:nth-child(1) .blog_slide {
        display: block;
    }

    .blog_slider .swiper-slide:nth-child(1) .bs__img {
        width: 100%;
        min-width: 20px;
    }

    .blog_slider .swiper-slide:nth-child(1) .bs__content {
        margin-top: 15px;
        padding-left: 0;
    }

    .blog_slider .swiper-slide:nth-child(1) .bs__name {
        font-size: 18px;
        line-height: 130%;
    }

    .bs__img {
        height: 296px;
        overflow: hidden;
        -webkit-border-radius: 24px;
        border-radius: 24px;
        
    }

        .bs__img img {
            display: block;
            object-fit: cover;
            height: 100%;
        }

}

@media screen and (max-width: 720px) {
    .page_404_num {
        font-size: 29vw;
    }
    .ysl_inner_plashka {
        font-size: 20px;
        line-height: 140%;
    }
    .subscribe_form .btn_main {
        min-width: 155px;
    }
    .subscribe_form {
        width: 100%;
        min-width: 20px;
    }
}

@media screen and (max-width: 680px) {
    .blog_list > li {
        width: 100%;
    }
    
}

@media screen and (max-width: 660px) {
    .reshenya_list > li {
        width: 100%;
    }
    .dp__nav .btn_main {
        min-width: 240px;
    }
    .blog_nav_mobile {
        display: block;
    }
    .page_nav_main {
        display: none;
    }
    .page_nav {
        margin-top: 10px;
    }
    .page_nav a {
        height: auto;
        min-height: 4px;
        padding-top: 6px;
        padding-bottom: 6px;
        -webkit-border-radius: 24px;
                border-radius: 24px;
        white-space: pre-wrap;
        -webkit-align-items: flex-start;
                align-items: flex-start;
            text-align: left;
    }
    .page_nav_title_mobile {
        display: block;
    }
    .page_nav_close_mobile {
        display: flex;
    }
    .page_nav_main {
        position: fixed;
        width: 100vw;
        height: 100vh;
        background-color: #F7F7F7;
        left: 0;
        top: 0;
        margin-top: 0;
        z-index: 300;
        padding: 20px 10px;
        overflow: auto;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }
    .tm_nav {
        display: block;
    }
    .tm_nav .btn_main {
        margin-left: 0;
        top: 0;
        margin-top: 10px;
        min-height: 30px;
        font-size: 16px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .project_experience_slider {
        overflow: visible !important;
    }
    .project_experience_slider .swiper-slide {
        width: 191px;
    }
}

@media screen and (max-width: 640px) {
    .pu_rekvizit_list > li {
        display: block;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .pu_rekvizit_list > li > div {
        width: 100% !important;
        min-width: 10px !important;
        padding-top: 0;
        padding-bottom: 0;
    }
    .article .wmain {
        border-top: none;
        padding-top: 84px;
    }
    .article_head {
        top: 0;
    }
    .crumbs_main {
        display: block;
        padding: 0;
        padding-top: 50px;
    }
    .crumbs_main .wmain {
        display: none;
    }
    .header h1 {
        font-size: 24px;
        line-height: 100%;
    }
    .head_slog {
        font-size: 16px;
        line-height: 130%;
        margin-top: 20px;
    }
    .header .btn_main {
        margin-top: 20px;
    }
    .competention_list > li {
        width: 100%;
    }
    .cl_item {
        min-height: 20px;
        padding-bottom: 80px;
    }
    .cl_ico img {
        max-width: 50px;
    }
    .cl_item:before {
        left: 15px;
        bottom: 15px;
    }
}

@media screen and (max-width: 620px) {
    .pagination > li + li{
        display: none;
    }
    .pagination > li:last-child {
        display: block;
    }
    .plr {
        padding-left: 20px;
        padding-right: 20px;
    }
    .preim_list > li {
        width: 100%;
    }
    .dp__inner .in_style {
        width: 100%;
    }

    .dp__nav {
        margin-top: 20px;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .input-file, .in_file {
        display: block;
        width: 100%;
    }
    .in_file {
        -webkit-order: 1;
            -ms-order: 1;
                order: 1;
    }
    .dp__nav > .btn_main {
        margin-top: 20px;
        -webkit-order: 2;
            -ms-order: 2;
                order: 2;
    }
    .dp__nav .btn_main {
        width: 100%;
        min-width: 20px;
    }

    .dp__nav .btn_border {
        margin-left: 0;
        margin-top: 20px;
        margin-top: 0;
    }
}

@media screen and (max-width: 580px) {
    .pu_mail .pu_title_inner {
        font-size: 24px;
        padding-right: 30px;
    }
    .pu_mail_form .btn_main {
        min-width: 20px;
        width: 100%;
    }
    .pu_mail {
        padding: 20px;
    }
    .pu_mail_form {
        margin-top: 20px;
    }
    .pokazatel .pb__list > li {
        width: calc(50% - 10px);
    }
    .hl_search {
        min-width: 100%;
        width: 100%;
        height: 40px;
        min-height: 40px;
    }

     .hl_search_form input {
         opacity: 1;
     }

     .hl_search_nav_close {
         display: none;
     }

     .hl_nav {
         width: 100%;
     }

     .hl_right {
        width: calc(100vw );
        margin-left: -10px;
        padding-left: 20px;
        padding-right: 20px;
        height: calc(100vh - 65px);
        -webkit-border-top-left-radius: 10px;
                border-top-left-radius: 10px;
        -webkit-border-top-right-radius: 10px;
                border-top-right-radius: 10px;
    }
}

@media screen and (max-width: 480px) {
    .page_404_text {
        font-size: 18px;
        line-height: 120%;
        margin-top: 0;
    }
    .page_404 .align_center {
        margin-top: 15px;
    }
    .page_404 {
        background: url("/local/templates/vdgb/css/../img/page_404_bg_mobile.png") center top;
        -webkit-background-size: 100%;
             -o-background-size: 100%;
                background-size: 100%;
    }
    .ysl_inner_plashka {
        margin-left: -10px;
        margin-right: -10px;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 40px;
        padding-bottom: 40px;
        font-size: 18px;
        line-height: 150%;
        -webkit-border-radius: 0;
                border-radius: 0;
    }
    .ysl_list {
        margin-top: 30px;
    }
    .ysl_list > li + li {
        margin-top: 30px;
    }
    .subscribe .wmain {
        padding: 30px 20px;
    }
    .subscribe_l {
        font-size: 24px;
        line-height: 100%;
    }
        .subscribe_l span {
            font-size: 16px;
            line-height: 150%;
            margin-top: 10px;
        }
    .subscribe_r {
        display: block;
        margin-top: 20px;
    }
    .subscribe_form {
        display: block;
    }
    .subscribe_form .btn_main {
        width: 100%;
        min-width: 20px;
        margin-top: 10px;
        margin-left: 0;
        -webkit-border-radius: 24px;
                border-radius: 24px;
    }
    .pb__list {
        margin-left: 0;
    }
    .header_inner {
        padding-top: 254px;
/*
        background: url("/local/templates/vdgb/css/../img/header_bg_mobile.jpeg") no-repeat center bottom !important;
        -webkit-background-size: cover !important;
             -o-background-size: cover !important;
                background-size: cover !important;
*/
    }
    .hl_top {
        top: 10px;
    }
    .header {
        padding: 0;
    }
    .plr {
        padding-left: 10px;
        padding-right: 10px;
    }

    .tm {
        font-size: 24px;
        line-height: 130%;
    }
    .realization_slider .swiper-slide {
        width: 100%;
        margin-right: 0 !important;
    }
    .realization_slider .swiper-slide + .swiper-slide {
        margin-top: 10px;
    }
    .realization_slider .swiper-wrapper {
        display: block;
        transform: translate3d(0px, 0px, 0px) !important;
    }
}

@media screen and (max-width: 460px) {
    .bs_content {
        margin-top: 0;
    }
    .bs_content .bs__cat {
        display: none;
    }
    .pagination {
        margin-top: 19px;
        -webkit-align-items: center;
                align-items: center;
    }
    /*.pagination > li + li {
        display: none;
    }
    .pagination > li + li + li + li {
        display: block;
    }*/
    .pagination > li a, .pagination > li span {
        font-size: 14px;
        height: 30px;
        min-width: 30px;
        font-weight: normal;
    }
    .pagination > li:last-child a, .pagination > li:nth-child(1) a {
        -webkit-border-radius: 24px;
                border-radius: 24px;
        height: 42px;
    }
    .pagination > li a {
        padding-left: 10px;
        padding-right: 10px;
    }
    .bp_price {
        font-size: 18px;
        line-height: 100%;
        left: 10px;
        bottom: 10px;
        margin-top: 0;
        position: absolute;
    }
    .ne__list {
        margin-bottom: 0;
    }
    .ne__list > li > a {
        display: flex;
        position: relative;
        -webkit-align-items: flex-start;
                align-items: flex-start;
    }
    .ne__list > li {
        width: 100%;
        margin-bottom: 0;
    }
    .ne__img {
        width: 93px;
        min-width: 93px;
        margin-right: 10px;
    }
    .ne__img {
        -webkit-border-radius: 14px;
                border-radius: 14px;
    }
    .ne__list .bp_name {
        margin-top: 0;
        font-size: 16px;
        font-weight: 600;
        line-height: 130%;
    }
    .ne__list .bs__nav {
        position: absolute;
        left: 10px;
        bottom: 10px;
    }
    .ne__list .bs__nav span {
        font-size: 14px;
        line-height: 120%;
    }
    .ne__list > li > a {
        background-color: #FFF;
        padding: 10px;
        padding-bottom: 36px;
        -webkit-border-radius: 24px;
                border-radius: 24px;
    }

    .ne__list > li + li {
        margin-top: 5px;
    }
}

@media screen and (max-width: 420px) {
    .f_subscribe_form input {
        font-size: 14px;
    }
    .tm_nav .btn_main {
        height: 30px;
        min-height: 30px;
    }
    .tm span {
        font-size: 16px;
    }
    .in_style {
        height: 50px !important;
        min-height: 50px !important;
        font-size: 14px !important;
    }
    .btn_main {
        font-size: 16px;
        height: 50px;
        min-height: 50px;
    }
    .bp_name {
        font-size: 16px;
    }
    .page_nav a {
        font-size: 12px;
    }
    .pokazatel .pb__list .pbl__num {
        font-size: 40px;
        line-height: 110%;
    }
    .ysl__pl_title {
        font-size: 16px;
        line-height: 120%;
        padding-top: 7px;
        padding-bottom: 7px;
        padding-left: 45px;
    }
    .ysl__pl_info {
        font-size: 16px;
        line-height: 130%;
    }
    .cl__item {
        -webkit-align-items: flex-start;
                align-items: flex-start;
    }
    .contact_map {
        height: 170px;
        margin-top: 20px;
    }
    .cont_phone {
        display: block;
    }
    .cont_phone div + div {
        padding-left: 0;
        margin-left: 0;
        margin-top: 21px;
    }
    .cont_phone div + div:before {
        width: 30px;
        height: 1px;
        left: 0;
        top: -11px;
        margin-top: 0;
    }
    .ah__nav {
        display: block;
        max-width: 330px;
    }
    .al__title {
        font-size: 24px;
        line-height: 130%;
    }
    .al__img {
        margin-top: 15px;
    }
    .al__text {
        margin-top: 15px;
    }
    .article_list > li + li {
        margin-top: 20px;
    }
    .ah__nav .btn_main + .btn_main {
        margin-top: 10px;
    }
    .article .wmain {
        padding-top: 155px;
    }

    .article_head {
        border-bottom: 1px solid #D9D9D9;
        padding-bottom: 20px;
    }
    .dp__nav .btn_main {
        -webkit-border-radius: 24px;
                border-radius: 24px;
    }
    .project_form_main {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .project_form_main .discuss_project {
        -webkit-border-radius: 0;
                border-radius: 0;
        padding-left: 10px;
        padding-right: 10px;
    }
    .bl__name {
        font-size: 16px;
        line-height: 130%;
    }
    .guide_slider .swiper-slide {
        width: 178px;
    }
    .gs__name {
        font-size: 18px;
        line-height: 150%;
        font-weight: normal;
    }
    .history_about p {
        font-size: 16px;
    }
    .history_about {
        margin-top: 30px;
    }
    .sp__slide {
        height: 145px;
    }
    body .partner_slider {
        height: 455px;
    }
    .discuss_project .tm_dop {
        display: none;
    }
    .discuss_project {
        margin-top: 0;
    }
    .footer {
        padding-top: 30px;
    }
    .dp__inner {
        margin-top: 20px;
    }
    .f_nav {
        display: block;
        text-align: center;
    }

    .f_nav > li + li {
        margin-top: 15px;
        margin-left: 0;
    }

    .f_href a + a, .f_href li + li {
        margin-top: 10px;
    }

    .f_rigth {
        text-align: center;
    }

    .footer_bottom_line, .f_create {
        text-align: center;
    }

    .f_politic {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .footer_bottom_line {
        padding-top: 21px;
        margin-top: 70px;
    }

    .f_center {
        margin-top: 40px;
    }

    .f_logo {
        max-width: 237px;
    }

    .f_left {
        width: 100%;
        min-width: 20px;
        -webkit-align-items: center;
                align-items: center;
        display: flex;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-justify-content: center;
                justify-content: center;
    }

    .f_subscribe {
        width: 100%;
        max-width: 100%;
    }

    .footer {
        padding-bottom: 30px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .discuss_project {
        padding-bottom: 70px;
        margin-bottom: 70px;
    }

    .f_cont {
        margin-top: 20px;
    }
    .f_rigth {
        margin-top: 40px;
    }

    .f_nav > li + li {
        margin-top: 40px;
    }
}

@media screen and (max-width: 380px) {
    .pu_content {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 20px;
        font-size: 16px;
        line-height: 130%;
    }
    .pu_title_inner {
        font-size: 26px;
    }
    .pu_form {
        padding: 20px 10px;
    }
    .pu_rekvizit_list > li > div {
        padding-left: 10px;
        padding-right: 10px;
    }
    .pu_title {
        font-size: 20px;
    }
    .pu_rekvizit .align_center .btn_main {
        font-size: 16px;
        min-height: 54px;
    }
    .pu_rekvizit_list > li > div {
        font-size: 16px;
    }
    .pokazatel .pb__list > li {
        width: calc(100% - 10px) !important;
        min-height: 114px;
    }
    .pb__text {
        margin-top: 20px;
    }
    .pb__list {
        margin-top: 20px;
    }
    .competention_list {
        margin-top: 20px;
    }
    .pl_item {
        margin-top: 20px;
    }
    .header_inner {
        padding-bottom: 30px;
    }
    .pbl__num {
        font-size: 18px;
    }
    .pb__text p {
        font-size: 16px;
        line-height: 130%;
    }
}

@media screen and (max-width: 340px) {
    .pbl__info {
        font-size: 12px;
        margin-top: 10px;
    }
}




/*vdgb*/
.pb__text ul {
    list-style: none;
    padding-left:0;
}
.pb__text a {
    color: var(--c_main);
}
.container_main .header{
    color:#fff;
}
.header{padding:0}
.header_inner{border-radius:0;-webkit-border-radius:0}
/*
.header{
    padding:20px;
    margin: 0 auto;
    max-width: 1920px;
}
.header_inner{border-radius:20px;-webkit-border-radius:20px}*/

/* End */


/* Start:/local/templates/vdgb/custom.css?17381382481524*/
h1.tm {
    margin: 0px !important;
}
h1.al__title {
    margin: 0px !important;
}
h1.tm_dop {
    margin: 0px !important;
}
.bl__hash span {
    z-index: 999 !important;
    cursor: pointer;
}
.searchopen ul.hl_search_list {
    visibility: visible;
    opacity: 1;
    z-index: 9;
}
.searchopen .nav_mobile_open .hl_right ul.hl_nav {
    opacity: 0.3 !important;
}
@media screen and (max-width: 480px) {
    .hl_top.plr {
        background: white;
    }
}
.realization_inner .realization_slider {
    overflow: hidden ! IMPORTANT;
}
.hl_top .wmain {
    background-color: #FFF;
}
.header_fixed2 .wmain {
    border: 1px solid #D9D9D9;
}
.header_fixed2 {
  position: fixed;
}
textarea.in_style{
    line-height: 60px;
}
textarea.in_style::placeholder {
    transform: translateY(20px);
    line-height: 20px;
}
h2.tm_dop {
    font-weight: normal;
}
.ysl_inner_plashka.plashkaimgg img {
    width: 100% !important;
}
@media screen and (max-width: 900px) {
    .ysl_inner_plashka.plashkaimgg img {
        padding-bottom: 40px;
        display: block;
        clear: both;
        text-align: center;
        margin: auto;
    }
    .ysl_inner_plashka.plashkaimgg{
        padding-left: 40px !important;
        display: block;
    }
}
@media screen and (min-width: 900px) {
    .ysl_inner_plashka.plashkaimgg img {
        max-width: 40%;
    }
    .ysl_inner_plashka.plashkaimgg img {
        padding: 0 40px;
    }
    .ysl_inner_plashka.plashkaimgg{
        padding-left: 0px !important; 
        display: flex;
    }
}
/* End */


/* Start:/local/templates/vdgb/css/swiper.css?173755275420157*/
/**
 * Swiper 11.1.14
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 12, 2024
 */

@font-face {
    font-family: swiper-icons;
    src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

:host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0)
}

.swiper-horizontal {
    touch-action: pan-y
}

.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
    transform-style: preserve-3d
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
    scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: none
}

.swiper-css-mode.swiper-centered>.swiper-wrapper::before {
    content: '';
    flex-shrink: 0;
    order: 9999
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    display: flex;
    width: 50px;
    height: 50px;
    cursor: pointer;
    border: none;
    outline-style: none;
    background-color: #FFF;
    top: 50%;
    z-index: 50;
    margin-top: -25px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-align-items: center;
            align-items: center;
}

.swiper-button-next svg, .swiper-button-prev svg {
  display: block;
}


.swiper-button-next:hover path, .swiper-button-prev:hover path {
  fill: #FF5858;
}

.swiper-button-prev  {
  left: 0;
}

.swiper-button-next {
  right: 0;
}


  .swiper-button-next img,
.swiper-button-prev img {
  display: block;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0.4;
    cursor: default;
}

.swiper-button-next.swiper-button-disabled:hover path,
.swiper-button-prev.swiper-button-disabled:hover path {
  fill: rgba(0,0,0,0.6);
}


.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: block;
    border: none;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background-color: rgba(255,255,255,0.5);
    -webkit-border-radius: 50%;
            border-radius: 50%;
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
        -ms-transition: 0.3s;
         -o-transition: 0.3s;
            transition: 0.3s;
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    background-color: #FF5858;
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    right: var(--swiper-pagination-right, 8px);
    left: var(--swiper-pagination-left, auto);
    top: 50%;
    transform: translate3d(0px, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform, .2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 3px;
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s right
}

.swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color, inherit)
}

.swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    position: relative;
    touch-action: none;
    background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1))
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: 130px;
    bottom: 22px;
    right: 0;
    background-color: #FFF !important;
    height: 5px;
    -webkit-border-radius: 20px;
            border-radius: 20px;
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
    position: absolute;
    left: var(--swiper-scrollbar-left, auto);
    right: var(--swiper-scrollbar-right, 4px);
    top: var(--swiper-scrollbar-sides-offset, 1%);
    z-index: 50;
    width: var(--swiper-scrollbar-size, 4px);
    height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background-color: #FF5858 !important;
    -webkit-border-radius: 20px;
            border-radius: 20px;
    left: 0;
    top: 0;
    cursor: pointer;
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move;
    touch-action: none
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active {
    pointer-events: auto
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper.swiper-cube {
    overflow: visible
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px)
}

.swiper-cube .swiper-slide-next+.swiper-slide {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height
}

.swiper.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}
/* End */
/* /local/templates/vdgb/css/style.css?176847389693286 */
/* /local/templates/vdgb/custom.css?17381382481524 */
/* /local/templates/vdgb/css/swiper.css?173755275420157 */
