@font-face {
    font-family: "Proxima Nova Lt";
    src: url('./fonts/Proxima_Nova_Light.otf');
}

@font-face {
    font-family: "Proxima Nova Bl";
    src: url('./fonts/Proxima_Nova_Bold.otf');

}

@font-face {
    font-family: "Proxima Nova Rg";
    src: url('./fonts/Proxima_Nova_Regular.otf');
    font-weight: 400;
}

@font-face {
    font-family: "ProximaNova SemiBold";
    src: url('./fonts/Proxima_Nova_Semibold.otf');
    font-weight: 400;
}

@font-face {
    font-family: "ProximaNova ExtraBold";
    src: url('./fonts/Proxima Nova Extrabold.otf');
    font-weight: 400;
}

body {
    font-family: "ProximaNova Rg", sans-serif;

}


/* Временние правки */

.statistics-data h2 {
    font-size: 16px;
    font-family: "Proxima Nova Rg";
    color: #262727;
    text-align: left;
    padding-left: 21px;
    
    font-weight: 800;
}
.statistics-data li {
    font-size: 14px;
 
}


.content-page img {
    max-width: 100%;
}

/* Конец временных правок */

.circle {
    padding: 13px 20px;
    border-radius: 50%;
    background-color: #23aa19;
    color: #fff;
    max-height: 50px;
    z-index: 2;
  }
  
  .b2b-history.row .col-2 {
    align-self: stretch;
    margin-left: 3px;
  }
  .b2b-history.row .col-2::after {
    content: "";
    position: absolute;
    border-left: 3px solid #23aa19;
    z-index: 1;
  }
  .b2b-history.row .col-2.bottom::after {
    height: 50%;
    left: 50%;
    top: 50%;
  }
  .b2b-history.row .col-2.full::after {
    height: 100%;
    left: calc(50% - 3px);
  }
  .b2b-history.row .col-2.top::after {
    height: 50%;
    left: 50%;
    top: 0;
  }
  
  
  .timeline div {
    padding: 0;
    height: 40px;
  }
  .timeline hr {
    border-top: 3px solid #23aa19;
    margin: 0;
    top: 17px;
    position: relative;
  }
  .timeline .col-2 {
    display: flex;
    overflow: hidden;
  }
  .timeline .corner {
    border: 3px solid #23aa19;
    width: 100%;
    position: relative;
    border-radius: 15px;
  }
  .timeline .top-right {
    left: 50%;
    top: -50%;
  }
  .timeline .left-bottom {
    left: -50%;
    top: calc(50% - 3px);
  }
  .timeline .top-left {
    left: -50%;
    top: -50%;
  }
  .timeline .right-bottom {
    left: 50%;
    top: calc(50% - 3px);
  }

/*regeon___COMMON STYLES_____*/
a {
    font-size: 16px;
    text-decoration: underline;
    color: #262727;
    

}

button:focus {
    outline: none;
}

/*endregeon___COMMON STYLES_____*/

/* @font-face{
    font-family: 'Montserrat Light';
    src: url("../fonts/Monts/Montserrat-Light.eot"),
        url("../fonts/Monts/Montserrat-Light.ttf") format('truetype'),
        url("../fonts/Monts/Montserrat-Light.woff") format('woff');
    font-weight: 300;
    font-style: normal;
} */


.navbar {
    max-width: 1160px;
    align-self: center;
    margin-left: 0;
    padding: 13px 0;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.top-menu-wrapper {
    transition: all 0.3s;
}

.header-top-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 25px;
}

.navbar-brand {
    padding-top: 0px;
}

.top-menu-row {
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.navbar-nav {
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.navbar-brand__icon {
    width: 100%;
    max-width: 206px;
    height: auto;
}

.nav-item:after {
    background-color: #3bc431;
    display: block;
    content: "";
    height: 3px;
    width: 0%;
    -webkit-transition: width .8s ease-in-out;
    -moz--transition: width .8s ease-in-out;
    transition: width .8s ease-in-out;
    transition: color 0.3s;
}
a:hover {
    color: #3bc431;
}

.nav-item:hover {
    cursor: pointer;
    color: #3bc431 !important;
}

.nav-item:focus:after,
.nav-item.active:after {
    width: 100%;
}

.nav-item,
.nav-link {
    font-family: "Proxima Nova Rg";
    font-size: 16px;
    font-weight: 400;

    text-decoration: none;
    margin-right: 10px;
}

.nav-link.active {
    background-color: #3bc431!important
}

.store-link {
    margin-right: 30px;
    max-width: 148px;
    width: 100%;
    border-radius: 15px;
    border: 1px solid rgb(35, 170, 25);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.store-link:hover {
    text-decoration: none;
}

.store-link_text {
    padding: 2px 0 3px 0;
    color: rgb(35, 170, 25);
    font-size: 16px;
    
    font-weight: 700;
    margin-right: 5px;
}

.store-link_icon {
    width: 12px;
    height: 12px;
    background-image: url('./images/share.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.top-menu {
    margin-top: 5px;
}

.lang-btn.dropdown {
    padding-bottom: 0;
}

.lang-btn .dropdown-header-toggler {
    color: #494949;
    font-family: "Proxima Nova Rg";
    font-size: 14px;
    text-decoration: none;

}

.lang-btn .dropdown-header-toggler:hover {
    color: #3bc431;
    text-decoration: none;
}

.dropdown-header-toggler .toggler-item {
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    fill: #3a3c3a;
    -webkit-transition: .3s;
    transition: .3s;
    margin-top: -4px;
}

.lang-btn .dropdown-header-toggler:hover .toggler-item {
    fill: #23aa19;
}

.dropdown-item {
    padding: 0px;
    text-align: center;
    color: #b9b9b9;
    text-decoration: none;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #23aa19;
    text-decoration: none;
  
}

.dropdown-item.active {
background-color: #23aa19;
color: #fff;
}
.dropdown-item:active {
    background-color: #23aa19;
    color: #fff;
}

.dropdown-menu {
    top: -8px;
    box-shadow: 0px 0px 4px -1px rgba(82, 129, 44, 1);
}

.dropdown-menu.show {
    display: block;
    width: 54px;
    min-width: 1px;
    border-radius: 0px;
    background-color: #fff;
    border: none;
}

.navbar-toggler {
    background-color: #fff;
    background-image: url('./images/menu.svg');
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

#carouselExampleCaptions {
    margin-bottom: 50px;
}


.intro {
    background-image: url(./images/intro_bg.png);
    position: relative;
    overflow: hidden;
    /* height: 665px; */
    background-position:center;
    /*    background-color: #f3f3f3;*/
    background-repeat: no-repeat;
    padding-top: 80px;
    background-position-x: center;
}


.intro__top-image {
    width: 100%;
    height: auto;
    margin-bottom: -1px;
}

.intro__wrap {
    overflow: hidden;
    margin-bottom: 30px;
}



.intro-bottom {
    width: 100%;
}

.intro__title-block {
    text-align: center;
    -moz-text-align-last: center;
    text-align-last: center;
    max-width: 350px;
}

.intro__title {
    color: #fff;
    font-size: 24px;
    line-height: 1.2;
    font-family: "Proxima Nova ExtraBold";
}


.uk.intro__title {
    font-size: 30px;
    font-weight: 700;
    
}

.en.intro__title {
    font-size: 30px;
}

.intro__title-caption.en {

    font-size: 40px;
}



.intro__title-caption {
    font-size: 30px;
    font-family: "Proxima Nova ExtraBold";
    line-height: 1;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    color: #fff;
}

.intro__title-caption span {
    font-size: 16px;

}

.fotorama__wrap--css3 .fotorama__stage .fotorama__img {
    border: 10px solid #e7e7e7 !important;
}

.intro__text {
    font-size: 16px;
    font-family: "Proxima Nova Rg";
    color: #262727;
    line-height: 1.5;
    /*  text-align: center;*/

    font-weight: 400;
    padding-bottom: 10px;
    opacity: .75;
    max-width: 350px;
    text-align: center;
}

.intro__text  ul {
    text-align: justify;
    padding-left: 10px;
    font-size: 14px;
}
.intro__text p {
   font-weight: 900;
   font-size: 16px;
}

.intro__text  li {
    list-style-type: none;
}
.intro__text li:before {
    height: 30px !important;
    content: '⎯' !important;
    color: #262727 !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    opacity: 1 !important;
    padding-right: 10px;
}
.intro__button {
    width: 100%;
    /*border: 1px solid rgb(86, 216, 77);*/
    border: none;
    border-radius: 28px;
    background-color: rgb(35, 170, 25);
    color: #ffffff;
    margin-bottom: 20px;
    /*box-shadow: 0px 0px 19px -12px rgba(86, 216, 77, 1);*/
    cursor: pointer;
    -webkit-transition: -webkit-box-shadow .5s ease-in-out;
    -moz--transition: -moz-box-shadow .5s ease-in-out;
    -webkit-transition: box-shadow .5s ease-in-out;
    transition: box-shadow .5s ease-in-out;
    margin-top: 12px;
    display: block;
    text-decoration: none;
    text-align: center;
}

.intro__button:hover {
    text-decoration: none;
    background-color: #3BC431;
    color: #ffffff;
    box-shadow: 0px 0px 23px -8px rgba(82, 129, 44, 1);
}

.intro__button:focus {
    outline: 0px;
}

.intro__button span {
    
    line-height: 55px;
    font-size: 16px;
    font-family: "Proxima Nova Bl";
    font-weight: 600;
}

iframe {
    width: 75%;
    margin-top: 5%;
    z-index: 10;
}

.intro__image-wrap {
    position: relative;
    width: 100%;
    height: auto;
}

.intro__image-wrap iframe {
    height: 80%;
}

.intro__video-wrap {
    position: absolute;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
    top: 0%;
    height: 100%;
}

.intro__image {
    width: 100%;
    height: auto;
    z-index: 3;
    position: relative;
}

.intro-slider .carousel-indicators li{
    background: #ffffff;
}

.intro-slider .carousel-inner .carousel-item .carousel-caption h5, .intro-slider .carousel-inner .carousel-item .carousel-caption p{
    color:#000000 !important;
}


/* Контейнер тексту */
.carousel-caption {
    background: rgba(255, 255, 255, 0.7); 
    backdrop-filter: blur(4px);          
    border-radius: 10px;
    padding: 16px;
    width: fit-content;                                                     
}


.carousel-caption h5 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #1a1a1a !important;
}

.carousel-caption p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    color: #333 !important;
}

.new {
    position: absolute;
    top: 60px;
    left: 95px;
    width: 260px;
    height: 40px;
    display: flex;
    align-items: center;
    padding: 0 30px;
    background-image: url('./images/sticker.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 222;
}

.new span {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 16px;
    
    font-family: "Proxima Nova Bl";
}

.code {
    overflow: hidden;
    width: 100%;
    height: 235px;
    position: absolute;
    bottom: 0;
    bottom: -110px;
    z-index: 1;
}

.code__gradient {
    position: absolute;
    top: 0;
    height: 200px;
    width: 100%;
    background: rgba(23, 23, 23, 1);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(23, 23, 23, 1)), color-stop(59%, rgba(23, 23, 23, 0.6)), color-stop(100%, rgba(23, 23, 23, 0.6)));
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(23, 23, 23, 1)), color-stop(59%, rgba(23, 23, 23, 0.6)), to(rgba(23, 23, 23, 0.6)));
    background: linear-gradient(to bottom, rgba(23, 23, 23, 1) 0%, rgba(23, 23, 23, 0.6) 59%, rgba(23, 23, 23, 0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#262727', endColorstr='#262727', GradientType=0);
    display: none;
}

.code__image {
    width: 80%;
    height: auto;
    z-index: 1;
}

.mouse-wrap {
    width: 100%;
    z-index: 70;
    position: relative;
}

.mouse {
    height: 62px;
    width: 36px;
    margin: 80px auto 0px;
}

.mouse__dot {
    background-color: #898989;
    height: 2px;
    width: 2px;
    border-radius: 1px;
    margin: 0px auto 9px;
}

.mouse__body {
    height: 35px;
    width: 20px;
    position: relative;
    border: 1px solid #898989;
    border-radius: 10px;
    margin: 0 auto;
    background-color: #c1c2c2;
}

.mouse__body::after {
    position: absolute;
    content: "";
    height: 11px;
    width: 2px;
    top: 7px;
    left: 8px;
    background-color: #898989;
}

.mouse__body {
    -webkit-animation-name: mouse-up;
    animation-name: mouse-up;
    -webkit-animation-duration: 6s;
    animation-duration: 6s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;

}

@-webkit-keyframes mouse-up {
    from {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    25% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    50% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    75% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
}

@keyframes mouse-up {
    from {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    25% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    50% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    75% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
}


.modal-dialog__intro-form {
    max-width: 541px;
    width: 80%;
    box-shadow: 0px 0px 4px -1px rgba(82, 129, 44, 1);
}

.modal-content__intro-form {
    width: 100%;
    max-width: 541px;
    border-radius: 0px;
    border: none;
    box-shadow: none;
}

.modal-header {
    padding: 55px 100px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    border: none;
}

.modal-header .close {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0px;
    background-image: url('./images/close.png');
    background-repeat: no-repeat;
    background-position: center;
    padding: 24px;
}

.modal-header .close:focus {
    outline: none;
}

.modal-title-block {
    font-size: 16px;
    font-family: "Proxima Nova Lt";
    color: rgb(35, 170, 25);
    line-height: 1.2;
    text-align: justify;
    -moz-text-align-last: justify;
    text-align-last: justify;
    
    font-weight: bold;
    max-width: 300px;
    width: auto;
    overflow: hidden;
}

.modal-header h6 {
    font-size: 16px;
    font-family: "Proxima Nova Bl";
    color: rgb(46, 48, 46);
    font-weight: bold;
    line-height: 1.333;
    text-align: justify;
}

#contactUsModal .modal-title__uk {
    font-size: 16px;
}

#contactUsModal .secondary-modal-title__uk {
    font-size: 24px;
}

#contactUsModal .modal-title__ru {
    font-size: 16px;
}

#contactUsModal .secondary-modal-title__ru {
    font-size: 24px;
}

#contactUsModal .modal-title__en {
    font-size: 16px;
}

#contactUsModal .secondary-modal-title__en {
    font-size: 24px;
}

#contactUsModal .modal-header-description__en {
    font-size: 16px;
}

#contactUsModal .modal-header-description__en span {
    font-size: 24px;

}

.modal-title {
    font-size: 24px;
    font-family: "Proxima Nova Bl";
    color: rgb(46, 48, 46);
    font-weight: bold;
    line-height: 1;
    text-align: justify;
}

.modal-title-block p {

    text-align: justify;
}

.modal-header span {
    font-size: 24px;

    text-align: justify;
}

.modal__form {
    width: auto;
    max-width: 300px;
    margin: 0 auto;
}

.modal__form-control {
    font-size: 16px;
    font-family: "ProximaNova Semibold";
    color: rgb(90, 90, 90);
    line-height: 1.2;
    text-align: left;
    border-bottom: 1px solid #dedede;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    background: none;
    border-radius: 0px;
    margin-bottom: 10px;
    width: 100%;
    padding-bottom: 10px;
    padding-left: 10px;
    position: relative;
}

.modal__form-control-label {
    font-size: 16px;
    font-family: "ProximaNova Semibold";
    color: rgb(90, 90, 90);
    font-weight: 600;
    line-height: 1.2;
    padding-left: 10px;
    position: absolute;
    top: 15px;
    -webkit-transition: 0.2s ease all;
    transition: 0.2s ease all;
}

.modal__form-control:focus~.modal__form-control-label,
.modal__form-control:focus~.modal__form-control-label:active {
    margin-top: -10px;
    font-size: 14px;
    top: 0;
}

.modal__form-control:focus {
    outline: none;
}

.modal__form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 16px;
    font-family: "Proxima Nova Lt";
    color: rgb(90, 90, 90);
    font-weight: 600;
    line-height: 1.2;
    padding-left: 10px;
}

.modal__form-control::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 16px;
    font-family: "Proxima Nova Lt";
    color: rgb(90, 90, 90);
    font-weight: 600;
    line-height: 1.2;
    padding-left: 10px;
}

.modal__form-control:-ms-input-placeholder {
    /* IE 10+ */
    font-size: 16px;
    font-family: "Proxima Nova Lt";
    color: rgb(90, 90, 90);
    font-weight: 600;
    line-height: 1.2;
    padding-left: 10px;
}

#customerModalInputTel::-webkit-input-placeholder {
    
    font-size: 24px;
}

#customerModalInputTel::-moz-placeholder {
    
    font-size: 24px;
}

#customerModalInputTel:-ms-input-placeholder {
    
    font-size: 24px;
}

#customerModalInputTel::-ms-input-placeholder {
    
    font-size: 24px;
}

#customerModalInputTel::placeholder {
    
    font-size: 24px;
}

.modal-footer {
    border: none;
    padding-bottom: 55px;
}

.modal__button {
    font-family: "Proxima Nova Rg";
    width: 300px;
    height: 55px;
    border: none;
    border-radius: 28px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(60, 171, 71, 1)), to(rgba(168, 232, 84, 1)));
    background: linear-gradient(to right, rgba(60, 171, 71, 1) 0%, rgba(168, 232, 84, 1) 100%);
    color: black;
    margin: 0px auto !important;
    font-weight: 700;

}

.modal__button_hover:hover {
    box-shadow: 0px 0px 19px -12px rgba(82, 129, 44, 1);
    cursor: pointer;
    -webkit-transition: -webkit-box-shadow .5s ease-in-out;
    -moz--transition: -moz-box-shadow .5s ease-in-out;
    -webkit-transition: box-shadow .5s ease-in-out;
    transition: box-shadow .5s ease-in-out;
    box-shadow: 0px 0px 23px -8px rgba(82, 129, 44, 1);
}

.portfolio__modal-title {
    text-transform: uppercase;
    color: #3f4640;
    font-size: 16px;
}

.portfolio__modal-body p {
    font-size: 14px;
    color: #333333;
}

.modal__wrapper {
    background: #fff;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 220;
    max-width: 800px;
    -webkit-transition: .3s;
    transition: .3s;
}

.modal-project__controls {
    margin-top: 40px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    text-transform: uppercase;
}

.modal-project__controls span {
    cursor: pointer;
}

.modal-project__controls .previous::before {
    content: '';
    background-image: url(./images/arrow_modal-project.png);
    background-size: contain;
    background-repeat: no-repeat;
    padding: 10px 0 0 10px;
    display: inline-block;
    width: 30px;
}

.modal-project__controls .next::after {
    content: '';
    background-image: url(./images/arrow_modal-project.png);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    background-size: contain;
    background-repeat: no-repeat;
    padding: 10px 0 0 10px;
    display: inline-block;
    width: 30px;
}

.about {
    background-color: #ffffff;
}

.about__wrap {
    width: 100%;
    /*background-image: url('./images/about.png');*/
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 100px;
    padding-bottom: 100px;
    padding-top: 70px;
}

.about__title {
    font-size: 40px;
    font-family: "Proxima Nova Bl";
    color: rgb(46, 48, 46);
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 30px;
}

.about__text {
    font-size: 24px;
    font-family: "Proxima Nova Lt";
    color: rgb(46, 48, 46);
    line-height: 1.2;
    text-align: center;
    font-weight: 600;
    
}

.about__text p {
    margin-bottom: 25px;
}

.about__logo {
    width: 50%;
    margin-bottom: 100px;
}

.about__logo-img {
    width: 100%;
    height: auto;
}

/*___________________statistics-START______________*/
.overview {
    position: relative;

}

.overview__wrap {
    background-color: #f3f3f3;

}


.overview__title-wrap {
    margin-bottom: 40px;
    padding-top: 110px
}

.overview__title {
    font-size: 40px;
    font-family: "Proxima Nova Bl";
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 30px;

    color: #262727;
}

.overview__title-caption {
    font-size: 24px;
    font-family: "Proxima Nova Lt";
    color: #262727;
    line-height: 1.2;
    text-align: center;

    opacity: .95;
}


.statistics {
    position: relative;
    padding-top: 110px;
}

.statistics__wrap {
    background-color: #f3f3f3;
    padding-bottom: 110px;
}


.statistics__title-wrap {
    margin-bottom: 40px;
}

.statistics__title {
    font-size: 40px;
    font-family: "Proxima Nova Bl";
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 30px;

    color: #262727;
}

.statistics__title-caption {
    font-size: 24px;
    font-family: "Proxima Nova Lt";
    color: #262727;
    line-height: 1.2;
    text-align: center;

    opacity: .95;
}

.statistics__text-first {
    font-size: 24px;
    
    text-align: center;
    color: #262727;
    margin-bottom: 50px;
}

.statistics__text-second {
    
    text-align: center;
    color: #262727;
    font-size: 24px;
    font-weight: 600;
}

.statistics__projects {
    font-size: 40px;
    font-family: "Proxima Nova Rg";
    color: #262727;
    font-weight: 600;
}

.statistics-data__marks {
    display: -webkit-box;
    display: flex;
    justify-content: center;
    margin: 0 15px 50px 15px;
    ;
    align-items: center;
}

.statistics-data__mark {
    max-width: 422px;
    border: 0;
    border-radius: 28px;
    color: #262727;
    background: #ffffff;
    height: 55px;
    margin: 0 15px 30px 15px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
}

.statistics-data-icon {
    width: 33px;
    height: 33px;
    align-self: center;
    margin-right: 15px;
}

.statistics-data__mark-point {
    
    line-height: 55px;
    font-size: 16px;
    font-family: "Proxima Nova Lt";
    align-self: center;
}

/*statistic chart start*/
.statistics-data__chart {
    height: 335px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    align-items: flex-end;
    color: #fff;
    
    margin-bottom: 30px;
    overflow: hidden;
}

.statistics-data__chart span {
    margin-bottom: 5px;
    font-size: 16px;
}

.statistics__project_text {
    color: #d1d1d1;
    text-align: center;
    font-size: 24px;
    
}

.statistics__project_text.main {
    margin-bottom: 110px;
}

.negative {
    width: 50%;
    background: #ff7d7d;
    text-align: center;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
}

.positive {
    background: #56d84d;
    width: 50%;
    text-align: center;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
}


.chart-item-1 .negative {
    height: 80%;
}

.negative span::before,
.positive span::before {
    font-weight: 700;
}

.chart-item-1 .negative span::before {
    content: "40";
}

.chart-item-1 .positive {
    height: 40%;
}

.chart-item-1 .positive span::before {
    content: "20";
}

.chart-item-2 .negative {
    height: 60%;
}

.chart-item-2 .negative span::before {
    content: "30";
}

.chart-item-2 .positive {
    height: 30%;
}

.chart-item-2 .positive span::before {
    content: "15";
}

.chart-item-3 .negative {
    height: 40%;
}

.chart-item-3 .negative span::before {
    content: "20";
}

.chart-item-3 .positive {
    height: 90%;
}

.chart-item-3 .positive span::before {
    content: "45";
}

.chart-item-4 .negative {
    height: 20%;
}

.chart-item-4 .negative span::before {
    content: "10";
}

.chart-item-4 .positive {
    height: 40%;
}

.chart-item-4 .positive span::before {
    content: "20";
}

.statistic-bg-line {
    position: relative;
    width: 100%;
}

/*statistic chart end*/
.statistics-data__caption-wrap {
    min-height: 270px;
    padding: 35px 18px 0px;
    background-color: #ffffff;
    overflow: hidden;
}

.statistics-data__caption-wrap ul {
    overflow: hidden;
    -webkit-padding-start: 21px;
    padding-inline-start: 21px;
    margin-bottom: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    justify-content: space-around;
}

.statistics-data__caption-wrap li {
    color: #262727;
    list-style: none;
    margin: 5px 0;
    position: relative;
}

#carouselStatistics .carousel-indicators li {
    margin-left: 16px;
    margin-right: 16px;
}

#carouselStatistics .carousel-indicators .active {
    background-color: #ffffff !important;
}

/*___________________statistics-END______________*/

/*___________________services-START______________*/
.services {
    display: block;
    margin-top: 80px;
   
}

.services__wrap {
    background-color: white;
}

.services__title-wrap {

    margin-bottom: 0;
    text-align: center;
}
.services__title {
    font-size: 40px;
    font-family: "Proxima Nova Bl";
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    

    color: #262727;
}
.services__subtitle {
    font-size: 24px;
    color: #6a6a6a;
    font-family: "Proxima Nova Lt";
    margin-bottom: 30px;
    font-weight: 600;
}


.services__text {
    font-size: 24px;
    font-family: "Proxima Nova Lt";
    color: rgb(90, 90, 90);
    line-height: 1.2;
    text-align: center;
    width: 97%;
    font-weight: 600;

    margin-bottom: 100px;
}

.services-info-block {
    display: flex;
    flex-wrap: wrap;
    background-color: #f3f3f399;
}

.nav-services-tabs {
    margin-bottom: 2rem;
}


.services-info-wrap {
    width: 100%;
    /* background-color: #f3f3f399; */
    /*calc(100% / 2);
    position: relative;
    /* height: 510px; */
    /* display:flex; */
    /* margin-bottom: 132px; */
}

.services-info-wrap:last-child {
    margin-bottom: 0;
}



.services-info ul {
   padding: 24px 0  0;
}

.services-info li {
    margin-left: 10px;
    margin-bottom: 12px;
    display: -webkit-box;
    display: flex;
    line-height: 50px;
}

.services-info__image-mob {
   width: 100%;
   border-radius: 4px;
}

.services-info__image-block {
    /* max-width: 569px;
    width: 59%;
    height: 642px; */
    position: absolute;
    left: 0;

    /* background-repeat: no-repeat; */
    background-position-x: right;
    background-size: cover;
    height: 450px;
    width: 430px;

}

.services-info__title {
    font-family: "Proxima Nova Lt";
    font-weight: 600;
    width: 45%;
    position: absolute;
    bottom: 50px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    align-content: flex-end;
    -webkit-box-align: end;
    align-items: flex-end;
    left: 80px;
    color: #000;
}

.services-info__title:nth-child(2) {
    text-align: right;
}

.services-info__title h3 {
    font-size: 40px;
    font-family: "Proxima Nova Lt";
    color: rgb(255, 255, 255);
    line-height: 1.5;
    font-weight: 600;

    margin-right: 20;
}

.services-info__button a {
    color: #262727;
    text-decoration: none;
}

.services-info__button a:hover {
    text-decoration: none;
}

.services-info__button {
    width: 165px;
    border: 1px solid #52812c;
    border-radius: 28px;
    background: #fff;
    color: #262727;
    height: 37px;
    margin-bottom: 20px;
    cursor: pointer;
    -webkit-transition: -webkit-box-shadow .5s ease-in-out;
    -moz--transition: -moz-box-shadow .5s ease-in-out;
    -webkit-transition: box-shadow .5s ease-in-out;
    transition: box-shadow .5s ease-in-out;
    margin-top: 12px;
}

.services-info__button_hover:hover {
    box-shadow: 0px 0px 23px -8px rgba(82, 129, 44, 1);
}

.services-info h3 {
    margin-top: 20px;
    margin-right: 14%;
    font-size: 30px;
    margin-bottom: 20px;
}

.services-info li {
    font-size: 16px;
    font-weight: 600;
    color: #262727;
    line-height: 20px;
    text-align: left;
    
    display: flex;
    align-items: center;
}

.services-info img {
    width: 30px;
    height: 30px;
    vertical-align: bottom;
    margin-right: 16px;
}

/*___________________services-END______________*/

/*___________________functionality-START______________*/
.functionality {
    margin-top: -80px;
    width: 100%;
    /* background-color: #262727; */
    overflow: hidden;

}

.functionality__block {
    background-color: white;
    /* clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 88%);
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 88%); 
    min-height: 500px;*/
}

.functionality-wrap {
    /* background-image: url('./images/green__bg2.png');*/
    background-repeat: no-repeat;
    background-position-x: right;
    background-size: cover;
    /*min-height: 560px;*/
    margin-top: -1px;
}

.functionality__title-block {
    /* background-image: url('./images/gray-background.png');*/
    background-repeat: no-repeat;
    background-position-x: -75%;
    background-size: cover;
    padding-top: 78px;
    padding-bottom: 34px;
}

.functionality__title {
    font-size: 40px;
    font-family: "Proxima Nova Bl";
    color: rgb(46, 48, 46);
    font-weight: bold;
    line-height: 0.75;
    padding-left: 0;

    text-align: left;
    margin: 0;
    margin-top: 66px;
}

.functionality__text {
    padding-top: 30px;
}

.functionality__text p {
    font-size: 16px;
    color: #262727;
    
    font-weight: 400;
    padding-right: 30px;
}

.functionality__form {
    padding-top: 45px;
}

.functionality__form input {
    font-family: "ProximaNova Semibold";
}

.functionality__form input::placeholder {
    color: #5e6262;
}

.customerInputName-wrap,
.customerInputEmail-wrap {
    position: relative;
}

.functionality__form .form-control-label {
    position: absolute;
    top: 10px;
    font-family: "ProximaNova Semibold";
    color: #5e6262;
    padding-left: 22px;
    font-size: 16px;
    -webkit-transition: 0.2s ease all;
    transition: 0.2s ease all;
}

.functionality__form input:focus~label,
.functionality__form input~label:active {
    margin-top: -10px;
    font-size: 14px;
    top: 0;
}

label.form-control-label.active-form-control-label {
    font-size: 14px;
    margin-top: -10px;
    top: 0px;
}

.form-group input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-family: "ProximaNova Semibold";
    padding: 10px 0;
}

.form-group input::-moz-placeholder {
    /* Firefox 19+ */
    font-family: "ProximaNova Semibold";
    padding: 10px 0;
}

.form-group input:-moz-placeholder {
    /* Firefox 18- */
    font-family: "ProximaNova Semibold";
    padding: 10px 0;
}

.form-group input:-ms-input-placeholder {
    /* IE 10+ */
    font-family: "ProximaNova Semibold";
    padding: 10px 0;
}

#contactUsForm input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    padding: 10px 0;
}

#contactUsForm input::-moz-placeholder {
    /* Firefox 19+ */
    padding: 10px 0;
}

#contactUsForm input:-moz-placeholder {
    /* Firefox 18- */
    padding: 10px 0;
}

#contactUsForm input:-ms-input-placeholder {
    /* IE 10+ */
    padding: 10px 0;
}

#consultingForm input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    padding-left: 0px;
}

.form-control {
    font-size: 16px;
    font-family: "Proxima Nova Lt";
    color: #dedede;
    line-height: 1.2;
    padding-left: 22px;
    border-bottom: 1px solid #dedede;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    background: none;
    border-radius: 0px;
    margin-bottom: 10px;
}

.form-control:focus {
    background-color: inherit;
    border-color: #3bb433;
    outline: 0;
    box-shadow: none;
    color: #fff;
    font-weight: 500;
}

.form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 16px;
    font-family: "Proxima Nova Lt";
    color: rgb(255, 255, 255);
    line-height: 1.2;
}

.form-control::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 16px;
    font-family: "Proxima Nova Lt";
    color: rgb(255, 255, 255);
    line-height: 1.2;
}

.form-control:-ms-input-placeholder {
    /* IE 10+ */
    font-size: 16px;
    font-family: "Proxima Nova Lt";
    color: rgb(255, 255, 255);
    line-height: 1.2;
}

#customerInputTel::-webkit-input-placeholder {
    
    font-size: 24px;
}

#customerInputTel::-moz-placeholder {
    
    font-size: 24px;
}

#customerInputTel:-ms-input-placeholder {
    
    font-size: 24px;
}

#customerInputTel::-ms-input-placeholder {
    
    font-size: 24px;
}

#customerInputTel::placeholder {
    
    font-size: 24px;
}

.functionality__button {
    width: 100%;
    border-radius: 50px;
    background-color: rgb(35, 170, 25);
    color: #fff;

    /*height: 55px;*/
    padding: 15px 0;
    margin-bottom: 20px;
    cursor: pointer;
    -webkit-transition: -webkit-box-shadow .5s ease-in-out;
    -moz--transition: -moz-box-shadow .5s ease-in-out;
    -webkit-transition: box-shadow .5s ease-in-out;
    transition: box-shadow .5s ease-in-out;
    margin-top: 30px;
    position: relative;
    z-index: 20;
    overflow: hidden;
    text-align: center;
}

.functionality__button:hover {
    background-color: #3bc431;
    box-shadow: 0px 0px 23px -8px rgba(82, 129, 44, 1);
}

/* .functionality__button:after {
    background: #98ff45;
    content: "";
    height: 155px;
    left: -75px;
    opacity: .2;
    position: absolute;
    top: -50px;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
    -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: -10;
}

.functionality__button:hover:after {
    left: 120%;
    -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
} */

.functionality__btn-icon {
    width: 24px;
    height: auto;
    margin-right: 3px;
}

.functionality__button span {
    font-size: 16px;
    font-family: "Proxima Nova Rg";
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 1.2;
    
}



/*___________________functionality-END______________*/
/*___________________gallery-START______________*/


.gallery {
    background-color: #dedede;
    padding-top: 30px;
}

.gallery__wrap {
    padding-bottom: 50px;
}

.gallery__title {
    font-size: 40px;
    font-family: "Proxima Nova Bl";
    color: #262727;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;

    margin-top: 50px;
}

.gallery-categories {
    padding: 0;
    padding-top: 45px;
}

.gallery-categories__item {
    /* list-style-image: url(./images/white-line.svg);
    list-style-position: inside; */
    list-style: none;
    width: 100%;
    font-size: 16px;
    font-family: "Proxima Nova SemiBold";
    color: #262727;

    line-height: 1.2;
    margin-bottom: 32px;
    cursor: pointer;
    font-weight: 500;
    padding-left: 0;
    display: flex;
    align-items: center;
}

.gallery-categories__item a {
    padding-left: 30px;
    width: 80%;
}

.gallery-categories__item-marker {
    max-width: 48px;
    width: 100%;
    height: 1px;
    background-color: #262727;
    display: block;
    margin-right: 20px;
}

.gallery-categories__item.active-item .gallery-categories__item-marker {
    max-width: 68px;
    background-color: #3bb433;
    margin-right: 0;
}

.active-item,
.gallery-categories__item_hover:hover {
    color: #3bb433;
    /*transform: scale(1.1) translateX(22px);
    -webkit-transform: scale(1.1) translateX(22px);
    -moz--transform: scale(1.1) translateX(22px);*/
    transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz--transition: all 0.2s ease-out 0s;
}

.active-item a {
    /* font-size: 24px; */
    font-family: "Proxima Nova Bl";
}

.gallery-categories__item:active,
.gallery-categories__item:focus {
    color: #3bb433;
    font-weight: 600;
    transform: scale(1.1) translateX(22px);
    transition: all 2s ease-out 1s;
    -webkit-transform: translateX(2px);
    -moz--transform: translateX(22px);
}

.gallery-slider {
    padding-top: 50px;
}

.gallery-slider__image {
    width: 100%;
}

.gallery-slider__text {
    font-size: 16px;
    font-family: "Proxima Nova SemiBold";
    color: #262727;
    line-height: 1.75;
   
    margin-top: 48px;
}

.gallery__icon-bottom {
    width: 100%;
    height: auto;
    background-color: white;
    margin-bottom: -1px;
}

.gallery .gallery-slider .carousel-indicators {
    display: none;
    margin: 0 auto;
    -webkit-box-pack: center;
    justify-content: center;
    width: 65%;
}

.gallery .gallery-slider .carousel-indicators li {
    width: 0;
    height: 25px;
    margin-left: 10px;
    margin-right: 20px;
}


/*___________________gallery-END______________*/
/*___________________functionality-extra-START______________*/

.functionality-extra {
    background-color: #fff;
    padding-bottom: 200px;
    overflow: hidden;
}

.functionality-extra__title {
    font-size: 40px;
    font-family: "Proxima Nova Bl";
    color: rgb(46, 48, 46);
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 80px;
    margin-top: 110px;
}

.extra-services-wrap {
    background-image: url('./images/extra-services.png');
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding-top: 96px;
    padding-bottom: 130px;
    background-repeat: no-repeat;
    background-size: cover;
}

.extra-services {
    /* padding: 84px 97px 130px 98px; */
    height: auto;
    width: 83%;
}

.card {
    background-color: inherit;
    border: none;
    border-radius: 0px;
    margin-bottom: 55px;
}

.card-header {
    display: -webkit-box;
    display: flex;
    position: relative;
    border: none;
    background-color: #c1c2c2;
    -webkit-box-align: center;
    align-items: center;
    border-radius:  32px!important;
}

.card__number {
    display: -webkit-box;
    display: flex;
    position: absolute;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    font-size: 40px;
    font-family: "Proxima Nova Rg";
    color: #bfbfbf;
    font-weight: bold;
    line-height: 1.2;
    border: 1px solid #223d20;
    border-radius: 45px;
    bottom: 15px;
    left: 85px;
}

.card-link {
    display: -webkit-box;
    display: flex;
    width: 100%;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-decoration: none;
}

.card-link__title {
    font-size: 24px;
    font-weight: 600;
    font-family: "Proxima Nova Lt";
    line-height: 1.2;
    text-align: left;

    background: -webkit-gradient(linear, left top, right top, from(rgba(60, 171, 71, 1)), to(rgba(168, 232, 84, 1)));
    background: linear-gradient(to right, rgba(60, 171, 71, 1) 0%, rgba(168, 232, 84, 1) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    width: 90%;
    margin: 0px;
    margin-left: 200px;
}

.card-link__icon {
    width: 35px;
    height: auto;
}

.card__show-btn {
    color: #fff;
    background-color: #000;
    width: 10%;
    height: auto;
    border: none;
    /*transform: rotate(180deg);*/
    position: relative;
    background-image: url("./images/arrow_large.svg");
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.card__show-btn:hover {
    background-image: url("./images/arrow-green.svg");
}

.card__show-btn:focus {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    outline: none;
}

.collapsed .card__show-btn {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.collapse {
  &:not(.show) {
    display: none;
  }
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition : height .35s ease;
}

.card-body {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: 100%;
    height: auto;
    padding: 0px;
}

#accordion .card-body {
    padding-top: 50px;
    background-color: #f2f2f2;
}

.card-body__image {
    width: 100%;
    height: auto;
    -o-object-fit: scale-down;
    object-fit: scale-down;
}

.card-body__text {
    font-size: 16px;
    width: 90%;
    margin: 0 auto;
    font-family: "Proxima Nova Rg";
    color: rgb(26, 28, 26);
    line-height: 1.2;
    margin-top: 30px;
}

.card-body__rubric {
    font-size: 16px;
    font-family: "Proxima Nova Rg";
    color: rgb(35, 170, 25);
    line-height: 1.2;
    text-align: center;
    margin: 0 auto;
    margin-top: 22px;
    margin-bottom: 22px;
}

.card-body__links {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    font-size: 16px;
    font-family: "Proxima Nova Rg";
    color: rgb(222, 147, 49);
    line-height: 3.2;
    text-align: center;
    margin-bottom: 100px
}


.card-body__link {
    font-size: 16px;
    /* font-family: "Myriad Pro"; */
    color: rgb(26, 28, 26);
    line-height: 1.2;
    text-align: center;
    line-height: 2.2;
    text-align: center;
    text-decoration: underline;
}

.card-body__link:hover {
    color: #56d84d;
}

.card-body__button {
    width: 100%;
    height: 56px;
    border: none;
    background-color: #56d84d;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #fff;
    background-image: url('./images/arrow.png');
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.card-body__button:hover {
    background-position: center 57%;
}

.card-body__button:focus {
    outline: none;
}

/*___________________functionality-extra-END______________*/
/* #region consulting */
.consulting {
    background-color: #fff;
    padding-bottom: 25px;
    display: block;
    overflow: hidden;
}

.consulting__wrap {
    width: 100%;
    min-height: 350px;
    /*background-image: url('./images/bg_form.png');
        background-image: url('./images/form-feedback-bg.png');*/
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    background-position-y: bottom;
}

.consulting__photo {
    background-image: url(./images/consult-bg.png);
    background-size: contain;
    width: 80%;
    min-height: 349px;
    background-repeat: no-repeat;
    background-position: bottom;
}

.consulting__manager-info {
    position: absolute;
    top: 65%;
    left: 12%;
    width: 13%;
    font-family: 'Proxima Nova Rg';
    color: #fff;
    
}

.consulting__manager-name {
    font-size: 16px;
    font-family: 'ProximaNova Semibold';
}

.consulting-form-wrap {
    background-image: url('./images/bg_form-g.png');
    background-repeat: no-repeat;
    background-size: auto;
    background-position-y: bottom;
    position: absolute;
    bottom: -3px;
    right: 0px;
    height: 417px;
    width: 61%;
}

.consulting__form {
    width: 417px;
    margin: 100px 7% 0px auto;
}

.customerConsultInputName-wrapper {
    position: relative;
    margin-left: 27px;
}

.customerConsultInputName-wrapper .form-control-label {
    position: absolute;
    top: 0;
    left: 16px;
    padding-left: 20px;
    font-family: "ProximaNova Semibold";
    font-size: 16px;
    color: #6c6c6c;
    border: none;
    -webkit-transition: 0.2s ease all;
    transition: 0.2s ease all;
}

.customerConsultInputName-wrapper .consulting__form-control:focus~.form-control-label {
    font-size: 14px;
    margin-top: -10px;
    top: 0px;
}

.consulting__title {
    font-size: 30px;
    font-family: "Proxima Nova Lt";
    color: rgb(18, 18, 18);
    line-height: 1;
    text-align: center;
    font-weight: 600;

    margin-left: 50px;
    margin-bottom: 25px;
}

.consulting__form-control {
    font-size: 16px;
    font-family: "ProximaNova Semibold";
    font-weight: 600;
    color: #6c6c6c;
    line-height: 1.2;
    border-bottom: 1px solid #989898;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    background: none;
    border-radius: 0px;
    margin-bottom: 10px;
    width: 80%;
    margin-left: 27px;
    padding-bottom: 6px;
    padding-left: 10px;
}

.consulting__form-control:nth-child(2) {
    margin-left: 60px;
}

.consulting__form-control:focus {
    background-color: inherit;
    border-color: rgb(245, 249, 253);
    outline: 0;
    box-shadow: none;
    color: #6c6c6c;
    font-weight: 500;
}

.consulting__form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 16px;
    font-family: "ProximaNova Semibold";
    font-weight: 600;
    padding-bottom: 15px;
    color: #6c6c6c;
    line-height: 1.2;
    padding-left: 10px;
}

.consulting__form-control::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 16px;
    font-family: "ProximaNova Semibold";
    font-weight: 600;
    padding-bottom: 15px;
    color: #6c6c6c;
    line-height: 1.2;
    padding-left: 10px;
}

.consulting__form-control:-ms-input-placeholder {
    /* IE 10+ */
    font-size: 16px;
    font-family: "ProximaNova Semibold";
    font-weight: 600;
    padding-bottom: 15px;
    color: #6c6c6c;
    line-height: 1.2;
    padding-left: 10px;
}

#customerConsultInputName::-webkit-input-placeholder {

    font-size: 24px;
    padding-bottom: 15px;
}

#customerConsultInputName::-moz-placeholder {

    font-size: 24px;
    padding-bottom: 15px;
}

#customerConsultInputName:-ms-input-placeholder {

    font-size: 24px;
    padding-bottom: 15px;
}

#customerConsultInputName::-ms-input-placeholder {

    font-size: 24px;
    padding-bottom: 15px;
}

#customerConsultInputName::placeholder {

    font-size: 24px;
    padding-bottom: 15px;
}

.consulting__button {
    width: 85%;
    border: 1px solid #fff;
    border-radius: 28px;
    background-color: #fff;
    height: 55px;
    margin-bottom: 20px;
    cursor: pointer;
    margin-top: 30px;
    position: relative;
    z-index: 20;
    overflow: hidden;
}

.consulting__button:after {
    background: #98ff45;
    content: "";
    height: 155px;
    left: -75px;
    opacity: .2;
    position: absolute;
    top: -50px;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
    -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: -10;
}

.consulting__button:hover:after {
    left: 120%;
    -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.consulting__button span {
    font-size: 16px;
    font-family: "Proxima Nova Rg";
    color: #262727;
    font-weight: bold;
    line-height: 1.2;
;
}


/* .consulting__button_hover:hover {
    -webkit-transition: -webkit-box-shadow .5s ease-in-out;
    -moz--transition: -moz-box-shadow .5s ease-in-out;
    transition: box-shadow .5s ease-in-out;
    -webkit-box-shadow: 0px 0px 23px -8px rgba(82, 129, 44, 1);
    -moz-box-shadow: 0px 0px 23px -8px rgba(82, 129, 44, 1);
    box-shadow: 0px 0px 23px -8px rgba(82, 129, 44, 1);
} */




/* #endregion consulting */

/*___________________implementation-START______________*/

.implementation {
    padding-top: 80px;
    /* padding-bottom: 100px; */
    background-color: #fff;
}

.implementation__title {
    font-size: 40px;
    font-family: "Proxima Nova Bl";
    color: rgb(46, 48, 46);
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
   
}

.implementation__item {
    margin: 43px auto;
}

.implementation__item-number-general-wrap {
    position: absolute;
    left: -48px;
}

.implementation__item-number-wrap {
    font-size: 24px;
    font-family: "Proxima Nova Rg";
    font-weight: bold;
    text-align: left;
    width: 33px;
    height: 26px;
    position: relative;
    left: 0;
    bottom: 0;
}

.implementation__item-number {
    display: block;
    color: rgb(212, 212, 212);
    line-height: 1.2;
}

.implementation__item-number-shadow {
    display: block;
    color: #f6f6f6;
    position: absolute;
    top: 0px;
    right: 0;
}

.implementation__item-icon-wrap {
    height: 125px;
    position: relative;
    max-width: 85px;
    margin: 0;
    margin-left: 48px;
}

.implementation__item-icon {
    display: block;
    height: 105px;
    width: 100%;
    object-fit: contain;
    max-width: 85px;
    margin: 0;
}

.implementation__item-title {
    font-size: 24px;
    font-family: "Proxima Nova Rg";
    font-weight: bold;
    line-height: 1;
    text-align: left;
    background: -webkit-gradient(linear, left top, right top, from(rgba(60, 171, 71, 1)), to(rgba(168, 232, 84, 1)));
    background: linear-gradient(to right, rgba(60, 171, 71, 1) 0%, rgba(168, 232, 84, 1) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    margin-bottom: 12px;
    margin-top: 15px;

    /* height: 50px; */
}

.implementation__item ul {
    padding: 0;
    list-style-position: inside;
}

.implementation__item ul li {
    font-weight: 600;
    font-size: 16px;
}

.implementation__theses {
    font-size: 16px;
    font-family: "Proxima Nova Lt";
    color: rgb(26, 28, 26);
    line-height: 1.2;
    text-align: center;
    -webkit-padding-start: 11px;
    padding-inline-start: 11px;
    list-style-type: none;
}

.implementation__thesis {
    font-weight: 500;
    list-style-position: inside;
    margin-bottom: 11px;
}

#implementationCarousel .carousel-indicators li {
    margin-left: 7px;
    margin-right: 7px;
}

.implementation__button {
    width: 296px;
    height: 55px;
    border: none;
    border-radius: 28px;
    background-color: #3bb431;
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: 700;
    background-size: 200% auto;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    font-size: 16px;
    padding: 12px 14px 15px 14px;
    text-decoration: none;
    text-align: center;
}

.implementation__button:hover {
    text-decoration: none;
    background-color: #3BC431;
    color: #ffffff;
    box-shadow: 0px 0px 23px -8px rgba(82, 129, 44, 1);

}
   

/* .implementation__button_hover:hover{
    -webkit-box-shadow: 0px 0px 19px -12px rgba(82,129,44,1);
    -moz-box-shadow: 0px 0px 19px -12px rgba(82,129,44,1);
    box-shadow: 0px 0px 19px -12px rgba(82,129,44,1);
    cursor: pointer;
    -webkit-transition: -webkit-box-shadow .5s ease-in-out;
    -moz--transition: -moz-box-shadow .5s ease-in-out;
    transition: box-shadow .5s ease-in-out;
} */

/*___________________implementation-END______________*/

/*___________________portfolio-START______________*/
.portfolio {
    background-color: #fff;
    padding-bottom: 50px;
    position: relative;
}

.portfolio__title {
    font-size: 40px;
    font-family: "Proxima Nova Bl";
    color: rgb(46, 48, 46);
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    margin-top: 80px;
    margin-bottom: 51px;
}


/*___________________brand_slider-START________________*/
.main-slider__icon-wrap {
    height: auto;
    position: relative;
}

.slick-current.slick-active.slick-center .main-slider__icon-wrap {
    position: relative;
}

/* .slick-current.slick-active.slick-center::after {
    content: '';
    width: 35px;
    height: 35px;
    background: #000;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 96%;
} */
.main-slider__icon {
    width: 100%;
    height: auto;
    display: block !important;
    object-fit: cover;
    cursor: pointer;
}

.main-slider__caption {
    font-size: 16px;
    font-family: "Proxima Nova Rg";
    color: rgb(141, 141, 141);
    line-height: 1.2;
    text-align: center;
    margin-top: 25px;

}

.slider {
    position: relative;
    z-index: 200;
    height: 395px;
}

.item.slick-slide {
    width: 568px;
    height: 350px !important;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
    position: relative;
}

.item.slick-slide {
    -webkit-transform: scale(0.7) translate(640px);
    transform: scale(0.7) translate(640px);
    opacity: .55;
}

.item.slick-slide:after,
.item.slick-slide.slick-center+.slick-slide+.item.slick-slide:after {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
}

.item.slick-slide.slick-center+.slick-slide {
    -webkit-transform: scale(0.8) translate(-250px);
    transform: scale(0.8) translate(-250px);
    opacity: .95;
    z-index: 10;
}

.item.slick-slide.slick-center+.slick-slide .main-slider__icon-wrap:after {
    opacity: 0;
}

.item.slick-slide.slick-center+.slick-slide+.item.slick-slide {
    -webkit-transform: scale(0.7) translate(-640px);
    transform: scale(0.7) translate(-640px);
    z-index: 5;
}

.item.slick-slide.slick-active {
    -webkit-transform: scale(0.8) translate(250px);
    transform: scale(0.8) translate(250px);
    opacity: .95;
}

.item.slick-slide.slick-active .main-slider__icon-wrap:after {
    opacity: 0;
}

.item.slick-slide.slick-center {
    -webkit-transform: scale(1);
    transform: scale(1);
    z-index: 30;
    opacity: 1;
}

.item.slick-slide.slick-center:focus,
.item.slick-slide:focus {
    outline: none;
}

.slick-center .main-slider__icon-wrap:after {
    opacity: 0;
}

.item.slick-slide.slick-center .main-slider__caption {
    font-size: 24px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(60, 171, 71, 1)), to(rgba(168, 232, 84, 1)));
    background: linear-gradient(to right, rgba(60, 171, 71, 1) 0%, rgba(168, 232, 84, 1) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

.slick-dots li button:before {
    height: 30px !important;
    content: '|' !important;
    color: #dedede !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    opacity: 1 !important;
}

.slick-dots li:hover button:before {
    color: #5a5a5a !important;
}

.slick-dots li.slick-active button:before {
    opacity: 1 !important;
    color: #56d84d !important;
    font-size: 24px !important;
}

/*___________________brand_slider-END________________*/

/*#region demo-test */

.demo-test {
    background-color: #fff;
    padding-top: 50px;
}

/*
.demo-test__delimiter {
    height: 5px;
    background-color: #56d84d;
    border: none;
    margin-bottom: -15px;
    -webkit-transform: rotate(-1.5deg);
            transform: rotate(-1.5deg);
} */

.demo-test-wrap {
    width: 100%;
    min-height: 500px;
    background-image: url('./images/bg_demo-test.png');
    padding-top: 115px;
    background-repeat: no-repeat;
    background-size: cover;
}

.demo-test-cont {
    max-width: 360px;
    width: 100%;
    text-align: center;
}

.demo-test__content {
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.demo-test__text-wrap {
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.demo-test__text br {
    display: none;
}

.demo-test__text {
    font-size: 24px;
    font-family: "Proxima Nova Lt";
    color: #262727;
    line-height: 1.5;
    text-align: left;
    width: 100%;
    overflow: hidden;
    
    opacity: .75;
    font-weight: 100;
}

.demo-test__caption {
    font-size: 30px;
    font-family: "Proxima Nova Rg";
    color: #262727;
    line-height: 1.2;
    width: 100%;
    /*  */
    margin-bottom: 10px;
}

.demo-test__title {
    font-size: 40px;
    font-family: "ProximaNova SemiBold";
    
    text-transform: uppercase;
    line-height: 1.2;
    background: -webkit-gradient(linear, left top, right top, from(rgba(60, 171, 71, 1)), to(rgba(168, 232, 84, 1)));
    background: linear-gradient(to right, rgba(60, 171, 71, 1) 0%, rgba(168, 232, 84, 1) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

.form-control {
    font-size: 16px;
    font-family: "Proxima Nova Lt";
    color: #262727;
    line-height: 1.2;
    border-bottom: 1px solid #dedede;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    background: none;
    border-radius: 0px;
    margin-bottom: 10px;
}

.form-control:focus {
    background-color: inherit;
    border-color: rgb(245, 249, 253);
    outline: 0;
    box-shadow: none;
    color: #262727;
    font-weight: 500;
}

.form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 16px;
    font-family: "Proxima Nova Lt";
    color: #262727;
    line-height: 1.2;
    padding-left: 10px;
}

.form-control::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 16px;
    font-family: "Proxima Nova Lt";
    color: #262727;
    line-height: 1.2;
    padding-left: 10px;
}

.form-control:-ms-input-placeholder {
    /* IE 10+ */
    font-size: 16px;
    font-family: "Proxima Nova Lt";
    color: #262727;
    line-height: 1.2;
    padding-left: 10px;
}

#customerDemoInputTel::-webkit-input-placeholder {
    
    font-size: 24px;
}

#customerDemoInputTel::-moz-placeholder {
    
    font-size: 24px;
}

#customerDemoInputTel:-ms-input-placeholder {
    
    font-size: 24px;
}

#customerDemoInputTel::-ms-input-placeholder {
    
    font-size: 24px;
}

#customerDemoInputTel::placeholder {
    
    font-size: 24px;
}

.demo-test__button {
    width: 100%;
    border-radius: 28px;
    background-image: -moz-linear-gradient(0deg, rgb(71, 221, 87) 0%, rgb(168, 232, 84) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(71, 221, 87) 0%, rgb(168, 232, 84) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(71, 221, 87) 0%, rgb(168, 232, 84) 100%);
    color: #262727;
    /*height: 55px;*/
    padding: 15px 0;
    margin-bottom: 20px;
    box-shadow: 0px 0px 19px -12px rgba(71, 221, 87, 1);
    cursor: pointer;
    margin-top: 12px;
    border: 0;
}

.demo-test__button span {
    font-size: 16px;
    font-family: "Proxima Nova Rg";
    color: #262727;
    font-weight: bold;
    line-height: 1.2;
    
}


.demo-test__button_hover:hover {
    -webkit-transition: -webkit-box-shadow .5s ease-in-out;
    -moz--transition: -moz-box-shadow .5s ease-in-out;
    -webkit-transition: box-shadow .5s ease-in-out;
    transition: box-shadow .5s ease-in-out;
    box-shadow: 0px 0px 23px -8px rgba(82, 129, 44, 1);
}


/*#endregion demo-test */

/*___________________reviews-START______________*/
.reviews {
    padding-top: 80px;
    background-color: #fff;
}

.reviews__title {
    font-size: 40px;
    font-family: "Proxima Nova Bl";
    color: #262727;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    /* margin-bottom: 60px; */
}

.reviews-slider {
    min-height: 368px;
    margin-bottom: 0;
   
}

.reviews-slider__client {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    margin-bottom: 45px;
    align-items: flex-end;
}

.reviews-slider__client-logo-wrap {
    width: 30%;
    -webkit-box-pack: center;
    justify-content: flex-start;
    display: -webkit-box;
    display: flex;
}

.reviews-slider__client-name {
    width: 90%;
    text-align: left;
    color: #262727;
    font-size: 16px;
    font-family: "Proxima Nova Rg";
    line-height: 1;
    font-weight: 400;
    margin: 0;
}

#reviewsSlider .carousel-indicators {
    top: 0;
    bottom: 0;
    height: 40px;
    right: 0;
    margin: 0;
    width: 140px;
    left: auto;
}

#reviewsSlider .carousel-item {
    min-height: 515px;
}

/* .carousel-item {
    margin-right: 0;
} */

#reviewsSlider .carousel-indicators li {
    margin-left: 10px;
    margin-right: 10px;
    width: 5px;
    height: 5px;
}

#reviewsSlider .carousel-indicators .active {
    width: 15px;
    height: 15px;
}

.reviews-slider__client-name span {
    font-size: 16px;
    font-weight: 400;
}

.reviews-slider__client-logo {
    height: 40px;
}

.reviews-slider__review-border {
    padding: 0;
    padding-top: 90px;
    background-image: url(./images/review-border.png);
    border-radius: 15px;
    background-repeat: no-repeat;
    background-size: contain;
}

.reviews-slider__review {
    margin-top: 0;
    width: 100%;
    min-height: auto;
    border-radius: 15px;
    padding: 30px;
    justify-content: flex-start;
    flex-wrap: wrap;
    display: -webkit-box;
    display: flex;
    background: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border: 2px solid #dedede;
    border-top: 0;
}

.reviews-slider__review-text-title {
    font-size: 24px;
    font-family: "ProximaNova SemiBold";
    color: rgb(0, 0, 0);
    line-height: 1.2;
    text-align: left;
    display: block;
    margin-bottom: 35px;
}

.reviews-slider__review-text {
    width: 100%;
    font-size: 16px;
    font-family: "ProximaNova SemiBold";
    color: rgb(0, 0, 0);
    line-height: 1.2;
    text-align: left;
    
    text-transform: inherit;
    position: relative;
    margin-bottom: 40px;
}

/* .reviews-slider__review-text::before {
    content: '';
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url('./images/review-marker.png');
    margin-right: 15px;
    display: inline-block;
} */
.carousel-indicators {
    bottom: -60px;
    display: -webkit-box;
    display: flex;
    align-content: center;
    -webkit-box-align: center;
    align-items: center;
}

.carousel-indicators li {
    width: 9px;
    height: 9px;
    border-radius: 10px;
    border: 1px solid #bfbfbf;
    background-color: #bfbfbf;
    margin-left: 21px;
    margin-right: 21px;
    cursor: pointer;
}

.reviews-slider .carousel-indicators li:hover {
    background-color: #56d84d;
}

.carousel-indicators .active {
    width: 23px;
    height: 23px;
    border-radius: 15px;
    border: 1px solid #75e256;
    background-color: #fff !important;
}

/*___________________reviews-END______________*/

/*___________________advantages-START______________*/
.advantages {
    background-color: #fff;
    overflow: hidden;
    padding-top: 0px;
}

.advantages-wrap {
    background-image: url('./images/advantages__bg.png');
    background-position-x: center;
    background-position-y: top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
    padding-top: 180px;
    padding-bottom: 180px;
}

.advantages__title {
    font-size: 40px;
    font-family: "Proxima Nova Bl";
    color: #262727;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    margin-top: -15px;
    margin-bottom: 110px;
}

.advantage {
    width: 100%;
    height: auto;
    min-height: 381px;
    background-image: url('./images/advantages__icon.png');
    background-position-x: center;
    background-repeat: no-repeat;
    padding-top: 80px;
    background-size: contain;
}

.advantage__icon {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    display: block;
}

.advantage__caption {
    font-size: 16px;
    font-family: "Proxima Nova Lt";
    color: #262727;
    font-weight: bold;
    line-height: 1.333;
    text-align: center;
    width: 195px;
    height: 68px;
    overflow: hidden;
    margin: 35px auto 45px auto;
    
}

.advantages__btn {
    font-family: "Proxima Nova Rg";
    width: 325px;
    height: 55px;
    border: none;
    border-radius: 28px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(60, 171, 71, 1)), to(rgba(168, 232, 84, 1)));
    background: linear-gradient(to right, rgba(60, 171, 71, 1) 0%, rgba(168, 232, 84, 1) 100%);
    color: black;
    margin-bottom: 20px;
    font-weight: 700;
    
    font-size: 16px;
    position: relative;
    -webkit-transition: background 0.2s, -webkit-transform ease-out 0.2s;
    transition: background 0.2s, -webkit-transform ease-out 0.2s;
    transition: transform ease-out 0.2s, background 0.2s;
    transition: transform ease-out 0.2s, background 0.2s, -webkit-transform ease-out 0.2s;
}

button.advantages__btn.advantages__btn_hover:after {
    content: '';
    display: block;
    width: 280px;
    height: 50px;
    position: absolute;
    width: 380px;
    height: 80px;
    top: -12px;
    left: -28px;
    border-radius: 40px;
    z-index: -1;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.advantages__btn_hover:hover {
    -webkit-transform: scale(0.93);
    transform: scale(0.93);
}

.advantages__btn_hover:hover::after {
    -webkit-animation: sonarEffect 1.3s ease-out 75ms;
    animation: sonarEffect 1.3s ease-out 75ms;
}

@-webkit-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }

    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(82, 129, 44, 0.1), 0 0 3px 3px rgba(82, 129, 44, 1), 0 0 0 3px rgba(255, 255, 255, 0.5);
    }

    100% {
        box-shadow: 0 0 0 2px rgba(82, 129, 44, 0.1), 0 0 5px 5px rgba(82, 129, 44, 1), 0 0 0 5px rgba(255, 255, 255, 0.5);
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
        opacity: 0;
    }
}

@keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }

    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(82, 129, 44, 0.1), 0 0 3px 3px rgba(82, 129, 44, 1), 0 0 0 3px rgba(255, 255, 255, 0.5);
    }

    100% {
        box-shadow: 0 0 0 2px rgba(82, 129, 44, 0.1), 0 0 5px 5px rgba(82, 129, 44, 1), 0 0 0 5px rgba(255, 255, 255, 0.5);
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
        opacity: 0;
    }
}

#cooperationForm input::-webkit-input-placeholder {
    padding: 10px 0;
}

#cooperationForm input:-ms-input-placeholder {
    padding: 10px 0;
}

#cooperationForm input::-ms-input-placeholder {
    padding: 10px 0;
}

.advantages-wrap .modal-content {
    width: 100%;
    max-width: 541px;
    border-radius: 0px;
    border: none;
    box-shadow: 0px 0px 7px 2px rgba(82, 129, 44, 1);
}

#cooperationModal .modal-title__uk {
    font-size: 16px;
   ;
}


#cooperationModal .modal-title__en {
    font-size: 16px;
}

/*___________________advantages-END______________*/

/*#region customers */

.customers {
    background-color: #fff;
    padding-top: 80px;
}

.customers__title {
    font-size: 40px;
    font-family: "Proxima Nova Bl";
    font-weight: bold;
    line-height: 1.2;
    text-align: center;

    color: #262727;
    background-clip: text;
    -webkit-background-clip: text;
}

.customers-block {
    display: block;
    margin-bottom: 50px;
}

.customer {
    min-height: 100px;
    display: flex;
    align-items: center;
}

.customer__logo-wrap {
    width: 100%;
    display: block;

}

.customer__logo {
    max-width: 198px;
    width: 98%;
    height: auto;
    max-height: 120px;
    margin: 0 auto;
    display: block;
}

#customerCarousel {
    min-height: 155px;
}

.customer-slider {
    display: none;
}

/* #endregion customers */

/*#region news */
.news-block {
    background-color: #fff;
    padding-bottom: 200px;
}

.news-block a {
    text-decoration: none;
}

.news-hr {
    display: block;
    height: 4px;
    background: #7ae355;
    left: 0;
    width: 100%;
}

.news-block__title {
    font-size: 40px;
    font-family: "Proxima Nova Bl";
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    margin-top: 95px;
    margin-bottom: 51px;
    color: #262727;
}

.news__title {
    font-size: 16px;
    font-family: "Proxima Nova Lt";
    color: rgb(46, 48, 46);
    line-height: 1.2;
    text-align: left;
    width: 100%;
    max-height: 115px;
    overflow: hidden;
    font-weight: 600;
    margin-top: 20px;
}

.news-caption {
    font-size: 16px;
    font-family: "Proxima Nova Lt";
    color: rgb(141, 141, 141);
    line-height: 1.2;
    width: 100%;
    max-height: 105px;
    overflow: hidden;
    margin-bottom: 20px;
}

.news__date {
    font-size: 12px;
    margin-bottom: 40px;
}

.news__btn {
    width: 300px;
    border: 1px solid #3bb433;
    border-radius: 28px;
    height: 55px;
    margin-bottom: 20px;
    margin-top: 12px;
    background-color: #fff;
    position: relative;
    cursor: pointer;
}

.news-btn-text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: "Proxima Nova Rg";
    font-weight: 600;
    color: #3bb433;
    font-size: 16px;
    z-index: 1;
}

.faq {
    background-color: #f8f9fa; /* Світло-сірий фон секції як на фото */
    padding: 60px 0;
    font-family: "Proxima Nova Rg", sans-serif;
}

.faq__title {
    font-weight: 800;
    margin-bottom: 40px;
}


.faq .accordion {
    border: none;
}


.faq .card {
    border: none;
    border-radius: 34px !important; /* Сильно закруглені кути */
    margin-bottom: 15px; /* Відступ між картками */
    box-shadow: 0 2px 8px rgba(0,0,0,0.05); /* Легка тінь */
    overflow: hidden;
}


.faq .card-header {
    background-color: #fff;
    border: none;
    padding: 10px 20px;
}

.faq .btn-link {
    width: 100%;
    text-align: left;
    color: #000;
    text-decoration: none !important;
    font-weight: 700;
    font-size: 20px;

    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: color 0.3s ease;
}


.faq .btn-link:hover,
.faq .btn-link:not(.collapsed) {
    color: #3bc431;
}


.faq .card-body {
    padding: 0 20px 25px 20px;
    color: #444;
    font-size: 16px;
    line-height: 1.6;
    padding-top: 16px;

}


.faq .btn-link::after {
    content: '+';
    font-size: 40px;
    font-weight: 300;
    color: #ccc;
    transition: transform 0.3s ease;
}

.faq .btn-link:not(.collapsed)::after {
    content: '−';
    transform: rotate(180deg);
    color: #3bc431;
}



/* #endregion news */

/*#region footer */
footer {
    display: block;
    background-color: #f3f3f3;
    min-height: 213px;
    overflow: hidden;
}

.zet-web {
    padding-top: 70px;
}

.zet-web__logo {
    display: block;
    width: 115px;
    margin: 0 auto;
}

.footer-contacts {
    padding-top: 45px;
    padding-bottom: 45px;
}

.footer-contacts__address {
    padding-bottom: 20px;
}

.footer-contacts__mail-block {
    padding-bottom: 20px;
}


.footer-contacts a {
    text-decoration: none;
}

.footer-contacts__img {
    width: 20px;
    height: auto;
}

.footer-contacts__caption {
    font-size: 16px;
    font-family: "Proxima Nova Lt";
    color: #262727 !important;
    line-height: 1.2;
    text-align: left;
    margin-left: 10px;
    padding-bottom: 20px;
    
}



.b2b {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding-top: 45px;
}

.b2b__logo {
    width: 100%;
    height: auto;
    max-width: 180px;
}

.b2b__title {
    font-size: 12px;
    font-family: "Proxima Nova Lt";
    color: #262727;
    line-height: 1.2;
    opacity: .65;
    
    margin-top: 20px;
}

.social-networks {
    position: relative;
    width: 100%;
    height: 70px;
}

.social-networks__wrap {
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0px;
    height: 20px;
    width: 100%;
    margin-bottom: -1px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .social-networks__content {
    width: 45%;
    margin-top: -75px;
} */

.social-networks__fb {
    display: block;
    width: 100%;
    text-align: left;
    margin-right: 10px;
}

.social-networks__yt {
    display: block;
    width: 100%;
    text-align: left;
    margin-right: 10px;
}

.social-networks__in {
    display: block;
    width: 100%;
    text-align: left;
    margin-right: 10px;
}

.social-networks__icon {
    width: 37px;
    height: 37px;
    display: inline-block;
    border-radius: 50%;
    -webkit-transition: .3s;
    transition: .3s;
}

.social-networks__icon:hover {
    background: #fff;
}

.social-networks__fb .social-networks__icon:hover {
    fill: #3c5a99;
}

.social-networks__in .social-networks__icon:hover {
    fill: #2867b2;
}

/* #endregion footer */

/* #region service-page */
.Documents .service-title__wrap {
    background-image: url('./images/service-page-photo/documents.jpg');
    /*background for documents page*/
    background-position: center 80%;
}

.For.partners .service-title__wrap {
    background-image: url('./images/service-page-photo/partners.jpg');
    /*background for partners page*/
    background-position: center 80%;
}

.For.staff .service-title__wrap {
    background-image: url('./images/service-page-photo/staff.jpg');
    /*background for staff page*/
    background-position: center 80%;
}

.Service .service-title__wrap {
    background-image: url('./images/service-page-photo/service.jpg');
    /*background for service page*/
    background-position: center 15%;
}

.service-title__wrap {
    background-repeat: no-repeat;
    background-size: cover;
    clip-path: polygon(100% 0, 0 0%, 0 95%, 100% 68%);
    -webkit-clip-path: polygon(100% 0, 0 0%, 0 95%, 100% 68%);
}

.service-title__wrap-bg {
    background-color: rgba(0, 0, 0, 0.5);
}

.service-title__angle-bg {
    margin-top: -40px;
    width: 22%;
}

.service-title-image {
    display: block;
    width: 100%;
    height: auto;
}

.service-title {
    font-size: 40px;
    
    font-family: "Proxima Nova Bl";
    text-transform: uppercase;
    padding: 0 0 140px 0;
    text-align: center;
    background: -webkit-gradient(linear, left top, right top, from(rgba(60, 171, 71, 1)), to(rgba(168, 232, 84, 1)));
    background: linear-gradient(to right, rgba(60, 171, 71, 1) 0%, rgba(168, 232, 84, 1) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

.service-date {
    color: #fff;
    font-family: "Proxima Nova Lt";
    font-size: 16px;
}

.service-text {
    font-size: 16px;
    font-family: "ProximaNova SemiBold";
    color: rgb(46, 48, 46);
    line-height: 1.2;
    margin: 35px 0px;
    
}

.service-text__wrap p {
    font-family: "Proxima Nova Rg";
    font-size: 16px;
    
}

.service-text-image {
    width: 100%;
}

.service-text__wrap .right-content-picture {
    float: right;
    max-width: 630px;
    width: 100%;
    min-height: 250px;
    margin-left: 15px;
}

.service-text__wrap .left-content-picture {
    float: left;
    max-width: 450px;
    width: 100%;
    margin-right: 15px;
}

img.center-content-picture {
    clear: both;
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.next-service__wrap {
    margin-top: 53px;
    margin-bottom: 105px;
}

.next-service__title {
    display: inline-block;
    font-size: 24px;
    font-family: "Proxima Nova Bl";
    color: rgb(26, 28, 26);
    font-weight: bold;
    line-height: 1.565;
    
}

.next-service__btn {
    width: 250px;
    height: 56px;
    display: inline-block;
    margin-left: 20px;
    border: none;
    padding: 1px;
    border-radius: 31px;
    font-weight: bold;
    text-align: center;
    background-repeat: no-repeat;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(71, 221, 87, 1)), to(rgba(168, 232, 84, 1)));
    background-image: linear-gradient(left, rgba(71, 221, 87, 1) 0%, rgba(168, 232, 84, 1) 100%);
}

.presintation-row__btn {
    position: relative;
    z-index: 20;
    overflow: hidden;
}

.presintation-row__btn:after {
    background: #98ff45;
    content: "";
    height: 155px;
    left: -75px;
    opacity: .2;
    position: absolute;
    top: -50px;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
    -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: -10;
}

.presintation-row__btn:hover:after {
    left: 120%;
    -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.next-service__btn span {
    font-size: 16px;
    font-family: "Proxima Nova Bl";
    color: rgb(26, 28, 26);
    background: #fff;
    display: block;
    padding: 0.75em 5.3em;
    border-radius: 30px;
    -webkit-transition: all .5s;
    transition: all .5s;
}


.presintation-row {
    background-image: url(../images/gray_bg.png);
    background-position: bottom;
    height: 305px;
    background-repeat: no-repeat;
    position: relative;
    margin-bottom: 150px;
    margin-top: 110px;
}

.presintation-row:hover span {
    color: #fff;
    background: transparent;
}

.presintation-row__image-wrap {
    padding-right: 0px;
}

.presintation-row__image {
    width: 85%;
    height: auto;
}

.presintation-row__text-wrap {
    position: absolute;
    z-index: 10;
    right: 0;
    background-image: url(../images/gradient__bg.png);
    background-position: bottom right -20px;
    background-size: contain;
    background-repeat: no-repeat;
    padding-right: 0px;
    bottom: 0px;
}

.presintation-row__block {
    margin: 45px auto;
    max-width: 530px;
    display: block;
    padding-left: 130px;
}

.presintation-row__text {
    font-size: 24px;
    font-family: "Proxima Nova Bl";
    color: rgb(26, 28, 26);
    font-weight: bold;
    text-indent: 0px;
    z-index: 39;
    padding-left: 35px;
    
    line-height: 1.3;
    margin-bottom: 23px;
}

.presintation-row__text:first-child {
    text-indent: 20px;
    margin-bottom: 0;
}

.presintation-row__btn {
    width: 251px;
    height: 55px;
    z-index: 37;
    border: none;
    border-radius: 31px;
    font-size: 16px;
    font-family: "Proxima Nova Bl";
    color: rgb(26, 28, 26);
    background-color: #fff;
    font-weight: bold;
    line-height: 1.2;
}

.modal-project-wrapper {
    font-family: 'Proxima Nova Lt';
    color: #2e302e;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.modal-project-wrapper .modal-dialog {
    max-width: 95%;
}

.modal-project-wrapper .modal-content {
    border-radius: 0px;
    border: none;
    padding-bottom: 60px;
}

.modal-project-wrapper .modal-header {
    margin: 0 auto;
    padding: 20px 0;
}

.modal-header {
    border-bottom: 0;
    margin: 25px auto;
}

.modal-project__photo img {
    max-width: 100%;
    max-height: 400px;
    width: 100%;
    border: 12px solid #dedede;
    -o-object-fit: cover;
    object-fit: cover;
}

.modal-project__photo-full {
    background-image: url('./images/expand.png');
    width: 40px;
    height: 40px;
    position: absolute;
    top: -8px;
    left: 93%;

}

.modal-project__title {
    font-family: "Proxima Nova Bl";
    
}


.modal-project-wrapper h6 {
    font-family: "Proxima Nova Bl";
    text-transform: uppercase;
    margin-top: 25px;
}

.modal-project__list {
    list-style: none;
    list-style-position: inside;
    padding: 0;
    
}

.modal-project__list ul,
.modal-project__list ol {
    padding: 0;
}

.modal-project__link {
    color: #2e302e;
    text-decoration: underline;
}

.modal-project__link:hover {
    color: #2e302e;
}

.active-modal {
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
    background: rgba(0, 0, 0, 0.5);
}

.modal-project-controls {
    margin: 50px auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    text-transform: uppercase;
}

.modal-project-controls .prev::before {
    content: '';
    display: inline-block;
    width: 50px;
    height: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(./images/arrow_left.png);
}

.modal-project-controls .next::after {
    content: '';
    display: inline-block;
    width: 50px;
    height: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    background-image: url(./images/arrow_left.png);
}

.center {
    margin: 0 auto;
}

/*All news page*/
.news-block__top-image {
    width: 100%;
    height: auto;
    max-height: 80px;
    margin-bottom: -1px;
    margin-top: 0;
}

.all-news {
    padding-bottom: 50px;
}

.all-news .news-block__top-wrap {
    font-family: 'Proxima Nova Lt';
    overflow: hidden;
    background-image: url(./images/news-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 60px;
    margin-bottom: 65px;
    background-position: bottom;
    height: 255px;
    padding-top: 65px;
}

.all-news .news-block__title {
    margin-top: 0;
    margin-bottom: 30px;
    color: #2e302e;

}

.news-block__category-filter {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
}

.news-block__category-filter-item {
    text-align: center;
    padding: 5px 0;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
}

.news-block__category-filter-item.current {
    background-color: #1e1f1e;
    font-weight: 600;
}

.news-block__category-filter-item.current span {
    background: -webkit-gradient(linear, left top, right top, from(rgba(60, 171, 71, 1)), to(rgba(168, 232, 84, 1)));
    background: linear-gradient(to right, rgba(60, 171, 71, 1) 0%, rgba(168, 232, 84, 1) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

.all-news-item {
    border: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-bottom: 45px;
    -webkit-box-align: start;
    align-items: flex-start;
}

.all-news-item__description {
    width: 66%;
    padding: 0 10px;
}

.all-news-item__description .news__title {
    margin-top: 14px;
    font-family: 'Proxima Nova Bl';
    -webkit-transition: .3s;
    transition: .3s;
}

.all-news-item__description .news__title:hover {
    color: #23aa19;
}

.all-news-item__photo img {
    width: 170px;
    height: 90px;
    display: block;
    margin-bottom: 13px;
    margin-top: 0;
}

.all-news-item__button {
    font-family: 'Proxima Nova Bl';
    color: #9c9c9c;
    font-size: 14px;

    border: 1px solid #dedede;
    padding: 5px 42px 6px 42px;
    border-radius: 15px;
    -webkit-transition: .3s;
    transition: .3s;
}

.all-news-item__button.mobile {
    display: none;
}

.all-news-item__button:hover {
    color: #262727;
    border: 1px solid #58df56;
}

.all-news-item__description .news-caption {
    margin-bottom: 0;
    margin-top: 10px;
}

.all-news-item__date {
    font-size: 12px;
}

/*Peace of news page start*/
.news-title__angle-bg {
    margin-top: -40px;
    box-shadow: none !important;
    height: auto;
}

.news-date {
    color: #2e302e;
}

.news-title__wrap {
    min-height: 223px;
    background-size: cover;
    background-image: url(./images/news-bg.png);
    background-repeat: no-repeat;
    background-position: bottom;
    margin-bottom: 50px;
}

.news-title {
    font-size: 30px;
    font-family: "Proxima Nova Bl";
    color: #2e302e;
    text-transform: uppercase;
    margin-top: 50px;
    
}

.main-news-image {
    float: right;
}

.main-news-image img {
    width: 100%;
    height: auto;
    max-height: 350px;
    -o-object-fit: cover;
    object-fit: cover;
    box-shadow: 0px 2px 7px 0px rgba(64, 64, 64, 0.4);
}

.news-page img {
    box-shadow: 0px 2px 7px 0px rgba(64, 64, 64, 0.4);
    -o-object-fit: cover;
    object-fit: cover;
}

.news-page iframe {
    width: 100%;
}

.news-page .presintation-row__image {
    box-shadow: none;
    height: auto;
}

/*Peace of news page end*/

.mobile-slider-controls {
    display: none;
    margin: 0 auto;
    width: 60%;
    display: -webkit-box;
    display: flex;
    justify-content: space-around;
}

.gallery-slider-control-link {
    color: #fff !important;
    font-size: 16px;
    cursor: pointer;
}

/* #endregion service-page */

.portfolio-slider__caption {
    display: block;
}

.portfolio-wrap {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.portfolio-item:not(:nth-child(-n+5)) {
    display: none;
}

.moreProjects {
    height: auto;
    transition: height 3s ease-in;
}

.portfolio-wrap .portfolio-item {
    width: 50%;
}

.portfolio__icon-wrap {
    margin: 10px;
    height: auto;
}

.portfolio-wrap .portfolio-item:nth-child(3),
.portfolio-wrap .portfolio-item:nth-child(4) {
    width: 25%;
}

.gallery-mobile-carousel {
    color: #fff;
    display: none;
}

.more-btn {
    width: 200px;
    border: 1px solid #7ae355;
    border-radius: 28px;
    height: 55px;
    margin-bottom: 20px;
    margin-top: 25px;
    background-color: #fff;
    font-weight: 600;
}

.gallery-mobile-title {
    color: rgb(86, 216, 77);
    font-size: 24px;
    margin-bottom: 20px;
    margin: 10px auto;
    text-align: center;
    padding: 10px;
    min-height: 90px;
}

.gallery-mobile-description {
    font-size: 16px;
    font-family: "Proxima Nova Rg";
    color: #262727;
    line-height: 1.75;
    
    margin-bottom: 48px;
    min-height: 245px;
}

.gallery-mobile-picture {
    width: 100%;
    padding-bottom: 35px;
}

.gallery-mobile-carousel .carousel-inner {
    min-height: 560px;
}

.gallery-mobile-carousel .carousel-indicators {
    width: 70%;
    margin: 0 auto;
    bottom: 0;
}

.gallery-mobile-carousel .carousel-indicators li {
    margin-left: 10px;
    margin-right: 20px;
    width: 2px;
    height: 25px;
}

.gallery-mobile-carousel .carousel-indicators .active {
    height: 35px;
    border-radius: 15px;
    background-color: #75e256 !important;
}

.gallery-row {
    justify-content: space-around;
}

.gallery-description-part {
    padding-top: 50px;
}

.statistic-wrap {
    padding: 0 15px;
}

#reviewsSlider .carousel-indicators {
    position: unset;
    margin: 20px auto;
}

.statistics-general-bg {
    height: 335px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    align-items: flex-end;
    color: #fff;
    
    margin-bottom: 30px;
    background-color: #f9f9f9;
    overflow: hidden;
    width: 100%;
    max-width: 66%;
}

/*We are developing section start*/
.development {
    display: none !important;
    background: #ffffff;
    padding-top: 200px;
}

.development_title {
    text-align: center;
    font-size: 40px;
    font-family: "Proxima Nova Bl";
    
    color: #262727;
    margin-bottom: 50px;
    text-transform: uppercase;
}

.development_list-table {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 200px;
    overflow-x: auto;
}

.development_list-table th,
.development_list-table td {
    padding: 20px;
    border: 1px solid #dedede;
}

.development_list-table th {
    color: #00a800;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    
}

.development_list-table td {
    word-break: break-word;
    color: #5a5a5a;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    
}

.development_list-table .no-left-border {
    border-left: 0;
}

.development_list-table .no-right-border {
    border-right: 0;
}

.development_list-table .no-top-border {
    border-top: 0;
    white-space: nowrap;
}

.development_list-table .no-bottom-border {
    border-bottom: 0;
}

.store-link.mobile {
    display: none;
}

/*We are developing section end*/

@media screen and (max-width: 1460px) {
    .intro {
        /* height: 850px; */
        background-position: 50%;
    }

    .statistics__title-wrap {
        margin-top: 50px;
    }

 

    .services-info__image-block {
        width: 284px;
        height: 483px;

    }

    .services-info ul {
        width: 80%
    }
}

@media screen and (min-width: 1400px) {
    body {
        /* max-width: 1920px; */
        margin: 0 auto;
    }

    /* .services-info__image-block {
        max-width: 735px;
    } */
    .consulting__wrap {
        background-position-y: bottom;
        background-position-x: 50%;
        min-height: 417px;
    }

    .consulting-form-wrap {
        height: 417px;
        width: 59%;
    }

    .consulting__form {
        margin: 60px auto 0px;
    }

    .consulting__photo {
        min-height: 417px;
    }

    .consulting__manager-info {
        width: 12%;
        left: 13%;
    }

    .presintation-row {
        height: 365px;
        background-position: bottom left;
    }

    .presintation-row__text-wrap {
        background-position: bottom right 0;
    }

    .presintation-row__image {
        width: 100%;
    }

}

@media screen and (max-width: 1699px) {
    .consulting__photo {
        width: 100%;
    }
}

@media screen and (min-width: 1600px) {
    .presintation-row {
        height: 365px;
        background-position: bottom left;
    }

    .presintation-row__image-wrap {
        padding-right: 0;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: start;
        justify-content: flex-start;
        margin-left: -210px;
    }

    .presintation-row__text-wrap {
        background-position: bottom right -210px;
        background-size: contain;
    }

    .presintation-row__block {
        margin: 95px auto;
        max-width: 595px;
    }

    .presintation-row__text {
        font-size: 24px;
        line-height: 1.2;
        margin: 15px 0;
        text-indent: 0;
    }

    .presintation-row__text:first-child {
        text-indent: 20px;
    }

    .modal-project__controls {
        width: 94%;
        margin-top: 50px;
    }

    .modal-project-wrapper .modal-content {
        padding-bottom: 200px;
    }

    .modal-project__photo img {
        max-height: 450px;
        width: 850px;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .functionality__title-block {
        background-position-x: right;
        background-size: contain;
    }

}

@media screen and (min-width: 1700px) {
    .consulting-form-wrap {
        width: 67%;
        background-size: cover;
    }

    .consulting__manager-info {
        width: 12%;
        left: 11%;
    }

    .service-title__angle-bg {
        margin-top: -40px;
    }

    .presintation-row__text-wrap {
        background-position: bottom right -40px;
        background-size: contain;
    }

    .services-info__title {
        width: 39%;
    }

    .services-info {
        height: 402px;
    }

    .services-info__image-block {
        height: 400px;
    }
}

a.nav-link {
    /* font-size: 12px; */
    margin-right: 0;
}


@media screen and (max-width:1199px) {
    .intro {
        background-position: 30%;
    }

    .mouse-wrap {
        width: 75%;
    }

    .nav-item,
    .nav-link {
        font-size: 12px;
        margin-right: 4px;
    }

    a.nav-link {
        font-size: 12px !important;
    }

    .all-news-item__photo img {
        width: 150px;
    }

    .all-news-item__button {
        padding: 5px 30px 6px 30px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0;
        font-size: 12px;
    }

    .all-news-item__description {
        width: 66%;
        padding: 0 0 0 20px;
    }

    .statistics-data h2 {
        min-height: 48px;
    }

    .consulting__form-control,
    .customerConsultInputName-wrapper {
        margin-left: 50px;
    }

    .statistics-data__caption-wrap {
        padding: 20px 18px 0;
    }

    .intro__button {
        width: 75%;
    }

    .development_list {
        max-width: 100%;
        overflow: scroll;
    }

    .new {
        top: 40px;
        left: 59px;
    }

    .portfolio-wrap .portfolio-item:nth-child(3),
    .portfolio-wrap .portfolio-item:nth-child(4) {
        width: 50%;
    }

    .demo-test-wrap {
        min-height: 400px;
    }

    .all-news .news-block__top-wrap {
        padding-top: 50px;
    }

    .services-info__image-block {
        width: 230px
    }

    .services-info ul {
        width: 82%
    }
}

@media screen and (max-width:1024px) {
    .consulting__manager-info {
        width: 18%;
    }

    .news-block__top-image {
        margin-top: 93px;
    }

    .news-caption {
        max-height: 135px;
    }

    .presintation-row__image-wrap {
        margin-bottom: 0;
    }

    .services-info ul {
        padding-right: 6%;
    }

}

@media (max-width: 767px) {
    .news-title__wrap {
        min-height: 310px;
    }

    .navbar-brand {
        width: 50%;
    }

    .intro {
        /* height: 680px !important; */
        background-position: inherit;
    }
 

    /* .statistics__wrap {
        padding-top: 65px;
    } */

    .positive,
    .negative {
        width: 25%;
    }

    .intro__title-block {
        /* margin: 0 auto; */
        max-width: 100%;
    }

    .intro__title {
        font-size: 24px;
    }
    .faq__title {
        font-size: 24px;
    }

    .services__title {
        font-size: 24px;
    }
    .services__subtitle {
        font-size:18px;
    }

    .intro__title-caption {
        font-size: 24px;

    }

    .intro__title-caption span {
        font-size: 14px;

    }

    .intro__text {
        /* font-size: 14px;
        letter-spacing: 0.4px; */
        /* margin: 0 auto; */
        max-width: 100%;
        padding: 15px;
    }

    .modal-content__intro-form {
        max-width: 403px;
    }

    .modal-dialog__intro-form {
        width: 95%;
        max-width: 403px;
    }

    .modal-header {
        padding: 55px 40px 10px;
    }

    .modal-title-block {
        font-size: 14px;
    }

    .modal-header h6 {
        font-size: 14px;

    }

    .modal-title {
        font-size: 16px;
    }

    .modal-header span {
        font-size: 16px;

    }

    .about__wrap {
        padding-bottom: 0;
    }

    .about__title {
        font-size: 24px;
        margin-bottom: 40px;
        
    }

    .overview__title-wrap {
        padding-top: 80px
    }

    .about__text {
        /* padding-bottom: 200px; */
        /* font-size: 16.607px; */
        line-height: 1.512;
    }

    .statistics__title {
        font-size: 24px;
    }

    .statistics__title-caption {
        font-size: 16px;
    }

    .statistics-data__mark-point {
        font-size: 14px;
    }

    .services-info-block {
        display: none;
    }

    #servicesCarousel {
        display: block;
    }

    .services-info-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        min-height: 520px;
        height: auto;
        width: 100%;
    }

    .services-info__image-block {
        max-width: 100%;
        width: 100%;
        height: auto;
        position: relative;
        min-height: 200px;
        display: -webkit-box;
        display: flex;
        background-image: none;
        overflow: hidden;
    }


 

    .services-info__title {
        width: 100%;
        position: static;
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        align-content: center;
        -webkit-box-align: center;
        align-items: center;
        color: #fff;
        -webkit-box-pack: center;
        justify-content: center;
        z-index: 2;
    }

    .services-info__title h3 {
        color: #232323;
    }

    .reviews-slider__review-border {
        padding-top: 45px !important;
    }

    .services__text {
        font-size: 16px;
        margin-bottom: 50px;
    }

    .services-info {
        justify-content: space-around;
    }

    .gallery__wrap {
        height: 770px
    }

    .services-info__button {
        width: 100%;
        max-width: 200px;
        margin-left: auto;
        margin-right: auto;
        height: 40px;
        
        margin-top: 24px;
    }

    .services-info ul {
        height: auto;
        width: 98%;
        padding-left: 13px;
        margin-left: 0;
        padding-right: 6%;
    }

    .services-info li {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        font-size: 16px;
    }

    .services-info img {
        width: 40px;
        height: 40px;
        vertical-align: bottom;
        margin-right: 20px;
    }

    .services-info span {
        font-size: 16px;
        color: rgb(255, 255, 255);
        line-height: 18px;
        text-align: left;
        
    }

    .services-info__title h3 {
        text-align: center;
    }

    /* .functionality-wrap {
        height: 850px;
    } */

    .functionality-wrap {
        background-position-x: inherit;
    }

    .functionality {
        padding-top: 65px;
        margin-top: 0;
    }

    .functionality__title-block {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .functionality__title {
        line-height: 1;

        margin-top: 0;
    }

    .functionality__text p {
        padding-right: 0px;
    }

    .functionality__text p:first-child {
        font-size: 16px;
        line-height: 1.2;

    }

  

    .functionality__text p:nth-child(3) {
        font-size: 14px;
        line-height: 1.6;
    }

    .functionality__form {
        padding-top: 10px;
    }

    .gallery {

        overflow: hidden;
    }

    .gallery__title {
        font-size: 24px;
    }

    .gallery-categories {
        padding-top: 25px;
    }

    .gallery-categories__item {
        margin: 25px auto;
    }

    .gallery-slider {
        padding-top: 25px;
    }



    .gallery-slider__image {
        padding-bottom: 100px;
    }

    .functionality-extra__title {
        font-size: 24px;
        margin-bottom: 40px;
        margin-top: 40px;
    }

    .extra-services-wrap {
        padding: 0;
    }

    .extra-services {
        width: 100%;
        height: 90%;
    }

    .card {
        margin-bottom: 20px;
    }

    .card__number {
        position: static;
        width: 5%;
        height: auto;
        font-size: 24px;
        border: 0px;
    }

    .card-link {
        width: 94%;
    }

    .card-link__title {
        margin-left: 0px;
        font-size: 16px;
        width: 85%;

    }

    .card-link__icon {
        width: 20px;
    }

    .card__show-btn {
        width: 7%;
    }

    .consulting__image {
        width: 100%;
        height: auto;
    }

    .consulting__wrap {
        background-image: none;
       /* margin-top: -100px;*/
    }

    .consulting-form-wrap {
        background-image: url('./images/bg_form-g-mob-1.png');
        position: static;
        height: 450px;
        width: 100%;
        background-size: cover;
        background-position-y: bottom;
    }

   .overview__title {
    font-size: 24px;

   }

    .consulting__form-group {
        padding-top: 100px;
    }

    .consulting__form {
        width: 100%;
        margin: 0 auto;
    }

    .consulting__title {
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 30px;
    }
    .functionality__title {
        font-size: 24px;
     
    }

    .consulting__form-control:nth-child(2) {
        margin-left: auto;
    }

    .consulting__form-control,
    .consulting__button {
        margin-right: auto;
        margin-left: auto;
        display: block;
        width: 310px;
        margin-bottom: 19px;
    }

    .implementation__title {
        font-size: 24px;

    }

    .implementation__button {
        margin-top: 60px;
    }

    .portfolio__title {
        font-size: 24px;
        margin-bottom: 40px;
        margin-top: 40px;
    }



    .reviews__title {
        font-size: 24px;
        /* margin-bottom: 40px; */

    }

    .reviews-slider__client {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }

    .reviews-slider__client-logo-wrap {
        width: 100%;
        margin-bottom: 20px;
    }

    .reviews-slider__client-name {
        width: 100%;
        text-align: center;
    }

    .advantages__title {
        font-size: 24px;
        margin-bottom: 40px;
        margin-top: 40px;
    }

    .advantages__btn {
        width: 296px;
    }

    .advantage {
        margin-top: 0px !important;
    }

    .advantages-wrap {
        padding-top: 245px;
    }

    .customers__title {
        font-size: 24px;
  
    }

    .customer-slider {
        display: block;
    }

    .news-block__title {
        font-size: 24px;
        margin-bottom: 40px;
        margin-top: 85px;
    }

    .demo-test__delimiter {
        margin-bottom: -65px;
    }

    .demo-test-wrap {
        padding-top: 160px;
        padding-bottom: 100px;
    }

    .demo-test__text {

        margin-bottom: 25px;
        font-size: 16px;
        width: 95%;
        text-align: center;

    }

    .demo-test__title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .demo-test__caption {
        font-size: 24px;
        
        margin-bottom: 5px;
    }

    .b2b {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        padding-top: 45px;
        padding-bottom: 0px;
        align-items: center;
    }

    .b2b__logo {
        width: 55%;
    }


    .zet-web {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: end;
        justify-content: flex-end;
        padding-top: 0px;
    }

    .zet-web__logo {
        margin: 0;
    }

    .footer-contacts {
        padding-bottom: 30px;
    }

    .footer-contacts__address {
        padding-left: 0px;
    }

    .footer-contacts__mail-block {
        padding-left: 0px;
    }

    .main-slider__icon-wrap {
        width: 80%;
        margin: 0 auto;
        background-repeat: no-repeat;
    }

    .consulting__photo {
        background-image: none;
        min-height: auto;
    }

    .consulting__photo {
        display: none;
    }

 
    .modal-title-block {
        -moz-text-align-last: left;
        text-align-last: left;
    }

    #customerModalInputTel-intro {
        font-size: 16px;
        padding: 15px 0;
    }

    .modal__form-control-label {
        left: 20px;
    }

    .intro__title-block {
        -moz-text-align-last: center;
        text-align-last: center;
    }

    .functionality__form input::-webkit-input-placeholder {
        font-size: 14px !important;
    }

    .consulting__title {
        padding-top: 20px;
        font-size: 24px;
    }

    .zet-web__logo {
        width: 190px;
        margin-right: 30px;
        height: 93px;
    }

    .presintation-row__text-wrap {
        position: unset;
        background-size: cover;
        padding: 25px;
    }

    .presintation-row {
        margin-bottom: 260px;
    }

    .presintation-row__block {
        padding-left: 0;
        text-align: center;
    }

    .customerConsultInputName-wrapper .form-control-label {
        left: 25%;
    }

    #contactUsModal .secondary-modal-title__uk {
        -webkit-box-flex: 26px;
        flex: 26px;
    }

    #contactUsModal .secondary-modal-title__ru {
        font-size: 24px;
    }

    .implementation__item ul {
        padding: 0;
        list-style-position: inside;
    }

    .implementation__item.carousel-item {
        padding: 15px;
    }

    #servicesCarousel .carousel-indicators {
        bottom: 0;
    }

    .header-inside-container {
        width: 60% !important;
    }

    .statistics__text-first {
        font-size: 16px;
    }

    .news.all-news-item {
        -webkit-box-orient: vertical;
        flex-direction: column;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
    }

    .all-news-item__photo {
        text-align: center;
        margin: 20px auto;
    }

    .all-news-item__photo img {
        width: 100%;
        height: 180px;
        -o-object-fit: cover;
        object-fit: cover;
        margin-bottom: 25px;

    }

    .all-news-item__description .news-caption {
        margin: 15px auto;
    }

    .all-news-item__description {
        width: 100%;
        text-align: center;
    }

    .main-news-image {
        padding: 0;
        width: 100%;
        margin-bottom: 25px;
    }

  

    #implementationCarousel .carousel-item {
        min-height: 410px;
    }

    #implementationCarousel .carousel-indicators {
        bottom: -30px;
    }
    .intro {
        background-image: url(./images/intro_bg_mob.png);
        background-position: 14%;
    }

    .intro__button {
        width: 100%;
        margin: 20px auto;
    }

    .new {
        top: 45px !important;
        left: 67px !important;
        width: 260px !important;
    }

    .new span {
        font-size: 16px !important;
    }

    .all-news-item__button.desctop {
        display: none;
    }

    .all-news-item__button.mobile {
        display: block;
    }

    .social-networks {
        height: 60px;
    }
    .social-networks__wrap {
        width: 100% !important
    }

    .modal-project__photo {
        margin-top: 10px;
        margin-bottom: 40px;
    }
}

.lang-item {
    display: none;
}

.navbar-toggler {
    display: none;
}

.header-inside-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 40%;
}

.news-text__wrap {
    margin-bottom: 80px;
}

@media (max-width:991px) {
    header {
        position: fixed;
        width: 100%;
        top: 0;
        max-height: 100%;
        overflow: none;
        z-index: 223;
    }

    .content-page {
        margin-top: 95px;
    }

    .intro {
        padding-top: 90px;
        margin-top: 90px;
        /* height: 750px; */
    }

    .intro_container {
        max-width: 100%;
        padding: 0 30px;
    }

    #carouselExampleCaptions {
        margin-bottom: 62px
    }
    
  
    

    .mouse-wrap {
        width: 100%;
    }

    .about__wrap {
        padding-top: 100px;
    }

    .statistics-item {
        margin-bottom: 50px;
    }

    .reviews-slider__review-border {
        padding-top: 64px;
    }

    .navbar-toggler {
        display: block;
    }

    .header-top-container {
        max-width: 100%;
    }

    .lang-btn.dropdown {
        display: none;
    }

    .intro__button {
        max-width: 330px;
        width: 100%;
    }

    .nav-item,
    .nav-link {
        font-size: 16px;
        margin: 10px auto;
        text-align: center;
        width: max-content;
    }

   

    .nav-item a.nav-link {
        font-size: 16px !important;
        margin: 0 !important;
    }

    .lang-item {
        display: block;
        width: 100%;
        position: relative;
        margin-top: 15px;
    }

    .lang-item::before {
        content: "";
        position: absolute;
        height: 1px;
        width: 100%;
        background: #DFDFDF;
    }

    .mobile-lang-wrapper {
        display: -webkit-box;
        display: flex;
        width: 25%;
        margin: 0 auto;
        padding: 15px 0;
        justify-content: space-around;
    }

    .mobile-lang-item {
        font-weight: 600;
        color: #494949;
        text-decoration: none;
    }

    .mobile-lang-item.active {
        color: #3bc431;
    }

    .statistics-data__marks {
        justify-content: center;
    }

    .services-info li {
        font-size: 16px;
        line-height: 18px;
    }

    .functionality__title-block {
        background-position-x: 0;
    }

   

    .functionality__text,
    .functionality__form {
        max-width: 535px;
        margin: 0 auto;
    }

    .functionality__button {
        margin-top: 40px;
    }

    .portfolio-wrap .portfolio-item,
    .portfolio-wrap .portfolio-item:nth-child(3),
    .portfolio-wrap .portfolio-item:nth-child(4) {
        width: 100%;
        margin-bottom: 30px;
    }

    .advantage {
        margin: 50px auto;
    }

    .demo-test-row {
        justify-content: center;
        flex-direction: column-reverse;
    }

    .demo-test-wrap {
        padding-top: 190px;
    }

    .demo-test__content {
        align-items: center;
    }

      .social-networks__wrap {
        width: 54%;
        height: 190px;
    }

    .demo-test__text {
        height: auto;
        text-align: center;
    }

    .demo-test__form {
        margin-top: 10px;
        margin-bottom: 60px;
    }

    .development_title {
        font-size: 40px;
        margin-top: 150px;
    }

    .header-inside-container .header-menu-toggler {
        margin-left: 15px;
    }
/* 
    .intro__wrap {
        padding: 50px 0 40px 0;
    } */

    .services-info ul {
        padding-right: 15px;
    }

    .new {
        top: 29px;
        left: 43px;
        width: 225px;
    }

    .new span {
        font-size: 12px;
    }

    .all-news .news-block__top-wrap {
        margin-top: 95px;
    }

   
}

@media (min-width: 768px) and (max-width:991px) {

    .presintation-row {
        background-position: center bottom -23px;
        height: auto;
    }

    .presintation-row__image-wrap {
        margin-bottom: 0;
    }

    .presintation-row__text-wrap {
        height: auto;
        background-position: bottom right 100%;
        background-size: cover;
    }

    .presintation-row__block {
        margin: 10px auto;
    }

    .next-service__title {
        font-size: 16px;
        line-height: 1.565;
        
    }


    /* .intro__title-caption {
        font-size: 33.06px;
    }

    .intro__title-caption span {
        font-size: 17.4px;
    } */

    .intro__text {
        font-size: 16px;
    }

    /* .mouse {
        margin-top: 30px;
    } */

    .services-info {
        align-items: end;
    }

    .services-info li {
        line-height: 18px;
    }

    .services-info ul {
        margin: 0;
       
        padding-top: 20px
    }

    .services-info h3 {
        margin: 0 24% 0 0;
    }

    .services-info__image-block {
        height: 325px
    }

    .services-info img {
        width: 38px;
        margin-right: 10px;
    }

    .services-info span {
        font-size: 16px;
        line-height: 43px;
        letter-spacing: 0px;
    }

    .functionality-extra {
        padding-bottom: 100px;
    }

    .functionality__title {
        padding-left: 0;
        max-width: 535px;
        margin: 65px auto 0 auto;
    }

    .card__number {
        position: absolute;
        width: 64px;
        height: 64px;
        font-size: 40px;
        border: 1px solid #223d20;
        bottom: 3px;
        left: 10px;
    }

    .card-link__title {
        margin-left: 59px;
    }

    .consulting__wrap {
        min-height: 250px;
    }

    .consulting-form-wrap {
        height: 275px;
        width: 90%;
    }

    .about__wrap {
        padding-bottom: 140px;
    }

    .consulting__form {
        margin-left: 135px;
        margin-top: 0px;
    }

    .consulting__title {
        font-size: 24px;
        margin-bottom: 20px;
        margin-top: 15px;
    }

    .services-info__image-block {
        width: 45%;
    }

    .services-info__title {
        bottom: 50px;
        right: 95px;
    }

    .services-info__title h3 {
        font-size: 24px;
        
    }

    .zet-web {
        padding-top: 25px;
    }

    .consulting__photo {
        display: none;
    }

    .consulting__manager-info {
        width: 19%;
        left: 6%;
    }

    .consulting__manager-position {
        font-size: 14px;
    }

    .all-news-item__photo img {
        width: 210px;
        height: 115px;
    }

    .all-news-item__button {
        padding: 5px 40px 6px 40px;
    }

    .all-news-item__photo {
        text-align: center;
    }

    .functionality p:nth-child(3) {
        line-height: 1.2;
    }

    .functionality__button span {
        font-size: 16px;
    }

    .modal-project-wrapper .modal-dialog {
        max-width: 780px;
    }

    .main-news-image {
        float: none;
        margin: 15px auto;
    }

    .news-title {
        font-size: 24px;
    }

    .modal-project__photo-full {
        left: 89%;
    }

    .statistics-data__mark-point {
        font-size: 14px;
    }

    .consulting-form-wrap {
        background-position-y: 100%;
    }


    .services-info-wrap {
        width: 100%;
        padding: 10px 0;
    }
}

@media screen and (max-width:768px) {

    .services {
        padding-bottom: 0px;
    }

    .intro__title-caption.uk {
        font-size: 30px;
    }

    .intro__title-caption span {
        font-size: 16px;
    }

    .consulting__manager-info {
        width: 21%;
        left: 5%;
        top: 63%;
    }

    .consulting__photo {
        min-height: 300px;
    }

    .news-block__category-filter {
        flex-wrap: wrap;
    }

  

    .services-info {
        padding-bottom: 30px;
    }

    .modal-project-wrapper .modal-header {
        margin: 10px auto;
        padding: 10px;
    }

    .modal-project__controls span {
        text-align: center;
        margin-bottom: 20px;
    }

    .about__logo {
        margin-bottom: 50px;
    }
    .wrap {
        max-width: 100%;
    }
}

@media (max-width: 576px) {
    .mouse-wrap {
        display: none;
    }

  

    .intro__top-image {
        width: auto;
        height: 80px;
        -o-object-fit: cover;
        object-fit: cover;
    }


    .about__logo {
        width: 100%;
        padding-top: 150px;
        margin-bottom: 100px;
    }
    .functionality-wrap {
        padding-top: 40px
    }

    .about__title {
        margin-bottom: 0;
        padding-top: 120px;
    }

    .navbar-brand__icon {
        width: 260px;
        max-width: 300px;
    }

    .about__text {
        font-size: 16px;
        
        padding-top: 30px;
        /* padding-bottom: 150px; */
    }

    .statistics__title {
        font-size: 24px;
    }

    .statistics__title-caption {
        font-size: 24px;
        
        margin: 0;
    }

    .statistics__title-caption {
        font-size: 16px;
        text-align: left;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        justify-content: space-around;
    }

    .statistics-data__marks {
        margin: 0;
    }

    .statistics-data__mark {
        margin: 0 0 50px 0;
    }

    .statistics-data__mark-point {
        font-size: 16px;
        line-height: 1;
    }

    .services__text {
        font-size: 16px;
        
    }

    .services-info {
        background-size: cover;
    }

    .services-info li {
        background-size: cover;
        line-height: 18px;

    }

    .functionality__title-block {
        background-position-x: center;
    }

    .functionality__title {
        text-align: center;
        padding-left: 0;
    }

    .consulting-form-wrap {
        background-position-y: center;
    }

    .about__wrap {
        padding-top: 0px;
    }

    .customerConsultInputName-wrapper {
        margin-right: auto;
        margin-left: auto;
        display: block;
        width: 310px;
        margin-bottom: 19px;
    }

    .functionality-extra {
        padding-bottom: 60px;
    }

    .zet-web__logo {
        width: 190px;
        margin-right: 30px;
        height: 93px;
    }

    .social-networks__wrap {
        background-size: contain;
        background-position-x: 53%;
    }

    .footer-contacts a {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: start;
        align-items: flex-start;
        justify-content: center;
    }

    .footer-contacts__caption div {
    margin-left: 0 !important;
    }

    .row {
        margin: 0;
        justify-content: center;
    }

    .gallery-categories__item {
        display: none;
    }

    .gallery-slider__item {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        flex-direction: column-reverse;
    }

    .gallery-categories__item.gallery-categories__item_hover.gallery-slider-item.active-item {
        display: block;
        text-align: center;
        margin: 0;
        width: 80%;
        padding: 0;
        font-size: 24px;
        margin-bottom: 20px;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }

    .gallery-slider__image {
        padding-bottom: 50px;
    }

    .gallery-categories__item.gallery-categories__item_hover.active-item a {
        font-size: 16px;
    }


    .b2b {
        padding-top: 25px;
    }

    .gallery .gallery-slider .carousel-indicators {
        display: -webkit-box;
        display: flex;
    }

    .gallery .gallery-slider .carousel-indicators li {
        margin-left: 10px;
        margin-right: 10px;
    }

    .gallery .gallery-slider .carousel-control-item.active {
        min-height: 34px;
    }
  
    /* .implementation {
        padding-top: 40px
    } */

    .social-networks {
  
        height: 100px;
    }
    
    .social-networks__wrap {
        height: 126px;
    } 
/* 
    .gallery__icon-bottom {
        width: auto;
        padding-bottom: 100px;
    } */

    .advantage-wrapp {
        margin-top: 0 !important;
    }

    .advantages__btn {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .advantages-wrap {
        padding-bottom: 180px;
    }

    .reviews-slider {
        margin-bottom: 65px;
        /* height: 820px; */
    }

    .about__logo-img {
        width: 75%;
        margin: 0 auto;
        display: block;
    }

    .modal__form-control input::-webkit-input-placeholder {
        font-size: 14px;
    }

    .functionality__form input::-webkit-input-placeholder {
        font-size: 14px !important;
    }

    #customerModalInputTel-intro {
        font-size: 16px;
        padding: 15px 0;
    }

    .modal__form-control-label {
        left: 20px;
    }

    .news-title__angle-bg {
        width: 50%;
    }

    .news-title {
        font-size: 24px;
    }

    .news-page iframe {
        height: 250px;
    }

    .presintation-row__image-wrap {
        -webkit-box-pack: center;
        justify-content: center;
        display: -webkit-box;
        display: flex;
    }

    .presintation-row__text-wrap {
        position: unset;
        background-size: cover;
        padding: 25px;
    }

    .presintation-row__text {
        font-size: 16px;
        padding-left: 0;
        text-indent: 0;
    }

    .presintation-row__block {
        padding-left: 0;
        text-align: center;
    }

    .presintation-row {
        margin-bottom: 260px;
    }

    .presintation-row__image {
        max-width: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        width: 90%;
        height: 160px;
    }

    .services-info {
        padding: 30px 0;
        height: min-content;
        text-align: center;
    }

 

    .service-title {
        font-size: 24px;
        padding: 0 0 60px 0;
    }

    .gallery__title {
        font-size: 24px;
        margin-top: 15px;
    }

    .consulting__title {
        padding-top: 20px;
        font-size: 24px;
    }

    .extra-services {
        padding-bottom: 45px;
        padding-top: 30px;
        height: auto;
    }

    .services-info__title:nth-child(2) {
        text-align: left;
    }

    .customerConsultInputName-wrapper .form-control-label {
        left: 15px;
    }

    .news-page img {
        max-height: 200px;
    }

    .consulting-form-wrap {
        height: 500px;
    }

    .consulting__form-group {
        padding-top: 155px;
    }

    .implementation__item-number {
        line-height: 2.5;
    }

    .implementation__item-number-shadow {
        top: 5px;
    }

    .intro__button {
        width: 100%;
        max-width: 330px !important;
        margin: 20px auto;
    }

    .gallery-mobile-carousel {
        display: block;
    }

    .gallery-row {
        display: none;
    }

    .mobile-lang-wrapper {
        width: 70%;
    }

    .development_title {
        font-size: 24px;
    }

    .store-link.mobile {
        margin: 15px auto;
        display: flex;
    }

    .store-link.desctop {
        display: none;
    }

    .new {
        background-size: 200%;
        width: 74% !important;
        left: 50% !important;
        justify-content: center;
        transform: translate(-50%, 0);
    }

    .reviews-slider__review-border {
        background-image: url(./images/review-border-mob.png);
        padding-top: 70px !important;
    }

}

@media (min-width: 376px) and (max-width: 576px) {
    .intro__title-block {
        max-width: 330px;
    }

    .en.intro__title {
        font-size: 40px;
    }

    .ru.intro__title {
        
        font-size: 40px;
    }


    .intro__title-caption.en {
        font-size: 40px;
    }

    .intro__title-caption span {
        font-size: 16px;

    }

    .modal-header span {
        font-size: 24px;

    }


    #contactUsModal .secondary-modal-title__ru {
        font-size: 24px;
    }

    #contactUsModal .modal-title__uk {
        font-size: 16px;
    }

    #contactUsModal .secondary-modal-title__uk {
        font-size: 24px;
    }

    #contactUsModal .secondary-modal-title__en {
        font-size: 16px;
    }

    #contactUsModal .modal-header-description__en {
        font-size: 16px;
    }

    p.modal-header-description__uk {

        font-size: 16px;
        text-align: left;
    }

    .modal-header-description__uk span {
        font-size: 24px;
    }

    .statistics-data-icon {
        width: 28px;
        height: 28px;
    }

    .services-info li {
        align-items: center;
    }

    .modal-title-block {
        -moz-text-align-last: left;
        text-align-last: left;
    }
}

@media (max-width: 530px) {
    .reviews-slider__review {
        margin-top: -10px;
    }
}

@media (max-width: 400px) {
    .new span {
        font-size: 12px !important;
    }

    .reviews-slider__review {
        margin-top: -30px;
    }
}

@media (min-width: 320px) and (max-width: 375px) {

    .modal-title-block {
        -moz-text-align-last: left;
        text-align-last: left;
    }

    .modal-header span {
        display: block;
    }

    .intro__button {
        max-width: 290px !important;
    }

    .intro__title-block {
        max-width: 290px;
    }

    /* .uk.intro__title {
        font-size: 40px;
        
    }

    .ru.intro__title {
        
        font-size: 40px;
    }

    .en.intro__title {
        font-size: 40px;
       ;
    } */

    .intro__title-caption.en {
        font-size: 24px;

    }

    .intro__title-caption.ru {
        font-size: 24px;
    }

    .intro__title-caption.uk {
        font-size: 24px;
    }

    .intro__title-caption span {
        font-size: 16px;

    }

    .statistics-data__mark {
        padding: 0 25px;
    }


    #contactUsModal .modal-title__uk {
        font-size: 16px;
    }

    #contactUsModal .secondary-modal-title__uk {
        font-size: 16px;
    }

    p.modal-header-description__uk {
        
        font-size: 16px;
    }

    .modal-header-description__uk span {
        font-size: 16px;
        
    }

    #contactUsModal .modal-title__ru {
        font-size: 16px;
        letter-spacing: 0;
    }

    #contactUsModal .secondary-modal-title__ru {
        font-size: 16px;
    }

 

    #contactUsModal .modal-header-description__ru span {
        font-size: 16px;

    }

    #contactUsModal .modal-title__en {
        font-size: 16px;
    }

    #contactUsModal .secondary-modal-title__en {
        font-size: 16px;
        letter-spacing: 0;
    }

    #contactUsModal .modal-header-description__en {
        font-size: 16px;
        letter-spacing: 0;
    }

    #contactUsModal .modal-header-description__en span {
        font-size: 16px;
        
    }

    /* .about__title {
        margin-top: 80px;
    } */

    #servicesCarousel {
        margin-bottom: 50px;
    }

    .services-info {
        height: auto;
        padding-top: 10px;
        padding-bottom: 30px;
        /* min-height: 775px; */
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: flex-start;
        ;
    }

    .services-info ul {
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
        margin-top: 0;
      
    }

    .services-info li {
        font-size: 14px;
    }



    .news-block {
        padding-bottom: 50px;
    }

    .advantages__btn {
        width: 85%;
    }

    .gallery-categories__item.gallery-categories__item_hover.active-item {
        width: 65%;
    }

    .navbar-brand__icon {
        width: 185px;
    }

    .intro__top-image {
        margin-top: 20px;
    }

    .item.slick-slide {
        width: 400px;
    }

    .main-slider__icon-wrap {
        height: 235px;
    }

    .main-slider__icon-wrap {
        width: 86%;
    }

    .main-slider__caption {
        margin-top: 0;
    }

    .slider {
        height: 300px;
    }

    .about__logo-img {
        width: 100%;
        margin-bottom: 110px;
    }

 
}

.portfolio-slider {
    width: 100%;
    position: relative;
    margin-top: 100px;
    margin-bottom: 100px;
}

.first-item {
    width: 568px;
    height: 350px;
    display: inline-block;
    position: absolute;
    margin-left: -234px;
    left: 50%;
    right: auto;
    z-index: 50;
}

.portfolio-slider__item-img {
    background-image: url('/gallery/content/ТС_MAIN.jpg');
    background-position: center center;
    background-size: cover;
    border: 12px solid #dadada;
    position: relative;
    width: 100%;
}

.gallery-slider-item {
    display: none;
}

.first-item .portfolio-slider__item-img {
    height: 300px;
}

.second-item {
    width: 454px;
    height: 280px;
    display: inline-block;
    position: absolute;
    z-index: 49;
    margin-top: 45px;
    left: 150px;
}

.second-item.second-item-right {
    z-index: 49;
    margin-top: 45px;
    right: 150px;
    left: auto;
}

.second-item .portfolio-slider__item-img {
    height: 240px;
}

.third-item {
    width: 397px;
    height: 245px;
    display: inline-block;
    position: absolute;
    z-index: 48;
    margin-top: 59px;
    left: 0px;
}

.third-item.third-item-right {
    z-index: 48;
    margin-top: 59px;
    left: auto;
    right: 0px;
}

.third-item .portfolio-slider__item-img {
    height: 210px;
}

.l-test__form {
    margin-top: 10px;
}

.full-width {
    width: 100%;
    height: 150px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-top: 10px;
}

.imagepreview {
    width: 100%;
}