/*
* 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-Light.eot');
    src: local('Segoe UI Light'), local('../fonts/SegoeUI-Light'), url('../fonts/SegoeUI-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/SegoeUI-Light.woff') format('woff'), url('../fonts/SegoeUI-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

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

@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;
}

@font-face {
    font-family: 'Uni Sans Heavy CAPS';
    font-style: normal;
    font-weight: normal;
    src: local('Uni Sans Heavy CAPS'), url('../fonts/uni-sans.heavy-caps.woff') format('woff');
}

html {
    scroll-behavior: smooth;
    /* свойство scroll-behavior не наследуется, применяется к прокручиваемым блокам */
}

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;
}

* {
    box-sizing: border-box;
}
/* navbar-START */

.navbar {
    /* position: fixed; */
    top: 0;
    width: 100%;
    padding: 30px 32px 44px 16px;
    z-index: 30;
    min-height: 56px;
    display: flex;
    justify-content: center;
}

.navbar .container {
    width: 100%;
    max-width: 1605px;
    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: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.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: 57px;
}

.logo img {
    /* margin-right: 8px;
margin-bottom: 8px; */
}

.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: start;
    -ms-flex-align: start;
    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
}

.menu {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    gap: 38px;
    padding: 0;
    margin: 0;
    margin-bottom: 4px;
    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: 600;
    font-size: 16px;
    line-height: 21px;
    color: #333333;
    text-decoration: none!important;
}

.sign-in-btn {
    margin-right: 30px;
    font-family: Segoe UI;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #333333;
    text-decoration: none!important;
}

.sign-up-btn {
    font-family: Segoe UI;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #333333;
    padding: 10px 25px;
    border: 1px solid #333333;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    text-decoration: none;
    cursor: pointer;
}

@media (max-width: 1024px) {
    .navbar .nav-begin {
        flex-direction: column;
        gap: 12px;
        align-items: flex-start;
    }
}
@media (max-width: 800px) {
    .navbar .nav-begin {
        justify-content: space-between;
        flex-direction: row;
        align-items: center;
        width: 100%;
    }
    .logo {
        padding-right: 0;
    }
    .navbar {
        padding: 30px 16px 44px 16px;
    }
}

/* 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: center;
        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: 30px;
        padding-left: 16px;
        padding-right: 16px;
        width: 310px;
        min-width: 310px;
        max-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: 30px;
        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;
        margin-left: 0;
    }
    .nav-m-header-close {
        cursor: pointer;
    }
}
/* burger menu */
.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;
}
/* banner-begin */

.banner {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding-right: 16%;
    padding-bottom: 135px;
    background-image: url(../images/banner.png);
    background-size: cover;
    background-position: center;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    padding-left: 0%!important;
    height: 682px;
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}

.banner__wrapper {
    max-width: 1505px;
    width: 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: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 200px;
}

.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-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: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.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: 930px;
    margin-bottom: 25px;
    margin-top: 0px;
    font-family: "Uni Sans Heavy CAPS";
    font-weight: 900;
    font-size: 54.8508px;
    line-height: 68px;
    /* or 124% */
    display: flex;
    align-items: center;
    color: #FFFFFF;
}

.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: 815px;
    margin-bottom: 0px;
    margin-top: 0px;
    font-family: Segoe UI;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    /* or 116% */
    color: #FFFFFF;
}

@media (max-width: 800px) {
    .banner__part div .banner__title {
        font-size: 46px!important;
    }
    .banner__wrapper {
        padding-left: 24px;
    }
    .banner {
        padding-right: 24px;
    }
}
@media (max-width: 468px) {
    .banner__part div .banner__title {
        font-size: 36px!important;
        line-height: 42px;
    }
}

/* banner-end */

.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;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
}

.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: center;
    -ms-flex-align: center;
    align-items: center;
}

.content-text {
    font-family: Segoe UI;
    font-style: normal;
    font-weight: normal;
    font-size: 17.3694px;
    line-height: 26px;
    color: #4E4E4E;
}

h2.content-title {
    margin-top: 0px;
    margin-bottom: 25px;
    font-family: Segoe UI;
    font-style: normal;
    font-weight: bold;
    font-size: 42px;
    line-height: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #313131;
}

h1.content-title {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 52px;
    line-height: 64px;
    /* or 123% */
    color: #383838;
}
/* companies-begin */

.companies {
    max-width: 1544px;
    width: 100%;
    padding-top: 16px;
    padding-bottom: 74px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.companies-title {
    font-family: Segoe UI;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    /* identical to box height */
    display: flex;
    align-items: center;
    color: #252525;
    margin-bottom: 47px;
}

.companies-logo-row {
    margin-bottom: 34px;
}

.companies-logo-row.second-row {
    padding-left: 13px;
}
/* companies-end */
/* what-is start */

.what-is {
    max-width: 1544px;
    width: 100%;
    padding-bottom: 30px;
    justify-content: flex-end;
    position: relative;
    z-index: 2;
}
.what-is::before {
    content: "";
    background-image: url(../images/what-is-cover.png);
    background-repeat: no-repeat;
    z-index: -1;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 1;
}
.what-is-cover {}

.what-is-text {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    margin-top: 30px;
    max-width: 1055px;
    width: 100%;
}

.what-is-text .content-title {
    max-width: 950px;
    width: 100%;
    font-family: "Uni Sans Heavy CAPS";
    font-style: normal;
    font-weight: 900;
    font-size: 110px;
    line-height: 120px;
    /* or 109% */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: #575A89;
    margin-bottom: 44px;
}

.what-is-text .content-text {
    max-width: 852px;
    min-height: 340px;
    font-family: Segoe UI;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 26px;
    /* or 128% */
    color: #333333;
    padding: 50px;
    padding-bottom: 60px;
    background: #FFFFFF;
    box-shadow: 0px 0px 9.35065px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    margin-top: 44px;
    margin-bottom: 0px;
}
@media (max-width: 1248px) {
    .what-is::before {
        opacity: 0.6;
    }
}
@media (max-width: 900px) {
    .what-is-text .content-title {
        font-size: 80px;
    }
}
@media (max-width: 660px) {
    .what-is-text .content-title {
        font-size: 60px;
    }
}
@media (max-width: 520px) {
    .what-is-text .content-title {
        font-size: 36px;
        line-height: 50px;
    }
    .what-is-text .content-text {
        padding-left: 20px;
        padding-right: 20px;
    }
}
/* what-is end */
/* features-begin */

#what-do {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
}

.features-title {
    max-width: 1544px;
    width: 100%;
    font-family: 'Uni Sans Heavy CAPS';
    font-style: normal;
    font-weight: 900;
    font-size: 60px;
    line-height: 120px;
    /* identical to box height, or 200% */
    display: flex;
    align-items: center;
    color: #5F5F5F;
    margin-top: 0px;
    margin-bottom: -60px;
    padding-left: 16px;
    padding-right: 16px;
}

.features-bg {
    position: relative;
    z-index: -1;
    width: 100%;
    height: 403px;
    background: #F7F7F7;
}

.features-wrapper {
    width: 100%;
    margin-top: -280px;
    max-width: 1544px;
    padding-left: 16px;
    padding-right: 16px;
}

.features {
    /* padding-top: 180px;
padding-bottom: 195px; */

    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;
    gap: 24px;
}

.feature {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.feature .text-content {
    background: #FFFFFF;
    box-shadow: 0px 0px 9.35065px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding-left: 50px;
    padding-right: 30px;
    padding-top: 49px;
    padding-bottom: 45px;
}

.feature-icon {
    margin-bottom: 75px;
}

.text-content .feature-title {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
    /* identical to box height */
    display: flex;
    align-items: center;
    color: #2C2C2C;
    margin-top: 0px;
}

.feature:nth-child(1) .text-content .feature-title {
    color: #8388CF;
}

.feature:nth-child(2) .text-content .feature-title {
    color: #3DAC9D;
}

.feature:nth-child(2) .text-content {
    padding-bottom: 70px;
}

.feature:nth-child(3) .text-content .feature-title {
    color: #FE5543;
}

.text-content .feature-text {
    margin-top: 25px;
    width: 365px;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    color: #4E4E4E;
    opacity: 0.7;
}

@media (max-width: 1500px) {
    .text-content .feature-text {
        max-width: 365px;
        width: 100%;
        min-height: 150px;
    }
    .feature:nth-child(2) .text-content {
        padding-bottom: 45px;
    }
}
@media (max-width: 1080px) {
    .features {
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 36px;
    }
    .features-title {
        font-size: 36px;
        line-height: 50px;
    }
}
/* features-end */
/* benefits begin */

.benefits-wrapper {
    padding-top: 90px;
    padding-bottom: 80px;
    max-width: 1544px;
    width: 100%;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    flex-direction: column;
}

.benefits-title {
    font-family: 'Uni Sans Heavy CAPS';
    font-style: normal;
    font-weight: 900;
    font-size: 110px;
    line-height: 120px;
    /* identical to box height, or 109% */
    display: flex;
    align-items: center;
    color: #575A89;
    margin-bottom: 110px;
}

.benefits {
    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: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.benefits .row {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    padding-bottom: 85px;
    gap: 24px;
}

.benefit {
    display: flex;
    flex-direction: row;
}

.benefit-icon {
    padding-right: 30px;
}

.benefit-title {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 33px;
    /* identical to box height */
    display: flex;
    align-items: center;
    color: #333333;
    margin-top: 0px;
    margin-bottom: 14px;
}

.benefit-text {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    color: #4E4E4E;
    opacity: 0.7;
    max-width: 447px;
}

@media (max-width: 1024px) {
    .benefits-title {
        font-size: 60px;
    }
}
@media (max-width: 800px) {
    .benefits .row {
        flex-direction: column;
        padding-bottom: 24px;
    }
}
/* benefits end */
/* audience-builder begin */
/* brings-together start */

.brings-together {
    max-width: 1510px;
    height: 680px;
    background-image: url(../images/brings-together-cover.png);
    background-size: cover;
    background-position: center;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}

.brings-together-block {
    padding-bottom: 205px;
    padding-top: 190px;
    padding-left: 825px;
    padding-right: 140px;
}

.brings-together-block img {
    padding-bottom: 25px;
}

.brings-together-block .content-title {
    font-family: Segoe UI;
    font-style: normal;
    font-weight: normal;
    font-size: 60px;
    line-height: 65px;
    /* or 108% */
    display: flex;
    align-items: center;
    color: #FFFFFF;
}

.brings-together-block .content-text {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    /* or 150% */
    color: #FFFFFF;
    opacity: 0.7;
}
@media (max-width: 1440px) {
    .brings-together-block {
        padding-left: 500px;
    }
}
@media (max-width: 1024px) {
    .brings-together-block {
        padding-left: 200px;
    }
}
@media (max-width: 640px) {
    .brings-together-block {
        padding-left: 16px;
        padding-right: 16px;
    }
}
/* brings-together end */
/* about-monsterdata-platform start */

.about-monsterdata-platform {
    max-width: 1544px;
    width: 100%;
    padding-top: 146px;
    padding-bottom: 200px;

    align-items: flex-end;
    justify-content: flex-start;
}

.about-monsterdata-title {
    display: flex;
    flex-direction: column;
}

.about-monsterdata-title h2 {
    display: flex;
    flex-direction: column;
    width: 721px;
    height: 240px;
    font-family: 'Uni Sans Heavy CAPS';
    font-style: normal;
    font-weight: 900;
    font-size: 80px;
    line-height: 80px;
    /* or 100% */
    display: flex;
    margin: 0px;
    align-items: flex-start;
    color: #575A89;
}

.about-monsterdata-platform .about-monsterdata-text {
    max-width: 751px;
    font-family: Segoe UI;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 32px;
    /* or 160% */
    color: #333333;
    margin-left: -50px;
}
@media (max-width: 1148px) {
    .about-monsterdata-platform {
        flex-direction: column;
        align-items: center;
        gap: 24px;
    }
    .about-monsterdata-platform .about-monsterdata-text {
        margin-left: 0;
    }
}
@media (max-width: 800px) {
    .about-monsterdata-title h2 {
        width: 100%;
    }
}
@media (max-width: 680px) {
    .about-monsterdata-title h2 {
        font-size: 60px;
    }
}
@media (max-width: 520px) {
    .about-monsterdata-title h2 {
        font-size: 36px;
        line-height: 50px;
    }
}
/* about-monsterdata-platform end */
/* Begin footer */

.footer {
    background: #F7F7F7;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 80px;
    padding-bottom: 63px;
    display: flex;
    justify-content: center;
}

.footer-container {
    max-width: 1544px;
    width: 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: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

.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;
    padding-bottom: 8px;
    gap: 50px;
}

.footer-links a {
    font-family: Segoe UI;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    color: #333333;
    text-decoration: none;
}

.footer-end {
    display: flex;
    flex-direction: row;
    padding-right: 35px;
}

.footer-end span {
    font-family: Segoe UI;
    font-style: normal;
    font-weight: normal;
    font-size: 32px;
    line-height: 43px;
    /* identical to box height */
    color: #4E4E4E;
}

.footer-end .sign-up-btn {
    margin-left: 48px;
}

@media (max-width: 1570px) {
    .footer-container {
        flex-wrap: wrap;
        gap: 24px;
    }
    .footer-end {
        width: 100%;
        justify-content: flex-end;
    }
}
@media (max-width: 768px) {
    .footer-end {
        padding-right: 0;
        justify-content: space-between;
    }
    .footer-end .sign-up-btn{
        margin-left: 0;
    }
    .footer-end span {
        font-size: 18px;
    }
    .footer-links {
        gap: 24px;
        flex-wrap: wrap;
    }
}
@media (max-width: 460px) {
    .footer-end span {
        font-size: 16px;
    }
}
/* End footer */
/* REMODAL styles - START */

.remodal-overlay {
    background: #3b3b3b;
    opacity: 0.55;
}

.remodal-wrapper {
    padding: 10px 10px 0;
}

.remodal {
    position: relative;
    outline: none;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    text-align: left;
    background: #fff;
    width: 100%;
    /* margin-top: 155px; */
    margin-bottom: 10px;
    padding: 30px;
    padding-bottom: 35px;
    padding-left: 23px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
}

.remodal-close:before {
    font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
    font-size: 25px;
    line-height: 35px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 35px;
    content: "\00d7";
    text-align: center;
}

.remodal-close {
    right: 0!important;
    left: unset!important;
    color: #999999!important;
    margin-top: 20px!important;
    margin-right: 25px!important;
}

.modal-header {
    margin-bottom: 14px;
}

.modal-header h3 {
    margin: 0px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: 0.03em;
    color: #282B31;
}

.title-separator {
    height: 1px;
    width: 100%;
    background: #F0F0F0;
    margin-bottom: 45px;
}

.iti__flag {
    background-image: url("../images/flags.png");
}

@media (-webkit-min-device-pixel-ratio: 2),
(-o-min-device-pixel-ratio: 2/1),
(min-resolution: 192dpi) {
    .iti__flag {
        background-image: url("../images/flags@2x.png");
    }
}

.iti {
    width: 100%;
}

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

.input-group input {
    background: #FFFFFF;
    border: 1px solid #D2D6DE;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    /* identical to box height */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: 0.03em;
    color: #777777;
    padding: 15px 18px 14px;
    width: 100%;
}

.input-group input::-webkit-input-placeholder {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.03em;
    color: #777777;
}

.input-group input::-moz-placeholder {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.03em;
    color: #777777;
}

.input-group input:-ms-input-placeholder {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.03em;
    color: #777777;
}

.input-group input::-ms-input-placeholder {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.03em;
    color: #777777;
}

.input-group input::placeholder {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.03em;
    color: #777777;
}

.input-group input:focus {
    outline: 1px solid #4183D5;
}

.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%;
}

.select-country {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    /* identical to box height */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: 0.03em;
    color: #333333;
    background: #FFFFFF;
    border: 1px solid #D2D6DE;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
    padding: 15px 18px 14px;
    width: 100%;
}

.select-country:focus {
    outline: 1px solid #4183D5;
}

.iti__selected-flag:focus {
    outline: 1px solid #4183D5;
}

select.select-country {
    /* reset */
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(../images/arrow-down.svg);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), 100% 0;
    background-size: 16px 17px, 5px 5px, 2.5em 2.5em;
    background-repeat: no-repeat;
}

select.select-country:focus {
    /* background-image: linear-gradient(45deg, white 50%, transparent 50%), linear-gradient(135deg, transparent 50%, white 50%), linear-gradient(to right, gray, gray);
background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, 100% 0;
background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
background-repeat: no-repeat;
border-color: grey;
outline: 0; */
}

.companyInfo {}

.companyInfo.hidden {
    display: none;
}

.passwordBlock {
    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;
}

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

.check {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    /* identical to box height */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: 0.03em;
    color: #282B31;
    padding-top: 6px;
    margin: 0px;
}

.check {
    cursor: pointer;
}

.check a {
    -webkit-text-decoration: underline #282B31;
    text-decoration: underline #282B31;
    color: #282B31;
    padding-right: 3px;
    padding-left: 3px;
}

#accept_terms[type="checkbox"]:not(:checked),
#accept_terms[type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

#accept_terms[type="checkbox"]:not(:checked)+label,
#accept_terms[type="checkbox"]:checked+label {
    position: relative;
    padding-left: 2.95em;
    cursor: pointer;
}

#accept_terms[type="checkbox"]:not(:checked)+label:before,
#accept_terms[type="checkbox"]:checked+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #BDBDBD;
    background: #FFFFFF;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.05);
}

#accept_terms[type="checkbox"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

#accept_terms[type="checkbox"]:not(:checked)+label:after,
#accept_terms[type="checkbox"]:checked+label:after {
    content: '\2714';
    position: absolute;
    /* width: 10.5px;
height: 7.5px; */
    top: .25em;
    left: .22em;
    font-size: 1.3em;
    line-height: 0.8;
    color: #005DFB;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial;
}

.sign-up {
    width: 144px;
    height: 48px;
    margin-top: 40px;
    background: #FE5543;
    border: 1px solid #FE5543;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 4px 20px rgba(95, 158, 249, 0.1);
    box-shadow: 0px 4px 20px rgba(95, 158, 249, 0.1);
    border-radius: 50px;
    font-family: Segoe UI;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 26px;
    /* identical to box height, or 159% */
    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;
    text-transform: uppercase;
    color: #FFFFFF;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
    cursor: pointer;
}
/* REMODAL styles - END */
