* {
    box-sizing: border-box;
}
*:focus {
    outline: none;
}
html,
body {
    font-size: 20px;
    line-height: 1.2;
    color: #000000;
    font-family: "Montserrat", sans-serif;
    overflow-x: hidden;
}
.widget__container {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background-size: cover;
    background-position: 50%;
}
.widget__view {
    width: 100%;
    max-width: 720px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
}
.widget__photo {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 100%;
    position: relative;
}
.widget__photo img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}
.widget__body {
    padding: 42px 25px;
}
.widget__phone {
    display: flex;
    align-items: center;
    margin-bottom: 39px;
}
.widget__phone span {
    flex-shrink: 0;
    margin-right: 13px;
}
.widget__mask {
    width: 100%;
    flex-shrink: 1;
}
.widget__mask .iti {
    display: block;
    width: 100%;
}
.iti__country-list {
    width: 391px;
    font-size: 13px;
}
.widget__input {
    display: block;
    min-height: 67px;
    background: #eaeaea;
    border-radius: 5px;
    border: none;
    width: 100%;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 20px;
}
.widget__title {
    text-align: center;
    font-weight: 500;
    font-size: 22px;
    line-height: calc(27 / 22);
    margin-bottom: 38px;
}
.widget__subtitle {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 28px;
}
.widget__list {
    display: block;
    align-items: flex-start;
    margin-left: -5.5px;
    margin-right: -5.5px;
}
.widget__list li {
    width: 20%;
    padding: 0 5.5px;
    margin-bottom: 25px;
}
.widget__item {
    display: block;
    border-radius: 5px;
    background-color: #555555;
    min-height: 98px;
    text-decoration: none;
    color: #fff;
    position: relative;
    padding: 63px 10px 10px;
    transition: box-shadow, background-color 0.75s;
}
.widget__icon {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.widget__item.telegram {
    background-color: #039be5;
}
.widget__item.telegram:hover {
    background-color: #007db4;
}
.widget__item.whatsapp {
    background-color: #4caf50;
}
.widget__item.whatsapp:hover {
    background-color: #3aaf3e;
}
.widget__item.viber {
    background-color: #8e24aa;
}
.widget__item.viber:hover {
    background-color: #751093;
}
.widget__item.messanger {
    background-color: #007ce6;
}
.widget__item.messanger:hover {
    background-color: #005094;
}
.widget__item.instagram {
    background: radial-gradient(113.18% 136.45% at 35.41% 119.78%, #f9ed32 0%, #ee2a7b 56.21%, #002aff 100%);
}
.widget__item:hover {
    box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.23);
}
.widget__name {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
    text-align: center;
    display: block;
    width: 100%;
}
.icon {
    display: block;
    background-position: center;
    background-size: contain;
}
.icon_telegram {
    width: 44px;
    height: 44px;
    top: 18px;
    background-image: url("../img/telegram.png");
}
.icon_whatsapp {
    width: 44px;
    height: 44px;
    top: 15px;
    background-image: url("../img/whatsapp.png");
}
.icon_viber {
    width: 44px;
    height: 44px;
    top: 14px;
    background-image: url("../img/viber.png");
}
.icon_messanger {
    width: 44px;
    height: 44px;
    top: 14px;
    background-image: url("../img/messanger.png");
}
.icon_instagram {
    width: 44px;
    height: 44px;
    top: 13px;
    background-image: url("../img/instagram.png");
}
.widget__copyright {
    font-size: 14px;
    line-height: 17px;
}
.widget__copyright a {
    color: #6c6c6c;
}
.widget__list_custom {
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
    border-radius: 5px !important;
    margin-bottom: 15px;
}
.widget__list_custom li {
    width: 50% !important;
    padding: 0;
    margin-bottom: 0 !important;
}
.widget__item_custom {
    border-radius: 0;
}
@media screen and (max-width: 2100px) {
    html,
    body {
        font-size: 15px;
    }
    .widget__view {
        max-width: 500px;
    }
    .widget__body {
        padding: 17px 12px;
    }
    .widget__title {
        font-size: 17px;
        margin-bottom: 24px;
    }
    .widget__subtitle {
        margin-bottom: 17px;
    }
    .widget__subtitle img {
        display: block;
        max-width: 30px;
    }
    .widget__icon {
        width: 34px;
        height: 34px;
        top: 11px;
    }
    .widget__item {
        min-height: 65px;
        padding: 49px 2px 7px;
    }
    .widget__name {
        font-size: 12px;
    }
    .widget__phone {
        margin-bottom: 20px;
    }
    .widget__input {
        min-height: 45px;
        font-size: 15px;
    }
}
@media screen and (max-width: 600px) {
    html,
    body {
        font-size: 13px;
    }
    .widget__view {
    }
    .widget__list {
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 7px;
    }
    .widget__list li {
        width: 33.333%;
        margin-bottom: 11px;
    }
    .widget__phone {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 15px;
    }
    .widget__phone span {
        margin-right: 0;
        margin-bottom: 7px;
    }
    .widget__title {
        font-size: 15px;
        margin-bottom: 20px;
    }
    .widget__title br {
        display: none;
    }
    .widget__copyright {
        text-align: center;
    }
    .widget__body {
        padding: 12px 20px;
    }
    .widget__input {
        min-height: 40px;
        font-size: 14px;
    }
    .widget__subtitle {
        margin-bottom: 14px;
    }
    .widget__subtitle img {
        width: 25px;
    }
    .widget__icon {
        width: 29px;
        height: 29px;
        top: 12px;
    }
    .widget__item {
        min-height: 70px;
        padding: 47px 2px 5px;
    }
    .widget__name {
        font-size: 11px;
    }
    .widget__copyright {
        font-size: 12px;
    }
}
