/* latin-ext */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url('https://fonts.gstatic.com/s/poppins/v15/pxiEyp8kv8JHgFVrJJnecnFHGPezSQ.woff2') format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url('https://fonts.gstatic.com/s/poppins/v15/pxiEyp8kv8JHgFVrJJfecnFHGPc.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body {
    margin: 0;
    font-family: Poppins, Helvetica, sans-serif;
    font-size: 14px;
}

.container > div {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px 0;
}
.container.wide > div {
    max-width: 1200px;
}
.container.left p,
.container.left ul,
.container.left ol {
    text-align: left;
}

.bg-grey {
    background: #ebebeb;
}

.bg-blue {
    background: #2c3b8c;
    color: #fff;
}
.bg-blue * {
    color: inherit;
}

.bg-img {
    background: #2c3b8c url('/static/public/images/bck-header.png') center top no-repeat;
}
    .bg-img * {
        color: #fff;
    }

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

a {
    text-decoration: none;
    color: #15d4d9;
}
a:hover {
    text-decoration: underline;
}

h1 {
    font-size: 38px;
    font-weight: 400;
    margin: 40px 0 0;
}

h2 {
    font-size: 28px;
    line-height: 1em;
    color: #2c3b8c;
    padding: 15px 0 15px;
    margin: 0;
}

h3 {
    font-size: 28px;
    font-weight: 400;
    line-height: 1.5em;
    margin: 30px 0;
    color: #2c3b8c;
}

h4 {
    font-size: 20px;
    line-height: 1.1em;
    margin: 30px 0 0;
}

p, ul, ol {
    font-size: 18px;
    line-height: 1.4em;
    color: #6d6d6d;
}

ul, ol {
    padding-left: 15px;
}


strong {
    /*color: #d45022;*/
    color:#4D4D4D;
}
span.cyan {
    color: #009cde;
}

header {
    background: #4555a5 url('/static/public/images/bck-header.png') center top no-repeat;
    background-size: cover;
    padding: 40px 0 0;
    color: #fff;
}
header > div {
    max-width: 1170px;
    margin: 0 auto;
    min-height: 470px;
    background: url('/static/public/images/header-monitorsy-image.png') bottom right no-repeat;
    background-size: 300px auto;
}

.row {
    display: flex;
    flex-direction: row;
}
.justify-end {
    justify-content: flex-end;
}
.justify-center
{
    justify-content: center;
}
.row.reversed {
    flex-direction: row-reverse;
}

.btn {
    display: block;
    background: #4ebdd5;
    border-radius: 100px;
    line-height: 20px;
    padding: 15px 45px;
    margin: 0 25px;
    font-weight: bold;
    color: inherit;
}
.btn:hover {
    background: #15d4d9;
    text-decoration: none;
}

#profits .row {
    justify-content: space-between;
    flex-wrap: wrap;
}
#profits img {
    width: 200px;
    margin: 0 auto;
    display: block;
}
#profits .row > div {
    width: 30%;
    padding-bottom: 50px;
}

#reviews {
    padding: 50px 0;
}
#reviews .row {
    color: #3a3d40!important;
    text-align: left;
    padding-right: 50px;
}
#reviews img {
    display: block;
    width: 215px;
    margin: 0 50px;
}
#reviews .row.reversed {
    text-align: right;
    padding-right: 0px;
    padding-left: 50px;
}

#features * {
    color: #3a3d40;
}

#features img {
    display: block;
    width: 100%;
}
#features h3 {
    font-size: 32px;
    font-weight: bold;
}
#features .row {
    justify-content: space-between;
    flex-wrap: wrap;
}
#features .row > div {
    width: calc(50% - 20px);
    padding-bottom: 50px;
}

#main-reg-btn {
    margin: 20px auto 50px;
    font-size: 20px;
    width: 520px;
    font-weight: 400;
    padding-left: 0;
    padding-right: 0;
}

footer {
    padding: 20px 0 10px;
    text-align: center;
}

#footer-links {
    padding: 0 0 10px;
    max-width: 1170px;
    margin: 0 auto;
}
#footer-links a {
    margin: 0 1em;
}
.section {
    display: flex;
    padding-top: 5%;
    padding-bottom: 5%;
    padding-left: 10%;
    padding-right: 10%;
}

/* Стили для всего блока */
.hero-section {
    
    /* background: linear-gradient(180deg, rgba(23, 23, 23, 1) 0%, rgba(30, 30, 30, 1) 100%); */
    color: #fff;
    text-align: center;
   
}

/* Стили для содержимого блока */
.hero-content {
    /* max-width: 800px; */
    margin: 0 auto;
}

.hero-heading {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 20px;
}

.hero-subheading {
    text-align: center;
    font-family: "Poppins", Sans-serif;
    font-size: 58px;
    font-weight: 700;
    line-height: 63px;
    color: #282828;
}

.hero-text {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 30px;
    
}

.highlight {
    font-weight: bold;
}

/* Стили для кнопки */
.hero-button-container {
    margin-bottom: 30px;

}
.hero-button-container a {
    /*width: 320px;*/
    font-size: 21px;
    text-align: center;

}

.hero-button {
    display: inline-block;
    background-color: #ffd700;
    color: #1a1a1a;
    font-weight: bold;
    text-decoration: none;
    padding: 15px 30px;
    border-radius: 50px;
    transition: background-color 0.3s ease;
}

.hero-button:hover {
    background-color: #ffe033;
}

/* Стили для слогана (tagline) */
.hero-tagline {
    font-size: 14px;
    color: #6d6d6d;
    font-style: italic;
}
.feature-section {
    background-color: #fff;
    color: #1a1a1a;
    padding: 50px 20px;
    display: flex;
    flex-direction: row;
    gap: 20px;
}


.feature-text-container {
    flex: 1;
    text-align: left;
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 5%;
    padding-right: 5%
}

.feature-intro,
.feature-description {
    font-size: 16px;
    line-height: 1.5;
}

.feature-heading {
    font-size: 28px;
    font-weight: bold;
}

.advantage-list p {
    font-family: "Inter", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #4D4D4D;
}

.advantage-list strong {
    font-weight: bold;
    font-family: "Inter", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    
}

.advantage-list em {
    font-family: "Inter", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #4D4D4D;
}

.feature-image-container {
    text-align: center;
    flex: 1;
    margin-top: 110px;
}

.feature-image-container img {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.who-can-win-section {
    background-color: #f7f7f7;
    padding: 60px 20px;
}

.header-container {
    text-align: center;
    margin-bottom: 40px;
}

.header-text {
    font-size: 28px;
    font-weight: bold;
    color: #1a1a1a;
    margin: 0;
}

.cards-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;

}


.card {
    flex: 0 0 calc(35% - 25px); 
    background-color: #ffffff;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    text-align: center;
}

.card-heading {
    color: #1a1a1a;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}

.card p {
    color: #555;
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 10px;
}

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

.time-sensitive-sales-section {
    background-color: #fff;
    color: #1a1a1a;
    padding: 50px 20px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}


.sales-text-container {
    background-color: #00021F;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0px 0px;
    row-gap: 0px;
    column-gap: 0px;
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: 0px;
    margin-right: 0px;
    border-radius: 30px 30px 30px 30px;
}

.sales-intro {
    font-size: 24px;
    font-weight: 300;
    color: #FFFFFF;
}

.sales-main-heading {
    text-align: left;
    font-family: "Poppins", Sans-serif;
    font-size: 39px;
    font-weight: 400;
    color: #FFFFFF;
}

.sales-description p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.sales-scenarios-heading {
    font-size: 20px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 15px;
}

.scenario-list p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 10px;
}

.scenario-list strong {
    font-weight: bold;
}

.sales-image-container {
    text-align: center;
}

.sales-image-container img {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.selling-stockpiling-section {

    color: #fff;
    padding: 80px 20px;
    text-align: center;
}

.selling-stockpiling-section .content-container {
    max-width: 800px;
    margin: 0 auto;
}

.selling-stockpiling-section h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.selling-stockpiling-section p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.selling-stockpiling-section strong {
    font-weight: bold;
}

.selling-stockpiling-section .large-heading {
    font-size: 38px;
    line-height: 1.2;
    margin: 40px auto;
    font-weight: bold;
}
.limited-offer-section {
    color: #fff;
    padding: 60px 20px;
    text-align: center;
}

.offer-content {
    max-width: 700px;
    margin: 0 auto;
}

.offer-button {
    display: inline-block;
    background-color: #ffd700;
    color: #1a1a1a;
    font-weight: bold;
    text-decoration: none;
    padding: 15px 30px;
    border-radius: 50px;
    transition: background-color 0.3s ease;

}

.offer-button:hover {
    background-color: #ffe033;
}

.offer-title {
    font-size: 28px;
    font-weight: bold;
}

.offer-text {
    font-size: 16px;
    line-height: 1.6;

}

.offer-subtitle {
    background-color: #DCF8FF;
    font-size: 22px;
    font-weight: bold;
    font-family: "Poppins", Sans-serif;
    color: #303030;
    border-radius: 15px 15px 15px 15px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    text-align: center;
    margin-bottom: 20px;
   
}

.limited-offer-section p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 10px;
}

.limited-offer-section p:last-child {
    margin-bottom: 0;
}
.call-to-action-section {
   
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-bottom: 30px;
    
    
}

.content-container {
    border: 1px solid #ccc;
    border-radius: 30px 30px 30px 30px;
    max-width: 800px;
    margin: 0 auto;padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
    padding-right: 50px;
   
}

.content-container__ready {
    background: linear-gradient(180deg, #1f3db7, #0f264c);
    border: 1px solid #ccc;
    border-radius: 30px 30px 30px 30px;
    max-width: 800px;
    margin: 0 auto;padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
    padding-right: 50px;
   
}

.intro-text {
    text-align: center;
    font-family: "Inter", Sans-serif;
    font-size: 46px;
    font-weight: 400;
    color: #282828;
    margin-bottom: 20px;
}


.description-text,
.compliance-text {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
    color: #FFFFFF;
}

.button-container {
    margin: 30px 0;
}

.cta-button {
    display: inline-block;
    background-color: #ffd700;
    color: #1a1a1a;
    font-weight: bold;
    text-decoration: none;
    padding: 15px 30px;
    border-radius: 50px;
    transition: background-color 0.3s ease;
}

.cta-button:hover {
    background-color: #ffe033;
}

.compliance-text {
    font-size: 14px;
    color: #ccc;
}

.compliance-text strong {
    font-weight: bold;
}
/* Базовые стили для всего блока */
.about-us {
    background-color: #0E3B8A;
    
    margin-top: 5%;
    margin-bottom: 0%;
    margin-left: 10%;
    margin-right: 10%;
   
    border-radius: 30px 30px 30px 30px;
}
.about-us__container {
    display: flex;
    flex-direction: row;
    justify-content: center; /* Выравнивает элементы по горизонтали */
    flex-wrap: wrap; /* Позволяет элементам переноситься на новую строку при нехватке места */
    align-items: center; /* Выравнивает элементы по вертикали */
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
    padding-right: 50px;
}

.about-us__title p {
    font-family: "Inter", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #FFFFFF;
}
.about-us__content p {
    font-family: "Inter", Sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #FFFFFF;
}

.about-us__content h2 {
    font-family: "Inter", Sans-serif;
    font-size: 28px;
    font-weight: 300;
    color: #FFFFFF;
}
.about-us__image-container img {
    width: 46%;
    max-width: 41%;
}

/* Адаптация для десктопов */

/* Стили для заголовков и текста */
.about-us__title,
.about-us__image-container {
    flex: 1 1 100px; 
    text-align: center;
}
.about-us__title {
    margin-bottom: 275px;
}


.about-us__content {
    flex-grow: 2;
    flex-basis: 400px; 
}

/* Стили для изображений */
.about-us-image-container img {
    width: 100%;
    height: auto;
    max-width: 300px;
    display: block;
}

.inner-content-wrapper {
    display: flex;
    flex-wrap: wrap; /* Позволяет элементам переноситься на новую строку */
    align-items: center; /* Выравнивание элементов по центру по вертикали */
    gap: 40px; /* Отступ между колонками */
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
    padding-right: 50px;
}

/* Стили для текстовой колонки */
.text-column {
    flex: 1 1 60%; /* Занимает доступное пространство */
    min-width: 300px; /* Минимальная ширина, чтобы текст не сжимался */
}

/* Стили для колонки с изображением */
.image-column {
    flex: 1 1 10%;/* Занимает доступное пространство */
    min-width: 200px;
    text-align: center;
}

/* Стили для текста и заголовков внутри колонок */

.main-heading {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #FFFFFF;
}

.description-block p {
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 20px;
    color: #FFFFFF;
}

.sub-heading {
    font-size: 15px;
    font-weight: 300;
    margin-top: 30px;
    margin-bottom: 15px;
    color: #FFFFFF;
}

.scenario-list p {
    font-size: 15px;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 1.5;
    margin-bottom: 10px;
}

.image-column img {
    height: auto;
    display: block;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    max-width: 75%;
}
.intro-text__time {
    text-align: left;
    font-family: "Inter", Sans-serif;
    font-size: 24px;
    font-weight: 300;
    color: #FFFFFF;
}

