section.second {
    height: 100vh;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.second p {
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 50px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #FFFFFF;
}

@media (max-width: 820px) {
    section.second {
        height: auto;
        padding: 80px 0;
    }
    section.second p {
        font-size: 19px;
        line-height: 31px;
    }
}

section.poloska {
    background-color: #55785B;
    padding-top: 80px;
    padding-bottom: 80px;
}

.podpoloska {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 96px;
    padding-bottom: 116px;
    color: #55785B;
}

.podpoloska ul {
    margin: 53px 0 0 0;
    list-style: none;
    padding: 0;
}

.podpoloska li {
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 40px;
    margin-bottom: 29px;
    padding-left: 100px;
    position: relative;
}

img.xfieldimage.poloska_logo {
    padding-left: 100px;
}

.podpoloska li::before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='54' height='18' viewBox='0 0 54 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 9.98166L8.23 2.76166C11.47 6.45166 17.06 7.76166 21.24 5.82166C22.35 5.31166 23.43 4.67166 24.57 4.00166C27.81 2.09166 31.49 -0.0683423 36.78 0.0016577C42.25 0.0716577 47.94 2.10166 53.68 6.04166L47.49 15.0717C43.56 12.3817 39.9 10.9917 36.63 10.9517C34.5 10.9217 32.85 11.8317 30.12 13.4417C28.86 14.1817 27.44 15.0217 25.84 15.7617C17.29 19.7217 6.42 17.2917 0 9.98166Z' fill='%2355785B'/%3E%3C/svg%3E%0A");
    width: 54px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 15px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.podpoloska h2 {
    font-style: normal;
    font-weight: 300;
    font-size: 50px;
    line-height: 60px;
    letter-spacing: 0.02em;
    padding-left: 100px;
}

@media (max-width: 820px) {
    .podpoloska h2 {
        font-size: 32px;
        line-height: 39px;
        padding-left: 0px;
    }
    .podpoloska li {
        font-size: 15px;
        padding: 0;
        line-height: 27px;
    }
    .podpoloska li::before {
        position: relative;
        display: inline-block;
        top: 4px;
        width: 29px;
        margin-right: 35px;
    }
    .podpoloska {
        padding: 37px 0;
        background-position: 60% center;
    }

}

section.about {
    background-color: #DAD1BD;
    padding: 98px 0;
}

section.about h2 {
    font-style: normal;
    font-weight: 300;
    font-size: 50px;
    line-height: 60px;
    padding-left: 100px;
}

section.about>div>ul {
    list-style: none;
    margin: 40px 0 0 0;
    padding: 0;
    -webkit-columns: 2;
    -moz-columns: 2;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

section.about ul ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

section.about ul li {
    position: relative;
    padding-left: 100px;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 40px;
    letter-spacing: 0.05em;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    margin-bottom: 8px;
    color: #3C3C3B;
}

section.about ul li>ul>li {
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 40px;
    padding-left: 0;
    width: 80%;
    margin: 0 0 20px 0;
    letter-spacing: 0px;
}

section.about li>img {
    position: relative;
    /* left: -27px; */
    top: 47px;
    margin-left: -111px;
}

@media (max-width: 820px) {
    section.about>div>ul {
        -webkit-columns: 1;
        -moz-columns: 1;
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        margin: 0px 0 0 0;
    }
    section.about h2 {
        padding-left: 0;
        font-size: 32px;
        line-height: 39px;
        max-width: 310px;
    }
    section.about ul li {
        font-size: 17px;
        line-height: 30px;
        margin-bottom: 0;
        font-weight: 500;
    }
    section.about ul li>ul>li {
        font-size: 15px;
        line-height: 27px;
        width: 90%;
    }
    section.about {
        padding: 58px 0;
    }
}

.gray {
    background-color: #C4C4C4;
    padding: 87px 0 0px 0;
}

.gray h2 {
    font-weight: 300;
    font-size: 50px;
    line-height: 60px;
    color: #55785B;
}

.gray p {
    font-weight: 400;
    font-size: 22px;
    line-height: 40px;
    color: #3C3C3B;
    margin: 20px 0 0 0;
    max-width: 949px;
}

.gray .img-full-width {
    margin: 54px 0 0px 0;
}

@media (min-width: 768px) {
    .gray .img-full-width {}
    .gray h2,
    .gray p {
        padding-left: 100px;
    }
}

.detal {
    padding: 90px 0 120px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.detal h2 {
    font-weight: 300;
    font-size: 50px;
    line-height: 60px;
    color: #55785B;
    max-width: 950px;
    padding-left: 100px;
    margin-bottom: 80px;
}

.detal>*>ul {
    -webkit-columns: 2;
    -moz-columns: 2;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    list-style: none;
	padding: 0;
    
}

.detal ul ul {
    list-style: none;
    padding: 0
}

.detal>*>ul>li {
    font-weight: 600;
    font-size: 22px;
    line-height: 40px;
    letter-spacing: 0.05em;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #55785B;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    margin-bottom: 80px;
	padding: 0 0 0 100px;
}

.detal ul ul>li {
    font-weight: 400;
    font-size: 22px;
    line-height: 40px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #55785B;
    max-width: 320px;
    letter-spacing: 0px;
}

@media (min-width: 768px) {
    .detal .btn {
        margin-left: 100px !important;
        margin-top: -60px;
        position: relative;
        display: block;
    }
}

@media (max-width: 820px) {
    .detal>*>ul {
        -webkit-columns: 1;
        -moz-columns: 1;
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        padding: 0;
    }
    .detal h2 {
        padding: 0 20px 0px 0px;
        font-weight: 300;
        font-size: 32px;
        line-height: 39px;
    }
    .detal>*>ul>li {
        font-weight: 500;
        font-size: 17px;
        line-height: 30px;
        margin-bottom: 30px;
		padding-left: 0;
    }
    .detal ul ul>li {
        font-weight: 400;
        font-size: 15px;
        line-height: 27px;
    }
    .detal {
        background-position: 90% 0%;
    }
}

.uni {
    padding: 90px 0 90px 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.uni h2 {
    font-weight: 300;
    font-size: 50px;
    line-height: 60px;
    color: #55785B;
    max-width: 728px;
}

.uni ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.uni>*>ul {
    display: flex;
    flex-wrap: wrap;
}

.uni>*>ul>li {
    width: calc(100% / 3);
    position: relative;
    font-weight: 600;
    font-size: 22px;
    line-height: 40px;
    letter-spacing: 0.05em;
    color: #55785B;
    margin-top: 50px;
}

.uni>*>ul>li:not(.d-md-none)::before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='54' height='18' viewBox='0 0 54 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 9.98166L8.23 2.76166C11.47 6.45166 17.06 7.76166 21.24 5.82166C22.35 5.31166 23.43 4.67166 24.57 4.00166C27.81 2.09166 31.49 -0.0683423 36.78 0.0016577C42.25 0.0716577 47.94 2.10166 53.68 6.04166L47.49 15.0717C43.56 12.3817 39.9 10.9917 36.63 10.9517C34.5 10.9217 32.85 11.8317 30.12 13.4417C28.86 14.1817 27.44 15.0217 25.84 15.7617C17.29 19.7217 6.42 17.2917 0 9.98166Z' fill='%2355785B'/%3E%3C/svg%3E%0A");
    width: 54px;
    height: 18px;
    position: relative;
    /* left: 0; */
    /* top: 15px; */
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    margin-bottom: 15px;
}

.uni>*>ul>li>ul>li {
    font-weight: 400;
    font-size: 22px;
    line-height: 40px;
    color: #55785B;
    margin-top: 15px;
    padding: 0 50px 0px 0;
    letter-spacing: 0px;
}

@media (max-width: 820px) {
    .uni>*>ul>li:not(.d-md-none) {
        width: 100%;
        font-weight: 500;
        font-size: 17px;
        line-height: 30px;
        padding-left: 64px;
    }
    .uni>*>ul>li>ul>li:not(.d-md-none) {
        font-weight: 400;
        font-size: 15px;
        line-height: 27px;
        margin-left: -64px;
        padding: 0 20px 0px 0;
    }
    .uni>*>ul>li:not(.d-md-none)::before {
        position: absolute;
        top: 6px;
        left: 0;
        width: 29px;
    }
}

.zkakomstvo {
    background-color: #DAD1BD;
    padding: 90px 0;
}

.zkakomstvo h2 {
    font-weight: 300;
    font-size: 50px;
    line-height: 60px;
    letter-spacing: 0.02em;
    color: #55785B;
    max-width: 796px;
    margin-bottom: 30px;
}

.zkakomstvo p {
    font-weight: 400;
    font-size: 22px;
    line-height: 40px;
    line-height: 33px;
    color: #55785B;
    max-width: 820px;
}

@media (max-width: 820px) {
    .zkakomstvo h2 {
        font-weight: 300;
        font-size: 32px;
        line-height: 39px;
        letter-spacing: 0.02em;
    }
    .zkakomstvo p {
        font-weight: 400;
        font-size: 15px;
        line-height: 27px;
    }
    .dleplyrplayer>video {
        width: 100vw !important;
        margin: 0 -.75rem;
    }
}

section.quote-s {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    padding: 150px 0;
    text-align: center;
}

section.quote-s p {
    font-weight: 400;
    font-size: 30px;
    line-height: 50px;
}

@media (max-width: 820px) {
    section.quote-s p {
        font-size: 19px;
        line-height: 31px;
    }
    section.quote-s img {
        max-width: 166px;
    }
    section.quote-s {
        padding: 48px 0;
    }
}

section.quote-s img {}

.last {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 150px 0px;
}

.last h2 {
    font-weight: 300;
    font-size: 120px !important;
    line-height: 147px !important;
    letter-spacing: 0.03em;
    color: #55785B;
    margin: 110px 0;
}

@media (max-width: 820px) {
    .last h2 {
        font-weight: 300;
        font-size: 46px !important;
        line-height: 56px !important;
        margin: 86px 0;
    }
    .last {
        padding: 60px 0;
        background-position: -69px center;
    }
    .last img {
        max-width: 173px;
    }
    section.uni {
        background-image: inherit !important;
        background-position: right center;
        background-color: #E5E5E5;
    }
    .uni h2 {
        max-width: 310px;
    }
    .gray p {
        font-size: 15px;
        line-height: 27px;
        color: #55785B;
    }
    section.about li>img {
        width: 74px;
        margin-right: 37px;
    }
}

.last .btn {}

.mobile .zkakomstvo .container {
    display: flex;
    flex-wrap: wrap;
}

.mobile .zkakomstvo .container>* {
    width: 100%;
}

.mobile .zkakomstvo .container>p {
    order: 2;
}

.landscape .zkakomstvo img {
    padding: 0 !important;
    margin: 0 !important;
    margin-top: 50px !important;
}

.portrait .zkakomstvo img {
    position: relative;
    left: -29px;
    width: 100vw;
    max-width: 100vw;
}


/* .portrait .first.pillow {
    height: auto;
} */

/* .portrait .first.pillow h1 {
    padding-top: 238px;
    padding-bottom: 131px;
} */

.portrait .first.pillow h1 {
    padding-top: 200px;
    padding-bottom: 75px;
}

img.sr {
    width: 100vw !important;
    max-width: 100vw !important;
    left: -18px;
    margin-bottom: 53px;
}

.uni .sr {
    left: -30px !important;
    position: relative;
}