@font-face {
    font-family: 'Exo2';
    src: url(fonts/Exo2-VariableFont_wght.ttf);
}

body {
    margin: 0;
    max-width: 100%;
    overflow-x: hidden;
    font-family: 'Exo2', sans-serif;
    font-size: 15px;
}
h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    margin: inherit;
    font-weight: inherit;
}
p {
    margin-top: 0;
}
a {
    transition: all .3s;
}
a:hover {
    opacity: 0.7;
}
header.header {
    background: white;
    padding: 10px 0;
    position: relative;
    z-index: 9;
    box-shadow: 0px 5px 25px -5px rgb(0 0 0 / 40%);
}
.header-logo img {
    max-width: 100%;
}
.header-socials img {
    max-width: 18px;
    max-height: 18px;
}
header.header .row {
    gap: 20px 30px;
}
.header-logo {
    width: 200px;
    margin-top: -20px;
}
.header-menu .menu li.menu-item a:hover {
    opacity: unset;
    background: #e39f00;
    color: white;
}
.header-search input[type="submit"] {
    display: none;
}
.header-search label[for="s"]:before {
    width: 10px;
    height: 10px;
    position: absolute;
    left: 0;
    border: 1px solid #5ebe2a;
    border-radius: 50%;
    content: '';
    top: 11px;
    left: 15px;
}
.header-search label[for="s"]:after {
    width: 1px;
    height: 5px;
    position: absolute;
    left: 24px;
    border: 1px solid #5ebe2a;
    border-radius: 50%;
    content: '';
    top: 18px;
    transform: rotate(-45deg);
}
.header-search input[name="s"]::placeholder {
    color: lightgray;
    font-style: italic;
}
.header-search input[name="s"] {
    padding: 8px 20px 8px 40px;
    display: inline-block;
    border: 1px solid lightgray;
    border-radius: 10px;
    color: gray;
}
.header-search label[for="s"] {
    position: relative;
    display: inline-block;
}
.header-langs ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    position: relative;
}
li.lang.current-lang {
    order: -1;
}
.header-phone img {
    width: 18px;
}
.header-phone a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: black;
    text-decoration: none;
    font-weight: 800;
}

.header-phone .icon {
	margin-right: 5px;
}

.header-menu .menu a {
    text-align: center;
    color: black;
    text-decoration: none;
    background: #fad54a;
    padding: 7px 16px;
    display: inline-block;
}
.header-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

header .menu li:hover ul.sub-menu {
    opacity: 1;
    pointer-events: auto;
}
.header-menu .menu .current-menu-item>a {
    background: #e39f00;
    color: white;
}
.header-menu ul.sub-menu {
    position: absolute;
    padding-top: 15px;
    margin-left: -10px;
    transition: all .3s;
    opacity: 0;
    pointer-events: none;
}
.header-menu ul.menu {
    display: flex;
    border-radius: 10px;
    overflow: hidden;
}

.header-menu ul.sub-menu a {
    padding: 10px;
    display: block;
    text-align: left;
    text-transform: inherit;
    padding-right: 20px;
    transition: all .3s;
}
.header-menu ul.sub-menu li {
    background: #e0d2cb;
}
.header-menu ul.sub-menu a:hover {
    text-decoration: none;
    background: #c1a08f;
}
.header-menu li:hover ul.sub-menu {
    display: block;
}
header ul {
    list-style: none;
}
.header-phone {
    display: flex;
    flex-wrap: wrap;
}
.header-langs li {
    position: relative;
    padding-right: 20px;
    transition: all .3s;
}
.header-langs ul:hover li {
    display: block;
}
.header-langs li:not(.current-lang) {
    display: none;
    position: absolute;
    /*bottom: -20px;*/
	top: 100%;
}
.header-langs li.current-lang:after {
    content: '>';
    width: 10px;
    height: 10px;
    display: inline-block;
    transform: rotate(90deg) scaleX(.7) scaleY(1.5);
    right: -5px;
    position: absolute;
    top: 5px;
    cursor: pointer;
}
.header-langs img {
    width: 20px;
}
.header-socials a:last-child {
    margin: 0;
}

.header-socials a {
    margin-right: 5px;
}
span.menu-arrow {
    display: inline-block;
    transform: rotate(90deg) scaleY(1.7) translateY(-3px);
    font-size: 13px;
    cursor: pointer;
}
.breadcrumbs .container>span {
    display: flex;
    gap: 5px;
}
.breadcrumbs.oform-1 * {
    color: white;
    text-decoration: none;
}
.breadcrumbs.oform-2 * {
    color: black;
    text-decoration: none;
}
.breadcrumbs strong {
    font-weight: 400;
    text-decoration: underline !important;
    color: green;
}
main.nohome {
    background: #fbfbfb;
}
section.partnery.gallery::after {
    display: none;
}
.gallery .partnery-slide {
    background-size: cover;
    margin: 10px;
    height: 170px;
    border-radius: 20px;
}
.gallery .partnery-arrnext, .gallery .partnery-arrprev {
    top: 75px;
}
.gallery .partnery-heading {
    margin-bottom: 30px;
}
.breadcrumbs img {
    width: 15px;
    margin-right: 5px;
    margin-bottom: -2px;
}
.breadcrumbs {
    font-size: 13px;
    padding: 40px 0 20px;
    font-weight: 400;
    font-family: 'Exo2', sans-serif;
    left: 0;
    width: 100%;
    z-index: 1;
}
.breadcrumbs a {
    text-decoration: none;
    color: gray;
}
section {
    padding: 50px 0;
}
header.header .row>div {
    padding: 0 15px;
}
.btn {
    padding: 13px 30px;
    display: inline-block;
    color: black;
    background: #fad54a;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    transition: all .3s;
    border: 2px solid #fad54a;
    border-radius: 12px;
}
.btn_trans {
    background: transparent;
    border-color: black;
}
.btn:hover {
    color: #fad54a;
    background: transparent;
    opacity: 1;
} 
.btn_trans:hover {
    color: black;
    background: #fad54a;
} 

.footer-created {
    display: flex;
    align-items: center;
}
.footer-created img {
    width: 150px;
}
.footer-created a {
    color:white;
    text-decoration: none;
    display: flex;
    align-items: center;
}
footer.footer {
    /* padding: 10px 0; */
    color: white;
    background: #191a14;
}
.footer-copy, .footer-created {
    padding: 0 15px;
    color: lightgray;
}
.footer-created img {
    width: 80px;
    transform: translateY(2px);
    margin-left: 5px;
}


.hero-zobrazhennya img {
    max-width: 300px;
    border-radius: 10px;
    z-index: 2;
    position: relative;
    width: 100%;
}
.hero-zobrazhennya:before {
    content: ' ';
    width: 300px;
    height: 100%;
    right: 35px;
    position: absolute;
    border: 1px solid #696360;
    border-radius: 10px;
    top: 15px;
    z-index: 1;
}
.hero-zobrazhennya {
    text-align: right;
}
.hero-tekst {
    margin-bottom: 30px;
}

section.hero {
    background-size: cover;
    padding: 0;
    position: relative;
}
.hero-heading {
    font-size: 70px;
    color: #e0d2cb;
    font-weight: 400;
}

.hero-heading {
    font-size: 40px;
    line-height: 45px;
    text-transform: uppercase;
    font-weight: 700;
    color: white;
    position: relative;
    margin: 20px 0;
}
.hero-heading span {
    color: #fad54a;
    display: block;
}
.hero-tekst p {
    color: white;
    font-family: 'Exo2', sans-serif;
}
.header-content {
    z-index: 3;
}
.slick-slider-dots {
    position: absolute;
    width: 10%;
    bottom: 128px;
    left: 50%;
    z-index: 4;
    transform: translateX(-580px);
}
ul.slick-dots li.slick-active button {
    background: #fad54a;
    border-color: #fad54a;
}
ul.slick-dots button {
    font-size: 0;
    display: inline-block;
    padding: 0;
    width: 10px;
    height: 10px;
    margin-right: 10px;
    background: transparent;
    border: 2px solid white;
    border-radius: 50%;
}
ul.slick-dots {
    display: flex;
    list-style: none;
    margin: 0;
}

@media(min-width:1200px) {
    .header-top_row {
        transform: translateY(25px);
        margin-top: 10px;
    }
    header.header {
        margin-top: -25px;
    }
    main.page404 {
        min-height: calc(100vh - 150px);
    }
    .menu-burger {
        display: none;
    }

    .header-logo {
        position: absolute;
        left: 0;
        top: 0;
    }
    .header-top_row {
        padding-left: 200px;
        position: relative;
    }
}
@media(max-width:1200px) {
    .slick-slider-dots {
        transform: translateX(-460px);
    }
    .header-phone.hm a img {
        margin-right: 10px;
    }
    .header-search.hm {
        padding-top: 10px;
    }
    .header-phone.hm a {
        padding: 0;
    }
    .header-logo {
        margin-top: -10px;
    }
    .header-search:not(.hm),
    .header-langs:not(.hm) {
        display: none;
    }
    .header-menu_ul {
        display: none;
    }
    .header-top_row {
        justify-content: space-between !important;
    }
    .hero-heading {
        font-size: 30px;
        line-height: 40px;
    }
    .header-menu ul.menu {
        display: block;
    }
    .header-phone img {
        width: 12px;
    }
    .header-menu {
        padding-left: 0 !important;
    }
    .header-phone a {
        font-size: 12px;
        gap: 5px;
    }
    .menu-burger {
        cursor: pointer;
    }
    .menu-burger span {
        display: block;
        height: 3px;
        width: 25px;
        background: #191a14;
        margin-bottom: 5px;
        border-radius: 50px;
    }
    header.header .row {
        gap: 0;
    }
    .header-menu ul.menu {
        position: absolute;
        width: calc(100% - 10px);
        top: 115px;
        left: 5px;
    }
    .header-menu ul.sub-menu {
        position: relative;
        height: 0;
        padding: 0;
    }
    .header-menu ul.sub-menu li {
        padding-left: 25px;
    }
    li.menu-item-has-children {
        position: relative;
    }
    span.menu-arrow {
        position: absolute;
        right: 15px;
        top: 15px;
    }
    .header-menu ul.menu>li>a {
        padding: 15px;
        display: block;
    }
    .header-menu li:hover ul.sub-menu {
        height: auto;
        margin-bottom: 20px;
    }
    .header-menu ul.sub-menu a {
        text-decoration: none !important;
    }
    .header-menu .menu-menu-1-container {
        display: none;
    }
    .header-menu_ul {
        text-align: center;
    }
    .header-phone.hm {
        justify-content: center;
        padding: 15px;
    }
    .header-instruments {
        background: #fad54a;
    }
    .header-langs.hm {
        display: inline-block;
    }
    .header-langs.hm li.current-lang:after {
        top: 10px;
        right: 0;
    }
    .header-langs li:not(.current-lang) {
        position: relative;
    }
}
@media(max-width:990px) {
    .poslugy-text_link {
        margin-left: 10px !important;
        font-size: 14px;
    }
    .slick-slider-dots {
        transform: translateX(-340px);
    }
}

@media(max-width:768px) {
    .slick-slider-dots {
        transform: translateX(-220px);
    }
    .header-phone:not(.hm),
    .header-search:not(.hm),
    .header-langs:not(.hm) {
        display: none;
    }
}
@media(max-width:576px) {
    .slick-slider-dots {
        transform: none;
        left: 40px;
    }
}
@media(max-width:400px) {
    .header-socials a:last-child {
        margin: 0;
    }
    .header-socials {
        position: fixed;
        right: 0;
        top: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-right: 0 !important;
        background: rgba(255,255,255,0.4);
        padding-left: 2px !important;
    }
    .header-socials a {
        padding: 8px 5px 8px 7px;
        padding-right: 5px;
    }
    .hero-heading {
        font-size: 25px;
        line-height: 30px;
    }
}


.heading {
    font-family: 'Exo2', sans-serif;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 30px;
    text-transform: uppercase;
}
a.btn-text span {
    background-image: url(/wp-content/themes/vt-theme/src/img/icon-arrow-orange.png);
    display: inline-block;
    width: 10px;
    height: 10px;
    background-size: cover;
    margin-left: 8px;
}
a.btn-text {
    font-size: 14px;
    color: #e39f00;
}
.puslugy-cats_heading a {
    color: inherit;
    text-decoration: none;
}
.poslugy-cats:hover .btn-text span {
    background-image: url(/wp-content/themes/vt-theme/src/img/icon-arrow-white.png);
}
.poslugy-cats:hover * {
    color: white;
}
.poslugy-cats.hoverwhite:hover img {
    filter: brightness(100);
}
.poslugy-cats:hover {
    background: #44a00b !important;
}
.poslugy-cats {
    border-radius: 20px;
    padding: 15px 25px;
    font-size: 16px;
    height: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: .3s;
    background-color: white;
    font-weight: 700;
}
section.poslugy.b_darkgray {
    background-color: #e4e4e5;
}

.poslugy-heading {
    color: #373c4a;
}

.poslugy-posy {
    display: none;
}
.poslugy-posy.show {
    display: block;
}
section.contents {
    padding: 0;
}
.footer-logo a:hover, 
.header-logo a:hover {
    opacity: 1;
}
section.poslugy {
    background: #e4e4e5;
    background-size: 30%;
    background-repeat: no-repeat;
    background-position: bottom right;
}
.poslugy-cats {
    border-radius: 20px;
    padding: 15px;
    font-size: 16px;
    height: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: .3s;
    background-color: white;
    font-weight: 700;
    background-repeat: no-repeat;
    background-size: 25%;
    background-position: center left;
}
.poslugy-text_link {
    margin-left: 30px;
}
.puslugy-cats_heading {
    margin-bottom: 10px;
}
.poslugy-cats img {
    width: 50px;
}
.poslugy-info {
    padding: 30px;
    background: white;
    border-radius: 10px;
}
.poslugy-col {
    margin-bottom: 30px;
    min-height: 115px;
}
.poslugy-info a:hover {
    color: #fad54a;
    text-decoration: underline;
}
.poslugy-info a span {
    margin-left: 5px;
    display: inline-block;
    transform: scaleX(0.6);
}
.poslugy-info a {
    color: #373c4a;
    font-weight: 600;
    text-decoration: none;
}
.poslugy-info li {
margin-bottom: 20px;
}
.poslugy-info ul {
    list-style-position: inside;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
}
section.text_knopka {
    padding-top: 20px;
}
.poslugy-bottom {
    margin-top: 50px;
    font-family: 'Exo2', sans-serif;
}
section.text_knopka .button-div {
    margin-top: 30px;
}
.text_image-tekst, section.text_knopka .poslugy-tekst, section.text {
    color: #4d4d4d;
}
section.pro {
    background-size: 30%;
    background-repeat: no-repeat;
    background-position: left bottom;
    padding-bottom: 0;
    position: relative;
    background-color: white;
}
section.partnery.gallery {
    background: #efefef;
}
.pro-heading {
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 40px;
}
.pro-heading span {
    color: #43a304;
}
.pro-image {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
}
.pro-block.color-gray {
    background: #ededed;
    padding: 20px;
    border-radius: 20px;
}
.pro-block_num {
    font-size: 40px;
    font-weight: 700;
    color: #3e9c04;
}
.pro-block.color-green .pro-block_num {
    color: #fad54a;
}
.pro-block.color-green .pro-block_text {
    color: #fff;
}
.pro-block_text {
    margin-top: 25px;
}
.pro-block.color-yellow:after,
.pro-block.color-green:after {
    position: absolute;
    content: '';
    width: calc(100% - 20px);
    height: calc(100% - 15px);
    bottom: 0;
    left: 15px;
    border: 1px solid white;
    border-radius: 0 80px;
}
.pro-block.color-yellow {
    background: #fad54a;
    border-radius: 0 80px;
    padding: 20px 30px;
}
.pro-block.color-green {
    background: #3e9c04;
    border-radius: 0 80px;
    padding: 20px 30px;
}
.proekty-cats_heading {
    max-width: 220px;
    margin: 0 auto 5px;
}
.pro-blocks {
    flex-wrap: wrap;
    display: flex;
    gap: 20px;
    margin-bottom: 50px;
}
.pro-block {
    width: calc(50% - 20px);
    position: relative;
    display: flex;
    gap: 10px;
}
section.text_z_fonom {
    text-align: center;
    background-size: cover;
}
.text_z_fonom-text span {
    color: #fad54a;
}
.text_z_fonom-text {
    color: white;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
}

section.kontakty {
    position: relative;
    background-size: cover;
    background-position: center;
    padding-bottom: 90px;
}

.kontakty-map:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: -40px;
    width: 70%;
    height: 80%;
    background: #f0ca42;
    border-radius: 100px 100px 0px;
}
.kontakty-map iframe {
    position: relative;
    z-index: 1;
    width: calc(100% - 40px);
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0px 0px 25px -10px rgba(0,0,0,0.5);
}
.kontakty-map:after {
    content: '';
    position: absolute;
    right: -20px;
    bottom: -20px;
    width: 70%;
    height: 80%;
    border-radius: 100px 100px 0px;
    z-index: 0;
    border: 1px solid green;
}

.kontakty-info .footer-socials img {
    width: 30px;
}
.kontakty-info>div img {
    width: 15px;
    margin-right: 10px;
}
.kontakty-info>div {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.kontakty-info .footer-phone a {
    color: black;
    text-decoration: none;
}
.kontakty-info {
    padding: 30px 40px;
    background: white;
    border: 1px solid green;
    margin-right: -50px;
    border-radius: 0px 100px;
}

.kontakty-map {
    position: relative;
}
.kontakty-block p {
    margin-bottom: 0;
}
.kontakty-block {
    display: flex;
    color: #e0d2cb;
    font-family: 'Exo2', sans-serif;
    line-height: 1.5;
    margin-bottom: 40px;
}
.kontakty-icon img {
    width: 20px;
    margin-right: 15px;
}
.kontakty-zagolovok {
    font-weight: 700;
    margin-bottom: 10px;
}
img.kontakty-soc {
    width: 25px;
    margin-right: 15px;
}
.kontakty-socs {
    display: flex;
    margin-top: 15px;
}
.kontakty-text a {
    font-weight: 600;
    color: white;
    text-decoration: none;
}
.kontakty-karta:before {
    content: '';
    width: calc(100% - 20px);
    height: 100%;
    position: absolute;
    border: 2px solid #e0d2cb;
    left: 0;
    top: 20px;
    border-radius: 10px;
}
.kontakty-karta img {
    width: calc(100% - 20px);
    border-radius: 10px;
    position: relative;
}
.kontakty-karta {
    text-align: right;
    position: relative;
}
.poslugy-info li:last-child {
    margin: 0;
}
.bloky_kontaktov {
    margin-top: 30px;
}
section.text_image,
section.posil,
section.text_knopka,
section.text, 
section.video {
    background: #fbfbfb;
    padding: 40px 0;
}
.text_image-tekst {
    font-family: 'Exo2',sans-serif;
    line-height: 1.5;
}

section.text_image .col-xl-6 {
    padding-left: 30px;
    padding-right: 30px;
}
section.text_image .row {
    margin-left: -30px;
    margin-right: -30px;
}
.text_image-zobrazhennya:before {
    content: '';
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 80%;
    height: 250px;
    background: #f0ca42;
    z-index: 1;
    border-radius: 0 100px;
}
.text_image-zobrazhennya:after {
    content: '';
    position: absolute;
    bottom: -10px;
    right: -35px;
    width: 80%;
    height: 250px;
    border: 1px solid green;
    z-index: 2;
    border-radius: 0 100px;
}
.text_image-zobrazhennya img {
    position: relative;
    z-index: 3;
    width: 100%;
    border-radius: 10px;
}
section.poslugy .poslugy-cats:not(.paddingleft) {
    padding-left: 0;
    box-shadow: 0px 0px 20px -15px;
}
section.poslugy .poslugy-cats:not(.paddingleft) img {
    width: 80px;
}
section.poslugy.b_lightgray {
    background-color: #fbfbfb;
}
section.poslugy .poslugy-cats:not(.paddingleft):hover img {
    filter: drop-shadow(2px 4px 6px rgba(0,0,0,0.3));
}
section.poslugy.hvylya:before {
    content: '';
    width: 100%;
    height: 40px;
    position: absolute;
    top: -40px;
    left: 0;
    background: url(/wp-content/themes/vt-theme/src/img/hvilya.png);
    background-size: cover;
}
section.poslugy.hvylya {
    position: relative;
}
section.text {
    padding: 0;
}
.text_image-zobrazhennya {
    position: relative;
}
section.text_knopka .poslugy-bottom {
    margin-top: 0;
}
.videoframe-frame {
    text-align: center;
}
.videoframe-frame iframe {
    max-width: 100%;
}
main.page404 h1 {
    font-size: 100px;
    color: #fad54a;
}
main.page404 {
    min-height: calc(100vh - 310px);
    padding: 50px 0;
}
main.page404 p {
    font-size: 20px;
}

.forma-inner {
    padding: 50px 0;
	background-image: url('/wp-content/themes/vt-theme/src/img/circle-banner-phone-e1679129898371.png');
    background-position: left bottom;
    background-size: 10%;
    background-repeat: no-repeat;
}
section.forma {
    padding: 0;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 43%;
    background-color: white;
    position: relative;
}
.forma-block:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 10px;
    top: 10px;
    border: 1px solid;
    border-radius: 0px 150px;
    color: #51bd0a;
}
.forma-heading.heading {
    margin-bottom: 20px;
}
.forma-form input {
    width: 100%;
    display: block;
    border: 0;
    border-radius: 3px;
    padding: 10px 20px;
    font-size: 18px;
}
.forma-form label {
    display: block;
    font-size: 18px;
    margin-bottom: 20px;
}
span.label_span:before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    left: -30px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: none;
}
span.label_span {
    position: absolute;
    /* left: 40px; */
    left: 20px;
    top: 10px;
    z-index: 5;
    color: gray;
    cursor: auto;
}
span.label_span.notempty {
    display: none;
}
.forma-form br {
    display: none;
}
.forma-block * {
    position: relative;
    z-index: 4;
}
.forma-block {
    background: #e4e4e5;
    border-radius: 0px 150px;
    padding: 60px;
    position: relative;
}
section.forma:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 50px;
    left: 0;
    top: -50px;
    background-image: url('/wp-content/themes/vt-theme/src/img/hvilya-white.png');
    background-size: cover;
}
.form-row {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
span.wpcf7-spinner {
    display: none;
}
.form-submit p {
    margin: 0;
}
.form-submit input {
    padding: 13px 30px;
    display: inline-block;
    color: black;
    background: #fad54a;
    text-decoration: none;
    font-weight: 600;
    transition: all .3s;
    border: 2px solid #fad54a;
    border-radius: 12px;
    transform: translate(-10px, -10px);
    font-size: 15px;
    cursor: pointer;
    padding-right: 40px;
}
.form-submit {
    display: inline-block;
    background: #fbf0c8;
    border-radius: 12px;
    margin-left: 10px;
    margin-top: 10px;
    margin-right: -10px;
}
.form-submit input:hover {
    background: transparent;
}
.form-submit:after {
    width: 20px;
    height: 20px;
    background-image: url(/wp-content/themes/vt-theme/src/img/icon-arrow-black.png);
    display: inline-block;
    width: 10px;
    height: 10px;
    background-size: cover;
    margin-left: 8px;
    content: '';
    position: absolute;
    top: 8px;
    z-index: 5;
    right: 30px;
}

.vidguki-block>div {
    width: 50%;
    border-radius: 15px;
    border: 1px solid lightgray;
    overflow: hidden;
}

.vidguki-block {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.vidguki-block_text {
    padding: 30px;
}
section.vidguki {
    background: white;
}
section.vidguki .partnery-heading {
    margin-bottom: 40px;
}
.vidguki-video {
    position: relative;
    height: 100%;
    min-height:300px;
}
.vidguki-video iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.vidguki-slider {
    padding: 0 50px;
}
section.vidguki .slick-arrow {
    top: calc(50% - 15px);
}

/* SLIDER */

.slider-image {
    width: 50%;
    right: 0;
    position: absolute;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top right;
    top: 0;
}
section.hero:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 70px;
    left: 0;
    bottom: 0;
    background-image: url('/wp-content/themes/vt-theme/src/img/hvilya.png');
    background-size: cover;
}
.hero-knopky {
    text-align: center;
    margin-left: 50px;
}
.hero-slider_inner {
    background-size: cover;
    position: relative;
}
.slider-content>div, .slider-content>h1 {
    position: relative;
    z-index: 1;
}
.slider-content {
    padding: 10px 20px 100px 50px;
    margin-top: 100px;
    position: relative;
}
.button-div a.btn {
    transform: translate(-10px, -10px);
}
.button-div {
    display: inline-block;
    background: #667c19;
    border-radius: 12px;
    margin-left: 10px;
    margin-top: 10px;
}

.slider-content:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(0deg, rgb(0 0 0 / 52%), transparent);
    border-radius: 0 180px;
}
.slider-content:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 20px;
    top: -20px;
    border-radius: 0 180px;
    border: 2px solid #e3c13e;
}

section.partnery img {
    max-width: 200px;
}
.partnery-slide {
    width: 200px;
    height: 200px;
    background-size: 80%;
    background-position: center;
    background-repeat: no-repeat;
}
.partnery-slider {
    display: flex;
    align-items: center;
    gap: 50px;
    padding: 0 40px;
}
.partnery-arrnext img, .partnery-arrprev img {
    width: 30px;
    filter: grayscale(1);
}
.partnery-arrnext, .partnery-arrprev {
    position: absolute;
    top: 85px;
    z-index: 2;
    cursor: pointer;
}
.partnery-slider_par {
    position: relative;
}
.partnery-arrnext.slick-arrow {
    right: 0;
}
.partnery-arrprev.slick-arrow {
    left: 0;
}
.partnery-heading {
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 700;
}
section.partnery {
    background: #f2f2f2;
    position: relative;
}
section.partnery:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 70px;
    left: 0;
    bottom: 0;
    background-image: url(/wp-content/themes/vt-theme/src/img/hvilya2.png);
    background-size: cover;
}


.lastposts-heading {
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 30px;
}
.lastposts-image {
    padding: 80px;
    background-size: cover;
    background-position: center;
}
.lastposts-post {
    position: relative;
    border: 1px solid lightgray;
    border-radius: 20px;
    overflow: hidden;
    transition: .3s;
    background: white;
    margin-bottom: 30px;
}
.lastposts-post:hover {
    border-color: #3e9c04;
}
.lastposts-date {
    position: absolute;
    right: 0;
    top: 0;
    padding: 5px 10px;
    background: #3e9c04;
    color: white;
    opacity: .8;
}
.lastposts-title {
    padding: 20px 20px 10px;
    font-weight: 700;
    font-size: 18px;
}
.lastposts-content {
    padding: 0 20px;
    font-size: 13px;
    color: gray;
}
.lastposts-link {
    padding: 0 20px 20px;
    font-weight: 600;
}
.lastposts-link a.btn-text:hover span {
    background-image: url(/wp-content/themes/vt-theme/src/img/icon-arrow-green.png);
}
.lastposts-link a.btn-text:hover {
    color: #3e9c04;
}
section.lastposts {
    background-color: #fbfbfb;
    background-image: url(/wp-content/themes/vt-theme/src/img/circles3.png);
    background-size: 200px;
    background-repeat: no-repeat;
    background-position: right bottom;
}
/* .lastposts-button {
    margin-top: 30px;
} */
.lastposts-button a.btn {
    text-transform: inherit;
}
.lastposts-button .button-div {
    background: #fbf0c8;
}
.lastposts-button .btn:hover {
    color: black;
}
.lastposts-button .btn span {
    background-image: url(/wp-content/themes/vt-theme/src/img/icon-arrow-black.png);
    display: inline-block;
    width: 10px;
    height: 10px;
    background-size: cover;
    margin-left: 8px;
}
.text_yellow-img img {
    margin-bottom: -10px;
    max-width: 100%;
}
section.text_yellow {
    padding-bottom: 0;
    overflow: hidden;
    background-size: cover;
    background-position: center top;
    max-width: 100%;
}
.text_yellow-text span {
    color: #338500;
    font-size: 40px;
}

.text_yellow-img {
    z-index: 2;
    position: relative;
    height: 100%;
    display: flex;
    align-items: end;
}
.text_yellow-text {
    background: #fad54a;
    padding: 30px 50px 50px 180px;
    border-radius: 0 290px 0 400px;
    font-size: 30px;
    font-weight: 700;
    transform: translateX(-30%);
    margin-top: 50px;
    z-index: 1;
    position: relative;
}
.text_yellow-text:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 0 290px 0 400px;
    border: 1px solid white;
    left: 15px;
    top: 15px;
}
section {
    max-width: 100%;
    overflow-x: hidden;
}
section.pro_nas2 {
    background-image: url('/wp-content/themes/vt-theme/src/img/fon_pro.jpg');
    background-size: cover;
    background-position: bottom left;
}
.pro_nas2-heading {
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 30px;
}
.pro_nas2-text {
    color: #656565;
    margin-bottom: 30px;
}
.pro_nas2-video iframe {
    z-index: 3;
    position: relative;
}
.pro_nas2-video:before {
    content: '';
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 80%;
    height: 250px;
    background: #f0ca42;
    z-index: 1;
    border-radius: 0 100px;
}
.pro_nas2-video:after {
    content: '';
    position: absolute;
    bottom: -10px;
    right: -35px;
    width: 80%;
    height: 250px;
    border: 1px solid green;
    z-index: 2;
    border-radius: 0 100px;
}
.pro_nas2-video {
    margin-bottom: 20px;
    position: relative;
}
.pro_nas2-btn {
    margin-bottom: 30px;
}
.footer-row {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    /* flex-wrap: wrap; */
}
.footer-main {
    background: #162e01;
    padding: 50px 0;
}
.footer-logo img {
    max-width: 100%;
    width: 200px;
    margin-top: -50px;
}
.footer-bottom {
    padding: 10px 0;
}
.footer-contacts>div {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.footer-contacts img {
    width: 20px;
    margin-right: 10px;
}
.footer-main * {
    color: #8c8a8a;
    text-decoration: none;
}
.footer-contacts>div {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.footer-contacts img {
    width: 15px;
    margin-right: 10px;
}
.footer-phone a:not(:first-child) {
    /*padding-left: 25px;*/
    margin-top: 10px;
}
.footer-phone a strong {
	display: block;
	padding-left: 25px;
	color: #b5b5b5;
}
.footer-phone {
    flex-direction: column;
    align-items: baseline !important;
}
.footer-phone a {
    font-size: 17px;
    font-weight: 800;
}
.footer-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-heading {
    font-weight: 700;
    text-transform: uppercase;
    color: #b5b5b5;
}
.footer-heading {
    font-weight: 700;
    text-transform: uppercase;
    color: #b5b5b5;
    height: 20px;
    margin-bottom: 18px;
}
.footer-menu a {
    margin-bottom: 10px;
    display: inline-block;
}
.footer-menu a:hover {
    color: orange;
}
.footer-socials img {
    width: 22px;
}
.footer-socials {
    padding-left: 25px;
}
.vidguki-names {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.vidguki-comp {
    color: #7b7b7b;
    font-weight: 600;
    margin-bottom: 20px;
}
.vidguki-vidguk {
    color: gray;
    font-size: 14px;
}
.proekty-text_link {
    padding: 20px;
    background: white;
    border-radius: 10px;
    border: 1px solid #d6d6d6;
    overflow: hidden;
    transition: .3s;
}
.proekty-cats {
    text-align: center;
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}
.proekty-cats_heading a {
    text-decoration: none;
    color: black;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 5px;
    display: inline-block;
}
.proekty-comp {
    margin-bottom: 5px;
    color: gray;
    font-size: 13px;
}
.proekty-text_link a.btn-text {
    font-weight: 600;
}
.proekty-text_link:hover {
    background: rgba(0,0,0,0.5);
}
.proekty-text_link:hover * {
    color: white;
}
.proekty-text_link:hover a span {
    filter: sepia(1) brightness(10);
}
.vakansii-block {
    padding: 30px;
    background: white;
    border-radius: 20px;
    margin-bottom: 30px;
}
.vakansii-block_zagolovok {
    color: #3c9700;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 20px;
}
.vakansii-block_tekst h1, 
.vakansii-block_tekst h2, 
.vakansii-block_tekst h3, 
.vakansii-block_tekst h4, 
.vakansii-block_tekst h5 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
}
.vakansii-block_tekst {
    margin-bottom: 30px;
}
.vakansii-block_tekst ul {
    margin: 0;
    padding-left: 18px;
    margin-bottom: 20px;
}
.postdate {
    display: inline-block;
    padding: 8px 15px;
    margin-bottom: 15px;
    background: #48b104;
    color: white;
    font-size: 13px;
}
section.kontakty:after {
    content: '';
    position: absolute;
    width: 300px;
    height: 300px;
    left: -80px;
    border-radius: 100%;
    border: 1px solid #0ad901;
    bottom: -120px;
}
section.kontakty:before {
    content: '';
    position: absolute;
    width: 300px;
    height: 300px;
    left: -100px;
    border-radius: 100%;
    border: 1px solid orange;
    bottom: -100px;
}
section.kontakty {
    position: relative;
    background-size: cover;
    background-position: center;
    padding-bottom: 90px;
    overflow: hidden;
}

@media(max-width:1200px) and (min-width:993px) {
    .vidguki-block .vidguki-block_text {
        width: 40%;
    }
    .vidguki-block .vidguki-block_video {
        width: 60%;
    }
}
@media(max-width:1200px) {
    .text_yellow-text span {
        font-size: 25px;
    }
    .text_yellow-text {
        font-size: 20px;
    }
    
}
@media(max-width:992px) {
    .kontakty-map iframe {
        height: 300px;
    }
    .vidguki-block>div {
        width: 100%;
    }
    .vidguki-block {
        flex-direction: column;
    }
    .footer-col {
        width: calc(50% - 20px);
    }
    .footer-row {
        flex-wrap: wrap;
    }
    .text_yellow-text {
        font-size: 20px;
        padding-left: 80px;
        margin-bottom: 20px;
    }
    .poslugy-info ul {
        list-style-position: inside;
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
        padding-left: 20px;
        list-style: none;
    }
}
@media(max-width:768px) {
    .kontakty-info {
        margin-right: 0;
        margin-bottom: -20px;
        display: inline-block;
        padding-right: 60px;
    }
    .kontakty-map:after {
        right: -10px;
    }
    .vidguki-block {
        padding: 5px;
    }
    .vidguki-slider {
        padding: 0 40px;
    }
    .vidguki-block_text {
        padding: 20px;
    }
    .footer-col.footer-contacts {
        width: 100%;
    }
    .text_yellow-text {
        transform: unset;
        text-align: center;
    }
    section.text_yellow .row {
        flex-direction: column-reverse!important;
    }
    .text_yellow-img img {
        margin-left: auto;
    }
    .text_yellow-text {
        margin-bottom: -60px;
    }
    .pro-block {
        width: 100%;
    }
    .pro-heading span {
        display: block;
    }
    .slider-content {
        transform: translateX(-10px);
    }
    ul.slick-dots {
        padding-left: 5px;
    }
    .poslugy-info {
        padding: 20px 20px 20px 10px;
    }
    .hero-knopky {
        margin-bottom: 50px;
        text-align: left;
        margin-left: 0;
    }
    .text_image-zobrazhennya:before {
        width: 100%;
        height: calc(100% - 35px);
        right: -10px;
        top: 25px;
    }
    
}
@media(max-width:500px) {
    .footer-col {
        width: 100%;
    }
    .emptydiv {
        display: none;
    }
    .footer-col.footer_menu_2_2 {
        margin-top: -30px;
    }
    .text_yellow-text span {
        font-size: 18px;
    }
    .text_yellow-text {
        font-size: 15px;
        padding: 20px 50px 50px;
    }
}