@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@400;500&family=Inter:wght@500;600&display=swap');

/* Reset settings */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* Reset settings */

body {
    background: #e5ddd5;
    font-family: 'Archivo', sans-serif;
}

.wrapper {
    width: 93%;
    max-width: 1300px;
    margin: auto;
}

/* header */

header {
    padding-top: 40px;
}

.main_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header_navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 250px;
}

.header_navigation ul {
    display: flex;
    gap: 40px;
}

.header_navigation a {
    color: #1e2833;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.header_navigation a:hover {
    color: #a68f68;
}

.header_navigation li:nth-child(5) {
    margin-left: 80px;
    margin-right: -35px;
}

.header_navigation li:nth-child(5)::after {
    content: '|';
    margin-left: 5px;
}

.header_navigation li:nth-child(5) a {
    font-size: 0;
}

.header_navigation li:nth-child(5) a::before {
    content: 'EN';
    font-size: 16px;
}

.header_navigation li:nth-child(6) {
    margin-right: 80px;
}

.header_navigation li:nth-child(6) a {
    font-size: 0;
}

.header_navigation li:nth-child(6) a::before {
    content: 'UA';
    font-size: 16px;
}

.header_navigation li:last-child a {
    padding: 16px 24px;
    border-radius: 4px;
    background-color: #505c6a;
    color: #fff;
}

.header_navigation li:last-child a:hover {
    color: #1e2833;
    background-color: #a68f68;
}

.burger_menu_btn {
    display: none;
}

.language_swither {
    display: none;
}

/* header */

/* main */

.usp {
    margin-top: 75px;
    position: relative;
}

.usp_absolute4 {
    position: absolute;
    bottom: -113px;
    left: -34px;
}

.usp_container {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-column-gap: 75px;
}

.usp_txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

h1 {
    color: #505c6a;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.usp_txt p {
    width: 80%;
    margin-top: 20px;
    color: #1e2833;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 175.483%;
}

.usp_btns a {
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.usp_btns {
    margin-top: 60px;
    display: flex;
    gap: 30px;
}

a.link_to_contact {
    padding: 16px 24px;
    border-radius: 4px;
    background-color: #505c6a;
    color: #fff;
}

a.link_to_contact:hover {
    color: #1e2833;
    background-color: #a68f68;
}

.usp_contact_us {
    padding: 16px 24px;
    border-radius: 4px;
    border: 1px solid #505c6a;
    color: #505c6a;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.usp_contact_us:hover {
    background: #505c6a;
    color: #fff;
}

.usp_img1 {
    position: relative;
    display: flex;
    justify-content: flex-end;
}

.first_img {
    border-radius: 4px;
    width: 95%;
}

.usp_absolute1 {
    position: absolute;
    right: -25px;
    bottom: -31px;
    z-index: -1;
}

.usp_img2 {
    margin-top: 37px;
    position: relative;
    right: 111px;
}

.usp_absolute2 {
    position: absolute;
    top: -28px;
    left: -34px;
    z-index: -1;
}

.usp_absolute3 {
    position: absolute;
    right: -44px;
    bottom: 2px;
}

.why_trust {
    margin-top: 140px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    overflow: hidden;
}

.why_trust h2 {
    color: #505c6a;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.why_trust p {
    width: 52%;
    text-align: center;
    color: #1e2833;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 175.483%;
}

.why_trust span {
    width: 75%;
    display: block;
    text-align: center;
    color: #a68f68;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.why_trust_absolute {
    position: absolute;
    top: 46px;
    right: -43px;
}

.faq {
    margin-top: 135px;
    position: relative;
}

.faq_absolute1 {
    position: absolute;
    top: -155px;
    left: -34px;
    z-index: -1;
}

.faq_absolute2 {
    position: absolute;
    top: -93px;
    left: 28px;
    z-index: -1;
}

.faq_container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 69px;
}

.faq_container img {
    width: 100%;
}

.faq_box h3 {
    margin-bottom: 16px;
    color: #505c6a;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.faq_btn {
    padding: 24px 0;
    border-bottom: 2px solid #a68f68;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.faq_btn:hover {
    transform: scale(1.03);
}

.faq_question {
    display: flex;
    justify-content: space-between;
}

.faq_question span {
    color: #1e2833;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 165.2%;
}

.plus {
    font-size: 30px;
    line-height: 30px;
    color: #a68f68;
}

.faq_answer {
    padding: 24px 30px 0 0;
    color: #1e2833;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 165.2%;
    display: none;
}

.faq_answer_on {
    display: block;
}

.faq_ps {
    margin-top: 140px;
    color: #a68f68;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.services {
    padding-top: 140px;
    position: relative;
    overflow: hidden;
}

.services_absolute1 {
    position: absolute;
    top: -98px;
    left: -6px;
    z-index: -1;
}

.services_absolute2 {
    position: absolute;
    top: 50px;
    right: 189px;
    z-index: -1;
}

.services_absolute3 {
    position: absolute;
    top: 112px;
    right: 48px;
    z-index: -1;
}

.services_absolute4 {
    position: absolute;
    top: 252px;
    right: 11px;
    z-index: -1;
}

.services_description {
    width: 50%;
}

.services_description h2 {
    color: #505c6a;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.services_description p {
    margin-top: 19px;
    color: #1e2833;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 175.483%;
}

.services_grid {
    margin-top: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 70px;
    grid-row-gap: 30px;
}

.services_txt_header {
    display: flex;
    align-items: center;
    gap: 36px;
}

.services_txt_header h5 {
    color: #1e2833;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
}

.services_txt_paragraph {
    margin: 17px 0 0 28px;
    padding-left: 65px;
    border-left: 2px solid #a68f68;
    color: #1e2833;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 175.483%;
}

.services_txt_paragraph ul {
    list-style: disc;
    list-style-position: inside;
}

.services_img {
    height: fit-content;
    position: relative;
}

.services_img1 {
    border-radius: 4px;
    width: 100%;
}

.services_img2 {
    border-radius: 4px;
    width: 100%;
}

.services_img3 {
    width: 100%;
}

.galery {
    margin-top: 140px;
}

.galery h2 {
    margin-bottom: 50px;
    text-align: center;
    color: #505c6a;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.swiper .swiper-slide {
    width: auto;
}

.swiper .swiper-slide img {
    height: 100%;
}

.slider_btns {
    margin-top: 48px;
    margin-right: 70px;
    display: flex;
    justify-content: flex-end;
    gap: 32px;
}

.reviews {
    margin-top: 175px;
}

.reviews h2 {
    color: #505c6a;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.reviews_container {
    margin-top: 55px;
    position: relative;
}

.reviews_absolute {
    position: absolute;
    top: -23px;
    left: 413px;
    z-index: -1;
}

.reviews_box {
    position: absolute;
    top: 164px;
    left: 192px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 24px;
}

.review {
    padding: 10px 20px 30px 20px;
    border-radius: 4px;
    background: #505c6a;
}

.quotes {
    color: #fff;
    font-family: Inter;
    font-size: 150px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.review_txt {
    margin-top: -90px;
    color: #fff;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 165.2%;
}

.trastpilot {
    margin-top: 110px;
}

.trastpilot_container {
    display: flex;
    justify-content: flex-end;
}

.trastpilot_link {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    transition: 0.3s ease-in-out;
}

.vacancies {
    margin-top: 175px;
}

.vacancies h2 {
    color: #505c6a;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.vacancies_p {
    width: 80%;
    padding-top: 24px;
    padding-bottom: 24px;
    margin: auto;
    color: #1e2833;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 175.483%;
}

.vacancies_span {
    width: 80%;
    display: block;
    margin: auto;
    color: #a68f68;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.form_for_vacancies br {
    display: none;
}

.form_for_vacancies form {
    margin-top: 60px;
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 30px;
}

.form_for_vacancies form p:nth-child(2) {
    display: flex;
    gap: 30px;
}

.form_for_vacancies form p:nth-child(2) input {
    width: 254px;
    padding: 16px 24px;
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid #a68f68;
    color: #a68f68;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.form_for_vacancies form p:nth-child(2) input::placeholder {
    color: #a68f68;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.form_for_vacancies form p:nth-child(3) input {
    padding: 16px 24px;
    border-radius: 4px;
    background: #505c6a;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.form_for_vacancies form p:nth-child(3) input:hover {
    color: #1e2833;
    background-color: #a68f68;
}

.form_for_vacancies form p:nth-child(3) span {
    display: none;
}

.contacts {
    padding-top: 160px;
}

.contacts_container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 140px;
}

.contact_imgs {
    position: relative;
}

.contact_img {
    width: 100%;
}

.contacts_absolute1 {
    position: absolute;
    top: -120px;
    left: 50px;
    z-index: -1;
}

.contacts_absolute2 {
    position: absolute;
    top: -90px;
    left: -115px;
    z-index: -1;
}

.contacts_absolute3 {
    position: absolute;
    right: -42px;
    bottom: -52px;
    z-index: -1;
}

.contact_form_container {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contacts_absolute4 {
    position: absolute;
    top: -50px;
    right: 42px;
    z-index: -1;
}

.contacts_absolute5 {
    position: absolute;
    top: 3px;
    right: -35px;
    z-index: -1;
}

.contact_form_container h2 {
    color: #505c6a;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.contact_form_container h6 {
    margin-top: 24px;
    color: #1e2833;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 175.483%;
}

.contact_form {
    margin-top: 60px;
}

.contact_form br {
    display: none;
}

.contact_form form p:nth-child(2) {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.contact_form form p:nth-child(2) input,
.contact_form form p:nth-child(2) textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 16px 24px;
    border-radius: 4px;
    border: 1px solid #a68f68;
    background: #ede6e0;
    color: #a68f68;
    font-family: Archivo;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.contact_form form p:nth-child(2) input::placeholder,
.contact_form form p:nth-child(2) textarea::placeholder {
    color: #a68f68;
    font-family: 'Archivo', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.contact_form form p:nth-child(3) input {
    margin-top: 40px;
    border-radius: 4px;
    border: none;
    background: #505c6a;
    padding: 16px 24px;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    transition: all 0.3s ease-in-out;
}

.contact_form form p:nth-child(3) input:hover {
    color: #1e2833;
    background-color: #a68f68;
}

/* main */

/* footer */

footer {
    margin-top: 220px;
    padding: 36px 0;
    background: #505c6a;
}

.footer_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer_contacts {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.footer_contacts a {
    text-decoration: none;
    color: #d9d9d9;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 137.632%;
    transition: all 0.3s ease-in-out;
}

.footer_contacts a:hover {
    color: #a68f68;
}

.footer_social_links {
    display: flex;
    align-items: center;
    gap: 20px;
}

/* footer */

/* @media */

@media (max-width: 1300px) {
    .trastpilot {
        margin-top: 160px;
    }
}

@media (max-width: 1024px) {
    .header_navigation {
        gap: 130px;
    }
    .header_navigation li:nth-child(5) {
        margin-left: 0;
    }
    .header_navigation li:nth-child(6) {
        margin-right: 0;
    }
    .usp_container {
        grid-template-columns: 1fr;
        grid-row-gap: 40px;
    }
    .usp_img1 {
        display: flex;
        justify-content: flex-end;
    }
    .first_img {
        width: unset;
    }
    .usp_img2 {
        display: flex;
        justify-content: flex-end;
    }
    .usp_absolute3 {
        bottom: 0;
    }
    .usp_absolute2 {
        top: -120px;
        left: 100px;
    }
    .why_trust p {
        width: 80%;
    }
    .faq_container {
        grid-column-gap: 30px;
    }
    .services_grid {
        grid-column-gap: 30px;
    }
    .reviews_container img {
        width: 30%;
    }
    .reviews_box {
        top: 90px;
        left: 105px;
    }
    .quotes {
        font-size: 50px;
    }
    .review_txt {
        margin-top: -30px;
        font-size: 14px;
    }
    .reviews_absolute {
        display: none;
    }
    .form_for_vacancies form {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .form_for_vacancies form p:nth-child(2) {
        flex-direction: column;
    }
    .contacts_container {
        grid-column-gap: 30px;
    }
    .contacts_absolute3 {
        right: -20px;
    }
    .contacts_absolute4 {
        right: 62px;
    }
    .contacts_absolute5 {
        right: -15px;
    }
    .trastpilot {
        margin-top: 130px;
    }
}

@media (max-width: 768px) {
    .wrapper {
        width: 95%;
    }
    header {
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        padding: 5px 0;
        background: #e5ddd5;
        border-bottom: 1px solid #505c6a;
        box-sizing: border-box;
        z-index: 30;
    }
    .logo_img {
        width: 60%;
    }
    .language_swither {
        display: block;
    }
    .language_swither ul {
        display: flex;
    }
    .language_swither ul li:nth-child(1),
    .language_swither ul li:nth-child(2),
    .language_swither ul li:nth-child(3),
    .language_swither ul li:nth-child(4),
    .language_swither ul li:last-child {
        display: none;
    }
    .language_swither a {
        color: #1e2833;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-decoration: none;
        transition: all 0.3s ease-in-out;
    }
    /* =========== */
    .language_swither li:nth-child(5) {
        margin-right: 5px;
    }
    .language_swither li:nth-child(5)::after {
        content: '|';
        margin-left: 5px;
        color: #505c6a;
    }
    .language_swither li:nth-child(5) a {
        font-size: 0;
    }
    .language_swither li:nth-child(5) a::before {
        content: 'EN';
        font-size: 16px;
        color: #505c6a;
        font-weight: 500;
    }
    .language_swither li:nth-child(6) {
        margin-right: 80px;
    }
    .language_swither li:nth-child(6) a {
        font-size: 0;
    }
    .language_swither li:nth-child(6) a::before {
        content: 'UA';
        font-size: 16px;
        color: #505c6a;
        font-weight: 500;
    }
    /* =========== */
    .header_navigation ul {
        position: fixed;
        top: -90vh;
        transition: all 0.3s ease-in-out;
    }
    .header_navigation li:nth-child(5),
    .header_navigation li:nth-child(6),
    .header_navigation li:last-child {
        display: none;
    }
    .burger_menu_btn {
        display: flex;
        flex-direction: column;
        gap: 5px;
        position: relative;
        z-index: 50;
        cursor: pointer;
    }
    .first_line,
    .second_line,
    .third_line {
        width: 30px;
        height: 3px;
        background: #505c6a;
        border-radius: 2px;
        transition: all 0.3s ease-in-out;
    }
    .first_line_on {
        position: absolute;
        background: #fff;
        transform: rotate(45deg);
    }
    .second_line_on {
        opacity: 0;
    }
    .third_line_on {
        position: absolute;
        background: #fff;
        transform: rotate(-45deg);
    }
    .header_navigation ul.menu_open {
        padding-left: 10%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        height: 90vh;
        box-sizing: border-box;
        top: 0;
        left: -0;
        background: #505c6a;
        z-index: 25;
    }
    .header_navigation ul.menu_open a {
        color: #fff;
        font-size: 30px;
    }
    .usp {
        margin-top: 150px;
    }
    h1 {
        font-size: 34px;
    }
    .usp_txt p {
        width: 100%;
        font-size: 18px;
    }
    .usp_btns {
        justify-content: center;
    }
    .usp_images {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .usp_img1 img {
        width: 100%;
    }
    .usp_absolute1 {
        display: none;
    }
    .usp_img2 {
        margin-top: 15px;
        position: unset;
    }
    .usp_img2 img {
        width: 100%;
    }
    .usp_absolute2 {
        display: none;
    }
    .usp_absolute3 {
        display: none;
    }
    .usp_absolute4 {
        display: none;
    }
    .why_trust {
        margin-top: 80px;
    }
    .why_trust h2 {
        font-size: 30px;
    }
    .why_trust p {
        width: 95%;
        text-align: start;
        font-size: 16px;
    }
    .why_trust span {
        width: 95%;
        text-align: start;
        font-size: 20px;
    }
    .why_trust_absolute {
        display: none;
    }
    .faq {
        margin-top: 80px;
    }
    .faq_container {
        grid-template-columns: 1fr;
        grid-row-gap: 80px;
    }
    .faq_box h3 {
        margin-bottom: 20px;
        font-size: 30px;
        text-align: center;
    }
    .faq_btn {
        padding: 15px 0;
    }
    .faq_question span {
        font-size: 18px;
    }
    .faq_answer {
        padding: 15px 20px 0 0;
    }
    .faq_absolute1 {
        display: none;
    }
    .faq_absolute2 {
        display: none;
    }
    .faq_ps {
        width: 95%;
        margin: auto;
        margin-top: 80px;
        font-size: 20px;
        text-align: start;
    }
    .services {
        padding-top: 80px;
    }
    .services_absolute1 {
        display: none;
    }
    .services_absolute2 {
        display: none;
    }
    .services_absolute3 {
        display: none;
    }
    .services_absolute4 {
        display: none;
    }
    .services_description {
        width: 100%;
    }
    .services_description h2 {
        font-size: 30px;
        text-align: center;
    }
    .services_description p {
        font-size: 18px;
    }
    .services_grid {
        grid-template-columns: 1fr;
        grid-row-gap: 30px;
    }
    .services_txt_header {
        gap: 10px;
    }
    .services_txt_header h5 {
        font-size: 20px;
    }
    .services_txt_paragraph {
        margin: 15px 0 0 28px;
        padding-left: 39px;
        font-size: 16px;
    }
    .galery {
        margin-top: 80px;
    }
    .galery h2 {
        font-size: 30px;
    }
    .slider_btns {
        margin-top: 30px;
        margin-right: 2.5%;
        gap: 25px;
    }
    .slider_btns img {
        width: 35px;
    }
    .reviews {
        margin-top: 80px;
    }
    .reviews h2 {
        font-size: 30px;
    }
    .reviews_container {
        margin-top: 30px;
    }
    .reviews_container img {
        display: none;
    }
    .reviews_box {
        position: unset;
        grid-template-columns: 1fr;
        grid-row-gap: 15px;
    }
    .review_txt {
        font-size: 16px;
    }
    .trastpilot {
        margin-top: 30px;
    }
    .vacancies {
        margin-top: 80px;
    }
    .vacancies h2 {
        font-size: 30px;
    }
    .vacancies_p {
        width: 95%;
        padding-top: 20px;
        padding-bottom: 20px;
        text-align: start;
        font-size: 18px;
    }
    .vacancies_span {
        width: 95%;
        font-size: 20px;
        text-align: start;
    }
    .form_for_vacancies form {
        width: 95%;
        padding-top: 50px;
        margin: auto;
        flex-direction: column;
        align-items: flex-end;
    }
    .form_for_vacancies form p:nth-child(2) {
        flex-direction: column;
    }
    .form_for_vacancies form p:nth-child(2) input {
        width: 100%;
        box-sizing: border-box;
    }
    .contacts {
        padding-top: 80px;
    }
    .contacts_container {
        grid-template-columns: 1fr;
        grid-row-gap: 50px;
    }
    .contacts_absolute1 {
        display: none;
    }
    .contacts_absolute2 {
        display: none;
    }
    .contacts_absolute3 {
        display: none;
    }
    .contact_form_container h2 {
        text-align: center;
        font-size: 30px;
    }
    .contact_form_container h6 {
        margin-top: 20px;
        text-align: center;
        font-size: 18px;
    }
    .contact_form form {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }
    .contact_form form p:nth-child(3) span {
        display: none;
    }
    .contacts_absolute4 {
        display: none;
    }
    .contacts_absolute5 {
        display: none;
    }
    footer {
        margin-top: 120px;
        padding: 45px 0;
    }
    .footer_container {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }
    .swiper .swiper-slide img {
        height: 230px;
    }
}

@media (max-width: 400px) {
    .swiper .swiper-slide img {
        height: 200px;
    }
}

/* @media */
