* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Lato", serif;
}

.container {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

.separator {
    height: 20px;
}

.bg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: url('../img/contacts/main-bg.png');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 1200px;
}

/* Contact Us */

.contactus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /* background: #FFFFFF; */
    margin-bottom: 80px;
}

.contactus__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    background: #02B2A7;
    border-radius: 12px;
}

.contactus__block-form {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 40px;
}

.contactus__form-title {
    color: #FFF;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.contactus__form-subtitle {
    color: #FFF;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 40px;
}

.contactus__block-form-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
}

.contactus__form-container-left {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 40px;
}

.contactus__form-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

.contact__form-block-submit {
    display: block;
    border: none;
    padding: 16px 28px;
    background: #FFFFFF;
    border-radius: 8px;
    color: #02B2A7;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
    width: 50%;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.contact__form-block-submit:hover {
    background: #D9D9D9;
}

.contactus__form-input {
    background: none;
    padding: 8px 8px 8px 0;
    border: none;
    border-bottom: #FFFFFF 2px solid;
    color: #FFF;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 24px;
}

.contactus__form-input::-webkit-input-placeholder {
    color: #FFF;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.contactus__form-input::-moz-placeholder {
    color: #FFF;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.contactus__form-input:-ms-input-placeholder {
    color: #FFF;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.contactus__form-input::-ms-input-placeholder {
    color: #FFF;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.contactus__form-input::-webkit-input-placeholder {
    color: #FFF;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.contactus__form-input::-moz-placeholder {
    color: #FFF;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.contactus__form-input::-ms-input-placeholder {
    color: #FFF;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.contactus__form-input::-ms-input-placeholder {
    color: #FFF;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.contactus__form-input::placeholder {
    color: #FFF;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.contactus__form-input:focus {
    outline: none;
    border-bottom: #ffffff 2px solid;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#contactus__form-input-timeline {
    margin-bottom: 40px;

}

#contactus__form-input-message {
    resize: vertical;
    max-height: 300px;
    min-height: 40px;
    height: 40px;
}

.contactus__block-name-bg {
    padding: 0 0 12px 12px;
    border-radius: 0 0 0 12px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    right: 0;
}

.contactus__block-name {
    color: #B3B3B3;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    text-transform: uppercase;
    padding: 12px 20px;
    border-radius: 12px;
    border: 2px solid #B3B3B3;

}

.contactus__form-container-right {
    width: 50%;
    padding-left: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 84px;
}

.contactus__form-container-right-topline {
    margin-top: 36px;
    height: 1px;
    background: #FFFFFF;
    width: 100%;
}

.contactus__form-container-right-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
}

.contactus__form-container-right-bottom-title {
    color: #FFF;
    text-align: right;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 10px;
}

.contactus__form-container-right-bottom-subtitle {
    color: #FFF;
    text-align: right;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 12px;
}

.contactus__form-container-right-bottomline {
    height: 1px;
    background: #FFFFFF;
    width: 100%;
}

/* mostpopular */

.mostpopular {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 80px;
}

.mostpopular__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.mostpopular__block-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.mostpopular__header-title {
    color: #B3B3B3;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    text-transform: uppercase;
    padding: 12px 20px;
    border: #B3B3B3 2px solid;
    border-radius: 8px;
}

.mostpopular__block-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 40px;
}

.mostpopular__block-text-title {
    color: #020405;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.mostpopular__block-text-subtitle {
    color: #555;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}


.mostpopular__accordion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
}

.mostpopular__accordion-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.accordion__block-obj {
    padding: 40px 0;
    border-top: 2px solid #D9D9D9;
}

.accordion__block-obj:last-child {
    border-bottom: 2px solid #D9D9D9;
}

.accordion__obj-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
}

.accordion__obj-container-marker {
    margin-right: 20px;
    width: 10%;
    min-width: 36px;
}

.accordion__obj-container-marker-img {
    display: block;
    height: 36px;
    -o-object-fit: cover;
       object-fit: cover;
}

.accordion__obj-container-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 80%;
}

.accordion__obj-container-text-top {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}

.accordion__obj-container-text-top-title {
    color: #555;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    
}

.accordion__obj-container-text-bottom {
    padding-top: 0px;
    visibility: hidden;
    opacity: 0;
    height: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.accordion__obj-container-text-bottom.active {
    visibility: visible;
    opacity: 1;
    height: 100%;
    padding-top: 32px;
}


.accordion__obj-container-text-bottom-subtitle {
    color: #555;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.accordion__obj-container-button {
    margin-left: 20px;
    width: 10%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    min-width: 48px;

}

.accordion__obj-container-button-link {
    display: block;
    width: 48px;
    height: 48px;
    background: #555555;
    border-radius: 24px;
    position: relative;

}

.accordion__obj-container-button-link::after,
.accordion__obj-container-button-link::before {
    position: absolute;
    display: block;
    content: "";
    top: 50%;
    left: 50%;
    background: #FFFFFF;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    border-radius: 2px;

}

.accordion__obj-container-button-link::after {
    height: 4px;
    width: 24px;
}


.accordion__obj-container-button-link::before {
    height: 24px;
    width: 4px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.accordion__obj-container-button-link.active::before {
    opacity: 0;
    visibility: hidden;
}

/* footer */

.footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.footer__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 12px 12px 0 0;
    background: #FFF;
    -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.12);
            box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.12);
}

.footer__block-container {
    width: 100%;
    height: 100%;
    padding: 40px 40px 0 40px;
}

.footer__block-container-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-bottom: 40px;
}

.footer__top-left {
    width: 60%;
    padding-right: 20px;
}

.footer__top-left-logo {
    display: block;
    margin-bottom: 20px;
}

.footer__top-left-logo img {
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    height: 80px;
    width: auto;
}

.footer__top-left-subtitle {
    color: #555;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    line-height: 120%;
    margin-bottom: 32px;
}

.footer__top-left-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.footer__top-left-li {
    list-style: none;
    margin-bottom: 12px;
}

.footer__top-left-li:last-child {
    margin-bottom: 0;
}

.footer__top-left-link {
    color: #555;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.footer__top-left-link:hover {
    color: #020405;
}

.footer__top-right {
    width: 40%;
    padding-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.footer__top-right-top {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
}

.footer__top-right-link {
    text-decoration: none;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    padding: 16px 32px;
    display: block;
    background: #1D9EE0;
    border-radius: 8px;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.footer__top-right-link:hover {
    background: #1681b6;
}

.footer__top-right-email {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 12px;
}

.footer__top-right-email img {
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    margin-right: 8px;
}

.footer__top-right-email-text {
    color: #555;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.footer__top-right-bottom {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
}

.footer__top-right-bottom-linkedin {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 8px;
}

.footer__top-right-bottom-linkedin img {
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    margin-right: 8px;
}

.footer__top-right-bottom-linkedin-link {
    color: #B7B7B7;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.footer__top-right-bottom-design {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 8px;
}

.footer__top-right-bottom-design img {
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    margin-right: 8px;
}

.footer__top-right-bottom-design-p {
    color: #B7B7B7;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.footer__top-right-bottom-design-p a {
    color: #B7B7B7;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.footer__top-right-bottom-dev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.footer__top-right-bottom-dev img {
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    margin-right: 8px;
}

.footer__top-right-bottom-dev-p {
    color: #B7B7B7;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.footer__top-right-bottom-dev-p a {
    color: #B7B7B7;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.footer__block-container-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 20px 0;
    border-top: 2px solid #D9D9D9;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.footer__block-container-bottom-copyright {
    color: #555;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.footer__block-container-bottom-domen {
    color: #555;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}





/* ---------------------Adaptive-------------------- */

@media (max-width: 1440px) {
    .container {
        max-width: 1024px;
    }

    .separator {
        height: 18px;
    }

    .contactus__form-container-left {
        padding-right: 30px;
    }

    .contactus__form-container-right {
        padding-left: 30px;
    }

    .contact__form-block-submit {
        width: 75%;
    }

    .contactus,
    .mostpopular {
        margin-bottom: 60px;
    }

    .mostpopular__header-title {
        padding: 10px 16px;
        font-size: 16px;
    }

    .mostpopular__block-text-title {
        font-size: 28px;
    }

    .mostpopular__block-text-subtitle {
        font-size: 20px;
    }

    .mostpopular__block-text {
        margin-bottom: 30px;
    }

    .accordion__block-obj {
        padding: 30px 0; 
    }

    .accordion__obj-container-marker-img {
        height: 28px;
    }

    .accordion__obj-container-text-top-title {
        font-size: 20px;
    }

    .accordion__obj-container-button-link {
        width: 40px;
        height: 40px;
    }

    .accordion__obj-container-button-link::before {
        height: 20px;
    }

    .accordion__obj-container-button-link::after {
        width: 20px;
    }

    .accordion__obj-container-text-bottom-subtitle {
        font-size: 16px;
    }

    .footer__block-container {
        padding: 30px 30px 0 30px;
    }

    .footer__top-left-logo img {
        height: 60px;
    }

    .footer__top-left-subtitle {
        font-size: 16px;
        margin-bottom: 26px;
    }

    .footer__top-left-link {
        font-size: 16px;
    }

    .footer__top-left-li {
        margin-bottom: 10px;
    }

    .footer__top-left {
        padding-right: 16px;
    }

    .footer__top-right {
        padding-left: 16px;
    }

    .footer__top-right-link {
        padding: 12px 24px;
        font-size: 16px;
        margin-bottom: 16px;
    }

    


    .footer__block-container-bottom-copyright,
    .footer__block-container-bottom-domen {
        font-size: 16px;
    }






}

@media (max-width: 1024px) {
    .container {
        max-width: 768px;
    }

    .contactus__form-container-left {
        padding-right: 20px;
        width: 60%;
    }

    .contactus__form-container-right {
        padding-bottom: 64px;
        padding-left: 20px;
        width: 40%;
    }

    .contact__form-block-submit {
        width: 75%;
    }




    .contactus__form-title {
        font-size: 22px;
    }

    .contactus__form-subtitle {
        font-size: 16px;
        margin-bottom: 24px;
    }

    .contactus__form-input {
        font-size: 14px;
    }

    .contactus__form-input::-webkit-input-placeholder {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
    }

    .contactus__form-input::-moz-placeholder {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
    }

    .contactus__form-input:-ms-input-placeholder {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
    }

    .contactus__form-input::-ms-input-placeholder {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
    }

    .contactus__form-input::-webkit-input-placeholder {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
    }

    .contactus__form-input::-moz-placeholder {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
    }

    .contactus__form-input:-ms-input-placeholder {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
    }

    .contactus__form-input::-ms-input-placeholder {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
    }

    .contactus__form-input::placeholder {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
    }

    .contactus__block-form {
        padding: 24px;
    }

    .contact__form-block-submit {
        padding: 10px 18px;
        font-size: 16px;
    }

    .contactus__form-container-right-bottom-title {
        font-size: 20px;
    }

    .contactus__form-container-right-bottom-subtitle {
        font-size: 16px;
    }

    .contactus__form-container-right-topline {
        margin-top: 32px;
    }

    .contactus__block-name {
        font-size: 16px;
        padding: 10px 16px;
        border-radius: 8px;
    }

    .contactus__block-name-bg {
        padding: 0 0 10px 10px;
    }

    .contactus, .mostpopular {
        margin-bottom: 40px;
    }

    .mostpopular__header-title {
        padding: 8px 14px;
        font-size: 14px;
    }

    .separator {
        height: 16px;
    }

    .mostpopular__block-text-title {
        font-size: 22px;
    }

    .mostpopular__block-text-subtitle {
        font-size: 18px;
    }

    .footer__top-left {
        padding-right: 12px;
        width: 50%;
    }

    .footer__top-right {
        padding-left: 16px;
        width: 50%;
    }

    .accordion__obj-container-text-top-title {
        font-size: 18px;
    }

    .accordion__obj-container-text-bottom.active {
        padding-top: 20px;
    }

    .accordion__obj-container-text-bottom-subtitle {
        font-size: 14px;
    }

    .accordion__block-obj {
        padding: 20px 0;
    }

    .accordion__obj-container-button-link {
        width: 34px;
        height: 34px;
    }

    .accordion__obj-container-marker-img {
        height: 34px;
    }

    .accordion__obj-container-button-link::before {
        height: 18px;
        width: 3px;
        border-radius: 1.5px;
    }

    .accordion__obj-container-button-link::after {
        width: 18px;
        height: 3px;
        border-radius: 1.5px;
    }

    .footer__top-left-subtitle {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .footer__top-left-li {
        margin-bottom: 6px;
    }

    .footer__top-right-link {
        padding: 10px 20px;
        font-size: 14px;
        margin-bottom: 14px;
    }

    .footer__top-right-email img,
    .footer__top-right-bottom-linkedin img,
    .footer__top-right-bottom-design img,
    .footer__top-right-bottom-dev img {
        margin-right: 6px;
        height: 22px;
    }

    .footer__top-right-email-text,
    .footer__top-right-bottom-linkedin-link,
    .footer__top-right-bottom-design-p,
    .footer__top-right-bottom-design-p a,
    .footer__top-right-bottom-dev-p, .footer__top-right-bottom-dev-p a {
        font-size: 16px;
    }

    .footer__block-container-bottom-copyright, .footer__block-container-bottom-domen {
        font-size: 14px;
    }



}

@media (max-width: 768px) {
    .container {
        max-width: 425px;
    }

    .contactus__form-container-left {
        width: 100%;
        padding: 0;
    }

    .contactus__block-form {
        padding-top: 48px;
    }

    .contactus__block-name-bg {
        padding: 0 0 6px 6px;
    }

    .contactus__block-name {
        padding: 4px 12px;
        font-size: 12px;
        border-radius: 8px;
    }

    .contactus__form-subtitle {
        font-size: 12px;
        text-align: center;
        margin-bottom: 14px;
    }

    .contactus__form-title {
        font-size: 18px;
        text-align: center;
        margin-bottom: 8px;
    }

    .contact__form-block-submit {
        width: 100%;
    }

    .contactus__form-container-right {
        display: none;
    }

    .contactus__block-name {
        border-radius: 6px;
    }

    .contactus, .mostpopular {
        margin-bottom: 20px;
    }

    .mostpopular__header-title {
        padding: 6px 12px;
    }

    .separator {
        height: 14px;
    }

    .mostpopular__block-text-title {
        font-size: 20px;
    }

    .mostpopular__block-text-subtitle {
        font-size: 16px;
    }

    .bg {
        background-size: auto 880px;
    }

    .accordion__obj-container-text-top-title {
        font-size: 14px;
    }

    .accordion__obj-container-text-bottom-subtitle {
        font-size: 12px;
    }

    .accordion__obj-container-text-bottom.active {
        padding-top: 12px;
    }

    .accordion__obj-container-marker-img {
        height: 26px;
    }

    .footer__block-container {
        padding: 20px 20px 0 20px;
    }

    .footer__block-container-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-bottom: 20px;
    }

    .footer__top-left-list {
        display: none;
    }

    .footer__top-left-subtitle {
        font-size: 12px;
        text-align: center;
    }

    .footer__top-left, .footer__top-right {
        width: 100%;
        padding: 0;
    }

    .footer__top-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .footer__top-left-logo img {
        height: 52px;
    }

    .footer__top-right-top {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-bottom: 20px;
    }

    .footer__top-right-link {
        width: 100%;
    }

    .footer__top-right-bottom {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .footer__block-container-bottom-copyright, .footer__block-container-bottom-domen {
        font-size: 12px;
        width: 50%;
    }

    .footer__block-container-bottom-copyright {
        padding-right: 10px;
    }

    .footer__block-container-bottom-domen {
        padding-left: 10px;
        text-align: right;
    }

    .accordion__obj-container-marker {
        margin-right: 10px;
    }

    .accordion__obj-container-button {
        margin-left: 10px;
    }

    .contactus__form-input {
        margin-bottom: 8px;
    }

    #contactus__form-input-timeline {
        margin-bottom: 20px;
    }

    #contactus__form-input-message {
        margin-bottom: 16px;
    }

    



}

@media (max-width: 425px) {
    .container {
        max-width: 375px;
    }

    .accordion__obj-container-button-link {
        width: 28px;
        height: 28px;
    }

    .accordion__obj-container-button-link::before {
        height: 14px;
    }

    .accordion__obj-container-button-link::after {
        width: 14px;
    }





}


@media (max-width: 375px) {
    .container {
        max-width: 320px;
    }


    .contactus__block-form {
        padding-top: 40px;
    }

    .contactus__form-title {
        text-align: center;
    }

    .contactus__form-subtitle {
        font-size: 10px;
        text-align: center;
        margin-bottom: 12px;
    }

    .contactus__form-input {
        margin-bottom: 16px;
        font-size: 12px;
    }

    .contact__form-block-submit {
        padding: 8px 12px;
    }

    .mostpopular__header-title {
        padding: 4px 12px;
        font-size: 12px;
    }

}