.mainfullscreen{
    height: 40vh;
}

.mainfullscreen .bgimg{
    width: 100%;
    height: 40vh;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center; 
}

.mainfullscreen .bgimg .title{
    padding-top: 8%;
    font-size: 30px;
    padding-left: 10%;
    color: #fff;
}

.mainfullscreen .bgimg .sub{
    padding-top: 20px;
    font-size: 18px;
    padding-left: 10%;
    color: #fff;
}

.module{
    padding: 50px 0;
}

.steps{
    max-width: 300px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.steps.inactive{
    display: none;
}

.step{
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    font-size: 22px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-color: #eeeeee;
    border: 3px solid #a1a1a1;
    cursor: default;
}

.step.active{
    background-color: #eeeeee;
    border: 3px solid #006263;
}


.podbor{
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    justify-content: space-between;
    max-width: 1400px;
    margin: 0 auto;
    padding: 50px 0;
    align-content: center;
}


#dynamic.inactive{
    display: none;
}

.new__podbor {
    display: block;
    max-width: 250px;
    margin: 0 auto;
    border: 2px solid #dddddd;
    text-align: center;
    padding: 15px;
    font-size: 20px;
    transition: 0.5s ease;
}

.new__podbor:hover{
    transition: 0.5s ease;
    border: 2px solid #006263;
}

.button1{
    display: flex;
    align-content: center;
    max-width: 300px;
    max-height: 90px;
    border: 2px solid #dddddd;
    padding: 5px;
    margin-bottom: 30px;
    transition: 0.5s ease;
}

.button1 p{
    padding-top: 27px;
    padding-left: 10px;
    font-size: 18px;
    line-height: 21px;
    max-height: 21px;
}

.button1 img{
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.button1 img.logotip{
    width: 150px;
    height: 75px;
    object-fit: contain;
}

.button1:hover{
    transition: 0.5s ease;
    border: 2px solid #006263;
}

.button3{
    display: flex;
    align-content: center;
    max-width: 300px;
    max-height: 90px;
    border: 2px solid #dddddd;
    padding: 20px;
    margin-bottom: 30px; 
    transition: 0.5s ease;
    cursor: pointer;
}

.button3:hover{
    transition: 0.5s ease;
    border: 2px solid #006263;
}

.button3 p{
    padding-left: 10px;
    font-size: 18px;
    line-height: 21px;
    max-height: 21px;
}

.product{
    margin: 0 auto;
    padding-left: 35px; 
}

.hidden{
    height: 0px;
    opacity: 0;
    padding: 0 !important;
}

#produckts{
    padding-bottom: 50px; 
}

.hidden{
    position: absolute;
    top: -9999px;
    left: -9999px;
}

@media (max-width:1240px) {
    .podbor{
        max-width: 900px;
        grid-template-columns: 31% 31% 31%;
    }
    .button1 p{
        font-size: calc((100vw - 320px) / (1240 - 320) * (18 - 16) + 16px);
    }
}

@media (max-width:930px) {
    .podbor{
        max-width: calc((100vw - 820px) / (900 - 820) * (850 - 700) + 700px);
        grid-template-columns: 31% 31% 31%;
    }
}

@media (max-width:820px) {
    .podbor{
        max-width: calc((100vw - 320px) / (820 - 320) * (650 - 300) + 300px);
        grid-template-columns: 48% 48%;
    }
}

@media (max-width:600px) {
    .podbor{
        max-width: 300px;
        grid-template-columns: 100%;
    }
}



