@font-face {
    font-family: 'Tondo Corp Bold';
    src: url(fonts/TondoCorp-Bold.woff);
}
@font-face {
    font-family: 'Tondo Corp';
    src: url(fonts/TondoCorp-Regular.woff);
}
@font-face {
    font-family: "StagSansRegular";
    src: url("fonts/StagSansRegular.eot");
    src: url("fonts/StagSansRegular.eot?#iefix")format("embedded-opentype"),
    url("fonts/StagSansRegular.woff") format("woff");
    font-style: normal;
    font-weight: 400;
}
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #D94646;
    --orange: #fd7e14;
    --yellow: #FFDD44;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #9E9E9E;
    --gray-dark: #343a40;
    --primary: #298F89;
    --secondary: #74563B;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #D94646;
    --light: #f8f9fa;
    --dark: #333231;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --color-line: #F3F3EF;
    --swiper-navigation-size: 44px;
    --swiper-theme-color: #007aff;
}
:root, html {
    font-size: 16px;
}
a, a:visited {
    color: inherit;
}
p{
    font-size: 1rem;
}
a {
    transition: .3s ease-out;
    text-decoration: none;
}
a:hover {
    opacity: .7;
    text-decoration: none;
}
.v-paralax-text-block .content a,
.vilka-accordion a {
    text-decoration: underline;
}
li {
    margin-bottom: .5rem;
}
.v-header li {
    margin-bottom: 0;
}
*, *:before, *:after {
    box-sizing: border-box;
}

body {
    font-family: 'Tondo Corp';
    font-weight: normal;
    font-style: normal;
    padding: 0;
    margin: 0;
}
body.overflowH {
    height: 100vh;
    overflow: hidden;
}

/*text*/
h2, .h2 {
    color: #000;
    /*font-family: 'StagSansRegular';*/
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
    margin: 0 0 32px 0;
    display: block;
    line-height: 1.25;
}

 #download-form .h2 {
    font-size: 26px;
}

p,b {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 142.857%;
    letter-spacing: 0.56px;
    margin: 0 0 24px 0;
}
b {
    font-family: 'Tondo Corp Bold';
}
/*text*/

/*layout*/
.v-flex {
    display: flex;
    flex-wrap: wrap;
}
.jc-c {
    justify-content: center;
}
.v-container {
    width: 100%;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 8px;
    padding-right: 8px;
}
.w100 {
    width: 100%;
}
/*layout*/



/*buttons*/
.v-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 1; /* 100% */
    letter-spacing: 0.8px;
    text-transform: uppercase;
    transition: .3s ease-out;
    padding: 14px 32px;
    border: 2px solid #000;
    background: #FD4;
    text-decoration: none;
    cursor: pointer;
}
.v-btn svg {
    margin-right: 8px;
    display: block;
}
.v-btn:hover {
    opacity: .7;
}

.v-services-list .item .v-btn:after {
    content: 'подробнее';
}
/*buttons*/

/*inputs*/
input[type="text"],
input[type="tel"],
input[type="email"],
textarea {
    width: 100%;
    display: block;
    margin-bottom: 16px;
    padding: 14px 24px;
    color: #000;
    font-family: 'Tondo Corp';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5; /* 150% */
    border: none;
    border-bottom: 1px solid #FD4;
    background: #FFF;
    outline: none;
}
input[type="text"]::placeholder,
input[type="tel"]::placeholder,
textarea::placeholder {
    /*color: #000;*/
    font-family: 'Tondo Corp';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5; /* 150% */
}

.vi-form ::placeholder{
    color: rgb(117, 117, 117);
    opacity: 1;
}

/* по умолчанию — “плейсхолдер” серый */
.vilka-select .selected .val{
    color: rgb(117, 117, 117);
}

/* когда выбрано значение — чёрный */
.vilka-select.is-chosen .selected .val{
    color: #000;
}


.iti {
	width: 100%;
	margin-bottom: 16px;
}
.vilka-select {
    position: relative;
    width: 100%;
    display: block;
    margin-bottom: 16px;
}
.vilka-select .selected {
    border-bottom: 1px solid #FD4;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.vilka-select .arr {
    flex-shrink: 0;
    transition: .3s ease-out;
    transform: rotate(180deg);
}
.vilka-select.open .arr {
    transform: rotate(0deg);
}
.vilka-select.open {
    z-index: 3;
}
.vilka-select .selected,
.vilka-select .option {
    width: 100%;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    padding: 14px 24px;
    background: #FFF;
    transition: .3s ease-out;
    cursor: pointer;
    position: relative;
}
.vilka-select .option:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    display: block;
    opacity: 0;
    z-index: 1;
    transition: .3s ease-out;
    opacity: 0;
}
.vilka-select .option:hover {
    background: #F9F9F9;
}
.vilka-select .option:hover:before {
    opacity: 1;
}
.vilka-select .options {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    transition: .3s ease-out;
    opacity: 0;
    visibility: hidden;
	height: 180px;
	overflow: auto;
}
.vilka-select.open .options {
    opacity: 1;
    visibility: visible;
}
/*inputs end*/


/*header*/
.v-header {
    width: 100%;
    position: relative;
    z-index: 100;
}
.v-header .top {
    padding-top: 8px;
    padding-bottom: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.burger {
    cursor: pointer;
    transition: .3s ease-out;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--yellow);
}
.burger:hover {
    opacity: .7;
}
.burger .close {
    display: none;
}
.v-header.open .burger .close {
    display: block;
}
.v-header.open .burger .open {
    display: none;
}
.vilka-site-selector {
    display: flex;
    /*align-items: center;*/
    /*flex: 1;*/
}
.vilka-site-selector .title {
    color: #3F3F47;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    display: block;
    margin-right: 8px;

}
.vilka-site-selector a {
    text-decoration: underline;
    text-decoration-style: dotted;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
}
.v-header .menu-wrapper {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #F9F9F9;
    width: 100%;
    height: calc(100vh - 60px);
    opacity: 0;
    visibility: hidden;
    transition: .3s ease-out;
    display: flex;
    overflow: auto;
    display: none;
}
.v-header.open .menu-wrapper {
    visibility: visible;
    opacity: 1;
    display: flex;
}
@media (min-width: 1480px) {
    .v-header .menu-wrapper {
        display: flex;
    }
}
.v-header .menu-wrapper .v-container {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding-top: 35px;
    padding-bottom: 35px;
}
.personal-link {
    display: inline-flex;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    margin-left: auto;
}
.personal-link:hover {
    opacity: .7;
}
.personal-link svg {
    display: block;
    margin-right: 8px;
    margin-top: -5px;
}
.v-header .menu-wrapper .vilka-header-menu {
    width: 100%;
    margin: 0;
    padding: 0;
}
.v-header .menu-wrapper .vilka-header-menu li {
    list-style: none;
}
.v-header .menu-wrapper .vilka-header-menu a {
    display: flex;
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3; /* 133.333% */
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin-top: 24px;
    transition: .3s ease-out;
    text-decoration: none;
}
.v-header .menu-wrapper .vilka-header-menu li ul a {
    font-size: 14px;
    text-transform: initial;
}
.v-header .menu-wrapper .vilka-header-menu a.selected,
.v-header .menu-wrapper .vilka-header-menu a:hover,
.v-header .menu-wrapper .vilka-header-menu li.selected > a{
    opacity: .7;
}
.v-header .menu-wrapper .contacts-wrapper {
    width: 100%;
    margin-top: auto;
    display: flex;
    flex-wrap: wrap;
}
.v-header .menu-wrapper .contacts-wrapper .v-btn {
    width: 100%;
    margin-top: 24px;
}
.v-header .menu-wrapper .contacts-wrapper a:not(.v-btn) {
    display: flex;
    color: #3F3F47;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    align-items: center;
}
.v-header .menu-wrapper .contacts-wrapper a:not(.v-btn):first-child {
    margin-right: 30px;
}
.v-header .menu-wrapper .contacts-wrapper a:not(.v-btn) svg {
    display: block;
    margin-right: 8px;
    flex-shrink: 0;
}
.v-header .switch-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.v-header .tablet {
    display: none;
}
/*header*/


/*main slider*/
.vilka-main-slider:not(.swiper-initialized) {
    height: 400px;
    overflow: hidden;
    position: relative;
}
.vilka-main-slider:not(.swiper-initialized):before,
.vilka-main-slider:not(.swiper-initialized):after {
    content: '';
    position: absolute;
    display: block;
    z-index: 10;
}
.vilka-main-slider:not(.swiper-initialized):after {
    width: 100%;
    height: 100%;
    background: white;
    top: 0;
    left: 0;
}
.vilka-main-slider:not(.swiper-initialized):before {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: transparent;
    border: 4px solid #000;
    border-top-color: var(--yellow);
    animation: 1s spin linear infinite;
    top: calc(50% - 35px);
    left: calc(50% - 35px);
    z-index: 11;
}
@keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.vilka-main-slider.swiper {
    width: 100%;
    padding-bottom: 24px;
    margin-top: 6px;
}
.vilka-main-slider .swiper-slide {
    height: auto;
}
.vilka-main-slider .item {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.vilka-main-slider .item .photo,
.vilka-main-slider .item .description {
    width: 100%;
    border: 8px solid var(--yellow);
    background: #F9F9F9;

}
.vilka-main-slider .item .description {
    border-top: none;
    padding: 16px;
}
.vilka-main-slider .item .photo {
    position: relative;
}
.vilka-main-slider .item .photo .img-decors {
    position: absolute;
    bottom: -8px;
    left: -8px;
    z-index: 2;
}
.vilka-main-slider .item .photo .img-decors:before,
.vilka-main-slider .item .photo .img-decors:after {
    content: '';
    position: absolute;
    display: block;
    background: var(--yellow);
    bottom: 0;
    left: 0;
}
.vilka-main-slider .item .photo .img-decors:before {
    width: 25px;
    height: 44px;
}
.vilka-main-slider .item .photo .img-decors:after {
    width: 44px;
    height: 25px;
}
.vilka-main-slider .item .photo img {
    width: 100%;
    /*height: 205px;*/
    /*object-fit: cover;*/
    display: block;
}
.vilka-main-slider .item .photo img.desktop {
    display: none;
}
.vilka-main-slider .item .v-btn {
    width: 100%;
}
.vilka-main-slider .item .text {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2; /* 120% */
    margin-bottom: 16px;
}
.vilka-main-slider .nav-desktop {
    display: none;
}
.vilka-main-slider .nav {
    display: flex;
    justify-content: center;
    padding-top: 16px;
}

.vilka-main-slider .swiper-button-prev,
.vilka-main-slider .swiper-button-next {
   display: none!important;
}
/*main slider end*/




/*paralax text block*/
.v-paralax-text-block {
    width: 100%;
    position: relative;
    padding: 24px 0;
 /*   margin-bottom: 30px;*/
}
.v-paralax-text-block .content {
    max-width: 920px;
}
.v-paralax-text-block .paralax-elements {
    position: absolute;
    top: 0;
    display: none;
    width: 100%;
    height: 100%;
}
.v-paralax-text-block  .left,
.v-paralax-text-block  .right {
    position: absolute;
    width: 20%;
    bottom: 0;
    height: 100%;
    top: 0;
}
.v-paralax-text-block .paralax-elements .left {
    left: 0;
}
.v-paralax-text-block .paralax-elements .right {
    right: 0;
}
.v-paralax-text-block .paralax-elements .left .img,
.v-paralax-text-block .paralax-elements .right .img {
    position: absolute;
    will-change: transform;
}
.v-paralax-text-block .paralax-elements .left .img:nth-of-type(1) {
    top: -20px;
    right: 0;
    z-index: 2;
}
.v-paralax-text-block .paralax-elements .left .img:nth-of-type(2) {
    top: 30%;
    left: 0;
    z-index: 3;
}
.v-paralax-text-block .paralax-elements .left .img:nth-of-type(3) {
    bottom: 0;
    right: 10%;
    z-index: 0;
}
.v-paralax-text-block .paralax-elements .right .img:nth-of-type(1) {
    top: 10%;
    left: 0;
}
.v-paralax-text-block .paralax-elements .right .img:nth-of-type(2) {
    right: 0;
    top: 40%;
}
.v-paralax-text-block .paralax-elements .right .img:nth-of-type(3) {
    bottom: 0;
    left: 0;
}
.v-paralax-text-block .title {
    color: #000;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25; /* 125% */
    margin: 0 0 24px 0;
}
.v-paralax-text-block h2.title {
    font-size: 28px;
}
.v-paralax-text-block h3.title {
    font-size: 24px;
}
.v-paralax-text-block h4.title {
    font-size: 20px;
}
.v-paralax-text-block .text {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4; /* 142.857% */
    letter-spacing: 0.56px;
    margin: 0 0 24px 0;
}
.v-paralax-text-block .v-btn {
    width: 100%;
}
/*paralax text block end*/




/*service list*/
.v-services-list-wrapper {
    width: 100%;
    position: relative;
    margin-bottom: 48px;
}
.v-services-list {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 24px;
}
.v-services-list .item {
    width: 100%;
    padding: 48px 16px 64px 16px;
    border: 8px solid #F9F9F9;
    background: #FFF;
    position: relative;
}
.v-services-list .item .name {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2; /* 120% */
    display: block;
    margin: 0 0 17px 0;
}
.v-services-list .item .text {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4; /* 142.857% */
    display: block;
    margin: 0 0 24px 0;
}
.v-services-list .item .icon {
    max-width: 164px;
    display: block;
    margin-bottom: 24px;
}
.v-services-list .item .v-btn {
    width: 100%;
}
.v-services-list .item .decorL,
.v-services-list .item .decorR {
    display: block;
    position: absolute;
}
.v-services-list .item .decorL {
    top: 0;
    left: 0;
}
.v-services-list .item .decorR {
    bottom: 44px;
    right: 44px;
}
.v-services-list .item .decorL:before,
.v-services-list .item .decorR:before,
.v-services-list .item .decorL:after {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    left: 0;
    background: #F9F9F9;
}
.v-services-list .item .decorL:after {
    width: 25px;
    height: 44px;
}
.v-services-list .item .decorL:before {
    width: 44px;
    height: 25px;
}
.v-services-list .item .decorR:before {
    width: 44px;
    height: 44px;
}
.v-services-list .item:nth-of-type(even) .decorR {
    bottom: -20px;
    right: 0;
    width: 44px;
    height: 44px;
}
.v-services-list .item:nth-of-type(even) .decorL:after {
    display: none;
}
.v-services-list .item:nth-of-type(even) .decorL:before {
    width: 44px;
    height: 44px;
}
.v-services-list .item:nth-of-type(even) .decorR:after {
    width: 25px;
    height: 44px;
    display: block;
    position: absolute;
    content: '';
    top: -25px;
    right: 0;
    background: #F9F9F9;
}
.v-services-list .item:nth-of-type(even) .decorR:before {
    width: 44px;
    height: 25px;
    display: block;
}
/*service list end*/



/*benefits list*/
.v-benefits-list {
    margin-bottom: 48px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 16px;
}
.v-benefits-list .item {
    padding: 26px 24px 24px 19px;
    border-left: 4px solid var(--yellow);
    transition: .3s ease-out;
    background: #F9F9F9;
    position: relative;
    overflow: hidden;
}
.v-benefits-list .item .content {
    position: relative;
    z-index: 2;
}
.v-benefits-list .item:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--yellow);
    transform: translateX(-100%);
    transition: .3s ease-out;
}
.v-benefits-list .item:hover {
    border-color: #3F3F47;
}
.v-benefits-list .item:hover:before {
    transform: translateX(0);
}
.v-benefits-list .item .name {
    color: #3F3F47;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4; /* 142.857% */
    display: block;
    margin: 0 0 8px 0;
    transition: .3s ease-out;
}
.v-benefits-list .item .title {
    color: #3F3F47;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
    display: block;
    margin: 0 0 8px 0;
    transition: .3s ease-out;
}
.v-benefits-list .item .text {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4; /* 142.857% */
    display: block;
    margin: 0;
    transition: .3s ease-out;
}
.v-benefits-list .item:nth-of-type(even) {
    background: var(--yellow);
    border-color: #3F3F47;
}
.v-benefits-list .item:nth-of-type(even):before {
    background: #F9F9F9;
}
.v-benefits-list .item:nth-of-type(even):hover {
    border-color: var(--yellow);
}
.v-benefits-list .item.callback-btn:hover {
    border-color: var(--yellow);
}
.v-benefits-list .item.callback-btn:hover {
    opacity: 1;
}
.v-benefits-list .item.callback-btn:hover * {
    color: white
}
.v-benefits-list .item.callback-btn:before {
    background: black;
}
.v-benefits-list .item.callback-btn .text {
    display: flex;
    align-items: center;
}
.v-benefits-list .item.callback-btn .text svg {
    display: block;
    margin-right: 8px;
}
/*benefits list end*/


/*our project slider*/
.vilka-our-projects-slider-wrapper {
    width: 100%;
    margin-bottom: 48px;
}
.vilka-our-projects-slider-wrapper .title-with-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.vilka-our-projects-slider-wrapper .title-with-nav .nav {
    display: none;
}
.vilka-our-projects-slider-wrapper .item .img {
    display: none;
}
.vilka-our-projects-slider-wrapper .item img {
    width: 100%;
}
.vilka-our-projects-slider-wrapper h2 {
    margin-bottom: 24px;
}
.vilka-our-projects-slider-wrapper .item {
    border-left: 4px solid #FD4;
    background: #F9F9F9;
}
.vilka-our-projects-slider-wrapper .item .content {
    padding: 48px 24px;
}
.vilka-our-projects-slider-wrapper .item .content .text {
    /*display: none;*/
    color: #3F3F47;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 127.778%; /* 127.778% */
    margin-bottom: 24px;
}
.vilka-our-projects-slider-wrapper .item .name {
    color: #3F3F47;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2; /* 120% */
}
.vilka-our-projects-slider-wrapper .item .label {
    color: #3F3F47;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4; /* 142.857% */
    display: inline;
    float:left;
    margin-right: 8px;
}
.vilka-our-projects-slider-wrapper .item .value {
    color: #3F3F47;
    /*font-family: 'Noto Sans', sans-serif;*/
    font-family: 'Tondo Corp Bold';
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    display: inline;

}
.vilka-our-projects-slider-wrapper .item .label-value {
    /*display: grid;*/
    /*grid-template-columns: 1fr 1fr;*/
    /*align-items: center;*/
    margin-bottom: 8px;
}
.vilka-our-projects-slider-wrapper .item .label-value:last-child {
    margin-bottom: 0;
}
.vilka-our-projects-slider-wrapper .vilka-our-projects-slider-container .swiper-pagination {
    margin-top: 16px;
}
/*our project slider end*/



/*expert form*/
.vilka-expert-form-wrapper {
    width: 100%;
    border-bottom: 4px solid #FFDC4B;
    background: #F9F9F9;
    padding: 32px 0;
    overflow: hidden;
}
.vilka-expert-form-wrapper .v-container {
    max-width: 1220px;
}
.vilka-expert-form-wrapper h2 {
    margin-bottom: 24px;
}
.vilka-expert-form-wrapper .v-btn {
    margin-bottom: 16px;
    width: 100%;
}
.vilka-expert-form-wrapper .pol {
    color: #3F3F47;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.33; /* 133.333% */
}
.vilka-expert-form-wrapper .pol a {
    text-decoration: underline;
}
.vilka-expert-form-wrapper .decor {
    display: none;
}
/*expert form end*/



/*footer*/
.v-footer {
    width: 100%;
    padding: 32px 0;
    border-bottom: 4px solid #FD4;
    background: #000;
}
.v-footer * {
    color: white
}
.v-footer .text {
    max-width: 400px;
}
.v-footer .text,
.v-footer .pol,
.v-footer a {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4; /* 142.857% */
    margin-bottom: 32px;
    display: block;
}
.v-footer a {
    margin: 0;
}
.v-footer .logo {
    margin-bottom: 30px;
    display: block;
}
.v-footer .pol {
    margin-bottom: 0;
    text-decoration: underline;
    display: block;
    /*width: 100%;*/
}
.v-footer .pol:hover {
    text-decoration: none;
}
.v-footer .contacts-wrapper a {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 16px;
}
.v-footer .contacts-wrapper a svg {
    display: block;
    margin-right: 8px;
}
.v-footer .contacts-wrapper .v-btn {
    width: 100%;
    color: black;
    padding: 5px 10px;
    margin-bottom: 20px;
}
.vilka-footer-menu {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 16px;
    margin-bottom: 32px;
}
.vilka-footer-menu li {
    list-style: none;
}
/*footer end*/



.swiper-button-prev:after,
.swiper-button-next:after {
    display: none!important;
}
.swiper-button-prev,
.swiper-button-next {
    width: 32px!important;
    height: 32px!important;
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
}
.swiper-button-prev {
    transform: rotate(-180deg);
}
.swiper-pagination-bullet {
    width: 19px!important;
    height: 19px!important;
    background: white!important;
    position: relative!important;
    opacity: 1!important;
}
.swiper-pagination {
    position: static!important;
}
.swiper-pagination-bullet:before,
.swiper-pagination-bullet:after {
    position: absolute!important;
    content: ''!important;
    display: block!important;
    width: 100%!important;
    height: 100%!important;
    top: 0!important;
    left: 0!important;
    border-radius: 100% !important;
}
.swiper-pagination-bullet:before {
    width: 50% !important;
    height: 50% !important;
    background: #777!important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
}
.swiper-pagination-bullet:after {
    border: 1px solid #777;
}
.swiper-pagination-bullet-active:before {
    background: black!important;
}
.swiper-pagination-bullet-active:after {
    border-color: black!important;
}


.v-header .tablet .personal-link {
    display: none;
}
.v-header .personal-link.desktop {
    display: none;
}
.vilka-expert-form-wrapper {
    position: relative;
}
.vilka-expert-form-wrapper .paralax-elements {
    display: none;
}


.vilka-page-banner {
	padding-left: 0;
	padding-right: 0;
	min-height: 392px;
	display: flex;
	align-items: center;
	position: relative;
    margin-bottom: 48px;
}
.vilka-page-banner .content {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	padding-top: 45px;
	padding-bottom: 45px;
}
.vilka-page-banner .icon {
	max-width: 121px;
	max-height: 121px;
	object-fit: contain;
	display: block;
	margin-bottom: 16px;
}
.vilka-page-banner .title {
	color: #000;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height:  112.5%; /* 112.5% */
	margin: 0 0 16px 0;
	display: block;
}
.vilka-page-banner .text {
	color: #000;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 142.857%; /*  */
}
.vilka-page-banner .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
	object-fit: cover;
	object-position: 63% 0;
}
.vilka-page-banner .vilka-breadcrumb {
	display: none;
}


.vilka-accordion {
    margin-bottom: 48px;
}
.vilka-accordion .title {
    color: #3F3F47;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5; /* 150% */
}
.vilka-accordion .item {
    width: 100%;
    margin-bottom: 16px;
}
.vilka-accordion .question {
    position: relative;
    cursor: pointer;
}
.vilka-accordion .question {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    border-left: 4px solid #FD4;
    background: #F9F9F9;
}
.vilka-accordion .question:before,
.vilka-accordion .question:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    transition: .3s ease-out;
}
.vilka-accordion .question:before {
    width: 0;
    background: #FD4;
}
.vilka-accordion .item.open .question:before {
    background: black;
}
.vilka-accordion .question:after {
    width: 0;
    background: var(--yellow);
}
.vilka-accordion .item.open .question:after {
    width: 100%;
}
.vilka-accordion .question .content {
    position: relative;
    z-index: 2;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px;
}
.vilka-accordion .question .icon {
    display: block;
    margin-left: 16px;
    flex-shrink: 0;
    transition: .3s ease-out;
}
.vilka-accordion .item.open .question .icon {
    transform: rotate(45deg);
}
.vilka-accordion .answer {
    padding: 24px;
    border-bottom: 4px solid #FD4;
    background: #F9F9F9;
    display: none;
}



.vilka-quote-wrapper .paralax-elements {
    display: none;
}

.vilka-quote {
    margin-bottom: 48px;
    width: 100%;
    max-width: 906px;
    margin-left: auto;
    margin-right: auto;
    border-left: 4px solid #FD4;
    background: #F9F9F9;
    padding: 24px 24px 48px 24px;
}

.vilka-quote .title {
    color: #3F3F47;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    margin: 0 0 16px 0;
}
.vilka-quote .text {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 142.857%;
    margin: 0 0 16px 0;
}
.vilka-quote .sign {
    text-align: right;
    display: block;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5; /* 150% */
}



.vilka-photogallery {
    position: relative;
    margin-bottom: 48px;
}
.vilka-photogallery .paralax-elements {
    display: none;
}
.vilka-photogallery .title {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 24px;
}
.vilka-photogallery .title h2 {
    margin: 0;
    color: #3F3F47;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5; /* 150% */
}
.vilka-photogallery .title .nav {
    display: none;
}
.vilka-photogallery .paralax-elements {
    display: none;
}
.vilka-photogallery .content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 906px;
    margin-left: auto;
    margin-right: auto;
}
.vilka-photogallery-slider {
    width: 100%;
}
.vilka-photogallery-slider .description {
    color: #000;
    font-family: Tondo Corp;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 142.857% ; /* 142.857% */
    display: block;
    margin: 8px 0 16px 0;
}
.vilka-photogallery-slider .photo,
.vilka-photogallery-slider .photo img {
    width: 100%;
    height: 269px;
    object-fit: cover;
}




.vilka-video {
    position: relative;
    margin-bottom: 24px;
}
.vilka-video .paralax-elements {
    display: none;
}
.vilka-video h2 {
    color: #3F3F47;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 150% ; /* 150% */
    display: block;
    margin: 0 0 24px 0;
}
.vilka-video .content {
    max-width: 906px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.vilka-video .content .link {
    display: block;
    width: 100%;
    height: 202px;
    margin-bottom: 8px;
    position: relative;
    background: black;
}
.vilka-video .content .link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .5;
}
.vilka-video .content .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.vilka-video .video-label {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 142.857%; /* 142.857% */
}


.vilka-expert-form2 {
    margin-bottom: 48px;
    max-width: 1214px;
    margin-left: auto;
    margin-right: auto;
    z-index: 3;
}
.vilka-expert-form2:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background: #f9f9f9;
}
.vilka-expert-form2 .v-container {
    z-index: 2;
    position: relative;
}

.vilka-expert-form2  .paralax-elements {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: -1;
}

.vilka-expert-form2  .paralax-elements .left,
.vilka-expert-form2  .paralax-elements .right {
    position: absolute;
    width: 20%;
    bottom: 0;
    height: 100%;
    top: 0;
}
.vilka-expert-form2  .paralax-elements .left {
    left: 0;
}
.vilka-expert-form2  .paralax-elements .right {
    right: 0;
}
.vilka-expert-form2  .paralax-elements .left .img,
.vilka-expert-form2  .paralax-elements .right .img {
    position: absolute;
    will-change: transform;
}
.vilka-expert-form2  .paralax-elements .left .img:nth-of-type(1) {
    top: -17px;
    right: 0;
    z-index: 2;
}
.vilka-expert-form2  .paralax-elements .right .img:nth-of-type(1) {
    bottom: -60px;
    left: 0;
}
.vilka-expert-form2  .paralax-elements .right .img:nth-of-type(1) svg {
    width: 105px;
}
.vilka-expert-form2 .experts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 16px;
}
.vilka-expert-form2 .experts > * {
    min-width: 0px;
}
.vilka-expert-form2 .experts .item {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.vilka-expert-form2 .experts .item .img {
    width: 64px;
    height: 64px;
    display: block;
    object-fit: cover;
    margin-bottom: 8px;
    border-radius: 50%;
}
.vilka-expert-form2 .experts .item .name {
    color: #000;
    font-size: 14px;
    font-family: 'Tondo Corp Bold';
    font-style: normal;
    font-weight: 700;
    line-height: 142.857%; /* 142.857% */
    display: block;
    margin: 0 0 8px 0;
}
.vilka-expert-form2 .experts .item .text {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 142.857% ; /* 142.857% */
    display: block;
    margin: 0;
}
.vilka-expert-form2 .grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 16px;
}
.vilka-expert-form2 .grid > * {
    min-width: 0px;
}
.vilka-expert-form2 .experts-title {
    color: #3F3F47;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2; /* 120% */
    margin: 0 0 8px 0;
    display: block;
}




.v-services-list-wrapper2 {
    position: relative;
}

.v-services-list-wrapper2  .paralax-elements {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.v-services-list-wrapper2   .left,
.v-services-list-wrapper2   .right {
    position: absolute;
    width: 20%;
    bottom: 0;
    height: 100%;
    top: 0;
}
.v-services-list-wrapper2  .paralax-elements .left {
    left: 0;
}
.v-services-list-wrapper2  .paralax-elements .right {
    right: 0;
    width: 100%;
}
.v-services-list-wrapper2  .paralax-elements .left .img,
.v-services-list-wrapper2  .paralax-elements .right .img {
    position: absolute;
    will-change: transform;
}
.v-services-list-wrapper2  .paralax-elements .left .img:nth-of-type(1) {
    top: 0;
    left: 0;
    z-index: 2;
    display: none;
}

.v-services-list-wrapper2  .paralax-elements .right .img:nth-of-type(1) {
    top: -10px;
    left: 0;
}
.v-services-list-wrapper2  .paralax-elements .right .img:nth-of-type(2) {
    right: 0;
    bottom: -40px;
}
.v-services-list-wrapper2  .paralax-elements .right .img:nth-of-type(3) {
    bottom: 0;
    left: 0;
}
.v-services-list-wrapper2 .item {
    position: relative;
    z-index: 6;
}
.v-services-list-wrapper .item:hover {
    border-color: var(--yellow);
    opacity: 1;
    box-shadow: 0 15px 15px -10px #c5cfda;
}
.v-services-list-wrapper .item .decorL:after,
.v-services-list-wrapper .item .decorL:before,
.v-services-list-wrapper .item .decorR:after,
.v-services-list-wrapper .item .decorR:before {
    transition: .3s ease-out;
}

.v-services-list-wrapper .item:hover .decorL:after,
.v-services-list-wrapper .item:hover .decorL:before,
.v-services-list-wrapper .item:hover .decorR:after,
.v-services-list-wrapper .item:hover .decorR:before {
    background: var(--yellow);
}
.v-services-list-wrapper2 .v-services-list .item .name {
    margin-bottom: 24px;
    margin-top: 5px;
}



.vilka-quote .paralax-elements {
    display: none;
}


.vilka-callback-modal {
    width: 90%;
    max-width: 280px!important;
}


.swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}

.vilka-page-title {
    padding-top: 24px;
    padding-bottom: 24px;
}
.vilka-page-title h2 {
    margin: 0;
}

.vilka-header-menu ul {
    padding-left: 10px;
}
.vilka-header-menu ul a {
    margin-top: 8px!important;
}

@media (min-width: 580px) {
    .v-header .tablet {
        display: flex;
        align-items: center;
    }
    .v-header .tablet .mail,
    .v-header .tablet .v-btn {
        display: none;
    }
    .v-header .tablet .phone {
        display: flex;
        align-items: center;
    }
    .v-header .tablet .phone svg {
        display: block;
        margin-right: 8px;
    }
    .vilka-callback-modal {
        max-width: 480px!important;
    }
    #get-demo-rchive-popup {
        max-width: 520px!important;
    }
}
@media (min-width: 1600px) {
    .vilka-main-slider .item .text {
        font-size: 48px;
    }
    .v-paralax-text-block .title {
        font-size: 40px;
    }
    .v-paralax-text-block .text,
    .v-services-list .item .text {
        font-size: 16px;
    }
    h2, .h2 {
        font-size: 40px;
    }
     #download-form .h2 {
        font-size: 26px;
    }
    .v-services-list .item .name {
        font-size: 36px;
    }
    .v-services-list .item .content {
        padding-right: 90px;
    }
}
@media (min-width: 380px) {
    .vilka-our-projects-slider-wrapper .item .label-value {
        display: flex;
    }
    .vilka-our-projects-slider-wrapper .item .label,
    .vilka-our-projects-slider-wrapper .item .value {
        float: initial;
        display: block;
    }
}

#panel {
    /*display: none;*/
}


.social {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 14px;
}
.social a {
    display: block;
    margin: 10px 16px 10px 0;
    width: 24px;
    height: 24px;
}
.social a img,
.social a svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}




/*default style for list, tables*/
a {}
table:not(.edit-table) {
    border-collapse: collapse;
    width: 100%;
}
table:not(.edit-table) td, table:not(.edit-table) th{
	border: 1px solid var(--yellow);
	text-align: left;
	padding: 8px;
}
table.edit-table td, table.edit-table {
	border: initial;
	padding: initial;
}

tr:nth-child(even) {
    /*background-color: var(--yellow);*/
}
.video-wrapper {
    width: 100%;
    height: 100%;
    height: 420px;
    margin-bottom: 2rem;
}
.video-wrapper > * {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*default style for list, tables end*/


.vilka-glossary-wrapper {
    width: 100%;
    margin-bottom: 2rem;
}
.vilka-glossary-wrapper .search-form form {
    display: grid;
    grid-template-columns: 1fr 100px;
    grid-gap: 24px;
}
.vilka-glossary-wrapper .search-form form input[type="text"] {
    margin: 0;
}
.vilka-glossary-wrapper .search-form form input[type="submit"] {
    width: 100px;
}



.vilka-glossary-menu {
    display: flex;
    flex-wrap: wrap;
}
.vilka-glossary-menu a {
    display: block;
    padding: 1rem;
    margin: 0 .5rem .5rem 0;
}
.vilka-glossary-menu a.active  {
    background: var(--yellow);
}

.vilka-events-block-wrapper .item .v-btn {
    padding: .5rem 1rem;
}


@media (max-width: 640px) {
	.paralax-elements {
		display: none!important;
	}
}



.vilka-accordion {
	max-width: 1214px;
}

.vilka-our-projects-slider-wrapper .item {
	height: auto;
}

.personal-link {
	display: none!important;
}


.v-btn,
.v-experts-list .item{
	text-decoration: none!important;
}
.vilka-expert-form-wrapper {
	overflow: initial;
	z-index: 20;
}
.vilka-expert-form-wrapper .paralax-elements {
	overflow: hidden;
}

.v-header .tablet .vilka-site-selector {
	align-items: center;
	margin-right: 1rem;
}
@media (max-width: 870px) {
	.v-header .tablet .vilka-site-selector .title{
		display: none;
	}
}



p a {
	text-decoration: underline;
}
.vilka-project-list-item .content,
.vilka-our-projects-slider .content{
	display: flex;
	align-items: center;
	padding-top: 2rem!important;
	padding-bottom: 2rem!important;
}
.vilka-project-list-item .content .text,
.vilka-our-projects-slider .content .text{
	margin-bottom: 0!important;
}

@media (max-width: 1919px) and (min-width: 1270px){
	.v-header .menu-wrapper .vilka-header-menu a {
		margin-top: 0;
		margin-bottom: 12px;
	}
	.v-header {
		align-items: center;
	}
}


.answer .v-container {
    overflow: auto;
}

.bold {
    font-weight: bold;
}
.like-h2 {
    font-size: 38px;
    text-align: center;
    margin: 20px 0;
}
.v-container table {
    margin-bottom: 15px;
}
.f-left {
    float: left;
    width: 380px;
    margin-right: 20px;
}
.img-center {
    width: 100%;
    margin: 0 auto;
    display: block;
}
.inside {
    list-style-position: inside;
}

.v-paralax-text-block .text img  {
    max-width: 100%;
    height: auto;
}

.v-paralax-text-block p:last-child {
    margin-bottom: 0!important;
}


h1 {
font-size: 3rem;
}

@media (max-width: 768px)  {
    h1 {
        font-size: 2rem;
    }
}

/*
.social a:last-child {
    width: 20px;
    height: 20px;
}
*/



/*task 4752*/

@media (min-width: 1480px)  {
    .v-header .menu-wrapper .vilka-header-menu {
        width: 100% !important;
        justify-content: space-between;
    }
    .v-header .menu-wrapper {
        padding-left: 2rem!important;
    }
    .v-header .menu-wrapper .contacts-wrapper .v-btn {
        margin-left: 1rem!important;
    }
    .v-header .menu-wrapper .vilka-header-menu a {
        font-size: 14px!important;
        margin-top: 10px;
        margin-right: 10px!important;
    }
    .v-header .menu-wrapper .contacts-wrapper a:not(.v-btn) {
        margin-right: 1rem!important;
    }
    .v-header .menu-wrapper .vilka-header-menu > li > ul {
        min-width: 240px !important
    }
    .v-header .menu-wrapper .vilka-header-menu > li:nth-child(1) > ul {
        min-width: 350px !important
    }

}
@media (min-width: 1750px) {
    .v-header .menu-wrapper .vilka-header-menu a {
        margin-top: 10px;
    }
}




/*task 4752 end*/


/*task 5098 begin*/

.vi-success-form-info {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 0px;
}
.vi-success-form-info h2, .vi-success-form-info div {
    margin-bottom: 10px;
}

.fancybox-content.vi-success-form-info {
    max-width: 900px;
    text-align: center;
}

.vi-success-form-info .social {
    display: flex;
    flex-wrap: wrap;
    margin-top: 14px;
    width: auto;
    align-items: center;
    align-self: flex-end;
    justify-content: center;
}

/*task 5098 end*/



@media (max-width: 1279px) {
    .menu-wrapper .contacts-wrapper {
        gap: 12px;
        margin-top: 12px!important;
    }
    .vilka-header-menu >li:not(.depth1) >a {
        padding-right: 15px;
        position: relative;
        display: inline-flex!important;
    }
    .vilka-header-menu >li:not(.depth1) >a:after {
        content: '›';
        font-size: 1.6rem;
        font-weight: lighter;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        transition: .3s ease-out;
    }
    .vilka-header-menu >li:not(.depth1) >a.open:after {
        transform: translateY(-50%) rotate(90deg);
    }
    .vilka-header-menu >li ul a:before  {
        content: '— ';
    }
}



/*калькулятор в шапке*/

.header-calc-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    background-color: #FFDC33;
    color: #000 !important;

    padding: 12px 40px;
    min-height: 40px;

    font-size: 16px;
    font-weight: 700;
    line-height: 1;

    text-decoration: none !important;
    border-radius: 4px;
    white-space: nowrap;

    flex-shrink: 0;
}


@media (min-width: 1600px) {
    .v-header .menu-wrapper .switch-wrapper {
        width: auto;
        flex: 1 1 0;
        min-width: 200px;
        justify-content: center;
    }

    .v-header .menu-wrapper .switch-wrapper .vilka-site-selector {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }

    .v-header .menu-wrapper .switch-wrapper .vilka-site-selector > a[href="/en/"] {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .v-header .menu-wrapper .switch-wrapper .header-calc-link {
        position: static;
        transform: none;
        margin: 0;

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

        background-color: #FFDC33;
        color: #000;
        padding: 12px 40px;
        font-weight: 700;
        text-decoration: none !important;
        border-radius: 4px;
        white-space: nowrap;
        line-height: 1;
        margin-right: -20px;
    }

    .v-header .menu-wrapper .contacts-wrapper {
        flex: 0 0 auto;
    }
}

/*
@media (max-width: 579px) {

    .v-container.top .tablet .vilka-site-selector {
        display: none;
    }
}*/



@media (max-width: 579px) {

    .menu-wrapper .switch-wrapper .vilka-site-selector {
        flex-direction: column;
    }
}

