/* header */

.header-language-div {
    display: none;
}

.header-menu-list {
    display: none;
}

.header-burger-menu {
    display: block;
}

/* title */

.title-section {
    background-image: none;
}

.title-main-div {
    padding-top: 15px;
    padding-bottom: 100px;
}

.title-text {
    width: 100%;
}

.title-title {
    width: 100%;
    font-size: 40px;
}

.title-mobile-image {
    margin-top: 59px;
    display: block;
}

.image-darken-container {
    position: relative;
    display: inline-block;
    width: 100%;
}

.title-mobile-image {
    display: block;
    width: 100%;
    height: auto;
}

.image-darken-container::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    pointer-events: none;
}

.title-btn-div {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.main-btn {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.transparent-btn {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

/* About */

.about-text-div {
    width: 100%;
}

.about-img {
    display: none;
}


/* Services */

.sesvices-text {
    width: 100%;
}

.service-text {

    width: 100%;
}

.services-list {
    gap: 50px;

    padding-bottom: 100px;
}

.service-title {
    font-size: 36px;
}

.service-div {
    padding-top: 53px;
    padding-bottom: 53px;
    padding-right: 10px;
    padding-left: 10px;
}

/* Choose */

.choose-text {
    width: 100%;
}

.choose-list {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 75px;
    column-gap: 72px;
}

/* Contact */

.contact-container {
    padding-top: 100px;
}

.contact-map {
    width: 100%;
    height: 250px;

    margin-top: 100px;
}

.contact-left-div {
    width: 100%;
}

.contact-input {
    height: 60px;
    background-color: var(--bg-second);

    padding-left: 20px;

    border: 1px solid var(--bg-three);

    color: var(--text-main);
}


/* Footer */

.footer-contaent-div {
    flex-direction: column;
   row-gap: 60px;
}

.footer-main-text {
    width: 100%;
}

.footer-copyright {
    font-size: 12px;
}

/* Modal */

.modal-content {
    padding: 50px 10px;
}

.close {
    right: 10px;
    top: 10px;
}

.modal-services-img {
    width: 245px;
    height: 150px;
}


.modal-services-title-2 {
    font-weight: 700;
    font-size: 35px;
    line-height: 1.57143;
    text-align: center;

    margin-bottom: 25px;
}

.modal-services-btn-div {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;

    flex-direction: column;
}


/* Detaling modal */
.d-modal-content {
    padding: 50px 10px;
}


.d-modal-services-img {
    width: 245px;
    height: 150px;
}


.d-modal-services-title-2 {
    font-weight: 700;
    font-size: 35px;
    line-height: 1.57143;
    text-align: center;

    margin-bottom: 25px;
}

.d-modal-services-btn-div {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;

    flex-direction: column;
}