<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.banner-white{
    color: #fffceb;
    font-size: 63px;
    font-family: 'Gilroy',Arial,sans-serif;
    line-height: 1.05;
    font-weight: 900;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    margin-left: 15px;
}

.banner-yellow{
    color: rgb(255, 197, 5);
    font-size: 120px;
    font-family: 'Gilroy',Arial,sans-serif;
    text-transform: uppercase;
    line-height: 1;
}

@media (max-width: 1300px){
    .profession-title-custom{
        padding-left: 60px;
    }
}

@media (max-width: 1199px){
    .banner-white{
        font-size: 40px;
    }
    .banner-yellow{
        font-size: 80px;
    }
}

@media (max-width: 959px){
    .banner-white{
        font-size: 30px;
    }
    .banner-yellow{
        font-size: 50px;
    }
}

@media (max-width: 479px){
    #1701234137550{
        top: 85px;
    }
}

.classic-ul{
    font-family: 'Gilroy',Arial,sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.75;
}

.classic-ul li a{
    color: rgb(44, 74, 148) !important;
    font-size: 22px;
    text-decoration: underline !important;
}

.bold-text{
    font-weight: 700;
}

.text-custom-font{
    font-size: 22px;
    color: #1f1a1a;
    font-weight: 600;
    font-family: 'Gilroy';
}

.text-custom-grey{
    margin-top: 30px;
    font-family: 'Gilroy';
    color: #1f1a1a;
    font-size: 15px;
    line-height: 1.55;
    font-family: 'Gilroy',Arial,sans-serif;
    font-weight: 300;
    margin-bottom: 30px;
}

.footer-contacts-block-list{
	display: none;
}

.footer-contacts-custom .class-flex{
    display: flex;
    gap: 50px;
    font-family: 'Gilroy';
    font-weight: 600;
    margin-bottom: 10px;
}

.class-flex a span{
    color: #000;
}

.footer-contacts-block__title,
.footer-contacts-block-list{
    font-family: 'Gilroy', Arial,sans-serif;
}

.footer-contacts-block__title select{
    background-color: #f2e6d4;
    border: 1px solid black;
    border-radius: 5px;
    font-family: 'Gilroy';
    padding: 2px;
}

#moskva-ul{
	display: block;
}

.address-warning{
    display: none;
    font-family: 'Gilroy';
    font-size: 12px;
    color: #5b5b5b;
}

.faq-block .faq .question {
    font-size: 22px;
    font-family: 'Gilroy',Arial,sans-serif;
    line-height: 1.5;
    font-weight: 600;
    border-bottom: 1px dashed;
    display: inline;
}

.block-with-numbers-parent {
	font-family: 'Gilroy',Arial,sans-serif;
}

.block-with-numbers-parent h2 {
    font-size: 50px;
    margin-bottom: 25px;
}

.block-with-numbers-element {
    width: 30%;
}

.block-with-numbers {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
}

.block-with-numbers-element-number-block div {
    font-size: 18px;
}

.block-with-numbers-element-number-block {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
}

.block-with-numbers-element-text {
    font-size: 15px;
    margin-top: 10px;
}

.block-with-numbers-element-number-block .block-with-numbers-element-number {
    background-color: #000000;
    color: white;
    min-width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    font-weight: bold;
}

.block-with-numbers-element-number-text {
    font-weight: bold;
}

@media(max-width:959px) {
	.block-with-numbers-element {
		width: 45%;
	}
}
@media(max-width:639px) {
	.block-with-numbers-element {
		width: 100%;
	}
}
@media(max-width:479px) {
	.block-with-numbers-parent h2 {
	    font-size: 40px;
	}
}

.callback_button_wrapper{
    font-family: 'Gilroy',Arial,sans-serif;
    color: #f2e6d4;
    display: flex;
    border: 2px solid #f2e6d4;
    border-radius: 10px;
    padding: 10px;
    justify-content: space-around;
    font-size: 20px;
    width: 1300px;
}

.callback_right{
    margin-top: auto;
    margin-bottom: auto;
}

.callback_title{
    font-weight: 600;
}

.div-width{
    display: flex;
    align-items: center;
    justify-content: center;
}</pre></body></html>