@charset "UTF-8";
/*
Theme Name: Kater
Theme URI: https://wordpress.org/themes/twentynineteen/
Author: the WordPress team
*/
body{
    font-family: 'Fira Sans';
    margin: 0;
    padding: 0;
}
header > div {
    padding: 10px 0;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
/*    max-width: 1371px;*/
    width: 100%;
/*    margin: 0 auto;*/
/*    background: #fff;*/
}
header{
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    max-width: 1371px;
    width: 100%;
    /*padding: 10px 15px;*/
    margin: 0 auto;
    background: #fff;
}
ul#menu{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    list-style: none;
}
a{
    text-decoration: none;
    color: black;
}
a:hover{
    text-decoration: underline;
}
a.phone{
    color: #ff020f;
}
header #menu li{
    list-style: none;
}
header #menu li.active a{
    background: #ff020f;
    color: white;
}
header #menu li a{
    padding: 25px 10px;
}
#main_slider {
    /*background: url('../images/main_slide.png');*/
    /*width: 1371px;*/
    /*height: 622px;*/
    position: relative;
}
#main_slider img{
    max-width: 100%;
}
#main_slider > div{
    position: absolute;
    bottom: 70px;
    right: 0;
    text-align: right;
    padding: 0 30px;
}
.block-attributes{
    max-width: 900px;
}
section{
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    max-width: 1371px;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    flex-wrap: wrap;
}
#main_slider span{
    display: block;
    color: white;
    font-weight: bold;
}
#main_slider span:first-child{
    font-size: 66px;
}
#main_slider span:last-child{
    font-size: 33px;
}
#news_title div{
    color: #505d68;
    font-size: 72px;
    font-weight: 800;
    text-transform: uppercase;
    opacity: 0.2;
    transform: rotate(90deg);
}
#properties-block{
    max-width: 400px;
}
#properties-block > div{
    font-size: 24px;
    font-weight: bold;
}
.content .block_description{
    max-width: 600px;
}
body .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
    position: absolute;
    bottom: 0;
    right: 50%;
}
#main_page_news .news-item > div{
    font-size: 14px;
    color: #ff020f;
    padding-bottom: 5px;
}
#main_page_news .news-item > div:nth-child(2){
    font-size: 21px;
    color: black;
    min-height: 85px;
}
#main_page_news .news-item p{
    color:#a1aeb7;
    font-size: 14px;
}
#news_image{
    padding-right: 66px;
}
#main_page_news > div{
    display: flex;
    padding: 25px;
}
#news{
    display: flex;
    padding: 87px 0;
    justify-content: space-between;
    flex-wrap: wrap;
}
.news-item {
    flex-basis: 30%;
}
#news > div:last-child{
    flex-basis: 100%;
}
#news a.all_news{
    margin: 0 auto;
    color: #ff020f;
    text-decoration: underline;
    font-size: 16px;
    display: table;
    margin-top: 30px;
}
#main_page_about h1{
    font-size: 72px;
    color: #ff020f;
    font-weight: bold;
    padding: 0;
    margin: 0;
    line-height: normal;
    padding-bottom: 30px;
}
#main_page_about {
    width: 50%;
    padding-left: 50px;
}
#main_page_about p{
    margin-bottom: 50px;
}
a.btn{
    padding: 5px 15px;
}
a.btn.red{
    background: #ff020f;
    color: white;
}
footer{
    background: #a2a2a2;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    max-width: 1371px;
    width: 100%;
    margin: 0 auto;
    color: white;
    margin-top: 50px;
}

.footer_title {
    color: #ff020f;
    margin-bottom: 10px;
}
.footer_title:after{
    content: '';
    display: table;
    width: 100%;
    height: 3px;
    background: #ff020f;
    margin-top: 5px;
}
footer a{
    color: white;
    font-size: 12px;
}
footer > div{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 50px 100px;
}
footer > div div{
    flex-basis: 45%;
}
footer > div div.social{
    flex-basis: 10%;
    text-align: center;
    margin-top: 10px;
}
footer > div div.social a{
    margin: 0 5px;
}
footer > div div.social a:last-child{
    margin: 0;
}
footer > div > div:last-child{
    flex-basis: 100%;
    text-align: right;
}
footer div.menu a{
    display: block;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 16px;
}
footer div.contact span{
    display: block;
    margin-bottom: 10px;
}
#page-contact{
    width: 100%;
}
#map-block{
    position: relative;
}
#map-contact-block{
    position: absolute;
    font-size: 16px;
    background: white;
    padding: 30px;
    width: 460px;
    right: 200px;
    top: 80px;
    font-weight: bold;
}
#map-contact-block i{
    color: #ff020f;
    display: table;
    float: left;
}
#map-contact-block h1{
    color: #ff020f;
    font-size: 50px;
    font-weight: bold;
    margin: 0;
    margin-bottom: 80px;
}
#map-contact-block > div{
    margin-bottom: 30px;
    max-width: 80%;
    display: inline-block;
    float: left;
    width: 100%;
}
#map-contact-block > div span{
    display: table;
    padding-left: 10px;
}
header #menu a.active,
header #menu a:hover{
    background: #ff020f;
    color: white;
    text-decoration: none;
}
section h1.page-h1{
    margin: 0;
    padding-bottom: 15px;
    font-size: 24px;
}
#breadcrumbs a{
    font-size: 10px;
    font-weight: bold;
}
#breadcrumbs{
    list-style: none;
    padding: 15px 0;
    margin: 0;
}
#breadcrumbs li{
    display: table;
    float: left;
    font-size: 10px;
    font-weight: bold;
}
#breadcrumbs li:after{
    content: '/';
    display: table;
    float: left;
}
#breadcrumbs li:first-child:after{
    content: none;
}
section#page-title-block{
    flex-wrap: wrap;
    padding-left: 100px;
}
section#page-title-block > *{
    flex-basis: 100%;
}
#properties-block{
    border-top: 10px #ff020f solid;
    margin-top: 40px;
    margin-bottom: 80px;
}
#properties-block h2{
    color: #ff020f;
}
#properties-block span{
    display: block;
    font-weight: bold;
    font-size: 24px;
}
div.content h2{
    font-size: 30px;
    color: #ff020f;
    text-transform: uppercase;

}
.product-item img{
    max-height: 135px;
}
div#about_image {
    position: relative;
}
#properties-block > div.small-description{
    font-size: 12px;
    font-weight: bold;
    margin-top: 63px;
    margin-bottom: 30px;
}
#page_about .bottom-block h3{
    font-size: 36px;
    font-weight: bold;
    border-bottom: 10px #ff020f solid;
    padding-bottom: 15px;
}
#page_about ul{
    list-style: none;
}
#page_about .right-block{
    padding-left: 20px;
}
#page_about .bottom-block{
    display: flex;
    align-items: center;
}
#page_about ul li::before{
    content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: red; /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1em; /* Also needed for space (tweak if needed) */
    margin-left: -1em; /* Also needed for space (tweak if needed) */
}
#about_image div{
    position: absolute;
    font-size: 66px;
    font-weight: bold;
    color: white;
    right: 70px;
    bottom: 70px;
}
.block_description{
    padding: 0 50px 0 100px;
}
.block_description p{
    font-size: 18px;
}
section.category{
    flex-wrap: wrap;
}
.product-item{
    border: 1px #d9d9d9 solid;
    flex-basis: 31%;
    margin-bottom: 100px;
}
.product-item > div{
    padding: 40px 60px 25px;
}
.product-item h3{
    padding: 0;
    margin: 0;
    font-size: 18px;
}
.product-item h3{
    margin-bottom: 25px;
}
.product-item .item-properties{
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 30px 0 45px 0;
}
.product-item .item-properties > div{
    margin: 0 auto;
    font-weight: bold;
}
.product-item .item-properties > div > span:first-child{
    padding-right: 20px;
}
.product-item a.btn{
    padding: 20px 60px;
    display: table;
    margin: 0 auto;
    text-transform: uppercase
}
.category-item .item-date{
    color: #ff020f;
    font-size: 36px;
    font-weight: bold;
}
.category-item .week-day{
    font-size: 24px;
    color: black;
}
.category-item {
    flex-basis: 100%;
    border-bottom: 2px #d9d9d9 solid;
    margin-bottom: 50px;
    padding-bottom: 35px;
}
.category-item a.item-link{
    color: #ff020f;
    font-size: 16px;
}
.description{
    font-size: 18px;
}
#cwp_widget_plugin-2 h2{
    display: none;
}
#calendar_wrap .tooltip{
    color: white;
    border-bottom: none;
}
#calendar_wrap{
    background: #ff020f;
}
#wp-calendar{
    color: white;
    width: 360px;
    height: 300px;
    text-align: center;
}
section.category.with_calendar{
    align-items: start;
}
#wp-calendar #today .tooltip{
    background: white;
    color: #ff020f;
    border-radius: 100%;
    line-height: 15px;
    font-size: 16px;
    padding: 5px;
    text-align: center;
    display: table;
    margin: 0 auto;
}
#wp-calendar caption{
    font-size: 24px;
    padding: 25px 0;
    text-transform: uppercase;
    font-weight: bold;
}
a.calendar_navigation{
    top: -2px;
    position: relative;
}
a.calendar_navigation.prev{
    right: 15px;
}
a.calendar_navigation.next{
    left: 15px;
}
.tooltip .tooltiptext{
    /*display: none;*/
}
#main_slider p{
    display: none;
}
section.oborud{
    flex-wrap: wrap;
    margin-bottom: 50px;
    align-items: start;
}
section.oborud > ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
section.oborud > ul > li{
    flex-basis: 30%;
}
section.oborud h2{
    flex-basis: 100%;
    border-top: 10px #ff020f solid;
    display: table;
    padding-top: 25px;
}
section.oborud > span{
    flex-basis: 100%;
}
section.oborud ul{
    /*flex-basis: 30%;*/
    list-style: none;
    font-size: 16px;
    text-transform: uppercase;
}
section.oborud ul li{
    padding-bottom: 15px;
    align-items: start;
}
body .owl-theme .owl-dots .owl-dot.active span,
body .owl-theme .owl-dots .owl-dot:hover span {
    background: #ff020f;
}
#post-bottom-images{
    display: flex;
    flex-basis: 100%;
    justify-content: space-between;
}
#post-bottom-images > .post-image-item{
    flex-basis: 47%;
}
#post-bottom-images .post-image-item > img{
    display: table;
    margin: 0 auto;
}
.category.with_calendar .left-block{
    flex-basis: calc(100% - 400px);
}
.page-item.type_use p{
    font-size: 18px;
}
#properties-block a{
    background: #ff020f;
    color: white;
    padding: 5px 15px;
    font-size: 22px;

}
.page-item.kachestvo > div{
    display: flex;
    width: 100%;
    justify-content: space-around;
}
.page-item.kachestvo > div{
    flex-wrap: wrap;
}
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: max-content;
    color: #fff;
    text-align: left;
    padding: 2px 2px;
    border-radius: 2px;
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
    right: -35px;
}
.tooltiptext ul {
    margin: 1em;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}
.tooltip.wich-event {
    font-weight: bold;
    text-decoration: underline;
}
.tooltip.wich-event span.tooltiptext{
    background-color: #ff020f !important;
    text-align: center;
    border: 1px #d9d9d9 solid;
}
.tooltip.wich-event span.tooltiptext > ul{
    list-style-type: none;
    margin: 0;
    padding: 10px;
}
.tooltip.wich-event span.tooltiptext > ul a{
    color: white !important;
    font-weight: normal;
    text-decoration: underline;
}
#about_image {
    margin: 0 auto;
}
section.main_item_photo > div{
    display: table;
    margin: 0 auto;
}
div.content .page-item-attributes .prop_block{
    text-align: center;
}
div.content .page-item-attributes .properties-block{
    flex-basis: 20%;
}
div.content .page-item-attributes #type_use_block{
    flex-basis: 70%;
    font-size: 18px
}
div.content .page-item-attributes{
    align-items: start;
}
section.page-item.kachestvo .block_description{
    display: table;
    max-width: 800px;
}
section.page-item.kachestvo img{
    max-height: 536px;
}
#page_about h2.bottom-order{
    font-size: 30px;
    text-transform: uppercase;
    border-bottom: 10px #ff020f  solid;
    color: black;
}
button.scrolltop:before {
    content: "︿";
    position: relative;
    color: #ff020f;
    font-size: 2rem;
    vertical-align: middle;
    top: -1px;
}
.scrolltop {
    /*display: none;*/
    width: 60px;
    height: 50px;
    position: fixed;
    bottom: 40px;
    right: 50px;
    border: none;
    background: #fff;
    outline: 0;
    cursor: pointer;
    z-index: 500;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: -3px 1px 30px 1px rgb(0 0 0 / 30%);
    box-shadow: -3px 1px 30px 1px rgb(0 0 0 / 30%);
    outline: 0;
    opacity: .6;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}