.p {
    padding: 0;
}
.advantages {
    position: relative;
    overflow: hidden;
}
.adv-list {
    display: grid;
	grid-template-columns: repeat(5, 1fr);
    gap: 14px;
    /* margin-top: 30px; */
    transition: transform 0.5s ease;
}
.advantages .adv-item {
    border-radius: 5px;
    border: 1px solid #e6e8ec;
    transition: ease-in-out .3s;
    padding: 16px;
    position: relative;
    text-align: center;
    height: 100%;
    display: inline-block !important;
}
.adv-item img {
    width: 50px !important;
    margin-bottom: 10px;
    display: inline-block !important;
}
.adv-item p {
    margin-top: 0;
    font-size: 16px;
    margin-bottom: 10px;
    color: #222;
    font-weight: 600;
    line-height: 1.2;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.adv-item span, .dir span {
    font-size: 14px;
    color: #222;
    line-height: 1.2;
}
body .p0 {
    padding: 0 !important;
}
.block-title {
    font-weight: 600;
    font-size: 30px;
    color: #222;
    margin-bottom: 24px;
    line-height: 1.1;
}
.directions {
    margin-top: 44px;
    margin-bottom: 44px;
}
.dir-list {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 34px;
}
.dir-item {
    text-align: center;
    border-radius: 5px;
    perspective: 2000px;
}
.dir {
    transition: ease-in-out.35s;
    padding: 20px;
    border-radius: 5px;
}
.dir-list:hover .dir {
    background: transparent;
    transform: rotateY(30deg);
}
.dir-item:hover .dir {
    transform: rotateY(0deg) !important;
    background: #e8e8e8;
}
.dir-item:hover ~ .dir-item .dir {
    background: transparent;
    transform: rotateY(-30deg);
}
.dir p {
    margin-top: 10px;
    margin-bottom: 8px;
    color: #222;
    font-weight: 600;
    line-height: 1.2;
    font-size: 16px;
}
.dir img {
    width: 72px;
}
.brand {
	overflow:hidden;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	height:105px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	text-align: center;
}
.brands_slider img {
    filter: opacity(0.6);
    transition: .2s;
}
.brands_slider img:hover {
    filter: opacity(1);
}
.bx-wrapper {
    margin: 44px 0 !important;
    border: 0 !important;
    box-shadow: unset !important;
    background: transparent !important;
    width: 100%;
    max-width: 100% !important;
}
.faq {
    padding: 20px 0 44px;
}
.faq .title {
    font-size: 30px;
    color: #000;
}
.ac-flex {
    display: flex;
}
.accordion-preview {
    width: 30%;
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.4;
}
.accordion-container {
    display: grid;
    width: 70%;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}
.accordion {
}
.accordion-header {
    padding: 10px 10px 6px;
    cursor: pointer;
    border-bottom: 1px solid #0088cc;
    display: flex;
    justify-content: space-between;
    color: #000;
    transition: ease-in-out 0.3s;
    align-items: center;
}
.dropdown-list .dropdown-item .dropdown-button svg, .clients.active .icon-arrow-down, .clients .icon-arrow-down, .submenu__title svg, .accordion-header svg {
    -webkit-transition: -webkit-ease-in-out .20s;
    transition: ease-in-out .20s;
    -o-transition: ease-in-out .20s;
    transition: ease-in-out .20s;
}
.accordion-header svg {
    width: 27px;
}
.accordion-body {
    max-height: max-content;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    padding: 14px 10px;
    font-size: 14px;
    display: none;
}
.accordion-header.active svg {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.accordion-header.active svg path {
    stroke: #000;
}
.accordion-header.active {
    background: #0088cc;
    color: #fff;
    transition: ease-in-out 0.3s;
}
.body .faq ul li {
    list-style: disc;
}
.container-fx {
    display: flex;
    gap: 25px;
}
.container-fx .right_block {
    order: 1;
}
.container-fx .left_block {
    order: 0;
}
.side_left .content-md > .right_block.narrow_Y, .side_left .content-md > .right_block.narrow_Y + .left_block {
    float: unset !important;
}
/* Контейнер слайдера */
.slider {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
/* Контейнер для слайдов (позиционируем слои) */
.slides {
    position: relative;
    height: 400px;
}
/* Слайды: позиционируем поверх друг друга */
.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0; /* Скрываем неактивные слайды */
    transition: opacity 0.5s ease; /* Плавный переход <button class="citation-flag" data-index="2"><button class="citation-flag" data-index="9"> */
}
/* Активный слайд */
.slide.active {
    opacity: 1;
}
.slide-content {
    position: relative;
    height: 100%;
}
.slide-content span {
    text-align: left;
    font-size: 30px;
    color: #fff;
    line-height: 1.3;
    width: 565px;
    display: block;
    font-weight: 500;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 60px;
}
.slide-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.nav-dots {
    height: 20px;
    width: 100%;
    text-align: center;
    margin-top: -28px;
    margin-bottom: 13px;
    z-index: 9999;
    position: relative;
}
.slide-content:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(59 54 54 / 66%);
}
.dot {
    display: inline-block !important;
    margin: 0 4px;
    cursor: pointer;
    width: 45px;
    height: 2px;
    margin: 5px 7px;
    background: #FFE;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
}
.dot.active {
    opacity: .4;
}
.BIG_BANNER_INDEX {
    margin-top: 0;
}
.nav-arrow.prev, .nav-arrow.next {
    border-radius: 20px;
    height: 40px;
    width: 40px;
    transition: ease 0.3s;
    border: 0;
    background: transparent;
    color: #000;
}
.nav-arrow.prev:hover, .nav-arrow.next:hover {
    /* background: #0088cc; */
    color: #000;
}
.nav-but {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 100%;
}
.nav-arrow.next {
    right: 12px;
    position: absolute;
}
.nav-arrow.prev {
    position: absolute;
    left: 12px;
}
.nav-arrow.prev, .nav-arrow.next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 10;
    opacity: 0;
}
.nav-arrow.prev {
    left: -50px; 
}
.nav-arrow.prev svg {
    margin-top: 5px;
    margin-left: -2px;
    transition: ease 0.3s;
}
.nav-arrow.next svg {
    margin-top: 5px;
    margin-left: 2px;
    transition: ease 0.3s;
}
.cls-1 {
    /* fill: #fff !important; */
}
.nav-arrow.next {
    right: -50px;
}
.slider:hover .nav-arrow.prev {
    left: 12px;
    opacity: 1;
}
.slider:hover .nav-arrow.next {
    right: 12px;
    opacity: 1;
}
.tasks {
    display: flex;
}
.tasks h2 {
    margin-top: 0;
}
.tasks img {
    margin-top: 55px;
}
.tasks .col-md-7 {
    padding-left: 0;
}
.tasks .col-md-5 {
    padding-right: 0;
}
.maxwidth-theme.company-front.flexbox > div > h1 {
    margin-top: 44px;
    font-weight: 600;
    line-height: 1.1;
}
.form.order {
    padding: 20px 20px 20px;
}
.cat-main {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-bottom: 44px;
}
.cat-main-item {
    text-align: center;
    border: 2px solid #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    transition: ease-in-out .2s;
}
.cat-main-item span {
    display: block;
    padding: 10px 4px;
    font-size: 16px;
    font-weight: 600;
    transition: ease-in-out .2s;
}
.cat-main-item:hover {
    transition-duration: .2s;
    border: 2px solid #0088cc;
}
.catalog_page .section-content-wrapper {
    width: 100%;
}
.catalog .block-title, .services .block-title, .production .block-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.block-title a {
    display: block;
    font-size: 16px;
    font-weight: 400;
    background: #0088cc;
    color: #fff;
    padding: 6px 24px;
    transition: ease .2s;
    border-radius: 2px;
}
.block-title a:hover {
    background: #009ceb;
}
.catalog {
	margin-top: 22px;
}
.cat-main-item .cat-main-item__img {
    height: 200px;
    padding: 0;
}
.cat-main-item .cat-main-item__img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
.services {
    margin-top: 44px;
}
.body.index #accordeon {
    /* height: 751px; */
}
#accordeon {
    position: sticky;
    top: 90px;
    border: 0;
    height: 751px;
    overflow-y: scroll;
    margin-bottom: 30px;
}
#accordeon::-webkit-scrollbar {
    background: transparent;
    border-radius: 10px;
    width: 4px;
}
#accordeon::-webkit-scrollbar-thumb {
    background: #0088cc;
    width: 4px;
}
a.scroll-to-top {
    bottom: 50px !important;
}
.block_before {
    display: flex;
    margin-bottom: 24px;
    gap: 30px;
}
.block_before_items {
    display: block;
}
.block_before_items .btns {
    margin: 0;
}
#headerfixed .logo-row.v2 .js-nav {
    width: min-content !important;
}
#headerfixed .inner-table-block {
    padding: 0;
}
.phone__link a {
    display: block;
    font-weight: bold;
    color: #222;
    font-size: 15px;
}
.phone__link a:first-child {
    margin-bottom: 4px;
}
.phone-block_edit>.phone>.svg-inline-phone {
    margin-right: 10px !important;
}
#headerfixed .logo-row .svg svg {
    vertical-align: middle;
    width: 23px;
    height: 23px;
}
#headerfixed .logo-row.v2 .small-block {
    width: unset;
}
#headerfixed .logo-row.v2 {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
#headerfixed .inner-table-block {
    height: unset;
}
.inner-table-block {
    display: block;
}
.row:before, .row:after {
    display: none;
}
#headerfixed .btn.btn-lg {
    font-size: 16px;
    letter-spacing: unset;
}
#headerfixed .btn-lg {
    padding: 9px 16px 9px;
}
#headerfixed .btn {
    border: 0;
}
#headerfixed .mega-menu table td .wrap > a {
    padding: 0;
}
#headerfixed .inner-table-block-1 {
    position: relative;
    display: block;
    vertical-align: middle;
    height: unset;
    font-size: 15px;
    line-height: 1.1;
}
.me_res ul {
    display: block !important;
}
.vacan {
    margin-bottom: 40px;
}
.vacancy-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 20px;
    margin-top: 45px;
}
.vacan h2, .vacan h4 {
    margin-top: 0;
}
.vacan h4 {
    line-height: 1.1;
    margin-bottom: 12px;
    margin-top: 5px;
    color: #1a5687;
    text-align: center;
}
.column {
    background: #f9f9f9;
    padding: 16px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
}
.column img {
    width: 100%;
    margin-left: auto;
    margin-top: auto;
}
.graduation-cap {
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
}
.bottom-column {
    margin-top: 20px;
}
.sidebar {
    position: sticky;
    top: 90px;  
}
.vacan-title {
    font-size: 28px;
    color: #000;
    position: relative;
    margin-bottom: 25px;
}
.vacan-title:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 80px;
    background: #1a5687;
    top: 45px;
    left: 0;
}
.tab-pane h3 {
    color: #1a5687 !important;
}
.mb4 {
    margin-bottom: 40px;
}
/*  */
.vacan-flex {
    display: flex;
}
.category-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.category-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    border-bottom: 1px solid #eee;
}
.category-link {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    width: 100%;
    padding: 6px 0;
    transition: ease .2s;
}
.category-link:hover {
    color: #1a5687;
}
.vacancies {
    width: 70%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}
.vacancy-card {
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    padding: 20px;
    display: none;
}
.active {
    display: block;
}
.body ul li:before {
    display: none;
}
/*  */
.panel-collapse .accordion-body {
    padding: 0px 30px 15px 25px;
}
.accordion-body .row {
    display: flex;
    align-items: flex-start;
}
.right-block { 
    background: #f9f9f9; 
    padding: 40px; 
    border-radius: 10px;
}
.hourglass { 
    width: 300px; 
    margin-top: 20px; 
}
.custom-file-input::after { 
    content: '+'; 
}
.about-fx {
    display: flex;
    gap: 0 30px;
    margin-bottom: 30px;
}
.about-img {
    width: 600px;
    height: max-content;
}
.ab-list {
    list-style-type: disc;
    padding-left: 16px;
}
.ab-list li {
    padding-left: 0;
    list-style-type: disc;
}
.accordion-header.active {
    display: flex;
}
.accordion-body ul li {
    list-style: disc;
}
.about-content {
    /* display: none; */
}
.list-fx {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
}
.image-container {
    width: 45%;
    margin: auto;
}
.image-container img {
    width: 100%;
    height: auto;
}
.text-container {
    width: 55%;
}
.checkmark {
    padding-left: 36px;
    /* list-style-image: url('/images/checked.png'); */
}
.checkmark li {
    padding-left: 0;
    list-style-type: none;
    font-size: 14px;
    margin-bottom: 14px;
    position: relative;
    line-height: 1.4;
}
.checkmark li::after {
    content: "";
    display: block;
    position: absolute;
    left: -37px;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    background-image: url('/images/checked.png');
    background-size: cover;
}
.title-fx {
    font-size: 22px;
    margin-bottom: 8px;
    display: block;
    color: #000;
}
.title-min-fx {
    font-size: 18px;
    margin-bottom: 14px;
    color: #000;
}
.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.feature-item {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: center;
    transition: ease-in-out .3s;
}
.feature-item:hover {
    transform: scale(1.02);
    box-shadow: 0 0px 12px rgba(0, 0, 0, 0.1);
}
.feature-item img {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
}
.feature-item span {
    display: block;
    font-size: 16px;
}
.ben-title {
    font-size: 30px;
    color: #000;
    margin-bottom: 20px;
    font-weight: 600;
}
.benefits-work {
    margin-bottom: 30px;
}
.slide-btn {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    padding: 6px 24px;
    transition: ease .2s;
    border-radius: 2px;
    position: absolute;
    top: 93%;
    transform: translate(0, -70%);
    left: 60px;
    cursor: pointer;
}
.slide-btn:hover {
    /* background: #fff; */
    color: #fff;
}
.feat {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.feature {
    text-align: center;
    background: #f9f9f9;
    padding: 16px;
}
.feature p {
    font-size: 18px;
    margin: 0;
    color: #1a5687;
}
.feature span {
    font-size: 14px;
}
.del-met {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.ci {
    display: flex;
    text-align: center;
    margin-top: 20px;
}
.ci div {
    margin-top: 20px;
    width: 70%;
}
.ci a {
    display: inline-block;
    width: 30%;
}
.ci a img {
    width: 100%;
}
.payment-methods {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}
.method-card {
    background: #fff;
    border-radius: 5px;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    transition: transform .2s;
    text-align: center;
    cursor: context-menu;
}
.method-card:hover {
    transform: translateY(-5px);
}
.icon {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.method-card p {
    margin: 0;
}
.method-card span {
    font-size: 20px;
    display: block;
    text-align: center;
    color: #000;
    margin: 6px 0;
}
#mobilemenu .contacts .email, #mobilemenu .contacts .address {
    padding: 0px 20px 16px 20px;
}
.main_sect:last-child {
    border: 0;
}

@media screen and (max-width: 1660px) {
    .ac-flex {
        gap: 20px;
    }
    .accordion-preview {
        width: 20%;
    }
    .accordion-container {
        width: 80%;
    }
    .accordion-header {
        padding: 6px 8px 6px;
        align-items: center;
        font-size: 14px;
    }
    .accordion-header svg {
        width: 22px;
    }
    .accordion-body {
        padding: 14px 8px;
    }
}
@media screen and (max-width: 1440px) {
    .column:first-child {
        margin-bottom: 10px;
    }
    .vacancy-content .column:first-child {
        margin-bottom: 0;
    }
    .accordion-container {
        grid-template-columns: repeat(1, 1fr);
        gap: 0;
    }
    .accordion-container {
        grid-template-columns: repeat(1, 1fr);
        gap: 0;
    }
    .adv-item {
        min-width: 100%; /* Каждый слайд занимает всю ширину контейнера */
        box-sizing: border-box;
    }
    .about-img {
        width: 450px;
    }
}
@media screen and (max-width: 1400px) {
    .cat-main {
        grid-template-columns: repeat(3, 1fr);
    }
    .cat-main-item:nth-child(7), .cat-main-item:nth-child(8) {
        display: none;
    }
    .adv-list {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media screen and (max-width: 1350px) {
    .ac-flex, .tasks {
        display: block;
    }
    .accordion-preview, .accordion-container, .tasks .col-md-7 {
        width: 100%;    
    }
    .tasks .col-md-5 {
        display: none;
    }
    .tasks .col-md-5 {
        padding: 0;
        float: unset;
    }
    .tasks img {
        margin-top: 0;
    }
    .block_before_items:first-child {
        display: none;
    }
}
@media screen and (max-width: 1200px) {
    .ac-flex, .about-fx {
        flex-direction: column;
    }
    .about-img {
        width: 75%;
        margin: auto;
    }
    .about-fx div {
        margin-top: 20px;
    }
    .vacan h4 {
        font-size: 16px;
    }
    .vacancy-content .column p {
        font-size: 14px;
    }
}
@media screen and (min-width: 992px) {
    .side_left .content-md > .right_block.narrow_Y + .left_block {
        padding-right: 0;
    }
}
@media screen and (max-width: 991px) {
    .slides {
        height: 292px;
    }
    .adv-list {
        grid-template-columns: repeat(2, 1fr);
    }
    .container-fx {
        display: block;
    }
    .slide-content {
        height: 100%;
    }
    .slide-content img {
        height: 100%;
        object-fit: cover;
    }
}
@media screen and (max-width: 960px) {
    .dir-list {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto auto;
        grid-template-areas:
        'item1 item2'
        'item3 item3';
    }
    .dir-item:first-child {
        grid-area: item1;
    }
    .dir-item:nth-child(2n) {
        grid-area: item2;
    }
    .dir-item:last-child {
        grid-area: item3;
    }
    .dir-item:hover .dir, .dir_item, .dir_item:hover ~ .dir_item .dir, .dir_items:hover .dir {
        transform: unset !important;
        background: unset;
    }
    .vacancy-content {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .vacancy-content .column:last-child {
        grid-column: 1 / -1;
    }
    .column img {
        width: 300px;
    }
}
@media screen and (max-width: 768px) {
    .slide-content h2 {
        font-size: 1.5rem;
    }
    .feat {
        grid-template-columns: 1fr;
    }
}
@media screen and (max-width: 767px) {
    .block-title, .maxwidth-theme.company-front.flexbox > div > h1, .ben-title {
        font-size: 26px;
    }
    .directions {
        margin-top: 26px;
        margin-bottom: 26px;
    }
    .services, .maxwidth-theme.company-front.flexbox > div > h1 {
        margin-top: 26px;
    }
    .bx-wrapper {
        margin: 26px 0 !important;
    }
    .faq {
        padding: 10px 0 26px;
    }
    .cat-main-item span {
        font-size: 14px;
    }
    .cat-main {
        margin-bottom: 26px;
    }
    .pricemain .description {
        font-size: 18px !important;
    }
    .q_pricemain_form_new {
        padding: 8px 0  0px !important;
    }
    .form .form-group {
        margin-bottom: 20px;
    }
    .block-title {
        margin-bottom: 20px;
    }
    .accordion-header {
        padding: 6px 0px 6px;
    }
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .vacan-title {
        font-size: 24px; 
    }
    section.page-top h1 {
        font-size: 26px;
    }
    .slide-content span {
        font-size: 24px;
    }
}
@media screen and (max-width: 660px) {
    .dir-list {
        grid-template-columns: repeat(1, 1fr);
        grid-template-areas: 'item1'
        'item2'
        'item3';
    }
    .dir-item:hover ~ .dir-item .dir {
        transform: rotateY(0);
    }
    .cat-main {
        grid-template-columns: repeat(2, 1fr);
    }
    .cat-main-item:nth-child(5), .cat-main-item:nth-child(6) {
        display: none;
    }
    .list-fx {
        flex-direction: column;
        gap: 12px;
    }
    .text-container, .image-container {
        width: 100%;
    }
    .image-container {
        width: 75%;
    }
    .about-content {
        margin-top: 20px;
    }
    .mob-fx .image-container {
        order: 1;
    }
    .slide-content span {
        width: auto;
        padding-right: 10px;
        top: 40%;
        transform: translate(0, -40%);
        left: 24px;
        font-size: 22px;
    }
    .slide-btn {
        font-size: 14px;
        left: 24px;
        top: 65%;
        transform: translate(0, -65%);
    }
    .feature-item {
        padding: 16px;
    }
    .features-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .title-fx {
        font-size: 20px;
    }
    .feature-item span {
        font-size: 14px;
    }
    .ci {
        align-items: center;
        flex-direction: column;
    }
    .ci div {
        order: 1;
        width: 80%;
        margin-top: 20px;
    }
    .ci a {
        order: 0;
        width: 50%;
    }
}
@media screen and (max-width: 556px) {
    .vacan-title.title-mob:after {
        top: 75px;
    }
}
@media screen and (max-width: 450px) {
    .block-title, .maxwidth-theme.company-front.flexbox > div > h1, .ben-title {
        font-size: 20px;
    }
    .block-title a {
        font-size: 13px;
    }
    .vacancy-content {
        grid-template-columns: repeat(1, 1fr);
    }
    .vacan h4, .method-card span {
        font-size: 18px;
    }
    .vacan-title {
        font-size: 20px;
    }
    .method-card img {
        max-width: 70px !important;
    }
    .vacan-title:after {
        top: 36px;
        width: 60px;
    }
    .vacan-title.title-mob:after {
        top: 65px;
    }
    .method-card p {
        font-size: 14px;
    }
}