@charset "UTF-8";

#pro {
    position: relative;
    margin: 70px 0 70px 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    font-family: korolev-condensed, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: clamp(22px, 4vw, 28px);
    color: black;
    line-height: 1.3;
}

#opener_txt_m {
    margin: 0 10% 70px 10%;
    padding: 0;
    width: 80%;
    height: 50vh;
    text-align: center;
}

#ot_h1_m {
    margin: 0;
    padding: 0;
    font-family: 'Butler', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 62px;
    line-height: 1.2;
}

#opener_txt_m p {
    margin: 0;
    padding: 0;
    font-family: korolev-condensed, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 30px;
}

@media screen and (max-width: 720px) {
    #ot_h1_m {
        line-height: 1.1;
    }
    #opener_txt_m p {
        line-height: 1.4;
    }
}

@media screen and (max-width: 540px) {
    #opener_txt_m {
        height: auto;
    }
    #opener_txt_m p {
        font-size: 28px;
    }
    #ot_h1_m {
        font-size: 58px;
    }
}

@media screen and (max-width: 475px) {
    #ot_h1_m {
        font-size: 52px;
    }
}

/***PRO 01***/
#pro01 {
    position: relative;
    margin: 0 8px 8px 8px;
    padding: 0;
    max-width: 674px;
    min-width: 35%;
    cursor: pointer;
}

#pro01-IMG {
    width: 100%;
    cursor: pointer;
}

#prolayer01 {
    position: absolute;
    bottom: 1.2%;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 0%;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    cursor: default;
}

#proclose01 {
    position: absolute;
    top: 5%;
    right: 5%;
    margin: 0;
    padding: 0;
    width: 25px;
    height: 25px;
    border: 1px solid #52AE32;
    background-color: transparent;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#proclose01 img {
    margin: 0;
    padding: 0;
    width: 15px;
}

#pro01 p {
    position: absolute;
    bottom: 10%;
    left: 7%;
    margin: 0 7% 0 0;
    padding: 0;
    text-align: left;
    cursor: default;
    -webkit-hyphens: auto; 
    hyphens: auto;
}

/***PRO 02***/
#pro02 {
    position: relative;
    margin: 0 8px 8px 8px;
    padding: 0;
    max-width: 674px;
    min-width: 35%;
    cursor: pointer;
}

#pro02-IMG {
    width: 100%;
    cursor: pointer;
}

#prolayer02 {
    position: absolute;
    bottom: 1.2%;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 0%;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    cursor: default;
}

#proclose02 {
    position: absolute;
    top: 5%;
    right: 5%;
    margin: 0;
    padding: 0;
    width: 25px;
    height: 25px;
    border: 1px solid #52AE32;
    background-color: transparent;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#proclose02 img {
    margin: 0;
    padding: 0;
    width: 15px;
}

#pro02 p {
    position: absolute;
    bottom: 10%;
    left: 7%;
    margin: 0 7% 0 0;
    padding: 0;
    text-align: left;
    cursor: default;
    -webkit-hyphens: auto; 
    hyphens: auto;
}

/***PRO 03***/
#pro03 {
    position: relative;
    margin: 0 8px 8px 8px;
    padding: 0;
    max-width: 674px;
    min-width: 35%;
    cursor: pointer;
}

#pro03-IMG {
    width: 100%;
    cursor: pointer;
}

#prolayer03 {
    position: absolute;
    bottom: 1.2%;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 0%;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    cursor: default;
}

#proclose03 {
    position: absolute;
    top: 5%;
    right: 5%;
    margin: 0;
    padding: 0;
    width: 25px;
    height: 25px;
    border: 1px solid #52AE32;
    background-color: transparent;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#proclose03 img {
    margin: 0;
    padding: 0;
    width: 15px;
}

#pro03 p {
    position: absolute;
    bottom: 10%;
    left: 7%;
    margin: 0 7% 0 0;
    padding: 0;
    text-align: left;
    cursor: default;
    -webkit-hyphens: auto; 
    hyphens: auto;
}

/***PRO 04***/
#pro04 {
    position: relative;
    margin: 0 8px 8px 8px;
    padding: 0;
    max-width: 674px;
    min-width: 35%;
    cursor: pointer;
}

#pro04-IMG {
    width: 100%;
    cursor: pointer;
}

#prolayer04 {
    position: absolute;
    bottom: 1.2%;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 0%;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    cursor: default;
}

#proclose04 {
    position: absolute;
    top: 5%;
    right: 5%;
    margin: 0;
    padding: 0;
    width: 25px;
    height: 25px;
    border: 1px solid #52AE32;
    background-color: transparent;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#proclose04 img {
    margin: 0;
    padding: 0;
    width: 15px;
}

#pro04 p {
    position: absolute;
    bottom: 10%;
    left: 7%;
    margin: 0 7% 0 0;
    padding: 0;
    text-align: left;
    cursor: default;
    -webkit-hyphens: auto; 
    hyphens: auto;
}

/***PRO 05***/
#pro05 {
    position: relative;
    margin: 0 8px 8px 8px;
    padding: 0;
    max-width: 674px;
    min-width: 35%;
    cursor: pointer;
}

#pro05-IMG {
    width: 100%;
    cursor: pointer;
}

#prolayer05 {
    position: absolute;
    bottom: 1.2%;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 0%;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    cursor: default;
}

#proclose05 {
    position: absolute;
    top: 5%;
    right: 5%;
    margin: 0;
    padding: 0;
    width: 25px;
    height: 25px;
    border: 1px solid #52AE32;
    background-color: transparent;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#proclose05 img {
    margin: 0;
    padding: 0;
    width: 15px;
}

#pro05 p {
    position: absolute;
    bottom: 10%;
    left: 7%;
    margin: 0 7% 0 0;
    padding: 0;
    text-align: left;
    cursor: default;
    -webkit-hyphens: auto; 
    hyphens: auto;
}

/***PRO 06***/
#pro06 {
    position: relative;
    margin: 0 8px 8px 8px;
    padding: 0;
    max-width: 674px;
    min-width: 35%;
    cursor: pointer;
}

#pro06-IMG {
    width: 100%;
    cursor: pointer;
}

#prolayer06 {
    position: absolute;
    bottom: 1.2%;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 0%;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    cursor: default;
}

#proclose06 {
    position: absolute;
    top: 5%;
    right: 5%;
    margin: 0;
    padding: 0;
    width: 25px;
    height: 25px;
    border: 1px solid #52AE32;
    background-color: transparent;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#proclose06 img {
    margin: 0;
    padding: 0;
    width: 15px;
}

#pro06 p {
    position: absolute;
    bottom: 10%;
    left: 7%;
    margin: 0 7% 0 0;
    padding: 0;
    text-align: left;
    cursor: default;
    -webkit-hyphens: auto; 
    hyphens: auto;
}

/***PRO 07***/
#pro07 {
    position: relative;
    margin: 0 8px 8px 8px;
    padding: 0;
    max-width: 674px;
    min-width: 35%;
    cursor: pointer;
}

#pro07-IMG {
    width: 100%;
    cursor: pointer;
}

#prolayer07 {
    position: absolute;
    bottom: 1.2%;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 0%;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    cursor: default;
}

#proclose07 {
    position: absolute;
    top: 5%;
    right: 5%;
    margin: 0;
    padding: 0;
    width: 25px;
    height: 25px;
    border: 1px solid #52AE32;
    background-color: transparent;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#proclose07 img {
    margin: 0;
    padding: 0;
    width: 15px;
}

#pro07 p {
    position: absolute;
    bottom: 10%;
    left: 7%;
    margin: 0 7% 0 0;
    padding: 0;
    text-align: left;
    cursor: default;
    -webkit-hyphens: auto; 
    hyphens: auto;
}

/***PRO 08***/
#pro08 {
    position: relative;
    margin: 0 8px 8px 8px;
    padding: 0;
    max-width: 674px;
    min-width: 35%;
    cursor: pointer;
}

#pro08-IMG {
    width: 100%;
    cursor: pointer;
}

#prolayer08 {
    position: absolute;
    bottom: 1.2%;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 0%;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    cursor: default;
}

#proclose08 {
    position: absolute;
    top: 5%;
    right: 5%;
    margin: 0;
    padding: 0;
    width: 25px;
    height: 25px;
    border: 1px solid #52AE32;
    background-color: transparent;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#proclose08 img {
    margin: 0;
    padding: 0;
    width: 15px;
}

#pro08 p {
    position: absolute;
    bottom: 10%;
    left: 7%;
    margin: 0 7% 0 0;
    padding: 0;
    text-align: left;
    cursor: default;
    -webkit-hyphens: auto; 
    hyphens: auto;
}

/***PRO 09***/
#pro09 {
    position: relative;
    margin: 0 8px 8px 8px;
    padding: 0;
    max-width: 674px;
    min-width: 35%;
    cursor: pointer;
}

#pro09-IMG {
    width: 100%;
    cursor: pointer;
}

#prolayer09 {
    position: absolute;
    bottom: 1.2%;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 0%;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    cursor: default;
}

#proclose09 {
    position: absolute;
    top: 5%;
    right: 5%;
    margin: 0;
    padding: 0;
    width: 25px;
    height: 25px;
    border: 1px solid #52AE32;
    background-color: transparent;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#proclose09 img {
    margin: 0;
    padding: 0;
    width: 15px;
}

#pro09 p {
    position: absolute;
    bottom: 10%;
    left: 7%;
    margin: 0 7% 0 0;
    padding: 0;
    text-align: left;
    cursor: default;
    -webkit-hyphens: auto; 
    hyphens: auto;
}

/***PRO 10***/
#pro10 {
    position: relative;
    margin: 0 8px 8px 8px;
    padding: 0;
    max-width: 674px;
    min-width: 35%;
    cursor: pointer;
}

#pro10-IMG {
    width: 100%;
    cursor: pointer;
}

#prolayer10 {
    position: absolute;
    bottom: 1.2%;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 0%;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    cursor: default;
}

#proclose10 {
    position: absolute;
    top: 5%;
    right: 5%;
    margin: 0;
    padding: 0;
    width: 25px;
    height: 25px;
    border: 1px solid #52AE32;
    background-color: transparent;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#proclose10 img {
    margin: 0;
    padding: 0;
    width: 15px;
}

#pro10 p {
    position: absolute;
    bottom: 10%;
    left: 7%;
    margin: 0 7% 0 0;
    padding: 0;
    text-align: left;
    cursor: default;
    -webkit-hyphens: auto; 
    hyphens: auto;
}

/***PRO 11***/
#pro11 {
    position: relative;
    margin: 0 8px 8px 8px;
    padding: 0;
    max-width: 674px;
    min-width: 35%;
    cursor: pointer;
}

#pro11-IMG {
    width: 100%;
    cursor: pointer;
}

#prolayer11 {
    position: absolute;
    bottom: 1.2%;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 0%;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    cursor: default;
}

#proclose11 {
    position: absolute;
    top: 5%;
    right: 5%;
    margin: 0;
    padding: 0;
    width: 25px;
    height: 25px;
    border: 1px solid #52AE32;
    background-color: transparent;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#proclose11 img {
    margin: 0;
    padding: 0;
    width: 15px;
}

#pro11 p {
    position: absolute;
    bottom: 10%;
    left: 7%;
    margin: 0 7% 0 0;
    padding: 0;
    text-align: left;
    cursor: default;
    -webkit-hyphens: auto; 
    hyphens: auto;
}

/***PRO 12***/
#pro12 {
    position: relative;
    margin: 0 8px 8px 8px;
    padding: 0;
    max-width: 674px;
    min-width: 35%;
    cursor: pointer;
}

#pro12-IMG {
    width: 100%;
    cursor: pointer;
}

#prolayer12 {
    position: absolute;
    bottom: 1.2%;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 0%;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    cursor: default;
}

#proclose12 {
    position: absolute;
    top: 5%;
    right: 5%;
    margin: 0;
    padding: 0;
    width: 25px;
    height: 25px;
    border: 1px solid #52AE32;
    background-color: transparent;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#proclose12 img {
    margin: 0;
    padding: 0;
    width: 15px;
}

#pro12 p {
    position: absolute;
    bottom: 10%;
    left: 7%;
    margin: 0 7% 0 0;
    padding: 0;
    text-align: left;
    cursor: default;
    -webkit-hyphens: auto; 
    hyphens: auto;
}

/***PRO 13***/
#pro13 {
    position: relative;
    margin: 0 8px 8px 8px;
    padding: 0;
    max-width: 674px;
    min-width: 35%;
    cursor: pointer;
}

#pro13-IMG {
    width: 100%;
    cursor: pointer;
}

#prolayer13 {
    position: absolute;
    bottom: 1.2%;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 0%;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    cursor: default;
}

#proclose13 {
    position: absolute;
    top: 5%;
    right: 5%;
    margin: 0;
    padding: 0;
    width: 25px;
    height: 25px;
    border: 1px solid #52AE32;
    background-color: transparent;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#proclose13 img {
    margin: 0;
    padding: 0;
    width: 15px;
}

#pro13 p {
    position: absolute;
    bottom: 10%;
    left: 7%;
    margin: 0 7% 0 0;
    padding: 0;
    text-align: left;
    cursor: default;
    -webkit-hyphens: auto; 
    hyphens: auto;
}

/***PRO 14***/
#pro14 {
    position: relative;
    margin: 0 8px 8px 8px;
    padding: 0;
    max-width: 674px;
    min-width: 35%;
    cursor: pointer;
}

#pro14-IMG {
    width: 100%;
    cursor: pointer;
}

#prolayer14 {
    position: absolute;
    bottom: 1.2%;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 0%;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    cursor: default;
}

#proclose14 {
    position: absolute;
    top: 5%;
    right: 5%;
    margin: 0;
    padding: 0;
    width: 25px;
    height: 25px;
    border: 1px solid #52AE32;
    background-color: transparent;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#proclose14 img {
    margin: 0;
    padding: 0;
    width: 15px;
}

#pro14 p {
    position: absolute;
    bottom: 10%;
    left: 7%;
    margin: 0 7% 0 0;
    padding: 0;
    text-align: left;
    cursor: default;
    -webkit-hyphens: auto; 
    hyphens: auto;
}

/************/
/***MOBILE***/
/************/

@media screen and (max-width: 1385px) {
    #pro01 {
        width: 45%;
    }
    #pro02 {
        width: 45%;
    }
    #pro03 {
        width: 45%;
    }
    #pro04 {
        width: 45%;
    }
    #pro05 {
        width: 45%;
    }
    #pro06 {
        width: 45%;
    }
    #pro07 {
        width: 45%;
    }
    #pro08 {
        width: 45%;
    }
    #pro09 {
        width: 45%;
    }
    #pro10 {
        width: 45%;
    }
    #pro11 {
        width: 45%;
    }
    #pro12 {
        width: 45%;
    }
    #pro13 {
        width: 45%;
    }
    #pro14 {
        width: 45%;
    }
}

@media screen and (max-width: 1000px) {
    #pro01 {
        width: auto;
        min-width: 35%;
        max-width: 90%;
    }
    #pro02 {
        width: auto;
        min-width: 35%;
        max-width: 90%;
    }
    #pro03 {
        width: auto;
        min-width: 35%;
        max-width: 90%;
    }
    #pro04 {
        width: auto;
        min-width: 35%;
        max-width: 90%;
    }
    #pro05 {
        width: auto;
        min-width: 35%;
        max-width: 90%;
    }
    #pro06 {
        width: auto;
        min-width: 35%;
        max-width: 90%;
    }
    #pro07 {
        width: auto;
        min-width: 35%;
        max-width: 90%;
    }
    #pro08 {
        width: auto;
        min-width: 35%;
        max-width: 90%;
    }
    #pro09 {
        width: auto;
        min-width: 35%;
        max-width: 90%;
    }
    #pro10 {
        width: auto;
        min-width: 35%;
        max-width: 90%;
    }
    #pro11 {
        width: auto;
        min-width: 35%;
        max-width: 90%;
    }
    #pro12 {
        width: auto;
        min-width: 35%;
        max-width: 90%;
    }
    #pro13 {
        width: auto;
        min-width: 35%;
        max-width: 90%;
    }
    #pro14 {
        width: auto;
        min-width: 35%;
        max-width: 90%;
    }
}