/*Обнуление*/
*{padding:0;margin:0;border:0;}
*,*:before,*:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
:focus,:active{outline:none;}
a:focus,a:active{outline:none;}
nav,footer,header,aside{display:block;}
html,body{height:100%;width:100%;font-size:100%;line-height:1;font-size:14px;-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%;}
input,button,textarea{font-family:inherit;}
input::-ms-clear{display:none;}
button{cursor:pointer;}
button::-moz-focus-inner{padding:0;border:0;}
a,a:visited{text-decoration:none;}
a:hover{text-decoration:none;}
ul li{list-style:none;}
img{vertical-align:top;}
h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit;}
/*--------------------*/

.wrapper
{
    display: flex;
    min-height: 100%;
    flex-direction: column;
}
.main
{
    flex: 1 1 auto;
}

.container
{
    width: 90%;
    margin: 0 auto;
    max-width: 1980px;
    margin: 0 auto;
}
 .cardu
{
    margin-top: 9%;
}
.cardu__body
{
display: flex;
flex-direction: column;
}
.cardu__header
{
    display: flex;
    justify-content: center;

}
.cardu__header > p
{
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    padding: 5px 0px;
}

.cardu__content
{
    display: flex;
    margin-top: 15px;

}
.cardu__left
{
flex: 0 0 35%;
    display: flex;
    align-items: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cardu__mask
{
    display: flex;
    justify-content: center;
    align-items: center;
}
.cardu__mask > img
{
    width: 64%;
}

.cardu__right
{
  display: flex;  
  flex: 1 1 65%;
  flex-direction: column;
  /* border-left: 3px solid rgb(214, 214, 214);
  padding-left: 3px;; */
}

.cardu__name
{
    display: flex;
    justify-content: center;
    margin: 15px 0px;

}
.cardu__name > h1
{
    /* font-size: 30px; */
     font-size: calc(45px + (9 + 9 * 0.7) * ((100vw - 900px) / 1280));
    font-weight: bold;
    text-align: center;
    padding: 5px 0px;
    letter-spacing: 1px;
}

.cardu__miniimgs
{
    display: flex;
    justify-content: center;
}
.cardu__minis
{
    flex: 0 0 90%;
    display: flex;
    justify-content: center;
    align-items: end;
}
.cardu__mini
{
    cursor: pointer;
    flex: 0 0 10%;
    padding: 0px 5px;

}
.cardu__mini > img
{
  /* min-width: 100%; */
  /* width: 95%; */
    min-width: 91%;
    max-width: 91%;
}

.cardu__description
{
    display: flex;
    flex: 1 1 auto;
    justify-content: center;
    align-items: center;

    

}
.cardu__description > h2
{
    font-size: calc(15px + (9 + 9 * 0.7) * ((100vw - 900px) / 1280));
    /* font-size: 20px; */
    line-height: calc(17px + (9 + 9 * 0.7) * ((100vw - 900px) / 1280));
    font-family: Roboto, Arial, Tahoma, sans-serif;


}

.cardu__reklama
{
    display: flex;
    justify-content: center;
}
.cardu__banner
{
    display: flex;
    flex: 0 0 22%;
    background: rgb(255 222 178);
    padding: 12px 30px;
    border-radius: 4px;
    margin: 10px 5px;
    border: 1px solid rgb(80, 36, 0);
    justify-content: center;
}
.cardu__banner > p
{
  font-size: calc(20px + (9 + 9 * 0.7) * ((100vw - 900px) / 1280));
  color: rgb(56, 32, 0);
  font-weight: bold;
  letter-spacing: 1px;
}

.cardu__tech
{
    display: flex;
}
.cardu__table
{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0px;
    font-size: 18px;
}
.cardu__td
{
    padding: 5px 0px;
    /* font-size: 20px; */
    font-weight: bold;
    padding-right: 10px;
    background: rgb(226, 226, 226);
    padding-left: 4px;;
    border-radius: 6px;
}
td
{
    padding-left: 4px;;
}
/* Текста */
body {
    font-size: clamp(16px, 0.3vw + 15px, 18px);
}


h1 {
    font-size: clamp(34px, 3vw, 54px);
}

h2 {
    font-size: clamp(28px, 2.5vw, 42px);
}

h3 {
    font-size: clamp(22px, 2vw, 32px);
}
p {
    font-size: clamp(25px, 2vw, 35px);
}
span {
        font-size: clamp(20px, 3vw, 30px);
}
td {
    font-size: clamp(20px, 3vw, 20px);
}

@media(max-width: 1920px)
{
 .cardu
{
    margin-top: 10%;
}
}
@media(max-width: 1500px)
{
     .cardu
{
    margin-top: 16%;
}
    .container
    {
        width: 100%;
    }
.cardu__left {
    /* flex: 0 0 50%; */
    flex: 0 0 auto;
}
.cardu__right {
    flex: 1 1 50%;
}
.cardu__description > h2 {
    font-size: calc(22px + (9 + 9 * 0.7) * ((100vw - 900px) / 1280));
    /* font-size: 20px; */
    line-height: calc(23px + (9 + 9 * 0.7) * ((100vw - 900px) / 1280));
}
}
@media(max-width: 1280px)
{
    .container
    {
        width: 95%;
    }
         .cardu
{
            margin-top: 30%;
}
.cardu__content {
    flex-direction: column;
}
.cardu__mask {
    justify-content: center;
    /* min-height: 50vh; */
}
.cardu__mask > img {
    width: 65%;
    
}
.cardu__description
{
    margin: 15px 0px;
}
}

@media(max-width: 500px)
{
.cardu
{
    margin-top: 30%;
}
.cardu__banner
{
     padding: 15px 2px;
    margin: 10px 2px;
}
.cardu__banner > p
{
font-size: calc(23px + (9 + 9 * 0.7) * ((100vw - 900px) / 1280));
}
.cardu__td
{
        padding: 28px 0px;
}
.cardu__description > h2 {
    text-align: center;
    font-size: calc(26px + (9 + 9 * 0.7) * ((100vw - 900px) / 1280));
    /* font-size: 20px; */
    line-height: calc(28px + (9 + 9 * 0.7) * ((100vw - 900px) / 1280));
}




.cardu__mask
{
display: flex;
    justify-content: center;
    align-items: center;
    /* height: 70vh; */
    height: auto;
}
.cardu__mask > img
{
   /* min-height: 80%; */
   /* width: 90%; */
   min-width: 80%;
}


}





.modalu{
    position: fixed;
    inset: 0;
    background: rgba(235, 234, 234, 0.959);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    cursor: pointer;
}

.modalu.active{
    display: flex;
}

.modalu img{
    max-width: 95%;
    max-height: 95%;
    object-fit: contain;
}

.modal__close{
    position: absolute;
    top: 20px;
    right: 30px;
    color: #454f85;
    font-size: 50px;
    cursor: pointer;
    user-select: none;
}