.main {
  background-image: url('/wp-content/themes/another-site/assets/images/new_icons/girls_bg_1920.webp');
  background-repeat: no-repeat;
}

.contacts-page {
  padding: 70px 0;
  color: #e0e0e0;
}

.contacts-page__container {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}

.contacts-page__header {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.contacts-page__title {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 62px;
    color: var(--text-h);
    line-height: 135%;
}

.contacts-page__description {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 162%;
    color: var(--txt);
}

.contacts-page__support {
    padding: 30px;
    row-gap: 10px;
}

.contacts-page__support-title {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--text-h);
}
.contacts-page__support-text {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 162%;
    color: var(--txt);
}
.contacts-page__support ul{
    padding-left: 20px;
}
.contacts-page__support ul>li{
    margin-bottom: 20px;
}
.contacts-page__main {
    
}

.contacts-page__socials {
    display: flex;
    justify-content: center;
    gap: 45px;
}

.contacts-page__social {
    display: flex;
    flex-direction: column;
    row-gap: 15px;  
}

.contacts-page__social-title {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--txt);
    transition: all 300ms ease-in-out;
}

.contacts-page__social-title:hover {
    color: #e5a938;
}

.contacts-page__social-link {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 32px;
    color: #e5a938;
    text-decoration: none;
    transition: all 300ms ease-in-out;
}
.contacts-page__social-link:hover {
    text-decoration: underline;
}
.contacts-page__footer-note {
    padding: 30px;    
    row-gap: 10px;
  }

.contacts-page__note-title {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--text-h);
}
.contacts-page__note-text {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 162%;
    color: var(--txt);    
}

.contacts__main-f {
    display: flex;
    column-gap: 20px;
}

@media (max-width: 1320px) {
    .contacts-page {
        padding: 50px 20px 70px 20px;
    }
    
}

@media (max-width: 1024px) {
    .main {
      background-image: url('/wp-content/themes/another-site/assets/images/new_icons/girls_bg_1024-768.webp');
    }
}

@media (max-width: 980px) {
    .contacts-page {
        padding: 30px 20px 50px 20px;
    }
    .contacts-page__title {
        font-size: 54px;
    }
    
}

@media (max-width: 680px) {
    .main {
      background-image: url('/wp-content/themes/another-site/assets/images/new_icons/girl_bg_320.webp');
    }
    .contacts-page {
        padding: 20px 5px 40px 5px;
    }

    .contacts-page__container {
        row-gap: 20px;
    }

    .contacts-page__header {
        row-gap: 15px;
    }

    .contacts-page__title {
        font-size: 28px;
    }

    .contacts-page__description {
        font-size: 15px;
        line-height: 160%;
    }

    .contacts-page__support {
        padding: 15px;
    }

    .contacts-page__support-title {
        font-size: 15px;
    }
    .contacts-page__support-text {
        font-size: 15px;
        line-height: 160%;
    }


    .contacts-page__main {
        
    }

    .contacts-page__socials {
        gap: 22px;
    }

    .contacts-page__social { 
        row-gap: 10px;
    }

    .contacts-page__social-title {
        font-size: 15px;
    }
    .contacts-page__social-link {
        font-size: 22px;
    }
    .contacts-page__social-link:hover {
    }
    .contacts-page__footer-note {
        padding: 15px;
    }

    .contacts-page__note-title {
        font-size: 15px;
    }
    .contacts-page__note-text {
         font-size: 15px;
        line-height: 160%;
    }
    
}

.ui-gradient {
    background: none;
}
.ui-greygradient {
    background: rgba(255, 255, 255, 0.06);
}
/* Contact  */

.section__contacts {
    padding: 64px 0 63px 0; 
}

.cantacts {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
    border-radius: 30px;
    padding: 65px 70px;
    background: #e5a938;
}

.contacts__title-inner {
    
}

.contacts__title {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 62px;
    color: #17181c;
    line-height: 135%;
}

.contacts__list-inner {

}

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

.contacts__item:nth-child(2),.contacts__item:nth-child(3) {
margin-right: 20px;
}

.contacts__info {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}

.contacts__info-title-inner {
    
}

.contacts__info-title {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #1e1f23;
}

.contacts__info-value-inner {

}

.contacts__info-value {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 30px;
    color: #17181c;
    transition: all 300m,s ease-in-out;
}   

.contacts__icons {
    display: flex;
    column-gap: 10px;
}

.contacts__icon {
    border-radius: 14px;
    width: 60px;
    height: 60px;
    background: #1e1f23;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 300ms ease-in-out;
    cursor: pointer;
}

.contacts__icon:hover {
    box-shadow: 0 0 10px 3px #17181c;
}

.contacts__icons-link {

}

.contacts__icon-image {

}

.contacts__info-link {
    text-decoration: none;
    cursor: pointer;
    display: block;
}

.contacts__info-value:hover {
    color: #fff;
    cursor: pointer;
}

@media (max-width: 1310px) {
    .section__contacts {
        padding: 45px 20px 50px 20px;
    }
    .cantacts {
        padding: 50px 40px;
        row-gap: 28px;
    }
    .contacts__info-title {
        font-size: 18px;
    }

    .contacts__info-value {
        font-size: 24px;
    }

}


@media (max-width: 1023px) {
    .cantacts {
        padding: 30px;
        row-gap: 20px;
    }
   .contacts__title {
        font-size: 54px;
    }
    .contacts__info {
        row-gap: 10px;
    }
    .contacts__info-title {
        font-size: 18px;
    }

    .contacts__info-value {
        font-size: 20px;
    }
    .cantacts {
        row-gap: 6px;
    }
}
@media (max-width: 768px) {
    .contacts__list{
        flex-wrap: wrap;
    }
    .contacts__item:nth-last-of-type(4) {
        order: 1;
        margin-right: 7px;
    }
    .contacts__item:nth-last-of-type(3) {
        order: 3;
    }
    .contacts__item:nth-last-of-type(2) {
        order: 2;
    }
    .contacts__item:nth-last-of-type(1) {
        order: 4;
    }
}
@media (max-width: 720px) {
    .section__contacts {
        padding: 40px 15px;
    }
    .cantacts {
        padding: 20px 12px 20px 15px;
        row-gap: 15px;
    }
    .contacts__title {
        font-size: 28px;
    }
    .contacts__info {
        row-gap: 5px;
    }
    .contacts__list {
        flex-wrap: wrap;
        row-gap: 15px;
        column-gap: 14px;
        justify-content: space-between;
    }
    .contacts__info-title {
        font-size: 12px;
    }
    .contacts__info-value {
        font-size: 16px;
    }
    .contacts__icon {
        border-radius: 14px;
        width: 50px;
        height: 50px;
    }

}
@media (max-width:550px) {
    .contacts__list {
        justify-content: flex-start;
    }
    .liberties__icon {
        width: 40px;
        height: 40px;
    }
}


