main{
}
article{
    padding: 70px 50px 70px 50px;
}
article:nth-child(2n){
    background-color: rgba(192,192,190,0.4);
}
article:nth-child(2n+1){
    background-color: rgba(192,192,190,0.2);
}

.blockTitle{
    font-size: 36px;
    margin: 0 auto;
    margin-bottom: 50px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    color: #1f4bf0;
}
.blockTitleExplanation{
    max-width: 400px;
    font-size: 26px;
    font-weight: bold;
    color: black;
    text-transform: lowercase;
}
.noWrap{
    white-space: nowrap;
}

header{
    z-index: 100;
    position: fixed;
}
/*--------------------------------------------------------------------------------------------------------------------*/

/*introductionContainer*/
.introductionPhoto{
    height: 100vh;
    background: url("/public/images/mainPage/introductionPhoto.jpg") no-repeat center;
    background-size: cover;
    padding: 0 !important;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.75);
}
.introductionGradient{
    padding: 220px 50px 70px 50px;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle farthest-corner at 0px 0px, rgba(0, 0, 0, 0.5), transparent);
}
.introductionTitleSubtitle{
    display: inline-block;
}
.introductionTitle{
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 12px !important;
    text-align: left !important;
    color: white !important;
    padding-bottom: 12px;
    white-space: nowrap;
    border-bottom: 2px solid white;
}
.introductionSubtitle{
    font-size: 26px;
    font-weight: bold;
    line-height: 35px;
    color: white;
}

/*introductionContainer end*/

/*title specify start*/

/*title specify end*/

/*video*/
article:nth-child(2){
    transition-duration: 300ms;
}
.videoBlock{
    width: 65%;
    min-width: 600px;
    position: relative;
}
video{
    width: 100%;
    box-shadow: 0 7px 15px rgba( 0, 0, 0, 0.67 );
}
.videoBlocks{
    position: relative;
    margin: 0 auto;
}
.videoTitle{
    font-size: 26px;
    margin-bottom: 25px;
}
.videoText{
    line-height: 35px;
}
.videoTextBlock{
    padding: 10px;
    position: absolute;
    top: 50%;
    left: 60%;
    z-index: 2;
    transform: translate(0, -50%);
    transition-duration: 300ms;
}
#videoBtnPlay{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#videoBtnPlay>i{
    font-size: 100px;
    color: white;
    transition-duration: 300ms;
    cursor: pointer;
}
#videoBtnPlay>i:hover{
    color: #1f4bf0;
}
.videoFill{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index:-1;
    background: linear-gradient(90deg, #c0c0bd 10%, rgba(192, 192, 189, 0.75) 40%, transparent 100%);
}
/*video end*/

/*plantsContainer*/
.blockTitleSpecify{
    max-width: 700px;
}
.plantsBlocks, .plantsBlocks>div{
    display: flex;
    justify-content: space-between;
}
.plantsIcon>i{
    color: #1f4bf0;
    font-size: 80px;
    transition-duration: 300ms;
}
.plantsBlocks>div{
    width: 50%;
}
.plantsBlocks>div>div{
    width: 100%;
    text-align: center;
    margin-right: 30px;
}
.plantsBlocks>div:last-child>div:last-child{
    margin-right: 0;
}
.plantsBlocks a{
    text-decoration: none;
    outline: none;
    color: black;
    transition-duration: 300ms;
}
.plantsBlocks a:hover .plantsIcon>i{
    color: white;
    -webkit-text-stroke: 2px black;
}
.plantsBlocks>div:last-child>div:first-child .plantsDescription{
    margin: 0;
}
.plantsTitle{
    height: 65px;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 10px;
}
.plantsDescription{
    text-align: left;
    line-height: 35px;
}
.plantsDescription ul{
    padding-left: 17px;
}
.plantsSubtitle{
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 25px;
    line-height: 35px;
}
/*plantsContainer end*/

/*100percentContainer*/
.shadowBlock{
    padding: 10px;
    background: linear-gradient(90deg, #c0c0bd 10%, rgba(192, 192, 189, 0.75) 40%, transparent 100%);
}
#percentContainer{
    max-width: 700px;
}
.percentInfo>div:first-child{
    line-height: 35px;
}
.percentInfo .percentSubtitle{
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    margin: 25px 0;
}
.percentSubtitle{
    text-indent: 0;
}
.percentInfo .percentText{
    line-height: 35px;
}
/*100percentContainer end*/

/*schemeContainer*/
.schemeImg{
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 600px;
}
/*schemeContainer end*/

/*pdfContainer start*/
.pdfContainer{
    width: 100%;
    display: flex;
}
.pdfPhoto{
    width: 70%;
    background: url("/public/images/mainPage/bucletPhoto.jpg") no-repeat left top;
    background-size: cover;
}
.pdfPhotoText{
    font-size: 26px;
    padding: 15px;
    margin-right: 45px;
    color: white;
}
.pdfTextContainer{
    width: 30%;
    padding: 15px;
    background: linear-gradient(90deg, rgb(192, 192, 189) 10%, rgba(192, 192, 189, 0.75) 40%, transparent 100%);
}
.pdfText{
    font-size: 26px;
}
.pdfFile{
    background: url("/public/images/mainPage/pdfIcon.jpg") no-repeat center;
    background-size: cover;
    width: 210px;
    height: 297px;
    margin: 70px auto;
    box-shadow: 0 7px 15px rgba( 0, 0, 0, 0.67 );
}
.pdfFileGradient{
    width: 100%;
    height: 100%;
    position: relative;
    transition-duration: 300ms;
}
.pdfFileGradient:hover{
    background-color: rgba(0, 0, 0, 0.51);
}
.pdfFileGradient:hover .pdfFileIcon>i{
    color: black;
}
.pdfFileIcon{
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 5px;
    border-radius: 5px;
}
.pdfFileIcon>i{
    transition-duration: 300ms;
    font-size: 100px;
    color: rgba(0, 0, 0, 0.76);
}
.btnPdf{
    text-align: center;
    margin: 20px 0 0 0;
}
.btnPdf>a{
    display: block;
    width: 100%;
    max-width: 250px;
    padding: 10px 15px;
    background: #1f4bef;
    text-decoration: none;
    color: white;
    font-size: 24px;
    transition-duration: 300ms;
    border: 2px solid transparent;
    margin: 0 auto;
}
.btnPdf>a:hover{
    color: #1f4bef;
    background: white;
    border: 2px solid black;
}
/*pdfContainer end*/

@media screen and (max-width: 1180px) {
    .videoBlock{
        width: 100%;
    }
    .videoTextBlock{
        margin-top: -5%;
        position: relative;
        transform: none;
        top: unset;
        left: unset;
    }
}
@media screen and (max-width: 960px) {
    .plantsBlocks, .plantsBlocks>div{
        flex-direction: column;
        align-items: center;
    }
    .plantsBlocks>div:first-child,.plantsBlocks>div>div{
        margin-bottom: 25px;
    }
    .plantsBlocks>div>div{
        margin-right: 0;
    }
    .plantsBlocks>div:last-child>div:last-child{
        margin-bottom: 0;
    }
    .plantsBlocks>div>div .plantsDescription{
        margin-top: 0;
    }
}
@media screen and (max-width: 780px) {
    .videoBlock{
        min-width: 0 !important;
    }
    .plantsBlocks>div{
        width: 70%;
    }
    .plantsDescription{
        text-align: justify;
    }
    .pdfContainer{
        display: inline-block;
    }
    .pdfText, .pdfPhotoText{
        display: none;
    }
    .pdfTextContainer{
        width: 100%;
        background: none;
    }
    .pdfFile{
        margin: 0 auto;
    }
    .schemeImg{
        height: 400px;
    }
}
@media screen and (max-width: 600px) {
    .schemeImg{
        height: 300px;
    }
}
@media screen and (max-width: 500px) {
    *{
        line-height: 30px !important;
    }
    .introductionPhoto{
        background-position: -240px center;
    }
    .blockTitle{
        font-size: 30px !important;
        margin-bottom: 20px !important;
    }
    .blockTitleExplanation, .plantsSubtitle{
        font-size: 22px;
    }
    .shadowBlock, .categoryInfo, .videoText, .plantsDescription{
        font-size: 18px !important;
    }
    .plantsSubtitle{
        margin-bottom: 40px;
    }
    article{
        padding: 40px 10px 40px 10px;
    }
    .plantsBlocks>div:first-child{
        margin-bottom: 0;
    }
    .plantsBlocks>div{
        width: 100%;
    }
    .plantsIcon{
        display: block;
        margin-top: 20px;
    }
    .plantsTitle{
        height: auto;
    }
    .videoBlock{
        min-width: 0;
    }
    #videoBtnPlay>i{
        font-size: 60px;
    }
    .schemeImg{
        height: 200px;
    }
    .shadowBlock{
        text-align: justify;
    }
}