@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&display=swap');

body {
    padding: 0;
    margin: 0;
    padding-top: 118px;
    background: #F8F8FF;
    font-family: 'Nunito', sans-serif;
}
html {
    scroll-behavior: smooth;
    scroll-padding-top: 158px;
}

/* Сайт */
body > .all {
    padding: 50px 0;
    width: 1170px;
    margin-left: 50%;
    transform: translateX(-50%);
}
body > .all span a {
    text-decoration: none;
    color: #000;
}
body > .all span a:hover {
    text-decoration: underline;
}

body > .all h1 {
    color: #113C64;
    font-weight: 700;
    font-size: 47px;
    margin: 0;
    margin-top: 20px;
}
body > .all > .top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
body > .all > .top button {
    outline: none;
    cursor: pointer;
    padding: 16px 43px;
    font-weight: 450;
    font-size: 14px;
    color: #FFFFFF;
    background: #113C64;
    border-radius: 3px;
    border: none;
    text-transform: uppercase;
}
body > .all > .top .right a {
    border: 1px solid #A3B015;
    border-radius: 3px;
    background: #fff;
    color: #A3B015;
    text-decoration: none;
    padding: 14px 38px;
    margin-right: 8px;
    text-transform: uppercase;
    font-size: 15px;
}
body > .all > .top .right a img {
    width: 20px;
    margin-bottom: -4.4px;
    margin-right: 2px;
}
body > .all > .img img {
    width: 100%;
}
body > .all > .img {
    overflow: hidden;
    border-radius: 10px;
    margin-top: 40px;
    height: 490px;
}

/* Нижний блок */
body > .all .bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 60px;
    scroll-behavior: smooth;
    scroll-padding-top: 158px;
}
body > .all .bottom .left {
    width: 476px;
    position: sticky;
    margin-right: 20px;
    top: 158px;
}
body > .all .bottom h3 {
    font-weight: 700;
    font-size: 24px;
    color: #113C64;
    margin: 0;
}

/* Меню */
body > .all .menu .active {
    font-weight: 700;
    color: #113C64;
    border-left: 2px solid #113C64;
}
body > .all .menu {
    text-transform: uppercase;
    background: #FFFFFF;
    border-radius: 4px;
    padding: 34px 0;
    padding-right: 19px;
    margin-top: 30px;
}
body > .all .menu span[data-menu] {
    text-transform: none;
    font-weight: 500;
    color: #6F6F6F;
    padding-left: 64px;
    display: inline-block;
    margin-bottom: 16px;
}
body > .all .menu a {
    font-weight: 500;
    color: #6F6F6F;
    text-decoration: none;
    position: relative;
    padding-left: 64px;
    display: inline-block;
    margin-bottom: 16px;
}
body > .all .menu a span {
    position: absolute;
    left: 22.4px;
}

/* Обязательное условие */
body > .all .bottom .right {
    width: 664px;
}
body > .all .right > div {
    background: #fff;
    padding: 30px;
    margin-bottom: 40px;
}
body > .all .right > div h3 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
body > .all .right > .vs h3 {
    margin-bottom: 20px;
}
body > .all .right > .vs p {
    font-size: 17px;
    color: #14171C;
    display: inline-block;
}
body > .all .right > div button {
    background: #DDE2ED;
    border-radius: 3px;
    border: none;
    outline: none;
    padding: 12px 66px;
    font-size: 14px;
    color: #113C64;
    text-transform: uppercase;
    cursor: pointer;
}
body > .all .right > div ul {
    margin: 0;
    padding: 0;
    padding-left: 20px;
    margin-top: 28px;
    margin-bottom: 18px;
    font-size: 17px;
    color: #14171C;
    list-style: none;
}
body > .all .right > div ul li {
    margin-bottom: 10px;
}
body > .all .right > div ul li::before {
    content: "\2022";
    color: #A3B015;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
body > .all .right > div > b {
    padding-bottom: 30px;
    display: block;
    padding-left: 20px;
    border-bottom: 0.5px solid #D2D2D2;
    font-size: 17px;
    color: #14171C;
}
body > .all .bottom h4 {
    font-weight: 700;
    font-size: 20px;
    color: #113C64;
    margin: 20px 0;
}
body > .all .right > div p {
    margin: 0;
    font-size: 17px;
    color: #14171C;
}
body > .all .right > div i {
    font-weight: 300;
    font-size: 15px;
    color: #000;
}
body > .all .right > .type_visas img {
    margin-top: 20px;
    border-radius: 10px;
    width: 100%;
    display: block;
}

/* Доп. услуги */
body > .all .right > .services {
    background: none;
    padding: 0;
}
body > .all .services h3 {
    margin-bottom: 30px;
}
body > .all .services a {
    text-decoration: none;
    background: #F4F6F9;
    padding: 27px 24px;
    display: block;
    border-radius: 4px;
    font-weight: 450;
    font-size: 19px;
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 8px;
}

/* Мобильная версия */
@media (max-width: 1260px) {
    body > .all {
        padding: 50px 40px;
        width: auto;
        margin-left: 0;
        transform: translateX(0);
    }
}
@media (max-width: 1130px) {
    body > .all .bottom .right {
        width: 600px;
    }
    body > .all .right > .vs {
        font-size: 15px;
    }
    body > .all .right > div ul {
        font-size: 15px;
    }
    body > .all .right > div > b {
        font-size: 15px;
    }
    body > .all .bottom h4 {
        font-size: 18px;
    }
    body > .all .right > div {
        font-size: 15px;
    }
    body > .all .right > div i {
        font-size: 14px;
    }
}
@media (max-width: 950px) {
    body > .menu .active {
        font-weight: 700;
        color: #113C64;
        border-left: 2px solid #113C64;
    }
    body > .menu {
        text-transform: uppercase;
        background: #FFFFFF;
        border-radius: 4px;
        padding: 34px 0;
        padding-right: 19px;
        margin-top: 30px;
    }
    body > .menu span[data-menu] {
        text-transform: none;
        font-weight: 500;
        color: #6F6F6F;
        padding-left: 64px;
        display: inline-block;
        margin-bottom: 16px;
    }
    body > .menu a {
        font-weight: 500;
        color: #6F6F6F;
        text-decoration: none;
        position: relative;
        padding-left: 64px;
        display: inline-block;
        margin-bottom: 16px;
    }
    body > .menu a span {
        position: absolute;
        left: 22.4px;
    }
    
    body > .all > .img img {
        width: auto;
    }
    body > .all > .img {
        overflow: hidden;
        border-radius: 10px;
        margin-top: 40px;
        height: 490px;
    }

    body > .all .bottom {
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column;
    }
    body > .all .bottom .right {
        width: 100%;
        margin-top: 20px;
    }
    body > .all .bottom .left {
        width: 100%;
        margin-right: 20px;
        position: static;
        margin-bottom: 20px;
    }
    body > .menu {
        position: fixed;
        top: 100px;
        left: 40px;
        z-index: 2;
        visibility: hidden;
        margin: 0;
        padding: 30px 0;
        padding-right: 54px;
        width: calc(100% - 40px * 2);
    }
    body > .menu a span {
        position: static;
        margin-right: 10px;
    }
    body > .menu.show {
        visibility: visible;
    }
    body > .menu span[data-menu] {
        position: absolute;
        font-weight: 450;
        font-size: 19px;
        transform: rotate(90deg);
        background: #FFFFFF;
        box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.16);
        border-radius: 4px;
        padding: 3px 13px;
        padding-left: 13px;
        left: -42px;
        bottom: -30px;
        z-index: 10;
        cursor: pointer;
        visibility: visible;
        margin: 0;
    }

    body > .menu a {
        font-size: 13px;
        padding-left: 27px;
        margin-bottom: 10px;
    }

    body > .all .services a {
        padding: 19px 10px;
        font-size: 14px;
    }
    body > .all .services h3 {
        margin-bottom: 20px;
    }
}
@media (max-width: 850px) {
    body > .all {
        padding: 50px 15px;
    }
    body > .menu {
        left: 15px;
        width: calc(100% - (15px * 2) - 54px);
    }
    body > .all > .top {
        align-items: flex-start;
        flex-direction: column;
    }
    body > .all > .top .right {
        margin-top: 30px;
    }

    body > .all .right > div {
        padding: 23px 27px;
    }
    body > .all .bottom h3 {
        font-size: 20px;
    }
    body > .all .right > .vs {
        font-size: 14px;
    }
    body > .all .right > div ul {
        font-size: 14px;
    }
    body > .all .right > div > b {
        font-size: 14px;
    }
    body > .all .bottom h4 {
        font-size: 17px;
    }
    body > .all .right > div {
        font-size: 14px;
    }
    body > .all .right > div i {
        font-size: 13px;
    }
}
@media (max-width: 600px) {
    body > .all .right > div button {
        display: none;
    }
}
@media (max-width: 475px) {
    body > .all h1 {
        font-size: 30px;
    }
    body > .all > .top button {
        padding: 16px 42px;
        font-size: 11px;
    }
    body > .all > .top .right a {
        margin-right: 6px;
        font-size: 12px;
    }
    body > .all > .top .right a img {
        width: 14px;
        margin-bottom: -2.5px;
    }
    body > .all > .top .right {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }
}

body > .all .right > .questions {
    width: 100%;
    padding: 0;
    background: none;
}
body > .all .questions .question {
    background: #F4F6F9;
    border-radius: 4px;
    cursor: pointer;
    padding: 15px 24px;
    padding-top: 27px;
    margin-bottom: 8px;
}
body > .all .questions .question h3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    font-weight: 450;
    font-size: 19px;
    margin-bottom: 12px;
}
body > .all .questions .question h3 span {
    margin-right: 43px;
}
body > .all .questions .question p {
    height: 0;
    font-size: 15px;
    color: #14171C;
    margin: 0;
    display: block;
    transition: height 0.5s ease;
    overflow: hidden;
}
body > .all .questions .question h3.active ~ p {
    height: auto;
}