@import "lib.css" screen;
@import "cards.css" screen;

.roll{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    z-index: 5;
    cursor: pointer;
}
.roll span{
    width: 100%;
    display: block;
}
.roll .open img, .roll .close img{
    width: 100%;
    height: 100%;
    display: block;
    transition: .4s;
}
.roll .open img:hover, .roll .close img:hover{
    transform: scale(.7);
}

body, html{
    height: 100%;
}
.wrapper{
    position: relative;
    overflow: hidden;
    display: flex;
    height: 100%;
    background: url(../images/fon.jpg) 0% 0%/100% 100% no-repeat;
    padding: 1% 3% 3%;
}
.menu{
    min-width: 100%;
    position: relative;
    left: 0%;
}
.content{
    min-width: 100%;
    position: relative;
    left: 0%;
    padding: 1%;
}

.inner-menu{
    width: 100%;
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
    padding: 2%;
    border-style: solid;
    border-width: 5px;
    border-color: #b8a47c;
    border-radius: 20px;
    background-image: url(../images/inner-fon.jpg);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 1px 1px 12px 0 #7300ff;
}
.text-block {
    margin-bottom: 1%;
    color: #edeff2;
    font-size: 24px;
    line-height: 1.2em;
    text-align: center;
}
.text-block-2 {
    font-family: 'Droid Serif', serif;
    color: #f9f5a8;
    font-size: 60px;
    line-height: 1.2em;
    font-weight: 700;
    text-align: center;
}
.image-2 {
    display: block;
    width: 100%;
    max-width: 300px;
    margin-right: auto;
    margin-bottom: 1%;
    margin-left: auto;
}
.btn-block{

}
.btn{
    display: block;
    width: 100%;
    margin-right: auto;
    margin-bottom: 2%;
    margin-left: auto;
    border-style: solid;
    border-width: 3px;
    border-color: #f9f5a8;
    border-radius: 50px;
    background-color: #e2a62b;
    background-image: url(../images/backgrounds.jpg);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    box-shadow: 1px 1px 8px 0 #7b00ff;
    color: #192024;
    font-size: 28px;
    line-height: 2em;
    text-align: center;
    text-transform: uppercase;
    padding: 9px 15px;
    cursor: pointer;
}
.btn:hover{
    box-shadow: 1px 1px 20px 10px #7b00ff;
}
.more-btn-block{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.more-btn-wrap{
    flex: 1;
    min-width: 100px;
    padding-left: 10px;
    padding-right: 10px;
}
.more-btn-item{
    font-size: 18px;
    width: 100%;
    border-style: solid;
    border-width: 2px;
    border-color: #f9f5a8;
    border-radius: 50px;
    background-color: #40009b;
    box-shadow: 1px 1px 3px 0 #000;
    line-height: 2em;
    text-align: center;
    text-transform: uppercase;
    padding: 9px 15px;
    display: block;
    color: white;
}
.logo_link{
    flex: 1;
    max-width: 102px;
    padding-left: 10px;
    padding-right: 10px;
}
[src="images/logo.png"]{
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
}
.image-4 {
    display: block;
    width: 100%;
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
}

/*inner-content*/
.inner-content{
    width: 100%;
    padding-top: 2%;
    margin-right: auto;
    margin-left: auto;
    padding: 2%;
    border-style: solid;
    border-width: 5px;
    border-color: #b8a47c;
    border-radius: 20px;
    background-image: url(../images/inner-fon.jpg);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 1px 1px 12px 0 #7300ff;
}
.text-block-2._555 {
    font-size: 50px;
}
.img1{
    display: block;
    width: 100%;
    max-width: 300px;
    margin-right: auto;
    margin-bottom: 1%;
    margin-left: auto;
}
.text-block-3 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #edeff2;
    text-align: center;
}
.video{
    width: 100%;
    max-width: 640px;
    margin-right: auto;
    margin-bottom: 3%;
    margin-left: auto;
    border-style: solid;
    border-width: 20px;
    border-color: #eed88c #c8b372;
    border-radius: 20px;
}
video {
    width: 100%;
    height: auto;
    max-height: 100%;
}
.video-btn-block, .taro-btn-block{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.video-btn-wrap, .taro-btn-wrap{
    flex: 1;
    min-width: 100px;
    padding-left: 10px;
    padding-right: 10px;
}
.video-btn, .taro-btn{
    font-size: 18px;
    width: 100%;
    margin-right: auto;
    margin-bottom: 2%;
    margin-left: auto;
    border-style: solid;
    border-width: 3px;
    border-color: #f9f5a8;
    border-radius: 50px;
    background-color: #e2a62b;
    background-image: url(../images/backgrounds.jpg);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    box-shadow: 1px 1px 8px 0 #7b00ff;
    color: #192024;
    line-height: 2em;
    text-align: center;
    text-transform: uppercase;
    padding: 9px 15px;
    display: block;
}
.video-btn, .taro-btn:not(.btn-disabled){
    cursor: pointer;
}
.video-btn:hover, .tar:hover{
    box-shadow: 1px 1px 20px 10px #7b00ff;
}

.taro-block{
    display: flex;
    justify-content: center;
}
.taro-item{
    flex: 1;
    /* padding-left: 10px; */
    /* padding-right: 10px; */
}
.rubashka, .karta{
    /* padding: 10px; */
    position: relative;
}
.rubashka-img, .karta-img{
    max-width: 100%;
}
.taro-btn-block{

}
[src="images/plus.png"]{
    position: absolute;
    top: 43%;
    right: 39%;
    width: 50px;
    height: 50px;
    cursor: pointer;
    transition: .3s;
}
[src="images/plus.png"]:hover{
    transform: scale(1.3);
}
.btn-disabled{
    opacity: .5;
    background-image: linear-gradient(to top, rgba(89,106,114, 0.6), rgba(0, 0, 0, 0.4)), url(../images/backgrounds.jpg);
    background-position: 50% 50%, 50% 50%;
    background-size: cover, cover;
    background-repeat: no-repeat, no-repeat;
    background-attachment: scroll, scroll;
}


.modalWindow{
    display: block;
    position: fixed;
    z-index: 5;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: rgba(0, 0, 0, .9);
}
.modalWindow-close{
    position: absolute;
    top: 1%;
    right: 1%;
    width: 30px;
    height: 30px;
    cursor: pointer;
    border-radius: 50%;
    transition: .4s;
    z-index: 4;
}
.modalWindow-close:hover{
    transform: scale(.7);
}
.modalWindow-inner{
    width: 100%;
    position: relative;
    margin: 20px auto 0;
    height: 95vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.y-right{
    position: absolute;
    top: 30%;
    right: 4%;
    width: 25px;
    z-index: 4;
}
.y-left{
    position: absolute;
    top: 30%;
    left: 4%;
    width: 25px;
    z-index: 4;
}
.y-right img, .y-left img{
    width: 100%;
    cursor: pointer;
    opacity: .6;
    transition: .3s;
}
.y-right img:hover, .y-left img:hover{
    opacity: 1;
}
.img_window{
    max-width: 82.3vw;
    max-height: 83vh;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
}
.btn_img_container{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    z-index: 3;
}
.btn_img{
    width: 8vh;
    min-width: 77px;
    padding: 2vh 1vh;
    cursor: pointer;
    transition: .2s;
    opacity: .5;
}
.btn_img:hover, .active_btn{
    transform: scale(1.1);
}
.active_btn{
    opacity: 1;
}

.img_front_slide{
    display: block;
    opacity: 1;
    left: 0%;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 3;
    top: 0;
    max-width: 100%;
}
.img_back_slide{
    display: block;
    opacity: 1;
    left: 0%;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 2;
    top: 0;
    max-width: 100%;
}

.slaider_window{
    min-width: 760px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    max-width: 32vw;
    display: flex;
    height: auto;
    z-index: 2;
}
/*@media(max-width: 1200px){
    .btn_img{width: 10vh;min-width: 90px;}
}
@media(max-width: 1001px){
    .slaider_window{min-width: 700px;}
    .slide_item {max-width: 300px;}
    .slider_block {justify-content: space-around;}
}
@media(max-width: 900px){
    .slaider_window{min-width: 550px;}
    .y-right img, .y-left img {opacity: 1;}
}
@media(max-width: 600px){
    .slaider_window{min-width: 450px;}
}
@media(max-width: 500px){
    .slaider_window{min-width: 98%;}
    .img_front_slide {max-width: 97%;}
}
@media(max-width: 365px){
    .modalWindow-inner {margin: 17px auto;}
    .btn_img_container {bottom: -60px;}
}*/




















.n{display: none;}
.s{max-width: 1200px;}
.f{max-width: 900px;}

@media(max-width: 450px){
    .btn {
        font-size: 16px;
    }
}












