body {
    font-family: 'Montserrat';
    font-weight: normal;
    font-style: normal;
}
a {
    text-decoration: none;
}
footer {
    background-color: #1D3667;
    color: #ffffff;
    display: flex;
    justify-content: space-between;
    padding: 90px;
}
section {
    margin-bottom: 35px;
}
.btn {
    padding: 16px 46px;
    border-radius: 41px;
    border: 1px;
    font-size: 16pt;
    text-transform: uppercase;
    background-color: #1D3667;
    color: #ffffff;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn-outline-dark {
    border: 1px solid #ffffff;
    color: #ffffff;
    background-color: unset;
}
footer .schedule {
    margin-top: 40px;
    text-align: center;
}
footer .contact div {
    margin-bottom: 8px;
}
footer .contact .title {
    font-size: 40pt;
    margin-bottom: 20px;
}
footer a {
    color: #ffffff;
}
section .header {
    font-family: 'Montserrat';
    font-weight: bold;
    font-style: normal;
    font-size: 50px;
    margin-bottom: 64px;
}
section .header-dark {
    color: #1D3667;
}
section {
    text-align: center;
}
.advantage_items {
    width: 100%;
    display: flex;
    justify-content: center;
}
.advantage_item {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.advantage_item .title {
    font-family: 'Montserrat';
    font-weight: 600;
    font-style: normal;
    color: #000000;
    font-size: 25px;
    margin-bottom: 30px;
}
.advantage_item .text {
    max-width: 255px;
    margin-left: 15px;
    margin-right: 15px;
    font-family: 'Montserrat';
    font-weight: bold;
    font-style: normal;
    color: #646b6d;
}
.advantage_item .icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    color: #1D3667;
    font-size: 50px;
    font-family: 'Montserrat';
    font-weight: bold;
    font-style: normal;
    -webkit-box-shadow: 8px 8px 13px -7px rgba(66, 68, 90, 0.34);
    -moz-box-shadow: 8px 8px 13px -7px rgba(66, 68, 90, 0.34);
    box-shadow: 8px 8px 13px -7px rgba(66, 68, 90, 0.34);
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.team_item {
    background-color: #1D3667;
    border-radius: 20px;
    width: min-content;
    margin-left: 10px;
    margin-right: 10px;
}
.team_item .photo img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.team_items {
    width: 100%;
    display: flex;
    justify-content: center;
}
.team_item .plate {
    color: #ffffff;
    margin-left: 25px;
    margin-right: 25px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: left;
}
.team_item .plate .name {
    font-family: 'Montserrat';
    font-weight: bold;
    font-style: normal;
}
.team_item .plate .specialization {
    font-size: 12px;
    margin-top: 15px;
}
section.hello {
    background-color: #E0DEE0;
    display: flex;
}
section.hello .text {
    text-align: left;
    font-size: 20px;
    padding: 40px;
    color: #041D48;
    line-height: 45px;
}
@media (max-width: 1500px) {

}
section.hello .text .logo {
    font-family: 'Montserrat';
    font-weight: bold;
    font-style: normal;
    font-size: 30px;
}
section.hello .lead {
    margin-top: 40px;
    display: flex;
    align-items: center;
}
section.hello .comment {
    line-height: 20px;
    font-size: 12px;
    margin-left: 25px;
    width: 350px;
}
section.top {
    background-color: #1D3667;
    height: 80px;
    justify-content: space-between;
    display: flex;
    align-items: center;
    color: #ffffff;
    padding-left: 25px;
    padding-right: 25px;
}
section.top .schedule {
    display: flex;
    justify-content: center;
    align-items: center;
}
section.top img {
    margin-left: 20px;
    margin-right: 20px;
}
section.menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 35px;
    padding-left: 35px;
}
section.menu ul {
    padding: 0;
}
section.menu ul li {
    display: inline;
    font-size: 20px;
    margin-left: 10px;
    margin-right: 10px;
}
section.menu ul li a {
    color: #000000;
}
section.menu div.phone a {
    color: #1D3667;
    font-family: 'Montserrat';
    font-weight: bold;
    font-style: normal;
    font-size: 40px;
}
@media (max-width: 1500px) {
    section.menu {
        display: inline;
    }
    section.hello .text {
        line-height: 35px;
    }
    .team_items {
        flex-wrap: wrap;
    }
    .team_item {
        margin-bottom: 20px;
    }
}
@media (max-width: 1400px) {
    section.hello {
        flex-wrap: wrap;
        justify-content: center;
    }
    section.hello .text p {
        text-align: center;
    }
    section.hello .lead {
        justify-content: center;
    }
}
@media (max-width: 1100px) {
    footer {
        flex-wrap: wrap;
        justify-content: center;
    }
    footer div.contact {
        margin-bottom: 40px;
    }

}
@media (max-width: 900px) {
    section.hello .text {
        line-height: 28px;
        font-size: 16px;
    }
    .advantage_items {
        flex-wrap: wrap;
    }
}
@media (max-width: 800px) {
    section.top {
        flex-wrap: wrap;
        justify-content: center;
        height: 120px;
        padding-bottom: 20px;
    }
    section.hello, section.hello .photo, section.hello .photo img {
        width: 100%;
    }
    section.hello .comment {
        width: 100%;
    }
}
@media (max-width: 700px) {
    section.menu .menu ul li {
        display: block;
        margin-bottom: 20px;
        font-size: 30px;
    }
    section.menu .menu ul li a {
        font-size: 30px;
    }
}
@media (max-width: 600px) {
    section .header {
        font-size: 40px;
    }
    footer {
        padding: 45px;
    }
    section.hello .lead {
        flex-wrap: wrap;
    }
    section.hello .lead .comment {
        text-align: center;
        margin-top: 20px;
    }
}
@media (max-width: 500px) {
    footer {
        padding: 20px;
    }
    .btn {
        padding: 10px 36px;
        border-radius: 25px;
    }
}