@charset "UTF-8";

.mb-20 {
    margin-bottom: 20px;
}

.mb-40 {
    margin-bottom: 40px;
}



.video-bg video {
    height: 100%;
    object-fit: cover;
    object-position: bottom;
    width: 100%;
}

.video-frame.video-frame-16by9 {
    padding-bottom: 56.25%;
}

.video-frame.video-frame-4by3 {
    padding-bottom: 75%;
}

.video-frame {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
    width: 100%;
}

.video-frame .video-frame-item,
.video-frame iframe,
.video-frame embed,
.video-frame object {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

#video-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: 1;
    background-size: cover;
}

#video-bg>video {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
}


@media (hover: hover) {
  .hero-style4{
    opacity: 0;
    transition: .6s opacity ease;
  }
  .th-hero-slide:hover .hero-style4{
      opacity: 1;
  }
}



@supports (object-fit: cover) {
    #video-bg>video {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.hero-4 .slick-dots {
    display: none;
}

.price-list-order {
    margin: 0;
    padding: 10px 10px;
    font-size: 14px;
    line-height: 1;
}

table.catalog-price-table tr td {
    border: none !important;
}

table.catalog-price-table tr th {
    border: none !important;
}

.catalog-price-table__btn-cell {
    text-align: right;
}

.modal-open .modal {
    z-index: 1000;
}

.fast-order-modal__top-text {
    margin-bottom: 0;
    font-size: 14px;
    color: #000;
}

#fast-order-modal-form .modal-body {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.fast-order-modal-agree {
    margin-bottom: 0;
    font-size: 14px;
    color: #000;
}

.fast-order-modal__result {
    display: none;
    margin-bottom: 0;
    font-size: 16px;
    color: #000;
}

.th-btn_hide {
    display: none;
}

.catalog-socials {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}



.catalog-socials__whatsapp {
    display: inline-flex;
    gap: 10px;
    background-color: #2cb742;
}

.catalog-socials__whatsapp i {
    font-size: 24px;
    line-height: 1;
}

.catalog-socials__telegram {
    display: inline-flex;
    gap: 10px;
    background-color: #27a7e7;
}

.catalog-socials__telegram i {
    font-size: 24px;
    line-height: 1;
}

.fixed-wa {
    position: fixed;
    right: 25px;
    bottom: 160px;
    width: 50px;
    height: 105px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    gap: 15px;
    z-index: 100;
}
.fixed-wa>a {
	flex:  0 0 50px;
}
.fixed-wa .whatsapp {
    width: 100%;
    aspect-ratio: 1;
    display: block;
    background: url(/upload/icons/whatsapp-small.png) no-repeat;
    background-size: 100% 100%;
}

.fixed-wa .telegram svg {
    width: 100%;
    aspect-ratio: 1
}

/* формы обратной для кнопки с тел. трубкой */
.phone_button_wrapper,
.phone_button_wrapper_pc {
    /* display: none; */
    position: fixed;
    bottom: 90px;
    right: 25px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    z-index: 999;
}

.phone_button-border a {
    display: contents;
}

.phone_button-border img {
    max-width: 100%;
    height: auto;
}

.phone_button-border {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 4px;
    border-radius: 50%;
    border: 1px solid #e51f26;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
}

.phone_button-pulse {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border-radius: 50%;
    border: 1px solid #e51f26;
}

.phone_button-pulse-animate {
    animation: widgetPulse infinite 1.5s;
}

@keyframes widgetPulse {
    0% {
        border: none;
    }

    50% {
        transform: scale(1, 1);
        opacity: 1
    }

    100% {
        transform: scale(2, 2);
        opacity: 0
    }
}

.phone_button-form {
    display: flex;
    position: absolute;
    transition: all 0.5s ease-in;
    overflow: hidden;
    width: 170px;
    height: 0px;
    right: -10px;
    bottom: 10px;
    flex-direction: column;
    justify-content: space-around;
    align-items: stretch;
}

.phone_button_wrapper_pc:hover>.phone_button-form {
    height: 130px;
}

.phone_button-form__call {
    background-color: #e51f26;
    padding: 5px 15px 5px 15px;
    border-radius: 5px;
    text-align: center;
}

.phone_button-form__call a,
.phone_button-form__call span {
    color: white;
    text-decoration: none;
}

.phone_button-form__call a:hover,
.phone_button-form__call span:hover {
    color: white;
    filter: brightness(0.8);
    cursor: pointer;
}

.phone_callback-form {
    display: none;
    position: absolute;
    z-index: 10000;
    overflow: hidden;
    width: 312px;
    right: -10px;
    bottom: 10px;
    padding: 5px;
    background-color: white;
}

@media screen and (max-width: 768px) {
.video-bg {
    background-image: url('/upload/images/main.jpg');
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
}
    .video-bg video {
        display: none;
    }
}


@media screen and (max-width: 480px) {
    .phone_button_wrapper {
        display: block;
    }
}

@media screen and (min-width: 481px) {
    .phone_button_wrapper_pc {
        display: block;
    }
}
@media screen and (max-width: 460px) {
    .th-btn {
        padding: 17px 20px;
    }
}

@media screen and (max-width: 400px) {
    .catalog-socials{
        flex-direction: column;
        gap: 10px;
    }

    .catalog-socials .th-btn{
        width: 100%;
    }
}