.text-style {
    font-family: sans-serif, 'Montserrat', 'Open Sans', 'Lato', Arial;
    line-height: 1.4;
    color: #fff;
    text-align: center;
    font-size: 2.5vw;
    letter-spacing: 4px;
    text-shadow: 0px 2px 2px #000;
}

@media (min-width: 768px) {
    .text-style {
        font-size: 2.5vw;
    }
}

@media (min-width: 1024px) {
    .text-style {
        font-size: 2.5vw;
    }
}

@media (min-width: 1280px) {
    .text-style {
        font-size: 3.2vw;
    }
}

.s-text-descr ul {
    list-style-type: disc;
    padding-left: 20px;
}

.text-left-half {
    width: 50%;
    text-align: left;
    box-sizing: border-box;
    padding: 20px;
    font-size: 10px;
    line-height: 1.4;
    word-wrap: break-word;
}

@media (min-width: 768px) {
    .text-left-half {
        font-size: 20px;
    }
}

@media (min-width: 1024px) {
    .text-left-half {
        font-size: 26px;
    }
}
@media (min-width: 1280px) {
    .text-left-half {
        width: 80%;
        font-size: 40px;
    }
}

.p-gallery-block {
    position: relative;
    overflow: hidden;
    transition: opacity 0.4s ease;
}

.p-gallery-block:not(.is-visible) {
    opacity: 0;
}

.p-gallery-block.is-visible {
    opacity: 1;
}

.image__borders {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.image__borders span {
    position: absolute;
    display: block;
    transition: all 0.4s ease;
}

.image__borders .one {
    top: 0;
    left: 0;
    width: 0;
    height: 1px;
}

.image__borders .two {
    top: 0;
    right: 0;
    width: 1px;
    height: 0;
}

.image__borders .three {
    bottom: 0;
    right: 0;
    width: 0;
    height: 1px;
}

.image__borders .four {
    bottom: 0;
    left: 0;
    width: 1px;
    height: 0;
}

.is-visible .image__borders .one, .is-visible .image__borders .three {
    width: 100%;
}

.is-visible .image__borders .two, .is-visible .image__borders .four {
    height: 100%;
}

.text-style-portfolio {
    font-family: sans-serif, 'Montserrat', 'Open Sans', 'Lato', Arial ;
    text-transform: capitalize;
    line-height: 1.4;
    color: #fff;
    text-align: center;
    font-size: 4.0vw;
    letter-spacing: 4px;
    text-shadow: 0px 2px 2px #000;;
}
.text-style-portfolio::first-letter {
    text-transform: uppercase;
}
@media (min-width: 768px) {
    .text-style-portfolio {
        font-size: 4.0vw;
    }
}

@media (min-width: 1024px) {
    .text-style-portfolio {
        font-size: 4.0vw;
    }
}

@media (min-width: 1280px) {
    .text-style-portfolio {
        font-size: 5.0vw;
    }
}

.text-style-post {
    font-family: sans-serif, 'Montserrat', 'Open Sans', 'Lato', Arial ;
    /*text-transform: lowercase;*/
    line-height: 1.4;
    color: #fff;
    text-align: center;
    font-size: 4.0vw;
    letter-spacing: 4px;
    text-shadow: 0px 2px 2px #000;;
}
.text-style-post::first-letter {
    text-transform: uppercase;
}
@media (min-width: 768px) {
    .text-style-post {
        font-size: 4.0vw;
    }
}

@media (min-width: 1024px) {
    .text-style-post {
        font-size: 4.0vw;
    }
}

@media (min-width: 1280px) {
    .text-style-post {
        font-size: 5.0vw;
    }
}

.s-menu-inner {
    background-image: url('../img/menu-top.svg');
    background-repeat: no-repeat;
    background-position: left top;
}

.s-menu-content {
    background-image: url('../img/menu-bottom.svg');
    background-repeat: no-repeat;
    background-position: right bottom;
}

.text-style-post {
    font-family: sans-serif, 'Montserrat', 'Open Sans', 'Lato', Arial ;
    /*text-transform: lowercase;*/
    line-height: 1.4;
    color: #fff;
    text-align: center;
    font-size: 4.0vw;
    letter-spacing: 4px;
    text-shadow: 0px 2px 2px #000;;
}
.text-style-post::first-letter {
    text-transform: uppercase;
}
@media (min-width: 768px) {
    .text-style-post {
        font-size: 4.0vw;
    }
}

@media (min-width: 1024px) {
    .text-style-post {
        font-size: 4.0vw;
    }
}

@media (min-width: 1280px) {
    .text-style-post {
        font-size: 5.0vw;
    }
}
