@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700;900&display=swap');

/*  RESET
______________________________________________________________________________*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*  RESET END
______________________________________________________________________________*/


/* FONTS
______________________________________________________________________________*/

body {
    font: 400 18px/1.55 'Montserrat', sans-serif;
}
@media (max-width: 1440px) {
    body {
        font: 400 16px/1.6 'Montserrat', sans-serif;
    }
}
.title-lvl-1 {
    font-size: 40px;
    line-height: 1.25;
    font-style: normal;
    font-weight: 900;
}
.title-lvl-2 {
    font-size: 24px;
    line-height: 1.41;
    font-style: normal;
    font-weight: 600;
}
.title-lvl-3 {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}
p {
    margin-bottom: 10px;
}
p:last-child {
    margin-bottom: 0;
}
@media (max-width: 1440px) {
    .title-lvl-1 {
        font-size: 30px;
        line-height: 40px;
    }
    .title-lvl-2 {
        font-size: 18px;
        line-height: 28px;
    }
    .title-lvl-3 {
        font-size: 16px;
    }
}

/* FONTS END
______________________________________________________________________________*/


/* REUSABLE STYLES
______________________________________________________________________________*/

.hide {
    display: none !important;
}
.show {
    display: block !important;
}
.invisible {
    visibility: hidden;
}

/* REUSABLE STYLES END
______________________________________________________________________________*/


/* FOUNDATION
______________________________________________________________________________*/

html {
    height: 100%;
}
body {
    background-color: #ffffff;
    -webkit-text-size-adjust: none;
    color: #000000;
    height: 100%;
    min-height: 100%;
    position: relative;
}
a {
    color: #3D99ED;
    text-decoration: none;
    transition: color 0.3s ease;
}
a:hover {
    color: #4Daaff;
    text-decoration: none;
}
img {
    color: #b52131;
}
strong {
    font-weight: bold;
}
section {
    padding-top: 140px;
}
.wrapper {
    position: relative;
    overflow: hidden;
    min-height: 100%;
}
@media (max-width: 1440px) {
    section {
        padding-top: 100px;
    }
}
@media (max-width: 768px) {
    section {
        padding-top: 40px;
    }
}

/* FOUNDATION
______________________________________________________________________________*/


/* MAIN */

.main {
    width: 100%;
    max-width: 1670px;
    margin: auto;
    padding: 0 70px;
    box-sizing: border-box;
}
@media (max-width: 1440px) {}
@media (max-width: 1024px) {
    .main {
        padding: 0 16px;
    }
}

/* MAIN END */


/* BUTTONS
______________________________________________________________________________*/

.btn {
    display: inline-block;
    vertical-align: middle;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
    text-decoration: none;
    padding: 12px 32px 12px 32px;
    margin: 0;
    border: 2px solid #000;
    transition: background-color .15s linear, color .15s linear, border-color .15s linear;
    border-radius: 50px;
    background: #000;
    color: #fff;
    text-align: center;
    -webkit-appearance: none;
    font-weight: 700;
    cursor: pointer;
}
.btn:hover {
    color: #fff;
}
.btn--outline {
    background: transparent;
    color: #000;
}
.btn--outline:hover {
    background: #000;
    color: #fff;
}
.link-arrow {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
    color: #000;
}
.link-arrow i {
    margin-left: 32px;
    width: 32px;
    height: 32px;
    display: block;
    background-image: url('../images/icon-arrow.svg');
    background-repeat: no-repeat;
    background-size: contain;
}
@media (max-width: 1440px) {
    .btn {
        font-size: 18px;
        font-weight: 600;
        line-height: 28px;
        padding: 11px 30px 11px 30px;
    }
    .link-arrow {
        font-size: 18px;
        line-height: 24px;
    }
    .link-arrow i {
        margin-left: 34px;
        width: 24px;
        height: 24px;
    }
}

/* BUTTONS END
______________________________________________________________________________*/


/* FORM __________________________-*/

.form {}
.form .form-row {
    margin-bottom: 32px;
}
.form .form-row__captcha {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
}
.form .form-row__captcha .col-btn {
    padding: 34px 0 0 10px;
}
.form .form-group {
    position: relative;
}
.form .form-control {
    font-family: 'Montserrat', sans-serif;
    height: 50px;
    border: 2px solid #303030;
    border-radius: 25px;
    background: #fff;
    font-size: 18px;
    font-weight: 400;
    box-sizing: border-box;
    width: 100%;
    padding: 2px 0 2px 50px;
}
.form .has-error .form-control {
    border: 2px solid #F47F2B;
}
.form textarea.form-control {
    min-height: 140px;
    padding-top: 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    resize: none;
    display: block;
}
.form .control-label {
    text-align: left;
    margin-bottom: 0;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: #F1F1F0;
    position: absolute;
    top: 5px;
    left: 5px;
    text-indent: -10000px;
}
.control-label__name {
    background-image: url('../images/icon-form-name.svg');
}
.has-error .control-label__name {
    background-image: url('../images/icon-form-name-error.svg');
}
.control-label__email {
    background-image: url('../images/icon-form-email.svg');
}
.has-error .control-label__email {
    background-image: url('../images/icon-form-email-error.svg');
}
.control-label__subject {
    background-image: url('../images/icon-form-subject.svg');
}
.control-label__message {
    background-image: url('../images/icon-form-message.svg');
}
.has-error .control-label__message {
    background-image: url('../images/icon-form-message-error.svg');
}
::-webkit-input-placeholder {
    color: #181818;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}
::-moz-placeholder {
    color: #181818;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}
:-ms-input-placeholder {
    color: #181818;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}
::-ms-input-placeholder {
    color: #181818;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}
::placeholder {
    color: #181818;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}
.form-note {
    margin: 0;
}
.alert-msg {
    position: absolute;
    color: #F47F2B;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    margin-top: 4px;
}

@media (max-width: 1280px) {
    .form .form-row__captcha .col-btn {
        padding-left: 0;
        padding-right: 0;
    }
    .form .form-row__captcha .col-btn .btn {
        width: 100%;
        min-width: 245px;
    }
}
@media (max-width: 768px) {
    .form .form-row {
        margin-bottom: 16px;
    }
    .form .form-row__captcha .col-btn {
        width: 100%;
    }
}

/* FORM END ________-*/


/* HEADER
______________________________________________________________________________*/

.header {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    will-change: auto;
}
.header.header--scrolled {
    background: #fff;
    box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.1);
}
.header .main {
    position: relative;
}
.header .header__inner {
    position: relative;
    padding: 22px 0;
    transition: padding 0.3s ease;
    will-change: auto;
    display: flex;
    justify-content: space-between;
}
.header--scrolled .header__inner {
    padding: 15px 0;
}
.header .header__logo {
    display: block;
    width: 100%;
    max-width: 292px;
    overflow: hidden;
    will-change: auto;
    transition: max-width 0.15s ease-out;
}
.header.header--scrolled .header__logo {
    max-width: 200px;
}
.header .header__logo img {
    display: block;
    width: 100%;
}
.header-nav {
    display: block;
    padding-top: 6px;
    transition: all 0.3s ease-in;
}
.header .nav__list {
    display: flex;
}
.header .nav__item {
    position: relative;
    margin-right: 48px;
}
.header .nav__item:last-child {
    padding-right: 0;
    margin-right: 0;
}
.header .nav__link {
    color: #000000;
    transition: color 0.3s ease;
    position: relative;
}
.header .nav__link:after {
    display: block;
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -30px;
    width: 61px;
    height: 8px;
    background: url('../images/icon-menu-current.svg');
    opacity: 0;
    transition: opacity 0.3s ease-in;
}
.header .nav__item .nav__link:hover:after, .header .nav__item .nav__link.mPS2id-highlight:after {
    opacity: 1;
}
.btn-mob-menu {
    display: none;
    background: transparent;
    -webkit-appearance: none;
    border: 0;
    color: #000;
    position: absolute;
    top: 13px;
    right: 0;
    cursor: pointer;
    z-index: 101;
}
.btn-mob-menu:focus {
    outline: none;
}
.btn-mob-menu__inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.btn-mob-menu__label {
    display: block;
    position: relative;
    padding-top: 5px;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 10px;
}
.btn-mob-menu__dots {
    display: flex;
    justify-content: center;
    width: 100%;
    position: relative;
}
.btn-mob-menu__dot {
    display: block;
    width: 6px;
    height: 6px;
    margin: 0 3px;
    border-radius: 100%;
    background: #000;
    transition: height 0.3s ease-in-out, width 0 ease-in-out;
}
@media (max-width: 1024px) {
    .header .header__logo {
        width: 186px;
        z-index: 101;
    }
    .header .header__inner {
        padding: 15px 0;
    }
}
@media (max-width: 980px) {
    .header .header__inner {
        padding: 8px 0;
    }
    .header .header__logo {}
    .header-nav {
        position: fixed;
        background: #fff;
        right: 150%;
        width: 100%;
        z-index: 100;
        padding: 0 16px;
        top: 0;
        bottom: 0;
    }
    .header .nav__list {
        display: block;
        padding-top: 50px;
        text-align: right;
    }
    .header .nav__item {
        margin: 0 0 8px;
    }
    .header-nav.active {
        right: 0;
    }
    .btn-mob-menu {
        display: block;
        padding: 0;
    }
    .state-2 {
        position: absolute;
        left: -2px;
        right: 0;
        text-align: center;
        opacity: 0;
    }
    .btn-mob-menu.active {}
    .btn-mob-menu.active .state-1 {
        opacity: 0;
    }
    .btn-mob-menu.active .state-2 {
        opacity: 1;
    }
    .btn-mob-menu.active .btn-mob-menu__dot:nth-child(1), .btn-mob-menu.active .btn-mob-menu__dot:nth-child(3) {
        position: absolute;
        height: 2px;
        border-radius: 2px;
        width: 24px;
        margin: 0;
        transform-origin: center;
        transition: width 0.3s ease;
    }
    .btn-mob-menu.active .btn-mob-menu__dot:nth-child(1) {
        transform: rotatez(20deg);
    }
    .btn-mob-menu.active .btn-mob-menu__dot:nth-child(2) {
        opacity: 0;
    }
    .btn-mob-menu.active .btn-mob-menu__dot:nth-child(3) {
        transform: rotatez(-20deg);
    }
}

/* HEADER END
______________________________________________________________________________*/


/* FOOTER
______________________________________________________________________________*/

.footer {
    padding: 140px 0 20px;
    color: #181818;
    position: relative;
    z-index: 10;
}
.footer .main {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer .copyright {
    color: #181818;
}
.footer .nav__list {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.footer .nav__link {
    margin-left: 24px;
    color: #000000;
}
@media (max-width: 1440px) {
    .footer {
        padding-top: 100px;
    }
}
@media (max-width: 768px) {
    .footer {
        padding: 40px 0 40px;
    }
    .footer .main {
        flex-direction: column;
    }
    .footer .copyright {
        order: 2;
        width: 100%;
        margin-top: 24px;
    }
    .footer .nav {
        order: 1;
        width: 100%;
    }
    .footer .nav__list {
        display: block;
    }
    .footer .nav__item {
        margin-bottom: 16px;
    }
    .footer .nav__link {
        margin: 0;
    }
}

/* FOOTER END
______________________________________________________________________________*/


/* Intro ____________________________-*/

.section-intro {
    padding-top: 104px;
}
.section-intro .main {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.section-intro .col {
    flex-basis: 50%;
    width: 50%;
    max-width: 50%;
    flex-grow: 0;
    flex-shrink: 0;
    box-sizing: border-box;
}
.section-intro .col-info {
    padding-left: calc(50%/6);
}
.section-intro .intro-title {
    font-size: 64px;
    line-height: 74px;
    font-weight: 900;
    max-width: 620px;
    padding-top: 80px;
}
.section-intro .color-1 {
    color: #F47F2B;
}
.section-intro .color-2 {
    color: #3D99ED;
}
.section-intro .color-3 {
    color: #54CE52;
}
.section-intro .btn-wrap {
    margin-top: 56px;
}
.section-intro .col-pic img {
    display: block;
    width: calc(100% + 40px);
    margin-right: -40px;
}
@media (max-width: 1440px) {
    .section-intro .intro-title {
        font-size: 50px;
        line-height: 60px;
        padding-top: 0;
    }
    .section-intro .btn-wrap {
        margin-top: 38px;
    }
}
@media (max-width: 1024px) {
    .section-intro {
        padding-top: 80px;
    }
    .section-intro .col-info {
        padding-left: 30px;
        flex-shrink: 0;
        flex-grow: 1;
        max-width: 480px;
        flex-basis: auto;
        width: auto;
    }
    .section-intro .col-pic {
        flex-shrink: 1;
    }
}
@media (max-width: 980px) {
    .section-intro {
        padding: 87px 0 40px;
    }
    .section-intro .main {
        display: block;
    }
    .section-intro .col-info {
        padding: 0;
    }
    .section-intro .intro-title {
        font-size: 37.5px;
        line-height: 47px;
    }
    .section-intro .btn-wrap {
        margin-top: 27px;
    }
    .section-intro .col-pic {
        margin: 25px auto 0;
        width: 100%;
        max-width: 375px;
    }
    .section-intro .col-pic img {
        width: 100%;
    }
}

/* About ____________________________-*/

.section-about .card {
    border-radius: 100px;
    background: #FFDB21;
    padding: 60px 64px 50px;
    display: flex;
    align-items: flex-start;
    position: relative;
}
.section-about .card:after {
    display: block;
    content: '';
    position: absolute;
    bottom: -50px;
    right: 9%;
    width: 126px;
    height: 88px;
    background: url('../images/pic-about-decor.png');
}
.section-about .col-pic {
    margin-right: 60px;
}
.section-about .col-info {
    padding: 50px 66px 0 100px;
}
.section-about .title {
    margin-bottom: 56px;
}
@media (max-width: 1440px) {
    .section-about .card {
        padding: 60px 0 50px;
    }
    .section-about .col-pic {
        width: calc(100%/12 * 4);
        margin: 0;
    }
    .section-about .col-pic img {
        margin-left: -66px
    }
    .section-about .col-info {
        width: calc(100%/12 * 8);
        margin: 0;
        padding: 32px 100px 0 128px;
    }
    .section-about .title {
        margin-bottom: 43px;
    }
}
@media (max-width: 980px) {
    .section-about {
        background: #FFDB21;
        padding: 40px 0;
    }
    .section-about .card {
        flex-direction: column;
        padding: 0;
        margin: 0;
    }
    .section-about .col-pic {
        width: 100%;
        order: 2;
        margin: 30px 0 0;
    }
    .section-about .col-pic img {
        display: block;
        margin: 0 auto;
        width: 80%;
        max-width: 285px;
    }
    .section-about .col-info {
        width: 100%;
        padding: 0;
        order: 1;
    }
    .section-about .title {
        margin-bottom: 26px;
    }
    .section-about .card:after {
        display: none;
    }
}

/* Services ____________________________-*/

.section-services {}
.section-services .inner {
    padding: 0 calc(100% / 12);
}
.section-services .title {
    margin-bottom: 8px;
}
.section-services .services {
    margin-top: 56px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: -40px;
    margin-right: -40px;
}
.services__item {
    margin: 0 40px 32px;
    flex-basis: calc(100% / 3 - 80px);
    padding: 22px 0 0;
    position: relative;
}
.services__item.item-7, .services__item.item-8 {
    flex-basis: calc(100% / 2 - 80px);
}
.services__item:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 118px;
    height: 56px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
}
.services__item.item-1:before {
    background-image: url('../images/icon-service-01.svg');
}
.services__item.item-2:before {
    background-image: url('../images/icon-service-02.svg');
}
.services__item.item-3:before {
    background-image: url('../images/icon-service-03.svg');
}
.services__item.item-4:before {
    background-image: url('../images/icon-service-04.svg');
}
.services__item.item-5:before {
    background-image: url('../images/icon-service-05.svg');
}
.services__item.item-6:before {
    background-image: url('../images/icon-service-06.svg');
}
.services__item.item-7:before {
    background-image: url('../images/icon-service-04.svg');
}
.services__item.item-8:before {
    background-image: url('../images/icon-service-05.svg');
}
.services__title {
    position: relative;
    margin-bottom: 16px;
}
.services__item p {
    position: relative;
}
.slick-arrow {
    position: absolute;
    bottom: -1px;
    width: 24px;
    height: 24px;
    border: none;
    text-indent: -10000px;
    font-size: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}
.slick-prev {
    left: 0;
    background-image: url('../images/icon-arr-left.svg');
}
.slick-next {
    right: 0;
    background-image: url('../images/icon-arr-right.svg');
}
.slick-dots {
    width: 100%;
    text-align: center;
    line-height: 0;
    margin-top: 24px;
}
.slick-dots li {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    height: 24px;
    width: 24px;
    align-items: center;
}
.slick-dots li button {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    border: none;
    background-color: #000;
    padding: 0;
    text-indent: -10000px;
    cursor: pointer;
}
.slick-dots li.slick-active {
    background-image: url('../images/icon-page-active.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;

}
.slick-dots li.slick-active button {
    background-color: #54CE52;    
}
@media (max-width: 1280px) {
    .section-services .inner {
        padding: 0;
        max-width: 880px;
        margin: 0 auto;
    }
    .section-services .services {
        margin-top: 47px;
    }
    .services__item {
        margin: 0 40px 40px;
        flex-basis: calc(100% / 2 - 80px);
    }
}
@media (max-width: 980px) {
    .section-services {
        padding: 40px 0;
    }
    .section-services .services {
        margin: 26px 0 0;
    }
    .services__item, .services__item.item-7, .services__item.item-8 {
        margin: 0;
        flex-basis: 100%;
    }
}
.section-services .card {
    margin-top: 24px;
    border-radius: 70px;
    background: #F47F2B;
    padding: 56px;
    text-align: center;
    color: #fff;
    position: relative;
}
.section-services .card:after {
    display: block;
    content: '';
    position: absolute;
    top: -25px;
    right: 4%;
    width: 118px;
    height: 105px;
    background: url('../images/pic-services-decor.png');
    background-repeat: no-repeat;
}
.section-services .card .title {
    margin-bottom: 24px;
}
.section-services .models {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.models__item {
    margin: 0 32px;
    padding: 40px 0;
    flex-grow: 1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.models__name {
    display: block;
    font-weight: 600;
}
.models__full {
    display: block;
}
.models__item.item-1 {
    background-image: url('../images/bg-model-01.png');
}
.models__item.item-2 {
    background-image: url('../images/bg-model-02.png');
}
.models__item.item-3 {
    background-image: url('../images/bg-model-03.png');
}
.models__item.item-4 {
    background-image: url('../images/bg-model-04.png');
}
.models__item.item-5 {
    background-image: url('../images/bg-model-05.png');
}
@media (max-width: 1280px) {
    .section-services .card {
        margin-top: 10px;
        padding: 40px 30px 40px;
    }
    .models__item {
        padding: 27px 0 25px;
        margin: 0 22px;
    }
}
@media (max-width: 1024px) {
    .section-services .models {
        flex-wrap: wrap;
    }
    .models__item {
        min-width: 168px;
    }
}
@media (max-width: 980px) {
    .section-services .card {
        margin: 40px -16px 0;
        padding: 23px 16px 20px;
        border-radius: 0;
    }
    .section-services .card:after {
        display: none;
    }
    .section-services .models {
        margin: 0 -16px;
    }
    .models__item {
        margin: 0 16px 7px;
        padding: 23px 0 24px;
        min-width: 168px;
    }
}
@media (max-width: 768px) {
    .models__item {
        flex-grow: 0;
        flex-shrink: 1;
        max-width: calc(50% - 30px);
        min-width: auto;
        padding: 15px;
        background-size: 100% 100%;
        box-sizing: border-box;
    }
}

/* Industries ____________________________-*/

.section__industries {}
.section__industries .inner {
    padding: 0 calc(100% / 12);
}
.section__industries .title {
    margin-bottom: 8px;
}
.section__industries .industries {
    display: flex;
    flex-wrap: wrap;
    margin: 56px -40px -32px;
}
.industries__item {
    flex-basis: calc(50% - 80px);
    margin: 0 40px 32px;
}
.industries__item-heading {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 24px;
}
.industries__item-name {
    padding-left: 26px;
    display: block;
}
.industries__item-info {}
@media (max-width: 1280px) {
    .section__industries .inner {
        padding: 0;
        max-width: 880px;
        margin: 0 auto;
    }
    .industries__item-heading {
        flex-shrink:1;
    }
    .industries__item-heading img {
        display: block;
        width: 100%;
        max-width: 230px;
        min-width: 130px;
    }
    .industries__item-name {

    }
}
@media (max-width: 980px) {
    .section__industries {
        padding: 40px 0;
    }
}
@media (max-width: 768px) {
    .section__industries .industries {
        display: flex;
        flex-wrap: wrap;
        margin: 20px 0 0;
    }
    .industries__item {
        flex-basis: 100%;
        margin: 0 0 26px;
    }
    .industries__item-heading {
        margin-bottom: 7px;
    }
    .industries__item-heading img {
        max-width: 40%
    }
    .industries__item-name {
        padding-left: 14px;
    }
}

/* Contact us ____________________________-*/

.section-contact {}
.section-contact .card {
    border-radius: 100px;
    background: #3D99ED;
    color: #fff;
    padding: 140px calc(100% / 12) 98px;
    display: flex;
    background-image: url('../images/bg-contact.png');
    background-position: -2px 69%;
    background-repeat: no-repeat;
}
.section-contact .col {
    margin: 0 0 15px;
    padding: 0 15px;
    width: 50%;
}
.section-contact .col-info {}
.section-contact .title {
    margin-bottom: 8px;
}
.section-contact .col-form {}
@media (max-width: 1280px) {
    .section-contact .card {
        padding: 96px 80px 58px;
        background-position: calc(50% - 400px) 61%;
        background-size: 767px;
        justify-content: space-between;
    }
    .section-contact .col-form {
        max-width: 460px;
    }
}
@media (max-width: 980px) {
    .section-contact {
        padding: 40px 0;
    }
}
@media (max-width: 768px) {
    .section-contact {
        background: #3D99ED;
        padding: 40px 0 10px;
    }
    .section-contact .card {
        padding: 0;
        background: none;
        flex-wrap: wrap;
    }
    .section-contact .col {
        width: 100%;
        padding: 0;
    }
    .section-contact .col-info {
        margin-bottom: 25px;
    }
}

/* MODAL */

.fade {
    opacity: 0;
    transition: opacity .15s linear;
}
.fade.in {
    opacity: 1;
}
.modal-open {
    overflow: hidden;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}
.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -25%);
}
.modal.in .modal-dialog {
    transform: translate(0, 0);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
.modal-content {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #54CE52;
    border: 0;
    outline: 0;
    padding: 48px;
    max-width: 500px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 50px;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #3D99ED;
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop.in {
    opacity: 0.8;
}
.modal .close {
    padding: 0;
    position: absolute;
    right: 20px;
    top: 20px;
    display: block;
    background: url('../images/icon-cross.svg') 50% 50% no-repeat;
    background-size: contain;
    width: 32px;
    height: 32px;
    border: none;
    cursor: pointer;
}
.modal-content .modal__icon {
    display: block;
    margin-right: 20px;
}
.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 15px;
}
.modal .close span {
    visibility: hidden;
}
.modal-content .modal__info {
    color: #fff;
}
.modal .modal-title {
    margin: 0 0 4px;
}
.modal p {}
@media (max-width: 580px) {
    .modal-content {
        
flex-direction: column;
        
align-items: flex-start;
    }
}

/* coolie popup */

.popup {
    position: fixed;
    bottom: -100%;
    right: 0;
    background: #F1F1F0;
    max-width: 940px;
    padding: 32px 64px 32px 32px;
    z-index: 10;
    transition: all 0.3s linear;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    box-sizing: border-box;
}
.popup.popup--shown {
    bottom: 0;
}
.popup__btns {
    display: flex;
    justify-content: flex-end;
    margin-top: 16px;
}
.popup__btns .btn {
    font-size: 18px;
    font-weight: 600;
    margin-right: 8px;
}
.popup__btns .btn:last-child {
    margin-right: 0;
}
.popup__close {
    padding: 0;
    position: absolute;
    right: 16px;
    top: 16px;
    display: block;
    background: url('../images/icon-cross.svg') 50% 50% no-repeat;
    background-size: contain;
    width: 32px;
    height: 32px;
    border: none;
    cursor: pointer;
}
.popup__title {
    margin-bottom: 16px;
}
.popup__text {
    font-size: 16px;
}
@media (max-width: 1286px) {
    .popup {
        right: 70px;
    }
}
@media (max-width: 1024px) {
    .popup {
        max-width: 100%;
        right: 0;
    }
}
@media (max-width: 768px) {
    .popup {
        border-radius: 0;
        padding: 16px 32px;
    }
    .popup__close {
        right: 10px;
        top: 10px;
        width: 24px;
        height: 24px;
    }
    .popup__btns {
        display: block;
    }
    .popup__btns .btn {
        width: 100%;
        box-sizing: border-box;
        margin-bottom: 8px;
    }
}

/* LEGACY PAGES (TERMS AND PRIVACY) */

.section-legacy {
    background: #fff;
    padding: 235px 0 100px;
    position: relative;
}
.section-legacy .main {
    max-width: 1270px;
}
.legacy-heading {
    display: flex;
}
.legacy-heading .col {
    flex-basis: 50%;
}
.legacy-heading .col-title {
    text-align: left;
}
.legacy-heading .title-lvl-2 {
    font-weight: 900;
}
.legacy-heading .col-date {
    text-align: right;
    position: relative;
}
.legacy-heading .col-date:before {
    display: block;
    content: '';
    position: absolute;
    right: 0;
    bottom: -22px;
    width: 80px;
    height: 56px;
    background-image: url('../images/pic-legacy-decor.png');
    background-repeat: no-repeat;
    background-size: contain;
}
.legacy-heading .col-date p {
    position: relative;
}
.legacy-content {
    margin-top: 56px;
}
.legacy-content h3 {
    font-size: 24px;
    line-height: 1.41;
    font-style: normal;
    font-weight: 600;
    margin: 56px 0 24px;
}
.legacy-content .title-number {
    display: inline-block;
    min-width: 32px;
    height: 28px;
    background-image: url('../images/icon-list-pointer.png');
    background-repeat: no-repeat;
    background-size: 100%;
    color: #fff;
    text-align: center;
}
.legacy-content h4 {
    font-size: 18px;
    line-height: 1.55;
    font-style: normal;
    font-weight: 700;
    margin: 16px 0 8px;
}
.section-legacy .text-content p {
    margin-bottom: 15px;
}
.section-legacy ul {
    margin: 8px 0;
}
.section-legacy ul li {
    margin-bottom: 4px;
}
.section-legacy ul li:before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background: #F47F2B;
    vertical-align: middle;
    margin-right: 15px;
}
@media (max-width: 1440px) {
    .section-legacy {
        padding: 180px 0 80px;
    }
}
@media (max-width: 1024px) {
    .section-legacy {
        padding: 100px 0 80px;
    }
}
@media (max-width: 768px) {
    .legacy-heading {
        display: block;
    }
    .legacy-heading .col-date {
        margin-top: 16px;
    }
    .legacy-content h3 {
        font-size: 18px;
        margin: 32px 0 18px;
    }
    .legacy-content h4 {
        font-size: 16px;
    }
}

/* 404 */

.section-error {
    padding: 235px 0 100px;
    min-height: calc(100vh - 48px);
    box-sizing: border-box;
}
.section-error .main {
    max-width: 1270px;
}
.section-error .columns {
    display: flex;
}
.section-error .col {
    flex-basis: 50%;
}
.section-error .col-pic {
    margin-right: 15px;
}
.section-error .col-info {
    margin-left: 15px;
    padding-left: 40px;
}
.section-error .title {
    font-size: 64px;
    line-height: 1.15;
    font-weight: 900;
    margin-bottom: 56px;
}
.section-error .nav__item {
    margin-bottom: 10px;
}
@media (max-width: 1366px) {
    .section-error .col-pic {
        flex-shrink: 1;
    }
    .section-error .col-pic img {
        display: block;
        width: 100%;
    }
}
@media (max-width: 1024px) {
    .section-error {
        padding: 100px 0 80px;
        min-height: auto;
    }
    .section-error .columns {
        flex-direction: column;
    }
    .section-error .col-pic {
        margin: 0 0 16px;
    }
    .section-error .col-pic img {
        max-width: 500px;
        margin: auto;
    }
    .section-error .col-info {
        padding: 0;
        margin: 0;
    }
    .section-error .title {
        font-size: 34px;
        margin-bottom: 34px;
    }
}