@charset "UTF-8";
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/manrope/v14/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk59FO_F.ttf) format("truetype");
}

@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/manrope/v14/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk6jFO_F.ttf) format("truetype");
}

@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/manrope/v14/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk79FO_F.ttf) format("truetype");
}

@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/manrope/v14/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk7PFO_F.ttf) format("truetype");
}

@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/manrope/v14/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4jE-_F.ttf) format("truetype");
}

@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/manrope/v14/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4aE-_F.ttf) format("truetype");
}

@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/manrope/v14/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk59E-_F.ttf) format("truetype");
}

.up {
  text-transform: uppercase;
}

.none {
  text-decoration: none;
}

.th {
  font-weight: 100;
}

.el {
  font-weight: 200;
}

.l {
  font-weight: 300;
}

.reg {
  font-weight: 400;
}

.med {
  font-weight: 500;
}

.sb {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.eb {
  font-weight: 800;
}

.black {
  font-weight: 900;
}

.un {
  text-decoration: underline;
}

.in {
  display: inline-block;
}

.vam {
  vertical-align: middle;
}

.rel {
  position: relative;
}

.bl {
  display: block;
}

.abs {
  position: absolute;
}

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

.try {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.trx {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.tc {
  display: table-cell;
  vertical-align: middle;
}

.dn {
  display: none;
}

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.taj {
  text-align: justify;
}

.it {
  font-style: italic;
}

.sn {
  font-style: normal;
}

.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow-y: auto;
  background: rgba(1, 1, 1, 0.7);
  z-index: 11;
  display: none;
}

.b0 {
  border: 0;
}

.bn {
  background: none;
}

.w100 {
  width: 100%;
}

.h100 {
  height: 100%;
}

.wa {
  width: auto;
}

.p0 {
  padding: 0;
}

.m0 {
  margin: 0;
}

.poi {
  cursor: pointer;
}

.auto {
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.noup {
  text-transform: none;
}

.fix {
  position: fixed;
}

.tn {
  transform: none;
}

.bf {
  background: #fff;
}

.cf {
  color: #fff;
}

.c0 {
  color: #000;
}

.ap {
  appearance: none;
}

.nw {
  white-space: nowrap;
}

.ma {
  margin: 0 auto;
}

.oh {
  overflow: hidden;
}

.pen {
  pointer-events: none;
}

body,
html {
  width: 100%;
  height: 100%;
}

body {
  background: #fff;
  overflow-x: hidden;
}

body,
th,
td {
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  color: #000;
}

body,
form,
object,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

img,
table {
  border: none;
}

table {
  border-collapse: collapse;
}

table td {
  padding: 0;
}

a {
  color: #000;
  cursor: pointer;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

a:hover {
  text-decoration: none;
}

input,
textarea,
button,
select {
  margin: 0;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  border: 0;
  font-family: 'Manrope', sans-serif;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder,
button:focus::-webkit-input-placeholder,
select:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder,
button:focus::-moz-placeholder,
select:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder,
button:focus:-moz-placeholder,
select:focus:-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder,
button:focus:-ms-input-placeholder,
select:focus:-ms-input-placeholder {
  color: transparent;
}

button,
input[type='submit'] {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
  border: 0;
}

ol,
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

img {
  max-width: 100%;
}

.an {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.an2 {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

section,
header,
footer,
nav,
main {
  display: block;
}

.wrap {
  margin: 0 auto;
  width: 1110px;
}

* {
  outline: none !important;
}

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

.flex2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}

.header {
  margin-bottom: 73px;
}

.header .wrap {
  background: url("../img/header2.svg") no-repeat bottom 15px left 50%/contain;
  padding: 20px 0;
  position: relative;
}

.header .menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 5;
  border: 1px solid var(--grey, #d9d9d9);
  background: #FFF;
  box-shadow: 8px 8px 20px 0px rgba(189, 189, 189, 0.15);
  margin-top: 45px;
  display: none;
}

.header .menu:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  height: 110px;
}

.header .menu .nav {
  margin: 0;
}

.header .menu .nav li {
  width: 50%;
  border-bottom: 1px solid #D9D9D9;
  margin: 0 !important;
}

.header ul li .menu__item > a.show-popup-karta:hover {
color: #fe5000;
}

.header ul li .menu__item > a.show-popup-karta {
color: #004C97;
}

.show-popup-karta {
padding-top: 20px;
}

.header .menu .nav li.ui-state-active {
  border-bottom: 1px solid var(--unnamed, #63666a);
  background: #F0F0F0;
}

.header .menu .nav li.ui-state-active a {
  color: #fe5000;
}

.header .menu .nav li a {
  display: block;
  text-decoration: none;
  text-align: center;
  padding: 18px;
  color: var(--unnamed, #63666a);
  font-size: 17px;
  font-weight: 800;
}

.header .menu .nav li a:hover {
  color: #000;
}

.header .menu .tab-content {
  background: #fff;
}

.header .menu .tab-content ul {
  margin: 0;
  width: 50%;
  background: #F0F0F0;
  padding-right: 25%;
  min-height: 350px;
  padding-bottom: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.header .menu .tab-content ul:after {
  content: "";
  position: absolute;
  width: 1px;
  height: calc(100% - 20px);
  pointer-events: none;
  background: #000;
  top: 0;
  left: 50%;
}

.header .menu .tab-content ul.other {
  margin-left: 50%;
}

.header .menu .tab-content ul li {
  display: block;
  margin: 0;
  position: static;
}

.header .menu .tab-content ul li a {
  font-size: 17px;
  display: block;
  text-decoration: none;
  padding: 18px 20px;
}

.header .menu .tab-content ul li a.active {
  color: #fe5000;
}

.header .menu .tab-content ul li a.active .fa {
  transform: rotate(180deg);
}

.header .menu .tab-content ul li ul {
  display: block;
  position: static;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  transform: none;
  width: auto;
  padding: 0;
  min-height: 0;
  display: none;
}

.header .menu .tab-content ul li ul.opened {
  display: block;
}

.header .menu .tab-content ul li ul:after {
  display: none;
}

.header .menu .tab-content ul li ul li:hover a {
  color: #fe5000;
}

.header .menu .tab-content ul li ul li:hover a:after {
  content: "";
  position: absolute;
  width: 3px;
  height: 100%;
  background: #000;
  right: -2px;
  top: 0;
}

.header .menu .tab-content ul li ul li:hover ul {
  display: block;
}

.header .menu .tab-content ul li ul li:hover ul li a {
  color: #000;
}

.header .menu .tab-content ul li ul li:hover ul li a:after {
  display: none;
}

.header .menu .tab-content ul li ul li a {
  font-size: 15px;
  padding: 16px 30px;
  text-align: left;
  position: relative;
}

.header .menu .tab-content ul li ul li ul {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: none;
  display: none;
}

.header .menu .tab-content ul li ul li ul li a:hover {
  color: var(--unnamed, #004c97);
}

.header ul {
  margin-top: 23px;
}

.header ul li {
  display: inline-block;
  position: relative;
}

.header ul li:not(:last-child) {
  margin-right: 140px;
}

.header ul li:hover ul {
  display: block;
}

.header ul li a {
  display: block;
  text-decoration: none;
  color: var(--unnamed, #63666a);
  font-size: 24px;
  font-weight: 600;
}

.header ul li a:hover {
  color: #fe5000;
  font-weight: 800;
}

.header ul li a:active {
  color: #000;
}

.header ul li ul {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  background: #F0F0F0;
  top: 100%;
  z-index: 4;
  margin-top: 15px;
  display: none;
}

.header .wrap > ul > li > ul {
  padding: 20px 32px 20px 32px;
}

.header ul li ul:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  height: 15px;
}

.header ul li ul li {
  display: block;
  margin: 0 !important;
}

.header ul li ul li a {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  padding: 18px;
  color: #63666A;
  font-size: 17px;
  font-weight: 500;
}

.header .right-block {
  margin-top: 23px;
  position: relative;
}

.header .right-block form {
  position: absolute;
  right: 0;
  top: 0;
  width: 1516px;
  height: 46px;
  display: none;
}

.header .right-block form input[type='text'] {
  width: 100%;
  height: 100%;
  border: 1px solid var(--grey, #d9d9d9);
  padding: 0 40px;
  background: #ffffff url("../img/search2.svg") no-repeat 10px 50%;
}

.header .right-block form button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  background: none;
  padding: 0;
  color: #fe5000;
  font-size: 18px;
  font-weight: 600;
}

.header .right-block .lang-select {
  display: inline-block;
  font-size: 24px;
  font-weight: 600;
  color: #63666A;
  margin-right: 30px;
}

.header .right-block .lang-select a {
  text-decoration: none;
  color: #63666A;
}

.header .right-block .lang-select a.active {
  color: #004c97;
}

.header .right-block .search-link {
  font-size: 24px;
  font-weight: 600;
  color: #004c97;
  padding: 0 0 0 32px;
  background: url("../img/search.svg") no-repeat left;
}

.header .right-block .search-link:hover {
  color: #fe5000;
  background: url("../img/searchh.svg") no-repeat left;
}

.header .right-block .button {
  position: absolute;
  right: 0;
  bottom: -50px;
  width: 260px;
  height: 52px;
  border-radius: 26px;
  border: 3.9px solid #FFF;
  background: var(--unnamed, #004c97);
  box-shadow: 0px 5.2px 5.2px 0px rgba(0, 0, 0, 0.15);
  color: #fff;
  text-align: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 32px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 18px;
}

.header .right-block .button:hover {
  box-shadow: none;
}

.header .right-block .button:hover:before {
  box-shadow: none;
}

.header .right-block .button:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -5px;
  width: 78px;
  height: 78px;
  background: url("../img/button.svg") center/cover;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  box-shadow: 0px 5.2px 5.2px 0px rgba(0, 0, 0, 0.15);
}

.header .right-block .button span {
  color: var(--unnamed, #fe5000);
}

.index-first-block {
  padding-bottom: 90px;
}

.index-first-block .block-name {
  margin-bottom: 30px;
  font-size: 80px;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  width: 57%;
}

.index-first-block .block-name span {
  display: block;
  color: #004c97;
}

.index-first-block ul {
  width: 40%;
  padding-bottom: 47px;
}

.index-first-block ul li {
  margin-bottom: 30px;
  padding-left: 30px;
  position: relative;
  color: #63666A;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
  word-wrap: break-word;
}

.index-first-block ul li:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #fe5000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  left: 0;
  top: 14px;
}

.index-first-block .video {
  position: relative;
}

.index-first-block .video img {
  width: 100%;
}

.index-first-block .video a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../img/play.svg") no-repeat center;
}

.index-about-block {
  padding-bottom: 180px;
}

.index-about-block .block-name {
  padding: 40px 0 120px 86px;
  color: #004C97;
  font-size: 42px;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
  background: url("../img/name.svg") no-repeat top left/contain;
  margin-bottom: -45px;
}

.index-about-block .top-text {
  margin-bottom: 90px;
  padding: 0 140px 0 565px;
  color: var(--unnamed, #004c97);
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
  position: relative;
}

.index-about-block .top-text .or {
  color: #fe5000;
}

.index-about-block .top-text .button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 565px;
  text-align: center;
}

.index-about-block .content {
  padding: 28px 0 18px;
  background: url("../img/about-block.svg") no-repeat top center/contain;
}

.index-about-block .content .item {
  width: 31%;
}

.index-about-block .content .item:last-child .name {
  text-align: left;
}

.index-about-block .content .item .name {
  min-height: 164px;
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
}

.index-about-block .content .item ul {
  width: 85%;
  padding-left: 30px;
  list-style: disc;
}

.index-about-block .content .item ul li {
  color: var(--unnamed, #63666a);
  font-size: 24px;
  line-height: 120%;
}

.index-about-block .content .item ul li:not(:last-child) {
  margin-bottom: 10px;
}

.index-about-block .content .item ul li span {
  font-weight: 500;
  color: #000;
}

.index-about-block .mob-button {
  text-align: center;
  display: none;
}

.btn {
  width: 220px;
  height: 220px;
  background: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  border: 1px solid #004c97;
}

.btn:hover:before {
  transform: translateX(-50%) rotate(45deg);
}

.btn:hover i {
  transform: rotate(180deg);
}

.btn:hover i:after {
  background: #fe5000;
}

.btn:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 16px;
  width: 100px;
  height: 100px;
  background: url("../img/arrow.svg") center/cover;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.btn i {
  position: absolute;
  width: 100%;
  height: 100%;
  top: -1px;
  left: -1px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  pointer-events: none;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.btn i:after {
  content: "";
  position: absolute;
  left: 0;
  top: 32px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #004c97;
  background: #fff;
  width: 32px;
  height: 32px;
}

.btn span {
  color: #004c97;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 36px;
  width: 100%;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10%;
  font-size: 28px;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
}

.index-catalog-block {
  padding: 180px 0 62px;
  margin-bottom: 120px;
  background: url("../img/index-catalog-block.png") center/cover;
}

.index-catalog-block .block-name {
  color: var(--unnamed, #fe5000);
  font-size: 28px;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
  padding-bottom: 18px;
  position: relative;
  border-bottom: 2px solid #FE5000;
}

.index-catalog-block .block-name:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -10px;
  width: 18px;
  height: 18px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #fe5000;
}

.index-catalog-block .items {
  position: relative;
}

.index-catalog-block .items:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 2px solid #004c97;
}

.index-catalog-block .items:after {
  content: "";
  position: absolute;
  left: -18px;
  bottom: -8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  background: #004c97;
}

.index-catalog-block .main-item {
  width: 42%;
}

.index-catalog-block .main-item .image {
  text-align: center;
  padding: 40px 15px 110px 15px;
  border-right: 2px solid #FE5000;
  border-bottom: 2px solid #FE5000;
  margin-bottom: 30px;
  position: relative;
}

.index-catalog-block .main-item .image:after {
  content: "";
  position: absolute;
  left: -18px;
  bottom: -10px;
  width: 18px;
  height: 18px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #fe5000;
  background: #fff;
}

.index-catalog-block .main-item .info {
  min-height: 230px;
  position: relative;
}

.index-catalog-block .main-item .name {
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
}

.index-catalog-block .main-item p {
  margin-bottom: 88px;
  color: #63666A;
  font-size: 24px;
  line-height: 120%;
}

.index-catalog-block .main-item .link {
  display: inline-block;
  text-decoration: none;
  position: absolute;
  left: 0;
  bottom: 20px;
  padding-right: 28px;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
  color: #fe5000;
}

.index-catalog-block .main-item .link:hover:after {
  transform: translateY(-50%) rotate(45deg);
}

.index-catalog-block .main-item .link:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: url("../img/arrow2.svg");
  width: 28px;
  height: 28px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.index-catalog-block .list {
  width: 49%;
  padding-top: 30px;
  position: relative;
}

.index-catalog-block .list .list-name {
  position: absolute;
  top: 370px;
  left: 0;
  color: var(--unnamed, #004c97);
  font-size: 42px;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
}

.index-catalog-block .list .item {
  width: 50%;
  position: relative;
}

.index-catalog-block .list .item:last-child .text:after {
  content: "";
  position: absolute;
  right: 0;
  top: -10px;
  width: 18px;
  height: 18px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #004c97;
  background: #fff;
}

.index-catalog-block .list .item .image {
  height: 320px;
  line-height: 320px;
  margin-bottom: 90px;
}

.index-catalog-block .list .item .image img {
  vertical-align: middle;
  max-width: 90%;
  max-height: 96%;
}

.index-catalog-block .list .item .text {
  position: relative;
  padding: 30px 25px;
  border-left: 2px solid #004c97;
  border-top: 2px solid #004c97;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 260px;
}

.index-catalog-block .list .item .text .name {
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
}

.index-catalog-block .list .item .text p {
  margin-bottom: 30px;
  color: #63666A;
  font-size: 24px;
  line-height: 120%;
}

.index-catalog-block .list .item .text .link {
  display: inline-block;
  text-decoration: none;
  position: absolute;
  left: 15px;
  bottom: 20px;
  padding-right: 28px;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
  color: #004c97;
}

.index-catalog-block .list .item .text .link:hover:after {
  transform: translateY(-50%) rotate(45deg);
}

.index-catalog-block .list .item .text .link:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: url("../img/arrow3.svg");
  width: 28px;
  height: 28px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.index-actual-block {
  padding-bottom: 90px;
}


.index-actual-block .item {
    margin-bottom: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    border: none;
    box-shadow: none;
}

.index-actual-block .item .container {
    width: 100%;
    margin-bottom: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    border: 1px solid #D9D9D9;
    box-shadow: 8px 8px 20px 0px rgba(189, 189, 189, 0.15);
    min-height: 327px;
}

@media (max-width: 1140px) {
.index-actual-block .item .container {
    min-height: 240px;
	margin-top: 30px;
}
}


.index-actual-block .block-name {
  margin-bottom: 20px;
  padding: 40px 0 120px 86px;
  color: #004C97;
  font-size: 42px;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
  background: url("../img/name.svg") no-repeat top left/contain;
}

.index-actual-block .flex .name {
    padding: 0 17px 20px 0px;
    color: var(--unnamed, #004c97);
    font-size: 20px;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
    position: relative;
}

@media (max-width: 1140px) {
.index-actual-block .flex .name {
	 padding: 0 17px 0px 0px;
}
}

.index-actual-block .item {
  width: 32%;
  margin-bottom: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  border: 1px none;
  box-shadow: none;
}

.index-actual-block .item:hover {
  box-shadow: none;
}

.index-actual-block .container:hover {
  box-shadow: 8px 8px 20px 0px rgba(189, 189, 189, 0.35);
}

.index-actual-block .item:hover a {
  color: #fe5000;
}

.index-actual-block .item img {
  width: 100%;
}

.index-actual-block .item a {
  display: block;
  text-decoration: none;
  padding: 20px 20px 78px 20px;
  color: #383838;
  font-size: 32px;
  font-weight: 600;
  line-height: 125%;
}

.press-center-block {
  padding-bottom: 120px;
}

.press-center-block .block-name {
  margin-bottom: 20px;
  padding: 40px 0 120px 86px;
  color: #004C97;
  font-size: 42px;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
  background: url("../img/name.svg") no-repeat top left/contain;
}

.press-center-block .list .slick-track {
  display: flex;
}

.press-center-block .list .button {
  width: 220px;
  margin: 0 20px;
  height: auto;
  position: relative;
}

.press-center-block .list .button .btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.press-center-block .list .item {
  margin: 0 20px;
  width: 730px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #D9D9D9;
  background: #FFF;
}

.press-center-block .list .item .image {
  width: 46.5%;
}

.press-center-block .list .item .image:hover {
  -webkit-transform: scale(1.05, 1.05);
  -webkit-transition: all 0.3s ease-in-out;
}

.press-center-block .list .item .text {
  width: 53.5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 25px;
}

.press-center-block .list .item .text .cat {
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 300;
  line-height: 120%;
}

.press-center-block .list .item .text .name {
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 600;
  line-height: 125%;
}

.press-center-block .list .item .text p {
  margin-bottom: 20px;
  color: var(--unnamed, #63666a);
  font-size: 22px;
  line-height: 120%;
}

.press-center-block .list .item .text .date {
  margin-bottom: 100px;
  color: var(--unnamed, #63666a);
  font-size: 16px;
  font-weight: 300;
  line-height: 120%;
}

.press-center-block .list .item .text .link {
  display: inline-block;
  text-decoration: none;
  position: relative;
  padding-right: 28px;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
  color: #004c97;
}

.press-center-block .list .item .text .link:hover:after {
  transform: translateY(-50%) rotate(45deg);
}

.press-center-block .list .item .text .link:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: url("../img/arrow3.svg");
  width: 28px;
  height: 28px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.feedback-banner {
  padding-bottom: 120px;
}

.feedback-banner .banner {
  height: 360px;
  position: relative;
  background: url("../img/feedback-banner.png") center/cover;
  box-shadow: 10px 10px 24px 0px rgba(130, 130, 130, 0.15);
}

.feedback-banner .banner .text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 50px;
  max-width: 620px;
  color: #63666A;
  font-size: 32px;
  font-weight: 600;
  line-height: 120%;
}

.feedback-banner .banner .text span {
  display: block;
  color: #004c97;
  margin-bottom: 20px;
  font-size: 42px;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
}

.feedback-banner .banner .text span.mb {
  margin-bottom: 0;
}

.feedback-banner .banner .btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.footer {
  background: #63666A;
  padding: 60px 0;
  color: #fff;
}

.footer .social {
  margin-bottom: 25px;
  margin-top: 35px;
}

.footer .social a:not(:last-child) {
  margin-right: 30px;
}

.footer .line {
  background: #D9D9D9;
  height: 2px;
  position: relative;
  margin-bottom: 60px;
}

.footer .line.other {
  margin-bottom: 30px;
}

.footer .line.other:before {
  left: auto;
  right: -11px;
}

.footer .line:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -11px;
  width: 11px;
  height: 11px;
  background: #D9D9D9;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.footer .contacts {
  display: inline-block;
  vertical-align: top;
  margin-left: 70px;
  width: 508px;
  font-size: 22px;
}

.footer .contacts a {
  display: block;
  text-decoration: none;
  color: #fff;
  margin-top: 15px;
}

.footer .contacts a:hover {
  color: #FE5000;
}

.footer ul {
  display: inline-block;
  vertical-align: top;
  margin-left: 180px;
  padding-bottom: 55px;
}

.footer ul li {
  margin-bottom: 10px;
}

.footer ul li a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 22px;
}

.footer ul li a:hover {
  color: #FE5000;
}

.footer .copy {
  font-size: 20px;
}

.footer .copy a {
  display: inline-block;
  color: #fff;
  margin-left: 180px;
}

.mobile-menu {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 30;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  padding: 50px 0;
  overflow-y: scroll;
  display: none;
}

.mobile-menu .close {
  position: absolute;
  top: 20px;
  right: 78px;
  width: 48px;
  height: 48px;
  background: url("../img/close.svg");
}

.mobile-menu .logo {
  margin-bottom: 60px;
}

.mobile-menu ul {
  padding-bottom: 30px;
}

.mobile-menu ul li {
  margin-bottom: 30px;
}

.mobile-menu ul li a {
  display: block;
  text-decoration: none;
  color: var(--unnamed, #63666a);
  font-size: 28px;
  font-weight: 500;
}

.mobile-menu ul li a:hover {
  color: #fe5000;
}

.mobile-menu ul li a.active {
  color: #fe5000;
}

.mobile-menu ul li a.active .fa {
  transform: rotate(180deg);
}

.mobile-menu ul li a .fa {
  font-size: 20px;
}

.mobile-menu ul li ul {
  padding-top: 30px;
  padding-bottom: 0;
  display: none;
}

.mobile-menu ul li ul li a {
  color: var(--unnamed, #63666a);
  font-size: 24px;
  font-weight: 500;
}

.mobile-menu ul li ul li a:hover {
  color: #fe5000;
}

.mobile-menu ul li ul li ul li {
  margin-bottom: 25px;
}

.mobile-menu ul li ul li ul li a {
  color: var(--unnamed, #63666a);
  font-size: 20px;
  font-weight: 500;
}

.mobile-menu ul li ul li ul li a:hover {
  color: #004c97;
}

.mobile-menu .lang-select {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  color: #63666A;
  margin-right: 30px;
  display: none;
}

.mobile-menu .lang-select a {
  text-decoration: none;
  color: #63666A;
}

.mobile-menu .lang-select a.active {
  color: #004c97;
}

.mobile-menu .search-link {
  font-size: 18px;
  font-weight: 600;
  color: #004c97;
  padding: 0 0 0 32px;
  background: url("../img/search.svg") no-repeat left/contain;
  display: none;
}

.mobile-menu .search-link:hover {
  color: #fe5000;
  background: url("../img/searchh.svg") no-repeat left/contain;
}

.mobile-menu form {
  margin-top: 20px;
  width: 100%;
  height: 46px;
  display: none;
  position: relative;
}

.mobile-menu form input[type='text'] {
  width: 100%;
  height: 100%;
  border: 1px solid var(--grey, #d9d9d9);
  padding: 0 40px;
  background: #ffffff url("../img/search2.svg") no-repeat 10px 50%;
}

.mobile-menu form button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  background: none;
  padding: 0;
  color: #fe5000;
  font-size: 18px;
  font-weight: 600;
}

h1 {
  padding: 8px 0 38px 64px;
  color: #004C97;
  font-size: 28px;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
  background: url(../img/h1.svg) no-repeat center left;
  margin-bottom: 25px;
  min-width: 100%;
}

h1.other {
  background: url("../img/h1_2.svg") no-repeat top left/contain;
  padding: 8px 0 84px 57px;
  margin-bottom: -25px;
}

.navi {
  margin-bottom: 50px;
  font-size: 12px;
  font-weight: 500;
  line-height: 120%;
  margin-top: -40px;
}

.navi a {
  text-decoration: none;
  color: var(--unnamed, #63666a);
}

.navi span {
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  background: #FE5000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: -2px 4px 0 4px;
}

.catalog-page {
  padding-bottom: 90px;
}

.catalog-page .top-video {
  margin-bottom: 50px;
  position: relative;
}

.catalog-page .top-video img {
  width: 100%;
}

.catalog-page .top-video a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../img/play.svg") no-repeat center;
}

.catalog-page .filter {
  width: 23%;
}

.catalog-page .filter .fields {
  padding: 20px 15px 25px 15px;
  border: 1px solid var(--grey, #d9d9d9);
  box-shadow: 8px 8px 20px 0px rgba(189, 189, 189, 0.15);
}

.catalog-page .filter .fields .item {
  margin-bottom: 15px;
}

.catalog-page .filter .fields .item .name {
  cursor: pointer;
  position: relative;
  padding-right: 25px;
  color: var(--unnamed, #004c97);
  font-size: 17px;
  font-weight: 500;
}

.catalog-page .filter .fields .item .name:hover {
  color: #000;
}

.catalog-page .filter .fields .item .name.active .fa {
  transform: rotate(180deg);
}

.catalog-page .filter .fields .item .name .fa {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  position: absolute;
  right: 0;
  top: 1px;
  font-size: 24px;
}

.catalog-page .filter .fields .item .select {
  padding-top: 5px;
  display: none;
}

.catalog-page .filter .fields .item .select .field {
  position: relative;
  margin-top: 10px;
}

.catalog-page .filter .fields .item .select .field input {
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 4px;
}

.catalog-page .filter .fields .item .select .field label {
  display: block;
  cursor: pointer;
  padding-left: 26px;
  color: var(--unnamed, #63666a);
  font-size: 16px;
}

.catalog-page .filter .fields button {
  width: 100%;
  background: none;
  height: 40px;
  border: 1px solid var(--grey, #d9d9d9);
  font-weight: 600;
  font-size: 18px;
  margin-top: 10px;
}

.catalog-page .filter .fields button:hover {
  background: #D9D9D9;
}

.catalog-page .list {
  width: 75%;
}

.catalog-page .list .item {
  margin-bottom: 30px;
  border: 1px solid #D9D9D9;
  box-shadow: 8px 8px 20px 0px rgba(189, 189, 189, 0.15);
  position: relative;
  padding: 36px 15px 36px 380px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.catalog-page .list .item:hover {
  border: 1px solid #FE5000;
}

.catalog-page .list .item .image {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 360px;
  text-align: center;
  padding-left: 10px;
}

.catalog-page .list .item .name {
  margin-bottom: 15px;
  color: var(--unnamed, #fe5000);
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
}

.catalog-page .list .item .name a {
  margin-bottom: 15px;
  color: var(--unnamed, #fe5000);
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
  text-decoration: none;
}

.catalog-page .list .item p {
  margin-bottom: 20px;
  color: var(--unnamed, #63666a);
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
}

.catalog-page .list .item .link {
  display: inline-block;
  text-decoration: none;
  position: relative;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
  color: #004c97;
}

.catalog-page .list .item .link:hover:after {
  transform: translateY(-50%) rotate(45deg);
}

.catalog-page .list .item .link:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: url("../img/arrow3.svg") center/cover;
  width: 19px;
  height: 10px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.catalog-page2 {
  padding-bottom: 40px;
}

.catalog-page2 .top-nav {
  padding-bottom: 10px;
}

.catalog-page2 .top-nav li.ui-state-active a {
  color: var(--unnamed, #004c97);
}

.catalog-page2 .top-nav li.ui-state-active a span {
  border-bottom: 1px solid #FE5000;
}

.catalog-page2 .top-nav li.ui-state-hover a span {
  border-bottom: 1px solid #FE5000;
}

.catalog-page2 .top-nav li a {
  display: block;
  text-decoration: none;
  text-align: center;
  margin-bottom: 20px;
  color: var(--unnamed, #63666a);
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
}

.catalog-page2 .top-nav li a span {
  display: block;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #63666A;
  font-size: 17px;
}

.catalog-page2 .top-select {
  width: 100%;
  height: 50px;
  margin-bottom: 20px;
  appearance: none;
  border: 1px solid #D9D9D9;
  padding: 0 50px 0 15px;
  color: var(--unnamed, #004c97);
  font-size: 16px;
  font-weight: 600;
  background: url("../img/select2.svg") no-repeat right 15px top 50%;
  display: none;
}

.catalog-page2 .filter {
  padding-bottom: 30px;
}

.catalog-page2 .filter select {
  width: 32%;
  height: 40px;
  margin-bottom: 20px;
  border: 1px solid var(--grey, #d9d9d9);
  padding: 0 50px 0 20px;
  appearance: none;
  background: url("../img/select.svg") no-repeat right 20px top 50%;
}

.catalog-page2 .filter select:hover {
  color: #004C97;
}

.catalog-page2 .filter .links {
  text-align: right;
}

.catalog-page2 .filter .links a {
  display: inline-block;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
}

.catalog-page2 .filter .links a:nth-child(1) {
  color: #F00;
  padding-left: 24px;
  background: url("../img/filter-link1.svg") no-repeat left;
  margin-right: 40px;
}

.catalog-page2 .filter .links a:nth-child(1):hover {
  color: #000;
}

.catalog-page2 .filter .links a:nth-child(2) {
  padding-left: 15px;
  background: url("../img/filter-link2.svg") no-repeat left;
}

.catalog-page2 .filter .links a:nth-child(2):hover {
  color: #004C97;
}

.catalog-page2 .filter .links a:nth-child(2).active:after {
  content: "Выбрать вычислительный модуль по параметрам";
}

.catalog-page2 .filter .links a:nth-child(2):after {
  content: "Скрыть фильтр";
}

.catalog-page2 .item {
  margin-bottom: 80px;
}

.catalog-page2 .item .image {
  text-align: center;
  margin-bottom: 30px;
  border: 1px solid var(--grey, #d9d9d9);
  box-shadow: 8px 8px 20px 0px rgba(189, 189, 189, 0.15);
  padding: 30px;
  position: relative;
}

.catalog-page2 .item .image .name {
  position: absolute;
  top: 20px;
  left: 20px;
  color: #004C97;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
}

.catalog-page2 .item .image .name span {
  text-transform: none;
  font-style: italic;
  color: var(--unnamed, #fe5000);
}

.catalog-page2 .item .image .links {
  position: absolute;
  top: 30px;
}

.catalog-page2 .item .image .links.left {
  left: 95px;
}

.catalog-page2 .item .image .links.right {
  right: 95px;
}

.catalog-page2 .item .image .links a {
  display: block;
  text-decoration: none;
  text-align: center;
  margin-bottom: 20px;
  color: var(--unnamed, #004c97);
  font-size: 10px;
  line-height: 120%;
  text-transform: uppercase;
}

.catalog-page2 .item .image .links a span {
  display: block;
  margin: 10px auto 0 auto;
  width: 65px;
  height: 65px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 63px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #004C97;
}

.catalog-page2 .item .image .links a span img {
  vertical-align: middle;
}

.catalog-page2 .item .image .bottom-links {
  max-width: 580px;
  margin: 28px auto 0 auto;
}

.catalog-page2 .item .image .bottom-links a {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  width: 15%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 7px;
  color: var(--unnamed, #004c97);
  font-size: 10px;
  font-weight: 500;
  line-height: 120%;
  border: 1px solid var(--unnamed, #004c97);
}

.catalog-page2 .item .info {
  padding-bottom: 20px;
}

.catalog-page2 .item .info2 .tab-content .flex {
    justify-content: flex-start;
}

.catalog-page2 .item .info .block {
  width: 32%;
  margin-bottom: 30px;
  text-align: center;
  color: var(--unnamed, #63666a);
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
}

.catalog-page2 .item .info .block:nth-child(1) .name {
  background: url("../img/catalog-name1.svg") no-repeat bottom center/contain;
}

.catalog-page2 .item .info .block:nth-child(2) .name {
  background: url("../img/catalog-name2.svg") no-repeat bottom center/contain;
}

.catalog-page2 .item .info .block:nth-child(3) .name {
  background: url("../img/catalog-name3.svg") no-repeat bottom center/contain;
}

.catalog-page2 .item .info .block .name {
  margin-bottom: 10px;
  padding-bottom: 17px;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  color: #000;
}

.catalog-page2 .item .bottom-link a {
  display: inline-block;
  text-decoration: none;
}

.catalog-page2 .item .bottom-link a:nth-child(1) {
  font-size: 20px;
  font-weight: 600;
  width: 730px;
  height: 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 58px;
  border: 1px solid var(--grey, #d9d9d9);
  margin-right: 30px;
  background: url("../img/plus.svg") no-repeat right 20px top 50%;
  padding-left: 20px;
}

.catalog-page2 .item .bottom-link a:nth-child(1):hover {
  color: #004C97;
}

.catalog-page2 .item .bottom-link a:nth-child(2) {
  padding: 1px 0 1px 30px;
  color: #004C97;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
  background: url("../img/pdf.svg") no-repeat left;
}

.catalog-page2 .item .bottom-link a:nth-child(2):hover {
  color: #000;
}

.catalog-page2 .item .info2 {
  position: relative;
}

.catalog-page2 .item .info2 .pdf {
  position: absolute;
  text-decoration: none;
  width: 32%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  right: 0;
  top: 0;
  padding: 1px 0 1px 30px;
  color: #004C97;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
  background: url("../img/pdf.svg") no-repeat left;
}

.catalog-page2 .item .info2 .pdf:hover {
  color: #000;
}

.catalog-page2 .item .info2 ul {
  width: 66%;
  margin-bottom: 20px;
}

.catalog-page2 .item .info2 ul li {
  width: 48%;
}

.catalog-page2 .item .info2 ul li.ui-state-active a {
  color: var(--unnamed, #004c97);
  border-bottom: 1px solid #FE5000;
}

.catalog-page2 .item .info2 ul li a {
  display: inline-block;
  text-decoration: none;
  padding-bottom: 5px;
  color: var(--unnamed, #63666a);
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
}

.catalog-page2 .item .info2 ul li a:hover {
  color: #004C97;
}

.catalog-page2 .item .info2 .tab-content {
  color: var(--unnamed, #63666a);
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
}

.catalog-page2 .item .info2 .tab-content select {
  width: 100%;
  height: 40px;
  margin-bottom: 20px;
  appearance: none;
  border: 1px solid #D9D9D9;
  padding: 0 50px 0 15px;
  color: var(--unnamed, #004c97);
  font-weight: 600;
  background: url("../img/select2.svg") no-repeat right 15px top 50%;
  display: none;
}

.catalog-page2 .item .info2 .tab-content .pdf {
  display: inline-block;
  text-decoration: none;
  position: relative;
  width: auto;
  display: none;
  padding: 1px 0 1px 30px;
  color: #004C97;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
  background: url("../img/pdf.svg") no-repeat left;
}

.catalog-page2 .item .pdf-mob {
  display: inline-block;
  text-decoration: none;
  position: relative;
  width: auto;
  display: none;
  padding: 1px 0 1px 30px;
  color: #004C97;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
  background: url("../img/pdf.svg") no-repeat left;
}

@media (max-width: 698px){
.catalog-page2 .item .pdf-mob {
    display: block;
}
}

.catalog-page2 .item .info2 .tab-content ul {
  padding-left: 20px;
  list-style: disc;
}

.catalog-page2 .item .info2 .tab-content ul li {
  margin-bottom: 10px;
}

.catalog-page2 .item .info2 .tab-content .block {
  width: 32%;
  margin-bottom: 20px;
  font-size: 14px;
}

.catalog-page2 .item .info2 .tab-content .block p {
  color: #000;
  font-weight: 600;
}

.catalog-page2 .item .info2 .tab-content .block ul {
  width: auto;
  margin-bottom: 0;
}

.catalog-page2 .item .info2 .tab-content .block ul li {
  width: auto;
  margin-bottom: 0;
}

.catalog-page2 h2 {
  margin-bottom: 20px;
  color: #004C97;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
}

.catalog-page2 h2 span {
  font-style: italic;
  text-transform: none;
  margin-left: -2px;
  color: var(--unnamed, #fe5000);
}

.services-page {
  padding-bottom: 80px;
}

.services-page .top-text {
  margin-bottom: 74px;
  padding-left: 380px;
  position: relative;
  color: var(--unnamed, #63666a);
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
}

.services-page .top-text span {
  color: var(--unnamed, #fe5000);
}

.services-page .top-text .image {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 380px;
  text-align: center;
}

.services-page h2 {
  margin-bottom: 50px;
  color: var(--unnamed, #004c97);
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
}

.services-page h2.bg {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #FE5000;
  position: relative;
}

.services-page h2.bg:before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: -15px;
  width: 15px;
  height: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #FE5000;
}

.services-page .list {
  padding-bottom: 50px;
}

.services-page .item {
  width: 32%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  border: 1px solid #D9D9D9;
  box-shadow: 8px 8px 20px 0px rgba(189, 189, 189, 0.15);
  margin-bottom: 30px;
  padding: 20px 20px 84px 20px;
}

.services-page .item .name {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 600;
  line-height: 125%;
}

.services-page .item ul li {
  margin-bottom: 5px;
  color: var(--unnamed, #63666a);
  font-size: 16px;
}

.services-page .item ul li:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  background: #63666A;
  margin: -2px 8px 0 0;
}

.services-page .item a {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 35px;
  text-decoration: none;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
  color: #004c97;
}

.services-page .item a:hover:after {
  transform: translateY(-50%) rotate(45deg);
}

.services-page .item a:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: url("../img/arrow3.svg") center/cover;
  width: 19px;
  height: 10px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.services-page .info {
  padding-bottom: 25px;
}

.services-page .info p {
  margin-bottom: 30px;
  color: var(--unnamed, #63666a);
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
}

.services-page .info .block {
  width: 48%;
  margin-bottom: 25px;
  color: var(--unnamed, #63666a);
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
}

.services-page .info .block span {
  display: block;
  color: #000;
  margin-bottom: 10px;
  font-size: 20px;
}

.services-page table {
  width: 100%;
  margin-bottom: 30px;
}

.services-page table thead {
  border-bottom: 1px solid #000;
}

.services-page table thead tr td {
  padding: 0 10px 20px 10px;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}

.services-page table tbody tr {
  border-bottom: 1px solid #D9D9D9;
}

.services-page table tbody tr:nth-child(2n) {
  background: #F2F2F2;
}

.services-page table tbody tr td {
  padding: 18px 10px;
  width: 25%;
  text-align: center;
  color: var(--unnamed, #63666a);
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
}

.services-page table tbody tr td:first-child {
  text-align: left;
}

.services-page .file-link {
  display: inline-block;
  text-decoration: none;
  padding: 2px 0 2px 41px;
  background: url("../img/file.svg") no-repeat left;
  color: var(--unnamed, #fe5000);
  font-size: 20px;
  font-weight: 500;
}

.services-page .file-link:hover {
  color: #004c97;
}

.services-page .tables {
  display: none;
}

.hot-line-page {
  padding-bottom: 120px;
}

.hot-line-page .content {
  padding-left: 380px;
  position: relative;
}

.hot-line-page .content p {
  margin-bottom: 10px;
  color: var(--unnamed, #63666a);
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
}

.hot-line-page .content p span {
  color: #004C97;
}

.hot-line-page .content p span span {
  color: #FE5000;
}

.hot-line-page .content .contacts {
  padding: 30px 0 10px;
  border-bottom: 1px solid #FE5000;
  position: relative;
}

.hot-line-page .content .contacts:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  background: #FE5000;
}

.hot-line-page .content .contacts:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  background: #fff;
  border: 1px solid #FE5000;
}

.hot-line-page .content .contacts a {
  display: inline-block;
  text-decoration: none;
  padding: 0 0 0 31px;
  color: var(--unnamed, #004c97);
  font-size: 24px;
}

.hot-line-page .content .contacts a:nth-child(1) {
  margin: 0 80px 0 20px;
  background: url("../img/phone.svg") no-repeat left;
}

.hot-line-page .content .contacts a:nth-child(2) {
  background: url("../img/mail.svg") no-repeat 0 10px;
}

.hot-line-page .content .button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 380px;
  text-align: center;
}

.text-page {
  padding-bottom: 120px;
}

.text-page .content {
  position: relative;
}

.text-page .content p {
  margin-bottom: 10px;
  color: var(--unnamed, #63666a);
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
}

.job-page {
  padding-bottom: 90px;
}

.job-page .top-nav {
  text-align: center;
  margin-bottom: 30px;
}

.job-page .top-nav li {
  width: 33%;
}

.job-page .top-nav li.ui-state-active a span {
  border-bottom: 1px solid #FE5000;
}

.job-page .top-nav li.ui-state-hover a span {
  color: var(--unnamed, #004c97);
  border-bottom: 1px solid #FE5000;
}

.job-page .top-nav li a span {
  display: inline-block;
  text-decoration: none;
  padding-bottom: 5px;
  color: var(--unnamed, #63666a);
  font-size: 17px;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
}

.job-page select {
  width: 100%;
  height: 50px;
  margin-bottom: 30px;
  appearance: none;
  border: 1px solid #D9D9D9;
  padding: 0 50px 0 15px;
  color: var(--unnamed, #004c97);
  font-size: 16px;
  font-weight: 600;
  background: url("../img/select2.svg") no-repeat right 15px top 50%;
  display: none;
}

.job-page h2 {
  margin-bottom: 30px;
  color: var(--unnamed, #004c97);
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
}

.job-page .filter {
  width: 30%;
}

.job-page .filter .name {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
}

.job-page .filter p {
  margin-bottom: 15px;
  font-weight: 500;
  color: var(--unnamed, #004c97);
  font-size: 18px;
}

.job-page .filter .field {
  position: relative;
  margin-bottom: 10px;
}

.job-page .filter .field input {
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 5px;
}

.job-page .filter .field label {
  display: block;
  cursor: pointer;
  padding-left: 26px;
  color: var(--unnamed, #63666a);
  font-size: 18px;
}

.job-page .filter .br {
  height: 10px;
}

.job-page .list {
  width: 66%;
}

.job-page .list .item {
  margin-bottom: 10px;
  border: 1px solid var(--grey, #d9d9d9);
}

.job-page .list .item a {
  display: block;
  text-decoration: none;
  padding: 15px 25px;
  font-weight: 500;
  font-size: 18px;
}

.job-page .list .item a:hover {
  color: #004c97;
}

.job-page .list .bottom-link {
  display: inline-block;
  text-decoration: none;
  margin-top: 30px;
  position: relative;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
  color: #004c97;
}

.job-page .list .bottom-link:hover:after {
  transform: translateY(-50%) rotate(45deg);
}

.job-page .list .bottom-link:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: url("../img/arrow3.svg") center/cover;
  width: 19px;
  height: 10px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.job-page .about .text {
  width: 57%;
}

.job-page .about .text p {
  margin-bottom: 30px;
  color: var(--unnamed, #63666a);
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
}

.job-page .about .text p span {
  color: var(--unnamed, #004c97);
}

.job-page .about .text p span span {
  color: var(--unnamed, #fe5000);
}

.job-page .about .text .name {
  margin-bottom: 10px;
  color: var(--unnamed, #004c97);
  font-size: 20px;
  font-weight: 500;
}

.job-page .about .text ul li {
  padding-left: 20px;
  margin-bottom: 10px;
  position: relative;
  color: var(--unnamed, #63666a);
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
}

.job-page .about .text ul li:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #FE5000;
  left: 0;
  top: 5px;
}

.job-page .about .image {
  width: 40%;
  border: 1px solid #C3C3C3;
  position: relative;
}

.job-page .about .image img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.job-page .why .item {
  width: 48%;
  padding-bottom: 20px;
}

.job-page .why .item p {
  margin-bottom: 20px;
  color: var(--unnamed, #004c97);
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
}

.job-page .why .item ul {
  padding-left: 20px;
  list-style: disc;
}

.job-page .why .item ul li {
  margin-bottom: 10px;
  color: var(--unnamed, #63666a);
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
}

.job-item-page {
  padding-bottom: 90px;
}

.job-item-page .col {
  width: 31.5%;
}

.job-item-page .col.big {
  width: 66%;
}

.job-item-page .top-info {
  padding-bottom: 10px;
}

.job-item-page .top-info p {
  margin-bottom: 10px;
  color: var(--text-black, #0f0f0f);
  font-size: 16px;
}

.job-item-page .top-info p span {
  font-weight: 500;
}

.job-item-page p {
  margin-bottom: 30px;
  color: var(--unnamed, #63666a);
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
}

.job-item-page form {
  padding: 20px 15px 25px 15px;
  margin-bottom: 30px;
  border: 1px solid #D9D9D9;
  box-shadow: 8px 8px 20px 0px rgba(189, 189, 189, 0.15);
}

.job-item-page form .name {
  margin-bottom: 20px;
  color: var(--unnamed, #004c97);
  font-size: 20px;
  font-weight: 500;
}

.job-item-page form input[type='text'] {
  width: 100%;
  height: 40px;
  border: 1px solid var(--grey, #d9d9d9);
  margin-bottom: 15px;
  padding: 0 10px;
}

.job-item-page form textarea {
  width: 100%;
  height: 100px;
  border: 1px solid var(--grey, #d9d9d9);
  margin-bottom: 15px;
  padding: 12px 10px;
}

.job-item-page form .attach {
  margin-bottom: 15px;
  color: var(--unnamed, #63666a);
  font-size: 12px;
  line-height: 120%;
}

.job-item-page form .attach a {
  display: block;
  text-decoration: none;
  margin-top: 10px;
  padding: 0 0 0 20px;
  background: url("../img/attach.svg") no-repeat 0 0;
  font-weight: 600;
  color: #004C97;
}

.job-item-page form .agree {
  position: relative;
  margin-bottom: 25px;
}

.job-item-page form .agree input {
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
}

.job-item-page form .agree label {
  display: block;
  cursor: pointer;
  padding-left: 21px;
  color: var(--unnamed, #63666a);
  font-size: 12px;
  line-height: 120%;
}

.job-item-page form button {
  padding-right: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
  color: #004c97;
  background: none;
  position: relative;
}

.job-item-page form button:hover:after {
  transform: translateY(-50%) rotate(45deg);
}

.job-item-page form button:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: url("../img/arrow3.svg") center/cover;
  width: 19px;
  height: 10px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.job-item-page .info p {
  margin-bottom: 10px;
  color: var(--unnamed, #004c97);
  font-size: 20px;
  font-weight: 500;
}

.job-item-page .info ul {
  padding-left: 20px;
  list-style: disc;
  margin-bottom: 20px;
}

.job-item-page .info ul li {
  color: var(--unnamed, #63666a);
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
}

.popup .window {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #ffffff url("../img/popup.png") center/cover;
}

.popup .window .close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 48px;
  height: 48px;
  background: url("../img/close2.svg");
}

.popup .window form {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 730px;
}

.popup .window form .name {
  margin-bottom: 30px;
  color: var(--unnamed, #004c97);
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  font-size: 32px;
}

.popup .window form input[type='text'] {
  width: 100%;
  height: 55px;
  border: 1px solid var(--grey, #d9d9d9);
  margin-bottom: 20px;
  padding: 0 20px;
  font-size: 18px;
}

.popup .window form textarea {
  width: 100%;
  height: 100px;
  border: 1px solid var(--grey, #d9d9d9);
  margin-bottom: 15px;
  padding: 17px 20px;
  font-size: 18px;
}

.popup .window form .attach {
  margin-bottom: 15px;
  color: var(--unnamed, #63666a);
  font-size: 12px;
  line-height: 120%;
}

.popup .window form .attach a {
  display: block;
  text-decoration: none;
  margin-top: 10px;
  padding: 0 0 0 20px;
  background: url("../img/attach.svg") no-repeat 0 0;
  font-weight: 600;
  color: #004C97;
}

.popup .window form .agree {
  position: relative;
  margin-bottom: 25px;
}

.popup .window form .agree input {
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
}

.popup .window form .agree label {
  display: block;
  cursor: pointer;
  padding-left: 21px;
  color: var(--unnamed, #63666a);
  font-size: 12px;
  line-height: 120%;
}

.popup .window form .btn {
  display: block;
  margin: 0 auto;
}

.team-page {
/*  padding-bottom: 60px; */
}

.team-page .main-block .name {
  position: relative;
  padding: 0 15px 10px 15px;
  color: var(--unnamed, #004c97);
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
  border-bottom: 2px solid #FE5000;
  max-width: 336px;
}

.team-page .main-block .name:after {
  content: "";
  position: absolute;
  right: -7px;
  bottom: -8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  background: #FE5000;
}

.team-page .main-block .name:before {
  content: "";
  position: absolute;
  left: -7px;
  bottom: -8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #FE5000;
}

.team-page .main-block .info {
  padding: 30px 17px 60px 17px;
  border-left: 2px solid #FE5000;
}

.team-page .main-block .info div {
  display: table-cell;
  vertical-align: middle;
  color: var(--unnamed, #63666a);
  font-size: 16px;
}

.team-page .main-block .info div span {
  display: block;
  margin-top: 20px;
  color: var(--unnamed, #004c97);
  font-size: 32px;
  font-weight: 500;
}

.team-page .main-block .info div img {
  max-width: 240px;
  width: 240px;
  margin-right: 15px;
}

.team-page .flex.f1.last .item:last-child .info {
  border-right: 0;
}

.team-page .flex.f1 .item:first-child .name {
  border-left: 2px solid #FE5000;
}

.team-page .flex.f1 .item:first-child .name:before {
  content: "";
  position: absolute;
  left: -7px;
  bottom: -8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #FE5000;
}

.team-page .flex.f1 .item:last-child .info {
  border-right: 2px solid #FE5000;
}

.team-page .flex.f1 .item:last-child .info:before {
  content: "";
  position: absolute;
  right: -7px;
  top: -8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #FE5000;
}

.team-page .flex.f2 .item:last-child .name {
  border-right: 2px solid #FE5000;
}

.team-page .flex.f2 .item:last-child .name:before {
  content: "";
  position: absolute;
  right: -7px;
  bottom: -8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #FE5000;
}

.team-page .flex.f2 .item:first-child .info {
  border-left: 2px solid #FE5000;
}

.team-page .flex.f2 .item:first-child .info:before {
  content: "";
  position: absolute;
  left: -7px;
  top: -8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #FE5000;
}

.team-page .flex .item {
  width: 50%;
}

.team-page .flex .item .name {
  padding: 0 17px 10px 17px;
  color: var(--unnamed, #004c97);
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
  border-bottom: 2px solid #FE5000;
  position: relative;
}

.team-page .flex .item .info {
  padding: 20px 17px 60px 17px;
  position: relative;
}

.team-page .flex .item .info div {
  display: table-cell;
  vertical-align: middle;
  color: var(--unnamed, #63666a);
  font-size: 16px;
}

.team-page .flex .item .info div span {
  display: block;
  margin-top: 20px;
  color: #000;
  font-size: 32px;
  font-weight: 500;
}

.team-page .flex .item .info div img {
  max-width: 160px;
  width: 160px;
  margin-right: 15px;
}

.contacts-page {
  padding-bottom: 90px;
}

.contacts-page h2 {
  margin-bottom: 30px;
  color: var(--unnamed, #004c97);
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
}

.contacts-page .top-info {
  padding-bottom: 40px;
}

.contacts-page .top-info p {
  margin-bottom: 20px;
  color: var(--unnamed, #63666a);
  font-size: 20px;
}

.contacts-page .top-info p span {
  font-weight: 500;
}

.contacts-page .top-info p a {
  display: inline-block;
  text-decoration: none;
  margin: 0 10px;
  color: var(--unnamed, #63666a);
  padding: 0 0 0 31px;
}

.contacts-page .top-info p a:hover {
  color: var(--unnamed, #004c97);
}

.contacts-page .top-info p a.phone {
  background: url("../img/phone2.svg") no-repeat 0 5px;
}

.contacts-page .top-info p a.mail {
  background: url("../img/mail2.svg") no-repeat 0 5px;
}

.contacts-page .map {
  height: 520px;
  margin-bottom: 60px;
}

.contacts-page .way {
  padding-bottom: 40px;
}

.contacts-page .way p {
  margin-bottom: 30px;
  color: var(--unnamed, #63666a);
  font-size: 20px;
}

.contacts-page .way .item {
  width: 48.5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
  border: 1px solid #D9D9D9;
  background: #FFF;
  box-shadow: 8px 8px 20px 0px rgba(189, 189, 189, 0.15);
  position: relative;
  padding: 20px 20px 20px 75px;
}

.contacts-page .way .item img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
}

.contacts-page .way .item a {
  display: inline-block;
  text-decoration: none;
  position: relative;
  padding-left: 0;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
  color: #004c97;
}

.contacts-page .way .item a:hover:after {
  transform: translateY(-50%) rotate(45deg);
}

.contacts-page .way .item a:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: url("../img/arrow3.svg") center/cover;
  width: 19px;
  height: 10px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.contacts-page .item {
  margin-bottom: 30px;
  width: 48%;
}

.contacts-page .item .name {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
}

.contacts-page .item p {
  margin-bottom: 20px;
  color: var(--unnamed, #63666a);
  font-size: 20px;
}

.contacts-page .item a {
  display: block;
  text-decoration: none;
  color: var(--unnamed, #004c97);
  font-size: 20px;
  padding: 0 0 0 30px;
}

.contacts-page .item a:hover {
  color: #000;
}

.contacts-page .item a.mail {
  background: url("../img/mail.svg") no-repeat 0 7px;
}

.contacts-page .item a.phone {
  background: url("../img/phone.svg") no-repeat 0 6px;
}

.blog-page {
  padding-bottom: 90px;
  padding-top: 30px;
}

.blog-page .top-nav {
  text-align: center;
  margin-bottom: 30px;
}

.blog-page .top-nav li {
  width: 16%;
}

.blog-page .top-nav li.ui-state-active a span {
  color: var(--unnamed, #004c97);
  border-bottom: 1px solid #FE5000;
}

.blog-page .top-nav li.ui-state-hover a span {
  border-bottom: 1px solid #FE5000;
}

.blog-page .top-nav li a span {
  display: inline-block;
  text-decoration: none;
  padding-bottom: 5px;
  color: var(--unnamed, #63666a);
  font-size: 17px;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
  text-align: left;
}

.blog-page select {
  width: 100%;
  height: 50px;
  margin-bottom: 30px;
  appearance: none;
  border: 1px solid #D9D9D9;
  padding: 0 50px 0 15px;
  color: var(--unnamed, #004c97);
  font-size: 16px;
  font-weight: 600;
  background: url("../img/select2.svg") no-repeat right 15px top 50%;
  display: none;
}

.blog-page .item {
  width: 48.5%;
  min-height: 260px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 30px;
  border: 1px solid #D9D9D9;
  background: #FFF;
}

.blog-page .item:hover {
  border: 1px solid #FE5000;
}

.blog-page .item .image {
  width: 46.5%;
}

.blog-page .item .text {
  width: 53.5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 20px 26px 20px;
}

.blog-page .item .text .cat {
  margin-bottom: 40px;
  font-size: 12px;
  font-weight: 300;
  line-height: 120%;
}

.blog-page .item .text .name {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 125%;
}

.blog-page .item .text p {
  margin-bottom: 15px;
  color: var(--unnamed, #63666a);
  line-height: 120%;
}

.blog-page .item .text .date {
  margin-bottom: 74px;
  color: var(--unnamed, #63666a);
  font-size: 12px;
  font-weight: 300;
  line-height: 120%;
}

.blog-page .item .text .link {
  display: inline-block;
  text-decoration: none;
  position: relative;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
  color: #004c97;
}

.blog-page .item .text .link:hover:after {
  transform: translateY(-50%) rotate(45deg);
}

.blog-page .item .text .link:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: url("../img/arrow3.svg") center/cover;
  width: 19px;
  height: 10px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.blog-page .bottom-button {
  text-align: center;
  padding-top: 20px;
}

.article-page {
  padding-bottom: 90px;
}

.article-page .block-name {
  width: 74.5%;
  margin-bottom: 10px;
  color: #004C97;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
}

.article-page .date {
  margin-bottom: 30px;
  font-size: 12px;
  font-weight: 300;
  line-height: 120%;
}

.article-page .date span {
  display: inline-block;
  margin-left: 15px;
  color: var(--unnamed, #63666a);
}

.article-page .text {
  width: 74.5%;
}

.article-page .text .image {
  margin-bottom: 30px;
}

.article-page .text .image img {
  width: 100%;
}

.article-page .text p {
  margin-bottom: 10px;
  color: var(--unnamed, #63666a);
  font-size: 16px;
}

.article-page aside {
  width: 23%;
}

.article-page aside .name {
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 30px;
  padding: 20px;
  text-align: center;
  background: var(--unnamed, #004c97);
}

.article-page aside .item {
  margin-bottom: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid var(--grey, #d9d9d9);
}

.article-page aside .item img {
  width: 100%;
}

.article-page aside .item .txt {
  padding: 10px 10px 16px 10px;
  font-size: 12px;
  font-weight: 300;
  line-height: 120%;
}

.article-page aside .item .txt a {
  display: block;
  text-decoration: none;
  margin: 10px 0 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 125%;
}

.article-page aside .item .txt a:hover {
  color: var(--unnamed, #004c97);
}

.article-page aside .item .txt span {
  color: var(--unnamed, #63666a);
}

.partners-page {
  padding-bottom: 60px;
  position: relative;
}

.partners-page .bg {
  position: absolute;
  left: -5px;
  top: 178px;
  max-width: 100000px;
  pointer-events: none;
}

.partners-page .item {
  width: 15%;
  height: 157px;
  line-height: 157px;
  border: 1px solid #D9D9D9;
  box-shadow: 8px 8px 20px 0px rgba(189, 189, 189, 0.15);
  text-align: center;
  margin-bottom: 55px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.partners-page .item.empty {
  border: 0;
  box-shadow: none;
}

.partners-page .item img {
  vertical-align: middle;
}

.about-page {
  padding-bottom: 90px;
}

.about-page .top-text {
  padding-left: 380px;
  margin-bottom: 50px;
  color: var(--unnamed, #63666a);
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  position: relative;
}

.about-page .top-text .round {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 380px;
  text-align: center;
}

.about-page .top-text .round div {
  display: inline-block;
  position: relative;
}

.about-page .top-text .round div span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 500;
  line-height: 120%;
  font-size: 14px;
}

.about-page .top-text .round div span:nth-child(1) {
  top: 12px;
  color: var(--unnamed, #004c97);
}

.about-page .top-text .round div span:nth-child(2) {
  bottom: 12px;
  color: var(--unnamed, #fe5000);
}

.about-page .top-text .round-mob {
  display: none;
}

@media (max-width: 1140px) {

.about-page .top-text .round-mob {
  display: block;
  /* position: absolute; */
  top: 50%;
  transform: translateY(-50%);
  left: 0;
 /* width: 380px; */
  text-align: center;
  margin-top: 100px;
      margin-bottom: -75px;
}

.about-page .top-text .round-mob div {
  display: inline-block;
  position: relative;
}

.about-page .top-text .round-mob div span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 500;
  line-height: 120%;
  font-size: 14px;
}

.about-page .top-text .round-mob div span:nth-child(1) {
  top: 12px;
  color: var(--unnamed, #004c97);
}

.about-page .top-text .round-mob div span:nth-child(2) {
  bottom: 12px;
  color: var(--unnamed, #fe5000);
}

.bl_about .round-mob div {
  position: relative;
}

.bl_about .round-mob div a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  height: 50%;
  transition: 0.8s;
  z-index: 5;
  font-weight: 500;
  line-height: 120%;
  font-size: 14px;
  text-decoration: none;
}

.bl_about .round-mob div a:hover ~ img {
  transform: rotate(0);
}

.bl_about .round-mob div a:hover {
  font-weight: 900;
}

.bl_about .round-mob .round__link_top {
  top: 0;
  color: #fe5000;
}

.bl_about .round-mob .round__link_bottom {
  bottom: 0;
  color: #004c97;
}

.bl_about .round-mob img {
  transition: 0.8s;
  transform: rotate(180deg);
}

}

.about-page .top-text span {
  color: var(--unnamed, #004c97);
}

.about-page .top-text span span {
  color: var(--unnamed, #fe5000);
}

.about-page h2 {
  padding: 8px 0 24px 57px;
  color: #004C97;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
  background: url("../img/h1.svg") no-repeat bottom left;
  margin-bottom: 25px;
}

.about-page .ways {
  padding: 0 0 100px 380px;
  color: var(--unnamed, #63666a);
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  position: relative;
}

.about-page .ways .button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 380px;
  text-align: center;
}

.about-page .ways .button button span {
  bottom: 15px;
}

.about-page .ways p {
  margin-bottom: 30px;
}

.about-page .ways .item {
  margin-bottom: 20px;
}

.about-page .ways .item div {
  display: table-cell;
  vertical-align: middle;
}

.about-page .ways .item div img {
  max-width: 70px;
  margin-right: 30px;
}

.about-page .image {
  width: 36%;
  border: 1px solid #C3C3C3;
  position: relative;
}

.about-page .image img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 185px;
}

.about-page .ul {
  width: 60%;
}

.about-page .ul li {
  padding-left: 20px;
  margin-bottom: 5px;
  color: var(--unnamed, #63666a);
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  position: relative;
}

.about-page .ul li:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #004C97;
  left: 0;
  top: 5px;
}

/* ÐÐ”ÐÐŸÐ¢Ð˜Ð’, ÐŸÐ Ðž ÐšÐžÐ¢ÐžÐ Ð«Ð™ Ð—ÐÐ‘Ð«Ð› Ð”Ð˜Ð—ÐÐ™ÐÐ•Ð  */
.wrap {
  width: 1110px;
}

.header {
  margin-bottom: 58px;
}

.header .logo {
  width: 160px;
}

.header ul {
  margin-top: 10px;
}

.header ul li:not(:last-child) {
  margin-right: 60px;
}

.header ul li a {
  font-size: 18px;
}

.header .right-block {
  margin-top: 10px;
}

.header .right-block .lang-select {
  font-size: 18px;
}

.header .right-block .search-link {
  font-size: 18px;
  background: url("../img/search.svg") no-repeat left/contain;
}

.header .right-block .search-link:hover {
  background: url("../img/searchh.svg") no-repeat left/contain;
}

.header .right-block form {
  width: 930px;
}

.header .right-block .button {
  width: 200px;
  height: 40px;
  font-size: 14px;
  padding: 0 20px;
}

.header .right-block .button:before {
  width: 60px;
  height: 60px;
}

.index-first-block .block-name {
  font-size: 49px;
}

.index-first-block ul li {
  margin-bottom: 10px;
  font-size: 21px;
}

.index-first-block .video a {
  background: url("../img/play2.svg") no-repeat center;
}

.index-first-block {
  padding-bottom: 60px;
}

.index-about-block .block-name {
  padding: 12px 0 78px 60px;
  margin-bottom: 10px;
  font-size: 32px;
}

.index-about-block .top-text {
  padding: 0 54px 0 380px;
  margin-bottom: 65px;
  font-size: 16px;
}

.index-about-block .top-text .button {
  width: 380px;
}

.btn {
  width: 160px;
  height: 160px;
}

.btn span {
  bottom: 26px;
  font-size: 20px;
}

.btn:before {
  width: 70px;
  height: 70px;
}

.btn i:after {
  width: 18px;
  height: 18px;
}

.index-about-block .content {
  padding: 20px 0 12px 0;
}

.index-about-block .content .item .name {
  font-size: 16px;
  min-height: 0;
  margin-bottom: 26px;
}

.index-about-block .content .item ul li {
  font-size: 16px;
}

.index-about-block {
  padding-bottom: 120px;
}

.index-catalog-block {
  padding: 60px 0;
}

.index-catalog-block .block-name {
  font-size: 28px;
}

.index-catalog-block .main-item .image {
  padding: 70px 40px 95px 40px;
}

.index-catalog-block .main-item {
  width: 47%;
}

.index-catalog-block .main-item .name {
  font-size: 20px;
}

.index-catalog-block .main-item p {
  margin-bottom: 15px;
  font-size: 16px;
}

.press-center-block .block-name,
.index-actual-block .block-name {
  font-size: 28px;
}

.index-catalog-block .main-item .link {
  font-size: 16px;
  padding-right: 20px;
}

.index-catalog-block .main-item .link:after {
  width: 19px;
  height: 19px;
  background: url("../img/arrow2.svg") center/cover;
}

.index-catalog-block .list .item .image {
  margin-bottom: 25px;
}

.index-catalog-block .list .list-name {
  top: 320px;
  font-size: 32px;
}

.index-catalog-block .list .item .text {
  padding: 27px 14px;
}

.index-catalog-block .list .item .text .name {
  font-size: 20px;
}

.index-catalog-block .list .item .text p {
  font-size: 16px;
  margin-bottom: 15px;
}

.index-catalog-block .list .item .text .link {
  font-size: 16px;
  padding-right: 20px;
}

.index-catalog-block .list .item .text .link:after {
  width: 19px;
  height: 19px;
  background: url("../img/arrow3.svg") center/cover;
}

.press-center-block .block-name,
.index-actual-block .block-name {
  padding: 12px 0 78px 60px;
  margin-bottom: 15px;
  font-size: 32px;
}

.index-actual-block .item a {
  padding: 25px 20px;
  font-size: 22px;
}

.press-center-block .list .item {
  width: 445px;
  margin: 0 14px;
}

.press-center-block .list .button {
  width: 160px;
  margin: 0 15px;
}

.press-center-block .list .item .image {
  width: 49%;
}

.press-center-block .list .item .text {
  width: 51%;
  padding: 20px;
}

.press-center-block .list .item .text .cat {
  margin-bottom: 20px;
  font-size: 12px;
}

.press-center-block .list .item .text .name {
  margin-bottom: 10px;
  font-size: 16px;
  min-height: 65px;
}

.press-center-block .list .item .text p {
  margin-bottom: 10px;
  font-size: 14px;
}

.press-center-block .list .item .text .date {
  margin-bottom: 25px;
  font-size: 12px;
}

.press-center-block .list .item .text .link {
  font-size: 16px;
  padding-right: 20px;
}

.press-center-block .list .item .text .link:after {
  width: 19px;
  height: 19px;
  background: url("../img/arrow3.svg") center/cover;
}

.feedback-banner .banner {
  height: 210px;
}

.feedback-banner .banner .text {
  left: 36px;
  max-width: 466px;
  font-size: 24px;
}

.feedback-banner .banner .text span {
  margin-bottom: 15px;
  font-size: 32px;
}

.feedback-banner .banner .btn {
  margin-left: 50px;
}

.footer {
  padding: 40px 0 54px;
}

.footer .logo {
  width: 160px;
}

.footer .social {
  margin-top: 14px;
}

.footer .social a:not(:last-child) {
  margin-right: 25px;
}

.footer .social a img {
  height: 24px;
}

.footer .line {
  margin-bottom: 15px;
}

.footer .contacts {
  margin: 0;
  width: 339px;
  font-size: 16px;
}

.footer ul {
  margin-left: 90px;
  padding-bottom: 10px;
}

.footer ul li a {
  font-size: 16px;
}

.footer .line.other {
  margin-bottom: 20px;
}

.footer .copy {
  font-size: 16px;
  text-align: right;
}

.footer .copy a {
  margin-left: 20px;
}

.footer .copy span {
  float: left;
}

.scale {
  display: inline-block;
  /* Ð¡Ñ‚Ñ€Ð¾Ñ‡Ð½Ð¾-Ð±Ð»Ð¾Ñ‡Ð½Ñ‹Ð¹ ÑÐ»ÐµÐ¼ÐµÐ½Ñ‚ */
  overflow: hidden;
  /* Ð¡ÐºÑ€Ñ‹Ð²Ð°ÐµÐ¼ Ð²ÑÑ‘ Ð·Ð° ÐºÐ¾Ð½Ñ‚ÑƒÑ€Ð¾Ð¼ */
}

.scale img {
  transition: 2s;
  /* Ð’Ñ€ÐµÐ¼Ñ ÑÑ„Ñ„ÐµÐºÑ‚Ð° */
  display: block;
  /* Ð£Ð±Ð¸Ñ€Ð°ÐµÐ¼ Ð½ÐµÐ±Ð¾Ð»ÑŒÑˆÐ¾Ð¹ Ð¾Ñ‚ÑÑ‚ÑƒÐ¿ ÑÐ½Ð¸Ð·Ñƒ */
}

.scale img:hover {
  transform: scale(1.1);
  /* Ð£Ð²ÐµÐ»Ð¸Ñ‡Ð¸Ð²Ð°ÐµÐ¼ Ð¼Ð°ÑÑˆÑ‚Ð°Ð± */
}

/* Ð—ÐÐ’Ð•Ð Ð¨Ð•ÐÐ˜Ð• ÐÐ”ÐÐŸÐ¢Ð˜Ð’Ð */
@media (max-width: 1140px) {
  .wrap {
    width: 678px;
  }
  .header {
    margin-bottom: 10px;
  }
  .header .wrap {
    padding: 30px 0;
    background: none;
  }
  .header ul {
    display: none;
  }
  .header .right-block form {
    width: 500px;
  }
  .header .right-block .button {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    margin-left: 40px;
    font-size: 0;
    border: 0;
    width: 50px;
    height: 50px;
    background: url("../img/button.svg") center/cover;
    box-shadow: 0px 5.2px 5.2px 0px rgba(0, 0, 0, 0.15);
    vertical-align: middle;
  }
  .header .right-block .button:before {
    display: none;
  }
  .header .right-block .menu-button {
    display: inline-block;
    margin-left: 30px;
    width: 50px;
    height: 50px;
    background: url("../img/menu-button.svg") center/cover;
    vertical-align: middle;
  }
  .mobile-menu.opened {
    display: block;
  }
  .index-first-block .block-name {
    width: 100%;
    margin-bottom: 30px;
  }
  .index-first-block ul {
    width: 100%;
    padding-bottom: 10px;
  }
  .index-first-block ul li {
    margin-bottom: 20px;
  }
  .index-first-block .video img {
    height: 360px;
    object-fit: cover;
  }
  .press-center-block .block-name,
  .index-actual-block .block-name,
  .index-about-block .block-name {
    padding: 0;
    background: none;
    margin-bottom: 30px;
    font-size: 24px;
  }
  .index-about-block .top-text {
    padding: 0 210px 0 0;
    margin-bottom: 30px;
  }
  .index-about-block .top-text .button {
    width: 160px;
    left: auto;
    right: 0;
  }
  .index-about-block .content {
    padding: 0;
    background: none;
  }
  .index-about-block .content .item {
    width: 100%;
    margin-bottom: 20px;
  }
  .index-about-block .content .item .name {
    text-align: left;
    margin-bottom: 10px;
  }
  .index-about-block {
    padding-bottom: 70px;
    padding: 48px 0;
  }
  .index-catalog-block .block-name {
    border: 0;
    margin-bottom: 40px;
    padding: 0;
    font-size: 24px;
  }
  .index-catalog-block .block-name:after {
    display: none;
  }
  .index-catalog-block .main-item {
    width: 100%;
  }
  .index-catalog-block .main-item .image {
    display: table-cell;
    vertical-align: middle;
    width: 46%;
    padding: 0;
    border: 0;
  }
  .index-catalog-block .main-item .image:after {
    display: none;
  }
  .index-catalog-block .main-item .info {
    display: table-cell;
    vertical-align: middle;
    width: 54%;
    padding-left: 30px;
  }
  .index-catalog-block .list {
    width: 100%;
    padding-top: 40px;
  }
  .index-catalog-block .list .list-name {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    margin-bottom: 40px;
    font-size: 24px;
  }
  .index-catalog-block .list .item {
    width: 48%;
  }
  .index-catalog-block .list .item .image {
    height: 240px;
    line-height: 240px;
    text-align: center;
  }
  .index-catalog-block .list .item .image img {
    max-height: 190px;
  }
  .index-catalog-block .list .item .text {
    padding: 0;
    border: 0;
  }
  .index-catalog-block .list .item:last-child .text:after {
    display: none;
  }
  .index-catalog-block {
    margin-bottom: 90px;
  }
  .index-actual-block .item a {
    padding: 10px 10px 40px 10px;
    font-size: 14px;
  }
  .index-actual-block {
    padding-bottom: 60px;
  }
  .press-center-block .list .item {
    width: 324px;
  }
  .press-center-block .list .item .text {
    padding: 10px;
  }
  .press-center-block .list .item .text .cat {
    margin-bottom: 10px;
    font-size: 10px;
  }
  .press-center-block .list .item .text .name {
    margin-bottom: 5px;
    font-size: 14px;
  }
  .press-center-block .list .item .text p {
    margin-bottom: 15px;
    font-size: 12px;
  }
  .press-center-block .list .item .text .date {
    margin-bottom: 10px;
    font-size: 10px;
  }
  .press-center-block .list .item .text .link {
    font-size: 14px;
  }
  .press-center-block {
    padding-bottom: 90px;
  }
  .feedback-banner {
    padding-bottom: 90px;
  }
  .feedback-banner .banner {
    height: 200px;
  }
  .feedback-banner .banner .text {
    left: 20px;
    width: 320px;
    font-size: 20px;
  }
  .feedback-banner .banner .text span {
    margin-bottom: 10px;
    font-size: 24px;
  }
  .feedback-banner .banner .btn {
    margin: 0;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    transform: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 50px;
  }
  .footer nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .footer ul {
    margin-left: 0;
  }
  .footer .copy {
    text-align: left;
    font-size: 13px;
  }
  .footer .copy span {
    float: none;
  }
  .footer .copy a,
  .footer .copy span {
    margin: 0 50px 10px 0;
  }
  h1,
  h1.other {
    padding: 0;
    background: none;
    margin-bottom: 30px;
    font-size: 24px;
  }
  .navi {
    display: none;
  }
  .catalog-page .top-video {
    margin-bottom: 30px;
  }
  .catalog-page .top-video a {
    background: url("../img/play2.svg") no-repeat center;
  }
  .catalog-page .filter {
    width: 100%;
    margin-bottom: 40px;
  }
  .catalog-page .filter .fields {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .catalog-page .filter .fields .item {
    width: 32%;
  }
  .catalog-page .filter .fields .item .name {
    font-size: 14px;
    padding-right: 0;
  }
  .catalog-page .filter .fields .item .name .fa {
    display: none;
  }
  .catalog-page .filter .fields .item:nth-child(7) {
    width: 100%;
  }
  .catalog-page .filter .fields button {
    width: 32%;
  }
  .catalog-page .list {
    width: 100%;
  }
  .catalog-page .list .item {
    padding: 30px 20px;
  }
  .catalog-page .list .item .image {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    transform: none;
    width: auto;
    text-align: left;
    margin-bottom: 20px;
  }
  .catalog-page2 .top-nav {
    display: none;
  }
  .catalog-page2 .top-select {
    display: block;
  }
  .catalog-page2 .filter select {
    width: 48.5%;
  }
  .catalog-page2 .item .image {
    padding: 20px 50px 20px 50px;
    border: 0;
  }
  .catalog-page2 .item .image .links.left {
    left: 50px;
  }
  .catalog-page2 .item .image .links.right {
    right: 50px;
  }
  .catalog-page2 .item .image img {
    max-width: 380px;
  }
  .catalog-page2 .item .image .bottom-links {
    margin-top: 58px;
  }
  .catalog-page2 .item .info .block .name {
    background: none !important;
    font-size: 16px;
    padding-bottom: 0;
  }
  .catalog-page2 .item .bottom-link a:nth-child(1) {
    width: 440px;
  }
  .catalog-page2 .item .image .name {
    display: none;
  }
  .catalog-page2 .item .info2 ul li a {
    font-size: 15px;
  }
  .services-page .top-text {
    padding-left: 0;
  }
  .services-page .top-text .image {
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    transform: none;
    right: 0;
    top: -60px;
    width: 120px;
  }
  .services-page .item {
    width: 100%;
    text-align: left;
  }
  .services-page .item a {
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    transform: none;
    position: absolute;
    left: 20px;
    bottom: 20px;
  }
  .services-page .item ul {
    margin-left: 5px;
  }
  .services-page .info .block {
    width: 100%;
  }
  .services-page table tbody tr td {
    font-size: 10px;
    padding: 10px;
  }
  .services-page table thead tr td {
    font-size: 12px;
    padding: 0 10px 10px 10px;
  }
  /*.services-page .file-link {
    display: none;
  }*/
  .hot-line-page .content {
    padding-left: 0;
  }
  .hot-line-page .content .contacts {
    padding: 30px 0 0 0;
    border: 0;
  }
  .hot-line-page .content .contacts:before,
  .hot-line-page .content .contacts:after {
    display: none;
  }
  .hot-line-page .content .contacts a {
    display: block;
  }
  .hot-line-page .content .contacts a:nth-child(1) {
    margin: 0 0 30px 0;
  }
  .hot-line-page .content .button {
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    transform: none;
    bottom: -30px;
    right: 0;
    width: 300px;
  }
  .job-page .list .item a {
    padding: 15px 20px;
    font-size: 16px;
  }
  .job-page .about .text {
    width: 100%;
  }
  .job-page .about .text ul {
    width: 44%;
  }
  .job-page .about {
    position: relative;
  }
  .job-page .about .image {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 324px;
    height: 167px;
  }
  .job-page .about .image img {
    max-width: 80%;
    max-height: 80%;
  }
  .job-page .why .item {
    width: 100%;
  }
  .job-item-page .col {
    width: 100% !important;
  }
  .job-item-page .col:nth-child(1) {
    order: 0;
  }
  .job-item-page .col:nth-child(2) {
    order: 1;
  }
  .job-item-page .col:nth-child(3) {
    order: 3;
  }
  .job-item-page .col:nth-child(4) {
    order: 2;
  }
  .team-page .main-block .name {
    padding: 0;
    border: 0;
  }
  .team-page .main-block .name:before,
  .team-page .main-block .name:after {
    display: none;
  }
  .team-page .main-block .info {
    padding: 20px 0 60px;
    border: 0;
  }
  .team-page .flex .item {
    width: 100%;
  }
  .team-page .flex .item .name {
    padding: 0;
    border: 0 !important;
  }
  .team-page .flex .item .name:before,
  .team-page .flex .item .name:after {
    display: none;
  }
  .team-page .flex .item .info {
    padding: 20px 0 30px;
    border: 0 !important;
  }
  .team-page .flex .item .info:before,
  .team-page .flex .item .info:after {
    display: none;
  }
  .contacts-page .way .item {
    width: 100%;
  }
  .contacts-page .item {
    width: 100%;
  }
  .blog-page .top-nav {
    display: none;
  }
  .blog-page select {
    display: block;
  }
  .blog-page .item .text {
    padding: 10px 10px 16px 10px;
  }
  .blog-page .item .text .cat {
    margin-bottom: 10px;
  }
  .blog-page .item .text .name {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .blog-page .item .text p {
    font-size: 12px;
  }
  .blog-page .item .text .date {
    margin-bottom: 10px;
    font-size: 10px;
  }
  .blog-page .item .text .link {
    font-size: 14px;
  }
  .article-page .block-name {
    width: auto;
  }
  .article-page .text {
    width: 100%;
  }
  .article-page aside {
    width: 100%;
    padding-top: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .article-page aside .name {
    padding: 0;
    background: none;
    text-align: left;
    color: #004C97;
    width: 100%;
  }
  .article-page aside .item {
    width: 48%;
  }
  .partners-page .bg {
    display: none;
  }
  .partners-page .item {
    width: 30%;
    margin: 0 auto 20px auto;
  }
  .partners-page .item.empty {
    display: none;
  }
  .about-page .top-text {
    padding: 0 230px 0 0;
  }
  .about-page .top-text .round {
    width: 230px;
    left: auto;
    right: 0;
  }
  .about-page .index-about-block {
    padding-top: 0;
  }
  .about-page .ways {
    padding: 0 0 70px 0;
  }
  .about-page .ways .button {
    display: none;
  }
  .about-page .image {
    width: 100%;
    height: 260px;
    margin-bottom: 30px;
  }
  .about-page .ul {
    width: 100%;
  }
  .about-page h2 {
    padding: 0;
    background: none;
    font-size: 24px;
  }
  .blog-page {
    padding-top: 0;
  }
  .index-catalog-block .main-item .info {
    min-height: 0;
  }
  .index-catalog-block .main-item .info .link {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }
  .index-catalog-block .list .item .text {
    height: 170px;
  }
  .index-catalog-block .list .item .text .link {
    left: 0;
  }
  .index-catalog-block .items:before,
  .index-catalog-block .items:after {
    display: none;
  }
}

@media (max-width: 698px) {
  .wrap {
    width: auto;
    padding: 0 20px;
  }
  .header .wrap {
    padding: 30px 20px;
  }
  .header .right-block .lang-select {
    display: none;
  }
  .header .right-block .search-link {
    display: none;
  }
  .header .right-block {
    margin-top: 0;
  }
  .mobile-menu .close {
    top: 20px;
    right: 20px;
  }
  .mobile-menu {
    padding: 60px 0;
  }
  .mobile-menu .logo {
    margin-bottom: 30px;
  }
  .mobile-menu .logo img {
    width: 145px;
  }
  .mobile-menu ul li a {
    font-size: 28px;
  }
  .mobile-menu ul li ul li a {
    font-size: 20px;
  }
  .mobile-menu ul li ul li ul li a {
    font-size: 18px;
  }
  .mobile-menu .lang-select {
    display: inline-block;
  }
  .mobile-menu .search-link {
    display: inline-block;
  }
  .index-first-block .block-name {
    font-size: 32px;
	width: 90%;
  }
  
  .index-first-block ul {
	width: 90%;
  }
  
  .index-first-block .block-name span {
    margin: 10px 0;
  }
  .index-first-block ul li {
    font-size: 18px;
  }
  .index-first-block ul li:before {
    top: 5px;
  }
  .index-first-block .video img {
    height: 170px;
  }
  .index-first-block {
    padding-bottom: 80px;
  }
  .index-about-block {
    padding: 0 0 120px 0;
  }
  .index-about-block .top-text {
    padding: 0;
  }
  .index-about-block .top-text .button {
    display: none;
  }
  .index-about-block .mob-button {
    display: block;
  }
  .index-catalog-block {
    padding: 0;
  }
  .index-catalog-block .main-item .image {
    display: block;
    width: auto;
    margin: 0;
  }
  .index-catalog-block .main-item .info {
    display: block;
    width: auto;
    padding: 20px 0 0 0;
  }
  .index-catalog-block .list .list-name {
    margin-bottom: 20px;
  }
  .index-catalog-block .list .item {
    width: 100%;
    margin-bottom: 40px;
  }
  .index-catalog-block .list .item .image {
    height: auto;
    line-height: 130%;
  }
  .index-catalog-block {
    margin-bottom: 60px;
  }
  .index-actual-block .item {
    width: 100%;
    margin-bottom: 50px;
  }
  .press-center-block .block-name,
  .index-actual-block .block-name,
  .index-about-block .block-name {
    margin-bottom: 20px;
  }
  .feedback-banner .banner {
    height: auto;
    padding: 40px 15px;
    text-align: center;
    background: url("../img/feedback-banner2.png") center/cover;
  }
  .feedback-banner .banner .text {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    transform: none;
    width: auto;
    margin-bottom: 30px;
  }
  .feedback-banner .banner .btn {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    transform: none;
  }
  .feedback-banner {
    padding-bottom: 80px;
  }
  .footer {
    padding: 40px 0;
  }
  .footer .logo {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
  }
  .footer .logo img {
    width: 165px;
  }
  .footer .social {
    width: 100%;
    text-align: center;
    margin: 0 0 30px 0;
  }
  .footer .social a img {
    height: 27px;
  }
  .footer .line {
    display: none;
  }
  .footer .contacts {
    width: 100%;
    font-size: 15px;
    margin-bottom: 30px;
  }
  .footer ul {
    padding-bottom: 15px;
  }
  .footer ul li {
    margin-bottom: 15px;
  }
  .footer .copy span {
    display: block;
    margin: 0;
  }
  .footer .copy a {
    display: block;
    margin: 10px 0 0 0;
  }
  .catalog-page .filter .fields .item {
    width: 100%;
  }
  .catalog-page2 .filter select {
    width: 100%;
    margin-bottom: 10px;
  }
  .catalog-page2 .filter .links a:nth-child(1) {
    float: left;
  }
  .catalog-page2 .item .image {
    padding: 20px 13px 5px 13px;
  }
  .catalog-page2 .item .image .links.right {
    display: none;
  }
  .catalog-page2 .item .image .links.left {
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    right: 10px;
    top: 20px;
  }
  .catalog-page2 .item .image .links.left a {
    display: inline-block;
    font-size: 0;
    margin: 0 10px 0 0;
  }
  .catalog-page2 .item .image .links a span {
    margin: 0;
    width: 40px;
    height: 40px;
    line-height: 38px;
  }
  .catalog-page2 .item .image .links a span img {
    max-width: 60%;
  }
  .catalog-page2 .item .image img {
    max-width: 100%;
  }
  .catalog-page2 .item .image .bottom-links {
    margin-top: 20px;
  }
  .catalog-page2 .item .image .bottom-links a {
    width: 31%;
    margin-bottom: 20px;
  }
  .catalog-page2 .item .info .block {
    width: 100%;
  }
  .catalog-page2 .item .bottom-link {
    text-align: center;
  }
  .catalog-page2 .item .bottom-link a:nth-child(1) {
    width: 100%;
    margin: 0 0 30px 0;
    text-align: left;
  }
  .catalog-page2 .item .info2 .pdf {
    display: none;
  }
  .catalog-page2 .item .info2 ul {
    display: none;
  }
  .catalog-page2 .item .info2 .tab-content .block {
    width: 100%;
  }
  .catalog-page2 .item .info2 .tab-content ul {
    display: block;
    width: auto;
  }
  .catalog-page2 .item .info2 .tab-content ul li {
    width: auto;
  }
  .catalog-page2 .item .info2 .tab-content select {
    display: block;
  }
  .catalog-page2 .item .info2 .tab-content .pdf {
    display: block;
  }
  .services-page .top-text {
    margin-bottom: 30px;
  }
  .services-page .top-text .image {
    display: none;
  }
  .services-page h2 {
    margin-bottom: 20px;
  }
 /* .services-page table {
    display: none;
  }*/
  .services-page .tables {
    display: block;
  }
  .services-page .tables table {
    display: table;
  }
  .services-page table thead tr td {
    text-align: left;
  }
  .services-page table tbody tr td {
    width: auto;
  }
  .hot-line-page .content .button {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    width: auto;
    padding-top: 30px;
  }
  .job-page .top-nav {
    display: none;
  }
  .job-page select {
    display: block;
  }
  .job-page .filter {
    width: 100%;
  }
  .job-page .filter .fields {
    display: none;
    padding-bottom: 20px;
  }
  .job-page .filter .fields.opened {
    display: block;
  }
  .job-page .filter .name {
    cursor: pointer;
    padding-right: 30px;
    background: url("../img/arrow4.svg") no-repeat right;
  }
  .job-page .list {
    width: 100%;
  }
  .job-page .about .text ul {
    width: auto;
  }
  .job-page .about .image {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    width: 100%;
    margin-top: 10px;
  }
  .popup .window {
    overflow-y: scroll;
  }
  .popup .window form {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    width: auto;
    transform: none;
    width: 320px;
    margin: 0 auto;
    padding: 30px 0;
  }
  .popup .window form .name {
    font-size: 28px;
  }
  .popup {
    width: 100%;
    left: 0;
  }
  .team-page .main-block .info div {
    display: block;
  }
  .team-page .main-block .info div img {
    margin: 0 0 10px 0;
  }
  .team-page .flex .item .info div {
    display: block;
  }
  .team-page .flex .item .info div img {
    margin: 0 0 10px 0;
  }
  .contacts-page .top-info p a {
    display: block;
    margin: 10px 0 0 0;
  }
  .contacts-page .top-info p {
    font-size: 16px;
  }
  .blog-page .item {
    width: 100%;
  }
  .article-page .block-name {
    font-size: 22px;
  }
  .article-page .text .image {
    margin-bottom: 15px;
  }
  .article-page aside .item {
    width: 100%;
  }
  .partners-page .item {
    width: 46%;
  }
  .about-page .top-text {
    padding: 0;
  }
  .about-page .top-text .round {
    display: none;
  }
  .about-page .index-about-block {
    padding-bottom: 50px;
  }
  .about-page .ways .item div {
    display: block;
  }
  .about-page .ways .item div img {
    margin: 0 0 15px 0;
  }
  .catalog-page .filter .fields .item .name {
    padding-right: 20px;
  }
  .catalog-page .filter .fields .item .name .fa {
    display: block;
  }
  .catalog-page .filter .fields .item:nth-child(7) {
    width: 100%;
  }
  .catalog-page .filter .fields button {
    width: 100%;
  }
  .team-page .main-block .info div span {
    margin-top: 5px;
  }
  .team-page .flex .item .info div span {
    margin-top: 5px;
  }
  .index-catalog-block .list .item .text {
    height: auto;
  }
  .index-catalog-block .list .item .text .link {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }
  .mobile-menu ul li a {
    font-size: 24px;
  }
}

html {
  scroll-behavior: smooth;
}

#serv3,
#serv1,
#serv2,
#serv4,
#tab1,
#tab2,
#tab3 {
  scroll-margin-top: 120px;
}

.menu_pages {
  padding: 100px;
}

.menu_pages ol {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}

.menu_pages ol li {
  list-style: decimal;
}

.menu_pages a {
  font-size: 20px;
  text-decoration: none;
}

.body {
  padding: 0 !important;
}

.d_none {
  display: none;
}

.d_block {
  display: block !important;
}

.btn-popup:disabled {
  pointer-events: none;
  opacity: 0.5;
}

body {
  padding-top: 160px;
}

@media (max-width: 1140px) {
  body {
    padding-top: 128px;
  }
}

.header .right-block .lang-select span {
  font-size: 22px;
  vertical-align: middle;
  margin-top: -2px;
  display: inline-block;
  font-weight: 200;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 100;
}

.header__circles {
  position: absolute;
  bottom: 18px;
  left: 0;
  right: 0;
  height: 20px;
}

@media (max-width: 1140px) {
  .header__circles {
    display: none;
  }
}

.header__circles .circle {
  width: 8px;
  height: 8px;
  border-radius: 50px;
  position: absolute;
  background-color: #FE5000;
  transition: 0.3s;
  animation-timing-function: ease;
  animation-delay: 0;
  animation-iteration-count: infinite;
  animation-duration: 15s;
}

.header__circles .circle1 {
  top: 1px;
  left: 60px;
  animation-name: circle_anim1;
}

.header__circles .circle2 {
  top: -4px;
  right: 0px;
  animation-name: circle_anim2;
}

.header__circles .circle3 {
  bottom: -3px;
  left: 0px;
  animation-name: circle_anim3;
}

.header__circles .circle4 {
  bottom: 2px;
  right: 357px;
  animation-name: circle_anim4;
}

@keyframes circle_anim1 {
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }
  10% {
    transform: translate(104px, 0);
  }
  15% {
    transform: translate(109px, 5px) scale(1);
    opacity: 1;
  }
  17% {
    transform: translate(104px, 0) scale(20);
    opacity: 0;
  }
  21% {
    transform: translate(104px, 0) scale(1);
    opacity: 0;
  }
  22% {
    transform: translate(104px, 0) scale(1);
    opacity: 0;
  }
  30% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 0);
    opacity: 0;
  }
}

@keyframes circle_anim2 {
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }
  10% {
    transform: translate(-923px, 0);
    opacity: 1;
  }
  15% {
    transform: translate(-932px, 10px);
  }
  17% {
    transform: translate(-923px, 0);
    opacity: 0;
  }
  21% {
    transform: translate(-932px, 10px);
    opacity: 0;
  }
  22% {
    transform: translate(-923px, 0);
    opacity: 0;
  }
  30% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 0);
    opacity: 0;
  }
}

@keyframes circle_anim3 {
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }
  10% {
    transform: translate(162px, 0);
  }
  15% {
    transform: translate(168px, -9px);
    opacity: 1;
  }
  17% {
    transform: translate(160px, 0);
    opacity: 0;
  }
  21% {
    transform: translate(168px, -9px);
    opacity: 0;
  }
  22% {
    transform: translate(160px, 0);
    opacity: 0;
  }
  30% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 0);
    opacity: 0;
  }
}

@keyframes circle_anim4 {
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }
  10% {
    transform: translate(-570px, 0);
  }
  15% {
    transform: translate(-577px, -5px);
    opacity: 1;
  }
  17% {
    transform: translate(-570px, 0);
    opacity: 0;
  }
  21% {
    transform: translate(-577px, -5px);
    opacity: 0;
  }
  22% {
    transform: translate(-570px, 0);
    opacity: 0;
  }
  30% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 0);
    opacity: 0;
  }
}

.header .wrap {
  background: url("../img/header2.svg") no-repeat bottom 15px left 50%/contain;
}

@media (max-width: 1140px) {
  .header .wrap {
    background: none;
  }
}

.header .wrap > ul > li > a:hover {
  font-weight: 600;
}

.header .wrap > ul > li > ul {
  background-color: #fff;
  border: 1px solid var(--grey, #d9d9d9);
}

.header .wrap > ul > li > ul > li > a {
  text-align: left;
  padding: 18px 28px;
  white-space: nowrap;
}

.header .wrap > ul > li > ul > li > a:hover {
  font-weight: 500;
}

@media (max-width: 374px) {
  .header .logo {
    width: 145px;
  }
}

@media (max-width: 374px) {
  .header .menu-button {
    margin-left: 20px !important;
  }
}

@media (max-width: 374px) {
  .header .button {
    margin-left: 20px !important;
  }
}

.header ul li {
  position: relative;
  padding-bottom: 5px;
}

.header ul li .menu {
  position: absolute;
  left: -65px;
  top: 151%;
  display: block !important;
  width: auto;
  padding: 20px 60px 14px 60px;
  box-sizing: border-box;
  display: none !important;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin: 0;
  opacity: 0;
  pointer-events: none;
  transition: 0.1s;
  display: grid !important;
}

.header ul li .menu::before {
  display: none;
}

.header ul li .menu__item > a {
  font-family: Manrope;
  font-size: 22px;
  font-weight: 700;
  line-height: 33px;
  letter-spacing: 0em;
  text-align: left;
  color: #0F0F0F;
  margin-bottom: 20px;
  white-space: nowrap;
}

.header ul li .menu__item > ul {
  opacity: 1;
}

.header ul li .menu__item > ul li > a {
  font-size: 20px;
  font-weight: 500;
  color: #0F0F0F;
  margin-bottom: 15px;
  opacity: 1;
  white-space: nowrap;
}

.header ul li .menu__item > ul li > ul {
  opacity: 1;
}

.header ul li .menu__item > ul li > ul > li a {
  font-size: 17px;
  color: #63666A;
  font-weight: 400;
}

.header ul li .menu__item > ul li > ul > li a:hover {
  color: #fe5000;
}

.header ul li .menu ul {
  display: block;
  background-color: transparent;
  position: static;
  transform: none;
  width: auto;
  margin: 0;
}

.header ul li .menu ul li a {
  padding: 0;
  text-align: left;
}

.header ul li > ul {
  display: grid;
  transition: 0.1s;
  opacity: 0;
  pointer-events: none;
}

.header ul > li:hover > ul {
  transition: 0.2s;
  opacity: 1;
  pointer-events: all;
}

.header .menu-link_li:hover .menu {
  opacity: 1;
  pointer-events: all;
  transition: 0.2s;
}

.mobile-menu {
  z-index: 105;
}

.for_button {
  position: relative;
  z-index: 105;
}

.for_button .wrap {
  position: relative;
}

.for_button .button {
  position: absolute;
  right: 0;
  bottom: 36px;
  width: 260px;
  height: 52px;
  border-radius: 26px;
  border: 3.9px solid #FFF;
  background: var(--unnamed, #004c97);
  box-shadow: 0px 5.2px 5.2px 0px rgba(0, 0, 0, 0.15);
  color: #fff;
  text-align: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 32px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 18px;
}

@media (max-width: 1140px) {
  .for_button .button {
    display: none;
  }
}

.for_button .button:hover {
  box-shadow: none;
}

.for_button .button:hover:before {
  box-shadow: none;
}

.for_button .button:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -5px;
  width: 78px;
  height: 78px;
  background: url("../img/button.svg") center/cover;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  box-shadow: 0px 5.2px 5.2px 0px rgba(0, 0, 0, 0.15);
}

.for_button .button span {
  color: var(--unnamed, #fe5000);
}

.for_button .button {
  width: 200px;
  height: 40px;
  font-size: 14px;
  padding: 0 20px;
}

.for_button .button:before {
  width: 60px;
  height: 60px;
}

.index-first-block .video {
  height: 360px;
  width: 100%;
  overflow: hidden;
}

@media (max-width: 480px) {
  .index-first-block .video {
    height: 170px;
  }
}

.index-first-block .video img,
.index-first-block .video picture {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.index-about-block {
  padding-bottom: 60px;
}

.index-catalog-block {
  margin-bottom: 60px;
}

.index-catalog-block .main-item .image::after {
  left: 0;
}

.index-catalog-block .items:after {
  left: 0;
}

.index-actual-block {
  padding-bottom: 60px;
}

.index-actual-block .item {
  height: 335px;
}


.index-actual-block .item a {
  font-size: 16px;
}

@media (max-width: 1140px) {
  .index-actual-block .item a {
    font-size: 14px;
  }
}

.index-actual-block .item .scale {
  height: 228px;
  width: 100%;
}

@media (max-width: 1140px) {
  .index-actual-block .item .scale {
    height: 220px;
  }
}

.index-actual-block .item .scale img,
.index-actual-block .item .scale picture {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.bl_press_center .item .flex {
  height: 335px;
}

@media (max-width: 1140px) {
  .bl_press_center .item .flex {
    height: 300px;
  }
}

.bl_press_center .item .flex .image {
  height: 100%;
  transition: all 0.3s ease-in-out;
}

.bl_press_center .item .flex .text {
  height: 100%;
}

.bl_catalog .filter {
  position: relative;
}

.bl_catalog .filter .fields {
  position: sticky;
  top: 120px;
}

.bl_catalog .filter .fields > p {
  color: fieldtext;
}

.bl_catalog .filter .fields .item .name {
  color: fieldtext;
  font-size: 14px;
}

.bl_catalog .filter .fields .field input {
  top: 2px !important;
}

.bl_catalog .filter .fields .field label {
  font-size: 14px !important;
}

.bl_catalog .list .item:last-child {
  margin-bottom: 0;
}

.bl_catalog2 .top-nav {
  margin-bottom: 45px;
  display: flex;
  justify-content: space-evenly;
  
}

@media (max-width: 1140px) {
  .bl_catalog2 .top-nav {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .bl_catalog2 .top-nav {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

@media (max-width: 480px) {
  .bl_catalog2 .top-nav {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

.bl_catalog2 .top-nav a {
  color: #004C97;
}

@media (max-width: 480px) {
  .bl_catalog2 .top-nav a {
    margin-bottom: 0 !important;
  }
}

.bl_catalog2 .top-nav a:hover {
  color: #004C97;
}

.bl_catalog2 .top-nav a:hover span {
  color: #004C97;
  border-bottom: 1px solid #fe5000;
}

.bl_catalog2 .top-nav a span {
  transition: 0.3s;
}



.bl_catalog2 .info2 > a {
  text-align: center;
  background: url("../img/catalog-name3.svg") no-repeat center !important;
  padding-bottom: 30px !important;
  padding-left: 0 !important;
  text-transform: none !important;
  font-size: 20px !important;
}

.bl_catalog2 .info2 > a:before {
  content: '';
  display: block;
  width: 30px;
  height: 50px;
  position: absolute;
  left: 60px;
  top: -15px;
  background-image: url("../img/pdf.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

@media (max-width: 1140px) {
  .bl_catalog2 .info2 > a:before {
    left: 0;
  }
}

.bl_catalog2 .info2 .flex > li {
  text-align: center;
  padding-bottom: 17px;
}

.bl_catalog2 .info2 .flex > li:first-child {
  background: url("../img/catalog-name1.svg") no-repeat bottom center/contain;
}

.bl_catalog2 .info2 .flex > li:nth-child(2) {
  background: url("../img/catalog-name2.svg") no-repeat bottom center/contain;
}

.bl_catalog2 .info2 .flex a {
  text-align: center;
}

.bl_catalog2 .catalog-page2 .top-select {
  display: none;
}

.bl_catalog2 .catalog-page2 .item .info2 ul li.ui-state-active a {
  border-bottom: 0;
}

.bl_catalog2 .catalog-page2 .filter .links a:nth-child(1) {
  display: none;
}

.bl_catalog2 .catalog-page2 .filter .links a:nth-child(2) {
  position: relative;
  background-image: none;
}

.bl_catalog2 .catalog-page2 .filter .links a:nth-child(2)::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background-image: url("../img/filter-link2.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 30%;
}

.bl_catalog2 .catalog-page2 .filter .links a:nth-child(2):after {
  transform: rotate(90deg);
}

.bl_catalog2 .catalog-page2 .f {
  display: none;
}

.bl_catalog2 .catalog-page2 .filter .links a.active:nth-child(2)::before {
  transform: rotate(180deg);
}

.bl_catalog2 .catalog-page2 h2 span {
  position: relative;
  top: 3px;
}

.bl_services__menu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 60px;
}

@media (max-width: 1140px) {
  .bl_services__menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 480px) {
  .bl_services__menu {
    grid-template-columns: repeat(1, 1fr);
  }
}

.bl_services__menu a {
  font-family: Manrope;
  font-weight: 600;
  font-size: 17px;
  line-height: 120%;
  text-transform: uppercase;
  text-decoration: none;
  color: #63666A;
  border-bottom: 1px solid transparent;
  padding-bottom: 10px;
  width: fit-content;
}

.bl_services__menu a:first-child {
  margin-left: 0;
}

.bl_services__menu a:last-child {
  margin-right: 0;
}

.bl_services__menu a.active {
  color: #004C97;
  border-bottom: 1px solid #FE5000;
}

.bl_services__menu a.hover {
  color: #004C97;
  border-bottom: 1px solid #FE5000;
}

.bl_services .info {
  padding-bottom: 0;
  margin-bottom: 5px;
}

.bl_services .info > .flex {
  margin-bottom: 55px;
}

@media (max-width: 1140px) {
  .bl_services .info > .flex {
    margin-bottom: 35px;
  }
}

.bl_services .services-page > .flex {
  margin-bottom: 80px;
}

@media (max-width: 1140px) {
  .bl_services .services-page > .flex {
    margin-bottom: 60px;
  }
}

.bl_services .services-page > .flex .item {
  margin-bottom: 0;
}

.bl_services .services-page h2.bg {
  border-bottom: 2px solid #FE5000;
}

.bl_job h1.other {
  margin-bottom: 10px;
}

.bl_job .filter {
  position: relative;
}

.bl_job .filter .fields {
  position: sticky;
  top: 160px;
  padding: 20px 15px 25px 15px;
  border: 1px solid var(--grey, #d9d9d9);
  box-shadow: 8px 8px 20px 0px rgba(189, 189, 189, 0.15);
}

.bl_job .filter .fields > p {
  color: fieldtext;
}

.bl_job .filter .fields .item {
  position: relative;
  margin-bottom: 15px;
}

.bl_job .filter .fields .item:last-child {
  margin-bottom: 0;
}

.bl_job .filter .fields .item .name {
  color: fieldtext;
  font-size: 14px;
  margin-bottom: 0;
}

.bl_job .filter .fields .item .name .fa {
  transition: all 200ms ease;
  position: absolute;
  right: 0;
  top: 1px;
  font-size: 24px;
}

.bl_job .filter .fields .item .name.active .fa {
  transform: rotate(180deg);
}

.bl_job .filter .fields .item .select {
  padding-top: 15px;
  display: none;
}

.bl_job .filter .fields .field input {
  top: 2px !important;
}

.bl_job .filter .fields .field label {
  font-size: 14px !important;
}

.bl_job .filter .fields button {
  width: 100%;
  background: none;
  height: 40px;
  border: 1px solid var(--grey, #d9d9d9);
  font-weight: 600;
  font-size: 18px;
  margin-top: 10px;
}

.bl_job .list .item {
  display: none;
}

.bl_job .list .item:first-child, .bl_job .list .item:nth-child(2), .bl_job .list .item:nth-child(3), .bl_job .list .item:nth-child(4), .bl_job .list .item:nth-child(5) {
  display: block;
}

.bl_job #tab1 {
  margin-bottom: 80px;
}

@media (max-width: 1140px) {
  .bl_job #tab1 {
    margin-bottom: 40px;
  }
}

.bl_job #tab2 {
  margin-bottom: 60px;
}

@media (max-width: 1140px) {
  .bl_job #tab2 {
    margin-bottom: 20px;
  }
}

.bl_job #tab2 .why .item {
  width: calc(50% - 15px);
}

@media (max-width: 1140px) {
  .bl_job #tab2 .why .item {
    width: 100%;
  }
}

.bl_job .top-nav {
  margin-bottom: 60px;
}

@media (max-width: 1140px) {
  .bl_job .top-nav {
    display: flex;
  }
}

@media (max-width: 480px) {
  .bl_job .top-nav {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

@media (max-width: 480px) {
  .bl_job .top-nav li {
    width: 100%;
  }
}

.bl_job .top-nav li a {
  display: block;
  width: 100%;
}

.bl_job .top-nav li a span {
  display: block;
  width: 100%;
}

@media (max-width: 480px) {
  .bl_job .top-nav li a span {
    border: none;
  }
}

@media (max-width: 480px) {
  .bl_job .top-nav li a.active span {
    border: none;
  }
}

.bl_job .top-nav a {
  color: #004C97;
}

.bl_job .top-nav a span {
  transition: 0.3s;
  border-bottom: 2px solid transparent;
}

.bl_job .top-nav a span:hover {
  color: #004C97;
  border-bottom: 2px solid #FE5000;
}

@media (max-width: 480px) {
  .bl_job .top-nav a span:hover {
    border: none;
  }
}

.bl_job .top-nav a.active span {
  color: #004C97;
  border-bottom: 2px solid #FE5000;
}

@media (max-width: 480px) {
  .bl_job .top-nav a.active span {
    border: none;
  }
}

.bl_job .job-page select {
  display: none;
}

.tab_title .h2_line {
  font-family: Manrope;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  position: relative;
  color: #004C97;
  padding-bottom: 20px;
  padding-left: 15px;
  margin-bottom: 20px;
}

.tab_title .h2_line::before {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #FE5000;
  position: absolute;
  left: 0;
  bottom: 0;
}

.tab_title .h2_line::after {
  content: '';
  display: block;
  width: calc(100% - 10px);
  height: 2px;
  background-color: #FE5000;
  position: absolute;
  left: 10px;
  right: 0;
  bottom: 6px;
}

.feedback-banner .banner {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 110% 110%;
}

@media (max-width: 1140px) {
  .feedback-banner__job .banner {
    padding-bottom: 100px;
  }
}

.feedback-banner__job .banner .text {
  max-width: 480px;
}

.feedback-banner__job__p {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}

.banner__soc {
  position: absolute;
  max-width: 350px;
  width: 100%;
  top: 50%;
  right: 36px;
  transform: translateY(-50%);
}

@media (max-width: 1140px) {
  .banner__soc {
    top: auto;
    bottom: 0;
  }
}

@media (max-width: 700px) {
  .banner__soc {
    right: 50%;
    transform: translateX(50%);
    bottom: 30px;
  }
}

.banner__soc .social a {
  margin-left: 20px;
  width: 100%;
  display: inline-block;
  height: 27px;
  width: 27px;
}

.banner__soc .social a:first-child {
  margin-left: 0;
}

.banner__soc .social a img {
  height: 100%;
  transition: 0.3s;
}

.banner__soc .social a {
  position: relative;
  height: 40px;
  width: 40px;
}

@media (max-width: 480px) {
  .banner__soc .social a {
    width: 30px;
    height: 30px;
  }
}

.banner__soc .social a:hover img:first-child {
  opacity: 0;
}

.banner__soc .social a:hover .img_hov {
  opacity: 1;
}

.banner__soc .social a img {
  position: absolute;
  width: 100%;
  inset: 0;
  transition: 0.3s;
}

.banner__soc .social a .img_hov {
  opacity: 0;
}

.bl_press .top-nav a,
.bl_press .top-nav li,
.bl_press .top-nav span {
  transition: 0.5s;
}

.bl_press .top-nav span {
  transition: 0.5s;
  border: 1px solid transparent;
}

.bl_press .blog-page #tab1 .item {
  border: 2px solid #D9D9D9;
  transition: 0.2s;
}

.bl_press .blog-page #tab1 .item:hover {
  border: 2px solid #FE5000;
}

.bl_partners .partners-page .bg {
  left: -15px;
  right: -15px;
  width: calc(100% + 30px);
}

.bl_about .round div {
  position: relative;
}

.bl_about .round div a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  height: 50%;
  transition: 0.8s;
  z-index: 5;
  font-weight: 500;
  line-height: 120%;
  font-size: 14px;
  text-decoration: none;
}

.bl_about .round div a:hover ~ img {
  transform: rotate(0);
}

.bl_about .round div a:hover {
  font-weight: 900;
}

.bl_about .round .round__link_top {
  top: 0;
  color: #fe5000;
}

.bl_about .round .round__link_bottom {
  bottom: 0;
  color: #004c97;
}

.bl_about .round img {
  transition: 0.8s;
  transform: rotate(180deg);
}

.contacts-page .way .item a {
  padding-right: 30px;
}

.contacts-page .way .item a:after {
  width: 25px;
  height: 15px;
}

.bl_404 {
  padding-bottom: 60px;
}

.bl_404 img {
  display: block;
  max-width: 330px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 40px;
}

@media (max-width: 480px) {
  .bl_404 img {
    max-width: 238px;
  }
}

.bl_404 h1 {
  text-align: center;
  max-width: 970px;
  margin: 0 auto;
  margin-bottom: 20px;
  font-weight: 900;
  background: none;
  box-sizing: border-box;
  font-size: 64px;
  padding: 0;
}

@media (max-width: 768px) {
  .bl_404 h1 {
    font-size: 48px;
  }
}

@media (max-width: 480px) {
  .bl_404 h1 {
    font-size: 20px;
  }
}

.bl_404 p {
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
  text-align: center;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .bl_404 p {
    font-size: 24px;
  }
}

@media (max-width: 480px) {
  .bl_404 p {
    font-size: 16px;
  }
}

.bl_404 .btn {
  margin: 0 auto;
  display: block;
}

.bl_404 .btn span {
  bottom: 45px;
}

.bl_team .main-block .name {
  border-bottom: 2px solid #FE5000;
}

.bl_team .main-block .info {
  border-left: 2px solid #FE5000;
}

.bl_team .team-page .flex.f1 .item:first-child .name {
  border-left: 2px solid #FE5000;
  border-bottom: 2px solid #FE5000;
}

.bl_team .team-page .flex .item .name {
  border-bottom: 2px solid #FE5000;
}

.bl_team .team-page .flex.f1 .item:last-child .info {
  border-right: 2px solid #FE5000;
}

.bl_team .team-page .flex.f2 .item:last-child .name {
  border-right: 2px solid #FE5000;
}

.bl_team .team-page .flex.f2 .item:first-child .info {
  border-left: 2px solid #FE5000;
}

.popup {
  z-index: 110;
  padding: 20px;
  box-sizing: border-box;
  display: none;
}

.popup .window {
  max-width: 400px;
  height: auto;
  left: 50%;
  padding: 30px 20px;
  position: relative;
  margin: 0 auto;
  left: auto;
  top: auto;
}

@media (max-width: 480px) {
  .popup .window {
    max-width: fit-content;
  }
  
}

.popup .window form {
  position: static;
  width: 100%;
  transform: none;
  padding-bottom: 0;
}

.footer .social {
  display: flex;
  flex-direction: row;
}

.footer .social a {
  position: relative;
  height: 40px;
  width: 40px;
}

@media (max-width: 480px) {
  .footer .social a {
    width: 30px;
    height: 30px;
  }
}

.footer .social a:hover img:first-child {
  opacity: 0;
}

.footer .social a:hover .img_hov {
  opacity: 1;
}

.footer .social a img {
  position: absolute;
  width: 100%;
  inset: 0;
  transition: 0.3s;
}

.footer .social a .img_hov {
  opacity: 0;
}

.header ul li .menu__item > ul li > a {
  border: 1px solid transparent;
}

.header ul li .menu__item > ul li > a:hover {
  text-decoration: none;
  border-bottom: 1px solid #000000;
}

.header ul li .menu__item > ul li > ul > li a:hover {
  text-decoration: none;
  border-bottom-color: transparent;
}

.bl_services__menu a:hover {
  color: #004C97;
  border-bottom: 1px solid #FE5000;
}

.header ul li ul li a {
  padding-top: 10px;
  color: #63666A;
  padding-left: 30px;
}

.header ul li .menu__item > ul li > ul > li a {
  font-size: 17px;
  margin-bottom: 0px;
}

.header .wrap > ul > li > ul > li > a {
  text-align: left;
  padding-top: 5px;
  padding-right: 28px;
  padding-bottom: 0px;
  padding-left: 28px;
}

.header ul li .menu__item > ul li > a {
  font-size: 17px;
  margin-bottom: 5px;
}

.header ul li .menu__item > a {
  font-size: 20px;
  margin-bottom: 5px;
}

.bl_catalog2 .top-nav {
  margin-bottom: 20px;
  /* display: flex; */
}

.catalog-page2 .top-nav {
  padding-bottom: 0px;
}

.catalog-page2 .top-nav li a span {
  text-transform: none;
}

.catalog-page2 .item .info2 .tab-content .block {
  padding-left: 12px;
}

.footer .social a img {
  height: 27px;
}

.banner__soc .social a img {
  height: 27px;
}

.banner__soc {
  max-width: 260px;
}

#tab4,
#tab5,
#tab6 {
  scroll-margin-top: 120px;
}

.blog-page .top-nav1 li {
  width: 33%;
}

.index-first-block .block-name { 
font-size: 40px; 
line-height: 118%; 
width: 50%; 
background: url(img/name_long.svg) no-repeat top left/contain; 
}

.index-first-block ul li { 
  margin-bottom: 8px; 
  font-size: 18px; 
} 

 .index-first-block ul { 
   width: 50%; 
   padding-bottom: 30px; 
 } 
 
 
 @media (max-width: 480px) {

 .index-first-block .block-name {
  width: 100%;
}

.index-first-block ul {
  width: 100%;
}
   
}

.index-first-block .video img,
.index-first-block .video picture {
  max-height: 270px;
}

.index-first-block .video {
  height: 270px;
}

.index-about-block .block-name {
  font-size: 28px;
}

.index-catalog-block .list .list-name {
  font-size: 28px;
}

.press-center-block .block-name,
.index-actual-block .block-name {
  font-size: 28px;
}

.index-catalog-block .block-name {
  font-size: 28px;
}

.feedback-banner .banner .text span {
  font-size: 28px;
}

.btn_blue {
  font-family: Manrope;
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  background: #004C97;
  padding: 10px 50px;
  min-width: 180px;
  box-shadow: 0px 4px 4px 0px #00000026;
  border-radius: 35px;
  text-decoration: none;
  color: #fff;
  display: inline-block;
  width: fit-content;
  box-sizing: border-box;
  transition: 0.3s;
  margin-right: 0;
  margin-left: auto;
  text-align: center;
}

.btn_blue:hover {
  background: #002f5f;
}

.bl_job .other {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 480px) {
  .bl_job .other .btn_blue {
    display: none;
  }
}

.bl_job .btn_blue {
  margin-right: 50px;
}

@media (max-width: 480px) {
  .bl_job .btn_blue {
    margin-bottom: 30px;
  }
}


.bl_career_new .btn_blue {
  margin-top: 30px;
}

@media (max-width: 480px) {
  .bl_career_new .btn_blue {
    margin-top: 0;
  }
}

.bl_vacancii_new #tab3 .flex .filter {
  width: 23%;
}

.bl_vacancii_new #tab3 .flex .list {
  width: 75%;
}

@media (max-width: 700px) {
  .bl_vacancii_new #tab3 .flex .list {
    width: 100%;
  }
}

.bl_vacancii_new .title_p {
  font-family: Manrope;
  font-size: 20px;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: left;
  color: #0F0F0F;
  margin-bottom: 20px;
}

.feedback-banner__job .banner .text span.mb {
  margin-bottom: 15px;
}

.feedback-banner__job .banner .btn {
  background-color: rgba(255, 255, 255, 0.25);
}

.img-fluid {
  height: auto;
  display: block;
  max-width: 100%;
}

.img-cover {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
}

.img-contain {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center center;
}

.image img {
  /*    height: auto;
            display: block;*/
}

.item-image {
  margin: 0 auto;
  max-width: 400px;
  height: 300px;
}

@media (min-width: 1140px) {
  .item-image {
    height: 400px;
  }
}

@media (max-width: 1139px) {
  .bl_team .main-block .name {
    border-bottom: none;
  }
  .bl_team .main-block .info {
    border-left: none;
  }
}

[data-tabs-target] {
  display: none;
}

[data-tabs-target].active {
  display: block;
}

@media (max-width: 1139px) {
  .bl_vacancii_new #tab3 .flex .filter {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media (max-width: 1139px) {
  .bl_vacancii_new #tab3 .flex .list {
    width: 100%;
  }
}

@media (max-width: 698px) {
  .job-page .filter .fields {
    display: block !important;
  }
}

@media (max-width: 698px) {
  .bl_job .filter .fields .item .name .fa:before {
    display: none !important;
  }
}

.item .flex {
  height: 100%;
}

.btn_vacanc {
    text-align: right;
    margin-top: -57px;
    margin-bottom: 15px;
}

@media (max-width: 480px) {
.btn_vacanc {   
    margin-top: -46px;
    margin-bottom: 15px;
    margin-left: 160px;
}
}

@media (max-width: 1139px) {
.btn_vacanc {   
    margin-top: -46px;
    margin-bottom: 15px;
    margin-left: 500px;
}
}

.header .right-block .lang-select a:hover {
    color: #FE5000;
}


.team-page .main-block .name:before {
    border: 2px solid #FE5000;
}

.team-page .flex.f1 .item:first-child .name:before {
    border: 2px solid #FE5000;
}

.team-page .flex.f2 .item:first-child .info:before {
    border: 2px solid #FE5000;
}

.team-page .flex.f1 .item:last-child .info:before {
    border: 2px solid #FE5000;
}

.team-page .flex.f1 .item:last-child .info:before {
    border: 2px solid #FE5000;
}

.team-page .flex.f2 .item:last-child .name:before {
    border: 2px solid #FE5000;
}


.team-page .flex .item .info-last {
    padding: 20px 17px 60px 17px;
    position: relative;
}

.team-page .flex .item .info-last div span {
    display: block;
    margin-top: 20px;
    color: #000;
    font-size: 32px;
    font-weight: 500;
}

.team-page .flex .item .info-last div img {
    max-width: 160px;
    width: 160px;
    margin-right: 15px;
}

.team-page .flex .item .info-last div {
    display: table-cell;
    vertical-align: middle;
    color: var(--unnamed, #63666a);
    font-size: 16px;
}

.team-page .flex.f1 .item:last-child .info-last:before {
    border: 2px solid #FE5000;
}

.team-page .flex.f1 .item:last-child .info-last:before {
    content: "";
    position: absolute;
    right: -7px;
    top: -8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #FE5000;
}

.static-content ul {
  margin: 0 0 0px 10px;
  padding-left: 15px;
  overflow: hidden;
  color: var(--unnamed, #63666a);
    font-size: 16px;
    font-weight: 500;
    line-height: 126%;
}

.static-content li {
  margin: 0 0 10px 10px;
}


.static-content p {
    margin-bottom: 30px;
    color: var(--unnamed, #63666a);
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
}


.other-page .top-text .image {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 380px;
    text-align: center;
}

.other-page .top-text {
    margin-bottom: 74px;
    padding-left: 280px;
    position: relative;
    color: var(--unnamed, #63666a);
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
}

.other-page .top-text .pdf {
    text-decoration: none;
    width: 32%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    right: 0;
    top: 0;
    padding: 1px 0 1px 30px;
    color: #004C97;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    text-transform: uppercase;
    background: url(../img/pdf.svg) no-repeat left;
}

.other-page .top-text .pdf:hover {
    text-decoration: underline;
}


@media (max-width: 698px) {
.other-page .top-text .image {
 display: none;
}

.other-page .top-text {
    padding-left: 0px;
}


  }