body {
    font-family: 'Ubuntu', sans-serif;
}

header {
    background: #FFFFFF;
    border-bottom: 1px solid #D5D5D5;
}

header .container {
    width: 100%;
    max-width: 1380px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 16px;
}

.header__info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header__info__icon {
    background: #303854;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
}

.header__info__content {
    padding-left: 11px;
}

.header__info__content h6 {
    font-weight: 400;
    font-size: 17px;
    line-height: 20px;
    color: #4E6279;
    margin: 0;
}

.header__info__content h5 {
    font-weight: 700;
    font-size: 23px;
    line-height: 26px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #4E6279;
    margin: 0;
}

.header__info > div {
    display: flex;
    align-items: center;
    padding-right: 51px;
}

.header__info > div:last-child {
    padding-left: 0;
}

main .container {
    width: 100%;
    max-width: 800px;
    padding-top: 43px;
    padding-bottom: 90px;
}

h1 {
    font-weight: 700;
    font-size: 36px;
    line-height: 41px;
    color: #0E254B;
    margin-bottom: 20px;
}

.btn-phone {
    height: 57px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #007BFF;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.03);
    border-radius: 18px;
    font-weight: 700;
    font-size: 32px;
    line-height: 37px;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.btn-phone:hover {
    text-decoration: none;
    color: #fff;
}

.btn-phone svg {
    margin-right: 18px;
    flex-shrink: 0;
}

main .img-fluid {
    margin-bottom: 20px;
}

main p {
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    color: #212529;
}

.advertorial {
    background: #0E254B;
}

.advertorial .container {
    max-width: 1120px;
    width: 100%;
    padding-top: 65px;
    padding-bottom: 65px;
}

.advertorial h6 {
    text-align: center;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color: #F2F2F2;
    padding-bottom: 25px;
}

.advertorial p {
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #F2F2F2;
}

footer .container {
    width: 100%;
    max-width: 481px;
    padding-top: 25px;
    padding-bottom: 25px;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
}

footer nav {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 28px;
    padding-bottom: 38px;
}

footer nav a {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    text-decoration-line: underline;
    color: #007BFF;
    border-right: 1px solid #B3B3B3;
    padding: 0 12px;
}

footer nav a:last-child {
    border: none;
}

footer nav a:hover {
    text-decoration: none;
}

footer .rights {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #333333;
}

footer .btn-phone {
    height: 73px;
}

.modal.show{
    padding-right:0!important;
}

@media (max-width: 1200px) {
    header .container {
        flex-direction: column;
    }

    .header__info {
        padding-top: 20px;
        width: 100%;
    }
}

@media (max-width: 980px) {
    .header__info__content h6 {
        font-size: 15px;
        line-height: 17px;
    }


    .header__info__content h5 {
        font-size: 18px;
        line-height: 21px;
    }

    main .container, header .container {
        max-width: 100% !important;
    }

    .img-fluid {
        width: 100%;
    }
}

@media (max-width: 800px) {
    .header__info > div {
        width: 33%;
        padding: 0;
    }

    .header__info__icon {
        width: 26px;
        height: 26px;
        border-radius: 6px;
        flex-shrink: 0;
    }

    .header__info__icon svg {
        width: 15px;
        height: 15px;
    }
}

@media (max-width: 710px) {
    header .container {
        flex-direction: row;
    }

    .header__info {
        width: auto;
        flex-direction: column;
    }

    .header__info > div {
        width: 100%;
        margin-bottom: 8px;
    }
}

@media (max-width: 550px) {
    header .logo {
        width: 174px;
    }

    header .logo img {
        width: 100%;
    }
}

@media (max-width: 479px) {
    main .container {
        padding-bottom: 50px;
    }

    header .logo {
        width: 119px;
    }

    .header__info__content h6 {
        font-size: 12px;
        line-height: 14px;
    }

    .header__info__content h5 {
        font-size: 14px;
        line-height: 16px;
    }

    h1 {
        font-size: 27px;
        line-height: 31px;
    }

    main p {
        font-size: 20px;
        line-height: 140%;
    }

    .btn-phone {
        font-size: 27px;
        line-height: 31px;
    }

    .advertorial p {
        font-size: 20px;
        line-height: 140%;
    }

    footer nav {
        flex-direction: column;
        align-items: center;
    }

    footer nav a {
        border: none;
        margin-bottom: 20px;
    }
}

@media(min-width:576px){
    .modal-dialog {
        max-width: 900px;
    }
}