@charset "UTF-8";
@import url('/fonts/roboto/roboto.css');
@font-face {
	font-family: 'Supermolot';
	src: local('Supermolot-Bold'),
			url('../fonts/supermolot/Supermolot-Bold.woff2') format('woff2'),
			url('../fonts/supermolot/Supermolot-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display:swap;
}
html {
  -webkit-box-sizing: border-box;
		  box-sizing: border-box;
  scroll-behavior: smooth;
}

*, :before, :after {
  -webkit-box-sizing: inherit;
		  box-sizing: inherit;
  -webkit-box-flex: 0;
	  -ms-flex: 0 1 auto;
		  flex: 0 1 auto;
}

body {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
	  -ms-flex-direction: column;
		  flex-direction: column;
  min-height: 100vh;
  min-width: 320px;
  font: normal normal 18px/1.67 'Roboto', sans-serif;
  color: #132451;
  position: relative;
  overflow-x: hidden;
}

header, footer {
  -webkit-box-flex: 0;
	  -ms-flex: 0 0 auto;
		  flex: 0 0 auto;
}

main {
  -webkit-box-flex: 1;
	  -ms-flex-positive: 1;
		  flex-grow: 1;
}

img,
iframe,
video {
  max-width: 100%;
  -webkit-user-select: none;
	 -moz-user-select: none;
	  -ms-user-select: none;
		  user-select: none;
}

a img {
  border: none;
}

a {
  color: #0060cc;
  text-decoration: none;
}

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

hr {
  display: block;
  border: none;
  height: auto;
  margin: 1.5em 0;
  border-top: 1px solid #c0c2c4;
}

*:focus {
  outline: none;
}

*:invalid {
  -webkit-box-shadow: none;
		  box-shadow: none;
}

/*элементы форм */
input, textarea, button, select {
  font: inherit;
  color: inherit;
}

textarea {
  resize: none;
  overflow: auto;
}

[type=text],
[type=email],
[type=tel],
[type=url],
[type=password],
[type=search],
textarea {
  display: block;
  width: 100%;
  min-width: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  background-color: #f4f6f7;
  color: #000;
  /*border: none;*/
  border: 1px solid #f4f6f7;
  padding: 17.5px 20px;
  margin: 0 0 33px;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #69727c;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #69727c;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #69727c;
}

select {
  -webkit-appearance: none;
	 -moz-appearance: none;
		  appearance: none;
  display: block;
  width: 100%;
  margin: 0 0 33px;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  border: none;
  padding: 17.5px 40px 17.5px 20px;
  background: url(../img/icons/angle-down.svg) no-repeat right 20px center/14px auto, #f4f6f7;
  border: 1px solid transparent;
}
select::-ms-expand {
  display: none;
}

@supports(-moz-appearance: textfield) {
  select {
	padding-top: 16.5px;
	padding-bottom: 16.5px;
  }
}
[type=search]::-webkit-search-decoration, [type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-results-button, [type=search]::-webkit-search-results-decoration {
  display: none;
}

[type=range] {
  -webkit-appearance: none;
	 -moz-appearance: none;
		  appearance: none;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  background: -webkit-gradient(linear, left top, right top, from(#63707f), to(#63707f)) no-repeat left center/100% 3px;
  background: linear-gradient(to right, #63707f, #63707f) no-repeat left center/100% 3px;
  height: 14px;
}
[type=range]::-webkit-slider-runnable-track {
  height: 14px;
  background: none;
}
[type=range]::-webkit-slider-thumb {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #63707f;
  cursor: pointer;
  -webkit-appearance: none;
}
[type=range]::-moz-range-track {
  width: 100%;
  height: 14px;
  cursor: pointer;
  animate: 0.2s;
  background: none;
}
[type=range]::-moz-range-thumb {
  width: 14px;
  height: 14px;
  cursor: pointer;
  border-radius: 50%;
  background-color: #63707f;
  border: none;
}
[type=range]::-ms-track {
  width: 100%;
  height: 100%;
  animate: 0.2s;
  background: transparent;
  border: none;
  padding: 0;
  color: transparent;
}
[type=range]::-ms-fill-lower {
  background: none;
  border: none;
  padding: 0;
  height: 100%;
}
[type=range]::-ms-fill-upper {
  background: none;
  border: none;
  padding: 0;
  height: 100%;
}
[type=range]::-ms-thumb {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #63707f;
  cursor: pointer;
  border: none;
}

.upload-link {
  display: inline-block;
  position: relative;
  color: #0060cc;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: underline;
  cursor: pointer;
}
.upload-link input {
  display: none;
}
.upload-link[data-file-name]:before {
  content: attr(data-file-name);
}

/*Имитация капчи. Делаю фоном, все равно заменят на гугловскую recaptcha или т.п. */
.captcha {
  display: block;
  width: 100%;
  margin: 0 0 33px;
  height: 57px;
  background: url(../img/captcha.png) no-repeat center/auto 40%, #f4f6f7;
}
.captcha--image {
  background: none;
  width: auto;
}

.double-field {
  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;
}
.double-field > * {
  -webkit-box-flex: 0;
	  -ms-flex: 0 0 calc(50% - 15px);
		  flex: 0 0 calc(50% - 15px);
}

/*кнопки */
button,
[type=submit],
[type=reset],
[type=image] {
  cursor: pointer;
}

.btn {
  display: inline-block;
  vertical-align: top;
  -webkit-appearance: none;
	 -moz-appearance: none;
		  appearance: none;
  background-color: #0060cc;
  border: none;
  font: normal bold 16px/57px 'Roboto', sans-serif;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding: 0 20px;
  -webkit-user-select: none;
	 -moz-user-select: none;
	  -ms-user-select: none;
		  user-select: none;
  text-decoration: none;
  text-shadow: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.btn[disabled] {
  background-color: #f4f6f7 !important;
  color: #69727c !important;
  cursor: not-allowed !important;
}

.btn--block {
  display: block;
  width: 100%;
}

.circle-link {
  display: inline-block;
  vertical-align: top;
  width: 47px;
  height: 47px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.35);
  font: normal normal 23px/44px fontAwesome;
  text-align: center;
  text-indent: 0.1em;
  color: #fff;
}
.circle-link:before {
  content: "";
}
.circle-link--blue {
  color: #0060cc;
  border-color: #0060cc;
}

/*заголовки */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 1em;
}

h1, .h1 {
  font-size: 48px;
  line-height: 1;
  font-family: Supermolot, sans-serif;
}

h2 {
  font-size: 30px;
  line-height: normal;
  color: #00030a;
  font-family: Supermolot, sans-serif;
}

h3 {
  font-size: 18px;
  font-family: Supermolot, sans-serif;
  line-height: 1.3333333333;
}

h4 {
  font-size: inherit;
}

h5 {
  font-size: inherit;
}

/*списки */
ul, ol {
  margin: 0 0 1em;
}

ul {
  font-size: 16px;
  line-height: 1.5;
  padding-left: 0.5em;
  list-style: none;
}
ul > li {
  position: relative;
  margin: 0 0 1.5em 0.01em;
}
ul > li:before {
  content: "";
  font-family: fontAwesome;
  color: #0060cc;
  display: inline-block;
  position: absolute;
  left: -1.25em;
  font-weight: 600;
}
.wrapper .wrapper--narrow ul{
  list-style: square;
}
.tax-card__tooltip ul{
  list-style: square;
}
.tax-card__tooltip ul li:before{
  display: none;
}
/*таблицы */
table {
  width: 100%;
  font-size: 14px;
  line-height: normal;
  border-collapse: collapse;
  text-align: left;
}
table a:not([class]) {
  text-decoration: underline;
}

.table-wrapper {
  max-width: 100%;
  overflow: auto;
  margin: 2em 0 1em;
}
.table-wrapper:first-child {
  margin-top: 0;
}
.table-wrapper:last-child {
  margin-bottom: 0;
}

td, th {
  border: 1px solid #f1f4f7;
  padding: 10px 10px;
}

th {
  text-align: inherit;
  font-weight: 600;
  background-color: #f1f4f7;
}
th:nth-last-child(n+2) {
  border-right-color: #fff;
}

/*контейнеры */
.box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
	  flex-wrap: wrap;
  margin: 0 -15px;
}

.wrapper {
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 15px;
}
.wrapper p,
.wrapper .table {
  max-width: 945px;
  margin: 0 auto;
  margin-bottom: 10px;
}
.wrapper h2{
  max-width: 1100px;
  margin: 0 auto;
  margin-bottom: 25px;
}
.wrapper--wide {
  max-width: 100%;
  padding-left: 45px;
  padding-right: 45px;
}
.wrapper--narrow {
  max-width: 945px;
}
.wrapper--medium {
  max-width: 945px;
}

/*для слайдера */
.slick-dots {
  margin: 0;
  padding: 0;
  font-size: inherit;
  color: #132451;
  text-align: center;
}
.slick-dots > li {
  margin: 0;
}
.slick-dots > li:before {
  position: static;
  display: none;
  color: inherit;
  font: inherit;
}
.slick-dots > li {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
  padding: 12.5px;
}
.slick-dots > li:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: currentColor;
}
.slick-dots > li:after {
  content: "";
  display: block;
  position: absolute;
  width: 35px;
  height: 35px;
  border: 1px solid;
  border-radius: 50%;
  top: -2.5px;
  left: -2.5px;
  -webkit-transform: scale(0);
		  transform: scale(0);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.slick-dots > li.slick-active:after {
  -webkit-transform: scale(1);
		  transform: scale(1);
}
.slick-dots--small > li {
  margin: 0 2px;
  width: 17px;
  height: 17px;
  padding: 6px;
}
.slick-dots--small > li:after {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/*ШАПКА */
.logo {
  display: inline-block;
  max-width: 100%;
  color: inherit;
}
.logo__image {
  display: block;
  width: 100%;
  fill: currentColor;
}

/*для нормальных браузеров, корректно работающих с height: auto для svg */
@supports(display: block) {
  .logo__image {
	height: auto;
  }
}
.custom-select {
  display: inline-block;
  position: relative;
  font-size: 14px;
  font-weight: bold;
  -webkit-user-select: none;
	 -moz-user-select: none;
	  -ms-user-select: none;
		  user-select: none;
}
.custom-select__output {
  padding-left: 25px;
}
.custom-select__output:after {
  display: inline-block;
  content: "";
  font-family: fontAwesome;
  font-weight: 400;
  margin-left: 10px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.custom-select--open .custom-select__output:after {
  -webkit-transform: scaleY(-1);
		  transform: scaleY(-1);
}
.custom-select__list {
  margin: 0;
  padding: 0;
  font-size: inherit;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  display: none;
}
.custom-select__list > li {
  margin: 0;
}
.custom-select__list > li:before {
  position: static;
  display: none;
  color: inherit;
  font: inherit;
}
.custom-select--open .custom-select__list {
  display: block;
}
.custom-select__option {
  padding: 0 10px 0 25px;
}
.custom-select__option a {
  color: inherit;
}

.search-form {
  display: inline-block;
  position: relative;
}
.search-form__input {
  position: absolute;
  top: 0;
  right: -5px;
  background: none;
  border: 1px solid;
  padding: 2px 23px 2px 10px;
  z-index: 2;
  width: calc(100% + 5px);
  margin: 0;
  color: inherit;
  -webkit-transition: all 0.3s ease 0.1s;
  transition: all 0.3s ease 0.1s;
  overflow: hidden;
  text-overflow: ellipsis;
  opacity: 0;
  border-radius: 10px;
}
.search-form__input:focus {
  width: 180px;
  z-index: 0;
  opacity: 1;
  -webkit-transition-delay: 0;
		  transition-delay: 0;
}
.search-form__submit {
  display: block;
  -webkit-appearance: none;
	 -moz-appearance: none;
		  appearance: none;
  font-family: fontAwesome;
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  position: relative;
  z-index: 3;
  font-size: 16px;
  line-height: 1.5;
  width: 1.5em;
  text-align: center;
  cursor: pointer;
}
.phone-link {
  color: inherit;
  font-weight: bold;
  text-decoration: none;
}
.phone-link:before {
  content: "";
  font-family: fontAwesome;
  font-weight: 400;
  margin-right: 15px;
}

.menu {
  margin: 0 auto;
}
.menu > ul {
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-size: 14px;
  font-weight: 600;
  -webkit-user-select: none;
	 -moz-user-select: none;
	  -ms-user-select: none;
		  user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
	  flex-wrap: wrap;
}
.menu > ul > li {
  margin: 0;
}
.menu > ul > li:before {
  position: static;
  display: none;
  color: inherit;
  font: inherit;
}
.menu > ul ul {
  display: none;
  margin: 0;
  padding: 0;
  font-size: inherit;
}
.menu > ul ul > li {
  margin: 0;
}
.menu > ul ul > li:before {
  position: static;
  display: none;
  color: inherit;
  font: inherit;
}
.menu > ul > li {
  display: inline-block;
}
.menu > ul > li > a,.menu > ul > li > span {
  display: block;
  color: inherit;
  padding: 26px 20px;
  font-family: 'Roboto';
  font-size: 14px;
 text-transform: uppercase;
}

.news-block__box .news-card__title{
  font-weight: normal;
  font-size: 14px;
}
.menu-btn {
  display: none;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  color: #fff;
  padding: 5px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header_dark {
  background-color: #4A4A49;
}
.header_dark ~ main {
  margin-top: 83px;
}
.header--fixed {
  background-color: #fff;
  color: #636466 !important;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
		  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
	  -ms-flex-align: center;
		  align-items: center;
  position: relative;
}
.header__logo {
  width: 170px;
  color: #fff;
  -webkit-transition: inherit;
  transition: inherit;
}
.header--fixed .header__logo {
  color: #5d6568;
}
.header__menu-pointer {
  position: absolute;
  /*border-top: 2px solid #065aa0;*/
  position: absolute;
  bottom: -2px;
  left: 0%;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 2px;
  width: 100%;
  background:#223764 url('../img/linia.png') left no-repeat;

}
.header__menu-pointer--active {
  opacity: 1;
}
.header__lang {
  position: absolute;
  top: 100%;
  right: 45px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.header__search {
  position: absolute;
  top: calc(100% - 22px);
  right: 42px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

/*ОСНОВНОЕ СОДЕРЖИМОЕ */
@-webkit-keyframes up-down {
  0% {
	-webkit-transform: translateY(0);
			transform: translateY(0);
  }
  50% {
	-webkit-transform: translateY(5px);
			transform: translateY(5px);
  }
  100% {
	-webkit-transform: translateY(0);
			transform: translateY(0);
  }
}
@keyframes up-down {
  0% {
	-webkit-transform: translateY(0);
			transform: translateY(0);
  }
  50% {
	-webkit-transform: translateY(5px);
			transform: translateY(5px);
  }
  100% {
	-webkit-transform: translateY(0);
			transform: translateY(0);
  }
}
@-webkit-keyframes progress {
  from {
	stroke-dasharray: 0, 106.13px;
  }
  to {
	stroke-dasharray: 106.13px, 106.13px;
  }
}
@keyframes progress {
  from {
	stroke-dasharray: 0, 106.13px;
  }
  to {
	stroke-dasharray: 106.13px, 106.13px;
  }
}
@-webkit-keyframes showClip {
  from {
	-webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
			clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  }
  to {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
			clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@keyframes showClip {
  from {
	-webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
			clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  }
  to {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
			clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
.index-block {
  position: relative;
  color: #fff;
}
.index-block__slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.index-block__slide {
  min-height: 100vh;
  /*min-height: var(--w-height);*/
  padding: 200px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
	  -ms-flex-direction: column;
		  flex-direction: column;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
.index-block__slide.slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-flex: 1;
	  -ms-flex: 1 1 auto;
		  flex: 1 1 auto;
}
.index-block__slide:not(.slick-slide):nth-child(n+2) {
  display: none;
}
.index-block__slide:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.index-block__video-bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
	 object-fit: cover;
  -o-object-position: center;
	 object-position: center;
}
.index-block__dots {
  margin: 0;
  padding: 0;
  font-size: inherit;
  position: absolute;
  right: 55px;
  top: 50%;
  -webkit-transform: translateY(-50%);
		  transform: translateY(-50%);
  z-index: 1;
}
.index-block__dots > li {
  margin: 0;
  cursor: pointer;
}
.index-block__dots > li:before {
  position: static;
  display: none;
  color: inherit;
  font: inherit;
}
.index-block__dots > li {
  position: relative;
  width: 30px;
  height: 30px;
}
.index-block__dots > li:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: currentColor;
  position: absolute;
  top: calc(50% - 2.5px);
  left: calc(50% - 2.5px);
}
.index-block__progress {
  display: block;
  width: 35px;
  height: 35px;
  position: absolute;
  top: -2.5px;
  left: -2.5px;
  -webkit-transform-origin: center;
		  transform-origin: center;
  -webkit-transform: scale(0);
		  transform: scale(0);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.slick-active .index-block__progress {
  -webkit-transform: scale(1);
		  transform: scale(1);
}
.index-block__progress-bar, .index-block__progress-track {
  fill: none;
  stroke-width: 1px;
  stroke: currentColor;
}
.index-block__progress-track {
  stroke-opacity: 0.5;
}
.index-block__progress-bar {
  -webkit-transform-origin: center;
		  transform-origin: center;
  -webkit-transform: rotate(-90deg);
		  transform: rotate(-90deg);
  stroke-dasharray: 0, 106.13px;
}
.slick-active .index-block__progress-bar {
  -webkit-animation: progress 5s linear forwards;
		  animation: progress 5s linear forwards;
}
.index-block__content {
  width: 100%;
  margin: auto 0;
  position: relative;
  z-index: 2;
}
.index-block__text {
  max-width: 815px;
  padding: 0 30px;
  margin: 0 auto;
}
.index-block__title {
  font-size: 60px;
  line-height: 1.2;
  font-weight: bold;
  margin: 0 0 0.4em;
  color: inherit;
  word-wrap: break-word;
}
.slick-slide .index-block__title {
  opacity: 0;
  -webkit-transform: translateX(50%);
		  transform: translateX(50%);
  -webkit-transition: all 1s ease 0.5s;
  transition: all 1s ease 0.5s;
}
.slick-current .index-block__title {
  opacity: 1;
  -webkit-transform: translateX(0);
		  transform: translateX(0);
}
.index-block__title a {
  color: inherit;
}
.slick-slide .index-block__link {
  opacity: 0;
  -webkit-transform: translateX(200px);
		  transform: translateX(200px);
  -webkit-transition: opacity 1s ease 0.3s, background-color 0.3s ease, border-color 0.3s ease, -webkit-transform 1s ease 0.3s;
  transition: opacity 1s ease 0.3s, background-color 0.3s ease, border-color 0.3s ease, -webkit-transform 1s ease 0.3s;
  transition: transform 1s ease 0.3s, opacity 1s ease 0.3s, background-color 0.3s ease, border-color 0.3s ease;
  transition: transform 1s ease 0.3s, opacity 1s ease 0.3s, background-color 0.3s ease, border-color 0.3s ease, -webkit-transform 1s ease 0.3s;
}
.slick-current .index-block__link {
  opacity: 1;
  -webkit-transform: translateX(0);
		  transform: translateX(0);
}
.index-block__scroll {
  display: inline-block;
  position: absolute;
  left: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
		  transform: translateY(-50%);
  cursor: pointer;
  text-align: center;
  z-index: 1;
}
.index-block__scroll:before {
  content: "";
  display: block;
  font: normal normal 40px/1 icomoon;
}
.index-block__scroll:after {
  content: "";
  display: inline-block;
  font: normal normal 15px/1.2 fontAwesome;
  vertical-align: top;
  -webkit-animation: up-down 1s ease-out infinite;
		  animation: up-down 1s ease-out infinite;
}
.index-block__menu {
  margin: 0;
  padding: 0;
  font-size: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
	  -ms-flex-pack: justify;
		  justify-content: space-between;
  font-size: 18px;
  line-height: 1.3333333333;
  font-weight: bold;
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 100%;
  -webkit-user-select: none;
	 -moz-user-select: none;
	  -ms-user-select: none;
		  user-select: none;
  text-align: center;
}
.index-block__menu > li {
  margin: 0;
}
.index-block__menu > li:before {
  position: static;
  display: none;
  color: inherit;
  font: inherit;
}
.index-block__menu > li {
  width: 16%;
  padding: 10px;
  margin: 0 auto;
}
.index-block__menu > li > a {
  display: block;
  color: inherit;
  border: 1px solid #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: normal;
}

.about-block {
  padding: 25px 0 25px;
}
.about-block__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
	  -ms-flex-align: start;
		  align-items: flex-start;
}
.about-block__text {
  position: relative;
  -webkit-box-flex: 1;
	  -ms-flex: 1 1 50%;
		  flex: 1 1 50%;
  padding: 0 55px 0 200px;
  line-height: 1.6666666667;
  text-align: justify;
}
.about-block__text ul {
  margin: 0;
  padding: 0;
  font-size: inherit;
  list-style: square;
  padding-left: 1.1em;
  padding-top: 17px;
}
.about-block__text ul > li {
  margin: 0;
}
.about-block__text ul > li:before {
  position: static;
  display: none;
  color: inherit;
  font: inherit;
}
.about-block__title {
  color: #636466;
  font-size: 36px;
  text-align: center;
}
.about-block__img {
  display: block;
  width: 174px;
  position: absolute;
  top: 0;
  left: 0;
}
.about-block__stat {
  -webkit-box-flex: 1;
	  -ms-flex: 1 1 50%;
		  flex: 1 1 50%;
}
.about-block__item {
  margin: 0 15px 35px;
  padding: 0 10px;
  width: calc(50% - 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
	  -ms-flex-direction: column;
		  flex-direction: column;
  -webkit-box-align: center;
	  -ms-flex-align: center;
		  align-items: center;
  -webkit-box-pack: justify;
	  -ms-flex-pack: justify;
  justify-content: flex-start;
  font-size: 14px;
  line-height: 1.2857142857;
  color: #636466;
  text-align: center;
}
.about-block__item-title {
  font-size: 18px;
  line-height: normal;
  color: #154071;
  text-transform: uppercase;
  width: 100%;
  margin: 0 0 0.3em;
}
.about-block__item-title:last-child {
  margin-bottom: 0;
}
.about-block__item-title strong {
  display: block;
  font-size: 1.8em;
  line-height: 1;
}
.about-block__item-title strong:only-child {
  line-height: 1.4;
}

.news-card {
  width: 300px;
  margin: 0 15px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
	  -ms-flex-direction: column;
		  flex-direction: column;
}
.news-card__pic {
  display: block;
  overflow: hidden;
  margin: 0 0 30px;
}
.news-card__pic img {
  display: block;
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
	 object-fit: cover;
  -o-object-position: center;
	 object-position: center;
}
.news-card__date {
  line-height: normal;
  font-size: 14px;
  color: #6b7283;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 25px;
}
.news-card__title {
  padding: 0 0 1em;
  margin: 0 0 auto;
}
.news-card__title--big {
  font-size: 24px;
  line-height: 1.25;
  padding: 0;
  margin: 0 10px 0 0;
  -webkit-box-flex: 1;
	  -ms-flex: 1 1 auto;
		  flex: 1 1 auto;
}
.news-card__title a {
  color: inherit;
}
.news-card__link {
  -webkit-box-flex: 0;
	  -ms-flex: 0 0 auto;
		  flex: 0 0 auto;
  -ms-flex-item-align: start;
	  align-self: flex-start;
}
.news-card__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
	  -ms-flex-align: center;
		  align-items: center;
}

.news-block {
  background-color: #f5f8fd;
  padding: 25px 0;
  overflow: hidden;
}
.news-block--no-bg {
  background: none;
}
.news-block__box {
  margin: 0 -15px -30px;
}
.news-block__box:empty {
  margin-bottom: 0;
}
.news-block__footer {
  text-align: center;
  margin: 35px 0 0;
}
.news-block__more {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  text-transform: uppercase;
  text-decoration: underline;
}
.news-block__pagination {
  margin: 10px 0 0;
}

.pagination {
  text-align: center;
  font-weight: 600;
}
.pagination__link {
  display: inline-block;
  vertical-align: middle;
  color: inherit;
  padding: 0 10px;
}
.pagination__link--angle {
  color: #0060cc;
}
.pagination__link--active {
  color: #0060cc;
}

.directions {
  padding: 0px 0;
  background-color: #f5f8fd;
}
.directions__slider {
  height: 540px;
  max-width: 1920px;
  padding: 0 0 10px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
	  -ms-flex-align: center;
		  align-items: center;

}
.directions__item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
  position: relative;
  height: 640px;
  color: #fff;
  -webkit-box-flex: 1;
	  -ms-flex: 1 1 auto;
		  flex: 1 1 auto;
  -webkit-user-select: none;
	 -moz-user-select: none;
	  -ms-user-select: none;
		  user-select: none;
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
		  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  -webkit-animation: showClip 1s ease;
		  animation: showClip 1s ease;
  -webkit-animation-fill-mode: forwards;
		  animation-fill-mode: forwards;
}
.directions__item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.directions__item-text {
  width: 570px;
  padding: 0 47px;
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 50%;
  -webkit-transform: translateY(50%);
		  transform: translateY(50%);
  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;
}
.directions__item-title {
  margin: 0 15px 0 0;
  -webkit-box-flex: 1;
	  -ms-flex: 1 1 auto;
		  flex: 1 1 auto;
  font-size: 18px;
  line-height: 1.5;
}
.directions__item-btn {
  -webkit-box-flex: 0;
	  -ms-flex: 0 0 auto;
		  flex: 0 0 auto;
}
.directions__item-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.breadcrumbs {
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-size: 12px;
  line-height: normal;
  margin: 0 0 30px;
  position: relative;
}
.breadcrumbs > li {
  margin: 0;
}
.breadcrumbs > li:before {
  position: static;
  display: none;
  color: inherit;
  font: inherit;
}
.breadcrumbs > li {
  display: inline-block;
  margin: 0 0.75em;
}
.breadcrumbs > li:not(:last-child):after {
  content: "|";
  margin-left: 1.6em;
}
.breadcrumbs a {
  color: inherit;
}

.breadcrumbs_arrow {
  color: #1D1D1B;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.02em;
}
.breadcrumbs_arrow > li:not(:last-child)::after {
  content: ">>";
  margin-left: .5em;
}
.breadcrumbs_arrow > li {
  margin: 0 0.25em;
}
.breadcrumbs_arrow > li:last-child {
  font-weight: 400;
}

.top-block {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding: 150px 0 74px;
  text-align: center;
  color: #fff;
  position: relative;
}
.top-block:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.top-block__title {
  margin: 0;
  color: inherit;
  position: relative;
  font-weight: normal;
  word-wrap: break-word;
}

.timeline {
  padding: 25px 0 25px;
  color: #4D4D4F;
}
.timeline__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  overflow: auto;
}
.timeline__item {
  position: relative;
  border: 1px solid;
  border-right: none;
  -o-border-image: linear-gradient(to right, #234093 90px, #189655);
	 border-image: linear-gradient(to right, #234093 90px, #189655);
  border-image-slice: 1;
  width: 80px;
  -webkit-box-flex: 1;
	  -ms-flex: 1 1 auto;
		  flex: 1 1 auto;
  overflow: hidden;
  min-height: 450px;
  margin: 20px 0;
  padding: 48px 0;
}
.timeline__item:last-child {
  border-right: 1px solid;
}
.timeline__item-head {
  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;
  position: absolute;
  color: #A7A9AC;
  font: normal normal 30px/1 Supermolot, sans-serif;
  top: 14px;
  left: 10px;
  -webkit-transform-origin: right top;
		  transform-origin: right top;
  -webkit-transform: translateX(-100%) rotate(-90deg);
		  transform: translateX(-100%) rotate(-90deg);
  -webkit-user-select: none;
	 -moz-user-select: none;
	  -ms-user-select: none;
		  user-select: none;
}
.timeline__year {
  display: inline-block;
  margin-right: 0.5em;
}
.timeline__btn {
  display: inline-block;
  width: 16px;
  height: 16px;
  -webkit-box-flex: 0;
	  -ms-flex: 0 0 auto;
		  flex: 0 0 auto;
  position: relative;
  cursor: pointer;
}
.timeline__btn:before, .timeline__btn:after {
  content: "";
  display: block;
  position: absolute;
  top: 20%;
  width: 75%;
  border-top: 1px solid;
}
.timeline__btn:before {
  left: 0;
  -webkit-transform-origin: left center;
		  transform-origin: left center;
  -webkit-transform: rotate(45deg);
		  transform: rotate(45deg);
}
.timeline__btn:after {
  right: 0;
  -webkit-transform-origin: right center;
		  transform-origin: right center;
  -webkit-transform: rotate(-45deg);
		  transform: rotate(-45deg);
}
.timeline__content {
  border-top: 1px solid #fff;
  display: none;
  font-size: 13px;
  line-height: normal;
  padding: 14px 0 0;
}
.timeline__content p {
  margin: 0 0 1em;
}
.timeline__content p:last-child {
  margin-bottom: 0;
}
.timeline__content strong {
  display: block;
  color: #234093;
  font-size: 3em;
  line-height: normal;
  font-weight: bold;
  font-family: Supermolot, sans-serif;
}
.timeline__content strong small {
  font-size: calc(1em / 3);
}
.timeline__content img {
  vertical-align: top;
}
.timeline__item--white .timeline__content {
  border-color: #A7A9AC;
}
.timeline__event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
	  -ms-flex-align: start;
		  align-items: flex-start;
  margin: 0 0 1em;
}
.timeline__event:last-child {
  margin-bottom: 0;
}
.timeline__event-date {
  font-weight: bold;
  color: #fff;
  width: 40px;
  -webkit-box-flex: 0;
	  -ms-flex: 0 0 auto;
		  flex: 0 0 auto;
  text-transform: uppercase;
}
.timeline__event-description {
  -webkit-box-flex: 1;
	  -ms-flex: 1 1 auto;
		  flex: 1 1 auto;
  width: calc(100% - 40px);
}
.timeline__gallery {
  margin: 0 -5px 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
	  flex-wrap: wrap;
}
.timeline__gallery:last-child {
  margin-bottom: 0;
}
.timeline__gallery-item {
  display: block;
  width: 89px;
  margin: 5px;
}
.timeline__gallery-item img {
  display: block;
  width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
	 object-fit: cover;
  -o-object-position: center;
	 object-position: center;
}
.text-block {
  padding: 50px 0 60px;
  text-align: justify;
}
.text-block ul strong {
  font-weight: 600;
}

.video {
  position: relative;
}
.video:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.video--playing:before {
  background-color: transparent;
  pointer-events: none;
}
.video__tag {
  display: block;
  width: 100%;
  height: auto;
  max-height: calc(480 * 100vw / 1440);
  -o-object-fit: cover;
	 object-fit: cover;
  -o-object-position: center;
	 object-position: center;
}
.video__btn {
  display: inline-block;
  cursor: pointer;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 31px);
  left: calc(50% - 31px);
  color: #fff;
  text-align: center;
  border: 3px solid;
  font: normal normal 27px/56px icomoon;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.video__btn:before {
  content: "";
}
.video--playing .video__btn {
  opacity: 0;
}
.video--playing .video__btn:before {
  content: "";
}

.products {
  padding: 45px 0 0;
}
.products--gray {
  background-color: #f5f8fd;
}
.products__box {
  -webkit-box-pack: justify;
	  -ms-flex-pack: justify;
		  justify-content: space-between;
}
.products__card {
  display: block;
  font-family: Muller, sans-serif;
  width: calc(50% - 45px);
  margin: 0 15px 70px;
  position: relative;
  color: #fff;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 800;
  letter-spacing: 0.01em;
  padding: 30px 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 390px;
}
.products__card:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.33);
}
.products__caption {
  display: block;
  position: relative;
  z-index: 1;
}

.docs {
  padding: 10px 0 30px;
  overflow: hidden;
}
.docs__title {
  margin-top: 1em;
}
.docs__box {
  margin: 0 -50px;
}
.docs__card {
  display: block;
  color: #0060cc;
  border: 1px solid #dfdfdf;
  width: calc(100% / 3 - 100px);
  margin: 0 50px 30px;
  background-color: #fff;
  padding: 40px;
  text-align: center;
  font-size: 14px;
  line-height: 1.7142857143;
  font-weight: bold;
  text-transform: uppercase;
}
.docs__card:before {
  content: "";
  display: block;
  margin: 0 0 0.5em;
  font: normal normal 66px/1 icomoon;
}
.docs__card[href*=".pdf"]:before {
  content: "";
}

.form {
  padding: 25px 0 25px;
  font-size: 16px;
  line-height: 1.5;
  color: #69727c;
}
.form__fieldset {
  margin: 0 0 45px;
}
.form__fieldset:last-child {
  margin-bottom: 0;
}
.form__title {
  margin: 0 0 0.75em;
}
.form p {
  margin: 0 0 1.5em;
}
.form p:last-child {
  margin-bottom: 0;
}
.form__btn {
  margin: 0 0 40px;
}
.form__btn:last-child {
  margin-bottom: 0;
}

.result {
  padding: 64px 0 0;
}
.result__title {
  margin: 0 0 1.2em;
}
.result__content {
  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;
}
.result__column {
  -webkit-box-flex: 0;
	  -ms-flex: 0 0 calc(50% - 30px);
		  flex: 0 0 calc(50% - 30px);
}
.result__field {
  margin: 0 0 1.54em;
}
.result__key {
  font: inherit;
  margin: 0 0 0.8em;
}
.result__value {
  font: normal bold 18px/normal Muller, sans-serif;
  color: #00030a;
}
.result__table {
  font-size: 16px;
}
.result__table td, .result__table th {
  padding: 11px 15px;
  border: none;
}
.result__table td:first-child, .result__table th:first-child {
  padding-left: 0;
}
.result__table td:last-child, .result__table th:last-child {
  padding-right: 0;
}
.result__table th {
  font-weight: inherit;
  text-align: inherit;
  background: none;
}
.result__table td {
  color: #00030a;
  font-family: Muller, sans-serif;
  font-weight: bold;
}
.result__table thead th {
  padding-top: 0;
}
.result__footer {
  border-top: 1px solid #ddd;
  margin-top: 26px;
  padding: 31px 86px 0;
  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;
  font-size: 16px;
}
.result__text {
  max-width: calc(50% - 15px);
}
.result__total {
  font: normal bold 30px/normal Muller, sans-serif;
  color: #0060cc;
  max-width: calc(50% - 15px);
}

.tabs__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
	  flex-wrap: wrap;
  margin: 0 0 30px;
}
.tabs__trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
	  -ms-flex: 1 1 auto;
		  flex: 1 1 auto;
  padding: 20px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #132451;
  cursor: pointer;
  -webkit-user-select: none;
	 -moz-user-select: none;
	  -ms-user-select: none;
		  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tabs__trigger.active {
  color: #0060cc;
}
.tabs__trigger.active span {
  border-color: currentColor;
}
.tabs__trigger span {
  display: inline-block;
  max-width: 100%;
  margin: auto;
  border-bottom: 2px solid transparent;
}

.black-card {
  margin: 10px 10px 10px 10px;
  width: calc(100% / 3 - 20px);
  position: relative;
  min-height: 315px;
  cursor: pointer;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #001b26;
  text-align: center;
  padding: 88px 20px 30px;
  color: #fff;
  /*тут эффект при наведении делаем для всех разрешений, т.к. в некоторых карточках ссылки не будет, а доп. контент посмотреть надо */
}
.black-card[style]:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.55);
}
.black-card--big {
  width: calc(50% - 20px);
  padding: 60px 50px 80px;
  min-height: 390px;
  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: center;
	  -ms-flex-align: center;
		  align-items: center;
}
.black-card--center {
  padding: 30px;
  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: center;
	  -ms-flex-align: center;
		  align-items: center;
}
.black-card--small {
  margin: 0 20px 40px;
  width: calc(25% - 40px);
  min-height: 268px;
  padding: 60px 30px;
  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: center;
	  -ms-flex-align: center;
		  align-items: center;
}
.black-card--small[style]:before {
  display: none;
}
.black-card__icon {
  display: block;
  width: 100px;
  height: 80px;
  -o-object-fit: contain;
	 object-fit: contain;
  -o-object-position: center;
	 object-position: center;
  margin: 0 auto 7px;
  -webkit-user-select: none;
	 -moz-user-select: none;
	  -ms-user-select: none;
		  user-select: none;
  position: relative;
  z-index: 1;
}
.black-card__icon--medium {
  height: 120px;
  width: auto;
}
.black-card__icon--big {
  height: 150px;
  width: auto;
}
.black-card__title {
  font-size: 24px;
  line-height: 1.25;
  margin: 0;
  position: relative;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}
.black-card__title--small {
  font-size: 18px;
  line-height: 1.3333333333;
}
.black-card__title--medium {
  font-size: 20px;
  line-height: 1.5;
}
.black-card__title--big {
  font-size: 48px;
  line-height: 1;
}
.black-card__btn {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.black-card__link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.black-card__tooltip {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  background-color: #fff;
  font-size: 14px;
  line-height: 1.67;
  color: #132451;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
		  box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
  text-align: justify;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: default;
}

.black-card__tooltip ul {
	list-style: square;
}

.black-card__tooltip ul > li::before{
  display: none;
}
.black-card__tooltip ul li{
  font: normal normal 14px/1.67 Geometria, sans-serif;
}

.black-card__tooltip h2 {
  font-size: 1.1428571429em;
}
.black-card__tooltip h4, .black-card__tooltip p {
  margin: 0;
}
.black-card:hover .black-card__tooltip {
  opacity: 1;
  pointer-events: auto;
}

/*почти тоже самое, что и black-card, но заголовок внизу. Делать модификаторы black-card дальше уже перебор */
.tax-card {
  width: calc(25% - 40px);
  margin: 0 20px 10px;
  position: relative;
  min-height: 270px;
  color: #fff;
  padding: 26px 70px 26px 26px;
  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-start;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #132451;
  /*тут эффект при наведении делаем для всех разрешений, т.к. в некоторых карточках ссылки не будет, а доп. контент посмотреть надо */
}
.tax-card:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.tax-card--big {
  width: calc(50% - 40px);
  min-height: 390px;
  padding: 30px 90px 30px 25px;
  max-width: 945px;
}
.tax-card__link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.tax-card__btn {
  position: absolute;
  right: 19px;
  bottom: 16px;
}
.tax-card__btn--big-space {
  right: 29px;
  bottom: 24px;
}
.tax-card__title {
  position: relative;
  z-index: 2;
  font-size: 20px;
  line-height: 1.5;
  margin: 0;
  color: inherit;
  width: 100%;
  top: 0px;
}
.tax-card__title--big {
  font-size: 24px;
}
.tax-card__tooltip {
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  overflow: hidden;
  left: 0;
  background-color: #fff;
  font-size: 14px;
  line-height: 1.67;
  color: #132451;
  text-align: left;
  width: 100%;
  padding: 23px 25px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
		  box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tax-card__tooltip h2 {
  font-size: 1.1428571429em;
}
.tax-card__tooltip img{
  height: auto !important;
}
.tax-card__tooltip h4, .tax-card__tooltip p {
  margin: 0;
  font-size: 13px;
}
.tax-card:hover .tax-card__tooltip {
  opacity: 1;
  pointer-events: auto;
}

/*еще один вид карточки в категории с наложенным фильтром и текстом-подсказкой на целый ряд карточек */
.gray-card {
  margin: 0 20px 40px;
  width: calc(100% / 3 - 40px);
  min-height: 288px;
  /*-webkit-filter: grayscale(1) brightness(1.1);
		  filter: grayscale(1) brightness(1.1);*/
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  cursor: pointer;
}
.gray-card:before {
  content: "";
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.gray-card__caption {
  margin: 0;
  position: relative;
  padding: 20px 50px 20px 20px;
  text-transform: uppercase;
  font-size: 17px;
}
.gray-card__caption:after {
  content: "";
  font-family: fontAwesome;
  font-weight: 300;
  position: absolute;
  top: 20px;
  right: 20px;
  line-height: 1;
  font-size: 1.5em;
}
.gray-card__inner {
  display: none;
  position: absolute;
  left: 20px;
  width: calc(100% - 40px);
  background-color: #D1D3D4;
  min-height: 288px;
  z-index: 2;
  opacity: 0;
  -webkit-animation: fadeIn 0.3s ease forwards;
		  animation: fadeIn 0.3s ease forwards;
  cursor: default;
  padding: 20px 80px 20px 20px;
  -webkit-box-pack: justify;
	  -ms-flex-pack: justify;
		  justify-content: space-between;
  font-size: 15px;
  color: #4D4D4F;
}
.gray-card__close-btn {
  display: inline-block;
  cursor: pointer;
  font-size: 20px;
  line-height: 1;
  padding: 13px;
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
}
.gray-card__main {
  width: 35%;
}
.gray-card__title {
  font-size: 18px;
  font-family: Supermolot, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
.gray-card__text {
  width: 50%;
}
.gray-card__text table {
  text-transform: uppercase;
  color: #234093;
}
.gray-card__text td, .gray-card__text th {
  padding: 7px 20px;
  vertical-align: top;
  border: none;
}
.gray-card__text td:first-child, .gray-card__text th:first-child {
  padding-left: 0;
}
.gray-card__text td:last-child, .gray-card__text th:last-child {
  padding-right: 0;
}
.gray-card__text p {
  margin: 0 0 0.5em;
}
.gray-card__text p:last-child {
  margin-bottom: 0;
}
.gray-card__text strong {
  display: block;
  font: normal bold 30px/1.1 Supermolot, sans-serif;
  color: #234093;
}
.gray-card__text strong small {
  font-size: 8px;
}

.category {
  padding: 25px 0 25px;
}
.category--bg {
  background-color: #f5f8fd;
}
.category__title {
  color: inherit;
}
.category__text {
  line-height: 1.3333333333;
  margin: 0 0 3em;
  text-align: justify;
  max-width: 945px;
  margin: 0 auto;
  margin-bottom: 1em;
}
.category__text:last-child {
  margin-bottom: 0;
}
.category__box {
  /*margin: 0 -20px;*/
  position: relative;
}
.category__box--center {
  -webkit-box-pack: center;
	  -ms-flex-pack: center;
		  justify-content: center;
}



.gallery {
  padding: 0px 0;
}
.gallery__box {
  -webkit-box-pack: justify;
	  -ms-flex-pack: justify;
		  justify-content: space-between;
}
.gallery__item {
  display: block;
  margin: 10px;
  width: calc(50% - 25px);
}
.gallery__item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
	 object-fit: cover;
  -o-object-position: center;
	 object-position: center;
}

.post {
  padding: 25px 0 25px;
  text-align: justify;
}
.post__title {
  font-size: 24px;
  line-height: 1.4166666667;
  text-align: left;
}
.post__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
	  -ms-flex-align: baseline;
		  align-items: baseline;
  -webkit-box-pack: justify;
	  -ms-flex-pack: justify;
		  justify-content: space-between;
  margin: 0 0 40px;
}
.post__date {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #0060cc;
  display: inline-block;
}
.post__share {
  font-size: 14px;
  font-weight: bold;
  color: #b7bcc1;
  text-transform: uppercase;
}
.post__share:after {
  content: "";
  font-family: fontAwesome;
  font-weight: 400;
  margin: 0 2px 0 10px;
}
.post__image {
  display: block;
  width: 100%;
  margin: 0 0 35px;
}
.post__nav {
  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;
  margin: 50px 0 0;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.post__nav-link {
  display: inline-block;
  color: inherit;
  -webkit-user-select: none;
	 -moz-user-select: none;
	  -ms-user-select: none;
		  user-select: none;
}
.post__nav-link:before, .post__nav-link:after {
  display: inline-block;
  vertical-align: middle;
  width: 47px;
  height: 47px;
  border-radius: 50%;
  color: #0060cc;
  border: 1px solid #0060cc;
  font: normal normal 23px/44px fontAwesome;
  text-align: center;
}
.post__nav-link--prev:before {
  content: "";
  margin-right: 15px;
}
.post__nav-link--next:after {
  content: "";
  margin-left: 15px;
}

.visual-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
	  flex-wrap: wrap;
}
.visual-nav__item {
  width: 50%;
  min-height: 348px;
  padding: 45px 50px 100px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
}
.visual-nav__item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.visual-nav__item-title {
  font-size: 30px;
  line-height: normal;
  margin: 0;
  position: relative;
}
.visual-nav__link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.visual-nav__btn {
  position: absolute;
  bottom: 40px;
  right: 40px;
}

/*табличка с градиентом на странице "О нас" */
.rating-table {
  border-collapse: separate;
  border-spacing: 1px;
  table-layout: fixed;
  text-align: center;
  margin: 0 0 40px;
}
.rating-table:last-child {
  margin-bottom: 0;
}
.rating-table td, .rating-table th {
  border: none;
  padding: 12px 18px;
  vertical-align: middle;
}
.rating-table th {
  background: none;
}
.rating-table th img {
  width: 100%;
  max-height: 60px;
  max-width: 100px;
}
.rating-table tbody {
  /*background: -webkit-gradient(linear, left top, right top, from(#132d59), to(#009534));
  background: linear-gradient(to right, #132d59, #009534);*/
  font-size: 24px;
  font-weight: bold;
  line-height: 1.25;
  color: #132451;
}

.about {
  padding: 25px 0 25px;
}
.about__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
	  -ms-flex-align: start;
		  align-items: flex-start;
}
.about__text {
  -webkit-box-flex: 0;
	  -ms-flex: 0 1 510px;
		  flex: 0 1 510px;
  margin-right: auto;
}
.about__text h2 {
  color: inherit;
}
.about__stat {
  width: calc(57% + 20px);
  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;
}
.about__item {
  width: calc(50% - 15px);
  margin: 0 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
	  -ms-flex-direction: column;
		  flex-direction: column;
  -webkit-box-pack: justify;
	  -ms-flex-pack: justify;
		  justify-content: space-between;
}
.about__item--horizontal {
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
	  -ms-flex-direction: row;
		  flex-direction: row;
  -webkit-box-align: start;
	  -ms-flex-align: start;
		  align-items: flex-start;
		  max-width: 340px;
}
.about__subtitle {
  font-size: 20px;
  line-height: 1.5;
  margin: 0 0 1.8em;
}
.about__subtitle:last-child {
  margin-bottom: 0;
}
.about__chart {
  width: 100%;
  height: 410px;
  -webkit-box-flex: 0;
	  -ms-flex: 0 0 auto;
		  flex: 0 0 auto;
}
.about__chart--doughnut {
  width: 320px;
  height: 220px;
  margin-left: 50px;
}

.media {
  padding: 60px 0 50px;
}
.media__content {
  margin: 0 0 25px;
}
.media__content:last-child {
  margin-bottom: 0;
}

.file-link {
  color: inherit;
  line-height: 1.6666666667;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
	  -ms-flex-align: start;
		  align-items: flex-start;
  margin: 0 0 45px;
}
.file-link:last-child {
  margin-bottom: 0;
}
.file-link__head {
  display: block;
  width: 100px;
  -webkit-box-flex: 0;
	  -ms-flex: 0 0 auto;
		  flex: 0 0 auto;
}
.file-link__head--small {
  width: 86px;
}
.file-link__text {
  display: block;
  width: calc(100% - 100px);
  -webkit-box-flex: 1;
	  -ms-flex: 1 1 auto;
		  flex: 1 1 auto;
}
.file-link__text--blue {
  font-size: 16px;
  color: #525b74;
  font-weight: normal;
}
.file-link__date {
  display: block;
  font-weight: bold;
  font-size: 0.875em;
  margin: 0 0 0.75em;
}
.file-link__icon {
  display: block;
  color: #0060cc;
  font-size: 48px;
  line-height: 1;
  margin: 5px 0 10px;
}
.file-link__icon:last-child {
  margin-bottom: 0;
}
.file-link__icon--big {
  font-size: 66px;
}
.file-link__size {
  font-size: 14px;
  font-weight: 600;
  color: #a0a3a9;
  display: block;
}
.file-link__size--small {
  font-size: 14px;
  font-weight: 400;
  margin-top: 0.2em;
}

.brands {
  padding: 55px 0 10px;
}
.brands__section {
  margin: 0 0 40px;
}
.brands__box {
  margin: 0 -12.5px;
}
.brands__item {
  margin: 0 12.5px 20px;
  width: calc(20% - 25px);
  height: 138px;
  position: relative;
  background-color: #fff;
  border: 1px solid #e8e8ef;
  -webkit-user-select: none;
	 -moz-user-select: none;
	  -ms-user-select: none;
		  user-select: none;
}
.brands__item img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
		  transform: translate(-50%, -50%);
  max-width: calc(100% - 30px);
  max-height: calc(100% - 30px);
}

.contacts {
  padding: 25px 0 25px;
  font-size: 16px;
}
.contacts h3 {
  margin: 2em 0 1em;
}
.contacts h3:first-child {
  margin-top: 0;
}
.contacts h3:last-child {
  margin-bottom: 0;
}
.contacts h4 {
  margin: 1em 0;
}
.contacts h4:first-child {
  margin-top: 0;
}
.contacts h4:last-child {
  margin-bottom: 0;
}
.contacts h4 a {
  text-decoration: underline;
}
.contacts table {
  text-align: center;
  table-layout: fixed;
  background-color: #f1f4f7;
  padding: 30px 0 50px;
  font-size: inherit;
}
.contacts table td, .contacts table th {
  border: none;
}
.contacts table th {
  padding: 25px 15px 25px;
  font-size: 1.125em;
}
.contacts table td {
  padding: 5px 15px;
}
.contacts table tbody tr:last-child td, .contacts table tbody tr:last-child th {
  padding-bottom: 50px;
}
.contacts__columns {
  margin: 2em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
	  -ms-flex-pack: justify;
		  justify-content: space-between;
}
.contacts__columns:first-child {
  margin-top: 0;
}
.contacts__columns:last-child {
  margin-bottom: 0;
}
.contacts__column {
  -webkit-box-flex: 0;
	  -ms-flex: 0 1 50%;
		  flex: 0 1 50%;
}
.contacts__column:nth-child(2n) {
  padding-left: 66px;
}

.map {
  background-color: #f5f8fd;
  height: 500px;
  margin: 2em 0;
}
.map:first-child {
  margin-top: 0;
}
.map:last-child {
  margin-bottom: 0;
}

.contact {
  position: relative;
  padding: 0 0 0 2.2em;
  margin: 0 0 0.3em;
}
.contact:last-child {
  margin-bottom: 0;
}
.contact__icon {
  position: absolute;
  top: -3px;
  left: 0;
  font-size: 20px;
  line-height: 1.5;
  color: #050a14;
}

.accordeon {
  padding: 25px 0;
  font-size: 16px;
}
.accordeon__item {
  background-color: #f6f8fa;
  margin: 0 0 3px;
}
.accordeon__trigger {
  cursor: pointer;
  line-height: 1.5;
  padding: 22px 40px 22px 22px;
  -webkit-user-select: none;
	 -moz-user-select: none;
	  -ms-user-select: none;
		  user-select: none;
  position: relative;
}
.accordeon__trigger:after {
  content: "";
  font: normal normal 20px/1 fontAwesome;
  display: block;
  position: absolute;
  top: 22px;
  right: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.accordeon__trigger--active:after {
  -webkit-transform: rotate(90deg);
		  transform: rotate(90deg);
}
.accordeon__item-title {
  display: block;
  font: inherit;
  font-weight: bold;
  margin: 0 0 0.3em;
}
.accordeon__item-title:last-child {
  margin-bottom: 0;
}
.accordeon__content {
  display: none;
  padding: 0 27px 27px;
}
.accordeon__content:empty {
  padding: 0;
}
.accordeon__subitem {
  background-color: #fff;
  margin: 0 0 3px;
}
.accordeon__subtrigger {
  line-height: normal;
  color: #0060cc;
  padding: 13px 20px;
  cursor: pointer;
  -webkit-user-select: none;
	 -moz-user-select: none;
	  -ms-user-select: none;
		  user-select: none;
}
.accordeon__subcontent {
  display: none;
  padding: 10px 32px 34px;
  color: #525b74;
}
.accordeon__subcontent:only-child {
  display: block;
  padding-top: 22px;
}
.accordeon__text {
  font-size: calc(1em - 2px);
  line-height: 1.7142857143;
  padding: 0 0 1.5em;
  margin: 0 0 1.5em;
  border-bottom: 1px solid #e9eaec;
}
.accordeon__text:last-child {
  margin-bottom: 0;
}

.date-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
	  -ms-flex-direction: column;
		  flex-direction: column;
}
.date-slider__nav {
  margin: 0;
  padding: 0;
  font-size: inherit;
  -webkit-box-ordinal-group: 0;
	  -ms-flex-order: -1;
		  order: -1;
  width: calc(100% + 10px);
  margin: 0 -5px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
	  -ms-flex-align: baseline;
		  align-items: baseline;
  -ms-flex-wrap: wrap;
	  flex-wrap: wrap;
  -webkit-box-pack: justify;
	  -ms-flex-pack: justify;
		  justify-content: space-between;
  line-height: 1;
}
.date-slider__nav > li {
  margin: 0;
}
.date-slider__nav > li:before {
  position: static;
  display: none;
  color: inherit;
  font: inherit;
}
.date-slider__nav > li {
  display: inline-block;
  margin: 0 5px 5px;
  padding: 0 0 0.9em;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.date-slider__nav > li.slick-active {
  color: #0060cc;
  border-color: #0060cc;
  font-weight: bold;
  cursor: default;
}
.date-slider__select {
  display: none;
}

.product-card {
  width: calc(100% / 3 - 100px);
  margin: 0 50px 60px;
  font-size: 16px;
  line-height: 1.5;
}
.product-card__pic {
  display: block;
  position: relative;
  padding-top: 62.1621621622%;
}
.product-card__pic img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
	 object-fit: cover;
  -o-object-position: center;
	 object-position: center;
}
.product-card__text {
  padding: 24px 0 0;
}
.product-card__title {
  font-size: inherit;
  margin: 0 0 0.8em;
}
.product-card__title a {
  color: inherit;
}

.product {
  background-color: #f5f8fd;
  padding: 50px 0 60px;
}
.product__slider {
  margin: 0 0 52px;
}
.product__slider:last-child {
  margin-bottom: 0;
}
.product__slide {
  width: 689px;
  margin: 0 34px;
}
.product__slide:not(.slick-slide) {
  margin: 0 auto;
}
.product__slide:not(.slick-slide):nth-child(n+2) {
  display: none;
}
.product__slide img {
  display: block;
  width: 100%;
  height: 427px;
  -o-object-fit: cover;
	 object-fit: cover;
  -o-object-position: center;
	 object-position: center;
}
.product__arrow {
  display: inline-block;
  font-size: 40px;
  color: #0060cc;
  position: absolute;
  z-index: 2;
  top: 166px;
}
.product__arrow--prev {
  left: calc(50% - 388px);
}
.product__arrow--next {
  right: calc(50% - 384px);
}
.product__dots {
  margin-top: 40px;
  color: #0060cc;
}
.product__text {
  font-size: 16px;
  line-height: 1.5;
}
.product__title {
  font-size: inherit;
  line-height: inherit;
  text-transform: uppercase;
  margin: 0 0 2.7em;
}



.schema {
  padding: 25px 0 0px;
}
.schema img {
  width: 100%;
  height: auto;
}
.schema__title {
  color: inherit;
  text-align: center;
  margin: 0 0 2em;
}
.schema__title:last-child {
  margin-bottom: 0;
}
.schema__itself {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
.schema__caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
	  -ms-flex-direction: column;
		  flex-direction: column;
  -webkit-box-align: center;
	  -ms-flex-align: center;
		  align-items: center;
  -webkit-box-pack: center;
	  -ms-flex-pack: center;
		  justify-content: center;
  text-align: center;
  width: 100%;
  min-height: 100%;
  padding: 20px;
  font-size: 16px;
  line-height: 1.125;
  font-weight: bold;
  color: #fff;
}
.schema__caption span {
  display: block;
  width: 100%;
}
.schema__circle {
  fill: #132451;
}
.schema__number {
  font: normal bold 18px/1 Supermolot, sans-serif;
  fill: #fff;
  text-anchor: middle;
  -webkit-transform: translateY(0.25em);
		  transform: translateY(0.25em);
}
.schema__arrow {
  stroke-width: 1px;
  stroke: #132451;
  marker-end: url(#arrow-end);
}
.schema__arrow--double {
  marker-start: url(#arrow-start);
}
.schema__marker {
  stroke-width: 1px;
  stroke: #132451;
  fill: none;
}

.hierarchy__main {
  background-color: #eeeef7;
  text-align: center;
  font-size: 18px;
  padding: 30px;
}
.hierarchy__position {
  line-height: 1.5;
  font: inherit;
  text-transform: uppercase;
  margin: 0;
  word-wrap: break-word;
  width: 100%;
}
.hierarchy__position:last-child {
  margin-bottom: 0;
}
.hierarchy__position--small {
  margin: 0 0 1.8em;
}
.hierarchy__position--medium {
  margin: 0 0 1em;
}
.hierarchy__name {
  font: inherit;
  font-weight: bold;
  margin: 0 0 1.2em;
  word-wrap: break-word;
  width: 100%;
}
.hierarchy__name:last-child {
  margin-bottom: 0;
  margin-top: auto;
}
.hierarchy__children {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
	  -ms-flex-pack: center;
		  justify-content: center;
  -ms-flex-wrap: wrap;
	  flex-wrap: wrap;
  margin: 0 -7px;
}
.hierarchy__child h3 {
  font-weight: normal !important;
}
.hierarchy__children h3 {
  min-height: 72px;
}
.hierarchy__child {
  font-size: 14px;
  width: calc(25% - 14px);
  /*-webkit-box-flex: 1;
	  -ms-flex: 1 1 auto;
		  flex: 1 1 auto;*/
  margin: 7px;
  background-color: #eeeef7;
  padding: 1em 1em 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
	  -ms-flex-direction: column;
		  flex-direction: column;
  position: relative;
}
.hierarchy__child ul {
  margin: 0;
  padding: 0;
  font-size: inherit;
}
.hierarchy__child ul {
  list-style-type: square;
  padding-left: 1.1em;
}
.hierarchy__child ul > li {
  margin: 0;
}
.hierarchy__child ul > li:before {
  position: static;
  display: none;
  color: inherit;
  font: inherit;
}
.hierarchy__child--main {
  width: 273px;
  -webkit-box-flex: 0;
	  -ms-flex: 0 1 auto;
		  flex: 0 1 auto;
  font-size: 16px;
  margin-top: 19px;
}
.hierarchy__child--main:before {
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  height: 27px;
  left: calc(50% - 9px);
  top: -37px;
  background: url(../img/icons/long-arrow-down.svg) no-repeat center bottom/100% auto;
  display: none;
}
.hierarchy__sublevel {
  padding: 12px 100px 19px;
  position: relative;
  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;
}
.hierarchy__sublevel:before, .hierarchy__sublevel:after {
  content: "";
  display: block;
  position: absolute;
  top: 16px;
  width: 18px;
  height: calc(100% - 24px);
  background: url(../img/icons/long-arrow-down.svg) no-repeat center bottom/100% auto;
}
.hierarchy__sublevel:before {
  left: 44px;
}
.hierarchy__sublevel:after {
  right: 44px;
}

.manager {
  padding: 0px 0 25px;
}
.manager__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.manager__info {
  width: 400px;
  -webkit-box-flex: 0;
	  -ms-flex: 0 0 auto;
		  flex: 0 0 auto;
  position: relative;
  margin: 0 70px 0 0;
}
.manager__title {
  color: inherit;
  text-transform: uppercase;
}
.manager__img {
  display: block;
  width: 260px;
  margin: 0 0 30px;
}
.manager__text {
  padding-right: 40px;
  border-right: 1px solid #dfdfeb;
  font-size: 16px;
  line-height: 1.5;
  text-align: justify;
}
.manager__text h3 {
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  margin: 0 0 1.4em;
}
.manager__text h3:last-child {
  margin-bottom: 0;
}
.manager__main {
  width: calc(100% - 470px);
  -webkit-box-flex: 1;
	  -ms-flex: 1 1 auto;
		  flex: 1 1 auto;
  max-width: 945px;
  margin: 0 auto;
}
.manager__scheme-title {
  color: inherit;
  text-align: center;
  margin: 0 0 1.6em;
  font-size: 24px;
  text-transform: uppercase;
}
.manager__scheme-title:last-child {
  margin-bottom: 0;
}

.transport {
  padding: 25px 0 25px;
}
.transport__wrapper {
  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;
  -ms-flex-wrap: wrap;
	  flex-wrap: wrap;
}
.transport__text {
  -webkit-box-flex: 0;
	  -ms-flex: 0 1 500px;
		  flex: 0 1 500px;
  text-align: justify;
}
.transport__text h2 {
  color: inherit;
}
.transport__amount {
  padding: 0 19px;
  -webkit-box-flex: 0;
	  -ms-flex: 0 0 auto;
		  flex: 0 0 auto;
  width: 390px;
  max-width: 100%;
}
.transport__amount-title {
  font-size: 20px;
  line-height: 1.5;
}
.transport__amount-chart {
  width: 170px;
  max-width: 100%;
  height: 410px;
}
.transport__dynamics {
  width: 381px;
  max-width: 100%;
  -webkit-box-flex: 0;
	  -ms-flex: 0 0 auto;
		  flex: 0 0 auto;
}
.transport__dynamics--center {
  margin: 0 auto;
}
.transport__dynamics-chart {
  width: 490px;
  height: 390px;
}
.transport__subtitle {
  margin: 0;
  font-size: 20px;
}

.link-map {
  -ms-flex-item-align: center;
	  align-self: center;
  position: relative;
  overflow: hidden;
}
.link-map__map {
  display: block;
  width: 100%;
}
.link-map__placemark {
  position: absolute;
  width: 21px;
  height: 21px;
  border: 2px solid #164986;
  border-radius: 50%;
  padding: 2px;
  background-color: #164986;
  background-clip: content-box;
  -webkit-transform: translate(-50%, -50%);
		  transform: translate(-50%, -50%);
		  display: none;
}
.link-map__tooltip {
  display: block;
  position: absolute;
  left: 0;
  bottom: calc(100% + 4px);
  background-color: #fff;
  width: 180px;
  font-size: 14px;
  line-height: 1.1428571429;
  font-weight: 500;
  color: #132451;
  padding: 0.5em;
  text-align: center;
  -webkit-box-shadow: 0 0 10px rgba(19, 36, 81, 0.15);
		  box-shadow: 0 0 10px rgba(19, 36, 81, 0.15);
}
.link-map__tooltip:before {
  content: "";
  display: block;
  position: absolute;
  top: calc(100% - 1px);
  left: 11px;
  border-left: 11px solid #fff;
  border-bottom: 11px solid transparent;
}
.link-map__tooltip--center {
  left: 50%;
  -webkit-transform: translateX(-50%);
		  transform: translateX(-50%);
}
.link-map__tooltip--center:before {
  border-top: 6px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: none;
  left: calc(50% - 6px);
}
@supports((-webkit-filter: drop-shadow(0,0,10px,black)) or (filter: drop-shadow(0,0,10px,black))) {
  .link-map__tooltip {
	-webkit-box-shadow: none;
			box-shadow: none;
	-webkit-filter: drop-shadow(0 0 10px rgba(19, 36, 81, 0.15));
			filter: drop-shadow(0 0 10px rgba(19, 36, 81, 0.15));
  }
}
.service {
  padding: 35px 0 60px;
}
.service__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
	  flex-wrap: wrap;
  -webkit-box-align: start;
	  -ms-flex-align: start;
		  align-items: flex-start;
}
.service__text {
  width: 100%;
  margin: 0 0 10px;
  text-align: justify;
}
.service__text:last-child {
  margin-bottom: 0;
}
.service__map {
  width: calc(50% - 100px);
  margin-right: auto;
}
.service__stat {
  width: 50%;
}
.service__stat-title {
  color: inherit;
  margin: 0 0 1.8em;
}
.service__stat-title:last-child {
  margin-bottom: 0;
}
.service__stat-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
	  flex-wrap: wrap;
	  -ms-align-items: flex-end;
	  align-items: flex-end;
  -webkit-box-pack: justify;
	  -ms-flex-pack: justify;
		  justify-content: space-between;
}
.service__stat-item {
  -webkit-box-flex: 0;
	  -ms-flex: 0 1 calc(50% - 30px);
		  flex: 0 1 calc(50% - 30px);
}
.service__subtitle {
  font-family: Supermolot, sans-serif;
  text-transform: uppercase;
}
.service__chart {
  width: 170px;
  max-width: 100%;
  margin: 0 auto;
  height: 300px;
}

.rating {
  padding: 60px 0;
}
.rating__box {
  margin: 0 -5px;
  -webkit-box-pack: center;
	  -ms-flex-pack: center;
		  justify-content: center;
}
.rating__item {
  margin: 0 5px 45px;
  width: 35%;
}
.rating__pic {
  position: relative;
  padding-top: 21%;
  margin: 0 0 30px;
}
.rating__pic:last-child {
  margin-bottom: 0;
}
.rating__pic img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
		  transform: translate(-50%, -50%);
  max-height: 100%;
  max-width: 40%;
}
.rating__caption {
  font-size: 14px;
  line-height: 1.7142857143;
  color: #9d9d9d;
  text-align: center;
  margin: 0 0 40px;
}
.rating__caption:last-child {
  margin-bottom: 0;
}
.rating__chart {
  height: 320px;
}

.bond-table {
  border: 1px solid #e3e6ea;
}
.bond-table td, .bond-table th {
  border-left: none;
  border-right: none;
}
.bond-table th {
  white-space: nowrap;
}
.bond-table tr {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.bond-table__toggler {
  display: table-cell;
}
.bond-table__toggler--active:before {
  content: "";
}
.bond-table__active-row {
  background-color: #f7f9fa;
}
.bond-table__info {
  background-color: #f7f9fa;
}
.bond-table__info--active {
  display: table-row;
  opacity: 1;
  background: #fff;

}
.bond-table__docs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
	  flex-wrap: wrap;
  margin: 0;
  background: #fff;
  height: 0px;
  overflow: hidden;
}
.bond-table__file {
  width: 405px;
  -webkit-box-flex: 0;
	  -ms-flex: 0 1 calc(100% / 3 - 30px);
		  flex: 0 1 calc(100% / 3 - 30px);
  margin: 0 15px 20px;
}

.params {
  padding: 25px 0 25px;
}
.params__column {
  width: calc(50% - 30px);
  margin: 0 15px 45px;
  font-size: 16px;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
	  -ms-flex-direction: column;
		  flex-direction: column;
}
.params__column2 {

  width: 100%;
  max-width: 745px;
  margin: 0 15px 45px;
  font-size: 16px;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
	  -ms-flex-direction: column;
		  flex-direction: column;
  margin: 0 auto !important;
  text-align: center;
  margin-bottom: 0px !important;
}
.params__title {
  color: inherit;
}
.params__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-align-items: center;
  align-items: center;
  line-height: 1.3333333333;
  font-size: 18px;
  margin: 0 0 10px;
  padding-right: 25px;
}
.params__item:last-child {
  margin-bottom: 0;
}
.params__item-pic {
  width: 68px;
  text-align: center;
  -webkit-box-flex: 0;
	  -ms-flex: 0 0 auto;
		  flex: 0 0 auto;
  margin: 0 25px 0 0;
}
.params__item-text {
  -webkit-box-flex: 1;
	  -ms-flex: 1 1 auto;
		  flex: 1 1 auto;
		  font-size: 14px;
  color: #636466;
}
.params__chart {
  height: 350px;
  margin-top: auto;
}
.params__chart--low {
  height: 315px;
  margin-top: 0;
}
.params__text table {
  font-size: 14px;
}
..params__text table thead th{
  color: #132451;
}
.params__text td, .params__text th {
  border: none;
  border-bottom: 1px solid #f1f4f7;
}
.params__text td:first-child, .params__text th:first-child {
  border-left: 1px solid #f1f4f7;
}
.params__text td:last-child, .params__text th:last-child {
  border-right: 1px solid #f1f4f7;
}
.params__text td:nth-child(n+2), .params__text th:nth-child(n+2) {
  text-align: center;
}
.params__text thead {
  background: #f1f4f7;
  border: 1px solid #f1f4f7;
  color: #132451;
}
.params__text thead th {
  background: none;
	border-bottom: 1px solid #fff;
}
.params__text thead th:first-child {

}
.params__text thead th:last-child {
  border-right-color: transparent;
}
.params__text tbody th {
  text-align: center;
  background-color: #f1f4f7;
  color: #132451;
  text-transform: uppercase;
}

/*Кусок кода от заказчика */
.search-item, .search-sorting {
  font: normal normal 16px/1.67 'Roboto', sans-serif;
}
.search-item .text {
  font: inherit;
}

/* */
.scroll-up-btn {
  display: inline-block;
  cursor: pointer;
  width: 57px;
  height: 57px;
  border-radius: 50%;
  line-height: 57px;
  background-color: #0060cc;
  color: #fff;
  font-size: 20px;
  text-align: center;
  position: fixed;
  z-index: 3;
  bottom: 363px;
  right: 22px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.scroll-up-btn--active {
  opacity: 1;
  pointer-events: auto;
}

/*ПОДВАЛ */
.footer {
  background-color: #050a14;
  color: #fff;
  padding: 44px 0 30px;
  font: normal normal 12px/1.5 'Roboto', sans-serif;
}
.footer__topline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
	  -ms-flex-align: start;
		  align-items: flex-start;
  margin: 0 -15px;
}
.footer__column {
  margin: 0 15px 37px;
  -webkit-box-flex: 1;
	  -ms-flex: 1 1 auto;
		  flex: 1 1 auto;
}
.footer__column--main {
  -webkit-box-flex: 0;
	  -ms-flex: 0 0 250px;
		  flex: 0 0 250px;
}
.footer__logo {
  width: 190px;
  -webkit-box-flex: 0;
	  -ms-flex: 0 0 auto;
		  flex: 0 0 auto;
}
.footer__title {
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
  margin: 0.8125em 0 1.25em;
}
.footer__title:last-child {
  margin-bottom: 0;
}
.footer__menu {
  margin: 0;
  padding: 0;
  font-size: inherit;
}
.footer__menu > li {
  margin: 0;
}
.footer__menu > li:before {
  position: static;
  display: none;
  color: inherit;
  font: inherit;
}
.footer__menu > li {
  margin: 0 0 0.4em;
}
.footer__menu > li:last-child {
  margin-bottom: 0;
}
.footer__menu > li > a {
  color: inherit;
}
.footer__bottomline {
  font-size: 12px;
  color: #6f82aa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
	  -ms-flex-align: start;
		  align-items: flex-start;
}
.footer__contacts {
  margin-right: 60px;
}
.footer__contact {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  margin: 0 1em 0.5em 0;
}
.footer__contact:last-child {
  margin-bottom: 0;
}
.footer__contact-icon {
  font-size: 1.3076923077em;
  color: #d7deec;
  line-height: 1;
  margin-right: 0.3em;
  vertical-align: middle;
}
.icon-instagram::before,
.icon-facebook::before,
.icon-telegram::before,
.icon-vk::before
 {
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.icon-instagram::before {
	background-image: url('/images/instagram.png');
}
.icon-facebook::before {
	background-image: url('/images/facebook.png');
}
.icon-telegram::before {
	background-image: url('/images/telegram.png');
}
.icon-vk::before {
	background-image: url('/images/vk_icon.png');
}
.footer__contact a {
  text-decoration: underline;
  color: inherit;
}
.footer__text {
  font-size: 11px;
}
.footer__text p {
  margin: 0 0 0.3em;
}
.footer__text p:last-child {
  margin-bottom: 0;
}
.footer__info {
  -webkit-box-flex: 0;
	  -ms-flex: 0 0 auto;
		  flex: 0 0 auto;
  margin-left: 30px;
}
.footer__info p {
  margin: 0 0 0.45em;
}
.footer__info p:last-child {
  margin-bottom: 0;
}
.footer__studio {
  display: block;
  width: 100%;
}
.footer__studio img {
  display: block;
  width: 100%;
}
.menu > ul > li > ul > li > a,.menu > ul > li > ul > li > span,.menu > ul > li > ul > li > ul > li > a,.menu > ul > li > ul > li > ul > li > span{
  text-transform: uppercase;
  font-size: 12px !important;
}
/*АДАПТИВ */
/*Для полной версии шапки и меню */
@media(min-width: 1360px) {
  .menu > ul > li {
	position: static;
  }
  .menu > ul > li:hover > ul {
	display: block;
  }
  .menu > ul > li.contacts-link {
	/*прекрасная дизайнерская задумка */
	font-weight: 900;
	position: absolute;
	top: 0px;
	right: 45px;
	font-size: 12px;
	font-weight: 400;
  }
  .menu > ul > li.contacts-link > a,
  .menu > ul > li.contacts-link > span {
	padding: 0;
	text-decoration: underline;
  }
  .menu > ul > li > ul {
	font-family:'Roboto';
	background-color: #f2f2f2;

	padding:26px calc(50% - 406px) 26px calc(50% - 348px);
		padding-left: var(--menu-padding);
	color: #065aa0;
	font-weight: bold;
	font-size: 13px;
	line-height: normal;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
			box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);

  }
  .menu > ul > li > ul > li {
	margin: 0 0 12px;
	float: left;
	padding-left: 25px;
	padding-right: 5px;
	width: 33%;
	min-height: 32px;
  }
  .menu > ul > li > ul > li.small {
	margin: 0 0 10px;
  }
  .menu > ul > li > ul > li > a {
	display: block;

	color: inherit;
  }
  .menu > ul > li > ul.three-columns > li {
	width: calc(100% / 3);
  }
  .menu > ul > li > ul ul {
	display: block;
	font-weight: 400;
	padding: 1em 0 0 1.5em;
	list-style: disc;
  }
  .menu > ul > li > ul ul > li {
	margin: 0 0 1em;
  }
  .menu > ul > li > ul ul > li > a {
	color: #4b4f58;
  }

  .header__lang, .header__search {
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	color: #fff;
  }
  .header--fixed .header__lang, .header--fixed .header__search, .header--hover .header__lang, .header--hover .header__search {
	opacity: 0;
	pointer-events: none;
  }
  .header--hover {
	background-color: #fff;
	color: #132451;
	-webkit-box-shadow: none;
			box-shadow: none;
  }
  .header--hover .header__logo {
	color: #5d6568;
  }
}
/*эффекты при наведении там, где это предположительно еще будет работать */
@media(min-width: 992px) {
  .circle-link {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
  }
  .circle-link:hover {
	background-color: #fff;
	border-color: #fff;
	color: #000;
  }
  .circle-link--blue:hover {
	background-color: #0060cc;
	border-color: #0060cc;
	color: #fff;
  }

  .news-card__pic img {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
  }
  .news-card:hover .news-card__pic img {
	-webkit-transform: scale(1.1);
			transform: scale(1.1);
  }

  .directions__item {
	min-width: 0;
	height: 400px;
	margin: 25px 0;
	overflow: hidden;
	-webkit-transition: all 0.3s ease;
	-webkit-transition: all 1s ease;
	transition: all 0.3s ease;
	transition: all 0.3s ease;
  }
  .directions__item:before {
	-webkit-transition: inherit;
	transition: inherit;
  }
  .directions__item:hover {
	min-width: 370px;
	height: 500px;
	margin: 0;
	/*-webkit-box-flex: 0;
		-ms-flex-positive: 0;
			flex-grow: 0;*/
	-webkit-box-shadow: 0px 21px 35px 0px rgba(6, 24, 69, 0.54);
			box-shadow: 0px 21px 35px 0px rgba(6, 24, 69, 0.54);
	z-index: 2;
  }
  .directions__item:hover:before {
	background-color: rgba(0, 0, 0, 0.15);
  }
  .directions__item-text {
	-webkit-transition: inherit;
	transition: inherit;
  }
  .directions__item:hover .directions__item-text {
	-webkit-transform: none;
			transform: none;
	bottom: 30px;
  }
  .directions__item-link {
	-webkit-transition: inherit;
	transition: inherit;
	opacity: 0;
  }
  .directions__item:hover .directions__item-link {
	opacity: 1;
	pointer-events: all;
  }

  .video__btn:hover {
	opacity: 1;
  }

  .docs__card:before {
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
  }
  .docs__card:hover:before {
	color: #000;
  }

  .post__nav-link:before, .post__nav-link:after {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
  }
  .post__nav-link:hover:before, .post__nav-link:hover:after {
	background-color: #0060cc;
	color: #fff;
  }

  .black-card:hover .black-card__btn {
	background-color: #fff;
	border-color: #fff;
	color: #000;
  }

  .tax-card:hover .tax-card__btn {
	background-color: #fff;
	border-color: #fff;
	color: #000;
  }

  .visual-nav__item:hover .visual-nav__btn {
	background-color: #fff;
	border-color: #fff;
	color: #000;
  }
  .timeline__item {
	-webkit-transition: width 0.3s linear, padding 0.3s linear, background-color 0.2s linear 0.2s, margin 0.3s linear, min-height 0.3s linear;
	transition: width 0.3s linear, padding 0.3s linear, background-color 0.2s linear 0.2s, margin 0.3s linear, min-height 0.3s linear;
  }
  .timeline__item:hover {
	width: 250px;
	min-height: 490px;
	margin: 0;
	padding: 48px 30px;
	-ms-flex-negative: 0;
		flex-shrink: 0;
	cursor: default;
	background-color: #D1D3D4;
	border-right: 1px solid;
  }
  .timeline__item--white:hover {
	background-color: #fff;
  }
  .timeline__item:hover + .timeline__item {
	border-left: none;
  }
  .timeline__item-head {
	-webkit-transition: width 0.3s linear 0.3s, font-size 0.3s linear, color 0.3s linear, -webkit-transform 0.3s linear;
	transition: width 0.3s linear 0.3s, font-size 0.3s linear, color 0.3s linear, -webkit-transform 0.3s linear;
	transition: transform 0.3s linear, width 0.3s linear 0.3s, font-size 0.3s linear, color 0.3s linear;
	transition: transform 0.3s linear, width 0.3s linear 0.3s, font-size 0.3s linear, color 0.3s linear, -webkit-transform 0.3s linear;
	/*для IE */
	min-width: 105px;
  }
  .timeline__item:hover .timeline__item-head {
	-webkit-transform: translateX(0) rotate(0);
			transform: translateX(0) rotate(0);
	width: calc(100% - 60px);
	left: 30px;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	min-width: 0;
  }
  .timeline__item--white:hover .timeline__item-head {
	color: #A7A9AC;
  }
  .timeline__content {
	display: block;
	width: 188px;
	opacity: 0;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
  }
  .timeline__item:hover .timeline__content {
	opacity: 1;
	-webkit-transition-delay: 0.3s;
			transition-delay: 0.3s;
  }

  .gray-card:hover {
	-webkit-filter: none;
			filter: none;
  }
  .gray-card:hover .gray-card__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  }
  .gray-card__close-btn {
	display: none;
  }
}
/*12/05*/
.map_top{
	background:url('../img/map_russia-4.png') no-repeat;
	width: 305px;
	height: 227px;
	position: absolute;
	left: 20px;
	bottom: 30px;
	z-index: -1;
}
.font__r{
  font-size: 10px;
  font-family: 'Roboto';
  line-height: 14px;
}
.text__top{
  top: -8px;
  position: relative;
}
.text__bottom{
  bottom: -4px;
  position: relative;
}
.padding__top{

}
/*Адаптив как таковой */
@media(max-width:1359px) {
  body {
	font-size: 16px;
  }

  h1, .h1 {
	font-size: 40px;
  }

  .wrapper {
	max-width: 992px;
	padding-left: 15px;
	padding-right: 15px;
  }
  .wrapper--narrow {
	max-width: 745px;
  }

  .menu-btn {
	display: inline-block;
	width: 30px;
	height: 30px;
	position: relative;
	z-index: 4;
	-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
			flex: 0 0 auto;
	-webkit-highlight-color: transparent;
	margin-left: 20px;
  }
  .menu-btn:before, .menu-btn:after {
	content: "";
	display: block;
	position: absolute;
	left: 2.5px;
	width: calc(100% - 5px);
	border-top: 2px solid;
	-webkit-transition-property: border-width, -webkit-transform;
	transition-property: border-width, -webkit-transform;
	transition-property: transform, border-width;
	transition-property: transform, border-width, -webkit-transform;
	-webkit-transition-duration: 0.3s;
			transition-duration: 0.3s;
	-webkit-transition-timing-function: ease;
			transition-timing-function: ease;
  }
  .menu-btn:before {
	height: 20px;
	top: 5px;
	border-bottom: 2px solid;
  }
  .menu-btn:after {
	top: calc(50% - 1px);
  }
  .menu-btn.active:before {
	border-width: 1px;
	height: 2px;
	top: calc(50% - 1px);
	-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
  }
  .menu-btn.active:after {
	-webkit-transform: rotate(-45deg);
			transform: rotate(-45deg);
  }

  .search-form {
	width: 100%;
  }
  .search-form__input {
	position: static;
	padding: 11.5px 50px 11.5px 20px;
	width: 100%;
	opacity: 1;
	background-color: rgba(255, 255, 255, 0.03);
	border: none;
	border-radius: 100px;
  }
  .search-form__input:focus {
	width: 100%;
  }
  .search-form__submit {
	position: absolute;
	right: 15px;
	top: calc(50% - .8em);
  }

  .header {
	padding: 10px 0;
  }
  .header--active {
	height: 100%;
	overflow: auto;
	background-color: #132451;
	color: #fff !important;
  }
  .header__logo {
	width: 180px;
  }
  .header--active .header__logo {
	color: #fff;
  }
  .header__wrapper {
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	height: 100%;
		justify-content: space-between;
  }
  .header__menu {
	display: none;
	-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
			order: 1;
	width: 100%;
	padding: 30px 25px;
  }
  .header__menu.open {
	display: block;
  }
  .header__menu > ul {
	display: block;
	width: 100%;
	font-size: 20px;
	line-height: normal;
	margin: auto 0;
  }
  .header__menu > ul > li {
	display: block;
	position: relative;
	border-bottom: 1px solid rgba(255, 255, 255, 0.33);
  }
  .header__menu > ul > li:last-child {
	border-bottom: none;
  }
  .header__menu > ul > li.has-children:after {
	display: block;
	content: "";
	font-family: fontAwesome;
	line-height: 53px;
	width: 53px;
	cursor: pointer;
	text-align: right;
	position: absolute;
	z-index: 1;
	right: 0;
	top: 0;
  }
  .header__menu > ul > li.open:after {
	content: "";
  }
  .header__menu > ul > li.open > ul {
	display: block;
  }
  .header__menu > ul > li > a {
	padding: 13px 0;
	width: calc(100% - 53px);
  }
  .header__menu > ul ul {
	font-size: 18px;
	font-weight: 400;
	color: #a1b2df;
	padding: 14px 0 14px 14px;
	-webkit-animation: fadeIn 0.3s ease;
			animation: fadeIn 0.3s ease;
  }
  .header__menu > ul ul > li {
	margin: 0 0 0.8em;
	position: relative;
  }
  .header__menu > ul ul > li.has-children:after {
	display: block;
	content: "";
	font-family: fontAwesome;
	line-height: 27px;
	width: 27px;
	cursor: pointer;
	text-align: right;
	position: absolute;
	z-index: 1;
	right: 0;
	top: 0;
  }
  .header__menu > ul ul > li.open:after {
	content: "";
  }
  .header__menu > ul ul > li.open > ul {
	display: block;
  }
  .header__menu > ul ul > li > a {
	display: block;
	width: calc(100% - 27px);
	color: inherit;
	position: relative;
	padding-left: 1.5em;
  }
  .header__menu > ul ul > li > a:before {
	content: "—";
	display: inline-block;
	position: absolute;
	left: 0;
  }
  .header__menu > ul ul > li ul {
	padding-bottom: 0;
	padding-left: 2em;
  }
  .header__menu-pointer {
	display: none;
  }
  .header__phone {
	margin: 0 10px 0 auto;
  }
  .header__lang {
	position: relative;
	right: auto;
	top: auto;
  }
  .header__search {
	display: none;
	position: relative;
	margin: 0 25px 30px;
	top: auto;
	right: auto;
	-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
			order: 2;
  }
  .header--active .header__search, .header--active .header_lang {
	display: block;
	opacity: 1;
	pointer-events: auto;
  }

  .index-block__slide {
	padding: 100px 0;
  }
  .index-block__title {
	font-size: 48px;
  }
  .index-block__scroll {
	top: 50vh;
	left: 10px;
  }
  .index-block__footer {
	padding: 30px 0;
	color: #132451;
  }
  .index-block__menu {
	position: static;
	width: auto;
	margin: 0 -15px;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	text-align: left;
  }
  .index-block__menu > li {
	padding: 0;
	margin: 0 15px 30px;
	width: 300px;
  }

  .about-block__text {
	padding: 10px 30px 0 0;
  }
  .about-block__img {
	position: static;
	margin: 0 0 1em;
  }
  .about-block__img:last-child {
	margin-bottom: 0;
  }

  .news-card {
	margin: 0 15px 30px;
  }
  .news-card__pic {
	margin: 0 0 15px;
  }
  .news-card__pic img {
	height: 186px;
  }
  .news-card__date {
	margin: 0 0 10px;
  }
  .news-card__title {
	font-size: 16px;
  }
  .news-card__title--big {
	font-size: 18px;
  }

  .news-block__box {
	margin: 0 -15px;
  }
  .news-block__pagination {
	margin: 0;
  }

  .directions {
	padding: 70px 0 20px;
  }

  .products {
	padding-bottom: 20px;
  }
  .products__card {
	width: calc(50% - 30px);
	margin: 0 15px 30px;
	font-size: 20px;
	padding: 30px 20px;
	min-height: 320px;
  }

  .docs__box {
	margin: 0 -15px;
  }
  .docs__card {
	margin: 0 15px 30px;
	width: calc(100% / 3 - 30px);
  }

  .black-card {
	margin: 0 15px 30px;
	width: calc(100% / 3 - 30px);
	padding: 20px;
	min-width: 300px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
  }
  .black-card--big {
	width: calc(50% - 30px);
	min-height: 360px;
  }
  .black-card__icon {
	height: 60px;
	width: 80px;
  }
  .black-card__icon--medium {
	width: auto;
	height: 100px;
  }
  .black-card__icon--big {
	width: auto;
	height: 140px;
  }
  .black-card__title {
	font-size: 20px;
  }
  .black-card__title--small {
	font-size: 14px;
  }
  .black-card__btn {
	right: 15px;
	bottom: 15px;
  }

  .tax-card {
	margin: 0 15px 30px;
	width: calc(100% / 3 - 30px);
  }
  .tax-card--big {
	width: calc(50% - 30px);
	min-height: 320px;
  }
.gray-card {
	min-height: 280px;
	margin: 0 15px 30px;
	width: calc(100% / 3 - 30px);
  }
  .gray-card__caption {
	font-size: 14px;
  }
  .gray-card__inner {
	left: 15px;
	width: calc(100% - 30px);
	min-height: 280px;
	padding-right: 60px;
	font-size: 14px;
  }
  .gray-card__main {
	width: 38%;
	padding-right: 20px;
  }
  .gray-card__title {
	font-size: 16px;
	position: relative;
	z-index: 2;
  }
  .gray-card__text {
	width: 62%;
	max-width: 486px;
  }
  .category {
	padding: 25px 0 25px;
  }
  .category__box {
	margin: 0 -15px;
  }

  .gallery__item {
	margin: 15px;
	width: calc(50% - 30px);
  }

  .brands__item {
	width: calc(25% - 25px);
  }

  .product-card {
	margin: 0 15px 30px;
	width: calc(100% / 3 - 30px);
  }

  .hierarchy {
	padding: 0 15px;
	border-left: 1px solid #eeeef7;
	border-right: 1px solid #eeeef7;
  }
  .hierarchy__main {
	margin: 0 -15px;
  }
  .hierarchy__sublevel {
	padding: 0;
	display: block;
  }
  .hierarchy__sublevel:before, .hierarchy__sublevel:after {
	display: none;
  }
  .hierarchy__child {
	width: calc(100% / 3 - 14px);
  }
  .hierarchy__child--main {
	width: auto;
	margin: 14px 0 7px;
  }
  .hierarchy__child--main:before {
	display: none;
  }

  .manager__info {
	margin-right: 30px;
  }
  .manager__text {
	border: none;
  }

  .transport__text {
	-webkit-box-flex: 1;
		-ms-flex: 1 1 100%;
			flex: 1 1 100%;
	margin: 0 0 30px;
  }
  .transport__amount {
	padding: 0 30px;
  }

  .about__wrapper {
	display: block;
  }
  .about__text {
	margin: 0 0 30px;
  }
  .about__text:last-child {
	margin-bottom: 0;
  }
  .about__stat {
	width: auto;
  }

  .service__wrapper {
	display: block;
  }
  .service__map {
	width: 600px;
	max-width: 100%;
	margin: 0 auto 30px;
  }
  .service__map:last-child {
	margin-bottom: 0;
  }
  .service__stat {
	width: auto;
  }
  .service__stat-title {
	text-align: center;
	margin: 0 0 1.5em;
  }
  .service__stat-inner {
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	margin: 0 -15px;
  }
  .service__stat-item {
	-ms-flex-preferred-size: 290px;
		flex-basis: 290px;
	margin: 0 15px 30px;
  }
  .service__subtitle {
	text-align: center;
  }

  .params__item {
	padding-right: 0;
	font-size: inherit;
  }
  .params__item-pic {
	width: 68px;
  }
  .params__text table {
	font-size: 14px;
  }

  .scroll-up-btn {
	bottom: 243px;
  }

  .footer {
	padding: 30px 0;
  }
  .footer__topline {
	margin: 0 -10px;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
  }
  .footer__column {
	margin: 0 10px 30px;
	-ms-flex-preferred-size: calc(100% / 7 - 20px);
		flex-basis: calc(100% / 7 - 20px);
  }
  .footer__column--main {
	-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
			flex: 1 1 auto;
	width: 100%;
  }
}
@media(max-width:991px) {
  .map_top{
	display: none;
  }
  .footer__studio{
	width: auto !important;
	text-align: left !important;
  }
  .box {
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
  }

  .header__menu {
	padding: 25px;
  }

  .index-block__title {
	font-size: 36px;
  }
  .index-block__slide {
	text-align: center;
	padding: 100px 40px;
  }
  .index-block__dots {
	right: 10px;
  }

  .about-block {
	padding: 20px 0 30px;
  }
  .about-block__wrapper {
	display: block;
  }
  .about-block__text {
	padding: 0;
	margin: 0 0 40px;
  }
  .about-block__text:last-child {
	margin-bottom: 0;
  }
  .about-block__img {
	margin: 0 auto 30px;
  }
  .about-block__stat {
	text-align: center;
  }

  .news-block__title {
	text-align: center;
  }

  .directions {
	padding: 40px 0;
  }
  .directions__slider {
	display: block;
	padding: 0;
  }
  .directions__item {
	width: 320px;
	height: 385px;
	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-flex: 0;
		-ms-flex: 0 0 auto;
			flex: 0 0 auto;
  }
  .directions__item.slick-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 0;
  }
  .directions__item:before {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
  }
  .directions__item.slick-center:before {
	background-color: rgba(0, 0, 0, 0.25);
  }
  .directions__item-text {
	display: block;
	width: 100%;
	padding: 0 15px;
	text-align: center;
	position: static;
	-webkit-transform: none;
			transform: none;
  }
  .directions__item-title {
	margin: 0;
  }
  .directions__item-link {
	position: absolute;
	bottom: 10px;
	right: 10px;
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
  }
  .slick-center .directions__item-link {
	opacity: 1;
	pointer-events: all;
  }
  .directions__dots {
	margin: 30px 0 0;
  }
.timeline__inner {
	display: block;
  }
  .timeline__item {
	width: 100%;
	padding: 20px;
	min-height: 0;
	margin: 0;
	-o-border-image: linear-gradient(to bottom, #234093 70px, #189655);
	   border-image: linear-gradient(to bottom, #234093 70px, #189655);
	border-image-slice: 1;
	border-right: 1px solid;
	border-top: none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
  }
  .timeline__item:first-child {
	border-top: 1px solid;
  }
  .timeline__item--open {
	background-color: #D1D3D4;
  }
  .timeline__item--white {
	background-color: #fff;
  }
  .timeline__item-head {
	-webkit-transform: none;
			transform: none;
	position: static;
	font-size: 24px;
  }
  .timeline__item--open .timeline__item-head {
	font-size: 24px;
	color: #fff;
	width: auto;
  }
  .timeline__item--white .timeline__item-head {
	color: #A7A9AC;
  }
  .timeline__item--open .timeline__btn:before, .timeline__item--open .timeline__btn:after {
	top: 0;
	width: 135%;
  }
  .timeline__item--open .timeline__btn:before {
	-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
  }
  .timeline__item--open .timeline__btn:after {
	-webkit-transform: rotate(-45deg);
			transform: rotate(-45deg);
  }
  .timeline__content {
	margin: 1em 0 0;
	-webkit-animation: fadeIn 0.8s ease;
			animation: fadeIn 0.8s ease;
  }
  .timeline__item--open .timeline__content {
	display: block;
  }

  .docs__card {
	width: calc(50% - 30px);
  }


  .black-card,
  .tax-card,
  .gray-card {
	width: calc(50% - 30px);
	-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
			flex: 1 1 auto;
  }

  .black-card__tooltip {
	top: 0%;
	left: 0;
	font-size: 14px;
	padding: 20px;
  }

  .tax-card--big {
	padding: 26px 80px 26px 26px;
	min-height: 270px;
  }
  .tax-card__title--big {
	font-size: 20px;
  }
  .tax-card__btn--big-space {
	right: 19px;
	bottom: 16px;
  }
  .tax-card__tooltip {
	top: 0;
	left: 0;
	font-size: 14px !important;
	padding: 20px;
  }


.gray-card__inner {
	position: fixed;
	top: 50%;
	left: 15px;
	width: calc(100% - 30px);
	max-height: 100%;
	overflow: auto;
	min-height: 0;
	z-index: 4;
	-webkit-transform: translateY(-50%);
			transform: translateY(-50%);
	-webkit-box-shadow: 0 0 0 1000vh rgba(0, 0, 0, 0.8);
			box-shadow: 0 0 0 1000vh rgba(0, 0, 0, 0.8);
	padding: 40px 20px;
  }
  .gray-card--open {
	-webkit-filter: none;
			filter: none;
  }
  .gray-card--open .gray-card__inner {
	display: block;
  }
  .gray-card__main {
	width: auto;
	margin: 0 0 1.5em;
  }
  .gray-card__main:last-child {
	margin-bottom: 0;
  }
  .gray-card__text {
	width: auto;
  }

  .product-card {
	width: calc(50% - 30px);
  }


  .visual-nav__item {
	padding: 25px 25px 70px;
	min-height: 300px;
  }
  .visual-nav__item-title {
	font-size: 24px;
  }
  .visual-nav__btn {
	bottom: 20px;
	right: 20px;
  }

  .brands__title {
	text-align: center;
  }
  .brands__item {
	width: 212px;
  }

  .contacts {
	font-size: inherit;
  }
  .contacts__columns {
	display: block;
  }
  .contacts__column {
	margin: 0 0 2em;
  }
  .contacts__column:nth-child(2n) {
	padding-left: 0;
  }
  .contacts__column:last-child {
	margin-bottom: 0;
  }

  .product__slider {
	max-width: 715px;
	margin: 0 auto 40px;
  }
  .product__slider .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  }
  .product__slide {
	margin: 0;
  }
  .product__slide.slick-slide {
	-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
			flex: 1 1 auto;
	height: auto;
	min-height: 0;
  }
  .product__slide img {
	height: auto;
	min-height: 100%;
  }
  .product__dots {
	margin-top: 25px;
  }

  .manager__wrapper {
	display: block;
  }
  .manager__info {
	width: auto;
	margin: 0 0 60px;
  }
  .manager__info:last-child {
	margin-bottom: 0;
  }
  .manager__main {
	width: auto;
  }
  .manager__text {
	padding: 0;
  }
  .manager__scheme-title {
	margin: 0 0 1em;
  }

  .rating__pic {
	margin: 0 0 10px;
  }
  .rating__caption {
	margin: 0 0 20px;
  }

  .params__box {
	display: block;
	margin: 0;
  }
  .params__column {
	width: auto;
	margin: 0 0 40px;
  }
  .params__item {
	margin: 0 0 20px;
  }
  .params__chart {
	max-width: 550px;
  }

  .scroll-up-btn {
	display: none;
  }

  .footer {
	padding: 30px 0;
  }
  .footer__topline {
	margin: 0;
	display: block;
  }
  .footer__column {
	display: none;
	margin: 0 auto 20px;
  }
  .footer__column--main {
	display: block;
  }
  .footer__logo {
	width: 160px;
  }
  .footer__bottomline {
	display: block;
  }
  .footer__contacts {
	margin: 0 0 2em;
  }
  .footer__contacts:last-child {
	margin-bottom: 0;
  }
  .footer__contact {
	display: block;
	margin: 0 0 1em;
  }
  .footer__contact:last-child {
	margin-bottom: 0;
  }
  .footer__info {
	margin: 20px 0 0;
  }
  .footer__studio {
	width: 40px;
  }
}
@media(max-width:767px) {
  .photo_director{
	min-width: 50%;
  }
  .hierarchy__child {
	width: 100%;
  }
  body {
	background: none;
	line-height: 1.5;
  }

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

  h1, .h1 {
	font-size: 33px;
  }

  h2 {
	font-size: 24px;
  }

  [type=text],
  [type=email],
  [type=tel],
  [type=url],
  [type=password],
  [type=search],
  textarea,
  select,
  .captcha {
	margin: 0 0 15px;
  }

  .double-field {
	display: block;
  }

  .search-form__input {
	margin: 0;
  }

  .header__phone {
	font-size: 0;
  }
  .header__phone:before {
	font-size: 1rem;
	margin: 0;
  }

  .index-block__slide {
	padding: 100px 0;
  }
  .index-block__title {
	font-size: 30px;
  }
  .index-block__dots {
	-webkit-transform: none;
			transform: none;
	bottom: 10px;
	top: auto;
	left: 0;
	right: 0;
	text-align: center;
	padding: 0 60px;
  }
  .index-block__dots > li {
	display: inline-block;
	cursor: pointer;
  }
  .index-block__scroll {
	left: auto;
	right: 10px;
	top: calc(100vh - 50px);
	top: calc(var(--w-height) - 50px);
	-webkit-transform: none;
			transform: none;
  }
  .index-block__scroll:after {
	display: none;
  }
  .index-block__scroll:before {
	font-size: 35px;
  }

  .about-block__box {
	margin: 0;
	display: block;
  }
  .about-block__item {
	width: auto;
	margin: 0 0 30px;
  }
  .about-block__item:last-child {
	margin-bottom: 0;
  }
  .about-block__item-title {
	font-size: inherit;
  }

  .news-block {
	padding: 40px 0;
  }
  .news-block__title {
	text-align: center;
  }

  .directions__title {
	text-align: center;
  }

  .top-block {
	padding: 100px 0 70px;
  }

  .breadcrumbs {
	margin: 0 0 20px;
  }
  .breadcrumbs > li {
	margin: 0 0.2em;
  }
  .breadcrumbs > li:not(:last-child):after {
	margin-left: 0.6em;
  }

  .slick-slide .timeline__img {
	display: none;
  }

  .text-block {
	padding: 40px 0;
  }

  .products__card {
	width: calc(100% - 30px);
	-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
			flex: 1 1 auto;
	min-height: 80vw;
	margin: 0 15px 15px;
	padding: 20px;
  }

  .docs__box {
	margin: 0 -7.5px;
  }
  .docs__card {
	margin: 0 7.5px 15px;
	width: calc(50% - 15px);
	padding: 20px;
	font-size: 12px;
  }
  .docs__card:before {
	font-size: 50px;
  }

  .form {
	padding: 40px 0;
  }
  .form__fieldset {
	margin: 0 0 35px;
  }
  .form__btn {
	margin: 0 0 20px;
  }

  .result {
	padding-top: 30px;
  }
  .result__content {
	display: block;
  }
  .result__column {
	margin: 0 0 30px;
  }
  .result__column:last-child {
	margin-bottom: 0;
  }
  .result__field {
	margin: 0 0 0.8em;
  }
  .result__key {
	margin: 0 0 0.2em;
  }
  .result__table thead th {
	padding-top: 11px;
	border-top: 1px solid #ddd;
  }
  .result__footer {
	padding: 30px 0 0;
  }

  .tabs__head {
	margin: 0 0 20px;
  }
  .tabs__trigger {
	width: 50%;
	padding: 10px;
  }

  .category {
	padding: 30px 0 20px;
  }

  .black-card {
	width: calc(100% - 30px);
	margin: 0 15px 15px;
	padding: 50px 20px 70px;
  }
  .black-card__icon {
	width: auto;
  }
  .black-card__icon--big {
	height: 80px;
  }

  .tax-card {
	width: calc(100% - 30px);
	margin: 0 15px 15px;
  }

  .gray-card {
	width: calc(100% - 30px);
	margin: 0 15px 15px;
  }
  .gray-card__text table, .gray-card__text tbody, .gray-card__text thead, .gray-card__text tr, .gray-card__text th, .gray-card__text td, .gray-card__text tfoot, .gray-card__text caption {
	display: block;
  }
  .gray-card__text table p {
	margin: 0;
  }
  .gray-card__text table br {
	display: none;
  }
  .gray-card__text td, .gray-card__text th {
	width: auto;
	padding: 0;
	margin: 0 0 1em;
  }
  .gray-card__text td:last-child, .gray-card__text th:last-child {
	margin-bottom: 0;
  }
  .gray-card__text tr {
	margin: 0 0 1em;
  }
  .gray-card__text tr:last-child {
	margin-bottom: 0;
  }


  .gallery__box {
	margin: 0 -7.5px;
  }
  .gallery__item {
	margin: 7.5px;
	width: calc(50% - 15px);
  }

  .video__tag {
	max-height: 100vh;
  }

  .visual-nav__item {
	min-height: 40vw;
	padding: 15px 15px 70px;
  }
  .visual-nav__item-title {
	font-size: 20px;
  }
  .visual-nav__btn {
	right: 10px;
	bottom: 10px;
  }

  .media {
	padding: 30px 0;
  }
  .media__content {
	margin: 0 0 25px;
  }

  .file-link {
	margin: 0 0 20px;
  }
  .file-link__head {
	width: 70px;
  }
  .file-link__size {
	font-size: 12px;
  }

  .map {
	height: 300px;
  }

  .contacts table {
	display: block;
	text-align: left;
	padding: 20px 0;
  }
  .contacts table tbody, .contacts table thead, .contacts table td, .contacts table th, .contacts table tr {
	display: block;
  }
  .contacts table thead {
	display: none;
  }
  .contacts table tbody tr:last-child td, .contacts table tbody tr:last-child th {
	padding-bottom: 5px;
  }
  .contacts table tr {
	margin: 0 0 1em;
  }
  .contacts table tr:last-child {
	margin-bottom: 0;
  }

  .accordeon {
	font-size: 14px;
  }
  /*добавлено*/
  .accordeon__trigger {
	padding: 15px 20px 15px 10px;
  }
  .accordeon__trigger:after {
	font-size: 18px;
	top: 16px;
	right: 10px;
  }
  .accordeon__content {
	padding: 0 10px 10px;
  }
  .accordeon__subtrigger {
	padding: 10px;
  }
  .accordeon__subcontent {
	padding: 10px 10px 20px;
  }

  .date-slider__select {
	display: block;
	margin: 0 0 20px;
  }

  .product-card {
	width: calc(100% - 30px);
  }

  .product {
	padding: 20px 0 40px;
  }
  .product__slider {
	max-width: 100%;
	margin: 0 auto 30px;
  }
  .product__title {
	margin: 0 0 1.5em;
  }

  .person {
	margin: 0 0 20px;
  }
  .person__img {
	width: 150px;
	margin: 0 20px 0 0;
  }

  .hierarchy {
	border: none;
	padding: 0;
  }
  .hierarchy__main {
	margin: 0 0 30px;
	font-size: 16px;
  }
  .hierarchy__main:last-child {
	margin-bottom: 0;
  }
  .hierarchy__child {
	width: auto;
	margin: 7px 0;
	font-size: 14px;
  }
  .hierarchy__child--main {
	border: 1px solid;
  }
  .hierarchy__children {
	display: block;
	margin: 0;
  }

  .transport__wrapper {
	align-items: center;
    flex-flow: column;
  }
  .transport__amount {
	width: auto;
	text-align: center;
	margin: 0 0 30px;
	padding: 0;
  }
  .transport__amount-title {
	font-size: 16px;
  }
  .transport__amount-chart {
	margin: 0 auto;
  }
  .transport__dynamics {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	max-width: 100%;
	margin: 0 auto;
  }
  .transport__dynamics-chart {
	width: 290px;
	height: 320px;
  }

  .rating-table td, .rating-table th {
	padding: 10px;
  }
  .rating-table th img {
	max-height: 45px;
  }
  .rating-table tbody {
	font-size: 16px;
  }

  .about__stat {
	display: block;
  }
  .about__item {
	display: block;
	width: auto;
	margin: 0 0 15px;
  }
  .about__item:last-child {
	margin-bottom: 0;
  }
  .about__subtitle {
	font-size: 18px;
	margin: 0 0 1em;
	text-align: center;
  }
  .about__chart {
	margin: 0 auto;
	width: 320px;
	max-width: 100%;
  }

  .link-map__tooltip {
	font-size: 2.5vw;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
  }

  .bond-table__file {
	margin: 0 15px 20px;
  }
}
/*Кусок кода от заказчика */
@media(max-width:679px) {
  .rating__item {
  width: 100%;
}
  .dn_mobile {
	display: none !important;
  }
  .person-blocks{
	justify-content: center !important;
  }
  .person-blocks .person{
	margin-left: 15px;
	margin-right: 15px;
  }
	.timeline__item{
	border-top: 0px solid !important;
  }
  .timeline__item:nth-child(1){
	border-top: 1px solid  !important;
  }
	.map_top{
	display: none;
  }
}
/* */
@media(max-width:479px) {
  .photo_director{
	display: none !important;
  }
  .overText{
	padding-top: 15px;
  }
  h1, .h1 {
	font-size: 27px;
  }

  ul {
	font-size: inherit;
	padding-left: 1em;
  }
  ul > li:before {
	left: -1em;
  }
  .tax-card{
	min-height: 315px;
  }

  .custom-select__output, .custom-select__option {
	padding-left: 15px;
  }

  .header__logo {
	width: 140px;
  }
  .header__menu {
	padding: 25px 0;
  }
  .header__search {
	margin-left: 0;
	margin-right: 0;
  }

  .index-block__slide {
	padding: 70px 0;
  }
  .index-block__text {
	padding: 0;
  }
  .index-block__title {
	font-size: 22px;
  }

  .docs__box {
	margin: 0;
	display: block;
  }
  .docs__card {
	margin: 0 0 15px;
	width: auto;
  }

  .tabs__head {
	display: block;
  }
  .tabs__trigger {
	display: block;
	width: 100%;
  }

  .result__footer {
	margin: 20px 0 0;
	padding: 20px 0 0;
	display: block;
	text-align: right;
  }
  .result__text {
	max-width: 100%;
	margin: 0 0 0.5em;
  }
  .result__total {
	max-width: 100%;
  }

  .gallery {
	padding: 0;
  }
  .gallery__box {
	margin: 0 -15px;
	display: block;
  }
  .gallery__item {
	margin: 10px 0;
	width: 100%;
  }

  .post {
	padding: 30px 0;
  }
  .post__title {
	font-size: 17px;
  }
  .post__head {
	margin: 0 0 30px;
  }
  .post__date {
	font-size: 14px;
  }
  .post__image {
	width: calc(100% + 30px);
	max-width: calc(100% + 30px);
	margin: 0 -15px 20px;
  }
  .post__nav {
	margin: 20px 0 0;
  }
  .post__nav-link {
	font-size: 0;
  }
  .post__nav-link:before, .post__nav-link:after {
	margin: 0;
  }

  .visual-nav__item {
	padding: 15px;
	width: 100%;
	min-height: 200px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	text-align: center;
  }
  .visual-nav__item-title {
	margin: 0 0 0.5em;
  }
  .visual-nav__btn {
	position: static;
  }

  .file-link {
	font-size: 14px;
	line-height: 1.5;
  }
  .file-link__head {
	width: 40px;
  }
  .file-link__icon {
	font-size: 30px;
  }
  .file-link__size {
	display: none;
  }
  .file-link__text {
	font-size: inherit;
  }

  .brands {
	padding: 30px 0 20px;
  }
  .brands__section {
	margin: 0 0 20px;
  }
  .brands__title {
	font-size: 20px;
  }
  .brands__box {
	margin: 0;
  }
  .brands__item {
	width: 50%;
	margin: 0;
	-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
			flex: 1 1 auto;
	border-top-width: 0;
	border-left-width: 0;
  }
  .brands__item:nth-child(-n+2) {
	border-top-width: 1px;
  }
  .brands__item:nth-child(2n+1) {
	border-left-width: 1px;
  }
  .params__title {
	text-align: center;
  }
  .params__item {
	display: block;
	margin: 0 0 40px;
	text-align: center;
  }
  .params__item-pic {
	width: auto;
	margin: 0 auto 5px;
  }
  .params__item-pic img {
	min-height: 70px;
	max-width: 100px;
  }

  .link-map__tooltip {
	font-size: 3.2vw;
  }
}
.tax-card__tooltip li{
  font-size: 13px !important;
  margin: 0 0 0.8em;
  margin-bottom: 2px;
}
.subtext{
  font-size: 12px;
  text-align: left;
  margin-top: 5px;
}
.person-blocks{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row wrap;
  flex-flow: column;
  max-width: 945px;
  margin: 0 auto;
  justify-content: space-between;
}
.person-blocks .person{

}
.person {
  /* margin:0px; */
  /* max-width: 190px; */
  /* margin-bottom: 15px; */
  margin: 0px auto;
  width: 100%;
  /* max-width: 400px; */
  margin-bottom: 25px;
}
.person__images{
  width: 190px;
  overflow: hidden;
  height: 220px;
  margin-bottom: 15px;
}
.person:last-child {
  margin-bottom: 0;
}
.person__img {
  width: 190px;
  margin:0;
}
.person__text {
  text-align: justify;
  width: 190px;
  width: 100%;
  font-size: 16px;
}
.person__text strong{
  /* display: block; */
  /* margin-bottom: 15px; */
}
.person__text strong:after{
  content: " - ";
  font-weight: normal;
  /* display: block; */
  /* margin-bottom: 15px; */
}
.bond-table__docs td{
  padding: 0 !important;
}
.bond-table__info .bond-table__docs{
   opacity:0; /*Элемент полностью прозрачный (невидимый)*/
  transition: 1s; /*Скорость перехода состояния элемента*/
  height: 0px;
}
.bond-table__info .bond-table__docs a{
  padding-top: 10px;
}
.bond-table__info--active .bond-table__docs {
 opacity:1; /*Элемент полностью прозрачный (невидимый)*/
  transition: 1s; /*Скорость перехода состояния элемента*/
  height: auto;
}
.bond-table tbody .bond-table__info td{
  padding: 0px !important;
}
.rating__wrapper .table-wrapper table thead th img{
  max-width: 60px;
}
.big__font{
  font-size: 20px;
  font-weight: bold;
}
.table-margin{
  margin-bottom: 140px;
}
.transport__dynamics--avia {
  width: 381px;
}
.about__item--horizontal--dp{
  max-width: 100%;
  display: block;
}
.schema .wrapper {
  width: 100%;
}
.schema .category__text {
  width: 100%;
  max-width: 100%;
}
.schema .category__text p{
  max-width: 100%;
}
.black-card__tooltip ul li{
  margin-bottom: 2px !important;
}
.graph1{
  margin-bottom: 30px;
}
.graph1{
  display: inline-block;
  width: 50%;
  vertical-align: bottom;
}
.graph2{
  display: inline-block;
  width: 49%;
  vertical-align: top;
  margin-bottom: 30px;
}
@media(max-width:860px) {
 .graph1{
  width: 100%;
 }
  .graph2{
  width: 100%;
 }
}
.timeline__event-description p b {
  font-weight: bold !important;
}
.photo_director{
  width: 30%;
  margin-right: 15px;
  float: left;
}
.photo_director p{
  font-size: 14px; text-align: center;
}

.footer__social-link {
	display: inline-block;
	vertical-align: middle;
	width: 24px;
	height: 24px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	margin-right: 10px;
}
.footer__social-link-instagram {
	background-image: url('/images/instagram.png');
}
.footer__social-link-facebook {
	background-image: url('/images/facebook.png');
}
@media(max-width:989px) {
	.footer__social {
		margin-bottom: 25px;
	}
}

.adaptive-video {
	position:relative;
	padding: 0 0 56.25% 0;
	height:0;
	overflow:hidden;
}
.adaptive-video iframe,
.adaptive-video object,
.adaptive-video embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.cookie {
	position: fixed;
	z-index:999;
	bottom: 0;
	background-color: #fff;
	width: 100%;
	padding: 13px;
	font-size: 14px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0px 4px 30px 1px rgba(207, 207, 207, 0.4);
}
.cookie__text {
	margin-right: 15px;
}
.cookie__btn {
	flex-shrink: 0;
	width: 100px;
	line-height: 1;
	padding: 10px 15px;
	text-transform: none;
	font-size: 13px;
}
@media(max-width: 500px) {
	.cookie {
		display: block;
	}
	.cookie__btn {
		margin-top: 15px;
		width: 100%;
	}
}

.num-list-item {
	flex-grow: 1;
}

.num-list-item__title {
	font-family: Supermolot, sans-serif;
	font-size: 28px;
	color: #262c2d;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 17px;
	font-weight: bold;
}

.num-list-item__title::after {
	content: '';
	position: absolute;
	width: 35%;
	height: 2px;
	background: #262c2d;
	bottom: 0;
	left: 0;
}

.num-list-item__desc {
	font-size: 15px;
	color: #666;
}



@charset "UTF-8";
.gradient-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 15px -15px;
  font-weight: bold;
}
.gradient-list:first-child {
  margin-top: 0;
}
.gradient-list:last-child {
  margin-bottom: 0;
}
.gradient-list > li {
  width: calc(50% - 30px);
  padding: 15px 50px;
  background: linear-gradient(to right, #00A470, #0B8B87);
  color: #fff;
  margin: 10px 15px;
}
.gradient-list > li:last-child {
  margin: 10px 15px;
}
.gradient-list > li:before {
  content: "";
  width: 22px;
  border-top: 1px solid;
  left: 15px;
  top: calc(15px + .7em);
  color: inherit;
}
.gradient-list > li:nth-child(2n) {
  background: linear-gradient(to right, #0B8B87, #1B67A8);
}

.newspaper {
  padding: 30px 0;
}
.newspaper:last-child {
  padding-bottom: 60px;
}
.newspaper p {
  max-width: none;
}
.newspaper p:last-child {
  margin-bottom: 0;
}
.newspaper__section {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 40px;
  border-bottom: 1px solid #C8C8C8;
  margin-bottom: 50px;
}
.newspaper__section:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.newspaper__section-title {
  width: 330px;
  max-width: none;
  color: #18244E;
  flex: 0 0 auto;
  font-size: 30px;
  line-height: normal;
  margin: 0 calc(100% - 330px) 20px 0;
  text-transform: uppercase;
}
.newspaper__sidebar {
  width: 370px;
  flex: 0 0 auto;
  padding: 0 40px 0 0;
  border-right: 1px solid #C8C8C8;
  color: #18244E;
  line-height: 1.39;
}
.newspaper__main {
  width: calc(100% - 370px);
  flex: 0 0 auto;
  padding: 0 10px 0 40px;
}
.newspaper__section-head {
  padding-bottom: 40px;
  /*border-bottom: 1px solid #C8C8C8;*/
  margin-bottom: 30px;
}
.newspaper__section-head:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}
.newspaper__feed-item {
  display: flex;
  align-items: flex-start;
  padding: 30px 0;
  position: relative;
}
.newspaper__feed-item:after {
  content: "";
  display: block;
  width: 75px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-top: 1px solid #C8C8C8;
}
.newspaper__feed-item:first-child {
  padding-top: 0;
}
.newspaper__feed-item:last-child {
  padding-bottom: 0;
}
.newspaper__feed-item:last-child:after {
  display: none;
}
.newspaper__feed-pic {
  display: inline-block;
  width: 150px;
  height: 150px;
  background-color: #F2F2F2;
  margin: 0 20px 0 0;
  flex: 0 0 auto;
}
.newspaper__feed-pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.newspaper__feed-text {
  width: calc(100% - 170px);
  flex: 1 1 auto;
}
.newspaper__text hr {
  max-width: 75px;
  border-color: #C8C8C8;
  margin: 1em 0;
}
.newspaper__text h3 {
  color: inherit;
  text-transform: uppercase;
}

.news-widget {
  padding-bottom: 30px;
  border-bottom: 1px solid #C8C8C8;
  margin-bottom: 30px;
}
.news-widget:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}
.news-widget__item {
  margin: 0 0 30px;
}
.news-widget__item:last-child {
  margin-bottom: 0;
}
.news-widget__item-title {
  font: normal bold 18px/1.1 Supermolot, sans-serif;
  text-transform: uppercase;
  margin: 0 0 0.55em;
}
.news-widget__item-title a {
  color: inherit;
}
.news-widget__item-body {
  margin: 0 0 15px;
}
.news-widget__item-body:last-child {
  margin-bottom: 0;
}
.news-widget__item-body p {
  margin: 0 0 1.39em;
}
.news-widget__item-body p:last-child {
  margin-bottom: 0;
}
.news-widget__item-link {
  display: inline-block;
  vertical-align: top;
  font: normal bold 18px/1.1 Supermolot, sans-serif;
  color: inherit;
  text-transform: uppercase;
}
.news-widget__item-link:after {
  content: "";
  font-family: fontAwesome;
  margin-left: 0.75em;
  font-weight: 400;
}

.news-list {
  display: flex;
  flex-wrap: wrap;
  margin: 30px -15px;
}
.news-list:first-child {
  margin-top: 0;
}
.news-list:last-child {
  margin-bottom: 0;
}
.news-list__item {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  color: inherit;
  font-weight: 500;
  line-height: 1.3;
  width: calc(50% - 30px);
  position: relative;
  margin: 0 15px 40px;
}
.news-list__item:last-child, .news-list__item:nth-last-child(2):nth-child(2n+1) {
  margin-bottom: 0;
}
.news-list__item-pic {
  display: inline-block;
  width: 150px;
  margin: 0 20px 0 0;
  flex: 0 0 auto;
  height: 150px;
  background-color: #F2F2F2;
}
.news-list__item-pic--complicated {
  margin-bottom: 30px;
}
.news-list__item-pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.news-list__item-text {
  display: block;
  width: calc(100% - 170px);
  flex: 1 1 auto;
}
.news-list__item-toggler {
  width: 150px;
  font: normal bold 13px/1.1 Supermolot, sans-serif;
  color: #636466;
  text-transform: uppercase;
  cursor: pointer;
  position: absolute;
  top: 160px;
  left: 0;
  padding-right: 1.5em;
}
.news-list__item-toggler:before {
  content: "Подробнее";
}
.news-list__item-toggler:after {
  content: "";
  font-family: fontAwesome;
  font-weight: 400;
  position: absolute;
  right: 0;
  top: -0.2em;
  font-size: 1.5em;
  transition: all 0.3s ease;
}
.news-list__item-toggler--active:before {
  content: "СКРЫТЬ";
}
.news-list__item-toggler--active:after {
  transform: scaleY(-1);
}
.news-list__item-dropdown {
  display: none;
  margin: -20px 15px 40px auto;
  width: calc(50% + 150px);
  max-width: calc(100% - 30px);
  background-color: #F2F2F2;
  position: relative;
  padding: 20px;
  font-size: 12px;
  line-height: 1.3333333333;
  color: #4E4E4E;
}
.news-list__item-dropdown:before {
  content: "";
  display: block;
  border-bottom: 12px solid #F2F2F2;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  bottom: 100%;
  right: calc(50% - 28px);
}
.news-list__item-dropdown--odd {
  margin-left: 15px;
}
.news-list__item-dropdown--odd:before {
  right: auto;
  left: 131px;
}
.news-list__item-dropdown p {
  margin: 0;
}
.news-list__item-dropdown h1, .news-list__item-dropdown h2, .news-list__item-dropdown h3, .news-list__item-dropdown h4, .news-list__item-dropdown h5 {
  color: #595959;
}
.news-list__item-columns {
  display: flex;
  flex-wrap: wrap;
}
.news-list__item-column {
  width: 60%;
  padding: 0 25px 20px 0;
  border-right: 1px solid #C8C8C8;
}
.news-list__item-column:nth-child(2n) {
  border-right: none;
  width: 40%;
  padding: 0 0 20px 25px;
}

@media(max-width:1359px) {
  .newspaper__section {
	display: block;
  }
  .newspaper__section-title {
	width: auto;
	margin: 0 0 0.75em;
  }
  .newspaper__sidebar {
	width: auto;
	border-right: none;
	padding: 0 0 30px;
	margin: 0 0 30px;
	border-bottom: 1px solid #C8C8C8;
  }
  .newspaper__sidebar:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
  }
  .newspaper__main {
	width: auto;
	padding: 0;
  }
}
@media(max-width:991px) {
  .gradient-list {
	display: block;
	margin-left: 0;
	margin-right: 0;
  }
  .gradient-list > li {
	background: linear-gradient(to right, #00A470, #1B67A8);
	margin-left: 0;
	margin-right: 0;
	width: auto;
  }
  .gradient-list > li:last-child {
	margin: 10px 0 0;
  }
  .gradient-list > li:nth-child(2n) {
	background: linear-gradient(to right, #00A470, #1B67A8);
  }

  .news-list {
	display: block;
	margin-left: 0;
	margin-right: 0;
  }
  .news-list__item {
	width: auto;
	margin: 0 0 30px;
  }
  .news-list__item:last-child {
	margin-bottom: 0;
  }
  .news-list__item:nth-last-child(2):nth-child(2n+1) {
	margin-bottom: 30px;
  }
  .news-list__item-dropdown {
	margin: 15px 0 0;
	width: auto;
	max-width: none;
  }
  .news-list__item-dropdown:before {
	right: auto;
	left: 131px;
  }
  .news-list__item-column {
	width: 50%;
  }
}
@media(max-width:479px) {
  .newspaper__feed-item {
	display: block;
  }
  .newspaper__feed-pic {
	display: block;
	margin: 0 0 10px;
  }
  .newspaper__feed-text {
	width: auto;
  }

  .news-list__item {
	display: block;
  }
  .news-list__item-pic {
	display: block;
	margin: 0 0 10px;
  }
  .news-list__item-text {
	width: auto;
	margin: 0 0 1em;
  }
  .news-list__item-text:last-child {
	margin-bottom: 0;
  }
  .news-list__item-toggler {
	position: relative;
	top: auto;
	left: auto;
  }
  .news-list__item-columns {
	display: block;
  }
  .news-list__item-column {
	width: auto;
	padding: 0;
	border: none;
	margin: 0 0 1em;
  }
  .news-list__item-column:last-child {
	margin-bottom: 0;
  }
  .news-list__item-column:nth-child(2n) {
	width: auto;
	padding: 0;
  }
}

.ecosystem__btns {
  position: absolute;
  top: 40px;
  left: 25px;
  z-index: 3;
  display: flex;
  flex-direction: column;
}
.ecosystem__home {
  color: #ffffff;
  font-size: 17px;
  white-space: nowrap;
  padding-left: 30px;
  background: url("/images/home.png") center left/18px no-repeat;
  min-height: 20px;
  transition: transform .3s;
}
.ecosystem__back {
  margin-top: 12px;
  color: #ffffff;
  font-size: 17px;
  padding-left: 30px;
  background: url("/images/left-arrow.png") center left/18px no-repeat;
  min-height: 20px;
  transition: transform .3s;
}

.ecosystem__home:hover,
.ecosystem__back:hover {
  transform: scale(1.05);
}

@media (max-width: 767px) {
  .ecosystem__btns {
	left: 15px;
	flex-direction: row;
	justify-content: space-between;
	width: calc(100% - 30px);
  }
  .ecosystem__home {
	order: 1;
	font-size: 14px;
	background-size: 15px;
  }
  .ecosystem__back {
	margin: 0;
	font-size: 14px;
	background-size: 15px;
  }
	.newspaper__section-head {
	  padding-bottom: 0;
	  /*border-bottom: 1px solid #C8C8C8;*/
	  margin-bottom: 30px;
	}
	.newspaper__sidebar {
		border-bottom: none;
	}
}


.section {
  padding-top: 80px;
}

.section_first {
  padding-top: 135px;
}

.section_line_bottom::after {
  content: '';
  display: block;
  height: 10px;
  background: linear-gradient(120.75deg, #0E8F4B -0.9%, #273986 100%);
}

.section__title {
  font-size: 40px;
  line-height: 49px;
  text-transform: uppercase;
  color: #4A4A49;
}

.section__title_white {
  color: #ffffff;
}

.section__title_mb_big {
  margin-bottom: 77px;
}

.section__desc {
  padding-bottom: 60px;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.3;
  color: #4A4A49;
}

.section__head-img {
  display: block;
  max-height: 539px;
  margin-left: auto;
}

.section__img-wrap {
  position: relative;
  margin-bottom: 73px;
}

.section__img-caption {
  position: absolute;
  top: 28px;
  right: 0;
  max-width: 177px;
  font-weight: 300;
  font-size: 12px;
  line-height: 120%;
  color: #4A4A49;
}
.section__img-caption_left {
  top: 0;
  left: 0;
  right: auto;
}

.bg_gray {
  background: #F4F4F4;
}

.bg_green-liner {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 54.96%, rgba(14, 143, 75, 0.142) 100%), #FFFFFF;
}

.bg_blue-liner {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 37.34%, rgba(37, 82, 135, 0.27) 100%);
}

.bg_green-img {
  background: url('/images/ur/task-bg.jpg') center/cover no-repeat, linear-gradient(126.87deg, #0E8F4B 0%, #273986 100%);
}

.tile-icon-item {
  position: relative;
  height: calc(100% - 75px);
  margin-top: 50px;
  margin-bottom: 25px;
}
.tile-icon-item__img {
  max-width: 60%;
  max-height: 60%;
}
.tile-icon-item__img-wrap {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  width: 98px;
  height: 98px;
  background: linear-gradient(126.87deg, #0E8F4B 0%, #273986 100%);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.tile-icon-item__desc {
  height: 100%;
  min-height: 239px;
  padding: 75px 30px 30px;
  background: #F4F4F4;
  font-weight: 300;
  font-size: 18px;
  line-height: 130%;
  color: #4A4A49;
}
.tile-icon__footer {
  display: flex;
  padding: 52px 0 103px;
}
.tile-icon__footer-left {
  flex: 1 1 50%;
  line-height: 130%;
  color: #F4F4F4;
  font-weight: 300;
  padding-right: 30px;
}
.tile-icon__footer-right {
  flex: 1 1 50%;
  font-size: 24px;
  line-height: 130%;
  color: #4A4A49;
  background: #F4F4F4;
  font-weight: 300;
  padding: 39px 78px 44px;
}

.principles-section {
	padding-bottom: 64px;
}
.num-list-small {
  margin: 72px 0 0;
}
.num-list-small-item {
  display: flex;
  flex-wrap: wrap;
  height: calc(100% - 52px);
  padding-bottom: 30px;
  margin-bottom: 52px;
  border-bottom: 1px solid #000000;
}
.num-list-small-item__title {
  flex-grow: 1;
  font-family: Supermolot, sans-serif;
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
  text-transform: uppercase;
  color: #4A4A49;
}
.num-list-small-item__num {
  margin-left: 15%;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: #0E8F4B;
}

.num-list-small--circle {
	padding: 48px 48px 0;
	border: 1px solid #1D1D1B;
	box-shadow: 5px 5px 10px #D7D7D5;
}
.num-list-small--circle .num-list-small-item {
	border: none;
	position: relative;
	padding: 0 0 0 39px;
}
.num-list-small--circle .num-list-small-item__title::before {
	content: '';
	display: inline-block;
	width: 21px;
	height: 21px;
	background-color: #0E8F4B;
	border-radius: 50%;
	position: absolute;
	top: 4px;
	left: 0;
}
.num-list-small--circle .num-list-small-item__num {
	display: none;
}


.share-portfolio-section {
  background: rgb(235,235,235);
  background: linear-gradient(90deg, rgba(235,235,235,1) 0%, rgba(235,235,235,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
}
.share-portfolio-section .border-list {
  margin: 70px 0 0;
}
.border-list-item {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 28px;
  margin-bottom: 28px;
  border-bottom: 1px solid #000000;
}
.border-list-item__title {
  flex-grow: 1;
  flex-basis: 70%;
  font-family: Supermolot, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
  color: #4A4A49;
}
.border-list-item__num {
  flex-basis: 26%;
  margin-left: 4%;
  font-family: Supermolot, sans-serif;
  font-weight: 600;
  font-size: 55px;
  line-height: 68px;
  color: #0E8F4B;
  background: linear-gradient(126.87deg, #0E8F4B 0%, #273986 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.border-list-item__desc {
  max-width: 470px;
  margin: 12px 0 20px;
  font-weight: 300;
  font-size: 18px;
  line-height: 130%;
  color: #4A4A49;
}
.border-list__img {
  display: block;
  margin: 56px 0 34px auto;
}

.page-back {
  position: relative;
}
.page-back__link {
  display: block;
  width: 38px;
  height: 15px;
  position: absolute;
  right: 102%;
  top: 17px;
  background: url('/images/ur/back-arrow.svg');
  transition: right .3s ease-in-out;
}
.page-back__link:hover {
  right: 102.5%;
}


.toggle-text {
  position: relative;
  max-height: 100%;
  padding: 0 13px 50px 13px;
  border: 1px solid rgba(0,0,0,0.3);
  overflow: hidden;
}
.toggle-text .to-hide{
  display: none;
}
.toggle-text.toggle-text--opened {
  max-height: 100%;
  padding: 0 13px 50px 13px;
}
.toggle-text.toggle-text--opened .to-hide{
  display: block;
}
.toggle-text__btn {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50px;
  font-weight: bold;
  font-size: 30px;
  line-height: 1;
  background: rgb(255,255,255);
  1background: linear-gradient(180deg, rgba(255,255,255,0.7805322812718838) 0%, rgba(255,255,255,1) 85%);
  border: none;
}
.toggle-text__btn i {
  transition: transform .4s;
}
.toggle-text--opened .toggle-text__btn i {
  transform: rotate(180deg);
}


@media (max-width: 1199px) {
  .section__img-caption {
	position: static;
	max-width: 100%;
	margin-top: 20px;
  }
}


@media (max-width: 767px) {
  .section {
	padding-top: 30px;
  }
  .section_first {
	padding-top: 93px;
  }
  .breadcrumbs_arrow {
	font-size: 10px;
	line-height: 1.2;
  }
  .section__title {
	font-size: 24px;
	line-height: 26px;
  }
  .section__title_mb_big {
	margin-bottom: 1em;
  }
  .section__desc {
	padding-bottom: 20px;
	font-size: 14px;
	line-height: 130%;
  }
  .section__head-img {
	margin-right: auto;
	margin-left: auto;
  }
  .section__img-wrap {
	margin: 40px 0;
  }
  .section__img {
	display: block;
	margin: 0 auto;
  }

  .tile-icon {
	padding-bottom: 20px;
  }
  .tile-icon-item {
	height: initial;
	margin: 38px 0 19px;
  }
  .tile-icon-item__img-wrap {
	width: 75px;
	height: 75px;
  }
  .tile-icon-item__desc {
	padding: 57px 24px 40px 17px;
	min-height: initial;
	font-size: 14px;
  }
  .tile-icon__footer {
	display: none;
  }


	.principles-section {
		padding-bottom:20px;
	}
  .num-list-small {
	margin: 32px 0 20px;
  }
  .num-list-small-item {
	margin-bottom: 23px;
	padding-bottom: 13px;
	height: auto;
  }
  .num-list-small-item__title {
	max-width: calc(100% - 40px);
	font-size: 16px;
	line-height: 20px;
  }
  .num-list-small-item__num {
	margin-left: 5%;
  }

	.num-list-small--circle {
		padding-left: 15px;
		padding-right: 15px;
	}

  .share-portfolio-section {
	background: #EBEBEB;
  }
  .share-portfolio-section [class*='col-']:nth-child(even) {
	padding-top: 23px;
	background: #ffffff;
  }
  .share-portfolio-section .border-list {
	margin: 0;
  }
  .border-list-item {
	padding-bottom: 23px;
	margin-bottom: 23px;
  }
  .border-list-item__title {
	flex-basis: 100%;
	font-size: 18px;
	line-height: 22px;
  }
  .border-list-item__num {
	flex-basis: initial;
	order: 1;
	margin-left: auto;
	line-height: 1;
  }
  .border-list-item__desc {
	max-width: 100%;
	margin: 20px 0 5px;
	font-size: 14px;
  }
  .border-list__img {
	margin: 56px auto 34px auto;
  }

  .toggle-text {
    /*max-height: 30px;*/
  }
}