/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/SegoeUI.eot');
    src: local('Segoe UI'), local('SegoeUI'), url('../fonts/SegoeUI.eot?#iefix') format('embedded-opentype'), url('../fonts/SegoeUI.woff') format('woff'), url('../fonts/SegoeUI.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/SegoeUI-Bold.eot');
    src: local('Segoe UI Bold'), local('SegoeUI-Bold'), url('../fonts/SegoeUI-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/SegoeUI-Bold.woff') format('woff'), url('../fonts/SegoeUI-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

body {
    margin: 0px;
    /* overflow-y: hidden; */
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    background-color: #FFFFFF;
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    border-style: none;
    height: auto;
    max-width: 100%;
    height: auto;
    width: auto\9;
    vertical-align: middle;
}

h2 {
    font-size: 32px;
    line-height: 38px;
    color: #2D2F35;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

button,
input[type="submit"],
input[type="reset"] {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}

.wrapper {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}


/* navbar-START */

.navbar {
    top: 0;
    width: 100%;
    padding: 38px 16px;
    z-index: 30;
    display: flex;
    justify-content: center;
    /* background: #F9F9F9; */
}

.navbar .container {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 1546px;
    flex-wrap: wrap;
    gap: 12px;
}

.navbar .brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.brand {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.logo {
    text-decoration: none;
    padding-right: 100px;
}

.logo img {
    margin-bottom: -2.5px;
}

.nav-begin {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    /* justify-content: space-around; */
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.nav-end {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 6px;
    flex-wrap: wrap;
    gap: 12px;
}

.menu {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 380px;
    padding: 0;
    margin: 0;
    padding-right: 60px;
    padding-top: 4.5px;
    list-style: none;
    font-size: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.menu-item {
    font-family: Segoe UI;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    color: #333333;
    text-decoration: none!important;
}

.auth-btns-block {
    margin-top: 4.5px;
}

.sign-in-btn {
    margin-right: 30px;
    font-family: Segoe UI;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    /* identical to box height */
    color: #0096DF;
    text-decoration: none!important;
    cursor: pointer;
}

.sign-up-btn {
    font-family: Segoe UI;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #FFFFFF;
    padding: 8px 35px;
    background: #1FB6FF;
    border: 2px solid #1FB6FF;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50px;
    text-decoration: none;
    cursor: pointer;
}

@media (max-width: 1024px) {
    header .logo {
        padding-right: 16px;
    }
    .menu {
        min-width: unset;
        gap: 12px;
    }
}

@media (max-width: 800px) {
    /*.nav-end {
        width: 100%;
    }*/
    .container {
        flex-direction: column;
    }
    .menu {
        padding-right: 0;
    }

}
/* navbar-END */
/*Burger menu*/
.burger-menu {
    display: none;
}
.nav-m-header {
    display: none;
}
.header-menu__layout {
    display: none;
}
.prevent-scrolling {
    overflow-y: unset;
}
.count_scrollbar {
    overflow-y: unset;
}
@media (max-width: 800px) {
    .prevent-scrolling {
        overflow-y: hidden;
    }
    .count_scrollbar {
        overflow-y: scroll;
    }
    .burger-menu {
        display: block;
        cursor: pointer;
    }
    .nav-m-header {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        width: 100%;
    }
    .header-menu__layout__show {
        z-index: 3;
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100%;
        background: rgba(0,0,0,.44);
    }
    .nav-m {
        right: -310px;
        top: 0;
        position: fixed;
        transition: right 0.3s ease-in;
        padding-top: 38px;
        padding-left: 16px;
        padding-right: 16px;
        width: 310px;
        background-color: #FFF;
        height: 100vh;
        z-index: 5;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 24px;
    }
    .nav-b {
        right: -310px;
        bottom: 0;
        position: fixed;
        transition: right 0.3s ease-in;
        padding-bottom: 38px;
        padding-left: 16px;
        padding-right: 16px;
        width: 310px;
        background-color: #FFF;
        height: auto;
        z-index: 5;
    }
    .header-menu .header-link {
        flex-direction: column;
        align-items: flex-start;
    }

    .nav-m__show {
        right: 0;
        top: 0;
        transition: right 0.3s ease-in;
    }
    .nav-b__show {
        right: 0;
        bottom: 0;
        transition: right 0.3s ease-in;
        display: flex;
        justify-content: center;
        gap: 20px;
    }
    .nav-b__show > a {
        width: 100%;
        text-align: center;
    }
    .nav-m-header-close {
        cursor: pointer;
    }
}
.main-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.content-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding-left: 15%;
    /* padding-right: 10%; */
    width: 100%;
}


/* .content-cover {} */

.content-block-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.content-text {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 27px;
    color: #7C7C7C;
}

h2.content-title {
    margin-top: 0px;
    margin-bottom: 25px;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 60px;
    line-height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #333333;
}

span.content-subtitle {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    color: #333333;
    margin-top: 0px;
    margin-bottom: 8px;
}


/* banner-begin */

.banner-and-navbar {
    background-image: url(../images/banner-bg.svg);
    background-size: cover;
    background-position: center;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    height: 1038px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.banner-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 20px;
    padding-left: 16px;
    padding-right: 16px;
}

.banner__cover {
    padding-right: 140px;
}

.banner__part {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    color: #313131;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 25px;
}

.banner__part-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.banner__part div .banner__title {
    max-width: 677px;
    margin-bottom: 24px;
    margin-top: 0px;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 40px;
    line-height: 60px;
    color: #333333;
}

.banner__text {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    max-width: 677px;
    margin-bottom: 50px;
    margin-top: 0px;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
    color: #9B9B9B;
}

.banner__part-content .btn-start-trial {
    height: 50px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 15px 35px;
    font-family: Segoe UI;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    color: #FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #1FB6FF;
    border: 2px solid #1FB6FF;
    border-radius: 50px;
    text-decoration: none;
    cursor: pointer;
}

.banner__part-content .btn-start-trial img {
    margin-right: 8px;
}

@media (max-width: 1400px) {
    .banner-and-navbar {
        height: 900px;
    }
}
@media (max-width: 1024px) {
    .banner-content .banner__cover {
        padding-right: 24px;
    }
}
@media (max-width: 800px) {
    .banner-content {
        flex-direction: column;
    }
    .banner-and-navbar .cover-img {
        max-width: 70%;
    }
    .banner-content .banner__cover {
        display: flex;
        justify-content: center;
    }
    .banner-and-navbar {
        height: 1138px;
    }
}
@media (max-width: 640px) {
    .banner-and-navbar {
        height: 1038px;
    }
    .banner__part div .banner__title {
        font-size: 34px;
    }
}
@media (max-width: 400px) {
    .banner-and-navbar {
        height: 1138px;
    }
}
/* banner-end */


/* consumer-brands begin*/

.consumer-brands {
    padding-top: 120px;
    padding-bottom: 77px;
    max-width: 1870px;
    padding-left: 16px;
    padding-right: 16px;
}

.consumer-brands .content-cover {
    margin-right: 80px;
}

.consumer-brands .content-title {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 40px;
    line-height: 60px;
    color: #333333;
    max-width: 677px;
}

.consumer-brands .content-text {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #646464;
    max-width: 650px;
}
@media (max-width: 1024px) {
    #benefits {
        flex-direction: column;
    }
    #benefits .content-cover {
        margin-right: 0;
        display: flex;
        justify-content: center;
    }
}
@media (max-width: 640px) {
    #benefits h2 {
        font-size: 34px!important;
    }
}
/* consumer-brands end */


/* marking-automation begin*/

.marking-automation {
    max-width: 1920px;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 240px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.marking-automation .content-title {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 40px;
    line-height: 60px;
    color: #333333;
    max-width: 500px;
    margin-bottom: 40px;
    padding-left: 44px;
}

.marking-automation .content-block-info {
    padding-left: 2%;
}

.marking-automation .content-text {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #646464;
    margin-bottom: 57px;
    max-width: 650px;
}

.marking-automation .content-text span {
    max-width: 650px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #646464;
}
@media (max-width: 1024px) {
    .marking-automation {
        padding-top: 120px;
    }
}
@media (max-width: 768px) {
    .consumer-brands-img {
        width: 90% !important;
    }
}
@media (max-width: 640px) {
    #offers h2 {
        font-size: 34px;
    }
}

/* marking-automation end */


/* resources start */

.resources {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 180px;
    max-width: 1552px;
}

.resources-title {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 40px;
    line-height: 60px;
    /* identical to box height */
    color: #333333;
    margin-bottom: 125px;
    margin-top: 0px;
}

.row {
    width: 100%;
    margin-bottom: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.resource {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.resource-icon {
    margin-bottom: 50px;
    margin-left: 30px;
}

.resource-text {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
    max-width: 720px;
    color: #646464;
}
.resources .row {
    gap: 24px;
}
@media (max-width: 800px) {
    .resources {
        padding-top: 100px;
    }
    .resources .row {
        flex-direction: column;
        margin-bottom: 24px;
        width: 70%;
    }
    .resource-icon {
        margin-left: 0;
    }
}
/* resources end */

.peoples {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 60px;
    padding-top: 80px;
    padding-left: 16px;
    padding-right: 16px;
}

.peoples img {
    align-self: flex-end;
}

.peoples h2 {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 40px;
    line-height: 60px;
    /* identical to box height */
    text-align: center;
    color: #333333;
    margin-bottom: 40px;
    margin-top: 30px;
}
@media (max-width: 640px) {
    .peoples h2 {
        font-size: 34px;
    }
}
.peoples .peoples-text {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 33px;
    text-align: center;
    color: #646464;
    max-width: 1150px;
}
.consumer-brands-img {
    max-width: 1870px;
    width: 65%;
    height: auto;
}

.pexels-startup-banner {
    width: 100%;
    height: auto;
}

.quote-request {
    padding-right: 0%;
    padding-left: 0%;
}

.quote-request-wrapper {
    width: 100%;
    padding-top: 120px;
    padding-bottom: 200px;
    padding-left: 16px;
    padding-right: 16px;
    max-width: 1500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.quote-request-wrapper h3 {
    margin-top: 0px;
    margin-bottom: 40px;
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 40px;
    line-height: 60px;
    /* identical to box height */
    text-align: center;
    color: #333333;
}


/* Form styles - START */

.request-quote-block {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.request-quote-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /* justify-content: center; */
}

.form-description {
    max-width: 886px;
    margin-bottom: 105px;
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 33px;
    text-align: center;
    color: #646464;
}

.input-group {
    margin-bottom: 20px;
}

.input-group input {
    background: #FFFFFF;
    border: 1px solid #D2D6DE;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 199.22%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #9E9E9E;
    padding: 12px 20px 8px;
    width: 100%;
}

.input-group input::-webkit-input-placeholder {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 199.22%;
    /* identical to box height, or 30px */
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    color: #9E9E9E;
}

.input-group input::-moz-placeholder {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 199.22%;
    /* identical to box height, or 30px */
    display: flex;
    align-items: center;
    color: #9E9E9E;
}

.input-group input:-ms-input-placeholder {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 199.22%;
    /* identical to box height, or 30px */
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: #9E9E9E;
}

.input-group input::-ms-input-placeholder {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 199.22%;
    /* identical to box height, or 30px */
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: #9E9E9E;
}

.input-group input::placeholder {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 199.22%;
    /* identical to box height, or 30px */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #9E9E9E;
}

.personalInfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.personalInfo .input-group {
    width: 48%;
}

.companyInfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.companyInfo .input-group {
    width: 48%;
}

.message-text {
    width: 622px;
    height: 350px;
    background: #FFFFFF;
    border: 1px solid #D2D6DE;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 199.22%;
    /* identical to box height, or 30px */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #9E9E9E;
    padding: 12px 20px 8px;
    resize: none;
}

.request-quote-form textarea::-webkit-input-placeholder {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 199.22%;
    /* identical to box height, or 30px */
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    color: #9E9E9E;
}

.request-quote-form textarea::-moz-placeholder {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 199.22%;
    /* identical to box height, or 30px */
    display: flex;
    align-items: center;
    color: #9E9E9E;
}

.request-quote-form textarea:-ms-input-placeholder {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 199.22%;
    /* identical to box height, or 30px */
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: #9E9E9E;
}

.request-quote-form textarea::-ms-input-placeholder {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 199.22%;
    /* identical to box height, or 30px */
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: #9E9E9E;
}

.request-quote-form textarea::placeholder {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 199.22%;
    /* identical to box height, or 30px */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #9E9E9E;
}

.send-msg-btn {
    font-family: Segoe UI;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 15.5px 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #FFFFFF;
    background: #1FB6FF;
    border: 2px solid #1FB6FF;
    border-radius: 50px;
}

.request-quote-form .send-msg-btn {
    margin-top: 25px;
}

.content-text-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.check-mark {
    padding-right: 24px;
    margin-top: 6px;
}

.advantages .content-text {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #646464;
    margin-bottom: 57px;
}

.advantages .content-text span {
    max-width: 650px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #646464;
}

@media (max-width: 1256px) {
    .request-quote-block {
        flex-direction: column;
        align-items: center;
    }
}
@media (max-width: 740px) {
    .request-quote-form {
        width: 100%;
    }
    .personalInfo, .companyInfo {
        flex-direction: column!important;
    }
    .personalInfo .input-group,
    .companyInfo .input-group {
        width: 100%!important;
    }
    .message-text {
        width: 100%;
    }
}
@media (max-width: 600px) {
    .resources-title, .quote-request-wrapper > h3 {
        font-size: 34px;
    }
}
/* Form styles - END */


/* Begin footer */

.footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 190px;
    width: 100%;
    padding-top: 44px;
    padding-bottom: 44px;
    padding-left: 16px;
    padding-right: 16px;
    background: #F5F5F5;
}

.footer-container {
    max-width: 1546px;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.footer-begin {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer-middle {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer-middle .content-text{
    font-size:16px;
    line-height: 36px;
}

.footer a {
    color: #1FB6FF;
}

.footer-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-right: 88px;
}

.footer-logo .logo {
    text-decoration: none;
    padding-right: 100px;
}

.contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.contacts a {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    /* or 171% */
    color: #444444;
    text-decoration: none;
}

.copyright {
    font-family: Segoe UI;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    /* identical to box height */
    color: #7C7C7C;
}

.footer-end {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 380px;
}

.footer-links a {
    font-family: Segoe UI;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    color: #333333;
    text-decoration: none;
}
@media (max-width: 800px) {
    .footer-container {
        flex-direction: column;
    }
    .footer-begin {
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
    }
    .footer-end {
        justify-content: flex-start;
        align-items: flex-start;
    }
    .footer-logo , .logo {
        padding-right: 0!important;
        margin-right: 12px!important;
    }
    .footer-links {
        flex-wrap: wrap;
        width: 100%;
        gap: 12px;
    }
}

/* End footer */
