@font-face {
  font-family: "geometria";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/geometriareg/geometriareg.eot");
  src: url("../fonts/geometriareg/geometriareg.eot?#iefix") format("embedded-opentype"), url("../fonts/geometriareg/geometriareg.woff") format("woff"), url("../fonts/geometriareg/geometriareg.ttf") format("truetype");
}

@font-face {
  font-family: "geometria";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/geometriamed/geometriamed.eot");
  src: url("../fonts/geometriamed/geometriamed.eot?#iefix") format("embedded-opentype"), url("../fonts/geometriamed/geometriamed.woff") format("woff"), url("../fonts/geometriamed/geometriamed.ttf") format("truetype");
}

@font-face {
  font-family: "geometria";
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/geometriabold/geometriabold.eot");
  src: url("../fonts/geometriabold/geometriabold.eot?#iefix") format("embedded-opentype"), url("../fonts/geometriabold/geometriabold.woff") format("woff"), url("../fonts/geometriabold/geometriabold.ttf") format("truetype");
}

@font-face {
  font-family: "geometria";
  font-weight: 800;
  font-style: normal;
  src: url("../fonts/geometriaextrabold/geometriaextrabold.eot");
  src: url("../fonts/geometriaextrabold/geometriaextrabold.eot?#iefix") format("embedded-opentype"), url("../fonts/geometriaextrabold/geometriaextrabold.woff") format("woff"), url("../fonts/geometriaextrabold/geometriaextrabold.ttf") format("truetype");
}

@font-face {
  font-family: "russo_one";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/russoreg/russoreg.eot");
  src: url("../fonts/russoreg/russoreg.eot?#iefix") format("embedded-opentype"), url("../fonts/russoreg/russoreg.woff") format("woff"), url("../fonts/russoreg/russoreg.ttf") format("truetype");
}

:root {
  --main-color: #0C4DA2;
}

body,
div,
dl,
dt,
dd,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img,
abbr {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ul li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

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

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

legend {
  color: #000;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

button:focus,
button:active,
button:visited,
input:focus,
input:active,
input:visited {
  outline: none;
}

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

.grid_debug {
  /*+debug(rgba(0, 0, 0, 0.5), 1px solid #ff0)*/
}

.container {
  max-width: 1270px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

.container-m {
  max-width: 1600px;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

::-moz-selection {
  background: var(--main-color);
  color: #fff;
}

::selection {
  background: var(--main-color);
  color: #fff;
}

body {
  min-width: 320px;
  position: relative;
  line-height: 1.5;
  font-family: "geometria", sans-serif;
  overflow-x: hidden;
  font-style: normal;
  font-weight: 400;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
}

.main-banner {
  height: 100vh;
  /*background: url(../img/main_bg.jpg);*/
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-top: 100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-position: center;
  background: #000;
}

.main-banner__wrap {
  position: relative;
  height: 100%;
}

.main-banner__content {
  height: calc(100vh - 100px);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.main-banner__scroll {
  position: absolute;
  bottom: 0;
  left: 0;
}

.main-banner__scroll-line {
  width: 3px;
  height: 80px;
  background: #fff;
}

.main-banner__scroll-text {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
  -webkit-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
  line-height: 1;
  -webkit-transform: scaleY(-1) scaleX(-1);
  -ms-transform: scaleY(-1) scaleX(-1);
  transform: scaleY(-1) scaleX(-1);
  margin-left: -2px;
  margin-bottom: 5px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  color: #fff;
  z-index: 10;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.header.js-header {
  background: #fff;
  color: #000;
}

.header.js-header .lang__active path {
  fill: #000;
}

.header.js-header .contact-box path {
  fill: #000;
}

.header__row {
  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: 30px 0;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.header__nav a {
  font-size: 18px;
  font-weight: 500;
  padding: 0 20px;
}

.header__nav a:hover {
  color: var(--main-color);
}

.header__menu-toggle {
  position: relative;
  width: 30px;
  height: 26px;
  display: none;
  cursor: pointer;
}

.header__menu-toggle span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fff;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.header__menu-toggle span:first-child {
  bottom: 0;
}

.header__menu-toggle span:nth-child(2) {
  top: 11px;
}

.contact-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.contact-box a {
  font-size: 18px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-box a svg {
  margin-right: 10px;
}

.lang {
  position: relative;
  padding: 0 15px;
}

.lang__active {
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
}

.lang__active svg {
  margin-left: 5px;
  vertical-align: middle;
}

.lang__list {
  position: absolute;
  background: #fff;
  color: #000;
  padding: 10px 15px;
  display: none;
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
}

.lang__list li {
  cursor: pointer;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  padding: 3px 0;
}

.lang__list li:hover {
  opacity: .6;
}

.main-title {
  font-size: 50px;
  font-family: "russo_one", sans-serif;
  line-height: 1;
  padding-bottom: 40px;
  display: block;
}

.main-link {
  font-weight: 500;
  position: relative;
}

.main-link-dotted {
  position: absolute;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  white-space: nowrap;
  right: 50%;
  opacity: 0;
}

.main-link:hover .main-link-text {
  opacity: 0;
}

.main-link:hover .main-link-dotted {
  opacity: 1;
  right: 15px;
}

.main-link-text {
  -webkit-transition: all .1s;
  -o-transition: all .1s;
  transition: all .1s;
}

.b-content h1 {
  font-size: 100px;
  line-height: 1;
  font-family: "russo_one", sans-serif;
  padding-top: 25px;
  padding-bottom: 22px;
}

.b-content__block {
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  padding-bottom: 15px;
}

.b-content__text {
  font-size: 20px;
  padding-top: 20px;
  font-size: 20px;
  font-weight: 500;
}

.tile {
  padding: 100px 0;
  background: url(../img/service_bg.jpg);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-position: center bottom;
  background-attachment: fixed;
}

.tile .main-link {
  color: #fff;
}

.tile__elem {
  position: relative;
  color: #fff;
  padding: 45px 45px 30px 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tile__elem:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 6;
  grid-column: 1 / 7;
}

.tile__elem:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / 2;
  -ms-grid-column: 7;
  -ms-grid-column-span: 6;
  grid-column: 7 / 13;
}

.tile__elem:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2 / 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
  grid-column: 1 / 5;
}

.tile__elem:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2 / 3;
  -ms-grid-column: 5;
  -ms-grid-column-span: 4;
  grid-column: 5 / 9;
}

.tile__elem:nth-child(5) {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2 / 3;
  -ms-grid-column: 9;
  -ms-grid-column-span: 4;
  grid-column: 9 / 13;
}

.tile__elem > * {
  position: relative;
  z-index: 1;
}

.tile__elem:after {
  position: absolute;
  content: '';
  background: rgba(28, 24, 24, 0.75);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.tile__tag {
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  padding-bottom: 15px;
}

.tile__title {
  font-size: 35px;
  line-height: 39px;
  font-family: "russo_one", sans-serif;
  display: block;
  padding-bottom: 20px;
}

.tile__bottom {
  margin-top: auto;
}

.tile__grid {
  display: -ms-grid;
  display: grid;
  grid-gap: 20px;
  -ms-grid-rows: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  -ms-grid-columns: (1fr)[12];
  grid-template-columns: repeat(12, 1fr);
}

.m-news {
  padding-bottom: 130px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
}

.m-news__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -45px;
}

.m-news__main {
  width: calc(50% - 90px);
  margin-left: 45px;
  margin-right: 45px;
}

.m-news__col {
  width: calc(50% - 90px);
  margin-left: 45px;
  margin-right: 45px;
}

.m-news__thumb {
  display: block;
  padding-bottom: 25px;
}

.m-news__thumb img {
  width: 100%;
  display: block;
}

.m-news__title {
  font-size: 20px;
  line-height: 23px;
  font-weight: 600;
  padding-bottom: 15px;
  display: block;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.m-news__title:hover {
  color: var(--main-color);
}

.m-news__desc {
  color: #1C1818;
  font-size: 18px;
  padding-bottom: 20px;
  display: block;
}

.m-news__link {
  display: inline-block;
  color: var(--main-color);
}

.m-news__new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 50px;
}

.m-news__new:last-child {
  padding-bottom: 0;
}

.m-news__new .m-news__thumb {
  width: 30%;
  padding-right: 40px;
}

.m-news__new .m-news__body {
  width: 70%;
}

.foot {
  border-top: 1px solid rgba(28, 24, 24, 0.2);
}

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

.foot__nav {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  padding-left: 120px;
  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;
}

.foot__nav a {
  color: #1C1818;
  font-weight: 500;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.foot__nav a:hover {
  color: var(--main-color);
  text-decoration: underline;
}

.page-banner {
  color: #fff;
}

.page-banner .container {
  height: 100%;
}

.page-banner.arenda {
  height: 700px;
}

.page-banner__content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.a-block {
  margin-bottom: 30px;
  background: #F7F7F7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.a-block__img img {
  min-width: 400px;
}

.a-block__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 50px;
  padding-bottom: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

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

.a-block__row .main-link {
  padding-top: 5px;
  padding-bottom: 0;
}

.a-block__box {
  padding-bottom: 20px;
}

.a-block__box h2 {
  font-size: 35px;
  line-height: 39px;
  font-family: "russo_one", sans-serif;
  padding-bottom: 15px;
}

.a-block__lightext {
  font-size: 18px;
  width: 250px;
}

.a-block__params {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.a-block__param {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 30px;
}

.a-block__param:nth-child(odd) {
  width: 260px;
}

.a-block__param:nth-child(even) {
  width: 170px;
}

.a-block__param:nth-child(even) {
    width: 240px;
}

.a-block__param:nth-child(odd) {
    width: 240px;
}

.a-block__param img {
  margin-right: 15px;
}

.a-block__img img {
  display: block;
}

.a-block__text {
  font-size: 20px;
  font-weight: 600;
}

.arenda {
  background: url(../img/bg_path.png);
  background-position: center bottom;
  background-attachment: fixed;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
}

.arenda.up-slide {
  -webkit-transform: translateY(-200px);
  -ms-transform: translateY(-200px);
  transform: translateY(-200px);
}

.arenda h1 {
  font-size: 70px;
}

.form-qs {
  background: url(../img/form_qs_bg.jpg) #14212D;
  color: #fff;
  padding-top: 70px;
  padding-bottom: 80px;
  background-size: cover
}

.form-qs.md-top {
  margin-top: -150px;
}

.form-qs h2 {
  font-family: "russo_one", sans-serif;
  text-align: center;
  font-size: 35px;
  padding-bottom: 15px;
  text-align: center;
}

.form-qs__subtitle {
  text-align: center;
}

.form-qs__flex {
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form-qs__staff {
  width: 45%;
}

.form-qs__form {
  width: 60%;
}

.form-qs__input {
  width: 100%;
  display: block;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  margin-bottom: 15px;
  padding: 10px 15px;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  font-size: 18px;
}

.form-qs__input:focus {
  outline: none;
  border-color: var(--main-color);
}

.form-qs__group {
  width: 50%;
}

.form-qs__group:first-child {
  width: calc(50% - 15px);
  margin-right: 15px;
}

.form-qs__group textarea {
  height: 105px;
}

.form-qs__action {
  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;
}

.form-qs__submit {
  background: var(--main-color);
  padding: 15px 80px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  border: none;
  cursor: pointer;
}

.form-qs__submit:hover {
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.form-qs__text {
  opacity: .6;
}

.staff {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.staff__body {
  padding-left: 45px;
  padding-top: 25px;
}

.staff__name {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 5px;
}

.staff__position {
  font-size: 14px;
  opacity: .5;
  padding-bottom: 20px;
  font-weight: 500;
}

.staff__contact {
  padding-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.staff__contact svg {
  padding-right: 15px;
}

.main-project {
  padding: 150px 0;
  background: url(../img/main-project_bg.svg);
  background-repeat: no-repeat;
  background-position: top right;
}

.main-project__head {
  padding-bottom: 50px;
  text-align: center;
}

.main-project__head h2 {
  font-size: 50px;
  line-height: 39px;
  font-family: "russo_one", sans-serif;
  padding-bottom: 15px;
}

.main-project__link {
  font-size: 18px;
  color: #0C4DA2;
  font-weight: 500;
}

.main-project__name {
  display: block;
  font-size: 20px;
  font-weight: 600;
  padding-top: 30px;
  padding-bottom: 15px;
}

.main-project__slide {
  padding-left: 20px;
  padding-right: 20px;
}

.main-project__slide img {
  display: block;
  width: 100%;
}

.main-project__wrap {
  margin-left: -20px;
  margin-right: -20px;
  position: relative;
}

.main-project__nav {
  position: absolute;
  right: 15px;
  top: -100px;
}

.main-project__arrow {
  display: block;
  cursor: pointer;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.main-project__arrow:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.main-project__right {
  margin-bottom: 5px;
  text-align: right;
}

.main-project__left {
  padding-right: 35px;
}

.advan__box {
  background: #F7F7F7;
  padding: 70px 120px;
}

.advan__title {
  font-family: "russo_one", sans-serif;
  font-size: 50px;
  padding-bottom: 20px;
}

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

.advan__item {
  width: 33.3333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  margin: 30px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.advan__item img {
  margin-right: 30px;
  display: block;
}

.page-banner.page-arenda {
  height: 700px;
}

.page-banner.page-arenda h1 {
  font-size: 70px;
}

.page-banner.page-auto {
  height: 100vh;
  min-height: 700px;
}

.page-banner.page-auto h1 {
  font-size: 70px;
}

.advan {
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
}

.advan.up-slide {
  -webkit-transform: translateY(-150px);
  -ms-transform: translateY(-150px);
  transform: translateY(-150px);
}

.tr {
  padding-bottom: 150px;
  background: url(../img/bg_path.png);
  background-position: center bottom;
  background-size: contain;
}

.tr__title {
  text-align: center;
  font-family: "russo_one", sans-serif;
  font-size: 50px;
  padding-bottom: 40px;
}

.tr__flag {
  text-align: center;
  padding-bottom: 40px;
}

.tr__flag img {
  padding: 0 14px;
}

.tr__category {
  background: #F8F8F8;
  color: #1C1818;
}

.tr__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(28, 24, 24, 0.1);
}

.tr__tab {
  width: 33.3333%;
  height: 70px;
  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;
  font-size: 18px;
  font-weight: 500;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  position: relative;
  cursor: pointer;
}

.tr__tab:not(:last-child):after {
  content: '';
  position: absolute;
  right: 0;
  top: 10px;
  height: 52px;
  width: 1px;
  background: rgba(28, 24, 24, 0.1);
}

.tr__tab:hover {
  background: #E8EEF6;
}

.tr__tab.active {
  background: var(--main-color);
  color: #fff;
}

.tr__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tr__info {
  padding-left: 70px;
}

.tr__name {
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 10px;
}

.tr__text {
  font-size: 18px;
  opacity: .8;
  padding-bottom: 15px;
}

.tr__link {
  color: #0C4DA2;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
}

.tr__phone {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
}

.tr__phone img {
  margin-right: 20px;
}

.tr__tab2_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.tr__tab2_tab {
  height: 50px;
  padding-left: 35px;
  padding-right: 35px;
  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;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
}

.tr__tab2_tab:after {
  content: '';
  position: absolute;
  height: 100%;
  top: 0;
  width: 1px;
  right: 0;
  background: rgba(28, 24, 24, 0.1);
}

.tr__tab2_tab.active {
  color: var(--main-color);
}

.tr__cards {
  position: fixed;
  left: 0;
  height: 100vh;
  background: rgba(20, 33, 45, 0.6);
  width: 100vw;
  z-index: 100;
  top: 0;
  padding-right: 65px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.tr__cards.open {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.tr__cards-wrap {
  background: #fff;
  height: 100%;
  max-width: 1000px;
  position: relative;
}

.tr__cards-close {
  position: absolute;
  right: -64px;
  background: var(--main-color);
  color: #fff;
  top: 0;
  -webkit-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
  -webkit-transform: scaleY(-1) scaleX(-1);
  -ms-transform: scaleY(-1) scaleX(-1);
  transform: scaleY(-1) scaleX(-1);
  font-size: 18px;
  font-weight: 500;
  padding: 60px 20px;
  cursor: pointer;
  line-height: 1;
  width: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.tr__cards-close svg {
    margin-top: 10px;
}

.tr__card {
  height: 100%;
  padding: 50px 100px;
  overflow: auto;
  display: none;
}

.tr__card img {
  width: 100%;
  margin-bottom: 50px;
}

.tr__card-text {
  padding-top: 25px;
  padding-bottom: 40px;
}

.tr__card p {
  padding-bottom: 25px;
  font-size: 18px;
  line-height: 1.6;
}

.tr__card strong {
  font-weight: 500;
}

.sert {
  padding-bottom: 180px;
}

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

.sert__head .main-link {
  color: var(--main-color);
  margin-bottom: 10px;
  margin-left: 50px;
}

.sert__row {
  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;
}

.sert__link {
  cursor: pointer;
}

.sert__link img {
  width: 100%;
}

.sert__preview {
  position: fixed;
  left: 0;
  height: 100vh;
  background: rgba(20, 33, 45, 0.6);
  width: 100vw;
  z-index: 100;
  top: 0;
  padding-right: 65px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  opacity: 0;
}

.sert__preview.open {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.sert__preview-body {
  background: #fff;
  height: 100%;
  width: auto;
  position: relative;
  display: inline-block;
}

.sert__preview-close {
  position: absolute;
  right: -64px;
  background: var(--main-color);
  color: #fff;
  top: 0;
  -webkit-transform: scaleY(-1) scaleX(-1);
  -ms-transform: scaleY(-1) scaleX(-1);
  transform: scaleY(-1) scaleX(-1);
  font-size: 18px;
  font-weight: 500;
  padding: 60px 20px;
  cursor: pointer;
  line-height: 1;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  width: 64px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sert__preview-close svg {
  margin-top: 10px;
}

.sert__preview-img {
  padding: 90px 150px;
  height: 100vh;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}

.sert__preview-img img {
  height: 100%;
}

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

.page-banner__wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.page-banner__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  padding-top: 30px;
}

.page-banner__phone span {
  padding-top: 5px;
}

.page-banner__phone img {
  margin-left: 25px;
}

.page-banner.page-trucking {
  height: 700px;
  position: relative;
}

.page-banner.page-trucking:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(28, 24, 24, 0.5);
}

.page-banner.page-trucking .page-banner__content {
  position: relative;
  z-index: 1;
}

.dr {
  padding: 160px 0;
}

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

.dr__item {
  width: calc(50% - 10px);
  margin-left: 10px;
  margin-right: 10px;
  min-height: 290px;
  background-size: cover;
  padding: 50px 45px;
  color: #fff;
  margin-bottom: 20px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.dr__item:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(28, 24, 24, 0.5);
}

.dr__item-content {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.dr__item-title {
  font-size: 35px;
  line-height: 39px;
  font-family: "russo_one", sans-serif;
}

.dr__item-bottom {
  margin-top: auto;
  font-size: 20px;
  font-weight: 600;
}

.dr__service {
  width: calc(50% - 10px);
  margin-left: 10px;
  margin-right: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.dr__block {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 25px 30px;
}

.dr__block .main-link {
  color: var(--main-color);
  margin-top: 30px;
  display: inline-block;
}

.dr__block:last-child {
  border-bottom: none;
  padding-bottom: 20px;
}

.dr__block strong {
  font-weight: 600;
}

.dr__block p {
  font-size: 16px;
  line-height: 1.4em;
}

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

.dr__sb p {
  line-height: 1;
}

.dr__sb .dr__link {
  margin-top: 0;
}

.dr__link {
  font-size: 20px;
  font-weight: 600;
  display: block;
  margin-top: 10px;
}

.form-order {
  background: url(../img/autoperevozki_contact.jpg);
  padding: 65px 0;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}

.form-order:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(14, 23, 31, 0.8);
  left: 0;
  top: 0;
}

.form-order__row {
  position: relative;
  z-index: 1;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form-order__title {
  font-size: 50px;
  font-family: "russo_one", sans-serif;
  padding-bottom: 40px;
}

.form-order__text {
  padding-bottom: 20px;
  font-size: 18px;
}

.form-order__phone {
  font-size: 20px;
  font-weight: 600;
}

.form-order__col {
  width: 50%;
  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;
}

.form-order__form {
  width: 430px;
  padding-left: 50px;
}

.form-order__form .form-qs__text {
  padding-top: 20px;
  padding-bottom: 10px;
}

.form-order__form .form-qs__submit {
  width: 100%;
}

.page-title {
  color: #A4A3A3;
  font-size: 70px;
  font-family: "russo_one", sans-serif;
  padding-bottom: 30px;
  line-height: 1.1;
}

.map {
  padding-top: 175px;
  padding-bottom: 180px;
  background: url(../img/bg_path.png);
  background-position: center bottom;
}

.map__body {
  padding-top: 30px;
}

.map__navbar {
  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;
}

.map__nav {
  color: #1C1818;
  font-size: 20px;
  font-weight: 600;
  padding: 15px 25px;
  position: relative;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  opacity: .5;
  cursor: pointer;
}

.map__nav:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #0C4DA2;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  opacity: 0;
}

.map__nav.active {
  color: #000;
  opacity: 1;
}

.map__nav.active:after {
  opacity: 1;
}

.map__map {
  width: 100%;
  height: 540px;
  background: #fbfbfb;
}

.map__info {
  margin-top: 25px;
}

.minfo {
  background: #F8F8F8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.minfo__nav {
  width: 50%;
  height: 70px;
  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;
  color: #1C1818;
  font-size: 18px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  cursor: pointer;
  font-weight: 500;
}

.minfo__nav.active {
  background: #0C4DA2;
  color: #fff;
}

.minfo__nav.active:hover {
  background: #0C4DA2;
  color: #fff;
}

.minfo__nav:hover {
  background: #E8EEF6;
}

.minfo__tab {
  background: #F7F7F7;
  border-top: 1px solid rgba(28, 24, 24, 0.1);
  padding: 55px 60px 75px 75px;
  position: relative;
  display: none;
}

.minfo__btn {
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.minfo__link {
  color: #0C4DA2;
  font-size: 18px;
  font-weight: 500;
  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;
}

.minfo__link svg {
  padding-right: 10px;
  margin-top: -2px;
}

.minfo__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 18px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.minfo__row strong {
  font-weight: 500;
}

.minfo__rek {
  font-size: 20px;
  font-weight: 600;
  width: 400px;
}

.minfo__elem {
  padding-bottom: 40px;
  height: 65px;
}

.minfo__form .form-qs__action {
  padding-left: 0;
  font-size: 15px;
}

.minfo__form .form-qs__group .form-qs__input {
  color: #000;
  font-size: 16px;
}

.minfo__form .form-qs__text {
  width: calc(100% - 300px);
}

.minfo__form .form-qs__group:last-child {
  width: calc(100% - 300px);
}

.minfo__form .form-qs__group:first-child {
  margin-right: 15px;
}

.minfo__form .form-qs__input {
  border: 1px solid #D2D1D1;
}

.minfo__form .form-qs__flex {
  padding-top: 0;
}

.minfo__form .form-qs__form {
  width: 85%;
  margin: auto;
}

.minfo__form .form-qs__group:first-child {
  min-width: 285px;
  width: 285px;
}

.minfo__form .minfo__form .form-qs__input {
  caret-color: #000;
  color: #000;
}

.bl__title {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  white-space: nowrap;
  padding-bottom: 20px;
  color: #1C1818;
  padding-top: 5px;
}

.bl__text {
  font-size: 18px;
  line-height: 24px;
  padding-bottom: 20px;
  color: #1C1818;
}

.bl__phone {
  color: #1C1818;
  font-size: 18px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bl__phone svg {
  padding-right: 10px;
}

.bl__wrap {
  padding: 30px;
}

.vac-content {
  background: #F7F7F7;
}

.vac {
  padding: 170px 0;
  background: url(../img/bg_path.png);
  background-position: center bottom;
}

.vac__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: -10px;
  margin-right: -10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 40px;
}

.vitem {
  width: calc(50% - 20px);
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
  background: #fff;
}
.vitem strong{
  font-weight: bold;
}

.vitem__head {
  padding: 30px 30px 15px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 20px;
  font-weight: 600;
}
.vitem__title{
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
}
.vitem__salar{
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  text-align: right;
  white-space: nowrap;
}
.vitem__city {
  padding: 0 30px;
  color: rgba(28, 24, 24, 0.5);
  font-size: 14px;
  text-transform: uppercase;
}

.vitem__text {
  display: none;
  padding: 10px 30px 40px 30px;
  font-size: 18px;
  line-height: 26px;
}

.vitem__action,
.vitem__more {
  padding: 30px;
  font-size: 18px;
  font-weight: 500;
  display: block;
  line-height: 1;
  position: relative;
}
.vitem__more{
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.vitem__more:hover{
  color: #0C4DA2;
}

.vitem__action span {
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
  color: #0C4DA2;
  position: relative;
  z-index: 1;
}

.vitem__action:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background: var(--main-color);
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.vitem__action:hover span {
  color: #fff;
}

.vitem__action:hover:after {
  width: 100%;
}

.header.black.ts.js-header {
  background: #F7F7F7;
}

.header.black .header__menu-toggle span {
  background: #000;
}

.header.js-header .header__menu-toggle span {
  background: #000;
}

.docs {
  padding-top: 170px;
  background: url(../img/bg_path.png);
  background-position: center bottom;
  padding-bottom: 390px;
}

.docs__navbar {
  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;
  padding-top: 60px;
}

.docs__nav {
  padding: 15px;
  color: #1C1818;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  cursor: pointer;
  margin: 0 20px;
}

.docs__nav:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: var(--main-color);
  opacity: 0;
}

.docs__nav.active:after {
  opacity: 1;
}

.docs__action {
  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;
}

.docs__item {
  background: #fff;
  margin-bottom: 7px;
  min-height: 70px;
  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-left: 25px;
}

.docs__item .docs__name {
  width: 40%;
}

.docs__item .docs__link {
  width: 25%;
  color: #3043F1;
  text-decoration: underline;
  font-size: 18px;
  font-weight: 500;
}

.docs__item .docs__date {
  width: 20%;
  color: rgba(28, 24, 24, 0.5);
}

.docs__name {
  font-size: 18px;
}

.docs__download_add {
  font-size: 18px;
  color: var(--main-color);
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.docs__download_add svg {
  padding-right: 10px;
}

.docs__dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.docs__dl svg {
  padding-right: 10px;
}

.docs__dl span {
  display: none;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}

.docs__dl:hover {
  background: var(--main-color);
}

.docs__dl:hover .docs__btn-load {
  fill: #fff;
}

.docs__dl:hover span {
  display: inline;
}

.cselect {
  position: relative;
}

.cselect__action {
  background: #fff;
  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;
  border: 1px solid #fff;
  width: 300px;
  height: 50px;
  padding: 0 20px;
  color: #000;
  cursor: pointer;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.cselect__action:hover {
  border: 1px solid #D8D8D8;
  color: #0C4DA2;
}

.cselect__list {
  display: none;
  position: absolute;
  background: #fff;
  width: 100%;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

.cselect__list li {
  padding: 5px 0;
}

.pt {
  padding-top: 170px;
  padding-bottom: 500px;
  background: url(../img/bg_path.png);
  background-position: center bottom;
}

.pt__text {
  color: #1C1818;
  font-size: 18px;
  padding-top: 20px;
}

.pt__row {
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pt__item {
  width: 200px;
  height: 200px;
  background: #fff;
  margin: 12px;
  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: 1px solid rgba(28, 24, 24, 0.2);
}

.main-link {
  color: #0C4DA2;
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 20px;
  display: inline-block;
}

.sert-page {
  padding-top: 35px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-left: -15px;
  margin-right: -15px;
}

.sert-page .sert__link {
  cursor: pointer;
  width: 20%;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 30px;
}

.pr {
  padding: 180px 0;
}

.pr__mslider {
  padding-top: 60px;
}

.pr__date {
  color: rgba(28, 24, 24, 0.5);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 15px;
}

.pr__title {
  color: #1C1818;
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 25px;
}

.pr__text {
  max-width: 630px;
  line-height: 27px;
  padding-bottom: 30px;
}

.pr__right {
  padding-left: 40px;
  cursor: pointer;
}

.pr__left {
  cursor: pointer;
}

.pr__arrows {
  display: block;
  margin-left: -60px;
  padding-top: 30px;
}

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

.pr__slide1-body {
  padding-left: 100px;
  padding-bottom: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.pr__slide1-img {
  width: 40%;
  height: 580px;
  overflow: hidden;
}

.pr__slide1-img img {
  height: 100%;
}

.pr__img {
  padding: 10px;
}

.pr__img img {
  width: 100%;
}

.pr__pslider-box {
  padding-left: 20%;
}

.pr__ptitle {
  font-size: 16px;
  font-weight: 600;
  padding: 5px 10px;
  opacity: 0;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.pr__pslide {
  cursor: pointer;
}

.pr__pslide:hover .pr__ptitle {
  opacity: 1;
}

.pr__controls {
  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;
  margin-top: auto;
}

.pr__pslider-wrap {
  margin-top: -100px;
}

.pr__projects {
  padding-top: 95px;
  padding-bottom: 200px;
}

.pr__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px auto;
}

.pr__main {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.pr__main.no-active {
  opacity: .5;
}

.pr__project {
  width: calc(33.3333% - 20px);
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 40px;
}

.pr__project-img img {
  width: 100%;
  display: block;
}

.pr__project-title {
  padding-top: 25px;
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 10px;
  display: block;
}

.anchor-link {
  cursor: pointer;
}

.company {
  padding-top: 100px;
}

.company__iframe {
  margin-top: 40px;
}

.leader {
  padding-top: 180px;
  padding-bottom: 80px;
  background: url(../img/leader_path.png);
  background-repeat: no-repeat;
  background-position: top right;
}

.leader__info {
  padding-bottom: 30px;
}

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

.leader__block {
  padding-left: 60px;
}

.leader__name {
  padding-top: 60px;
  color: #1C1818;
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 5px;
}

.leader__pos {
  text-transform: uppercase;
  opacity: .5;
  font-size: 14px;
  font-weight: 500;
}

.leader__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.leader__item {
  padding-right: 35px;
  text-align: center;
}

.leader__item:hover .leader__thumb {
  border: 1px solid #cec9c9;
}

.leader__thumb {
  margin-bottom: 20px;
  padding: 8px;
  border: 1px solid transparent;
  display: inline-block;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.leader__thumb img {
  display: block;
  width: 135;
}

.leader__text {
  text-align: center;
  font-size: 12px;
  opacity: .5;
  line-height: 19px;
}

.ms {
  padding-top: 115px;
  padding-bottom: 100px;
  position: relative;
}

.ms__bg {
  position: absolute;
  top: 0;
  right: 0;
}

.ms__box {
  padding: 90px 0;
  background: url(../img/company_bg.svg) #F7F7F7;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 100% auto;
}

.ms__text {
  color: rgba(28, 24, 24, 0.8);
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 40px;
  padding-right: 290px;
  overflow: hidden;
  height: 130px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.ms__content {
  width: 85%;
}

.ms__more {
  color: #0C4DA2;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  cursor: pointer;
}

.ms__more svg {
  margin-right: 20px;
  margin-top: -4px;
}

.ms__more.open span:last-child {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.ms__plus {
  width: 17px;
  height: 17px;
  position: relative;
  margin-right: 17px;
}

.ms__plus span:first-child {
  position: absolute;
  display: block;
  width: 17px;
  height: 3px;
  background: #0C4DA2;
  top: 6px;
}

.ms__plus span:last-child {
  position: absolute;
  display: block;
  width: 17px;
  height: 3px;
  background: #0C4DA2;
  top: 6px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.rc {
  padding-top: 65px;
  padding-bottom: 220px;
  background: url(../img/rc_bg.png);
  background-repeat: no-repeat;
  background-position: bottom left;
}

.rc__slider {
  max-width: 1130px;
}

.rc__slider-right {
  padding-left: 40px;
  cursor: pointer;
}

.rc__slider-left {
  cursor: pointer;
}

.rc__slider-arrow {
  position: absolute;
  top: 70px;
  right: 60px;
  height: 100%;
}

.rc__slider-wrap {
  position: relative;
  margin-top: 30px;
  margin-left: -10px;
}

.lc {
  padding-bottom: 160px;
  background-repeat: no-repeat;
  background-size: cover;
}

.lc__head {
  background: #fff;
  display: inline-block;
  padding-top: 50px;
  padding-left: 80px;
  padding-right: 120px;
}

.pt__item img {
    max-width: 100%;
}

.lc__head .sert__head .main-link {
  margin-bottom: 10px;
}

.lc__block {
  padding-top: 140px;
  background: #fff;
  padding-left: 80px;
  padding-right: 80px;
  padding-bottom: 80px;
  margin-top: -50px;
}

.article {
  padding-top: 150px;
  padding-bottom: 120px;
}

.article__container {
  max-width: 950px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

.article__back {
  padding-bottom: 30px;
  color: #0E64D5;
  font-size: 18px;
  font-weight: 500;
}

.article__title {
  color: #A4A3A3;
  font-size: 70px;
  font-family: "russo_one", sans-serif;
  padding-bottom: 40px;
  line-height: 78px;
  display: block;
}

.article__content {
  color: #1C1818;
}

.article__content img {
  max-width: 100%;
}

.article__content p {
  font-size: 18px;
  line-height: 27px;
  padding-bottom: 30px;
}

.article__content blockquote {
  padding-top: 90px;
  background: url(../img/quote.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 55px;
}

.article__content blockquote footer {
  color: rgba(28, 24, 24, 0.6);
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
  padding-top: 15px;
}

.article__content h2,
.article__content h3,
.article__content h4,
.article__content h5,
.article__content h6 {
  font-weight: 600;
  padding-bottom: 30px;
}

.p-news__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -30px;
  margin-right: -30px;
}

.p-news__main {
  width: calc(50% - 90px);
  margin-left: 30px;
  margin-right: 30px;
}

@media screen and (max-width: 1560px) {
  .header__logo img {
    width: 180px;
  }

  .header__nav a {
    padding: 0 5px;
    font-size: 16px;
  }

  .contact-box a {
    padding: 0 10px;
    font-size: 16px;
  }

  .ms__bg {
    height: 500px;
    bottom: 0;
    margin: auto;
  }
}

@media screen and (max-width: 1280px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .header__row {
    padding: 20px 0;
  }

  .header__nav {
    position: fixed;
    background: #fff;
    left: 0;
    top: 84px;
    padding: 20px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #efefef;
    display: none;
  }

  .header__nav a {
    display: block;
    padding: 7px 20px;
    font-size: 20px;
    color: #000;
  }

  .header__menu-toggle {
    display: block;
  }

  .a-block__param:nth-child(odd) {
    width: 170px;
  }

  .minfo__form > .form-qs__form {
    width: 100%;
  }

  .ms__text {
    padding-right: 0;
    width: 50%;
  }

  .rc__slider-arrow {
    right: 0;
  }

  .rc__slider-wrap {
    padding-right: 80px;
  }
}

@media screen and (max-width: 1180px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .b-content h1 {
    font-size: 70px;
  }

  .b-content__text {
    font-size: 18px;
  }

  .a-block__param:nth-child(odd) {
    width: 100%;
  }

  .a-block__param:nth-child(even) {
    width: 100%;
  }

  .form-qs__form .form-qs__flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 40px;
  }

  .form-qs__group {
    width: 100%;
  }

  .form-qs__group:first-child {
    width: 100%;
    margin-right: 0;
  }

  .form-qs__action {
    padding-left: 40px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .form-qs__text {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 992px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .tile__title {
    font-size: 26px;
    line-height: 1.2;
  }

  .foot__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .foot__nav {
    padding-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .a-block__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .form-qs__flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .form-qs__staff {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .form-qs__form {
    width: 100%;
  }

  .form-qs__form .form-qs__flex {
    padding-left: 0;
  }

  .advan__item {
    width: 50%;
  }

  .page-banner.page-auto h1 {
    font-size: 55px;
  }

  .sert__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .sert__link {
    margin-right: 15px;
  }

  .sert__preview-img {
    padding: 40px;
  }

  .form-order__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .form-order__col {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .form-order__form {
    padding-left: 0;
    padding-top: 30px;
    margin: auto;
    max-width: 430px;
    width: auto;
  }

  .docs__item .docs__link {
    display: none;
  }

  .pt {
    padding-bottom: 100px;
  }

  .pr__arrows {
    margin-left: 0;
  }

  .pr__slide1-body {
    padding-left: 30px;
  }

  .pr__slide1-img {
    width: 50%;
  }

  .pr__controls {
    margin-right: 15px;
  }

  .pr__controls .main-link {
    padding-bottom: 10px;
  }

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

  .company {
    padding-top: 100px;
  }

  .leader {
    padding-top: 100px;
  }

  .leader__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .leader__item {
    margin-bottom: 30px;
  }

  .ms {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .ms__bg {
    display: none;
  }

  .ms__box {
    padding: 60px 0;
  }

  .ms__text {
    width: 100%;
  }

  .article__title {
    font-size: 50px;
    line-height: 1.2;
  }

  .p-news__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .p-news__main {
    width: 100%;
    margin-bottom: 20px;
  }

  .p-news__main .b-content h1 {
    font-size: 50px;
  }
}

@media screen and (max-width: 768px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .contact-box {
    position: fixed;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fff;
    top: 380px;
    left: 0;
    padding: 20px 17px;
    border-top: 1px solid #efefef;
    display: none;
  }

  .contact-box path {
    fill: #000;
  }

  .contact-box a {
    margin-bottom: 15px;
    color: #000;
  }

  .lang {
    color: #000;
  }

  .main-title {
    font-size: 36px;
  }

  .b-content h1 {
    font-size: 60px;
  }

  .b-content__text {
    font-size: 16px;
  }

  .tile {
    padding: 80px 0;
  }

  .tile__elem {
    width: 100%;
    margin-bottom: 15px;
  }

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

  .m-news {
    padding-bottom: 80px;
  }

  .m-news__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .m-news__main {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .m-news__col {
    width: 100%;
  }

  .m-news__desc {
    font-size: 16px;
  }

  .m-news__new {
    padding-bottom: 20px;
  }

  .foot__nav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: center;
  }

  .foot__nav a {
    padding: 0 10px;
  }

  .page-banner__wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .page-banner__wrap .b-content {
    width: 100%;
  }

  .a-block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .a-block__img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
  }

  .a-block__img img {
    width: 100%;
  }

  .a-block__body {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 30px;
  }

  .a-block__param:nth-child(odd) {
    width: 50%;
  }

  .a-block__param:nth-child(even) {
    width: 50%;
  }

  .staff__body {
    padding-left: 20px;
  }

  .main-project {
    padding: 80px 0;
  }

  .main-project__head h2 {
    font-size: 36px;
  }

  .advan__box {
    padding: 50px;
  }

  .advan__title {
    font-size: 36px;
  }

  .page-banner.page-auto {
    padding-bottom: 90px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .tr {
    margin-top: -100px;
    padding-bottom: 80px;
  }

  .tr__title {
    font-size: 36px;
  }

  .sert {
    padding-bottom: 80px;
  }

  .sert__preview-body {
    width: 100%;
    height: auto;
  }

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

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

  .dr {
    padding: 80px 0;
  }

  .dr__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .dr__item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .dr__service {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }

  .page-title {
    font-size: 50px;
    padding-bottom: 10px;
  }

  .map {
    padding-bottom: 90px;
    padding-top: 90px;
  }

  .minfo__tab {
    padding: 40px;
  }

  .minfo__form .form-qs__group:last-child {
    width: 100%;
  }

  .minfo__form .form-qs__group:first-child {
    width: 100%;
    margin-right: 0;
    min-width: 0;
  }

  .vitem {
    width: 100%;
  }

  .vitem__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .docs {
    padding-bottom: 100px;
  }

  .sert-page .sert__link {
    width: 30%;
  }

  .pr {
    padding: 90px 0;
  }

  .pr__mslider {
    padding-top: 20px;
  }

  .pr__arrows {
    display: none;
  }

  .pr__slide1-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .pr__slide1-body {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .pr__slide1-img {
    width: 100%;
    height: 300px;
  }

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

  .pr__pslider-box {
    padding-left: 0;
  }

  .pr__pslider-wrap {
    margin-top: 0;
  }

  .leader {
    padding-top: 50px;
  }

  .leader__group {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .leader__block {
    padding-left: 0;
  }

  .leader__name {
    padding-top: 20px;
  }

  .leader__row {
    padding-top: 0;
  }

  .lc__head {
    padding: 15px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .lc__block {
    padding: 15px;
    padding-top: 40px;
  }
}

@media screen and (max-width: 600px) {
  .b-content h1 {
    font-size: 45px;
  }

  .m-news {
    padding-bottom: 40px;
  }

  .advan__item {
    width: 100%;
  }

  .page-banner.page-arenda h1 {
    font-size: 45px;
  }

  .page-banner.page-auto h1 {
    font-size: 35px;
  }

  .tr__nav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .tr__tab {
    width: 100%;
  }

  .tr__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .tr__tab2_nav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .tr__img {
    padding-bottom: 20px;
  }

  .tr__tab2_tab {
    width: 100%;
  }

  .tr__tab2_tab:first-child:after {
    width: 100%;
    height: 1px;
    top: 100%;
  }

  .dr__item {
    padding: 30px;
  }

  .dr__item-title {
    font-size: 30px;
  }

  .dr__block {
    padding: 25px 0;
  }

  .dr__sb {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .dr__sb .dr__link {
    width: 100%;
    padding-top: -150px;
  }

  .form-order {
    padding: 30px 0;
  }

  .form-order__title {
    font-size: 36px;
    line-height: 1.2;
    padding-bottom: 20px;
    display: block;
  }

  .form-order__form .form-qs__text {
    font-size: 14px;
  }

  .form-order__form .form-qs__submit {
    padding-left: 20px;
    padding-right: 20px;
  }

  .map__nav {
    font-size: 18px;
  }

  .minfo__form .form-qs__submit {
    width: 100%;
    padding: 15px 0;
  }

  .minfo__form .form-qs__text {
    width: 100%;
  }

  .docs__nav {
    font-size: 15px;
    margin: 0;
  }

  .docs__action {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .docs__item {
    height: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .docs__item .docs__name {
    font-size: 16px;
    line-height: 1.2;
    width: 60%;
  }

  .docs__item .docs__date {
    display: none;
  }

  .docs__download_add {
    padding-bottom: 20px;
  }

  .cselect {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .cselect__action {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .sert-page .sert__link {
    width: 45%;
  }

  .pr {
    padding-bottom: 30px;
  }

  .pr__projects {
    padding-top: 45px;
    padding-bottom: 20px;
  }

  .pr__project {
    width: 100%;
    margin-right: 0;
  }

  .lc {
    padding-bottom: 60px;
  }

  .p-news__main .b-content h1 {
    font-size: 36px;
  }
}

@media screen and (max-width: 425px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .b-content h1 {
    font-size: 32px;
  }

  .tile__title {
    font-size: 22px;
  }

  .m-news__col {
    margin-right: 0;
  }

  .m-news__new {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .m-news__new .m-news__thumb {
    width: 100%;
    padding-right: 0;
  }

  .m-news__new .m-news__body {
    width: 100%;
  }

  .a-block__param:nth-child(odd) {
    width: 100%;
  }

  .a-block__param:nth-child(even) {
    width: 100%;
  }

  .a-block__text {
    width: 100%;
    padding-bottom: 20px;
  }

  .form-qs__staff {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .main-project__nav {
    display: none;
  }

  .advan__box {
    padding: 40px 30px;
  }

  .advan__title {
    font-size: 28px;
    line-height: 1.2;
  }

  .advan__item {
    margin: 15px 0;
    line-height: 1.2;
  }

  .advan__item img {
    margin-right: 20px;
  }

  .tr__info {
    padding: 0 20px;
  }

  .sert__head {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .sert__head .main-link {
    margin-left: 0;
  }

  .sert__link {
    width: 100%;
    margin-right: 0;
  }

  .page-title {
    font-size: 36px;
  }

  .map__nav {
    font-size: 16px;
    padding: 15px 5px;
  }

  .minfo {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .minfo__nav {
    width: 100%;
  }

  .minfo__col {
    width: 100%;
  }

  .minfo__rek {
    font-size: 16px;
  }

  .pr__slide1-img {
    height: auto;
  }

  .p-news__main .b-content h1 {
    font-size: 26px;
  }
}

@media screen and (max-width: 320px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.tile__elem:hover:after {
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
.tile__elem:hover:after {
  background: rgba(28, 24, 24, 0.2)
}

.dr__bold {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
}



/* Правка страницы Международных перевозок */
	section.tr .tr__category .tr__body .tr__tabcontent .tr_row{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start;
	}
	section.tr .tr__category .tr__body .tab .tab-content .tr__row .tr__img{ width: 50%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start;}
	section.tr .tr__category .tr__body .tab .tr__row .tr__img img{  width: 50%}
	section.tr .tr__category .tr__body .tab .tr__row .tr__info{ width: calc(50% - 70px); }


/* */
