*{
    padding: 0;
    margin: 0;
}
body {
    color: rgb(27, 64, 83);
    min-width: 350px;
    font-family: Roboto, sans-serif;
    background-color: #f2f5f7;
    /*background: url(aaa3d.jpg) repeat;*/
    user-select: none;
    
    
}
::selection{
    background-color: rgb(255, 255, 255);
    }
header, footer{
    margin: 0 auto;
    max-width: 1216px;
}
h1{
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 1000;
  line-height: 1.2;
  padding-bottom: 20px;
}


.logo {
    padding: 5px 30px ;
    color: rgb(27, 64, 83);
    /*background-image: linear-gradient(45deg, #649 20%, #296 70%);
    -webkit-background-clip: text;
    
    -webkit-text-fill-color: transparent;*/
}
.logo span{
    color:  rgb(255, 0, 85);

}

.den {
    color: transparent !important;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgb(27, 64, 83);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-shadow: 0.03em 0.03em 0 rgb(27, 64, 83);
    font-size: calc(2.12rem + 1.44vw);
    font-weight: 700;
    line-height: 1.4;
  }
.someGrid {   
    padding: 20px;
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(158, 158, 158, 0.33) 0px 30px 60px;
    display: grid;
    gap: 12px;
    padding: 24px;
    margin-left: 5px;
    margin-right: 5px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: repeat(3, auto);
    grid-template-areas: 
        "about about price-1"
        "about about price-2"
        "level-1 level-2 level-3";
}
@media (max-width: 980px) {
    .someGrid {
        gap: 5px;
        padding: 19px 16px;
        grid-template-columns: 1fr 1fr ;
        grid-template-rows: repeat(6, auto);
        grid-template-areas: 
        "about about "
        "about about "
        "price-1 price-2"
        "level-1 level-1"
        "level-2 level-2"
        "level-3 level-3";
    }
    .logo {
        padding: 5px 20px ;
    }
}
@media (max-width: 640px) {
    .someGrid {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(7, auto);
        grid-template-areas: 
        "about"
        "about"
        "price-1"
        "price-2"
        "level-1"
        "level-2"
        "level-3";
    }
}
.about {
    color: rgb(27, 64, 83);
    position: relative;
    overflow: hidden;
    min-height: 360px;
    border: 1px;
    border-color: #ededed;
    border-style: solid;
    background: #f2f5f7 right 24px bottom 0 url(../img/dd02s.png) no-repeat ;/*, linear-gradient(135deg, #f2f5f7 0, #345565 100%)*/
    background-size: auto 500px; 
    grid-area: about;
    /*background-blend-mode: screen;
    background:
        linear-gradient(limegreen, transparent),
        linear-gradient(90deg, skyblue, transparent),
        linear-gradient(-90deg, coral, transparent);



        background:
        linear-gradient(rgba(135, 60, 255, 0.4), rgba(135, 60, 255, 0.0) 80%),
        linear-gradient(-45deg, rgba(120, 155, 255, 0.9) 25%, rgba(255, 160, 65, 0.9) 75%);*/
}
.aboutIcon {
    display: flex;
    height: 24px;
    justify-content: center;
    left: 0;
    position: absolute;
    width: 24px;
}
.aboutItem {
    display: inline-block;
    outline: none;
    position: relative;
    vertical-align: middle;
    padding-left: 10px;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: 400;
}
.price-1 {
    border: 1px;
    border-color: #ededed;
    border-style: solid;
    font-size: 14px;
    color: rgb(27, 64, 83);
    position: relative;
    overflow: hidden;
    background: #f2f5f7;      
    grid-area: price-1;
}
.sale {
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
}
.priceTitle {
    border-bottom: 1px solid rgb(27, 64, 83);
    font-size: 45px;
    line-height: 25px;
    font-weight: 1000;
    margin-bottom: 12px;
    padding-bottom: 17px;
}
.priceTitleRed {
    border-bottom: 1px solid rgb(255, 0, 85);
    font-size: 45px;
    line-height: 25px;
    font-weight: 1000;
    margin-bottom: 12px;
    padding-bottom: 17px;
}
.priceTitleRed span{
    color:  rgb(255, 0, 85);

}
.p1 {
    color: #487388;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 6px;
    padding-left: 24px;
    position: relative;
}

.p1Icon {
    display: flex;
    height: 17px;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 3px;
    width: 17px;
}
.p1Item {
    display: inline-block;
    outline: none;
    position: relative;
    vertical-align: middle;
}

.sale span{
    background: rgb(255, 0, 85);
    color: rgb(255, 255, 255);
    border-radius: 0 10px 0 10px;
    padding: 5px 8px 5px 7px;
    font-size: 12px;
}




.svgd{
    fill: rgb(27, 64, 83);
}
.svgr{
    fill: rgb(255, 0, 85);
}
.svgw{
    fill: rgb(255, 255, 255);
}
.price-2 {
    color: rgb(27, 64, 83);
    position: relative;
    overflow: hidden;
    background: #f2f5f7;      
    border: 3px;
    border-color: rgb(255, 0, 85);
    border-style: solid;
    grid-area: price-2;
}

.card {
    border-radius: 16px;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    padding: 36px 24px 20px;
    position: relative;
}

.lvl{
    color: rgb(255, 255, 255);
    position: relative;
    overflow: hidden;
    padding-top: 16px;
}
.lvl h3{
    margin-bottom: 16px;
}

.lvl-1 {
    
    background: linear-gradient(90deg,#0c1920, #203640);  
    grid-area: level-1;
}
.lvl-2 {
   
    background: linear-gradient(90deg, #203640, #345565);
    grid-area: level-2;
}
.lvl-3 {
   
    background: linear-gradient(90deg,#345565, #487388);
    grid-area: level-3;
}
.c1 {
    color: rgb(255, 255, 255);
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 6px;
    padding-left: 24px;
    position: relative;
}



@media (max-width: 980px) {    
    .card {
        border-radius: 10px;
    }
    .about {
 
        min-height: 360px;
        
        background-size: auto 300px; 
    }

    .lvl-1 {
    
        background: linear-gradient(#0c1920, #203640);  
        grid-area: level-1;
    }
    .lvl-2 {
       
        background: linear-gradient(#203640, #345565);
        grid-area: level-2;
    }
    .lvl-3 {
       
        background: linear-gradient(#345565, #487388);
        grid-area: level-3;
    }
}
@media (max-width: 720px) {    

    .about {
 
        padding-bottom: 300px;
        background-position: center bottom 0;
    }

}




.cntct {   
    margin: 0 5px;
    border-radius: 20px;
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr 1fr 1fr;
}
.cntctText{
    padding: 10px 24px 20px 24px;
    text-align: center;
    font-size: 12px;
    color: #487388;
}
.cntctItem{
    text-align: center;
    font-size: 11px;
}
.contact-svg{
    color: #487388;
    text-decoration: none;
    fill: #487388;
}
.contact-svg:hover{
    color: rgb(255, 0, 85);
    text-decoration: none;
    fill: rgb(255, 0, 85);
}


.cntct {   

    display: grid;
    gap: 12px;
    padding: 0 24px 20px 24px;
    margin-left: 5px;
    margin-right: 5px;
    grid-template-columns: 1fr 1fr 1fr;

}