/*
Theme Name: New-RaTeN
Theme URI: https://www.fl.ru/users/raten/portfolio/
Author: RaTeN
Author URI: https://raten-portfolio.ru/port/
Description: Андрей Левдиков
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: all-in
Text Domain: RaTeN
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
/*
.products.load {
    opacity: 0.5;
}
.products {
    transition: 0.3s;
}

.text_block .aligncenter, .page .text_block div.aligncenter{display:block;margin:5px auto;}
.text_block .alignright{float:right;margin:5px 0 20px 20px;}
.text_block .alignleft{float:left;margin:5px 20px 20px 0;}
.text_block a img.alignright{float:right;margin:5px 0 20px 20px;}
.text_block a img.alignnone{margin:5px 20px 20px 0;}
.text_block a img.alignleft{float:left;margin:5px 20px 20px 0;}
.text_block a img.aligncenter{display:block;margin-left:auto;margin-right:auto;}
.text_block .wp-caption{max-width: 100%;}
.text_block .wp-caption.alignnone{margin:5px 20px 20px 0;}
.text_block .wp-caption.alignleft{margin:5px 20px 20px 0;}
.text_block .wp-caption.alignright{margin:5px 0 20px 20px;}
.text_block .wp-caption img{border:0 none;height:auto;margin:0;padding:0;width:auto;}
.text_block .wp-caption p.wp-caption-text{margin:0;padding:0 4px 5px;margin-top: 15px;}
*/
/*
.breadcrumb_last{
	font-size: 12px;
    font-weight: 600;
    line-height: 9px;
    padding: 8px;
    text-decoration: none;
    letter-spacing: -.24px;
    color: #fff;
    border-radius: 6px;
    background: #1336de;
}

#load-more-articles{
    text-align: center;
    width: 100%;
    margin-top: 30px;
}

.products .product .thumb .image, .products .product .thumb .image img{
    height: 100%;
}

header .menu{
    list-style: none;
}

header .menu_item.current-post-ancestor > a:after, header .menu_item.current-menu-item > a:after {
    width: 100%;
}

.video_collections .main{
    display: block;
    text-decoration: none;
}*/
/*
#review_modal{
    display: none;
}*/

/*.form .input.error::placeholder{
    color: var(--form_error_color);
}

.form .checkbox .error + .check{
    color: var(--form_error_color);
}*/
/*
.product_info .price{
    visibility: hidden;
}*/
/*
header .col_right{
    position: relative;
    top:-11px;
}

@media print, (max-width: 1899px) {
    header {
        padding: 30px 0 20px;
    }
}

footer .cont{
    gap:20px;
}*/
/*
.form .checkbox .error + .check {
    border-color: var(--form_error_color) !important;
}

.filter .form .reset_btn{
    text-decoration: none;
    text-align: center;
}

header .catalog .category .thumb img, .catalog_block .category .thumb img{
    filter:grayscale(100%);
}

header .catalog .category:hover .thumb img, .catalog_block .category:hover .thumb img{
    display: block !important;
    filter:none;
}

.w100{
    width: 100% !important;
}

header .links, footer .links .items, .mob_menu .links{
    list-style: none;
}

.current-menu-item a{
    font-weight: 600;
}

.result{
    display: none;
    margin-top: 20px;
    color:green;
}

.services .btn{
    color: var(--text_color);
    text-decoration: none;
}*/

.pagination .links span {
    font-weight: 700;
    display: flex;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    width: 50px;
    height: 50px;
    transition: .2s linear;
    text-align: center;
    text-decoration: none;
    color: currentColor;
    border: 1px solid #c6c7c8;
    border-radius: 10px;
}

.pagination .links .current{
    color: #fff;
    border-color: var(--text_color);
    background: var(--text_color);
}

.wp-block-embed__wrapper {
    width: 100%; /* Растягиваем контейнер видео на всю доступную ширину */
    max-width: 100%; /* Предотвращаем выход за пределы родительского контейнера */
}

.video-container {
    position: relative; /* Необходимо для правильной работы aspect ratio */
    padding-bottom: 56.25%; /* Соотношение сторон 16:9 (height / width * 100) */
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.contacts_info .virtual_tour .btn, .contacts_info .map .btn{
    color:var(--text_color);
    text-decoration: none;
}

.reviews .review .avatar {
    background: #eaebec;
}

.product_info .prices .link button {
    font-weight: 700;
    display: flex;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    height: 50px;
    padding: 0 29px;
    transition: .2s linear;
    text-decoration: none;
    letter-spacing: -.16px;
    color: currentColor;
    border: 1px solid #c6c7c8;
    border-radius: 10px;
    gap: 10px;
}

.share a
{
    display: unset;
    align-content: unset;
    align-items: unset;
    flex-wrap: unset;
    justify-content: unset;

    width: unset;
    min-width: unset;
    height: unset;

    transition: unset;
    text-decoration: unset;

    color: unset;
    border-radius: unset;
    background: unset;
}


.share a.ya-share2__link_more {
    display: flex;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    width: 40px;
    min-width: 40px;
    height: 40px;
    transition: .2s linear;
    text-decoration: none;
    color: currentColor;
    border-radius: 10px;
    background: #f4f5f6;
}

header .menu, #mob_menu .menu .col{
    list-style: none;
}

.current-menu-item a{
    color: var(--accent_color) !important;
}

footer .menu .items{
    list-style: none;
}

.wpcf7-list-item{
    margin: 0 !important;
}

.wpcf7-radio{
    display: flex;
    align-content: stretch;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
}

.form .free input:checked + .wpcf7-list-item-label {
    color: #fff;
    background: var(--text_color);
}
.form .free label .wpcf7-list-item-label {
    font-weight: 700;
    padding: 10px 15px;
    transition: .2s linear;
    border-radius: 5px;
    background: var(--form_bg_color);
}

.form .line.free{
    margin-bottom: 26px;
}

.wpcf7-form-control-wrap[data-name="select-589"] ~ .arr {
    position: absolute;
    z-index: 3;
    top: 0;
    right: 15px;
    bottom: 0;
    display: block;
    width: 12px;
    height: 8px;
    margin: auto 0;
    transition: transform .2s linear;
    pointer-events: none;
}

.wpcf7-not-valid-tip{
    margin-top: 3px;
}

.wpcf7-not-valid{
    border:1px solid red !important;
}

.form .agree.checked .checkbox .check svg{
    opacity: 1;
}

.order_project form {
    display: flex;
    align-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
    --form_border_color: #fff;
    --form_focus_color: #fff;
    --form_bg_color: #fff;
}