@charset "UTF-8";

.kuponBON {
    padding-left: 0px;
    }

.buttonW {
    max-width: 30%;
    min-width: 130px;
    padding: 5px 5px 5px 5px;
    font-size: 12px;
    box-sizing: border-box;
    background: #0088cc;
    border-radius: 25px;
    text-align: center;
    font-weight: 700;
    color: white;
    outline: none;
    line-height: 25px;
    }
    
.buttonW1 {
    max-width: 30%;
    min-width: 130px;
    padding: 5px 5px 5px 5px;
    font-size: 12px;
    box-sizing: border-box;
    background: #00cc00;
    border-radius: 25px;
    text-align: center;
    font-weight: 700;
    color: white;
    outline: none;
    line-height: 25px;
    }

.quiz111 {
    position: fixed;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,150%);
    z-index: 10;
    background-color: #206EB3;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    width: 5rem;
    height: 3rem;
    border-radius: 5px 0 0 5px;
    text-decoration: none;
}

.quiz112 {
    text-align: center;
    font-size: 18px;
    color: white;
    font-weight: bold;
}


.harki { 
    
    text-align: left; 
    line-height: 25px; 
} 

.harki td {
    padding: 5px 10px 5px 10px;
    border: 1px;
    border-style: solid;
    border-color: #999999;
}

.harki2 {
    font-size: 12px;
    margin-bottom: 20px;
    min-width: 400px;
    
}

.harki2 td {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px #c9c9c9 dashed;
    padding-right: 20px;
}

.harki3 summary {
    outline: none; 
    padding-bottom: 7px;
    width: 600px; 
    text-align: left;
}

.harki4 summary {
    border: 2px solid #206EB3;
    max-width: 40%;
    display: block;
    padding: 10px 24px 10px 24px;
    font-size: 15px;
    box-sizing: border-box;
    background: none;
    border: 3px solid #206EB3;
    border-radius: 25px;
    font-weight: 700;
    text-decoration: none;
    color: #206EB3;
    outline: none;
    transition: all 0.3s ease;
    text-align: center;
    margin:0 auto;
}

.harki3d td {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px #c9c9c9 dashed;
    padding-right: 20px;
    width: 120px;

}
.page_subtitle {
    color: #666699;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
}

.city
{
    color: #BB0000;
    font-weight: 600;
    font-size: 18pt;
    padding-top: 15px;
}
.dealer
{
    padding: 20px;
    margin: 5px;
    border: dotted 1px;
    border-color: #dddddd;
    display: inline-block;
    width: 425px;
    vertical-align: top;
}
.dlname
{
    font-size: 14pt;
    font-weight: 500;
}
.dlsub
{
    font-size: 12pt;
    font-weight: 700;
}
.butonD 
{
    color: #206EB3 !important;
    border: 2px solid #206EB3;
    border-radius: 25px;
    padding: 5px 7px;
    font-size: 15px;
    font-weight: 700;
    transition: all 0.3s ease;
    line-height: 3;
    text-decoration: none !important;
}
.butonD:hover {
    color: #000000 !important;
    background: #206EB3;
}

.page_subtitle {
    color: #666699;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
}
.cols2 {
    padding: 0 20px;
    display: inline-block;
    vertical-align: top;
    width: 48%;
    padding-bottom: 25px;
    font-size: 14px;
}
.mob_ban {
    padding-top: 80px;
}
.butonO {
    color: #DBC031 !important;
    border: 3px solid #DBC031;
    border-radius: 25px; padding: 10px 26px;
    font-size: 20px;
    font-weight: 700;
    transition: all 0.3s ease;
}
.butonO:hover {
    color: #000000 !important;
    background: #DBC031;
}
.roundpic {
    display: inline-block; 
    border-radius: 20px;
    margin: 20px 0 20px;
    position: relative;
    overflow: hidden;
    padding: 0 20px 0 20px;
}
.robot
{
    opacity: 0.3;
}

.borders_table, .borders_table td {
    border-collapse: separate;
}


/* Контейнер для кнопки, чтобы не прыгал контент, когда она сменит позиционирование */
.css-modal-details {
    height: 60px;
    display:flex;
    align-items:center;
    justify-content:center;
}
 
/* Кнопка для открытия */
.css-modal-details summary {
    margin: 10px;
    text-decoration: none;
    position: relative;
    font-size: 20px;
    padding: 5px 5px;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
    background: #306BC9;
    cursor: pointer;
    border: 0.2px solid #BFE2FF;
    overflow: hidden;
    z-index: 1;    
}
.css-modal-details summary:hover,
.css-modal-details summary:active,
.css-modal-details summary:focus {
    color: #FFF;
}
.css-modal-details summary:before {
    content: '';
    position: absolute;
    top: 0;
    right: -50px;
    bottom: 0;
    left: 0;
    border-right: 50px solid transparent;
    border-top: 50px solid #2D6B9F;
    transition: transform 0.5s;
    transform: translateX(-100%);
    z-index: -1;
}
.css-modal-details summary:hover:before,
.css-modal-details summary:active:before,
.css-modal-details summary:focus:before {
    transform: translateX(0);
}
 
/* Кнопка при открытом окне переходит на весь экран */
.css-modal-details details[open] summary {
    cursor: default;
    opacity: 0;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
}
 
/* Контейнер, который затемняет страницу */
.css-modal-details details .cmc {
    display:flex;
    align-items:center;
    justify-content:center;    
}
.css-modal-details details[open] .cmc {
    pointer-events: none;
    z-index: 4;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    animation: bg 0.5s ease;
    background: rgba(51, 122, 183, 0.7);
}
 
/* Модальное окно */
.css-modal-details details .cmt {
    font-family: Verdana, sans-serif;  
    font-size: 16px;
    padding: 20px;
    width:80%;
    max-width: 600px;
    max-height: 70%;
    transition: 0.5s;
    border: 6px solid #BFE2FF;
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2), 0 16px 20px rgba(0,0,0,0.2);
    text-align: center;
    overflow: auto;
}
.css-modal-details details[open] .cmt {
    animation: scale 0.5s ease;
    z-index: 4;
    pointer-events: auto;
}
 
/* Декоративная кнопка с крестиком */
.css-modal-details details[open] .cmc:after {
    content: "";
    width: 50px;
    height: 50px;
    border: 6px solid #BFE2FF;
    border-radius: 12px;
    position: absolute;
    z-index: 10;
    top: 20px;
    right: 20px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2), 0 16px 20px rgba(0,0,0,0.2);
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23337AB7' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3e%3cline x1='18' y1='6' x2='6' y2='18'%3e%3c/line%3e%3cline x1='6' y1='6' x2='18' y2='18'%3e%3c/line%3e%3c/svg%3e");
    background-color: #FFF;
    background-size: cover;
    animation: move 0.5s ease;
}

.mobil_him {
    width: 1100px;
}



@media screen and (max-width: 991px){

.harki2 {
    min-width: auto;
    width: 100%;
}
.harki3 summary {
    width: 100%; 
}


.page__title {
    font-size: 36px;
}
.mob_ban {
    padding-top: 30px;
}

.mobil_him {
    width: 1200px;
    }

@media screen and (max-width: 768px){
.kuponBON {
    padding-left: 10px;
    }

@media screen and (max-width: 500px){
    
.foto-mob3 img {
    width: 65%;
    height: 65%;
}


