* {
    padding: 0;
    margin: 0;
    border: 0
}

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

:active,
:focus {
    outline: 0
}

a:active,
a:focus {
    outline: 0
}

aside,
footer,
header,
nav {
    display: block
}

body,
html {
    height: 100%;
    width: 100%;
    font-size: 100%;
    line-height: 1;
    font-size: 14px;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

button,
input,
textarea {
    font-family: inherit
}

input::-ms-clear {
    display: none
}

button {
    cursor: pointer
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

a,
a:visited {
    text-decoration: none;
    color: inherit
}

a:hover {
    text-decoration: none;
    color: inherit
}

ul li {
    list-style: none
}

img {
    vertical-align: top;
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

svg {
    max-width: 100%;
    max-height: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit
}

body {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 16px;
    color: #212244;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

a span,
a:active span,
a:focus span,
a:hover span {
    color: inherit
}

.main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

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

h1 {
    font-size: 42px;
    line-height: 42px;
    font-weight: 700
}

h2 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 700
}

h3 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 700
}

h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700
}

h5 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 700
}

h6 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700
}

h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul {
    margin: 20px 0 20px 0
}

P,
ol>li,
ul>li {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px
}

.label1 {
    font-size: 19px;
    line-height: 26px;
    font-weight: 700
}

.label2 {
    font-size: 15px;
    line-height: 25px
}

.label3 {
    font-size: 14px;
    line-height: 22px;
    font-weight: 700
}

.label4 {
    font-size: 12px;
    line-height: 18px;
    font-weight: 700
}

.label5 {
    font-weight: 700;
    font-size: 10px;
    line-height: 14px
}

.text1 {
    font-size: 14px;
    line-height: 24px
}

.text2 {
    font-size: 12px;
    line-height: 20px
}

.text3 {
    font-size: 10px;
    line-height: 16px
}

.button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 14px 30px;
    font-size: 18px;
    line-height: 22px;
    border-radius: 50px;
    background: 0 0
}

.button>span:nth-child(1) {
    margin: 0 10px 0 0;
    display: inline-block
}

.button>span.button__arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 15px;
    flex: 0 0 15px;
    width: 15px
}

.arrow-first .button__arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.button_blue {
    color: #fff;
    background: #1a5cf5
}

.button_blue:active,
.button_blue:visited {
    color: #fff
}

.button-white {
    color: #212244;
    background: #fff;
    padding: 7px 20px 8px;
    font-size: 14px;
    line-height: 17px;
    border: 1px solid #212244
}

.button-white:active,
.button-white:visited {
    color: #212244
}

.button-white .button__arrow svg path {
    stroke: #212244
}

.button-white .button__arrow svg {
    width: 13px;
    height: 13px
}

.button-trasparent-white {
    padding: 7px 20px 8px;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
    background: 0 0;
    border: 1px solid #fff
}

.button-trasparent-white:active,
.button-trasparent-white:visited {
    color: #fff
}

.button-trasparent-white .button__arrow svg {
    width: 13px;
    height: 13px
}

.text_bold {
    font-weight: 700
}

.lock {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh
}

body .swiper-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear
}

.up {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility .3s ease, opacity .3s ease;
    -o-transition: visibility .3s ease, opacity .3s ease;
    transition: visibility .3s ease, opacity .3s ease
}

.up_active {
    visibility: visible;
    opacity: 1
}

.up_fixed .up__container {
    position: absolute;
    top: -25px;
    bottom: auto
}

.up__container {
    position: fixed;
    right: 0;
	bottom: 30px;
	width: 50px;
    height: 50px;
    padding: 0;
    z-index: 40;
    display: block;
}
@media(max-width: 380px) {
	.up__container {
		width: 30px;
		height: 30px;
	}
}
.up__img {
    cursor: pointer;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    width: 50px;
    height: 50px;
    position: absolute;
    right: 10px;
    top: 0;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #212244;
    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
}

.up__img svg path {
    stroke: #212244
}

.breadcrumbs__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: auto;
    white-space: nowrap;
    padding-bottom: 5px
}

.breadcrumbs__item {
    position: relative;
    font-size: 12px;
    line-height: 20px;
    padding: 0 24px 0 0;
    margin: 0 13px 0 0
}

.breadcrumbs__item::before {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    content: "";
    width: 10px;
    height: 10px;
    background: center/8px 8px no-repeat url(../img/svg/breadcumb-arrow.svg)
}

.breadcrumbs__item:last-child {
    margin: 0
}

.breadcrumbs__item:last-child::before {
    display: none
}

.breadcrumbs__item_active::after {
    content: "";
    width: calc(100% - 24px);
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #212244
}

.header .mail a:hover {
    color: #1a5cf5
}
    .header {
        background: -webkit-gradient(linear, left bottom, left top, from(rgba(33, 34, 68, 0)), color-stop(160%, #212244));
        background: -o-linear-gradient(bottom, rgba(33, 34, 68, 0) 0, #212244 160%);
        background: linear-gradient(360deg, rgba(33, 34, 68, 0) 0, #212244 160%)
    }
.mail {
    position: relative;
    width: 40px;
    height: 40px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px
}

.mail_active .mail__drop {
    opacity: 1;
    visibility: visible
}

.mail_active .mail__bg-close {
    display: block
}

.mail svg {
    width: 16px;
    height: 16px
}

.mail__bg-close {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    z-index: 5
}

.mail__img {
    width: 100%;
    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: 100%
}

.mail__drop {
    -webkit-transition: opacity .3s ease, visibility .3s ease;
    -o-transition: opacity .3s ease, visibility .3s ease;
    transition: opacity .3s ease, visibility .3s ease;
    z-index: 6;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 100%);
    -ms-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
    opacity: 0;
    visibility: hidden
}

.mail__drop-container {
    background: #fff
}

.mail__link {
    color: #212244;
    display: block;
    padding: 7px
}

.social {
    color: #212244;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

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

.social__date-number {
    margin: 0 10px 0 0;
    font-weight: 700;
    font-size: 22px;
    line-height: 32px
}

.social__date-text {
    font-weight: 700;
    font-size: 14px;
    line-height: 14px
}

.social__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.social__link {
    margin: 0 10px 10px 0
}

.social__link:last-child {
    margin: 0
}

.social-link {
    display: block;
    width: 30px;
    height: 30px
}

.social-link__icon {
    border-radius: 50%;
    background: #f3f3f3;
    width: 100%;
    height: 100%;
    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
}

.social-link__icon svg {
    width: 18px;
    height: 18px
}

.social-link__icon svg path {
    stroke: #212244
}

.label-blue {
    color: #212244;
    padding: 15px;
    background: #e5ebfe;
    line-height: 25px
}

.list__item {
    position: relative;
    margin: 0 0 10px 0;
    padding: 0 0 0 25px
}

.list__item:last-child {
    margin: 0
}

.list__item p {
    line-height: 24px
}

.list__item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    border-radius: 50%;
    border: 2px #1a5cf5 solid;
    width: 15px;
    height: 15px
}

ul:not([class]) li {
    position: relative;
    margin: 0 0 10px 0;
    padding: 0 0 0 25px
}

ul:not([class]) li:last-child {
    margin: 0
}

ul:not([class]) li p {
    line-height: 24px
}

ul:not([class]) li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    border-radius: 50%;
    border: 2px #1a5cf5 solid;
    width: 15px;
    height: 15px
}

.list-number {
    list-style-type: none;
    counter-reset: num
}

.list-number__item {
    position: relative;
    padding: 0 0 0 32px;
    margin: 0 0 10px 0
}

.list-number__item:last-child {
    margin: 0
}

.list-number__item p {
    line-height: 26px
}

.list-number__item:before {
    content: counter(num) ".";
    counter-increment: num;
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #1a5cf5
}

ol:not([class]) {
    list-style-type: none;
    counter-reset: num
}

ol:not([class]) li {
    position: relative;
    padding: 0 0 0 32px;
    margin: 0 0 10px 0
}

ol:not([class]) li:last-child {
    margin: 0
}

ol:not([class]) li p {
    line-height: 26px
}

ol:not([class]) li:before {
    content: counter(num) ".";
    counter-increment: num;
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #1a5cf5
}

.text_gray {
    color: #b7b7b7
}

.icon {
    position: relative;
    font-size: 15px;
    line-height: 25px;
    color: #212121;
    padding: 0 0 0 40px
}

.icon::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 25px;
    height: 25px;
    border-radius: 50%
}

.icon-logo::before {
    background: center/20px 20px no-repeat url(../img/svg/icons/logo.svg), #f3f3f3
}

.icon-point::before {
    background: center/20px 20px no-repeat url(../img/svg/icons/point.svg), #f3f3f3
}

.icon-tel::before {
    background: center/20px 20px no-repeat url(../img/svg/icons/tel.svg), #f3f3f3
}

.icon-doc::before {
    background: center/20px 20px no-repeat url(../img/svg/icons/doc.svg), #f3f3f3
}

.icon-fax::before {
    background: center/20px 20px no-repeat url(../img/svg/icons/fax.svg), #f3f3f3
}

.icon-mail::before {
    background: center/20px 20px no-repeat url(../img/svg/icons/mail.svg), #f3f3f3
}

.icon-web::before {
    background: center/20px 20px no-repeat url(../img/svg/icons/web.svg), #f3f3f3
}

.icon-arrow::before {
    background: center/20px 20px no-repeat url(../img/svg/icons/arrow.svg), #f3f3f3
}

.width-100 {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%
}

.icon-man::before {
    background: center/20px 20px no-repeat url(../img/svg/icons/man.svg), #f3f3f3
}

.icon-calendar::before {
    background: center/20px 20px no-repeat url(../img/svg/icons/calendar.svg), #f3f3f3
}

.icon-clock::before {
    background: center/20px 20px no-repeat url(../img/svg/icons/clock.svg), #f3f3f3
}

.card__continer {
    background: #e5ebfe;
    padding: 30px 30px 37px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.card__head {
    margin: 0 0 2px 0;
    line-height: 26px
}

.card__text {
    line-height: 26px;
    margin: 0 0 11px 0
}

.card__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.card__info a,
.card__info p {
    display: block;
    color: #9ca2bb;
    line-height: 21px
}

.card__link {
    color: #9ca2bb;
    font-size: 14px;
    line-height: 21px;
    text-decoration: underline;
    white-space: nowrap
}

.link-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*-webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;*/
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    margin: 0 0 20px 0;
    max-width: 370px
}

.link-block__arrow {
    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;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    border: 1px solid #b7b7b7;
    margin: 0 12px 0 0
}

.link-block__arrow svg {
    width: 10px;
    height: 10px
}

.link-block__arrow svg path {
    stroke: #b7b7b7
}

.link-block__text {
    color: #212244;
    font-size: 14px;
    line-height: 20px
}

.link-block_gray {
    background: #f3f3f3
}

.accordion {
    padding: 60px 0 80px
}

.accordion__container {
    max-width: 800px
}

.accordion__head {
    margin: 0 0 22px 0
}

.accordion__item {
    border: 1px solid #212244;
    border-bottom: 0
}

.accordion__item:last-child {
    border-bottom: 1px solid #212244
}

.accordion__item_active .accordion__head-arrow {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    background: #212244
}

.accordion__item_active .accordion__head-arrow path {
    stroke: #fff
}

.accordion__header {
    cursor: pointer;
    position: relative;
    padding: 20px 70px 15px 20px
}

.accordion__header-head {
    margin: 0 0 10px 0
}

.accordion__header-text {
    line-height: 32px
}

.accordion__head-arrow {
    -webkit-transition: background .3s ease, -webkit-transform .6s ease;
    transition: background .3s ease, -webkit-transform .6s ease;
    -o-transition: background .3s ease, transform .6s ease;
    transition: background .3s ease, transform .6s ease;
    transition: background .3s ease, transform .6s ease, -webkit-transform .6s ease;
    position: absolute;
    right: 20px;
    top: calc(50% - 20px);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #212244;
    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;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.accordion__head-arrow path {
    -webkit-transition: stroke .3s ease;
    -o-transition: stroke .3s ease;
    transition: stroke .3s ease
}

.accordion__head-arrow svg {
    width: 14px;
    height: 14px;
    display: block
}

.accordion__drop {
    display: none;
    padding: 0 20px 41px
}

.accordion__drop-head {
    margin: 0 0 9px 0
}

.accordion__list {
    margin: 0 0 20px 0
}

.accordion__button {
    margin: 10px 0 0 0
}

.checkboxes {
    position: relative
}

.checkboxes input {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
    cursor: pointer
}

.checkboxes label {
    display: block;
    position: relative;
    cursor: pointer;
    z-index: 2
}

.checkboxes label a {
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

input:checked+.checkboxes__item .checkboxes__check:after {
    opacity: 1
}

.checkboxes__check {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    border: 1px solid #b7b7b7;
    background: #fff
}

.checkboxes__check::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: center/12px 9px no-repeat url(../img/svg/check.svg);
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.checkboxes__text {
    padding: 2px 0 0 40px;
    color: #979797;
    line-height: 18px
}

.select-checkboxes {
    position: relative
}

.select-checkboxes_active .select-checkboxes__head p {
    color: #1a5cf5
}

.select-checkboxes_active .select-checkboxes__head .select-checkboxes__arrow {
    -webkit-transform: rotate(180deg) translate(0, 50%);
    -ms-transform: rotate(180deg) translate(0, 50%);
    transform: rotate(180deg) translate(0, 50%)
}

.select-checkboxes_active .select-checkboxes__head .select-checkboxes__arrow path {
    stroke: #1a5cf5
}

.select-checkboxes__head {
    cursor: pointer;
    background: #fff;
    border-radius: 50px;
    padding: 10px 43px 10px 20px;
    position: relative
}

.select-checkboxes__head p {
    line-height: 26px;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease
}

.select-checkboxes__arrow {
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.select-checkboxes__arrow svg {
    width: 13px;
    height: 13px
}

.select-checkboxes__arrow path {
    stroke: #212244;
    -webkit-transition: stroke .3s ease;
    -o-transition: stroke .3s ease;
    transition: stroke .3s ease
}

.select-checkboxes__drop {
    display: none;
    border-radius: 25px;
    position: absolute;
    background: #fff;
    bottom: -12px;
    left: 0;
    width: 100%;
    overflow: auto;
    max-height: 381px;
    -webkit-box-shadow: #212244 0 0 20px -10px;
    box-shadow: #212244 0 0 20px -10px;
    -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    transform: translate(0, 100%);
    padding: 15px 0;
    z-index: 5
}

.select-checkboxes__drop .checkboxes {
    padding: 5px 0 5px 20px
}

.select-checkboxes__drop .checkboxes .checkboxes__text {
    color: #212244;
    line-height: 26px
}

.select-checkboxes__drop .checkboxes__check {
    top: 9px;
    left: 20px
}

.radio {
    overflow: hidden
}

.radio__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -25px
}

.radio__item {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 25px 10px
}

.radio__item-point {
    -webkit-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease;
    position: relative;
    display: block;
    width: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #b7b7b7;
    margin: 3px 20px 0 0
}

.radio__item-point::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    -webkit-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease;
    background: 0 0
}

input:checked+.radio__item-point {
    background: #fff
}

input:checked+.radio__item-point:after {
    background: #1a5cf5
}

.radio__item-text {
    font-size: 16px;
    line-height: 26px
}

.radio input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    visibility: hidden
}

.underline {
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

.custom_block_kss {
    margin-top: 40px;
    margin-bottom: 40px
}

.main__breadcrumbs {
    padding: 116px 0 36px
}

.main__about {
    padding: 116px 0 40px 0
}

.main__projects {
    padding: 40px 0
}

.main__about-company {
    padding: 40px 0 73px
}

.main__points {
    padding: 50px 0 57px
}

.main__partners {
    padding: 15px 0 33px
}

.main__contact-us {
    padding: 30px 0 41px
}

.main__news {
    padding: 40px 0 60px
}

.main__news-all {
    padding: 0 0 80px
}

/*.main .about {
    background: center/cover no-repeat url(../img/main/about-bg.png)
}*/
.about {
	position: relative;
}
.about__images-slider .slick-track, .about__images-slider .slick-list {
	width: 100% !important;
	height: 100% !important;
}
.about__images-slider-item {
	width: 100% !important;
	height: 100% !important;
	left: 0 !important;
	top: 0 !important;
	position: absolute !important;
}
/*.about__slider .slick-slide {
	height: 0;
}
.about__slider .slick-slide.slick-active {
	height: 100%;
}*/
.about .about__images-slider {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.about__images-slideritem-img {
	width: 100%;
	height: 100%;
}
.about__images-slideritem-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.main .about__container {
    position: relative
}

.main .about__slider {
    margin: 0 0 38px 0
}
.main .about__slider .slick-track {
	display: flex;
}
.main .about__slider .slick-track .slider__item {
	height: auto;
}
.main .about__slider .slider__item-container {
    /*width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;*/
	width: 100%;
	height: 100%;
    padding: 30px 20px;
    background: rgba(33, 34, 68, .4);
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.slider {
    color: #fff
}

.slider__item-container {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 30px 20px;
    background: rgba(33, 34, 68, .4);
    /*-webkit-box-shadow: 0 30px 50px rgba(0, 0, 0, .2);
    box-shadow: 0 30px 50px rgba(0, 0, 0, .2)*/
}

.slider__text {
    font-weight: 700;
    font-size: 42px;
    line-height: 42px;
    margin: 0 0 14px 0
}

.slider .slider__subtext {
    margin: 0 0 56px 0;
    line-height: 25px
}

.slider .slider__subtext br {
    display: none
}

.slider__nav {
    position: absolute;
    bottom: 0;
    right: 15px;
    width: 113px;
    height: 32px;
    margin: 0 0 0 auto;
    -webkit-transform: translate(0, calc(50% - 5px));
    -ms-transform: translate(0, calc(50% - 5px));
    transform: translate(0, calc(50% - 5px))
}

.slider__numbers {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.slider .slick-arrow {
    position: absolute;
    background: center/14px 14px no-repeat url(../img/svg/button-arrow.svg), transparent;
    border-radius: 50%;
    border: 1px solid #fff;
    font-size: 0;
    width: 32px;
    height: 32px
}

.slider .slick-prev {
    left: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.slider .slick-next {
    right: 0
}

.slider__dots .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 41px 0 0 20px
}

.slider__dots .slick-dots button {
    font-size: 0;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    margin: 0 20px 0 0;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease
}

.slider__dots .slick-dots .slick-active button {
    background: #fff
}

.slider-svg {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.slider-svg .slider-svg__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100px;
    background: rgba(255, 255, 255, .1);
    -webkit-box-shadow: 0 30px 50px rgba(0, 0, 0, .2);
    box-shadow: 0 30px 50px rgba(0, 0, 0, .2);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    padding: 0 0 0 30px;
    overflow: hidden
}

.slider-svg__img {
    width: 60px;
    height: 60px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    margin: 0 30px 0 0
}

.slider-svg .slider-svg__text {
    line-height: 32px
}

.info-black {
    color: #fff;
    background: #212244;
    padding: 30px 0;
    text-align: center
}

.info-black__img {
    width: 60px;
    height: 60px;
    margin: 0 auto 10px
}

.info-black__text {
    font-size: 15px;
    line-height: 25px
}

.info-black__text span {
    font-weight: 400
}

.info-black_white {
    color: #212244;
    background: #f9f9f9
}

.projects__text {
    margin: 0 0 9px 0
}

.projects__subtext {
    margin: 0 0 22px 0
}

.projects__item {
    margin: 0 0 20px 0
}

.item-project {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    min-height: 450px;
    overflow: hidden
}

.item-project:hover {
    color: inherit
}

.item-project_left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.item-project__bg {
    background: 15% 30px/60px 44px no-repeat url(../img/no-image.png), #f9f9f9;
    position: absolute;
    width: 100%;
    height: 100%
}

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

.item-project__bg-hover {
    display: none
}

.item-project__arrow {
    display: none
}

.item-project .item-project__arrow_right {
    left: auto;
    right: 220px
}

.item-project__container {
    position: relative;
    z-index: 4;
    background: #1a5cf5;
    margin: 30px 20px 20px 20px;
    padding: 16px 20px 21px 30px;
    min-height: 330px;
    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: center;
    -ms-flex-pack: center;
    justify-content: center
}

.item-project__bg-white {
    position: absolute;
    background: #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translate(10px, -10px);
    -ms-transform: translate(10px, -10px);
    transform: translate(10px, -10px)
}

.item-project .item-project__text {
    position: relative;
    z-index: 2;
    margin: 0 0 13px 0;
    line-height: 22px
}

.item-project .item-project__point {
    position: relative;
    z-index: 2;
    margin: 0 0 10px 0
}

.item-project .item-project__point span {
    display: block;
    line-height: 21px
}

.about-company {
    overflow: hidden;
    color: #fff;
    background: center/cover no-repeat url(../img/about-company/bg-mobile.jpg)
}

.about-company__header {
    margin: 0 0 12px 0
}

.about-company__text {
    margin: 0 0 14px 0
}

.about-company .about-company__subtext {
    margin: 0 0 23px 0;
    line-height: 25px
}

.about-company__img {
    width: 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0
}

.about-company__img_animate {
    -webkit-animation: showToLeft 1s ease 0s forwards;
    animation: showToLeft 1s ease 0s forwards
}

.about-company__button {
    margin: 0 0 47px 0
}

.points {
    background: #f8f8f8
}

.points__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.points__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 0 0 30px 0;
    text-align: center
}

.points__item:last-child {
    margin-right: 0
}

.points .points__number {
    color: #1a5cf5;
    margin: 0 0 10px 0;
    line-height: 38px;
    white-space: nowrap
}

.points .points__text {
    line-height: 28px
}

.points__small-text {
    font-size: 21px;
    line-height: 26px;
    font-weight: 700
}

.points-with-images {
    background: 0 0
}

.points-with-images .points__container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.points-with-images .points__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    min-height: 201px
}

.partners__slider {
    overflow: hidden;
    margin: 0 0 30px 0
}

body .partners__item {
    height: 80px;
    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
}

.partners__img {
    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
}

.partners__img img {
    max-height: 80px
}

.partners__text {
    text-align: center
}

.contact-us {
    background: center/cover no-repeat url(../img/contact-us/bg.jpg)
}

.contact-us .contact-us__text {
    margin: 0 0 8px 0;
    line-height: 38px;
    font-size: 31px
}

.contact-us .contact-us__subtext {
    line-height: 25px;
    margin: 0 0 12px 0
}

.contact-us__button {
    margin: 0 0 5px 0
}

.news__header {
    margin: 0 0 19px 0
}

.news__slider .slider-hover__container {
    margin-bottom: 30px
}

.news__slider {
    overflow: hidden
}

.news__button {
    margin: 0 5px 0 0
}

.slider-hover__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.slider-hover__nav {
    position: relative;
    width: 113px;
	flex: 0 0 113px;
    height: 32px
}

.slider-hover__numbers {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.slider-hover .slick-arrow {
    position: absolute;
    background: center/14px 14px no-repeat url(../img/svg/button-arrow-black.svg), transparent;
    border-radius: 50%;
    border: 1px solid #212244;
    font-size: 0;
    width: 32px;
    height: 32px
}

.slider-hover .slick-prev {
    left: 0
}

.slider-hover .slick-next {
    right: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.slick-initialized .slick-slide.news-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

body .news-item {
    min-height: 381px
}

.news-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-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    padding: 30px 20px 30px;
    color: #fff;
    overflow: hidden
}

.news-item__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    left: 0
}

.news-item__bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.news-item__bg-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    left: 0;
    z-index: 2;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(255, 255, 255, 0)), to(rgba(14, 15, 45, .9)));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 40%, rgba(14, 15, 45, .9) 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 40%, rgba(14, 15, 45, .9) 100%)
}

.news-item .news-item__text {
    position: relative;
    z-index: 4;
    margin: 0 0 7px 0;
    line-height: 24px
}

.news-item .news-item__subtext {
    position: relative;
    z-index: 4;
    line-height: 24px;
    margin: 0 0 30px 0
}

.news-item__button {
    position: relative;
    z-index: 4
}

.news-small__bg {
    background: #212244
}

.news-small__overflow {
    margin-top: -50px;
    padding-top: 50px;
    overflow: hidden
}

.news-small .news-small__container {
    position: relative;
    padding-top: 19px;
    padding-bottom: 21px
}

.news-small__circles-img {
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.news-small__circle-img {
    position: absolute;
    right: 0;
    top: 15px;
    width: 139px;
    height: 64px;
    -webkit-transform: translate(10%, 10%);
    -ms-transform: translate(10%, 10%);
    transform: translate(10%, 10%)
}

.news-small__head {
    position: relative;
    z-index: 2;
    margin: 0 0 19px 0;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px
}

.news-small .news-small__text {
    position: relative;
    z-index: 3;
    color: #fff;
    line-height: 25px;
    max-width: 170px
}

.news-small__img {
    z-index: 2;
    position: absolute;
    right: 15px;
    top: 15px;
    height: 69px;
    width: 139px;
    -webkit-transform: translate(25%, 0);
    -ms-transform: translate(25%, 0);
    transform: translate(25%, 0)
}

.news-all__filter {
    margin: 0 0 30px 0
}

.news-all__container {
    margin-top: 40px
}

.news-all__item {
    margin: 0 0 15px
}

.all-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.all-nav__dots {
    margin: 0 0 15px 0
}

.all-nav__dots .dots__item_active {
    pointer-events: none
}

.all-nav__arrows {
    margin: 0 auto
}

.all-nav_white .arrows__container .arrows__arrow {
    border-color: #fff
}

.all-nav_white .arrows__container .arrows__arrow path {
    stroke: #fff
}

.dots__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.dots .dots__item {
    margin: 0 21px 0 0;
    width: 40px;
    height: 40px;
    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;
    line-height: 26px;
    color: #b7b7b7
}

.dots .dots__item_active {
    border-radius: 50%;
    background: #f3f3f3;
    color: #212244;
    line-height: 32px
}

.arrows {
    width: 170px
}

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

.arrows__left {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin: 0 10px 0 0;
}
@media(min-width: 500px) {
	.arrows__left {
		margin: 0 22px 0 0;
	}
}
.arrows__arrow {
    cursor: pointer;
    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;
    border-radius: 50%;
    border: 1px solid #212244;
    width: 40px;
    height: 40px
}

.arrows__arrow svg {
    width: 13px;
    height: 13px
}

.arrows__arrow svg path {
    stroke: #212244
}

.arrows__numbers {
    white-space: nowrap;
    margin: 0 23px 0 0
}

.filter {
    padding: 18px 0 22px;
    background: #f3f3f3
}

.filter__container>p {
    margin: 5px 0 10px 0;
    line-height: 26px;
    text-align: center
}

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

.filter__select {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 0 0 15px 0
}

.filter__select:nth-child(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

.filter__button {
    margin: 0 0 10px 0
}

.filter__search {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 0 0 15px 0
}

.filter__search label {
    position: absolute;
    top: 5px;
    left: 20px;
    font-size: 10px;
    line-height: 16px;
    cursor: text;
    color: #b7b7b7
}

.filter__search input {
    background: #fff;
    border-radius: 50px;
    width: 100%;
    font-size: 15px;
    line-height: 25px;
    color: #212244;
    padding: 21px 20px 4px
}

.select {
    position: relative
}

.select__container {
    position: relative;
    cursor: pointer;
    padding: 5px 30px 5px 0;
    background: #fff;
    border-radius: 50px
}

.select__arrow {
    position: absolute;
    top: 50%;
    right: 30px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 13px;
    height: 13px;
    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;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.select__arrow path {
    stroke: #212244;
    -webkit-transition: stroke .3s ease;
    -o-transition: stroke .3s ease;
    transition: stroke .3s ease
}

.select__drop {
    position: absolute;
    width: 100%;
    z-index: 5;
    left: 0;
    bottom: 0;
    -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    transform: translate(0, 100%);
    max-height: 381px;
    overflow: auto;
    display: none;
    border-radius: 25px;
    background: #fff;
    padding: 25px 0;
    -webkit-box-shadow: #212244 0 0 20px -10px;
    box-shadow: #212244 0 0 20px -10px
}

.select__label {
    font-size: 10px;
    line-height: 16px;
    color: #b7b7b7;
    padding: 0 0 0 20px
}

.select__item {
    padding: 10px 20px 10px 20px;
    font-size: 15px;
    line-height: 25px;
    cursor: pointer;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease
}

.select__item_main {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 4px
}

.select__item_active {
    color: #1a5cf5
}

.select__item_active+.select__arrow {
    -webkit-transform: translate(0, -50%) rotate(180deg);
    -ms-transform: translate(0, -50%) rotate(180deg);
    transform: translate(0, -50%) rotate(180deg)
}

.select__item_active+.select__arrow path {
    stroke: #1a5cf5
}

.icons__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.icons__head {
    margin: 0 0 20px 0
}

.icons__icon {
    display: block;
    margin: 0 0 14px 0
}

.icons__icon:hover>span.text_gray {
    color: #b7b7b7
}

.icons__right {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 465px;
    flex: 1 1 465px
}

.work {
    background: #f9f9f9;
    position: relative
}

.work .slider {
    color: #212244
}

.work__directors {
    overflow: hidden;
    margin: 37px 0 0 0
}

.work__directors-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px
}

.work__directors-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 95%;
    flex: 0 0 95%;
    -ms-flex: 0 0 calc(100% - 30px);
    flex: 0 0 calc(100% - 30px);
    margin: 0 15px 15px;
    display: flex;
    flex-direction: column;
    width: calc(100% - 30px);
}
.work__directors-item-img {
    width: 40px;
    height: 40px;
    margin: 0 0 20px 0
}

.work__directors-item-name {
    margin: 0 0 1px 0
}

.work__directors-item-position {
    line-height: 18px
}

.work .work__nav-container {
    position: relative;
    padding: 30px 15px
}

.work .work__nav-container .slider__nav {
    position: static;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0)
}

.work .work__nav-container .slick-arrow {
    border-color: #212244;
    background-image: url(../img/svg/button-arrow-black.svg);
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.work .work__nav-container .slick-next {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.work .work__container {
    position: relative;
    z-index: 2
}

.work__left-container {
    padding: 20px 15px 35px
}

.work__head {
    margin: 0 0 12px 0
}

.work__text {
    line-height: 25px;
    margin: 0 0 10px 0
}

.work__list {
    margin: 0 0 20px 0
}

.work__right {
    position: relative;
    color: #fff;
    padding: 34px 15px 63px
}

.work__right-content {
    position: relative;
    z-index: 3
}

.work__right-head {
    margin: 0 0 40px 0
}

.work__right-img {
    width: 58px;
    height: 58px
}

.work__img-bg {
    position: absolute;
	z-index: 2;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: #212244;
    opacity: .8
}

.work__img {
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: block
}

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

.tabs {
    position: relative
}

.tabs__nav {
    background: #eaeaea;
    max-width: 100%;
    height: 77px;
    overflow: auto;
    white-space: nowrap
}

.tabs__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.tabs__container::before {
    content: "";
    position: absolute;
    z-index: 21;
    right: 0;
    top: 0;
    height: 51px;
    width: 102px;
    pointer-events: none;
    background: -webkit-gradient(linear, right top, left top, color-stop(17.35%, #eaeaea), color-stop(76.04%, rgba(234, 234, 234, 0)));
    background: -o-linear-gradient(right, #eaeaea 17.35%, rgba(234, 234, 234, 0) 76.04%);
    background: linear-gradient(270deg, #eaeaea 17.35%, rgba(234, 234, 234, 0) 76.04%)
}

.tabs__container::after {
	content: '.';
	font-size: 0;
	min-width: 70px;
	height: 1px;
}
.tabs__nav-item {
    cursor: pointer;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
    margin: 0 59px 0 0;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    color: #b7b7b7;
    padding: 14px 0 12px
}

.main .tabs__nav-item:last-child {
    margin: 0;
    padding-right: 0px
}

.tabs__nav-item:visited {
    color: #b7b7b7
}

.tabs__nav-item_active {
    color: #212244;
    border-bottom: #212244 3px solid
}

.tabs__nav-item_active:visited {
    color: #212244
}

.slider-points {
    position: relative
}

.slider-points__text2 {
    line-height: 32px;
    margin: 0 0 22px 0
}

.slider-points h6 {
    margin: 0 0 14px 0
}

.slider-points__head2 {
    margin: 0 0 9px 0
}

.slider-points .slider__item {
    position: relative
}

.slider-points .slider__item-container {
    width: 100%;
    padding: 0
}

.slider-points__img-overflow {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #212244;
    opacity: .8
}

.slider-points__img-bg {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: #212244;
    opacity: .8
}

.slider-points__img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    display: block
}

.slider-points__img img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.slider-points .slider-points__container {
    position: relative;
    z-index: 2
}

.slider-points .slider__item-container {
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none
}

.slider-points__left {
    color: #fff;
    position: relative
}

.slider-points__left-content {
    position: relative;
    z-index: 2;
    padding: 34px 15px 63px 14px
}

.slider-points__head {
    margin: 0 0 40px 0
}

.slider-points__left-img {
    width: 58px;
    height: 58px
}

.slider-points__right {
    color: #212244
}

.slider-points__right .slider {
    color: #212244
}

.slider-points__right-content {
    padding: 40px 15px 55px
}

.slider-points__text {
    max-width: 650px;
    margin: 0 0 22px 0
}

.slider-points__points {
    background: 0 0
}

.slider-points__points .points__container {
    padding-left: 0;
    padding-right: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.slider-points__points .points__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 10px);
    flex: 0 0 calc(50% - 10px);
    text-align: left;
    padding: 0 10px 0 0
}

.slider-points__nav-container {
    color: #212244;
    position: absolute;
    z-index: 3;
    bottom: 20px;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.slider-points .slider__dots {
    margin: 0 0 0 auto
}

.slider-points .slider__dots .slick-dots {
    margin: 0
}

.slider-points .slider__dots .slick-dots button {
    border-color: #212244
}

.slider-points .slider__dots .slick-dots .slick-active button {
    background: #212244
}

.slider-points .slider .slick-arrow {
    background: center/14px 14px no-repeat url(../img/svg/button-arrow-black.svg), transparent;
    border-color: #212244
}

.slider-points .slider .slick-prev {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.slider-points .slider .slick-next {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.slider-beatiful {
    color: #fff
}

.slider-beatiful__slide-container {
    position: relative
}

.slider-beatiful .slider-beatiful__item {
    width: 90vw
}

.slider-beatiful__item-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 263px
}

.slider-beatiful__item-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    position: relative;
    padding: 0 42px 23px 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.slider-beatiful__item-left-container {
    position: relative;
    z-index: 2;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.slider-beatiful .slick-current .slider-beatiful__item-left-container {
    opacity: 1
}

.slider-beatiful__text {
    margin: 0 0 9px 0;
    line-height: 20px;
    font-size: 12px
}

.slider-beatiful__item-right-text-up {
    display: none;
    max-width: 40vw
}

.slider-beatiful__item-right-text-up>p {
    margin: 0 0 20px 0
}

.slider-beatiful__item-left-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(16.12%, #212244), to(rgba(33, 34, 68, 0)));
    background: -o-linear-gradient(bottom, #212244 16.12%, rgba(33, 34, 68, 0) 100%);
    background: linear-gradient(360deg, #212244 16.12%, rgba(33, 34, 68, 0) 100%)
}

.slider-beatiful__item-right {
    position: absolute;
    overflow: auto;
    right: 0;
    top: 0;
    height: 100%;
    width: 10%
}

.slider-beatiful__item-right-container {
    position: relative;
    z-index: 2
}

.slider-beatiful__item-head {
    display: none
}

.slider-beatiful__item-img-logo {
    display: none
}

.slider-beatiful__item-right-bg {
    overflow: hidden;
    background: #212244;
    opacity: .8;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.slider-beatiful__item-right-bg img {
    display: none
}

.slider-beatiful__line {
    height: 2px;
    background: #fff;
    position: relative
}

.slider-beatiful__line-point-left {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 90%
}

.slider-beatiful__line-point-left::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 34px;
    background: #1a5cf5
}

.slider-beatiful__line-point-left:after {
    content: "";
    position: absolute;
    left: 34px;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    background: #1a5cf5;
    border-radius: 50%
}

.slider-beatiful__line-point-right {
    position: absolute;
    left: 90%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%
}

.slider-beatiful__nav-container {
    background: #212244;
    padding: 30px 0 30px
}

.slider-beatiful__nav-container {
    overflow: hidden
}

.slider-beatiful__nav-container .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.slider-beatiful__nav-container .slick-list,
.slider-beatiful__nav-container .slick-track {
    height: 100%
}

.slider-beatiful__dots-container {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 841px;
    flex: 0 1 841px;
    margin: 0 30px 0 0;
    overflow: auto
}

.slider-beatiful__dots-container .slick-list {
    padding: 0 0 0 15%
}

.slider-beatiful__dots-container::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 30px;
    z-index: 2;
    background: -webkit-gradient(linear, left top, right top, color-stop(27.6%, #212244), to(rgba(33, 34, 68, 0)));
    background: -o-linear-gradient(left, #212244 27.6%, rgba(33, 34, 68, 0) 100%);
    background: linear-gradient(90deg, #212244 27.6%, rgba(33, 34, 68, 0) 100%);
    pointer-events: none
}

.slider-beatiful__dots-container::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 30px;
    z-index: 2;
    background: -webkit-gradient(linear, right top, left top, color-stop(27.6%, #212244), to(rgba(33, 34, 68, 0)));
    background: -o-linear-gradient(right, #212244 27.6%, rgba(33, 34, 68, 0) 100%);
    background: linear-gradient(270deg, #212244 27.6%, rgba(33, 34, 68, 0) 100%);
    pointer-events: none
}

.slider-beatiful__dots {
    height: 100%
}

.slider-beatiful .slick-initialized .slider-beatiful__dots-item {
    margin: 0 10px 0 0;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50px;
    -webkit-transition: color .3s ease, background .3s ease;
    -o-transition: color .3s ease, background .3s ease;
    transition: color .3s ease, background .3s ease;
    padding: 4px 17px
}

.slider-beatiful .slick-initialized .slider-beatiful__dots-item.slick-current {
    background: #fff;
    color: #212244;
    cursor: default
}

.slider-beatiful__nav {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.slider-beatiful__nav .slick-arrow {
    background: center/14px 14px no-repeat url(../img/svg/button-arrow.svg), transparent;
    border-radius: 50%;
    border: 1px solid #fff;
    font-size: 0;
    width: 32px;
    height: 32px
}

.slider-beatiful__nav .slick-prev {
    margin: 0 30px 0 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.slider-beatiful__nav_with-numbers {
    width: 113px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 113px;
    flex: 0 0 113px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.error input {
    border: 1px solid #e04949
}

.error__text {
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    color: #e04949;
    padding: 0 0 0 20px;
    margin: 10px 0 0 0
}

.error .select-checkboxes__head {
    border: 1px solid #e04949
}

.upload__item {
    padding: 20px 0;
    border-bottom: 1px solid #dbdbdb
}

.upload__item:last-child {
    border: 0
}

.upload__button {
    cursor: pointer;
    position: relative;
    padding-left: 50px;
    margin: 0 0 11px 0
}

.upload__button:hover .upload__text {
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

.upload input#file-upload-button {
    display: none
}

.upload ::-webkit-file-upload-button {
    display: none
}

.upload ::file-selector-button {
    display: none
}

.upload input {
    display: block;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2
}

.upload__img {
    position: absolute;
    left: 0;
    top: 0;
    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;
    width: 30px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    height: 30px;
    margin: 0 20px 0 0
}

.upload__text {
    margin: 0 0 11px 0;
    line-height: 26px
}

.upload__empty-text {
    line-height: 18px
}

.upload__info {
    padding-left: 50px
}

.upload__info-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.upload__info-text {
	display: flex;
	align-items: center;
    margin: 0 30px 0 0
}

.upload__info-text-name {
    display: inline-block;
    margin: 0 9px 0 0
}

.upload__info-delete {
    position: relative;
    width: 20px;
    height: 20px;
    cursor: pointer
}

.upload__info-delete:after,
.upload__info-delete:before {
    content: "";
    width: 9px;
    height: 1px;
    background: #212244;
    position: absolute;
    top: 50%;
    left: 50%
}

.upload__info-delete:after {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

.upload__info-delete:before {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg)
}

.slider-beatiful-static .slider-beatiful__item-right-container-static {
    position: relative;
    z-index: 2
}

.slider-beatiful-static .slider-beatiful__item-left-container {
    opacity: 1
}

.slider-beatiful-static .all-nav {
    width: 100%
}

.technical-convoy {
    padding: 40px 0 20px
}

.technical-convoy__container {
    overflow: hidden
}

.technical-convoy__info {
    margin: 0 0 30px 0
}

.technical-convoy__info-head {
    margin: 0 0 12px 0
}

.technical-convoy__subhead {
    margin: 0 0 20px 0
}

.technical-convoy__h6 {
    margin: 0 0 13px 0
}

.technical-convoy .list {
    margin: 0 0 35px 0
}

.technical-convoy__links-head {
    margin: 0 0 22px 0
}

.technical-convoy__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.technical-convoy__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 0 0 20px 0
}

.technical-convoy .points {
    background: 0 0
}

.technical-convoy .points__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    text-align: left
}

.technical-convoy .technical-convoy__info_short {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 570px;
    flex: 0 0 570px
}

.technical-convoy .technical-convoy__links_long .technical-convoy__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    max-width: none
}

.technical-convoy .technical-convoy__info-head2 {
    margin: 0 0 22px 0;
    line-height: 32px
}

.technical-convoy .technical-convoy__info-text2 {
    line-height: 26px
}

.licenses__left {
    padding: 20px 15px 36px;
    background: #f9f9f9;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%
}

.licenses__left-container {
    max-width: 770px;
    margin: 0 0 0 auto
}

.licenses__left-head {
    margin: 0 0 12px 0
}

.licenses__left-text {
    line-height: 25px;
    margin: 0 0 10px 0
}

.licenses .list {
    margin: 0 0 20px 0
}

.licenses__right {
    position: relative;
    padding: 40px 15px 33px;
    overflow: hidden
}

.licenses__bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #212244;
    opacity: .8
}

.licenses__right-container {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

.licenses__slider {
    width: 292px
}

.licenses__slider-container {
    margin: 0 0 20px 0
}

.licenses__item {
    margin: 0
}

.licenses__item-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 292px
}

.licenses__img {
    margin: 0 20px 0 0;
    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;
    background: center/63px 50px no-repeat url(../img/no-image.jpg), #f9f9f9;
    width: 136px;
    height: 175px
}

.licenses__img img {
    display: block;
    height: 164px;
    width: 124px
}

.licenses__img:nth-child(2n) {
    margin: 0 0 30px 0
}

.licenses__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 113px;
    color: #fff;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 0 auto
}

.licenses__nav .slick-arrow {
    position: static;
    background: center/14px 14px no-repeat url(../img/svg/button-arrow.svg), transparent;
    border-radius: 50%;
    border: 1px solid #fff;
    font-size: 0;
    width: 32px;
    height: 32px
}

.licenses__nav .slick-next {
    margin: 0
}

.licenses__nav .slick-prev {
    margin: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.slick-disabled {
    opacity: .4;
    pointer-events: none
}

.about-partners-second {
    padding: 30px 0 38px;
    background: #f9f9f9
}

.about-partners-second .about-partners__slider {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

.about-partners-second .about-partners-item__img {
    background: #fff
}

.about-partners-second .button-white {
    background: 0 0
}

.direction {
    padding: 40px 0
}

.direction__container {
    overflow: hidden
}

.direction__info {
    margin: 0 0 30px 0
}

.direction__head {
    margin: 0 0 2px 0
}

.direction__text {
    margin: 0 0 30px 0;
    line-height: 32px
}

.direction__text:last-child {
    margin: 0
}

.direction__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 -30px
}

.direction__item {
    margin: 0 0 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

.direction__item-container {
    height: 100%;
    background: #f3f3f3;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.direction__item-img {
    width: 40px;
    height: 40px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    margin: 0 30px 0 0
}

.direction__item-img img {
    width: 100%;
    height: 100%
}

.direction__item-text {
    line-height: 22px
}

.select_short {
    height: 100%;
    position: absolute;
    left: -1px;
    bottom: 1px
}

.select_short .select__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    height: calc(100% + 2px);
    background: #dbdbdb;
    margin: 0;
    width: 153px;
    padding-right: 0
}

.select_short .select__item {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 16px;
    line-height: 26px
}

.select_short .select__item_main {
    padding-right: 35px
}

.select_short .select__arrow {
    right: 20px
}

.select_short .select__drop {
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: translate(0, calc(100% + 12px));
    -ms-transform: translate(0, calc(100% + 12px));
    transform: translate(0, calc(100% + 12px));
    z-index: 5;
}

.map {
    overflow: hidden;
    position: relative
}

.map ymaps canvas {
    -webkit-filter: grayscale(1);
    filter: grayscale(1)
}

.map .ymaps-2-1-79-balloon__layout,
.map .ymaps-2-1-79-balloon__tail:after {
    border: 1px solid #1a5cf5
}

.map-block {
    margin: 40px 15px 40px;
}

.map-block__container {
    position: relative;
}

.map-block__content {
    position: relative;
    z-index: 2;
    margin: 0px 0 0 0;
    max-height: 340px;
    background: #fff;
    padding: 30px 30px 44px 30px;
    overflow-y: auto;
    width: 100%;
	-webkit-box-shadow: 0 0 10px 4px rgba(0, 0, 0, .2);
	box-shadow: 0 0 10px 4px rgba(0, 0, 0, .2);
}

.map-block__arrow-left {
    display: none
}

.map-block__logo {
    width: 100px;
    height: 40px;
    margin: 0 0 18px 0
}

.map-block__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 18px 0
}

.map-block__button {
    position: relative;
    line-height: 17px;
    cursor: pointer;
    color: #b7b7b7;
    margin: 0 30px 0 0
}

.map-block__button:last-child {
    margin: 0
}

.map-block__button::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 3px;
    background: 0 0;
    -webkit-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease
}

.map-block__button_active {
    color: #212244;
    cursor: default
}

.map-block__button_active::before {
    background: #212244
}

.map-block__tab {
    opacity: 0;
    visibility: hidden;
    height: 0;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0
}

.map-block__tab_active {
    height: auto;
    visibility: visible;
    opacity: 1;
    position: static
}

.map-block__text {
    line-height: 21px
}

.map-block__name {
    line-height: 16px;
    margin: 0 0 6px 0
}

.map-block__address {
    line-height: 18px;
    color: #b7b7b7
}

.map-block__container-arrows {
    margin: 15px 0 0 0
}

.main .slider-points__container {
    padding: 0 0 0
}

.main .slider-points__right,
.main .slider__item-container {
    background: #f9f9f9
}

.main__direction {
    padding: 40px 0
}

.main__history {
    padding: 40px 0 23px
}

.main .tabs__nav-item {
    margin: 0 30px 0 0
}

.main .slider-points__nav-container {
    bottom: 40px
}

.main .slider-points__points .points__container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.main__work .button-white {
    background: 0 0
}

.history__info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 770px;
    flex: 0 0 770px;
    margin: 0 0 30px 0
}

.history__head {
    margin: 0 0 20px 0
}

.history__head-big {
    margin: 0 0 12px 0
}

.history__text {
    line-height: 25px
}

.history__date {
    color: #8cadfa
}

.history__year {
    font-weight: 700;
    font-size: 52px;
    line-height: 52px;
    margin: 0 0 10px 0
}

.history__year .slider-points__nav-container {
    font-size: 72px;
    margin: 0 0 20px 0
}

.about-partners {
    padding: 40px 0
}

.about-partners__header {
    margin: 0 0 10px 0
}

.about-partners__slider {
    margin: 0 0 30px 0
}

.about-partners__text {
    line-height: 25px;
    margin: 0 0 30px 0
}

.about-partners .slider-hover__container {
    margin: 0 0 30px 0
}

.about-partners-item__container {
    margin: 0 0 30px 0
}

.about-partners-item__container:last-child {
    margin: 0
}

.about-partners-item__img {
    width: 136px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 136px;
    flex: 0 0 136px;
    height: 80px;
    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;
    margin: 0 0 20px 0;
    background: #f9f9f9
}

.about-partners-item__img img {
    width: 124px;
    height: 50px
}

.about-partners-item__text {
    line-height: 22px;
    margin: 0 0 5px 0
}

.about-partners-item__subtext {
    line-height: 24px
}

.about-partners-item__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 370px;
    flex: 0 0 370px
}

.about-partners-item__right-text {
    line-height: 25px
}

.tabs__sticky {
	position: -webkit-sticky;
	position: -moz-sticky;
	position: -ms-sticky;
	position: -o-sticky;
    position: sticky;
    top: 0;
    z-index: 20
}

.slider-hover__container-second .slider-hover__item {
    width: 548px
}

.main__branches {
    padding: 60px 0 75px
}

.branches__head {
    margin: 0 0 22px 0
}

.branches__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.branches__card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 0 0 15px 0
}

.main__icons {
    padding: 40px 0
}

.main__contacts-slider {
    padding: 0 0 80px
}

.main__work {
    padding: 0 0 0
}

.contacts-slider__container {
    overflow: hidden
}

.contacts-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.contacts-slider .slick-slide {
    height: auto
}

.contacts-slider__head {
    margin: 0 0 22px 0
}

.contacts-slider .slider-hover__container {
    margin: 0 -15px 30px
}

.modal-menu {
    display: block
}

.group {
    padding: 30px 0 40px
}

.group__container {
    max-width: 770px
}

.group__text {
    margin: 0 0 20px 0;
    line-height: 25px
}

.group__item {
    margin: 0 0 20px 0
}

.group__item-img {
    -webkit-animation: leftRight 2s linear 0s infinite alternate;
    animation: leftRight 2s linear 0s infinite alternate;
    width: 170px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 170px;
    flex: 0 0 170px;
    height: 100px;
    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;
    background: #f9f9f9;
    margin: 0 0 20px 0;
    -webkit-box-shadow: 0 0 10px 4px rgba(153, 184, 255, .2);
    box-shadow: 0 0 10px 4px rgba(153, 184, 255, .2)
}

.group__item-img:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.group__item-head {
    margin: 0 0 5px 0
}

.group__item-text {
    margin: 0 0 20px 0
}

.group__button {
    margin: 30px 0 0 0
}

.info {
    padding: 30px 0 40px
}

.info__container {
    max-width: 770px;
    overflow: hidden
}

.info__img {
    margin: 0 0 20px 0
}

.info__img-subtext {
    color: #b7b7b7;
    line-height: 21px;
    margin: 0 0 20px 0
}

.info__text {
    line-height: 26px;
    margin: 0 0 15px 0
}

.info__list {
    margin: 0 0 20px 0
}

.info__h6 {
    margin: 0 0 15px 0
}

.info__blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0
}

.info__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 0 0 15px;
    max-width: none;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.info__button {
    margin: 30px 0 0 0
}

.docs {
    padding: 30px 0 40px
}

.docs__container {
    max-width: 785px
}

.docs__head {
    margin: 0 0 20px 0
}

.docs__list {
    margin: 0 0 30px 0
}

.docs__fancy {
    margin: 0 0 60px 0
}

.docs__button {
    margin: 50px 0 0 0
}

.docs__fancy .licenses__slider {
    width: auto
}

.docs__fancy .licenses__item-content {
    width: auto
}

.docs__fancy .licenses__bottom .licenses__nav {
    color: #212244
}

.docs__fancy .licenses__bottom .slick-arrow {
    border-color: #212244;
    background: center/14px 14px no-repeat url(../img/svg/button-arrow-black.svg), transparent;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.docs__fancy .licenses__bottom .slick-next {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.modal-menu {
    display: block
}

.modal__container-small {
    max-width: 800px
}

.modal__head {
    margin: 0 0 15px 0;
    font-size: 20px;
    line-height: 32px
}

.modal__p {
    margin: 0 0 20px 0;
    line-height: 21px
}

.modal__head-small {
    line-height: 22px;
    margin: 0 0 5px 0
}

.modal__404 {
    color: transparent;
    text-shadow: 3px 4px 1px #fff, 5px 5px 2px #212244, -5px -2px 2px #1a5cf5;
    font-weight: 400;
    -webkit-transform: skewX(0);
    -ms-transform: skewX(0);
    transform: skewX(0);
    -webkit-animation: shift 4s ease-in-out infinite alternate;
    animation: shift 4s ease-in-out infinite alternate
}

@-webkit-keyframes shift {

    0%,
    100%,
    40%,
    44%,
    58%,
    61%,
    65%,
    69%,
    73% {
        -webkit-transform: skewX(0);
        transform: skewX(0)
    }

    41% {
        -webkit-transform: skewX(10deg);
        transform: skewX(10deg)
    }

    42% {
        -webkit-transform: skewX(-10deg);
        transform: skewX(-10deg)
    }

    59% {
        -webkit-transform: skewX(40deg) skewY(10deg);
        transform: skewX(40deg) skewY(10deg)
    }

    60% {
        -webkit-transform: skewX(-40deg) skewY(-10deg);
        transform: skewX(-40deg) skewY(-10deg)
    }

    63% {
        -webkit-transform: skewX(10deg) skewY(-5deg);
        transform: skewX(10deg) skewY(-5deg)
    }

    70% {
        -webkit-transform: skewX(-50deg) skewY(-20deg);
        transform: skewX(-50deg) skewY(-20deg)
    }

    71% {
        -webkit-transform: skewX(10deg) skewY(-10deg);
        transform: skewX(10deg) skewY(-10deg)
    }
}

@keyframes shift {

    0%,
    100%,
    40%,
    44%,
    58%,
    61%,
    65%,
    69%,
    73% {
        -webkit-transform: skewX(0);
        transform: skewX(0)
    }

    41% {
        -webkit-transform: skewX(10deg);
        transform: skewX(10deg)
    }

    42% {
        -webkit-transform: skewX(-10deg);
        transform: skewX(-10deg)
    }

    59% {
        -webkit-transform: skewX(40deg) skewY(10deg);
        transform: skewX(40deg) skewY(10deg)
    }

    60% {
        -webkit-transform: skewX(-40deg) skewY(-10deg);
        transform: skewX(-40deg) skewY(-10deg)
    }

    63% {
        -webkit-transform: skewX(10deg) skewY(-5deg);
        transform: skewX(10deg) skewY(-5deg)
    }

    70% {
        -webkit-transform: skewX(-50deg) skewY(-20deg);
        transform: skewX(-50deg) skewY(-20deg)
    }

    71% {
        -webkit-transform: skewX(10deg) skewY(-10deg);
        transform: skewX(10deg) skewY(-10deg)
    }
}

/*.main__contact-us {
    margin: 0 0 60px 0
}*/

.detail {
    color: #212244
}

.detail__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.detail__social {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin: 0 0 21px 0
}

.detail__info {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 840px;
    flex: 0 1 840px
}

.detail__info .button {
    margin-top: 30px
}

.detail__text {
    max-width: 770px;
    margin: 0 0 20px 0
}

.detail__img {
    margin: 0 0 10px 0;
    max-width: 770px
}

.detail__img-subtext {
    margin: 0 0 25px 0;
    color: #b7b7b7;
    line-height: 21px
}

.detail__text1 {
    max-width: 800px;
    margin: 0 0 20px 0;
    line-height: 26px
}

.detail__blue-block {
    margin: 0 0 20px 0
}

.detail__h6 {
    margin: 0 0 20px 0
}

.detail__list {
    margin: 0 0 20px 0
}

.detail__h4 {
    margin: 0 0 20px 0
}

.detail__button .button__arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.personnel {
    padding: 30px 0 40px
}

.personnel__container {
    max-width: 770px
}

.personnel__head {
    margin: 0 0 15px 0
}

.personnel__list {
    margin: 0 0 20px 0
}

.personnel__structure {
    margin: 30px auto
}

.personnel__blue {
    margin: 0 0 15px 0
}

.personnel__text {
    margin: 0 0 15px 0;
    line-height: 25px
}

.personnel__button {
    margin: 43px 0 0 0
}

.structure {
    overflow: hidden
}

.structure__img {
    position: relative;
    width: 230px;
    height: 230px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 230px;
    flex: 0 0 230px;
    margin: 0 auto 20px
}

.structure__img-text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
	margin: 0px 0px 0px 0px;
}

.structure__point {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 118px;
    flex: 0 0 118px;
    margin: 0 0 20px
}

.structure__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.structure__point-number {
    color: #1a5cf5;
    line-height: 42px;
    font-size: 32px;
    font-weight: 700
}

.structure__point-dott {
    width: 20px;
    height: 20px;
    background: #8cadfa;
    border-radius: 50%
}

.structure__point-dott_dark-blue {
    background: #1a5cf5
}

.structure__point-dott_light-blue {
    background: #e5ebfe
}

.structure__point-dott_blue {
    background: #bdcdfc
}

.structure__point-text {
    line-height: 26px
}

.main__projects-detail {
    margin: 0 0 40px 0
}

.main__icons {
    margin: 0 0 36px 0
}

.projects-detail .projects-detail__container {
    max-width: 800px
}

.projects-detail__head {
    margin: 0 0 30px 0
}

.projects-detail__head-small {
    margin: 0 0 10px 0
}

.projects-detail__text {
    margin: 0 0 12px 0;
    line-height: 32px
}

.projects-detail__subtext {
    line-height: 26px
}

.projects-detail__subtext:last-child {
    margin: 0
}

.main__tabs .projects__container {
    margin-top: 40px;
    padding-bottom: 80px
}

.form {
    display: none
}

.slider-points__right {
    background: #f9f9f9
}

.work .button-white {
    background: 0 0
}

.seach-list {
    padding: 30px 0 40px
}

.seach-list__container {
    max-width: 800px
}

.seach-list .breadcrumbs__container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.seach-list .breadcrumbs__item {
    margin-bottom: 5px
}

.seach-list__item {
    margin: 0 0 20px 0
}

.seach-list__item:last-child {
    margin: 0
}

.seach-list__item .breadcrumbs {
    padding: 0
}

.seach-list__item .breadcrumbs .container {
    padding: 0
}

.seach-list__text {
    margin: 0 0 10px 0
}

.seach-list__items {
    margin-bottom: 50px
}

.sitemap {
    padding: 42px 0 42px
}

.sitemap a {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.sitemap .container {
    max-width: 950px;
    overflow: hidden
}

.sitemap__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.sitemap__block {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

.sitemap__item {
    margin: 0 0 30px 0
}

.sitemap__link {
    max-width: 100%;
    margin: 0 0 10px 0;
    font-weight: 700;
    font-size: 22px;
    line-height: 32px
}

.sitemap__sublink {
    max-width: calc(100% - 30px);
    margin: 0 0 10px 30px;
    font-size: 15px;
    line-height: 25px
}

.events {
    padding: 30px 0 40px
}

.events__container {
    max-width: 770px
}

.events__head {
    margin: 0 0 12px 0
}

.events__text {
    margin: 0 0 19px 0;
    line-height: 32px
}

.events__h6 {
    margin: 0 0 20px 0
}

.slider-points .slider__item-container,
.slider-points__right {
    background: #f9f9f9
}

.slider-points__right {
    background: #f9f9f9
}

.directors {
    padding: 40px 0 40px
}

.directors__item {
    margin: 0 0 30px 0
}

.directors__item:last-child {
    margin: 0
}

.directors__left {
    margin: 0 0 30px 0
}

.directors__head {
    margin: 0 0 10px 0
}

.directors__h5 {
    margin: 0 0 10px 0
}

.directors__list-head {
    margin: 0 0 10px 0;
    line-height: 26px
}

.directors__list {
    margin: 0 0 10px 0
}

.directors__right-container {
    max-width: 370px;
    margin: 0 auto
}

.directors__img {
    background: #f3f3f3;
    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: 308px
}

.directors__img img {
    width: 244.5px;
    height: 260px;
    -o-object-fit: cover;
    object-fit: cover
}

.directors__text-block {
    background: #f9f9f9;
    padding: 20px
}

.directors__img-head {
    margin: 0 0 4px 0
}

.directors__img-text {
    line-height: 24px
}

.vacancies .filter {
    margin-bottom: 0
}

.vacancies__container {
    max-width: 780px;
    padding: 30px 15px 30px
}

.vacancies__header {
    margin: 0 0 32px 0
}

.vacancies__item {
    margin: 0 0 60px 0
}

.vacancies__head {
    margin: 0 0 10px 0
}

.vacancies__head-num {
    display: inline-block;
    margin: 0 10px 0 0;
    color: #1a5cf5
}

.vacancies__text {
    margin: 0 0 20px 0;
    line-height: 32px
}

.vacancies__list-head {
    margin: 0 0 9px 0
}

.vacancies .list {
    margin: 0 0 15px 0
}

.vacancies__button {
    margin: 33px 0 0 0
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    color: #fff;
    z-index: 50
}

.header a:hover {
    color: #fff
}

.header__top {
    display: none
}

.header__icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.header__language {
    -webkit-transition: all .3s ease .5s;
    -o-transition: all .3s ease .5s;
    transition: all .3s ease .5s;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0 0 11px 0
}

.header__search svg {
    height: 16px
}

.header-white .search__input input {
    background: #f3f3f3
}

.header__mail {
    margin: 0 14px 0 0
}

.header__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 0 0 0
}

.header__logo {
    position: relative;
    width: 140px;
    height: 56px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 140px;
    flex: 0 0 140px
}

.header__logo .header__logo_bg,
.header__logo .header__logo_no-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.header .header__logo_bg {
    opacity: 0
}

.header .header__logo_no-bg {
    opacity: 1
}

.header-white .header__logo_no-bg {
    opacity: 0
}

.header-white .header__logo_bg {
    opacity: 1
}

.header-white.header_drop_active .header__logo_no-bg {
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.header-white.header_drop_active .header__logo_bg {
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.header__nav {
    display: none
}

body .header-white {
    color: #212244;
    background: 0 0
}

body .header-white a:hover {
    color: #212244
}

body .header-white.header_drop_active .burger span {
    background: #fff
}

body .header-white.header_drop_active .header__icons.header__search_active .search__img svg path {
    stroke: #212244
}

body .header-white.header_drop_active .tel__text::before {
    background: #fff
}

body .header-white.header_drop_active .mail__link {
    color: #212244
}

body .header-white .language__item {
    border-top: 1px solid #212244;
    border-left: 1px solid #212244;
    border-right: 1px solid #212244
}

body .header-white .language__item:last-child {
    border-bottom: 1px solid #212244
}

body .header-white .header__icons svg path {
    -webkit-transition: stroke .3s ease;
    -o-transition: stroke .3s ease;
    transition: stroke .3s ease;
    stroke: #212244
}

body .header-white a {
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
    color: #212244
}

body .header-white .burger__span {
    background: #212244
}

.search {
    position: relative;
    height: 40px;
    width: 40px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    overflow: hidden
}

.search__container {
    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: 100%
}

.search__input {
    width: 0;
    opacity: 0;
    visibility: hidden
}

.search__input>input {
    width: 0;
    background: #fff;
    border-radius: 50px;
    font-size: 14px;
    line-height: 21px;
    padding: 7px 37px
}

.search__input>input::-webkit-input-placeholder {
    color: #212244
}

.search__input>input::-moz-placeholder {
    color: #212244
}

.search__input>input:-ms-input-placeholder {
    color: #212244
}

.search__input>input::-ms-input-placeholder {
    color: #212244
}

.search__input>input::placeholder {
    color: #212244
}

.search__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16px;
    flex: 0 0 16px;
    height: 16px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.search__close {
    width: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 29px;
    height: 100%;
    cursor: pointer
}

.search__close::after,
.search__close:before {
    content: "";
    display: block;
    background: #212244;
    width: 20px;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0
}

.search__close:before {
    -webkit-transform: translate(0, -50%) rotate(45deg);
    -ms-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg)
}

.search__close::after {
    -webkit-transform: translate(0, -50%) rotate(-45deg);
    -ms-transform: translate(0, -50%) rotate(-45deg);
    transform: translate(0, -50%) rotate(-45deg)
}

.header__search_active {
    position: relative
}

.header__search_active .header__search {
    position: static
}
.header__search_active .search__container form {
	width: 100%;
}
.header__search_active .search__container {
    position: absolute;
	z-index: 2;
    height: 35px;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #212244
}

.header__search_active .search__img {
    position: absolute;
    top: 50%;
    left: 9px;
    height: 20px;
    width: 20px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.header__search_active .search__img svg path {
    stroke: #212244
}

.header__search_active .search__input {
    visibility: visible;
    opacity: 1;
    width: calc(100% - 40px);
}

.header__search_active .search__input>input {
    padding: 7px 37px;
    width: 100%
}

.header__search_active .search__close {
    width: 29px;
    opacity: 1;
    visibility: visible
}

.nav {
    position: relative
}

.nav .label3 {
    line-height: 26px
}

.nav__row {
    margin: 0 0 5px 0;
    white-space: nowrap
}

.nav__row:last-child {
    margin: 0
}

.nav__item {
    margin: 0 25px 0 0;
    display: inline-block;
    position: relative
}
@media (min-width: 1600px) {
	.nav__item {
		margin: 0 50px 0 0;
	}
}
.nav__item-text {
    position: relative
}

.nav .nav__item_active>.nav__item-text:before {
    content: "";
    width: 100%;
    background: #fff;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 2px;
    left: 0
}

.nav__item_with-drop>span:nth-child(1) {
    display: inline-block;
    margin: 0 10px 0 0
}

.nav__drop {
    display: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -30px;
    -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    transform: translate(0, 100%);
    -webkit-transition: visibility .3s ease, opacity .3s ease;
    -o-transition: visibility .3s ease, opacity .3s ease;
    transition: visibility .3s ease, opacity .3s ease;
    visibility: hidden;
    opacity: 0
}

.nav__drop_active {
    visibility: visible;
    opacity: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.nav__drop-item {
    display: block;
    padding: 5px 0;
    margin: 0 30px 0 0
}

.language {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: default;
    position: relative
}

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

.language__img {
	display: flex;
	align-items: center;
    margin: 0 10px 0 0;
    width: 16px;
    height: 16px
}

.language__main-item {
    position: relative;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
    margin: 0 10px 0 0
}

.language__main-item::after {
    -webkit-transition: border .3s ease;
    -o-transition: border .3s ease;
    transition: border .3s ease;
    content: "";
    position: absolute;
    bottom: 2px;
    right: 0;
    width: 100%;
    height: 1px;
    background: #fff
}

.language__drop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.language__item {
    margin: 0 10px 0 0
}

.language__drop a:hover {
    color: #1a5cf5
}

.tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff
}

.tel__img {
    width: 16px;
    height: 16px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16px;
    flex: 0 0 16px;
    margin: 0 6px 0 0
}

.tel__text {
    white-space: nowrap
}

.burger {
    width: 30px;
	flex: 0 0 30px;
    height: 16px;
    position: relative;
    cursor: pointer
}

.burger__span {
    background: #fff;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0
}

.burger__span:nth-child(1) {
    top: 0
}

.burger__span:nth-child(2) {
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.burger__span:nth-child(3) {
    bottom: 0
}

.modal-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100vw;
    max-height: 100vh;
    z-index: 101;
    background: #212244;
    color: #fff;
    padding: 20px 0 33px;
    overflow-x: hidden;
    overflow-y: auto;
    display: none
}

.modal-menu__container {
    min-height: 90vh;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.modal-menu .modal-menu__header {
    position: relative;
    min-height: auto;
    margin: 0 0 39px 0
}

.modal-menu .header__icons {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.modal-menu__close {
    position: absolute;
    top: 12px;
    right: 0;
    width: 30px;
    height: 30px;
    cursor: pointer
}

.modal-menu__close:after,
.modal-menu__close:before {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    width: 30px;
    height: 2px;
    background: #fff
}

.modal-menu__close::before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

.modal-menu__close::after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg)
}

.modal-menu__nav-box {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
	position: relative;
	overflow: auto;
}

.modal-menu__nav {
    width: 100%
}

.modal-menu__arrow {
    display: inline-block;
    width: 15px;
    height: 15px;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.modal-menu__arrow svg {
    display: block;
    width: 100%;
    height: 100%
}

.modal-menu__left {
    margin: 0 0 33px 0
}

.modal-menu__nav-item {
    display: block;
    margin: 0 0 15px 0;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700
}

.modal-menu__nav-item:last-child {
    margin: 0
}

.modal-menu__nav-item-with-drop_active .modal-menu__nav-item-text {
    position: relative
}

.modal-menu__nav-item-with-drop_active .modal-menu__nav-item-text::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #fff
}

.modal-menu__drop-container {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: visibility .3s ease, opacity .3s ease;
    -o-transition: visibility .3s ease, opacity .3s ease;
    transition: visibility .3s ease, opacity .3s ease;
    visibility: hidden;
    height: 0;
    opacity: 0;
    padding: 0 0 0 24px
}

.modal-menu__drop-container_active {
    position: absolute;
    opacity: 1;
    visibility: visible;
    height: auto
}

.modal-menu__drop-item {
    display: block;
    margin: 0 0 15px 0
}

.modal-menu__drop-item-back {
    margin: 0 0 21px 0;
    position: relative
}

.modal-menu__drop-item-back .modal-menu__arrow {
    position: absolute;
    left: -9px;
    top: 50%;
    -webkit-transform: rotate(90deg) translate(-50%, 100%);
    -ms-transform: rotate(90deg) translate(-50%, 100%);
    transform: rotate(90deg) translate(-50%, 100%)
}

.modal-menu .modal-menu__text {
    margin: 0 0 23px 0;
    line-height: 24px
}

.modal-menu__button {
    margin: 0 0 50px 0
}

.modal-menu__social-item {
    display: inline-block;
    margin: 0 41px 5px 0
}

.modal-menu__social-item:last-child {
    margin: 0 0 5px 0
}

.modal-menu__bg {
    pointer-events: none;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: .07;
    width: 293px;
    height: 293px;
    overflow: hidden;
    z-index: -1
}

.modal-menu .tel:hover {
    color: #fff
}

.modal-menu .tel:hover path {
    stroke: #fff
}

.footer {
    position: relative;
    background: #212244;
    padding-bottom: 66px;
    padding-top: 30px;
    color: #fff
}

.footer__top {
    margin: 0 0 30px 0
}

.footer__logo {
    display: block;
    width: 140px;
    height: 56.29px;
    margin: 0 0 27px 0
}

.footer__info {
    line-height: 25px
}

.footer__middle {
    margin: 0 0 30px 0
}

.footer__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 30px 0
}

.footer__nav-block {
    margin: 0 60px 0 0
}

.footer__nav-item {
    margin: -3px 0 12px 0;
    padding: 3px;
    display: block;
    line-height: 22px
}

.footer__nav-item:last-child {
    margin: -3px 0 0 0
}

.footer__contacts-item {
    display: block;
    margin: 0 0 30px 0;
    line-height: 24px
}

.footer .footer__contacts-tel {
    margin: 0;
    line-height: 32px
}

.footer .footer__contacts-tel-small {
    margin: 0 0 5px 0
}

.footer__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 260px;
    flex: 0 0 260px
}

.footer__social-item {
    margin: 0 40px 0 0;
    line-height: 22px
}

.footer__social-item:last-child {
    margin: 0
}

.footer__bottom-item {
    line-height: 24px;
    margin: 0 0 5px 0;
    display: block
}
.footer__bottom>* {
	display: flex;
	align-items: center;
}
.footer__bottom-item.label3 {
    margin: 0 0 19px 0
}

.footer__bottom-item:last-child {
    margin: 0
}

.showToLeft {
    opacity: 0
}

.showToLeft_animate {
    -webkit-animation: showToLeft .6s ease 0s alternate forwards;
    animation: showToLeft .6s ease 0s alternate forwards
}

.showToRight {
    opacity: 0
}

.showToRight_animate {
    -webkit-animation: showToRight .6s ease 0s alternate forwards;
    animation: showToRight .6s ease 0s alternate forwards
}

@-webkit-keyframes fadeInOut {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeInOut {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes showToLeft {
    0% {
        -webkit-transform: translate(50%, 0);
        transform: translate(50%, 0);
        opacity: 0
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1
    }
}

@keyframes showToLeft {
    0% {
        -webkit-transform: translate(50%, 0);
        transform: translate(50%, 0);
        opacity: 0
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1
    }
}

@-webkit-keyframes showToRight {
    0% {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        opacity: 0
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1
    }
}

@keyframes showToRight {
    0% {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        opacity: 0
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1
    }
}

@-webkit-keyframes leftRight {
    0% {
        -webkit-transform: rotate3d(0, 1, 0, 0deg);
        transform: rotate3d(0, 1, 0, 0deg)
    }

    100% {
        -webkit-transform: rotate3d(0, 1, 0, 30deg);
        transform: rotate3d(0, 1, 0, 30deg)
    }
}

@keyframes leftRight {
    0% {
        -webkit-transform: rotate3d(0, 1, 0, 0deg);
        transform: rotate3d(0, 1, 0, 0deg)
    }

    100% {
        -webkit-transform: rotate3d(0, 1, 0, 30deg);
        transform: rotate3d(0, 1, 0, 30deg)
    }
}

.modal__container-small {
    max-width: 800px
}

.modal__head {
    margin: 0 0 15px 0;
    font-size: 20px;
    line-height: 32px
}

.modal__p {
    margin: 0 0 20px 0;
    line-height: 21px
}

.modal__head-small {
    line-height: 22px;
    margin: 0 0 5px 0
}

.modal__h2 {
    margin: 0 0 15px 0
}

.modal__label2 {
    margin: 0 0 30px 0;
    line-height: 25px
}

.modal__input {
    margin: 0 0 20px 0
}

.modal__input input {
    width: 100%;
    background: #fff;
    border-radius: 50px;
    color: #212244;
    font-size: 15px;
    line-height: 25px;
    padding: 14px 20px 14px
}

.modal__input input::-webkit-input-placeholder {
    color: #b7b7b7
}

.modal__input input::-moz-placeholder {
    color: #b7b7b7
}

.modal__input input:-ms-input-placeholder {
    color: #b7b7b7
}

.modal__input input::-ms-input-placeholder {
    color: #b7b7b7
}

.modal__input input::placeholder {
    color: #b7b7b7
}

.modal__input-label {
    position: relative
}

.modal__input-label input {
    padding: 23px 20px 5px
}

.modal__input-label label {
    position: absolute;
    top: 5px;
    left: 20px;
    font-size: 12px;
    line-height: 18px;
    color: #b7b7b7
}

.modal__upload {
    margin: 0 0 15px 0
}

.modal__upload .upload__info-delete:after,
.modal__upload .upload__info-delete:before {
    background: #fff
}

.modal__select {
    color: #212244;
    margin: 0 0 10px 0
}

.modal__checkbox {
    margin: 0 0 30px 0
}

.modal__checkbox .checkboxes__text {
    color: #fff
}

.modal__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 30px 0
}

.modal__flex .modal__input {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 0 0 15px 0
}

.modal__flex .modal__input:last-child {
    margin: 0
}

.modal__recaptcha {
    margin: 0 30px 10px 0
}

.modal__button {
    margin: 0
}

.modal__two-blocks {
    max-width: 900px;
    margin: 0 auto
}

.modal__two-blocks-left {
    max-width: 670px;
    margin: 0 0 30px 0
}

.modal__two-blocks-right {
    max-width: 470px;
    margin: 0 0 25px auto
}

.modal__404 {
    font-weight: 700;
    font-size: 71px;
    line-height: 81px;
    margin: 0 0 15px 0
}

.modal__text1 {
    margin: 0 0 30px 0
}

.modal__button_margin_60 {
    margin: 0 0 30px 0
}

.display_none {
    display: none
}

.mt10 {
    margin-top: 10px
}

.mt15 {
    margin-top: 15px
}

.mt20 {
    margin-top: 20px
}

.mt25 {
    margin-top: 25px
}

.mt30 {
    margin-top: 30px
}

.mt60 {
    margin-top: 60px
}

.mt80 {
    margin-top: 80px
}

.mb10 {
    margin-bottom: 10px
}

.mb15 {
    margin-bottom: 15px
}

.mb20 {
    margin-bottom: 20px
}

.mb25 {
    margin-bottom: 25px
}

.mb30 {
    margin-bottom: 30px
}

.mt60 {
    margin-bottom: 60px
}

.mt80 {
    margin-bottom: 80px
}

.mapmap {
    height: 400px;
    background: #525151
}

.docs__fancy .licenses__item-content {
    width: auto
}

h3+.main__icons {
    padding: 0 0 20px 0
}

@media (min-width:470px) {
    .map-block__arrow-left {
        display: block;
        position: absolute;
        right: 0;
        top: 50%;
        width: 30px;
        height: 30px;
        background: #fff;
        -webkit-transform: translate(50%, -50%) matrix(.71, -.71, .7, .71, 0, 0);
        -ms-transform: translate(50%, -50%) matrix(.71, -.71, .7, .71, 0, 0);
        transform: translate(50%, -50%) matrix(.71, -.71, .7, .71, 0, 0);
        -webkit-box-shadow: 0 0 10px 4px rgba(0, 0, 0, .2);
        box-shadow: 0 0 10px 4px rgba(0, 0, 0, .2)
    }
}

@media (min-width:490px) {
    .container {
        padding: 0 15px
    }

    h1 {
        font-size: 52px;
        line-height: 52px
    }

    h2 {
        font-size: 42px;
        line-height: 52px
    }

    h3 {
        font-size: 32px;
        line-height: 42px
    }

    h4 {
        font-size: 28px;
        line-height: 38px
    }

    h5 {
        font-size: 21px;
        line-height: 29px
    }

    h6 {
        font-size: 18px;
        line-height: 26px
    }

    P,
    ol>li,
    ul>li {
        font-size: 16px;
        line-height: 19.5px
    }

    .label1 {
        font-size: 26px;
        line-height: 32px
    }

    .label2 {
        font-size: 21px;
        line-height: 26px
    }

    .label3 {
        font-size: 16px;
        line-height: 19.5px
    }

    .label4 {
        font-size: 14px;
        line-height: 17px
    }

    .label5 {
        font-size: 12px;
        line-height: 16px
    }

    .text1 {
        font-size: 16px;
        line-height: 19.5px
    }

    .text2 {
        font-size: 14px;
        line-height: 17px
    }

    .text3 {
        font-size: 12px;
        line-height: 14.6px
    }

    .button {
        font-size: 21px;
        line-height: 26px;
        padding: 17px 40px
    }

    .button-white {
        font-size: 16px;
        line-height: 19.5px;
        padding: 10px 30px
    }

    .button-trasparent-white {
        font-size: 16px;
        line-height: 19.5px;
        padding: 10px 30px
    }

    .info-black {
        padding: 50px 0;
        text-align: left
    }

    .info-black__container {
        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
    }

    .info-black__img {
        margin: 0 30px 0 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
        flex: 0 0 60px
    }

    .info-black__text {
        font-size: 21px;
        line-height: 28px
    }

    .info-black__text span {
        font-weight: 700
    }

    .about-company {
        background-image: url(../img/about-company/bg.jpg)
    }

    .partners__text {
        line-height: 32px
    }

    .contact-us .contact-us__text {
        font-size: 32px;
        line-height: 52px;
        margin: 0 0 19px 0
    }

    .news-small .news-small__container {
        padding-top: 36px;
        padding-bottom: 40px
    }

    .news-small__circle-img {
        top: 50%;
        width: auto;
        height: auto;
        -webkit-transform: translate(40%, -50%);
        -ms-transform: translate(40%, -50%);
        transform: translate(40%, -50%)
    }

    .news-small .news-small__text {
        line-height: 32px;
        max-width: 255px
    }

    .news-small__img {
        top: 50%;
        bottom: auto;
        height: 180px;
        width: 390px;
		transform: translate(50%, -65%);
		-webkit-transform: translate(50%, calc(-50% - 20px));
        -ms-transform: translate(50%, calc(-50% - 20px));
		transform: translate(50%, calc(-50% - 20px));

    }

    .news-all__container {
        overflow: hidden
    }

    .news-all__flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -7.5px
    }

    .news-all__item {
        margin: 0 7.5px 30px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
        flex: 0 0 45%;
        -ms-flex: 0 0 calc(50% - 15px);
        flex: 0 0 calc(50% - 15px)
    }

    .directors__img {
        height: 390px
    }

    .directors__img img {
        width: 310px;
        height: 330px
    }

    .directors__text-block {
        padding: 30px
    }

    .directors__img-head {
        margin: 0
    }

    .directors__img-text {
        line-height: 26px
    }

    .modal-menu__nav-item {
        font-size: 32px;
        line-height: 42px
    }

    .footer__info {
        line-height: 32px
    }

    .footer__nav-item {
        line-height: 26px
    }

    .footer__contacts-item {
        line-height: 26px
    }

    .footer__social-item {
        line-height: 26px
    }

    .footer__bottom-item {
        line-height: 26px
    }
}

@media (min-width:600px) {
    .form {
        display: block;
        background: #f3f3f3;
        padding: 50px 0 90px
    }

    .form__part {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-bottom: 45px;
        border-bottom: 1px solid #212244
    }

    .form__left {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
        flex: 0 0 45%;
        -ms-flex: 0 0 calc(50% - 15px);
        flex: 0 0 calc(50% - 15px);
        margin: 0 30px 0 0
    }

    .form__head {
        margin: 0 0 30px 0
    }

    .form__input {
        margin: 0 0 21px 0
    }

    .form__input.form__select {
        position: relative
    }

    .form__input.form__select .select__container {
        background: 0 0;
        padding: 0
    }

    .form__input.form__select .select__label {
        padding: 0;
        margin: 0 0 10px 0;
        font-size: 14px;
        line-height: 21px
    }

    .form__input.form__select .select__item_main {
        background: #fff;
        border-radius: 50px;
        padding: 10px 55px 10px 20px;
        font-size: 16px;
        line-height: 26px
    }

    .form__input.form__select .select__drop {
        position: absolute;
        bottom: 0;
        -webkit-transform: translate(0, 105%);
        -ms-transform: translate(0, 105%);
        transform: translate(0, 105%);
        -webkit-transform: translate(0, calc(100% + 10px));
        -ms-transform: translate(0, calc(100% + 10px));
        transform: translate(0, calc(100% + 10px));
        width: 100%;
        z-index: 5
    }

    .form__input.form__select .select__arrow {
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
        bottom: 16px;
        top: auto
    }

    .form__label {
        color: #979797;
        display: block;
        margin: 0 0 10px 0;
        line-height: 21px
    }

    .form__input-field {
        display: block;
        padding: 10px 20px;
        background: #fff;
        border-radius: 50px;
        font-size: 16px;
        line-height: 26px;
        color: #212244;
        width: 100%
    }

    .form__info {
        margin: 70px 0;
        padding: 20px;
        background: #eaeaea
    }

    .form__info-head {
        display: block;
        line-height: 17px;
        color: #3c4474;
        margin: 0 0 5px 0
    }

    .form__info-text {
        color: #979797;
        line-height: 18px
    }

    .form__h6 {
        margin: 0 0 14px 0
    }

    .form__input-result {
        max-height: 510px;
        overflow: auto;
        position: absolute;
        z-index: 5;
        bottom: 0;
        left: 0;
        -webkit-transform: translate(0, 100%);
        -ms-transform: translate(0, 100%);
        transform: translate(0, 100%);
        width: 100%;
        background: #fff;
        border-radius: 25px;
        z-index: 10;
        -webkit-box-shadow: #212244 0 0 20px -10px;
        box-shadow: #212244 0 0 20px -10px
    }

    .form__input-result-item {
        padding: 20px 20px 10px;
        font-size: 16px;
        line-height: 26px;
        cursor: pointer;
        display: block
    }

    .form__input-search-container {
        position: relative
    }

    .form__input-search-img {
        pointer-events: none;
        position: absolute;
        right: 20px;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%)
    }

    .form__input-search-img path {
        stroke: #212244
    }

    .form__checkbox {
        margin: 0 0 50px 0
    }

    .form__input-select-container {
        position: relative
    }

    .form__input-select-container input {
        padding-left: 170px
    }

    .form__middle {
        overflow: hidden;
        padding: 50px 0;
        border-bottom: 1px solid #212244
    }

    .form__middle-head {
        margin: 0 0 20px 0
    }

    .form__middle-h4 {
        margin: 0 0 20px 0
    }

    .form__flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 0 50px 0
    }

    .form__flex .form__select {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        margin: 0
    }

    .form__flex .form__input {
        margin: 0
    }

    .form__flex .select__container {
        margin: 0
    }

    .form__flex-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin: 0 0 30px 0
    }

    .form__middle-h6 {
        margin: 0 0 20px 0
    }

    .form__add {
        cursor: pointer;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin: 0 0 0 auto;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .form__add-text {
        color: #979797;
        line-height: 18px;
        margin: 0 12px 0 0
    }

    .form__add-button {
        position: relative;
        width: 20px;
        height: 20px
    }

    .form__add-button::before,
    .form__add-button:after {
        content: "";
        width: 9px;
        height: 1px;
        background: #212244;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

    .form__add-button:after {
        -webkit-transform: translate(-50%, -50%) rotate(90deg);
        -ms-transform: translate(-50%, -50%) rotate(90deg);
        transform: translate(-50%, -50%) rotate(90deg)
    }

    .form__bottom {
        padding: 31px 0 0 0;
        max-width: 770px;
        margin: 0 auto 0
    }

    .form__bottom .form__info {
        margin: 0 0 21px 0
    }

    .form__bottom .form__info span {
        display: block
    }

    .form__bottom .form__checkbox {
        margin: 0 0 30px 0
    }

    .form__finish {
        display: block;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .form__recapcha {
        margin: 0 30px 10px 0
    }

    .form__button {
        margin: 10px 0 0 0
    }

    .select__drop .select__item {
        font-size: 16px
    }

    .form__input.form__select.error .select__item_main {
        border: 1px solid #e04949
    }

    .upload.form__flex {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -7.5px;
        margin: 0 0 44px 0
    }

    .upload.form__flex .upload__item {
        margin: 0 7.5px 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
        flex: 0 0 45%;
        -ms-flex: 0 0 calc(50% - 15px);
        flex: 0 0 calc(50% - 15px)
    }

    .upload.form__flex .upload__item:nth-last-child(2) {
        border: 0
    }
}

@media (min-width:600px) and (min-width:1024px) {
    .form__input-result-item {
        -webkit-transition: background .3s ease, color ease .3s;
        -o-transition: background .3s ease, color ease .3s;
        transition: background .3s ease, color ease .3s
    }

    .form__input-result-item:hover {
        background: #f9f9f9;
        color: #1a5cf5
    }

    .form__add .form__add-button::before,
    .form__add .form__add-button:after {
        -webkit-transition: background .3s ease;
        -o-transition: background .3s ease;
        transition: background .3s ease
    }

    .form__add .form__add-text {
        -webkit-transition: color .3s ease;
        -o-transition: color .3s ease;
        transition: color .3s ease
    }

    .form__add:hover .form__add-text {
        color: #1a5cf5
    }

    .form__add:hover .form__add-button::before,
    .form__add:hover .form__add-button:after {
        background: #1a5cf5
    }

    .select__drop .select__item {
        -webkit-transition: color .3s ease, background .3s ease;
        -o-transition: color .3s ease, background .3s ease;
        transition: color .3s ease, background .3s ease
    }

    .select__drop .select__item:hover {
        color: #1a5cf5
    }
}

@media (min-width:768px) {
    .breadcrumbs__item {
        font-size: 14px;
        line-height: 21px
    }
	.news-small .news-small__container {
		min-height: 214px;
	}
    .social-link {
        width: 50px;
        height: 50px
    }

    .social-link__icon svg {
        width: 30px;
        height: 30px
    }

    .label-blue {
        padding: 30px;
        line-height: 32px
    }

    .list__item p {
        line-height: 26px
    }

    .list__item {
        padding: 0 0 0 40px
    }

    .list__item::before {
        width: 20px;
        height: 20px
    }

    ul:not([class]) li p {
        line-height: 26px
    }

    ul:not([class]) li {
        padding: 0 0 0 40px
    }

    ul:not([class]) li::before {
        width: 20px;
        height: 20px
    }

    .list-number__item {
        padding: 0 0 0 34px
    }

    .list-number__item:before {
        font-size: 21px
    }

    ol:not([class]) li {
        padding: 0 0 0 34px
    }

    ol:not([class]) li:before {
        font-size: 21px
    }

    .icon {
        padding: 0 0 0 50px
    }

    .icon::before {
        width: 30px;
        height: 30px;
        top: 0
    }

    .icon {
        font-size: 21px;
        line-height: 32px
    }

    .link-block__arrow {
        margin: 0 30px 0 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
        flex: 0 0 40px;
        height: 40px;
        width: 40px
    }

    .link-block__arrow svg {
        width: 13px;
        height: 13px
    }

    .link-block__text {
        font-size: 16px;
        line-height: 22px
    }

    .accordion__header {
        padding: 30px 85px 30px 30px
    }

    .accordion__head-arrow {
        width: 40px;
        height: 40px;
        right: 30px
    }

    .accordion__drop {
        padding: 0 30px 50px
    }

    .accordion__list {
        margin: 0 0 15px 0
    }

    .accordion__button {
        margin: 30px 0 0 0
    }

    .custom_block_kss {
        margin-top: 80px;
        margin-bottom: 80px
    }

    .points__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 30px);
        flex: 0 0 calc(50% - 30px);
        margin: 0 30px 30px 0;
        text-align: left
    }

    .points .points__number {
        margin: 0 0 6px 0;
        line-height: 52px
    }

    .points .points__text {
        line-height: 32px
    }

    .points-with-images .points__item {
		flex: 0 0 48%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 25px);
        flex: 0 0 calc(50% - 25px)
    }

    .contact-us__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .contact-us__info {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .contact-us .contact-us__subtext {
        line-height: 32px;
        margin: 0
    }

    .contact-us__button-container {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 215px;
        flex: 0 0 215px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .news-small__head {
        font-size: 42px;
        line-height: 52px
    }

    .news-small .news-small__text {
        max-width: 485px
    }

    .all-nav__dots {
        margin: 0
    }

    .all-nav__arrows {
        margin: 0
    }

    .dots__container {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .dots .dots__item:last-child {
        margin: 0
    }

    .filter__container>p {
        text-align: left;
        margin: 5px 0 10px 20px
    }

    .filter__select {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 460px;
        flex: 1 1 460px;
        margin: 0 30px 0 0
    }

    .filter__select:nth-child(2) {
        margin: 0 20px 0 0;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 435px;
        flex: 1 1 435px
    }

    .filter__search {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        margin: 0 30px 10px 0
    }

    .filter__search label {
        font-size: 12px;
        line-height: 12px;
        top: 11px
    }

    .filter__search input {
        font-size: 21px;
        line-height: 21px;
        padding: 28px 20px 11px
    }

    .select__container {
        margin: 0 0 10px 0
    }

    .select__label {
        font-size: 12px;
        line-height: 12px;
        margin: 0 0 5px 0
    }

    .select__item {
        font-size: 21px;
        line-height: 21px
    }

    .select__item_main {
        font-size: 21px;
        line-height: 32px;
        margin-bottom: 0
    }

    .icons__container {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .icons__left {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 565px;
        flex: 1 1 565px;
        margin: 0 135px 0 0
    }

    .work__directors-item {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 140px;
        flex: 1 0 140px;
        width: 140px;
    }
    .work__directors-item>*:nth-child(3) {
        flex: 0 0 44px;
    }

    .work__directors-item>*:nth-child(2) {
        flex: 0 0 32px;
    }
    .work__text {
        line-height: 32px;
        margin: 0 0 22px 0
    }

    .work__list {
        margin: 0 0 39px 0
    }

    .work__right-img {
        width: 100px;
        height: 100px
    }

    .slider-points__left-img {
        width: 100px;
        height: 100px
    }

    .slider-beatiful__text {
        font-size: 21px;
        line-height: 32px
    }

    .slider-beatiful__nav_with-numbers {
        width: 170px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 170px;
        flex: 0 0 170px
    }

    .technical-convoy {
        padding: 80px 0
    }

    .technical-convoy__item {
        margin: 0 20px 20px 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 340px;
        flex: 0 1 340px
    }

    .licenses__left {
        padding: 60px 15px 85px
    }

    .direction__items {
        margin: 0 -15px -30px
    }

    .direction__item {
        margin: 0 15px 30px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 30px);
        flex: 0 0 calc(50% - 30px)
    }
    .about-partners__header {
        margin: 0 0 22px 0
    }

    .about-partners__text {
        line-height: 32px;
        margin: 0 0 34px 0
    }

    .about-partners-item__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .about-partners-item__img {
        width: 170px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 170px;
        flex: 0 0 170px;
        height: 100px;
        margin: 0 31px 0 0
    }

    .about-partners-item__text {
        line-height: 26px;
        margin: 0 0 3px 0
    }

    .about-partners-item__subtext {
        line-height: 26px
    }

    .about-partners-item__right-text {
        line-height: 32px
    }

    .branches__card {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
        flex: 0 0 48%;
        -ms-flex: 0 0 calc(50% - 15px);
        flex: 0 0 calc(50% - 15px);
        margin: 0 0 30px 0
    }

    .main__icons {
        padding: 60px 0
    }

    .group {
        padding: 60px 0 80px
    }

    .group__text {
        line-height: 32px;
        margin: 0 0 40px 0
    }

    .group__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 0 30px 0
    }

    .group__item-img {
        margin: 0 31px 0 0
    }

    .group__item-text {
        margin: 0 0 10px 0
    }

    .group__item-text:last-child {
        margin: 0
    }

    .group__button {
        margin: 50px 0 0 0
    }

    .info {
        padding: 60px 0 80px
    }

    .info__img-subtext {
        margin: 0 0 30px 0
    }

    .info__text {
        line-height: 32px;
        margin: 0 0 20px 0
    }

    .info__list {
        margin: 0 0 30px 0
    }

    .info__h6 {
        margin: 0 0 20px 0
    }

    .info__blocks {
        margin: 0 -15px 0
    }

    .info__item {
        margin: 0 15px 30px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
        flex: 0 0 45%;
        -ms-flex: 0 0 calc(50% - 30px);
        flex: 0 0 calc(50% - 30px)
    }

    .info__button {
        margin: 50px 0 0 0
    }

    .docs {
        padding: 60px 0 80px
    }

    .modal__head {
        font-size: 32px;
        line-height: 42px;
        margin: 0 0 30px 0
    }

    .main__contact-us {
        margin: 0
    }

    .detail__img {
        margin: 0 0 20px 0
    }

    .detail__text1 {
        margin: 0 0 30px 0
    }

    .detail__blue-block {
        margin: 0 0 30px 0
    }

    .detail__list {
        margin: 0 0 30px 0
    }

    .personnel {
        padding: 60px 0 80px
    }

    .personnel__head {
        margin: 0 0 25px 0
    }

    .personnel__list {
        margin: 0 0 40px 0
    }

    .personnel__structure {
        width: 660px;
        margin: 60px auto
    }

    .personnel__blue {
        margin: 0 0 30px 0
    }

    .personnel__text {
        line-height: 32px;
        margin: 0 0 30px 0
    }

    .structure {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .structure__img {
        margin: 0 60px 0 0
    }

    .structure__points {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -41px 0
    }

    .structure__point {
        margin: 0 41px 0
    }

    .main__projects-detail {
        margin: 0 0 61px 0
    }

    .main__icons {
        margin: 0 0 20px 0
    }

    .projects-detail__head-small {
        margin: 0 0 5px 0
    }

    .projects-detail__subtext {
        margin: 0 0 12px 0
    }

    .seach-list {
        padding: 60px 0 80px
    }

    .seach-list__item {
        margin: 0 0 30px 0
    }

    .seach-list__text {
        margin: 0 0 20px 0
    }

    .sitemap {
        padding: 80px 0 33px
    }

    .sitemap__block {
        margin: 0 0 30px
    }

    .sitemap__item {
        margin: 0
    }

    .sitemap__link {
        margin: 0 0 30px 0;
        font-size: 32px;
        line-height: 39px;
        text-decoration: underline;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none
    }

    .sitemap__sublink {
        margin: 0 0 30px 30px;
        font-size: 21px;
        line-height: 26px;
        text-decoration: underline;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none
    }

    .events {
        padding: 60px 0 80px
    }

    .directors__head {
        margin: 0
    }

    .directors__h5 {
        margin: 0 0 20px 0
    }

    .directors__list {
        margin: 0 0 23px 0
    }

    .vacancies__container {
        padding: 60px 15px 60px
    }

    .footer {
        padding-bottom: 43px;
        padding-top: 50px
    }

    .footer__logo {
        width: 170px;
        height: 68.35px
    }

    .footer__middle {
        margin: 0 0 45px 0
    }

    .modal__head {
        font-size: 32px;
        line-height: 42px;
        margin: 0 0 30px 0
    }

    .modal__h2 {
        margin: 0 0 19px 0
    }

    .modal__label2 {
        line-height: 32px;
        margin: 0 0 43px 0
    }

    .modal__input input {
        font-size: 21px;
        line-height: 32px
    }

    .modal__upload {
        margin: 0 0 27px 0
    }

    .modal__flex .modal__input {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
        flex: 0 0 45%;
        -ms-flex: 0 0 calc(50% - 15px);
        flex: 0 0 calc(50% - 15px);
        margin: 0 15px 0 0
    }

    .modal__flex .modal__input:last-child {
        margin: 0 0 0 15px
    }

    .modal__two-blocks-left {
        margin: 0 0 60px 0
    }

    .modal__two-blocks-right {
        margin: 0 0 50px auto
    }

    .modal__404 {
        margin: 0 0 27px 0;
        font-size: 132px;
        line-height: 161px
    }

    .modal__button_margin_60 {
        margin: 0 0 60px 0
    }

    h3+.main__icons {
        padding: 0 0 40px 0
    }
}

@media (min-width:1024px) {
	.news-small__img {
		transform: translate(50%, -65%);
		-webkit-transform: translate(50%, calc(-50% - 30px));
		-ms-transform: translate(50%, calc(-50% - 30px));
		transform: translate(50%, calc(-50% - 30px));
	}
	.map-block {
        position: absolute;
        z-index: 2;
		left: 80px;
        top: 30px;
        overflow: visible;
        width: 100%;
        margin: 0
    }
	.map-block__container {
        width: 370px;
        max-width: 100%
    }
    a {
        -webkit-transition: color .3s ease;
        -o-transition: color .3s ease;
        transition: color .3s ease
    }

    a:hover {
        color: #1a5cf5
    }

    .button_blue {
        -webkit-transition: background .3s ease;
        -o-transition: background .3s ease;
        transition: background .3s ease
    }

    .button_blue:hover {
        background: #0083ff;
        color: #fff
    }

    .button-white {
        -webkit-transition: background .3s ease, color .3s ease;
        -o-transition: background .3s ease, color .3s ease;
        transition: background .3s ease, color .3s ease
    }

    .button-white:hover {
        color: #fff;
        background: #212244
    }

    .button-white .button__arrow svg path {
        -webkit-transition: stroke .3s ease;
        -o-transition: stroke .3s ease;
        transition: stroke .3s ease
    }

    .button-white:hover .button__arrow svg path {
        stroke: #fff
    }

    .button-trasparent-white {
        -webkit-transition: background .3s ease, color .3s ease;
        -o-transition: background .3s ease, color .3s ease;
        transition: background .3s ease, color .3s ease
    }

    .button-trasparent-white:hover {
        color: #212244;
        background: #fff
    }

    .button-trasparent-white .button__arrow svg path {
        -webkit-transition: stroke .3s ease;
        -o-transition: stroke .3s ease;
        transition: stroke .3s ease
    }

    .button-trasparent-white:hover .button__arrow svg path {
        stroke: #212244
    }

    .only-mobile {
        display: none
    }

    .up__img {
        -webkit-transition: background .3s ease;
        -o-transition: background .3s ease;
        transition: background .3s ease
    }

    .up__img svg {
        width: 13px;
        height: 13px
    }

    .up__img svg path {
        -webkit-transition: stroke .3s ease;
        -o-transition: stroke .3s ease;
        transition: stroke .3s ease
    }

    .up__img:hover {
        background: #212244
    }

    .up__img:hover svg path {
        stroke: #fff
    }

    .breadcrumbs__container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        overflow: hidden
    }

    .breadcrumbs__item_active {
        -webkit-transition: background .3s ease, color .3s ease;
        -o-transition: background .3s ease, color .3s ease;
        transition: background .3s ease, color .3s ease
    }

    .breadcrumbs__item_active:hover {
        color: #1a5cf5
    }

    .breadcrumbs__item_active:hover::after {
        background: #1a5cf5
    }

    .mail {
        display: block;
        width: 20px;
        height: 23px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20px;
        flex: 0 0 20px
    }

    .mail svg {
        width: auto;
        height: auto
    }

    .mail__drop-container {
        -webkit-transition: background .3s ease;
        -o-transition: background .3s ease;
        transition: background .3s ease
    }

    .mail:hover .mail__drop-container {
        background: #f9f9f9
    }

    .mail:hover .mail__drop {
        opacity: 1;
        visibility: visible
    }

    .social__date-number {
        margin: 0 20px 0 0;
        font-size: 32px;
        line-height: 42px
    }

    .social__date-text {
        font-size: 16px;
        line-height: 16px
    }

    .social-link__icon {
        -webkit-transition: background .3s ease;
        -o-transition: background .3s ease;
        transition: background .3s ease
    }

    .social-link__icon path {
        -webkit-transition: stroke .3s ease;
        -o-transition: stroke .3s ease;
        transition: stroke .3s ease
    }

    .social-link:hover .social-link__icon {
        background: #212244
    }

    .social-link:hover .social-link__icon path {
        stroke: #f3f3f3
    }

    .card__info a:hover {
        color: #1a5cf5
    }

    .link-block {
        padding: 30px
    }

    .accordion__header:hover .accordion__head-arrow {
        background: #212244
    }

    .accordion__header:hover .accordion__head-arrow path {
        stroke: #fff
    }

    .select-checkboxes__head:hover p {
        color: #1a5cf5
    }

    .select-checkboxes__head:hover .select-checkboxes__arrow path {
        stroke: #1a5cf5
    }

    .select-checkboxes__drop .checkboxes {
        -webkit-transition: background .3s ease;
        -o-transition: background .3s ease;
        transition: background .3s ease
    }

    .select-checkboxes__drop .checkboxes:hover {
        background: #f9f9f9
    }

    .radio__item .radio__item-text {
        -webkit-transition: color .3s ease;
        -o-transition: color .3s ease;
        transition: color .3s ease
    }

    .radio__item:hover .radio__item-text {
        color: #1a5cf5
    }

    .main__breadcrumbs {
        padding: 188px 0 55px
    }

    .main__about {
        padding: 276px 0 95px 0
    }

    .main__projects {
        padding: 80px 0
    }

    .main__about-company {
        padding: 50px 0 86px
    }

    .main__partners {
        padding: 26px 0 74px
    }

    .main__contact-us {
        padding: 76px 0 89px
    }

    .main__news {
        padding: 80px 0 105px
    }

    .main__news-all {
        padding: 0 0 80px
    }

    .main .about__slider {
        margin: 0 0 75px 0
    }

    .main .about__slider .slider__item-container {
        padding: 64px 260px 81px 70px
    }

    .slider__item-container {
        padding: 64px 260px 81px 70px
    }

    .slider__text {
        margin: 0 0 20px 0;
        font-size: 44px;
        line-height: 52px
    }

    .slider .slider__subtext {
        margin: 0 0 40px 0;
        line-height: 32px
    }

    .slider .slider__subtext br {
        display: block
    }

    .slider__nav {
        width: 170px;
        height: 40px
    }

    .slider .slick-arrow {
        background-size: 12px 13px;
        width: 40px;
        height: 40px;
        -webkit-transition: background .3s ease;
        -o-transition: background .3s ease;
        transition: background .3s ease
    }

    .slider .slick-arrow:hover {
        background-color: rgba(255, 255, 255, .2)
    }

    .slider__dots .slick-dots {
        margin: 57px auto 0
    }

    .slider-svg .slider-svg__item {
        height: 130px
    }

    .projects__item {
        margin: 0 0 30px 0
    }

    .item-project_left .item-project__bg {
        background: right 15% center/180px 144px no-repeat url(../img/no-image.png), #f9f9f9
    }

    .item-project__bg {
        background: 15% center/180px 144px no-repeat url(../img/no-image.png), #f9f9f9
    }

    .item-project__bg-hover {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 2;
        background: rgba(33, 34, 68, .85);
        opacity: 0
    }

    .item-project__arrow {
        display: block;
        width: 100px;
        height: 100px;
        border-radius: 50%;
        position: absolute;
        bottom: 102px;
        left: 220px;
        z-index: 3;
        border: 1px solid #fff;
        background: center/31px 32px no-repeat url(../img/svg/button-arrow.svg);
        opacity: 0;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    .item-project__container {
        width: 580px;
        min-height: 230px;
        display: block;
        margin: 30px 40px 30px 30px;
        padding: 20px 40px 64px 40px
    }

    .item-project .item-project__text {
        line-height: 26px
    }

    .item-project .item-project__point span {
        display: inline-block;
        margin: 0 9px 0 0
    }

    .item-project .item-project__point span:last-child {
        margin: 0
    }

    .item-project__arrow {
        -webkit-transition: opacity .6s ease 0s, -webkit-transform .6s ease 0s;
        transition: opacity .6s ease 0s, -webkit-transform .6s ease 0s;
        -o-transition: transform .6s ease 0s, opacity .6s ease 0s;
        transition: transform .6s ease 0s, opacity .6s ease 0s;
        transition: transform .6s ease 0s, opacity .6s ease 0s, -webkit-transform .6s ease 0s
    }

    .item-project__bg-hover {
        -webkit-transition: opacity .6s ease;
        -o-transition: opacity .6s ease;
        transition: opacity .6s ease
    }

    .item-project:hover .item-project__arrow {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

    .item-project:hover .item-project__bg-hover {
        opacity: 1
    }

    .item-project__text {
        -webkit-transition: color .6s ease;
        -o-transition: color .6s ease;
        transition: color .6s ease
    }

    .item-project:hover .item-project__text {
        color: #1a5cf5
    }

    .item-project__bg {
        -webkit-transition: -webkit-transform .6s ease;
        transition: -webkit-transform .6s ease;
        -o-transition: transform .6s ease;
        transition: transform .6s ease;
        transition: transform .6s ease, -webkit-transform .6s ease
    }

    .item-project:hover .item-project__bg {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }

    .about-company__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .about-company__info {
        margin: 0 47px 0 0
    }

    .about-company__header {
        margin: 0 0 29px 0
    }

    .about-company__text {
        margin: 0 0 23px 0
    }

    .about-company .about-company__subtext {
        margin: 0 0 32px 0;
        line-height: 32px
    }

    .about-company__img {
        width: auto;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 409px;
        flex: 0 0 409px
    }

    .about-company__button {
        margin: 0
    }

    body .partners__item {
        height: 120px;
        -webkit-transition: opacity .3s ease;
        -o-transition: opacity .3s ease;
        transition: opacity .3s ease
    }

    body .partners__item:hover {
        opacity: .6
    }

    .contact-us__info {
        margin: 0 85px 0 0
    }

    .slider-hover__nav {
        width: 170px;
		flex: 0 0 170px;
        height: 40px
    }

    .slider-hover .slick-arrow {
        width: 40px;
        height: 40px;
        background-size: 12px 13px;
        -webkit-transition: background .3s ease;
        -o-transition: background .3s ease;
        transition: background .3s ease
    }

    .slider-hover .slick-arrow:hover {
        background: center/14px 14px no-repeat url(../img/svg/button-arrow-white.svg), #212244
    }

    .slider-hover__item {
        margin: 0 15px 0 15px
    }

    body .news-item {
        min-height: 470px
    }

    .news-item {
        padding: 30px 30px 35px;
        -webkit-transition: padding .6s ease;
        -o-transition: padding .6s ease;
        transition: padding .6s ease
    }

    .news-item__subtext {
        -webkit-transition: margin .6s ease;
        -o-transition: margin .6s ease;
        transition: margin .6s ease
    }

    .news-item:hover .news-item__subtext {
        margin: 0 0 33px 0
    }

    .news-item__button {
        -webkit-transition: opacity .6s ease, visibility .6s ease, background .3s ease, color .3s ease;
        -o-transition: opacity .6s ease, visibility .6s ease, background .3s ease, color .3s ease;
        transition: opacity .6s ease, visibility .6s ease, background .3s ease, color .3s ease
    }

    .news-item:hover .news-item__button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        opacity: 1;
        visibility: visible
    }

    .news-item:hover {
        padding-bottom: 80px
    }

    .news-item__bg-hover {
        -webkit-transition: background .4s ease;
        -o-transition: background .4s ease;
        transition: background .4s ease
    }

    .news-item__bg {
        -webkit-transition: -webkit-transform .6s ease;
        transition: -webkit-transform .6s ease;
        -o-transition: transform .6s ease;
        transition: transform .6s ease;
        transition: transform .6s ease, -webkit-transform .6s ease
    }

    .news-item:hover .news-item__bg {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }

    .news-item:hover .news-item__bg-hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(255, 255, 255, 0)), to(rgba(14, 15, 45, .9))), rgba(33, 34, 68, .85);
        background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 40%, rgba(14, 15, 45, .9) 100%), rgba(33, 34, 68, .85);
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 40%, rgba(14, 15, 45, .9) 100%), rgba(33, 34, 68, .85)
    }

    .news-item .news-item__text {
        line-height: 26px;
        margin: 0 0 10px 0
    }

    .news-item .news-item__subtext {
        margin: 0 0 -41.5px 0;
        line-height: 26px
    }

    .news-item__button {
        opacity: 0;
        visibility: hidden
    }

    .news-small__head {
        margin-right: 220px
    }

    .news-small .news-small__text {
        max-width: 750px
    }

    .news-all__flex {
        margin: 0 -15px
    }

    .news-all__item {
        margin: 0 15px 30px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        -ms-flex: 0 0 calc(33.333% - 30px);
        flex: 0 0 calc(33.333% - 30px)
    }

    .all-nav_white .arrows__container .arrows__arrow {
        -webkit-transition: border-color .3s ease;
        -o-transition: border-color .3s ease;
        transition: border-color .3s ease
    }

    .all-nav_white .arrows__container .arrows__arrow:hover {
        border-color: #1a5cf5
    }

    .all-nav_white .arrows__container .arrows__arrow:hover path {
        stroke: #1a5cf5
    }

    .dots .dots__item {
        -webkit-transition: color .3s ease;
        -o-transition: color .3s ease;
        transition: color .3s ease
    }

    .dots .dots__item:hover {
        color: #1a5cf5
    }

    .arrows__arrow {
        -webkit-transition: background .3s ease;
        -o-transition: background .3s ease;
        transition: background .3s ease
    }

    .arrows__arrow path {
        -webkit-transition: stroke .3s ease;
        -o-transition: stroke .3s ease;
        transition: stroke .3s ease
    }

    .arrows__arrow:hover {
        background: #212244
    }

    .arrows__arrow:hover path {
        stroke: #fff
    }

    .select__container {
        -webkit-transition: color .3s ease;
        -o-transition: color .3s ease;
        transition: color .3s ease
    }

    .select__container:hover {
        color: #1a5cf5
    }

    .select__container .select__arrow path {
        -webkit-transition: stroke .3s ease;
        -o-transition: stroke .3s ease;
        transition: stroke .3s ease
    }

    .select__container:hover .select__arrow path {
        stroke: #1a5cf5
    }

    .select__drop .select__item {
        -webkit-transition: background .3s ease;
        -o-transition: background .3s ease;
        transition: background .3s ease
    }

    .select__drop .select__item:hover {
        background: #f9f9f9
    }

    .work__directors-container {
        margin: 0 -20px
    }

    .work__directors-item {
        margin: 0 20px 25px
    }

    .work .work__nav-container {
        width: 100%;
        margin: 0 auto 0 0;
        padding: 0 15px
    }

    .work .work__nav-container .slider__nav {
        bottom: -5px;
        position: absolute;
        -webkit-transform: translate(0, 100%);
        -ms-transform: translate(0, 100%);
        transform: translate(0, 100%)
    }

    .work .work__nav-container .slick-arrow:hover {
        background: center/14px 14px no-repeat url(../img/svg/button-arrow.svg), #212244;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .work .work__nav-container .slick-next:hover {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }

    .work .work__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .work__left {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        width: 60%
    }

    .work__left-container {
        max-width: calc(592px + 17.5%);
        margin: 0 0 0 auto;
        padding: 70px 30px 120px 15px
    }

    .work__right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        padding: 70px 0 89px 0;
        margin: 0
    }

    .work__right-content {
        max-width: calc(592px - 26.5%);
        padding: 0 0 0 100px;
        margin: 0 auto 0 0
    }

    .work__right-head {
        margin: 0 0 47px 0
    }

    .tabs__container::before {
        height: 77px
    }

    .tabs__nav-item {
        padding: 24px 0;
        font-size: 16px;
        line-height: 26px
    }
    .tabs__nav-item:hover {
        color: #212244
    }

    .tabs__nav-item:last-child {
        padding: 24px 0px 0 0
    }

    .slider-points .slider-points__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .slider-points__left {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%
    }

    .slider-points__left-content {
        padding: 57px 15px 0 15px;
        margin: 0 0 0 auto;
        max-width: calc(607px - 26.5%)
    }

    .slider-points__head {
        margin: 0 0 47px 0
    }

    .slider-points__right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        width: 60%
    }

    .slider-points__right-content {
        max-width: calc(592px + 17.5%);
        margin: 0 auto 0 0;
        padding: 50px 15px 122px 50px
    }

    .slider-points__text {
        margin: 0 0 30px 0
    }

    .slider-points__points .points__container {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .slider-points__points .points__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 220px;
        flex: 0 0 220px;
        text-align: center;
        padding: 0
    }

    .slider-points__nav-container {
        bottom: 73px
    }

    .slider-points .slider__dots {
        max-width: 550px
    }

    .slider-points .slider .slick-arrow:hover {
        background: center/14px 14px no-repeat url(../img/svg/button-arrow.svg), #212244
    }

    .slider-points .slider .slick-arrow.slick-prev:hover {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .slider-points .slider .slick-arrow.slick-next:hover {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }

    .slider-beatiful .slider-beatiful__item {
        width: calc(60vw - 10px)
    }

    .slider-beatiful__item-container {
        min-height: 698px
    }

    .slider-beatiful__item-left {
        padding: 0 31px 57px 0;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .slider-beatiful__item-left-container {
        width: 60%;
        margin: auto 0 0 auto
    }

    .slider-beatiful__text {
        margin: 0 0 34px 0
    }

    .slider-beatiful__item-right-text-up {
        display: block;
        padding-top: 60px;
        max-width: 303px
    }

    .slider-beatiful__item-right {
        width: 40%;
        padding: 60px 0 0 60px
    }

    .slider-beatiful__item-head {
        display: block;
        font-weight: 700;
        font-size: 42px;
        line-height: 52px;
        margin: 0 0 50px 0
    }

    .slider-beatiful__item-img-logo {
        max-width: 303px;
        max-height: 100px;
        display: block
    }

    .slider-beatiful__item-right-bg img {
        margin: 0 0 0 auto;
        display: block;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

    .slider-beatiful__line-point-left {
        width: 60%
    }

    .slider-beatiful__line-point-left::before {
        width: 40%
    }

    .slider-beatiful__line-point-left:after {
        left: 40%;
        width: 30px;
        height: 30px
    }

    .slider-beatiful__line-point-right {
        width: 15px;
        height: 15px;
        left: 60%
    }

    .slider-beatiful__nav-container {
        padding: 55px 0 65px
    }

    .slider-beatiful__dots-container::before {
        width: 100px
    }

    .slider-beatiful .slick-initialized .slider-beatiful__dots-item {
        margin: 0 33px 0 0
    }

    .slider-beatiful .slick-initialized .slider-beatiful__dots-item.slick-current:hover {
        color: #212244
    }

    .slider-beatiful .slick-initialized .slider-beatiful__dots-item:hover {
        color: #1a5cf5
    }

    .slider-beatiful__nav .slick-arrow {
        background-size: 12px 13px;
        width: 40px;
        height: 40px;
        -webkit-transition: background .3s ease;
        -o-transition: background .3s ease;
        transition: background .3s ease
    }

    .slider-beatiful__nav .slick-arrow:hover {
        background-color: rgba(255, 255, 255, .2)
    }

    .upload__info-delete:after,
    .upload__info-delete:before {
        -webkit-transition: background .3s ease;
        -o-transition: background .3s ease;
        transition: background .3s ease
    }

    .upload__info-delete:hover::after,
    .upload__info-delete:hover::before {
        background: #1a5cf5
    }

    .technical-convoy__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 370px;
        flex: 0 1 370px
    }

    .licenses__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .licenses__left-text {
        line-height: 32px;
        margin: 0 0 20px 0
    }

    .licenses .list {
        margin: 0 0 40px 0
    }

    .licenses__right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        padding: 0 0 0 30px
    }

    .licenses__right-container {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .licenses__slider {
        width: 340px
    }

    .licenses__slider-container {
        margin: 0 0 30px 0
    }

    .licenses__item-content {
        width: 340px
    }

    .licenses__img {
        margin: 0 30px 30px 0;
        width: 140px;
        height: 180px
    }

    .licenses__img img {
        width: 128px;
        height: 169px
    }

    .licenses__img:nth-child(2n) {
        margin: 0 0 30px 0
    }

    .licenses__img {
        position: relative
    }

    .licenses__img::before {
        content: "";
        width: 60px;
        height: 60px;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background: center/42px 42px no-repeat url(../img/licenses/zoom.svg);
        opacity: 0;
        -webkit-transition: opacity .3s ease;
        -o-transition: opacity .3s ease;
        transition: opacity .3s ease;
        z-index: 2
    }

    .licenses__img:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #3c4474;
        -webkit-transition: opacity .3s ease;
        -o-transition: opacity .3s ease;
        transition: opacity .3s ease;
        opacity: 0
    }

    .licenses__img:hover.licenses__img:after {
        opacity: .85
    }

    .licenses__img:hover.licenses__img:before {
        opacity: 1
    }

    .licenses__nav {
        margin: 0;
        width: 170px
    }

    .licenses__nav .slick-arrow {
        background-size: 12px 13px;
        width: 40px;
        height: 40px;
        -webkit-transition: background .3s ease;
        -o-transition: background .3s ease;
        transition: background .3s ease
    }

    .licenses__nav .slick-arrow:hover {
        background-color: rgba(255, 255, 255, .2)
    }

    .direction {
        padding: 60px 0
    }

    .direction__head {
        margin: 0 0 20px 0
    }

    .direction__text {
        line-height: 25px;
        margin: 0 0 10px 0
    }

    .map-block__button {
        -webkit-transition: color .3s ease;
        -o-transition: color .3s ease;
        transition: color .3s ease
    }

    .map-block__button:hover {
        color: #1a5cf5
    }

    .map-block__button_active {
        -webkit-transition: color .3s ease;
        -o-transition: color .3s ease;
        transition: color .3s ease
    }

    .map-block__button_active:hover {
        color: #212244
    }

    .main .slider-points__container {
        padding: 0 0 0
    }

    .main__direction {
        padding: 60px 0
    }

    .main__history {
        padding: 60px 0 60px
    }

    .main .slider-points__nav-container {
        bottom: 53px
    }

    .main .slider-points__points .points__container {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .main__work .button-white:hover {
        background: #212244
    }

    .history__head {
        margin: 0 0 30px 0
    }

    .history__head-big {
        margin: 0 0 20px 0
    }

    .history__text {
        line-height: 32px
    }

    .about-partners {
        padding: 80px 0
    }

    .main__branches {
        padding: 60px 0 75px
    }

    .main__contacts-slider {
        padding: 0 0 80px
    }

    .main__work {
        padding: 0 0 0
    }

    .docs__fancy .licenses__bottom .slick-arrow:hover {
        background: center/14px 14px no-repeat url(../img/svg/button-arrow.svg), #212244;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .docs__fancy .licenses__bottom .slick-next:hover {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }

    .main__tabs .projects__container {
        padding-bottom: 80px
    }

    .form__flex {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .form__flex-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 548px;
        flex: 0 0 548px;
        margin: 0 67px 0 0
    }

    .sitemap__container {
        margin: 0 -75px
    }

    .sitemap__block {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
        flex: 0 0 35%;
        -ms-flex: 0 0 calc(50% - 150px);
        flex: 0 0 calc(50% - 150px);
        margin: 0 75px 30px
    }

    .directors {
        padding: 60px 0 80px
    }

    .directors__item-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .directors__left {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 770px;
        flex: 0 1 770px;
        margin: 30px 30px 0 0
    }

    .directors__right-container {
        margin: 0
    }



    .header_drop_active {
        -webkit-transition: background .3s ease;
        -o-transition: background .3s ease;
        transition: background .3s ease;
        min-height: 250px;
        background: -webkit-gradient(linear, left bottom, left top, from(rgba(33, 34, 68, 0)), color-stop(160%, #212244)), #212244;
        background: -o-linear-gradient(bottom, rgba(33, 34, 68, 0) 0, #212244 160%), #212244;
        background: linear-gradient(360deg, rgba(33, 34, 68, 0) 0, #212244 160%), #212244
    }

    .header_drop_active .nav__item {
        -webkit-transition: color .3s ease;
        -o-transition: color .3s ease;
        transition: color .3s ease
    }

    .header_drop_active .nav__item:hover {
        color: #1a5cf5
    }

    body .header_drop_active .nav__item::after {
        background: #1a5cf5
    }

    .header_drop_active .nav__drop-item {
        -webkit-transition: color .3s ease;
        -o-transition: color .3s ease;
        transition: color .3s ease
    }

    .header_drop_active .nav__drop-item:hover,
    .header_drop_active .nav__item:hover {
        color: #1a5cf5
    }

    .header_drop_active .nav__item_with-drop svg path {
        -webkit-transition: stroke .3s ease;
        -o-transition: stroke .3s ease;
        transition: stroke .3s ease
    }

    .header_drop_active .nav__item_with-drop:hover svg path {
        stroke: #1a5cf5
    }

    .header_drop_active .nav__item-text:before {
        -webkit-transition: background .3s ease;
        -o-transition: background .3s ease;
        transition: background .3s ease
    }

    .header_drop_active .nav__item:hover .nav__item-text:before {
        background: #1a5cf5
    }

    .header__top {
        padding: 12px 0 12px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        min-height: 63px
    }

    .header__top-text {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        margin: 0 5px 0 0
    }

    .header__icons {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .header__icons>:last-child {
        margin: 0
    }

    .header__language {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin: 0 30px 0 0;
        -webkit-transition: width .3s ease, opacity .3s ease;
        -o-transition: width .3s ease, opacity .3s ease;
        transition: width .3s ease, opacity .3s ease;
        width: 70px
    }

    .header__search {
        width: 20px;
        height: 23px;
        margin: 0 30px 0 0
    }

    .header__search svg {
        height: auto
    }

    .header__mail {
        margin: 0 30px 0 0
    }

    .header__tel {
        margin: 0 30px 0 0
    }

    .header__bottom {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 26px 0 26px 0
    }

    .header__logo {
        margin: 0 60px 0 0;
        width: 170px;
        height: 70px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 170px;
        flex: 0 0 170px
    }

    .header__nav {
        display: block;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        margin: 0 10px 0 0
    }

    body .header-white .nav__item:hover {
        color: #1a5cf5
    }

    body .header-white.header_drop_active .mail .mail__link:hover {
        color: #1a5cf5
    }

    body .header-white .nav__item:not(.nav__item_with-drop):after {
        background: #1a5cf5
    }

    body .header-white.header_drop_active .nav__item:after {
        background: #1a5cf5
    }

    body .header-white.header_drop_active .language a {
        color: #212244
    }

    body .header-white .language a:hover {
        color: #1a5cf5
    }

    body .header-white .tel__text::before {
        background: #212244
    }

    body .header-white .nav__arrow path {
        stroke: #212244
    }

    body .header-white .language__main-item::after {
        border-top-color: #212244
    }

    body .header-white.header_drop_active .language__main-item::after {
        border-top-color: #fff
    }

    body .header-white.header_drop_active {
        background: #212244;
        color: #fff
    }

    body .header-white.header_drop_active svg path {
        stroke: #fff
    }

    body .header-white.header_drop_active a {
        color: #fff
    }

    body .header-white.header_drop_active .nav__drop-item:hover,
    body .header-white.header_drop_active .nav__item:hover {
        color: #0083ff
    }

    .search {
        width: 20px;
        height: 35px;
        overflow: visible
    }

    .search__container {
        -webkit-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
        width: 20px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .search__input {
        -webkit-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease
    }

    .search__input>input {
        -webkit-transition: width .5s ease;
        -o-transition: width .5s ease;
        transition: width .5s ease
    }

    .search__img {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 20px;
        flex: 1 0 20px;
        height: 23px
    }

    .search__img svg path {
        -webkit-transition: stroke .3s ease;
        -o-transition: stroke .3s ease;
        transition: stroke .3s ease
    }

    .search__close::after,
    .search__close:before {
        -webkit-transition: background .3s ease;
        -o-transition: background .3s ease;
        transition: background .3s ease
    }

    .search__close:hover.search__close::after,
    .search__close:hover.search__close:before {
        background: #0083ff
    }

    .header__search_active .header__search {
        position: relative;
        bottom: auto;
        left: auto;
        width: 330px;
        height: 35px
    }

    .header__search_active .header__language {
        opacity: 0;
        visibility: hidden;
        width: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 0px;
        flex: 0 0 0px
    }

    .header__search_active .search__container {
        position: static;
        width: 330px;
        background: 0 0
    }

    .header__search_active .search__img {
        -webkit-animation: fadeInOut .3s ease .5s;
        animation: fadeInOut .3s ease .5s
    }

    .header__search_active .search__input {
        width: 330px
    }

    .header__search_active .search__input>input {
        width: 330px
    }

    .nav__item:not(.nav__item_with-drop):after {
        content: "";
        width: 100%;
        height: 1px;
        background: #fff;
        position: absolute;
        bottom: 0;
        left: 0;
        opacity: 0;
        -webkit-transition: opacity .3s ease;
        -o-transition: opacity .3s ease;
        transition: opacity .3s ease
    }

    .nav__item:hover:after {
        opacity: 1
    }

    .language__img {
        width: 20px;
        height: 23px
    }

    .language__main-item {
        margin: 0;
        padding: 0 9px 0 0
    }

    .language__main-item::after {
        left: auto;
        bottom: auto;
        top: 50%;
        right: 0;
        width: auto;
        height: auto;
        background: 0 0;
        -webkit-transform: translate(0, -40%);
        -ms-transform: translate(0, -40%);
        transform: translate(0, -40%);
        border: 3.5px solid transparent;
        border-top: 3.5px solid #fff
    }

    .language__drop {
        display: block;
        -webkit-transition: visibility .3s ease, opacity .3s ease;
        -o-transition: visibility .3s ease, opacity .3s ease;
        transition: visibility .3s ease, opacity .3s ease;
        visibility: hidden;
        opacity: 0;
        position: absolute;
        z-index: 2;
        bottom: 0;
        left: 0;
        width: 100%;
        color: #212244;
        -webkit-transform: translate(0, 105%);
        -ms-transform: translate(0, 105%);
        transform: translate(0, 105%)
    }

    .language__item {
        margin: 0;
        min-height: 30px;
        text-align: right;
        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;
        width: 58px;
        margin-left: auto;
        background: #fff;
        border-bottom: 1px solid #f9f9f9;
        padding: 0 9px 0 12px
    }

    .language__item:last-child {
        border-color: transparent
    }

    .language__item {
        -webkit-transition: color .3s ease;
        -o-transition: color .3s ease;
        transition: color .3s ease
    }

    .language {
        display: block
    }

    .language:hover .language__drop {
        visibility: visible;
        opacity: 1
    }

    .tel__img {
        margin: 0 10px 0 0;
        width: 20px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20px;
        flex: 0 0 20px;
        height: 23px
    }

    .tel__text {
        position: relative
    }

    .tel__text::before {
        content: "";
        position: absolute;
        bottom: -3px;
        left: 0;
        width: 100%;
        height: 1px;
        -webkit-transition: opacity .3s ease;
        -o-transition: opacity .3s ease;
        transition: opacity .3s ease;
        background: #fff;
        opacity: 0
    }

    .tel:hover {
        color: #fff
    }

    .tel:hover .tel__text::before {
        opacity: 1
    }

    .modal-menu {
        padding: 79px 0 0
    }

    .modal-menu__container {
        position: static
    }

    .modal-menu .modal-menu__header {
        min-width: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 0 70px 0
    }

    .modal-menu__close {
        top: 0;
        position: relative
    }

    .modal-menu__close::after,
    .modal-menu__close::before {
        -webkit-transition: background .3s ease;
        -o-transition: background .3s ease;
        transition: background .3s ease
    }

    .modal-menu__close:hover.modal-menu__close::after,
    .modal-menu__close:hover.modal-menu__close::before {
        background: #1a5cf5
    }

    .modal-menu__nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .modal-menu__arrow {
        width: 20px;
        height: 20px
    }

    .modal-menu__left {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 470px;
        flex: 0 0 470px;
        margin: 0 30px 0 0
    }

    .modal-menu__nav-item {
        margin: 0 0 27px 0
    }

    .modal-menu__nav-item-with-drop_active .modal-menu__nav-item-text::before {
        -webkit-transition: background .3s ease;
        -o-transition: background .3s ease;
        transition: background .3s ease
    }

    .modal-menu__nav-item-with-drop_active.modal-menu__nav-item-with-drop:hover .modal-menu__nav-item-text::before {
        background: #1a5cf5
    }

    .modal-menu__drop-container {
        left: 500px;
        top: 0;
        right: auto;
        bottom: auto;
        max-height: 300px;
        overflow: auto;
        padding: 0 30px 0 0
    }

    .modal-menu__drop-item {
        margin: 0 0 25px 0
    }

    .modal-menu__drop-item-back {
        position: static;
        display: none
    }

    .modal-menu .modal-menu__text {
        max-width: 470px;
        line-height: 26px;
        margin: 0 0 30px 0
    }

    .modal-menu__button {
        margin: 0 0 60px 0
    }

    .modal-menu__social-item {
        margin: 0 30px 5px 0
    }

    .modal-menu__bg {
        position: fixed;
        left: 50%;
        top: 50%;
        bottom: auto;
        -webkit-transform: translate(-10%, -20%);
        -ms-transform: translate(-10%, -20%);
        transform: translate(-10%, -20%);
        width: 850px;
        height: 850px
    }

    .modal-menu a {
        -webkit-transition: color .3s ease;
        -o-transition: color .3s ease;
        transition: color .3s ease
    }

    .modal-menu a svg path {
        -webkit-transition: stroke .3s ease;
        -o-transition: stroke .3s ease;
        transition: stroke .3s ease
    }

    .modal-menu a:hover {
        color: #1a5cf5
    }

    .modal-menu a:hover svg path {
        stroke: #1a5cf5
    }

    .footer__top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 0 50px 0
    }

    .footer__logo {
        margin: 0 30px 0 0
    }

    .footer__middle {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .footer__nav {
        margin: 0
    }

    .footer__nav-block {
        margin: 0 50px 0 0
    }

    .footer__nav-item {
        white-space: nowrap;
        padding: 0;
        margin: 0 0 10px 0
    }

    .footer__contacts {
        margin: 0 130px 0 0
    }

    .footer__contacts-item {
        margin: 0 0 16px 0
    }

    .footer__contacts-item:last-child {
        margin: 0
    }

    .footer .footer__contacts-tel-small {
        margin: 0 0 10px 0
    }

    .footer__social {
        margin: 0
    }

    .footer__social-item {
        margin: 0 30px 0 0
    }

    .footer__bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .footer__bottom-item {
        margin: 0 30px 0 0
    }

    .footer__bottom-item.label3 {
        margin: 0 30px 0 0
    }

    .footer a {
        -webkit-transition: color .3s ease;
        -o-transition: color .3s ease;
        transition: color .3s ease
    }

    .footer a:hover {
        color: #1a5cf5
    }

    .modal .modal__button-back {
        -webkit-transition: background .3s ease, color .3s ease;
        -o-transition: background .3s ease, color .3s ease;
        transition: background .3s ease, color .3s ease
    }

    .modal .modal__button-back:hover {
        color: #212244
    }

    .modal .modal__button.button_blue {
        -webkit-transition: background .3s ease;
        -o-transition: background .3s ease;
        transition: background .3s ease
    }

    .modal .modal__button.button_blue:hover {
        color: #fff
    }

    .modal .modal__button.button_blue:hover svg path {
        stroke: #fff
    }
}
@media(min-width: 1024px) and (max-width: 1919px) {
	.tabs__nav-item {
		padding: 24px 0 7px;
	}
}
@media (min-width:1254px) {
    .news-small__img {
        right: 0
    }
}

@media (min-width:1440px) {
    .up__img {
        right: 0
    }

    .social {
        display: block
    }

    .social__date {
        margin: 0 0 44px 0
    }

    .social__links {
        display: block
    }

    .about-company__img {
        margin: 0 -39px 0 0
    }

    .points__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 270px;
        flex: 0 0 270px;
        margin: 0 18px 25px 0
    }

    .news-small .news-small__text {
        max-width: 875px
    }

    .slider-points__container-with-arrows {
        max-width: 490px
    }

    .slider-points__content-with-arrows .slider-points__right-content {
        padding-bottom: 55px
    }

    .technical-convoy__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .technical-convoy__info {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 770px;
        flex: 0 0 770px;
        margin: 0 25px 0 0
    }

    .technical-convoy__item {
        margin: 0 0 20px 0
    }

    .direction__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .direction__info {
        margin: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 570px;
        flex: 0 0 570px
    }

    .history__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .history__info {
        margin: 0 31px 0 0
    }

    .about-partners__slider {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 740px;
        flex: 0 0 740px;
        width: 740px;
        margin: 0 30px 0 0
    }

    .about-partners-item__flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .detail__social {
        position: sticky;
        top: 30px;
        margin: 0 61px 0 0
    }
}

@media (min-width:1920px) {
    .work__directors-container {
        margin: 0 -25px
    }

    .work__directors-item {
        margin: 0 25px 25px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.333% - 50px);
        flex: 0 0 calc(33.333% - 50px);
        width: calc(33.333% - 50px);
    }

    .slider-points__container-with-arrows {
        max-width: 520px
    }

    .slider-points .slider__dots {
        max-width: 700px
    }
}

@media (max-width:1023px) {
    .mail {
        -webkit-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease
    }

    .mail__link:hover {
        color: #212244
    }

    .header__tel {
        -webkit-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease
    }

    .language__item:last-child {
        margin: 0
    }

    .modal-menu .modal-menu__header .header__logo {
        margin: 0 60px 24px 0
    }

    .footer__nav-block:last-child {
        margin: 0
    }
}

@supports (-webkit-appearance:none) {
    .breadcrumbs__item::before {
        background: center/8px 8px no-repeat url(../img/svg/breadcumb-arrow.svg)
    }

    .icon-logo::before {
        background: center/20px 20px no-repeat url(../img/svg/icons/logo.svg), #f3f3f3
    }

    .icon-point::before {
        background: center/20px 20px no-repeat url(../img/svg/icons/point.svg), #f3f3f3
    }

    .icon-tel::before {
        background: center/20px 20px no-repeat url(../img/svg/icons/tel.svg), #f3f3f3
    }

    .icon-doc::before {
        background: center/20px 20px no-repeat url(../img/svg/icons/doc.svg), #f3f3f3
    }

    .icon-fax::before {
        background: center/20px 20px no-repeat url(../img/svg/icons/fax.svg), #f3f3f3
    }

    .icon-mail::before {
        background: center/20px 20px no-repeat url(../img/svg/icons/mail.svg), #f3f3f3
    }

    .icon-web::before {
        background: center/20px 20px no-repeat url(../img/svg/icons/web.svg), #f3f3f3
    }

    .icon-arrow::before {
        background: center/20px 20px no-repeat url(../img/svg/icons/arrow.svg), #f3f3f3
    }

    .icon-man::before {
        background: center/20px 20px no-repeat url(../img/svg/icons/man.svg), #f3f3f3
    }

    .icon-calendar::before {
        background: center/20px 20px no-repeat url(../img/svg/icons/calendar.svg), #f3f3f3
    }

    .icon-clock::before {
        background: center/20px 20px no-repeat url(../img/svg/icons/clock.svg), #f3f3f3
    }

    .checkboxes__check::after {
        background: center/12px 9px no-repeat url(../img/svg/check.svg)
    }

	/*.main .about {
        background: center/cover no-repeat url(../img/main/about-bg.png)
    }*/

    .slider .slick-arrow {
        background: center/14px 14px no-repeat url(../img/svg/button-arrow.svg), transparent
    }

    .item-project__bg {
        background: 15% 30px/60px 44px no-repeat url(../img/no-image.png), #f9f9f9
    }

    .about-company {
        background: center/cover no-repeat url(../img/about-company/bg-mobile.jpg)
    }

    .contact-us {
        background: center/cover no-repeat url(../img/contact-us/bg.jpg)
    }

    .slider-hover .slick-arrow {
        background: center/14px 14px no-repeat url(../img/svg/button-arrow-black.svg), transparent
    }

    .work .work__nav-container .slick-arrow {
        background-image: url(../img/svg/button-arrow-black.svg)
    }

    .slider-points .slider .slick-arrow {
        background: center/14px 14px no-repeat url(../img/svg/button-arrow-black.svg), transparent
    }

    .slider-beatiful__nav .slick-arrow {
        background: center/14px 14px no-repeat url(../img/svg/button-arrow.svg), transparent
    }

    .licenses__img {
        background: center/63px 50px no-repeat url(../img/no-image.png), #f9f9f9
    }

    .licenses__nav .slick-arrow {
        background: center/14px 14px no-repeat url(../img/svg/button-arrow.svg), transparent
    }

    .docs__fancy .licenses__bottom .slick-arrow {
        background: center/14px 14px no-repeat url(../img/svg/button-arrow-black.svg), transparent
    }
}

@media (min-width:490px) {
    @supports (-webkit-appearance:none) {
        .about-company {
            background-image: url(../img/about-company/bg.png)
        }
    }
}

@media (min-width:1024px) {
	.news-small .news-small__container {
		min-height: 150px;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
    @supports (-webkit-appearance:none) {
        .item-project_left .item-project__bg {
            background: right 15% center/180px 144px no-repeat url(../img/no-image.png), #f9f9f9
        }

        .item-project__bg {
            background: 15% center/180px 144px no-repeat url(../img/no-image.png), #f9f9f9
        }

        .item-project__arrow {
            background: center/31px 32px no-repeat url(../img/svg/button-arrow.svg)
        }

        .slider-hover .slick-arrow:hover {
            background: center/14px 14px no-repeat url(../img/svg/button-arrow-white.svg), #212244
        }

        .work .work__nav-container .slick-arrow:hover {
            background: center/14px 14px no-repeat url(../img/svg/button-arrow.svg), #212244
        }

        .slider-points .slider .slick-arrow:hover {
            background: center/14px 14px no-repeat url(../img/svg/button-arrow.svg), #212244
        }

        .licenses__img::before {
            background: center/42px 42px no-repeat url(../img/licenses/zoom.svg)
        }

        .docs__fancy .licenses__bottom .slick-arrow:hover {
            background: center/14px 14px no-repeat url(../img/svg/button-arrow.svg), #212244
        }
    }
}