.class_error {
    background: #F95D51;
    padding: 10px;
    text-align: center;
    color: #fff;
    margin-bottom: 15px;
    display: none;
}

.class_ok {
    background: #62C584;
    padding: 10px;
    text-align: center;
    color: #fff;
    margin-bottom: 10px;
    display: none;
}

@media screen and (max-height: 575px) {
    #rc-imageselect, .g-recaptcha {
        transform: scale(0.77);
        -webkit-transform: scale(0.77);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}

.white_bg_block {
    padding: 10px 13px 10px 33px;
    background-color: rgba(255, 255, 255, 0.2);
    font-weight: 700;
}

.gold_btn {
    cursor: pointer;
}

#hidden_block {
    display: none;
}

.hidden_block {
    display: none;
}

.form__group_recaptcha {
    display: flex;
    justify-content: center;
}

/********************************/

.block_text_center {
    text-align: center;
}

.block_display_inline {
    display: inline-block;
}

.padding_bottom__0 {
    padding-bottom: 0 !important;
}

.margin_bottom__0 {
    margin-bottom: 0 !important;
}

.padding_bottom__20 {
    padding-bottom: 20px;
}

/********************************/
.modal__ftext {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 5% 6%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
    z-index: 222;
}

.modal__wrap__text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    overflow-y: auto;
    padding: 50px 45px;
    width: 520px;
    max-width: 92%;
    max-height: 95%;
}

.modal__text__close-btn {
    position: absolute;
    top: 10px;
    right: 18px;
    font-size: 36px;
    line-height: 1;
    color: var(--color-dark);
    background: transparent;
    cursor: pointer;
}

.modal__text__close-btn:hover {
    color: var(--color-main);
}

.modal__ftext._show {
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

.modal2 {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 5% 6%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
    z-index: 222;
}

.modal2__wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    overflow-y: auto;
    padding: 50px 45px;
    width: 520px;
    max-width: 92%;
    max-height: 95%;
}

.modal2__close-btn {
    position: absolute;
    top: 10px;
    right: 18px;
    font-size: 36px;
    line-height: 1;
    color: var(--color-dark);
    background: transparent;
    cursor: pointer;
}

.modal2__close-btn:hover {
    color: var(--color-main);
}

.modal2._show {
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

.modal3 {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 5% 6%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
    z-index: 222;
}

.modal3__wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    overflow-y: auto;
    padding: 50px 45px;
    width: 520px;
    max-width: 92%;
    max-height: 95%;
}

.modal3__close-btn {
    position: absolute;
    top: 10px;
    right: 18px;
    font-size: 36px;
    line-height: 1;
    color: var(--color-dark);
    background: transparent;
    cursor: pointer;
}

.modal3__close-btn:hover {
    color: var(--color-main);
}

.modal3._show {
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

.gallery_2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
    padding: 10px 0 25px;
}

.gallery_3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    padding: 10px 0 25px;
}

.modal4 {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 5% 6%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
    z-index: 222;
}

.modal4__wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    overflow-y: auto;
    padding: 50px 45px;
    width: 520px;
    max-width: 92%;
    max-height: 95%;
}

.modal4__close-btn {
    position: absolute;
    top: 10px;
    right: 18px;
    font-size: 36px;
    line-height: 1;
    color: var(--color-dark);
    background: transparent;
    cursor: pointer;
}

.modal4__close-btn:hover {
    color: var(--color-main);
}

.modal4._show {
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

.blue_bttn_link {
    color: #fff;
    background-color: var(--color-main);
}

.blue_bttn_link:hover {
    color: var(--color-main);
    background-color: #fff;
}

.slider-carousel3 {
    height: 280px;
    padding: 0 43px;
}

.slider-carousel3 .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    padding: 10px 20px;
}

.slider-carousel3 .swiper-slide img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.block_search_row {
    position: relative;
    padding: 0 0 20px 0;
}

.block_search_row__name {
    position: relative;
    padding: 0 0 5px 0;
}

.block_search_row__name a {
    font-size: 125%;
    font-weight: 600;
    color: #028ecf;
}

.block_search_row__description {
    font-size: 13px;
    line-height: 1.5;
}

.block_search_row__description-full {
    display: none;
}

.block_search_row__description-bntshow {
    color: #028ecf;
    border-bottom: 1px dashed #028ecf;
    padding: 3px 0 0 0;
    display: inline-block;
    cursor: pointer;
}