section.poloska {
    background-color: #55785B;
    padding-top: 80px;
    padding-bottom: 80px;
    color: #DAD1BD;
}

img.xfieldimage.poloska_logo {
    margin-bottom: 50px;
}

section.poloska h2 {
    font-weight: 300;
    font-size: 50px;
    line-height: 60px;
    letter-spacing: 0.02em;
}

section.poloska p {
    font-weight: 400;
    font-size: 22px;
    line-height: 40px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #DAD1BD;
    margin-top: 30px;
    max-width: 945px;
}

.podpoloska {
    background-color: #C4C4C4;
    padding: 70px 0;
}

.podpoloska tr {
    display: flex;
    align-items: start;
    flex-wrap: wrap;
    justify-content: space-between;
}

.podpoloska td {
    position: relative;
    font-weight: 400;
    font-size: 22px;
    line-height: 40px;
    color: #55785B;
    width: calc(100% / 3 - 100px) !important;
}

.podpoloska h5 {
    font-weight: 600;
    font-size: 22px;
    line-height: 40px;
    letter-spacing: 0.05em;
    color: #55785B;
}

.podpoloska td img {
    position: absolute;
    left: -100px;
    top: 0;
}

@media (max-width: 820px) {
    .podpoloska td {
        font-size: 15px;
        line-height: 27px;
    }
    .podpoloska h5 {
        font-weight: 500;
        font-size: 17px;
        line-height: 30px;
        max-width: 167px;
    }
    section.poloska {
        padding-top: 34px;
        padding-bottom: 34px;
    }
}

@media (max-width: 820px) {
    section.poloska h2 {
        font-weight: 300;
        font-size: 32px;
        line-height: 39px;
        letter-spacing: 0.02em;
        max-width: 310px;
    }
    section.poloska p {
        font-weight: 400;
        font-size: 15px;
        line-height: 27px;
        font-feature-settings: 'pnum' on, 'lnum' on;
        color: #DAD1BD;
    }
    img.xfieldimage.poloska_logo {
        max-width: 173px;
    }
    .podpoloska td {
        width: 100% !important;
        margin-bottom: 45px;
        padding-left: 84px;
    }
    .podpoloska td:last-child {
        margin-bottom: 0px;
    }
    .podpoloska td img {
        position: absolute;
        left: 0;
        top: 0;
        width: 49px;
        margin: 0 !important;
        left: 0;
    }
    section.detal {
        background-image: url(/uploads/rectangle-72.webp) !important;
        /* background-position-y: bottom !important; */
        padding: 34px 0 48px 0;
    }
    section.detal .btn {
        margin-top: 70px !important;
    }
    .podpoloska {
        padding-bottom: 35px !important;
    }
}

.bg-text-2,
.bg-text-2 p,
.bg-text-2 h2 {
    background-color: #DAD1BD !important;
    color: #55785B !important;
}

.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 {
    list-style: none;
    padding: 0 0 0 100px;
    display: flex;
    flex-wrap: wrap;
}

.detal ul ul {
    list-style: none;
    padding: 0
}

.detal>*>ul>li {
    font-weight: 600;
    font-size: 22px;
    line-height: 40px;
    letter-spacing: 0.05em;
    color: #55785B;
    width: calc(100% / 3);
    margin-bottom: 80px;
}

.detal ul ul>li {
    font-weight: 400;
    font-size: 22px;
    line-height: 40px;
    color: #55785B;
    max-width: 320px;
    margin-top: 20px;
    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 {
        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;
        width: 100%;
        margin-bottom: 30px;
    }
    .detal ul ul>li {
        font-weight: 400;
        font-size: 15px;
        line-height: 27px;
    }
}

.uni {
    padding: 90px 0 90px 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #DAD1BD;
}

.uni h2 {
    font-weight: 300;
    font-size: 50px;
    line-height: 60px;
    color: #55785B;
    max-width: 1197px;
    margin-bottom: 30px;
	padding-left: 100px;
}

.uni ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.uni>*>ul {
    display: flex;
    flex-wrap: wrap;
	padding-left: 100px;
}
@media (max-width: 820px){
	.uni>*>ul{
		padding-left: 0px;
	}
	.uni h2{
		padding-left: 0px;
	}
}
.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::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: 27px;
}

.uni>*>ul>li>ul>li {
    font-weight: 400;
    font-size: 22px;
    line-height: 40px;
    color: #55785B;
    margin-top: 15px;
    padding: 0 50px 0 0px;
    letter-spacing: 0px;
}

@media (max-width: 820px) {
    .uni>*>ul>li {
        width: 100%;
        font-weight: 500;
        font-size: 17px;
        line-height: 30px;
        padding-left: 64px;
    }
    .uni>*>ul>li>ul>li {
        font-weight: 400;
        font-size: 15px;
        line-height: 27px;
        margin-left: -64px;
        padding: 0 20px 0 0px;
    }
    .uni>*>ul>li::before {
        position: absolute;
        top: 6px;
        left: 0;
        width: 29px;
    }
}

section.polosa-2 {
    background-color: #C4C4C4;
    padding: 80px 0;
    background-position: center 190px;
    background-repeat: no-repeat;
}

section.polosa-2 h2 {
    font-weight: 300;
    font-size: 50px;
    line-height: 60px;
    letter-spacing: 0.02em;
    color: #55785B;
	padding-left: 100px;
}

section.polosa-2 ul {
    margin: 160px 0 0 0px;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
	padding-left: 100px;
}
@media (max-width: 820px){
		section.polosa-2 h2{
			padding-left: 0;
		}
		section.polosa-2 ul{
			padding-left: 0;
		}
}
section.polosa-2 li {
    color: #55785B;
    width: 50%;
    padding-left: 100px;
    position: relative;
    margin-bottom: 50px;
    font-size: 22px;
}
section.polosa-2 li b {
    letter-spacing: 0.05em;
    font-weight: 600;
    font-size: 22px;
    line-height: 40px;
}

section.polosa-2 li::before {
    position: absolute;
    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;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    margin-bottom: 15px;
    color: #55785B;
    left: 0;
    top: 6px;
}
@media (min-width: 992px){
	section.polosa-2 .btn-primary {
    margin-left: 100px !important;
}
.counters td:nth-child(2){
	padding-left: 150px !important;
}
}


@media (max-width: 820px) {
    section.polosa-2 li {
        width: 100%;
    }
    section.polosa-2 h2 {
        font-size: 34px;
        line-height: 120%;
    }
    section.polosa-2 {
        background-position: center 230px;
    }
    section.polosa-2 li::before {
        width: 29px;
        left: 0;
    }
    section.polosa-2 li {
        padding-left: 64px;
        letter-spacing: 0px;
        font-weight: 400;
        font-size: 15px;
        line-height: 27px;
    }
    section.polosa-2 li b {
        font-weight: 500;
        letter-spacing: 0.05em;
        font-size: 17px;
        line-height: 30px;
    }
}


/* .portrait .first.mattress {
    height: auto;
} */

/* .portrait .first.mattress h1 {
    padding-top: 238px;
    padding-bottom: 129px;
} */

.portrait .first.mattress h1 {
    padding-top: 200px;
    padding-bottom: 75px;
}

.zkakomstvo {
    background-color: #c4c4c4;
    padding-bottom: 10%;
    padding-top: 2%;
}