

/* Start:/assets/build/css/about.css?17537841126837*/
.about .about-img-1 {
    width: 100%;
    height: 400px;
    padding: 100px 120px;
    margin: 60px auto 100px;
    background: url("/assets/build/img/about/about_1.jpg") center no-repeat;
    background-size: cover;
    border-radius: 10px;
    overflow: hidden;
}
.about .about-img-1 h1 {
    color: white;
    font-weight: bold;
    margin-bottom: 60px;
}
.about .about-img-1 p {
    width: 25%;
    color: white;
}
.about-info h3 {
    margin-bottom: 40px;
}
.about-tizers {
    margin: 150px 0;
}
.about-tizers .about-tizer {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.about-tizers .about-tizer .tizer-img {
    width: 60px;
    height: 60px;
    margin-right: 15px;
}
.about-tizers .about-tizer .tizer-img img {
    width: 100%;
    height: 100%;
}
.about-tizers .about-tizer .tizer-note {
    text-transform: uppercase;
    color: #0F60AC;
    font-size: 14px;
    font-weight: 500;
}
.about-history-block {
    width: 100%;
    height: fit-content;
    max-height: 600px;
    padding: 70px 100px;
    background: url("/assets/build/img/about/about_3.jpg") center no-repeat;
    background-size: cover;
    border-radius: 10px;
    overflow: hidden;
}
.history-block-top h3 {
    color: white;
    margin-bottom: 70px;
}
.history-block-top p {
    color: white;
}
.history-block-line {
    position: relative;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #9CD4FD, transparent);
    margin: 60px 0 30px;
}
.history-block-line:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: -4px;
    left: 0;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #9CD4FD;
}
.history-block-line:after {
    content: '';
    position: absolute;
    z-index: 1;
    top: -4px;
    left: 51%;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #9CD4FD;
}
.history-block-bottom .history-date {
    width: fit-content;
    max-height: 50px;
    padding: 12px 18px;
    border: 2px solid #7EC5FB;
    border-radius: 10px;
    margin-bottom: 30px;
}
.history-block-bottom .history-date p {
    font-size: 36px;
    line-height: .7;
    font-weight: 500;
    color: white;
}
.history-block-bottom .history-note p {
    font-size: 18px;
    text-transform: uppercase;
    color: #9CD4FD;
}
.about-numbers {
    margin: 100px 0;
    background: transparent !important;
}
.about-numbers h3 {
    width: fit-content;
    margin: 0 auto 60px;
}
.about-numbers .numbers-block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 200px;
    padding: 30px 0;
    border: 2px solid #61B6F9;
    border-radius: 10px;
}
.about-numbers .numbers-block .about-numbers__num p {
    font-size: 48px;
    font-weight: 500;
    line-height: 1;
    margin: 0;
    color: #1072CB;
}
.about-numbers .numbers-block .about-numbers__num sup {
    font-size: 28px;
    color: #1072CB;
}
.about-numbers .numbers-block .about-numbers__text,
.about-numbers .numbers-block .about-numbers__text span {
    width: 75%;
    margin: 0 auto;
    font-size: 16px !important;
    font-weight: 500;
    color: #1072CB;
}

@media(max-width: 1100px) {
    .about .about-img-1,
    .about-history-block {
        padding: 70px 60px;
    }
}
@media(max-width: 991px) {
    .about-info .col-lg-5 {
        display: none;
    }
    .about-info .col-lg-6 {
        width: 100%;
    }
    .about-tizers {
        margin: 100px 0;
    }
    .about-tizers .col-lg-3 {
        width: 50%;
        margin-bottom: 50px;
    }
    .about-numbers .numbers-block {
        min-height: 230px;
    }
}
@media(max-width: 767px) {
    .about-img-1 {
        height: 300px !important;
        padding: 50px !important;
    }
    .about-img-1 h1 {
        margin-bottom: 30px !important;
    }
    .about-img-1 p {
        width: 50% !important;
        font-size: 18px !important;
    }
    .about-history-block {
        height: 780px !important;
        max-height: none !important;
        padding: 50px;
    }
    .history-block-line {
        transform: rotate(90deg) translate(225px, 190px);
        width: 65%;
    }
    .history-block-bottom {
        width: 95% !important;
        margin-left: 5% !important;
    }
    .history-block-bottom .col-lg-6:first-child {
        margin-bottom: 30px;
    }
    .history-date p {
        font-size: 24px !important;
    }
    .about-numbers .numbers-block {
        min-height: 180px;
        margin-bottom: 30px;
    }
}
@media(max-width: 640px) {
    .about-img-1 {
        height: 250px !important;
        padding: 30px !important;
    }
    .about-history-block {
        height: 780px !important;
        padding: 30px;
    }
    .history-block-line {
        transform: rotate(90deg) translate(225px, 180px);
        width: 75%;
    }
    .history-block-bottom .col-lg-6:first-child {
        margin-bottom: 40px;
    }
    .history-note p {
        font-size: 16px !important;
    }
    .about-numbers .numbers-block {
        min-height: 200px;
    }
}
@media(max-width: 450px) {
    .about-img-1 {
        height: 300px !important;
    }
    .about-img-1 p {
        width: 80% !important;
    }
    .about-tizers .about-tizer {
        flex-direction: column;
        align-items: baseline;
        margin-bottom: 70px;
    }
    .about-tizers .about-tizer .tizer-img {
        margin: 0 0 20px 0;
    }
    .about-history-block {
        height: 850px !important;
    }
    .history-block-top h3 {
        margin-bottom: 30px;
    }
    .history-block-line {
        transform: rotate(90deg) translate(220px, 180px);
        width: 110%;
    }
    .about-numbers .numbers-block .about-numbers__text,
    .about-numbers .numbers-block .about-numbers__text span {
        font-size: 20px !important;
    }
}
@media(max-width: 375px) {
    .about-img-1 {
        height: 350px !important;
    }
    .about-img-1 p {
        width: 100% !important;
    }
    .about-info .col-lg-6 {
        margin: 0 !important;
    }
    .about-tizers .about-tizer .tizer-note {
        font-size: 12px;
    }
    .about-history-block {
        height: 1050px !important;
    }
    .history-block-line {
        transform: rotate(90deg) translate(270px, 235px);
        width: 180%;
    }
    .history-block-bottom {
        width: 90% !important;
        margin-left: 10% !important;
    }
}
@media(max-width: 360px) {
    .about-history-block {
        height: 1150px !important;
    }
    .history-block-line {
        width: 190%;
    }
}
/* End */
/* /assets/build/css/about.css?17537841126837 */
