.made-in img{
    width:130px;
}

.frontMadeIn{
    margin-top: -10px;
    text-align: left;
    margin-left: 106px;
}

.w-130{
    width: 130px;
}

.d-flex{
    display: flex;
}

.justify-content-center{
    justify-content: center;
}

.btn-social-whatsap{
    color: #fff;
    background-color: #3ACF6B;
    border-color: #3ACF6B;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    max-width: 220px;
    width: 100%;
}


.btn-social-telegram{
    color: #fff;
    background-color: #009ce8;
    border-color: #009ce8;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    max-width: 220px;
    width: 100%;
}

.btn-social-messenger{
    color: #fff;
    background-color: #017CFF;
    border-color: #017CFF;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    max-width: 220px;
    width: 100%;
}

.btn-social-vk{
    color: #fff;
    background-color: #4b77a9;
    border-color: #4b77a9;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    max-width: 220px;
    width: 100%;
}


.btn-social-telegram:hover, .btn-social-messenger:hover, .btn-social-vk:hover, .btn-social-whatsap:hover{
    color: #fff;
}


.btn-social-telegram i, .btn-social-messenger i, .btn-social-vk i{
    margin-right: 5px;
}

.mb-24{
    margin-bottom: 24px;
}

.mb-40{
    margin-bottom: 40px;
}

.h1 h1 {
    margin: 0;
    padding: 0;
    display: inline-block;
}

.popupSocialItem {
    max-width: 56px;
    width: 100%;
    line-height: 1;
}

.popupSocialItem a img {
    margin-right: 0;
}

.popupBlockSocialWrpInner {
    justify-content: flex-start;
}

.popupDeskSmallText{
    margin-bottom: 0;
    font-size: 25px;
    line-height: 1.2;
    font-weight: 300;
}

.popupDeskText{
    margin-bottom: 0;
}

.popupBlockWrp {
    max-width: 435px;
}

.popupBlockLeft {
   padding-top: 0;
    margin-bottom: 30px;
}

/*.popupBlockRight {*/
/*    justify-content: space-between;*/
/*}*/

.popupBlockWrp{
    padding: 10px 15px;
}

.popupBlockRight .close {
    top: -5px;
}

.popupBlockWrpInner{
    margin-bottom: 0;
}

.popupSocialItem {
    margin-right: 10px;
}

.popupSocialItem:last-child {
    margin-right: 0;
}

/*///////////////////////////////////////////////////////////////////////<1280px/////////////////////////////////////////////*/
@media (max-width: 1280px) {
    .frontMadeIn{
        margin-left: 0;
    }
}

/*///////////////////////////////////////////////////////////////////////<767px/////////////////////////////////////////////*/
@media (max-width: 767px) {
    .frontMadeIn{
       text-align: center;
    }
}

/*///////////////////////////////////////////////////////////////////////<676px/////////////////////////////////////////////*/
@media (max-width: 676px) {
    .popupSocialItem {
        margin-right: 10px;
    }

    .popupBlockWrp {
        max-width: 388px;
    }
}

/*///////////////////////////////////////////////////////////////////////<576px/////////////////////////////////////////////*/
@media (max-width: 576px) {
    .popupBlockWrp {
        max-width: 236px;
    }
}