* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Fira Sans Extra Condensed', sans-serif;
}

html {
    min-height: 100%;
}

body {
    min-height: 100%;
    height: 100%;
}

.body {
    position: relative;
}

.overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .7);
    display: none;
}

.overlay-show {
    display: flex;
    justify-content: center;
    align-items: center;
}

.overlay-inner_help .close-form {
    top: 15px !important;
}

.overlay-inner_help .form-overlay {
    padding: 50px 30px 30px !important;
}

.wrapper {
    max-width: 1920px;
    margin: 0 auto;
    background: #fff;
}

.container {
    margin-right: 5%;
    margin-left: 5%;
}

.content-wrapper {
    background: url('../img/back.jpg');
    background-size: cover;
    background-attachment: fixed;
    padding-top: 100px;
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 100px;
    position: relative;
}

.header-wrapper {
    width: 100%;
    position: fixed;
    z-index: 100;
    /*box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);*/
    box-shadow: 0px 2px 2px -1px rgba(0, 0, 0, 0.2), 0px 4px 3px 0px rgba(0, 0, 0, 0.14), 0px 1px 4px 0px rgba(0, 0, 0, 0.12);
}

.burger {
    cursor: pointer;
    width: 30px;
    display: none;
    position: relative;
}

.burger:after {
    content: 'МЕНЮ';
    font-weight: bold;
    display: inline-block;
    width: 50px;
    height: 20px;
    font-size: 20px;
    position: absolute;
    color: #dc143c;
    top: -4px;
    left: 40px;
}

.burger-line {
    width: 100%;
    height: 2px;
    margin-bottom: 5px;
    background: #dc143c;
}

.burger-line:last-child {
    margin-bottom: 0;
}

.nav__logo {
    font-size: 48px;
    color: #dc143c;
    font-weight: 800;
    font-style: italic;
    text-transform: uppercase;
}

.nav {
    list-style: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0 20px;
}

.nav__item {
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    color: #5d5d51;
    /*margin-right: 20px;*/
    position: relative;
    padding: 14px;
    text-align: center;
    letter-spacing: 1.2px;
}

.nav__item:hover {
    color: #181816;
}

.nav__item:hover:after {
    content: '';
    display: block;
    width: 50%;
    height: 5px;
    background: #dc143c;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.nav__item:last-child {
    margin-right: 0;
}

.overlay-menu {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
}

.overlay-menu .nav__logo {
    text-align: center;
    margin: 20px 0;
}

.overlay-menu .nav {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /*height: calc(100vh - 58px);*/
}

.overlay-menu .nav__item {
    font-size: 20px;
}

.overlay-menu_hidden {
    display: none;
}

.close-form_menu {
    position: absolute;
    left: 10px;
    top: 35px;
    font-size: 19px;
    color: #483f3f;
    text-transform: uppercase;
    font-weight: bold;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.btn {
    padding: 15px 25px;
    text-transform: uppercase;
    color: #fefefe;
    font-size: 18px;
    font-weight: 500;
    border: 4px solid #dc143c;
    border-radius: 50px;
    background: #dc143c;
    letter-spacing: 1.2px;
    cursor: pointer;
    max-height: 60px;
    min-width: 240px;
    transition: .3s;
    outline: none;
}

.btn:active {
    position: relative;
    top: 3px;
    transition: .3s;
}

.btn:hover {
    transform: scale(1.04);
    background: #fefefe;
    color: #dc143c;
}

.nav__btn {
    padding-left: 65px;
    position: relative;
    box-shadow: 0px 4px 20px -7px #000;
}

.nav__btn:before {
    content: '';
    background: url("../img/icon-phone.png") no-repeat;
    width: 35px;
    height: 35px;
    position: absolute;
    left: 17px;
    top: 50%;
    transform: translateY(-50%);
}

.box-wrapper_background {
    min-height: 600px;
    background: url("../img/header-backgraund.png") no-repeat center center;
    background-size: cover;
}

.box-wrapper_flex {
    display: flex;
    justify-content: center;
}

.box-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: -15%;
}

.box-info__subtitle {
    font-size: 45px;
    color: #fefefe;
    text-transform: uppercase;
    letter-spacing: .2px;
    font-weight: 500;
    margin-bottom: 12px;
}

.box-info__title {
    color: #fefefe;
    font-size: 80px;
    text-transform: uppercase;
    letter-spacing: .2px;
    font-weight: bold;
    margin-bottom: 12px;
}

.box-info__txt {
    font-size: 24px;
    color: #fefefe;
    text-transform: uppercase;
    letter-spacing: .2px;
    font-weight: normal;
}

.box-info-buttons-container {
    margin-top: 70px;
}

.box-info__btn {
    padding-left: 30px;
    padding-right: 30px;
    margin-left: 30px;
    letter-spacing: 1.2px;
    background: transparent;
}

.box-info__btn:hover {
    background: #dc143c;
    color: #fefefe;
}

.box__title {
    font-size: 38px;
    font-weight: bold;
    letter-spacing: 1.2px;
    color: #483f3f;
    text-transform: uppercase;
    position: relative;
}

.box__title_left:after {
    content: '';
    background: url("../img/line-2.png") repeat-y;
    background-size: contain;
    width: 90px;
    height: 10px;
    position: absolute;
    left: -95px;
    top: 16px;
}

.pt-80 {
    padding: 80px 20px 0;
}

.box__title_center {
    text-align: center;
}

.box__title_center::before {
    content: '';
    width: 45px;
    height: 8px;
    background: #dc143c;
    position: relative;
    display: inline-block;
    left: -20px;
    top: -4px;
}

.box__title_center::after {
    content: '';
    width: 45px;
    height: 8px;
    background: #dc143c;
    position: relative;
    display: inline-block;
    right: -20px;
    top: -4px;
}

.box-info-cash__list {
    list-style: none;
    display: flex;
    justify-content: center;
    padding: 80px 0;
}

.box-info-cash__item {
    margin-right: 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 100px;
}

.box-info-cash__item:last-child {
    margin-right: 0;
}

.box-info-cash__img {
    margin-bottom: 30px;
    width: 100%;
    height: 110px;
}

.box-info-cash__img-1 {
    background: url("../img/icon-cash-1.png") no-repeat center;
    background-size: contain;
}

.box-info-cash__img-2 {
    background: url("../img/icon-cash-2.png") no-repeat center;
    background-size: contain;
    background-position-x: 38px;
}

.box-info-cash__img-3 {
    background: url("../img/icon-cash-3.png") no-repeat center;
    background-size: contain;
}

.box-info-cash__img-4 {
    background: url("../img/icon-cash-4.png") no-repeat center;
    background-size: contain;
}

.box-info-cash__txt {
    font-weight: bold;
    color: #483f3f;
    font-size: 25px;
    text-align: center;
    text-transform: uppercase;
}

. wrapper-gray {
    background: #f3f3f3;
}

.box-certificate {
    background: #f3f3f3;
    padding: 40px 5% 160px;
    position: relative;
}

.box__title_mb {
    padding-bottom: 40px;
}

.box__title_ml {
    margin-left: 5%;
}

.box-certificate-txt {
    font-size: 16px;
    max-width: 40%;
    letter-spacing: .4px;
    padding-bottom: 40px;
    line-height: 28px;
}

.box-certificate-txt_bold {
    font-size: 18px;
    font-weight: bold;
}

.certificate {
    position: absolute;
    right: 0;
    top: -65px;
    display: flex;
    justify-content: flex-end;
}

.pen {
    position: absolute;
    left: 50%;
    bottom: -50px;
}

.box-info-for {
    padding: 80px 0;
}

.box-info-for__list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 80px;
}

.box-info-for__item {
    width: calc(100% / 3);
    height: 570px;
    display: flex;
    align-items: flex-end;
    font-size: 38px;
    font-weight: bold;
    color: #fff;
    padding-left: 25px;
    padding-bottom: 30px;
    letter-spacing: 1.2px;
    cursor: pointer;
    position: relative;
    transition: background .1s;
}

.for__item-3, .for__item-6 {

}

.box-info-for__list {
    background: #dc143c;
}

.box-info-for__item:hover {
    background: transparent;
}

.box-info-for__item-info {
    visibility: hidden;
    position: absolute;
}

.box-info-for__title {
    text-transform: uppercase;
    min-width: 100%;
}

.box-info-for__item:hover .box-info-for__item-info {
    visibility: visible;
}

.box-info-for__item:hover .box-info-for__title {
    visibility: hidden;
}

.box-info-for__item p {
    font-size: 24px;
    font-weight: 400;
}

.box-info-for__item p:first-child {
    padding-top: 10px;
}

.box-info-for__item span {
    text-transform: uppercase;
    margin-bottom: 10px;
}

.box-info-for__item p:last-child {
    padding-top: 20px;
    font-size: 14px;
    font-weight: 400;
}

.for__item-6 span span {
    font-weight: 400;
}

.for__item-6 span {
    margin-bottom: 20px;
}

.for__item-1 {
    background: url("../img/for-bg-1.png") no-repeat center center;
    background-size: cover;
}

.for__item-2 {
    background: url("../img/for-bg-2.png") no-repeat center center;
    background-size: cover;
}

.for__item-3 {
    background: url("../img/for-bg-3.png") no-repeat center center;
    background-size: cover;
}

.for__item-4 {
    background: url("../img/for-bg-4.png") no-repeat center center;
    background-size: cover;
}

.for__item-5 {
    background: url("../img/for-bg-5.png") no-repeat center center;
    background-size: cover;
}

.for__item-6 {
    background: url("../img/for-bg-6.jpg") no-repeat center center;
    background-size: cover;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
}

.box-job {
    padding-top: 40px;
    padding-bottom: 160px;
    position: relative;
}

.box-dop {
    padding-top: 40px;
    padding-bottom: 160px;
    position: relative;
}

.box-dop__list {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;

}

.box-dop__item {
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 20px;
}

.box-dop__img {
}

.download {
    padding-left: 60px;
}

.call {
    padding-left: 60px;
}

.call:after {
    content: '';
    position: absolute;
    display: block;
    background: url("../img/call.png") no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px;
    left: 23px;
    top: 16px;
}

.download:after {
    content: '';
    position: absolute;
    display: block;
    background: url("../img/download.png") no-repeat;
    background-size: cover;
    width: 25px;
    height: 25px;
    left: 20px;
    top: 13px;
}

.box-dop__img_position {
    position: relative;
    left: -50px;
}

.box-dop__title {
    font-size: 30px;
    line-height: 34px;
    letter-spacing: .2px;
    font-weight: bold;
    color: #483f3f;
    text-transform: uppercase;
    padding: 34px 0;
}

.box-dop__txt {
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    color: #5d5d51;
    text-align: center;
    min-height: 130px;
    padding-bottom: 30px;
}

.box-dop__btn {
    box-shadow: 0px 4px 20px -7px #000;
}

.box-counseling {
    padding: 100px 0 170px;
    margin: 0 5%;
}

.box-counseling__inner {
    display: flex;
    flex-direction: row;
}

.box-counseling__left {
    width: 40%;
    padding-right: 40px;
}

.box-counseling__title {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1.2px;
    color: #5d5d51;
    margin-bottom: 50px;
    cursor: pointer;
    text-transform: uppercase;
}

.box-counseling__title_active {
    color: red;
}

.box-counseling__right {
    width: 60%;
}

.tab-box {
    display: none;
    margin-right: 20%;
}

.tab-box__title {
    font-size: 30px;
    text-transform: uppercase;
    padding-bottom: 35px;
    letter-spacing: 1.2px;
    font-weight: bold;
}

.tab-box__txt {
    color: #5d5d51;
    padding-bottom: 40px;
    letter-spacing: 1.2px;
    line-height: 28px;
}

.tab-box__btn {
    box-shadow: 0px 4px 20px -7px #000;
}

.box-job__list {
    list-style: none;
    display: flex;
    justify-content: center;
}

.box-job__list-2 {
    margin-top: 100px;
}

.box-job__item {
    margin: 0 5%;
    position: relative;
    padding-left: 100px;
    max-width: 25%;
}

.box-job__item_call::before {
    content: '';
    display: inline-block;
    background: url("../img/icon-job-1.png") no-repeat;
    width: 68px;
    height: 68px;
    position: absolute;
    left: 0;
    top: 20px;
}

.box-job__item_form::before {
    content: '';
    display: inline-block;
    background: url("../img/icon-job-2.png") no-repeat;
    width: 81px;
    height: 93px;
    position: absolute;
    left: 0;
    top: 20px;
}

.box-job__item_tour::before {
    content: '';
    display: inline-block;
    background: url("../img/icon-job-3.png") no-repeat;
    width: 85px;
    height: 85px;
    position: absolute;
    left: 0;
    top: 20px;
}

.box-job__item_blank::before {
    content: '';
    display: inline-block;
    background: url("../img/icon-job-4.png") no-repeat;
    width: 77px;
    height: 86px;
    position: absolute;
    left: 0;
    top: 20px;
}

.box-job__item_visa::before {
    content: '';
    display: inline-block;
    background: url("../img/icon-job-5.png") no-repeat;
    width: 81px;
    height: 93px;
    position: absolute;
    left: 0;
    top: 20px;
}

.box-job-item__title {
    font-size: 28px;
    margin-bottom: 20px;
    color: #483f3f;
    font-weight: bold;
    text-transform: uppercase;
}

.box-job-item__txt {
    font-size: 20px;
    line-height: 28px;
    color: #5d5d51;
    font-weight: normal;
}

.box-job-item__btn {
    background: transparent;
    box-shadow: 0px 4px 20px -7px #000;
    color: #dc143c;
    margin-top: 25px;
    position: relative;
}

.box-help {
    padding-bottom: 170px;
}

.accordion_grey {
    background: #e8e8e8;
}

.accordion_light-gray {
    background: #f3f3f3;
}

.accordion__title {
    color: #483f3f;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    cursor: pointer;
    padding: 45px 75px;
    line-height: 34px;
}

.accordion__content {
    padding-left: 75px;
    font-size: 16px;
}

.accordion__content p {
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 28px;
}

.accordion__content p:last-child {
    margin-bottom: 50px;
}

.accordion__content span {
    font-weight: 400;
    margin-left: 10px;
}

.box-contact {

}

.contact-info-title {
    font-size: 26px;
    font-weight: bold;
    color: #483f3f;
    text-transform: uppercase;
    padding-bottom: 21px;
}

.contact-info-phone {
    display: flex;
    align-items: center;
    padding-bottom: 21px;
    font-weight: 400;
    font-size: 28px;
    text-decoration: none;
    color: #483f3f;
    position: relative;
}

.contact-info-phone_mts:before {
    content: '';
    background: url("../img/icon-mts.png") no-repeat;
    background-size: cover;
    width: 25px;
    height: 24px;
    display: inline-block;
    margin-right: 10px;
}

.contact-info-phone_velcom:before {
    content: '';
    background: url("../img/icon-velcom.png") no-repeat;
    background-size: cover;
    width: 25px;
    height: 25px;
    display: inline-block;
    margin-right: 10px;
}

.contact-info-phone_viber:after {
    content: '';
    display: inline-block;
    background: url("../img/viber.png") no-repeat;
    background-size: cover;
    width: 28px;
    height: 29px;
    margin-left: 10px;
    position: relative;
    top: 3px;
}

.contact-info-phone_whats-app:after {
    content: '';
    display: inline-block;
    background: url("../img/icon-whats-app.png") no-repeat;
    width: 31px;
    height: 31px;
    margin-left: 10px;
}

/*.contact-info-phone_telegram:after {*/
/*content: '';*/
/*display: inline-block;*/
/*background: url("../img/telegram.png") no-repeat;*/
/*background-size: cover;*/
/*width: 29px;*/
/*height: 29px;*/
/*margin-left: 20px;*/
/*position: relative;*/
/*top: 6px;*/
/*}*/

.contact-info-email {
    display: block;
    padding-bottom: 21px;
    font-weight: 400;
    font-size: 28px;
    text-decoration: none;
    color: #483f3f;
}

.social {
    display: flex;
    align-items: center;
    list-style: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.social-item {
    margin-right: 40px;
}

.social-item:last-child {
    margin-right: 0;
}

.contact-block {
    display: flex;
}

.contact-block__info {
    width: 50%;
}

.info {
    padding: 45px 75px;
    position: relative;
    display: flex;
    justify-content: space-between;
    background-color: #ebebeb;
}

.map {
    position: relative;
    height: 100%;
    min-height: 300px;
}

.form {
    background: #dc143c;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 80px;
}

.form-title {
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    padding-bottom: 20px;
}

.form-subtitle {
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    padding-bottom: 15px;
}

.form-submit {
    background: #fff;
    color: #dc143c;
    margin: 0 auto;
}

.input {
    height: 60px;
    padding: 20px 40px;
    border: none;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 500;
    color: #483f3f;
    font-family: 'Fira Sans Extra Condensed', sans-serif;
}

.textarea {
    padding: 20px 40px;
    border: none;
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 500;
    color: #483f3f;
    font-family: 'Fira Sans Extra Condensed', sans-serif;
}

/**/
/**/
/**/
.footer-wrapper {
    padding: 30px 0;
}

.footer {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 60px;
}

.copyright {
    color: #483f3f;
    font-size: 14px;
    font-weight: normal;
    font-family: 'Fira Sans Extra Condensed', sans-serif;
}

[data-accordion] [data-content] {
    overflow: hidden;
    max-height: 0;
}

[data-accordion] {
    line-height: 1;
}

[data-control],
[data-content] > * {
    /*padding: 10px;*/
}

[data-content] [data-accordion] {
    border: 0;
    padding: 0;
}

[data-accordion] [data-control] {
    position: relative;
    padding-right: 130px;
}

[data-accordion] > [data-control]:after {
    content: "";
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    font-size: 25px;
    font-weight: 200;
    color: #444;
    height: 25px;
    width: 43px;
    background: url('../img/help-close.png') center center no-repeat;
    background-size: 70%;
}

[data-accordion].open > [data-control]:after {
    background: url('../img/help-open.png') center center no-repeat;
    background-size: 70%;
}

.overlay-inner {
    max-width: 630px;
    width: 100%;
    padding: 50px 30px 30px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.form-overlay {
    width: 100%;
    padding: 30px !important;
    position: relative;
}

.form-overlay .form-title {
    font-size: 28px;
    padding-bottom: 10px;
}

.form-overlay .form-subtitle {
    font-size: 17px;
}

.overlay-contact__container {
    background: #e8e8e8;
    display: flex;
    flex-direction: row;
    padding: 70px 30px 0 30px;
}

.overlay-contact__container .contact-info-email {
    font-size: 20px;
}

.overlay-contact__container div:first-child {
    margin-right: 20px;
}

.social-img {
    width: 80%;
}

.close-form {
    position: absolute;
    right: 15px;
    top: -215px;
    font-size: 19px;
    color: #483f3f;
    text-transform: uppercase;
    font-weight: bold;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.close-btn {
    margin-left: 10px;
}

.info div {
    margin-right: 30px;
}

.info div:last-child {
    margin-right: 0;
}

@media (max-width: 1500px) {
    .header-wrapper .container {
        margin-left: 1%;
        margin-right: 1%;
    }

    .footer-wrapper .container {
        margin-left: 1%;
        margin-right: 1%;
    }

    .nav__item {
        padding: 10px;
    }

    .certificate {
        width: 50%;
        top: unset;
        bottom: 0;
    }

    /*.contact-info-address {*/
    /*right: 75px;*/
    /*}*/
}

@media (max-width: 1400px) {
    .box-dop__img {
        height: 200px;
    }

    .box-dop__txt {
        font-size: 20px;
    }

    .box-dop__title {
        font-size: 26px;
        line-height: 26px;
        padding: 25px 0;
    }

    .box-dop {
        padding-bottom: 0px;
    }

    .box-counseling__title {
        margin-bottom: 40px;
    }

    .box-counseling {
        padding-bottom: 100px;
    }

    .accordion__title {
        font-size: 26px;
    }

    .box-counseling__left {
        width: 30%;
    }

    .box-counseling__right {
        width: 70%;
    }

    .box-job-item__title {
        font-size: 26px;
        margin-bottom: 15px;
    }

    .dn {
        display: none;
    }

    .box-job__item {
        margin: 0px 20px;
    }

    .box-info-for__title {
        font-size: 26px;
    }

    .box-info-for__item {
        font-size: 26px;
    }

    .box-info-for__item p {
        font-size: 20px;
    }
}

@media (max-width: 1320px) {
    .certificate {
        bottom: -80px;
    }

    .pen {
        left: 40%;
    }
}

@media (max-width: 1250px) {
    .box-job__item {
        max-width: 30%;
    }

    .header {
        position: relative;
    }

    .header .nav__logo {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        margin-left: 0;
    }

    .box-info__subtitle {
        font-size: 35px;
    }

    .box-info__title {
        font-size: 60px;
    }

    .box-info__txt {
        font-size: 20px;
    }

    .box-info-buttons-container {
        margin-top: 50px;
    }

    .box-certificate {
        overflow: hidden;
    }

    .box-certificate-txt {
        max-width: 50%;
    }

    .certificate {
        right: -10%;
        bottom: unset;
        top: 100px;
    }

    .pen {
        bottom: 0px;
        left: 50%;
    }

    .box-info-for__item {
        height: 400px;
    }

    .box-info-cash__list {
        justify-content: space-around;
    }

    .nav {
        display: none;
    }

    .box-info {
        margin: 0 5%;
    }

    .nav__logo {
        margin-left: 45px;
    }

    .burger {
        display: block;
    }

    .form {
        padding: 50px;
    }

    /*.contact-info-address {*/
    /*position: relative;*/
    /*top: unset;*/
    /*right: unset;*/
    /*}*/
}

@media (max-width: 1100px) {
    .certificate {
        right: -20%;
    }
}

@media (max-width: 991px) {
    .contact-block__info {
        order: 2;
    }

    .form {
        order: 1;
    }

    .box-job {
        padding-bottom: 50px;
    }

    .box__title_ml {
        margin: 0 30px;
    }

    .contact-block {
        flex-direction: column;
    }

    .contact-block__info {
        width: 100%;
    }

    .form {
        width: 100%;
        padding: 30px;
    }

    .box-dop__list {
        flex-direction: column;
    }

    .box-dop__item {
        width: 100%;
        margin: 40px 20px;
    }

    .box-job__list {
        flex-direction: column;
        align-items: center;
    }

    .box-job__item {
        max-width: 90%;
        width: 100%;
        margin: 40px auto;
    }

    .box-info-for__item {
        width: 50%;
    }

    .box-job__list-2 {
        margin-top: 0;
    }

    .box__title:after, .box__title:before {
        display: none;
    }

    .box-info-cash__list {
        flex-wrap: wrap;
    }

    .box-info-cash__item {
        width: 50%;
        margin-right: 0;
    }

    .box-info-cash__img-2 {
        background: url('../img/icon-cash-2.png') no-repeat center;
        background-size: contain;
        background-position-x: center;
    }

    .box-help {
        padding-bottom: 100px;
    }

    .social {
        position: relative;
        left: 0;
        transform: translateX(0%);
    }

    [data-accordion] [data-control] {
        padding: 25px 85px 25px 25px;
    }

    [data-accordion] > [data-control]:after {
        right: 20px;
    }

    .accordion__title {
        font-size: 20px;
    }

    .accordion__content {
        padding: 0 25px;
    }

    .box-counseling__inner {
        min-width: 900px;
    }

    .box-counseling {
        overflow-y: scroll;
        margin-right: 0;
        margin-left: 0;
        padding-left: 5%;
    }

    .info {
        display: flex;
        flex-direction: column;
        padding: 45px 25px;
    }

    .certificate {
        right: -36%;
    }

}

@media (max-width: 768px) {
    .btn {
        font-size: 15px;
    }

    .box-wrapper_background {
        min-height: unset;
        padding: 30px 0;
    }

    .header {
        min-height: 50px;
    }

    .content-wrapper {
        padding-top: 50px;
    }

    .box-info__subtitle {
        font-size: 25px;
    }

    .box-info__title {
        font-size: 35px;
    }

    .box__title {
        font-size: 30px;
    }

    .box-info__txt {
        font-size: 16px;
    }

    .box-info-cash__list {
        flex-direction: column;
        align-items: center;
    }

    .pen, .certificate {
        display: none;
    }

    .box-certificate-txt {
        max-width: 100%;
    }

    .box-info-for__item {
        width: 100%;
    }

    .footer {
        flex-direction: column;
    }

    .social {
        margin: 10px 0;
    }

    .footer .nav__logo {
        margin-left: 0;
    }

    .box-certificate {
        padding: 40px 5% 50px;
    }

    .header .nav__btn {
        font-size: 0;
        padding: 20px !important;
        min-width: unset;
        border: 0;
        background: unset;
        box-shadow: none;
    }

    .header .nav__btn:before {
        left: 13px;
    }

    .nav__logo {
        font-size: 30px;
    }

    .overlay-contact__container {
        flex-direction: column;
    }

    .close-form {
        top: -315px;
    }

    .box-info-cash__list {
        padding: 40px 0;
    }

    .box-info-cash__item {
        padding-bottom: 40px;
    }

    .box-job-item__title {
        font-size: 25px;
    }

    .box-counseling {
        padding-bottom: 50px;
    }

    .info div {
        margin-right: 0;
    }

    .contact-info-phone:before {
        display: none;
    }

    .box-info-cash__img {
        height: 80px;
    }

    .burger:after {
        display: none;
    }

    .close-form_menu {
        top: 15px;
        left: 5%;
    }

    .overlay-menu .nav__logo {
        margin: 10px 0;
    }

    .header-wrapper .container {
        margin: 0 5%;
    }

    .overlay-menu .close-btn {
        width: 60%;
        margin-left: 0;
    }

    /*.contact-info-title {*/
    /*text-align: center;*/
    /*}*/
    /*.info {*/
    /*align-items: center;*/
    /*}*/
    .input, .textarea {
        padding: 10px 20px;
    }

    .box-job__item {
        display: flex;
        flex-direction: column;
    }

    .box-job-item__btn {
        align-self: center;
        margin-left: -100px;
    }

    .contact-info-title {
        font-size: 20px;
    }

    .contact-info-phone, .contact-info-email {
        font-size: 18px;
    }

    .box-job {
        padding-top: 0;
    }

    .box__title_ml {
        margin: 0 15px;
    }

    .form-overlay {
        padding: 20px !important;
    }

    .form-overlay .form-title {
        font-size: 18px;
    }

    .form-overlay .form-subtitle {
        font-size: 14px;
    }

    .form-overlay .input {
        height: 45px;
        font-size: 16px;
    }

    .overlay-contact__container .contact-info-phone_whats-app:after, .overlay-contact__container .contact-info-phone_viber {
        /*display: none;*/
    }

    .overlay-contact__container div:first-child {
        margin-right: 0;
    }

    .form-overlay .close-form {
        font-size: 0;
        top: -185px;
        right: 5px;
    }

    .form-overlay .close-btn {
        width: 50%;
        margin: 0;
    }

    .overlay-contact__container {
        padding: 20px 20px 0;
    }

    .form-overlay .form-submit {
        min-width: unset;
    }

    .overlay-contact__container .contact-info-title {
        padding-bottom: 5px;
    }

    .contact-info-phone {
        padding-bottom: 15px;
    }

    .box-info__subtitle {
        margin-bottom: 0;
    }

    .box-info-for__list {
        margin-top: 30px;
    }

    .box-certificate-txt {
        padding-bottom: 40px;
    }
    .box__title_mb {
        padding-bottom: 0;
    }
    .box-counseling__inner {
        padding-top: 30px;
    }
    .box-counseling {
        padding-top: 60px;
    }
    .box-help .box__title_mb, .box-contact .box__title_mb{
        padding-bottom:  30px;
    }
    .box-certificate .box__title {
        padding-bottom: 30px;
    }
}

@media (max-width: 600px) {
    .box-info-buttons-container {
        flex-direction: column;
        display: flex;
    }

    .box-info__btn {
        margin-left: 0;
        margin-top: 20px;
    }

    .box-info-buttons-container {
        max-width: 80%;
        align-self: center;
    }
}