/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;

}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: 0.35em 0.75em 0.625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}





p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-weight: 400;
}

html {
    box-sizing: border-box;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

* {
    outline: none;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

body {
    font-family: "Montserrat", sans-serif;
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

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

.container {
    max-width: 1530px;
    margin: 0 auto;
    padding: 0 15px;
}

section {
    margin: 140px 0;
}

.header {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    box-shadow: 0px 4px 6px 0px #0000001F;
    background-color: #fff;
    z-index: 10;
}

.header.fixed .header_top {
    display: none;
}

.header.fixed {
    box-shadow: 0px 4px 8px 0px #00000014;
    background: #FFFFFFCC;
    backdrop-filter: blur(12px);
}

.header_top {
    background: #1B4C96;
    padding: 14px 0;
}

.header_top-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header_menu {
    display: flex;
    gap: 24px;
}

.header_menu-link {
    font-weight: 600;
    font-size: 14px;
    display: block;
    line-height: 140%;
    color: #fff;
}

.header_top-adres {
    font-size: 14px;
    line-height: 140%;
    color: #fff;
    display: flex;
    gap: 8px;
    align-items: center;
}

.header_top-number img,
.header_top-adres img {
    width: 24px;
    height: auto;
}

.header_top-number {
    font-size: 14px;
    line-height: 140%;
    color: #fff;
    display: flex;
    gap: 8px;
    transition: all 0.3s;
    align-items: center;
}

.header_links {
    display: flex;
    gap: 16px;
}

.header_link {
    width: 24px;
    font-size: 0;
    display: flex;
}

.header_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 0;
}

.header_logo {
    display: flex;
}

.header_wrapper nav>ul {
    display: flex;
    gap: 32px;
    align-items: center;
}

.header_wrapper nav>ul a {
    font-weight: 500;
    font-size: 12px;
    line-height: 140%;
    letter-spacing: 0.14px;
    display: block;
    text-transform: uppercase;
    color: #1B4C96;
}

.header_wrapper nav a {
    transition: all 0.3s;
}

.header_wrapper nav a:hover {
    color: #DE482C;
}

.header_wrapper nav ul a img {
    width: 24px;
    height: auto;
}



.header_search-btn {
    background: #E8E8E8;
    width: 44px;
    height: 44px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 16px;
    cursor: pointer;
}

.header_burger img,
.header_search-btn img {
    width: 24px;
    height: auto;
}

.header_burger {
    background: #DE482C;
    width: 44px;
    height: 44px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.header_right {
    display: flex;
}

.dropdown {
    position: relative;
}

nav>ul>.dropdown::before {
    position: absolute;
    content: "";
    height: calc(100% + 68px);
    left: 0;
    width: 100%;
    top: -34px;
}

.dropdown:hover>.submenu {
    opacity: 1;
    visibility: visible;
}

.header_wrapper nav .submenu {
    position: absolute;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px 0px #00000026;
    width: 214px;
    padding: 22px;
    border-radius: 4px;
    top: calc(100% + 32px);
    left: -20px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

.header_wrapper nav .submenu a {
    font-size: 12px;
    line-height: 17px;
    text-transform: none;
    margin-bottom: 14px;
}

.header_wrapper nav .submenu li:last-child a {
    margin-bottom: 0;
}

.header_wrapper nav .submenu .submenu {
    left: calc(100% + 22px);
    top: -22px;
}

.header_search {
    width: 100vw;
    height: 100vh;
    top: 0;
    position: fixed;
    right: 0;
    opacity: 0;
    visibility: hidden;
}

.header_search.active {
    opacity: 1;
    visibility: visible;
}

.header_search-overlay {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    right: 0;
    background: #0000001A;
    backdrop-filter: blur(12px);
}

.header_search-wrapper {
    background: #FFFFFF;
    height: 140px;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    padding: 0 calc((100vw - 1500px) / 2);
}

.header_search-inp {
    height: 100%;
    background: none;
    border: none;
    padding-left: 48px;
    background-image: url(../img/search.svg);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 32px;
    font-size: 24px;
    width: calc(100% - 32px);
}

.header_search-close {
    cursor: pointer;
    height: 100%;
    width: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header_search-close img {
    width: 32px;
    height: 32px;
}

.header_inner {
    position: fixed;
    width: 100vw;
    height: 100vh;
    padding: 35px 0;
    top: 0;
    right: 0;
    background-image: url(../img/header_inner.jpg);
    background-size: cover;
    background-position: center;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s;
}

.header_inner.active {
    opacity: 1;
    visibility: visible;
}

.header_inner .container {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.header_inner-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 130px;
    position: relative;
}

.header_inner-close {
    position: absolute;
    top: 12px;
    cursor: pointer;
    right: -150px;
    z-index: 3;
}

.header_inner-number img {
    width: 24px;
    height: auto;
}

.header_inner-number {
    font-size: 14px;
    line-height: 140%;
    color: #fff;
    display: flex;
    gap: 8px;
    align-items: center;
    margin-right: 40px;
    margin-left: auto;
}

.header_inner-btn {
    width: 218px;
    height: 56px;
}

.header_inner-adres {
    font-size: 14px;
    line-height: 140%;
    color: #fff;
    display: flex;
    gap: 8px;
    align-items: center;
}

.header_inner-adres img {
    width: 24px;
    height: auto;
}

.header_inner-bot {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
}

.header_inner-items {
    display: flex;
    gap: 152px;
}

.header_inner-menu a {
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    color: #fff;
    margin-bottom: 28px;
    display: block;
}

.header_right-link {
    justify-content: center;
    align-items: center;
    background: #E8E8E8;
    border-radius: 4px;
    margin-right: 16px;
    width: 44px;
    height: 44px;
    display: none;
}

.header_right-link img {
    width: 24px;
    height: 24px;
}

.header.fixed .header_right-link {
    display: flex;
}










.main {
    margin-top: 140px;
    padding: 200px 0 100px;
    background-image: url(../img/main_bg.jpg);
    background-size: cover;
    background-position: center;
    color: #fff;
}

.main h1 {
    font-weight: 600;
    font-size: 40px;
    margin-bottom: 32px;
    max-width: 700px;
    line-height: 140%;
}

.main_search {
    display: flex;
    background: #0000004D;
    padding: 16px;
    border-radius: 16px;
    max-width: 700px;
    justify-content: space-between;
    margin-bottom: 100px;
}

.main_search-inp {
    width: calc(100% - 170px);
    border: 1px solid #0000001A;
    border-radius: 4px;
    height: 56px;
    padding-left: 50px;
    background-image: url(../img/search.svg);
    background-repeat: no-repeat;
    background-position: 16px;
    background-size: 24px;
    transition: all 0.3s;
}

.main_search-inp:focus,
.main_search-inp:hover {
    border: 1px solid #2F80ED;
}

.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #DE482C;
    border-radius: 8px;
    font-weight: 600;
    line-height: 140%;
    border: none;
    cursor: pointer;
    color: #fff;
    z-index: 1;
    position: relative;
}

.btn:hover::before {
    opacity: 1;
}

.btn::before {
    position: absolute;
    z-index: -1;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.2);
    transition: all 0.3s;
    opacity: 0;
}

.btn_white {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    font-weight: 600;
    line-height: 140%;
    border: 1px solid #DE482C;
    cursor: pointer;
    color: #DE482C;
    z-index: 1;
    position: relative;
    transition: all 0.3s;
}

.btn_white:hover {
    border: 1px solid #B23A23;
    background: #B23A23;
    color: #fff;
}

.main_search-btn {
    width: 154px;
    height: 56px;
}

.main_items {
    display: flex;
    gap: 80px;
}

.main_item-title {
    font-weight: 600;
    font-size: 40px;
    line-height: 140%;
    letter-spacing: 0.14px;
    color: #fff;
}

.main_item-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.14px;
    color: #FFFFFFCC;
}

.more_services {
    margin: 140px 0;
}

.more_services-row {
    display: flex;
    flex-wrap: wrap;
    gap: 42px;
}

.more_services-item {
    width: calc(50% - 21px);
    height: 209.5px;
    border-radius: 4px;
    display: flex;
    overflow: hidden;
}

.more_services-item picture {
    width: 100%;
    height: auto;
}

.about_row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
}

.about_img {
    width: 700px;
    height: 400px;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
}

.about_info {
    width: 700px;
}

.about_info ul {
    margin-bottom: 20px;
    line-height: 150%;
    color: #666666;
}

.subtitle {
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 16px;
    color: #999999;
}

h3 {
    font-weight: 700;
    font-size: 28px;
    line-height: 140%;
    margin-bottom: 16px;
    color: #313131;
}

p {
    margin-bottom: 20px;
    line-height: 150%;
    color: #666666;
}

p:last-child {
    margin-bottom: 0;
}

.about_btn {
    width: 218px;
    height: 56px;
    margin-top: 40px;
}

h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 140%;
    color: #313131;
    margin-bottom: 24px;
}

.block_top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 24px;
}

.block_top h2 {
    margin-bottom: 0;
}

.block_text {
    max-width: 823px;
    margin-bottom: 60px;
}

.more_link {
    line-height: 140%;
    color: #666666;
    display: flex;
    align-items: center;
    gap: 9px;
    transition: all 0.3s;
}

.more_link:hover {
    color: #9747FF;
}

.more_link svg path {
    transition: all 0.3s;
}

.more_link:hover svg path {
    fill: #9747FF;
}

.projects_row {
    display: flex;
    flex-wrap: wrap;
    gap: 42px;
}

.projects_row .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 42px;
}

.projects_item {
    width: calc(33.333% - 28px);
    padding: 32px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 300px;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
}

.projects_item-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    border-radius: 8px;
    z-index: -1;
    overflow: hidden;
}

.projects_item-img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 49.69%, rgba(0, 0, 0, 0.4) 78.47%);
    transition: 0.3s;
}

.projects_item:hover .projects_item-img::before {
    opacity: 0;
}

.projects_item-img::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: #00000066;
    opacity: 0;
    transition: 0.3s;
}

.projects_item:hover .projects_item-img::after {
    opacity: 1;
}

.projects_item-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    color: #fff;
	max-width:400px;
}

.news {
    background: #F8F8F8;
    padding: 120px 0 130px;
}


.news_row {
    display: flex;
    flex-wrap: wrap;
    gap: 42px;
}

.news_row .swiper-wrapper {
    gap: 42px;
    display: flex;
}

.news_item {
    width: calc(33.333% - 28px);
}

.news_item-img {
    height: 286px;
    margin-bottom: 24px;
    display: flex;
    border-radius: 8px;
    overflow: hidden;
}

.news_item-date {
    line-height: 150%;
    margin-bottom: 8px;
    color: #999999;
}

.news_item-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    color: #313131;
    transition: all 0.3s;
}

.news_item:hover .news_item-title {
    color: #9747FF;
}

.subscribe {
    background-image: url(../img/subscribe.jpg);
    background-size: cover;
    background-position: center;
    margin: -140px 0 0;
}

.subscribe+section {
    margin-top: 0;
}

.subscribe_row {
    display: flex;
    justify-content: center;
    padding: 37px 0;
    gap: 40px;
    position: relative;
}

.subscribe_row::before {
    position: absolute;
    content: "";
    background-image: url(../img/subscribe.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 368px;
    left: -65px;
    top: 0;
    height: 100%;
}

.subscribe_title {
    font-weight: 600;
    padding-left: 74px;
    position: relative;
    font-size: 22px;
    line-height: 140%;
    color: #fff;
}

.subscribe_title::before {
    position: absolute;
    content: "";
    background-image: url(../img/subscribe_title.svg);
    background-size: cover;
    width: 51px;
    height: 51px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.subscribe_form {
    background: #EFEFEF;
    width: 566px;
    height: 56px;
    display: flex;
    border-radius: 4px;
}

.subscribe_form-btn {
    width: 56px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: none;
    cursor: pointer;
    border: none;
}

.subscribe_form-btn img {
    width: 24px;
    height: 24px;
}

.subscribe_form-inp {
    width: calc(100% - 56px);
    height: 100%;
    display: block;
    background: none;
    border: none;
    padding-left: 16px;
}

.order {
    padding: 130px 0;
    background: #F8F8F8;
    margin: 0;
}

.order_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.order_info {
    width: 642px;
}

.order_img {
    width: 700px;
    height: 480px;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
}

.order_btn {
    width: 200px;
    height: 56px;
}

.order_time {
    margin: 32px 0 48px;
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    color: #313131;
    padding-left: 48px;
    position: relative;
}

.order_time::before {
    position: absolute;
    content: "";
    background-image: url(../img/order_time.svg);
    background-size: cover;
    width: 32px;
    height: 32px;
    left: 0;
    top: 0;
}

.order_time span {
    margin-top: 4px;
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #666666;
}

.partners {
    background: #F8F8F8;
    margin: 0;
    padding-bottom: 120px;
}


.partners_slide {
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
    background-color: #fff;
}

.partners_slide img {
    max-width: 270px;
    height: auto;
    max-height: 100%;
}

.partners_slider-arrow {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    border: 1px solid #3333331A;
    border-radius: 4px;
    width: 40px;
    height: 40px;
    top: 50%;
    z-index: 1;
    cursor: pointer;
    transform: translateY(-50%);
}

.partners_slider-arrow.next {
    right: -51px;
}

.partners_slider-arrow.prev {
    left: -51px;
}

.partners_slider-wrapper {
    position: relative;
}

.resources+.subscribe {
    margin-top: 0;
}

.resources {
    margin: 120px 0;
}

.resources h2 {
    margin-bottom: 56px;
}

.resources_slide {
    border: 1px solid #E5E5E5;
    height: 125px;
    display: flex;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
}

.resources_slide img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.resources_slider-wrapper {
    position: relative;
}

.resources_slider-arrow {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    border: 1px solid #3333331A;
    border-radius: 4px;
    width: 40px;
    height: 40px;
    top: calc(50% - 26px);
    z-index: 1;
    cursor: pointer;
    transform: translateY(-50%);
}

.resources_slider-arrow.next {
    right: -64px;
}

.resources_slider-arrow.prev {
    left: -64px;
}

.swiper-pagination {
    position: relative;
    inset: auto;
    align-items: center;
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

.swiper-pagination-bullet {
    background: #BFC4D6;
    width: 8px;
    height: 8px;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #365EDC;
    width: 12px;
    height: 12px;
}

.footer {
    background: #E8E8E8;
    padding: 54px 0 44px;
}

.footer a {
    transition: all 0.3s;
}

.footer a:hover {
    color: #9747FF;
}

.footer_wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 130px;
}

.footer_logo {
    width: 283px;
    margin-bottom: 52px;
    display: flex;
}

.footer_logo img {
    height: auto;
}

.footer_desc {
    width: 228px;
    font-size: 13px;
    line-height: 20px;
    color: #666666;
}

.footer_item-title {
    font-size: 15px;
    line-height: 22px;
    color: #666666;
    margin-bottom: 18px;
}

.footer_links {
    width: 264px;
}

.footer_menu a {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 8px;
    display: block;
    color: #666666CC;
}

.footer_link {
    position: relative;
    font-size: 14px;
    line-height: 21px;
    color: #666666;
    display: block;
    margin-bottom: 15px;
    padding-left: 28px;
}

.footer_link img {
    height: 14px;
    left: 0;
    top: 5px;
    transform: translateX(-25%);
    width: auto;
    position: absolute;
}

.footer_messages {
    display: flex;
    margin-top: 22px;
    gap: 9px;
}

.footer_message {
    background: #666666;
    width: 39px;
    height: 39px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
}

.footer_message img {
    width: auto;
    height: auto;
}

.footer_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer_inner-left {
    display: flex;
    gap: 60px;
}

.footer_inner-desc {
    font-size: 12px;
    line-height: 20px;
    color: #666666;
}

.footer_inner-polit {
    font-size: 13px;
    line-height: 20px;
    color: #666666;
}

.footer_inner-dev {
    font-size: 12px;
    line-height: 19px;
    margin-right: 56px;
    color: #666666;
}

.footer_inner-dev a {
    color: #1B4C96;
}



.projects_row-arrow,
.news_row-arrow {
    position: absolute;
    display: none;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    border: 1px solid #3333331A;
    border-radius: 4px;
    width: 40px;
    height: 40px;
    top: 50%;
    z-index: 1;
    cursor: pointer;
    transform: translateY(-50%);
}

.news_row-arrow.next,
.projects_row-arrow.next {
    right: -16px;
}

.news_row-arrow.prev,
.projects_row-arrow.prev {
    left: -16px;
}

.header_inner-bot .header_inner-btn,
.header_inner-bot .header_inner-number {
    display: none;
}

.header_dropdown {
    display: none;
}

.default_page {
    margin: 200px 0 120px;
}

.default_page h1 {
    font-weight: 700;
    font-size: 40px;
    line-height: 140%;
    color: #313131;
    margin-bottom: 24px;
}

.breadcrumbs {
    margin-bottom: 54px;
}

.breadcrumbs ul {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.breadcrumbs ul .link {
    display: flex;
    gap: 9px;
    align-items: center;
}

.breadcrumbs ul .link::after {
    position: relative;
    content: "";
    width: 22px;
    height: 1px;
    background-color: #999999;
    display: block;
}

.breadcrumbs ul .link a {
    line-height: 150%;
    color: #999999;
}

.breadcrumbs ul .link:last-child:after {
    display: none;
}

.default_page-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.page_aside {
    width: 354px;
}

.page_aside-search {
    border: 1px solid #E5E5E5;
    height: 60px;
    margin-bottom: 14px;
    border-radius: 4px;
}

.page_aside-search input {
    padding-left: 22px;
    width: 100%;
    height: 100%;
    background: none;
    font-weight: 500;
    font-size: 16px;
    border: none;
}

.page_aside-search input::placeholder {
    color: #333333;
}

.header.fixed:has(.header_search.active) {
    backdrop-filter: none;
}

.custom-select {
    z-index: 2;
    position: relative;
}

.custom-select__option--value {
    border: 1px solid #E5E5E5;
    height: 60px;
    display: flex;
    align-items: center;
    width: 100%;
    background: #fff;
    padding-left: 32px;
    color: #333333;
    font-weight: 500;
    cursor: pointer;
    position: relative;
}

.custom-select__option--value::before {
    position: absolute;
    content: "";
    background-image: url(../img/select_arrow.svg);
    background-size: cover;
    width: 22px;
    height: 20px;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
}

.custom-select__dropdown {
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    border: 1px solid #E5E5E5;
    background-color: #fff;
}

.custom-select__dropdown .custom-select__option {
    display: flex;
    background: none;
    cursor: pointer;
    width: 100%;
    border: none;
    border-bottom: 1px solid #E5E5E5;
    padding: 14px 32px;
}

.custom-select__dropdown .custom-select__option:last-child {
    border-bottom: none;
}

.page_calendar {
    margin-top: 32px;
}

.page_calendar-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 8px;
    color: #313131;
}

.page_calendar-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 8px;
}

.vanilla-calendar {
    width: 100%;
    box-shadow: 2px 16px 19px 0px #00000017;
    padding: 24px;
    margin-bottom: 32px;
}

.vanilla-calendar-month,
.vanilla-calendar-year {
    font-size: 14px;
    font-weight: 700;
}

[data-calendar-theme=light] .vanilla-calendar-week__day,
[data-calendar-theme=light] .vanilla-calendar-week__day_weekend,
[data-calendar-theme=light] .vanilla-calendar-day__btn_weekend,
[data-calendar-theme=light] .vanilla-calendar-day__btn_holiday {
    color: #333333;
}

.vanilla-calendar-day__btn {
    font-size: 15px;
    font-weight: 600;
    color: #333333;
}

[data-calendar-theme=light] .vanilla-calendar-day_selected-intermediate .vanilla-calendar-day__btn_selected,
[data-calendar-theme=light] .vanilla-calendar-day_selected-intermediate .vanilla-calendar-day__btn_selected:hover,
[data-calendar-theme=light] .vanilla-calendar-day_selected-intermediate .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_selected,
[data-calendar-theme=light] .vanilla-calendar-day_selected-intermediate .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_selected,
[data-calendar-theme=light] .vanilla-calendar-day_selected-intermediate .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_selected:hover,
[data-calendar-theme=light] .vanilla-calendar-day_selected-intermediate .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_selected:hover {
    background: none;
    color: #365EDC;
}

[data-calendar-theme=light] .vanilla-calendar-day__btn:hover {
    background: none;
}

.vanilla-calendar-week,
.vanilla-calendar-header {
    margin-bottom: 22px;
}

[data-calendar-theme=light] .vanilla-calendar-day__btn_today {
    background: none;
    color: #333333;
}


.vanilla-calendar-day_selected-last .vanilla-calendar-day__btn_selected,
.vanilla-calendar-day_selected-first .vanilla-calendar-day__btn_selected {
    background: #365EDC !important;
    border-radius: 29px;
    color: #fff !important;
}

[data-calendar-theme=light] .vanilla-calendar-day__btn_today:hover {
    color: #333333;

}


[data-calendar-theme=light] .vanilla-calendar-day_selected-intermediate .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_selected,
[data-calendar-theme=light] .vanilla-calendar-day_selected-intermediate .vanilla-calendar-day__btn_selected {
    background: none;
    color: #365EDC;
}

[data-calendar-theme=light] .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_selected,
[data-calendar-theme=light] .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_selected,
[data-calendar-theme=light] .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_selected:hover,
[data-calendar-theme=light] .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_selected:hover {
    background: #365EDC;

}

.vanilla-calendar-day__btn_selected,
.vanilla-calendar-day__btn_hover {
    color: #365EDC !important;
}

.calendar_btns {
    display: flex;
    justify-content: space-between;
}

.calendar_btn {
    width: calc(50% - 9px);
    height: 56px;
}

.aside_menu {
    border: 1px solid #E5E5E5;
    border-radius: 8px;
}

.page_calendar {
    margin-bottom: 40px;
}

.aside_menu {
    margin-bottom: 40px;
}

.aside_menu a {
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.14px;
    color: #666666;
    padding: 16px 24px;
    border-bottom: 1px solid #E5E5E5;
    display: block;
    transition: all 0.3s;
}

.aside_menu a:hover,
.aside_menu a.active {
    background: #1B4C96;
    color: #fff;
}

.aside_menu li:last-child a {
    border-bottom: none;
}

.page_aside-link {
    border: 1px solid #E5E5E5;
    height: 125px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    margin: 10px 0;
}

.page_aside-link img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.default_page-content {
    width: calc(100% - 383px);
}

.new_card {
    border: 1px solid #E5E5E5;
    display: flex;
    padding: 32px;
    margin-bottom: 40px;
    gap: 32px;
    color: #000;
}

.new_card-info {
    width: 620px;
}

.new_card-img {
    width: 355px;
    height: 242px;
    overflow: hidden;
    display: flex;
    border-radius: 4px;
}

.new_card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.new_card-subtitle {
    background: #FAFAFA;
    border: 1px solid #E5E5E5;
    padding: 1px 9px;
    width: fit-content;
    margin-bottom: 24px;
    border-radius: 3px;
}

.new_card-date {
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 8px;
    color: #666666;
}

.new_card-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    margin-bottom: 16px;
    color: #313131;
}

.new_card-text {
    font-size: 16px;
    line-height: 150%;
    color: #666666;
}

.new_card-text p {
    margin-bottom: 14px;
}

.new_card-text p:last-child {
    margin-bottom: 0;
}


.new_page-btn {
    margin: 40px auto 0;
    width: 220px;
    height: 56px;
}

.new_page-body {
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    padding: 32px;
}

.new_page-img {
    border-radius: 4px;
    height: 400px;
    overflow: hidden;
    display: flex;
    margin-bottom: 32px;
}

.new_page-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.new_page-top {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

.new_page-top .new_card-subtitle {
    margin-bottom: 0;
    margin-right: 16px;
}

.new_page-top .new_card-date {
    margin-bottom: 0;
}

.new_page-view {
    font-size: 12px;
    color: #999999;
    margin-left: auto;
}

.new_page-body p {
    font-size: 14px;
}

.new_gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin: 32px 0;
}

.new_gallery-item {
    width: calc(25% - 12px);
    height: 178px;
    overflow: hidden;
    display: flex;
    border-radius: 4px;
}

.new_gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.new_video {
    height: 552px;
    border-radius: 4px;
    position: relative;
    display: flex;
    overflow: hidden;
}

.new_video::before {
    position: absolute;
    content: "";
    background-image: url(../img/play.svg);
    background-size: cover;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    width: 78px;
    height: 57px;
}

.new_video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.new_page-back {
    margin: 40px auto 0;
    width: 152px;
    height: 56px;
}

.search_page {
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    padding: 32px;
}

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

.search_page-inp {
    border: 1px solid #CECECE;
    height: 56px;
    padding-left: 50px;
    width: 865px;
    border-radius: 4px;
    background-image: url(../img/search.svg);
    background-repeat: no-repeat;
    background-position: 16px;
    background-size: 24px;
    margin-right: 15px;
}

.search_page-btn {
    width: 123px;
    height: 56px;
}

.search_page-resalt {
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 4px;
    color: #1B1F2CDE;
}

.search_page .search_pagination ul {
    display: flex;
    gap: 4px;
    align-items: center;
}

.search_page .search_pagination ul a {
    color: #333333;
    font-size: 14px;
    line-height: 150%;
}

.search_page-items {
    margin: 32px 0;
}

.search_page-item:last-child {
    margin-bottom: 0;
}

.search_page-item {
    margin-bottom: 32px;
    max-width: 1005px;
}

.search_item-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    display: block;
    color: #333;
    margin-bottom: 4px;
}

.search_item-text {
    font-size: 14px;
    line-height: 150%;
    color: #555;
    margin-bottom: 12px;
}

.search_item-date {
    font-size: 12px;
    color: #333;
    margin-bottom: 4px;
}

.search_item-road {
    font-size: 12px;
    color: #333;
}

.search_page-filters {
    display: flex;
    gap: 4px;
}

.search_page-filter {
    font-size: 14px;
    line-height: 150%;
    color: #1B1F2CDE;
}

.error_page {
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    padding: 32px;
}

.error_page-title {
    font-weight: 700;
    font-size: 40px;
    line-height: 140%;
    text-align: center;
    margin-bottom: 16px;
    color: #365EDC;
}

.error_page-text {
    font-size: 14px;
    line-height: 150%;
    text-align: center;
    color: #555555;
    margin-bottom: 32px;
}

.error_page-btn {
    width: 285px;
    height: 56px;
    margin: 32px auto 0;
}

.contacts_row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.contacts_inner {
    width: 352px;
    background: #FFFFFF;
    border-radius: 4px;
    box-shadow: 0px 5px 20px 0px #0000001A;
}


.contacts_map {
    width: 742px;
    height: 564px;
    border-radius: 4px;
    display: flex;
    overflow: hidden;
    border: 1px solid #E5E5E5;
}

.contacts_map iframe {
    width: 100%;
    height: 100%;
    display: flex;
}

.contacts_img {
    width: 100%;
    position: absolute;
    z-index: -1;
    height: 100%;
    top: 0;
    right: 0;
}

.contacts_top {
    position: relative;
    color: #fff;
    z-index: 1;
    padding: 142px 24px 24px;
}

.contacts_subtitle {
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 8px;
}

.contacts_title {
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
}

.contacts_info {
    padding: 24px 32px 32px;
}

.contacts_item-title {
    font-size: 12px;
    margin-bottom: 4px;
    color: #999999;
}

.contacts_item-text {
    line-height: 150%;
    color: #333;
    display: block;
    margin-bottom: 8px;
}

.contacts_item-text:last-child {
    margin-bottom: 0;
}

.contacts_btn {
    height: 56px;
    width: 100%;
    margin-top: 24px;
}

.contacts_item {
    margin-bottom: 16px;
}

.projects+.partners {
    background: none;
}

.partners+.subscribe {
    margin: 0;
}

.team h2 {
    margin-bottom: 56px;
}

.team_row {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.team_item {
    width: calc(33.333% - 26.666px);
}

.team_item-img {
    height: 450px;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    margin-bottom: 24px;
}

.team_item-subtitle {
    font-size: 14px;
    line-height: 140%;
    color: #666666;
    margin-bottom: 8px;
}

.team_item-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    color: #313131;
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #E5E5E5;
}

.team_item-name {
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    margin-bottom: 16px;
    color: #313131;
}

.team_item-text {
    line-height: 150%;
    color: #666;
}

.vacansii_search {
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    padding: 32px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 32px;
    gap: 16px;
}

.vacansii_search-inp {
    border: 1px solid #CECECE;
    height: 56px;
    padding-left: 50px;
    background-image: url(../img/search.svg);
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: 16px;
    width: 1229px;
}

.vacansii_search-filter {
    display: flex;
    justify-content: center;
    border-radius: 4px;
    background: #E8E8E8;
    width: 56px;
    height: 56px;
    align-items: center;
}

.vacansii_search-btn {
    width: 117px;
    height: 56px;
}

.vacansii_search-resalt {
    font-size: 14px;
}

.subscribe:last-child {
    margin: 0;
}

.page_aside-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    color: #999;
    margin-bottom: 16px;
}

.page_aside-item {
    margin-bottom: 32px;
}

.checkbox:nth-child(n+6) {
    display: none;
}

.checkbox {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
    cursor: pointer;
}

.checkbox input {
    display: none;
}

.checkbox span {
    border: 1px solid #7F7F7F;
    border-radius: 2px;
    width: 20px;
    height: 20px;
}

.checkbox input:checked+span {
    border: 1px solid #9747FF;
    background-image: url(../img/check.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.check_more {
    cursor: pointer;
    font-weight: 600;
    line-height: 140%;
    color: #9747FF;
}

.inp {
    border: 1px solid #0000001A;
    height: 54px;
    border-radius: 4px;
    padding-left: 16px;
    width: 100%;
    display: block;
}

.vacansii_item {
    border: 1px solid #E8E8E8;
    padding: 32px;
    border-radius: 4px;
    margin-bottom: 24px;
}

.vacansii_item-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
}

.vacansii_item-title {
    font-weight: 700;
    font-size: 28px;
    line-height: 140%;
    color: #333;
}

.vacansii_item-price {
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    color: #313131;
}

.vacansii_item-subtitle {
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 24px;
    color: #666;
}

.vacansii_item-text {
    font-size: 14px;
    line-height: 150%;
    color: #313131;
}

.pagination {
    margin-top: 32px;
}

.pagination ul {
    display: flex;
    justify-content: center;
    gap: 12px;
}

.pagination a {
    display: flex;
    border: 1px solid #E8E8E8;
    border-radius: 4px;
    padding: 10px 16px;
    font-size: 14px;
    color: #666666;
}

.pagination a.active {
    background: #DE482C;

    border: 1px solid #DE482C;
    color: #fff;
}

.vacansii_card {
    border: 1px solid #E8E8E8;
    border-radius: 4px;
    padding: 32px;
}

.vacansii_card-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.vacansii_card-price {
    font-weight: 700;
    font-size: 28px;
    line-height: 140%;
    color: #333;
}

.vacansii_card-options {
    margin-bottom: 24px;
}

.vacansii_card-option {
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 12px;
    color: #313131;
}

.vacansii_card-subtitle {
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    color: #313131;
}

.vacansii_card-item {
    margin-bottom: 32px;
}

.vacansii_card-text p {
    color: #313131;
    line-height: 150%;
    margin-bottom: 10px;
}

.vacansii_contacts-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    margin-bottom: 12px;
    color: #333;
}

.vacansii_contacts-items {
    display: flex;
    gap: 24px;
}

.vacansii_contacts-subtitle {
    font-size: 14px;
    line-height: 140%;
    color: #666;
    margin-bottom: 12px;
}

.vacansii_contacts-text {
    line-height: 150%;
    color: #333;
}

.vacansii_back {
    width: 152px;
    height: 56px;
    margin-top: 32px;
}

.new_card-btn {
    width: 266px;
    height: 56px;
    margin-top: 24px;
}

.education_back {
    margin-top: 40px;
    width: 220px;
    height: 56px;
}

.education_card-btn {
    width: 266px;
    height: 56px;
    margin-top: 32px;
}

.education_card-back {
    margin-top: 40px;
    width: 152px;
    height: 56px;
}

.partners_items {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.partners_item {
    width: calc(33.333% - 26.666px);
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    color: #333333;
}

.partners_item img {
    height: 72px;
    max-width: 100%;
    width: auto;
}

.support_row {
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    padding: 32px;
    margin-bottom: 24px;
}

.support_row-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    margin-bottom: 16px;
}

.support_row a {
    color: #9747FF;
    text-decoration: underline;
}

.support_row ul {
    list-style: disc;
    padding-left: 30px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 150%;
    color: #555;
}

.support_contacts {
    border: 1px solid #E5E5E5;
    border-radius: 4px;
}

.support_contacts-item {
    display: flex;
    padding: 32px;
    justify-content: space-between;
    border-bottom: 1px solid #E5E5E5;
}

.support_contacts-item:last-child {
    border-bottom: none;
}

.support_contacts-img {
    width: 156px;
    height: 100px;
    border-radius: 4px;
    overflow: hidden;
    margin-right: 34px;
    display: flex;
}

.support_contacts-info {
    margin-right: auto;
}

.support_contacts-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 5px;
    color: #333;
}

.support_contacts-option {
    font-size: 14px;
    line-height: 150%;
    color: #666;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 4px;
}

.support_contacts-option img {
    width: 14px;
    height: auto;
}

.support_contacts-link {
    font-size: 14px;
    line-height: 150%;
    color: #333;
    display: block;
    margin-bottom: 4px;
}

.support_contacts-map {
    font-size: 14px;
    line-height: 150%;
    margin-left: 120px;
    color: #365EDC;
    padding-left: 24px;
    position: relative;
    padding-right: 80px;
}

.support_contacts-map::before {
    position: absolute;
    content: "";
    background-image: url(../img/map_arrow.svg);
    background-size: cover;
    top: 5px;
    right: 0;
    width: 27px;
    height: 12px;
}

.support_contacts-map img {
    width: 11px;
    height: auto;
    position: absolute;
    left: 0;
    top: 4px;
}

.support_contacts {
    margin-bottom: 40px;
}


















.aside_menu ul li {
    background: #F9F9F9;
    border-bottom: 1px solid #E5E5E5;
}

.aside_menu ul li a {
    padding-left: 40px;
}

.aside_menu ul li a.active {
    color: #1B4C96;
    background: none;
    font-weight: 700;
}

.aside_menu ul li:last-child {
    border-bottom: none;
}

.aside_menu ul ul li {
    background: #ECECEC;
}

.aside_menu ul ul li a {
    padding-left: 60px;
}

.order_page {
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    padding: 34px;
}

.order_page-text {
    margin-bottom: 38px;
}

.inp_title {
    line-height: 24px;
    margin-bottom: 9px;
    color: #333;
}

.inp_title span {
    color: #E01300;
}

.inp_wrapper {
    margin-bottom: 15px;
}

.area {
    border: 1px solid #E5E5E5;
    border-radius: 2px;
    height: 134px;
    width: 100%;
    padding: 20px;
    resize: none;
}

.file_inp {
    display: block;
    cursor: pointer;
    margin-bottom: 26px;
}

.file_inp input {
    display: none;
}

.file_inp span {
    color: #365EDC;
    font-weight: 700;
    line-height: 24px;
}

.order_page-btn {
    width: 192px;
    margin-top: 32px;
    height: 56px;
}

.form_ok {
    display: block;
    cursor: pointer;
    display: flex;
    margin-bottom: 42px;
    color: #333333DE;
}

.form_ok span {
    border: 1px solid #E5E5E5;
    border-radius: 2px;
    width: 20px;
    min-width: 20px;
    display: block;
    margin-right: 10px;
    height: 20px;
}

.form_ok input {
    display: none;
}

.form_ok a {
    display: contents;
    color: #365EDC;
}

.captcha img {
    max-width: 100%;
    width: 380px;
}

.svo_row {
    display: flex;
    margin-bottom: 24px;
    gap: 40px;
}

.svo_item {
    width: calc(33.333% - 26.666px);
    border: 1px solid #E5E5E5;
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #333;
}

.svo_item img {
    width: 58px;
    margin: 0 auto 4px;
}

.svo_info {
    border: 1px solid #E5E5E5;
    margin-bottom: 40px;
    padding: 32px;
}

.svo_info-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    color: #333;
    margin-bottom: 16px;
}

.svo_info p {
    font-size: 14px;
}

.docs_item {
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    padding: 15px 70px 15px 85px;
    display: block;
    border-radius: 10px;
    margin-bottom: 20px;
    color: #000;
    position: relative;
    transition: all 0.3s;
}


.docs_item::before {
    position: absolute;
    content: "";
    background-image: url(../img/file.svg);
    background-size: cover;
    width: 11px;
    height: 16px;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
}

.docs_item:last-child {
    margin-bottom: 0;
}

.docs_item-img {
    position: absolute;
    left: 20px;
    top: 22px;
    width: 38px;
    display: flex;
}

.docs_item-img img {
    width: 100%;
    height: auto;
}

.docs_item-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    margin-bottom: 5px;
}

.docs_item-options {
    display: flex;
    gap: 10px;
}

.docs_item-option {
    font-size: 14px;
    line-height: 20px;
    color: #999999;
}

.docs_item-text {
    margin-top: 5px;
    max-width: 940px;
    font-size: 12px;
    color: #999999;
    line-height: 20px;
}

.mobile_select {
    display: none;
}











@media (max-width: 1800px) {
    .header_inner-close {
        right: 0;
        top: -40px;
    }

    .header_inner-top {
        margin-top: 40px;
    }

    .header_inner {
        padding-bottom: 0;
    }

    .header_inner-bot {
        padding-bottom: 40px;
    }

    .header_wrapper nav .submenu .submenu {
        left: auto;
        right: calc(100% + 22px);
    }
}

@media (max-width: 1550px) {
    .container {
        max-width: 1180px;
    }

    .header_top-adres {
        width: 360px;
    }

    .header_wrapper nav>ul {
        gap: 20px;
    }

    .header_logo {
        width: 200px;
    }

    .header_logo img {
        width: 100%;
        height: auto;
    }

    .header_wrapper nav>ul a {
        font-size: 11px;
    }

    .header_right-link,
    .header_search-btn {
        margin-right: 10px;
        width: 40px;
        height: 40px;
    }

    .header_burger {
        width: 40px;
        height: 40px;
    }

    .more_services-item {
        height: 158.5px;
    }

    .about_img {
        width: 550px;
    }

    .about_info {
        width: 550px;
    }

    .projects_item {
        padding: 24px;
        height: 270px;
    }

    .news_item-img {
        height: 216px;
    }

    .subscribe_row::before {
        left: -240px;
    }

    .order_img,
    .order_info {
        width: 550px;
    }

    .partners_slide {
        height: 160px;
    }

    .resources_slider-arrow.prev {
        left: -50px;
    }

    .resources_slider-arrow.next {
        right: -50px;
    }

    .footer_item {
        max-width: 240px;
    }

    .header_search-wrapper {
        padding: 0 calc((100vw - 1150px) / 2);
    }

    .new_card-info {
        width: 400px;
    }

    .new_card-img {
        width: 260px;
    }

    .new_page-body {
        padding: 20px;
    }

    .new_gallery-item {
        height: 126px;
    }

    .new_video {
        height: 400px;
    }

    .search_page-inp {
        width: calc(100% - 138px);
    }

    .error_page-text br {
        display: none;
    }

    .contacts_row {
        flex-direction: column;
        gap: 32px;
    }

    .contacts_map {
        width: 100%;
    }

    .team_item-img {
        height: 340px;
    }

    .vacansii_search-inp {
        width: 879px;
    }

    .partners_item {
        width: calc(50% - 20px);
    }

    .support_contacts-map {
        margin-left: 0px;
    }

    .support_contacts-info {
        margin: 0;
    }

    .support_contacts-img {
        margin: 0;
    }
}

@media (max-width: 1200px) {
    .container {
        max-width: 950px;
    }

    .header_top {
        display: none;
    }

    .header_wrapper nav {
        display: none;
    }

    .main {
        margin-top: 88px;
        padding-top: 160px;
    }

    .more_services-item {
        height: 126.2px;
    }

    .header_inner-items {
        gap: 30px;
    }

    .about_img,
    .about_info {
        width: 440px;
    }

    .header_search-wrapper {
        height: 120px;
        padding: 0 calc((100vw - 920px) / 2);
    }

    .projects_row .swiper-wrapper,
    .projects_row {
        gap: 20px;
    }

    .projects_item {
        padding: 20px;
        height: 240px;
        width: calc(33.333% - 13.333px);
    }

    .projects_item-title {
        font-size: 18px;
    }

    .news_item-img {
        height: 170px;
    }

    .subscribe_row::before {
        display: none;
    }

    .order_img,
    .order_info {
        width: 440px;
    }

    .order_img {
        height: 340px;
    }

    .resources_slider-arrow.next {
        right: -20px;
    }

    .partners_slider-arrow.next {
        right: -17px;
    }

    .resources_slider-arrow.prev {
        left: -20px;
    }

    .partners_slider-arrow.prev {
        left: -17px;
    }

    .footer_wrapper {
        flex-wrap: wrap;
        margin-bottom: 80px;
        gap: 30px;
    }

    .default_page {
        margin-top: 120px;
    }

    .page_aside {
        width: 280px;
    }

    .default_page-content {
        width: calc(100% - 300px);
    }

    .new_card {
        padding: 18px;
        flex-direction: column;
        gap: 16px;
    }

    .new_card-info {
        width: 100%;
    }

    .new_card-img {
        width: 355px;
    }

    .new_gallery-item {
        width: calc(50% - 8px);
        height: 208px;
    }

    .team_item-img {
        height: 270px;
    }

    .pagination li:last-child,
    .pagination li:first-child {
        display: none;
    }

    .vacansii_search-inp {
        width: 649px;
    }

    .support_contacts-item {
        flex-wrap: wrap;
        gap: 14px;
    }

    .svo_row {
        gap: 20px;
        flex-wrap: wrap;
    }

    .svo_item {
        flex: auto;
        width: calc(50% - 10px);
    }
}

@media (max-width: 991.98px) {
    .container {
        max-width: 730px;
    }

    .header.fixed .header_right-link {
        display: none;
    }

    .header.fixed {
        box-shadow: 0px 4px 6px 0px #0000001F;
        background-color: #fff;
    }

    .header_right {
        width: 100%;
        justify-content: space-between;
    }

    .header_wrapper {
        padding: 11px 0;
        position: relative;
    }

    .main {
        margin-top: 62px;
        padding-top: 120px;
        margin-bottom: 64px;
    }

    .header_logo {
        position: absolute;
        top: 50%;
        right: 50%;
        width: 153px;
        transform: translate(50%, -50%);
    }

    .more_services-row {
        flex-direction: column;
        gap: 24px;
    }

    .more_services-item {
        height: auto;
        width: 100%;
    }

    section,
    .more_services {
        margin: 64px 0;
    }

    .about_row {
        flex-direction: column;
        gap: 32px;
        align-items: flex-start;
    }

    .about_info {
        width: 100%;
    }

    .more_link {
        font-size: 0;
    }

    .more_link svg {
        width: 17px;
        height: auto;
    }

    .block_top {
        align-items: center;
    }

    .projects_row .swiper-wrapper {
        flex-wrap: nowrap;
        gap: 10px;
    }

    .projects_row-arrow,
    .news_row-arrow {
        display: flex;
    }

    .projects_row-wrapper,
    .news_row-wrapper {
        position: relative;
    }

    .news_row-arrow {
        top: 67px;
        transform: none;
    }

    .news_row {
        flex-wrap: nowrap;
    }

    .subscribe_row {
        flex-direction: column;
        gap: 16px;
    }

    .subscribe_form {
        width: 100%;
    }

    .subscribe_title {
        width: fit-content;
        margin: 0 auto;
    }

    .order_row {
        gap: 32px;
        align-items: flex-start;
        flex-direction: column-reverse;
    }

    .order_info {
        width: 100%;
    }

    .footer_inner-dev {
        margin-right: 0;
    }

    .footer_inner {
        flex-direction: column;
        gap: 16px;
        align-items: flex-start;
    }

    .header_search-wrapper {
        padding: 0 calc((100vw - 700px) / 2);
    }

    .header_inner {
        background: #fff;
    }

    .header_inner-menu a {
        font-weight: 500;
        font-size: 16px;
        line-height: 140%;
        letter-spacing: 0.14px;
        color: #1B4C96;
    }

    .header_inner-btn,
    .header_inner-number {
        display: none;
    }

    .header_inner {
        padding-top: 24px;
    }

    .header_inner-top {
        margin: 0 0 30px;
    }

    .header_inner-logo path:nth-child(1) {
        fill: #1B4C96;
    }

    .header_inner-items {
        flex-direction: column;
    }

    .header_inner-item {
        width: 100%;
    }

    .header_inner-menu li:last-child a {
        margin-bottom: 0;
    }

    .header_inner-menu a {
        margin-bottom: 16px;
    }

    .header_inner-bot {
        margin-top: 0px;
        flex-direction: column;
        align-items: flex-start;
        padding-bottom: 0;
    }

    .header_inner-adres {
        color: #666666;
        font-size: 12px;
    }

    .header_links {
        flex-direction: column;
        gap: 0;
    }

    .header_link {
        margin-top: 16px;
        width: auto;
        height: auto;
        display: flex;
        align-items: center;
        gap: 8px;
        font-size: 12px;
        color: #666666;
    }

    .header_link svg path,
    .header_inner-adres svg path {
        fill: #7F7F7F;
    }

    .header_inner-bot {
        padding-bottom: 30px;
    }

    .header_inner-bot .header_inner-btn,
    .header_inner-bot .header_inner-number {
        display: flex;
    }

    .header_inner-bot .header_inner-btn {
        margin-bottom: 24px;
    }

    .header_inner-bot .header_inner-number {
        color: #666666;
        font-size: 14px;
        margin-bottom: 17px;
        margin-left: 0;
    }

    .header_inner-close {
        top: 0;
        right: 0;
    }

    .header_inner-close svg path {
        fill: #7F7F7F;
    }

    .header_inner-menu:last-child>li:last-child {
        display: none;
    }

    .header_dropdown {
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: #FFFFFF;
        padding: 24px calc((100vw - 700px) / 2);
        overflow: auto;
        z-index: 2;
    }

    .header_dropdown.active {
        display: block;
    }

    .header_dropdown-back {
        width: 24px;
        margin-bottom: 42px;
    }

    .header_dropdown-back img {
        width: 100%;
        height: auto;
    }

    .header_dropdown-title {
        font-weight: 600;
        font-size: 16px;
        line-height: 140%;
        letter-spacing: 0.14px;
        margin-bottom: 30px;
        color: #313131;
    }

    .header_dropdown a {
        color: #333333;
    }

    .header_inner-menu li:has(.header_dropdown) {
        position: relative;
    }

    .header_inner-menu li:has(.header_dropdown)::before {
        position: absolute;
        content: "";
        background-image: url(../img/mobile_arrow.svg);
        background-size: cover;
        width: 24px;
        height: 24px;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .news_row .swiper-wrapper {
        gap: 10px;
    }

    .default_page {
        margin-top: 100px;
    }

    .default_page-wrapper {
        flex-direction: column;
    }

    .page_aside {
        width: 100%;
    }

    .page_aside-link,
    .aside_menu {
        display: none;
    }

    .default_page-content {
        width: 100%;
    }

    .vanilla-calendar {
        max-width: 360px;
        margin: 0 auto 32px;
    }

    .team_item {
        width: calc(50% - 10px);
    }

    .team_row {
        gap: 20px;
    }

    .team_item-img {
        height: 324px;
    }

    .page_aside-filter {
        display: none;
    }

    .vacansii_search-inp {
        width: 429px;
    }

    .vacansii_search-filter.active path {
        fill: #fff;
    }

    .vacansii_card-subtitle {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .container {
        max-width: 100%;
        padding: 0 24px;
    }

    .main {
        padding: 48px 0 40px;
    }

    .main h1 {
        font-size: 22px;
        margin-bottom: 32px;
    }

    .main_search {
        margin-bottom: 60px;
        flex-direction: column;
        gap: 16px;
    }

    .main_search-inp {
        width: 100%;
        height: 48px;
    }

    .main_search-btn {
        width: 100%;
        height: 48px;
    }

    .btn {
        border-radius: 4px;
        font-size: 14px;
    }

    .main_search-inp {
        font-size: 14px;
        background-position: 12px;
        padding-left: 46px;
    }

    .main_items {
        gap: 24px;
        flex-wrap: wrap;
    }

    .main_item {
        width: calc(50% - 12px);
        flex: auto;
    }

    .main_item-title {
        font-size: 32px;
    }

    .more_services-item img {
        height: auto;
    }

    .about_img {
        width: 100%;
        height: 272px;
    }

    h3 {
        font-size: 22px;
        margin-bottom: 24px;
    }

    p {
        font-size: 14px;
    }

    .about_btn {
        margin-top: 32px;
        width: 100%;
        height: 48px;
    }

    h2 {
        font-size: 22px;
    }

    .block_text {
        margin-bottom: 32px;
    }

    .projects_item {
        height: 300px;
        padding: 24px;
    }

    .projects_item-title {
        font-size: 16px;
    }

    .news {
        padding: 32px 0 64px;
    }

    .subscribe {
        margin-top: -64px;
        background-image: url(../img/subscribe2.jpg);
    }

    .news_item-date {
        font-size: 12px;
    }

    .news_item-title {
        font-size: 14px;
    }

    .subscribe_row {
        padding: 16px 0;
    }

    .subscribe_title {
        font-size: 20px;
        padding-left: 52px;
    }

    .subscribe_title::before {
        width: 37px;
        height: 37px;
    }

    .subscribe_form {
        height: 48px;
    }

    .order {
        padding: 64px 0;
    }

    .order_img {
        width: 100%;
        height: 272px;
    }

    .order_time {
        margin: 32px 0;
    }

    .order_btn {
        width: 100%;
        height: 48px;
    }

    .partners {
        padding-bottom: 32px;
    }

    .resources h2 {
        margin-bottom: 24px;
    }

    .partners_slide {
        height: 150px;
    }

    .resources_slide {
        height: 92px;
        padding: 0 26px;
    }

    .resources_slider-wrapper .swiper-pagination {
        display: none;
    }

    .footer {
        padding: 32px 0;
    }

    .footer_logo {
        margin-bottom: 0;
    }

    .footer_desc {
        display: none;
    }

    .footer_logo {
        width: 272px;
    }

    .resources_slider-arrow {
        top: 50%;
        transform: translateY(-50%);
    }

    .footer_wrapper {
        margin-bottom: 24px;
    }

    .footer_inner-left {
        flex-direction: column;
        gap: 16px;
    }

    .header_inner-logo {
        width: 205px;
    }

    .header_inner-logo svg {
        width: 100%;
        height: auto;
    }

    .header_inner-menu a {
        font-size: 12px;
    }

    .header_inner-bot .header_inner-btn {
        width: 100%;
        height: 48px;
    }

    .header_inner-adres svg {
        min-width: 24px;
    }

    .header_dropdown {
        padding: 24px;
    }

    .header_search-wrapper {
        padding: 0 15px;
        height: 60px;
    }

    .header_search-inp {
        font-size: 18px;
    }

    .default_page-top {
        display: flex;
        flex-direction: column;
    }

    .default_page-top .breadcrumbs {
        order: -1;
    }

    .default_page {
        margin: 86px 0 64px;
    }

    .breadcrumbs ul .link a {
        font-size: 10px;
    }

    .breadcrumbs {
        margin-bottom: 16px;
    }

    .default_page h1 {
        font-size: 22px;
        margin-bottom: 32px;
    }

    .page_calendar {
        margin-bottom: 64px;
    }

    .page_calendar-title {
        font-size: 14px;
    }

    .new_card-img {
        height: 157px;
        width: 100%;
    }

    .new_card-subtitle {
        font-size: 12px;
        margin-bottom: 18px;
    }

    .new_card-title {
        font-size: 14px;
    }

    .new_card-date {
        font-size: 12px;
    }

    .new_card {
        margin-bottom: 24px;
    }

    .new_page-btn {
        width: 100%;
        margin-top: 32px;
        height: 48px;
    }

    .resources {
        margin: 64px 0;
    }

    .custom-select__option--value {
        padding-left: 16px;
    }

    .page_aside-search input {
        padding-left: 16px;
    }

    .new_page-body {
        padding: 0;
        border: none;
    }

    .new_page-img {
        margin-bottom: 16px;
        height: 200px;
    }

    .new_page-top {
        margin-bottom: 16px;
        flex-wrap: wrap;
    }

    .new_page-top .new_card-date {
        width: 100%;
        order: 1;
        margin-top: 16px;
    }

    .new_gallery {
        gap: 14px;
    }

    .new_video {
        height: 154px;
    }

    .new_gallery-item {
        width: calc(50% - 7px);
        height: 28vw;
    }

    .new_video::before {
        width: 42px;
        height: 30px;
    }

    .new_page-back {
        width: 100%;
        height: 48px;
    }

    .search_page {
        padding: 0;
        border: none;
    }

    .search_page-form {
        flex-direction: column;
    }

    .search_page-inp {
        margin-right: 0;
        margin-bottom: 16px;
        width: 100%;
        height: 48px;
        font-size: 14px;
    }

    .search_page-btn {
        width: 100%;
        height: 48px;
    }

    .search_page-resalt {
        font-size: 12px;
    }

    .search_page .pagination ul a {
        font-size: 12px;
    }

    .search_page .pagination {
        font-size: 12px;
    }

    .search_item-title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .search_page-filter {
        font-size: 12px;
    }

    .search_page-filters {
        flex-wrap: wrap;
    }

    .error_page {
        padding: 0;
        border: none;
    }

    .error_page-title {
        font-size: 22px;
    }

    .error_page-text {
        margin-bottom: 20px;
    }

    .error_page-btn {
        margin-top: 24px;
        height: 48px;
        width: 100%;
    }

    .contacts_map {
        height: 186px;
    }

    .contacts_inner {
        width: 100%;
    }

    .contacts_top {
        padding: 90px 16px 24px;
    }

    .contacts_info {
        padding: 16px;
    }

    .contacts_item-text {
        font-size: 14px;
    }

    .contacts_btn {
        height: 48px;
    }

    .btn_white {
        font-size: 14px;
    }

    .team_item {
        width: 100%;
    }

    .team_item-img {
        height: 312px;
    }

    .team_item-subtitle {
        display: none;
    }

    .team_item-title {
        font-size: 14px;
        margin-bottom: 16px;
        padding-bottom: 0;
        border-bottom: none;
    }

    .team_item-name {
        font-size: 18px;
        margin-bottom: 16px;
        padding-bottom: 16px;
        border-bottom: 1px solid #E5E5E5;
    }

    .vacansii_search {
        padding: 0;
        border: none;
        margin-bottom: 64px;
        gap: 16px 8px;
    }

    .vacansii_search-inp {
        width: calc(100% - 56px);
        height: 48px;
    }

    .vacansii_search-filter {
        width: 48px;
        height: 48px;
    }

    .vacansii_search-btn {
        width: 100%;
        height: 48px;
    }

    .vacansii_item {
        padding: 16px;
        margin-bottom: 16px;
    }

    .vacansii_item-top {
        margin-bottom: 8px;
        flex-direction: column;
        gap: 12px;
    }

    .vacansii_item-title {
        font-size: 18px;
    }

    .vacansii_item-price {
        font-size: 14px;
    }

    .pagination li:nth-child(4),
    .pagination li:nth-child(6) {
        display: none;
    }

    .vacansii_card {
        padding: 16px;
    }

    .vacansii_card-price {
        font-size: 18px;
    }

    .vacansii_card-option {
        font-size: 14px;
        margin-bottom: 8px;
    }

    .vacansii_card-item {
        margin-bottom: 24px;
    }

    .vacansii_back {
        width: 100%;
        height: 48px;
    }

    .vacansii_contacts-items {
        flex-direction: column;
    }

    .new_card-btn {
        width: 100%;
        height: 48px;
    }

    .education_back {
        width: 100%;
        height: 48px;
    }

    .education_card-btn,
    .education_card-back {
        width: 100%;
        height: 48px;
    }

    .partners_items {
        gap: 32px;
    }

    .partners_item {
        width: 100%;
    }

    .support_row {
        border: none;
        padding: 0;
    }

    .support_contacts-item {
        padding: 24px;
        flex-direction: column;
    }

    .support_contacts-img {
        width: 100%;
        height: 150px;
    }

    .order_page {
        padding: 0;
        border: none;
    }

    .svo_row {
        gap: 15px;
    }

    .svo_item {
        width: 100%;
    }

    .svo_info {
        padding: 0;
        border: none;
    }

    .docs_item-title {
        font-size: 14px;
    }

    .docs_item {
        padding: 16px 16px 16px 76px;
    }

    .docs_item::before {
        display: none;
    }

    .docs_item-option {
        font-size: 12px;
    }

    .docs_item-options {
        flex-direction: column;
    }

    .mobile_select {
        display: block;
        margin-bottom: 12px;
    }

}