:root {
    --padding:calc(50% - 640px);
}

@media (max-width: 1440px) {
    :root {
        --padding: 24px;
    }
}

#mainHeader {
    display:flex;
    padding:28px var(--padding);
    position:fixed;
    z-index:10;
    top:0;
    width:100%;
    left:0;
    background:rgba(255,255,255,0.7);
    align-items:center;
    justify-content:space-between;
    transition:all .3s ease;
}

#mainHeader.scroll {
    background:rgba(255,255,255,1);
}

#mainHeader .search {
	height: 22px;
	width: 22px;
	cursor: pointer;
	border: none;
	box-shadow: none;
	background: url('data:image/svg+xml;utf8,<svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.147 14.7682C12.9599 14.6015 12.9501 14.3209 13.1251 14.1415C13.3002 13.9622 13.5938 13.9519 13.7809 14.1186L18.3972 18.2318C18.5843 18.3985 18.5941 18.6791 18.419 18.8585C18.244 19.0378 17.9504 19.0481 17.7632 18.8814L13.147 14.7682Z" fill="%23333333"/><circle cx="10" cy="10" r="5.5" stroke="%23333333"/></svg>') no-repeat center / contain;
}

#searchOpen {
    display:none;
}

#searchOpen:checked ~ #mainMenu {
    width:0;
    flex-grow:0;
    overflow:hidden;
}

#searchForm {
    display:flex;
    width:0;
    flex-grow:0;
    overflow:hidden;
    transition:all 0.5s linear;
}

#searchForm .search {
    display:none;
}

#searchForm input {
    width:calc(100% - 5rem);
    display:block;
    border:none;
    background:none;
    color:#333;
    border-bottom:1px solid rgba(51,51,51,0.1);
}

#searchOpen:checked~#searchForm {
    flex-grow:2;
    width:auto;
}

#searchOpen:checked~#searchForm .search {
    display:inline-block;
}

#searchOpen:checked~ .search {
    margin-right:12px;
    background-image:url('data:image/svg+xml;utf8,<svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3 19L19 3" stroke="%23595959" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/><path d="M19 19L3 3" stroke="%23595959" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-size:18px;
}

#mainLogo {
    width:198px;
    height:81px;
    display:block;
    background:url('/template/img/ranepa-logo.svg') no-repeat center / contain;
    margin-right:24px;
}

#vsguLogo {
    width:61px;
    height:61px;
    display:block;
    background:url('/template/img/vsgulogo.svg') no-repeat center / contain;
    margin-right:24px;
}

#headText {
    font-weight: 700;
    font-size: 22px;
    line-height: 34px;
    color: #921A1D;
    flex-grow:1;
}

#headText h1 {
    font-weight: 700;
    font-size: 22px;
    line-height: 34px;
    color: #921A1D;    
    padding:0;
    text-align:left;
}

#mainMenu {
    display:flex;
    align-items:center;
}

#mainMenu a {
    display:block;
    margin-left:24px;
    font-size: 14px;
    line-height: 16px;
    color: #1E313B;
    white-space: nowrap;
}

.noTouch #mainMenu .active {
    color:#921A1D;
}

.touch #mainMenu .active {
    font-weight:700;
}

#mainSlider {
    display:flex;
    position:relative;
    width:100%;
    height:647px;
    background:no-repeat center / cover;
    padding:0 var(--padding) 32px;
    align-items:flex-end;
}

#mainSlider .lister {
    display:flex;
    align-items:center;
    justify-content:flex-start;
    opacity:0.99;
    z-index:2;
}

#mainSlider .lister .point {
    display:block;
    width:25px;
    height:25px;
    background:#FFFFFF;
    margin-right:12px;
    border-radius:50%;
    cursor:pointer;
    opacity: 0.99;
    z-index: 3;
}

#mainSlider .lister .point.active {
    background:#951A1D;
}

#mainSlider .lister .image {
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:no-repeat center / cover;
    opacity:0;
    z-index:-1;
    transition:all .3s ease;
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
    padding:0 var(--padding) 117px;
    align-items:flex-start;
}

#mainSlider .lister .point.active + .image {
    opacity:1;
    z-index:1;    
}

#mainSlider .lister .image .text {
    display:block;
    margin-bottom:24px;
    font-weight: 600;
    font-size: 40px;
    line-height: 57px;
    color: #FFFFFF;
    /*max-width:420px;*/
}

#mainSlider .lister .image .button {
    padding:16px 33px;
    display:block;
    background: #921A1D;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}

h2 {
    font-weight: 600;
    font-size: 40px;
    line-height: 34px;
    text-align: center;
    color: #1E313B;
}

#mainProgram {
    padding:100px var(--padding);
    background:#ffffff fixed;
}

#mainProgram nav {
    display:flex;
    justify-content:space-between;  
    padding-top:60px;
}

#mainProgram a {
    display:block;
    width:308px;
    font-family: 'Helios';
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    color: #1E313B;    
    box-shadow:0px 6px 28px rgba(0, 0, 0, 0.05);
    border-radius: 16px;
    margin-left:16px;
}

#mainProgram a:first-of-type {
    margin-left:0;
}

#mainProgram a .image {
    border-radius: 16px 16px 0 0;
    width:100%;
    height:162px;
    background:no-repeat center top / cover;
    display:block;
}

#mainProgram a .title {
    border-radius: 0 0 16px 16px;
    padding:20px 32px 32px;    
    background:white;
    display:block;
}

.noTouch #mainProgram a:hover {
    box-shadow:0px 12px 28px rgba(0, 0, 0, 0.1);
    color: #921A1D;
}

#mainFeatures {
    padding:100px var(--padding);
    background:#E7E7E7 fixed;    
}

#mainFeatures ul {
    padding-top:60px;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}

#mainFeatures ul li {
    width:287px;
    text-align:center;
    margin:0 50px 60px;
}

#mainFeatures ul li:before {
    content:'';
    display:block;
    width:100%;
    height:100px;
    margin-bottom:24px;
    background:no-repeat center top / contain;
}

#mainFeatures ul li:nth-of-type(1):before{
    background-image:url('data:image/svg+xml;utf8,<svg width="100" height="100" viewBox="0 0 100 100" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.0521 14.4951C14.6531 16.3596 15.7179 18.0408 17.1466 19.3811C18.1367 20.2289 19.306 20.8414 20.5667 21.1726H21.0553C22.3161 20.8414 23.4854 20.2289 24.4755 19.3811C25.9042 18.0408 26.969 16.3596 27.57 14.4951C27.57 14.4951 28.7101 15.3094 29.1987 11.2378C29.6873 7.16612 28.0586 9.77199 27.8957 9.77199V7.00326C27.8957 5.14588 27.1579 3.36457 25.8445 2.05121C24.5312 0.737841 22.7499 0 20.8925 0L20.5667 0C18.7224 0.0414618 16.9651 0.792613 15.6606 2.0971C14.3561 3.40158 13.605 5.1589 13.5635 7.00326C13.5635 7.49186 13.7264 9.28339 13.7264 9.60912C13.7264 9.93485 12.2606 9.28339 12.5863 11.2378C12.912 13.1922 14.0521 14.4951 14.0521 14.4951Z" fill="%231E313B"/><path d="M63.5635 26.3843H35.8762L27.8958 23.6155L25.4528 21.6611L22.1954 24.7556L23.6612 42.9966L20.8925 46.0911L18.1238 42.9966L19.4267 24.7556L16.1694 21.6611L13.5635 23.6155L5.74593 26.5471C2 28.0129 2 30.2931 2 30.2931V59.4462C3.01911 60.5307 4.42196 61.1736 5.90879 61.2377H6.07166C6.83732 61.2368 7.59448 61.0771 8.2953 60.7687C8.99612 60.4604 9.62538 60.01 10.1433 59.4462V95.7654C10.1433 98.2084 12.0977 99.837 15.0293 99.837C17.9609 99.837 20.0782 97.8826 20.0782 95.6025V64.8207C20.0782 64.495 20.4039 64.3321 20.7296 64.3321H20.8925C21.2182 64.3321 21.544 64.495 21.544 64.8207V95.6025C21.544 98.3712 23.3355 99.837 26.43 99.837C29.5244 99.837 31.4788 97.8826 31.4788 95.9282V63.8435V35.179H63.5635C64.141 35.179 64.7128 35.0653 65.2463 34.8443C65.7798 34.6233 66.2646 34.2994 66.6729 33.8911C67.0813 33.4827 67.4052 32.998 67.6262 32.4645C67.8472 31.9309 67.9609 31.3591 67.9609 30.7817C67.9609 30.2042 67.8472 29.6324 67.6262 29.0988C67.4052 28.5653 67.0813 28.0806 66.6729 27.6722C66.2646 27.2639 65.7798 26.94 65.2463 26.719C64.7128 26.498 64.141 26.3843 63.5635 26.3843V26.3843Z" fill="%231E313B"/><path d="M89.948 73.29C90.2732 71.0214 90.2732 68.7181 89.948 66.4496L96.4627 61.5636L93.6939 54.7232L85.7135 56.189C84.2952 54.3627 82.6538 52.7212 80.8275 51.303L82.1304 42.6711L75.29 39.9023L70.404 46.9056C68.0779 46.5515 65.7079 46.6066 63.4008 47.0685L58.3519 40.0652L51.3487 42.8339L52.9773 51.303C51.2985 52.6556 49.7696 54.1844 48.4171 55.8633L39.948 54.5603L37.0164 61.4007L44.0197 66.1238C43.6945 68.3924 43.6945 70.6957 44.0197 72.9642L36.6907 78.3388L39.4594 85.3421L48.2542 83.5506C49.5258 85.4468 51.1252 87.1014 52.9773 88.4365L51.6744 97.0685L58.5148 99.8372L63.2379 92.8339C65.4519 93.1593 67.7015 93.1593 69.9154 92.8339L75.1272 100L81.9675 97.0685L80.3389 88.7623C82.3438 87.3796 84.105 85.6734 85.5506 83.7134L94.1825 85.0164L97.1141 78.176L89.948 73.29ZM72.3584 83.5506C70.5851 84.2933 68.6816 84.6758 66.759 84.6758C64.8364 84.6758 62.933 84.2933 61.1596 83.5506C59.3862 82.8079 57.7783 81.7198 56.4295 80.3497C55.0807 78.9796 54.0179 77.3549 53.3031 75.5701C51.8918 71.9799 51.9359 67.981 53.4261 64.4228C54.9163 60.8647 57.735 58.0277 61.2835 56.5147C63.0893 55.5945 65.0663 55.0588 67.0896 54.9414C69.1129 54.824 71.1385 55.1275 73.0386 55.8326C74.9387 56.5378 76.6719 57.6293 78.1288 59.0383C79.5856 60.4472 80.7345 62.143 81.5027 64.0184C82.271 65.8939 82.642 67.9083 82.5922 69.9344C82.5425 71.9605 82.0732 73.9543 81.2139 75.7898C80.3545 77.6253 79.1239 79.2627 77.5997 80.5985C76.0755 81.9342 74.2908 82.9394 72.3584 83.5506V83.5506Z" fill="%231E313B"/></svg>');
}

#mainFeatures ul li:nth-of-type(2):before{
    background-image:url('data:image/svg+xml;utf8,<svg width="100" height="100" viewBox="0 0 100 100" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M81.4873 12.3975H81.6504V19.4121C81.3891 21.1504 80.5127 22.7373 79.1805 23.8841C77.8484 25.031 76.1489 25.6618 74.3911 25.6618C72.6332 25.6618 70.9338 25.031 69.6016 23.8841C68.2694 22.7373 67.393 21.1504 67.1317 19.4121V12.3975H32.0585V19.4121C31.8038 21.0682 30.9646 22.5784 29.6929 23.6694C28.4212 24.7604 26.801 25.3602 25.1255 25.3602C23.4499 25.3602 21.8297 24.7604 20.558 23.6694C19.2863 22.5784 18.4472 21.0682 18.1924 19.4121V12.2344C17.8661 12.2344 4 12.3975 4 26.4268V86.2959C4 100.325 18.1924 99.9989 18.1924 99.9989H81.4873C81.4873 99.9989 95.3534 100.325 95.3534 86.2959V26.4268C95.3534 12.2344 81.4873 12.3975 81.4873 12.3975ZM88.665 43.8818V82.707C87.6862 93.3105 76.5933 92.9843 76.5933 92.9843H23.0863C23.0863 92.9843 12.1566 93.1474 11.0146 82.707V36.704H88.665V43.8818Z" fill="%231E313B"/><path d="M74.1464 0C71.3732 0 69.0894 2.77323 69.0894 6.03585V18.4338C69.0894 21.8596 71.3732 24.6328 74.1464 24.6328C76.9196 24.6328 79.2035 21.8596 79.2035 18.4338V6.03585C79.2035 2.77323 76.9196 0 74.1464 0Z" fill="%231E313B"/><path d="M25.0439 0C23.5735 0.163537 22.2189 0.876048 21.2511 1.99508C20.2833 3.11411 19.7735 4.55721 19.8237 6.03585V18.4338C19.8237 21.8596 22.2707 24.6328 25.0439 24.6328C27.8171 24.6328 30.2641 21.8596 30.2641 18.4338V6.03585C30.3142 4.55721 29.8045 3.11411 28.8366 1.99508C27.8688 0.876048 26.5143 0.163537 25.0439 0V0Z" fill="%231E313B"/><path d="M31.0797 57.7482L21.455 55.9538C22.1733 53.1389 23.8451 50.6599 26.1858 48.9392C28.3065 47.3078 31.5691 46.4922 35.8105 46.4922C40.0519 46.4922 43.9671 47.471 46.0878 49.2654C47.1135 50.0505 47.9423 51.0636 48.5086 52.2245C49.0749 53.3854 49.3631 54.6622 49.3504 55.9538C49.343 57.4653 48.8889 58.941 48.0453 60.1952C47.0557 61.654 45.7074 62.8337 44.1302 63.621C45.2517 63.8967 46.3442 64.2791 47.3928 64.7629C48.5601 65.5499 49.5132 66.6151 50.166 67.8624C50.8691 69.2207 51.2065 70.7386 51.1448 72.2669C51.1647 74.3904 50.6003 76.4784 49.5135 78.3027C48.3915 80.293 46.6823 81.8882 44.6196 82.8704C42.085 84.1028 39.2767 84.6645 36.463 84.5017C33.8069 84.5698 31.1588 84.1836 28.6327 83.3598C26.7189 82.6062 25.0328 81.3698 23.7388 79.7709C22.4613 78.1208 21.5191 76.2366 20.9656 74.2245L31.0797 72.7563C31.2855 74.3363 31.9684 75.816 33.0373 76.9977C33.4733 77.4213 33.9895 77.7536 34.5557 77.9751C35.1218 78.1966 35.7265 78.3029 36.3342 78.2877C36.9419 78.2725 37.5405 78.1362 38.0949 77.8866C38.6492 77.6371 39.1482 77.2794 39.5625 76.8346C40.54 75.7038 41.0631 74.2506 41.0307 72.7563C41.099 71.3342 40.6336 69.9378 39.7257 68.8411C39.2651 68.3568 38.7071 67.9755 38.0885 67.7225C37.4699 67.4694 36.8047 67.3503 36.1368 67.373C35.0192 67.396 33.9146 67.617 32.8741 68.0255L33.3635 60.6846H34.6686C35.2716 60.6932 35.8704 60.5824 36.4304 60.3584C36.9904 60.1344 37.5005 59.8017 37.9312 59.3795C38.3853 59.0088 38.7418 58.5324 38.9693 57.9921C39.1968 57.4518 39.2884 56.864 39.2363 56.2801C39.2166 55.3729 38.8689 54.5036 38.2575 53.8331C37.9153 53.4961 37.5061 53.2348 37.0565 53.0662C36.6068 52.8976 36.1267 52.8254 35.6474 52.8543C35.1023 52.7958 34.5511 52.869 34.0401 53.0677C33.5292 53.2664 33.0734 53.5848 32.711 53.9962C31.7583 55.0262 31.1832 56.349 31.0797 57.7482Z" fill="%231E313B"/><path d="M78.551 46.4922V83.8492H68.2737V59.3795C66.7082 60.5131 65.0737 61.5482 63.3798 62.479C61.4668 63.3503 59.5061 64.1128 57.5071 64.7629V56.2801C60.4392 55.476 63.2023 54.1497 65.6636 52.3649C67.4833 50.6974 68.9768 48.7059 70.0682 46.4922H78.551Z" fill="%231E313B"/></svg>');
}

#mainFeatures ul li:nth-of-type(3):before{
    background-image:url('data:image/svg+xml;utf8,<svg width="100" height="100" viewBox="0 0 100 100" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_197_11538)"><path d="M57.6755 18.1609L50.842 11.4901L51.6555 10.3512C52.1416 9.79231 52.7414 9.34355 53.4148 9.03492C54.0882 8.72629 54.8197 8.5649 55.5604 8.56152C56.8549 8.56152 58.0964 9.07577 59.0118 9.99115C59.9272 10.9065 60.4414 12.148 60.4414 13.4426C60.4607 14.1868 60.3094 14.9256 59.9992 15.6024C59.689 16.2792 59.2281 16.8761 58.6517 17.3474L57.6755 18.1609Z" fill="%231E313B"/><path d="M78.1756 38.8243L71.5049 31.9909L72.3184 31.0146C72.7639 30.3987 73.3515 29.8996 74.0314 29.5597C74.7113 29.2197 75.4632 29.0491 76.2232 29.0622C77.5325 29.1045 78.774 29.6545 79.685 30.5958C80.5959 31.5372 81.1049 32.796 81.1043 34.106C81.1009 34.8467 80.9395 35.5782 80.6309 36.2516C80.3222 36.9249 79.8735 37.5247 79.3145 38.0108L78.1756 38.8243Z" fill="%231E313B"/><path d="M64.5088 25.1576L57.6753 18.3241L58.4888 17.3479C58.9435 16.7417 59.533 16.2497 60.2108 15.9108C60.8885 15.5719 61.6359 15.3955 62.3936 15.3955C63.7313 15.3955 65.0142 15.9269 65.9601 16.8728C66.906 17.8187 67.4374 19.1016 67.4374 20.4393C67.4379 21.1742 67.2607 21.8984 66.9207 22.5501C66.5807 23.2017 66.0881 23.7614 65.485 24.1814L64.5088 25.1576Z" fill="%231E313B"/><path d="M71.3422 31.9905L64.5088 25.1571L65.485 24.1809C65.8947 23.5674 66.4522 23.067 67.1062 22.7258C67.7602 22.3845 68.4896 22.2135 69.2271 22.2284C70.5648 22.2284 71.8477 22.7598 72.7936 23.7057C73.7395 24.6516 74.2709 25.9345 74.2709 27.2722C74.29 27.9931 74.1378 28.7082 73.8266 29.3588C73.5155 30.0093 73.0544 30.5767 72.4812 31.0143L71.3422 31.9905Z" fill="%231E313B"/><path d="M78.6637 47.7731L78.1755 47.1223H78.0128C77.6915 47.1642 77.3649 47.1091 77.075 46.9642C76.7852 46.8193 76.5452 46.5911 76.3858 46.3088L72.3183 50.3764L59.4649 63.2298H59.3022L49.2147 53.305L48.0758 52.1661H49.5401C50.3774 52.1619 51.2061 51.9962 51.9806 51.678C52.1639 51.3313 52.4474 51.0478 52.7941 50.8645C53.1792 50.264 53.7508 49.8067 54.4211 49.5629C55.253 48.5545 55.7126 47.2906 55.7228 45.9834C55.6672 44.9896 55.39 44.0208 54.9114 43.1481C54.4328 42.2754 53.765 41.5208 52.9568 40.9397H49.5401L44.3337 40.2889C42.8526 40.5435 41.3298 40.3743 39.9407 39.8008H35.7105C35.2021 40.0606 34.6509 40.226 34.0835 40.2889H32.6192C31.6899 40.8063 30.9143 41.5606 30.3713 42.4752C29.8283 43.3897 29.5372 44.4318 29.5278 45.4953C29.7814 47.5109 30.7656 49.3634 32.2938 50.7018L44.3337 62.579C45.1176 63.2004 45.8274 63.9101 46.4488 64.6941C46.6115 65.0195 46.6115 72.8292 46.6115 72.8292H76.8739C76.8739 72.8292 76.7112 63.2298 76.8739 63.2298C77.0366 63.2298 77.1993 62.9044 77.362 62.579C78.4933 61.5133 79.3944 60.2273 80.01 58.8003C80.6256 57.3733 80.9426 55.8354 80.9415 54.2812C80.8329 51.9362 80.0412 49.674 78.6637 47.7731Z" fill="%231E313B"/><path d="M46.7744 74.7815H45.9609C45.3565 74.7586 44.7539 74.8608 44.1908 75.0817C43.6278 75.3026 43.1164 75.6373 42.6888 76.065C42.2611 76.4927 41.9263 77.004 41.7055 77.5671C41.4846 78.1301 41.3824 78.7327 41.4052 79.3371V82.103V95.4445C41.4052 96.6528 41.8852 97.8115 42.7395 98.6658C43.5939 99.5202 44.7526 100 45.9609 100H77.5249C78.7048 99.958 79.8221 99.4595 80.6416 98.6097C81.4611 97.7598 81.9186 96.6251 81.9179 95.4445V82.103V79.1744C81.9183 78.5836 81.7995 77.9987 81.5686 77.4548C81.3378 76.911 80.9995 76.4193 80.5742 76.0091C80.1489 75.599 79.6453 75.2789 79.0934 75.068C78.5415 74.857 77.9527 74.7596 77.3622 74.7815H46.7744ZM71.8304 80.8014C72.6349 80.8014 73.4213 81.04 74.0902 81.4869C74.7591 81.9339 75.2804 82.5691 75.5883 83.3124C75.8962 84.0556 75.9767 84.8734 75.8198 85.6625C75.6628 86.4515 75.2754 87.1763 74.7066 87.7451C74.1377 88.314 73.413 88.7014 72.6239 88.8583C71.8349 89.0153 71.0171 88.9347 70.2738 88.6268C69.5306 88.319 68.8953 87.7976 68.4484 87.1287C68.0014 86.4598 67.7629 85.6734 67.7629 84.8689C67.7629 83.7902 68.1914 82.7556 68.9542 81.9928C69.717 81.2299 70.7516 80.8014 71.8304 80.8014Z" fill="%231E313B"/><path d="M71.8305 86.3329C72.1201 86.3329 72.4032 86.247 72.6441 86.0861C72.8849 85.9252 73.0725 85.6965 73.1834 85.429C73.2942 85.1614 73.3232 84.867 73.2667 84.5829C73.2102 84.2989 73.0707 84.038 72.8659 83.8332C72.6612 83.6284 72.4002 83.4889 72.1162 83.4324C71.8321 83.3759 71.5377 83.4049 71.2702 83.5158C71.0026 83.6266 70.7739 83.8143 70.613 84.0551C70.4521 84.2959 70.3662 84.579 70.3662 84.8686C70.3662 85.257 70.5205 85.6294 70.7951 85.904C71.0697 86.1786 71.4422 86.3329 71.8305 86.3329Z" fill="%231E313B"/><path d="M31.6431 20.2761C31.2174 20.2542 30.8136 20.0811 30.5042 19.7879C30.206 19.4838 30.0391 19.0749 30.0391 18.649C30.0391 18.2232 30.206 17.8143 30.5042 17.5101L34.5717 13.4426C34.885 13.2076 35.2726 13.0935 35.6632 13.1213C36.0539 13.149 36.4214 13.3168 36.6984 13.5937C36.9753 13.8707 37.1431 14.2382 37.1708 14.6289C37.1986 15.0195 37.0845 15.4071 36.8495 15.7204L32.782 19.7879C32.4726 20.0811 32.0687 20.2542 31.6431 20.2761Z" fill="%231E313B"/><path d="M62.2311 53.1419C61.8055 53.12 61.4016 52.9469 61.0922 52.6538C60.8675 52.347 60.7463 51.9766 60.7463 51.5963C60.7463 51.2159 60.8675 50.8455 61.0922 50.5387L68.4138 43.2171C68.5505 43.0744 68.7146 42.9608 68.8964 42.8832C69.0781 42.8056 69.2737 42.7656 69.4713 42.7656C69.669 42.7656 69.8645 42.8056 70.0463 42.8832C70.228 42.9608 70.3922 43.0744 70.5289 43.2171C70.827 43.5213 70.994 43.9302 70.994 44.356C70.994 44.7819 70.827 45.1908 70.5289 45.4949L63.37 52.6538C63.2274 52.8135 63.0515 52.9399 62.8548 53.0243C62.658 53.1086 62.4451 53.1488 62.2311 53.1419Z" fill="%231E313B"/><path d="M58.977 64.8565C58.2251 64.8673 57.4786 64.729 56.7805 64.4498C56.0823 64.1705 55.4464 63.7558 54.9094 63.2295L18.627 26.9471C17.5931 25.8437 17.0122 24.3916 17 22.8795C17.0423 21.3735 17.619 19.9317 18.627 18.812L36.0361 1.56566C37.1195 0.559309 38.5435 0 40.0222 0C41.501 0 42.925 0.559309 44.0084 1.56566L80.4535 37.8481C81.4875 38.9515 82.0683 40.4035 82.0806 41.9156C82.0383 43.4216 81.4616 44.8634 80.4535 45.9831L63.0445 63.2295C62.519 63.7714 61.8851 64.1964 61.1842 64.4767C60.4833 64.7571 59.7312 64.8865 58.977 64.8565ZM40.1036 3.02998C39.3707 3.03177 38.6685 3.32436 38.1512 3.84348L20.9048 21.0898C20.4102 21.5571 20.1182 22.1996 20.0913 22.8795C20.0847 23.2197 20.1543 23.557 20.2951 23.8667C20.4358 24.1764 20.6442 24.4506 20.9048 24.6693L57.1872 61.1144C57.6707 61.5721 58.3112 61.8272 58.977 61.8272C59.6427 61.8272 60.2832 61.5721 60.7667 61.1144L78.1757 43.7053C78.4221 43.4769 78.6187 43.2 78.7532 42.892C78.8876 42.584 78.957 42.2516 78.957 41.9156C78.957 41.5796 78.8876 41.2472 78.7532 40.9392C78.6187 40.6312 78.4221 40.3544 78.1757 40.1259L41.8933 3.84348C41.426 3.34882 40.7836 3.0568 40.1036 3.02998Z" fill="%231E313B"/><path d="M49.5403 52.1661H35.7107C34.0987 52.1666 32.5503 51.5376 31.3954 50.4131C30.2405 49.2886 29.5704 47.7575 29.528 46.1461C29.5063 45.3206 29.6502 44.4991 29.9511 43.7301C30.2521 42.9611 30.704 42.2602 31.2803 41.6688C31.8566 41.0773 32.5456 40.6073 33.3065 40.2865C34.0674 39.9656 34.8849 39.8005 35.7107 39.8008H49.5403C51.18 39.8008 52.7526 40.4522 53.9121 41.6116C55.0716 42.7711 55.7229 44.3437 55.7229 45.9834C55.7229 47.6232 55.0716 49.1958 53.9121 50.3552C52.7526 51.5147 51.18 52.1661 49.5403 52.1661Z" fill="%231E313B"/></g><defs><clipPath id="clip0_197_11538"><rect width="100" height="100" fill="white"/></clipPath></defs></svg>');
}

#mainFeatures ul li:nth-of-type(4):before{
    background-image:url('data:image/svg+xml;utf8,<svg width="100" height="100" viewBox="0 0 100 100" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.0875 14.3744C13.6507 16.3094 14.7225 18.058 16.1911 19.4381C17.1663 20.3144 18.3457 20.9322 19.6213 21.2349H20.1114C21.3758 20.9026 22.5485 20.2883 23.5416 19.4381C25.0067 18.0828 26.031 16.3187 26.4818 14.3744C26.6452 14.3744 27.7886 15.1911 28.1153 11.2708C28.442 7.35054 26.9719 9.80072 26.8085 9.63737C26.6452 9.47403 26.9719 7.51388 26.9719 7.02385C26.9719 6.10146 26.7902 5.18811 26.4372 4.33594C26.0842 3.48377 25.5669 2.70946 24.9146 2.05724C24.2624 1.40501 23.4881 0.88764 22.6359 0.534659C21.7838 0.181677 20.8704 0 19.948 0L19.6213 0C17.7585 0 15.972 0.740011 14.6547 2.05724C13.3375 3.37446 12.5975 5.16101 12.5975 7.02385C12.5975 7.51388 12.7608 9.14734 12.7608 9.63737C12.7608 10.1274 11.2907 9.31068 11.4541 11.1075C11.6174 12.9043 13.0875 14.3744 13.0875 14.3744Z" fill="%231E313B"/><path d="M62.5812 26.4619H34.8125L26.9719 23.685L24.5217 21.5615L21.2548 24.8284L22.5616 43.1231L19.7847 46.0633L17.1712 43.1231L18.4779 24.8284L15.211 21.5615L12.5975 23.685L4.75694 26.4619C1 27.932 1 30.3822 1 30.3822V59.621C2.05765 60.6348 3.45567 61.2173 4.92029 61.2544H5.08363C5.83844 61.2652 6.58792 61.1265 7.28881 60.8461C7.98971 60.5658 8.62814 60.1494 9.16727 59.621V95.8836C9.16727 98.3338 11.1274 99.9673 13.9043 99.9673C16.6812 99.9673 19.1313 98.0071 19.1313 95.5569V64.848C19.1313 64.5213 19.458 64.358 19.7847 64.358H19.9481C20.2747 64.358 20.6014 64.5213 20.6014 64.848V95.7203C20.6014 98.3338 22.2349 99.9673 25.5018 99.9673C28.7687 99.9673 30.5655 97.8438 30.5655 96.047V63.868V35.2825H62.5812C63.7509 35.2825 64.8727 34.8179 65.6998 33.9908C66.5268 33.1637 66.9915 32.0419 66.9915 30.8722C66.9915 29.7025 66.5268 28.5807 65.6998 27.7536C64.8727 26.9265 63.7509 26.4619 62.5812 26.4619Z" fill="%231E313B"/><path d="M98.0273 52.9236L91.9835 42.4695L86.103 32.1787L80.2226 42.4695L74.1788 52.9236H80.2226V99.967H91.9835V52.9236H98.0273Z" fill="%231E313B"/><path d="M70.095 67.4619H58.3341V99.9513H70.095V67.4619Z" fill="%231E313B"/><path d="M48.0435 80.8555H36.2826V99.9995H48.0435V80.8555Z" fill="%231E313B"/></svg>');
}

#mainFeatures ul li:nth-of-type(5):before{
    background-image:url('data:image/svg+xml;utf8,<svg width="100" height="100" viewBox="0 0 100 100" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_197_11560)"><path d="M95.4497 40.5174C94.4221 39.3666 93.0568 38.5702 91.5492 38.2421C90.6272 27.8006 85.8278 18.0831 78.0967 11.0046C70.3656 3.92611 60.2636 0 49.7814 0C39.2993 0 29.1973 3.92611 21.4662 11.0046C13.7351 18.0831 8.93562 27.8006 8.01361 38.2421C6.4851 38.6141 5.11726 39.469 4.11312 40.68C2.73109 42.3144 1.9814 44.3904 2.00035 46.5307V58.8823C2.03487 61.0131 2.77826 63.0717 4.11312 64.733C5.5135 66.2154 7.43866 67.0904 9.4763 67.1708C10.4701 67.178 11.4529 66.9629 12.3528 66.541C13.2526 66.1192 14.0468 65.5015 14.677 64.733C16.1585 63.1472 16.9732 61.0523 16.9522 58.8823V46.3682C16.9411 44.2041 16.1308 42.1204 14.677 40.5174C13.6883 39.5154 12.4562 38.7873 11.1015 38.4047C11.811 32.0122 14.04 25.8825 17.6023 20.5274L19.5526 18.0896C23.2093 13.5749 27.8284 9.93402 33.0724 7.43308C38.3164 4.93214 44.0528 3.63426 49.8627 3.63426C55.6725 3.63426 61.409 4.93214 66.653 7.43308C71.897 9.93402 76.5161 13.5749 80.1728 18.0896L81.9605 20.5274C85.5943 25.8461 87.83 31.9942 88.4613 38.4047C87.1127 38.7854 85.9185 39.5815 85.0484 40.68C83.5522 42.2565 82.7351 44.3576 82.7731 46.5307V58.8823C82.7842 61.0463 83.5945 63.13 85.0484 64.733C86.065 65.9795 87.5174 66.7929 89.1114 67.0083C87.9721 71.2537 86.1022 75.2683 83.5857 78.8723L81.798 81.4726C77.2676 87.0231 71.3125 91.2366 64.5708 93.6617C64.2699 92.7747 63.7026 92.0022 62.9464 91.4495C62.1901 90.8969 61.2818 90.5911 60.3453 90.5738H53.8444C52.6516 90.6563 51.5347 91.189 50.72 92.0641C49.9052 92.9392 49.4535 94.0912 49.4564 95.2869C49.4535 96.4826 49.9052 97.6346 50.72 98.5097C51.5347 99.3848 52.6516 99.9175 53.8444 100H60.3453C61.2536 99.9503 62.1261 99.6296 62.8504 99.0792C63.5746 98.5288 64.1173 97.7739 64.4083 96.9121C71.2166 94.68 77.3424 90.747 82.2057 85.4856C87.069 80.2241 90.5088 73.8083 92.1993 66.8458C93.4769 66.4983 94.6135 65.7595 95.4497 64.733C96.9312 63.1472 97.7459 61.0523 97.725 58.8823V46.3682C97.7139 44.2041 96.9036 42.1204 95.4497 40.5174Z" fill="%231E313B"/><path d="M32.5542 60.9951H26.3784L30.1164 57.2571C31.3808 56.0054 32.3783 54.5103 33.0487 52.8622C33.7191 51.2142 34.0485 49.4473 34.0169 47.6684C34.0169 45.9874 33.3491 44.3752 32.1604 43.1865C30.9718 41.9979 29.3596 41.3301 27.6786 41.3301C25.9823 41.3295 24.3529 41.9921 23.1383 43.1763C21.9238 44.3605 21.2202 45.9726 21.1778 47.6684C21.1548 47.8737 21.1756 48.0815 21.2387 48.2781C21.3019 48.4748 21.406 48.6559 21.5442 48.8094C21.6824 48.963 21.8515 49.0855 22.0405 49.1689C22.2294 49.2524 22.4339 49.2949 22.6404 49.2936C23.0715 49.2936 23.4849 49.1224 23.7896 48.8176C24.0944 48.5128 24.2657 48.0994 24.2657 47.6684C24.2657 46.7632 24.6252 45.8951 25.2653 45.2551C25.9053 44.615 26.7734 44.2554 27.6786 44.2554C28.571 44.2952 29.4162 44.6675 30.0478 45.2991C30.6795 45.9308 31.0518 46.776 31.0915 47.6684C31.1022 49.0576 30.8344 50.4348 30.304 51.7188C29.7737 53.0028 28.9915 54.1676 28.0036 55.1443L21.6653 61.4826C21.4305 61.6734 21.2696 61.9401 21.2103 62.2367C21.1509 62.5334 21.1969 62.8414 21.3403 63.1078C21.414 63.3939 21.5829 63.6463 21.8192 63.8236C22.0556 64.0008 22.3452 64.0923 22.6404 64.083H32.5542C32.9421 64.083 33.3142 63.9289 33.5885 63.6546C33.8628 63.3803 34.0169 63.0082 34.0169 62.6203C34.0189 62.216 33.8702 61.8254 33.5997 61.5249C33.3292 61.2244 32.9565 61.0355 32.5542 60.9951Z" fill="%231E313B"/><path d="M47.6687 54.494H45.7184V42.7925C45.7004 42.4618 45.5818 42.1445 45.3785 41.8831C45.1752 41.6217 44.8969 41.4287 44.5808 41.3298C44.2521 41.2765 43.9152 41.3083 43.6023 41.4221C43.2894 41.5359 43.0108 41.7279 42.7931 41.9799L34.9921 55.3066C34.8518 55.5204 34.764 55.7643 34.7358 56.0185C34.7075 56.2726 34.7397 56.5299 34.8296 56.7693C34.9886 57.0138 35.205 57.2156 35.46 57.3573C35.7149 57.4989 36.0007 57.576 36.2922 57.5819H42.6306V62.62C42.6306 63.0079 42.7847 63.38 43.059 63.6543C43.3333 63.9286 43.7053 64.0827 44.0932 64.0827C44.2985 64.1057 44.5063 64.0849 44.703 64.0217C44.8997 63.9586 45.0807 63.8545 45.2343 63.7163C45.3878 63.5781 45.5103 63.409 45.5938 63.22C45.6772 63.0311 45.7197 62.8266 45.7184 62.62V57.5819H47.6687C47.874 57.6048 48.0818 57.584 48.2785 57.5209C48.4751 57.4577 48.6562 57.3536 48.8097 57.2155C48.9633 57.0773 49.0858 56.9081 49.1692 56.7192C49.2527 56.5302 49.2952 56.3257 49.2939 56.1192C49.2939 55.6882 49.1227 55.2748 48.8179 54.97C48.5131 54.6652 48.0997 54.494 47.6687 54.494ZM42.6306 54.494H38.8926L42.6306 48.3182V54.494Z" fill="%231E313B"/><path d="M79.0351 41.4926C78.8761 41.2481 78.6597 41.0462 78.4047 40.9046C78.1497 40.7629 77.864 40.6858 77.5724 40.68H65.5459C65.3406 40.657 65.1328 40.6778 64.9361 40.7409C64.7395 40.8041 64.5584 40.9082 64.4049 41.0464C64.2513 41.1846 64.1288 41.3537 64.0453 41.5426C63.9619 41.7316 63.9194 41.9361 63.9207 42.1426C63.9207 42.5737 64.0919 42.9871 64.3967 43.2918C64.7015 43.5966 65.1149 43.7679 65.5459 43.7679H74.322L71.3966 47.0183C68.2812 50.5729 66.5504 55.1308 66.521 59.8574V61.9702C66.5197 62.1767 66.5622 62.3812 66.6457 62.5702C66.7291 62.7591 66.8517 62.9282 67.0052 63.0664C67.1587 63.2046 67.3398 63.3087 67.5365 63.3719C67.7331 63.435 67.9409 63.4558 68.1462 63.4329C68.5342 63.4329 68.9062 63.2787 69.1805 63.0044C69.4548 62.7301 69.6089 62.3581 69.6089 61.9702V59.8574C69.6474 55.8642 71.0852 52.0109 73.6719 48.9685L78.7101 43.1178C79.1976 42.7927 79.1976 42.1426 79.0351 41.4926Z" fill="%231E313B"/><path d="M60.9954 36.2924C60.8041 36.2166 60.5989 36.1819 60.3933 36.1908C60.1877 36.1997 59.9863 36.2518 59.8022 36.3439C59.6182 36.4359 59.4556 36.5657 59.3251 36.7249C59.1947 36.8841 59.0993 37.069 59.0452 37.2675L49.944 64.571C49.8682 64.7623 49.8336 64.9675 49.8424 65.1731C49.8513 65.3787 49.9034 65.5801 49.9955 65.7642C50.0875 65.9482 50.2174 66.1108 50.3765 66.2413C50.5357 66.3717 50.7206 66.4671 50.9191 66.5212C51.0992 66.5972 51.2926 66.6364 51.488 66.6364C51.6834 66.6364 51.8768 66.5972 52.0568 66.5212C52.2507 66.4215 52.4226 66.2838 52.5622 66.1163C52.7018 65.9488 52.8063 65.7549 52.8694 65.5461L61.9705 38.2426C62.0464 38.0513 62.081 37.8462 62.0721 37.6406C62.0633 37.435 62.0111 37.2335 61.9191 37.0495C61.827 36.8654 61.6972 36.7028 61.538 36.5724C61.3789 36.4419 61.194 36.3465 60.9954 36.2924Z" fill="%231E313B"/></g><defs><clipPath id="clip0_197_11560"><rect width="100" height="100" fill="white"/></clipPath></defs></svg>');
}

#mainFeatures ul li:nth-of-type(6):before{
    background-image:url('data:image/svg+xml;utf8,<svg width="100" height="100" viewBox="0 0 100 100" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M20.0613 28.7715V57.9664L30.0104 65.6321L49.9086 50.4638L70.296 65.7952L79.1034 58.6188V28.7715H20.0613ZM24.6281 31.8704H75.189V33.9907H24.6281V31.8704ZM46.6466 42.635H24.6281V40.3516H46.6466V42.635ZM75.189 38.2313H24.6281V36.111H75.189V38.2313Z" fill="%231E313B"/><path d="M96.392 35.4585L73.395 18.1699L70.4592 15.8865L55.9433 4.9588C54.1887 3.68563 52.0764 3 49.9086 3C47.7407 3 45.6284 3.68563 43.8739 4.9588L29.358 15.8865L26.2591 18.1699L3.4251 35.4585C1.45329 37.1542 0.223824 39.5546 0 42.1456L0 87.9766C0.6524 93.3589 2.9358 96.4578 12.2325 96.4578H87.5846C97.2075 96.4578 99.0016 92.7065 99.654 88.4659C99.7891 87.6578 99.8438 86.8383 99.8171 86.0194C99.8761 85.9533 99.921 85.8757 99.9491 85.7916C99.9771 85.7075 99.9877 85.6185 99.9802 85.5301V44.7552C100.143 40.0253 99.3278 38.0681 96.392 35.4585ZM12.5587 33.012L29.358 20.4533L45.8311 7.8946C47.0347 7.07288 48.4515 6.61948 49.9086 6.5898C51.3183 6.60124 52.6883 7.05792 53.823 7.8946L70.4592 20.4533L94.5979 38.7205C95.2177 39.3004 95.7003 40.0113 96.0107 40.8013C96.321 41.5913 96.4513 42.4406 96.392 43.2873L70.4592 62.8593L55.9433 51.9316C54.2031 50.6107 52.0924 49.8691 49.9086 49.8113C47.7247 49.8691 45.614 50.6107 43.8739 51.9316L29.358 62.8593L3.4251 43.2873C3.37309 42.4023 3.52216 41.517 3.86113 40.6978C4.20009 39.8786 4.72015 39.1469 5.3823 38.5574C7.66885 36.5762 10.0647 34.7248 12.5587 33.012ZM3.262 47.8541L26.2591 64.9796L3.262 82.2681V47.8541ZM89.868 93.0327H9.94909C9.1137 93.0544 8.28222 92.9113 7.50216 92.6115C6.7221 92.3117 6.00876 91.8612 5.40289 91.2856C4.79703 90.7101 4.31052 90.0207 3.97116 89.2571C3.6318 88.4934 3.44624 87.6703 3.4251 86.8349L29.358 67.263L45.8311 54.8674C47.0115 53.9788 48.4326 53.4672 49.9086 53.3995C51.3223 53.5249 52.6753 54.0323 53.823 54.8674L70.4592 67.263L96.392 86.8349C96.3083 88.5081 95.5841 90.0848 94.3696 91.2386C93.1551 92.3924 91.5432 93.0348 89.868 93.0327ZM96.392 82.2681L73.395 64.9796L96.392 47.8541V82.2681Z" fill="%231E313B"/></svg>');
}

.noTouch #mainFeatures ul li:nth-of-type(1):hover:before{
    background-image:url('data:image/svg+xml;utf8,<svg width="100" height="100" viewBox="0 0 100 100" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.552 14.4951C15.153 16.3596 16.2178 18.0408 17.6465 19.3811C18.6367 20.2289 19.806 20.8414 21.0667 21.1726H21.5553C22.816 20.8414 23.9853 20.2289 24.9755 19.3811C26.4042 18.0408 27.469 16.3596 28.0699 14.4951C28.0699 14.4951 29.21 15.3094 29.6986 11.2378C30.1872 7.16612 28.5585 9.77199 28.3957 9.77199V7.00326C28.3957 5.14588 27.6578 3.36457 26.3445 2.05121C25.0311 0.737841 23.2498 0 21.3924 0L21.0667 0C19.2223 0.0414618 17.465 0.792613 16.1605 2.0971C14.856 3.40158 14.1049 5.1589 14.0634 7.00326C14.0634 7.49186 14.2263 9.28339 14.2263 9.60912C14.2263 9.93485 12.7605 9.28339 13.0862 11.2378C13.412 13.1922 14.552 14.4951 14.552 14.4951Z" fill="%231E313B"/><path d="M64.0635 26.3843H36.3762L28.3958 23.6155L25.9528 21.6611L22.6954 24.7556L24.1612 42.9966L21.3925 46.0911L18.6238 42.9966L19.9267 24.7556L16.6694 21.6611L14.0635 23.6155L6.24593 26.5471C2.5 28.0129 2.5 30.2931 2.5 30.2931V59.4462C3.51911 60.5307 4.92196 61.1736 6.40879 61.2377H6.57166C7.33732 61.2368 8.09448 61.0771 8.7953 60.7687C9.49612 60.4604 10.1254 60.01 10.6433 59.4462V95.7654C10.6433 98.2084 12.5977 99.837 15.5293 99.837C18.4609 99.837 20.5782 97.8826 20.5782 95.6025V64.8207C20.5782 64.495 20.9039 64.3321 21.2296 64.3321H21.3925C21.7182 64.3321 22.044 64.495 22.044 64.8207V95.6025C22.044 98.3712 23.8355 99.837 26.93 99.837C30.0244 99.837 31.9788 97.8826 31.9788 95.9282V63.8435V35.179H64.0635C64.641 35.179 65.2128 35.0653 65.7463 34.8443C66.2798 34.6233 66.7646 34.2994 67.1729 33.8911C67.5813 33.4827 67.9052 32.998 68.1262 32.4645C68.3472 31.9309 68.4609 31.3591 68.4609 30.7817C68.4609 30.2042 68.3472 29.6324 68.1262 29.0988C67.9052 28.5653 67.5813 28.0806 67.1729 27.6722C66.7646 27.2639 66.2798 26.94 65.7463 26.719C65.2128 26.498 64.641 26.3843 64.0635 26.3843Z" fill="%231E313B"/><path d="M90.4479 73.29C90.7731 71.0214 90.7731 68.7181 90.4479 66.4496L96.9626 61.5636L94.1939 54.7232L86.2134 56.189C84.7952 54.3627 83.1537 52.7212 81.3274 51.303L82.6304 42.6711L75.79 39.9023L70.904 46.9056C68.5779 46.5515 66.2078 46.6066 63.9007 47.0685L58.8518 40.0652L51.8486 42.8339L53.4773 51.303C51.7984 52.6556 50.2696 54.1844 48.917 55.8633L40.4479 54.5603L37.5163 61.4007L44.5196 66.1238C44.1944 68.3924 44.1944 70.6957 44.5196 72.9642L37.1906 78.3388L39.9593 85.3421L48.7541 83.5506C50.0258 85.4468 51.6251 87.1014 53.4773 88.4365L52.1743 97.0685L59.0147 99.8372L63.7378 92.8339C65.9518 93.1593 68.2014 93.1593 70.4154 92.8339L75.6271 100L82.4675 97.0685L80.8388 88.7623C82.8437 87.3796 84.6049 85.6734 86.0505 83.7134L94.6825 85.0163L97.6141 78.176L90.4479 73.29ZM72.8584 83.5506C71.085 84.2933 69.1816 84.6758 67.259 84.6758C65.3363 84.6758 63.4329 84.2933 61.6595 83.5506C59.8862 82.8079 58.2783 81.7198 56.9294 80.3497C55.5806 78.9796 54.5178 77.3549 53.803 75.5701C52.3917 71.9799 52.4359 67.981 53.926 64.4228C55.4162 60.8647 58.235 58.0277 61.7835 56.5147C63.5892 55.5945 65.5662 55.0588 67.5895 54.9414C69.6128 54.824 71.6385 55.1275 73.5386 55.8326C75.4387 56.5378 77.1719 57.6293 78.6287 59.0383C80.0856 60.4472 81.2344 62.143 82.0027 64.0184C82.7709 65.8939 83.1419 67.9083 83.0922 69.9344C83.0425 71.9605 82.5731 73.9543 81.7138 75.7898C80.8545 77.6253 79.6238 79.2627 78.0996 80.5985C76.5754 81.9342 74.7908 82.9394 72.8584 83.5506Z" fill="url(%23paint0_linear_197_11941)"/><defs><linearGradient id="paint0_linear_197_11941" x1="67.3535" y1="39.2346" x2="67.3535" y2="108.257" gradientUnits="userSpaceOnUse"><stop stop-color="%23DA3D41"/><stop offset="0.494792" stop-color="%23A52023"/><stop offset="1" stop-color="%23951A1D"/></linearGradient></defs></svg>');
}

.noTouch #mainFeatures ul li:nth-of-type(2):hover:before{
    background-image:url('data:image/svg+xml;utf8,<svg width="101" height="100" viewBox="0 0 101 100" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M81.9873 12.3975H82.1504V19.4121C81.8891 21.1504 81.0127 22.7373 79.6805 23.8841C78.3484 25.031 76.6489 25.6618 74.8911 25.6618C73.1332 25.6618 71.4338 25.031 70.1016 23.8841C68.7694 22.7373 67.893 21.1504 67.6317 19.4121V12.3975H32.5585V19.4121C32.3038 21.0682 31.4646 22.5784 30.1929 23.6694C28.9212 24.7604 27.301 25.3602 25.6255 25.3602C23.9499 25.3602 22.3297 24.7604 21.058 23.6694C19.7863 22.5784 18.9472 21.0682 18.6924 19.4121V12.2344C18.3661 12.2344 4.5 12.3975 4.5 26.4268V86.2959C4.5 100.325 18.6924 99.9989 18.6924 99.9989H81.9873C81.9873 99.9989 95.8534 100.325 95.8534 86.2959V26.4268C95.8534 12.2344 81.9873 12.3975 81.9873 12.3975ZM89.165 43.8818V82.707C88.1862 93.3105 77.0933 92.9843 77.0933 92.9843H23.5863C23.5863 92.9843 12.6566 93.1474 11.5146 82.707V36.704H89.165V43.8818Z" fill="%231E313B"/><path d="M74.6464 0C71.8732 0 69.5894 2.77323 69.5894 6.03585V18.4338C69.5894 21.8596 71.8732 24.6328 74.6464 24.6328C77.4196 24.6328 79.7035 21.8596 79.7035 18.4338V6.03585C79.7035 2.77323 77.4196 0 74.6464 0Z" fill="url(%23paint0_linear_197_11949)"/><path d="M25.5438 0C24.0734 0.163537 22.7189 0.876048 21.7511 1.99508C20.7833 3.11411 20.2735 4.55721 20.3236 6.03585V18.4338C20.3236 21.8596 22.7706 24.6328 25.5438 24.6328C28.3171 24.6328 30.764 21.8596 30.764 18.4338V6.03585C30.8142 4.55721 30.3044 3.11411 29.3366 1.99508C28.3688 0.876048 27.0143 0.163537 25.5438 0V0Z" fill="url(%23paint1_linear_197_11949)"/><path d="M31.5798 57.7482L21.9551 55.9538C22.6734 53.1389 24.3452 50.6599 26.6859 48.9392C28.8066 47.3078 32.0692 46.4922 36.3106 46.4922C40.552 46.4922 44.4672 47.471 46.5879 49.2654C47.6136 50.0505 48.4424 51.0636 49.0087 52.2245C49.575 53.3854 49.8632 54.6622 49.8505 55.9538C49.8431 57.4653 49.3891 58.941 48.5455 60.1952C47.5558 61.654 46.2076 62.8337 44.6303 63.621C45.7518 63.8967 46.8443 64.2791 47.8929 64.7629C49.0602 65.5499 50.0133 66.6151 50.6662 67.8624C51.3693 69.2207 51.7066 70.7386 51.6449 72.2669C51.6648 74.3904 51.1004 76.4784 50.0136 78.3027C48.8916 80.293 47.1825 81.8882 45.1197 82.8704C42.5851 84.1028 39.7768 84.6645 36.9632 84.5017C34.3071 84.5698 31.6589 84.1836 29.1329 83.3598C27.219 82.6062 25.5329 81.3698 24.2389 79.7709C22.9614 78.1208 22.0192 76.2366 21.4657 74.2245L31.5798 72.7563C31.7856 74.3363 32.4685 75.816 33.5374 76.9977C33.9734 77.4213 34.4897 77.7536 35.0558 77.9751C35.6219 78.1966 36.2266 78.3029 36.8343 78.2877C37.442 78.2725 38.0406 78.1362 38.595 77.8866C39.1493 77.6371 39.6483 77.2794 40.0626 76.8346C41.0401 75.7038 41.5633 74.2506 41.5308 72.7563C41.5992 71.3342 41.1337 69.9378 40.2258 68.8411C39.7652 68.3568 39.2073 67.9755 38.5887 67.7225C37.9701 67.4694 37.3049 67.3503 36.6369 67.373C35.5193 67.396 34.4147 67.617 33.3743 68.0255L33.8637 60.6846H35.1687C35.7718 60.6932 36.3706 60.5824 36.9305 60.3584C37.4905 60.1344 38.0006 59.8017 38.4313 59.3795C38.8855 59.0088 39.2419 58.5324 39.4694 57.9921C39.6969 57.4518 39.7886 56.864 39.7364 56.2801C39.7167 55.3729 39.369 54.5036 38.7576 53.8331C38.4154 53.4961 38.0063 53.2348 37.5566 53.0662C37.1069 52.8976 36.6269 52.8254 36.1475 52.8543C35.6024 52.7958 35.0512 52.869 34.5403 53.0677C34.0293 53.2664 33.5735 53.5848 33.2111 53.9962C32.2584 55.0262 31.6833 56.349 31.5798 57.7482Z" fill="url(%23paint2_linear_197_11949)"/><path d="M79.051 46.4922V83.8492H68.7737V59.3795C67.2082 60.5131 65.5737 61.5482 63.8798 62.479C61.9668 63.3503 60.0061 64.1128 58.0071 64.7629V56.2801C60.9392 55.476 63.7023 54.1497 66.1636 52.3649C67.9833 50.6974 69.4768 48.7059 70.5682 46.4922H79.051Z" fill="url(%23paint3_linear_197_11949)"/><defs><linearGradient id="paint0_linear_197_11949" x1="74.6382" y1="-0.273698" x2="74.6382" y2="28.0173" gradientUnits="userSpaceOnUse"><stop stop-color="%23DA3D41"/><stop offset="0.494792" stop-color="%23A52023"/><stop offset="1" stop-color="%23951A1D"/></linearGradient><linearGradient id="paint1_linear_197_11949" x1="25.5354" y1="-0.273698" x2="25.5354" y2="28.0173" gradientUnits="userSpaceOnUse"><stop stop-color="%23DA3D41"/><stop offset="0.494792" stop-color="%23A52023"/><stop offset="1" stop-color="%23951A1D"/></linearGradient><linearGradient id="paint2_linear_197_11949" x1="36.5345" y1="46.0696" x2="36.5345" y2="89.7555" gradientUnits="userSpaceOnUse"><stop stop-color="%23DA3D41"/><stop offset="0.494792" stop-color="%23A52023"/><stop offset="1" stop-color="%23951A1D"/></linearGradient><linearGradient id="paint3_linear_197_11949" x1="68.512" y1="46.0771" x2="68.512" y2="88.982" gradientUnits="userSpaceOnUse"><stop stop-color="%23DA3D41"/><stop offset="0.494792" stop-color="%23A52023"/><stop offset="1" stop-color="%23951A1D"/></linearGradient></defs></svg>');
}

.noTouch #mainFeatures ul li:nth-of-type(3):hover:before{
    background-image:url('data:image/svg+xml;utf8,<svg width="101" height="100" viewBox="1 0 101 100" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_197_11957)"><path d="M58.1754 18.1609L51.3419 11.4901L52.1554 10.3512C52.6415 9.79231 53.2413 9.34355 53.9147 9.03492C54.5881 8.72629 55.3195 8.5649 56.0603 8.56152C57.3548 8.56152 58.5963 9.07577 59.5117 9.99115C60.4271 10.9065 60.9413 12.148 60.9413 13.4426C60.9605 14.1868 60.8093 14.9256 60.4991 15.6024C60.1889 16.2792 59.728 16.8761 59.1516 17.3474L58.1754 18.1609Z" fill="%231E313B"/><path d="M78.6758 38.8243L72.005 31.9909L72.8185 31.0146C73.264 30.3987 73.8517 29.8996 74.5315 29.5597C75.2114 29.2197 75.9633 29.0491 76.7233 29.0622C78.0326 29.1045 79.2741 29.6545 80.1851 30.5958C81.0961 31.5372 81.6051 32.796 81.6044 34.106C81.601 34.8467 81.4396 35.5782 81.131 36.2516C80.8224 36.9249 80.3736 37.5247 79.8147 38.0108L78.6758 38.8243Z" fill="%231E313B"/><path d="M65.0088 25.1576L58.1753 18.3241L58.9888 17.3479C59.4435 16.7417 60.033 16.2497 60.7108 15.9108C61.3885 15.5719 62.1359 15.3955 62.8936 15.3955C64.2313 15.3955 65.5142 15.9269 66.4601 16.8728C67.406 17.8187 67.9374 19.1016 67.9374 20.4393C67.9379 21.1742 67.7607 21.8984 67.4207 22.5501C67.0807 23.2017 66.5881 23.7614 65.985 24.1814L65.0088 25.1576Z" fill="%231E313B"/><path d="M71.8422 31.9905L65.0088 25.1571L65.985 24.1809C66.3947 23.5674 66.9522 23.067 67.6062 22.7258C68.2602 22.3845 68.9896 22.2135 69.7271 22.2284C71.0648 22.2284 72.3477 22.7598 73.2936 23.7057C74.2395 24.6516 74.7709 25.9345 74.7709 27.2722C74.79 27.9931 74.6378 28.7082 74.3266 29.3588C74.0155 30.0093 73.5544 30.5767 72.9812 31.0143L71.8422 31.9905Z" fill="%231E313B"/><path d="M79.1638 47.7731L78.6757 47.1223H78.513C78.1916 47.1642 77.865 47.1091 77.5752 46.9642C77.2853 46.8193 77.0453 46.5911 76.886 46.3088L72.8184 50.3764L59.965 63.2298H59.8023L49.7148 53.305L48.5759 52.1661H50.0402C50.8776 52.1619 51.7062 51.9962 52.4807 51.678C52.6641 51.3313 52.9475 51.0478 53.2943 50.8645C53.6793 50.264 54.2509 49.8067 54.9213 49.5629C55.7531 48.5545 56.2127 47.2906 56.2229 45.9834C56.1673 44.9896 55.8901 44.0208 55.4115 43.1481C54.9329 42.2754 54.2651 41.5208 53.457 40.9397H50.0402L44.8338 40.2889C43.3527 40.5435 41.8299 40.3743 40.4408 39.8008H36.2106C35.7023 40.0606 35.151 40.226 34.5836 40.2889H33.1193C32.19 40.8063 31.4144 41.5606 30.8714 42.4752C30.3284 43.3897 30.0374 44.4318 30.028 45.4953C30.2815 47.5109 31.2657 49.3634 32.7939 50.7018L44.8338 62.579C45.6178 63.2004 46.3275 63.9101 46.9489 64.6941C47.1116 65.0195 47.1116 72.8292 47.1116 72.8292H77.3741C77.3741 72.8292 77.2114 63.2298 77.3741 63.2298C77.5368 63.2298 77.6995 62.9044 77.8622 62.579C78.9934 61.5133 79.8945 60.2273 80.5101 58.8003C81.1257 57.3733 81.4427 55.8354 81.4416 54.2812C81.333 51.9362 80.5413 49.674 79.1638 47.7731Z" fill="%231E313B"/><path d="M47.2743 74.7815H46.4607C45.8564 74.7586 45.2538 74.8608 44.6907 75.0817C44.1277 75.3026 43.6163 75.6373 43.1886 76.065C42.761 76.4927 42.4262 77.004 42.2054 77.5671C41.9845 78.1301 41.8823 78.7327 41.9051 79.3371V82.103V95.4445C41.9051 96.6528 42.3851 97.8115 43.2394 98.6658C44.0938 99.5202 45.2525 100 46.4607 100H78.0248C79.2046 99.958 80.322 99.4595 81.1415 98.6097C81.9609 97.7598 82.4185 96.6251 82.4178 95.4445V82.103V79.1744C82.4182 78.5836 82.2994 77.9987 82.0685 77.4548C81.8376 76.911 81.4994 76.4193 81.0741 76.0091C80.6488 75.599 80.1451 75.2789 79.5932 75.068C79.0413 74.857 78.4525 74.7596 77.8621 74.7815H47.2743ZM72.3303 80.8014C73.1348 80.8014 73.9212 81.04 74.5901 81.4869C75.259 81.9339 75.7803 82.5691 76.0882 83.3124C76.396 84.0556 76.4766 84.8734 76.3196 85.6625C76.1627 86.4515 75.7753 87.1763 75.2064 87.7451C74.6376 88.314 73.9128 88.7014 73.1238 88.8583C72.3348 89.0153 71.5169 88.9347 70.7737 88.6268C70.0304 88.319 69.3952 87.7976 68.9482 87.1287C68.5013 86.4598 68.2627 85.6734 68.2627 84.8689C68.2627 83.7902 68.6913 82.7556 69.4541 81.9928C70.2169 81.2299 71.2515 80.8014 72.3303 80.8014Z" fill="%231E313B"/><path d="M72.3304 86.3329C72.62 86.3329 72.9031 86.247 73.1439 86.0861C73.3847 85.9252 73.5724 85.6965 73.6832 85.429C73.7941 85.1614 73.8231 84.867 73.7666 84.5829C73.7101 84.2989 73.5706 84.038 73.3658 83.8332C73.161 83.6284 72.9001 83.4889 72.6161 83.4324C72.332 83.3759 72.0376 83.4049 71.77 83.5158C71.5025 83.6266 71.2738 83.8143 71.1129 84.0551C70.952 84.2959 70.8661 84.579 70.8661 84.8686C70.8661 85.257 71.0204 85.6294 71.295 85.904C71.5696 86.1786 71.942 86.3329 72.3304 86.3329Z" fill="%231E313B"/><path d="M32.1432 20.2761C31.7175 20.2542 31.3137 20.0811 31.0043 19.7879C30.7062 19.4838 30.5392 19.0749 30.5392 18.649C30.5392 18.2232 30.7062 17.8143 31.0043 17.5101L35.0718 13.4426C35.3851 13.2076 35.7727 13.0935 36.1634 13.1213C36.554 13.149 36.9216 13.3168 37.1985 13.5937C37.4754 13.8707 37.6432 14.2382 37.6709 14.6289C37.6987 15.0195 37.5846 15.4071 37.3496 15.7204L33.2821 19.7879C32.9727 20.0811 32.5688 20.2542 32.1432 20.2761Z" fill="url(%23paint0_linear_197_11957)"/><path d="M62.731 53.1419C62.3054 53.12 61.9015 52.9469 61.5921 52.6538C61.3674 52.347 61.2462 51.9766 61.2462 51.5963C61.2462 51.2159 61.3674 50.8455 61.5921 50.5387L68.9137 43.2171C69.0504 43.0744 69.2145 42.9608 69.3963 42.8832C69.578 42.8056 69.7736 42.7656 69.9712 42.7656C70.1688 42.7656 70.3644 42.8056 70.5462 42.8832C70.7279 42.9608 70.8921 43.0744 71.0288 43.2171C71.3269 43.5213 71.4939 43.9302 71.4939 44.356C71.4939 44.7819 71.3269 45.1908 71.0288 45.4949L63.8699 52.6538C63.7273 52.8135 63.5514 52.9399 63.3546 53.0243C63.1579 53.1086 62.945 53.1488 62.731 53.1419Z" fill="url(%23paint1_linear_197_11957)"/><path d="M59.477 64.8565C58.7251 64.8673 57.9786 64.729 57.2805 64.4498C56.5823 64.1705 55.9464 63.7558 55.4094 63.2295L19.127 26.9471C18.0931 25.8437 17.5122 24.3916 17.5 22.8795C17.5423 21.3735 18.119 19.9317 19.127 18.812L36.5361 1.56566C37.6195 0.559309 39.0435 0 40.5222 0C42.001 0 43.425 0.559309 44.5084 1.56566L80.9535 37.8481C81.9875 38.9515 82.5683 40.4035 82.5806 41.9156C82.5383 43.4216 81.9616 44.8634 80.9535 45.9831L63.5445 63.2295C63.019 63.7714 62.3851 64.1964 61.6842 64.4767C60.9833 64.7571 60.2312 64.8865 59.477 64.8565ZM40.6036 3.02998C39.8707 3.03177 39.1685 3.32436 38.6512 3.84348L21.4048 21.0898C20.9102 21.5571 20.6182 22.1996 20.5913 22.8795C20.5847 23.2197 20.6543 23.557 20.7951 23.8667C20.9358 24.1764 21.1442 24.4506 21.4048 24.6693L57.6872 61.1144C58.1707 61.5721 58.8112 61.8272 59.477 61.8272C60.1427 61.8272 60.7832 61.5721 61.2667 61.1144L78.6757 43.7053C78.9221 43.4769 79.1187 43.2 79.2532 42.892C79.3876 42.584 79.457 42.2516 79.457 41.9156C79.457 41.5796 79.3876 41.2472 79.2532 40.9392C79.1187 40.6312 78.9221 40.3544 78.6757 40.1259L42.3933 3.84348C41.926 3.34882 41.2836 3.0568 40.6036 3.02998Z" fill="url(%23paint2_linear_197_11957)"/><path d="M50.0404 52.1661H36.2108C34.5989 52.1666 33.0504 51.5376 31.8955 50.4131C30.7406 49.2886 30.0706 47.7575 30.0281 46.1461C30.0064 45.3206 30.1503 44.4991 30.4512 43.7301C30.7522 42.9611 31.2042 42.2602 31.7805 41.6688C32.3567 41.0773 33.0457 40.6073 33.8066 40.2865C34.5675 39.9656 35.385 39.8005 36.2108 39.8008H50.0404C51.6802 39.8008 53.2527 40.4522 54.4122 41.6116C55.5717 42.7711 56.2231 44.3437 56.2231 45.9834C56.2231 47.6232 55.5717 49.1958 54.4122 50.3552C53.2527 51.5147 51.6802 52.1661 50.0404 52.1661Z" fill="%231E313B"/></g><defs><linearGradient id="paint0_linear_197_11957" x1="34.1013" y1="13.0376" x2="34.1013" y2="21.2597" gradientUnits="userSpaceOnUse"><stop stop-color="%23DA3D41"/><stop offset="0.494792" stop-color="%23A52023"/><stop offset="1" stop-color="%23951A1D"/></linearGradient><linearGradient id="paint1_linear_197_11957" x1="66.3618" y1="42.6503" x2="66.3618" y2="54.5685" gradientUnits="userSpaceOnUse"><stop stop-color="%23DA3D41"/><stop offset="0.494792" stop-color="%23A52023"/><stop offset="1" stop-color="%23951A1D"/></linearGradient><linearGradient id="paint2_linear_197_11957" x1="49.9877" y1="-0.720675" x2="49.9877" y2="73.7725" gradientUnits="userSpaceOnUse"><stop stop-color="%23DA3D41"/><stop offset="0.494792" stop-color="%23A52023"/><stop offset="1" stop-color="%23951A1D"/></linearGradient><clipPath id="clip0_197_11957"><rect width="100" height="100" fill="white" transform="translate(0.5)"/></clipPath></defs></svg>');
}

.noTouch #mainFeatures ul li:nth-of-type(4):hover:before{
    background-image:url('data:image/svg+xml;utf8,<svg width="101" height="100" viewBox="0 0 101 100" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.5875 14.3744C14.1507 16.3094 15.2225 18.058 16.6911 19.4381C17.6663 20.3144 18.8457 20.9322 20.1213 21.2349H20.6114C21.8758 20.9026 23.0485 20.2883 24.0416 19.4381C25.5067 18.0828 26.531 16.3187 26.9818 14.3744C27.1452 14.3744 28.2886 15.1911 28.6153 11.2708C28.942 7.35054 27.4719 9.80072 27.3085 9.63737C27.1452 9.47403 27.4719 7.51388 27.4719 7.02385C27.4719 6.10146 27.2902 5.18811 26.9372 4.33594C26.5842 3.48377 26.0669 2.70946 25.4146 2.05724C24.7624 1.40501 23.9881 0.88764 23.1359 0.534659C22.2838 0.181677 21.3704 0 20.448 0L20.1213 0C18.2585 0 16.472 0.740011 15.1547 2.05724C13.8375 3.37446 13.0975 5.16101 13.0975 7.02385C13.0975 7.51388 13.2608 9.14734 13.2608 9.63737C13.2608 10.1274 11.7907 9.31068 11.9541 11.1075C12.1174 12.9043 13.5875 14.3744 13.5875 14.3744Z" fill="%231E313B"/><path d="M63.0812 26.4619H35.3125L27.4719 23.685L25.0217 21.5615L21.7548 24.8284L23.0616 43.1231L20.2847 46.0633L17.6712 43.1231L18.9779 24.8284L15.711 21.5615L13.0975 23.685L5.25694 26.4619C1.5 27.932 1.5 30.3822 1.5 30.3822V59.621C2.55765 60.6348 3.95567 61.2173 5.42029 61.2544H5.58363C6.33844 61.2652 7.08792 61.1265 7.78881 60.8461C8.48971 60.5658 9.12814 60.1494 9.66727 59.621V95.8836C9.66727 98.3338 11.6274 99.9673 14.4043 99.9673C17.1812 99.9673 19.6313 98.0071 19.6313 95.5569V64.848C19.6313 64.5213 19.958 64.358 20.2847 64.358H20.4481C20.7747 64.358 21.1014 64.5213 21.1014 64.848V95.7203C21.1014 98.3338 22.7349 99.9673 26.0018 99.9673C29.2687 99.9673 31.0655 97.8438 31.0655 96.047V63.868V35.2825H63.0812C64.2509 35.2825 65.3727 34.8179 66.1998 33.9908C67.0268 33.1637 67.4915 32.0419 67.4915 30.8722C67.4915 29.7025 67.0268 28.5807 66.1998 27.7536C65.3727 26.9265 64.2509 26.4619 63.0812 26.4619Z" fill="%231E313B"/><path d="M98.5272 52.9236L92.4834 42.4695L86.603 32.1787L80.7225 42.4695L74.6788 52.9236H80.7225V99.967H92.4834V52.9236H98.5272Z" fill="url(%23paint0_linear_197_11966)"/><path d="M70.595 67.4619H58.8342V99.9513H70.595V67.4619Z" fill="url(%23paint1_linear_197_11966)"/><path d="M48.5434 80.8555H36.7825V99.9995H48.5434V80.8555Z" fill="url(%23paint2_linear_197_11966)"/><defs><linearGradient id="paint0_linear_197_11966" x1="86.5837" y1="31.4255" x2="86.5837" y2="109.281" gradientUnits="userSpaceOnUse"><stop stop-color="%23DA3D41"/><stop offset="0.494792" stop-color="%23A52023"/><stop offset="1" stop-color="%23951A1D"/></linearGradient><linearGradient id="paint1_linear_197_11966" x1="64.7051" y1="67.1009" x2="64.7051" y2="104.415" gradientUnits="userSpaceOnUse"><stop stop-color="%23DA3D41"/><stop offset="0.494792" stop-color="%23A52023"/><stop offset="1" stop-color="%23951A1D"/></linearGradient><linearGradient id="paint2_linear_197_11966" x1="42.6535" y1="80.6428" x2="42.6535" y2="102.63" gradientUnits="userSpaceOnUse"><stop stop-color="%23DA3D41"/><stop offset="0.494792" stop-color="%23A52023"/><stop offset="1" stop-color="%23951A1D"/></linearGradient></defs></svg>');
}

.noTouch #mainFeatures ul li:nth-of-type(5):hover:before{
    background-image:url('data:image/svg+xml;utf8,<svg width="101" height="100" viewBox="0 0 101 100" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_197_11974)"><path d="M95.9497 40.5174C94.9221 39.3666 93.5568 38.5702 92.0492 38.2421C91.1272 27.8006 86.3278 18.0831 78.5967 11.0046C70.8656 3.92611 60.7636 0 50.2814 0C39.7993 0 29.6973 3.92611 21.9662 11.0046C14.2351 18.0831 9.43562 27.8006 8.51361 38.2421C6.9851 38.6141 5.61726 39.469 4.61312 40.68C3.23109 42.3144 2.4814 44.3904 2.50035 46.5307V58.8823C2.53487 61.0131 3.27826 63.0717 4.61312 64.733C6.0135 66.2154 7.93866 67.0904 9.9763 67.1708C10.9701 67.178 11.9529 66.9629 12.8528 66.541C13.7526 66.1192 14.5468 65.5015 15.177 64.733C16.6585 63.1472 17.4732 61.0523 17.4522 58.8823V46.3682C17.4411 44.2041 16.6308 42.1204 15.177 40.5174C14.1883 39.5154 12.9562 38.7873 11.6015 38.4047C12.311 32.0122 14.54 25.8825 18.1023 20.5274L20.0526 18.0896C23.7093 13.5749 28.3284 9.93402 33.5724 7.43308C38.8164 4.93214 44.5528 3.63426 50.3627 3.63426C56.1725 3.63426 61.909 4.93214 67.153 7.43308C72.397 9.93402 77.0161 13.5749 80.6728 18.0896L82.4605 20.5274C86.0943 25.8461 88.33 31.9942 88.9613 38.4047C87.6127 38.7854 86.4185 39.5815 85.5484 40.68C84.0522 42.2565 83.2351 44.3576 83.2731 46.5307V58.8823C83.2842 61.0463 84.0945 63.13 85.5484 64.733C86.565 65.9795 88.0174 66.7929 89.6114 67.0083C88.4721 71.2537 86.6022 75.2683 84.0857 78.8723L82.298 81.4726C77.7676 87.0231 71.8125 91.2366 65.0708 93.6617C64.7699 92.7747 64.2026 92.0022 63.4464 91.4495C62.6901 90.8969 61.7818 90.5911 60.8453 90.5738H54.3444C53.1516 90.6563 52.0347 91.189 51.22 92.0641C50.4052 92.9392 49.9535 94.0912 49.9564 95.2869C49.9535 96.4826 50.4052 97.6346 51.22 98.5097C52.0347 99.3848 53.1516 99.9175 54.3444 100H60.8453C61.7536 99.9503 62.6261 99.6296 63.3504 99.0792C64.0746 98.5288 64.6173 97.7739 64.9083 96.9121C71.7166 94.68 77.8424 90.747 82.7057 85.4856C87.569 80.2241 91.0088 73.8083 92.6993 66.8458C93.9769 66.4983 95.1135 65.7595 95.9497 64.733C97.4312 63.1472 98.2459 61.0523 98.225 58.8823V46.3682C98.2139 44.2041 97.4036 42.1204 95.9497 40.5174Z" fill="%231E313B"/><path d="M33.0543 60.9951H26.8785L30.6165 57.2571C31.8808 56.0054 32.8784 54.5103 33.5488 52.8622C34.2192 51.2142 34.5485 49.4473 34.517 47.6684C34.517 45.9874 33.8492 44.3752 32.6605 43.1865C31.4718 41.9979 29.8597 41.3301 28.1786 41.3301C26.4823 41.3295 24.853 41.9921 23.6384 43.1763C22.4238 44.3605 21.7202 45.9726 21.6778 47.6684C21.6549 47.8737 21.6757 48.0815 21.7388 48.2781C21.802 48.4748 21.9061 48.6559 22.0442 48.8094C22.1824 48.963 22.3516 49.0855 22.5405 49.1689C22.7295 49.2524 22.934 49.2949 23.1405 49.2936C23.5715 49.2936 23.9849 49.1224 24.2897 48.8176C24.5945 48.5128 24.7657 48.0994 24.7657 47.6684C24.7657 46.7632 25.1253 45.8951 25.7653 45.2551C26.4054 44.615 27.2735 44.2554 28.1786 44.2554C29.071 44.2952 29.9162 44.6675 30.5479 45.2991C31.1795 45.9308 31.5519 46.776 31.5916 47.6684C31.6022 49.0576 31.3345 50.4348 30.8041 51.7188C30.2738 53.0028 29.4916 54.1676 28.5037 55.1443L22.1654 61.4826C21.9306 61.6734 21.7697 61.9401 21.7103 62.2367C21.651 62.5334 21.697 62.8414 21.8403 63.1078C21.914 63.3939 22.083 63.6463 22.3193 63.8236C22.5556 64.0008 22.8453 64.0923 23.1405 64.083H33.0543C33.4422 64.083 33.8142 63.9289 34.0885 63.6546C34.3628 63.3803 34.517 63.0082 34.517 62.6203C34.519 62.216 34.3702 61.8254 34.0998 61.5249C33.8293 61.2244 33.4565 61.0355 33.0543 60.9951Z" fill="url(%23paint0_linear_197_11974)"/><path d="M48.1686 54.494H46.2183V42.7925C46.2003 42.4618 46.0817 42.1445 45.8784 41.8831C45.6751 41.6217 45.3967 41.4287 45.0807 41.3298C44.752 41.2765 44.4151 41.3083 44.1022 41.4221C43.7892 41.5359 43.5107 41.7279 43.293 41.9799L35.492 55.3066C35.3517 55.5204 35.2639 55.7643 35.2356 56.0185C35.2074 56.2726 35.2395 56.5299 35.3294 56.7693C35.4885 57.0138 35.7049 57.2156 35.9598 57.3573C36.2148 57.4989 36.5005 57.576 36.7921 57.5819H43.1304V62.62C43.1304 63.0079 43.2845 63.38 43.5588 63.6543C43.8331 63.9286 44.2052 64.0827 44.5931 64.0827C44.7984 64.1057 45.0062 64.0849 45.2029 64.0217C45.3996 63.9586 45.5806 63.8545 45.7341 63.7163C45.8877 63.5781 46.0102 63.409 46.0937 63.22C46.1771 63.0311 46.2196 62.8266 46.2183 62.62V57.5819H48.1686C48.3739 57.6048 48.5817 57.584 48.7783 57.5209C48.975 57.4577 49.1561 57.3536 49.3096 57.2155C49.4631 57.0773 49.5857 56.9081 49.6691 56.7192C49.7526 56.5302 49.7951 56.3257 49.7938 56.1192C49.7938 55.6882 49.6225 55.2748 49.3178 54.97C49.013 54.6652 48.5996 54.494 48.1686 54.494ZM43.1304 54.494H39.3925L43.1304 48.3182V54.494Z" fill="url(%23paint1_linear_197_11974)"/><path d="M79.5352 41.4926C79.3761 41.2481 79.1597 41.0462 78.9048 40.9046C78.6498 40.7629 78.3641 40.6858 78.0725 40.68H66.046C65.8407 40.657 65.6329 40.6778 65.4362 40.7409C65.2395 40.8041 65.0585 40.9082 64.9049 41.0464C64.7514 41.1846 64.6289 41.3537 64.5454 41.5426C64.462 41.7316 64.4195 41.9361 64.4207 42.1426C64.4207 42.5737 64.592 42.9871 64.8968 43.2918C65.2015 43.5966 65.6149 43.7679 66.046 43.7679H74.8221L71.8967 47.0183C68.7813 50.5729 67.0505 55.1308 67.0211 59.8574V61.9702C67.0198 62.1767 67.0623 62.3812 67.1457 62.5702C67.2292 62.7591 67.3517 62.9282 67.5052 63.0664C67.6588 63.2046 67.8398 63.3087 68.0365 63.3719C68.2332 63.435 68.441 63.4558 68.6463 63.4329C69.0342 63.4329 69.4062 63.2787 69.6806 63.0044C69.9549 62.7301 70.109 62.3581 70.109 61.9702V59.8574C70.1475 55.8642 71.5853 52.0109 74.172 48.9685L79.2101 43.1178C79.6977 42.7927 79.6977 42.1426 79.5352 41.4926Z" fill="url(%23paint2_linear_197_11974)"/><path d="M61.4954 36.2924C61.304 36.2166 61.0989 36.1819 60.8933 36.1908C60.6877 36.1997 60.4863 36.2518 60.3022 36.3439C60.1181 36.4359 59.9555 36.5657 59.8251 36.7249C59.6946 36.8841 59.5992 37.069 59.5451 37.2675L50.444 64.571C50.3681 64.7623 50.3335 64.9675 50.3424 65.1731C50.3512 65.3787 50.4034 65.5801 50.4954 65.7642C50.5875 65.9482 50.7173 66.1108 50.8765 66.2413C51.0356 66.3717 51.2205 66.4671 51.4191 66.5212C51.5991 66.5972 51.7925 66.6364 51.9879 66.6364C52.1833 66.6364 52.3767 66.5972 52.5567 66.5212C52.7507 66.4215 52.9226 66.2838 53.0622 66.1163C53.2018 65.9488 53.3062 65.7549 53.3693 65.5461L62.4705 38.2426C62.5463 38.0513 62.5809 37.8462 62.5721 37.6406C62.5632 37.435 62.511 37.2335 62.419 37.0495C62.327 36.8654 62.1971 36.7028 62.038 36.5724C61.8788 36.4419 61.6939 36.3465 61.4954 36.2924Z" fill="url(%23paint3_linear_197_11974)"/></g><defs><linearGradient id="paint0_linear_197_11974" x1="28.0835" y1="41.0773" x2="28.0835" y2="67.2099" gradientUnits="userSpaceOnUse"><stop stop-color="%23DA3D41"/><stop offset="0.494792" stop-color="%23A52023"/><stop offset="1" stop-color="%23951A1D"/></linearGradient><linearGradient id="paint1_linear_197_11974" x1="42.498" y1="41.0515" x2="42.498" y2="67.2227" gradientUnits="userSpaceOnUse"><stop stop-color="%23DA3D41"/><stop offset="0.494792" stop-color="%23A52023"/><stop offset="1" stop-color="%23951A1D"/></linearGradient><linearGradient id="paint2_linear_197_11974" x1="72.0142" y1="40.4179" x2="72.0142" y2="66.5706" gradientUnits="userSpaceOnUse"><stop stop-color="%23DA3D41"/><stop offset="0.494792" stop-color="%23A52023"/><stop offset="1" stop-color="%23951A1D"/></linearGradient><linearGradient id="paint3_linear_197_11974" x1="56.4473" y1="35.8512" x2="56.4473" y2="70.8197" gradientUnits="userSpaceOnUse"><stop stop-color="%23DA3D41"/><stop offset="0.494792" stop-color="%23A52023"/><stop offset="1" stop-color="%23951A1D"/></linearGradient><clipPath id="clip0_197_11974"><rect width="100" height="100" fill="white" transform="translate(0.5)"/></clipPath></defs></svg>');
}

.noTouch #mainFeatures ul li:nth-of-type(6):hover:before{
    background-image:url('data:image/svg+xml;utf8,<svg width="101" height="100" viewBox="0 0 101 100" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_197_11982)"><path d="M20.5614 28.7715V57.9664L30.5105 65.6321L50.4087 50.4638L70.7962 65.7952L79.6036 58.6188V28.7715H20.5614ZM25.1282 31.8704H75.6892V33.9907H25.1282V31.8704ZM47.1467 42.635H25.1282V40.3516H47.1467V42.635ZM75.6892 38.2313H25.1282V36.111H75.6892V38.2313Z" fill="url(%23paint0_linear_197_11982)"/><path d="M96.892 35.4585L73.895 18.1699L70.9592 15.8865L56.4433 4.9588C54.6887 3.68563 52.5764 3 50.4086 3C48.2407 3 46.1284 3.68563 44.3739 4.9588L29.858 15.8865L26.7591 18.1699L3.9251 35.4585C1.95329 37.1542 0.723824 39.5546 0.5 42.1456L0.5 87.9766C1.1524 93.3589 3.4358 96.4578 12.7325 96.4578H88.0846C97.7075 96.4578 99.5016 92.7065 100.154 88.4659C100.289 87.6578 100.344 86.8383 100.317 86.0194C100.376 85.9533 100.421 85.8757 100.449 85.7916C100.477 85.7075 100.488 85.6185 100.48 85.5301V44.7552C100.643 40.0253 99.8278 38.0681 96.892 35.4585ZM13.0587 33.012L29.858 20.4533L46.3311 7.8946C47.5347 7.07288 48.9515 6.61948 50.4086 6.5898C51.8183 6.60124 53.1883 7.05792 54.323 7.8946L70.9592 20.4533L95.0979 38.7205C95.7177 39.3004 96.2003 40.0113 96.5107 40.8013C96.821 41.5913 96.9513 42.4406 96.892 43.2873L70.9592 62.8593L56.4433 51.9316C54.7031 50.6107 52.5924 49.8691 50.4086 49.8113C48.2247 49.8691 46.114 50.6107 44.3739 51.9316L29.858 62.8593L3.9251 43.2873C3.87309 42.4023 4.02216 41.517 4.36113 40.6978C4.70009 39.8786 5.22015 39.1469 5.8823 38.5574C8.16885 36.5762 10.5647 34.7248 13.0587 33.012ZM3.762 47.8541L26.7591 64.9796L3.762 82.2681V47.8541ZM90.368 93.0327H10.4491C9.6137 93.0544 8.78222 92.9113 8.00216 92.6115C7.2221 92.3117 6.50876 91.8612 5.90289 91.2856C5.29703 90.7101 4.81052 90.0207 4.47116 89.2571C4.1318 88.4934 3.94624 87.6703 3.9251 86.8349L29.858 67.263L46.3311 54.8674C47.5115 53.9788 48.9326 53.4672 50.4086 53.3995C51.8223 53.5249 53.1753 54.0323 54.323 54.8674L70.9592 67.263L96.892 86.8349C96.8083 88.5081 96.0841 90.0848 94.8696 91.2386C93.6551 92.3924 92.0432 93.0348 90.368 93.0327ZM96.892 82.2681L73.895 64.9796L96.892 47.8541V82.2681Z" fill="%231E313B"/></g><defs><linearGradient id="paint0_linear_197_11982" x1="50.0347" y1="28.3601" x2="50.0347" y2="70.8822" gradientUnits="userSpaceOnUse"><stop stop-color="%23DA3D41"/><stop offset="0.494792" stop-color="%23A52023"/><stop offset="1" stop-color="%23951A1D"/></linearGradient><clipPath id="clip0_197_11982"><rect width="100" height="100" fill="white" transform="translate(0.5)"/></clipPath></defs></svg>');
}

#mainFeatures ul li .header {
    display:block;
    font-family: 'Helios';
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    color: #1E313B;
    margin-bottom:8px;
}

#mainFeatures ul li .text {
    font-size: 14px;
    line-height: 21px;
    color: #1E313B;
}

#mainNews {
    padding:100px var(--padding);
    background:#FFFFFF fixed;  
    text-align:center;
}

form.subscribe {
    display:flex;
    align-items:stretch;
    justify-content:center;
    padding-bottom:64px;
}

.subscribe span, a.subscribe{
    display:block;
    font-size: 18px;
    line-height: 21px;
    text-decoration: underline;
    color: #921A1D;
    cursor:pointer;
}

a.subscribe {
    width:150px;
    margin:0 auto 24px;
    text-align:center;
}

.subscribe p{
    font-size: 18px;
    line-height: 21px;
}

.subscribe input {
    width:100%;
    max-width:394px;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #A5A5A5;    
    padding:16px 24px;
    border: 1px solid #A5A5A5;
    border-right:none;
    box-shadow:0px 3px 15px rgba(0, 0, 0, 0.05);
    border-radius: 8px 0 0 8px;
}

.subscribe input.filled {
    border: 1px solid #1E313B;
    color: #1E313B;  
}

.subscribe button {
    flex-grow:0;
    border: 1px solid #A5A5A5;
    border-left:none;
    box-shadow:0px 3px 15px rgba(0, 0, 0, 0.05);
    border-radius: 0 8px 8px 0;
    cursor:pointer;
    background:#A5A5A5;
    padding: 16px 19px;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}

.subscribe input.filled + button {
    border: 1px solid #1E313B;
    background:#921A1D;
}

.subscribe input, .subscribe button,.subscribe.active span {
    display:none;
}

.subscribe.active input, .subscribe.active button {
    display:block;
}

#mainNews .subscribe{
    margin-top:24px;
}

#mainNews .panel {
    height:452px;
    overflow:hidden;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}

#mainNews .panel .newsItem {
    width:243px;
    height:452px;
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
    align-items:center;
    padding:24px;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0.42px;
    color: #FFFFFF;
    border-radius: 16px 16px 0px 0px;
    position:relative;
    background:no-repeat center / cover;
    margin-bottom:24px;
    flex-shrink:0;
    margin-left: 16px;
}

#mainNews .panel .newsItem:first-of-type{
    margin-left: 0px;
}

#mainNews .panel .newsItem:before {
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:0;
    background:linear-gradient(0deg, rgba(0,0,0,1),rgba(0,0,0,0));
}

#mainNews .panel .newsItem .title,#mainNews .panel .newsItem a {
    position:relative;
    z-index:1;
}

#mainNews .panel .newsItem a {
    display:block;
    margin-top:12px;
    font-size: 16px;
    line-height: 24px;
    color:#FFFFFF;
}

#mainNews .panel .newsItem a:after {
    content:'';
    display:inline-block;
    width:16px;
    height:16px;
    margin-left:4px;
    background:url('data:image/svg+xml;utf8,<svg width="17" height="16" viewBox="0 0 17 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.1095 8.05731L9.2475 5.19531L8.30483 6.13798L10.5002 8.33331H3.8335V9.66665H10.5002L8.30483 11.862L9.2475 12.8046L12.1095 9.94265C12.3595 9.69261 12.4999 9.35353 12.4999 8.99998C12.4999 8.64643 12.3595 8.30735 12.1095 8.05731Z" fill="white"/></svg>') no-repeat center;
}

.nextPage {
    display:flex;
    justify-content:center;
}

#mainNews > .more, .btn-more, .programBody .btn-more{
    display:inline-block;
    padding:8px 16px;
    border: 1px solid #A5A5A5;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    font-size: 16px;
    line-height: 24px;
    color: #A5A5A5;
    margin-top:24px;
    text-decoration:none;
}

#mainPrograms .wrapper {
    display:flex;
    justify-content:space-between;
    align-items:stretch;
    padding:60px var(--padding) 0;
    flex-wrap:wrap;
}

#mainPrograms .oneProgramMain {
    display:block;
    padding:24px;
    width:100%;
    max-width:405px;
    background:#FFFFFF;
    flex-shrink:0;
    margin-bottom:24px;
    position:relative;
    display:flex;
    flex-direction:column;
    align-items:stretch;
    border-radius:16px;
}

#mainPrograms .oneProgramMain .law {
    position:absolute;
    padding:6px 12px;
    background: #F99B1C;
    border-radius: 100px;
    font-size: 14px;
    line-height: 21px;
    color: #F6F6F6;
    top:48px;
    left:48px;
}

#mainPrograms .oneProgramMain .image {
    display:block;
    height:236px;
    background:no-repeat center / cover;
    border-radius:16px;
    margin-bottom:40px;
}

#mainPrograms .oneProgramMain .form {
    display:block;
    font-size: 14px;
    line-height: 21px;
    color: #1E313B;
    margin-bottom:12px;
}

#mainPrograms .oneProgramMain .date {
    display:block;
    font-size: 16px;
    line-height: 21px;
    color: #1E313B;
    margin-bottom:12px;
}

#mainPrograms .oneProgramMain .title {
    display:block;
    font-family: 'Helios';
    font-size: 24px;
    line-height: 34px;
    color: #1E313B;
    margin-bottom:12px;
    flex-grow:1;
}

#mainPrograms .oneProgramMain .mainParent {
    display:block;
    font-family: 'Helios';
    font-size: 16px;
    line-height: 24px;
    color: #1E313B;
    margin-bottom:40px;
}

#mainPrograms .oneProgramMain .button {
    display:block;
    text-align:center;
    padding:8px 0;
    background: #A5A5A5;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}

#mainPrograms .oneProgramMain:hover {
    box-shadow: 0px 12px 28px rgba(0, 0, 0, 0.1);
}

#mainPrograms .oneProgramMain:hover .button {
    background: #921A1D;
}

#mainPrograms .oneProgramMain:nth-of-type(1) .image {
    background-image:url('/images/articles/08a4a11738138b87a5b1c8a1f1683b03.jpg');
}

#mainPrograms .oneProgramMain:nth-of-type(2) .image {
    background-image:url('/images/articles/b8cb99beb13af782a95d997949d41f85.jpg');
}

#mainPrograms .oneProgramMain:nth-of-type(3) .image {
    background-image:url('/images/articles/e89a39b6c2160a5da8ccb46fa20f8916.jpg');
}

#mainPrograms .oneProgramMain:nth-of-type(4) .image {
    background-image:url('/images/articles/08a4a11738138b87a5b1c8a1f1683b03.jpg');
}

#mainPrograms .oneProgramMain:nth-of-type(5) .image {
    background-image:url('/images/articles/b8cb99beb13af782a95d997949d41f85.jpg');
}

#mainPrograms .oneProgramMain:nth-of-type(6) .image {
    background-image:url('/images/articles/e89a39b6c2160a5da8ccb46fa20f8916.jpg');
}

main {
    padding:0 var(--padding);
}

h1 {
    padding:60px var(--padding) 24px;
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
    text-align: center;
    color: #1E313B;
}

main a {
    color:#921A1D;
    text-decoration:underline;
}

#pdopage {
    padding: 60px var(--padding) 0;
}

#pdopage .newsItem {
    display:flex;
    align-items:flex-start;
    margin-bottom:32px;
}

#pdopage .newsItem .image, .newsBody main .image {
    display:block;
    width:243px;
    height:175px;
    background:no-repeat center / cover;
    border-radius: 16px;
    margin-right:48px;
    flex-shrink:0;
}

#pdopage .newsItem p .date,.newsBody main .date {
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.42px;
    color: #1E313B;
    display:block;
    margin-bottom:12px;
}

#pdopage .newsItem p .title {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.42px;
    color: #1E313B;
    display:block;
    margin-bottom:12px;
}

#pdopage .newsItem p .description {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.42px;
    color: #1E313B;
    display:block;
    margin-bottom:12px;
}

#pdopage .newsItem p a {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.42px;
    color: #921A1D;
    text-decoration:underline;
}

.newsBody main {
    display:flex;
    align-items:flex-start;
}

.newsBody main p, .newsBody main ul {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.42px;
}

.newsBody .subscribe {
    margin:100px auto 24px;
}

.newsBody h1 {
    padding:0 var(--padding) 60px;
}

.programMenu {
    padding:0 0 24px;
    display: flex;
    overflow:auto;
    align-items:center;
    justify-content:center;
    flex-wrap: wrap;
    max-width: 1280px;
    margin: 0 auto 24px;
}

.programMenu a {
    display:block;
    margin: 0 16px;
    font-size: 14px;
    line-height: 22px;
    color: #A5A5A5;
    border-bottom:1px solid transparent;
    white-space:nowrap;
}

.programMenu a.active {
    color:#921A1D;
    border-bottom-color:#921A1D;
}

#workers {
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    flex-wrap:wrap
}

#workers:after {
    content:'';
    display:block;
    width:350px;
    height:0;
}

#workers .oneWorker {
    display:block;
    width:350px;
    margin-bottom:53px;
    text-align:center;
}

#workers .oneWorker .image {
    width:200px;
    height:200px;
    margin:0 auto 32px;
    background:no-repeat center top / cover;
    border-radius:16px;
}

#workers .oneWorker h3 {
    font-family: 'Helios';
    font-weight: 700;
    font-size: 24px;
    line-height: 27px;
    color: #1E313B;
    margin-bottom:8px;
}

#workers .oneWorker .place {
    font-size: 18px;
    line-height: 26px;
    color: #1E313B;
    margin-bottom:16px;
}

.profList {
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    padding:24px 0 0;
}

.profList.center {
    justify-content:center;
}

.profList:after {
    content:'';
    display:block;
    width:410px;
    height:0;
}

.profList.center:after {
    content:none;
}

.profList li {
    width:410px;
    position:relative;
    margin-bottom:24px;
    padding-left:60px;
    min-height:42px;
}

.profList.center li {
    margin:0 12px 24px;
    width:auto;
}

.profList li:before {
    content:none;
}

.profList li a {
    display:block;
    position:absolute;
    left:0;
    top:0;
    width:35px;
    height:42px;
    text-decoration:none;
    background:no-repeat center / contain;
}

.profList li a.pdf {
    background-image:url('data:image/svg+xml;utf8,<svg width="36" height="42" viewBox="0 0 36 42" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_262_6205)"><path fill-rule="evenodd" clip-rule="evenodd" d="M0.333496 4.33911C0.333496 1.94802 2.32778 0.000148946 4.77769 0.000148946L24.3515 0L24.3367 0.00134565C24.3367 0.00134565 25.3315 -0.0413287 26.2967 0.362926C27.1165 0.706256 27.6695 1.2202 27.6695 1.2202L27.6803 1.2307L34.1573 7.43148L34.1613 7.43686C34.1613 7.43686 34.7065 7.94623 35.041 8.67807C35.3979 9.45881 35.3279 10.2611 35.3279 10.2611V37.661C35.3279 40.0522 33.3337 42 30.8838 42H4.77769C2.32778 42 0.333496 40.0521 0.333496 37.661V4.33911ZM24.3517 1.42578H4.77784V1.42583C3.11151 1.42583 1.79395 2.71305 1.79395 4.33951V37.6614C1.79395 39.2879 3.11151 40.5751 4.77784 40.5751H30.8839C32.5502 40.5751 33.8678 39.2878 33.8678 37.6614V10.2313C33.868 10.2212 33.8685 10.2111 33.8692 10.2011C33.8692 10.2011 33.8598 9.59151 33.7075 9.25834C33.5189 8.84556 33.1296 8.44445 33.1296 8.44445L26.6688 2.25814L26.6661 2.25545C26.6635 2.25311 26.2727 1.90376 25.7217 1.67297C25.1492 1.43318 24.3665 1.42578 24.3665 1.42578H24.3517Z" fill="%23FF2116"/><path d="M9.07123 25.0068C8.06651 24.0261 9.15354 22.6786 12.1036 21.2477L13.9599 20.3473L14.683 18.803C15.0807 17.9536 15.6744 16.5678 16.0021 15.7233L16.5981 14.1878L16.1874 13.0515C15.6824 11.6543 15.5024 9.55469 15.8228 8.79969C16.2568 7.77705 17.6783 7.88197 18.2411 8.97819C18.6807 9.83434 18.6357 11.3848 18.1147 13.3401L17.6876 14.9432L18.0638 15.5666C18.2708 15.9095 18.8752 16.7236 19.4071 17.3758L20.4067 18.5894L21.6505 18.4309C25.602 17.9277 26.9554 18.783 26.9554 20.0094C26.9554 21.5572 23.8526 21.685 21.2471 19.8989C20.6609 19.497 20.2583 19.0977 20.2583 19.0977C20.2583 19.0977 18.626 19.4221 17.8223 19.6335C16.9928 19.8517 16.5789 19.9884 15.3638 20.3887C15.3638 20.3887 14.9374 20.993 14.6596 21.4324C13.626 23.0668 12.4191 24.4213 11.5573 24.9143C10.5922 25.4663 9.58059 25.5039 9.07123 25.0068ZM10.648 24.457C11.2128 24.1163 12.3559 22.7967 13.1472 21.572L13.4675 21.0761L12.0088 21.792C9.75574 22.8977 8.72502 23.9397 9.26099 24.57C9.56208 24.9241 9.92226 24.8948 10.648 24.457ZM25.2828 20.4476C25.8352 20.0699 25.755 19.3089 25.1305 19.0021C24.6444 18.7633 24.2527 18.7143 22.9901 18.7324C22.2143 18.7841 20.9666 18.9367 20.7552 18.9831C20.7552 18.9831 21.4406 19.4455 21.7449 19.6154C22.1499 19.8412 23.1343 20.2604 23.853 20.4751C24.562 20.6869 24.9721 20.6646 25.2828 20.4476V20.4476ZM19.3983 18.0605C19.064 17.7175 18.4955 17.0016 18.1351 16.4696C17.6636 15.8661 17.4272 15.4403 17.4272 15.4403C17.4272 15.4403 17.0826 16.5221 16.7999 17.1731L15.9179 19.3009L15.6622 19.7836C15.6622 19.7836 17.0217 19.3485 17.7134 19.1722C18.446 18.9854 19.9328 18.7 19.9328 18.7L19.3983 18.0605ZM17.502 10.638C17.5873 9.93954 17.6235 9.24213 17.3935 8.89045C16.7558 8.21 15.9861 8.77744 16.1165 10.3952C16.1603 10.9394 16.2989 11.8697 16.484 12.4431L16.8207 13.4856L17.0577 12.7004C17.1881 12.2686 17.388 11.3405 17.502 10.638Z" fill="%23FF2116"/><path fill-rule="evenodd" clip-rule="evenodd" d="M10.7798 29.5479H12.411C12.9322 29.5479 13.3553 29.5965 13.6802 29.6939C14.0052 29.7881 14.2787 30 14.5007 30.3298C14.7227 30.6564 14.8337 31.0504 14.8337 31.5121C14.8337 31.936 14.7436 32.3003 14.5634 32.6049C14.3832 32.9095 14.1403 33.1293 13.8347 33.2643C13.5322 33.3994 13.0657 33.4669 12.4351 33.4669H11.8705V35.9775H10.7798V29.5479ZM11.8705 30.3722V32.6143H12.411C12.8936 32.6143 13.2266 32.5264 13.41 32.3505C13.5966 32.1747 13.6899 31.8889 13.6899 31.4932C13.6899 31.198 13.6288 30.9594 13.5065 30.7772C13.3842 30.592 13.2491 30.4789 13.1011 30.4381C12.9563 30.3941 12.7263 30.3721 12.411 30.3721L11.8705 30.3722ZM15.6689 29.5479H17.1505C17.868 29.5479 18.4407 29.6719 18.8686 29.92C19.2997 30.168 19.6247 30.537 19.8435 31.0269C20.0655 31.5168 20.1765 32.06 20.1765 32.6567C20.1765 33.2847 20.0767 33.8453 19.8773 34.3383C19.681 34.8282 19.3786 35.2238 18.97 35.5253C18.5646 35.8268 17.9855 35.9775 17.2326 35.9775H15.6689V29.5479ZM16.7596 30.4004V35.1249H17.2133C17.8471 35.1249 18.3072 34.9114 18.5935 34.4843C18.8799 34.0541 19.0231 33.481 19.0231 32.765C19.0231 31.1886 18.4198 30.4004 17.2133 30.4004H16.7596ZM24.8818 29.5479H21.2236V35.9775H22.3143V33.1748H24.3702V32.3223H22.3143V30.4004H24.8818V29.5479Z" fill="%232C2C2C"/></g><defs><clipPath id="clip0_262_6205"><rect width="35" height="42" fill="white" transform="translate(0.333496)"/></clipPath></defs></svg>');
}

.profList li a.docx {
    background-image:url('data:image/svg+xml;utf8,<svg width="35" height="42" viewBox="0 0 35 42" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M0 4.33911C0 1.94802 1.99429 0.000148946 4.44419 0.000148946L24.018 0L24.0032 0.00134565C24.0032 0.00134565 24.998 -0.0413287 25.9633 0.362926C26.783 0.706256 27.336 1.2202 27.336 1.2202L27.3468 1.2307L33.8238 7.43148L33.8278 7.43686C33.8278 7.43686 34.373 7.94623 34.7075 8.67807C35.0644 9.45881 34.9945 10.2611 34.9945 10.2611V37.661C34.9945 40.0522 33.0002 42 30.5503 42H4.44419C1.99429 42 0 40.0521 0 37.661V4.33911ZM24.0187 1.42578H4.44484V1.42583C2.7785 1.42583 1.46094 2.71305 1.46094 4.33951V37.6614C1.46094 39.2879 2.7785 40.5751 4.44484 40.5751H30.5509C32.2172 40.5751 33.5348 39.2878 33.5348 37.6614V10.2313C33.535 10.2212 33.5355 10.2111 33.5362 10.2011C33.5362 10.2011 33.5268 9.59151 33.3745 9.25834C33.1858 8.84556 32.7966 8.44445 32.7966 8.44445L26.3357 2.25814L26.333 2.25545C26.3304 2.25311 25.9397 1.90376 25.3887 1.67297C24.8162 1.43318 24.0335 1.42578 24.0335 1.42578H24.0187Z" fill="%233770C3"/><path fill-rule="evenodd" clip-rule="evenodd" d="M14.0162 28.0052C14.0162 27.5552 14.381 27.1904 14.831 27.1904H30.1853C30.6353 27.1904 31 27.5552 31 28.0052C31 28.4552 30.6353 28.82 30.1853 28.82H14.831C14.381 28.82 14.0162 28.4552 14.0162 28.0052Z" fill="%236BB3EC"/><path fill-rule="evenodd" clip-rule="evenodd" d="M14.0162 31.7298C14.0162 31.2798 14.381 30.915 14.831 30.915H30.1853C30.6353 30.915 31 31.2798 31 31.7298C31 32.1798 30.6353 32.5446 30.1853 32.5446H14.831C14.381 32.5446 14.0162 32.1798 14.0162 31.7298Z" fill="%23508FD6"/><path fill-rule="evenodd" clip-rule="evenodd" d="M14.0162 35.4554C14.0162 35.0054 14.381 34.6406 14.831 34.6406H30.1853C30.6353 34.6406 31 35.0054 31 35.4554C31 35.9054 30.6353 36.2702 30.1853 36.2702H14.831C14.381 36.2702 14.0162 35.9054 14.0162 35.4554Z" fill="%233770C3"/><path d="M4.99804 7.50178C4.99781 6.67345 5.66911 6.00177 6.49744 6.00153L21.4957 5.99734C22.324 5.99711 22.9957 6.66842 22.9959 7.49675L23.0001 22.495C23.0004 23.3233 22.3291 23.995 21.5007 23.9952L6.50247 23.9994C5.67414 23.9997 5.00246 23.3284 5.00223 22.5L4.99804 7.50178Z" fill="%233770C3"/><path d="M10.2956 19.764L8.17487 10.2363L10.0125 10.2358L11.3427 16.7805L12.9645 10.235L15.0973 10.2344L16.6564 16.8895L18.0198 10.2336L19.8206 10.2331L17.6683 19.762L15.7642 19.7625L13.991 12.6395L12.2365 19.7635L10.2956 19.764Z" fill="white"/></svg>');
}

.profList li a.jpg {
    background-image:url('data:image/svg+xml;utf8,<svg width="35" height="42" viewBox="0 0 35 42" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M25 5H9V21H25V5Z" fill="%2338A3FF"/><path d="M21.5306 13.1357L18.3527 18.498L13.1826 9.77344L9 16.8316V20.9983H25V18.9906L21.5306 13.1357Z" fill="%23007934"/><path fill-rule="evenodd" clip-rule="evenodd" d="M0 4.33911C0 1.94802 1.99429 0.000148946 4.44419 0.000148946L24.018 0L24.0032 0.00134565C24.0032 0.00134565 24.998 -0.0413287 25.9633 0.362926C26.783 0.706256 27.336 1.2202 27.336 1.2202L27.3468 1.2307L33.8238 7.43148L33.8278 7.43686C33.8278 7.43686 34.373 7.94623 34.7075 8.67807C35.0644 9.45881 34.9945 10.2611 34.9945 10.2611V37.661C34.9945 40.0522 33.0002 42 30.5503 42H4.44419C1.99429 42 0 40.0521 0 37.661V4.33911ZM24.0187 1.42578H4.44484V1.42583C2.7785 1.42583 1.46094 2.71305 1.46094 4.33951V37.6614C1.46094 39.2879 2.7785 40.5751 4.44484 40.5751H30.5509C32.2172 40.5751 33.5348 39.2878 33.5348 37.6614V10.2313C33.535 10.2212 33.5355 10.2111 33.5362 10.2011C33.5362 10.2011 33.5268 9.59151 33.3745 9.25834C33.1858 8.84556 32.7966 8.44445 32.7966 8.44445L26.3357 2.25814L26.333 2.25545C26.3304 2.25311 25.9397 1.90376 25.3887 1.67297C24.8162 1.43318 24.0335 1.42578 24.0335 1.42578H24.0187Z" fill="%2350BEE8"/><path d="M29 36.513C29 37.159 28.4715 37.6875 27.8255 37.6875H1.98698C1.34102 37.6875 0.8125 37.159 0.8125 36.513V24.7682C0.8125 24.1223 1.34102 23.5938 1.98698 23.5938H27.8255C28.4715 23.5938 29 24.1223 29 24.7682V36.513Z" fill="%2350BEE8"/><path d="M8.88466 28.2296C8.88466 27.4404 10.1249 27.4404 10.1249 28.2296V31.9386C10.1249 33.4138 9.42022 34.3064 7.79592 34.3064C6.99727 34.3064 6.33134 34.0891 5.7488 33.3386C5.26961 32.7655 6.17161 31.9398 6.6602 32.54C7.05482 33.0286 7.47763 33.1413 7.88988 33.1225C8.41487 33.1037 8.87644 32.8677 8.88583 31.9386V28.2296H8.88466Z" fill="white"/><path d="M11.7751 28.2294C11.7751 27.9193 12.0194 27.5811 12.414 27.5811H14.5833C15.8047 27.5811 16.904 28.3985 16.904 29.9652C16.904 31.4498 15.8047 32.2766 14.5833 32.2766H13.0153V33.5169C13.0153 33.9303 12.7523 34.164 12.414 34.164C12.1039 34.164 11.7751 33.9303 11.7751 33.5169V28.2294ZM13.0153 28.7638V31.1033H14.5833C15.2128 31.1033 15.7108 30.5478 15.7108 29.9652C15.7108 29.3087 15.2128 28.7638 14.5833 28.7638H13.0153Z" fill="white"/><path d="M23.6103 33.4419C22.9432 33.9962 22.1258 34.2311 21.3001 34.2311C19.327 34.2311 17.9282 33.1048 17.9282 30.8686C17.9282 28.973 19.4033 27.499 21.3835 27.499C22.1257 27.499 22.942 27.7515 23.5246 28.3247C24.0965 28.8873 23.2709 29.7235 22.7083 29.2267C22.3606 28.8884 21.8721 28.6347 21.3835 28.6347C20.2478 28.6347 19.1496 29.545 19.1496 30.8686C19.1496 32.2592 20.0692 33.1048 21.3001 33.1048C21.8721 33.1048 22.3606 32.9345 22.7083 32.682V31.5275H21.3001C20.4639 31.5275 20.5484 30.3812 21.3001 30.3812H23.1781C23.5257 30.3812 23.844 30.6443 23.844 30.9355V32.9357C23.844 33.1048 23.77 33.2622 23.6103 33.4419Z" fill="white"/><path d="M27.8255 37.6872H5.51044V38.8617H27.8255C28.4715 38.8617 29 38.3331 29 37.6872V36.5127C29 37.1587 28.4715 37.6872 27.8255 37.6872Z" fill="%23CAD1D8"/></svg>');
}

.profList li strong {
    display:block;
    margin-bottom:8px;
}

main h2 {
    font-weight: 500;
    font-size: 32px;
    line-height: 38px;
    color: #1E313B;
    margin:100px 0 24px;
}

.newsBody h2 {
    margin-top:40px;
    text-align:left;
}

#documentsBody h2 {
    margin-top:60px;
}

#documentsBody p {
    margin:0 auto 12px;
    max-width:768px;
}

main h3 {
    text-align:center;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #1E313B;
    margin:32px 0 24px;
}

main h4 {
    margin:24px 0 12px;
    font-weight:700;
}

main p {
    margin-bottom:12px;
}

main > ol {
    counter-reset:list;
    padding-left:64px;
}

main > ol > li {
    position:relative;
    margin-bottom:16px;
    font-size:18px;
}

main > ol > li:before {
    content:counter(list);
    counter-increment: list;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    width:40px;
    height:40px;
    background:#E7E7E7;
    color:#921A1D;
    font-size:24px;
    font-family:'Roboto';
    position:absolute;
    left:-64px;
    top:0;
}

ol ol,.newsText ol {
    counter-reset:list1;
}

main > ol > li > ol, main > ol > li > ul {
    font-size:14px;
}

ol ol > li:before, .newsText ol > li:before {
    content:counter(list1) '. ';
    counter-increment: list1;
}

.troubles > li {
    padding-left:64px;
    position:relative;
    margin-bottom:16px;
}

.troubles > li:before {
    content:counter(list);
    display:flex;
    width:40px;
    height:40px;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    font-size: 24px;
    line-height: 28px;
    color: #921A1D;
    background: #E7E7E7;
    position:absolute;
    left:0;
    top:0;
}

main .detailed, main .undetailed {
    width:120px;
    margin:24px auto;
    display:none;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    text-decoration-line: underline;
    color: #921A1D;
    cursor:pointer;
}

main .detailed:after,main .undetailed:after {
    content:'';
    display:inline-block;
    margin-left:4px;
    width:24px;
    height:9px;
    background:url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 8.20703C12.2626 8.20658 12.5227 8.25802 12.7654 8.35842C13.008 8.45881 13.2284 8.60617 13.414 8.79203L18.707 14.086L17.293 15.5L12 10.207L6.70697 15.5L5.29297 14.086L10.586 8.79303C10.7714 8.60699 10.9918 8.45945 11.2345 8.35888C11.4771 8.25831 11.7373 8.20671 12 8.20703Z" fill="%23921A1D"/></svg>') no-repeat center;
}

main .detailed:after {
    transform:rotate(180deg);
}

main .detailed.closed, main .undetailed {
    display:block;
}

main .detailed.closed ~ *, main .detailed.closed ~ main .undetailed {
    display:none;
}

main ul {
    margin:4px 0 0;
    font-size: 14px;
    line-height: 21px;
}

main ul > li:before {
    content: ' • ';
}

main ol ol, main ol ul, .newsText ol {
    margin:4px 0 0;
    padding-left:12px;
}

.oneProgram {
    margin-bottom:65px;
    position:relative;
    padding:24px;
    background:#FFFFFF;
}

.oneProgram:before {
    content:'';
    display:block;
    width: calc(100% - 48px);
    top:-32px;
    left:24px;
    height:1px;
    background:#A5A5A5;
    position:absolute;
}

.oneProgram:first-of-type:before {
    content:none;
}

.oneProgram:hover {
    box-shadow: 0px 6px 28px rgba(0, 0, 0, 0.05);
}

.oneProgram .law, .programHeader .law{
    display:inline-block;
    padding:6px 12px;
    background: #F99B1C;
    border-radius: 100px;
    font-size: 14px;
    line-height: 21px;
    color: #F6F6F6;
    margin-bottom:32px;
}

.oneProgram .date {
    display:block;
    font-size: 16px;
    line-height: 21px;
    color: #1E313B;
    margin-bottom:16px;
}

.oneProgram .header {
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    margin-bottom:32px;
}

.oneProgram .title {
    margin-right:32px;
    font-family: 'Helios';
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    color: #921A1D;
    text-decoration:none;
    display:block;
}

.oneProgram .button {
    background: #A5A5A5;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    padding:12px 16px;
    text-decoration:none;
    display:block;
    white-space:nowrap;
}

.noTouch .oneProgram:hover a.button/*, .touch .oneProgram a.button*/ {
    background: #921A1D;
}

.oneProgram ul, .programHeader ul{
    columns:2;
    text-align:left;
}

.oneProgram ul li, .programHeader ul li {
    margin-bottom:12px;
}

.oneProgram ul li:before{
    content:none;
}

.programMain {
    padding-bottom:100px;
}

.programHeader {
    padding:130px var(--padding) 32px;
    text-align:center;
}

.programHeader .date {
    display:block;
    margin-bottom:16px;
    font-size: 16px;
    line-height: 21px;
    color: #1E313B;
    text-align: left;
}

.programHeader h1 {
    padding:0;
    margin-bottom:24px;
    text-align: left;
}

.programHeader ul {
    margin-bottom:32px;
}

.progData {
    display:grid;
    grid-template-columns:1fr 1fr;
    grid-gap:24px;
}

.oneProgram .progData {
    grid-gap:8px;
}

.progData .progItem {
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    justify-content:center;
    min-height:180px;
    padding:40px;
    gap:10px;
    background: #F6F6F6;
    border-radius:16px;
    text-align: left;
}

.oneProgram .progData .progItem {
    padding: 8px 16px 8px 16px;
    gap: 4px;
    border-radius: 16px;
    height:auto;
} 

.progData .progItem .header {
    color: #801214;
    font-size:20px;
    font-weight:300;
}

.progData .progItem .text {
    font-size:24px;
}

.progData .progItem .text span{
    font-size:20px;
    display:block;
}

.oneProgram .progData .progItem .header,.oneProgram .progData .progItem .text,.oneProgram .progData .progItem .text span{
    font-size:14px;
    margin-bottom:0;
}

.programMain .oneProgram .date {
    display:inline-block;
    padding:6px 16px;
}

.programMain .oneProgram::before {
    content:none;
}

.programMain .oneProgram {
    border: 1px solid #B8C7CF;
    border-radius:24px;
    margin-bottom:32px;
}

.programHeader .button {
    background: #921A1D;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.05);
    border-radius: 24px;
    font-size: 24px;
    line-height: 24px;
    color: #FFFFFF;
    padding:32px 0;
    display:block;
    margin-top:32px;
    text-transform:uppercase;
    text-decoration:none;
}

.programMain h2 {
    text-align:left;
    margin: 0 0 32px;
}

.programMain .abitur {
    display:block;
    counter-reset:list;
    font-weight:600;
}

.programMain .abitur li:before {
    content:counter(list);
    counter-increment: list;
    font-weight:200;
}

.programMain .planLink {
    display:block;
    padding: 32px;
    border-radius: 24px;
    border: 1px solid #951A1D;
    color:#951A1D;
    text-transform:uppercase;
    text-align:center;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.02em;
}

.learnTarget ul{
    display:flex;
    gap:32px;
    list-style-type:none;
}

.learnTarget li {
    display:block;
    width:100%;
    flex-grow:1;
    max-width:405px;
    font-weight: 500;
    line-height: 29.6px;
    text-align: center;
    color:#fff;
    border-radius:32px;
    background:url('data:image/svg+xml;utf8,<svg width="47" height="40" viewBox="0 0 47 40" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M32.531 14.2854H41.0241C43.951 14.2854 46.3333 16.6528 46.3333 19.5615C46.3333 19.9605 46.2869 20.3595 46.1971 20.7487L43.1284 34.7441C42.2763 37.837 39.4251 39.998 36.1964 39.998L21.8958 39.9994C17.9328 39.9994 14.7083 36.7949 14.7083 32.8566V17.907C14.7083 16.1408 15.3624 14.4444 16.5515 13.1288L28.0149 0.47272C28.3729 0.0779123 28.9176 -0.0853118 29.4314 0.0430353L31.5427 0.567584C32.8553 0.892635 33.9166 1.78688 34.4542 3.02013C34.9919 4.25198 34.9245 5.63171 34.2675 6.80497L31.2732 12.1635C30.9138 12.808 31.1665 13.3702 31.2915 13.5809C31.4164 13.7929 31.7884 14.2854 32.531 14.2854ZM0.333252 37.1429V14.286C0.333252 12.708 1.62037 11.4289 3.20825 11.4289H11.8333V40H3.20825C1.62037 40 0.333252 38.7207 0.333252 37.1429Z" fill="white"/></svg>') no-repeat center 40px / auto 46px #38373E;
}

.learnTarget li:before {
    content:none;
}


.programMain .return {
    margin:0 0 72px 0;
}

.programMain h3 {
    text-align:left;
    margin-top:0;
}

.programMain .value {
    padding:72px 56px;
    border-radius:16px;
    background:url('../img/value_pc.jpg') no-repeat center / cover;
    color:#FFFFFF;
}

.programMain .value h2 {
    color:#fff;
    font-size:32px;
    margin-top:0;
}

.programMain .value li {
    display:inline-block;
    margin-bottom:24px;
    position:relative;
    padding-left:40px;
    font-size: 20px;
    font-weight: 700;
}

.programMain .value li:before {
    content:'';
    display:block;
    width:24px;
    height:24px;
    position:absolute;
    left:0;
    background:url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.476 0.0633068C8.31026 0.344666 6.32736 1.17467 4.59291 2.51582C4.04445 2.94255 3.11159 3.86165 2.65689 4.42437C1.36308 6.02812 0.50523 7.92261 0.139589 9.98591C0.0083337 10.7174 -0.043231 12.4759 0.0411476 13.2778C0.242719 15.1488 0.89431 16.9824 1.90685 18.5392C2.36625 19.2426 2.76939 19.7444 3.39754 20.3868C5.36169 22.4032 7.84149 23.6224 10.6635 23.9507C11.2916 24.0257 12.8198 24.0117 13.4995 23.9319C17.0059 23.4958 20.1373 21.531 22.0921 18.5392C23.0765 17.034 23.7047 15.3036 23.9297 13.4982C24.0234 12.7385 24.0234 11.2614 23.9297 10.497C23.4984 7.01757 21.539 3.87572 18.5857 1.93435C17.0434 0.921452 15.3277 0.293083 13.4995 0.0633068C12.787 -0.021101 11.151 -0.021101 10.476 0.0633068ZM18.7076 6.18287C19.6545 6.4783 20.1186 7.48181 19.7342 8.38685C19.6357 8.61663 19.1529 9.11838 15.1684 13.1137C10.1197 18.1735 10.4478 17.8827 9.72594 17.878C9.03216 17.878 9.13998 17.9577 6.50549 15.3364C3.80069 12.6401 3.86631 12.7198 3.86631 11.9976C3.86631 11.5803 3.87569 11.5334 4.0257 11.2567C4.21789 10.905 4.46634 10.6705 4.82261 10.5017C5.04293 10.3986 5.15074 10.3798 5.48357 10.3798C6.16798 10.3798 6.18204 10.3939 8.08525 12.2837L9.72594 13.9156L13.4995 10.15C16.0918 7.56622 17.3341 6.35637 17.4607 6.3001C17.9388 6.07501 18.2716 6.04688 18.7076 6.18287Z" fill="white"/></svg>') no-repeat center / contain;
}

.programMain .value .button {
    display:block;
    color: #231F20;
    background:#fff;
    padding:32px;
    text-align:center;
    border-radius:24px;
    cursor:pointer;
    font-size:24px;
    line-height:24px;
    text-transform:uppercase;
    text-decoration:none;
    font-weight:700;
}

.programMain .conditions {
    display:flex;
    gap:32px;
}

.programMain .conditions .block {
    background: #F6F6F6;
    padding: 40px 40px 32px 40px;
    flex-grow:1;
    width:100%;
}

.finalDoc {
    background: #F6F6F6;
    display:flex;
}

.finalDoc a {
    display:block;
    background:#951A1D;
    color:#fff;
    text-transform:uppercase;
    text-align:center;
    width:100%;
    flex-grow:1;
    text-decoration:none;
}

.finalDoc .left {
    width:100%;
    flex-grow:1;
}

.finalDoc a:before {
    content:'';
    display:inline-block;
    vertical-align:middle;
    background:url('data:image/svg+xml;utf8,<svg width="43" height="26" viewBox="0 0 43 26" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19.4004 0.0848767C12.5305 0.773548 6.24004 4.44367 1.10859 10.7677C0.075586 12.0359 0 12.187 0 12.8673C0 13.5056 0.125977 13.7239 1.29336 15.1433C6.89512 21.9544 14.0506 25.6917 21.5 25.6917C29.0418 25.6917 36.2225 21.8956 41.8914 14.9165C42.9244 13.6484 43 13.4972 43 12.8169C43 12.1786 42.874 11.9603 41.7066 10.5409C36.0545 3.66261 28.8402 -0.0662952 21.3404 0.000892318C20.6686 0.00929075 19.7951 0.0428845 19.4004 0.0848767ZM23.398 4.05734C26.3627 4.69562 28.8486 6.87081 29.9404 9.76827C30.3352 10.8181 30.4359 11.4312 30.4275 12.8841C30.4275 14.0683 30.4023 14.3286 30.2092 15.0425C29.3609 18.2255 26.8834 20.703 23.7004 21.5513C22.9865 21.7444 22.7262 21.7696 21.542 21.7696C20.0891 21.778 19.476 21.6773 18.4262 21.2825C15.5287 20.1907 13.3955 17.7468 12.7068 14.7401C12.4885 13.7911 12.5137 11.7419 12.7488 10.8013C13.6475 7.22355 16.3686 4.67042 20.0219 3.97335C20.7693 3.83058 22.575 3.87257 23.398 4.05734Z" fill="white"/><path d="M20.0303 8.17257C19.1652 8.45812 18.6697 8.76886 18.0146 9.44073C17.0656 10.3982 16.6289 11.4732 16.6289 12.8421C16.6289 14.253 17.0656 15.3112 18.0482 16.2939C19.0309 17.2765 20.0891 17.7132 21.5 17.7132C22.8689 17.7132 23.9439 17.2765 24.9014 16.3275C25.926 15.3196 26.3711 14.2698 26.3711 12.8505C26.3711 12.397 26.3123 11.8259 26.2451 11.5571C25.8168 9.91105 24.4311 8.5253 22.785 8.09698C22.0291 7.90382 20.7441 7.93741 20.0303 8.17257Z" fill="white"/></svg>') no-repeat center / contain;
}

.toSubscribe {
    display:flex;
    background:#951A1D;
    color:#fff;
}

.toSubscribe a {
    color:#951A1D;
    text-decoration:none;
    text-transform:uppercase;
    display:block;
    flex-grow:1;
    width:100%;
    background:#fff;
    text-align:center;
}

.toSubscribe a:before {
    content:'';
    display:inline-block;
    vertical-align:middle;
    background:url('data:image/svg+xml;utf8,<svg width="52" height="33" viewBox="0 0 52 33" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.29526 0.765581C1.432 1.03421 1.03592 2.17074 1.55387 2.93531C1.70621 3.17295 5.34208 5.74563 13.2029 11.1803C19.4894 15.5198 24.8112 19.167 25.0346 19.291C25.5831 19.5699 26.426 19.5699 26.9643 19.2806C27.1877 19.167 32.5095 15.5198 38.7961 11.17C46.6061 5.77663 50.2927 3.17295 50.4552 2.93531C50.8818 2.29473 50.6685 1.34418 49.9982 0.899897C49.7341 0.724252 48.688 0.71392 26.1518 0.693256C13.1927 0.682924 2.45776 0.724252 2.29526 0.765581Z" fill="%23951A1D"/><path d="M0.741391 5.68364C0.558582 5.77663 0.314837 6.00394 0.203121 6.18991C0 6.52054 0 6.69618 0 17.4829V28.4452L0.304681 28.8068C0.477334 29.0031 0.782015 29.2201 0.97498 29.2821C1.58434 29.4887 1.97027 29.3441 2.76244 28.5795C4.01164 27.3913 16.0973 15.5094 16.1176 15.4474C16.1481 15.3751 2.56948 5.97294 2.04136 5.70431C1.60465 5.477 1.16794 5.46667 0.741391 5.68364Z" fill="%23951A1D"/><path d="M49.9576 5.70431C49.4599 5.94195 35.8407 15.3648 35.8813 15.4474C35.9016 15.5198 48.4037 27.8046 49.338 28.6828C50.2724 29.5507 51.0138 29.592 51.6942 28.8068L51.9989 28.4452V17.4932C51.9989 5.2187 52.0599 6.12792 51.2677 5.71464C50.8005 5.477 50.4349 5.46667 49.9576 5.70431Z" fill="%23951A1D"/><path d="M10.5927 23.4961C4.49913 29.499 3.55461 30.4703 3.49368 30.7906C3.34134 31.6068 3.65617 32.2577 4.33663 32.547C4.61084 32.671 8.1553 32.6917 26.0198 32.6917C46.149 32.6917 47.3982 32.6813 47.7334 32.5057C48.4037 32.1647 48.7185 31.3175 48.4545 30.5942C48.3529 30.3359 34.5001 16.646 34.2766 16.5943C34.2055 16.5736 32.7634 17.5242 31.0673 18.702C29.3713 19.8799 27.726 20.9544 27.4213 21.1094C26.619 21.4917 25.3799 21.4917 24.5776 21.1094C24.2729 20.9544 22.6378 19.8799 20.9418 18.702C19.2457 17.5345 17.8035 16.5736 17.7426 16.5736C17.6715 16.584 14.4622 19.6939 10.5927 23.4961Z" fill="%23951A1D"/></svg>') no-repeat center / contain;
}

@media (max-width:1023px) {
    .programMain h2 {
        font-size:24px;
        font-weight:600;
    }
    .programMain h3 {
        font-size:24px;
        font-weight:500;
    }
    
    .programHeader {
        margin-bottom:48px;
    }
    
    .programBody .programHeader {
        text-align:left;
    }
    
    .programHeader .button {
        font-size:16px;
        padding:16px 0;
        text-align:center;
    }
    
    .programMain .abitur {
        margin-bottom:48px;
    }
    
    .programMain .abitur li {
        display:flex;
        align-items:center;
        gap:16px;
        margin-bottom:16px;
        padding: 24px 16px;
        border-radius: 16px;
        background:#FAFAFA;
    }
    
    .programMain .abitur li:before {
        font-size:40px;
    }
    
    .programMain .abitur li span {
        display:block;
    }
    
    .programMain .value {
        background-image:url('../img/value_mob.jpg');
    }
    
    .programMain .value li {
        font-size:16px;
    }
    
    .programMain .value li:before {
        top:50%;
        transform:translateY(-50%);
        width:16px;
        height:16px;
    }
    
    .progData {
        grid-template-columns:1fr;
        grid-gap:8px;
    }
    
    .progData .progItem {
        padding:16px 24px;
        height:auto;
    }
    
    .progData .progItem:nth-of-type(3){
        margin-bottom:8px;
    }

    .progData .progItem .header {
        font-size:14px;
    }
    
    .progData .progItem .text {
        font-size:16px;
    }
    
    .programMain .value {
        margin-bottom:48px;
        padding:24px 16px;
    }
    
    .programMain .value h2 {
        font-size:24px;
    }
    
    .programMain .conditions {
        flex-direction:column;
        margin-bottom:48px;
        gap:32;
    }
    
    .programMain .conditions .block {
        border-radius:16px;
        padding:24px 16px;
    }
    
    .programMain .conditions p {
        font-size: 16px;
        font-weight: 600;
        line-height: 23.6px;
    }
    
    .programMain .conditions p span{
        font-weight:400;
        display:block;
    }
    
    .programMain .conditions li {
        font-size: 16px;
        line-height: 23.6px;
    }
    
     .programMain .conditions li:before {
         margin-right:8px;
     }
     
    .programMain .programContent {
        margin-bottom:48px;
        font-size:20px;
    }
    .learnTarget ul{
        flex-direction:column;
        margin-bottom:48px;
    }
    .programMain .planLink {
        margin-bottom:48px;
        padding:16px 32px;
        font-size:16px;
    }
    
    .learnTarget li {
        max-width:none;
        padding:84px 24px 24px;
        font-size:16px;
        background-position:center 24px;
        background-size:auto 32px;
    }
    
    .programMain .value .button {
        font-size:16px;
        padding:16px;
    }
    
    .programBody #pdopage, .programBody .oneProgram {
        padding:0;
    }
    
    .finalDoc {
        flex-direction:column;
        padding:24px 16px 32px;
        gap:24px;
        margin-bottom:48px;
        border-radius:16px;
    }
    
    .finalDoc .left .header{
        font-size:24px;
        font-weight:600;
        display:block;
        padding-left:67px;
        margin-bottom:4px;
        min-height: 51px;
        background:url('data:image/svg+xml;utf8,<svg width="89" height="90" viewBox="0 0 89 90" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_36_8413)"><path d="M10.3081 0.537064C12.6374 1.09332 14.1149 2.84898 14.9841 6.13433L15.3665 7.55972L15.4186 41.1259L15.4708 74.6921L15.8706 75.0746L16.2704 75.4396L33.2882 75.4048L50.306 75.3527L50.897 74.3445L51.488 73.3363L51.2099 72.5367C50.8622 71.5111 50.8622 70.6767 51.2099 69.2513L51.5054 68.1388L50.6015 67.1828C49.4542 65.9834 48.9849 64.923 48.9849 63.6193C48.9849 62.3156 49.4194 61.3595 50.5667 60.0906L51.488 59.0998L51.1925 57.8656C50.3929 54.615 51.7661 52.4943 55.2253 51.6252C55.9554 51.4513 55.9727 51.4166 56.3378 50.1998C56.9114 48.2529 57.8153 47.1578 59.3624 46.5841C60.1272 46.2886 61.5005 46.3234 62.6477 46.6537L63.6386 46.9492L64.612 46.0627C66.0722 44.7416 66.7675 44.4113 68.2798 44.4287H69.5487L69.4966 26.8546C69.4444 10.3236 69.427 9.24585 69.1142 8.34194C68.0712 5.19566 66.1765 2.91851 63.43 1.47573C61.1702 0.293701 62.752 0.345848 34.8526 0.363235C19.7817 0.380615 9.90829 0.45015 10.3081 0.537064ZM52.6526 11.0189C53.122 11.4361 53.122 12.2009 52.6526 12.6181C52.305 12.931 51.853 12.9484 42.8661 13.0005C36.3649 13.0353 33.2534 13.0005 32.8015 12.8615C32.0888 12.6529 31.7585 12.1314 31.9323 11.4709C32.1583 10.6365 32.419 10.6017 42.6923 10.6539C51.853 10.6886 52.305 10.706 52.6526 11.0189ZM60.9964 21.4486C61.431 21.8484 61.4657 22.5437 61.0659 22.9783C60.8052 23.2738 60.0056 23.2912 42.5184 23.2912C32.4712 23.2912 24.1622 23.2216 24.0579 23.1521C23.9536 23.0826 23.7798 22.8566 23.6581 22.648C23.4147 22.1787 23.6755 21.5007 24.2317 21.24C24.4751 21.1183 30.4026 21.0662 42.6054 21.0835C60.0577 21.1183 60.6487 21.1357 60.9964 21.4486ZM60.9095 31.8261C61.4483 32.2433 61.5179 33.0082 61.0485 33.4253C60.753 33.7035 59.2581 33.7209 42.4142 33.6861L24.11 33.6339L23.7798 33.182C23.519 32.8343 23.4843 32.6605 23.6233 32.2781C23.7276 32.0173 23.9884 31.7218 24.197 31.6349C24.4229 31.548 32.1931 31.4785 42.5184 31.4785C60.4054 31.4611 60.4401 31.4611 60.9095 31.8261ZM60.7183 42.082C61.2224 42.3601 61.3614 42.5687 61.3614 43.1423C61.3614 44.2027 62.3696 44.1505 42.3968 44.1505H24.1796L23.8319 43.6812C23.4147 43.1597 23.4843 42.673 24.0231 42.1863C24.3534 41.9082 25.4833 41.8908 42.362 41.8908C55.5729 41.8908 60.4401 41.9429 60.7183 42.082ZM49.3325 52.6681C49.8018 53.1201 49.8192 53.7806 49.3673 54.2326C49.0196 54.5802 48.7936 54.5802 36.6083 54.5802H24.1796L23.8319 54.1109C23.4147 53.5894 23.4843 53.1027 24.0231 52.616C24.3534 52.3378 25.2052 52.3205 36.6604 52.3205C48.7936 52.3205 48.9675 52.3205 49.3325 52.6681ZM46.2384 63.0978C46.4296 63.289 46.586 63.6367 46.586 63.88C46.586 64.1234 46.4296 64.4711 46.2384 64.6623C45.8907 65.0099 45.6647 65.0099 35.1134 65.0099H24.3186L23.8841 64.5753C23.38 64.0712 23.4321 63.5671 24.0231 63.0457C24.3534 62.7675 25.1356 62.7502 35.1308 62.7502C45.6647 62.7502 45.8907 62.7502 46.2384 63.0978Z" fill="%231A4495"/><path d="M6.37949 1.23238C4.8498 1.47574 3.09414 2.86636 2.27715 4.50035C1.46016 6.08218 1.39062 6.81226 1.39062 13.4003V19.6234L1.84258 19.9711C2.29453 20.3187 2.50312 20.3361 7.77012 20.3361H13.2457L13.1762 13.8523C13.0893 6.89918 13.0371 6.39507 12.0811 4.43082C10.9164 2.01461 8.7957 0.832575 6.37949 1.23238Z" fill="%231A4495"/><path d="M67.1846 46.7927C66.9934 46.897 66.2807 47.5228 65.6028 48.1834L64.3686 49.3828L62.6651 48.9308C59.7969 48.1486 59.0321 48.5658 58.2672 51.347C58.0065 52.2857 57.6762 53.1375 57.5372 53.207C57.3981 53.2939 56.6159 53.5199 55.8163 53.7285C53.1915 54.4064 52.7743 55.2234 53.5043 58.1263L53.9389 59.8125L52.6352 61.1509C50.6014 63.2369 50.6014 64.0017 52.6352 66.0877L53.9389 67.4261L53.487 69.1644C53.1567 70.5029 53.0872 71.0418 53.1915 71.5632C53.3827 72.3976 54.1475 73.1103 55.1383 73.3537C55.5555 73.458 56.3204 73.6666 56.8418 73.8404L57.7979 74.1359L58.2672 75.8742C58.9973 78.6728 59.7969 79.1074 62.6999 78.3252L64.4034 77.8732L65.7245 79.1943C66.837 80.2894 67.1499 80.5154 67.7583 80.6023C68.8881 80.7587 69.3401 80.5328 70.7481 79.1769L72.0692 77.8906L73.8249 78.3599C75.4936 78.7945 75.65 78.8119 76.3454 78.5685C77.3188 78.2209 77.736 77.5603 78.2227 75.6134L78.6051 74.049L79.3352 73.8752C79.7176 73.7709 80.5868 73.5101 81.2647 73.3015C83.2985 72.6584 83.6288 71.7197 82.8465 68.9211L82.4641 67.5304L83.7331 66.2093C85.8016 64.0886 85.819 63.2369 83.7852 61.1162L82.4467 59.7082L82.8465 58.3175C83.6461 55.5363 83.229 54.4238 81.1604 53.8849C80.7432 53.7806 79.9958 53.572 79.509 53.433L78.6051 53.1722L78.2053 51.6078C77.7186 49.713 77.4057 49.1742 76.6061 48.7918C75.8065 48.4093 75.65 48.4093 73.7206 48.9308L72.0692 49.3828L70.8524 48.166C70.1745 47.5054 69.4444 46.8796 69.2358 46.7753C68.7491 46.532 67.6366 46.532 67.1846 46.7927ZM69.9137 55.1191C71.5129 55.4494 72.9905 56.2837 74.242 57.5179C76.0151 59.291 76.8321 61.2205 76.8321 63.6193C76.8321 68.5908 72.5559 72.6062 67.6366 72.2586C62.5086 71.8935 58.6844 67.0263 59.6926 62.107C60.0577 60.3166 60.8399 58.8043 62.0741 57.5701C64.16 55.4494 67.1151 54.5281 69.9137 55.1191Z" fill="%23C6A032"/><path d="M66.2111 57.5005C64.3337 58.1263 63.1691 59.2214 62.2652 61.1509C61.8828 61.9679 61.8132 62.3851 61.8132 63.6367C61.8132 65.0273 61.8654 65.2359 62.4564 66.4527C63.1865 67.9302 64.0208 68.7472 65.5332 69.4947C66.3675 69.9119 66.6978 69.964 68.1406 69.964C69.6007 69.964 69.931 69.9119 70.8697 69.4599C72.1386 68.8689 73.5292 67.4957 74.1029 66.2789C74.4158 65.5836 74.4853 65.1316 74.4853 63.6193C74.4853 61.4291 74.1898 60.6294 72.8339 59.2041C71.1826 57.4484 68.4708 56.7531 66.2111 57.5005Z" fill="%23C6A032"/><path d="M50.949 78.5511C48.724 82.3927 48.4981 83.0707 49.1586 83.6617C49.6453 84.1136 50.4102 84.0267 53.5565 83.1923L56.4594 82.4449L57.2764 85.4173C58.1281 88.4593 58.3193 88.9808 58.6496 89.2068C58.9973 89.4502 60.0924 89.3459 60.3357 89.0677C60.4574 88.9287 61.5178 87.1382 62.6824 85.1218L64.8205 81.4367L64.2643 80.8804L63.708 80.3242L62.3174 80.6718C61.1701 80.95 60.7703 80.9673 60.0402 80.8283C58.1455 80.4285 56.9809 79.2464 56.3377 77.091L55.9727 75.8568L54.7211 75.4744C54.0258 75.2484 53.3652 75.0398 53.2609 74.9877C53.1393 74.9355 52.1832 76.4304 50.949 78.5511Z" fill="%23951A1D"/><path d="M81.8035 75.4222L80.4303 75.8916L79.9783 77.3169C79.0049 80.3242 76.7277 81.4888 73.651 80.5675L72.6254 80.272L72.1213 80.7587C71.8432 81.0195 71.6172 81.2976 71.6172 81.3498C71.6172 81.541 75.7891 88.7027 76.0846 89.033C76.4496 89.4502 77.5621 89.4502 77.9098 89.033C78.0662 88.8765 78.6051 87.4164 79.1092 85.7824C79.6133 84.1484 80.0479 82.7925 80.0652 82.7578C80.1 82.723 81.4037 82.9664 82.9508 83.3314C86.2883 84.0789 86.9662 84.1136 87.3312 83.5748C87.4877 83.3662 87.6094 82.9837 87.6094 82.7404C87.6094 82.3232 83.4723 74.8834 83.2637 74.9355C83.2115 74.9529 82.5684 75.1789 81.8035 75.4222Z" fill="%23951A1D"/></g><defs><clipPath id="clip0_36_8413"><rect width="89" height="89" fill="white" transform="translate(0 0.345856)"/></clipPath></defs></svg>') no-repeat left center / 51px;
    }
    
    .finalDoc .left .description {
        font-size:12px;
    }
    
    .finalDoc a {
        padding:16px;
        border-radius:24px;
    }
    
    .finalDoc a:before {
        width:32px;
        height:20px;
        margin-right:16px;
    }
    
    .toSubscribe {
        flex-direction:column;
        padding:16px;
        border-radius:16px;
        gap:16px;
        margin-bottom:48px;
    }
    
    .toSubscribe .header {
        text-align:center;
        font-size:24px;
        font-weight:600;
    }
    
    .toSubscribe a {
        padding:16px;
        border-radius:16px;
    }
    
    .toSubscribe a:before {
        width:32px;
        height:20px;
        margin-right:16px;
    }
    
    .programMain .return {
        width:100%;
    }
    
     .programBody .oneProgram {
         border: 1px solid #B8C7CF;
         padding:24px 16px;
         border-radius:24px;
         margin-bottom:32px;
     }
     
     .programBody .oneProgram:before {
         content:none;
     }
     
     .oneProgram .button {
         width:100%;
         text-align:center;
         text-transform:uppercase;
     }
}

@media (min-width:1024px) {
    .programMain .planLink {
        margin-bottom:72px;
    }
    .learnTarget {
        margin-bottom:72px;
    } 
    
    .learnTarget li {
        padding:112px 40px 32px;
        font-size:20px;
    }
    
    .programMain .programContent {
        margin-bottom:64px;
        font-size:20px;
    }
    
    .programMain .conditions {
        display:flex;
        gap:32px;
        align-items:flex-start;
        margin-bottom:72px;
    }

    .programMain h3 {
        font-size:24px;
    }
    
    .programMain .conditions .block:nth-of-type(2) {
        border-radius:16px;
    }
    
    .programMain .conditions p {
        font-size: 20px;
        font-weight: 600;
        line-height: 29.6px;
    }
    
    .programMain .conditions p span{
        font-weight:400;
        display:block;
    }
    
    .programMain .conditions li {
        font-size: 20px;
        line-height: 29.6px;
    }
    
    .programMain .abitur {
        display:flex;
        gap:16px;
        margin-bottom:72px;
    }
    
    .programMain .abitur li {
        background: #FAFAFA;
        padding:32px;
        border-radius:16px;
        width:25%;
        font-size:20px;
    }
    
    .programMain .abitur li:before {
        display:block;
        font-size:64px;
    }
    
    .programMain .value {
        margin-bottom:72px;
    }

    .programMain .value ul {
        columns:2;
        column-gap:32px;
        margin-bottom:32px;
        padding-top:32px;
    }
    
    .programMain .value li {
        padding-top:4px;
    }
    
    .programMain .value li:before {
        top:0;
    }
    
    .finalDoc {
        margin-bottom:72px;
        padding:40px 40px 32px;
        border-radius:24px;
        gap:24px;
        align-items:center;
    }
    
    .finalDoc .left {
        display:block;
        padding-left:113px;
        height: 89px;
        background:url('data:image/svg+xml;utf8,<svg width="89" height="90" viewBox="0 0 89 90" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_36_8413)"><path d="M10.3081 0.537064C12.6374 1.09332 14.1149 2.84898 14.9841 6.13433L15.3665 7.55972L15.4186 41.1259L15.4708 74.6921L15.8706 75.0746L16.2704 75.4396L33.2882 75.4048L50.306 75.3527L50.897 74.3445L51.488 73.3363L51.2099 72.5367C50.8622 71.5111 50.8622 70.6767 51.2099 69.2513L51.5054 68.1388L50.6015 67.1828C49.4542 65.9834 48.9849 64.923 48.9849 63.6193C48.9849 62.3156 49.4194 61.3595 50.5667 60.0906L51.488 59.0998L51.1925 57.8656C50.3929 54.615 51.7661 52.4943 55.2253 51.6252C55.9554 51.4513 55.9727 51.4166 56.3378 50.1998C56.9114 48.2529 57.8153 47.1578 59.3624 46.5841C60.1272 46.2886 61.5005 46.3234 62.6477 46.6537L63.6386 46.9492L64.612 46.0627C66.0722 44.7416 66.7675 44.4113 68.2798 44.4287H69.5487L69.4966 26.8546C69.4444 10.3236 69.427 9.24585 69.1142 8.34194C68.0712 5.19566 66.1765 2.91851 63.43 1.47573C61.1702 0.293701 62.752 0.345848 34.8526 0.363235C19.7817 0.380615 9.90829 0.45015 10.3081 0.537064ZM52.6526 11.0189C53.122 11.4361 53.122 12.2009 52.6526 12.6181C52.305 12.931 51.853 12.9484 42.8661 13.0005C36.3649 13.0353 33.2534 13.0005 32.8015 12.8615C32.0888 12.6529 31.7585 12.1314 31.9323 11.4709C32.1583 10.6365 32.419 10.6017 42.6923 10.6539C51.853 10.6886 52.305 10.706 52.6526 11.0189ZM60.9964 21.4486C61.431 21.8484 61.4657 22.5437 61.0659 22.9783C60.8052 23.2738 60.0056 23.2912 42.5184 23.2912C32.4712 23.2912 24.1622 23.2216 24.0579 23.1521C23.9536 23.0826 23.7798 22.8566 23.6581 22.648C23.4147 22.1787 23.6755 21.5007 24.2317 21.24C24.4751 21.1183 30.4026 21.0662 42.6054 21.0835C60.0577 21.1183 60.6487 21.1357 60.9964 21.4486ZM60.9095 31.8261C61.4483 32.2433 61.5179 33.0082 61.0485 33.4253C60.753 33.7035 59.2581 33.7209 42.4142 33.6861L24.11 33.6339L23.7798 33.182C23.519 32.8343 23.4843 32.6605 23.6233 32.2781C23.7276 32.0173 23.9884 31.7218 24.197 31.6349C24.4229 31.548 32.1931 31.4785 42.5184 31.4785C60.4054 31.4611 60.4401 31.4611 60.9095 31.8261ZM60.7183 42.082C61.2224 42.3601 61.3614 42.5687 61.3614 43.1423C61.3614 44.2027 62.3696 44.1505 42.3968 44.1505H24.1796L23.8319 43.6812C23.4147 43.1597 23.4843 42.673 24.0231 42.1863C24.3534 41.9082 25.4833 41.8908 42.362 41.8908C55.5729 41.8908 60.4401 41.9429 60.7183 42.082ZM49.3325 52.6681C49.8018 53.1201 49.8192 53.7806 49.3673 54.2326C49.0196 54.5802 48.7936 54.5802 36.6083 54.5802H24.1796L23.8319 54.1109C23.4147 53.5894 23.4843 53.1027 24.0231 52.616C24.3534 52.3378 25.2052 52.3205 36.6604 52.3205C48.7936 52.3205 48.9675 52.3205 49.3325 52.6681ZM46.2384 63.0978C46.4296 63.289 46.586 63.6367 46.586 63.88C46.586 64.1234 46.4296 64.4711 46.2384 64.6623C45.8907 65.0099 45.6647 65.0099 35.1134 65.0099H24.3186L23.8841 64.5753C23.38 64.0712 23.4321 63.5671 24.0231 63.0457C24.3534 62.7675 25.1356 62.7502 35.1308 62.7502C45.6647 62.7502 45.8907 62.7502 46.2384 63.0978Z" fill="%231A4495"/><path d="M6.37949 1.23238C4.8498 1.47574 3.09414 2.86636 2.27715 4.50035C1.46016 6.08218 1.39062 6.81226 1.39062 13.4003V19.6234L1.84258 19.9711C2.29453 20.3187 2.50312 20.3361 7.77012 20.3361H13.2457L13.1762 13.8523C13.0893 6.89918 13.0371 6.39507 12.0811 4.43082C10.9164 2.01461 8.7957 0.832575 6.37949 1.23238Z" fill="%231A4495"/><path d="M67.1846 46.7927C66.9934 46.897 66.2807 47.5228 65.6028 48.1834L64.3686 49.3828L62.6651 48.9308C59.7969 48.1486 59.0321 48.5658 58.2672 51.347C58.0065 52.2857 57.6762 53.1375 57.5372 53.207C57.3981 53.2939 56.6159 53.5199 55.8163 53.7285C53.1915 54.4064 52.7743 55.2234 53.5043 58.1263L53.9389 59.8125L52.6352 61.1509C50.6014 63.2369 50.6014 64.0017 52.6352 66.0877L53.9389 67.4261L53.487 69.1644C53.1567 70.5029 53.0872 71.0418 53.1915 71.5632C53.3827 72.3976 54.1475 73.1103 55.1383 73.3537C55.5555 73.458 56.3204 73.6666 56.8418 73.8404L57.7979 74.1359L58.2672 75.8742C58.9973 78.6728 59.7969 79.1074 62.6999 78.3252L64.4034 77.8732L65.7245 79.1943C66.837 80.2894 67.1499 80.5154 67.7583 80.6023C68.8881 80.7587 69.3401 80.5328 70.7481 79.1769L72.0692 77.8906L73.8249 78.3599C75.4936 78.7945 75.65 78.8119 76.3454 78.5685C77.3188 78.2209 77.736 77.5603 78.2227 75.6134L78.6051 74.049L79.3352 73.8752C79.7176 73.7709 80.5868 73.5101 81.2647 73.3015C83.2985 72.6584 83.6288 71.7197 82.8465 68.9211L82.4641 67.5304L83.7331 66.2093C85.8016 64.0886 85.819 63.2369 83.7852 61.1162L82.4467 59.7082L82.8465 58.3175C83.6461 55.5363 83.229 54.4238 81.1604 53.8849C80.7432 53.7806 79.9958 53.572 79.509 53.433L78.6051 53.1722L78.2053 51.6078C77.7186 49.713 77.4057 49.1742 76.6061 48.7918C75.8065 48.4093 75.65 48.4093 73.7206 48.9308L72.0692 49.3828L70.8524 48.166C70.1745 47.5054 69.4444 46.8796 69.2358 46.7753C68.7491 46.532 67.6366 46.532 67.1846 46.7927ZM69.9137 55.1191C71.5129 55.4494 72.9905 56.2837 74.242 57.5179C76.0151 59.291 76.8321 61.2205 76.8321 63.6193C76.8321 68.5908 72.5559 72.6062 67.6366 72.2586C62.5086 71.8935 58.6844 67.0263 59.6926 62.107C60.0577 60.3166 60.8399 58.8043 62.0741 57.5701C64.16 55.4494 67.1151 54.5281 69.9137 55.1191Z" fill="%23C6A032"/><path d="M66.2111 57.5005C64.3337 58.1263 63.1691 59.2214 62.2652 61.1509C61.8828 61.9679 61.8132 62.3851 61.8132 63.6367C61.8132 65.0273 61.8654 65.2359 62.4564 66.4527C63.1865 67.9302 64.0208 68.7472 65.5332 69.4947C66.3675 69.9119 66.6978 69.964 68.1406 69.964C69.6007 69.964 69.931 69.9119 70.8697 69.4599C72.1386 68.8689 73.5292 67.4957 74.1029 66.2789C74.4158 65.5836 74.4853 65.1316 74.4853 63.6193C74.4853 61.4291 74.1898 60.6294 72.8339 59.2041C71.1826 57.4484 68.4708 56.7531 66.2111 57.5005Z" fill="%23C6A032"/><path d="M50.949 78.5511C48.724 82.3927 48.4981 83.0707 49.1586 83.6617C49.6453 84.1136 50.4102 84.0267 53.5565 83.1923L56.4594 82.4449L57.2764 85.4173C58.1281 88.4593 58.3193 88.9808 58.6496 89.2068C58.9973 89.4502 60.0924 89.3459 60.3357 89.0677C60.4574 88.9287 61.5178 87.1382 62.6824 85.1218L64.8205 81.4367L64.2643 80.8804L63.708 80.3242L62.3174 80.6718C61.1701 80.95 60.7703 80.9673 60.0402 80.8283C58.1455 80.4285 56.9809 79.2464 56.3377 77.091L55.9727 75.8568L54.7211 75.4744C54.0258 75.2484 53.3652 75.0398 53.2609 74.9877C53.1393 74.9355 52.1832 76.4304 50.949 78.5511Z" fill="%23951A1D"/><path d="M81.8035 75.4222L80.4303 75.8916L79.9783 77.3169C79.0049 80.3242 76.7277 81.4888 73.651 80.5675L72.6254 80.272L72.1213 80.7587C71.8432 81.0195 71.6172 81.2976 71.6172 81.3498C71.6172 81.541 75.7891 88.7027 76.0846 89.033C76.4496 89.4502 77.5621 89.4502 77.9098 89.033C78.0662 88.8765 78.6051 87.4164 79.1092 85.7824C79.6133 84.1484 80.0479 82.7925 80.0652 82.7578C80.1 82.723 81.4037 82.9664 82.9508 83.3314C86.2883 84.0789 86.9662 84.1136 87.3312 83.5748C87.4877 83.3662 87.6094 82.9837 87.6094 82.7404C87.6094 82.3232 83.4723 74.8834 83.2637 74.9355C83.2115 74.9529 82.5684 75.1789 81.8035 75.4222Z" fill="%23951A1D"/></g><defs><clipPath id="clip0_36_8413"><rect width="89" height="89" fill="white" transform="translate(0 0.345856)"/></clipPath></defs></svg>') no-repeat left center / 89px;
    }
    
    .finalDoc .header {
        display:block;
        font-size:32px;
        font-weight:600;
        margin-bottom:4px;
    }
    
    .finalDoc .description {
        font-size:16px;
    }
    
    .finalDoc a {
        font-size:24px;
        font-weight:600;
        padding:32px;
        border-radius:24px;
    }
    
    .finalDoc a:before {
        width: 43px;
        height: 25.69px;
        margin-right:24px;
    }
    
    .toSubscribe {
        gap:32px;
        border-radius:24px;
        padding:32px 48px;
        align-items:center;
        margin-bottom:72px;
    }
    
    .toSubscribe .header {
        font-size:32px;
        font-weight:600;
        width: max-content;
        flex-shrink: 0;       
        padding-right: 30px;
    }
    
    .toSubscribe a {
        padding:32px;
        border-radius:24px;
        font-weight:700;
        font-size:24px;
    }
    
    .toSubscribe a:before {
        margin-right:24px;
        width:52px;
        height:32px;
    }
    
    #subscribeForm input {
        margin-bottom:32px;
    }
}

#graphMain {
    display:flex;
}

#calendar {
    max-width:386px;
    margin-right:48px;
    width:100%;
} 

#calendar > a {
    display:block;
    margin-top:24px;
    text-align:center;
}

#programList .oneProgram {
    display:flex;
    flex-direction:column;
    align-items:flex-start;
}

#programList .oneProgram h2 {
    margin-bottom:32px;
}

#programList .oneProgram ul {
    columns:1;
}

.return {
    display:block;
    padding:8px 16px;
    text-align:center;
    width:245px;
    border: 1px solid #A5A5A5;
    box-shadow:0px 3px 15px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    font-size: 16px;
    line-height: 24px;
    color: #A5A5A5;
    text-decoration:none;
    margin:48px auto 0;
}

.filters {
    display:flex;
    align-items:center;
    white-space:nowrap;
    width:100%;
    overflow:auto;
    padding-bottom: 20px;
    margin-bottom: -20px;
}

.filters p {
    display:flex;
    align-items:center;
}

.filters p:first-of-type{
    margin-right:28px;
}

.filters span {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #1E313B;
    margin-right:12px;
}

.filters a {
    text-decoration:none;
    display:block;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #A5A5A5;
    padding:2px 8px;
    margin-right:16px;
    border: 1px solid #A5A5A5;
    border-radius: 16px;
}

.filters a.selected {
    padding-right:36px;
    background:url('data:image/svg+xml;utf8,<svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M12.5 4.5C8.3525 4.5 5 7.8525 5 12C5 16.1475 8.3525 19.5 12.5 19.5C16.6475 19.5 20 16.1475 20 12C20 7.8525 16.6475 4.5 12.5 4.5ZM16.25 14.6925L15.1925 15.75L12.5 13.0575L9.8075 15.75L8.75 14.6925L11.4425 12L8.75 9.3075L9.8075 8.25L12.5 10.9425L15.1925 8.25L16.25 9.3075L13.5575 12L16.25 14.6925Z" fill="white"/></svg>') no-repeat right center #A5A5A5;
    color: #FFFFFF;
}

#contactsBody img{
    max-width:100%;
}

#contactsBody main {
    display:grid;
    grid-template-areas:"table img" "map map";
}

#contactsBody main .contacts {
    grid-area: table;
    align-self: start;
}

#contactsBody main .map {
    grid-area: img;
    justify-self: end;
}

#contactsBody main iframe {
    width: 100%; 
    height: 515px; 
    margin-top: 32px;
    grid-area: map;
}

.inform {
    border: 1px solid #919191;
    width:100%;
}

.inform td, .inform th {
    border: 1px solid #919191;
    padding: 8px;
}

.inform th {
    text-align:center;
    font-weight:700;
}

.inform .grey td {
    background:#eaeaea;
    text-align:center;
    font-weight:700;
}

.inform td:nth-of-type(5) {
    width:170px;
}

.inform .period {
    white-space:nowrap;
}

.mainForm {
    padding:120px var(--padding) 100px;
}

.mainForm p {
    padding-bottom:149px;
    background:url('data:image/svg+xml;utf8,<svg width="118" height="117" viewBox="0 0 118 117" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="59" cy="58.5" r="55.9286" stroke="%2337A901" stroke-width="5.14286"/><path d="M89.8214 35.5061L47.2539 78.0705C46.9677 78.3578 46.6276 78.5858 46.2531 78.7414C45.8786 78.8969 45.477 78.977 45.0715 78.977C44.666 78.977 44.2644 78.8969 43.8899 78.7414C43.5154 78.5858 43.1753 78.3578 42.8891 78.0705L26.4276 61.5937C26.1414 61.3063 25.8013 61.0784 25.4268 60.9228C25.0523 60.7672 24.6507 60.6872 24.2452 60.6872C23.8397 60.6872 23.4381 60.7672 23.0636 60.9228C22.6891 61.0784 22.349 61.3063 22.0628 61.5937C21.7754 61.8799 21.5475 62.22 21.3919 62.5945C21.2363 62.969 21.1562 63.3706 21.1562 63.7761C21.1562 64.1816 21.2363 64.5832 21.3919 64.9577C21.5475 65.3322 21.7754 65.6723 22.0628 65.9585L38.5304 82.423C40.2675 84.157 42.6217 85.1308 45.0761 85.1308C47.5306 85.1308 49.8847 84.157 51.6219 82.423L94.1862 39.8679C94.4731 39.5818 94.7007 39.2419 94.856 38.8676C95.0113 38.4934 95.0912 38.0922 95.0912 37.687C95.0912 37.2818 95.0113 36.8807 94.856 36.5064C94.7007 36.1322 94.4731 35.7923 94.1862 35.5061C93.9001 35.2188 93.5599 34.9908 93.1854 34.8353C92.8109 34.6797 92.4094 34.5996 92.0038 34.5996C91.5983 34.5996 91.1967 34.6797 90.8222 34.8353C90.4477 34.9908 90.1076 35.2188 89.8214 35.5061Z" fill="%2337A901"/></svg>') no-repeat center bottom;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    margin-top:20px;
}

.mainForm h3 {
    font-size:40px;
    margin-bottom:60px;
    text-align:center;
    font-weight:600;
}

.mainForm form {
    display:block;
    width:100%;
    max-width:627px;
    margin:60px auto 0;
}

.mainForm form legend {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #921A1D;
    display:block;
    margin-bottom:10px;
}

.mainForm form .radio {
    display:flex;
    align-items:center;
    justify-content:center;
}

.mainForm form .radio input {
    display:none;
}

.mainForm form .radio label{
    display:flex;
    margin:0 16px;
    padding-bottom:32px;
    font-size: 14px;
    line-height: 20px;
    color: #1E313B;
    align-items:center;
    cursor:pointer;
}

.mainForm form .radio label:before {
    display:inline-block;
    content:'';
    width:24px;
    height:24px;
    border: 1px solid #A5A5A5;
    border-radius:50%;
    margin-right:8px;
}

.mainForm form .radio :checked + label:before {
    border:6px solid #921A1D;
    width:12px;
    height:12px;
}

.mainForm form .checkbox input {
    display:none;
}

.mainForm form .checkbox label{
    padding-bottom:12px;
    font-size: 14px;
    line-height: 20px;
    cursor:pointer;
    display:block;
}

.policyZhopa {
    font-size:10px;
    padding:0 0 12px 32px;
    display:block;
}

.mainForm form .checkbox label a,  .policyZhopa a, .cookie a{
    color:#921A1D;
    text-decoration:underline;
}

.mainForm form .checkbox label:before {
    display:inline-block;
    content:'';
    width:22px;
    height:22px;
    border: 1px solid #A5A5A5;
    margin-right:8px;
    vertical-align:middle;
}

.mainForm form .checkbox :checked + label:before {
    border:6px solid #921A1D;
    width:12px;
    height:12px;
}

.mainForm form input[name="name"], .mainForm form input.text,
.mainForm form input[type="tel"],
.mainForm form input[type="email"], .mainForm form select, .mainForm form .count {
    display:block;
    width:100%;
    margin-bottom:12px;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #A5A5A5;    
    padding:16px 24px;
    border: 1px solid #A5A5A5;
    box-shadow:0px 3px 15px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
}

.mainForm form input[name="name"].filled,.mainForm form input.text.filled,
.mainForm form input[type="tel"].filled,
.mainForm form input[type="email"].filled, .mainForm form select.filled, .mainForm form .count.filled,
.mainForm form input[name="name"]:focus,
.mainForm form input[type="tel"]:focus,
.mainForm form input[type="email"]:focus, .mainForm form select:focus, .mainForm form .count:focus{
    color: #1E313B; 
    border-color:#1E313B;
}

.mainForm form select {
    padding-right:50px;
}

.mainForm form select {
    background:url('data:image/svg+xml;utf8,<svg width="15" height="8" viewBox="0 0 15 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.49997 7.50003C7.23736 7.50049 6.97725 7.44904 6.73459 7.34865C6.49192 7.24825 6.2715 7.10089 6.08597 6.91503L0.792969 1.62103L2.20697 0.207031L7.49997 5.50003L12.793 0.207031L14.207 1.62103L8.91397 6.91403C8.72853 7.10007 8.50813 7.24762 8.26547 7.34819C8.0228 7.44875 7.76265 7.50036 7.49997 7.50003Z" fill="%23A5A5A5"/></svg>') no-repeat calc(100% - 30px) center;
}

.mainForm form .count {
    display:flex;
    margin-bottom:32px;
}

.mainForm form .count input {
    display:block;
    flex-grow:1;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #A5A5A5;      
}

.mainForm form .count.filled input {
    color: #1E313B;
}

.mainForm form .count .down {
    cursor:pointer;
    display:block;
    width:32px;
    height:24px;
    border-right:1px solid #A5A5A5;
    background:url('data:image/svg+xml;utf8,<svg width="15" height="3" viewBox="0 0 15 3" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.1863 1.65723L1.87256 1.65723" stroke="%23A5A5A5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat left center;
}

.mainForm form button {
    display:block;
    background: #921A1D;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.05);
    border-radius: 24px;
    padding:24px 0;
    text-align:center;
    font-size: 24px;
    font-weight:600;
    line-height: 24px;
    color: #FFFFFF;
    width:100%;
}

.mainForm form button:disabled {
    background:#A5A5A5;
}

.mainForm form .count .up {
    cursor:pointer;
    display:block;
    width:31px;
    height:24px;
    background:url('data:image/svg+xml;utf8,<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.84313 1C7.84313 0.447716 7.39542 0 6.84313 0C6.29085 0 5.84313 0.447715 5.84313 1V5.65685H1.18628C0.633995 5.65685 0.186279 6.10457 0.186279 6.65685C0.186279 7.20914 0.633995 7.65685 1.18628 7.65685H5.84313V12.3137C5.84313 12.866 6.29085 13.3137 6.84313 13.3137C7.39542 13.3137 7.84313 12.866 7.84313 12.3137V7.65685H12.5C13.0523 7.65685 13.5 7.20914 13.5 6.65685C13.5 6.10457 13.0523 5.65685 12.5 5.65685H7.84313V1Z" fill="%23A5A5A5"/></svg>') no-repeat right center;
}

.mainForm form p {
    text-align:center;
    font-size: 14px;
    line-height: 21px;
}

#mainFooter {
    padding:60px var(--padding) 80px;
    background:#921A1D;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
}

#mainFooter .text p {
    margin-bottom:16px;
}

#mainFooter .text a {
    color:#FFFFFF;
}

#mainFooter .social a {
    display:inline-block;
    width:24px;
    height:24px;
    margin-left:12px;
    background:no-repeat center;
}

#mainFooter .social .vk {
    margin-left:0;
    background-image:url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M12.1384 16.1726H13.1322C13.1322 16.1726 13.4331 16.14 13.5864 15.9809C13.7273 15.8324 13.7225 15.5564 13.7225 15.5564C13.7225 15.5564 13.7033 14.2616 14.3224 14.0709C14.9329 13.8831 15.7168 15.3225 16.5467 15.8755C17.1754 16.2943 17.6526 16.2023 17.6526 16.2023L19.874 16.1735C19.874 16.1735 21.0355 16.1026 20.4845 15.2161C20.4395 15.1433 20.1635 14.5606 18.8333 13.3608C17.4399 12.1054 17.6267 12.3095 19.3048 10.1389C20.3264 8.81639 20.7346 8.00948 20.6081 7.66448C20.4855 7.33481 19.7341 7.42202 19.7341 7.42202L17.2329 7.43639C17.2329 7.43639 17.0479 7.41243 16.9099 7.49197C16.7757 7.57056 16.6895 7.75264 16.6895 7.75264C16.6895 7.75264 16.2937 8.77518 15.7657 9.64535C14.6521 11.4815 14.2065 11.5783 14.0244 11.4643C13.6008 11.1988 13.7072 10.3967 13.7072 9.82744C13.7072 8.04877 13.9851 7.30702 13.1657 7.11535C12.8935 7.05114 12.6942 7.00897 11.9985 7.00227C11.1062 6.99268 10.3501 7.00514 9.92366 7.20831C9.63904 7.34343 9.41958 7.64435 9.55279 7.6616C9.71858 7.68364 10.0923 7.76031 10.2907 8.02193C10.5475 8.36118 10.538 9.12114 10.538 9.12114C10.538 9.12114 10.6855 11.2151 10.1949 11.4748C9.85754 11.6531 9.39466 11.2889 8.40279 9.62427C7.89295 8.77135 7.50962 7.82739 7.50962 7.82739C7.50962 7.82739 7.43487 7.65202 7.30358 7.55714C7.14258 7.44214 6.91929 7.40668 6.91929 7.40668L4.54262 7.42202C4.54262 7.42202 4.18516 7.4316 4.05387 7.58206C3.93791 7.71622 4.04525 7.99318 4.04525 7.99318C4.04525 7.99318 5.90537 12.2194 8.01275 14.3479C9.94475 16.301 12.1384 16.1726 12.1384 16.1726" fill="white"/></svg>');
}

#mainFooter .social .yt {
    background-image:url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M4 12.4831C4.00878 13.7641 4.15292 15.0064 4.15292 15.0064C4.15292 15.0064 4.30242 16.1325 4.76146 16.6279C5.24541 17.1683 5.85457 17.2461 6.24305 17.2957C6.32305 17.3059 6.3937 17.3149 6.45196 17.3265C7.57142 17.4403 10.9924 17.483 11.577 17.4895H11.8765C12.6303 17.4851 15.2133 17.4601 17.0272 17.3198C17.0569 17.316 17.0902 17.3126 17.1265 17.3088C17.4555 17.2745 18.0377 17.2139 18.5624 16.6279C19.0224 16.1325 19.1719 15.0064 19.1719 15.0064C19.1719 15.0064 19.3114 13.8037 19.3243 12.5452V10.9386C19.3114 9.68014 19.1719 8.47825 19.1719 8.47825C19.1719 8.47825 19.0215 7.35317 18.5624 6.85675C18.0377 6.27077 17.4555 6.21015 17.1265 6.17589C17.0902 6.17211 17.0569 6.16865 17.0272 6.16483C14.8824 6 11.6653 6 11.6653 6H11.6586C11.6586 6 8.44242 6 6.29767 6.16483C6.26792 6.16863 6.2347 6.17209 6.19842 6.17586C5.86893 6.21011 5.2872 6.27058 4.76146 6.85675C4.30146 7.35317 4.15292 8.47825 4.15292 8.47825C4.15292 8.47825 4.01005 9.71044 4.00012 10.9854L4 12.4831ZM10.0792 9.27367L10.0802 13.8641L14.2202 11.5765L10.0792 9.27367Z" fill="white"/></svg>');
}

#mainFooter .social .tg {
    background-image:url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M5.96243 10.9311C9.72052 9.31461 12.2265 8.24891 13.4804 7.73402C17.0604 6.2639 17.8043 6.00852 18.2892 6.00009C18.3959 5.99824 18.6343 6.02433 18.7887 6.14806C18.9192 6.25254 18.955 6.39367 18.9722 6.49273C18.9894 6.59179 19.0108 6.81744 18.9938 6.99376C18.7998 9.00625 17.9603 13.89 17.5332 16.144C17.3525 17.0978 16.9967 17.4176 16.6522 17.4489C15.9036 17.5169 15.3351 16.9604 14.6101 16.4912C13.4755 15.7569 12.8345 15.2998 11.7332 14.5833C10.4604 13.7552 11.2855 13.3001 12.0108 12.5563C12.2006 12.3616 15.4991 9.39962 15.5629 9.13092C15.5709 9.09731 15.5783 8.97205 15.503 8.9059C15.4276 8.83976 15.3163 8.86238 15.236 8.88036C15.1223 8.90586 13.3097 10.0886 9.79841 12.4287C9.28392 12.7775 8.81791 12.9474 8.40039 12.9385C7.9401 12.9287 7.05469 12.6816 6.39648 12.4704C5.58916 12.2113 4.94752 12.0743 5.00339 11.6343C5.03249 11.4051 5.35217 11.1707 5.96243 10.9311Z" fill="white"/></svg>');
}

.ui-widget.ui-widget-content {
    border:none;
    box-shadow: 0px 6px 28px rgba(0, 0, 0, 0.05);
}

.ui-datepicker {
    width:auto;
    padding:0;
}

.ui-datepicker td {
    padding:8px 17px;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #1E313B;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    background:none;
    border:none;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    color:#1E313B;
}

@media (max-width: 1440px) {
    #headText, #headText h1{
        font-size:20px;
        line-height:22px;
    }
    
    #mainNews .panel {
        justify-content:space-around;
    }
    
    #mainNews .panel .newsItem {
        margin-left:5px;
        margin-right:5px;
    }
    
    #mainNews .panel .newsItem:first-of-type {
        margin-left:5px;
    }
    
    #mainPrograms .wrapper {
        justify-content:space-around;
    }
}

@media (max-width: 1210px) {
    #mainFeatures ul {
        justify-content:space-around;
    }
    
    #mainFeatures ul li {
        margin-left:10px;
        margin-right:10px;
    }
}

@media (max-width: 1024px) {
    #mainHeader {
        padding:12px 16px 10px;
    }
    
    #mainHeader:before {
        content:'';
        flex-grow:1;
        order:1;
    }
    
    #mainLogo {
        margin-right:12px;
        width:90px;
        height:28px;
    }
    
    #vsguLogo {
        margin-right:12px;
        width:28px;
        height:28px;
    }
    
    #searchOpen:checked ~ #mainLogo, #searchOpen:checked ~ #headText, #searchOpen:checked ~ #vsguLogo{
        display:none;
    }
    
    #headText, #headText h1 {
        font-size: 8px;
        line-height: 10px;
        width:124px;
    }
    
    #mainMenu {
        display:none;
        position:absolute;
        padding:12px 16px;
        background:#921A1D;
        top:100%;
        left:0;
        width:100%;
        z-index:2;
    }
    
    #mainMenu a {
        display:block;
        font-size: 10px;
        line-height: 12px;
        color: #FFFFFF;
    }
    
    .menuOpen {
        display:block;
        order:2;
        width:20px;
        height:20px;
        background:url('data:image/svg+xml;utf8,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M20 9.16797H0V10.8346H20V9.16797Z" fill="%23921A1D"/><path d="M20 3.33398H0V5.00065H20V3.33398Z" fill="%23921A1D"/><path d="M20 15H0V16.6667H20V15Z" fill="%23921A1D"/></svg>') no-repeat center;
    }
    
    .menuOpen.active {
        background-image:url('data:image/svg+xml;utf8,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M20 1.17833L18.8217 0L10 8.82167L1.17833 0L0 1.17833L8.82167 10L0 18.8217L1.17833 20L10 11.1783L18.8217 20L20 18.8217L11.1783 10L20 1.17833Z" fill="%23921A1D"/></svg>');
    }
    
    .menuOpen.active + #mainMenu {
        display:flex;
    }
    
    #mainSlider {
        height:calc(80 * var(--vh, 1vh));
    }
    
    #mainSlider .lister .image {
        padding-bottom:78px;
    }
    
    #mainSlider .lister .image .button {
        padding: 6px 19px;
        font-size: 13px;
    }
    
    #mainSlider .lister .image .text {
        font-size: 21px;
        line-height: 26px;
        margin-bottom: 12px;
    }
    
    #mainProgram nav {
        width:100%;
        overflow:auto;
    }
    
    #mainProgram a {
        margin-right:16px;
    }
    
    #pdopage .newsItem {
        flex-direction:column;
    }
    
    #pdopage .newsItem .image, .newsBody main .image {
        margin-right:0;
        margin-bottom:32px;
    }
    
    .programMenu {
        justify-content:flex-start;
    }
    
    .oneProgram .header {
        flex-direction: column;
    }
    
    .oneProgram .header .title {
        margin-right:0;
        margin-bottom:24px;
    }
    
    .oneProgram ul, .programHeader ul {
        columns:1;
    }
    
    .newsBody main {
        display:block;
    }
    
    main h2, h2 {
        font-size: 28px;
        line-height: 34px;
    }
    
    #contactsBody main {
        display:block;
    }
    
    #mainNews .panel {
        overflow:auto;
        justify-content:center;
    }
    
    #calendar {
        margin-right:0;
        margin-bottom:48px;
    }
    
    #graphMain {
        display:block;
    }
    
    .ui-datepicker td {
        padding:8px 6px;
    }
    
    .filters {
        display:block;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    
    .filters p {
        width:100%;
        overflow:auto;
        padding-bottom: 10px;
    }
    
    .filters p:first-of-type{
        margin-right:0;
    }
    
    #mainFooter {
        flex-direction:column;
    }
    
    #mainFooter .social {
        order:-1;
        margin-bottom:16px;
    }
}

#waiter {
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(255,255,255,0.2);
    z-index:101;
    display:flex;
    align-items:center;
    justify-content:center;
}

@keyframes preloader {
to {background-position: -704px center}
}

#waiter:after {
    content:'';
    width:64px;
    height:64px;
    display:block;
    background:url('/template/img/loader.png') no-repeat 0 center;
    animation: preloader  2s infinite steps(11, end);
}

#waiter ~ * {
    filter:blur(10px);
}

#naczproektdemografiyaMain {
    padding-bottom:70px;
}

#naczproektdemografiyaMain + .mainForm {
    display:none;
}

.grafik {
    padding-top:120px;
}

.grafik #mainSlider {
    display:none;
    
}

.mainBody iframe {
    max-width:100%;
}

.textMain {
    overflow:auto;
}

.formWrapper {
    position:fixed;
    top:0;
    left:0;
    overflow:auto;
    width:100%;
    height:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    background: #53535352;
    backdrop-filter:blur(10px);
    z-index:100;
}

.formWrapper .mainForm, #subscribeForm {
    background:#fff;
    padding:48px;
    border-radius:24px;
}

.hided {
    display:none;
}

.regions .show {
	background: #A5A5A5;
	box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.05);
	border-radius: 8px;
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	max-width:max-content;
	margin:12px 0;
	cursor:pointer;
}

.touch .regions .show, .noTouch .regions .show:hover {
    background: #921A1D;
}

.regions ul {
    list-style-type:none;
    display:none;
}

.regions ul li{
    padding:5px 10px;
}

.regions .show.unshow, .regions .show.main.active {
    display:none;
}

.regions .show.main.active + .show.unshow {
    display:block;
}

.regions .show.main.active ~ ul {
    display:block;
}

/*СберА*/
.oneProgram .progData.sbera .progItem {
    flex-direction:row;
    gap:16px;
    align-items:center;
    justify-content:flex-start;
    text-decoration:none;
}

.sbera .progItem span {
    flex-grow:1;
    color:#1E313B;
    text-decoration:none;
}

.sbera .progItem:hover span {
    color:#921A1D;
}

.sbera .progItem:before {
    content:'';
    height:100%;
    width:180px;
    background:no-repeat center / cover #ccc;
    border-radius:8px;
    flex-shrink:0;
}

.sbera .progItem:nth-of-type(1):before{
    background-image:url('../img/sbera/photo_5321303698099530214_x.jpg');
}

.sbera .progItem:nth-of-type(2):before{
    background-image:url('../img/sbera/photo_5321303698099530231_x.jpg');
}

.sbera .progItem:nth-of-type(3):before{
    background-image:url('../img/sbera/photo_5323465973614895677_x.jpg');
}

.sbera .progItem:nth-of-type(4):before{
    background-image:url('../img/sbera/photo_5323465973614895436_y.jpg');
}

.sbera .progItem:nth-of-type(5):before{
    background-image:url('../img/sbera/photo_5323465973614895460_y.jpg');
}