<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

.side-info {
    padding-top: 100px !important;
}

.swiper {
    width: 100%;
    max-width: 1720px;
    color: white;
    height: 100%; 
    overflow: hidden;
	max-height: 500px;
}

.swiper-slide {
    height: 100%; 
}

.offer-slide {
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%; 
    background: #2A73E2;
	height: 500px;
}

.spec-outstaff {
    background-color: #E6E6E6;
}


.offer-slide h3 {
    font-weight: 400;
    font-size: 48px;
    line-height: 62.4px;
    letter-spacing: 0px;
    max-width: 800px;
    margin-bottom: 10px;
    margin-block-start: 10px;
}

.offer-slide p {
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0%;
    max-width: 550px;
    margin-bottom: 20px;
    margin-block-start: 2em;
    margin-block-end: 2em;
}

.offer-button {
    display: inline-block;
    background: white;
    color: black;
    padding: 10px 20px;
    border-radius: 20px;
    text-decoration: none;
    font-family: HelveticaNeueCyr;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0px;

}

.button-and-nextprev {
    display: flex;
    justify-content: space-between;
}

.swiper-button-next, .swiper-button-prev {
    color: transparent !important;
    position: relative !important;
    flex-direction: row-reverse;
    width: 61px !important;
    height: 61px !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.butt-prevnext-flex {
    display: flex;
    flex-direction: row-reverse;
    gap: 30px;
}

.spec-outstaff h3 {
    font-weight: 700;
    font-size: 70px;
    line-height: 62.4px;
    letter-spacing: 0px;
    max-width: 750px;
    margin-bottom: 10px;
    color: black;
    margin-block-start: 10px;
}

.spec-outstaff p {
    font-weight: 400;
    font-size: 40px;
    line-height: 40px;
    max-width: 425px;
    margin-bottom: 20px;
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
    color: black;
}

.spec-outstaff span {
    padding-left: 20px;
    font-weight: 600;
    font-size: 90px;
    line-height: 26px;
    color: #2A73E2;
    font-style: italic;
}

.spec-outstaff-flex {
    display: flex;
    align-items: center;
}

@media (max-width: 939px) {
    .swiper {
        height: auto; 
    }
}

@media (max-width: 900px) {
    .offer-slide h3 {
        font-size: 26px;
        line-height: 33px;
        max-width: none;
    }
    .offer-slide p {
        font-size: 16px;
        line-height: 19px;
    }
    .offer-button {
        font-size: 20px;
    }
    .swiper {
        height: auto; 
    }
	.spec-outstaff-flex {
		flex-direction: column;
		align-items: flex-start; 
	}
	.spec-outstaff span {
		font-size: 50px;
		padding-left: 0px;
	}
	.offer-slide {
		height: 450px;
    	padding: 30px 50px;
	}
	.spec-outstaff h3 {
        font-size: 30px;
        line-height: 42.4px;
        max-width: 200px;
    }
	.swiper-button-next, .swiper-button-prev {
		width: 41px !important;
    	height: 46px !important;
	}

    .spec-outstaff p {
        font-size: 30px;
        line-height: 30px;
        margin-block-end: 25px;
    }

}

</pre></body></html>