/*Обнуление*/
*,*:before,*:after {
    padding: 0;
    margin: 0;
    border: 0;
    box-sizing: border-box;
    outline:0;
 }
 html,body{
             
    /*height: 100%;*/ 
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color:#636363;
    
 }
.elka {display: none;}
h1 {
    font-size: calc(24px + 16 * ((100vw - 320px) / (1280 - 320)));
    text-transform: uppercase; 
    font-weight: 800; 
    margin: 0 10px 20px 10px;
}
h2 { 
    font-size:22px; line-height:24px; 
    text-transform: uppercase; 
    font-weight: 700; 
}
h3 { 
    font-size:20px; line-height:22px; 
    text-transform: uppercase; 
    font-weight: 700; 
}
h4 {
     font-size:18px; line-height:20px; 
    text-transform: uppercase; 
    font-weight: 800; 
}
a { 
    color:#8b0000; 
    text-decoration: underline; 
    cursor:pointer; }
a:hover { 
    color:#666; 
    text-decoration: none; }

.header { 
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 50;
}
.header:before { 
    content: '';
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    background:url(images/header_ordinary.gif);
    /*background:url(images/header_new.gif);*/
    z-index: 7;
}
.header_body {
    position: relative;
    display: flex;
    justify-content: space-between;
    height: 64px;
    align-items: center;
}
.header_logo {
    display: flex;
    flex: 0 0 270px;
    /*border-radius: 50%;*/    
    overflow: hidden;
    position: relative;
    z-index: 8;        
}
.one img {
    border-radius: 50%;
    max-width: 100%;
    display: block;
}
.two img {
    max-width: 100%;
    display: block;    
}

/*.sneg {
    position: absolute;
    top: 4px;
    left: 250px;
    z-index: 10;
    
}
.snegovik {
    position: absolute;
    top: 6px;
    right: 780px;;
    z-index: 100;
    
}*/

.header_burger {
    display: none;
}
.header_list {
    display: flex;
    position: relative;
    z-index: 7;
    font-weight: bold;
    
}
.header_list li {    
    list-style: none;
    margin: 0 0 0 15px;
    display: flex;
    height: 62px;
    border-radius: 10%;
    align-items: center;
    cursor: pointer;
    line-height:62px;
    overflow: hidden;    
}
.header_link {    
    color: rgb(255, 255, 255);
    /*text-transform: uppercase;*/
    font-size: 20px;
    text-decoration: none;    
    display: block;
}
#activ, #activ_no { 
    background:rgba(255, 255, 255, 0.6);
    color:#8b0000;    
    display: block;
}
#activ:hover {
    background:rgb(255, 255, 255, 0.3);
    color:#ffffff;        
    transition: all 1000ms ease;
}

.header_link:hover {
    background:rgb(255, 255, 255);
    color:#8b0000;        
    opacity: 0.6;
    transition: all 1000ms ease;    
}


.sub_nawigation { 
    display: none; 
    position: absolute;  
    top: 60px; 
    left: 200px;
}
.sub_nawigation li { 
    display: block; 
    width: 200px; 
    background:rgba(139, 0, 0, 0.8); 
    border-radius: 15px; 
    text-align: center;
}

.header_list li:hover .sub_nawigation {
     display: block; 
    }


.tel-smail {   
    position: relative;
    top: 8px;
}
.tel-link {
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-size: 20px;
    text-decoration: none;    
    transition: all 800ms ease;
}
.tel-link:hover {    
    text-decoration: underline;
    
}
.container {    
    max-width: 1460px;
    margin: 0px auto;
    padding: 0px 10px;
    
}

.content {
    display: flex;
    justify-content: space-between;
    padding: 40px 0 30px 0;
    position: relative;       
    overflow: hidden;  
    flex-direction: column;
    box-shadow: 0 0 10px 3px rgba(219, 219, 219, 0.9);  
}

.stage {
    
    width: 100%;
    margin: 20px auto;
    position: relative;    
    overflow: hidden;
    
}

.navigation {
    
    width: 100%;
    margin: 20px auto;
    position: relative;    
    overflow: hidden;    
}

.carousel {
    overflow: hidden;
    position: relative;
    z-index: 5;
}

.carousel ul {
    width: 10000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.carousel li {
    float: left;
    width: 100px;
}

.carousel-stage {
    width: 100%;
    height: 100%;
    border: 10px solid #fff;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-shadow: 0 0 2px #999;
       -moz-box-shadow: 0 0 2px #999;
            box-shadow: 0 0 2px #999;
}

.carousel-navigation {
    height: 100%;
    width: 100%;   
    background: #fff;
    border: 10px solid #fff;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-shadow: 0 0 2px #999;
       -moz-box-shadow: 0 0 2px #999;
            box-shadow: 0 0 2px #999;
            
}

.carousel-navigation li {
    cursor: pointer;
    margin: 0 auto;
}

.carousel-navigation li img {
    display: block;
    border: 5px solid #fff;
    margin: 0 auto;
}

.carousel-navigation li.active img {
    border-color: #ccc;
}

.prev-stage,
.next-stage {
    display: block;
    position: absolute;
    top: 0;
    width: 100px;
    height: 100%;
    color: #fff;
}

.prev-stage {
    left: 0;
}

.next-stage {
    right: 0;
}

.prev-stage.inactive,
.next-stage.inactive {
    display: none;
}

.prev-stage span,
.next-stage span {
    display: none;
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #4E443C;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
    -webkit-border-radius: 30px;
       -moz-border-radius: 30px;
            border-radius: 30px;
    -webkit-box-shadow: 0 0 2px #999;
       -moz-box-shadow: 0 0 2px #999;
            box-shadow: 0 0 2px #999;
}

.prev-stage span {
    left: 20px;
}

.next-stage span {
    right: 20px;
}

.prev-stage:hover span,
.next-stage:hover span {
    display: block;
}

.prev-navigation,
.next-navigation {
    display: block;
    position: absolute;
    top: 25%;
    width: 80px;
    height: 100%;
    color: #fff;
}

.prev-navigation {
    left: 0px;
    
}

.next-navigation {
    right: 0;
    
}

.prev-navigation.inactive,
.next-navigation.inactive {
    display: none;
}
.prev-navigation span,
.next-navigation span {
    display: none;
    position: absolute;
    top: 20%;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #4E443C;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
    -webkit-border-radius: 30px;
       -moz-border-radius: 30px;
            border-radius: 30px;
    -webkit-box-shadow: 0 0 2px #999;
       -moz-box-shadow: 0 0 2px #999;
            box-shadow: 0 0 2px #999;
}

.prev-navigation span {
    left: 20px;
}

.next-navigation span {
    right: 20px;
}

.prev-navigation:hover span,
.next-navigation:hover span {
    display: block;
}


.jcarousel-pagination {
    position: absolute;
    bottom: 10px;
    right: 30px;
    z-index: 6;
  }
  
  .jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;
    
    font-size: 11px;
    line-height: 14px;
    min-width: 20px;
    
    background: rgb(245, 245, 245);
    color: rgb(245, 245, 245);
    border-radius: 3px;
    padding: 3px;
    text-align: center;
    
    margin-right: 4px;
    
    opacity: .55;
  }
  
  .jcarousel-pagination a.active {
    background: #8b0000;
    color: #8b0000;
    opacity: 0.7;
  }
  .carousel img {
    display: block;
    max-width: 100%;
    height: auto !important;
  }

.content-main {
    display: flex;    
}

.content_img {   
    flex-direction: column;
    flex: 0 0 16%;
    padding: 0 0px 0 10px;
   
}
/*#gir {
    
    background-image:url('images/gir.png');
    height: 62px;
    width: 100%;
    overflow: hidden;
    z-index: 100;
    pointer-events: none
}  
.gir_1 {
    background-position: 0 0
}  
.gir_2 {
    background-position: 0 -62px
}  
.gir_3 {
    background-position: 0 -124px
}
.elka_to{
    display: block;    
    max-width: 100%; 

}
.elka_top{
position: relative;
top: -30px;
left: 10px;
    z-index: 0;
    margin: auto; 
}*/

.img_one img {
    display: block;    
    max-width: 100%;    
}


.look-calendar { 
    max-width: 100%;
    border:1px solid #c0c0c0;     
    margin: 10px auto;
}
#calendar { 
    width: 100%;
    line-height: 1.2em; 
    font-size: 15px; 
    text-align: center; 
    border-spacing:0px;
}
#calendar tr.dn td { 
    font-size: 15px;
}
#calendar thead tr:last-child { 
    font-size: small; 
    color: #555555;
}
#calendar thead tr:nth-child(1) td:nth-child(2) { 
    color: #323232;
}
#calendar thead tr:nth-child(1) td:nth-child(1):hover, #calendar thead tr:nth-child(1) td:nth-child(3):hover { 
    cursor: pointer;
}
#calendar tbody td { 
    color: #2c567a;
}
#calendar tbody td:nth-child(n+6), #calendar .holiday { 
    color: #e78c5c;
}
#calendar tbody td.today { 
    background: #8b0000; 
    color: #fff;
}

.img_two {position: relative; z-index: 6;}
.img_two a img {
    display: block;    
    max-width: 100%;    
}
.img_two a {
    display: block;    
    max-width: 100%;
    
}

.img_two a:hover{ 
    border: 3px solid rgb(236, 236, 236); 
    border-radius: 5px;
    transition: all 500ms linear;
    
    
}
.img-two a:hover{ 
    border: 2px solid #666; 
    border-radius: 5px;}

.content_text {    
    flex-direction: column;
    /*flex: 0 0 83%;*/
    justify-content: flex-end;   
}
.text_text {
    flex-direction: column;
    padding: 0 10px 20px 10px;
}
.text_text {margin-bottom: 10px; }
.text_text p, .text_text_ul li { font-size: 24px; line-height:30px; text-indent: 20px; margin: 10px 0; }
.text_text h3, .text_text h2 { margin: 0px 0 30px 0px;}
.text_text_ul li, .price li {margin: 5px 0 0px 40px; cursor:pointer;}


.text_text p:hover { background: rgba(187, 187, 187, 0.2); color: rgb(0, 0, 0); border-radius: 10px; transition: all 1500ms ease; cursor: default;
}
.text_text_ul li:hover { background: rgba(187, 187, 187, 0.2); color: rgb(0, 0, 0); border-radius: 10px; transition: all 1500ms ease; cursor: default;
}
.price li:hover { background: rgba(187, 187, 187, 0.2); color: rgb(0, 0, 0); border-radius: 10px; transition: all 1500ms ease; cursor: default;
}
.text_text h3:hover { background: rgba(187, 187, 187, 0.2); color: rgb(0, 0, 0); border-radius: 10px; transition: all 1500ms ease; cursor: default;
}
.text_text h2:hover { background: rgba(187, 187, 187, 0.2); color: rgb(0, 0, 0); border-radius: 10px; transition: all 1500ms ease; cursor: default;
}
.side_l {position: relative; z-index: 6; display: block; float: left; margin: 0px 10px 10px 0;}
.photo img {display: block; max-width: 100%;}
.side_r {position: relative; z-index: 6; display: block; float: right; margin: 10px 0 10px 10px;}

.table-tab {
    border-radius: 5px;
    font-weight: normal;
    border: 2px double gray;
    /*border-collapse: collapse;*/
    width: 100%;
    max-width: 100%;
    margin: 20px auto;
}
.table-tab th, .table-tab td {
    padding: 10px 20px;
    font-size: 18px;
    line-height:22px;
    /*border: none;*/      
    border: 1px solid gray;
    vertical-align: top;
}
.table-tab th {     
    font-weight: bold;
    border: 1px solid gray;    
    text-transform: uppercase;    
    text-align: center;    
}
.table-tab tr:nth-child(even) {
    background: rgba(245, 245, 245, 0.6);
}
.table-tab td span {    
    display: none;
    font-size: 11px;
    font-weight: bold;        
    text-transform: uppercase;        
    padding: 5px 10px;
    position: absolute;
    top: 0;
    left: 0;    
}
.under_const { display: block; margin: 10px auto;}
.under_const img { display: block; max-width: 100%;} 

.upbtn { opacity: 0.5; z-index: 100; width: 60px; height: 60px; position: fixed; bottom: -80px; right: 20px; cursor: pointer; border:3px solid #BFE2FF; border-radius: 50%; transition: all .7s ease-in-out; background-position: center center; background-repeat: no-repeat; background-color: #ffb0b0; background-image: url(images/scrol.png);}
.upbtn:hover { opacity: 1; background-color: #8b0000;}
.banner-container { z-index: 6; overflow: hidden; position: relative; margin: 30px 0;}
.ul-width { padding: 0; display: flex; width: calc(100% + 60px); margin-left: -30px;}
.ul-width li { clip-path: polygon(60px 0%, 100% 0%, calc(100% - 60px) 100%, 0% 100%); position: relative; margin: 0 -29px; width: calc(100% / 5 + 70px); transition: width 0.5s ease-in;}
.ul-width li a { display: block; background: #000;}
.ul-width li a img { max-width: none;height: 200px; width: 100%; object-fit: cover; opacity: 0.6; transition: opacity 0.7s ease-in;}
.ul-width li:hover { width: 100%;}    
.ul-width li:hover a img { opacity: 1;}

.tel_mail{position: relative; z-index: 6;}

.footer_body { 
    width: 100%;   
    background:#ebebeb;
    font-size: 18px    
}

.footer_content {    
    display: flex;
    justify-content: space-between;
    height: 51px;
    align-items: center;
    color:#7b7b7b;    
    padding: 0 10px;    
}
.footer_content a {
    color:#7b7b7b;
    text-decoration: none;
}
.footer_content a:hover {
    color:#000000;    
}
.left {
    display: flex;
    z-index: 6;
}
.right {
    display: flex;
    z-index: 6;
}
@media (max-width: 1300px){
    .footer_content {
        font-size: 16px;
    }
    .snegovik {
        
        display: none;    
    }  
    /*.header_logo {
        display: flex;
        flex: 0 0 300px;
        /*border-radius: 50%;*/    
       /* overflow: hidden;
        position: relative;
        z-index: 8;        
    }*/
}
@media (max-width: 1199px){  
    .header_link {        
        font-size: 16px;
    }
    .footer_content {
        font-size: 14px;
    }  
    
        
}
@media (max-width: 991px){    
/*.header_list li:nth-child(6) {    
        display: none;
    }*/

    /*.snegovik {
        display: block;
        position: absolute;
        top: 6px;
        right: 45px;;
        z-index: 100;
    }*/
    .header_list li {
        margin: 0 0 0 8px;
    }
    .left {
        display: none;
    }
    .right {
        font-size: 14px;
    }
    .elka_top{
        position: relative;
        top: -30px;
        left: 0px;
            z-index: 0;
            margin: auto; 
        }
        .header_burger {
            display: block;
            position: relative;
            width: 30px;
            height: 20px;
            position: relative;
            z-index: 7;
        }
        .header_burger span{
            position: absolute;
            background-color: #fff;
            position: absolute;
            left: 0;
            width: 100%;
            height: 2px;
            top: 9px;
            transition: all 0.3s ease 0s;
        }
        .header_burger:before,
        .header_burger:after{
            content:"";
            background-color: #fff;
            position: absolute;
            width: 100%;
            height: 2px;
            left: 0;
            transition: all 0.3s ease 0s;        
        }
        .header_burger:before{
            top: 0;        
        }
        .header_burger:after{
            bottom: 0;
        }
        .header_burger.activno span{
            transform: scale(0);
        }
        .header_burger.activno:before{
            transform: rotate(45deg);
            top: 9px;       
        }
        .header_burger.activno:after{
            transform: rotate(-45deg);
            bottom: 9px;
        }
    
        .header_menu {
            position: fixed;
            top: -100%;
            left: 0;        
            width: 100%;
            height: 100%;
            background:url(images/header_ordinary_slim.gif) repeat-y, url(images/header_ordinary_slim.gif) repeat-y 100% 0 rgba(172, 3, 3, 0.8);
            padding: 50px 20px 20px 20px;
            transition: all 0.7s ease 0s;
            overflow: auto;
        }
        .header_menu.activno {
            top: 0;
        }
        .header_list {
            display: block;
            position: static;       
        }
        .header_list li{
            display: block;
            margin: 20px 0px 10px 0px;       
            text-align: center;
            height: 100%;
            border-radius: 10%;
        }
        
        
       #activ, #activ_no { 
            background:rgba(255, 255, 255, 0.6);
            color:#8b0000;    
            transition: all 800ms ease;
            display: block;
            border-radius: 30px;
        }
        .header_link {
            font-size: 20px;
            display: block;
            margin: 0 auto;              
        }
        .header_link:hover {
            background:rgba(255, 255, 255, 0.6);
            color:#8b0000;    
            transition: all 800ms ease;
            display: block;
            border-radius: 30px;           
        }
        .sub_nawigation { display: block; position: relative; top: 0px; left: 0px; }

        .sub_nawigation li { display: block; width: 100%; background:none; border-radius: 15px; text-align: center;}
        
}
@media (max-width: 767px){
    /*.elka_top{
        position: relative;
        top: -30px;
        left: 0px;
            z-index: 0;
            margin: auto; 
        }*/

    body.lock {
        overflow: hidden;
    }
    .content-main {
        flex-direction: column-reverse;       
    }

    .img_one, .look-calendar {
        display: none;
    }
    .content_img {
        align-self: center;
    }
    /*.header_burger {
        display: block;
        position: relative;
        width: 30px;
        height: 20px;
        position: relative;
        z-index: 7;
    }
    .header_burger span{
        position: absolute;
        background-color: #fff;
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        top: 9px;
        transition: all 0.3s ease 0s;
    }
    .header_burger:before,
    .header_burger:after{
        content:"";
        background-color: #fff;
        position: absolute;
        width: 100%;
        height: 2px;
        left: 0;
        transition: all 0.3s ease 0s;        
    }
    .header_burger:before{
        top: 0;        
    }
    .header_burger:after{
        bottom: 0;
    }
    .header_burger.activno span{
        transform: scale(0);
    }
    .header_burger.activno:before{
        transform: rotate(45deg);
        top: 9px;       
    }
    .header_burger.activno:after{
        transform: rotate(-45deg);
        bottom: 9px;
    }

    .header_menu {
        position: fixed;
        top: -100%;
        left: 0;        
        width: 100%;
        height: 100%;
        background:url(images/header_ordinary_slim.gif) repeat-y, url(images/header_ordinary_slim.gif) repeat-y 100% 0 rgba(172, 3, 3, 0.8);
        padding: 50px 20px 20px 20px;
        transition: all 0.7s ease 0s;
        overflow: auto;
    }
    .header_menu.activno {
        top: 0;
    }
    .header_list {
        display: block;
        position: static;       
    }
    .header_list li{
        display: block;
        margin: 20px 0px 10px 0px;       
        text-align: center;
        height: 100%;
        border-radius: 0%;
    }
    
    
   #activ, #activ_no { 
        background:rgba(255, 255, 255, 0.6);
        color:#8b0000;    
        transition: all 800ms ease;
        display: block;
        border-radius: 30px;
    }
    .header_link {
        font-size: 20px;
        display: block;
        margin: 0 auto;              
    }
    .header_link:hover {
        background:rgba(255, 255, 255, 0.6);
        color:#8b0000;    
        transition: all 800ms ease;
        display: block;
        border-radius: 30px;           
    }
    .sub_nawigation { display: block; position: relative; top: 0px; left: 0px; }

    .sub_nawigation li { display: block; width: 100%; background:none; border-radius: 15px; text-align: center;}
    */
    .content {
        padding: 40px 0 0 0;
    }
    .table-tab thead {
        display: none;
    }
    .table-tab tr {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin-bottom: 30px;
    }
    .table-tab td {
        margin: 0 -1px -1px 0;
        padding-top: 35px;
        position: relative;
        width: 50%;
    }
    .table-tab td span {
        display: block;
    }
}
@media(max-width: 500px) {
.snegovik {
        
    display: none;    
}
}
@media(max-width: 479px) {
    .table-tab td {
        width: 100%;
    }
}
@media(max-width: 350px) {
    .sneg {
        display: none;
    }
}

@media (max-width: 320px) {
    .header_logo {        
        flex: 0 0 225px;
    }
    .right {
        font-size: 12px;
    }
}
