﻿
/*body {*/
    /*width: 1536px;*/
    /*width: 1519px;
}*/

header {
    box-shadow: none;
}

#down {
    position: absolute;
    height: 20px;
    bottom: 1px;
    left: 50%;
    transform: translateX(-50%);
}



/*       СЛАЙДЕР*/
#mn_sldr {
    position: relative;
}

#mn_sldr > span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 1%;
    cursor: pointer;
    z-index: 2;
}

#cntr-slds {
    height: 663px;
    cursor: pointer;
}

#mn_sldr .sld {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    opacity: 0;
    box-shadow: inset rgba(0, 0, 0, 0.1) 0px -1px 30px 0px;
}

#mn_sldr .title {
    display: inline-flex;
    flex-direction: column;
    bottom: 40%;
    left: 8%;
    position: absolute;
    width: 35%;
    z-index: 2;
}

#mn_sldr .title b {
    text-align:left;
    font-size: 22pt;
    line-height: 39pt;
    margin-bottom: 5%;
}

#mn_sldr .title input {
padding: 0px 7px;
    background-color: white;
    border: 0;
    font-size: 12pt;
    line-height: 17pt;
    color: #555555a8;
    border-bottom: 1.5px solid;
    text-decoration: none;
    margin-left: 1vw;
    cursor: pointer;
    outline:0;
    outline-offset:0;
}


    #mn_sldr .title a {
        font-size: 11pt;
        color: white;
        padding: 5px 16px;
        /* border: 1.5px solid gray; */
        border-radius: 16px;
        text-decoration: none;
        margin-left: 40px;
        background-color: black;
        cursor:pointer;
    }




#mn_sldr .cont-pict {
    position: absolute;
    left: 45%;
    bottom: 15%;
    width: 49%;
    height: 75%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#mn_sldr .cont-cmpts {
    position: absolute;
    display: inline-flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    left: 121%;
    bottom: 13%;
    width: 35%;
    height: 80%;
    z-index: 2;
}

#mn_sldr .sld > b {
    position: absolute;
    bottom: 4.5%;
    right: 2%;
    font-size: 8.9pt;
    text-align: end;
}

#mn_sldr .cont-cmpts > b {
    font-size: 18px;
    line-height:36px;
    width: 75%;
}

#mn_sldr .cont-cmpts > a {
    display: flex;
    margin: 8px 0;
    cursor: pointer;
    text-decoration: none;
}

#mn_sldr .cont-cmpts > a:hover p:last-child{
    text-decoration: underline;
}

#mn_sldr .cont-cmpts > a > span:first-child{
height: 75px;
    width: 75px;
    border: 0.8px solid grey;
    border-radius: 50%;
    padding: 13px;
    overflow: hidden;
    text-align: center;
}


#mn_sldr .cont-cmpts > a > span:last-child{
margin-left: 20px;
    width: 230px;
    top: 15px;
    position: relative;
}

#mn_sldr .cont-cmpts img {
    height: inherit;
}

#mn_sldr .cont-cmpts p {
    display: block;
    font-size: 9.5pt;
    color: black;
    margin:0;
}

#mn_sldr .cont-cmpts p:last-child {
    font-size: 8.8pt;
    color: gray;
    display: inline-block;
    margin-top: 5px;
}

#mn_sldr .cont-cmpts p:first-child {
    font-size: 10pt;
    text-transform: uppercase;
    margin-bottom: 2px;
}



#mn_sldr .cont-pict img {
    height: 100%;
    display: block;
    margin: auto;
}


#pnl-mn_sldr {
    position: absolute;
    display: flex;
    width: 39%;
    left: 50.88%;
    transform: translateX(-50%);
    bottom: 4.25%;
    align-items: flex-end;
}

#pnl-mn_sldr > div {
    width: 25%;
    margin: 0 6px;
    padding: 12px 0 5px 0;
    cursor: pointer;
}

#pnl-mn_sldr Und_ln {
    display:flex;
    background-color: rgba(0,0,0, 0.35);
}


#pnl-mn_sldr img {
    position: relative;
    height: 15px;
    margin-left: 2px;
    padding: 5px;
    cursor: pointer;
}

#pnl-mn_sldr Und_ln runner{
   height: 2px;
    background-color: black;
}



/*       Всплыващее окно слайдера*/

#mn_sldr_pop_up {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9;
}

#mn_sldr_pop_up > div {
    position: relative;
    flex-direction: column;
    width: 1200px;
    z-index: 9;
    display: flex;
    padding: 40px;
    background-color: white;
    border: 1px solid;
    border-radius: 5px;
}


#mn_sldr_pop_up > div > text {
    padding: 5px 0;
    background-color: #50585f;
    color: white;
    text-align: center;
}

#mn_sldr_pop_up > div > div {
    display: flex;
    margin-top: 20px;
}

#mn_sldr_pop_up > div > img {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 18px;
    cursor: pointer;
}

#bl_text {
    display: flex;
    flex-direction: column;
    margin: 0 2%;
}

#bl_text > b {
display: block;
    text-align: justify;
    text-transform: uppercase;
    font-size: 10pt;
    text-indent: 34px;
}

#bl_text > b:last-of-type {
    text-align: center;
    padding:12px 0 8px;
}

#bl_text > text {
    margin-top: 5px;
    display: block;
    text-align: justify;
    text-indent: 34px;
}

#bl_text > #cmpnts {
    height: 364px;
    overflow-y: auto;
    margin: 0 35px;
    outline: 1px solid lightgray;
    padding: 0 15px;
}

#bl_text > #cmpnts > a {
display: flex;
    text-decoration: none;
    padding: 5px 0;
    border-bottom: 1px solid #d3d3d385;
}

#bl_text > #cmpnts > a span:last-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#bl_text > #cmpnts > a img {
     width:80px;
         margin-right: 15px;
}

#bl_text > #cmpnts > a p{
     display:block;
     color:gray;
     font-size:11pt;
     margin:0;
}

#bl_text > #cmpnts > a p:first-child {
     color:black;
     text-transform:uppercase;
     font-size:9pt;
}







/*       МЕНЮ С КНОПКАМИ*/

#blck-mn_wth_btns {
    justify-content: center;
    padding: 8px 0 23px 0;
    box-sizing: border-box;
    display: grid;
    grid-template-areas: 'ttl ttl ttl ttl ttl' 'btn_1 . btn_2 . btn_3' '. . . . .' 'btn_4 . btn_5 . btn_6';
    grid-template-columns: 370px 23px 370px 23px 370px;
    grid-template-rows: 61.5px 290px 23px 290px;
}


#blck-mn_wth_btns > b {
    font-size: 20pt;
    text-align: center;
    padding-top: 15px;
}

.btn-mn_wth_btns {
    position: relative;
    box-sizing: border-box;
    color: black !important;
    text-decoration: none !important;
    border-radius: 23px;
/*    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;*/
    border: 1px solid rgba(61,61,61, 0.2);
    overflow: hidden;
}

    .btn-mn_wth_btns > span:first-child {
        height: 88%;
        display: block;
        background-position: center;
        background-size: auto 85%;
        background-repeat: no-repeat;
/*        -webkit-transition-duration: 0.5s;
        -o-transition-duration: 0.5s;
        -moz-transition-duration: 0.5s;
        transition-duration: 0.5s;*/
    }

/*    .btn-mn_wth_btns > span:last-child {
        position: absolute;
        width: 100%;
        top: calc(100%-45px);
        top: -webkit-calc(100% - 45px);
        top: -moz-calc(100% - 45px);
        top: -ms-calc(100% - 45px);
        top: -o-calc(100% - 45px);
        -webkit-transition-duration: 0.5s;
        -o-transition-duration: 0.5s;
        -moz-transition-duration: 0.5s;
        transition-duration: 0.5s;
    }*/

/*.btn-mn_wth_btns > span:last-child text{
    display: block;
    margin: 0 23px;
    text-align: justify;
}*/


/*.btn-mn_wth_btns:hover {
    box-shadow:0 7px 12px rgba(0,0,0,0.3);
}*/
/*
.btn-mn_wth_btns:hover > span:first-child {
    opacity:0.05;
}

.btn-mn_wth_btns:hover > span:last-child{
    top:2%;
}*/


.btn-mn_wth_btns img {
    width: 100%;
}

.btn-mn_wth_btns b{
    display: block;
    text-align: center;
    /* line-height: 20px; */
    font-size: 18px;
}



/*Блок CAC*/

#cac {
    height: 722px;
    display: flex;
    flex-direction: column;
}

#cac > b{
    display: block;
    text-align: center;
    font-size: 20pt;
    padding: 15px 0;
}

#cac > text{
    padding: 0 70px 20px;
    font-size: 15pt;
    line-height: 25pt;
}

#cac > div{
    flex-grow: 1;
    display: flex;
    justify-content: center;
    padding-top: 10px;
}

#cac > div > span {
    width: 44%;
    height: 94%;
    border: 1px solid lightgray;
    margin: 0 25px;
    border-radius: 17px;
    display: flex;
    flex-direction: column;
    background-color: #f2f2f2b3;
}

#cac > div > span b{
    font-size: 18pt;
}

#cac > div > span > span:first-child img{
    height: 26pt;
    padding-left: 20px;
}

#cac > div > span > span:first-child{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding-top: 15px;
}

#cac > div > span > span:last-child{
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
    padding: 25px;
}

#cac > div span .img{
    width: 50%;
    height: 50%;
    background-position: center;
    background-size: cover;
    outline: 3px solid white;
    box-sizing: border-box;
}
