/*header socials*/
.header__wrap{
    display: flex;
    align-items: center;
}

.header__write-us {
    margin-right: 33px;
}

.header__write-us-text {
    font-size: 14px;
    margin-bottom: 6px;
    color: #647480;
    padding-left: 4px;
}

/* socials */
.socials__list {
    display: flex;
    align-items: flex-start;
}

.socials__list-item:not(:first-child) {
    margin-left: 13px;
}

/*social*/
.social {
    display: flex;
    padding: 7px;
    overflow: hidden;
    border-radius: 50%;
    transition: transform .1s ease-in;
    box-shadow: 0px 0px 5.4636px rgba(0, 0, 0, 0.25);
}

.social:hover, .social:focus {
    transform: scale(1.1);
}

.social img {
    object-fit: contain;
    width: 20px;
    height: 20px;
}

.social--whatsapp {
    background-color: #2CBF55;
}

.social--viber {
    background-color: #872CBF;
}

.social--telegram {
    background-color: #369DD7;
}

.social--inst {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}

/*header socials media queries*/
@media screen and (max-width: 1199px) {
    .header__write-us {
        margin-right: 13px;
    }
}

@media screen and (max-width: 991px) {
    .header__write-us {
        display: none;
    }
}

/* fixed socials from medium devices*/
.socials--fixed .socials__list {
    position: fixed;
    z-index: 9999999;
    right: 62px;
    bottom: 148px;
    display: none;
    flex-direction: column;
}

.socials--fixed .socials__list-item:not(:first-child) {
    margin-left: 0;
}

.socials--fixed .socials__list-item:not(:last-child) {
    margin-bottom: 10px;
}

.socials--fixed .social img{
    width: 30px;
    height: 30px;
}

@media screen and (max-width: 991px) {
    .socials--fixed .socials__list {
        display: flex;
        bottom: 35px;
    }

    /* b2b widget*/
    .b24-widget-button-position-bottom-right {
        bottom: 222px !important;
    }
}
/*
     FILE ARCHIVED ON 02:32:31 Jul 04, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 19:01:00 Feb 16, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.609
  exclusion.robots: 0.023
  exclusion.robots.policy: 0.01
  esindex: 0.013
  cdx.remote: 6.225
  LoadShardBlock: 125.259 (3)
  PetaboxLoader3.datanode: 201.158 (5)
  PetaboxLoader3.resolve: 189.898 (3)
  load_resource: 285.758 (2)
*/