@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');
:root {
    --blue-color: #00233C;
    --white-color: #fff;
}

* {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
}

.header-block {
    color: var(--white-color);
    background: var(--blue-color) url('../images/background-image.png') no-repeat right;
    height: 643px;
    width: 100%;
    padding: 60px;
    margin-bottom: 122px;
}

.header-block-container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.header-block-title h1 {
    font-weight: 300;
    font-size: 60px;
    line-height: 73px;
    display: flex;
    align-items: center;
    text-align: center;
}

.header-block-second-title h2 {
    font-family: 'Myriad Pro', sans-serif;
    font-weight: bold;
    font-size: 30px;
    line-height: 37px;
    display: flex;
    align-items: center;
    text-align: center;
}

.header-block-second-title h2>sup {
    font-family: 'Myriad Pro', sans-serif;
    font-weight: bold;
    font-size: 25px;
    line-height: 37px;
    display: flex;
    align-items: center;
    text-align: center;
}

.header-block-content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.content-block-container {
    height: 319px;
    padding: 10px;
}

.content-block {
    height: 100%;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    padding: 51px 65px;
}

.content-block-text {
    font-weight: bold;
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 35px;
}

.content-block-count-people {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.count-people-text {
    font-weight: normal;
    font-size: 22px;
    line-height: 27px;
    text-align: center;
}

.content-block-list ul {
    list-style-image: url(../images/list-marker.png);
    list-style-position: outside;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    margin: 0;
}

.content-block-list ul li:not(:last-child) {
    margin-bottom: 20px;
}

.col-lg-4.col-8>.card {
    padding: 109px 25px 69px 25px;
    height: 310px;
    max-width: 350px;
    position: relative;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.12);
    border-radius: 10px;
    box-sizing: border-box;
}

.card-image img {
    width: auto;
}

.card-image, .card-image-border {
    border: 10px solid #fff;
    border-radius: 100px;
    position: absolute;
    margin-left: -80px;
    left: 50%;
    top: -25%;
    z-index: 2;
}

.card-image-border {
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.12);
    z-index: -1;
}

.card-text {
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #2C393E;
}

.header-split {
    background: #00233C;
    display: flex;
    align-items: center;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 50px;
}

.header-split h1 {
    padding: 38px 0;
    font-weight: 300;
    font-size: 40px;
    line-height: 49px;
    color: #FFFFFF;
}

.block-title, .block-title sup, .block-feature__title sup {
    text-align: center;
    background: linear-gradient(135deg, #10069F 20%, #33A3DC);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #10069F;
}

.block-title h2 {
    font-weight: bold;
    font-size: 30px;
    line-height: 37px;
}

.block-title sup, .block-feature__title sup {
    font-weight: bold;
    font-size: 18px;
    line-height: 35px;
    color: #10069F;
}

.block-new__group-image {
    position: relative;
}

.block-new__group-image img {
    position: absolute;
    top: 160px;
    left: 0;
}

.block-new__text {
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    color: #2C393E;
}

.block-new__cards {
    margin-top: 160px;
}

.card-first {
    height: 352px;
    border: 1px solid #10069F;
    box-sizing: border-box;
    padding: 37px 10px 10px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.card-first__title {
    font-weight: bold;
    font-size: 22px;
    line-height: 27px;
    text-align: center;
    color: #2C393E;
}

.card-first__group-tabletka {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.one-tabletka {
    border-right: 1px solid #33A3DC;
}

.one-tabletka, .two-tabletka {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 245px;
    padding: 20px;
}

.tabletka-text {
    text-align: center;
}

.tabletka__image img {
    width: auto;
}

.block-new {
    position: relative;
}

.card-second {
    box-sizing: border-box;
    position: absolute;
    width: 45%;
    height: 352px;
    right: 0;
    bottom: 0;
    background: #10069F;
    padding: 65px 40px;
}

.card-second__list {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    color: #fff;
    font-size: 22px;
    line-height: 27px;
}

.card-second__list ul {
    list-style-image: url(../images/dot-ul.png);
    list-style-position: outside;
    margin: 0;
}

.card-second__list ul li:not(:last-child) {
    margin-bottom: 20px;
}

.reverse-container {
    display: flex;
    flex-direction: row-reverse;
}

.block-feature__cards {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.block-feature__title {
    background: linear-gradient(135deg, #10069F 20%, #33A3DC);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #10069F;
    min-height: 75px;
    margin-bottom: 20px;
}

.block-feature__title h2 {
    font-weight: bold;
    font-size: 30px;
    line-height: 37px;
}

.block-feature__title sup {
    color: #10069F;
    font-size: 18px;
    line-height: 37px;
    z-index: 100;
}

.block-feature__list>ul, .card-table__list {
    list-style-image: url(../images/dot-ul.png);
    list-style-position: outside;
    margin: 0;
    font-weight: normal;
    font-size: 22px;
    line-height: 27px;
    color: #2C393E;
    min-height: 181px;
}

.card-table__list-little>ul {
    list-style-image: url(../images/dot-ul.png);
    list-style-position: outside;
    margin: 0;
    font-weight: normal;
    color: #2C393E;
    min-height: 130px;
    font-size: 16px;
    line-height: 20px;
}

li {
    padding-left: 15px;
    padding-top: -30px;
    margin-bottom: 10px;
}

li::marker {
    margin-top: 15px;
}

.card-table__list {
    font-size: 16px;
    line-height: 20px;
}

.block-feature__list>ul li:not(:last-child) {
    margin-bottom: 20px;
}

.block-feature__list-inside, .card-table__list-inside, .card-plus-minus__list {
    list-style-image: url(../images/list-marker.png);
    list-style-position: outside;
    margin: 0;
}

.tables {
    background: url('../images/background-tables.png') no-repeat left;
    background-position-y: top;
}

.card-table-item tr, .card-table-item__first-row, .card-table-item__another {
    background: #fff;
}

.card-table-item tr:nth-child(2n+1), .card-table-item__first-row, .long-table tr:nth-child(3) {
    background: #E5E5E7;
}

.card-table-item__another tr:nth-child(4) {
    background: #E5E5E7;
}

.card-table, .long-table {
    position: relative;
}

.border-table {
    background: none;
    position: absolute;
    height: 390px;
    border: 1px solid #10069F!important;
    z-index: 1;
}

.table, .card-table-item__another, .card-table-item {
    height: 390px;
    box-sizing: border-box;
}

.table>tbody>tr>td {
    border: 1px solid #fff;
    padding: 20px;
    font-size: 14px;
    line-height: 20px;
}

.card-table-item tr:nth-child(1), .unusual {
    height: 166px;
}

.card-table-item tr:nth-child(1), .card-table-item__another tr:nth-child(1), .card-table-item__first-row, .long-table tr:nth-child(1) {
    background: #10069F;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
}

.card-table-item__first-row {
    background: #10069F;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
}

.another-color {
    color: #10069F;
    font-weight: bold;
}

.card-table__text-link {
    margin-top: 20px;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #2C393E;
}

.block-title-little h3 {
    font-weight: bold;
    font-size: 26px;
    line-height: 32px;
    text-align: center;
    color: #2C393E;
}

.block-title-little sup {
    font-weight: bold;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    color: #2C393E;
}

.choise-text, .choise-card__text {
    font-weight: normal;
    font-size: 22px;
    line-height: 27px;
    color: #2C393E;
}

.choise-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.choise-card__image {
    margin-bottom: 20px;
}

.choise-card__title {
    font-weight: bold;
    font-size: 22px;
    line-height: 27px;
    color: #33A3DC;
}

.cards-plus-minus {
    margin-top: 40px;
    position: relative;
}

.card-plus-background-first {
    position: absolute;
    background: #F1F1F2;
    width: 50%;
    height: 289px;
    left: 0px;
    z-index: -2;
}

.card-plus-background-second {
    position: absolute;
    background: #F1F1F2;
    width: 50%;
    height: 414px;
    left: 0px;
    bottom: 0;
    z-index: -2;
}

.card-wrapper {
    margin-bottom: 40px;
}

.card-plus-minus__title, .card-warning {
    font-weight: bold;
    font-size: 22px;
    line-height: 27px;
    color: #2C393E;
    margin-bottom: 20px;
}

.card-warning__title sup {
    font-size: 12px;
    line-height: 27px;
}

.card-plus, .card-minus {
    padding: 45px;
}

.card-warning__list {
    list-style-image: url(../images/dot-ul.png);
    list-style-position: outside;
    margin: 0;
    font-weight: normal;
    font-size: 20px;
    line-height: 27px;
    color: #10069F;
}

.wrapper-container {
    background: url('../images/background-bottom.png') no-repeat;
    background-position: right bottom;
}

.warning {
    margin-top: 70px;
}

.card-warning {
    width: 584px;
    height: 289px;
    border: 1px solid #10069F;
    box-sizing: border-box;
    position: relative;
    padding: 30px;
    margin-bottom: 50px;
}

.card-warning__image {
    position: absolute;
    top: -15%;
    left: -10%;
}

.card-warning__title {
    margin-left: 15%;
}

.footer {
    background: #F1F1F2;
    padding-top: 50px;
    padding-bottom: 50px;
}

.footer-text {
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: #2C393E;
}

.footer-title {
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #2C393E;
    margin-top: 50px;
    margin-bottom: 20px;
}

.footer-references__list {
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    color: #2C393E;
}

.footer-contacts {
    font-size: 15px;
    line-height: 18px;
    color: #000;
    margin-bottom: 40px;
}

.logo-image {
    padding-top: 50px;
    margin-bottom: 20px;
}
.border-table-bottom, .border-table-right, .border-table-left, .border-table-top {
    display: none;
    position: absolute;
}

@media screen and (max-width: 1400px) {
    .logo-image img, .block-feature__image img {
        width: 100%;
        height: auto;
    }
    .block-new__group-image img {
        width: 50%;
    }
    .card-first {
        padding: 17px 10px 20px 10px;
    }
    /* .scroll {
        position: relative;
    } */
    .border-table-top {
        display: block;
        position: absolute;
        top: 0;
        width: 100%;
        height: 1px;
        background-color:#10069F!important;
        z-index: 15;
    }
    .border-table-bottom {
        display: block;
        position: absolute;
        bottom: 21px;
        width: 100%;
        height: 1px;
        background-color:#10069F!important;
        z-index: 15;
    }
    .border-table-right {
        display: block;
        position: absolute;
        right: 0;
        width: 1px;
        height: 95%;
        background-color: #10069F!important;
        z-index: 3;
    }
    .border-table-left {
        display: block;
        position: absolute;
        left: 0;
        width: 1px;
        height: 95%;
        background-color: #10069F!important;
        z-index: 3;
    }
    .long-table .border-table {
        display: none;
    }
    .scroll {
        z-index: 10;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
    }
    ::-webkit-scrollbar {
        -webkit-appearance: none;
    }
    ::-webkit-scrollbar:horizontal {
        height: 6px;
    }
    ::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, .5);
        border-radius: 10px;
        border: 1px solid #ffffff;
    }
    ::-webkit-scrollbar-track {
        border-radius: 10px;
        background-color: #ffffff;
    }
    .card-table__list-inside {
        width: 320px;
    }
    .card-table-item__another>.table>tbody>tr>td {
        padding: 5px;
    }
    .unusual {
        height: auto;
    }
}

@media screen and (max-width: 1200px) {
    .content-block-container {
        height: 325px;
    }
    .content-block {
        padding: 41px 35px;
    }
    .content-block-text {
        font-size: 20px;
        margin-bottom: 25px;
    }
    .col-lg-4.col-8>.card {
        height: 380px;
    }
    .block-new__group-image img {
        width: 70%;
    }
    .help-div {
        margin-top: 50%;
    }
    .block-new__cards {
        margin-top: 0;
    }
    .card-first__group-tabletka {
        flex-direction: column;
        justify-content: space-between;
    }
    .one-tabletka {
        border-right: none;
        border-bottom: 1px solid #33A3DC;
        padding-bottom: 30px;
        padding-top: 30px;
    }
    .one-tabletka, .two-tabletka {
        flex-direction: row;
        height: auto;
        padding: 0;
    }
    .two-tabletka {
        padding-top: 10px;
    }
    .tabletka__image img {
        width: 80px;
    }
    .card-first__title {
        font-size: 18px;
        line-height: 24px;
    }
    .tabletka-text {
        max-width: 304px;
    }
    .card-table__list-little>ul {
        min-height: 150px;
    }
    .card-plus-background-first {
        height: 209px;
    }
    .card-plus-background-second {
        height: 354px;
        left: 0px;
        bottom: 300px;
    }
}

@media screen and (max-width: 992px) {
    .header-block-title h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    .header-block-second-title h2 {
        font-size: 22px;
        line-height: 30px;
    }
    .header-block-second-title h2 sup {
        font-size: 16px;
        line-height: 30px;
    }
    h1>sup {
        font-size: 26px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    .header-block-second-title {
        font-size: 22px;
        line-height: 37px;
        margin-bottom: 20px;
    }
    .header-block {
        background: var(--blue-color) url('../images/background-image.png') no-repeat right;
        background-size: cover;
        height: auto;
    }
    .header-block-content {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .content-block-container {
        height: 280px;
    }
    .cards {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }
    .col-lg-4.col-8>.card {
        min-width: 450px;
        height: 250px;
        margin-bottom: 90px;
    }
    .header-split {
        margin-top: -20px;
        margin-bottom: 40px;
    }
    .header-split h1 {
        padding: 18px 0;
    }
    .block-title h2, .block-feature__title h2 {
        font-size: 24px;
        line-height: 32px;
    }
    .block-title sup {
        font-size: 16px;
        line-height: 32px;
    }
    .help-div {
        margin-top: 60%;
    }
    .card-first, .card-second {
        height: 300px;
    }
    .card-second {
        bottom: -352px;
        width: 70%;
    }
    .card-first__group-tabletka {
        width: 100%;
    }
    .one-tabletka, .two-tabletka {
        width: 100%;
    }
    .tabletka-text {
        max-width: none;
        width: 100%;
    }
    .help-div-second {
        margin-top: 392px;
    }
    .reverse-container {
        display: flex;
        flex-direction: column;
    }
    .block-feature {
        margin-bottom: 40px;
    }
    .block-feature__cards {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        height: auto;
        box-sizing: border-box;
    }
    .block-feature__card {
        margin-bottom: 25px;
    }
    .block-feature__title {
        min-height: 45px;
    }
    .card-table__list-inside {
        width: 310px;
    }
    .container-card-table:nth-child(4) .card-table__list-little {
        margin-bottom: 50px;
    }
    .card-plus, .card-minus {
        padding: 45px 10px;
    }
    .card-plus-background-first {
        width: 100%;
        height: 220px;
    }
    .card-plus-background-second {
        bottom: 320px;
        width: 100%;
        height: 340px;
    }
    .card-wrapper {
        margin-bottom: 0;
    }
    .choise-text, .choise-card__text {
        font-size: 16px;
    }
}

@media screen and (max-width: 768px) {
    .header-block {
        padding: 30px 0;
    }
    .header-split h1 {
        font-size: 30px;
        line-height: 39px;
    }
    .block-new__group-image img {
        width: 80%;
        position: absolute;
        top: 220px;
        left: 0;
    }
    .help-div {
        margin-top: 70%;
    }
    .card-second__list {
        font-size: 16px;
        line-height: 24px;
    }
    .help-div-second {
        margin-top: 432px;
    }
    .card-second {
        bottom: -352px;
        width: 90%;
    }
    .block-new__text {
        text-align: justify;
        font-size: 16px;
    }
    .block-feature__list {
        font-size: 16px;
    }
    .block-feature__list>ul, .card-warning__list, .card-warning__title {
        font-size: 16px;
        line-height: 24px;
    }
    .block-feature__list>ul li:not(:last-child) {
        margin-bottom: 15px;
    }
    .card-plus-background-first {
        width: 100%;
        height: 250px;
    }
    .card-plus-background-second {
        bottom: 350px;
        width: 100%;
        height: 350px;
    }
    .block-feature__list>ul, .card-table__list, .card-table__list-little>ul {
        min-height: 121px;
    }
    .card-table__list-inside {
        width: auto;
    }
    .container-card-table:nth-child(4) .card-table__list-little {
        margin-bottom: 0;
    }
    .container-card-table {
        margin-bottom: 20px;
    }
    .card-warning {
        width: 444px;
        height: 299px;
    }
    .block-feature__image img {
        width: 563px;
        height: 299px;
    }
}

@media screen and (max-width: 576px) {
    .header-block {
        margin-bottom: 60px;
    }
    .content-block {
        padding: 21px 25px;
    }
    .content-block-text {
        font-size: 18px;
        line-height: 23px;
    }
    .count-people-text {
        font-size: 16px;
        line-height: 20px;
    }
    .content-block-list ul {
        font-size: 16px;
        line-height: 20px;
    }
    .content-block-list ul li:not(:last-child) {
        margin-bottom: 10px;
    }
    .col-lg-4.col-8>.card {
        min-width: 300px;
        height: auto;
        margin-top: 40px;
        margin-bottom: 40px;
        padding: 59px 25px 69px 25px;
        height: 340px;
        /* margin-bottom: 60px; */
    }
    /* .col-lg-4.col-8>.card:nth-child(2) {
        min-width: 300px;
        height: auto;
        margin-bottom: 90px;
        padding: 59px 15px 69px 15px;
        height: 350px;
        margin-bottom: 60px;
    } */
    .card-image img, .card-image-border img {
        width: 80px;
    }
    .card-image, .card-image-border {
        margin-left: -50px;
        top: -20%;
    }
    .block-title h2, .block-feature__title h2 {
        font-size: 24px;
        line-height: 28px;
    }
    .block-feature__title sup {
        font-size: 16px;
        line-height: 28px;
    }
    .block-new__group-image img {
        width: 95%;
        position: absolute;
        top: 180px;
        left: 0;
    }
    .help-div {
        margin-top: 65%;
    }
    .card-second {
        padding: 0px 20px;
    }
    .card-second__list {
        font-size: 16px;
        line-height: 22px;
    }
    .block-title-little h3 {
        font-size: 20px;
        line-height: 26px;
    }
    .block-title-little sup {
        font-size: 12px;
        line-height: 26px;
    }
    .card-plus-minus__title, .card-warning {
        font-size: 18px;
        line-height: 24px;
    }
    .cards-plus-minus {
        margin-top: 10px;
    }
    .card-minus {
        padding: 0 10px;
    }
    .card-plus-background-first {
        width: 100%;
        height: 200px;
    }
    .card-plus-background-second {
        bottom: 280px;
        width: 100%;
        height: 350px;
    }
    .card-warning__image img {
        width: 80px;
    }
    .card-warning {
        width: 380px;
        height: 299px;
        padding: 30px 0;
        margin-bottom: 50px;
    }
    .logo-container, .address, .phone, .website {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .footer-text {
        font-weight: normal;
        font-size: 16px;
        line-height: 22px;
        color: #2C393E;
    }
    .block-feature__image img {
        width: 470px;
        height: 250px;
    }
}

@media screen and (max-width: 475px) {
    .block-new__group-image img {
        width: 95%;
        position: absolute;
        top: 200px;
        left: 0;
    }
    .card-plus-background-first {
        width: 100%;
        height: 230px;
    }
    .card-plus-background-second {
        bottom: 310px;
        width: 100%;
        height: 360px;
    }
    .block-feature__image img {
        width: 440px;
        height: 234px;
    }
}

@media screen and (max-width: 450px) {
    .card-plus-background-first {
        width: 100%;
        height: 240px;
    }
    .card-plus-background-second {
        bottom: 340px;
        width: 100%;
        height: 370px;
    }
    .card-warning {
        width: 350px;
        height: 300px;
        padding: 30px 0;
        margin-bottom: 50px;
    }
    .block-feature__image img {
        width: 420px;
        height: 223px;
    }
}

@media screen and (max-width: 425px) {
    .block-new__group-image img {
        top: 220px;
        left: 0;
    }
    .card-plus-background-first {
        width: 100%;
        height: 280px;
    }
    .card-plus-background-second {
        bottom: 360px;
        width: 100%;
        height: 390px;
    }
    .card-warning {
        height: 350px;
    }
    .block-feature__image img {
        width: 390px;
        height: 207px;
    }
}

@media screen and (max-width: 400px) {
    .block-new__group-image img {
        top: 220px;
        left: 0;
    }
    .card-plus-background-first {
        width: 100%;
        height: 280px;
    }
    .card-plus-background-second {
        bottom: 360px;
        width: 100%;
        height: 430px;
    }
    .card-warning {
        width: 300px;
        height: 390px;
    }
    .block-feature__image img {
        width: 370px;
        height: 197px;
    }
}

@media screen and (max-width: 375px) {
    .card-plus-background-first {
        width: 100%;
        height: 280px;
    }
    .card-plus-background-second {
        bottom: 360px;
        width: 100%;
        height: 470px;
    }
    .block-feature__image img {
        width: 340px;
        height: 181px;
    }
}

@media screen and (max-width: 350px) {
    .card-plus-background-second {
        bottom: 360px;
        width: 100%;
        height: 490px;
    }
    .block-feature__image img {
        width: 320px;
        height: 170px;
    }
}