/* ===================================== reset =============================== */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

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

nav ul {
  list-style: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

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

input, select {
  vertical-align: middle; }

button {
  padding: 0;
  margin: 0; }

@font-face {
  font-family: 'EB Garamond';
  src: url("EBGaramond-Regular.eot");
  src: local("EB Garamond Regular"), local("EBGaramond-Regular"), url("../fonts/EBGaramond-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/EBGaramond-Regular.woff2") format("woff2"), url("../fonts/EBGaramond-Regular.woff") format("woff"), url("../fonts/EBGaramond-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'EB Garamond';
  src: url("EBGaramond-Italic.eot");
  src: local("EB Garamond Italic"), local("EBGaramond-Italic"), url("../fonts/EBGaramond-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/EBGaramond-Italic.woff2") format("woff2"), url("../fonts/EBGaramond-Italic.woff") format("woff"), url("../fonts/EBGaramond-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'EB Garamond';
  src: url("EBGaramond-Bold.eot");
  src: local("EB Garamond Bold"), local("EBGaramond-Bold"), url("../fonts/EBGaramond-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/EBGaramond-Bold.woff2") format("woff2"), url("../fonts/EBGaramond-Bold.woff") format("woff"), url("../fonts/EBGaramond-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

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

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

* {
  margin: 0;
  padding: 0;
  min-height: 0;
  min-width: 0; }

a {
  text-decoration: underline;
  color: inherit;
  outline: none !important;
  cursor: pointer; }

:focus {
  outline: none; }

a:active, a:hover, a:hover {
  outline: none; }

input, textarea {
  font: inherit;
  padding: 0;
  margin: 0;
  background: none;
  border: 0;
  width: 100%; }

button {
  font: inherit;
  padding: 0;
  margin: 0;
  background: none;
  border: 0; }

img {
  border: none; }

h1, h2, h3, h4, h5 {
  font-weight: normal;
  line-height: 1;
  font-size: initial;
  margin: 0; }

strong {
  font-weight: bold; }

.clearfix:after,
.clearfix:before {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

body {
  min-height: 100%;
  overflow-x: hidden;
  line-height: 1.2;
  font-size: var(--fs, 18px);
  font-family: 'EB Garamond',"Trebuchet MS", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #000000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative; }

.container {
  padding: 0 80px;
  margin: 0 auto; }

h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 25px; }

h2 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px; }

h1 {
  font-size: 48px;
  font-weight: bold; }

ul {
  list-style-type: none; 
  margin: 15px 0;
}

ul.ul-red li, ul.ul-gray li {
  display: block;
  padding-left: 10px;
  position: relative;
  padding-bottom: 3px; }

ul.ul-red li:before {
  position: absolute;
  content: '';
  top: 9px;
  left: 0;
  width: 4px;
  height: 4px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: #d33625; }

ul.ul-gray li:before {
  position: absolute;
  content: '';
  top: 9px;
  left: 0;
  width: 4px;
  height: 4px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: #3d3d3d; }

ul.ul li,
.career-in__info-text ul li,
.news-in__content ul li,
.services2__content ul li,
.services2_1__content ul li,
.services2_1__content ul li{
  display: block;
  padding-left: 10px;
  position: relative;
  padding-bottom: 3px; }

ul.ul li:before,
.career-in__info-text ul li:before,
.news-in__content ul li:before,
.services2__content ul li:before,
.services2_1__content ul li:before,
.services2_2__content ul li:before{
  position: absolute;
  content: '';
  top: 9px;
  left: 0;
  width: 4px;
  height: 4px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: #666666; }

ul.list li {
  display: block;
  padding-left: 10px;
  position: relative;
  padding-bottom: 3px; }

ul.list li:before {
  position: absolute;
  content: '';
  top: 11px;
  left: 0;
  width: 4px;
  height: 2px;
  background-color: #666; }

.hiddenPC {
  display: none !important; }

.btn {
  min-width: 225px;
  display: inline-block;
  height: 45px;
  padding: 15px;
  border: none;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  font-size: 14px;
  text-decoration: none;
  text-align: center; }

.section-black .btn:hover,
.btn-black:hover,
.consultation .btn:hover {
  background-color: #d33625;
  color: #fff; }

.btn-white:hover, .btn-feedback:hover,
.section-404__btn {
  border: 1px solid #2e2e38;
  background-color: #2e2e38;
  color: #fff; }

.subscribe .btn:hover {
  background-color: #2e2e38;
  color: #fff; }

.btn-wrap {
  width: 100%; }

.abs-left {
  position: absolute;
  left: 0; }

.c-red {
  color: #d33625; }

.c-grey {
  color: #666666; }

.fz24 {
  font-size: 24px; }

.fz16 {
  font-size: 16px; }

.mr80 {
  margin-right: 80px; }

.mt25 {
  margin-top: 25px; }

.pb60 {
  padding-bottom: 60px; }

.pt60 {
  padding-top: 60px; }

.no-link {
  text-decoration: none; }

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

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

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

.btn-arrow-red,
.btn-arrow-white {
  position: relative;
  height: 38px;
  display: block;
  margin-top: 40px;
  text-decoration: none; }

.btn-arrow-black {
  text-decoration: none;
  height: 62px;
  padding-left: 70px;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #262626; }

.btn-arrow-black:hover:before {
  width: 62px;
  height: 62px;
  background-position: -174px 0; }

.btn-arrow-red:before,
.btn-arrow-white:before,
.btn-arrow-black:before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: '';
  background-image: url(../img/sprite.png);
  background-repeat: no-repeat; }

.btn-arrow-red:before {
  width: 38px;
  height: 38px;
  background-position: 0px -31px; }

.btn-arrow-white:before {
  width: 38px;
  height: 38px;
  background-position: -107px 0px; }

.btn-arrow-black:before {
  width: 62px;
  height: 62px;
  background-position: -43px 0; }

.bg-grey {
  background-color: #f4f4f4; }

.header {
  padding: 35px 0 15px;
  position: fixed;
  top: 0;
  background-color: inherit;
  width: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 30; }

.header-white .header,
.header.header-white,
.header.b-menu-open,
.header.search-top-open,
.header.header-lang-open,
.header:hover {
  border-bottom: 1px solid #dbdbdb;
  background-color: #fff; }

.header.out .container,
.header.out .header__inner {

  background-color: #fff; }

.header.out .header__inner {
  height: 90px;
  border-bottom: 1px solid #dbdbdb; }

.header.out {
  padding: 5px 0px;
  height: 90px; }

.header.out .header__menu {
  display: none; }

.header__logo img {
  width: 82px;
  height: auto;
  display: block;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.logo__link {
  display: block; }

.header.out .header__logo img {
  height: 70px;
  width: auto;
  display: block; }

.header.out .header__logo {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding-left: 33px;
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px); }

.header.header-white .header__logo.mobmenu-open {
  opacity: 1;
  -webkit-transition: opacity 0s;
  -o-transition: opacity 0s;
  transition: opacity 0s; }

.header.header-white.out .header__logo.mobmenu-open {
  opacity: 0; }

.header.out .header__burger {
  display: block;
  margin-left: 0;
  -webkit-transition: margin-left 0.3s;
  -o-transition: margin-left 0.3s;
  transition: margin-left 0.3s; }

.header.out .header__burger.open {
  margin-left: 190px; }

.header__burger {
  display: none; }

.header__inner {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative; }

.header ul {
  list-style-type: none; }

.header ul.submenu {
  position: absolute;
  top: 0px;
  left: 0px;
  background: #fff;
  font-size: 13px;
  padding: 25px 10px 10px 0px;
  text-transform: none;
  background: #fff;
  display: none; }

.burger {
  width: 26px;
  height: 19px;
  position: relative;
  cursor: pointer;
  z-index: 50; }

.burger__wrap {
  position: relative; }

.burger span {
  position: absolute;
  width: 26px;
  height: 3px;
  background-color: #000;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.burger:before {
  position: absolute;
  content: '';
  width: 26px;
  height: 3px;
  background-color: #000;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.burger:after {
  position: absolute;
  content: '';
  width: 26px;
  height: 3px;
  background-color: #000;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.close-mobmenu:before,
.close-mobmenu:after {
  position: absolute;
  content: '';
  width: 26px;
  height: 3px; }

.close-mobmenu {
  display: none; }

.header .burger.open:before,
.close-mobmenu:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: 5px;
  background-color: #fff; }

.header .burger.open:after,
.close-mobmenu:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 11px;
  background-color: #fff; }

.header .burger.open span {
  display: none; }

.header__logo {
  margin-right: auto;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateY(-25px);
      -ms-transform: translateY(-25px);
          transform: translateY(-25px); }

.header__menu {
  margin-right: auto;
  margin-left: 30px; }

.header__menu-link {
  padding: 25px 10px;
  margin: 0 7px;
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  position: relative;
  text-decoration: none;
  color: #010101; }

.header__menu-link:after {
  content: '';
  display: block;
  width: 100%;
  bottom: -1px;
  left: 0;
  height: 1px;
  position: absolute;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #d33625;
  opacity: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0); }

.header__menu-item.active .header__menu-link:hover:after,
.header__menu-link:hover:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1; }

.header__lang {
  z-index:110;
  margin-right: 35px; }

.header__lang .submenu-mob {
  padding: 5px 0;
  position: absolute;
  background-color: #fff;
  display: none; }

.lang__link {
  padding: 5px 12px 5px 15px;
  position: relative;
  text-decoration: none;
  display: block;
  font-size: 14px;
/*  min-width: 95px;*/
  text-transform: uppercase;
  z-index: 2;
  color: #010101; }

.icon {
  position: relative; }

.icon:before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: '';
  background-image: url(../img/sprite.png);
  background-repeat: no-repeat; }

.i-search {
  width: 19px;
  height: 19px;
  cursor: pointer; }

.i-globe {
  width: 19px;
  height: 19px;
  cursor: pointer; }

.i-account {
  width: 32px;
  height: 19px;
  padding-right: 12px;
  cursor: pointer;
  margin-left: 30px; }

.arrow-down-red:after,
.arrow-down-black:after {
  position: absolute;
  right: 0;
  top: -webkit-calc(50% - 2px);
  top: calc(50% - 2px);
  width: 7px;
  height: 4px;
  display: block;
  content: '';
  background-image: url(../img/sprite.png);
  background-repeat: no-repeat; }

.arrow-down-black:after {
  background-position: 0px -23px; }

.arrow-down-red:after {
  background-position: -9px -23px; }

.i-search:before {
  width: 19px;
  height: 19px;
  background-position: 0 0; }

.i-globe:before {
  width: 19px;
  height: 19px;
  background-position: -263px 0; }


.i-account:before {
  width: 19px;
  height: 19px;
  background-position: -20px 0; }

.main-banner {
  height: 100vh;
  min-height: 530px; }

.main-banner__inner {
  padding-top: 0px;
  padding-bottom: 70px;
  height: 100%; }

.main-banner__item {
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat; }

.main__slider-arrow {
  position: absolute;
  bottom: 87px;
  right: 110px;
  width: 34px;
  z-index: 25;
  height: 34px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.5;
  cursor: pointer;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border: 1px solid inherit;
  background-image: url(../img/sprite.png);
  background-position: -171px -59px; }

.main__slider-arrow:hover {
  opacity: 1;
/*  border: 1px solid rgba(103, 48, 121, 0.5); */
}

.main__slider-arrow.slick-prev {
  background-position: -171px -68px;
  right: 150px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

.main-banner__slider,
.slick-list,
.slick-track {
  height: 100%; }

.main-banner__suptitle {
  color: #d33625;
  font-size: 36px; }

.main-banner__title {
  color: #6a2c82;
  margin-bottom: 10px; }

.main-banner__subtitle {
  color: #6a2c82;
  font-size: 24px;
  margin-bottom: 25px; }

.main-banner__content {
  position: relative;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%; }

.main-banner__btn {
  position: absolute;
  bottom: 0px; }

.main-banner .slick-dots {
  position: absolute;
  z-index: 2;
  padding: 0;
  right: 220px;
  list-style: none;
  bottom: 95px;
  text-align: center; }

.main-banner .slick-dots li {
  position: relative;
  width: 45px;
  height: 2px;
  margin: 0 7px;
  display: inline-block; }

.main-banner .slick-dots li button {
  color: transparent;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }

.main-banner .slick-dots li button:after {
  position: absolute;
  width: 45px;
  height: 1px;
  background-color: #6a2c82;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: ''; }

.main-banner .slick-dots li.slick-active button:after {
  position: absolute;
  width: 45px;
  height: 2px;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: '';
  background-color: #d33625; }

/*---------------------------about----------------------*/
.about__content,
.about__img {
  width: 50%;
  min-height: 455px; }

.about__img {
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat; }

.about__content {
  padding-top: 80px; }

/*---------------------------our-clients----------------------*/
.our-clients {
  padding: 55px 0; }

.our-clients__item {
  width: 160px;
  height: 110px;
  border: 1px solid #ededed;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.our-clients .slick-slide:nth-child(even) > div:last-child {
  opacity: 0.2;
  border: 1px solid rgba(237, 237, 237, 0); }

.our-clients .slick-slide:nth-child(odd) > div:first-child {
  opacity: 0.2;
  border: 1px solid rgba(237, 237, 237, 0); }

.our-clients .slick-slide:nth-child(odd) > div:last-child {
  margin-top: -10px; }

.our-clients .slick-slide {
  margin: 0 5px; }

.our-clients__list {
  height: 220px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.our-clients__img {
  width: 70%;
  overflow-x: hidden; }

.our-clients__content {
  width: 30%;
  text-align: left;
  padding-left: 20px; }

/*---------------------------services----------------------*/
.services__item {
  text-decoration: none;
  position: relative;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  padding: 55px 30px 55px !important; }

.services__item:before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  background-color: rgba(46, 46, 56, 0.6); }

.services__item {
  display: table-cell !important;
  float: none !important; }

.services .slick-track {
  display: table !important; }

.services__slider-arrow {
  position: absolute;
  bottom: 25px;
  right: 30px;
  width: 32px;
  z-index: 25;
  height: 17px;
  cursor: pointer;
  background-image: url(../img/sprite.png); }

.services__slider-arrow.slick-prev {
  background-position: -129px -41px;
  left: 30px; }

.services__slider-arrow.slick-next {
  background-position: -129px -41px;
  display: none;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

.services .slick-slide {
  height: auto; }

.services .slick-list.draggable {
  padding: 0 !important; }

.services .slick-slide {
  height: inherit !important; }

.services__item:hover:before {
  background-color: rgba(106, 44, 130, 0.9); }

.services__desc {
  margin-bottom: 40px;
  display: none; }

.services__desc p {
  margin-bottom: 0px; }

.services .btn-arrow-white {
  margin-top: 10px; }

.services__icon {
  margin-bottom: auto; }

.services__content {
  padding-top: 20px;
  margin-top: auto; }

.services__item-inner {
  min-height: 300px;
  position: relative;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0; }

.services__list-item:after {
  display: block;
  content: '';
  position: absolute; }

.services__title, .services__desc {
  color: #fff; }

/*---------------------------consultation----------------------*/
section.consultation {
  margin-top: 60px;
  color: #fff; }

.consultation__inner {
  padding: 35px 0;
  text-align: center;
  background-color: #2e2e38; }

.consultation h2 {
  margin-bottom: 20px; }

.consultation .btn {
  background-color: #fff;
  color: #2e2e38;
  margin-top: 25px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

/*---------------------------advantages----------------------*/
section.advantages {
  margin-top: 60px; }

section.advantages h2 {
  text-align: center; }

.advantages__icon {
  width: 63px;
  height: 71px;
  display: inline-block;
  margin: 10px 0 15px; }

.advantages__item {
  width: 33.33%;
  text-align: center;
  padding: 0px 40px; }

.advantages__icon img {
  width: 100%;
  height: auto; }

/*---------------------------map----------------------*/
section.map {
  margin-top: 60px;
  height: 580px; }

/*---------------------------news----------------------*/
 .news__top .slick-track > div{
  
  display: table-cell !important;
    float: none !important;
 }

 .news__top-left .slick-track > div{
  padding: 0 10px;
 }

 .news__top-title{
  color: #000;
  font-size: 16px;  
  margin-bottom: 20px;  
 }

.news__top-list {
  display: table;
}

.news__top-item {
    width: calc(50% - 20px);
    padding: 0 10px;
    display: table-cell;
}

.news__top-items {
  display: table-cell !important;
  float: none !important; }

.news__top-list .slick-track {
  display: table !important; }

.news__top-left{
   width: 58.33%;
}

.news__top-right{
   width: 41.67%;
}

.news__top-right.mob{
  display: none;
}

.news__top-right .news__top-list{
  height: calc(100% + 20px);
}


.news__top-right .slick-track > div{
   display: table-row !important;
}

.news__top-right .news__top-content,
.news__top-right .news__top-item{
  height: calc(100% - 10px) !important;
}


.news__top-right .news__top-content{
  padding: 20px 15px 10px;
}

.news__top-right .slick-track > div{
  padding: 10px 0px;
 }

.news {
  margin-top: 45px; }

section.news h2 {
  text-align: center; }


.news__top-img-inner{
  position: relative;
  height: 0;
  border: none;
  padding-top: 70%;
  overflow: hidden;
}

.news__top-img-block {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.news__top-img img {
  width: 100%;
  display: block;
  height: 300px;
  object-fit: cover;
}

.news__top-content {
  z-index: 1;
  min-height: 240px;
  font-size: 16px;  
  background-color: #f6f6f6;
  color: #666;
  padding: 20px 10px 10px; }

.news__top-item:hover .news__top-img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.news__top-item img {
    width: 100%;
     -webkit-transition: -webkit-transform 2s; 
    transition: -webkit-transform 2s; 
    -o-transition: transform 2s;
    transition: transform 2s;
    transition: transform 2s, -webkit-transform 2s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    height: 300px;
    object-fit: cover;
    display: block;
}


.news__bottom {
/*
  margin-top: 40px; 
*/
}

.news__bottom-item {
  width: 50%; }

.news__bottom-img{
  width: 100%;
  overflow: hidden;
}

.news__bottom-img img {
  width: 100%;
  height: auto;
  display: block; }

.news__bottom-img-inner{
  position: relative;
  height: 0;
  border: none;
  padding-top: 45%;
}

.news__bottom-img-block{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.news__bottom-content {
  min-height: 200px;
  width: 100%;
  background-color: #fe6c61;
  color: #fff;
  padding: 25px 20px; }

.news__bottom-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 35px 80px 90px 35px;
  width: 50%;
  text-decoration: none; }

.news__bottom-link-desc {
  margin-bottom: 40px; }

.news__bottom-link .btn-arrow-white,
.news__bottom-link .btn-arrow-red {
  margin-top: auto; }

.news__date {
  margin-bottom: 15px;
  display: block; }

.news__top .news__date{
  margin-bottom: 0;
  margin-top: 10px;
}

.news__bottom-item:first-child {
  background-color: #fe6c61; }

.news__bottom-link:first-child {
  color: #fff;
  background-color: #d33625; }

.news__bottom-link:last-child .news__bottom-link-title {
  color: #6a2c82; }

.news__bottom-link-title {
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 25px; }

.news__bottom-link:last-child {
  background-color: #f4f4f4; }

/*---------------------------subscribe----------------------*/
section.subscribe {
  -webkit-transform: translateY(-60px);
      -ms-transform: translateY(-60px);
          transform: translateY(-60px); }

.subscribe__inner {
  width: 100%;
  height: 125px;
  background-color: #6a2c82;
  color: #fff;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.subscribe p {
  font-size: 20px; }

.subscribe .btn {
  margin-left: 100px;
  background-color: #fff;
  color: #6a2c82;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

/*---------------------------follow_us----------------------*/

.follow_us-row {
  background: #f4f4f4;
  padding: 20px 0;
  margin-top: 40px;
}

.follow_us-row .follow_us {
  display: block;
  width: 30px;
  height: 30px;
  margin-right: 13px;
  position: relative; }

.follow_us-row .follow_us:first-child {
  margin-left: auto;
}

.follow_us-row .follow_us:last-child {
  margin-right: auto;
}

/*
.follow_us-row .follow_us:before {
  position: absolute;
  content: '';
  width: 30px;
  height: 30px;
  background: url(../img/sprite_subscribe.png);
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
*/

.follow_us-row .follow_us.follow_us-fb:before {
  background-position: 95px 0px; }

.follow_us-row .follow_us.follow_us-in:before {
  background-position: 63px 0px; }

.follow_us-row .follow_us.follow_us-inst:before {
  background-position: 31px 0px; }

.follow_us-row .follow_us.follow_us-tw:before {
  background-position: 0px 0px; }

.follow_us-row .follow_us:hover:before {
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
          transform: scale(0.95); }


/*---------------------------feedback----------------------*/
.feedback-label {
  color: #d33625;
  font-size: 14px;
  position: relative;
  text-align: left;
  bottom: 25px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.recovery-popup input:focus ~ label,
.feedback input:focus ~ label,
.feedback-popup input:focus ~ label,
.feedback-popup textarea:focus ~ label,
.feedback textarea:focus ~ label {
  bottom: 52px;
  opacity: 1; }

.inputall {
  border-bottom: 1px solid #666666;
  height: 35px;
  color: #000000;
  font-size: 18px;
  width: 100%; }

.contacts__item {
  width: 50%; }

.contacts__content {
  padding-right: 5%; }

.contacts__content a {
  color: #d33625;
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.contacts__content a:hover {
  text-decoration: none; }

.inputall.error {
  border-bottom: 1px solid #d33625;
  color: #d33625; }

.textarea {
  border-bottom: 1px solid #666666;
  height: 30px;
  color: #000000;
  font-size: 18px;
  width: 100%;
  resize: none; }

.textareaall.error {
  border: 1px solid #d33625;
  color: #d33625; }

.inputall:focus,
.textareaall:focus {
  color: #000; }

.feedback-form__list {
  margin: 0 -15px; }

.inputall:focus::-webkit-input-placeholder,
.textarea:focus::-webkit-input-placeholder {
  opacity: 0; }

.inputall:focus::-moz-placeholder,
.textarea:focus::-moz-placeholder {
  opacity: 0; }

.inputall:focus::-ms-input-placeholder,
.textarea:focus::-ms-input-placeholder {
  opacity: 0; }

.inputall:focus::placeholder,
.textarea:focus::placeholder {
  opacity: 0; }

.feedback-form__input {
  width: -webkit-calc(50% - 30px);
  width: calc(50% - 30px);
  margin: 5px 15px 15px; }

.feedback-form__textarea {
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  margin: 0 15px; }

.feedback .agreed,
.feedback-popup .agreed {
  color: #000;
  font-size: 16px;
  margin-top: 25px; }

.checkbox {
  position: relative;
  padding-left: 35px;
  cursor: pointer; }

.checkbox:before {
  width: 23px;
  height: 23px;
  background-color: #2e2e38;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  left: 0;
  top: -4px;
  display: block;
  position: absolute;
  content: ''; }

.checkbox.active:after {
  position: absolute;
  content: '';
  background: url(../img/sprite.png) 0px -75px;
  left: 7px;
  top: 4px;
  width: 11px;
  height: 9px; }

.btn-feedback, .btn-readmore {
  color: #000;
  border: 1px solid #000;
  background-color: #fff;
  margin-top: 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.contacts__content-top p {
  margin: 15px 0; }

.contacts__content-bottom div {
  margin-top: 15px; }

.contacts__content-bottom p {
  margin-bottom: 10px; }

.contacts__content-subtitle {
  margin-bottom: 30px; }

.contact {
  padding-top: 60px;
}
/*---------------------------footer----------------------*/
.footer {
  padding-bottom: 30px; }

.footer a {
  color: #000;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.footer a:hover {
  color: #d33625; }

.footer__title {
  font-size: 16px;
  font-weight: bold;
  color: #d33625;
  margin-bottom: 20px; }

.footer__inner {
  border-top: 2px solid #6a2c82;
  padding: 45px 10px 0;
  margin-right: -10px;
  margin-left: -10px;
  margin-top: 60px; }

.footer__clients, .footer__services {
  width: 33%; }

.footer__contacts {
/*  width: 30%; */
}

.footer__services a {
  text-decoration: none; }

.footer__menu {
  margin-bottom: 35px; }

.footer__menu li:not(:last-child) {
  margin-right: 20px; }

.footer__copyrights {
  margin-bottom: 40px;
  font-size: 16px;
  color: #666; }

.footer__menu-link {
  text-decoration: none;
  color: #000;
  font-size: 18px; }

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

.developer a {
  text-decoration: none; }

.developer a:hover {
  color: #000; }

.developer .img {
  margin-top: 3px;
  width: 87px;
  height: 26px;
  background-color: #666666;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s; }

.developer .text {
  text-align: left;
  color: #666;
  font-size: 12px;
  margin-left: 10px; }

.footer__contacts p {
  margin-bottom: 15px; }

.developer:hover .img {
  width: 87px;
  height: 26px;
  background-color: #fd2293; }

.socials .social {
  display: block;
  width: 25px;
  height: 25px;
  margin-right: 13px;
  position: relative; }

.socials .social:before {
  position: absolute;
  content: '';
  width: 25px;
  height: 25px;
  background: url(../img/sprite.png);
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.socials .social.social-fb:before {
  background-position: -18px -74px; }

.socials .social.social-in:before {
  background-position: -48px -74px; }

.socials .social.social-inst:before {
  background-position: -79px -74px; }

.socials .social:hover:before {
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
          transform: scale(0.95); }

.slick-slider .slick-track, .slick-slider .slick-list, .slick-slider {
  height: 100% !important; }

/*---------------------------mobmenu----------------------*/
.mobmenu.mobmenu-pc {
  display: block; }

.mobmenu-pc__logo {
  position: absolute;
  top: 16px;
  left: -webkit-calc(50% - 35px);
  left: calc(50% - 35px); }

.mobmenu-pc__logo img {
  height: 70px;
  width: auto;
  display: block; }

.mobmenu-pc .sub-menu__wrap {
  position: absolute;
  left: 100%;
  min-width: 320px;
  width: auto;
  min-height: 100vh;
  top: -120px;
  bottom: 0px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #2e2e38;
  display: none;
  padding: 99px 0px 0; }

.mobmenu-pc ul li a.arrow-m-right {
  display: none; }

.mobmenu-pc .sub-menu__wrap .sub-menu__wrap {
  top: 0px; }

.submenu-description {
  padding-top: 15px;
  color: #d33625;
  font-size: 16px;
/*  font-weight: bold;*/
  padding-bottom: 15px;
  display: block;
  text-align: left;
  text-transform: inherit;
  padding-right: 10px;
  position: relative; 
  padding-left: 0px!important;
}

.sub-menu__list li:before {
    content: "";
    border: solid black;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 2px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-right: 5px;
    top: -3px;
    position: relative;
}

.submenu-description:before {
    content: "";
    border: none!important;
}

.mobmenu-pc .mobmenu-wrap {
  color: #fff;
  width: 320px;
  height: 100vh;
  padding: 120px 0px 0px;
  background-color: #2e2e38; }

.mobmenu {
  position: absolute;
  display: none;
  width: 320px;
  height: 0;
  left: -320px;
  top: -10px;
  z-index: 25;
  padding-top: 0px;
  -webkit-transition: left 0.3s;
  -o-transition: left 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.mobmenu.open {
  left: 0; }

.mobmenu-main_submenu {
  position: absolute;
  background-color: #fff;
  right: 0;
  -webkit-transform: translate3d(100%, 0px, 0px);
          transform: translate3d(100%, 0px, 0px);
  top: 0;
  width: 100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }

.mobmenu-main_submenu.subopen {
  -webkit-transform: translate3d(0%, 0px, 0px);
          transform: translate3d(0%, 0px, 0px); }

.mobmenu-main_main {
  -webkit-transform: translate3d(0%, 0px, 0px);
          transform: translate3d(0%, 0px, 0px);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.mobmenu-main_main.subopen {
  -webkit-transform: translate3d(-30%, 0px, 0px);
          transform: translate3d(-30%, 0px, 0px); }

.mobmenu input::-webkit-input-placeholder {
  color: #000; }

.mobmenu input::-moz-placeholder {
  color: #000; }

.mobmenu input::-ms-input-placeholder {
  color: #000; }

.mobmenu input::placeholder {
  color: #000; }

.mobmenu-others {
  margin-top: 70px; }

.mobmenu-others__link {
  margin: 0 -30px;
  background-color: #1a1a24; }

.mobmenu-others__link a {
  display: block;
  padding: 20px 30px;
  color: #fff;
  font-size: 20px; }

.mobmenu .mobmenu-others__link a:hover {
  color: #fff; }

.mobmenu-contacts p {
  margin-bottom: 15px; }

.mobmenu.open .mobmenu-wrap {
  display: block;
  position: relative; }

.mobmenu .i-account {
  margin-left: 0;
  text-transform: inherit;
  font-size: 22px;
  padding-left: 30px;
  margin-top: 0px;
  width: 100%;
  height: 100%; }

.mobmenu .i-account:before {
  top: -webkit-calc(50% - 9px);
  top: calc(50% - 9px); }

.mobmenu .i-account:after {
  display: none; }

.mobmenu-contacts {
  display: none; }

.mobmenu .social {
  margin-right: 30px; }

.mobmenu {
  color: #000; }

.mobmenu ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.mobmenu .mobmenu-main {
  background-color: #2e2e38; }

.mobmenu .mobmenu-main ul li a,
.mobmenu-pc ul li a {
  padding-top: 15px;
  color: #fff;
  font-size: 22px;
  padding-bottom: 15px;
  display: block;
  text-transform: inherit;
  padding-right: 10px;
  position: relative; }

.mobmenu .mobmenu-main ul li a:hover:after,
.mobmenu-pc ul li a:hover:after,
.mobmenu-pc ul li.active > a:first-child:after {
  content: "";
  display: block;
  height: 100%;
  width: 5px;
  position: absolute;
  right: -30px;
  top: 0;
  background-color: #d33625; }

.mobmenu-main ul li {
  position: relative;
  border-bottom: 1px solid #d1d2d4; }

.mobmenu-pc ul li a:first-child {
  border-bottom: 1px solid #d1d2d4; }

.mobmenu-pc ul li {
  padding: 0 30px; }

.mobmenu-pc ul li a:hover {
  color: #fff; }

.mobmenu a:hover {
  color: #000; }

.mobmenu ul.mobmenu-main-second li.open > a {
  color: #d33625; }

.mobmenu-main .mobmenu-main_submenu-p ul.submenu-mob li a {
  font-size: 16px;
  text-transform: none;
  padding: 6px 0; }

.mobmenu-main ul li.withsubmenu-mob:after {
  display: block;
  content: '';
  position: absolute;
  width: 12px;
  height: 8px;
  background-image: url(../img/sprite.png);
  background-position: -107px -61px;
  top: 18px;
  right: 0;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s; }

.mobmenu-main ul li.withsubmenu-mob.open:after {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg); }

.mobmenu-wrap {
  width: 320px;
  padding: 90px 30px 0px;
  background-color: #2e2e38; }

.mobmenu .mobmenu-main ul li a.js--mlink:after {
  position: absolute;
  content: '';
  background: url(../img/sprite.png) -107px 59px;
  width: 14px;
  height: 14px;
  right: 0;
  top: 11px; }

.mobmenu-main_submenu {
  font-size: 18px;
  display: none;
  height: -webkit-calc(100vh - 60px);
  height: calc(100vh - 60px); }

.mobmenu-main_submenu.subopen.sub-two-open {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0); }

.mobmenu a {
  text-decoration: none; }

.mobmenu .mobmenu-main_submenu .tit {
  padding-bottom: 15px;
  position: relative;
  text-align: center;
  padding-top: 20px;
  cursor: pointer;
  font-size: 14px;
  color: #d33625;
  text-transform: uppercase;
  border-bottom: 1px solid #e1e1e1; }

.mobmenu .mobmenu-main_submenu .tit:before {
  content: '';
  position: absolute;
  width: 14px;
  display: block;
  height: 14px;
  top: 22px;
  cursor: pointer;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  background-image: url(../img/sprite.png);
  background-position: -107px 59px; }

.mobmenu-lang, .mobmenu-currency {
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important; }

.mobmenu .mobmenu-main_submenu-p li.withsubmenu-mob.open:not(:last-child) {
  padding-bottom: 25px;
  border-bottom: 1px solid #fff; }

.mobmenu .mobmenu-other .tit {
  font-size: 12px;
  color: #999999;
  text-transform: uppercase;
  margin-bottom: 25px; }

.mobmenu .mobmenu-other ul li {
  border-bottom: 1px solid #e6e2e2; }

.mobmenu .mobmenu-other ul a {
  padding: 15px;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transition: 0.15s ease-in-out;
  -o-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  width: 100%;
  font-size: 13px; }

.mobmenu-search__submit {
  display: block;
  width: 26px;
  height: 26px;
  background-image: url(../img/sprite.png);
  background-position: -107px -74px;
  background-repeat: no-repeat; }

.mobmenu-search {
  font-size: 18px;
  color: #fff;
  padding: 10px 30px;
  margin: 0 0px 0px;
  border-bottom: 1px solid #e1e1e1; }

.mobmenu-search input {
  border: none;
  font-size: 22px;
  color: #fff; }

.mobmenu-search .inputall:focus {
  font-size: 22px;
  text-decoration: none;
  color: #fff; }

.mobmenu-search input::-webkit-input-placeholder {
  color: #fff; }

.mobmenu-search input::-moz-placeholder {
  color: #fff; }

.mobmenu-search input::-ms-input-placeholder {
  color: #fff; }

.mobmenu-search input::placeholder {
  color: #fff; }

.mobmenu ul.mobmenu-main-second li a {
  font-size: 18px;
  text-transform: none; }

.mobmenu-main-second .submenu-mob {
  display: none; }

.mobmenu-main_submenu-p {
  padding: 15px 0 0; }

.mobmenu-search__form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end; }

.mobmenu .mobmenu-lang {
  margin-left: auto; }

.mobmenu .mobmenu-currency ul.submenu-mob,
.mobmenu .mobmenu-lang ul.submenu-mob {
  position: absolute;
  top: 0px;
  left: 0px;
  background: #fff;
  font-size: 13px;
  padding: 25px 0px 10px 0px;
  text-transform: none;
  -webkit-box-shadow: 0 7px 9px rgba(0, 0, 0, 0.11);
  box-shadow: 0 7px 9px rgba(0, 0, 0, 0.11);
  background: #fff;
  display: none; }

.mobmenu .mobmenu-currency ul.submenu-mob {
  left: 0px; }

.mobmenu .mobmenu-lang ul.submenu-mob a {
  display: block;
  min-width: 65px;
  padding: 5px 5px 5px 15px; }

.mobmenu-menu__banner-list {
  padding-right: 140px; }

.mobmenu .header-menu__banner:not(:last-child) {
  margin-bottom: 20px; }

.btn-up {
  position: fixed;
  bottom: 190px;
  right: 80px;
  display: none;
  width: 43px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  height: 43px;
  cursor: pointer;
  z-index: 25;
  background-position: -132px -61px;
  background-image: url(../img/sprite.png); }

/*---------------------------.b-menu----------------------*/
.b-menu .btn-close__wrap {
  width: 15px;
  height: 20px;
  position: absolute;
  right: 15px;
  top: 35px; }

.b-menu__list {
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -15px; }

.sub-menu__list li {
  padding: 5px; 
  padding-left: 8px;
}

.b-menu .mCSB_scrollTools {
  opacity: 0; }

.b-menu li.submenu-description a {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
/*  font-size: 18px;
  color: #d33625;*/
  text-decoration: none; 
  text-transform: uppercase;
  border-bottom: 1px solid #e4e4e4;
}

/*
.b-menu li.submenu-description a:hover {
  text-decoration: underline; 
}
*/

.sub-menu__list li a {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #000; 
  font-size: 16px;
}

.sub-menu__list li a:hover {
  color: #d33625; }

.b-menu__submenu {
  display: none; }

.b-menu a {
  text-decoration: none; }

.b-menu {
  z-index: 100;
  display: none;
  max-height: -webkit-calc(100vh - 132px);
  max-height: calc(100vh - 132px);
  position: absolute;
  width: 100%;
  left: 0;
  top: 96px;
  background-color: #fff; }

.b-menu .mCSB_container {
  margin-right: 0; }

.b-menu__main {
  margin-right: 50px; }

.b-menu__main li, .b-menu__submenu li {
  margin-bottom: 10px; }

.b-menu__main a.active {
  color: #d33625; }

.b-menu__main a {
  font-weight: bold;
  font-size: 18px;
  color: #000; }

.b-menu__submenu a {
  font-size: 18px;
  color: #000; }

a.header__menu-link.active {
  color: #d94f40; }

a.header__menu-link + .b-menu .mCSB_scrollTools{
      opacity: 0 !important;
}

a.header__menu-link.active + .b-menu:hover .mCSB_scrollTools{
      opacity: 1 !important;
}

a.header__menu-link.active + .b-menu .mCSB_scrollTools{
      opacity: 0 !important;

}

.b-menu__submenu a:hover {
  color: #d94f40; }

.b-menu__inner {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 35px 0 35px 190px;
  position: relative; }

.b-menu__item {
  width: auto;
  padding: 20px 25px; 
  border-right: 1px solid #e4e4e4;
  margin: 20px 0;
  min-width: 275px;
}

.b-menu__item:last-child {
    border: none;
}

.btn-close {
  width: 15px;
  height: 2px;
  background-color: #080808;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: relative;
  cursor: pointer; }

.btn-close__wrap {
  width: 15px;
  height: 20px;
  position: absolute;
    right: 0px;
    top: 5px;
}

.btn-close:after {
  display: block;
  content: '';
  width: 15px;
  height: 2px;
  background-color: #080808;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute; }

.header__search-top {
  width: 100%;
  padding: 0 65px;
  display: none; }

.inputall.inputall-border {
  height: 45px;
  padding: 0 40px 0 20px;
  border: 1px solid #e1e1e1;
  color: #000;
  font-size: 18px; }

.header.out .header__search-inner {
  margin-top: 20px; }

.header__search-inner {
  padding-right: 50px;
  padding-bottom: 55px;
  position: relative; }

.inputall.header.inputall-border::-webkit-input-placeholder {
  color: #000; }

.inputall.header.inputall-border::-moz-placeholder {
  color: #000; }

.inputall.header.inputall-border::-ms-input-placeholder {
  color: #000; }

.inputall.header.inputall-border::placeholder {
  color: #000; }

.header__search-close {
  position: absolute;
  right: 0px;
  width: 20px;
  height: 20px;
  top: 18px; }

.inputall.inputall-border {
  outline: 0;
  -webkit-box-shadow: 0 0 7px rgba(208, 211, 216, 0.5);
  box-shadow: 0 0 7px rgba(208, 211, 216, 0.5); }

.inputall.inputall-border:focus::-webkit-input-placeholder {
  opacity: 0;
  text-indent: 500px;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease; }

.inputall.inputall-border:focus::-moz-placeholder {
  opacity: 0;
  text-indent: 500px;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease; }

.inputall.inputall-border:focus::-ms-input-placeholder {
  opacity: 0;
  text-indent: 500px;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease; }

.inputall.inputall-border:focus::placeholder {
  opacity: 0;
  text-indent: 500px;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease; }

.header .header__search-top .header__search-btn {
  display: block;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 9px;
  right: 90px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-image: url(../img/sprite.png);
  background-position: -107px -74px;
  background-repeat: no-repeat; }

/*---------------------------mod----------------------*/
.mod {
  position: fixed;
  max-width: 685px;
  width: 100%;
  max-height: calc(100vh - 10%);
  max-height: -webkit-calc(100vh - 10%);
  background: #fff;
  top: 10%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 40;
  overflow: hidden;
  padding: 55px 40px 55px;
  display: none; }

.mod-tit {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px; }

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

.mod-info a {
  font-size: 18px;
  color: #000;
  text-decoration: none; }

.mod .btn.btn-file {
    padding-left: 0;
    padding-right: 0;
    width: 100%;}

.mod .btn.btn-file:before{
  left: calc(50% - 109px);}
.mod .btn.btn-file:after {
    left: calc(50% - 101px);}

.mod-enter .mod-info {
  text-align: center;
  margin-top: 40px;
  background: none; }

.mod-form input {
  width: 49%;
  height: 43px;
  border: 1px solid #e1e1e1;
  margin-bottom: 15px;
  padding: 0 10px 0 24px; }

.mod-submit {
  margin-top: 15px;
  width: 100%;
  background-color: #2e2e38;
  text-align: center;
  padding: 19px 0;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 1px;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s; }

.mod-submit:hover {
  background-color: #d33625; }

.overlay {
  position: fixed;
  z-index: 30;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(103, 48, 121, 0.9); }

.mod .btn-close__wrap {
  right: 20px;
  top: 35px; }

.mod-info div {
  text-decoration: underline;
  color: #000;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.mod-info div:hover {
  color: #d33625;
  cursor: pointer; }

.mod h2 {
  text-align: center; }

.feedback-popup h2 {
  text-align: center; }

.feedback-popup .feedback-form {
  max-width: 100%; }

.footer__contacts .footer__copyrights,
.footer__contacts .developer {
  display: none; }

.recovery-form__input {
  width: 100%;
  margin: 5px 0px 15px; }

/*---------------------------page-top----------------------*/
.page-bgtop {
  padding-top: 131px; }

.page-top__inner {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative; }

.page-bgtop__inner:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#343434));
  background-image: -webkit-linear-gradient(top, #000 0%, #343434 100%);
  background-image: -o-linear-gradient(top, #000 0%, #343434 100%);
  background-image: linear-gradient(180deg, #000 0%, #343434 100%);
  opacity: 0.89; }

.page-bgtop__inner {
  position: relative;
  height: 480px;
  width: 100%;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.crumbs__item {
  font-size: 16px;
  color: #fff;
  position: relative; }

.crumbs__item.crumbs-home {
  color: #d33625; }

.crumbs__link {
  text-decoration: none;
/*  color: #d33625; */
}

.crumbs {
  position: absolute;
  left: 80px;
  bottom: 60px; }

.crumbs__item:not(:first-child) {
  padding-left: 35px; }

.crumbs__item:not(:first-child):before {
  content: '';
  left: 15px;
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  width: 7px;
  height: 7px;
  transform: translate(-50%, -50%) rotate(135deg); }

.page-top {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }

.page-bgtop picture,
.page-bgtop img {
  display: block;
  width: 100%; }

.page-top__title {
  color: #fff;
  padding: 30px 25px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
  letter-spacing: 1px;
  opacity: 0.9;
  text-transform: uppercase;
  -webkit-animation-name: leaves;
          animation-name: leaves;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }

.page-top__title.active {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0.8; }

@-webkit-keyframes leaves {
  0% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 1;
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
            transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.8; } }

@keyframes leaves {
  0% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 1;
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
         -o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
            transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition-duration: 0.5s;
         -o-transition-duration: 0.5s;
            transition-duration: 0.5s;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.8; } }

.pt60 .container {
    display: flex;
}

.page-top__subtitle {
  font-size: 35px;  
  font-weight: normal;
  max-width: 50%;
}

.page-section__title {
  color: #d33625; }

.page-section p:not(:last-child),
.page-top p:not(:last-child) {
  margin: 15px 0; }

.page-section {
  padding-top: 60px;
  padding-bottom: 60px; }

/*---------------------------p-service----------------------*/
.p-services {
  background-color: #f6f6f6; }

.p-services__list {
  margin: -10px; }

.p-services .container {
  background-color: #f6f6f6; }

.p-services__item {
  background-color: #fff;
  text-decoration: none;
  margin: 10px;
  width: -webkit-calc(33.33% - 20px);
  width: calc(33.33% - 20px);
  -webkit-transition: -webkit-box-shadow 0.5s;
  transition: -webkit-box-shadow 0.5s;
  -o-transition: box-shadow 0.5s;
  transition: box-shadow 0.5s;
  transition: box-shadow 0.5s, -webkit-box-shadow 0.5s;
  -webkit-box-shadow: 0 0 17px 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 17px 1px rgba(0, 0, 0, 0); }

.p-services__item .p-services__item-img:before {
  content: '';
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  height: 0;
  left: 0;
  background-color: rgba(106, 44, 130, 0.6);
  -webkit-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out; }

.p-services__item:hover .p-services__item-img:before {
  height: 100%;
  background-color: rgba(106, 44, 130, 0.6); }

.p-services__item .p-services__item-img {
  position: relative; }

.p-services__item-wrap {
  position: relative;
  -webkit-background-size: cover;
          background-size: cover;
  height: 100%; }

.page-top__topinfo {
/*  padding-left: 105px; */
  color: #757575;
}

.page-header-divider {
  height: 5px;
  width: 95px;
  margin: 18px 70px 55px;
  background-color: #ccc;
}

.p-services__item:hover {
  -webkit-box-shadow: 0 0 17px 1px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 17px 1px rgba(0, 0, 0, 0.16); }

.p-services__item-title {
  color: #000;
  -webkit-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
  width: 100%;
  padding: 25px;
  bottom: 0;
  background-color: #fff;
  position: relative; }

.p-services__item-title span {
  display: block;
  margin-bottom: 0;
  width: 100%;
  padding-right: 30px;
  position: relative;
  font-size: 24px; }

.p-services__item-title span:after {
  position: absolute;
  content: '';
  background: url(../img/sprite.png) -107px 59px;
  width: 14px;
  height: 14px;
  right: 0;
  top: -webkit-calc(50% - 4px);
  top: calc(50% - 4px); }

.p-services__item-img img {
  width: 100%;
  height: auto;
  display: block; }

/*---------------------------benefits----------------------*/
.benefits__list-wrap {
  width: 100%;
  max-width: -webkit-calc(50% + 20px);
  max-width: calc(50% + 20px);
/*
  -webkit-transform: translateY(-75px);
      -ms-transform: translateY(-75px);
          transform: translateY(-75px); 

*/
}

.benefits__list {
  margin: 0 auto;
  width: 530px; }

.benefits__content {
  padding-right: 20px;
  max-width: -webkit-calc(50% - 25px);
  max-width: calc(50% - 25px);
  width: -webkit-calc(100% - 530px);
  width: calc(100% - 530px); }

.benefits__item {
  text-align: center;
  width: 50%;
  position: relative;
  padding-bottom: 15px; }

.benefits__item:nth-child(4):after {
  content: '';
  display: block;
  position: absolute;
  text-align: center;
  height: 1px;
  top: 0;
  left: 20px;
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  background-color: #d3d4d6; }

.benefits__item:nth-child(4):before {
  content: '';
  display: block;
  position: absolute;
  text-align: center;
  height: -webkit-calc(100% - 20px);
  height: calc(100% - 20px);
  width: 1px;
  top: 20px;
  left: 0px;
  background-color: #d3d4d6; }

.benefits__item:nth-child(1):after {
  content: '';
  display: block;
  position: absolute;
  text-align: center;
  height: 1px;
  bottom: 0;
  left: 15px;
  width: -webkit-calc(100% - 35px);
  width: calc(100% - 35px);
  background-color: #d3d4d6; }

.benefits__item:nth-child(1):before {
  content: '';
  display: block;
  position: absolute;
  text-align: center;
  height: -webkit-calc(100% - 20px);
  height: calc(100% - 20px);
  width: 1px;
  top: 0px;
  right: 0px;
  background-color: #d3d4d6; }

.benefits__number {
  margin-bottom: 5px;
  letter-spacing: -1px;
  position: relative;
  font-size: 80px;
  display: inline-block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #d33625;
  font-weight: normal;
  font-style: normal;
  font-family: "Georgia", sans-serif; }

.benefits__desc {
  font-size: 16px; }

.benefits__number.plus:before {
  content: '+';
  display: block;
  left: -31px;
  top: -5px;
  position: absolute;
  font-size: 53px;
  color: #d33625;
  font-weight: normal;
  font-style: normal;
  font-family: "Georgia", sans-serif; }

.benefits__number.about:before {
  content: '~';
  display: block;
  left: -31px;
  top: -5px;
  position: absolute;
  font-size: 53px;
  color: #d33625;
  font-family: "Georgia", sans-serif; }

/*---------------------------section-black----------------------*/
.section-black__inner {
  color: #fff;
  background-color: #2e2e38;
  text-align: center;
  margin: 0 -50px;
  width: -webkit-calc(100% + 100px);
  width: calc(100% + 100px); }

.section-black h2 {
  margin-bottom: 20px; }

.section-black .page-section p {
  margin-bottom: 0px; }

.section-black .btn {
  background-color: #fff;
  color: #2e2e38;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 25px; }

/*---------------------------managment__list----------------------*/
.managment__list {
  margin: 20px -15px 0; }

.managment__item {
  padding: 0 15px; }

.managment__item-suptitle {
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 25px;
  color: #666; }

.managment__item-title {
  font-size: 24px;
  margin-top: 10px; }

.page-section.line-grey {
  position: relative; }

.page-section.line-grey:after {
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  height: 1px;
  width: -webkit-calc(100% - 160px);
  width: calc(100% - 160px);
  left: 0;
  margin: 0 auto;
  right: 0;
  background-color: #d1d2d4; }

.managment__item-subtitle {
  font-size: 16px;
  margin-top: 25px;
  color: #666; }

.managment__item-inner img {
  width: 100%;
  height: auto;
  display: block; }

/*---------------------------career----------------------*/
.s-hidden {
  visibility: hidden;
  padding-right: 10px; }

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 18px;
  color: #000;
  height: 45px;
  border: 1px solid #dbdbdb;
  width: 100%; }

.career__country {
  width: 250px; }

.career__position {
  width: -webkit-calc(100% - 620px);
  width: calc(100% - 620px); }

.career__type-position {
  width: 195px; }

.styledSelect {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: white;
  padding: 9px 15px 9px; }

.styledSelect.active {
  -webkit-box-shadow: 0 0 7px rgba(208, 211, 216, 0.5), inset 0 -2px 4px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 7px rgba(208, 211, 216, 0.5), inset 0 -2px 4px rgba(0, 0, 0, 0.05); }

.styledSelect:after {
  display: block;
  content: '';
  position: absolute;
  width: 12px;
  height: 8px;
  background-image: url(../img/sprite.png);
  background-position: -107px -61px;
  top: 18px;
  right: 20px; }

.options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  width: -webkit-calc(100% + 2px);
  width: calc(100% + 2px);
  z-index: 999;
  margin: -1px;
  padding: 0 0;
  list-style: none;
  border: 1px solid #dbdbdb;
  background-color: #fff; }

.options li {
  padding: 0 6px;
  margin: 0 0;
  padding: 5px 15px; }
/*
.options li.active {
  background-color: #A3ABB1;
  color: #FFF; }

.options:hover li.active {
  background-color: #fff;
  color: #000; }

.options:hover li.active:hover {
  background-color: #d33625;
  color: #fff; }

.options li:hover {
  background-color: #d33625;
  color: #fff; }
*/

.career-choose {
  margin: 0 -50px 30px;
  padding: 30px 50px;
  min-height: 110px;
  background-color: #f4f4f4; }

.career-choose__inner {
  height: 100%; }

.career-choose__inner-wrap {
  margin: 0 auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%; }

.career__select-item {
  padding-right: 20px; }

.btn-black {
  color: #fff;
  background-color: #2e2e38;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.btn-white {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.btn-career {
  width: 175px;
  min-width: 0; }

.career__item-wrap:hover {
  background-color: #f4f4f4; }

.career__item {
  display: none;
  padding: 30px 50px 25px; }

.career__item a{
  text-decoration: none;
}

.career__item-wrap {
  width: -webkit-calc(100% + 100px);
  width: calc(100% + 100px);
  margin: 0 -50px;
  text-decoration: none;
  background-color: #fff;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  position: relative; }

.career__item-link{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left:0;}

.career__item-wrap:not(:first-child):hover:before {
  opacity: 0; }

.career__item-wrap:not(:first-child):before {
  display: block;
  content: '';
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: absolute;
  top: 0;
  opacity: 1;
  right: 0;
  left: 0;
  background-color: #d1d2d4;
  margin: 0 auto;
  height: 1px;
  width: -webkit-calc(100% - 100px);
  width: calc(100% - 100px); }

.career__item-wrap:last-child:after {
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #d1d2d4;
  margin: 0 auto;
  height: 1px;
  width: -webkit-calc(100% - 100px);
  width: calc(100% - 100px); }

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

.career__item-title {
  margin-bottom: 20px; }

.career__item-bottom {
  margin-top: 25px; }

.career__item-bottom ul li span {
  color: #666666; }

.career__item-bottom ul:after {
  position: absolute;
  content: '';
  background: url(../img/sprite.png) -107px 59px;
  width: 14px;
  height: 14px;
  right: 0;
  top: 4px; }

.career__item-bottom ul li:not(:last-child) {
  margin-right: 10px; }

.career__item-date {
  font-size: 16px;
  color: #d33625; }

.btns-career {
  position: relative;
  margin-top: 30px; }

.career__item-bottom ul {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  padding-right: 30px; }

.contacts__list-item {
  display: none; }

.contacts__list-item:first-child {
  display: block; }

.contacts__select-wrap {
  max-width: 430px;
  margin-bottom: 30px; }

section.map-contacts {
  margin-top: 50px;
  height: 450px; }

.branch p:not(:last-child) {
  margin-bottom: 15px; }

.branch__item {
  height: 190px;
  position: relative;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: top center;
  color: #fff;
  cursor: pointer;
  padding-right: 50px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 20px; }

.branch__item a {
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.branch__item a:hover {
  color: #d33625; }

.image-popup.i-zoom {
  position: relative;
  display: block; }

.image-popup.i-zoom:before {
  display: block;
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  background-image: url(../img/sprite.png);
  background-position: -148px -5px;
  bottom: 15px;
  right: 15px; }

.branch__item.active {
  height: 315px;
  -webkit-box-shadow: 0 0 17px 1px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 17px 1px rgba(0, 0, 0, 0.16); }

.branch__item.active:before {
  background-color: rgba(46, 46, 56, 0.9); }

.branch__item.active {
  cursor: inherit; }

.branch__item:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(46, 46, 56, 0.5); }

.branch__item-title {
  font-size: 30px;
  font-weight: bold; }

.branch__item-inner {
  position: absolute;
  left: 60px;
  right: 60px;
  top: 0;
  bottom: 0;
  padding: 50px 0px; }

.branch__item-info, .branch__item-map {
  display: none; }

.branch__item-info-right a{
  display:inline-block;
  position: relative;
  padding-left: 25px;
  text-decoration: none;
}

.branch__item-info-right a:before{
  content:'';
  position: absolute;
  left: 0;
  top:0;
  display:block;
  width: 22px;
  height: 22px;
  background-image: url(../img/sprite.png);
}

.branch__item-info-right a.tel:before{
  background-position: -228px -78px;
}

.branch__item-info-right a.fax:before{
  background-position: -249px -77px;
}

.branch__item-info-right a.mail:before{
  background-position: -205px -75px;
}

.branch__item.active .branch__item-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.branch__item.active .branch__item-close,
.branch__item.active .branch__item-map {
  display: block; }

.w50 {
  width: 50%; }

.branch__item-close {
  display: none;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 20px;
  background-color: inherit;
  top: 25px;
  z-index: 20; }

.branch__item-close .btn-close:after,
.branch__item-close .btn-close {
  background-color: #fff; }

.branch__item-subtitle {
  position: relative;
  padding-right: 25px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content; }

.branch__item.active .branch__item-subtitle:after {
  display: none; }

.branch .tel {
  text-decoration: none; }

.branch__item-subtitle:after {
  display: block;
  position: absolute;
  content: '';
  background: url(../img/sprite.png) -119px 90px;
  width: 15px;
  height: 15px;
  right: 0;
  top: -webkit-calc(50% - 5px);
  top: calc(50% - 5px); }

/*---------------------------recom----------------------*/
.recom-item {
  padding: 30px 0;
  border-bottom: 1px solid #d1d2d4; }

.recom-item__img {
  width: 180px;
  height: auto;
  padding-left: 10px; }

.recom-item__img img {
  width: 100%;
  height: auto;
  display: block; }

.recom-item__title-mob {
  display: none; }

.recom-item__content {
  width: -webkit-calc(100% - 400px);
  width: calc(100% - 400px);
  padding: 0 70px 0 30px; }

/*---------------------------zoom----------------------*/
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8); }

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8; }

.mfp-zoom-in.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0; }

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0; }

/*---------------------------career-in----------------------*/
.career-in__info-text a {
  color: #d33625; }

.career-in__info-text ul {
  margin-bottom: 25px; }

.career-in__info h4 {
  color: #666666;
  font-size: 16px;
  margin-bottom: 15px; }

.btn.btn-file {
  padding-left: 80px;
  position: relative;
  font-size: 14px;
  color: #fff;
  padding-right: 50px; }

.btn.btn-file:hover{
  color: #fff;
}

.btn.btn-file:before {
  content: '';
  display: block;
  width: 18px;
  height: 2px;
  left: 50px;
  top: -webkit-calc(50% - 1px);
  top: calc(50% - 1px);
  background-color: #fff;
  position: absolute; }

.btn.btn-file:after {
  content: '';
  display: block;
  width: 2px;
  height: 18px;
  left: 58px;
  top: -webkit-calc(50% - 1px);
  top: -webkit-calc(50% - 9px);
  top: calc(50% - 9px);
  background-color: #fff;
  position: absolute; }

.btn.btn-arrow-left span {
  padding-left: 25px;
  position: relative;
  font-size: 14px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content; }

.btn.btn-arrow-left {
  padding-left: 50px;
  padding-right: 50px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content; }

.btn.btn-arrow-left span:before {
  position: absolute;
  content: '';
  display: block;
  background: url(../img/sprite.png) -107px 59px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  width: 14px;
  height: 14px;
  left: 0px;
  top: -webkit-calc(50% - 7px);
  top: calc(50% - 7px); }

.section-404__btn span:before,
.btn.btn-arrow-left:hover span:before {
  position: absolute;
  content: '';
  display: block;
  background: url(../img/sprite.png) -119px 87px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  width: 14px;
  height: 14px;
  left: 0px;
  top: -webkit-calc(50% - 7px);
  top: calc(50% - 7px); }

.career-in__info {
  border-bottom: 1px solid #d1d2d4;
  padding-bottom: 30px;
  margin-bottom: 30px; }

.career-in__info p {
  margin-bottom: 25px; }

.career-in__type {
  margin-bottom: 50px; }

.career-in__type ul {
  width: 100%;
  position: relative;
  padding-right: 30px; }

.career-in__type ul li:not(:last-child) {
  margin-right: 10px; }

.career-in__type ul li span {
  color: #666666; }

.history__list {
  max-height: 335px;
  overflow-y: auto; }

.history__list::-webkit-scrollbar {
  width: 0; }

.history__list {
  -ms-overflow-style: none; }

.history__list {
  overflow: -moz-scrollbars-none; }

/*-----------------history----------------*/
.history__left {
  width: 40%;
  text-align: left;
  padding-right: 30px; }

.history__right {
  width: 60%; }

.history__item {
  margin-bottom: 25px;
  text-align: left;
  color: #bebec0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.history-btns {
  width: 116px; }

.history__content {
  width: -webkit-calc(100% - 116px);
  width: calc(100% - 116px); }

.history__inner {
  padding: 60px; }

.history-btns input {
  font-size: 24px;
  margin-bottom: 10px;
  color: #bebec0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.history-btns input.active {
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  font-style: normal; }

.history__item.active {
  color: #fff; }

.history__right {
  border-left: 1px solid #858591; }

.history__list .last {
  height: 130px; }

.history-mob {
  display: none; }

.history__years {
  position: relative; }

.history-btn.up {
  background: url(../img/sprite.png) -120px 89px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  width: 14px;
  height: 14px;
  bottom: 44px;
  position: absolute;
  left: -webkit-calc(50% - 8px);
  left: calc(50% - 8px); }

.history-btn.down {
  background: url(../img/sprite.png) -120px 89px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 14px;
  height: 14px;
  left: -webkit-calc(50% - 7px);
  left: calc(50% - 7px);
  position: absolute;
  bottom: 0; }

.history-mob__year {
  width: 60px;
  color: #bebec0; }

.history-mob__content {
  width: -webkit-calc(100% - 60px);
  width: calc(100% - 60px);
  color: #bebec0;
  text-align: left; }

.history-mob__item {
  margin-bottom: 30px; }

.history .mCustomScrollbar {
  height: 350px; }

.mCSB_scrollTools {
  opacity: 1; }

.mCSB_scrollTools .mCSB_draggerRail {
  background: #858591;
  width: 1px; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #858591;
  width: 5px;
  -webkit-border-radius: 0;
          border-radius: 0;
  opacity: 1; }

.mCSB_scrollTools .mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #858591; }

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #858591;
  opacity: 1; }

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #858591;
  opacity: 1; }

/*-------------------news-----------------*/
.t-news__list {
  margin: 0 10px 30px;
  border-bottom: 1px solid #d1d2d4;
  padding-bottom: 30px; }

.t-news__item {
  width: -webkit-calc(33.33% - 20px);
  width: calc(33.33% - 20px);
  text-decoration: none;
  margin: 10px; }

.t-news__item-date {
  font-size: 16px;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.t-news__item-title {
  color: #d33625;
  font-size: 24px;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.t-news__item-btn {
  font-size: 16px;
  color: #666;
  margin-top: 25px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.t-news__item-img {
  width: 100%;
  overflow: hidden; }

.t-news__item-img img {
  width: 100%;
  -webkit-transition: -webkit-transform 2s;
  transition: -webkit-transform 2s;
  -o-transition: transform 2s;
  transition: transform 2s;
  transition: transform 2s, -webkit-transform 2s;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  height: 300px;
  object-fit: cover;
  display: block; }


.t-news__item-img-inner{
  position: relative;
    height: 0;
    border: none;
    padding-top: 63%;
}

.t-news__item-img-block{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.t-news__item-content {
  padding: 30px 0px;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s; }

.arrow-grey-rigth {
  position: relative;
  padding-right: 25px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content; }

.arrow-grey-rigth:after {
  position: absolute;
  content: '';
  background: url(../img/sprite.png) -107px 59px;
  width: 14px;
  height: 14px;
  right: 0;
  top: -webkit-calc(50% - 7px);
  top: calc(50% - 7px); }

.t-news__item:hover .t-news__item-img img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1); }

.t-news__btn {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto; }

.rightimg {
  float: right;
  margin: -45px 0 30px 20px; }

.news-in .page-section__title {
  max-width: 70%; }

.news-in__content p:not(:last-child) {
  margin-bottom: 20px; }

.news-in__img {
  display: none;
  margin-bottom: 30px; }

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

.news-in__content {
  width: -webkit-calc(100% - 230px);
  width: calc(100% - 230px);
  padding-right: 35px; }

.news-in__content img {
  width: 50%;
  height: auto; }

.news-in__content ul {
  margin-bottom: 20px; }

.news-in__right {
  width: 230px; }

.news-in .news-in__type p {
  margin-bottom: 15px; }

.news-in__type ul {
  width: 100%;
  position: relative; }

.news-in__type ul li:not(:last-child) {
  margin-right: 10px; }

.news-in__type ul li span {
  color: #666666; }

.news-in__social {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #d1d2d4; }

.news-in__inner {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #d1d2d4; }

/*-----------------services2-----------------*/
.services2 .page-top__subtitle{
  max-width: none;}

.services2 h3{
  font-weight: normal;
  margin-top: 35px;
}
  
.services2__content p:not(:last-child) {
  margin-bottom: 20px; }

.services2__img {
  display: none;
  margin-bottom: 30px; }

.services2__img img {
  width: 100%;
  height: auto; }

.services2__right {
    width: 230px;
}

.services2__left {
  width: -webkit-calc(100% - 250px);
  width: calc(100% - 250px);
  padding-right: 35px;}

.services2__content img {
  width: 50%;
  height: auto; }

.services2__content ul {
  margin-bottom: 20px; }

.services2__right {
  width: 250px; }

.services2 .services-2__type p {
  margin-bottom: 15px; }

.services2__type{
  padding-top: 60px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d1d2d4;
}

.services2__type a{
  text-decoration:none;
  padding: 5px 0px 0px 10px;
  display:block;
  position: relative;
  color: #000;
  transition: all 0.3s;
}

.services2__type a:hover{
  color: #d33625;
}

.services2__type a{
  text-decoration:none;
  padding: 5px 0px 0px 10px;
  display:block;
  position: relative;
}

.services2__type a:before{
  content:'';
  display:block;
  width:5px;
  height:1px;
  background-color:#000;
  position: absolute;
  left:0;
  top:15px;
}

.services2__type ul {
  width: 100%;
  position: relative; }

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

.services2__type ul li span {
  color: #666666; }

.services2__social {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #d1d2d4; }

.services2__inner {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #d1d2d4; }

/*-----------------services2_1-----------------*/
.services2_1 .page-top__subtitle{
  max-width: none;}

.services2_1 .page-top__topinfo{
    max-width: 700px;}

.services2_1 h3{
  font-weight: normal;
  margin-top: 35px;
}
  
.services2_1__content p:not(:last-child) {
  margin-bottom: 20px; }

.services2_1__img {
  display: none;
  margin-bottom: 30px; }

.services2_1__img img {
  width: 100%;
  height: auto; }

.services2_1__content {
  width: 100%;}

.services2_1__content img {
  width: 50%;
  height: auto; }

.services2_1__content ul {
  margin-bottom: 20px; }

.services2_1__right {
  width: 230px; }

.services2_1 .news-in__type p {
  margin-bottom: 15px; }

.services2_1__type ul {
  width: 100%;
  position: relative; }

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

.services2_1__type ul li span {
  color: #666666; }

.services2_1__social {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #d1d2d4; }

.services2_1__inner {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #d1d2d4; }

/*-----------------services2_2-----------------*/
.services2_2 .page-top__subtitle{
  max-width: none;}

.services2_2.page-section{
  padding-bottom: 25px;
}

.services2_2 h3{
  font-weight: normal;
  margin-top: 35px;
}
  
.services2_2__content p:not(:last-child) {
  margin-bottom: 20px; }

.services2_2 img.w100 {
  width: 100%;
  height: auto; }

img.right{
  padding-left: 20px;
  float: right;
}

.services2_2__content {
  width: 100%;}

.services2_2__content img {
  padding-top: 5px;
  display:block;
  padding-bottom: 35px; }

.services2_2 .page-top__left{
  width: calc(100% - 250px);
  width: -webkit-calc(100% - 250px);
  padding-right: 35px;
}

.services2_2 .page-top__right{
  width: 250px;
}

.services2_2__content ul {
  margin-bottom: 20px; }

.services2_2__right {
  width: 230px; }

.services2_2__type {
  padding-top:60px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d1d2d4;
}

.services2_2 .services-in_type p {
  margin-bottom: 15px; }

.services2_2__type a{
  text-decoration:none;
  padding: 5px 0px 0px 10px;
  display:block;
  position: relative;
  color: #000;
  transition: all 0.3s;
}

.services2_2__type a:hover{
  color: #d33625;
}

.services2_2__type a{
  text-decoration:none;
  padding: 5px 0px 0px 10px;
  display:block;
  position: relative;
}

.services2_2__type a:before{
  content:'';
  display:block;
  width:5px;
  height:1px;
  background-color:#000;
  position: absolute;
  left:0;
  top:15px;
}

.services2_2__type ul {
  width: 100%;
  position: relative; }

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

.services2_2__type ul li span {
  color: #666666; }

.services2_2__social {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #d1d2d4; }

.services2_2__inner {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #d1d2d4; }

.page-404 .header__burger,
.page-404 .header__menu,
.page-404 .header__lang,
.page-404 .header__account, 
.page-404 .footer__services, 
.page-404 .footer__contacts,
.page-404 .footer__title,
.page-404 .footer__menu,
.page-404 .developer{
    display:none;}

.page-404 .header-white .header,
.page-404 .header.header-white, 
.page-404 .header:hover{
  border:none;}

.page-404 .footer__inner{
  margin-top: 0;}

.section-404{
  height: calc(100vh - 241px);
  min-height: 416px;
  height: -webkit-calc(100vh - 241px);}

.page-404 .header{
  position: relative;}

.page-404 .footer__inner{
  padding: 30px 10px 0;}

.page-404 .footer {
    padding-bottom: 0px;}

.section-404__title{
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 40px;}

.section-404__content{
  font-size: 48px;
  margin-bottom: 60px;}

.section-404__btn{
  transition: all 0.3s;
  width: 365px;}

.section-404__btn:hover{
  background-color: #d33625;
  border: 1px solid #d33625;}

.section-404__btn span{
  padding-right: 40px;
  padding-left: 70px;
  position: relative;}

.page-404 .header__inner.container{
  padding: 0 140px;}

.section-404__inner{
  height: 100%;
  padding-bottom: 43px;
  -webkit-flex-direction: column;
    -ms-flex-direction: column;
        flex-direction: column;}

@media only screen and (max-width: 1024px) {
  .hiddenPC {
    display: block !important; }
  .hiddenPL {
    display: none !important; }
  .hiddenMOB {
    display: block; }
  .container {
    padding: 0 30px; }
  .page-404 .header__inner.container{
    padding: 0 90px;}
  .section-404{
    height: calc(100vh - 170px);
    min-height: 416px;
    height: -webkit-calc(100vh - 170px);}
  .page-404 .footer__clients{
    margin-bottom: 0;}
  .t-news__item {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px); }
  .consultation__inner, .subscribe__inner {
    margin: 0 -10px;
    padding: 35px 10px;
    width: -webkit-calc(100% + 20px);
    width: calc(100% + 20px); }
  .mobmenu {
    display: block; }
  .mobmenu.open {
    left: 0;
    -webkit-transition: left 0.3s;
    -o-transition: left 0.3s;
    transition: left 0.3s; }
  .mobmenu-others__link {
    display: none; }
  .mobmenu-main_submenu {
    display: block;
    height: -webkit-calc(100vh - 60px);
    height: calc(100vh - 60px);
    padding: 0 20px; }
  .mobmenu-others {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #d1d2d4; }
  .mobmenu-pc .mobmenu-wrap {
    padding: 110px 0px 0px; }
  .main-banner {
    min-height: 0; }
  .main-banner__subtitle {
    margin-bottom: 10px; }
  .main-banner__suptitle {
    font-size: 28px; }
  .main-banner__title {
    font-size: 42px; }
  .header__lang {
    margin-left: auto;
    margin-right: 35px; }
  .header.out .header__inner {
    height: auto;
    border-bottom: none; }
  .header.out {
    padding: 10px 0 10px;
    min-height: 60px;
    height: auto; }
  .header.out .header__logo {
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px); }
  .header.out .header__logo img {
    height: 40px; }
  .header__logo img {
    height: 40px;
    width: auto; }
  .header {
    padding: 10px 0 10px;
    min-height: 60px;
    height: auto; }
  .header__logo {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  .p-services__item {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px); }
  .header__lang {
    margin-right: 30px; }
  .page-bgtop {
    padding-top: 60px; }
  .header__logo {
    padding-left: 33px;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  .header__burger {
    display: block; }
  .main-banner__inner {
    padding-top: 20px;
    padding-bottom: 30px;
    height: 100%; }
  .mobmenu {
    left: -320px;
    top: -10px;
    -webkit-transition: left 0.3s;
    -o-transition: left 0.3s;
    transition: left 0.3s;
    display: block;
    height: -webkit-calc(100vh - 60px);
    height: calc(100vh - 60px);
    overflow: hidden; }
  .mobmenu.mobmenu-pc {
    height: 100vh; }
  .close-mobmenu {
    top: 30px;
    z-index: 10;
    right: 30px;
    display: block;
    width: 26px;
    height: 19px;
    position: absolute;
    cursor: pointer; }
  .mobmenu-wrap {
    display: block;
    height: -webkit-calc(100vh - 60px);
    height: calc(100vh - 60px);
    padding: 5px 20px 25px;
    background-color: #fff; }
  .mobmenu .mobmenu-main {
    background-color: #fff; }
  .mobmenu-pc .sub-menu__wrap {
    min-height: 0;
    height: -webkit-calc(100vh - 110px);
    height: calc(100vh - 110px);
    display: block;
    z-index: 2;
    position: fixed;
    top: 0;
    padding: 0 0 70px; }
  .mobmenu-main-primary {
    height: -webkit-calc(100vh - 216px);
    height: calc(100vh - 216px); }
  .mobmenu-pc .mCSB_container {
    margin-right: 0; }
  .header.header-white.out .header__logo.mobmenu-open {
    opacity: 1; }
  .sub-menu__wrap.active {
    display: block;
    left: 0;
    z-index: 2; }
  .withsubmenu {
    position: relative; }
  .mobmenu-pc ul li a.arrow-m-right {
    display: block;
    width: 30px;
    position: absolute;
    top: 0;
    padding: 0;
    right: 30px;
    bottom: 0; }
  .submenu-description {
    cursor: pointer; }
  .header.out .header__burger.open,
  .header__burger.open {
    margin-left: 0px; }
  .mobmenu-pc ul li a.arrow-m-right:after,
  .mobmenu-pc ul li a.arrow-m-right:hover:after {
    display: block;
    content: '';
    background-image: url(../img/sprite.png);
    width: 14px;
    height: 14px;
    padding: 0;
    position: absolute;
    background-position: -107px 59px;
    right: 0;
    background-color: inherit;
    top: -webkit-calc(50% - 7px);
    top: calc(50% - 7px);
    bottom: 0; }
  .mobmenu .mobmenu-main ul li a {
    padding-top: 12px;
    font-size: 14px;
    color: #000;
    padding-bottom: 12px;
    text-transform: uppercase; }
  .mobmenu-main ul li {
    position: relative; }
  .main-banner .slick-dots {
    margin: 0;
    right: 170px;
    bottom: 55px; }
  .main__slider-arrow {
    bottom: 38px;
    right: 30px; }
  .footer__services, .footer__contacts {
    width: auto; }
  .main__slider-arrow.slick-prev {
    right: 80px;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  .about__img {
    width: 33.33%; }
  .about__content {
    width: -webkit-calc(100% - 33.33%);
    width: calc(100% - 33.33%); }
  .burger {
    z-index: 0;
    padding-right: 20px; }
  .header ul.submenu {
    z-index: 50; }
  .withsubmenu-mob.open .lang__link {
    z-index: 55; }
  .contacts__content {
    padding-right: 0px; }
  .news__bottom-content {
    min-height: 130px; }
  .news__bottom-item, .contacts__item {
    width: 100%; }
  .contacts__content-inner, .feedback-form {
    max-width: 462px; }
  .feedback {
    margin-top: 60px; }
  .footer__clients {
    width: 100%;
    margin-bottom: 60px; }
  .footer__services {
    margin-right: 75px; }
  .benefits__content {
    padding-right: 0;
    margin-bottom: 15px; }
  .benefits__content,
  .benefits__list-wrap {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    width: 100%;
    max-width: none; }
  .section-black__inner {
    width: -webkit-calc(100% + 20px);
    width: calc(100% + 20px);
    margin: 0 -10px;
    padding-right: 10px;
    padding-left: 10px; }
  .page-section.line-grey:after {
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px); }
  .career-top__inner {
    margin: 0 auto; }
  .career__select-item {
    width: 30%;
    padding: 0 10px 30px; }
  .career__item {
    padding: 30px 10px 25px; }
  .career__item-wrap {
    margin: 0 -10px;
    width: -webkit-calc(100% + 10px);
    width: calc(100% + 10px); }
  .career-choose {
    margin: 0 -10px 0px;
    padding: 30px 0; }
  .btn-feedback {
    width: 100%; }
  .branch.page-section {
    padding: 50px 0; }
  .branch__item-content.w50,
  .branch__item-map.w50 {
    width: 100%; }
  .branch__item.active {
    height: 515px; }
  .recom-item__content {
    padding: 0 30px 0 30px; }
  .history__inner {
    width: -webkit-calc(100% + 20px);
    width: -webkit-calc(100% + 40px);
    width: calc(100% + 40px);
    margin: 0 -20px;
    padding-right: 20px;
    padding-left: 20px; }
  .news__top-inner{
    flex-direction: column;} 
  .news__top-left, .news__top-right{
    width: 100%;}
  .news__top-right .slick-track > div {
    display: table-cell !important;}
  .news__top-left .news__top-list{
    margin: 0 -10px;}\
  .news__top-right .slick-track{
   padding: 10px;}
  .news__top-right.mob{
   display: block;}
  .news__top-right.pc{
  display: none;}}

@media only screen and (max-width: 767px) {
  .hiddenMOB {
    display: none; }
  .container {
    padding: 0 10px; }
  .hiddenPC {
    display: block; }
  .hiddenPL {
    display: block; }
  .header.out .header__inner {
    height: auto;
    border-bottom: none; }
  .header.out {
    padding: 10px 0 10px;
    height: 60px;
    min-height: 0; }
  .header__logo img {
    height: 40px;
    width: auto; }
  .header {
    padding: 10px 0 10px;
    height: 60px;
    min-height: 0; }
  .header__logo {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  .header__lang {
    margin-right: 0; }
  .slick-list.draggable {
    padding: 0 !important; }
  h1 {
    font-size: 20px; }
  h2 {
    font-size: 24px; }
  body {
    font-size: 16px; }
  .main__slider-arrow {
    display: none !important; }
  .pt60 {
    padding-top: 30px; }
  .main-banner {
    height: -webkit-calc(100vh - 50px);
    height: calc(100vh - 50px);
    min-height: 460px;
    max-height: none; }
  .main-banner__inner {
    padding-top: 50px;
    padding-bottom: 60px; }
  .main-banner__content {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .about__content {
    padding-top: 40px;
    padding-bottom: 30px; }
  .main-banner .slick-dots {
    margin: 0;
    right: 0;
    left: 0;
    bottom: 30px; }
  .btn-up {
    bottom: 50px;
    right: 30px; }
  .our-clients__content,
  .our-clients__img,
  .advantages__item,
  .contacts__item,
  .about__content,
  .footer__item, .news__top-img,
  .news__top-content,
  .news__bottom-item,
  .news__bottom-link,
  .consultation .btn,
  .subscribe .btn,
  .section-black .btn {
    width: 100%; }
  .subscribe .btn {
    margin-top: 30px; }
  .our-clients__img, .news__top-content {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  section.contacts {
    padding-top: 0;
    margin-top: -10px; }
  .news__bottom {
    margin-top: 30px; }
  .news__bottom-link {
    padding: 40px 20px 100px 20px; }
  .news__top-content {
    margin: 0;
    min-height: 0; }
  .advantages__item {
    padding: 0px 20px; }
  .advantages__item:not(:last-child) {
    margin-bottom: 30px; }
  .our-clients__content {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    padding: 0;
    margin-bottom: 15px; }
  .feedback {
    margin-top: 40px; }
  .feedback-form__textarea {
    width: 100%;
    margin: 15px 0; }
  .news__top-content {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0); }
  .feedback-form__list {
    margin: 0; }
  .consultation__inner, .subscribe__inner {
    margin: 0 -10px;
    padding: 35px 10px;
    text-align: left;
    width: -webkit-calc(100% + 20px);
    width: calc(100% + 20px); }
  .services__desc {
    display: block; }
  .subscribe__inner {
    font-weight: bold;
    font-size: 24px;
    height: auto; }
  .services__item:before {
    background-color: rgba(106, 44, 130, 0.9); }
  .subscribe .btn {
    margin-left: 0; }
  .feedback-form__input {
    width: 100%;
    margin: 5px 0px 10px; }
  .footer__menu li a {
    font-size: 16px; }
  .footer__menu li {
    width: 100%;
    margin: 0 0 5px; }
  .mod {
    padding: 55px 20px 55px; }
  .mod-form input {
    width: 100%; }
  section.advantages,
  section.map {
    margin-top: 50px; }
  .section.consultation {
    margin-top: 10px; }
  .footer__clients, .footer__menu {
    margin-bottom: 0; }
  .footer__item:not(:last-child) {
    margin-bottom: 30px; }
  footer .socials .social {
    width: 40px; }
  footer .socials {
    margin: 35px 0; }
  .footer__contacts .footer__copyrights,
  .footer__contacts .developer {
    display: block; }
  .our-clients__item:first-child {
    margin-bottom: 0; }
  .our-clients__item:nth-child(4n+3) {
    margin-top: 0; }
  .our-clients__list {
    height: 110px; }
  .our-clients__item:nth-child(4n+2) {
    opacity: 1;
    border: 1px solid #ededed; }
  .page-bgtop__inner {
    height: 135px; }
  .page-top__title {
    padding: 15px 10px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 105px; }
  .page-bgtop {
    padding-top: 60px; }
  .page-top__topinfo {
    padding-left: 0; }
  .page-bgtop__inner-mob {
    height: 130px;
    width: 100%;
    -webkit-background-size: cover;
            background-size: cover;
    background-repeat: no-repeat; }
  .p-services__item {
    width: 100%;
    margin: 15px 0; }
  .p-services__list {
    margin: -15px 0px; }
  .benefits__list,
  .benefits__item {
    width: 100%;
    max-width: none; }
  .p-services__item-title span {
    font-size: 20px; }
  .page-section.benefits {
    padding-bottom: 50px;
    padding-top: 50px; }
  .page-section {
    padding-bottom: 30px;
    padding-top: 30px; }
  .benefits__item {
    padding-top: 10px;
    padding-bottom: 30px;
    margin: 0 auto;
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px); }
  .benefits__item:after {
    content: '';
    display: block;
    position: absolute;
    text-align: center;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #d3d4d6; }
  .crumbs {
    display: none; }
  .benefits__item:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .benefits__item:nth-child(3) {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .benefits__item:nth-child(2) {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .benefits__item:nth-child(4) {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .benefits__item:nth-child(1):before,
  .benefits__item:nth-child(4):before {
    display: none; }
  .benefits__item:nth-child(4):after {
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    top: inherit;
    background-color: #d3d4d6; }
  .footer__inner {
    margin-top: 50px; }
  .page-section.line-grey:after {
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px); }
  .career__item-wrap {
    margin: 0 -10px; }
  .abs-left {
    position: relative; }
  .career__item-bottom ul:after {
    left: 0;
    top: inherit;
    bottom: -36px; }
  .career__item-bottom ul {
    width: 100%; }
  .career__item {
    padding: 30px 10px 65px; }
  .career__item-wrap:not(:first-child):before {
    width: -webkit-calc(100% - 10px);
    width: calc(100% - 10px); }
  .career__item-wrap:last-child:after {
    width: -webkit-calc(100% - 10px);
    width: calc(100% - 10px); }
  .btns-career .btn {
    width: 100%; }
  .career__select-item {
    width: 100%; }
  .btns-career .btn {
    margin-bottom: 30px; }
  .career__item-date {
    margin-bottom: 25px; }
  .branch__item-info-left.w50,
  .branch__item-info-right.w50 {
    width: 100%; }
  .branch__item.active {
    height: 922px; }
  .branch__item-content.w50 {
    height: -webkit-calc(100% - 460px);
    height: calc(100% - 460px); }
  .branch__item-map.w50 {
    height: 460px; }
  .branch__item-info-left {
    margin-bottom: 50px; }
  .branch__item-inner {
    left: 10px;
    right: 10px; }
  .recom-item__img {
    margin-bottom: 30px; }
  .recom-item__img, .recom-item__content {
    width: 100%;
    height: auto;
    padding: 0; }
  .image-popup.i-zoom:before {
    display: none; }
  .recom-item__title-mob {
    display: block; }
  .recom-item__title {
    display: none; }
  .career-in__type {
    margin-bottom: 30px; }
  .btn.btn-file {
    padding-left: 20px;
    position: relative;
    height: 95px;
    padding-top: 45px;
    font-size: 14px;
    padding-right: 20px;
    width: 100%; }
  .btn.btn-file:after{
    left: -webkit-calc(50% - 1px);
    left: calc(50% - 1px);
    top: 15px; }
  .mod .btn.btn-file{
    height: 45px;
    padding: 15px;
    }
  .btn.btn-file:before{
    left: -webkit-calc(50% - 9px);
    left: calc(50% - 9px);
    top: 23px; }
  .btn.btn-arrow-left {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px; }
  .history-mob {
    display: block; }
  .history__right {
    display: none; }
  .history__left {
    width: 100%;
    margin-bottom: 60px; }
  .page-section__title + span {
    width: 100%;
    margin-bottom: 25px; }
  .history__inner {
    width: -webkit-calc(100% + 20px);
    width: -webkit-calc(100% + 40px);
    width: calc(100% + 40px);
    margin: 0 -20px;
    padding-right: 10px;
    padding-left: 10px; }
  .t-news__list {
    margin: 0 0px 30px; }
  .t-news__item {
    width: 100%; }
  .section-black__inner {
    margin: 0;
    width: 100%; }
  .news-in__right {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 30px; }
  .news-in__content {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    padding: 0; }
  .news-in .page-section__title {
    max-width: 100%; } 
  .services2__right{
    padding-bottom: 0;
    width: 100%;
    order:1;}
  .services2__left{
    width: 100%;
    padding-right:0;
    order:2;}
  .services2__type{
    padding-top: 0;}
  .services2_2 .page-top__right{
    padding-bottom: 0;
    width: 100%;
    order:1;}
  .services2_2 .page-top__left{
    width: 100%;
    padding-right:0;
    order:2;}
  .services2_2__type{
    padding-top: 0;
    margin-bottom: 30px;}
  img.right {
    padding-left: 0;
    float: none;
    width: 100%;}
  .services2_2__content img {
    padding-bottom: 20px;}
  .section-404 {
    height: calc(100vh - 198px);
    min-height:320px;
    height: -webkit-calc(100vh - 198px);}
  .page-404 .header__search,
  .page-404 .footer__copyrights{
    display:block !important;}
  .section-404__inner{
    padding-bottom: 0;}
  .page-404 .footer__copyrights{
    margin-bottom: 0;}
  .section-404__content{
    font-size: 24px;}
  .section-404__btn{
    width: 100%;}
  .page-404 .header__logo{
    padding-left: 0;}
  .page-404 .header__search-close{
    right: 10px;}
  .page-404 .header__search-top{
    padding:0;}
  .page-404 .header{
    height:auto;}
 .section-404__btn span {
    padding-right: 26px;
    padding-left: 40px;
    position: relative;}
  .page-404 .header__inner.container{
    padding: 0 20px;
  }
  .news__bottom-link:first-child{
    padding: 40px 20px 50px 20px;
  }
}

ul.mark-red li {
 display: block;
 padding-left: 30px;
 position: relative;
 padding-bottom: 30px; }

ul.mark-red li:before {
 position: absolute;
 left: 0;
 width: 20px;
 height: 18px;
 top: 3px;
 display: block;
 content: '';
 background: url(../img/sprite.png) no-repeat -268px -79px; }

ul.col2 li {
 width: 50%;
 padding-right: 30px; }

.fz12 {
 font-size: 12px; }

.uppercase {
 text-transform: uppercase; }

.fz48 {
 font-size: 48px; }

.bold {
 font-weight: bold; }

.ml10 {
 margin-left: 10px; }

.mt10 {
 margin-top: 10px; }

.mt15 {
 margin-top: 10px; }

.monthly-packages {
 margin-bottom: 60px; }

.monthly-packages__item {
 width: 24.8%;
 padding: 40px 32px;
 background-color: #fff; }

.minh150{
    min-height: 150px;
}
.monthly-packages__item:not(:last-child) {
 border-right: 1px solid #d1d2d4; }

.monthly-packages__bottom {
 padding-top: 25px;
 margin-top: 30px;
 border-top: 1px solid #d1d2d4; }

.lh05 {
 line-height: 0.5; }

.monthly-packages__item .btn {
 width: 100%; }

.monthly-packages__item ul.ul-red li:not(:last-child) {
 padding-bottom: 12px; }

.monthly-packages__item p:not(:last-child) {
 margin-bottom: 10px; }

.monthly-packages__item.active .btn,
.monthly-packages__item.block-hover .btn {
 background-color: #d33625; }

.monthly-packages__item.prev {
 border-right: none !important; }

.monthly-packages__item.active,
.monthly-packages__item.block-hover {
 -webkit-transform: translateZ(7px);
         transform: translateZ(7px);
 -webkit-box-shadow: 0 0 16.7px 1.3px rgba(0, 0, 0, 0.16);
         box-shadow: 0 0 16.7px 1.3px rgba(0, 0, 0, 0.16); }



@media only screen and (max-width: 767px) {
 ul.col2 li {
   width: 100%;
   padding-right: 0px;}
 .monthly-packages__item{
   width: 100%;}
 .monthly-packages__item:not(:last-child) {
   border-bottom: 1px solid #d1d2d4;
   border-right: none;}
}
