html, body {
    height: 100%;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #495057;
    line-height:1.5;
    scroll-behavior: smooth;
    background-color:#fff;
}

body.active {
    overflow:hidden;
}

* {
    margin:0;
    padding:0;
    text-shadow:1px 1px 1px rgba(0,0,0,0.005);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale;
    -moz-text-size-adjust:100%;
    -webkit-text-size-adjust:100%;
    -ms-text-size-adjust:100%;
}

.fader-wrap {
    position: fixed;
    height:100vh;
    width:100%;
    left:0;
    top:0;
    z-index: 6;
    background:rgba(26, 69, 111, 0.5);
    display:block;
    opacity: 0;
    display:none;
    pointer-events: none;
}

.site-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    margin: 0 auto;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.page-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

a {
    color:inherit;
}

a:hover {
    text-decoration: none;
}

.page-wrapper {
    width:100%;
    max-width: 1240px;
    margin:0 auto;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    padding:0 20px;
    position: relative;
}

@media screen and (max-width:991px) {
    /* .page-wrapper {
        padding-left:22px;
        padding-right: 22px;
    } */
}

.header {
    transition: 0.2s;
    position: fixed;
    left:0;
    right:0;
    top:0;
    margin:auto;
    z-index: 6;
}

.header.color {
    background-color:#fff;
    box-shadow:0px 0px 10px -4px rgba(0,0,0,0.3);
}

.header-wrapper {
    display:flex;
    justify-content: space-between;
    align-items:center;
    padding-top:30px;
    padding-bottom:30px;
    box-sizing: border-box;
    transition: 0.2s;
}

.header.color .header-wrapper {
    padding-top:10px;
    padding-bottom: 10px;
}

.header.color .burger-btn span {
    background-color:#3484F5;
}

.header.color .lang-selector-list {
    background-color:#bcbcbc;
}

.header-logo {
    display:flex;
    align-items:center;
    justify-content: flex-start;
}

.header-logo a {
    display:flex;
    align-items: center;
    justify-content: center;
    margin-right: 46px;
    max-width:130px;
}

.header-logo a img {
    max-width:100%;
}

.header-logo p {
    font-size: 15px;
    color: #868E96;
    line-height: 1.3;
    max-width:260px;
}

.header-info-block {
    display:flex;
    align-items:center;
    justify-content: flex-end;
}

.burger-btn {
    display:flex;
    justify-content: space-between;
    align-content: center;
    flex-direction: column;
    width:20px;
    height:18px;
    margin-left:42px;
    position: relative;
    cursor:pointer;
}

.burger-btn span {
    width:100%;
    background-color:#fff;
    height:2px;
    border-radius: 2px;
}

.header-contact-block {
    display:flex;
    align-items:flex-start;
    justify-content: center;
    flex-direction: column;
}

.header-info-link {
    position: relative;
    display:flex;
    align-items:center;
    justify-content: flex-start;
    color:#fff;
    text-decoration: none;
    line-height:1.3;
    font-size:15px;
}

.header-info-link.phone-link {
    font-size:18px;
    font-weight: 600;
}

.info-link-ico {
    width:24px;
    display:flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    opacity: 0.6;
}

.header.color .header-info-link {
    color:#000;
}


.lang-selector-block {
    margin-left:42px;
    position: relative;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
}

.lang-selector-list {
    display:flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    padding:3px 20px 3px 3px;
    background-color:rgba(0,0,0,0.2);
    border-radius: 4px;
    cursor:pointer;
    position: absolute;
    left: 0;
    top: 0;
}



.lang-selector-list::after {
    content:'';
    position: absolute;
    top: 12px;
    right: 7px;
    width:4px;
    height:4px;
    box-sizing: border-box;
    border-bottom:1px solid #fff;
    border-right:1px solid #fff;
    transform:rotate(45deg);
    user-select: none;
}


.lang-selector-unit{
    text-decoration: none;
    display:none;
    user-select: none;
    position: relative;
    margin-top: 3px;
    order:2;
}

.lang-selector-unit.active {
    display:flex;
    margin-top: 0;
    order:1;
}

.lang-selector-list.active .lang-selector-unit {
    display: flex;
}




.header-side-menu-wrap {
    position: fixed;
    right:0;
    top:0;
    bottom:0;
    height:100%;
    margin:auto;
    transform: translateX(100%);
    transition: 0.2s;
    background-color:#fff;
    display:flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding:0 20px;
    box-sizing: border-box;
    width:100%;
    max-width: 380px;
    overflow-y:auto;
}

.header-side-menu-wrap::before {
    content:'';
    position: absolute;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    width:80%;
    height:400px;
    background:url(../images/unit.png)no-repeat;
    background-size:contain;
    background-position: bottom center;
    opacity: 0.1;
    pointer-events: none;
}


.header-side-menu-wrap.active {
    transform:translateX(0);
}

.close-side-menu {
    width:20px;
    height:20px;
    display:flex;
    position: absolute;
    left:20px;
    top:20px;
    justify-content: center;
    align-items: center;
    cursor:pointer;
}

.header-side-menu {
    padding-top:80px;
    box-sizing: border-box;
    padding-bottom: 40px;
    width:100%;
}

nav {
    display:flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width:100%;
}

nav a {
    padding:20px 0;
    box-sizing: border-box;
    color:#000;
    font-size:18px;
    font-weight: 600;
    border-bottom: 1px solid #E9ECEF;
    text-decoration: none;
    width:100%;
}

nav a:last-child {
    border-bottom: none;
}

nav a.active, nav a:hover {
    color:#3484F5;
}




/*main-bn-section*/

.main-bn-section {
    position: relative;
    min-height: 100vh;
}

.main-bg-pic-holder{
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin: auto;
    display:flex;
    align-content: center;
    justify-content: flex-end;
    overflow:hidden;
}

.main-bg-pic-holder::after {
    content: '';
    position: absolute;
    top: -100%;
    bottom: -100%;
    left: -42%;
    margin: auto;
    background-color: #F6F7FB;
    width: 100%;
    height: 200%;
    transform: rotate(-18deg);
}

.main-bn-carousel {
    min-height:100vh;
}

.main-bn-carousel .slick-arrow.slick-prev {
    position: absolute;
    top:0;
    bottom:0;
    margin:auto;
    left:40px;
    width:40px;
    height:40px;
    background:url(../images/carousel-arrow-blue.svg)no-repeat;
    background-size:cover;
    z-index: 2;
    font-size:0;
    border:none;
    outline:none;
    cursor:pointer;
    transition: 0.2s;
}

.main-bn-carousel .slick-arrow.slick-next {
    position: absolute;
    margin:auto;
    top:0;
    bottom:0;
    right:40px;
    width:40px;
    height:40px;
    background:url(../images/carousel-arrow-white.svg)no-repeat;
    background-size:cover;
    z-index: 2;
    font-size:0;
    border:none;
    outline:none;
    transform: rotate(180deg);
    cursor:pointer;
    transition: 0.2s;
}

.main-bn-carousel .slick-arrow:hover {
    opacity: 0.6;
}

.main-bn-carousel .slick-track{
    display: flex;
    align-items: stretch;
    min-height: 100vh;
}

.main-bn-carousel .main-bn-unit {
    outline: none;
    display:flex;
    align-items: center;
    justify-content: space-between;
    height:auto;
    position: relative;
}

.main-bn-title {
    font-size: 42px;
    color: #212529;
    line-height: 1.3;
    font-weight: 800;
    margin-bottom: 32px;
}

.main-bn-unit-wrap {
    z-index: 1;
    display:flex;
    align-items: center;
    justify-content: space-between;
}

.text-panel {
    font-size: 15px;
    color: #343A40;
    font-weight: 500;
}

.text-panel p {
    margin-bottom: 20px;
}

.text-panel ul {
    list-style: none;
    margin-bottom: 20px;
}

.text-panel ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 12px;
}

.text-panel ul li::after {
    content:'';
    position: absolute;
    width:5px;
    height:5px;
    background-color:#00A9E0;
    transform:rotate(45deg);
    top: 9px;
    left: 0;
}




.btn-row {
    display:flex;
    align-items: center;
    justify-content: flex-start;
}

.main-bn-unit .btn-row{
    margin-top:36px;
}

.btn {
    display:flex;
    align-items: center;
    justify-content: center;
    background: #00A9E0;
    box-shadow: 0 6px 20px 0 rgba(0,169,224,0.20);
    border-radius: 5px;
    text-align: center;
    font-size: 13px;
    color: #FFFFFF;
    letter-spacing: 0.5px;
    line-height: 24px;
    font-weight: 600;
    padding:13px 32px;
    box-sizing: border-box;
    cursor: pointer;
    text-decoration: none;
    outline:none;
    text-transform: uppercase;
    transition: 0.2s;
    border:none;
}


.btn:hover {
    background-color:#25c2f6;
}



.main-bn-carousel .slick-dots {
    position: absolute;
    left:0;
    bottom:30px;
    right:0;
    width:100%;
    display:flex;
    align-items: center;
    justify-content: center;
    list-style: none;
}

.main-bn-carousel .slick-dots button {
    display:flex;
    align-items: center;
    justify-content: center;
    width:12px;
    height:12px;
    border:2px solid #00A9E0;
    background-color:#fff;
    border-radius: 20px;
    line-height: 1;
    font-size:0;
    outline: none;
    opacity: 0.5;
    margin:0 5px;

}

.main-bn-carousel .slick-dots .slick-active button {
    background-color:#00A9E0;
    opacity: 1;

}

.section-title {
    font-size: 32px;
    color: #212529;
    letter-spacing: 0.3px;
    line-height: 46px;
    text-align: left;
    font-weight: 700;
    margin-bottom: 60px;
}










.products-section {
    position: relative;
    padding-top:60px;
    padding-bottom: 60px;
    box-sizing: border-box;
}

.products-section::after {
    content: '';
    position: absolute;
    left: 0;
    top: -240px;
    right: 0;
    pointer-events: none;
    background: url(../images/tri-decor.svg)no-repeat;
    background-size: 100%;
    margin: auto;
    width: 100%;
    height: 240px;
    background-position: bottom center;
}

.products-section::before{
    content:'';
    position: absolute;
    width:100%;
    height:61px;
    background:url(../images/dotted-line-pattern.svg) repeat-x;
    background-size:auto;
    bottom:0;
    left:0;
    right:0;
    margin: auto;
}


.products-panel-list {
    display:flex;
    flex-flow:row wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.products-unit {
    width:50%;
    display:flex;
    flex-flow:row nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 60px;
}

.products-unit-pic-holder {
    margin-right: 20px;
    display:flex;
    align-items: center;
    justify-content: center;
}

.products-unit-title {
    font-size: 20px;
    color: #212529;
    letter-spacing: 0;
    font-weight: 600;
    line-height:1.3;
    margin-bottom: 20px;
    margin-top: 16px;
}

.products-unit-list-col ul {
    list-style: none;
}

.products-unit-list-col ul li {
    margin-bottom: 12px;
    font-size:15px;
}


.about-section {
    padding-bottom: 120px;
}

.services-section {
    position: relative;
    padding-top:80px;
    padding-bottom: 80px;
    box-sizing: border-box;
}

.services-section .section-title {
    text-align: center;
}

.partners-panel {
    display:flex;
    align-items: stretch;
    justify-content: space-between;
    margin-bottom: 90px;
}

.services-list{
    display:flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-flow:row wrap;
}

.services-unit {
    width:calc(33.33% - 20px);
    margin-right: 30px;
    margin-bottom: 30px;
    background: #EBEEF4;
    border-radius: 12px;
    padding:24px 30px;
    box-sizing: border-box;
    text-decoration: none;
    color:#000;
    position: relative;
    overflow:hidden;
}

.services-unit:nth-child(3n){
    margin-right:0;
}

.services-title {
    font-size: 20px;
    color: #212529;
    font-weight: 600;
    margin-bottom: 24px;
    padding-bottom: 20px;
    box-sizing: border-box;
    position: relative;
    transition: 0.2s;
}

.services-title::after {
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    height:2px;
    width:80px;
    background: linear-gradient(90deg, #00A9E0 0%, #00D4F2 80px, #00D4F2 81px, #fff 120px, #fff 200px );
    background-position: left;
}

.services-cont {
    font-size: 15px;
    color: #343A40;
    line-height: 1.6;
    font-weight: 500;
    transition: 0.2s;
    position: relative;
}

.services-cont p {
    margin-bottom: 18px;
}

.services-cont p:last-child {
    margin-bottom: 0;
}

.services-unit::before {
    background-image: linear-gradient(180deg, #00A9E0 0%, #00D4F2 100%);
    top:0;
    left:0;
    bottom:0;
    right:0;
    margin:auto;
    content:'';
    opacity: 0;
    transition: 0.2s;
    position: absolute;
}

.services-unit:hover::before {
    opacity: 1;
}

.services-unit:hover .services-title::after {
    background:#fff;
}

.services-unit:hover .services-title, .services-unit:hover .services-cont{
    color:#fff;
}

.about-panel {
    display:flex;
    align-items: stretch;
    justify-content: space-between;
}

.about-text-col {
    width:50%;
    padding-right:50px;
    box-sizing: border-box;
}

.about-text-list-unit {
    padding-bottom: 24px;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 24px;
}

.about-text-list-unit::after {
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    width:272px;
    height:1px;
    background:#E9ECEF;
}

.about-text-list-unit:last-child::after {
    display:none;
}

.about-text-unit-title {
    font-size:15px;
    font-weight: 600;
    margin-bottom: 15px;
    position: relative;
}

.about-pic-col {
    width:50%;
    position: relative;
}

.about-pic-1 {
    position: absolute;
    left:0;
    top:0;
    max-width:100%;

}
.about-pic-2 {
    position: absolute;
    left:30%;
    top:30%;
    max-width:100%;
}




.partners-section {
    background-color:#F6F7FB;
    padding-top:40px;
    padding-bottom:40px;
    box-sizing: border-box;
}

.partners-text-col {
    width:30%;
    padding-right: 20px;
    box-sizing: border-box;
}

.partners-text-col::after {
    content:'';
    position: absolute;
    left:0;
    bottom:-20%;
    width:170px;
    height:350px;
    background:url(../images/partners-pattern.svg)no-repeat;
    background-size:contain;
}

.partners-section .section-title {
    margin-bottom: 30px;
}

.partners-list-col {
    width: 70%;
}

.partners-list {
    display:flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-flow:row wrap;
}

.partners-pic-holder {
    display:flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom:24px;
}

.partners-unit {
    border-right:1px solid #E9ECEF;
    border-top:1px solid #E9ECEF;
    display:flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width:33.33%;
    padding:50px;
    box-sizing: border-box;
}

.partners-unit:last-child {
    border-right:1px solid transparent;
}

.partners-pic-holder{
    width:100%;
}

.partners-pic-holder img {
    max-width:100%;
}

.partners-unit:nth-child(1), .partners-unit:nth-child(2), .partners-unit:nth-child(3) {
    border-top:1px solid transparent;
}

.partners-unit:nth-child(3n) {
    border-right:1px solid transparent;
}

.partners-unit-cont {
    display:flex;
    align-items: flex-start;
    flex-direction: column;
}

.partners-unit-cont a{
    text-decoration: none;
    display:flex;
    align-items: center;
    flex-flow:row nowrap;
    margin-bottom: 10px;
    font-size: 13px;
    color: #212529;
}

.partners-unit-cont a.partner-outter-link{
    color: #00A9E0;
}

.partners-unit-cont a img {
    margin-right: 10px;
}





.call-back-form {
    padding:45px 80px;
    box-sizing: border-box;
    box-shadow: 0 24px 36px -12px rgba(66,81,97,0.20);
    background-color:#fff;
    border-radius: 20px;
    margin-bottom: -250px;
    z-index: 2;
}

.input-row {
    display:flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    margin-bottom: 24px;
}

.input-row input {
    background: #FFFFFF;
    border: 1px solid #DEE2E6;
    border-radius: 7px;
    padding-left:20px;
    box-sizing: border-box;
    height:50px;
    width:100%;
}

.input-rows-50 {
    display:flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow:row nowrap;
}

.input-rows-50 .input-row {
    width:calc(50% - 12px);
    margin-right: 24px;
    margin-bottom: 24px;
}

.input-rows-50 .input-row:nth-child(2n) {
    margin-right: 0;
}

.input-row textarea{
    background: #FFFFFF;
    border: 1px solid #DEE2E6;
    border-radius: 7px;
    padding-left:20px;
    padding-top:10px;
    box-sizing: border-box;
    height:100px;
    width:100%;
    resize: vertical;
}




.call-back-form form {
    display:flex;
    justify-content:space-between;
    align-items: stretch;
}

.form-title-col {
    width: 40%;
    padding-right: 20px;
    box-sizing: border-box;
    background:url(../images/icon-chat.svg)no-repeat;
    background-position: bottom center;
}



.form-inputs-col {
    width:50%;
    padding-left: 20px;
    box-sizing: border-box;
}

.accept-check-row {
    position: relative;
    margin-bottom:24px;
}

.accept-check-row label {
    position: relative;
    padding-left:36px;
    box-sizing: border-box;
    cursor:pointer;
    user-select: none;
}

.accept-check-row label a {
    cursor: pointer;
    color:#00A9E0;
    font-weight: 600;
    text-decoration: none;
}

.accept-check-row label a:hover {
    text-decoration: underline;
}

.accept-check-row input {
    display:none;
}

.accept-check-row label::after {
    content:'';
    position: absolute;
    left:0;
    top: -4px;
    margin:auto;
    width:24px;
    height:24px;
    border: 1px solid #DEE2E6;
    border-radius: 5px;
}

.accept-check-row label::before {
    content:'';
    position: absolute;
    left:5px;
    top: 1px;
    bottom:0;
    margin:auto;
    width:16px;
    height:16px;
    border-radius: 4px;
    background-color:#00A9E0;
    opacity: 0;
    transition: 0.2s;
}

.accept-check-row input:checked + label::before {
    opacity: 1;
}



.footer-panel {
    display:flex;
    justify-content: center;
    align-items: center;
    padding-top:46px;
    padding-bottom:46px;
}

.footer-panel p {
    font-size: 15px;
    color: #868E96;
    letter-spacing: 0.3px;
    text-align: center;
    line-height: 28px;
    max-width: 580px;
}

.map-legend {
    width:100%;
    max-width: 950px;
    background: #FFFFFF;
    box-shadow: 0 24px 36px -12px rgba(66,81,97,0.20);
    border-radius: 52px;
    position: absolute;
    bottom:32px;
    left:0;
    right: 0;
    margin:auto;
    display:flex;
    align-items: center;
    justify-content: space-between;
    padding:25px 32px;
    box-sizing: border-box;
}

.ml-unit, .ml-unit a {
    font-weight: 500;
    font-size:15px;
    color: #212529;
    letter-spacing: 0.3px;
    line-height: 1.3;
    display:flex;
    align-items: center;
    justify-content: flex-end;
    text-decoration: none;
}

.ml-unit img {
    margin-right:10px;
    opacity: 0.4;
}

.map-section {
    position: relative;
}

@media screen and (max-width:1080px) {

    .header-logo a {
        margin-right:0;
        margin-bottom: 10px;
        max-width: 80px;
    }

    .header-logo {
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        margin-bottom:10px;
    }

    .header-logo p {
        text-align: center;
    }

    .main-bn-pic-holder img{
        max-width:100%;
    }

    .services-unit {
        width:calc(50% - 15px);
    }

    .services-unit:nth-child(3n) {
        margin-right: 30px;
    }

    .services-unit:nth-child(2n) {
        margin-right: 0;
    }

    .about-section {
        overflow: hidden;
    }

    .partners-panel {
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }

    .partners-text-col {
        width:100%;
        padding-right: 0;
    }

    .partners-text-col {
        text-align: center;
    }

    .partners-text-col .section-title {
        text-align: center;
        margin-bottom: 20px;
    }

    .partners-list-col {
        width: 100%;
    }

    .partners-text-col::after {
        display:none;
    }
}

@media screen and (max-width:768px) {
    .header-logo p {
        display:none;
    }

    .header-contact-block .header-info-link{
        font-size:0;
    }

    .header-wrapper{
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }

    .header-contact-block {
        flex-flow:row nowrap;
    }

    .header-contact-block a{
        margin-right: 20px;
    }

    .header-contact-block a:last-child {
        margin-right: 0;
    }

    .info-link-ico {
        width:32px;
        height:32px;
        display:flex;
        align-items: center;
        justify-content: center;
        border-radius: 32px;
        background-color: #fff;
        opacity: 1;
        margin-right: 0;
    }

    .lang-selector-block {
        margin-left: 20px;
    }

    .header-logo a {
        margin-right: 0;
    }

    .info-link-ico svg path {
        fill:#00A9E0;
    }

    .main-bn-unit-wrap {
        flex-direction: column;
        align-items: center;
        padding-bottom: 70px;
        box-sizing: border-box;
    }

    .main-bn-title {
        font-size:24px;
    }

    .header.color .info-link-ico {
        background-color:#00A9E0;
    }

    .header.color .info-link-ico svg path {
        fill:#fff;
    }

    .main-bn-pic-holder {
        max-width:300px;
    }

    .main-bn-pic-holder img {
        max-width:100%;
    }

    .main-bg-pic-holder {
        width: 240px;
        height: 240px;
        border-radius: 200px;
        display: flex;
        align-items: center;
        justify-content: center;
        bottom: auto;
        top: 185px;
    }

    .main-bn-text-side {
        text-align: center;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: flex-start;
        order:2;
    }

    .main-bn-unit .btn-row {
        justify-content: center;
        margin-top:16px;
    }

    .main-bg-pic-holder::after {
        display:none;
    }

    .main-bn-carousel .main-bn-unit {
        background: #F6F7FB;
        padding-top:140px;
        box-sizing: border-box;
    }

    .main-bn-pic-side {
        padding-top:50px;
        box-sizing: border-box;
        order:1;
    }

    .products-section::after {
        top: -239px;
    }

    .main-bn-carousel .text-panel ul {
        list-style: none;
        margin-bottom: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .burger-btn {
        width:32px;
        height:32px;
        background-color:#fff;
        border-radius: 32px;
        padding: 9px 8px;
        box-sizing: border-box;
        margin-left: 24px;
    }

    .burger-btn span {
        background-color:#00A9E0;
    }

    .header.color .burger-btn {
        background-color: #00A9E0;
    }

    .header.color .burger-btn span {
        background-color:#fff;
    }

    .products-unit-list-col ul {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .products-unit {
        width:100%;
        align-items: flex-start;
    }

    .products-unit-list-col ul li {
        font-size:13px;
    }

    .products-unit-title {
        margin:0 0 10px 0;
        font-size:18px;
    }

    .products-unit-pic-holder {
        max-width: 100px;
        min-width: 100px;
    }

    .products-unit-pic-holder img {
        max-width: 100%;
    }

    .products-unit {
        margin-bottom: 30px;
    }

    .services-unit {
        margin: 0 !important;
        padding:20px;
    }

    .services-list .slick-track {
        display: flex;
        align-items: stretch;
    }

    .services-list .slick-dots, .partners-list .slick-dots{
        display:flex;
        align-items: center;
        justify-content: center;
        width:100%;
        position: absolute;
        left:0;
        bottom: -30px;
        right:0;
        margin:auto;
        flex-flow:row wrap;
        list-style: none;
    }

    .services-list .services-unit {
        height:auto;
    }

    .services-list .slick-dots button, .partners-list .slick-dots button {
        font-size:0;
        width:7px;
        height:7px;
        margin:5px;
        background-color:#CED4DA;
        border:none;
        outline:none;
        border-radius: 10px;
    }

    .services-title {
        font-size:18px;
    }

    .services-list .slick-dots .slick-active button, .partners-list .slick-dots .slick-active button  {
        background-color:#00A9E0;
    }

    .about-pic-col {
        display:none;
    }

    .about-text-col {
        width:100%;
        padding-right: 0;
    }

    .section-title {
        font-size:24px;
        margin-bottom: 30px;
        line-height: 1.3;
    }

    .partners-list .partners-unit {
        display:flex;
        justify-content: center;
        align-items: center;
        border:none !important;
        padding:20px;
    }

    .partners-pic-holder {
        justify-content: center;
        align-items: center;
    }

    .call-back-form {
        padding: 35px 20px;
    }

    .call-back-form form {
        display:flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }

    .form-title-col {
        width:100%;
        padding-right: 0;
        background:none;
        margin-bottom: 30px;
    }

    .input-rows-50 {
        flex-direction: column;
        align-items: flex-start;
    }

    .input-rows-50 .input-row {
        width:100%;
    }

    .partners-section .section-title {
        margin-bottom: 10px;
    }


    .form-inputs-col {
        width:100%;
        padding-left:0;
    }

    .about-section {
        padding-bottom: 30px;
    }

}

@media screen and (max-width:860px) {
    .map-legend {
        flex-flow: row wrap;
        max-width: calc(100% - 40px);
        justify-content: center;
    }

    .ml-unit {
        margin:10px;
    }
}

@media screen and (max-width:480px) {
    .map-legend {
        align-items: flex-start;
        justify-content: flex-start;
    }

    .map-legend {
        padding:20px;
        box-sizing: border-box;
    }

    .call-back-form .btn {
        width:100%;
    }

    .main-bn-carousel .text-panel ul {
        align-items: flex-start;
    }

    .text-panel ul li {
        text-align: left;
    }

}

@media screen and (max-width:375px) {
    .products-unit-pic-holder {
        min-width: 100px;
    }

    .products-unit-title {
        font-size:14px;
    }


}