body * {
    font-size: 14px;
    font-family: "Ubuntu";
    font-weight: 400;
    font-style: normal;
}

.vhod {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.top-menu {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.vhod_link, .top-menu__item {
    padding: 5px;
    color: #af9e88;
}

.vhod_link:hover, .top-menu__item:hover, .top-menu__item.selected {
    color: orange;
    text-decoration: none;
}

.header-2__content {
    height: 160px;
}

.header-2__mobile-menu-btn {
    display: none;
}

.head-search__input {
    width: 100%;
    height: 40px;
    outline: none;
    padding-left: 10px;
    font-style: italic;
}

.head-search__button,
.head-search__button:active,
.head-search__button:focus {
    position: absolute;
    top: 0;
    right: 15px;
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    outline: none;
}

.head-logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.head-logo__desctop {
    display: block;
}
.head-logo__mobile {
    display: none;
}

.head-contacts {
    height: 85px;
}

.head-contacts__address,
.head-contacts__phone {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.head-contacts__icon {
    margin-right: 10px;
}

.nav-menu {
    display: flex;
    height: 500px;
    border: 3px solid #34312d;
    color: white;
    background: #4a433d;
    align-items: center;
    justify-content: center;
}

.head-callbtn__container {
    display: flex;
    align-items: center;
}

.head-callbtn {
    display: flex;
    background: #4a433d;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 150px;
    border-radius: 25px;
    color: #af9e88;
    text-align: center;
    font-weight: 600;
    cursor: pointer;
    line-height: 17px;
}

.head-callbtn:hover {
    color: #4a433d;
    background: #af9e88;
}

.head-contacts__phone-tel a{
    color: white;
}

.head-contacts__phone-tel a:hover {
    color: darkorange;
    text-decoration: none;
}

.head-contacts__phone-mail {
    color: #af9e88;
}

.head-contacts__phone-mail:hover {
    color: darkorange;
    text-decoration: none;
}

.head-cart {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.head-cart__body {
    display: flex;
    align-items: center;
}
.head-cart__body:hover {
    text-decoration: none;
}

.head-cart__title {
    color: #af9e88;
    font-weight: 600;
    line-height: 15px;
}

.head-cart__link {
    width: 50px;
    background: url(/local/templates/avel/images/cart.png);
    height: 50px;
    display: block;
    background-position: 13px 10px;
    background-repeat: no-repeat;
    background-color: #4a433d;
    border-radius: 50%;
    margin-left: 10px;
}
.head-cart__quantity,
.head-cart__quantity:hover{
    margin-top: 4px;
    margin-right: -20px;
    background: #eead6b;
    color: white;
    height: 31px;
    width: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: relative;
    text-decoration: none;
}
.head-cart__title {
    color: #af9e88;
    font-weight: 600;
    line-height: 15px;
}

/* * * * * */
.main-menu {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.main-menu.bottom-bordered {
    border-bottom: 1px solid black;
}

.main-menu__item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    cursor: pointer;
    position: relative;
}

.main-menu__item-name, .main-menu__item-name:hover {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    color: #af9e88;
}

.main-menu__item:hover .main-menu__item-name {
    color: #af9e88;
}

.main-submenu {
    display: none;
    position: absolute;
    top: 70px;
    left: 0;
    z-index: 2;
}

.main-menu__item:last-child .main-submenu {
    position: absolute;
    top: 70px;
    right: 0;
    left: auto;
    z-index: 2;
}

.main-menu__item:last-child .main-submenu .main-submenu-2{
    position: absolute;
    top: 0;
    left: -160px;
    z-index: 2;
}

.main-submenu__item {
    position: relative;
    width: 270px;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 20px;
    padding-right: 10px;
    background: #34312d;
    border-bottom: 1px solid #716f6c;
}

.main-submenu__item-name, .main-submenu__item-name:hover {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: flex-start;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
}

.main-menu__item:hover .main-submenu {
    display: block;
}

.main-submenu-2 {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 2;
}

.main-submenu-2__item {
    width: 160px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 20px;
    background: #af9e88;
    border-bottom: 1px solid #c7bbac;
}

.main-submenu-2__item-name, .main-submenu-2__item-name:hover{
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: flex-start;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
}

.main-submenu__item:hover .main-submenu-2 {
    display: block;
}

/* * * * */
.breadcrumbs {
    margin: 20px 0 50px 0;
    font-size: 13px;
}

.breadcrumbs-link {
    font-style: italic;
    color: #b8b8b8;
    text-decoration: underline;
}

.breadcrumbs-link:hover {
    font-style: italic;
    color: #b8b8b8;
    text-decoration: none;
}

.breadcrumbs-separator {
    background: url(/local/templates/avel/images/breadcrumbs_separator.png);
    width: 10px;
    height: 10px;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0 10px;
}

.breadcrumbs-current {
    font-style: italic;
    color: #d0bfa9;
    cursor: default;
}

/* * * * * */
.popup-form.active {
    display: flex;
}

.popup-form {
    position: fixed;
    z-index: 10;
    width: 100vw;
    height: 100vh;
    display: none;
    align-items: center;
    justify-content: center;
}

.popup-form__overflow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}

.popup-form__body {
    width: 100%;
    max-width: 450px;
    background: white;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px;
    border-radius: 15px;
    position: relative;
}

.popup-form__title {
    font-size: 20px;
    color: rgb(175, 158, 136);
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.popup-form__input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #ece8e5;
    padding: 0 0 0 40px;
    outline: none;
    background-repeat: no-repeat;
    height: 40px;
    background-position: 8px center;
    margin-bottom: 15px;
}
.popup-form__input.error {
    border-bottom: 1px solid red;
}

.popup-form__input[name='name'] {
    background-image: url(/local/templates/avel/images/contact_name.png);
}

.popup-form__input[name='phone'] {
    background-image: url(/local/templates/avel/images/contact_phone.png);
}

.popup-form__input[name='theme'] {
    background-image: url(/local/templates/avel/images/contact_mail.png);
}

.popup-form__input::-moz-placeholder {
    font-style: italic;
    color: #b7b7b7;
}

.popup-form__input::-webkit-input-placeholder {
    font-style: italic;
    color: #b7b7b7;
}

.popup-form__input:-ms-input-placeholder {
    font-style: italic;
    color: #b7b7b7;
}

.popup-form__input::-ms-input-placeholder {
    font-style: italic;
    color: #b7b7b7;
}

.popup-form__input::placeholder {
    font-style: italic;
    color: #b7b7b7;
}

.popup-form__input.error::-moz-placeholder {
    font-style: italic;
    color: red;
}

.popup-form__input.error::-webkit-input-placeholder {
    font-style: italic;
    color: red;
}

.popup-form__input.error:-ms-input-placeholder {
    font-style: italic;
    color: red;
}

.popup-form__input.error::-ms-input-placeholder {
    font-style: italic;
    color: red;
}

.popup-form__input.error::placeholder {
    font-style: italic;
    color: red;
}

.popup-form__input-text {
    width: 100%;
    margin: 40px 0;
    height: 200px;
    outline: none;
    border: 1px solid #ece8e5;
    resize: none;
    overflow: auto;
    padding: 15px 20px;
}
.popup-form__input-text.error {
    border: 1px solid red;
}
.popup-form__input-text::placeholder {
    font-style: italic;
    color: #b7b7b7;
}
.popup-form__input-text.error::placeholder {
    font-style: italic;
    color: red;
}

.popup-form__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 45px;
    border-radius: 22.5px;
    background: #4a433d;
    color: #af9e88;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: bold;
}

.popup-form__btn:hover {
    color: #4a433d;
    background: #af9e88;
}

.popup-form__close {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 21px;
    height: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #4a433d;
    color: white;
    border-radius: 50%;
    font-size: 16px;
    font-weight: bold;
    padding: 0 0 2px 0px;
    font-family: monospace;
    cursor: pointer;
}

.popup-form__close:hover {
    background: #af9e88;
}

.popup-form__success{
    display: none;
}
.popup-form__success.active{
    display: flex;
}

.header-2__mobile-menu.active {
    display: flex;
    width: 100vw;
    position: absolute;
    background: #4b433e;
    z-index: 10;
    top: 105px;
    left: 0;
}
.header-2__mobile-menu {
    display: none;
}
.header-2__mobile-menu-links{
    display: flex;
    flex-direction: column;
    padding: 15px 0 0 20px;
}
.header-2__mobile-menu-link{
    color: #d0bfa8;
    margin-bottom: 15px;
    font-weight: bold;
}
.header-2__mobile-menu-link:hover{
    color: darkorange;
    text-decoration: none;
}
/* adaptive */

@media (max-width: 1023px) {
    .header-1,
    .header-3,
    .head-contacts__address,
    .head-callbtn__container,
    .head-search__container,
    .head-contacts__phone-mail {
        display: none;
    }

    .header-2__content {
        height: auto;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .head-cart__title {
        display: none;
    }

    .header-2__mobile-menu-btn {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .head-contacts__phone {
        justify-content: center;
    }

    .head-logo__desctop {
        display: none;
    }
    .head-logo__mobile {
        display: block;
    }
}

@media (max-width: 600px) {
    .head-contacts__icon {
        display: none;
    }

    .head-contacts__phone {
        justify-content: flex-end;
        padding-right: 50px;
    }
}

@media (max-width: 450px) {
    .head-contacts__phone {
        display: none;
    }

    .head-cart {
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
    }
}

.main-user-consent-request-popup-button-acc {
    background: #4a433d;
    color: #af9e88;
}

.main-user-consent-request-popup-button-acc:hover {
    background: #af9e88;
    color: #4a433d;
}

.agree-block {
    position: relative;
    padding: 0 7px 38px;
}
.agree-block.agree-contacts{
    display: flex;padding: 0 7px 38px;justify-content: flex-end;align-items: center;
}
.agree-block input{
    margin-right: 10px;
    cursor: pointer;
}
.agree-block span{

}
.agree-block a{
    color: #af9e88;
}
.agree-block.error::after{
    content: 'Подтвердите согласие на обработку персональных данных';
    position: absolute;
    bottom: 15px;
    color: red;
    width: 100%;
    left: 0;
}

.agree-block.agree-contacts.error::after{
    content: 'Подтвердите согласие на обработку персональных данных';
    position: absolute;
    bottom: 15px;
    color: red;
    width: 100%;
    left: 0;
    text-align: right;
}

#notavailable_order_form .prod-block {
    display: flex;
    width: 100%;
    margin-bottom: 30px;
    align-items: center;
}
#notavailable_order_form .prod-image {
    width: 75px;
    height: auto;
}

#notavailable_order_form .prod-image-block{
    height: 75px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid lightgray;
    margin-right: 15px;
}
#notavailable_order_btn {
    width: 150px;
    height: 50px;
    background: #4d473f;
    color: #d0bfa9;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    font-weight: bold;
    cursor: pointer;
    text-transform: uppercase;
}
#notavailable_order_form .popup-form__input-text{
    width: 100%;
    margin: 20px 0;
    height: 110px;
    outline: none;
    border: 1px solid #ece8e5;
    resize: none;
    overflow: auto;
    padding: 15px 20px;
}

.top-menu__item-point {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}
.top-menu__item-point:hover .top-menu__submenu{
    display: flex;
}
.top-menu__submenu{
    position: absolute;
    display: none;
    flex-direction: column;
    top: 40px;
    background: #4a433d;
    z-index: 1000;
}
.top-menu__submenu a {
    white-space: nowrap;
}
@media (max-width: 1023px) {
    .top-menu__item-point:hover .top-menu__submenu {
        display: none;
    }
}

#add_to_cart_form .popcart-btn-block {
    display: flex;
    justify-content: space-around;
    width: 100%;
    flex-wrap: wrap;
}
#add_to_cart_form .popcart-btn-block .popup-form__cartlink-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #4a433d;
    padding: 10px;
    border-radius: 20px;
    color: #af9e88;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    width: 200px;
    margin-bottom: 10px;
    cursor: pointer;
}
#add_to_cart_form .popcart-btn-block .popup-form__cartlink-btn:hover{
    background: #af9e88;
    color: #4a433d;
}

.catalog-body h2 {
    font-size: 30px;
    font-family: "Ubuntu";
    color: rgb(175, 158, 136);
    font-weight: bold;
}

#scrollTop {
    position: fixed;
    width: 40px;
    height: 40px;
    z-index: 100;
    background: rgba(0,0,0,0.5);
    bottom: 115px;
    right: 30px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: white;
}
#scrollTop span {
    transform: scale(2,1);
    display: block;
    height: 17px;
}

.sort-block{
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.sort-block__desc {
    font-style: italic;
    margin-right: 10px;

}
.sort-block__btn,
.sort-block__btn:hover {
    color: #af9e88;
    margin-right: 10px;
}
.sort-block__btn-active,
.sort-block__btn-active:hover {
    color: black;
    font-weight: bold;
    margin-right: 10px;
}
.sort-block__order-pic {
    font-size: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

#avel-full-photo-view{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
#avel-full-photo-overlay{
    background: rgba(0,0,0,0.7);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
}
#avel-full-photo-image{
    width: 90%;
    height: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
#avel-full-photo-image img{
    max-height: 100%;
    max-width: 100%;
}
/* * * */
#avel-full-photo__next {
    width: 35px;
    height: 35px;
    z-index: 1;
    transform: rotate(45deg);
    border-top: 5px solid white;
    border-right: 5px solid white;
}

#domdverei-full-photo__prev {
    width: 35px;
    height: 35px;
    z-index: 1;
    transform: rotate(-135deg);
    border-top: 5px solid white;
    border-right: 5px solid white;
}
/**/


.catalog-element__image-block{
    cursor: pointer;
}

#inner_slider_section .swiper-button-next{
    background-color: #af9e88;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23fff'%2F%3E%3C%2Fsvg%3E");
    right: 12px;
    left: auto;
    top: 22px;
    width: 45px;
    height: 45px;
    box-shadow: 0px 0px 10px darkgrey;
    background-size: 50% 50%;
}

#inner_slider_section .swiper-button-prev{
    background-color: #af9e88;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23fff'%2F%3E%3C%2Fsvg%3E");
    right: auto;
    left: 11px;
    top: 22px;
    width: 45px;
    height: 45px;
    box-shadow: 0px 0px 10px darkgrey;
    background-size: 50% 50%;
}
#inner_slider_section .swiper-button-disabled{
    display: none;
}
#inner_slider_section  .swiper-slide {
    height: auto;
}

@media (max-width: 1023px) {
    #inner_slider_section.row.swiper-container {
        display: flex;
    }
}

/* купить в 1 клик */
#buy1click_form .prod-block {
    display: flex;
    width: 100%;
    margin-bottom: 30px;
    align-items: center;
}
#buy1click_form .prod-image {
    width: 75px;
    height: auto;
}

#buy1click_form .prod-image-block{
    height: 75px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid lightgray;
    margin-right: 15px;
}
#buy1click_form .popup-form__input-text{
    width: 100%;
    margin: 20px 0;
    height: 110px;
    outline: none;
    border: 1px solid #ece8e5;
    resize: none;
    overflow: auto;
    padding: 15px 20px;
}

.buy1click_btn_detail{
    color: #af9e88;
    text-decoration: underline;
    text-decoration-style: dashed;
    cursor: pointer;
    margin-top: 20px;
    display: block;
    font-style: italic;
    font-size: 13px;
    width: 100%;
}

.buy1click_btn_section{
    color: #af9e88;
    text-decoration: underline;
    text-decoration-style: dashed;
    cursor: pointer;
    margin-top: 10px;
    display: block;
    font-style: italic;
    font-size: 13px;
    width: 100%;
}

/* * * * * */
#mainpage_topsale_slider_section .swiper-button-next{
    background-color: #af9e88;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23fff'%2F%3E%3C%2Fsvg%3E");
    right: 12px;
    left: auto;
    top: 22px;
    width: 45px;
    height: 45px;
    box-shadow: 0px 0px 10px darkgrey;
    background-size: 50% 50%;
}

#mainpage_topsale_slider_section .swiper-button-prev{
    background-color: #af9e88;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23fff'%2F%3E%3C%2Fsvg%3E");
    right: auto;
    left: 11px;
    top: 22px;
    width: 45px;
    height: 45px;
    box-shadow: 0px 0px 10px darkgrey;
    background-size: 50% 50%;
}
#mainpage_topsale_slider_section .swiper-button-disabled{
    display: none;
}
#mainpage_topsale_slider_section  .swiper-slide {
    height: auto;
}

@media (max-width: 1023px) {
    #mainpage_topsale_slider_section.row.swiper-container {
        display: flex;
    }
}

#mainpage_new_slider_section .swiper-button-next{
    background-color: #af9e88;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23fff'%2F%3E%3C%2Fsvg%3E");
    right: 12px;
    left: auto;
    top: 22px;
    width: 45px;
    height: 45px;
    box-shadow: 0px 0px 10px darkgrey;
    background-size: 50% 50%;
}

#mainpage_new_slider_section .swiper-button-prev{
    background-color: #af9e88;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23fff'%2F%3E%3C%2Fsvg%3E");
    right: auto;
    left: 11px;
    top: 22px;
    width: 45px;
    height: 45px;
    box-shadow: 0px 0px 10px darkgrey;
    background-size: 50% 50%;
}
#mainpage_new_slider_section .swiper-button-disabled{
    display: none;
}
#mainpage_new_slider_section  .swiper-slide {
    height: auto;
}

@media (max-width: 1023px) {
    #mainpage_new_slider_section.row.swiper-container {
        display: flex;
    }
}

.mainpage-btn-view, .mainpage-btn-view:hover {
    width: 200px;
    height: 35px;
    background: #eead6b;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    border-radius: 20px;
    text-decoration: none;
}

/* * * * * * * * */
#avel-full-cert-view{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
}
#avel-full-cert-overlay{
    background: rgba(0,0,0,0.7);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
}
#avel-full-cert-image{
    /*max-width: 90%;*/
    width: auto;
    height: auto;
    max-height: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
#avel-full-cert-image img{
    max-height: 100vh;
    max-width: 75%;
}

#avel-full-cert__next {
    width: 35px;
    height: 35px;
    z-index: 1;
    transform: rotate(45deg);
    border-top: 5px solid white;
    border-right: 5px solid white;
    cursor: pointer;
}

#avel-full-cert__prev {
    width: 35px;
    height: 35px;
    z-index: 1;
    transform: rotate(-135deg);
    border-top: 5px solid white;
    border-right: 5px solid white;
    cursor: pointer;
}

.page__cert-list {
    display: flex;
    flex-wrap: wrap;
    align-items: unset;
    justify-content: center;
    margin-bottom: 30px;
}

.page__cert-list div {
    cursor: pointer;
    height: auto;
    display: flex;
    width: 340px;
    max-width: 100%;
    margin: 15px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid #ece8e5;
    padding: 10px;
}

.page__cert-list div:hover {
    box-shadow: 0px 0px 15px rgb(175, 158, 136);
}

.page__cert-list img {
    width: 100%;
}

.page__cert-list.remont__image-list {
    display: flex;
    flex-wrap: wrap;
    align-items: unset;
    justify-content: flex-start;
    margin-bottom: 15px;
}
.page__cert-list.remont__image-list div {
    cursor: pointer;
    height: auto;
    display: flex;
    width: 300px;
    max-width: 100%;
    margin: 15px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: none;
    padding: 0px;
}
.page__cert-list.remont__image-list img {
    width: 100%;
    float: none!important;
    margin: 0!important;
    max-width: 100%!important;
}
/**/

.content-about__stars{
    display: flex;
    align-items: end;
    width: 100%;
    flex-wrap: wrap;
}
.content-about__stars-block {
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px 30px 15px 0;
    position: relative;
}
.content-about__stars-block img{
    float: none!important;
    max-width: 100%!important;
    margin: 0!important;
    height: 100%;
}
.content-about__stars-info {
    height: auto;
    background: #34312d;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    color: white;
    padding: 10px;
    display: none;
}
.content-about__stars-block:hover .content-about__stars-info{
    display: block;
}

@media (max-width: 900px){
    .content-about__stars{
        justify-content: center;
    }
    .content-about__stars-block {
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 5px 0;
        position: relative;
    }
    .content-about__stars-block img{
        float: none!important;
        max-width: 100%!important;
        margin: 0!important;
        height: auto;
        width: auto;
    }
}

#personal-link-mobile {
    color: #d0bfa8;
    width: calc(100% - 20px);
    border-top: 1px solid #d0bfa8;
    padding: 15px 0;
}
#personal-link-mobile * {
    font-weight: bold;
    color: #d0bfa8;
}