::selection {
    background: #666360;
    color: #F0EDEB;
}

@media(max-width: 480px) {
.t-popup__close {
    background: #E8E5E1 !important;
}
}
.img_zoom_hover {
    overflow: hidden;
}
.img_zoom_hover a {
    transition: transform 0.8s ease-out !important;
}
.img_zoom_hover:hover a {
    transform: scale(1.15);
}
.pointer_class span {
    pointer-events: none !important;
}
.t-form-success-popup__content-icon-background {
    fill: #fd6255; /*Цвет фона галочки*/
}
.t-form-success-popup_new .t-form-success-popup__button {
    color: #f0edeb; /*Цвет текста кнопки закрытия*/
    background-color: #666360; /*Цвет фона кнопки закрытия*/
    border-radius: 0px; /*Скругление углов кнопки закрытия*/
}

/*Contacts menu*/
@media(max-width: 639px) {
.t450.t450__menu_show {
    max-width: 100vw !important;
}
}
.t450__container .t-sociallinks__item > a {
    background-color: #e8e5e1;
    padding: 16px;
    display: block;
}
.t450__container .t-sociallinks__item > a path {
    transition: all .3s;
}
.t450__container .t-sociallinks__item > a:hover path {
    fill: #fd6255 !important;
}