/*!
Theme Name: Gallery
Theme URI: http://underscores.me/
Author: Spivak Dmitriy
Author URI: https://dmitriyspivak.ru/
Description: Description
Version: 2.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: gallery
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Gallery is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

#header .top-header .logo-holder .logo-link {
    background: url(/wp-content/uploads/2024/04/logo.png) no-repeat;
    background-size: cover;
    display: block;
    height: 59px;
    width: 402px;
}
input.wpcf7-form-control.wpcf7-tel.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-tel {
    border-radius: 5px;
}
input.wpcf7-form-control.wpcf7-email.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-email {
    border-radius: 5px;
}

.wpcf7-submit {
    border-style: solid;
    border-width: 0;
    cursor: pointer;
    font-family: mz5,Helvetica,Helvetica,Arial,sans-serif;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 1.25rem;
        margin-top: 0px;
    margin-top: 0px;
    position: relative;
    text-decoration: none;
    text-align: center;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    display: inline-block;
    font-size: 1rem;
    background-color: #c00;
    border-color: #a30000;
    color: #FFF;
    transition: background-color .3s ease-out;
    padding: 1rem 2rem 1.0625rem;
    width: 100%;
}

.wpcf7-form-control.wpcf7-select.IndexFooterForm_city {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    background-color: #FFF;
    font-family: inherit;
    border: 1px solid #b7b7b7;
    box-shadow: none;
    color: rgba(0,0,0,.75);
    display: block;
    font-size: .875rem;
    margin: 0 0 1rem;
    padding: 0.5rem;
    height: 3.313rem;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: box-shadow .45s,border-color .45s ease-in-out;
}
 

#shop-map .map-wrapper {
    width: 100%;
}

.button.product_type_simple {
    display: none;
}

 
	.show {
    padding: 15px;
		 
    list-style: none;
 
}
.interior-page .filter-categories .cats-line ul li.active a {
	background: #000;
}
.interior-page .filter-categories .cats-line ul li a {
	transition: all .4s;
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	width: 125px;
	height: 125px;
	line-height: 125px;
	display: block;
}
.interior-page .filter-categories .cats-line ul li a .wrapper {
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	pointer-events: none;
}
.interior-page .filter-categories .cats-line ul li a .wrapper img {
	max-width: 50px;
	max-height: 35px;
	display: inline-block;
	vertical-align: middle;
}
.interior-page .filter-categories .cats-line ul li a .wrapper span {
	display: block;
	max-width: 100px;
	line-height: 1;
	margin-top: 15px;
	text-align: center;
	font-weight: 600;
	font-size: 14px;
	color: #FFF;
}

#mCSB_1_container label {
    padding: 5px;
    color: #fff;
    font-size: 16px;
}

.index-page #banners-list .competition .banner-block {
    height: auto !important;
}


    .tabs {
      font-size: 0;
      width: 100%;
      margin-left: auto;
      margin-right: auto;
    }

    .tabs>input[type="radio"] {
      display: none;
    }

    .tabs>div {
       
      display: none;
     
  
    }

    #tab-btn-1:checked~#content-1,
    #tab-btn-2:checked~#content-2,
	#tab-btn-3:checked~#content-3
    {
      display: block;
    }

    .tabs>label {
display: inline-block;
text-align: center;
vertical-align: middle;
user-select: none;
background-color: #0000;
color: #fff;
line-height: 1.5;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
cursor: pointer;
position: relative;
top: 1px;
    }

    .tabs>label:not(:first-of-type) {
      border-left: none;
    }

    .tabs>input[type="radio"]:checked+label {
      background-color: #000;
color: #fff;
    }

input[type="checkbox"] + label, input[type="radio"] + label {
    display: inline-block;
    margin-left: 0rem !important;
    margin-right: 0rem !important;
    margin-bottom: 0;
    vertical-align: baseline;
}
@media (min-width: 721px) {
.tabs label {
padding: 10px 20px;
font-weight: 500;
font-size: 17px;
text-transform: uppercase;
margin-top: 0px;
margin-bottom: 45px !important;
}
}
@media (max-width: 720px) {
.tabs label {
    padding: 10px 20px;
    font-weight: 500;
    font-size: 11px;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 25px !important;
}
}