

/* Start:/local/templates/da/template_styles.css?175459691732864*/
@import "/local/templates/da/./libs/reset/reset.css";
@import "/local/templates/da/./libs/bootstrap/css/bootstrap-grid.min.css";
@import "/local/templates/da/./libs/icomoon/style.css";
@import "/local/templates/da/./fonts/fonts.css";
@import "/local/templates/da/./libs/slick-1.8.1/slick/slick.css";
@import "/local/templates/da/./libs/pushy/css/pushy.css";
@import "/local/templates/da/./libs/btn-effects/fonts/font-awesome-4.3.0/css/font-awesome.min.css";
@import "/local/templates/da/./libs/btn-effects/css/component.css";

* {
    outline: none;
}

a, .popup--link, .cookie--link {
    text-decoration: none;
    color: #b6c603;
}

a:hover {
    opacity: .6;
}

html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    -webkit-font-smoothing: antialiased;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 22px;
    overflow: hidden;
    scroll-behavior: smooth;
    position: relative;
    min-height: 100vh;
}

.scroll-anchor {
    position: absolute;
    left: 0;
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1320px;
    }
}

.container-h100,
.col-h100,
.row-h100 {
    height: 100%;
}

.container-h50,
.col-h50,
.row-h50 {
    height: 50%;
}

.hr-vertical {
    width: 80px;
    border-left: 1px solid #5e5d5d;
    border-right: 1px solid #5e5d5d;
    opacity: 0.1;
    position: absolute;
    height: 9999vh;
    z-index: 10;
    top: -100vh;
}

.hr-vertical__left {
    left: 0;
}

.hr-vertical__right {
    right: 0;
}

.hr-horizontal {
    height: 1px;
    background: #5e5d5d;
    opacity: 0.1;
    width: 100%;
    z-index: 10;
    position: absolute;
}

.loader-wrapper {
    position: fixed;
    z-index: 9999;
    height: 100vh;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    z-index: 100;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.loader-wrapper .loader-section.section-left {
    left: 0;
    background: #000;
    transition: background 0.5s ease;
}

.loader-wrapper .loader-section.section-right {
    right: 0;
    background: #000;
    transition: background 0.5s ease;
}

/* Loaded */
.loaded .loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded .loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded .loader {
    opacity: 0;
    transition: all 0.3s ease-out;
}

.loaded .loader-wrapper {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: all 0.3s 1s ease-out;
}

.welcome {
    height: 770px;
    overflow: hidden;
    background: url("/local/templates/da/images/darck-bg.gif") repeat;
    position: relative;
}

.welcome:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -57px;
    left: 0;
    right: 0;
    background: url("/local/templates/da/images/welcome-bg.png") no-repeat center;
    width: 100%;
    height: 305px;
}

.welcome__video {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.welcome__logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.welcome__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.welcome__text p {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    color: #FFF;
    margin-bottom: 22px;
}

.welcome__text b {
    font-weight: bold;
    color: #b6c603;
}

.welcome__text li {
    color: #FFF;
    font-size: 16px;
    margin-bottom: 24px;
    position: relative;
    padding-left: 50px;
}

.welcome__text-icon {
    position: absolute;
    top: -8px;
    left: 0;
}

.welcome__text-icon img {
    width: 35px;
    height: auto;
}

.welcome__text-type {
    width: 545px;
    margin: 0;
    padding: 0;
    animation: typing 10s steps(40), blink 0.5s step-end infinite alternate;
    white-space: nowrap;
    overflow: hidden;
    border-right: 3px solid;
    text-align: left;
    display: block;
}

.welcome__text-btn-wrp {
    text-align: center;
    margin-top: 30px;
}

@keyframes typing {
    from {
        width: 0
    }
}

@keyframes blink {
    50% {
        border-color: transparent
    }
}

.arrows {
    position: absolute;
    bottom: 60px;
    left: 50%;
    width: 45px;
    height: 45px;
    transform: translate(-50%, -50%);
    z-index: 50;
    cursor: url("/local/templates/da/./images/cursor.png"), auto;
}

.arrows__top {
    left: initial;
    right: -70px;
    bottom: 70px;
    transform: rotate(180deg);
}

.arrows:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-left: 7px solid rgba(255, 255, 255, 0.2);
    border-bottom: 7px solid rgba(255, 255, 255, 0.2);
    transform: translate(26.6666666667px, 106.6666666667px) rotate(-45deg);
    animation: arrows 3s linear infinite;
}

.arrows:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-left: 7px solid rgba(255, 255, 255, 0.2);
    border-bottom: 7px solid rgba(255, 255, 255, 0.2);
    transform: translate(53.3333333333px, 0px) rotate(-45deg);
    animation: arrows 3s linear infinite -1.5s;
}

@keyframes arrows {
    0% {
        border-left: 7px solid rgba(0, 0, 0, 0);
        border-bottom: 7px solid rgba(0, 0, 0, 0);
        transform: translate(-13.3333333333px, -33.3333333333px) rotate(-45deg);
    }
    10%, 90% {
        border-left: 7px solid rgba(0, 0, 0, 0);
        border-bottom: 7px solid rgba(0, 0, 0, 0);
    }
    50% {
        border-left: 7px solid rgba(255, 255, 255, 0.2);
        border-bottom: 7px solid rgba(255, 255, 255, 0.2);
        transform: translate(-13.3333333333px, 0px) rotate(-45deg);
    }
    100% {
        border-left: 7px solid rgba(0, 0, 0, 0);
        border-bottom: 7px solid rgba(0, 0, 0, 0);
        transform: translate(-13.3333333333px, 33.3333333333px) rotate(-45deg);
    }
}

.loader {
    overflow: hidden;
    font-size: 10px;
    text-indent: -9999em;
    width: 11em;
    height: 11em;
    border-radius: 50%;
    background: #b6c603;
    background: -moz-linear-gradient(left, #b6c603 10%, rgba(101, 171, 248, 0) 42%);
    background: -webkit-linear-gradient(left, #b6c603 10%, rgba(101, 171, 248, 0) 42%);
    background: -o-linear-gradient(left, #b6c603 10%, rgba(101, 171, 248, 0) 42%);
    background: -ms-linear-gradient(left, #b6c603 10%, rgba(101, 171, 248, 0) 42%);
    background: linear-gradient(to right, #b6c603 10%, rgba(101, 171, 248, 0) 42%);
    position: relative;
    -webkit-animation: load3 1.4s infinite linear;
    animation: load3 1.4s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 200;
}

.loader:before {
    width: 50%;
    height: 50%;
    background: #b6c603;
    border-radius: 100% 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
}

.loader:after {
    background: #000;
    transition: background 0.5s ease;
    width: 75%;
    height: 75%;
    border-radius: 50%;
    content: '';
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

@-webkit-keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.logos {
    background: url("/local/templates/da/images/light-bg.gif") repeat;
    padding: 130px 0 60px 0;
    position: relative;
    overflow: hidden;
}

.logos__title {
    font-family: "Kharkiv", sans-serif;
    font-size: 52px;
    color: #000;
    margin-bottom: 60px;
}

.logos__slider .logos__slider-logo {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 40px;
    opacity: .6;
}

.logos__slider-logo img {
    filter: grayscale(100%);
    transition: 0.5s;
    z-index: 10;
}

.logos__slider-logo img:hover {
    filter: grayscale(0);
    cursor: url("/local/templates/da/./images/cursor.png"), auto;
}

.slick-arrow {
    position: absolute;
    z-index: 10;
    top: calc(50% - 52px);
    display: inline-block;
}

.logos__slider .slick-arrow {
    color: #bababa;
}

.logos__slider .slick-arrow:hover {
    cursor: url("/local/templates/da/./images/cursor.png"), auto;
    color: #b6c603;
}

.news__slider .slick-arrow,
.team__slider .slick-arrow {
    color: #515151;
}

.news__slider .slick-arrow:hover,
.team__slider .slick-arrow:hover {
    cursor: url("/local/templates/da/./images/cursor.png"), auto;
    color: #b6c603;
}

.arrow__left {
    left: -230px;
}

.arrow__right {
    right: -230px;
}

.slick-disabled {
    display: none !important;
}

.team__slider {
    position: relative;
    right: -15px;
    z-index: 20;
}

.team__slider .slick-list {
    margin: 0 -15px;
}

.team__slider .slick-slide > div {
    padding: 0 15px;
}

.products {
    background: url("/local/templates/da/images/darck-bg.gif") repeat;
    position: relative;
    padding: 130px 0 60px 0;
    height: 770px;
    overflow: hidden;
}

.products__title {
    font-family: "Kharkiv", sans-serif;
    font-size: 44px;
    line-height: 48px;
    color: #FFF;
    text-align: center;
    margin-bottom: 60px;
}

.scene {
    height: 380px;
    position: relative;
}

.scene__coverage-prd1 {
    top: 40px !important;
    left: 230px !important;
    position: relative !important;
    display: inline-block !important;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 15px;
    color: #FFF;
    opacity: .3;
}

.scene__coverage-prd3 {
    top: 190px !important;
    left: 48px !important;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 15px;
    color: #FFF;
    opacity: .3;
}

.scene__coverage {
    top: 115px !important;
    left: 150px !important;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 25px;
    color: #b6c603;
    cursor: url("/local/templates/da/./images/cursor.png"), auto;
}

.scene__coverage:hover .line-top,
.scene__coverage:hover .line-bottom,
.scene__knowledge:hover .line-top,
.scene__knowledge:hover .line-bottom,
.scene__conversion:hover .line-bottom-left,
.scene__conversion:hover .line-bottom-right {
    display: inline-block;
    opacity: 1;
}

.scene__coverage .line-top {
    position: absolute;
    top: -26px;
    right: -20px;
    z-index: 10;
    border-top: 1px solid #8c8c8c;
    width: 60px;
    opacity: 0;
    transform: rotate(127deg);
    transition: 0.5s;
}

.scene__coverage .line-top:before {
    content: "";
    display: inline-block;
    border-top: 1px solid #8c8c8c;
    width: 60px;
    right: 48px;
    top: -24px;
    position: absolute;
    transform: rotate(-127deg);
}

.scene__coverage .line-bottom {
    position: absolute;
    bottom: -46px;
    right: 35px;
    z-index: 10;
    border-top: 1px solid #8c8c8c;
    width: 81px;
    opacity: 0;
    transform: rotate(127deg);
    transition: 0.5s;
}

.scene__coverage .line-bottom:before {
    content: "";
    display: inline-block;
    border-top: 1px solid #8c8c8c;
    width: 60px;
    right: -48px;
    top: 23px;
    position: absolute;
    transform: rotate(-127deg);
}

.scene__coverage-prd2 {
    top: 50px !important;
    left: 510px !important;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 15px;
    color: #FFF;
    opacity: .3;
}

.scene__coverage-prd4 {
    top: 275px !important;
    left: 220px !important;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 15px;
    color: #FFF;
    opacity: .3;
}

.scene__knowledge {
    top: 145px !important;
    left: 300px !important;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 33px;
    color: #b6c603;
    cursor: url("/local/templates/da/./images/cursor.png"), auto;
}

.scene__knowledge .line-top {
    position: absolute;
    top: -39px;
    right: -35px;
    z-index: 10;
    border-top: 1px solid #8c8c8c;
    width: 70px;
    opacity: 0;
    transform: rotate(127deg);
    transition: 0.5s;
}

.scene__knowledge .line-top:before {
    content: "";
    display: inline-block;
    border-top: 1px solid #8c8c8c;
    width: 59px;
    right: 57px;
    top: -24px;
    position: absolute;
    transform: rotate(-127deg);
}

.scene__knowledge .line-bottom {
    position: absolute;
    bottom: -77px;
    right: 78px;
    z-index: 10;
    border-top: 1px solid #8c8c8c;
    width: 151px;
    opacity: 0;
    transform: rotate(127deg);
    transition: 0.5s;
}

.scene__knowledge .line-bottom:before {
    content: "";
    display: inline-block;
    border-top: 1px solid #8c8c8c;
    width: 60px;
    right: -48px;
    top: 23px;
    position: absolute;
    transform: rotate(-127deg);
}

.scene__coverage-prd5 {
    top: 260px !important;
    left: 465px !important;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 15px;
    color: #FFF;
    opacity: .3;
}

.scene__coverage-prd6 {
    top: 210px !important;
    left: 660px !important;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 15px;
    color: #FFF;
    opacity: .3;
}

.scene__conversion {
    top: 100px !important;
    left: 555px !important;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 25px;
    color: #b6c603;
    cursor: url("/local/templates/da/./images/cursor.png"), auto;
}

.scene__conversion .line-bottom-left {
    position: absolute;
    bottom: -90px;
    right: 21px;
    z-index: 10;
    border-top: 1px solid #8c8c8c;
    width: 169px;
    opacity: 0;
    transform: rotate(115deg);
    transition: 0.5s;
}

.scene__conversion .line-bottom-left:before {
    content: "";
    display: inline-block;
    border-top: 1px solid #8c8c8c;
    width: 70px;
    right: -49px;
    top: 30px;
    position: absolute;
    transform: rotate(-115deg);
}

.scene__conversion .line-bottom-right {
    position: absolute;
    bottom: -65px;
    right: -9px;
    z-index: 10;
    border-top: 1px solid #8c8c8c;
    width: 110px;
    opacity: 0;
    transform: rotate(70deg);
    transition: 0.5s;
}

.scene__conversion .line-bottom-right:before {
    content: "";
    position: absolute;
    bottom: 31px;
    right: -43px;
    z-index: 10;
    border-top: 1px solid #8c8c8c;
    width: 65px;
    transform: rotate(-70deg);
    transition: 0.5s;
}


.btn-link {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 16px;
    text-decoration: none;
    line-height: 57px;
    border: 1px solid #c0c0c0;
    border-radius: 27px;
    display: inline-block;
    padding: 0 40px;
    color: #b6c603;
    position: relative;
    z-index: 10;
}

.btn-link:hover {
    background-color: #b6c603;
    border: 1px solid #b6c603;
    opacity: 1;
    color: #000;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.counter-button {
    text-align: right;
}

.presentation {
    background: url("/local/templates/da/images/darck-bg.gif") repeat;
    position: relative;
    padding: 130px 0 60px 0;
    min-height: 770px;
    overflow: hidden;
}

.r__container {
    position: relative;
}

.noise {
    display: block;
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    width: 100%;
    height: 250px;
    background: url("/local/templates/da/images/noise.png") no-repeat top center;
    background-size: cover;
}

.presentation__title {
    font-family: "Kharkiv", sans-serif;
    font-size: 33px;
    line-height: 59px;
    color: #FFF;
    text-align: left;
    position: relative;
}

.presentation__title:after {
    content: "";
    display: block;
    background: url("/local/templates/da/images/price-arrow.png") no-repeat center;
    width: 144px;
    height: 44px;
    position: absolute;
    right: -50px;
    top: 9px;
}

.row_presentation {
    margin-bottom: 100px;
}

.presentation__p {
    color: #FFF;
    font-size: 16px;
    margin-bottom: 50px;
}

.presentation__decoration_1 {
    position: absolute;
    background: url("/local/templates/da/images/form-decore1.png") no-repeat center;
    width: 122px;
    height: 148px;
    top: 102px;
    left: 590px;
}

.presentation__decoration_2 {
    position: absolute;
    background: url("/local/templates/da/images/form-decore2.png") no-repeat center;
    width: 72px;
    height: 163px;
    top: 460px;
    left: 267px;
}

.presentation__decoration_3 {
    position: absolute;
    background: url("/local/templates/da/images/form-decore3.png") no-repeat center;
    width: 884px;
    height: 427px;
    top: 305px;
    right: -32px;
    z-index: 0;
}

.news {
    background: url("/local/templates/da/images/darck-bg.gif") repeat;
    position: relative;
    padding: 130px 0 60px 0;
    height: 770px;
    overflow: hidden;
}

.decore5 {
    background: url("/local/templates/da/images/form-decore5.png") no-repeat center;
    background-size: contain;
    width: 356px;
    height: 253px;
    position: absolute;
    z-index: 10;
    top: 2900px;
    left: -30px;
}

.news__title {
    font-family: "Kharkiv", sans-serif;
    font-size: 52px;
    color: #FFF;
    margin-bottom: 60px;
}

.news__slider-el {
    padding-right: 30px;
}

.news__slider-el img,
.news__slider-el .date,
.news__slider-el p {
    display: block;
    margin-bottom: 15px;
    color: #FFF;
}

.news__slider-el .date {
    font-size: 13px;
}

.news__slider-el a {
    font-size: 13px;
}

.news__slider-el p {
    line-height: 26px;
}

.team {
    background: url("/local/templates/da/images/darck-bg.gif") repeat;
    position: relative;
    padding: 130px 0 60px 0;
    height: 770px;
    overflow: hidden;
}

.team__title {
    font-family: "Kharkiv", sans-serif;
    font-size: 52px;
    color: #FFF;
    text-align: center;
    margin-bottom: 100px;
}

.team__slider-el {
    overflow: hidden;
}

.team__slider-el img {
    margin-bottom: 15px;
}

.team__slider-name {
    font-size: 18px;
    line-height: 28px;
    color: #FFF;
    font-weight: 300;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-all;
    word-spacing: 999px;
    padding-right: 15px;
    margin-bottom: 15px;
}

.team__slider-position {
    font-size: 14px;
    font-weight: 300;
    color: #FFF;
}

.arrow__left_top {
    left: -12px;
    top: -95px;
}

.arrow__right_top {
    right: 15px;
    top: -95px;
    left: initial;
}

.contacts {
    background: url("/local/templates/da/images/darck-bg.gif") repeat;
    position: relative;
    padding: 130px 0 113px 0;
    height: 1094px;
    overflow: hidden;
}

.contacts:before {
    content: "";
    background: url("/local/templates/da/images/form-decore6.png") no-repeat center;
    width: 664px;
    height: 225px;
    position: absolute;
    z-index: 0;
    right: -50px;
    top: -1px;
}

.contacts__title {
    font-family: "Kharkiv", sans-serif;
    font-size: 52px;
    color: #FFF;
    margin-bottom: 45px;
}

.contacts__el {
    margin-bottom: 30px;
    display: flex;
    justify-content: start;
    align-items: center;
    position: relative;
    z-index: 0;
}

.contacts__phone-icon,
.contacts__mail-icon {
    background: url("/local/templates/da/images/cross.png") no-repeat center;
    width: 40px;
    height: 40px;
    margin-right: 15px;
}

.contacts__el a {
    color: #FFF;
    font-size: 16px;
    font-weight: 300;
}

.contacts__address {
    color: #FFF;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 35px;
}

.footer {
    background: url(/local/templates/da/./images/darck-bg.gif) repeat center top;
    color: #FFF;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    min-height: 53px;
    padding: 15px 0;
}

.footer__copy {
    font-size: 13px;
    display: block;
    text-align: left;
}

.footer__doc {
    font-size: 13px;
    display: block;
    text-align: left;
}

.footer__d-link {
    font-size: 13px;
}

.footer__p-link {
    font-size: 13px;
    text-align: right;
    display: block;
}

.footer__contact {
    font-size: 13px;
    color: #FFF;
    text-align: right;
    display: block;
}

.products__list-element {
    border: 1px solid #404040;
    border-radius: 4px;
    padding: 10px 0 10px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
}

.products__list-element:last-child {
    margin-bottom: 45px;
}

.products__list-element-name {
    color: #FFF;
}

.products__list-element-tags {
    position: relative;
    right: -8px;
}

.products__list-element-tags li {
    border-radius: 16px;
    margin-bottom: 6px;
    font-size: 14px;
    padding: 0 20px;
    line-height: 30px;
    text-align: center;
}

.products__list-element-tags li:last-child {
    margin-bottom: initial;
}

/* BUTTONS */

.btn {
    line-height: 52px;
    display: inline-block;
}

.btn--svg {
    position: relative;
    height: 52px;
    padding: 0 40px;
    overflow: hidden;
    border-radius: 27px;
    border: none;
    z-index: 10;
    cursor: url("/local/templates/da/./images/cursor.png"), auto;
    background: transparent;
    opacity: 1 !important;
}

.btn--svg__w247 {
    width: 247px;
}

.btn--svg__w229 {
    width: 229px;
}

.btn--empty .btn--svg__circle circle {
    opacity: 0;
    transform: scale(0);
}

.btn--empty:hover .btn--svg__circle circle {
    opacity: 1;
    transform: scale(1.1) !important;
}

.btn--svg:hover .btn--svg__circle circle {
    opacity: 1;
    transform: scale(0);
}

.btn--empty .btn--svg__label {
    color: #b6c603;
}

.btn--empty:hover .btn--svg__label {
    color: #000 !important;
}

.btn--empty .btn--svg__border--left path,
.btn--empty .btn--svg__border--right path {
    stroke-dasharray: 61.8204345703;
    stroke-dashoffset: 0;
    -webkit-transition-delay: 0.25s;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transition-property: stroke-dashoffset;
    -moz-transition-delay: 0.25s;
    -moz-transition-duration: 0.5s;
    -moz-transition-timing-function: ease-in-out;
    -moz-transition-property: stroke-dashoffset;
    -ms-transition-delay: 0.25s;
    -ms-transition-duration: 0.5s;
    -ms-transition-timing-function: ease-in-out;
    -ms-transition-property: stroke-dashoffset;
    transition-delay: 0.25s;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
    transition-property: stroke-dashoffset;
}

.btn--svg:hover .btn--svg__label {
    color: #b6c603;
}

.btn--svg:hover .btn--svg__border--left path,
.btn--svg:hover .btn--svg__border--right path {
    stroke-dasharray: 61.8204345703;
    stroke-dashoffset: 0;
    -webkit-transition-delay: 0.25s;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transition-property: stroke-dashoffset;
    -moz-transition-delay: 0.25s;
    -moz-transition-duration: 0.5s;
    -moz-transition-timing-function: ease-in-out;
    -moz-transition-property: stroke-dashoffset;
    -ms-transition-delay: 0.25s;
    -ms-transition-duration: 0.5s;
    -ms-transition-timing-function: ease-in-out;
    -ms-transition-property: stroke-dashoffset;
    transition-delay: 0.25s;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
    transition-property: stroke-dashoffset;
}

.btn--svg__label {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    color: black;
    z-index: 3;
    width: 100%;
    transition: color 0.5s ease-in-out;
}

.btn--empty .btn--svg__circle circle {
    -webkit-transition: transform 0.5s ease-in-out;
    -webkit-transform: scale(0);
    -webkit-transform-origin: 50% 50%;
    -moz-transition: transform 0.5s ease-in-out;
    -moz-transform: scale(0);
    -moz-transform-origin: 50% 50%;
    -ms-transition: transform 0.5s ease-in-out;
    -ms-transform: scale(0);
    -ms-transform-origin: 50% 50%;
    transition: transform 0.5s ease-in-out;
    transform: scale(0);
    transform-origin: 50% 50%;
}

.btn--svg__circle circle {
    -webkit-transition: transform 0.5s ease-in-out;
    -webkit-transform: scale(1.1);
    -webkit-transform-origin: 50% 50%;
    -moz-transition: transform 0.5s ease-in-out;
    -moz-transform: scale(1.1);
    -moz-transform-origin: 50% 50%;
    -ms-transition: transform 0.5s ease-in-out;
    -ms-transform: scale(1.1);
    -ms-transform-origin: 50% 50%;
    transition: transform 0.5s ease-in-out;
    transform: scale(1.1);
    transform-origin: 50% 50%;
}

.btn--svg__border--left path, .btn--svg__border--right path {
    stroke-dasharray: 61.8204345703;
    -webkit-transition-duration: 0s;
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transition-property: stroke-dashoffset;
    -webkit-transition-delay: 0.5s;
    -moz-transition-duration: 0s;
    -moz-transition-timing-function: ease-in-out;
    -moz-transition-property: stroke-dashoffset;
    -moz-transition-delay: 0.5s;
    -ms-transition-duration: 0s;
    -ms-transition-timing-function: ease-in-out;
    -ms-transition-property: stroke-dashoffset;
    -ms-transition-delay: 0.5s;
    transition-duration: 0s;
    transition-timing-function: ease-in-out;
    transition-property: stroke-dashoffset;
    transition-delay: 0.5s;
}

.btn--svg__border--left path {
    stroke-dashoffset: -61.8204345703;
}

.btn--svg__border--right path {
    stroke-dashoffset: 61.8204345703;
}

.btn--svg svg, .btn--svg__label {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -webkit-transform-origin: 50% 50%;
    -moz-transform: translate(-50%, -50%);
    -moz-transform-origin: 50% 50%;
    -ms-transform: translate(-50%, -50%);
    -ms-transform-origin: 50% 50%;
    transform: translate(-50%, -50%);
    transform-origin: 50% 50%;
}

.btn-soon {
    color: #b6c603;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    position: absolute;
    top: 10%;
    left: 20%;
    z-index: 3;
    width: 230px;
    border: 1px solid #b6c603;
    height: 52px;
    line-height: 52px;
    border-radius: 26px;
}

.cookie {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    width: 100%;
    padding: 25px 45px;
    background: #353336;
}

.cookie p {
    color: #FFF;
}

.popup {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, .6);
}

.popup__content {
    position: relative;
    padding: 60px;
    width: 80%;
    max-height: 80vh;
    overflow-y: auto;
    background: #353336;
    -webkit-box-shadow: 0 0 13px 0 rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0 0 13px 0 rgba(34, 60, 80, 0.2);
    box-shadow: 0 0 13px 0 rgba(34, 60, 80, 0.2);
}

.popup__content h3 {
    font-family: "Kharkiv", sans-serif;
    font-size: 24px;
    line-height: 30px;
    color: #FFF;
    margin-bottom: 25px;
    margin-right: 50px;
}

.popup__content p {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 24px;
    color: #FFF;
}

.popup__close {
    position: absolute;
    right: 25px;
    top: 25px;
    background: url("/local/templates/da/./images/cross.png") no-repeat center;
    width: 40px;
    height: 40px;
}

.popup__close:hover {
    cursor: url("/local/templates/da/./images/cursor.png"), auto;
}

.cookie p {
    margin-bottom: 15px;
}

.cookie-link-wrp {
    text-align: center;
}

.contacts__tg {
    margin-bottom: 45px;
}

.contacts__tg-wr {
    display: flex;
    height: 100%;
    align-items: center;
}

.contacts__tg-p {
    color: #FFF;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    font-family: Kharkiv, sans-serif;
}

.light-theme .contacts__tg-p {
    color: #131313;
}

.contacts__tg-qr {
    background: url("/local/templates/da/./images/QR_tg_dark.svg") no-repeat center;
    display: block;
    width: 139px;
    height: 139px;
}

.light-theme .contacts__tg-qr {
    background: url("/local/templates/da/./images/QR_tg_light.svg") no-repeat center;
}

@media screen and (max-width: 992px) {

    .welcome__text-type {
        font-size: 18px;
        line-height: 26px;
        animation: none;
        width: 100%;
        white-space: normal;
        border-right: none;
    }

    .welcome__text p {
        font-size: 16px;
        line-height: 22px;
    }

    .hr-vertical__right {
        right: -65px;
    }

    .hr-vertical__left {
        left: -65px;
    }

    .welcome__text-icon {
        top: 0px
    }

    .welcome__text-icon_professional {
        top: -8px
    }

    .welcome__logo {
        display: flex;
        flex-direction: row;
    }

    .welcome__logo img {
        width: 100%;
        height: auto;
    }

    .welcome__text {
        display: block;
    }

    .welcome__text p {
        margin-bottom: 22px;
    }

    .logos {
        padding: 65px 0 30px 0;
    }

    .slick-slide {
        display: flex;
    }

    .slick-slide .logos__slider-logo {
        margin-right: initial;
        width: 31.6%;
        overflow: hidden;
        text-align: center;
    }

    .logos__slider-logo img {
        display: inline-block;
    }

    .products {
        padding: 65px 0 30px 0;
        height: initial;
    }

    .news {
        padding: 65px 0 30px 0;
        height: initial;
    }

    .team {
        padding: 65px 0 30px 0;
        height: initial;
    }

    .team__title {
        font-size: 42px;
        text-align: left;
    }

    .contacts {
        padding: 65px 0 300px 0;
        height: initial;
    }

    .contacts:before {
        display: none;
    }

    .footer {
        height: initial;
        padding: 15px 0;
    }

    .footer__copy,
    .footer__d-link,
    .footer__p-link {
        line-height: 28px;
    }

    .cookie {
        padding: 15px 25px;
    }

    .cookie p {
        font-size: 14px;
    }

    .popup__content {
        position: relative;
        padding: 20px;
        width: 95%;
        max-height: 90vh;
        margin-top: 55px;
    }

    .btn-soon {
        left: calc(50% - 115px);
    }

    .contacts__tg-qr {
        display: none;
    }

    .popup__content h3 {
        font-size: 22px;
        line-height: 26px;
    }
}

@media screen and (max-width: 1200px) {
    .presentation {
        padding: 65px 0 30px 0;
        height: initial;
    }

    .presentation__title {
        font-size: 28px;
        text-align: center;
        margin-bottom: 180px;
    }

    .presentation__title:after {
        width: 144px;
        height: 44px;
        right: calc(50% - 74px);
        transform: rotate(90deg);
        top: initial;
        bottom: -100px;
    }

    .counter-button {
        text-align: center;
    }

    .contacts:before {
        right: -160px;
    }

    .footer__p-link {
        text-align: center;
    }

    .footer__contact {
        text-align: center;
    }
}

@media screen and (min-width: 1179px) {
    .container-h50 {
        height: 100%
    }

    .welcome__logo img {
        width: 100%;
        height: auto;
    }
}
/* End */
/* /local/templates/da/template_styles.css?175459691732864 */
