/*
Theme Name: New-RaTeN
Theme URI: http://www.free-lance.ru/users/RaTeN
Author: RaTeN
Author URI: http://www.free-lance.ru/users/RaTeN
Description: Freelance RaTeN 
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;}*/

.breadcrumbs > span{
	font-size: 10px;
    display: flex;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #a89b9c;
    gap: 8px;
}


.text_block .wp-block-gallery {
    display: flex;
    align-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 60px;
    flex-direction: row;
    gap:20px;
    margin-bottom: 60px !important;
}

.text_block .wp-block-gallery > * {
    width: calc(50% - 10px);
}

.text_block figure img{
	height: auto;
}

.text_block .wp-block-gallery:has(> :nth-child(3):not(:nth-child(4))) > *{
	width: calc(33.333% - 14px);
}

@media (max-width: 479px) {
    .text_block .wp-block-gallery > * {
        width: calc(50% - 8px);
    }

    .text_block .wp-block-gallery:has(> :nth-child(3):not(:nth-child(4))) > *{
		width: calc(50% - 14px);
	}
}

.pagination .next, .pagination .prev{
	display: none;
}

.pagination .current {
    border-color: #d1cbc8;
    background: none;
}
.pagination span {
    font-size: 14px;
    display: flex;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    width: 30px;
    height: 30px;
    transition: .2s linear;
    transition: .2s linear;
    text-decoration: none;
    color: #382312;
    border: 1px solid transparent;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 8px 0 #f0e8e0;
}

.form .contacts_method label input + span{
	display: none;
}

.wpcf7-list-item{
	margin: 0 !important;
}

.form .contacts_method .items .wpcf7-form-control-wrap{
	display: none;
}
@media (min-width: 767px)
{
	.wpcf7-not-valid-tip{
		position: absolute;
	}
}

.form .contacts_method label .checked + div{
    color: #382312;
    background: #fff;
}

.quiz .step .service:has(.checked) .check .icon {
    opacity: 1;
}

.quiz .step .option:has(.checked) .check .icon
{
    opacity: 1;
}


.quiz .step .option:has(.checked) .check + div
{
    background: #d5cbc6;
}

.quiz .wpcf7-form-control-wrap:has(.wpcf7-checkbox){
    display: none;
}

.about_info .video .btn{
    text-decoration: none;
}

.products.load {
    opacity: 0.5;
}
.products {
    transition: 0.3s;
}

#menu .menu, footer .menu{
    list-style: none;
}

.video-container{
    position: relative;
    display: block;
    padding-bottom: 43.243%;
}

.video-container iframe{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.twitter-typeahead{
    width: 100%;
}

.tt-menu {
    width: 100%;
    margin: 12px 0;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
    padding: 3px 20px;
    font-size: 14px;
    line-height: 17px;
    cursor: pointer;
}

.twitter-typeahead + button{
   position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    display: flex;
    width: 18px;
    height: 18px;
    margin: auto;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap; 
}


#select_city_modal .form .input{
    background: none;
}

.block_head .desc{
    margin-top: 0 !important;
}

.page_head .cont{
    gap: 10px;
}

.form .contacts_method label .checked + div{
    background: #c8bfba;
}