@import url(../css/teamMedia.css);


@media (min-width: 0px) and (max-width: 320px) {

    .contentForm {
        display: none;
    }

    .containerSection1 {
        margin: 0px;
        padding: 50px 0px;
        background: rgb(228, 228, 224);
    }

    .blockTextContact {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .blockTextContact a {
        text-decoration: underline;
        color: rgba(34, 43, 62, 1);
        font-size: 17px;
        font-weight: 500;
        font-family: 'Gilroy';
    }
    
    .blockTextContact h5 {
        color: rgba(34, 43, 62, 1);
        font-size: 17px;
        font-weight: 500;
    }
    
    .blockTextContact p:nth-child(2) {
        color: rgba(34, 43, 62, 1);
        font-size: 20px;
        font-weight: 700;
        font-family: 'Gilroy';
        line-height: 24px;
    }
    
    .blockTextContact p:nth-child(4) {
        color: rgba(174, 173, 186, 1);
        font-size: 17px;
        font-weight: 500;
        font-family: 'Gilroy';
        line-height: 20px;
    }
    
    .blockTextContact1 p:nth-child(2)::before {
        content: url(../images/contact/address.png);
        display: none;
    
        margin-right: 10px;
    }
    
    .blockTextContact2 p:nth-child(2)::before {
        content: url(../images/contact/mail.png);
        display: none;
        margin-right: 10px;
    }
    
    .blockTextContact3 p:nth-child(2)::before {
        content: url(../images/contact/calendar.png);
        display: none;
        margin-right: 10px;
    }
    
    .blockTextContact4 p:nth-child(2)::before {
        content: url(../images/contact/phone.png);
        display: none;
        margin-right: 10px;
    }
    
    .blockTextContact5 p:nth-child(2)::before {
        content: url(../images/contact/telegram.png);
        display: none;
        margin-right: 10px;
    }
    
    .blockTextContact6 p:nth-child(2)::before {
        content: url(../images/contact/sotialMedia.png);
        display: none;
        margin-right: 10px;
    }
    
    .blockTextContact6 a:nth-child(3)::before {
        content: url(../images/contact/instagram.png);
        margin-right: 10px;
    }
    
    .blockTextContact6 a:nth-child(4)::before {
        content: url(../images/contact/facebook.png);
        margin-right: 10px;
    }
    
    .blockTextContact6 a:nth-child(5)::before {
        content: url(../images/contact/tiktok.png);
        margin-right: 10px;
    }

    .contentFormMobail {
        display: block;
        padding: 30px 40px;
        border-radius: 5px;
        background: rgba(255, 255, 255, 0.85);
    }

    .contentFormMobail h1 {
        color: #222B3E;
        font-size: 32px;
        font-weight: 600;
    }

    .contentFormMobail form {
        display: flex;
        flex-direction: column;
        color: #222B3E;
        font-size: 14px;
        font-weight: 500;
    }

    .contentFormMobail form input {
        padding: 8px 16px;
        border: 0px;
        border-radius: 5px;
        background: white;
        color: #AEADBA;
        font-size: 14px;
        font-weight: 500;
    }

    .contentFormMobail form textarea {
        padding: 8px 16px;
        border: 0px;
        border-radius: 5px;
        background: white;
        color: #AEADBA;
        font-size: 14px;
        font-weight: 500;
    }

    .btnForm {
        background-color: #28a745;
    color: #fff;
    padding: 10px 0px;

    border: none;
    border-radius: 5px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    }

    .btnForm:hover {
        background-color: #218838;
    }

    .imgContact {
        display: block;
        width: 20px;
        height: 20px;
    }

    .contentFormDesktop {
        display: none;
    }

    .contentForm {
        display: none;
    }

    .contentFormMobail {
        display: block;
    }
}

/* ============================================================================================================================================================== */
/* ==============================================================================WIDTH576PX====================================================================== */
/* ============================================================================================================================================================== */

@media (min-width: 320px) and (max-width: 576px) {


    .contentForm {
        display: none;
    }

    .containerSection1 {
        margin: 0px;
        padding: 50px 0px;
        background: rgb(228, 228, 224);
    }

    .blockTextContact {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .blockTextContact a {
        text-decoration: underline;
        color: rgba(34, 43, 62, 1);
        font-size: 17px;
        font-weight: 500;
        font-family: 'Gilroy';
    }
    
    .blockTextContact h5 {
        color: rgba(34, 43, 62, 1);
        font-size: 17px;
        font-weight: 500;
    }
    
    .blockTextContact p:nth-child(2) {
        color: rgba(34, 43, 62, 1);
        font-size: 20px;
        font-weight: 700;
        font-family: 'Gilroy';
        line-height: 24px;
    }
    
    .blockTextContact p:nth-child(4) {
        color: rgba(174, 173, 186, 1);
        font-size: 17px;
        font-weight: 500;
        font-family: 'Gilroy';
        line-height: 20px;
    }
    
    .blockTextContact1 p:nth-child(2)::before {
        content: url(../images/contact/address.png);
        display: none;
    
        margin-right: 10px;
    }
    
    .blockTextContact2 p:nth-child(2)::before {
        content: url(../images/contact/mail.png);
        display: none;
        margin-right: 10px;
    }
    
    .blockTextContact3 p:nth-child(2)::before {
        content: url(../images/contact/calendar.png);
        display: none;
        margin-right: 10px;
    }
    
    .blockTextContact4 p:nth-child(2)::before {
        content: url(../images/contact/phone.png);
        display: none;
        margin-right: 10px;
    }
    
    .blockTextContact5 p:nth-child(2)::before {
        content: url(../images/contact/telegram.png);
        display: none;
        margin-right: 10px;
    }
    
    .blockTextContact6 p:nth-child(2)::before {
        content: url(../images/contact/sotialMedia.png);
        display: none;
        margin-right: 10px;
    }
    
    .blockTextContact6 a:nth-child(3)::before {
        content: url(../images/contact/instagram.png);
        margin-right: 10px;
    }
    
    .blockTextContact6 a:nth-child(4)::before {
        content: url(../images/contact/facebook.png);
        margin-right: 10px;
    }
    
    .blockTextContact6 a:nth-child(5)::before {
        content: url(../images/contact/tiktok.png);
        margin-right: 10px;
    }

    .contentFormMobail {
        padding: 30px 40px;
        border-radius: 5px;
        background: rgba(255, 255, 255, 0.85);
    }

    .contentFormMobail h1 {
        color: #222B3E;
        font-size: 32px;
        font-weight: 600;
    }

    .contentFormMobail form {
        display: flex;
        flex-direction: column;
        color: #222B3E;
        font-size: 14px;
        font-weight: 500;
    }

    .contentFormMobail form input {
        padding: 8px 16px;
        border: 0px;
        border-radius: 5px;
        background: white;
        color: #AEADBA;
        font-size: 14px;
        font-weight: 500;
    }

    .contentFormMobail form textarea {
        padding: 8px 16px;
        border: 0px;
        border-radius: 5px;
        background: white;
        color: #AEADBA;
        font-size: 14px;
        font-weight: 500;
    }

    .btnForm {
        background-color: #28a745;
    color: #fff;
    padding: 10px 0px;

    border: none;
    border-radius: 5px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    }

    .btnForm:hover {
        background-color: #218838;
    }

    .imgContact {
        display: block;
        width: 20px;
        height: 20px;
    }

    .contentFormDesktop {
        display: none;
    }

    .contentForm {
        display: none;
    }

    .contentFormMobail {
        display: block;
    }
}

/* ============================================================================================================================================================== */
/* ==============================================================================WIDTH768px====================================================================== */
/* ============================================================================================================================================================== */

@media (min-width: 576px) and (max-width: 768px) {
    .contentForm {
        display: none;
    }

    .containerSection1 {
        margin: 0px;
        padding: 50px 0px;
        background: rgb(228, 228, 224);
    }

    .blockTextContact {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .blockTextContact a {
        text-decoration: underline;
        color: rgba(34, 43, 62, 1);
        font-size: 17px;
        font-weight: 500;
        font-family: 'Gilroy';
    }
    
    .blockTextContact h5 {
        color: rgba(34, 43, 62, 1);
        font-size: 17px;
        font-weight: 500;
    }
    
    .blockTextContact p:nth-child(2) {
        color: rgba(34, 43, 62, 1);
        font-size: 20px;
        font-weight: 700;
        font-family: 'Gilroy';
        line-height: 24px;
    }
    
    .blockTextContact p:nth-child(4) {
        color: rgba(174, 173, 186, 1);
        font-size: 17px;
        font-weight: 500;
        font-family: 'Gilroy';
        line-height: 20px;
    }
    
    .blockTextContact1 p:nth-child(2)::before {
        content: url(../images/contact/address.png);
        display: none;
    
        margin-right: 10px;
    }
    
    .blockTextContact2 p:nth-child(2)::before {
        content: url(../images/contact/mail.png);
        display: none;
        margin-right: 10px;
    }
    
    .blockTextContact3 p:nth-child(2)::before {
        content: url(../images/contact/calendar.png);
        display: none;
        margin-right: 10px;
    }
    
    .blockTextContact4 p:nth-child(2)::before {
        content: url(../images/contact/phone.png);
        display: none;
        margin-right: 10px;
    }
    
    .blockTextContact5 p:nth-child(2)::before {
        content: url(../images/contact/telegram.png);
        display: none;
        margin-right: 10px;
    }
    
    .blockTextContact6 p:nth-child(2)::before {
        content: url(../images/contact/sotialMedia.png);
        display: none;
        margin-right: 10px;
    }
    
    .blockTextContact6 a:nth-child(3)::before {
        content: url(../images/contact/instagram.png);
        margin-right: 10px;
    }
    
    .blockTextContact6 a:nth-child(4)::before {
        content: url(../images/contact/facebook.png);
        margin-right: 10px;
    }
    
    .blockTextContact6 a:nth-child(5)::before {
        content: url(../images/contact/tiktok.png);
        margin-right: 10px;
    }

    .contentFormMobail {
        padding: 30px 40px;
        border-radius: 5px;
        background: rgba(255, 255, 255, 0.85);
    }

    .contentFormMobail h1 {
        color: #222B3E;
        font-size: 32px;
        font-weight: 600;
    }

    .contentFormMobail form {
        display: flex;
        flex-direction: column;
        color: #222B3E;
        font-size: 14px;
        font-weight: 500;
    }

    .contentFormMobail form input {
        padding: 8px 16px;
        border: 0px;
        border-radius: 5px;
        background: white;
        color: #AEADBA;
        font-size: 14px;
        font-weight: 500;
    }

    .contentFormMobail form textarea {
        padding: 8px 16px;
        border: 0px;
        border-radius: 5px;
        background: white;
        color: #AEADBA;
        font-size: 14px;
        font-weight: 500;
    }

    .btnForm {
        background-color: #28a745;
    color: #fff;
    padding: 10px 0px;

    border: none;
    border-radius: 5px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    }

    .btnForm:hover {
        background-color: #218838;
    }

    .imgContact {
        display: block;
        width: 20px;
        height: 20px;
    }

    .contentFormDesktop {
        display: none;
    }

    .contentForm {
        display: none;
    }

    .contentFormMobail {
        display: block;
    }
}

/* ============================================================================================================================================================== */
/* ==============================================================================WIDTH992px====================================================================== */
/* ============================================================================================================================================================== */

@media (min-width: 768px) and (max-width: 992px) {}