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

main {
    display: block;
    overflow: hidden
}

h1 {
    font-size: 2em
}

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

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

a {
    background-color: rgba(0, 0, 0, 0)
}

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

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

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
}

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

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

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

fieldset {
    padding: .35em .75em .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
}

[hidden],
template {
    display: none
}

*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.--just-space {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.--just-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.--just-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.--align-str {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.--align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.--align-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.--dir-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

html {
    font-size: 16px
}

body,
html {
    min-height: 100%;
    position: relative
}

body {
    margin: 0;
    font-size: 1rem
}

h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
ul {
    margin: 0
}

.container {
    margin-right: 75px;
    margin-left: 75px
}

.header {
    padding-top: 5px;
    padding-bottom: 5px;
    position: fixed;
    width: 100%;
    z-index: 2;
    background: white;
}
.header.scroll{
    -webkit-box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.2);
}
.main{
    padding-top: 130px;
}
.header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header nav ul {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 30px;
    list-style-type: none
}

.header nav ul a {
    color: #1d1d1b;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none
}

.header nav ul a:hover {
    color: #bd1823
}

.header .logo {
    width: 110px;
    height: 119.999px
}

.header .logo img {
    width: 100%;
    height: 100%;
    transform: translate(-55%,0);
}

.header .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 25px
}

.header .socials {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 25px
}

.header .socials li:hover a svg path {
    fill: #bd1823;
    -webkit-transition: 1s;
    transition: 1s
}

.header .socials li a {
    text-decoration: none
}

.red-btn-width-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 22px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    background: #bd1823;
    color: #fff;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    border-radius: 100px;
    border: 1px solid transparent;
    padding: 9px 10px 11px 26px
}

.header .red-btn-width-arrow span {
    display: contents
}

.header .red-btn-width-arrow:hover {
    background: #8c141c;
    -webkit-transition: 1s;
    transition: 1s
}

.main .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: inherit;
    -ms-flex-align: inherit;
    align-items: inherit;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.main .column:first-child {
    max-width: 520px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: space-between;
    gap: 134px
}

.main .column:last-child {
    /* max-width: 720px; */
    margin-right: -75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.main .column:last-child .banner {
    border-radius: 250px 0 0;
    object-fit: cover;
    /* max-height: 675px; */
    width: 100%;
}

.main__title {
    color: #1d1d1b;
    font-family: Roboto;
    font-size: 50px;
    font-style: normal;
    font-weight: 900;
    line-height: 60px;
    letter-spacing: -.5px;
    padding-top: 120px;
    max-width: 600px;
}
@media (max-width:1280px){
    .main__title{
        padding: 0;
    }
}
#modal-politica .modal-content .column:nth-child(1){
    width: 100%;
}
.main .bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20.5px
}

.main__adress {
    color: #1d1d1b;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px
}

.main__phones {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 25px;
    margin-bottom: 27px
}

.main__phones a {
    text-decoration: none;
    color: #1d1d1b;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.main__phones a span {
    margin-right: 7px
}

.main__phones a:hover {
    text-decoration: underline;
    color: #bd1823
}

.main__phones a:hover span svg path {
    fill: #bd1823;
    stroke: #bd1823
}

.activities {
    position: relative
}

.activities__title {
    margin-top: 54px;
    color: #1d1d1b;
    font-family: Roboto;
    font-size: 40px;
    font-style: normal;
    font-weight: 900;
    line-height: 45px;
    letter-spacing: -.4px;
    max-width: 410px
}

.activities__swiper {
    width: 100%;
    height: 1000px;
    margin-right: -75px
}

.activities__swiper .swiper-slide {
    height: 250px;
    width: 100%;
    background: #fff;
    padding-top: 51px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
    border-bottom: 1px solid #e9e9e9;
    padding-left: 20px
}

.activities__swiper .swiper-slide img {
    /* margin-top: 16px;
    margin-right: -4px */
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
}
.activities__swiper .swiper-slide:nth-child(1) img{
    bottom: -65.63px;
    top: auto;
}
.activities__swiper .swiper-slide:nth-child(2) img{
    bottom: -67.18px;
    top: auto;
}
.activities__swiper .swiper-slide:nth-child(3) img{
    bottom: -52.49px;
    top: auto;
}
.activities__swiper .swiper-slide:nth-child(4) img{
    bottom: -62.67px;
    top: auto;
}
.activities__swiper .swiper-slide:nth-child(5) img{
    bottom: -34.71px;
    top: auto;
}
.activities__swiper .swiper-slide:nth-child(6) img{
    bottom: -77.19px;
    top: auto;
}
.activities__swiper .swiper-slide:nth-child(7) img{
    bottom: -44.54px;
    top: auto;
}

.activities__swiper .swiper-slide .title {
    color: #1d1d1b;
    font-family: Roboto;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -.25px;
    margin-bottom: 19px
}

.activities__swiper .swiper-slide .description {
    color: #5a5a59;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px
}

.cta{
    cursor: pointer;
}
.activities__swiper .swiper-slide .cta {
    color: #1d1d1b;
    text-align: center;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    cursor: pointer
}

.activities__swiper .swiper-slide .cta span {
    height: 25px;
    width: 25px;
    border-radius: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.activities__swiper .swiper-slide .cta:hover span {
    background: #bd1823
}

.activities__swiper .swiper-slide .cta:hover span svg path {
    stroke: #fff
}

.activities__swiper .swiper-slide .column:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.activities .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    position: relative;
    margin-right: 0;
    justify-content: space-between;
}

.activities .column {
    width: 50%
}
.activities .column:last-child{
    width: calc(50% + 75px);
}
.activities.parnters .column:nth-child(2){
    width: calc(50% + 75px) !important;
}
.parnters__swiper .swiper-slide .column:last-child img{
    position: absolute;
    top: auto;
    /* bottom: 0; */
    left: auto;
    right: 0;
}
.parnters__swiper .swiper-slide:nth-child(1) .column:last-child img{
    bottom: 0.06px;
}
.parnters__swiper .swiper-slide:nth-child(2) .column:last-child img{
    bottom: 0.14px;
}
.parnters__swiper .swiper-slide:nth-child(3) .column:last-child img{
    bottom: 0.52px;
}
.activities .background-img {
    position: absolute;
    top: 64px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: -1
}
.activities.parnters .background-img{
    height: 627px;
    left: calc(50% - 35px);
}
.activities.parnters .background-img img{
    height: 100%;
    width: auto;
    left: 43%;
}

.activities .swiper-slide:hover {
    cursor: pointer
}

.activities .swiper-slide:hover img {
    opacity: .3;
    -webkit-transition: 1s;
    transition: 1s
}
.activities.parnters .swiper-slide:last-child:hover img {
    opacity: 1;
    -webkit-transition: 1s;
    transition: 1s
}

.activities .swiper-slide:hover span {
    background: #bd1823;
    -webkit-transition: 1s;
    transition: 1s
}

.activities .swiper-slide:hover span svg path {
    stroke: #fff;
    -webkit-transition: 1s;
    transition: 1s
}

.advantages {
    background: #f6f6f6;
    padding-bottom: 41px
}

.advantages__title {
    padding-top: 84px;
    padding-bottom: 51px;
    color: #1d1d1b;
    font-family: Roboto;
    font-size: 40px;
    font-style: normal;
    font-weight: 900;
    line-height: 45px;
    letter-spacing: -.4px;
    max-width: 410px
}

.advantages .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.advantages .row:last-child {
    padding-bottom: 69px;
    border-bottom: 1px solid #e9e9e9;
    align-items: normal;
}

.advantages__item {
    padding: 30px 30px 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 26px;
    background: #fff;
    width: 23%;
}

.advantages__item .img {
    background: #bd1823;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 82px;
    padding-bottom: 99px;
    border-radius: 5px
}

.advantages__item .name {
    color: #1d1d1b;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px
}

.parnters {
    border-bottom: 1px solid #e9e9e9
}

/* .parnters .container {
    margin-right: 0 !important
} */

.parnters__swiper {
    width: 100%;
    /* height: 750px; */
    margin-right: -75px;
    border-left: 1px solid #e9e9e9
}

.parnters__swiper .swiper-slide {
    height: 250px;
    width: 100%;
    background: #fff;
    padding-left: 61px;
    padding-top: 51px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
    border-bottom: 1px solid #e9e9e9
}

.parnters__swiper .swiper-slide:last-child {
    border-bottom: none;
    cursor: initial;
}

.parnters__swiper .swiper-slide .title {
    color: #1d1d1b;
    font-family: Roboto;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -.25px;
    margin-bottom: 19px
}

.parnters__swiper .swiper-slide .description {
    color: #5a5a59;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* width: 80%; */
}

.parnters__swiper .swiper-slide .cta {
    color: #1d1d1b;
    text-align: center;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    cursor: pointer
}

.parnters__swiper .swiper-slide .cta span {
    height: 25px;
    width: 25px;
    border-radius: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}
.vacancies .vacancies__item .cta span{
    height: 25px;
    width: 25px;
    border-radius: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.vacancies .vacancies__item .cta:hover span{
    background: #bd1823;
}
.vacancies .vacancies__item .cta:hover span svg path{
    stroke: white;
}
.parnters__swiper .swiper-slide .cta:hover span {
    background: #bd1823;
}

.parnters__swiper .swiper-slide .column:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.vacancies .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.vacancies .title {
    padding-top: 84px;
    margin-bottom: 51px;
    color: #1d1d1b;
    font-family: Roboto;
    font-size: 40px;
    font-style: normal;
    font-weight: 900;
    line-height: 45px;
    letter-spacing: -.4px
}

.vacancies .tabs ul {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    list-style-type: none;
    gap: 10px;
    flex-wrap: wrap;
}

.vacancies .tabs ul li {
    cursor: pointer
}

.vacancies .tabs ul li span {
    display: block;
    border-radius: 200px;
    border: 1px solid rgba(189, 24, 35, .4);
    color: #1d1d1b;
    text-align: center;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding: 9px 29px
}

.vacancies .tabs ul li span.active,
.vacancies .tabs ul li span:hover {
    background: #bd1823;
    color: #fff
}

.vacancies__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 40px;
    gap: 2%;
    row-gap: 30px
}

.vacancies__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 32%;
    padding: 40px;
    background: #f6f6f6
}

.vacancies__item .tab {
    color: #1d1d1b;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    opacity: .3
}

.vacancies__item .title {
    padding-top: 12px;
    color: #1d1d1b;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 174px
}

.vacancies__item div:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    color: #1d1d1b;
    text-align: center;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    cursor: pointer
}

.vacancies__item div:last-child span {
    display: contents
}

.vacancies__item div:last-child:hover {
    /* text-decoration: underline */
}
.vacancies{
    padding-bottom: 90px;
}
.vacancies .btn-red-with-arrow-down {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 200px;
    background: #bd1823;
    color: #fff;
    gap: 15px;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    cursor: pointer;
    padding: 7px 14px;
    margin: 27px auto 0;
}

.vacancies .btn-red-with-arrow-down:hover {
    background: #8C141C;
    transition: 1s all;
}

.contacts {
    background: #f6f6f6
}

.contacts .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 60px
}

.contacts .column:first-child {
    margin-left: -75px;
    width: calc(50% + 75px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.contacts .column:first-child img {
    width: 100%;
    max-height: 800px;
    object-fit: cover;
}
.map{
    margin-bottom: 15px;
}
.contacts .title {
    padding-top: 54px;
    color: #1d1d1b;
    font-family: Roboto;
    font-size: 40px;
    font-style: normal;
    font-weight: 900;
    line-height: 45px;
    letter-spacing: -.4px;
    margin-bottom: 15px
}

.contacts__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 46px
}

.contacts__item span:first-child {
    color: #bbb;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 15px
}

.contacts__item span:nth-child(2) {
    color: #1d1d1b;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 5px
}

.contacts__item a {
    color: #1d1d1b;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    text-decoration: none;
    margin-bottom: 11px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px
}

.contacts__item a:hover {
    color: #bd1823;
}
.contacts__item a:nth-child(2):hover svg path{
    stroke: #bd1823;
}
.contacts__item a:nth-child(3):hover svg path{
    stroke: #bd1823;
    fill: #bd1823;
}
.contacts__item a:nth-child(4):hover svg path{
    stroke: #bd1823;
    fill: #bd1823;
}
.contacts .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: -7px;
    gap: 88px
}

.contacts .row .contacts__item {
    margin-bottom: 0
}

.contacts .socials span {
    color: #bbb;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px
}

.contacts .socials ul {
    margin: 0;
    padding: 15px 0 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 10px
}

.contacts .socials ul li a {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff
}

.contacts .socials ul li a:hover path {
    fill: #bd1823
}

.form .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal
}

.form .column:first-child {
    background: #f6f6f6;
    margin-left: -75px;
    /* width: 720px */
    width: calc(50% + 75px);
}

.form .title {
    padding-top: 59px;
    color: #1d1d1b;
    font-family: Roboto;
    font-size: 40px;
    font-style: normal;
    font-weight: 900;
    line-height: 45px;
    letter-spacing: -.4px;
    margin-left: 75px
}

form {
    padding-top: 60px;
    padding-left: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 35px;
    padding-bottom: 55px
}

.form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.form-group label {
    color: #1d1d1b;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    padding-bottom: 12px
}

.form-group input {
    color: #bbb;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    border: none;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 10px;
    outline: none;
}

.form-group input::-webkit-input-placeholder {
    color: #bbb;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px
}

.form-group input::-moz-placeholder {
    color: #bbb;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px
}

.form-group input:-ms-input-placeholder {
    color: #bbb;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px
}

.form-group input::-ms-input-placeholder {
    color: #bbb;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px
}

.form-group input::placeholder {
    color: #bbb;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px
}

.form-group span {
    color: #bbb;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px
}
.form-group span.error{
    color: #bd1823;
}
.form-group span a {
    color: #1d1d1b;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none
}

.form-group span a:hover {
    color: #bd1823;
}

button,input[type="submit"] {
    outline: 0;
    background: #bd1823;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-radius: 200px;
    color: #fff;
    gap: 15px;
    font-family: 'Roboto';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 10px;
    cursor: pointer;
    margin-top: 20px;
    padding: 9px 10px 11px 20px;
    border: none;
    outline: none;
    padding-right: 40px;
}
button:hover,input[type="submit"]:hover {
    background: #8C141C;
    transition: 1s all;
}

footer {
    background: #1d1d1b
}

footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 10%
}

footer a:hover {
    text-decoration: underline !important
}

footer .column:first-child {
    width: 190px;
    background: #bd1823;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

footer .column:first-child .logo {
    width: 90px;
    height: 98px
}

footer .column:first-child .logo img {
    width: 100%;
    height: 100%
}

footer .column:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

footer .column:last-child nav {
    padding-top: 85px;
    padding-bottom: 58px
}

footer .column:last-child nav ul {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    list-style-type: none;
    gap: 30px;
    justify-content: flex-start;
}
footer .column:last-child nav ul li:last-child{
    flex: 1;
    text-align: end;
}

footer .column:last-child nav ul li a {
    color: #fff;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none
}
footer .column:last-child nav ul li a:hover{
    color: #bd1823;
    text-decoration: none !important;
}

footer .column:last-child nav ul li:last-child a {
    color: #5a5a59
}

footer .column:last-child p {
    margin: 0;
    padding: 0 0 12px;
    color: #5a5a59;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px
}

.modal {
    padding-top: 10vh
}

.modal-content-parent {
    width: 76%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-height: 600px;
    overflow: hidden;
}

.modal-content {
    height: 80vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    margin-right: 0;
    margin-left: 0;
    width: 100%;
    max-height: 600px;
}

.modal-content .background-img {
    position: absolute;
    width: auto;
    height: 400px;
    top: 99px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.modal-content .background-img img {
    width: 100%;
    height: 100%
}

.modal-content .column:nth-child(2) {
    z-index: 1;
    background: #f6f6f6;
    width: 50%;
    padding: 55px;
    row-gap: 20px;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: auto;
    max-height: 600px;
}

.modal-content .column .item {
    width: calc(50% - 30px);
    height: 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    justify-content: flex-end;
    padding: 15px;
}

.stop-scrolling{
    height: 100%;
    overflow: hidden;
}
.modal-content .column .item .img{
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
}

.modal-content .column .item .link {
    padding-top: 28px;
    text-align: center;
}

.modal-content .column .item .link a {
    color: #1d1d1b;
    text-align: center;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px
}

.modal-content .column .item .link a:hover{
    color: #BD1823;
}
.modal-content .column .item .link a:hover span svg path{
    fill: #BD1823;
}

.modal-content .title {
    color: #1d1d1b;
    font-family: Roboto;
    font-size: 40px;
    font-style: normal;
    font-weight: 900;
    line-height: 45px;
    letter-spacing: -.4px
}

.modal-content .column:nth-child(2).another-struct {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.modal-content .column:nth-child(2).another-struct .item {
    width: calc(89% - 30px);
    height: 255px
}

.modal-content .column:nth-child(2).another-struct .item.big {
    height: auto;
    padding-top: 50px;
    padding-bottom: 45px
}

.modal-content .column:nth-child(2).another-struct .item.big .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.modal-content .column:nth-child(2).another-struct .item.big .top .link {
    padding-top: 10px
}

.modal-content .column:nth-child(2).another-struct .item.big .bottom {
    padding-top: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 30px;
    margin-left: 30px;
    gap: 40px;
    display: grid;
    grid-template-columns: 30% 30% 30%
}

.modal-content .column:nth-child(1) {
    padding-top: 56px;
    padding-left: 55px;
    padding-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 1
}

.modal-content .column:nth-child(1) .top .sub-title {
    color: #bbb;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    padding-bottom: 8px
}

.modal-content .column:nth-child(1) .top .title {
    padding: 0
}

.modal-content .column:nth-child(1) .bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.modal-content .column:nth-child(1) .bottom span {
    color: #1d1d1b;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    opacity: .3;
    padding-bottom: 15px
}

.modal-content .column:nth-child(1) .bottom a {
    color: #1d1d1b;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none;
    padding-bottom: 5px
}

.modal-content .vacancies-modal {
    background: #fff !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.modal-content .vacancies-modal p {
    padding: 0;
    margin: 0;
    color: #1d1d1b;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    opacity: .3
}

.modal-content .vacancies-modal ul {
    padding: 0;
    margin: 0 0 0 19px
}

.modal-content .vacancies-modal ul li {
    color: #1d1d1b;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px
}

.modal-content .vacancies-modal form {
    padding: 0
}

.modal-content .column .item .img {
    /* width: 100%;
    max-height: 85px;
    height: auto; */
}

.modal-content .column .item .img img {
    height: 100px;
    width: 180px;
    object-fit: contain;
}

#mobile {
    z-index: 1;
    width: auto;
    height: auto
}

#mobile::after,
#mobile::before {
    display: block
}

.main .column:last-child{
    width: calc(50% + 75px) !important;
    max-width: inherit !important;
}
.ticker .item{
    text-transform: uppercase;
}
@media(min-width:1680px)and ((max-width:2560px)) {
    .container {
        /* margin-left: auto;
        margin-right: auto !important;
        width: 80% */
    }

    .main .column {
        width: 50% !important;
        max-width: 50% !important
    }

    .main .column:last-child .banner {
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
}

@media(max-width:1400px) {
    .modal-content .background-img{
        left: 35%;
    }
    .contacts .column:first-child img{
        max-height: inherit;
    }
    .contacts .container{
        align-items: normal;
    }
    .contacts .container .column{
        /* width: 50% !important */
    }
    .form .container .column {
        /* width: 50% */
    }

    .contacts .title {
        margin-bottom: 100px
    }

    .advantages .row:last-child {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        row-gap: 20px;
        -webkit-box-align: normal;
        -ms-flex-align: normal;
        align-items: normal
    }

    .advantages__item {
        width: 48%
    }

    .modal-content .column:nth-child(2) {
        width: 65%
    }

    .modal-content .column:nth-child(1) {
        width: 35%
    }
    #modal-full .modal-content .column:nth-child(2){
        width: 50% !important
    }
}

@media(max-width:1280px) {
    .parnters__swiper .swiper-slide:last-child{
        height: auto !important;
    }
    .parnters__swiper .swiper-slide:last-child .description{
        margin-bottom: 70px;
    }
    .header .logo img {
        transform: translate(0,0);
    }
    .modal-content .column:nth-child(2).another-struct .item.big .bottom{
        gap: 15px;
        flex-wrap: nowrap;
        display: flex;
        flex-direction: column;
    }
    .main__title {
        font-size: 35px;
        line-height: 140%
    }

    .contacts .container {
        -webkit-box-align: normal;
        -ms-flex-align: normal;
        align-items: normal
    }

    footer .column:last-child nav ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 15px
    }

    .main .column:last-child {
        width: 50%
    }

    .main .column:last-child .banner {
        width: 100%
    }

    .main .container {
        -webkit-box-align: normal;
        -ms-flex-align: normal;
        align-items: normal
    }

    .main .column:first-child {
        padding-top: 50px;
        gap: 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .contacts .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        gap: 15px
    }

    .modal-content .title {
        font-size: 25px;
        line-height: 120%
    }

    .header .logo {
        width: 90px !important;
        height: auto !important
    }

    .header nav ul {
        gap: 15px
    }

    .header .red-btn-width-arrow {
        padding: 6px 8px 6px 14px;
        font-size: 14px;
        gap: 15px
    }
}
.parnters__swiper .swiper-slide .description{
    /* height: 100px;
    overflow: auto; */
}
.vacancies__item{
    display: none !important;
}
.vacancies__item.visible{
    display: flex !important;
}
.vacancies__item.hidden{
    display: none !important;
}
.vacancies__item.hidden.visible{
    display: none !important;
}
.special-unvisible-class{
    display: none !important;
}
@media(max-width:1024px) {
    
    .parnters__swiper .swiper-slide .description{
        padding-right: 25%;
    }
    footer .column:last-child nav ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    footer .column:last-child nav ul li{
        flex: 1;
    }
    .activities.parnters .column:nth-child(2){
        max-width: 100%;
        width: 100%;
    }
    .main{
        padding-top: 112px;
    }
    .parnters__swiper .swiper-slide{
        display: flex;
        flex-direction: column;
    }
    .parnters__swiper{
        border: 0;
    }
    .parnters__swiper .swiper-slide{
        padding-left: 0;
        border: 0;
    }
    footer .container{
        width: 100% !important;
        flex-direction: column;
        margin-right: 0 !important;
        margin-left: auto !important;
    }
    footer .container .column{
        width: 90% !important;
        margin-right: auto !important;
        margin-left: auto !important;
    }
    footer .container .column:first-child{
        width: 100% !important;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    footer .column:last-child nav{
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .vacancies .title{
        font-size: 20px !important;
        line-height: 140%;
        padding-top: 15px;
        margin-bottom: 15px;
    }
    .vacancies__wrapper{
        margin-top: 15px;
        gap: 15px;
        
    }
    .vacancies__item{
        padding: 15px;
        gap: 15px;
    }
    .vacancies{
        padding-bottom: 15px;
    }
    .vacancies .btn-red-with-arrow-down{
        margin-top: 15px;
    }
    .contacts .title{
        padding-top: 15px;
        margin-bottom: 15px;
        font-size: 24px;
        line-height: 140%;
    }
    .contacts__item{
        margin-bottom: 15px;
    }
    .contacts__item a{
        margin-bottom: 15px;
    }
    .form .title{
        padding-top: 15px;
        font-size: 24px;
        line-height: 140%;
    }
    .form form{
        padding-top: 15px;
        gap: 15px;
        padding-bottom: 15px;
    }
    .form form button{
        margin-top: 0;
        margin-bottom: 15px;
    }
    .vacancies__item .title{
        padding: 0;
        margin: 0;
    }
    .advantages__title{
        font-size: 24px;
        line-height: 140%;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .advantages__item{
        padding: 15px;
        gap: 15px;
    }
    .advantages .row:last-child{
        row-gap: 15px;
        border-bottom: 0;
        padding-bottom: 0;
    }
    .advantages{
        padding-bottom: 15px;
    }
    .parnters__swiper .swiper-slide{
        padding-top: 15px;
    }
    .parnters__swiper .swiper-slide .title{
        margin-bottom: 15px;
    }
    .advantages__item .img{
        padding: 15px;
    }
    .activities__swiper .swiper-slide{
        padding-top: 15px !important;
    }
    .activities__swiper .swiper-slide .title{
        margin-bottom: 15px;
    }
    .parnters__swiper .swiper-slide{
        /* height: auto !important; */
    }
    .parnters__swiper{
        height: auto !important;
    }

    .activities.parnters .column{
        width: 100%;
    }
    .swiper-wrapper{
        flex-direction: column;
    }
    .main__phones {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 15px !important;
        margin-bottom: 5px
    }

    .activities .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 75px !important
    }

    .activities .column {
        width: 100%
    }

    .activities__title {
        width: 100%;
        max-width: 100%
    }

    .vacancies__item {
        width: 100%
    }

    .contacts .column:first-child img {
        -o-object-fit: cover;
        object-fit: cover
    }

    .activities .background-img {
        display: none
    }

    .modal-content .column .item {
        width: 100%
    }

    #mobile {
        z-index: 1;
        cursor: pointer !important;
        position: relative !important;
        width: 30px !important;
        height: 5px !important;
        background: #bd1823 !important
    }

    #mobile ul {
        display: none !important
    }

    #mobile::after {
        display: block;
        content: "";
        position: relative;
        top: -15px;
        width: 30px;
        height: 5px;
        background: #bd1823
    }

    #mobile::before {
        display: block;
        content: "";
        position: relative;
        bottom: -10px;
        width: 30px;
        height: 5px;
        background: #bd1823
    }

    #mobile.active {
        background: rgba(0, 0, 0, 0) !important
    }

    #mobile.active ul {
        /* display: block !important;
        margin-left: 60px !important;
        margin-top: -12px !important */
    }

    #mobile.active::after {
        position: absolute;
        top: 0;
        bottom: auto;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    #mobile.active::before {
        position: absolute;
        top: 0;
        bottom: auto;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .main .container {
        position: relative
    }

    .main .column:last-child .banner {
        border-radius: 0;
        position: absolute;
        left: -75px;
        top: -280px;
        width: calc(100% + 150px);
        opacity: .3;
        z-index: -1
    }

    .header.active .logo {
        opacity: 0
    }

    .header.active .left {
        opacity: 0 !important
    }
    .main .column:first-child {
        width: 100%;
        padding-top: 15px
    }

    .main .column:last-child {
        width: 0
    }

    .main .bottom {
        gap: 15px !important
    }

    .ticker {
        padding-top: 15px !important;
        padding-bottom: 15px !important
    }

    .main__title {
        font-size: 22px;
        padding-bottom: 15px
    }

    .ticker .item {
        font-size: 20px
    }

    .ticker .item::before {
        width: 37px !important;
        height: 40px !important;
        background-size: contain
    }

    .activities__title {
        margin-top: 15px;
        padding-bottom: 15px;
        font-size: 24px;
        line-height: 140%;
    }

    .swiper.activities__swiper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto
    }

    .activities__swiper .swiper-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .activities__swiper .swiper-slide {
        height: 200px;
        padding-left: 0
    }
    .activities .column:last-child{
        width: 100% !important;
    }
    .activities.parnters .column:nth-child(2){
        width: 100% !important;
    }
}

@media(max-width:768px) {
    .modal-content .column:nth-child(2) {
        background: #f6f6f6 !important;
        width: 100%;
        padding-top: 0
    }

    .modal-content form input {
        /* background: rgba(0, 0, 0, 0) */
    }

    .modal-content .column:nth-child(1) {
        width: 100%;
        background: #f6f6f6;
        padding-left: 15px;
    }
    .modal-content .column:nth-child(2){
        padding-left: 15px;
        padding-right: 15px;
    }
    .modal-content .column:nth-child(2){
        overflow: initial;
    }
    .modal-content{
        overflow: auto;
    }

    footer .column:last-child .row:last-child {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .form .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .form .column {
        width: 100% !important
    }

    .form form {
        padding-left: 0
    }

    .form .column:first-child {
        background: rgba(0, 0, 0, 0)
    }

    .activities .container,
    .container {
        width: 90% !important;
        margin-left: auto !important;
        margin-right: auto !important
    }

    .main .column:last-child .banner {
        -o-object-fit: cover;
        object-fit: cover;
        top:-180px;
    }

    .parnters__swiper .swiper-slide .title {
        margin-bottom: 5px
    }

    .parnters__swiper .swiper-slide .description {
        font-size: 12px
    }

    .vacancies .tabs ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .vacancies__item {
        width: 100%
    }

    .vacancies__item .title {
        margin-bottom: 50px
    }

    .modal-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .modal-content .background-img {
        display: none
    }
    .activities__swiper .swiper-slide .column:last-child{
        bottom: 0 !important;
        height: auto;
        position: relative !important;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .activities__swiper .swiper-slide img{
        width: auto;
        height: auto;
    }
    .activities__swiper .swiper-slide{
        flex-direction: column;
    }
    .contacts .column:first-child{
        display: none;
    }
    .contacts .column:last-child{
        width: 100% !important;
    }
    #modal-full .modal-content{
        background: #f6f6f6;
        flex-direction: column-reverse;
        justify-content: center;
    }
    #modal-full .modal-content .column:nth-child(2){
        width: 100% !important;
        padding: 0;
    }
    #modal-full .modal-content .column:nth-child(2) svg{
        width: 100px;
        height: 100px;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    #modal-full .modal-content .column:nth-child(1){
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
    }
    #modal-full .modal-content .column:nth-child(1) .bottom{
        margin-bottom: 0 !important;
    }
    #modal-full .modal-content .title{
        margin-bottom: 40px;
        text-align: center;
    }
    #hideifno .row{
        align-items: center;
        text-align: center;
    }
    .modal-content{
        background: #f6f6f6 !important;
    }
    .vacancies-adaptive{
        /* background: #fff !important; */
    }
    .vacancies-adaptive .column{
        background: #fff !important;
    }
    .vacancies-adaptive .modal-content{
        background: #fff !important;
    }
    .vacancies-adaptive .modal-content .column:nth-child(2){
        background: #fff !important;
    }
    .vacancies-modal .modal-content form input{
        background: #bd1823;
    }
}
.advantages__item .img{
    cursor: pointer;
}
.advantages__item .img:hover img{
    transform: scale(1.1);
}
@media(max-width:600px) {
    .main{
        padding-top: 75px;
    }
    .header .logo {
        width: 55px !important
    }

    .modal-content-parent {
        width: 93%
    }

    .header .socials {
        display: none
    }

    .activities .container {
        margin-right: auto !important
    }

    .advantages__item {
        width: 100%
    }

    .contacts .container .column:first-child {
        display: none
    }

    .contacts .container .column:last-child {
        width: 100%
    }

    .main .column:first-child {
        width: 100%
    }

    .ticker {
        padding-top: 20px !important;
        padding-bottom: 20px !important
    }

    .ticker .item {
        font-size: 14px !important
    }

    .main .column:last-child .banner {
        /* -webkit-transform: translate(0, -96px);
        -ms-transform: translate(0, -96px);
        transform: translate(0, -96px) */
        top: 0;
        height: 100%;
    }

    .header .red-btn-width-arrow {
        font-size: 14px;
        gap: 5px
    }

    .main__title {
        font-size: 18px
    }

    .main__adress {
        font-size: 16px
    }

    .activities__title {
        font-size: 24px;
        line-height: 140%
    }

    .activities__swiper .swiper-slide {
        padding-left: 0;
        position: relative
    }

    .activities__swiper .swiper-slide .column:last-child {
        position: absolute;
        bottom: -130px
    }

    .activities__swiper .swiper-slide img {
        /* height: 230px; */
        height: 125px;
        width: auto;
        padding-bottom: 0px;
        top: auto !important;
        bottom: 0 !important;
    }
    .parnters__swiper .swiper-slide .column:last-child img{
        height: 125px;
        width: auto;
        padding-bottom: 0px;
        top: auto !important;
        bottom: 0 !important;
    }
    .parnters__swiper .swiper-slide:nth-child(2) .column:last-child img{
        height: 100%;
    }
    .parnters__swiper .swiper-slide {
        padding-left: 0;
        position: relative;
        height: 180px;
    }

    .parnters__swiper .swiper-slide .column:last-child {
        /* position: absolute;
        bottom: -50px */
    }

    .parnters__swiper {
        border-left: none !important
    }

    .parnters__swiper .swiper-slide .description {
        background: rgba(255, 255, 255, .7411764706);
        z-index: 1;
        position: relative;
        /* max-width: 155px; */
        padding-right: 0;
        max-width: 55%;
    }
    .parnters__swiper .swiper-slide:last-child{
        height: 250px;
    }

    .vacancies .title {
        font-size: 30px
    }

    .vacancies__item .title {
        font-size: 20px !important
    }

    footer .column:last-child nav ul li a {
        font-size: 16px
    }
}

/*# sourceMappingURL=../sourcemaps/style.min.css.map */
#modal-menu{
    /* display: block; */
    padding: 0;
    width: 100%;
}
#modal-menu .modal-content-parent{
    width: 100%;
    max-height: 100vh;
    height: 100vh;
}
#modal-menu .modal-content{
    overflow: auto;
    height: 100%;
    max-height: 100%;
}
.header.active{
    /* width: fit-content; */
    z-index: 3;
}
#modal-menu.open{
    display: block;
}
#modal-menu .top{
    padding-top: 55px;
}
#modal-menu .top ul{
    list-style-type: none;
    padding-left: 23px;
}
#modal-menu .modal-content .column:nth-child(1) .bottom{
    padding-left: 23px;
}
#modal-menu .modal-content .column:nth-child(1){
    width: 100%;
}
#modal-menu .top ul li a{
    color: #1D1D1B;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 111.111% */
    text-decoration: none;
}
#modal-menu .top ul li{
    padding-bottom: 24px;
}
#modal-menu .top ul li:last-child{
    padding-bottom: 0;
}
#modal-menu .socials {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 25px
}

#modal-menu .socials li:hover a svg path {
    fill: #bd1823;
    -webkit-transition: 1s;
    transition: 1s
}

#modal-menu .socials li a {
    text-decoration: none
}
#modal-menu .red-btn-width-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 22px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    background: #bd1823;
    color: #fff;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    border-radius: 100px;
    border: 1px solid transparent;
    padding: 9px 10px 11px 26px;
    width: fit-content;
    margin-top: 40px;
}

#modal-menu .red-btn-width-arrow span {
    display: contents
}

#modal-menu .red-btn-width-arrow:hover {
    background: #8c141c;
    -webkit-transition: 1s;
    transition: 1s
}
@media (max-width:768px){
    #modal-menu .modal-content .column:nth-child(1){
        background: white;
        height: 100%;
        padding-left: 0;
    }
    #modal-menu .top{
        width: 90%;
        margin-right: auto;
        margin-left: auto;
    }
    #modal-menu .top ul{
        padding: 0;
    }
    #modal-menu .modal-content .column:nth-child(1) .bottom{
        padding: 0;
        width: 90%;
        margin-right: auto;
        margin-left: auto;
    }
}
#modal-menu .modal-content .column:nth-child(1){
    padding-bottom: 150px;
}
@media (max-width:600px){
    #modal-menu .top{
        padding-top: 15px;
    }
}
#modal-full{
    margin-top: 0;
    padding: 0;
}
#modal-full .modal-content-parent{
    width: 100%;
    height: 100vh;
    max-height: 100vh;
}
#modal-full .modal-content{
    width: 100%;
    height: 100vh;
    max-height: 100vh;
}
#modal-full .modal-content .column:nth-child(2){
    max-height: 100vh;
    align-items: center;
    justify-content: center;
}
#modal-full .modal-content .background-img{
    height: 85%;
    left: 50%;
}