

/* Start:/static/css/reset.css?15582939601186*/
/* http://meyerweb.com/eric/tools/css/reset/
   v4.0 | 20180602
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
	display: block;
}
/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
    display: none;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* End */


/* Start:/static/css/slick-theme.css?15582939603168*/
@charset 'UTF-8';
/* Slider */
/*.slick-loading .slick-list
{
    background: #fff url('/static/css/./ajax-loader.gif') center center no-repeat;
}*/

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/static/css/../fonts/slick.eot');
    src: url('/static/css/../fonts/slick.eot?#iefix') format('embedded-opentype'),
    url('/static/css/../fonts/slick.woff') format('woff'),
     url('/static/css/../fonts/slick.ttf') format('truetype'),
     url('/static/css/../fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* End */


/* Start:/static/css/slick.css?15582939601776*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/static/css/main.css?1670303312181624*/
@charset "UTF-8";
/* veriabels */
/* FONTS */
/* COLOR */
/* TRANSITION */
/* mixins */
/* media */
/* max-width */
/* min-width */
/* FONTS */
/* SVG Socails Animation */
/* BASE */
/* FONTS */
/* COLOR */
/* TRANSITION */
@font-face {
  font-family: 'Circe';
  font-weight: bold;
  font-style: normal;
  src: url('/static/css/../fonts/circe_bold.eot'); /* IE 9 Compatibility Mode */
  src: url('/static/css/../fonts/circe_bold.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
  url('/static/css/../fonts/circe_bold.woff2') format('woff2'), /* Super Modern Browsers */
  url('/static/css/../fonts/circe_bold.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
  url('/static/css/../fonts/circe_bold.ttf') format('truetype'), /* Safari, Android, iOS */
  url('/static/css/../fonts/circe_bold.svg#circe_bold') format('svg'); /* Chrome < 4, Legacy iOS */
}

@font-face {
  font-family: 'Circe';
  font-weight: 900;
  font-style: normal;
  src: url('/static/css/../fonts/circe_extrabold.eot'); /* IE 9 Compatibility Mode */
  src: url('/static/css/../fonts/circe_extrabold.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
  url('/static/css/../fonts/circe_extrabold.woff2') format('woff2'), /* Super Modern Browsers */
  url('/static/css/../fonts/circe_extrabold.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
  url('/static/css/../fonts/circe_extrabold.ttf') format('truetype'), /* Safari, Android, iOS */
  url('/static/css/../fonts/circe_extrabold.svg#circe_extrabold') format('svg'); /* Chrome < 4, Legacy iOS */
}

@font-face {
  font-family: 'Circe';
  font-weight: 300;
  src: url('/static/css/../fonts/circe_light.eot'); /* IE 9 Compatibility Mode */
  src: url('/static/css/../fonts/circe_light.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
  url('/static/css/../fonts/circe_light.woff2') format('woff2'), /* Super Modern Browsers */
  url('/static/css/../fonts/circe_light.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
  url('/static/css/../fonts/circe_light.ttf') format('truetype'), /* Safari, Android, iOS */
  url('/static/css/../fonts/circe_light.svg#circe_light') format('svg'); /* Chrome < 4, Legacy iOS */
}

@font-face {
  font-family: 'Circe';
  src: url('/static/css/../fonts/circe.eot'); /* IE 9 Compatibility Mode */
  src: url('/static/css/../fonts/circe.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
  url('/static/css/../fonts/circe.woff2') format('woff2'), /* Super Modern Browsers */
  url('/static/css/../fonts/circe.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
  url('/static/css/../fonts/circe.ttf') format('truetype'), /* Safari, Android, iOS */
  url('/static/css/../fonts/circe.svg#circe') format('svg'); /* Chrome < 4, Legacy iOS */
}

@font-face {
  font-family: 'Circe';
  font-weight: 100;
  font-style: normal;
  src: url('/static/css/../fonts/circe_thin.eot'); /* IE 9 Compatibility Mode */
  src: url('/static/css/../fonts/circe_thin.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
  url('/static/css/../fonts/circe_thin.woff2') format('woff2'), /* Super Modern Browsers */
  url('/static/css/../fonts/circe_thin.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
  url('/static/css/../fonts/circe_thin.ttf') format('truetype'), /* Safari, Android, iOS */
  url('/static/css/../fonts/circe_thin.svg#circe_thin') format('svg'); /* Chrome < 4, Legacy iOS */
}


* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*:focus {
  outline: none;
}

body {
  font-family: "Circe";
}

@media only screen and (max-width: 991px) {
  body {
    background-color: #e6e6e6;
  }
}

@media only screen and (max-width: 991px) {
  .is-show-popup body {
    position: fixed;
    left: 0;top: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  -webkit-transition: 0.32s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: 0.32s cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.32s cubic-bezier(0.23, 1, 0.32, 1);
  cursor: pointer;
}

a:hover {
  opacity: 0.8;
}

input[type="submit"] {
  cursor: pointer;
  -webkit-transition: 0.32s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: 0.32s cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.32s cubic-bezier(0.23, 1, 0.32, 1);
}

input[type="submit"]:hover {
  opacity: 0.8;
}

b {
	font-weight: 700;
}

.bold-text {
  font-weight: 700;
}
.italic-text {
  font-style: italic;
}
.nodisp{
  display:none;
}
.main {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
  height: 100vh;
}

.main_full {
  max-width: 100%;
}

@media only screen and (max-width: 991px) {
  .main {
    height: auto;
  }
}

.content {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: auto;
}

.content.overflow {
  overflow: hidden;
}

.is-show-popup .content {
	overflow: hidden;
}

@media only screen and (max-width: 991px) {
  .content {
    height: auto;
    overflow: initial;
  }
}

.content__arrow {
  display: none;
  top: -webkit-calc(100vh - 30px);
  top: calc(100vh - 30px);
  position: absolute;
  z-index: 1;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 22px;
  height: 25px;
  background-image: url("/static/css/../img/arrow-scroll.png");
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
}

@media only screen and (max-width: 767px) {
  .content__arrow {
    display: block;
  }
}

.info-page {
  padding: 30px 175px 0;
  background-color: #e6e6e6;
}

@media only screen and (max-width: 1600px) {
  .info-page {
    padding: 30px 30px 0;
  }
}

@media only screen and (max-width: 991px) {
  .info-page {
    padding: 77px 15px 0;
  }
}

.info-page__title {
  position: relative;
  z-index: 1;
  margin-top: 75px;
}

@media only screen and (max-width: 991px) {
  .info-page__title {
    margin-top: 15px;
  }
}

.info-page__title h1 {
  margin-bottom: 40px;
  color: #5b5b5b;
  font-family: Circe;
  font-size: 44px;
  line-height: 44px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.1px;
}

@media only screen and (max-width: 991px) {
  .info-page__title h1 {
    font-size: 30px;
    line-height: 34px;
  }
}

@media only screen and (max-width: 767px) {
  .info-page__title h1 {
    font-size: 22px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    /* Text style for "Структура" */
    letter-spacing: 0.55px;
  }
}

.info-page__title-subtitle {
  color: #343434;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0.6px;
}

.info-page__title-subtitle_margin {
	margin-top: 75px;
}

@media only screen and (max-width: 991px) {
  .info-page__title-subtitle {
    font-size: 18px;
    line-height: 22px;
  }
}

@media only screen and (max-width: 767px) {
  .info-page__title-subtitle {
    font-size: 12px;
    line-height: 16px;
    font-weight: 300;
    letter-spacing: 0.3px;
  }

	.info-page__title-subtitle_margin {
		margin-top: 35px;
	}
}

.info-page__title-desc {
  color: #343434;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0.45px;
}

@media only screen and (max-width: 991px) {
  .info-page__title-desc {
    font-size: 18px;
    line-height: 22px;
  }
}

@media only screen and (max-width: 767px) {
  .info-page__title-desc {
    font-size: 12px;
    line-height: 16px;
    font-weight: 300;
    letter-spacing: 0.3px;
  }
}

.info-page__contacts {
  top: 30px;
  right: 35px;
  width: 315px;
  text-align: right;
  z-index: 1;
  position: absolute;
}

@media only screen and (max-width: 991px) {
  .info-page__contacts {
  	position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    margin: 0 -20px;
    padding: 9px 0;
    width: auto;
    text-align: center;
    background-color: #fff;
    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;
    -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;
  }
}

.info-page__contacts a,
.info-page__contacts span {
  color: #1D2342;
  display: block;
}

.info-page__contacts-one {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.4px;
}

@media only screen and (max-width: 991px) {
  .info-page__contacts-one {
    font-size: 8px;
  }
}

.info-page__contacts-two {
  margin: 9px 0;
  font-size: 24px;
  letter-spacing: 0.6px;
  font-weight: 700;
}

@media only screen and (max-width: 991px) {
  .info-page__contacts-two {
    margin: 3px 0;
    font-size: 12px;
  }
}

.info-page__contacts-three {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.4px;
  text-decoration: underline;
}

.info-page__contacts-three:hover {
  text-decoration: none;
}

@media only screen and (max-width: 991px) {
  .info-page__contacts-three {
  	font-weight: 700;
    font-size: 12px;
  	text-decoration: none;
  }
}

.breadcrumbs {
  position: relative;
  z-index: 1;
  color: #5b5b5b;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: 0.4px;
  max-width: -webkit-calc(100% - 350px);
  max-width: calc(100% - 350px);
}

@media only screen and (max-width: 991px) {
  .breadcrumbs {
    font-size: 14px;
    line-height: 16px;
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .breadcrumbs {
    font-size: 10px;
    line-height: 12px;
    font-weight: 400;
    letter-spacing: 0.25px;
    max-width: 100%;
  }
}

.breadcrumbs a {
  color: #5b5b5b;
  text-decoration: underline;
}

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

.cookies-popup {
  width: 100%;
  bottom: 0;
  left: 0;
  height: 63px;
  max-height: 0;
  overflow: hidden;
  position: absolute;
  z-index: 3;
  padding: 0 25px;
  padding-right: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  background-color: #e9e9e9;
  -webkit-transition: max-height 1s;
  -o-transition: max-height 1s;
  transition: max-height 1s;
}

@media only screen and (max-width: 1600px) {
  .cookies-popup {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media only screen and (max-width: 991px) {
  .cookies-popup {
    height: 30px;
    padding: 0 25px;
    position: fixed;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (max-width: 767px) {
  .cookies-popup {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.cookies-popup.show {
  max-height: 100%;
  -webkit-transition: max-height 2s;
  -o-transition: max-height 2s;
  transition: max-height 2s;
}

.cookies-popup p {
  padding-right: 27px;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.35px;
  color: #000;
}

@media only screen and (max-width: 991px) {
  .cookies-popup p {
    padding-right: 15px;
    font-size: 12px;
    line-height: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .cookies-popup p {
    text-align: center;
    padding-top: 5px;
    padding-right: 0;
    padding-bottom: 7px;
    margin-left: 0;
  }
}

.cookies-popup__link {
  white-space: nowrap;
  color: #1d2342;
  background-color: #fff;
  padding: 0 10px;
  height: 31px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0.45px;
}

@media only screen and (max-width: 991px) {
  .cookies-popup__link {
    height: 20px;
    font-size: 13px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .cookies-popup__link {
    margin-top: 10px;
  }
}

.cookies-popup__close {
  cursor: pointer;
  position: absolute;
  right: 25px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 32px;
  height: 32px;
  background-image: url("/static/css/../img/close-cookies.png");
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
}

@media only screen and (max-width: 991px) {
  .cookies-popup__close {
    width: 18px;
    height: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .cookies-popup__close {
    right: 5px;
    top: 5px;
    margin-left: 0;
  }
}

.search-popup {
  padding: 125px 15px 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: #1d2342;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
  -webkit-transform: translateY(-100vh);
      -ms-transform: translateY(-100vh);
          transform: translateY(-100vh);
}

@media only screen and (max-width: 991px) {
  .search-popup {
    -webkit-transform: translateY(-200vh);
        -ms-transform: translateY(-200vh);
            transform: translateY(-200vh);
    padding: 15px;
    position: fixed;
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100vh;
  }
}

.search-popup.show {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.search-popup__close {
  top: 40px;
  right: 30px;
  position: absolute;
  width: 32px;
  height: 32px;
  background-image: url("/static/css/../img/close-search.svg");
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
}

@media only screen and (max-width: 991px) {
  .search-popup__close {
    top: 80px;
    right: 20px;
    width: 22px;
    height: 22px;
    z-index: 1;
  }
}

.search-popup h3 {
  text-align: center;
  font-size: 44px;
  font-weight: 300;
  letter-spacing: 1.1px;
  color: #fff;
}

@media only screen and (max-width: 991px) {
  .search-popup h3 {
    font-size: 22px;
  }
}

.search-popup__form {
  margin: 70px auto 0;
  max-width: 750px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 991px) {
  .search-popup__form {
    margin-top: 20px;
    max-width: 400px;
  }
}

.search-popup__form input {
  border: none;
  background-color: #fff;
  width: 100%;
  height: 56px;
  padding-left: 50px;
  color: #343434;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0.6px;
}

@media only screen and (max-width: 1600px) {
  .search-popup__form input {
    padding-left: 15px;
  }
}

@media only screen and (max-width: 991px) {
  .search-popup__form input {
    height: 28px;
    font-size: 14px;
    padding-left: 7px;
  }
}

.search-popup__form input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.search-popup__form button {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  border: none;
  width: 78px;
  min-width: 78px;
  height: 58px;
  background-color: #9D9D9C;
  -webkit-transition: 0.32s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: 0.32s cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.32s cubic-bezier(0.23, 1, 0.32, 1);
}

@media only screen and (max-width: 991px) {
  .search-popup__form button {
    width: 39px;
    min-width: 39px;
    height: 28px;
  }
}

.search-popup__form button:hover {
  opacity: 0.8;
}

@media only screen and (max-width: 991px) {
  .search-popup__form button img {
    width: 10px;
  }
}

.tab-page {
  padding-right: 155px;
}

@media only screen and (max-width: 1600px) {
  .tab-page {
    padding-right: 30px;
  }
}

@media only screen and (max-width: 576px) {
  .tab-page {
    padding-right: 20px;
  }
}

.tabulator {
  margin-top: 40px;
}

@media only screen and (max-width: 576px) {
  .tabulator {
    margin-top: 20px;
  }
}

.tabulator__header {
	padding: 0 30px;
  height: 47px;
  
  background-color: #fff;
  position: relative;
  z-index: 1;
}

.tabulator__header__content {
	display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  height: 100%;
}

@media only screen and (max-width: 576px) {
  .tabulator__header {
    width: -webkit-calc(100% + 40px);
    width: calc(100% + 40px);
    -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
            transform: translateX(-20px);
    height: 27px;
  }
}

.tabulator__header ul {
  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;
  max-width: 100%;
  text-align: center;
}

@media only screen and (max-width: 576px) {
  .tabulator__header ul {
    max-width: 265px;
  }
}

.tabulator__header ul .slick-arrow {
  color: transparent;
  width: 7px;
  height: 12px;
  background-image: url("/static/css/../img/tabs-arrow.svg");
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
}

.tabulator__header ul .slick-arrow:before {
  display: none;
}

.tabulator__header ul .slick-arrow.slick-disabled {
  opacity: 0;
}

.tabulator__header ul .slick-arrow.slick-prev {
  display: none;
  left: -10px;
  top: 50%;
  -webkit-transform: rotate(180deg) translateY(50%);
      -ms-transform: rotate(180deg) translateY(50%);
          transform: rotate(180deg) translateY(50%);
}

.tabulator__header ul .slick-arrow.slick-next {
  right: -10px;
}

.tabulator__header li {
	flex-shrink: 0;
}

@media only screen and (max-width: 576px) {
  .tabulator__header li {
    margin: 0 5px;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.tabulator__header li a {
  padding: 3px 15px;
  color: #1D2342;
  font-size: 16px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0.4px;
}

@media only screen and (max-width: 576px) {
  .tabulator__header li a {
    font-size: 10px;
    padding: 1px 3px;
    line-height: 15px;
  }
}

.tabulator__header li a:hover {
  text-decoration: underline;
}

.tabulator__header li a.active {
  background-color: #1D2342;
  color: #fff;
  pointer-events: none;
}

.tabulator__content {
  padding-top: 45px;
}

@media only screen and (max-width: 576px) {
  .tabulator__content {
    padding-top: 20px;
  }
}

.tabulator__item {
  display: none;
}

.paginator {
  margin-top: 130px;
}

@media only screen and (max-width: 991px) {
  .paginator {
    margin-top: 50px;
  }
}

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

@media only screen and (max-width: 991px) {
  .paginator__list {
    display: none;
  }
}

.paginator__link {
  margin: 0 6px;
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  color: #171717;
  font-size: 16px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0.4px;
  background-image: url("/static/css/../img/pagination-item.png");
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
}

.paginator__link_active, .paginator__link:hover {
  background-image: url("/static/css/../img/pagination-active.png");
  color: #fff;
}

.paginator__link_next {
  background-image: url("/static/css/../img/pagination-arrow.png");
}

.paginator__link_prev {
  background-image: url("/static/css/../img/pagination-arrow.png");
}

.paginator__link_prev img {
	transform: rotate(180deg);
}

.paginator__btn {
  margin: 0 auto;
  background-color: #005fa9;
  color: #fff;
  -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;
  max-width: 180px;
  height: 35px;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.6px;
  display: none;
}

@media only screen and (max-width: 991px) {
  .paginator__btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.textarea,
.input,
.input::-webkit-input-placeholder,
.textarea::-webkit-input-placeholder {
  font-family: "Circe";
  font-weight: 300;
  font-size: 24px;
  letter-spacing: 0.6px;
  color: #343434;
  -webkit-transition: all 0.32s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.32s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.32s cubic-bezier(0.23, 1, 0.32, 1);
}

.textarea,
.input,
.input::-moz-placeholder,
.textarea::-moz-placeholder {
  font-family: "Circe";
  font-weight: 300;
  font-size: 24px;
  letter-spacing: 0.6px;
  color: #343434;
  -webkit-transition: all 0.32s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.32s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.32s cubic-bezier(0.23, 1, 0.32, 1);
}

.textarea,
.input,
.input:-ms-input-placeholder,
.textarea:-ms-input-placeholder {
  font-family: "Circe";
  font-weight: 300;
  font-size: 24px;
  letter-spacing: 0.6px;
  color: #343434;
  -webkit-transition: all 0.32s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.32s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.32s cubic-bezier(0.23, 1, 0.32, 1);
}

.textarea,
.input,
.input::-ms-input-placeholder,
.textarea::-ms-input-placeholder {
  font-family: "Circe";
  font-weight: 300;
  font-size: 24px;
  letter-spacing: 0.6px;
  color: #343434;
  -webkit-transition: all 0.32s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.32s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.32s cubic-bezier(0.23, 1, 0.32, 1);
}

.textarea,
.input,
.input::placeholder,
.textarea::placeholder {
  font-family: "Circe";
  font-weight: 300;
  font-size: 24px;
  letter-spacing: 0.6px;
  color: #343434;
  -webkit-transition: all 0.32s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.32s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.32s cubic-bezier(0.23, 1, 0.32, 1);
}

@media only screen and (max-width: 576px) {
  .textarea,
  .input,
  .input::-webkit-input-placeholder,
  .textarea::-webkit-input-placeholder {
    font-size: 12px;
  }
  .textarea,
  .input,
  .input::-moz-placeholder,
  .textarea::-moz-placeholder {
    font-size: 12px;
  }
  .textarea,
  .input,
  .input:-ms-input-placeholder,
  .textarea:-ms-input-placeholder {
    font-size: 12px;
  }
  .textarea,
  .input,
  .input::-ms-input-placeholder,
  .textarea::-ms-input-placeholder {
    font-size: 12px;
  }
  .textarea,
  .input,
  .input::placeholder,
  .textarea::placeholder {
    font-size: 12px;
  }
}

.textarea::-webkit-input-placeholder, .input::-webkit-input-placeholder {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

.textarea::-moz-placeholder, .input::-moz-placeholder {
  transform: scale(1);
  transform-origin: left center;
}

.textarea:-ms-input-placeholder, .input:-ms-input-placeholder {
  -ms-transform: scale(1);
      transform: scale(1);
  -ms-transform-origin: left center;
      transform-origin: left center;
}

.textarea::-ms-input-placeholder, .input::-ms-input-placeholder {
  -ms-transform: scale(1);
      transform: scale(1);
  -ms-transform-origin: left center;
      transform-origin: left center;
}

.textarea::placeholder, .input::placeholder {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
}

.textarea:focus::-webkit-input-placeholder, .input:focus::-webkit-input-placeholder {
  -webkit-transform: scale(0);
          transform: scale(0);
}

.textarea:focus::-moz-placeholder, .input:focus::-moz-placeholder {
  transform: scale(0);
}

.textarea:focus:-ms-input-placeholder, .input:focus:-ms-input-placeholder {
  -ms-transform: scale(0);
      transform: scale(0);
}

.textarea:focus::-ms-input-placeholder, .input:focus::-ms-input-placeholder {
  -ms-transform: scale(0);
      transform: scale(0);
}

.textarea:focus::placeholder, .input:focus::placeholder {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

.input {
  margin-bottom: 10px;
  padding-left: 25px;
  width: 100%;
  height: 55px;
  border: none;
  -webkit-transition: all 0.32s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.32s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.32s cubic-bezier(0.23, 1, 0.32, 1);
}

@media screen and (max-width: 1760px) {
  .input {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media only screen and (max-width: 576px) {
  .input {
    padding-left: 10px;
    height: 30px;
  }
}

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

@media screen and (max-width: 1760px) {
  .input-group {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.input-group input {
  margin-right: 10px;
}

@media screen and (max-width: 1760px) {
  .input-group input:nth-child(2) {
    margin-right: 0;
  }
}

.input-center::-webkit-input-placeholder, .input-center_small::-webkit-input-placeholder {
  position: relative;
  left: -25px;
  -webkit-transform-origin: center;
          transform-origin: center;
  text-align: center;
}

.input-center::-moz-placeholder, .input-center_small::-moz-placeholder {
  position: relative;
  left: -25px;
  transform-origin: center;
  text-align: center;
}

.input-center:-ms-input-placeholder, .input-center_small:-ms-input-placeholder {
  position: relative;
  left: -25px;
  -ms-transform-origin: center;
      transform-origin: center;
  text-align: center;
}

.input-center::-ms-input-placeholder, .input-center_small::-ms-input-placeholder {
  position: relative;
  left: -25px;
  -ms-transform-origin: center;
      transform-origin: center;
  text-align: center;
}

.input-center::placeholder, .input-center_small::placeholder {
  position: relative;
  left: -25px;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .input-center::-webkit-input-placeholder, .input-center_small::-webkit-input-placeholder {
    font-size: 18px;
  }
  .input-center::-moz-placeholder, .input-center_small::-moz-placeholder {
    font-size: 18px;
  }
  .input-center:-ms-input-placeholder, .input-center_small:-ms-input-placeholder {
    font-size: 18px;
  }
  .input-center::-ms-input-placeholder, .input-center_small::-ms-input-placeholder {
    font-size: 18px;
  }
  .input-center::placeholder, .input-center_small::placeholder {
    font-size: 18px;
  }
}

@media only screen and (max-width: 576px) {
  .input-center::-webkit-input-placeholder, .input-center_small::-webkit-input-placeholder {
    left: -10px;
    font-size: 12px;
  }
  .input-center::-moz-placeholder, .input-center_small::-moz-placeholder {
    left: -10px;
    font-size: 12px;
  }
  .input-center:-ms-input-placeholder, .input-center_small:-ms-input-placeholder {
    left: -10px;
    font-size: 12px;
  }
  .input-center::-ms-input-placeholder, .input-center_small::-ms-input-placeholder {
    left: -10px;
    font-size: 12px;
  }
  .input-center::placeholder, .input-center_small::placeholder {
    left: -10px;
    font-size: 12px;
  }
}

.input-center_small {
  margin-bottom: 0;
}

@media only screen and (max-width: 576px) {
  .input-center-phone {
    min-width: 145px;
  }
}

.input-phone {
  width: 344px;
}

@media screen and (max-width: 360px) {
  .input-phone {
    margin-right: 0 !important;
  }
}

.input-email {
  width: 285px;
}

.textarea {
  padding: 20px 0 0 25px;
  width: 100%;
  height: 125px;
}

@media only screen and (max-width: 576px) {
  .textarea {
    padding: 10px;
  }
}

@media only screen and (max-width: 576px) {
  .textarea-center {
    height: 110px;
  }
}

.textarea-center::-webkit-input-placeholder {
  position: relative;
  left: -25px;
  -webkit-transform-origin: center;
          transform-origin: center;
  text-align: center;
}

.textarea-center::-moz-placeholder {
  position: relative;
  left: -25px;
  transform-origin: center;
  text-align: center;
}

.textarea-center:-ms-input-placeholder {
  position: relative;
  left: -25px;
  -ms-transform-origin: center;
      transform-origin: center;
  text-align: center;
}

.textarea-center::-ms-input-placeholder {
  position: relative;
  left: -25px;
  -ms-transform-origin: center;
      transform-origin: center;
  text-align: center;
}

.textarea-center::placeholder {
  position: relative;
  left: -25px;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .textarea-center::-webkit-input-placeholder {
    font-size: 18px;
  }
  .textarea-center::-moz-placeholder {
    font-size: 18px;
  }
  .textarea-center:-ms-input-placeholder {
    font-size: 18px;
  }
  .textarea-center::-ms-input-placeholder {
    font-size: 18px;
  }
  .textarea-center::placeholder {
    font-size: 18px;
  }
}

@media only screen and (max-width: 576px) {
  .textarea-center::-webkit-input-placeholder {
    left: 0;
    font-size: 12px;
  }
  .textarea-center::-moz-placeholder {
    left: 0;
    font-size: 12px;
  }
  .textarea-center:-ms-input-placeholder {
    left: 0;
    font-size: 12px;
  }
  .textarea-center::-ms-input-placeholder {
    left: 0;
    font-size: 12px;
  }
  .textarea-center::placeholder {
    left: 0;
    font-size: 12px;
  }
}

.arrow-up {
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  position: relative;
  z-index: 1;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 991px) {
  .arrow-up {
    margin-bottom: 20px;
    bottom: 0;
  }
}

.arrow-up_mobile {
  display: none;
}

@media only screen and (max-width: 991px) {
  .arrow-up_mobile {
    bottom: 0;
    margin-top: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.arrow-up img {
  display: block;
}

.arrow-up span {
  color: #5b5b5b;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.4px;
}

.callback-modal {
  position: fixed;
  z-index: 10;
  left: 474px;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  max-width: 350px;
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  height: 150px;
  -webkit-transform: translateY(-100vw);
      -ms-transform: translateY(-100vw);
          transform: translateY(-100vw);
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  background-color: #fff;
  border: 6px;
}

.callback-modal p {
  text-align: center;
  font-size: 24px;
  line-height: 26px;
  padding: 20px 15px;
}

.callback-modal__close {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  width: 20px;
  height: 20px;
  right: 10px;
  top: 10px;
  z-index: 5;
  background-image: url("/static/css/../img/close-modal.svg");
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
  cursor: pointer;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

.callback-modal__close:hover {
  opacity: 0.8;
}

.callback-modal.show {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

@media only screen and (max-width: 1200px) {
  .callback-modal {
    left: 300;
  }
}

@media only screen and (max-width: 991px) {
  .callback-modal {
    left: 300;
  }
}

.video-modal {
  position: fixed;
  z-index: 5;
  top: 0;
  bottom: 0;
  left: 474px;
  right: 0;
  margin: auto;
  width: 800px;
  height: 400px;
  -webkit-transform: translateY(-1000vw);
      -ms-transform: translateY(-1000vw);
          transform: translateY(-1000vw);
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

@media only screen and (max-width: 1600px) {
  .video-modal {
    width: 600px;
    height: 300px;
  }
}

@media only screen and (max-width: 1200px) {
  .video-modal {
    left: 300px;
  }
}

@media only screen and (max-width: 991px) {
  .video-modal {
    left: 0;
    width: 80vw;
    height: 40vw;
  }
}

.video-modal.show {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.video-modal__close {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  width: 40px;
  height: 40px;
  right: -50px;
  top: -50px;
  z-index: 5;
  background-image: url("/static/css/../img/close-modal.svg");
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
  cursor: pointer;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

@media only screen and (max-width: 991px) {
  .video-modal__close {
    width: 2.8571428571428571vw;
    height: 2.8571428571428571vw;
    right: -4.2857142857142857vw;
    top: -4.2857142857142857vw;
  }
}

.video-modal__close:hover {
  opacity: 0.8;
}

.video-modal iframe {
  width: 100%;
  height: 100%;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  cursor: pointer;
  background-color: #000;
  -webkit-transition: 0.32s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: 0.32s cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.32s cubic-bezier(0.23, 1, 0.32, 1);
  z-index: -5;
}

.overlay.show {
  opacity: .4;
  z-index: 3;
}

@media only screen and (max-width: 991px) {
  .overlay {
    display: none;
  }
}

.required.validate {
  background-color: #FF6A6A;
}

.sidebar {
  width: 474px;
  min-width: 474px;
  height: 100vh;
  background-color: #fff;
  position: relative;
  z-index: 3;
}

@media only screen and (max-width: 1200px) {
  .sidebar {
    width: 300px;
    min-width: 300px;
  }
}

@media only screen and (max-width: 991px) {
  .sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 100%;
    height: 60px;
    z-index: 40;
  }
}

.sidebar__container {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 20px 25px;
  overflow: auto;
}

@media only screen and (max-width: 1200px) {
  .sidebar__container {
    padding: 10px 15px;
  }
}

@media only screen and (max-width: 991px) {
  .sidebar__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
  }
}

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

@media only screen and (max-width: 991px) {
  .sidebar__top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.sidebar__burger {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  position: relative;
  z-index: 6;
  width: 28px;
  height: 19px;
}

@media only screen and (max-width: 991px) {
  .sidebar__burger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.sidebar__burger span {
  display: block;
  width: 100%;
  background-color: #0060aa;
  height: 5px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

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

.sidebar__burger.active span:nth-child(2) {
  display: none;
}

.sidebar__burger.active span:nth-child(1) {
  -webkit-transform: rotate(45deg) translateY(4px);
      -ms-transform: rotate(45deg) translateY(4px);
          transform: rotate(45deg) translateY(4px);
}

.sidebar__burger.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translateY(-3px);
      -ms-transform: rotate(-45deg) translateY(-3px);
          transform: rotate(-45deg) translateY(-3px);
}

@media only screen and (max-width: 991px) {
  .sidebar__search {
    margin: 0 40px;
  }
}

@media only screen and (max-width: 576px) {
  .sidebar__search {
    max-width: 15px;
    -webkit-transform: translateY(2.5px);
        -ms-transform: translateY(2.5px);
            transform: translateY(2.5px);
    margin: 0 20px;
  }
}

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

.sidebar__languages li {
  margin-left: 15px;
  position: relative;
}

.sidebar__languages a {
  color: #000;
  font-family: Circe;
  font-size: 15px;
  font-weight: 400;
  line-height: 15px;
  text-decoration: underline;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

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

@media only screen and (max-width: 576px) {
  .sidebar__languages a {
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.4px;
  }
}

.sidebar__logo {
  margin: 70px auto 0;
  display: block;
}

@media (max-height: 930px) and (min-width: 992px) {
  .sidebar__logo {
    margin-top: 30px;
  }
}

.sidebar__logo_desktop {
  display: block;
}

@media only screen {
  .sidebar__logo_desktop {
  	margin-top: 70px;
    width: 98px;
  }
}

@media only screen and (max-width: 991px) {
  .sidebar__logo_desktop {
    display: none;
  }
}

.sidebar__logo_mobile {
  display: none;
}

@media only screen and (max-width: 991px) {
  .sidebar__logo_mobile {
    display: block;
    max-width: 140px;
  }
}

@media only screen and (max-width: 991px) {
  .sidebar__logo {
    margin: 0;
  }
}

.sidebar__wrapper {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex: 1px;
  -moz-flex: 1px;
  -ms-flex: 1px;
  -o-flex: 1px;
  flex: 1px;
}

@media only screen and (max-width: 991px) {
  .sidebar__wrapper {
    display: none;
    overflow: auto;
    background-color: #fff;
    position: fixed;
    width: 100vw;
    top: 60px;
    left: 0;
    padding-bottom: 10px;
    max-height: -webkit-calc(100vh - 60px);
    max-height: calc(100vh - 60px);
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
  }

  .is-show-sidebar .sidebar__wrapper {
    display: block;
    opacity: 1;
    visibility: visible;
  }
}

.sidebar__list {
	margin: auto 0;
  width: 100%;
}

@media only screen and (max-width: 1850px) {
  .sidebar__list {
  }
}

.sidebar__list-arrow {
  position: absolute;
  right: 32px;
  top: 13px;
  padding: 5px;
  display: none;
  -webkit-transition: 0.32s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: 0.32s cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.32s cubic-bezier(0.23, 1, 0.32, 1);
}

.sidebar__list-arrow.active {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.sidebar__list-arrow img {
	width: 14px;
}

@media only screen and (max-width: 991px) {
  .sidebar__list-arrow {
    display: block;
  }
}

.sidebar__list > li {
  margin-left: 87px;
}

@media only screen and (max-width: 1200px) {
  .sidebar__list > li {
    margin-left: 0;
  }
}

@media only screen and (max-width: 991px) {
  .sidebar__list > li {
    margin-bottom: 1px;
    position: relative;
  }
}

.sidebar__list > li:hover .sidebar__dropdown {
  visibility: visible;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
  -webkit-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform: rotateY(0);
          transform: rotateY(0);
}

@media only screen and (max-width: 991px) {
  .sidebar__list > li:hover .sidebar__dropdown {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-transition-timing-function: none;
         -o-transition-timing-function: none;
            transition-timing-function: none;
    -webkit-transition-property: none;
    -o-transition-property: none;
    transition-property: none;
  }
}

.sidebar__list > li > a {
  margin-left: 15px;
  padding-right: 15px;
  display: inline-block;
  color: #3a3a3a;
  font-size: 19px;
  font-weight: 400;
  line-height: 40px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
}

.sidebar__list > li > a:hover {
  opacity: 1;
  color: #4b3a3a;
}

@media only screen and (max-height: 900px) {
	.sidebar__list > li > a {
	  font-size: 16px;
	  line-height: 30px;
	}
}

@media only screen and (max-width: 991px) {
  .sidebar__list > li > a {
    height: 54px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
    padding-left: 45px;
    padding-right: 40px;
    background-color: #e7e7e7;
  }
}

@media only screen and (max-width: 576px) {
  .sidebar__list > li > a {
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.5px;
  }
}

.sidebar__list > li > a:after {
  content: '';
  position: absolute;
  left: 4px;
  right: 0;
  top: 18px;
  bottom: 0;
  border-right: solid 7px #1d2342;
  border-bottom: solid 7px #1d2342;
  box-sizing: border-box;
  -webkit-transition: 0.32s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: 0.32s cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.32s cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 0;
}

.sidebar__list > li > a > span::before {
  content: '';
  position: absolute;
  left: 4px;
  bottom: 0;
  z-index: 5;
  border-left: solid 7px #fff;
  border-top: solid 7px transparent;
  box-sizing: border-box;
}

.sidebar__list > li > a > span::after {
  content: '';
  position: absolute;
  right: 0;
  top: 18px;
  z-index: 5;
  border-left: solid 7px transparent;
  border-top: solid 7px #fff;
  box-sizing: border-box;
}

@media only screen and (max-height: 900px) {
	.sidebar__list > li > a:after {
		right: 0;
	    top: 10px;
		bottom: 0px;
		border-bottom-width: 5px;
		border-right-width: 5px;
	}

	.sidebar__list > li > a > span::after {
		top: 10px;
	}
}

@media only screen and (max-width: 991px) {
  .sidebar__list > li > a:before, .sidebar__list > li > a:after {
    display: none;
  }
  .sidebar__list > li > a > span::before,
  .sidebar__list > li > a > span::after {
    display: none;
  }
}

.sidebar__list > li > a:hover > span:before,
.sidebar__list > li > a:hover > span:after,
.sidebar__list > li > a:hover:after {
  opacity: 1;
}

/*.sidebar__list > li:nth-child(1) > a:after {
  width: 146.66px;
  background-image: url("/static/css/../img/dlya_menu_1.svg");
}

.sidebar__list > li:nth-child(2) > a:after {
  width: 200px;
  background-image: url("/static/css/../img/dlya_menu_2.svg");
}

.sidebar__list > li:nth-child(3) > a:after {
  width: 244.41px;
  background-image: url("/static/css/../img/dlya_menu_3.svg");
}

.sidebar__list > li:nth-child(4) > a:after {
  width: 153.83px;
  background-image: url("/static/css/../img/dlya_menu_4.svg");
}

.sidebar__list > li:nth-child(5) > a:after {
  width: 122.08px;
  background-image: url("/static/css/../img/dlya_menu_5.svg");
}

.sidebar__list > li:nth-child(6) > a:after {
  width: 105.33px;
  background-image: url("/static/css/../img/dlya_menu_6.svg");
}*/

.sidebar__hot-line {
  /*margin-top: 45px;*/
  display: block;
  text-align: center;
  color: #4e4e4e;
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
  letter-spacing: 0.35px;
}

@media (max-height: 930px) and (min-width: 992px) {
  .sidebar__hot-line {
    /*margin-top: 20px;*/
  }
}

.sidebar__hot-line:hover {
  text-decoration: none;
}

@media only screen and (max-width: 991px) {
  .sidebar__hot-line {
    /*margin-top: 15px;*/
  }
}

@media only screen and (max-width: 576px) {
  .sidebar__hot-line {
    margin-top: 10px;
    font-size: 11px;
    letter-spacing: 0.35px;
  }
}

.sidebar__phone {
  margin-top: 10px;
  display: block;
  color: #515151;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

@media only screen and (max-height: 900px) {
  .sidebar__phone {
  	font-size: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .sidebar__phone {
    text-align: center;
  }
}

@media only screen and (max-width: 576px) {
  .sidebar__phone {
    margin-top: 5px;
    font-size: 19px;
    letter-spacing: 0.6px;
  }
}

@media only screen and (max-width: 991px) {
  .sidebar__phone_desktop {
    display: none;
  }
}

.sidebar__phone_mobile {
  display: none;
}

@media only screen and (max-width: 991px) {
  .sidebar__phone_mobile {
    display: block;
  }
}

.sidebar__call-centre {
  margin-top: 30px;
  text-align: center;
}

@media (max-height: 930px) and (min-width: 992px) {
  .sidebar__call-centre {
    margin-top: 25px;
  }
}

@media only screen and (max-width: 991px) {
  .sidebar__call-centre {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 576px) {
  .sidebar__call-centre {
    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;
    -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;
    height: 50px;
    background-color: #1d2342;
  }
}

.sidebar__call-centre-label {
  display: block;
  color: #1d2342;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.35px;
}

@media only screen and (max-width: 576px) {
  .sidebar__call-centre-label {
    color: #fff;
    font-size: 11px;
  }
}

.sidebar__call-centre .sidebar__phone {
  color: #1d2342;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

@media only screen and (max-height: 900px) {
  .sidebar__call-centre .sidebar__phone {
    font-size: 20px;
  }
}

@media only screen and (max-width: 576px) {
  .sidebar__call-centre .sidebar__phone {
    color: #fff;
    font-size: 19px;
  }
}

.sidebar__socials {
  margin-top: 45px;
  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;
}

@media (max-height: 930px) and (min-width: 992px) {
  .sidebar__socials {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .sidebar__socials {
    margin-top: 8px;
  }
}

.sidebar__socials li {
  margin: 0 6.5px;
}

@media only screen and (max-width: 991px) {
  .sidebar__socials li {
    margin: 0 5px;
  }
}

@media only screen and (max-width: 576px) {
  .sidebar__socials li img {
    margin: auto;
    max-width: 70%;
    display: block;
  }
}

.sidebar__komosplus{
  width: 116px;
  margin-top: 45px;
}
.sidebar__komosplus p{
  font-size: 8px;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
	.sidebar__komosplus{
	  margin: 45px auto;
	}
}

.sidebar__copyright {
  margin-top: auto;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0.35px;
}

@media (max-height: 930px) and (min-width: 992px) {
  .sidebar__copyright {
    line-height: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .sidebar__copyright {
    text-align: center;
    font-size: 11px;
    line-height: 16px;
  }
}

.sidebar__dropdown {
  position: absolute;
  width: 249px;
  height: 100%;
  background-color: #1d2342;
  left: 100%;
  top: 0;
  padding: 0 35px;
  visibility: hidden;
  -webkit-transform: rotateY(90deg);
          transform: rotateY(90deg);
  -webkit-transform-origin: 0 50%;
      -ms-transform-origin: 0 50%;
          transform-origin: 0 50%;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.sidebar__dropdown.show {
  visibility: visible;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
  -webkit-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform: rotateY(0);
          transform: rotateY(0);
}

@media only screen and (max-width: 991px) {
  .sidebar__dropdown.show {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-transition-timing-function: none;
         -o-transition-timing-function: none;
            transition-timing-function: none;
    -webkit-transition-property: none;
    -o-transition-property: none;
    transition-property: none;
  }
}

@media only screen and (max-width: 991px) {
  .sidebar__dropdown {
    position: static;
    display: none;
    width: 100%;
    height: auto;
    padding: 0;
    visibility: visible;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    -webkit-transform-origin: none;
        -ms-transform-origin: none;
            transform-origin: none;
    -webkit-transform-style: none;
            transform-style: none;
    background-color: transparent;
  }

  .sidebar__dropdown.is-show-mobile {
    display: block;
  }
}

.sidebar__dropdown.show {
  visibility: visible;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
  -webkit-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform: rotateY(0);
          transform: rotateY(0);
}

.sidebar__dropdown-arrow {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  right: 100%;
  border-top: 20px solid transparent;
  border-right: 23px solid #1d2342;
  border-bottom: 20px solid transparent;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}

@media only screen and (max-width: 991px) {
  .sidebar__dropdown-arrow {
    display: none;
  }
}

.sidebar__dropdown-list {
  margin-top: 335px;
}

@media only screen and (max-width: 991px) {
  .sidebar__dropdown-list {
    margin-top: 0;
    padding-top: 12px;
    padding-left: 45px;
    padding-right: 40px;
  }
}

@media only screen and (max-width: 576px) {
  .sidebar__dropdown-list {
    padding-top: 5px;
  }
}

.sidebar__dropdown-list a {
  margin-bottom: 12px;
  color: #fff;
  display: block;
  padding-bottom: 5px;
  border-bottom: 4px solid transparent;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 0.45px;
}

@media only screen and (max-width: 991px) {
  .sidebar__dropdown-list a {
    color: #3a3a3a;
  }
}

@media only screen and (max-width: 576px) {
  .sidebar__dropdown-list a {
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 20px;
    border-width: 2px;
  }
}

.sidebar__dropdown-list a:hover {
  border-color: #94C11F;
}

@media only screen and (max-width: 991px) {
  .main_full .arrow-up_mobile {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .main_full .arrow-up_mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

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

@media only screen and (max-width: 991px) {
  .main-page {
    padding-top: 60px;
    background-color: #e7e7e7;
    height: auto;
  }
}

.main-page__big-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.main-page__big-link:hover {
  opacity: 1;
}

.main-page__big-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

@media only screen and (max-width: 1850px) {
  .main-page__big-image {
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media (min-width: 1921px) {
  .main-page__big-image {
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.main-page__logo {
  top: 0;
  z-index: 2;
  position: absolute;
}

@media only screen and (max-width: 991px) {
  .main-page__logo {
    width: 104px;
  }
}

.main-page__title {
	position: relative;
	z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #fff;
}

@media only screen and (max-width: 991px) {
  .main-page__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.main-page__title_margin {
  margin-left: 165px;
}

@media only screen and (max-width: 991px) {
  .main-page__title_margin {
    margin-top: 70px;
    margin-left: 0;
  }
}

.main-page__title_margin p {
  max-width: 60%;
}

@media only screen and (max-width: 991px) {
  .main-page__title_margin p {
    max-width: 100%;
  }
}

.main-page__title_margin .main-page__title-text {
  max-width: 60%;
}

@media only screen and (max-width: 991px) {
  .main-page__title_margin .main-page__title-text {
    max-width: 150px;
  }
}

.main-page__title img {
  margin-right: 25px;
  height: 120px;
}

@media only screen and (max-width: 991px) {
  .main-page__title img {
    margin-right: 0;
    height: 60px;
  }
}

.main-page__title-info {
  max-width: 730px;
}

.main-page__title p {
  padding-top: 13px;
  font-size: 44px;
  line-height: 52px;
  font-weight: 700;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

@media only screen and (max-width: 1850px) {
  .main-page__title p {
	  font-size: 33px;
	  line-height: 40px;
  }
}

@media only screen and (max-width: 991px) {
  .main-page__title p {
    max-width: 230px;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 0.55px;
  }
}

.main-page__title-text {
  padding-top: 27px;
  font-size: 30px;
  line-height: 34px;
  font-weight: 300;
  letter-spacing: 0.75px;
}

@media (width: 1024px) and (height: 1850px) {
  .main-page__title-text {
  	padding-top: 20px;
    font-size: 24px;
  	line-height: 28px;
  }
}

@media (width: 1024px) and (height: 768px) {
  .main-page__title-text {
    padding-top: 20px;
    font-size: 29px;
    line-height: 32px;
  }
}

@media only screen and (max-width: 991px) {
  .main-page__title-text {
    padding-top: 10px;
    font-size: 17px;
    line-height: 20px;
    max-width: 250px;
  }
}

.main-page__news {
  position: absolute;
  top: 390px;
  left: 53px;
  width: 298px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.4px;
}

@media (max-width: 1366px) {
  .main-page__news {
    top: initial;
    bottom: 110px;
    width: 500px;
    font-size: 20px;
  }
}

@media (width: 1024px) and (height: 768px) {
  .main-page__news {
    bottom: 70px;
  }
}

@media (width: 1024px) and (height: 1366px) {
  .main-page__news {
    font-size: 28px;
  }
}

@media (max-height: 900px) {
  .main-page__news {
    font-size: 16px;
  }
}

@media (max-height: 900px) and (min-width: 1200px) {
  .main-page__news {
    top: initial;
    bottom: 80px;
    width: 500px;
  }
}

@media only screen and (max-width: 991px) {
  .main-page__news {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .main-page__news {
    margin-left: 40px;
    padding-top: 30px;
    padding-bottom: 30px;
    position: static;
    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;
    -webkit-box-align: flex;
    -webkit-align-items: flex;
        -ms-flex-align: flex;
            align-items: flex;
  }
}

@media only screen and (max-width: 576px) {
  .main-page__news {
    width: 100%;
    margin-left: 0;
    font-size: 13px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

.main-page__news-item {
  padding: 28px 45px 28px 18px;
  display: block;
  color: #fff;
  margin-bottom: 15px;
  width: 100%;
  background-color: rgba(5, 177, 226, 0.5);
}

@media only screen and (max-width: 1850px) {
  .main-page__news-item {
	  padding: 15px;
	  margin-bottom: 10px;
	}
}

@media only screen and (max-width: 991px) {
  .main-page__news-item {
    background-color: rgba(5, 177, 226, 1);
  }
}

@media only screen and (max-width: 576px) {
  .main-page__news-item {
    margin-bottom: 12px;
    padding: 22px 35px 18px 14px;
  }
}

.main-page__news-item:hover {
  background-color: #025596;
  opacity: 1;
}

@media only screen and (max-width: 991px) {
  .main-page__news-item:hover {
    background-color: #025596;
  }
}

.main-page__news-all {
  right: 0;
  display: block;
  bottom: -15px;
  position: absolute;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
  letter-spacing: 0.4px;
}

.main-page__news-all:hover {
  text-decoration: none;
}

@media only screen and (max-width: 991px) {
  .main-page__news-all {
    color: #000;
    position: static;
    text-align: right;
  }
}

@media only screen and (max-width: 576px) {
  .main-page__news-all {
    font-size: 13px;
  }
}

.main-page__news-date {
  padding-bottom: 10px;
  width: 188px;
  border-bottom: 4px solid #94C11F;
}

@media (max-width: 1850px) {
	.main-page__news-date {
	  padding-bottom: 5px;
	  width: 160px;
	  border-bottom-width: 2px;
	}
}

@media only screen and (max-width: 576px) {
  .main-page__news-date {
    padding-bottom: 7px;
    width: 151px;
    border-width: 3px;
  }
}

.main-page__news p {
  padding-top: 10px;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
}

@media (max-width: 1850px) {
  .main-page__news p {
  		padding-top: 5px;
	  font-size: 14px;
	  line-height: 18px;
  }
}

@media (max-height: 800px) {
  .main-page__news p {
    line-height: 20px;
  }
}

@media (width: 1024px) and (height: 1366px) {
  .main-page__news p {
    line-height: 34px;
  }
}

@media only screen and (max-width: 991px) {
  .main-page__news p {
    line-height: 24px;
  }
}

@media only screen and (max-width: 576px) {
  .main-page__news p {
    font-weight: 700px;
    padding-top: 5px;
    line-height: 18px;
  }
}

.main-slider {
  width: 100%;
  overflow: hidden;
  margin-bottom: 0 !important;
}

@media only screen and (max-width: 991px) {
  .main-slider {
    height: -webkit-calc(100vh - 60px);
    height: calc(100vh - 60px);
  }
}

.main-slider__item {
  padding: 125px 53px 0;
  height: 100vh;
  position: relative;
  z-index: 2;
}

.main-slider__item::before {
	content: "";
	position: absolute;
	left: 0;top: 0;
	width: 100%;height: 100%;
	background: #000;
	opacity: 0.1;
}

@media only screen and (max-width: 1850px) {
  .main-slider__item {
    padding: 50px 50px 0;
  }
}

@media only screen and (max-width: 1200px) {
  .main-slider__item {
    padding: 50px 25px 0;
  }
}

@media only screen and (max-width: 991px) {
  .main-slider__item {
    padding: 120px 5px 15px 75px;
  }
}

@media only screen and (max-width: 767px) {
  .main-slider__item::before {
  	opacity: 0.4;
  }
}

@media only screen and (max-width: 1200px) {
  .main-slider .slick-dots {
    bottom: 40px;
  }
}

.main-slider .slick-dots li {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-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;
  margin: 0 4px;
  bottom: 90px;
  width: 22px;
  height: 22px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border: 1px solid #fff;
  -webkit-transition: 0.32s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: 0.32s cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.32s cubic-bezier(0.23, 1, 0.32, 1);
}

@media (max-height: 900px) and (min-width: 1200px) {
  .main-slider .slick-dots li {
    bottom: 50px;
  }
}

@media only screen and (max-width: 1200px) {
  .main-slider .slick-dots li {
    bottom: -20px;
  }
}

@media only screen and (max-width: 991px) {
  .main-slider .slick-dots li {
    width: 14px;
    height: 14px;
    margin: 0 2.5px;
    bottom: 0;
  }
}

.main-slider .slick-dots li span {
  width: 16px;
  height: 16px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: #1d2342;
  opacity: 0;
  -webkit-transition: 0.32s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: 0.32s cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.32s cubic-bezier(0.23, 1, 0.32, 1);
}

@media only screen and (max-width: 991px) {
  .main-slider .slick-dots li span {
    width: 10px;
    height: 10px;
  }
}

.main-slider .slick-dots li.slick-active {
  border-color: #1d2342;
}

.main-slider .slick-dots li.slick-active span {
  opacity: 1;
}

@media only screen and (max-width: 1850px) {
  .holding-structure {
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .holding-structure {
    padding-right: 15px;
    padding-bottom: 0;
  }
}

.holding-structure__row {
  margin: 0 -37px;
  max-width: 1130px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media only screen and (max-width: 1850px) {
  .holding-structure__row {
    margin: 0 -15px;
  }
}

@media only screen and (max-width: 1600px) {
  .holding-structure__row {
  	position: relative;
    left: 50%;
  	max-width: 700px;
  	transform: translateX(-50%);
  }
}

@media only screen and (max-width: 576px) {
  .holding-structure__row {
    margin: 5px 0 0;
    max-width: 279px;
    left: 50%;
    position: relative;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.holding-structure__col {
  width: 25%;
  padding: 0 37px;
}

@media only screen and (max-width: 1850px) {
  .holding-structure__col {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 1600px) {
  .holding-structure__col {
    width: 50%;
  }
}

@media only screen and (max-width: 576px) {
  .holding-structure__col {
    width: 50%;
    padding: 0 2.5px;
  }
}

.holding-structure__item {
  display: block;
  margin-top: 40px;
  background-color: #fff;
  max-width: 208px;
  margin-left: auto;
  margin-right: auto;
  height: 230px;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 1600px) {
  .holding-structure__item {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .holding-structure__item {
    height: 115px;
    max-width: 140px;
  }
}

@media only screen and (max-width: 576px) {
  .holding-structure__item {
    margin-top: 10px;
  }
}

.holding-structure__item:after {
  position: absolute;
  content: '';
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1d2342;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}

.holding-structure__item:hover {
  opacity: 1;
}

.holding-structure__item:hover svg path {
  fill: #fff;
  stroke: #fff;
}

.holding-structure__item:hover p {
  color: #fff;
}

.holding-structure__item:hover:after {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.holding-structure__item-content {
  position: relative;
  z-index: 1;
  height: 214px;
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px;
}

.holding-structure__item__hover {
	position: absolute;
	left: 0;bottom: 0;
	z-index: 5;
	width: 100%;height: 0;
	overflow: hidden;
	padding: 15px;
	box-sizing: border-box;
	color: #fff;
  	background-color: #1d2342;
  	opacity: 0;
  	visibility: hidden;
  	transition: 0.5s;
}

.holding-structure__item:hover .holding-structure__item__hover {
	height: 100%;
	opacity: 1;
	visibility: visible;
}

.holding-structure__item-content_jc-fs {
	justify-content: flex-start;
}

@media only screen and (max-width: 767px) {
  .holding-structure__item-content {
    height: 107px;
    padding: 5px;
  }

  .holding-structure__item__hover {
  	padding: 5px;
  	font-size: 11px;
  }
}

.holding-structure__item-image {
  width: 100%;
  max-width: 185px;
  margin: 0 auto;
  height: 150px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .holding-structure__item-image {
    height: 80px;
  }
}

.holding-structure__item-image svg {
  -webkit-transform: scale(1.8);
      -ms-transform: scale(1.8);
          transform: scale(1.8);
}

@media only screen and (max-width: 767px) {
  .holding-structure__item-image svg {
    -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
            transform: scale(0.7);
  }
}

@media only screen and (max-width: 767px) {
  .holding-structure__item-image svg {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
}

@media only screen and (max-width: 576px) {
  .holding-structure__item-image svg {
    -webkit-transform: scale(1.8);
        -ms-transform: scale(1.8);
            transform: scale(1.8);
  }
}

.holding-structure__item-image svg path {
  fill: #1d2342;
  stroke: #1d2342;
  -webkit-transition: 0.32s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: 0.32s cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.32s cubic-bezier(0.23, 1, 0.32, 1);
}

.holding-structure__item-image_background {
	flex-shrink: 0;
	background: #fff;
}

.holding-structure__item-image_background svg {
	max-height: 100%;
    -webkit-transform: scale(1.8);
        -ms-transform: scale(1.8);
            transform: scale(1.8);
}

@media only screen and (max-width: 576px) {
  .holding-structure__item-image_background {
    width: 80px;
  }
}

@media only screen and (min-width: 992px) {
  .holding-structure__item-image_background {
    margin-right: 30px;
  }
}

.holding-structure__item-image_max {
    max-height: 100px;
}

.holding-structure__item-image_max-svg svg,
.holding-structure__item-image_max svg {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    max-width: 100%;
    max-height: 100%;
    height: 96px;
}

@media screen and (max-width: 767px) {
	.holding-structure__item-image_max-svg,
	.holding-structure__item-image_max {
	    padding: 15px;
	}
}

.holding-structure__item p {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  text-transform: uppercase;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}

.holding-structure__item p.tt-none {
  text-transform: none;
}

@media only screen and (max-width: 1850px) {
  .holding-structure__item p {
    font-size: 14px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .holding-structure__item p {
    font-size: 13px;
    line-height: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .holding-structure__item p {
    font-size: 9px;
    line-height: 13.5px;
  }
}

.holding-structure__item-bottom {
  position: relative;
  z-index: 1;
  height: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  background-color: #1d2342;
}

@media only screen and (max-width: 767px) {
  .holding-structure__item-bottom {
    height: 8px;
  }
}

.holding-structure__item-bottom img {
  width: 15px;
}

@media only screen and (max-width: 767px) {
  .holding-structure__item-bottom img {
    width: 7px;
  }
}

.error-404 {
  padding: 125px 0 0 150px;
}

@media only screen and (max-width: 991px) {
  .error-404 {
    padding: 100px 15px 15px;
    height: 100vh;
  }
}

.error-404__big-image {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

@media only screen and (max-width: 1850px) {
  .error-404__big-image {
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media (min-width: 1921px) {
  .error-404__big-image {
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.error-404 .info-page__title {
  margin-top: 0;
  max-width: 480px;
}

.error-404 .info-page__title h1 {
  color: #fff;
  font-weight: 300;
  text-transform: none;
}

.error-404 .info-page__title-subtitle {
  margin-top: 30px;
  color: #fff;
  line-height: 28px;
}

@media only screen and (max-width: 991px) {
  .error-404 .info-page__title-subtitle {
    margin-top: 15px;
    line-height: 14px;
  }
}

.error-404__code {
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-top: 100px;
  text-align: center;
  color: #fff;
}

.error-404__code p {
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0.6px;
}

@media only screen and (max-width: 991px) {
  .error-404__code p {
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.6px;
  }
}

.error-404__code span {
  margin-top: 35px;
  display: block;
  font-size: 203px;
  font-weight: 700;
  letter-spacing: 0.8px;
}

@media only screen and (max-width: 991px) {
  .error-404__code span {
    margin-top: 15px;
    font-size: 101px;
  }
}

.error-503 {
  background-color: #e6e6e6;
  text-align: center;
  overflow: hidden;
}

@media only screen and (max-width: 991px) {
  .error-503 {
    height: 100vh;
    overflow: auto;
  }
}

@media only screen and (max-width: 767px) {
  .error-503 {
    overflow: hidden;
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.error-503 .info-page__title {
  margin-top: 30px;
  position: relative;
  z-index: 1;
}

.error-503 .info-page__title h1 {
  font-weight: 300;
  text-transform: none;
}

.error-503 .info-page__title-subtitle {
  margin-top: 30px;
  font-weight: 300;
}

.error-503 .info-page__title-subtitle a {
  padding-top: 3px;
  display: block;
  color: #1d2342;
}

.error-503__container {
  margin-top: 20px;
  position: relative;
}

@media (max-height: 900px) and (min-width: 992px) {
  .error-503__container {
    -webkit-transform: scale(0.7) translateY(-150px);
        -ms-transform: scale(0.7) translateY(-150px);
            transform: scale(0.7) translateY(-150px);
  }
}

@media only screen and (max-width: 767px) {
  .error-503__container > img {
    display: none;
  }
}

.error-503__container-text {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media only screen and (max-width: 767px) {
  .error-503__container-text {
    position: static;
    left: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

.error-503__container-text p {
  color: #5e5e5e;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0.6px;
  padding-bottom: 50px;
}

@media only screen and (max-width: 991px) {
  .error-503__container-text p {
    padding-bottom: 20px;
    font-size: 12px;
    letter-spacing: 0.3px;
  }
}

.error-503__container-text span {
  color: #101010;
  font-size: 132px;
  font-weight: 700;
  letter-spacing: 0.8px;
}

@media only screen and (max-width: 991px) {
  .error-503__container-text span {
    font-size: 60px;
    letter-spacing: 0.4px;
  }
}

.error-503__socials {
  width: 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: absolute;
  bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .error-503__socials {
    margin-top: 30px;
    position: static;
  }
}

.error-503__socials li {
  margin: 0 8px;
}

.error-503_v1 .error-503__container-text {
  top: 120px;
}

.error-503_v1 .error-503__socials {
  bottom: 100px;
}

.error-503_v2 .error-503__container > img {
  -webkit-transform: translateX(170px);
      -ms-transform: translateX(170px);
          transform: translateX(170px);
}

@media only screen and (max-width: 991px) {
  .error-503_v2 .error-503__container > img {
    max-width: 600px;
    -webkit-transform: translateX(100px);
        -ms-transform: translateX(100px);
            transform: translateX(100px);
  }
}

.error-503_v2 .error-503__container-text {
  top: 120px;
}

@media only screen and (max-width: 991px) {
  .error-503_v2 .error-503__container-text {
    top: 70px;
  }
}

@media only screen and (max-width: 991px) {
  .error-503_v2 .error-503__container .error-503__socials {
    bottom: 0;
  }
}

.searching {
  padding-right: 85px;
  padding-bottom: 15px;
}

@media only screen and (max-width: 991px) {
  .searching {
    padding-left: 20px;
    padding-right: 10px;
    padding-bottom: 0;
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 991px) {
  .searching .arrow-up {
    margin-bottom: 16px;
  }
}

.searching .info-page__title h1 {
  font-weight: 300;
  text-transform: none;
}

.searching__results {
  margin-top: 40px;
}

@media only screen and (max-width: 991px) {
  .searching__results {
    margin-top: 25px;
  }
}

.searching__results-item {
  margin-bottom: 50px;
}

@media only screen and (max-width: 991px) {
  .searching__results-item {
    margin-bottom: 25px;
  }
}

.searching__results-item a {
  color: #009250;
  font-size: 24px;
  font-weight: 700;
  text-decoration: underline;
  letter-spacing: 0.6px;
}

@media only screen and (max-width: 991px) {
  .searching__results-item a {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .searching__results-item a {
    font-size: 12px;
  }
}

.searching__results-item p {
  padding-top: 15px;
  color: #393939;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: 0.6px;
}

@media only screen and (max-width: 991px) {
  .searching__results-item p {
    padding-top: 7px;
    font-size: 15px;
    line-height: 17px;
  }
}

@media only screen and (max-width: 767px) {
  .searching__results-item p {
    font-size: 12px;
    line-height: 14px;
  }
}

.site-map__container {
  margin-top: 40px;
}

@media only screen and (max-width: 991px) {
  .site-map__container {
    padding-left: 15px;
  }
}

@media only screen and (max-width: 576px) {
  .site-map__container {
    margin-top: 30px;
  }
}

.site-map__item {
  margin-bottom: 20px;
  font-size: 18px;
  letter-spacing: 0.45px;
  line-height: 20px;
}

@media only screen and (max-width: 576px) {
  .site-map__item {
    font-size: 15px;
    line-height: 18px;
  }
}

.site-map__name {
  display: inline-block;
  position: relative;
  padding-left: 10px;
  padding-bottom: 2px;
  text-transform: uppercase;
  color: #1d2342;
  border-bottom: 4px solid #1d2342;
}

@media only screen and (max-width: 576px) {
  .site-map__name {
    padding-left: 5px;
  }
}

.site-map__name:before {
  position: absolute;
  content: '';
  left: -13px;
  bottom: -7px;
  width: 13px;
  height: 13px;
  background-color: #1d2342;
}

.site-map__list {
  margin-top: 12px;
  padding-left: 35px;
  position: relative;
}

@media only screen and (max-width: 576px) {
  .site-map__list {
    padding-left: 20px;
  }
}

.site-map__list:before {
  content: '';
  position: absolute;
  top: -11px;
  left: 22px;
  width: 4px;
  height: 100%;
  background-color: #1d2342;
}

@media only screen and (max-width: 576px) {
  .site-map__list:before {
    left: 7px;
  }
}

.site-map__list li {
  position: relative;
  margin-bottom: 15px;
}

.site-map__list li:before {
  content: '';
  position: absolute;
  left: -13px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 4px;
  background-color: #1d2342;
}

.site-map__list a {
  color: #4a4a4a;
}

.internship {
  padding-right: 105px;
  padding-bottom: 180px;
}

@media only screen and (max-width: 1600px) {
  .internship {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media only screen and (max-width: 991px) {
  .internship {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0;
    min-height: 100vh;
    padding-bottom: 100px;
  }
}

@media only screen and (max-width: 991px) {
  .internship .arrow-up {
    margin-bottom: 16px;
    position: absolute;
    bottom: 0;
  }
}

.internship__slider {
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  .internship__slider {
    margin: 20px auto 0;
    max-width: 143px;
  }
}

.internship__slider .slick-list {
  margin: 0 -3px;
}

@media only screen and (max-width: 991px) {
  .internship__slider .slick-list {
    margin: 0 -1.5px;
  }
}

@media only screen and (max-width: 767px) {
  .internship__slider .slick-list {
    overflow: visible;
  }
}

.internship__slider .slick-arrow {
  width: 36px;
  height: 62px;
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
  z-index: 1;
  -webkit-transition: 0.32s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: 0.32s cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.32s cubic-bezier(0.23, 1, 0.32, 1);
}

.internship__slider .slick-arrow:hover {
  opacity: .8;
}

@media only screen and (max-width: 991px) {
  .internship__slider .slick-arrow {
    width: 18px;
    height: 31px;
  }
}

.internship__slider .slick-arrow:before {
  display: none;
}

.internship__slider .slick-arrow.slick-prev {
  left: -58px;
  background-image: url("/static/css/../img/slider-arrow-left.svg");
}

@media only screen and (max-width: 1600px) {
  .internship__slider .slick-arrow.slick-prev {
    left: -45px;
  }
}

@media only screen and (max-width: 991px) {
  .internship__slider .slick-arrow.slick-prev {
    left: -80px;
  }
}

.internship__slider .slick-arrow.slick-next {
  right: -58px;
  background-image: url("/static/css/../img/slider-arrow-right.svg");
}

@media only screen and (max-width: 1600px) {
  .internship__slider .slick-arrow.slick-next {
    right: -45px;
  }
}

@media only screen and (max-width: 991px) {
  .internship__slider .slick-arrow.slick-next {
    right: -80px;
  }
}

.internship__slider-item {
  margin: 0 3px;
}

@media only screen and (max-width: 991px) {
  .internship__slider-item {
    margin: 0 1.5px;
  }
}

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

.internship__open {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 80px auto 0;
  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;
  width: 100%;
  max-width: 495px;
  height: 86px;
  background-color: #1d2342;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  text-transform: uppercase;
}

@media only screen and (max-width: 991px) {
  .internship__open {
    left: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    margin-top: 30px;
    position: static;
    max-width: 180px;
    height: 35px;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.6px;
    text-transform: none;
  }
}

.contacts {
  padding-bottom: 30px;
}

@media only screen and (max-width: 991px) {
  .contacts {
    padding-bottom: 0;
  }

  .contacts .info-page__contacts {
  	margin-top: 50px;
  }
}

@media only screen and (max-width: 991px) {
  .contacts .arrow-up_mobile {
    display: none;
  }
}

.contacts__content {
  margin: 0 auto;
}

@media only screen and (max-width: 1600px) {
  .contacts__content {
    max-width: 800px;
  }
}

.contacts__numberBlocks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 35px;
}

@media only screen and (max-width: 576px) {
  .contacts__numberBlocks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 20px;
  }
}

.contacts__numberBlock {
  position: relative;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 0 30px 0;
  width: 45%;
  font-family: "Circe";
  text-transform: uppercase;
  background-color: #009250;
}

@media only screen and (max-width: 576px) {
  .contacts__numberBlock {
    margin-bottom: 10px;
    padding: 35px 0;
    width: 100%;
  }
}

.contacts__numberBlock-blue {
  background-color: #9D9D9C;
}

@media only screen and (max-width: 576px) {
  .contacts__numberBlock:first-child {
    z-index: 2;
  }
}

.contacts__numberBlock::before, .contacts__numberBlock::after {
  content: '';
  position: absolute;
  display: block;
  width: 60px;
  height: 40px;
  background-color: #e6e6e6;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media only screen and (max-width: 576px) {
  .contacts__numberBlock::before, .contacts__numberBlock::after {
    width: 40px;
    height: 10px;
  }
}

.contacts__numberBlock::before {
  bottom: -20px;
  left: -22px;
}

@media only screen and (max-width: 576px) {
  .contacts__numberBlock::before {
    bottom: 5px;
    left: -24px;
  }
}

.contacts__numberBlock::after {
  top: -20px;
  right: -22px;
}

@media only screen and (max-width: 576px) {
  .contacts__numberBlock::after {
    top: 5px;
    right: -24px;
  }
}

.contacts__numberBlock-title {
  margin-bottom: 20px;
  max-width: 235px;
  font-weight: 400;
  font-size: 21px;
  line-height: 26px;
  letter-spacing: 0.45px;
  color: #fff;
}

@media only screen and (max-width: 576px) {
  .contacts__numberBlock-title {
    margin-bottom: 10px;
    max-width: 135px;
    font-size: 12px;
    line-height: 16px;
  }
}

.contacts__numberBlock a {
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.6px;
  color: #fff;
}

@media only screen and (max-width: 576px) {
  .contacts__numberBlock a {
    font-size: 16px;
  }
}

.contacts__receptionForm {
  position: relative;
  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;
  margin-top: 20px;
  z-index: 2;
}

.contacts__receptionForm-wrapper {
  padding: 15px 25px;
  background-color: #9D9D9C;
}

@media only screen and (max-width: 576px) {
  .contacts__receptionForm-wrapper {
    padding: 15px;
    padding-bottom: 60px;
  }
}

.contacts__receptionForm-wrapper .textarea {
  height: 115px;
}

.contacts__receptionForm-title {
  margin-bottom: 20px;
  font-family: "Circe";
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.45px;
  color: #fff;
}

@media only screen and (max-width: 576px) {
  .contacts__receptionForm-title {
    font-size: 12px;
  }
}

.contacts__receptionForm .select2 {
  width: 420px !important;
  height: 55px;
}

@media screen and (max-width: 1760px) {
  .contacts__receptionForm .select2 {
    margin-bottom: 10px;
    width: 100% !important;
  }
}

@media only screen and (max-width: 576px) {
  .contacts__receptionForm .select2 {
    height: 30px;
  }
}

.contacts__receptionForm .select2-selection {
  padding-left: 25px;
  height: 100%!important;
  border: none;
}

@media only screen and (max-width: 576px) {
  .contacts__receptionForm .select2-selection {
    padding-left: 10px;
  }
}

.contacts__receptionForm .select2-selection__rendered, .contacts__receptionForm .select2-selection__placeholder {
  font-family: "Circe";
  font-weight: 300;
  font-size: 24px;
  letter-spacing: 0.6px;
  color: #343434 !important;
  -webkit-transition: all 0.32s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.32s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.32s cubic-bezier(0.23, 1, 0.32, 1);
}

@media only screen and (max-width: 576px) {
  .contacts__receptionForm .select2-selection__rendered, .contacts__receptionForm .select2-selection__placeholder {
    font-size: 12px;
  }
}

.contacts__receptionForm .select2-selection__rendered {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0 !important;
  height: 100%;
}

.contacts__receptionForm .select2-selection__arrow {
  top: 0 !important;
  right: 0 !important;
  width: 56px !important;
  height: 100% !important;
  background-color: #9D9D9C;
  border: none;
}

@media only screen and (max-width: 576px) {
  .contacts__receptionForm .select2-selection__arrow {
    width: 28px !important;
  }
}

.contacts__receptionForm .select2-selection__arrow::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 14px;
  height: 14px;
  background-image: url("/static/css/../img/icons/select-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.32s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.32s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.32s cubic-bezier(0.23, 1, 0.32, 1);
}

@media only screen and (max-width: 576px) {
  .contacts__receptionForm .select2-selection__arrow::before {
    width: 7px;
    height: 7px;
    -webkit-background-size: contain;
            background-size: contain;
  }
}

.contacts__receptionForm .select2-selection__arrow b {
  display: none;
}

.select2-container--open .select2-selection__arrow::before {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
      -ms-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}

.select2-search__field {
  height: 35px;
}

.select2-container--default {
/*  -webkit-transition: all 0.32s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.32s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.32s cubic-bezier(0.23, 1, 0.32, 1);*/
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #9D9D9C;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #1d2342;
  color: #fff;
  cursor: default;
}

.select2-results__option {
  font-family: "Circe";
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.6px;
  color: #343434;
  -webkit-transition: all 0.32s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.32s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.32s cubic-bezier(0.23, 1, 0.32, 1);
}

@media only screen and (max-width: 576px) {
  .select2-results__option {
    font-size: 12px;
  }
}

.captcha {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  margin: 10px auto 0 auto;
  padding: 0 35px;
  width: 390px;
  height: 75px;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  background-color: #f9f9f9;
}

@media only screen and (max-width: 576px) {
  .captcha {
    padding: 0 15px;
    width: 100%;
    height: 70px;
  }
}

.captcha figure {
  width: 100px;
  height: 40px;
  overflow: hidden;
}

@media only screen and (max-width: 576px) {
  .captcha figure {
    width: 70px;
    height: 25px;
  }
}

.captcha figure img {
  width: 100%;
}

.captcha-loader {
  width: 25px;
  min-width: 25px;
  height: 25px;
  -webkit-transform: scale(1, -1) rotate(90deg);
      -ms-transform: scale(1, -1) rotate(90deg);
          transform: scale(1, -1) rotate(90deg);
}

@media only screen and (max-width: 576px) {
  .captcha-loader {
    width: 15px;
    min-width: 15px;
    height: 15px;
  }
}

.captcha-input {
  max-width: 180px;
  padding-left: 10px;
  height: 35px;
  border: none;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  background-color: #EBEBEB;
}

@media only screen and (max-width: 576px) {
  .captcha-input {
    max-width: 120px;
  }
}

.captcha-input::-webkit-input-placeholder {
  font-family: "Circe";
  font-weight: 400;
  font-size: 16px;
  color: #A3A3A3;
  -webkit-transition: all 0.32s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.32s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.32s cubic-bezier(0.23, 1, 0.32, 1);
}

.captcha-input::-moz-placeholder {
  font-family: "Circe";
  font-weight: 400;
  font-size: 16px;
  color: #A3A3A3;
  -webkit-transition: all 0.32s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.32s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.32s cubic-bezier(0.23, 1, 0.32, 1);
}

.captcha-input:-ms-input-placeholder {
  font-family: "Circe";
  font-weight: 400;
  font-size: 16px;
  color: #A3A3A3;
  -webkit-transition: all 0.32s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.32s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.32s cubic-bezier(0.23, 1, 0.32, 1);
}

.captcha-input::-ms-input-placeholder {
  font-family: "Circe";
  font-weight: 400;
  font-size: 16px;
  color: #A3A3A3;
  -webkit-transition: all 0.32s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.32s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.32s cubic-bezier(0.23, 1, 0.32, 1);
}

.captcha-input::placeholder {
  font-family: "Circe";
  font-weight: 400;
  font-size: 16px;
  color: #A3A3A3;
  -webkit-transition: all 0.32s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.32s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.32s cubic-bezier(0.23, 1, 0.32, 1);
}

@media only screen and (max-width: 576px) {
  .captcha-input::-webkit-input-placeholder {
    font-size: 12px;
  }
  .captcha-input::-moz-placeholder {
    font-size: 12px;
  }
  .captcha-input:-ms-input-placeholder {
    font-size: 12px;
  }
  .captcha-input::-ms-input-placeholder {
    font-size: 12px;
  }
  .captcha-input::placeholder {
    font-size: 12px;
  }
}

.captcha-input::-webkit-input-placeholder {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

.captcha-input::-moz-placeholder {
  transform: scale(1);
  transform-origin: left center;
}

.captcha-input:-ms-input-placeholder {
  -ms-transform: scale(1);
      transform: scale(1);
  -ms-transform-origin: left center;
      transform-origin: left center;
}

.captcha-input::-ms-input-placeholder {
  -ms-transform: scale(1);
      transform: scale(1);
  -ms-transform-origin: left center;
      transform-origin: left center;
}

.captcha-input::placeholder {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
}

.captcha-input:focus::-webkit-input-placeholder {
  -webkit-transform: scale(0);
          transform: scale(0);
}

.captcha-input:focus::-moz-placeholder {
  transform: scale(0);
}

.captcha-input:focus:-ms-input-placeholder {
  -ms-transform: scale(0);
      transform: scale(0);
}

.captcha-input:focus::-ms-input-placeholder {
  -ms-transform: scale(0);
      transform: scale(0);
}

.captcha-input:focus::placeholder {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

.agreement {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  margin-top: 15px;
  cursor: pointer;
}

@media only screen and (max-width: 576px) {
  .agreement {
    margin: 15px auto 0 auto;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: 210px;
  }
}

.agreement-input {
  visibility: hidden;
  opacity: 0;
  width: 0;
  height: 0;
}

.agreement-input:checked + .agreement-checkbox::before {
  opacity: 1;
}

.agreement-checkbox {
  position: relative;
  display: inline-block;
  margin-right: 18px;
  width: 24px;
  height: 24px;
  background-color: #fff;
}

@media only screen and (max-width: 576px) {
  .agreement-checkbox {
    width: 20px;
    height: 20px;
  }
}

.agreement-checkbox::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("/static/css/../img/icons/check.svg");
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  -webkit-transition: all 0.32s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.32s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.32s cubic-bezier(0.23, 1, 0.32, 1);
}

.agreement-text {
  font-family: "Circe";
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.35px;
  color: #fff;
}

@media only screen and (max-width: 576px) {
  .agreement-text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 12px;
    line-height: 16px;
  }
}

.agreement-text a {
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #fff;
}

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

.submit-blue {
  position: relative;
  display: block;
  margin: 30px auto -15px auto;
}

@media only screen and (max-width: 576px) {
  .submit-blue {
    margin-top: -15px;
    margin-bottom: 0;
  }
}

.submit-blue::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  cursor: not-allowed;
}

.submit-blue.accept::before {
  display: none;
}

.submit-blue input {
  padding: 15px 70px;
  font-family: "Circe";
  font-weight: 300;
  font-size: 24px;
  letter-spacing: 0.6px;
  width: 100%;
  height: 100%;
  border: none;
  color: #fff;
  background: #1D2342;
}

@media only screen and (max-width: 576px) {
  .submit-blue input {
    -webkit-appearance: none;
    border-radius: 0;
    padding: 10px 25px;
    height: 34px;
    font-size: 12px;
  }
}

.hot-line {
  padding-bottom: 40px;
}

@media only screen and (max-width: 991px) {
  .hot-line {
    position: fixed !important;
    overflow: auto;
    height: 100vh;
  }
}

@media only screen and (max-width: 576px) {
  .hot-line {
    padding-bottom: 30px;
  }
}

.hot-line__wrapper {
  margin: 0 auto;
  padding: 50px 0 25px 0;
  max-width: 750px;
}

@media only screen and (max-width: 1600px) {
  .hot-line__wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (max-width: 991px) {
  .hot-line__wrapper {
    padding-top: 90px;
    padding-bottom: 100px;
  }
  .hot-line .text-small {
    margin-top: -90px;
  }
}

.hot-line__input-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 576px) {
  .hot-line__input-group {
    margin-bottom: 20px;
  }
}

.hot-line__input-sepo {
  margin: 0 10px;
  font-family: "Circe";
  font-weight: 300;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  color: #fff;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .hot-line__input-sepo {
    -webkit-transform: translateX(-45%);
        -ms-transform: translateX(-45%);
            transform: translateX(-45%);
  }
}

@media only screen and (max-width: 576px) {
  .hot-line__input-sepo {
    margin: 0 7px;
    font-size: 12px;
  }
}

.hot-line__input-small {
  margin-bottom: 0;
}

.hot-line__submit {
  margin-top: 25px;
  max-width: 385px;
}

@media only screen and (max-width: 576px) {
  .hot-line__submit {
    margin-top: 30px;
    max-width: 180px;
  }
}

.hot-line__radio {
  margin: 15px auto 20px auto;
  max-width: 650px;
  font-family: "Circe";
}

@media only screen and (max-width: 576px) {
  .hot-line__radio {
    margin: 0 auto 25px auto;
    padding-top: 10px;
    border-top: 1px solid #fff;
  }
}

.hot-line__radio-title {
  margin-bottom: 30px;
  font-weight: 300;
  font-size: 24px;
  letter-spacing: 0.6px;
  text-align: center;
  color: #fff;
  position: relative;
}

@media only screen and (max-width: 576px) {
  .hot-line__radio-title {
    margin-bottom: 20px;
    font-size: 12px;
  }
}

.hot-line__radio-title:after, .hot-line__radio-title:before {
  -webkit-transform: translateY(9px);
      -ms-transform: translateY(9px);
          transform: translateY(9px);
  position: absolute;
  content: '';
  width: 170px;
  height: 1px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-color: #fff;
}

@media only screen and (max-width: 1600px) {
  .hot-line__radio-title:after, .hot-line__radio-title:before {
    width: 150px;
  }
}

@media only screen and (max-width: 767px) {
  .hot-line__radio-title:after, .hot-line__radio-title:before {
    display: none;
  }
}

.hot-line__radio-title:before {
  left: -50px;
}

@media only screen and (max-width: 1600px) {
  .hot-line__radio-title:before {
    left: -35px;
  }
}

.hot-line__radio-title:after {
  right: -50px;
}

@media only screen and (max-width: 1600px) {
  .hot-line__radio-title:after {
    right: -35px;
  }
}

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

@media only screen and (max-width: 576px) {
  .hot-line__radio-items {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.hot-line__radio-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  width: 50%;
  max-width: 300px;
  cursor: pointer;
}

@media only screen and (max-width: 576px) {
  .hot-line__radio-item {
    width: 100%;
    max-width: 180px;
  }
}

.hot-line__radio-input {
  visibility: hidden;
  width: 0;
  height: 0;
}

.hot-line__radio-input:checked + .hot-line__radio-circle::before {
  opacity: 1;
}

.hot-line__radio-circle {
  position: relative;
  display: inline-block;
  margin-right: 15px;
  width: 24px;
  height: 24px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: #fff;
}

@media only screen and (max-width: 576px) {
  .hot-line__radio-circle {
    margin-right: 7px;
    width: 12px;
    height: 12px;
  }
}

.hot-line__radio-circle::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: #1d2342;
  opacity: 0;
  -webkit-transition: all 0.32s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.32s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.32s cubic-bezier(0.23, 1, 0.32, 1);
}

@media only screen and (max-width: 576px) {
  .hot-line__radio-circle::before {
    width: 6px;
    height: 6px;
  }
}

.hot-line__radio-text {
  font-weight: 300;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.5px;
  color: #fff;
}

@media only screen and (max-width: 576px) {
  .hot-line__radio-text {
    font-size: 12px;
    line-height: 16px;
  }
}

.popup {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #9D9D9C;
  z-index: 30;
  overflow: auto;
	height: 100vh;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  z-index: 4;
}

.popup.show {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.popup-title {
  position: relative;
  margin-bottom: 30px;
  font-family: "Circe";
  font-weight: 300;
  font-size: 44px;
  letter-spacing: 1.1px;
  color: #fff;
}

@media only screen and (max-width: 1600px) {
  .popup-title {
    text-align: center;
    margin: 0 40px 10px 40px;
    line-height: normal;
  }
}

@media only screen and (max-width: 576px) {
  .popup-title {
    margin: 0 auto 10px auto;
    font-size: 22px;
    line-height: 26px;
    max-width: 240px;
  }
}

.popup-descr {
  margin-bottom: 35px;
}

@media only screen and (max-width: 576px) {
  .popup-descr {
    margin-bottom: 20px;
  }
}

.popup-descr p {
  font-family: "Circe";
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.45px;
  color: #fff;
}

@media only screen and (max-width: 576px) {
  .popup-descr p {
    font-size: 10px;
    line-height: 14px;
    text-align: center;
  }
}

.popup__close {
  position: absolute;
  top: 40px;
  right: 30px;
  z-index: 5;
  display: block;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  background: #fff;
}

.popup__close:before,
.popup__close:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 55%;
	height: 12%;
	transform: translate3d(-50%, -50%, 0);
	background: #1d2342;
}

.popup__close:before {
	transform: translate3d(-50%, -50%, 0) rotate(45deg);
}

.popup__close:after {
	transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}

@media only screen and (max-width: 991px) {
  .popup__close {
    top: 80px;
    right: 20px;
    width: 22px;
    height: 22px;
  }
}

.text-small {
  padding-right: 40px;
  font-family: "Circe";
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.35px;
  text-align: right;
  color: #fff;
}

@media only screen and (max-width: 576px) {
  .text-small {
    padding-right: 0;
    text-align: center;
    font-size: 8px;
  }
}

.js-hot-line {
  cursor: pointer;
}

/* INTERNSHIP POPUP */
.internship-profile {
  padding-bottom: 40px;
  min-height:100%;
}

@media only screen and (max-width: 991px) {
  .internship-profile {
    position: fixed !important;
    overflow: auto;
    height: 100vh;
  }
}

@media only screen and (max-width: 576px) {
  .internship-profile {
    padding-bottom: 30px;
  }
}

.internship-profile__wrapper {
  margin: 0 auto;
  padding: 50px 0 25px 0;
  max-width: 1130px;
}

@media only screen and (max-width: 1600px) {
  .internship-profile__wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (max-width: 991px) {
  .internship-profile__wrapper {
    padding-top: 90px;
    padding-bottom: 100px;
  }
  .internship-profile .text-small {
    margin-top: -90px;
  }
}
/*
.internship-profile {
  padding-bottom: 50px;
  min-height:100%;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .internship-profile {
    overflow-y: auto;
    overflow-x: hidden;
  }
}

@media only screen and (max-width: 991px) {
  .internship-profile {
    position: fixed;
  }
}*/

.internship-profile__title, .internship-profile__descr {
  text-align: center;
}
/*
.internship-profile__wrapper {
  margin: 0 auto;
  padding-top: 80px;
  max-width: 1130px;
}

@media only screen and (max-width: 1850px) {
  .internship-profile__wrapper {
    padding: 80px 10px 0 10px;
  }
}
*/
.internship-profile__group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

@media only screen and (max-width: 1600px) {
  .internship-profile__group.days .internship-profile__group-right,
  .internship-profile__group.days .internship-profile__group-left {
    width: auto;
  }
}

.internship-profile__group.days .internship-profile__group-right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 15px;
}

@media only screen and (max-width: 576px) {
  .internship-profile__group.days .internship-profile__group-left {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 1600px) {
  .internship-profile__group:first-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.internship-profile__group-left {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 56%;
}

@media only screen and (max-width: 1600px) {
  .internship-profile__group-left {
    margin-bottom: 10px;
    width: 100%;
  }
}

.internship-profile__group-left input {
  margin-bottom: 0;
}

.internship-profile__group-right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 1600px) {
  .internship-profile__group-right {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .internship-profile__group-right .internship-profile__group-text {
    width: 73px;
  }
}

.internship-profile__group-text {
  display: inline-block;
  margin: 0 20px 0 40px;
  font-family: "Circe";
  font-weight: 300;
  font-size: 24px;
  letter-spacing: 0.6px;
  color: #fff;
}

@media only screen and (max-width: 1600px) {
  .internship-profile__group-text {
    margin-left: 0;
  }
}

@media only screen and (max-width: 576px) {
  .internship-profile__group-text {
    margin-right: 10px;
    font-size: 12px;
  }
}

.internship-profile-input-time {
  width: 90px;
}

@media only screen and (max-width: 1600px) {
  .internship-profile-input-time {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
  }
}

@media only screen and (max-width: 576px) {
  .internship-profile-input-time {
    width: 40px;
  }
}

.internship-profile-time-text {
  margin: 0 55px 0 0;
  max-width: 290px;
}

@media only screen and (max-width: 1600px) {
  .internship-profile-time-text {
    display: none;
  }
}

.internship-profile-time-text_mob {
  display: none;
}

@media only screen and (max-width: 1600px) {
  .internship-profile-time-text_mob {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
    max-width: none;
  }
}

.internship-profile-time-from {
  margin: 0 20px 0 0;
}

@media only screen and (max-width: 576px) {
  .internship-profile-time-from {
    margin-right: 5px;
  }
}

.internship-profile-time-to {
  margin: 0 15px 0 25px;
}

@media only screen and (max-width: 576px) {
  .internship-profile-time-to {
    margin: 0 5px;
  }
}

@media only screen and (max-width: 1600px) {
  .internship-profile__inputs {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.internship-profile__inputs input {
  margin-bottom: 0;
  margin-right: 10px;
}

.internship-profile__inputs input:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 1600px) {
  .internship-profile__inputs input:last-child {
    margin-top: 10px;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
  }
}

.internship-profile__inputs-first {
  width: 344px;
}

@media screen and (max-width: 1760px) {
  .internship-profile__inputs-first {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
  }
}

@media only screen and (max-width: 1600px) {
  .internship-profile__inputs-first {
    width: calc(60% - 25px);
  }
}

.internship-profile__inputs-second {
  width: 285px;
}

@media only screen and (max-width: 1600px) {
  .internship-profile__inputs-second {
    width: 40%;
  }
}

.internship-profile__inputs-second.input-specialty {
  width: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media only screen and (max-width: 1600px) {
  .internship-profile__inputs input.internship-profile__inputs-second {
    margin-right: 0;
  }
}

.internship-profile__inputs-third {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.internship-profile__inputs span.select2 {
  max-width: 235px;
}

@media only screen and (max-width: 1600px) {
  .internship-profile__inputs.second .internship-profile__inputs-first {
    margin-bottom: 10px;
    width: 100%;
  }
}

@media only screen and (max-width: 1600px) {
  .internship-profile__inputs.second .internship-profile__inputs-second {
    width: 60%;
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
  }
}

@media only screen and (max-width: 1600px) {
  .internship-profile__inputs.second .select2 {
    max-width: none;
    margin-left: 10px;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 576px) {
  .internship-profile__inputs.second .select2-selection {
    padding-left: 4px;
  }
}

.internship-profile .select2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: auto;
  width: auto !important;
  max-width: 365px;
  height: 55px;
}

@media screen and (max-width: 1760px) {
  .internship-profile .select2 {
    margin-bottom: 10px;
    width: 100% !important;
  }
}

@media only screen and (max-width: 1600px) {
  .internship-profile .select2 {
    max-width: none;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media only screen and (max-width: 576px) {
  .internship-profile .select2 {
    margin-bottom: 0;
    height: 30px;
  }
}

.internship-profile .select2-selection {
  padding-left: 25px;
  height: 100%!important;
  border: none;
  -webkit-border-radius: 0;
          border-radius: 0;
}

@media only screen and (max-width: 576px) {
  .internship-profile .select2-selection {
    padding-left: 10px;
  }
}

.internship-profile .select2-selection__rendered, .internship-profile .select2-selection__placeholder {
  font-family: "Circe";
  font-weight: 300;
  font-size: 24px;
  letter-spacing: 0.6px;
  color: #343434 !important;
  -webkit-transition: all 0.32s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.32s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.32s cubic-bezier(0.23, 1, 0.32, 1);
}

@media only screen and (max-width: 576px) {
  .internship-profile .select2-selection__rendered, .internship-profile .select2-selection__placeholder {
    font-size: 12px;
  }
}

.internship-profile .select2-selection__rendered {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0 !important;
  height: 100%;
}

.internship-profile .select2-selection__arrow {
  top: 0 !important;
  right: 0 !important;
  width: 56px !important;
  height: 100% !important;
  background-color: #9D9D9C;
  border: none;
}

@media only screen and (max-width: 576px) {
  .internship-profile .select2-selection__arrow {
    width: 28px !important;
  }
}

.internship-profile .select2-selection__arrow::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 14px;
  height: 14px;
  background-image: url("/static/css/../img/icons/select-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.32s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.32s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.32s cubic-bezier(0.23, 1, 0.32, 1);
}

@media only screen and (max-width: 576px) {
  .internship-profile .select2-selection__arrow::before {
    width: 7px;
    height: 7px;
    -webkit-background-size: contain;
            background-size: contain;
  }
}

.internship-profile .select2-selection__arrow b {
  display: none;
}

.internship-page {
  min-height: 100vh;
}

.internship-page__main {
  min-height: 100vh;
}

.internship-page .select2-search {
  display: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .internship-profile__group.days .internship-profile__group-right {
    -webkit-transform: translateX(-365px);
        -ms-transform: translateX(-365px);
            transform: translateX(-365px);
  }
  .js-contacts-submit {
    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;
  }
  .js-contacts-submit input {
    max-width: 400px;
    display: block;
  }
}

.news {
  padding-bottom: 20px;
}

@media only screen and (max-width: 991px) {
  .news {
    padding-bottom: 0;
  }
}

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

@media only screen and (max-width: 576px) {
  .news__row {
    margin: 0 auto;
    max-width: 210px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.news__col {
  padding: 0 25px;
  width: 33.3333333%;
}

@media only screen and (max-width: 991px) {
  .news__col {
    width: 50%;
  }
}

@media only screen and (max-width: 576px) {
  .news__col {
    width: 100%;
    padding: 0;
  }
}

.news__col_blogs {
  width: 100%;
}

@media only screen and (max-width: 1200px) {
  .news__col_blogs {
    width: 100%;
  }
}

.news__col_blogs .news__more-link {
  margin-top: 0;
  margin-left: auto;
  margin-right: 0;
}

@media only screen and (max-width: 767px) {
  .news__col_blogs .news__more-link {
    margin-top: 15px;
    margin-right: auto;
    margin-left: 0;
  }
}

.news__col_blogs:nth-child(even) .news__item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.news__col_blogs:nth-child(even) .news__more-link {
  margin-right: auto;
  margin-left: 0;
}

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

@media only screen and (max-width: 767px) {
  .news__col_blogs .news__item {
    display: block;
  }
}

.news__col_blogs .news__item .news__date,
.news__col_blogs .news__item h4 {
  width: 100%;
}

.news__col_blogs .news__item .news__date {
  margin-top: 15px;
}

.news__col_blogs .news__item .news__image {
  width: 337px;
  min-width: 337px;
}

@media only screen and (max-width: 767px) {
  .news__col_blogs .news__item .news__image {
    min-width: 100%;
    width: 100%;
  }
}

.news__col_blogs .news__item p {
  padding-top: 10px;
  width: -webkit-calc(100% - 382px);
  width: calc(100% - 382px);
}

@media only screen and (min-width: 768px) {
  .news__col_blogs .news__item p {
  	height: 240px;
  	overflow: hidden;
  }
}

@media only screen and (max-width: 767px) {
  .news__col_blogs .news__item p {
    width: 100%;
  }
}

.news__item {
  margin-bottom: 20px;
  display: block;
}

@media only screen and (max-width: 576px) {
  .news__item {
    margin-bottom: 15px;
  }
}

.reports .news__item {
  margin-bottom: 40px;
}

@media only screen and (max-width: 576px) {
  .reports .news__item {
    margin-bottom: 20px;
  }
}

.news__date {
  color: #1D2342;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.4px;
}

@media only screen and (max-width: 576px) {
  .news__date {
    font-size: 10px;
  }
}

.news__image {
  margin-top: 10px;
  border-top: 4px solid #1D2342;
}

@media only screen and (max-width: 576px) {
  .news__image {
    margin-top: 8px;
    border-width: 3px;
  }
}

.news__image img {
  width: 100%;
}

.news h4 {
  margin-top: 20px;
  padding-right: 35px;
  color: #5b5b5b;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}


.news h4 a {
	text-decoration: none;
  color: inherit;
}
.news h4 a:hover {
	text-decoration: underline;
}

@media only screen and (max-width: 1600px) {
  .news h4 {
    padding-right: 0;
  }
}

@media only screen and (max-width: 576px) {
  .news h4 {
    margin-top: 10px;
    font-size: 10px;
    line-height: 12px;
  }
}

.news p {
  padding-top: 15px;
  color: #5b5b5b;
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  letter-spacing: 0.4px;
}

@media only screen and (max-width: 576px) {
  .news p {
    padding-top: 8px;
    font-size: 10px;
    line-height: 12px;
  }
}

.news__more-link {
  margin-top: 15px;
  margin-left: auto;
  display: table;
  color: #1d2342;
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
  letter-spacing: 0.35px;
}

.news__more-link:hover {
  text-decoration: none;
}

@media only screen and (max-width: 576px) {
  .news__more-link {
    margin-top: 8px;
    font-size: 9px;
  }
}

.news .paginator {
  margin-top: 50px;
}

@-moz-document url-prefix() {
  .news .paginator {
    margin-bottom: 15px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .news .paginator {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 576px) {
  .news .paginator {
    margin-top: 30px;
  }
}

.reports .news__item:hover h4,
.blog .news__item:hover h4 {
  text-decoration: underline;
}

.blog {
  overflow-x: hidden;
  color: #5b5b5b;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: 0.4px;
  padding-right: 93px;
  position: relative;
}

@media only screen and (max-width: 1600px) {
  .blog {
    padding-right: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .blog {
    padding-right: 15px;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.3px;
    overflow: initial;
  }
}

@media only screen and (max-width: 767px) {
  .blog {
    font-size: 12px;
    line-height: 14px;
  }
}

.blog .info-page__title {
  margin-bottom: 40px;
}

.blog .info-page__title h1 {
  font-weight: 300;
  text-transform: none;
}

.blog__date {
  margin-bottom: 10px;
  color: #025596;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.4px;
}

@media only screen and (max-width: 576px) {
  .blog__date {
    font-size: 10px;
  }
}

.blog__subtitle {
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 1600px) {
  .blog__subtitle {
    margin-top: 25px;
  }
}

.blog p {
  position: relative;
  z-index: 1;
  padding-top: 20px;
}

@media only screen and (max-width: 991px) {
  .blog p {
    padding-top: 15px;
  }
}

.blog__image {
  position: relative;
  z-index: 1;
  margin-bottom: 25px;
  max-width: 573px;
}

.blog__image:before {
  content: "";
  position: absolute;
  left: -1px;
  bottom: -1px;
  z-index: 5;
  border-right: solid 25px transparent;
  border-bottom: solid 25px #e6e6e6;
}

.blog__image:after {
  content: "";
  position: absolute;
  right: -1px;
  top: -1px;
  z-index: 5;
  border-left: solid 25px transparent;
  border-top: solid 25px #e6e6e6;
}

@media only screen and (max-width: 1600px) {
  .blog__image {
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 576px) {
  .blog__image {
    border-width: 3px;
  }
}

.blog__image img {
  display: block;
  width: 100%;
}

.blog .clear {
  clear: both;
}

.blog__top-float {
  margin-bottom: 10px;
  max-width: 49%;
  margin-right: 30px;
  float: left;
}

@media only screen and (max-width: 576px) {
  .blog__top-float {
    float: none;
    margin-right: 0;
    max-width: none;
  }
}

.blog__top-float_corporate {
  margin-bottom: 0;
}

.blog__top-float_corporate .blog__image {
  border: none;
}

@media only screen and (max-width: 991px) {
  .blog__top-float_corporate .blog__image {
    margin-bottom: 0;
  }
}

.blog__cite {
  background-color: #fff;
  position: relative;
  padding: 21px 18px 15px;
}

@media only screen and (max-width: 991px) {
  .blog__cite {
    padding: 8px 8px 5px;
  }
}

.blog__cite::before, .blog__cite::after {
  content: '';
  position: absolute;
  display: block;
  width: 60px;
  height: 40px;
  background-color: #e6e6e6;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media only screen and (max-width: 991px) {
  .blog__cite::before, .blog__cite::after {
    width: 40px;
    height: 10px;
  }
}

.blog__cite::before {
  bottom: -20px;
  left: -22px;
}

@media only screen and (max-width: 991px) {
  .blog__cite::before {
    bottom: 5px;
    left: -24px;
  }
}

.blog__cite::after {
  top: -20px;
  right: -22px;
}

@media only screen and (max-width: 991px) {
  .blog__cite::after {
    top: 5px;
    right: -24px;
  }
}

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

.blog__cite-flex p {
  padding-top: 0;
  padding-left: 27px;
  padding-right: 32px;
  color: #5b5b5b;
  font-style: italic;
  font-size: 24px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0.6px;
}

@media only screen and (max-width: 1850px) {
  .blog__cite-flex p {
    font-size: 18px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .blog__cite-flex p {
    padding-left: 22px;
    padding-right: 12px;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.61px;
  }
}

.blog__cite-qoutes {
  display: block;
  color: #c7c7c7;
  font-size: 81px;
  font-weight: 400;
  letter-spacing: 0.4px;
}

@media only screen and (max-width: 991px) {
  .blog__cite-qoutes {
    font-size: 40px;
    letter-spacing: 0.4px;
  }
}

.blog__cite-qoutes_two {
  margin-top: auto;
  margin-bottom: 15px;
}

.blog__cite-author {
  margin-right: 32px;
  padding-top: 20px;
  text-align: right;
  font-style: italic;
  color: #5b5b5b;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.4px;
}

@media only screen and (max-width: 991px) {
  .blog__cite-author {
    margin-right: 16px;
    font-size: 8px;
    letter-spacing: 0.45px;
  }
}

.blog__cite-author span {
  display: block;
}

@media only screen and (max-width: 991px) {
  .blog__cite-author span {
    font-size: 9px;
    line-height: 9px;
    letter-spacing: 0.4px;
  }
}

.blog__list {
  -webkit-transform: translateX(55px);
      -ms-transform: translateX(55px);
          transform: translateX(55px);
  padding-top: 25px;
  margin-right: 55px;
}

@media only screen and (max-width: 991px) {
  .blog__list {
    padding-top: 15px;
    padding-left: 35px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  margin-right: 0px;
  }
}

.blog__list_marked {
  list-style-image: url("/static/css/../img/list-marker.png");
}

.blog__list li {
  margin-bottom: 2px;
  list-style-type: decimal;
}

.blog__bottom {
  margin-top: 25px;
}

.blog__bottom-float {
  margin-bottom: 35px;
  margin-right: 30px;
  max-width: 574px;
  float: left;
}

@media only screen and (max-width: 1600px) {
  .blog__bottom-float {
    float: none;
  }
}

@media only screen and (max-width: 991px) {
  .blog__bottom-float {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.blog__bottom .bold-text {
  padding-top: 0;
}

.blog__green-container {
  padding: 70px 85px 82px;
  position: relative;
  background-color: #2cd177;
  color: #fff;
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 0.6px;
}

@media only screen and (max-width: 991px) {
  .blog__green-container {
    max-width: 282px;
    padding: 35px 38px 38px;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.61px;
  }
}

.blog__green-container::before, .blog__green-container::after {
  content: '';
  position: absolute;
  display: block;
  width: 60px;
  height: 40px;
  background-color: #e6e6e6;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media only screen and (max-width: 991px) {
  .blog__green-container::before, .blog__green-container::after {
    width: 40px;
    height: 10px;
  }
}

.blog__green-container::before {
  bottom: -20px;
  left: -22px;
}

@media only screen and (max-width: 991px) {
  .blog__green-container::before {
    bottom: 5px;
    left: -24px;
  }
}

.blog__green-container::after {
  top: -20px;
  right: -22px;
}

@media only screen and (max-width: 991px) {
  .blog__green-container::after {
    top: 5px;
    right: -24px;
  }
}

.blog__slider {
  margin: 35px auto 0;
  max-width: 1065px;
}

@media only screen and (max-width: 991px) {
  .blog__slider {
    max-width: 195px;
  }
}

.blog__slider .slick-list {
  margin: 0 -14px;
}

@media only screen and (max-width: 991px) {
  .blog__slider .slick-list {
    margin: 0 -7.5px;
    width: 100%;
    overflow: visible;
  }
}

.blog__slider .slick-arrow {
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
  width: 42px;
  height: 39px;
  color: transparent;
  z-index: 1;
}

@media only screen and (max-width: 991px) {
  .blog__slider .slick-arrow {
    z-index: -2;
  }
}

.blog__slider .slick-arrow:before {
  display: none;
}

.blog__slider .slick-arrow.slick-prev {
  left: -55px;
  background-image: url("/static/css/../img/slider-blog-arrow-left.svg");
}

@media only screen and (max-width: 1600px) {
  .blog__slider .slick-arrow.slick-prev {
    left: 15px;
  }
}

.blog__slider .slick-arrow.slick-next {
  right: -55px;
  background-image: url("/static/css/../img/slider-blog-arrow-right.svg");
}

@media only screen and (max-width: 1600px) {
  .blog__slider .slick-arrow.slick-next {
    right: 15px;
  }
}

.blog__slider-item {
  margin: 0 14px;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .blog__slider-item {
    margin: 0 7.5px;
  }
}

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

.blog__slider-item:before {
  top: 50%;
  left: 50%;
  position: absolute;
  content: '';
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url("/static/css/../img/play-video.svg");
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
  width: 59px;
  height: 59px;
  -webkit-transition: 0.32s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: 0.32s cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.32s cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 0;
}

@media only screen and (max-width: 991px) {
  .blog__slider-item:before {
    width: 32px;
    height: 32px;
  }
}

.blog__slider-item.is-video:before {
  opacity: 1;
}

.blog__footer {
  margin-top: 80px;
  padding-top: 40px;
  position: relative;
  min-height: 568px;
}

@media only screen and (max-width: 991px) {
  .blog__footer {
    min-height: initial;
    margin-top: 40px;
    padding-top: 20px;
  }
}

.blog__footer:after {
  top: 0;
  z-index: 0;
  width: 500vh;
  height: 100%;
  left: -100vh;
  content: '';
  position: absolute;
  background-color: #d6d5d5;
}

@media only screen and (max-width: 991px) {
  .blog__footer:after {
    height: -webkit-calc(100% + 15px);
    height: calc(100% + 15px);
    padding-bottom: 30px;
  }
}

.blog__footer .news__row {
  padding: 0 48px;
  position: relative;
  z-index: 1;
  margin: 0 -14px;
}

@media only screen and (max-width: 1200px) {
  .blog__footer .news__row {
    padding: 0 14px;
  }
}

@media only screen and (max-width: 991px) {
  .blog__footer .news__row {
    padding: 0;
  }
}

@media only screen and (max-width: 576px) {
  .blog__footer .news__row {
    margin: auto;
  }
}

.blog__footer .news__col {
  padding: 0 14px;
  font-size: 16px;
  line-height: 19px;
}

@media only screen and (max-width: 991px) {
  .blog__footer .news__col {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 576px) {
  .blog__footer .news__col {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
    font-size: 10px;
    line-height: 12px;
  }
}

.blog__footer .news__col h4 {
  margin-top: 22px;
  font-weight: 700;
  color: #5b5b5b;
  text-transform: uppercase;
}

@media only screen and (max-width: 991px) {
  .blog__footer .news__col h4 {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 991px) {
  .blog__footer .news__col_blogs {
    width: 100%;
  }
}

.blog__footer .arrow-up {
  -webkit-transform: translateX(-55%);
      -ms-transform: translateX(-55%);
          transform: translateX(-55%);
  margin-top: 60px;
}

@media only screen and (max-width: 1600px) {
  .blog__footer .arrow-up {
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.blog__links {
  margin: 90px 0 70px;
  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;
}

@media only screen and (max-width: 991px) {
  .blog__links {
    margin: 10px 0 15px;
  }
}

.blog__links a {
  margin: 0 67px;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 991px) {
  .blog__links a {
    margin: 0 20px;
  }
}

@media only screen and (max-width: 991px) {
  .blog__links a img {
    max-width: 33px;
  }
}

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

.blog__links a:hover p {
  text-decoration: none;
}

.blog__links p {
  padding-top: 13px;
  color: #343434;
  font-size: 18px;
  font-weight: 300;
  text-decoration: underline;
  letter-spacing: 0.45px;
}

@media only screen and (max-width: 991px) {
  .blog__links p {
    padding-top: 3px;
    font-size: 10px;
    letter-spacing: 0.58px;
  }
}

.brands {
  overflow-x: hidden;
  overflow-y: auto;
  padding-bottom: 15px;
}

@media only screen and (max-width: 991px) {
  .brands {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 0;
  }
}

.brands_item .info-page__title h1 {
  font-weight: 300;
  text-transform: none;
}

.brands__row {
  max-width: 1130px;
  margin: 0 -37px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
}

@media only screen and (max-width: 1600px) {
  .brands__row {
    margin: 0 -15px;
    max-width: 700px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media only screen and (max-width: 767px) {
  .brands__row {
    left: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

@media only screen and (max-width: 576px) {
  .brands__row {
    margin: 15px -2.5px 0;
    max-width: 279px;
    left: 50%;
    position: relative;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.brands__row:after {
  position: absolute;
  z-index: 0;
  bottom: -190px;
  left: -100vw;
  width: 300vw;
  content: '';
  background-color: #f3f3f3;
  height: 300px;
}

@media only screen and (max-width: 991px) {
  .brands__row:after {
    display: none;
  }
}

.brands__header {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 991px) {
  .brands__header {
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.brands__header img {
  display: block;
  margin-left: -20px;
  min-width: 139px;
  width: 139px;
}

@media only screen and (max-width: 991px) {
  .brands__header img {
    margin-left: 0;
  min-width: 70px;
  width: 70px;
  }
}

.brands__header-text {
  max-width: 880px;
  padding-top: 20px;
  margin-left: 40px;
}

@media only screen and (max-width: 991px) {
  .brands__header-text {
    margin-left: 0;
  }
}

.brands__header-text_no-margin {
	margin-left: 0;
}

.brands__header-title {
  margin-bottom: 20px;
  color: #3f3939;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.6px;
}

@media only screen and (max-width: 991px) {
  .brands__header-title {
    font-size: 20px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .brands__header-title {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 10px;
  }
}

.brands__header p {
  padding-bottom: 15px;
  color: #000;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0.45px;
}

@media only screen and (max-width: 991px) {
  .brands__header p {
    font-size: 14px;
    line-height: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .brands__header p {
    font-size: 12px;
    line-height: 14px;
    padding-bottom: 10px;
  }
}

.brands__header .bold-text p {
  font-weight: 700;
}

.blog__top-text a,
.brands__header a {
  color: #009250;
  text-decoration: underline;
}

.blog__top-text a:hover,
.brands__header a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 991px) {
  .brands__header a {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .brands__header a {
    font-size: 12px;
  }
}

.brands__header_brand-image {
  width: 213px;
  min-width: 213px;
  height: 213px;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

@media only screen and (max-width: 991px) {
  .brands__header_brand-image {
    width: 137px;
    min-width: 137px;
    height: 137px;
  }
}

.brands__header_brand-image img {
  display: block;
  margin: 0;
  min-width: auto;
}

@media only screen and (max-width: 991px) {
  .brands__header_brand-image img {
    width: 86px;
    min-width: auto;
  }
}

.brands__header_brand .brands__header-text {
  max-width: 100%;
  padding: 0;
}

@media only screen and (max-width: 991px) {
  .brands__header_brand .brands__header-text {
    margin-left: 0;
    padding-top: 15px;
    padding-right: 15px;
    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;
  }
}

.brands__header_brand .brands__header-text p {
  padding-bottom: 25px;
}

@media only screen and (max-width: 991px) {
  .brands__header_brand .brands__header-text p {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    font-size: 14px;
    line-height: 16px;
    padding-bottom: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .brands__header_brand .brands__header-text p {
    font-size: 12px;
    line-height: 14px;
    padding-bottom: 15px;
  }
}

@media only screen and (max-width: 991px) {
  .brands__header_brand .brands__header-text .bold-text {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
}

@media only screen and (max-width: 991px) {
  .brands__header_brand .brands__header-text .bold-text p {
    padding-bottom: 0;
  }
}

.brands__header_brand a {
  margin-top: 15px;
  display: inline-block;
  color: #9D9D9C;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: underline;
  letter-spacing: 0.6px;
}

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

@media only screen and (max-width: 991px) {
  .brands__header_brand a {
    -webkit-transform: translateX(7.5px);
        -ms-transform: translateX(7.5px);
            transform: translateX(7.5px);
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin: 0 auto 20px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    letter-spacing: 0.3px;
  }
}

@media only screen and (max-width: 767px) {
  .brands__header_brand a {
    font-size: 12px;
    letter-spacing: 0.3px;
  }
}

.brands__col {
  width: 25%;
  padding: 0 15px;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 1600px) {
  .brands__col {
    width: 50%;
  }
}

@media only screen and (max-width: 576px) {
  .brands__col {
    width: 50%;
    padding: 0 2.5px;
  }
}

.brands__item {
  display: block;
  margin: 70px auto 0;
  max-width: 208px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 1600px) {
  .brands__item {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 991px) {
  .brands__item {
  }
}

@media only screen and (max-width: 576px) {
  .brands__item {
    margin-top: 10px;
  }
}

.brands__item:after {
  position: absolute;
  content: '';
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1d2342;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}

.brands__item-content {
  position: relative;
  z-index: 1;
  padding-bottom: 100%;
}

.brands__item-image {
	position: absolute;
	left: 0;top: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-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;
  	padding: 15px;
	width: 100%;height: 100%;
	box-sizing: border-box;
}

.brands__item-hover {
	position: absolute;
	left: 0;bottom: 0;
	width: 100%;height: 0;
	overflow: hidden;
	padding: 15px;
	box-sizing: border-box;
	color: #fff;
  	background-color: #1d2342;
  	opacity: 0;
  	transition: 0.25s;
}

.brands__item-title {
	margin-bottom: 10px;
    font-size: 18px;
    line-height: 22px;
}

.brands__item-text {
	margin-bottom: 5px;
    font-size: 16px;
}

.brands__item-more {
    font-size: 16px;
    text-decoration: underline;
}

@media only screen and (max-width: 767px) {
	.brands__item-hover {
		padding: 10px;
	}

	.brands__item-title {
	    font-size: 14px;
	    line-height: 16px;
	}

	.brands__item-text {
	    font-size: 12px;
	}

	.brands__item-more {
	    font-size: 12px;
	}
}

.brands__item:hover .brands__item-hover {
	height: 100%;
	opacity: 1;
}

.brands__item-bottom {
  position: relative;
  z-index: 1;
  height: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  background-color: #1d2342;
}

@media only screen and (max-width: 991px) {
  .brands__item-bottom {
    height: 8px;
  }
}

.brands__item-bottom img {
  width: 15px;
}

@media only screen and (max-width: 991px) {
  .brands__item-bottom img {
    width: 7px;
    max-width: 7px;
  }
}

@media only screen and (max-width: 991px) {
  .brands__item img {
    max-width: auto;
    width: 60%;
  }
}

.brands__more {
  position: relative;
  z-index: 1;
  margin: 75px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  max-width: 400px;
  height: 56px;
  background-color: #1d2342;
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0.6px;
}

@media only screen and (max-width: 991px) {
  .brands__more {
    margin-top: 65px;
    height: 38px;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.44px;
  }
}

.ratings {
  /*padding-right: 35px;*/
  padding-bottom: 25px;
  overflow-x: hidden;
}

@media only screen and (max-width: 991px) {
  .ratings {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0;
  }
}

.ratings .tabulator__content {
  padding-top: 30px;
}

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

@media only screen and (max-width: 767px) {
  .ratings__row {
    margin: 0 auto;
    max-width: 260px;
  }
}

.ratings__col {
	margin-top: 15px;
  padding: 0 4.5px;
  width: 33.333333%;
}

@media only screen and (max-width: 1600px) {
  .ratings__col {
    width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .ratings__col {
    margin-top: 11px;
    padding: 0;
    width: 100%;
  }
}

.ratings__item {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
  overflow: hidden;
  position: relative;
  height: 100%;
}

.ratings__item::before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  width: 60px;
  height: 40px;
  background-color: #e6e6e6;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.is-browser-ie .ratings__item {
	display: block;
}

@media only screen and (max-width: 991px) {
  .ratings__item::before {
    width: 40px;
    height: 10px;
  }
}

.ratings__item::before {
  bottom: -20px;
  left: -22px;
}

@media only screen and (max-width: 991px) {
  .ratings__item::before {
    bottom: 5px;
    left: -24px;
  }
}

.ratings__top {
  position: relative;
  z-index: 1;
}

.ratings__top p {
  position: absolute;
  z-index: 1;
  padding: 25px 20px 15px 100px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
}

@media only screen and (max-width: 1850px) {
  .ratings__top p {
    width: auto;
    height: auto;
    padding: 20px 20px 5px 95px;
    font-size: 12px;
    line-height: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .ratings__top p {
    padding: 30px 15px 15px 65px;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 0.6px;
  }
}

.ratings__top p span {
  font-size: 60px;
  font-weight: 700;
  letter-spacing: 1.51px;
}

@media only screen and (max-width: 1850px) {
  .ratings__top p span {
    font-size: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .ratings__top p span {
    font-size: 38px;
  }
}

.ratings__ico {
  position: absolute;
  z-index: 1;
  top: 25px;
  left: 15px;
}

@media only screen and (max-width: 1850px) {
  .ratings__ico {
    left: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .ratings__ico {
    top: 10px;
    left: 10px;
    height: 30px;
  }
}

.ratings__image {
  width: 100%;
  display: block;
}

.ratings__bottom {
  background-color: #fff;
  position: relative;
  -webkit-flex: 1px;
  -moz-flex: 1px;
  -ms-flex: 1px;
  -o-flex: 1px;
  flex: 1px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
}

.ratings__bottom:before {
  background-color: #fff;
  height: 25px;
  width: 100%;
  bottom: 100%;
  left: 0;
  position: absolute;
  content: '';
  z-index: 0;
}

.ratings__bottom p {
  padding: 12.5px 40px 7.5px 35px;
  color: #454545;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.16px;
}

@media only screen and (max-width: 767px) {
  .ratings__bottom p {
    padding: 20px 35px 12px 23px;
    font-size: 10px;
  }
}

.ratings__source {
  text-align: right;
  margin-top: auto;
  padding-right: 20px;
  padding-bottom: 8px;
  color: #a6a6a6;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.12px;
}

@media only screen and (max-width: 1199px) {
  .ratings__source {
    font-size: 11px;
  }
}

@media only screen and (max-width: 767px) {
  .ratings__source {
    padding-right: 12px;
    padding-bottom: 10px;
    font-size: 8px;
    font-weight: 400;
    letter-spacing: 0.13px;
  }
}

.map {
  position: relative;
  height: 580px;
}

.map__container {
  left: -200px;
  top: -135px;
  position: absolute;
  width: 1216px;
  height: 797px;
}

@media only screen and (max-height: 800px) {
  .map__container {
    top: -140px;
  }
}

@media only screen and (max-width: 1300px) {
  .map__container {
    left: -280px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.map {
	  position: relative;
	  height: 840px;
	}
}

@media only screen and (max-width: 767px) {
  .map__container {
    left: -435px;
    top: -170px;
    width: 1100px;
    height: 721px;
  }
}

.map__popup {
  position: absolute;
  z-index: 1;
  width: 353px;
  margin-top: 125px;
  /*padding: 0 0 35px 35px;*/
  -webkit-transform: translate(130px, -100%);
      -ms-transform: translate(130px, -100%);
          transform: translate(130px, -100%);
  display: none;
}

@media only screen and (max-width: 767px) {
  .map__popup {
  margin-top: 121px;
    width: 200px;
  -webkit-transform: translate(30px, -100%);
      -ms-transform: translate(30px, -100%);
          transform: translate(30px, -100%);
  }
}

.map__popup__close {
	position: absolute;
	right: 5px;top: 5px;
	margin: 0;
	outline: none;
	border: none;
	padding: 0;
	width: 18px;height: 18px;
    background: url(/static/css/../img/close-modal.svg) 50% 50% no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    transition: 0.25s;
}

.map__popup__close:hover {
	opacity: 0.8;
}

.map__popup-tab {
  display: none;
}

.map__popup-wrapper {
	position: absolute;
	left: 35px;bottom: 35px;
	padding: 20px 20px 20px 30px;
	box-shadow: 5px 5px 5px rgba(0, 95, 169, 0.7);
	background: #fff;
}

.map__popup-wrapper::after {
	content: "";
	position: absolute;
	right: 100%;
	top: 100%;
	border-left: solid 20px transparent;
	border-right: solid 20px transparent;
	border-top: solid 70px #fff;
	transform: rotate(45deg) translate3d(-10px, -30px, 0);
}

@media only screen and (max-width: 767px) {
  .map__popup-wrapper {
  	left: 12px;
    bottom: 12px;
    padding: 10px 15px;
  }
  .map__popup-wrapper:after {
    left: 82px;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
    border-top: solid 10px #fff;
    transform: rotate(0);
  }
}

.map__popup-title {
	padding-right: 10px;
  color: #9D9D9C;
  font-size: 16px;
  letter-spacing: 0.16px;
}

@media only screen and (max-width: 767px) {
  .map__popup-title {
  	padding-right: 15px;
    font-size: 10px;
  }
}

.map__popup-list {
  margin-top: 15px;
  color: #454545;
  font-size: 12px;
  font-weight: 400;
}

.map__popup-list li {
	position: relative;
}

.map__popup-list li + li {
	margin-top: 4px;
}

.map__popup-list li:before {
	content: "";
	position: absolute;
	left: -10px;
	top: 3px;
	width: 6px;height: 6px;
	background: #06d27d;
}

@media only screen and (max-width: 767px) {
  .map__popup-list {
    margin-top: 10px;
    font-size: 10px;
    letter-spacing: 0.12px;
  }
  .map__popup-list li:before {
	left: -8px;
	top: 2px;
	width: 4px;height: 4px;
	}
}

@media only screen and (max-width: 767px) {
  .map__popup-list li {
    margin-bottom: 0.7px;
  }
}

.map__image {
  position: relative;
  margin: -350px 0 0 0;
  width: 1970px;
  height: 1400px;
  overflow: hidden;
}

.map__image svg {
  width: 1970px;
  height: 1400px;
}

@media only screen and (max-width: 991px) {
  .map__image {
    height: 1350px;
  }
}

@media only screen and (max-width: 767px) {
  .map__image {
    height: 1300px;
  }
}

.map__branch {
  -webkit-transition: fill 0.32s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: fill 0.32s cubic-bezier(0.23, 1, 0.32, 1);
  transition: fill 0.32s cubic-bezier(0.23, 1, 0.32, 1);
  cursor: pointer;
}

.map__branch:hover, .map__branch.active {
  fill: #94C11F;
}

.jobs {
  padding-right: 110px;
  padding-bottom: 30px;
  overflow-x: hidden;
}

@media only screen and (max-width: 1600px) {
  .jobs {
    padding-right: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .jobs {
    padding-right: 20px;
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 991px) {
  .jobs .arrow-up {
    margin-bottom: 16px;
  }
}

.jobs .paginator {
  margin-top: 60px;
}

@-moz-document url-prefix() {
  .jobs .paginator {
    margin-bottom: 15px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .jobs .paginator {
    margin-bottom: 15px;
  }
}

.jobs .info-page__title {
  max-width: -webkit-calc(100% - 160px);
  max-width: calc(100% - 160px);
}

@media only screen and (max-width: 991px) {
  .jobs .info-page__title {
    max-width: -webkit-calc(100% - 70px);
    max-width: calc(100% - 70px);
  }
}

.jobs__open-profile {
  top: 80px;
  position: absolute;
  right: 110px;
  width: 144px;
  height: 144px;
  background-color: #fff;
  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;
  -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;
}

@media only screen and (max-width: 1600px) {
  .jobs__open-profile {
    right: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .jobs__open-profile {
    top: 80px;
    width: 80px;
    height: 80px;
    right: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .jobs__open-profile {
    top: 95px;
    width: 61px;
    height: 61px;
  }
}

.jobs__open-profile img {
  display: block;
}

@media only screen and (max-width: 991px) {
  .jobs__open-profile img {
    width: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .jobs__open-profile img {
    width: 20px;
  }
}

.jobs__open-profile span {
  margin-top: 23px;
  display: block;
  color: #5b5b5b;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

@media only screen and (max-width: 991px) {
  .jobs__open-profile span {
    margin-top: 9px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .jobs__open-profile span {
    margin-top: 9px;
    font-size: 10px;
  }
}

.jobs__form {
  margin-top: 50px;
  background-color: #d6d6d6;
  padding: 30px 50px 0;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .jobs__form {
    margin-top: 15px;
    padding: 15px 0 0;
  }
}

.jobs__form:before, .jobs__form:after {
  position: absolute;
  top: 0;
  content: '';
  width: 20px;
  background-color: #d6d6d6;
  height: 100%;
  display: none;
}

@media only screen and (max-width: 991px) {
  .jobs__form:before, .jobs__form:after {
    display: block;
  }
}

.jobs__form:before {
  left: -20px;
}

.jobs__form:after {
  right: -20px;
}

.jobs__form-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

@media only screen and (max-width: 991px) {
  .jobs__form-title {
    margin-bottom: 5px;
  }
}

.jobs__form-title img {
  margin-right: 14px;
}

@media only screen and (max-width: 991px) {
  .jobs__form-title img {
    margin-right: 2px;
    width: 10px;
  }
}

.jobs__form-title span {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  text-transform: uppercase;
}

@media only screen and (max-width: 991px) {
  .jobs__form-title span {
    font-size: 10px;
    line-height: 13.5px;
  }
}

.jobs__form-col {
  margin-top: 37px;
  padding: 0 22.5px;
  width: 50%;
}

@media only screen and (max-width: 991px) {
  .jobs__form-col {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 576px) {
  .jobs__form-col {
    padding: 0;
    width: 100%;
  }
}

.jobs__form-row {
  margin: 0 -22.5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media only screen and (max-width: 576px) {
  .jobs__form-row {
    margin: 0;
  }
}

.jobs__form-row .select2 {
  width: 100% !important;
  height: 55px;
}

@media only screen and (max-width: 991px) {
  .jobs__form-row .select2 {
    height: 30px;
  }
}

.jobs__form-row .select2-selection {
  padding-left: 25px;
  height: 100%!important;
  border: none;
}

@media only screen and (max-width: 991px) {
  .jobs__form-row .select2-selection {
    padding-left: 10px;
  }
}

.jobs__form-row .select2-selection__rendered, .jobs__form-row .select2-selection__placeholder {
  font-family: "Circe";
  font-weight: 300;
  font-size: 24px;
  letter-spacing: 0.6px;
  color: #343434 !important;
  -webkit-transition: all 0.32s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.32s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.32s cubic-bezier(0.23, 1, 0.32, 1);
}

@media only screen and (max-width: 991px) {
  .jobs__form-row .select2-selection__rendered, .jobs__form-row .select2-selection__placeholder {
    font-size: 12px;
  }
}

.jobs__form-row .select2-selection__rendered {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0 !important;
  height: 100%;
}

.jobs__form-row .select2-selection__arrow {
  top: 0 !important;
  right: 0 !important;
  width: 56px !important;
  height: 100% !important;
  background-color: #9D9D9C;
  border: none;
}

@media only screen and (max-width: 991px) {
  .jobs__form-row .select2-selection__arrow {
    width: 28px !important;
  }
}

.jobs__form-row .select2-selection__arrow::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 14px;
  height: 14px;
  background-image: url("/static/css/../img/icons/select-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.32s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.32s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.32s cubic-bezier(0.23, 1, 0.32, 1);
}

@media only screen and (max-width: 991px) {
  .jobs__form-row .select2-selection__arrow::before {
    width: 7px;
    height: 7px;
    -webkit-background-size: contain;
            background-size: contain;
  }
}

.jobs__form-row .select2-selection__arrow b {
  display: none;
}

.jobs__form-submit {
  -webkit-transform: translateY(28px);
      -ms-transform: translateY(28px);
          transform: translateY(28px);
  outline: none;
  border: none;
  margin: 28px auto 0;
  width: 287px;
  height: 56px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  background-color: #1d2342;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0.6px;
  color: #fff;
  -webkit-transition: 0.32s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: 0.32s cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.32s cubic-bezier(0.23, 1, 0.32, 1);
  cursor: pointer;
}

@media only screen and (max-width: 991px) {
  .jobs__form-submit {
    -webkit-transform: translateY(18px);
        -ms-transform: translateY(18px);
            transform: translateY(18px);
    margin-top: 5px;
    width: 180px;
    height: 35px;
    font-size: 12px;
  }
}

.jobs__form-submit:hover {
  opacity: .8;
}

.jobs__form .select2-container--open .select2-selection__arrow::before {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
      -ms-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}

.jobs__form .select2-search__field {
  height: 35px;
}

.jobs__form .select2-container--default {
  -webkit-transition: all 0.32s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.32s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.32s cubic-bezier(0.23, 1, 0.32, 1);
}

.jobs__form .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #9D9D9C;
}

.jobs__form .select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #1d2342;
  color: #fff;
  cursor: default;
}

.jobs__form .select2-results__option {
  font-family: "Circe";
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.6px;
  color: #343434;
  -webkit-transition: all 0.32s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.32s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.32s cubic-bezier(0.23, 1, 0.32, 1);
}

@media only screen and (max-width: 991px) {
  .jobs__form .select2-results__option {
    font-size: 12px;
  }
}

.jobs__searching {
  margin-top: 60px;
  padding: 45px 65px 35px;
  background-color: #fff;
}

@media only screen and (max-width: 991px) {
  .jobs__searching {
    margin-top: 27px;
    padding: 15px 25px;
  }
}

.jobs__searching-list {
  list-style-type: decimal;
}

.jobs__searching-list li {
  margin-bottom: 35px;
  color: #343434;
  font-size: 18px;
  font-weight: 300;
}

@media only screen and (max-width: 991px) {
  .jobs__searching-list li {
    margin-bottom: 10px;
    font-size: 10px;
  }
}

.jobs__searching-list li:last-child {
  margin-bottom: 0;
}

.jobs__searching-list p {
  padding-top: 15px;
  color: #343434;
  font-size: 18px;
  font-weight: 300;
}

@media only screen and (max-width: 991px) {
  .jobs__searching-list p {
    padding-top: 10px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .jobs__searching-list p {
    font-size: 10px;
  }
}

.jobs__searching-position {
  color: #1d2342;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-decoration: underline;
}

@media only screen and (max-width: 991px) {
  .jobs__searching-position {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .jobs__searching-position {
    font-size: 12px;
  }
}

.jobs__info {
  margin-top: 40px;
}

@media only screen and (max-width: 991px) {
  .jobs__info {
    margin-top: 20px;
    -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
            transform: translateX(-20px);
    width: -webkit-calc(100% + 40px);
    width: calc(100% + 40px);
  }
}

.jobs__info-row {
  padding: 25px 40px 25px 22px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #000;
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
  letter-spacing: 0.45px;
  background-color: #fff;
}

@media only screen and (max-width: 991px) {
  .jobs__info-row {
    font-size: 16px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .jobs__info-row {
    padding: 20px 22px;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.3px;
  }
}

.jobs__info-row_header {
  background-color: #dcdcdc;
}

.jobs__info-row_header .jobs__info-title {
  color: #000;
}

.jobs__info-row ul {
  list-style-type: decimal;
  padding-left: 20px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 991px) {
  .jobs__info-row ul {
    padding-left: 15px;
    margin-bottom: 15px;
  }
}

.jobs__info-row ul:last-child {
  margin-bottom: 0;
}

.jobs__info-left {
  margin-right: 45px;
  width: 144px;
  min-width: 144px;
  height: 144px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #dcdcdc;
}

@media only screen and (max-width: 991px) {
  .jobs__info-left {
    margin-right: 35px;
    width: 80px;
    min-width: 80px;
    height: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .jobs__info-left {
    margin-right: 28px;
    width: 63px;
    min-width: 63px;
    height: 63px;
  }
}

.jobs__info-left span {
  display: block;
  text-align: center;
}

.jobs__info-left .bold-text {
  margin-top: 20px;
}

@media only screen and (max-width: 991px) {
  .jobs__info-left .bold-text {
    margin-top: 5px;
  }
}

.jobs__info-title {
  margin-bottom: 25px;
  font-weight: 700;
  color: #6f6f6f;
}

@media only screen and (max-width: 991px) {
  .jobs__info-title {
    margin-bottom: 13px;
  }
}

.jobs__contacts {
  margin-top: 35px;
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .jobs__contacts {
    margin-top: 20px;
  }
}

.jobs__contacts .bold-text {
  color: #3e3e3e;
  margin-bottom: 27px;
}

@media only screen and (max-width: 991px) {
  .jobs__contacts .bold-text {
    margin-bottom: 15px;
  }
}

.jobs__contacts span, .jobs__contacts a {
  display: block;
  color: #0a0a0a;
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: 0.45px;
  letter-spacing: 0.45px;
}

@media only screen and (max-width: 991px) {
  .jobs__contacts span, .jobs__contacts a {
    font-size: 16px;
    line-height: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .jobs__contacts span, .jobs__contacts a {
    font-size: 14px;
    line-height: 16px;
  }
}

.jobs__contacts a {
  text-decoration: underline;
}

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

.jobs__open {
  margin: 55px auto 0;
  width: 401px;
  height: 56px;
  background-color: #1d2342;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0.6px;
}

@media only screen and (max-width: 991px) {
  .jobs__open {
    margin-top: 25px;
    font-size: 16px;
    width: 250px;
    height: 35px;
  }
}



.worksheet {
  background-color: #9D9D9C;
  padding-bottom: 40px;
}

@media only screen and (max-width: 991px) {
  .worksheet {
    position: fixed !important;
    overflow: auto;
    height: 100vh;
  }
}

@media only screen and (max-width: 576px) {
  .worksheet {
    padding-bottom: 30px;
  }
}

.worksheet__wrapper {
  margin: 0 auto;
  padding: 50px 0 25px 0;
  max-width: 750px;
}

@media only screen and (max-width: 1600px) {
  .worksheet__wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/*
.worksheet {
  padding-bottom: 50px;
  background-color: #9D9D9C;
  min-height:100%;
}

@media only screen and (max-width: 991px) {
  .worksheet {
    position: fixed;
    -webkit-transform: translateY(-200vh);
        -ms-transform: translateY(-200vh);
            transform: translateY(-200vh);
  }
}

@media only screen and (max-width: 576px) {
  .worksheet {
    padding-bottom: 30px;
  }
}
*/
.worksheet .worksheet-name {
  margin-right: 15px;
}

@media only screen and (max-width: 767px) {
  .worksheet .worksheet-name {
    margin-right: 0;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
  }
}

.worksheet .worksheet-position {
  width: 36%;
}

@media only screen and (max-width: 767px) {
  .worksheet .worksheet-position {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
  }
}

.worksheet .worksheet-phone,
.worksheet .worksheet-email,
.worksheet .worksheet-study {
  width: 33.3333%;
}

.worksheet .worksheet-phone,
.worksheet .worksheet-email {
  margin-right: 15px;
}

@media only screen and (max-width: 576px) {
  .worksheet .worksheet-phone {
    margin-right: 7px;
  }
}

@media only screen and (max-width: 1200px) {
  .worksheet .worksheet-email {
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .worksheet .worksheet-email {
    width: 40%;
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
  }
}

@media only screen and (max-width: 1200px) {
  .worksheet .worksheet-study {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
  }
}

.worksheet .textarea {
  height: 140px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 576px) {
  .worksheet .textarea {
    margin-bottom: 0;
    height: 78px;
  }
}

.worksheet .popup-title,
.worksheet .popup-descr {
  text-align: center;
}

.worksheet .worksheet-experience {
  margin: 3px 0 10px;
}

@media only screen and (max-width: 576px) {
  .worksheet .worksheet-experience {
    margin: 0 0 7px;
  }
}

.worksheet__drop-file {
  margin: 10px 0 25px;
  text-align: center;
}

.worksheet__drop-file p {
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.35px;
  color: #fff;
}

@media only screen and (max-width: 576px) {
  .worksheet__drop-file p {
    font-size: 8px;
    font-weight: 300;
    letter-spacing: 0.25px;
  }
}

.worksheet__drop-file span {
  margin: 0 15px;
  position: relative;
}

@media only screen and (max-width: 576px) {
  .worksheet__drop-file span {
    margin: 0;
  }
}

.worksheet__drop-file label {
  font-size: 18px;
  font-weight: 300;
  text-decoration: underline;
  letter-spacing: 0.45px;
  color: #fff;
  cursor: pointer;
}

.worksheet__drop-file label:hover {
  text-decoration: none;
}

@media only screen and (max-width: 576px) {
  .worksheet__drop-file label {
    display: block;
    font-size: 10px;
    letter-spacing: 0.45px;
  }
}

.worksheet__drop-file input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}

.worksheet .popup-descr {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}

.worksheet__wrapper {
  margin: 0 auto;
  padding: 30px 0 25px 0;
  max-width: 1160px;
}

@media only screen and (max-width: 1600px) {
  .worksheet__wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (max-width: 991px) {
  .worksheet__wrapper {
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .worksheet .text-small {
    margin-top: -90px;
  }
}

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

@media only screen and (max-width: 767px) {
  .worksheet__input-group {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media only screen and (max-width: 1200px) {
  .worksheet__input-group_three {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.worksheet__input-small {
  margin-bottom: 0;
}

.worksheet__submit {
  margin-top: 25px;
  max-width: 385px;
}

@media only screen and (max-width: 576px) {
  .worksheet__submit {
    margin-top: 30px;
    max-width: 180px;
  }
}

.worksheet__submit input {
  background-color: #1d2342;
}

.select {
	position: relative;
}

.quality-slider {
	margin: 75px -175px -15px;
	padding: 130px 175px;
	background: #fff;
}

.quality-slider__image {
	position: relative;
	margin: 20px 15px;
	padding-bottom: 56%;
}

.quality-slider ul li {
	opacity: 0.5;
	transform: scale(0.9);
	transition: 0.25s;
}

.quality-slider ul {
	margin: 0 -25px;
}

.quality-slider ul li.slick-current {
	opacity: 1;
	transform: scale(1.2);
}



.quality-slider__image img {
	position: absolute;
	left: 0;top: 0;
	width: 100%;height: 100%;
	object-fit: cover;
}

.quality-slider .info-page__title-subtitle {
	margin-top: 60px;
	text-align: center;
}

.quality-slider .slick-arrow {
	z-index: 2;
	width: 60px;height: 60px;
  background: 50% 50% no-repeat;
  background-size: 100% 100%;
}

.quality-slider .slick-arrow:before {
  display: none;
}

.quality-slider .slick-arrow.slick-prev {
  left: -55px;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgaGVpZ2h0PSI0OCIgdmlld0JveD0iMCAwIDQ4IDQ4IiB3aWR0aD0iNDgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTMwLjgzIDMyLjY3bC05LjE3LTkuMTcgOS4xNy05LjE3LTIuODMtMi44My0xMiAxMiAxMiAxMnoiLz48cGF0aCBkPSJNMC0uNWg0OHY0OGgtNDh6IiBmaWxsPSJub25lIi8+PC9zdmc+") 50% 50% no-repeat;
  background-size: 100% 100%;
}

@media only screen and (max-width: 1600px) {
  .quality-slider .slick-arrow.slick-prev {
    left: 15px;
  }
}

.quality-slider .slick-arrow.slick-next {
  right: -55px;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgaGVpZ2h0PSI0OCIgdmlld0JveD0iMCAwIDQ4IDQ4IiB3aWR0aD0iNDgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE3LjE3IDMyLjkybDkuMTctOS4xNy05LjE3LTkuMTcgMi44My0yLjgzIDEyIDEyLTEyIDEyeiIvPjxwYXRoIGQ9Ik0wLS4yNWg0OHY0OGgtNDh6IiBmaWxsPSJub25lIi8+PC9zdmc+");
}

@media only screen and (max-width: 1600px) {
  .quality-slider .slick-arrow.slick-next {
    right: 15px;
  }
}

@media only screen and (max-width: 1600px) {
  .quality-slider {
	margin: 75px -30px -15px;
	padding: 65px 30px;
	background: #fff;
	}
}

@media only screen and (max-width: 991px) {
	.quality-slider {
		margin: 45px -15px 0;
		padding: 45px 15px;
		background: #fff;
	}

	.quality-slider .info-page__title-subtitle {
		margin-top: 30px;
		text-align: center;
	}
}

@media only screen and (max-width: 767px) {
	.quality-slider {
		margin: 45px -15px 0;
		padding: 45px 15px;
		background: #fff;
	}

	.quality-slider .info-page__title-subtitle {
		margin-top: 30px;
		text-align: center;
	}

	.quality-slider ul {
		margin: 0;
	}

	.quality-slider ul li,
	.quality-slider ul li.slick-current {
		margin: 0 10px;
		transform: scale(1);
	}
}

.subscribe__open {
  display: inline-block !important;
  margin-top: 9px;
  border-bottom: dashed 1px #025596;
  font-size: 14px;
}

.subscribe__wrapper {
  padding: 30px;
}

.subscribe .popup-title {
  font-size: 34px;
}

.subscribe .submit-blue {
  margin-bottom: 0;
}

.subscribe {
  left: 5%;
  max-width: 90%;
  height: auto;
  top: 100px;
  opacity: 0;
  visibility: hidden;
}

.subscribe.show {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 992px) {
  .subscribe {
    left: 50%;
    max-width: 400px;
    height: auto;
    top: 50%;
    opacity: 0;
    visibility: hidden;
    transform: translate3d(-50%, -50%, 0) !important;
  }

  .subscribe.show {
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 991px) {
  .subscribe .popup__close {
    right: 10px;
    top: 10px;
  }

  .subscribe__open {
    margin-top: 3px;
    font-size: 13px;
  }
}

@media (max-width: 576px) {
  .subscribe .popup-title {
    font-size: 18px;
  }

  .subscribe .submit-blue {
    margin-top: 0;
  }
}

@media (min-width: 1601px) {
  .holding-structure__row--3 {
    margin-right: 24.5%;
  }

  .holding-structure__row--3 .holding-structure__col {
    width: 33.33334%;
  }
}
/* End */


/* Start:/static/css/alex.css?16353737744856*/
.tbold{
	font-weight: 700 !important;
}
.left{
	text-align:right;
}
.brands__header-text h4{
	font-size: 18px;
        font-weight: bold;
}
.brands__header-text ul{
	padding-top: 0px;
        margin-bottom: 25px;
}
.info-page__contacts-two span{
	float: left;
	font-size: 16px;
	font-weight: normal;
	padding-left: 45px;
	padding-top: 5px;
}
@media only screen and (max-width: 991px) {
.info-page__contacts-two span{
	font-size: 9px;
	font-weight: normal;
	padding-left: 0px;
	padding-right: 6px;
	padding-top: 2px;
}
}
.tabulator__content.perpage_top{
	padding-top: 0px;
}
.perpage_top div.paginator:first-child{
	margin-bottom: 45px;
}
@media only screen and (max-width: 991px) {
.perpage_top div.paginator:first-child .paginator__btn {
    display: none;
  }
}

.brands__header-text.production {
    margin-left: 0px;
    padding-bottom: 40px;
}


/*komos*/

.brands__item-bottom {
	width: 0px !important;
	height: 0px !important;
}

@media only screen and (max-width: 991px) {
  .brands__item-bottom {
    /* height: 8px; */
  }
}

.brands__item-image {
	padding: 0px !important; 
}

@media only screen and (max-width: 991px) {
  .brands__item img {
    max-width: auto;
    width: 100%; 
  }
}

.brands__item-bottom img {
  /* width: 15px; */
}

@media only screen and (max-width: 991px) {
  .brands__item-bottom img {
    /* width: 7px; */
    /* max-width: 7px; */
  }
}

.brands__item {
	margin: 20px auto 0;
}

.brands__col {
	padding: 0 10px;
}
.brands__header li, .brands__header p a, .social p, .social li{
color: #000;
font-size: 18px;
font-weight: 300;
line-height: 24px;
letter-spacing: 0.45px;
}
.brands__header p a{
	margin-top: 0px;
	color: #1D2342;
	display: inline;
}
@media only screen and (max-width: 991px) {
  .brands__header p, .brands__header p a, .social p {
    -webkit-box-ordinal-group: 0 !important;
    -webkit-order: 0 !important;
    -ms-flex-order: 0 !important;
    order: unset !important;
    font-size: 14px;
    line-height: 16px;
    padding-bottom: 15px;
  }
  .brands__header li, .social li{
    font-size: 14px;
    line-height: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .brands__header li {
    font-size: 12px;
    line-height: 14px;
  }
}
.quality-slider {
    margin: 20px -175px -15px !important;
    padding: 74px 175px !important;
    background: #fff;
}
.quality-slider .info-page__title-subtitle {
    margin-top: 0px;
    margin-bottom: 60px;
}
.map__popup-list li.pp::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 3px;
    width: 6px;
    height: 6px;
    background: none;
}
.map__popup-list li.pp{
    margin-left: -10px;
}

.errfile { -webkit-animation: errfile 3s linear infinite; animation: errfile 3s linear infinite; } @-webkit-keyframes errfile { 0% { color: rgba(255, 255, 255, 1); } 50% { color: rgba(255, 255, 255, 0); } 100% { color: rgba(255, 255, 255, 1); } } @keyframes errfile { 0% { color: rgba(255, 255, 255, 1); } 50% { color: rgba(255, 255, 255, 0); } 100% { color: rgba(255, 255, 255, 1); } }

@media only screen and (min-width: 1599px) {
   .internship-profile-time-to,.internship-profile-time-from {
	display: none;
   }	
   .internship-profile-time-text{
	margin: 0 15px 0 25px;
   }
   .internship-profile-input-time{
	max-width: 141px;
	width: 141px;
   }
   .internship-profile__inputs.first .internship-profile__inputs-null{
   	max-width: 20%;
   }
   .internship-profile__inputs.first span.select2{
   	max-width: 20%;
	margin-right: 10px;
   }
   .internship-profile__inputs.first .internship-profile__inputs-first{
	width: 334px;
   }
}
@media only screen and (max-width: 1600px) {
   .internship-profile__inputs.first .internship-profile__inputs-null{
   	max-width: calc(45%);
   }
   .internship-profile__inputs.first span.select2{
	margin-right: 10px;
   	min-width: calc(45%);
   }
   .internship-profile__inputs.first input.internship-profile__inputs-first{
	margin-right: 0;
	max-width: calc(55% - 10px);
	width: 55%;
   }
   .internship-profile__inputs.first input.internship-profile__inputs-second{
	margin-top: 10px;
   }
}
.internship-profile__inputs.second .select2{
	margin-bottom: 0px;
}
.internship-profile__inputs.first .select2{
	margin-bottom: 0px;
}
.internship-profile-input-time{
	padding-left: 7px;
}

.sidebar__hot-line,.sidebar__phone{
	color: #E5352B;
}

@media only screen and (min-width: 1260px) {
	.brands__col,.holding-structure__col{
		width: 25%;
	}
	.holding-structure__row{
		max-width: 1130px;
	}
}

.holding-structure__item-image svg path{
	stroke: none !important;
}
.holding-structure__item-image svg {
    width: 100%;
}
.holding-structure__item-image{
	height: 118px;
}
/* End */


/* Start:/static/css/jquery-ui.css?156881477824321*/
/*! jQuery UI - v1.12.1 - 2016-12-10
* http://jqueryui.com
* Includes: core.css, datepicker.css, slider.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */ }

.ui-front {
  z-index: 100; }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none; }

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%; }

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em; }

.ui-slider {
  position: relative;
  text-align: left; }

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none; }

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0; }

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  -webkit-filter: inherit;
          filter: inherit; }

.ui-slider-horizontal {
  height: .8em; }

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em; }

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.ui-slider-horizontal .ui-slider-range-min {
  left: 0; }

.ui-slider-horizontal .ui-slider-range-max {
  right: 0; }

.ui-slider-vertical {
  width: .8em;
  height: 100px; }

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em; }

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%; }

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0; }

.ui-slider-vertical .ui-slider-range-max {
  top: 0; }

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em; }

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5; }

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333; }

.ui-widget-content a {
  color: #333333; }

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold; }

.ui-widget-header a {
  color: #333333; }

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545; }

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none; }

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b; }

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none; }

.ui-visual-focus {
  -webkit-box-shadow: 0 0 3px 1px #5e9ed6;
          box-shadow: 0 0 3px 1px #5e9ed6; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff; }

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff; }

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620; }

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90; }

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620; }

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f; }

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f; }

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f; }

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal; }

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */ }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px; }

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("/static/css/images/ui-icons_444444_256x240.png"); }

.ui-widget-header .ui-icon {
  background-image: url("/static/css/images/ui-icons_444444_256x240.png"); }

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("/static/css/images/ui-icons_555555_256x240.png"); }

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("/static/css/images/ui-icons_ffffff_256x240.png"); }

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("/static/css/images/ui-icons_777620_256x240.png"); }

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("/static/css/images/ui-icons_cc0000_256x240.png"); }

.ui-button .ui-icon {
  background-image: url("/static/css/images/ui-icons_777777_256x240.png"); }

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px; }

.ui-icon-caret-1-n {
  background-position: 0 0; }

.ui-icon-caret-1-ne {
  background-position: -16px 0; }

.ui-icon-caret-1-e {
  background-position: -32px 0; }

.ui-icon-caret-1-se {
  background-position: -48px 0; }

.ui-icon-caret-1-s {
  background-position: -65px 0; }

.ui-icon-caret-1-sw {
  background-position: -80px 0; }

.ui-icon-caret-1-w {
  background-position: -96px 0; }

.ui-icon-caret-1-nw {
  background-position: -112px 0; }

.ui-icon-caret-2-n-s {
  background-position: -128px 0; }

.ui-icon-caret-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -65px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -65px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-on {
  background-position: -96px -144px; }

.ui-icon-radio-off {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  -webkit-border-top-left-radius: 3px;
          border-top-left-radius: 3px; }

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  -webkit-border-top-right-radius: 3px;
          border-top-right-radius: 3px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  -webkit-border-bottom-left-radius: 3px;
          border-bottom-left-radius: 3px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  -webkit-border-bottom-right-radius: 3px;
          border-bottom-right-radius: 3px; }

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */ }

.ui-widget-shadow {
  -webkit-box-shadow: 0px 0px 5px #666666;
  box-shadow: 0px 0px 5px #666666; }

/* End */


/* Start:/local/templates/enterprises/assets/styles.css?172050852212633*/
@font-face {
  font-family: "Circe";
  font-weight: bold;
  font-style: normal;
  src: url("/local/templates/enterprises/assets/fonts/circe_bold.eot"); /* IE 9 Compatibility Mode */
  src: url("/local/templates/enterprises/assets/fonts/circe_bold.eot?#iefix") format("embedded-opentype"),
  url("/local/templates/enterprises/assets/fonts/circe_bold.woff2") format("woff2"),
  url("/local/templates/enterprises/assets/fonts/circe_bold.woff") format("woff"),
  url("/local/templates/enterprises/assets/fonts/circe_bold.ttf") format("truetype"),
  url("/local/templates/enterprises/assets/fonts/circe_bold.svg#circe_bold") format("svg"); /* Chrome < 4, Legacy iOS */
}
@font-face {
  font-family: "Circe";
  font-weight: 900;
  font-style: normal;
  src: url("/local/templates/enterprises/assets/fonts/circe_extrabold.eot"); /* IE 9 Compatibility Mode */
  src: url("/local/templates/enterprises/assets/fonts/circe_extrabold.eot?#iefix") format("embedded-opentype"),
  url("/local/templates/enterprises/assets/fonts/circe_extrabold.woff2") format("woff2"),
  url("/local/templates/enterprises/assets/fonts/circe_extrabold.woff") format("woff"),
  url("/local/templates/enterprises/assets/fonts/circe_extrabold.ttf") format("truetype"),
  url("/local/templates/enterprises/assets/fonts/circe_extrabold.svg#circe_extrabold") format("svg"); /* Chrome < 4, Legacy iOS */
}
@font-face {
  font-family: "Circe";
  font-weight: 300;
  src: url("/local/templates/enterprises/assets/fonts/circe_light.eot"); /* IE 9 Compatibility Mode */
  src: url("/local/templates/enterprises/assets/fonts/circe_light.eot?#iefix") format("embedded-opentype"),
  url("/local/templates/enterprises/assets/fonts/circe_light.woff2") format("woff2"),
  url("/local/templates/enterprises/assets/fonts/circe_light.woff") format("woff"),
  url("/local/templates/enterprises/assets/fonts/circe_light.ttf") format("truetype"),
  url("/local/templates/enterprises/assets/fonts/circe_light.svg#circe_light") format("svg"); /* Chrome < 4, Legacy iOS */
}
@font-face {
  font-family: "Circe";
  src: url("/local/templates/enterprises/assets/fonts/circe.eot"); /* IE 9 Compatibility Mode */
  src: url("/local/templates/enterprises/assets/fonts/circe.eot?#iefix") format("embedded-opentype"),
  url("/local/templates/enterprises/assets/fonts/circe.woff2") format("woff2"),
  url("/local/templates/enterprises/assets/fonts/circe.woff") format("woff"),
  url("/local/templates/enterprises/assets/fonts/circe.ttf") format("truetype"),
  url("/local/templates/enterprises/assets/fonts/circe.svg#circe") format("svg"); /* Chrome < 4, Legacy iOS */
}
@font-face {
  font-family: "Circe";
  font-weight: 100;
  font-style: normal;
  src: url("/local/templates/enterprises/assets/fonts/circe_thin.eot"); /* IE 9 Compatibility Mode */
  src: url("/local/templates/enterprises/assets/fonts/circe_thin.eot?#iefix") format("embedded-opentype"),
  url("/local/templates/enterprises/assets/fonts/circe_thin.woff2") format("woff2"),
  url("/local/templates/enterprises/assets/fonts/circe_thin.woff") format("woff"),
  url("/local/templates/enterprises/assets/fonts/circe_thin.ttf") format("truetype"),
  url("/local/templates/enterprises/assets/fonts/circe_thin.svg#circe_thin") format("svg"); /* Chrome < 4, Legacy iOS */
}
:root {
  --color-primary: #f8a602;
  --color-background: #e8e8e8;
  --color-text: #343434;
  --container-width: 1143px;
  --container-gap: 20px;
  --header-height-mobile: 50px;
  --header-height-desktop: 100px;
}

body {
  background-color: var(--color-background);
}

img {
  vertical-align: middle;
}

button {
  font: inherit;
}

.landing {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.container {
  width: 100%;
  max-width: var(--container-width);
  margin-right: auto;
  margin-left: auto;
  padding-right: var(--container-gap);
  padding-left: var(--container-gap);
}

.header {
  position: sticky;
  z-index: 2;
  top: 0;
  background-color: #fff;
}
.header__container {
  display: flex;
  align-items: center;
  height: var(--header-height-mobile);
}
.header__logo {
  flex-shrink: 0;
}
.header__logo-img {
  max-height: 28px;
}
.header__search {
  max-width: none;
  margin-left: auto;
  transform: none;
}
.header__hamburger-show {
  display: none;
}
.header__contacts {
  display: none;
}
.header__nav {
  position: fixed;
  top: var(--header-height-mobile);
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  background-color: var(--color-background);
  overflow-y: auto;
}
.header__nav-link {
  display: block;
  padding: 18px var(--container-gap);
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--color-text);
  background-color: #fff;
  border: solid #e5e5e5;
  border-width: 0 0 1px;
}
.header__nav-link:first-child {
  border-top-width: 1px;
}
.header__nav-bottom {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin-top: auto;
  padding: var(--container-gap);
}
.header__hotline {
  display: block;
  font-size: 13px;
  color: #9d9d9d;
}
.header__hotline + .header__hotline {
  margin-top: 10px;
}
.header__hotline:first-child {
  text-decoration: underline;
}
@media (min-width: 992px) {
  .header__container {
    height: var(--header-height-desktop);
  }
  .header__logo-img {
    max-height: none;
  }
  .header__search {
    margin-left: 38px;
  }
  .header__hamburger {
    display: none;
  }
  .header__contacts {
    display: block;
    margin-left: auto;
  }
  .header__hotline {
    font-size: 18px;
    text-align: right;
  }
  .header__nav {
    display: none !important;
  }
}

.page {
  flex-grow: 1;
  padding-top: 20px;
  padding-bottom: 60px;
}
.page__sidebar {
  display: none;
}
@media (min-width: 992px) {
  .page {
    display: flex;
    padding-top: 30px;
    padding-bottom: 100px;
  }
  .page__sidebar {
    display: block;
    flex-shrink: 0;
    width: 22%;
    padding-right: 20px;
  }
  .page__content {
    width: 78%;
  }
}

.breadcrumbs {
  max-width: none;
  margin-bottom: 30px;
}
@media (min-width: 769px) {
  .breadcrumbs {
    margin-bottom: 50px;
  }
}

.anchors {
  position: sticky;
  top: calc(var(--header-height-desktop) + 180px);
}
.anchors__item + .anchors__item {
  margin-top: 20px;
}
.anchors__link {
  font-size: 18px;
  font-weight: bold;
  line-height: 23px;
  text-transform: uppercase;
  color: var(--color-text);
}
.anchors__link.selected {
  border-bottom: 3px solid var(--color-primary);
}

.section + .section {
  margin-top: 40px;
}
.section h2 {
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: bold;
  line-height: 39px;
  text-transform: uppercase;
  color: #5b5b5b;
}
.section p {
  line-height: 21px;
  color: var(--color-text);
}
.section p + p {
  margin-top: 15px;
}
@media (min-width: 769px) {
  .section + .section {
    margin-top: 100px;
  }
  .section h2 {
    margin-bottom: 26px;
    font-size: 40px;
    line-height: 52px;
  }
  .section p {
    font-size: 20px;
    line-height: 26px;
  }
}

.carousel {
  margin-top: 30px;
  border-radius: 5px;
  overflow: hidden;
}
.carousel__arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  display: flex;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  color: var(--color-primary);
  background-color: #fff;
  border: 0;
  border-radius: 15px;
  box-shadow: 0 0 15px rgba(29, 35, 66, 0.25);
  transition: all 0.15s;
  cursor: pointer;
}
.carousel__arrow:hover {
  color: #fff;
  background-color: var(--color-primary);
}
.carousel__arrow--prev {
  left: 20px;
}
.carousel__arrow--next {
  right: 20px;
}
.carousel__arrow-icon {
  margin: auto;
}
.carousel .slick-dots {
  bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.carousel .slick-dots li {
  width: 8px;
  height: 8px;
  transition: all 0.15s;
}
.carousel .slick-dots button {
  width: 100%;
  height: 100%;
  padding: 0;
  background-color: #fff;
  border-radius: 50%;
  transition: all 0.15s;
}
.carousel .slick-dots button::before {
  content: none;
}
.carousel .slick-dots .slick-active {
  width: 10px;
  height: 10px;
}
.carousel .slick-dots .slick-active button {
  background-color: var(--color-primary);
}

.features {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: var(--container-gap);
  margin-top: 40px;
}
.features__item {
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 138px;
  padding-bottom: 18px;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  color: var(--color-primary);
  background-color: #fff;
  border-radius: 5px;
  transition: all 0.15s;
}
.features__item:hover {
  color: #fff;
  background-color: var(--color-primary);
}
.features__item .svg-bg {
  color: #fff;
}
.features__item:hover .svg-bg {
  fill: var(--color-primary);
}
.features__icon {
  margin: auto;
}
@media (min-width: 769px) {
  .features {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .features {
    grid-template-columns: repeat(4, 1fr);
  }
}

.cert {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.cert:hover .cert__img {
  filter: blur(2px);
}
.cert:hover .cert__zoom {
  opacity: 1;
}
.cert__zoom {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  display: flex;
  width: 55px;
  height: 55px;
  color: var(--color-primary);
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.15s;
}
.cert__zoom-icon {
  margin: auto;
}
.cert__img {
  max-height: 280px;
  transition: all 0.15s;
}

.purchase-btn {
  display: inline-block;
  width: 100%;
  height: 50px;
  margin-top: 30px;
  padding: 0 60px;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  background-color: var(--color-primary);
  border-radius: 5px;
}
@media (min-width: 769px) {
  .purchase-btn {
    width: auto;
  }
}

.tabs__top {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}
.tabs__btn {
  height: 50px;
  margin: 10px;
  padding: 0 25px;
  font-size: 18px;
  line-height: 50px;
  color: var(--color-primary);
  background-color: #fff;
  border: 0;
  border-radius: 5px;
  cursor: pointer;
}
.tabs__btn--active {
  color: #fff;
  background-color: var(--color-primary);
}
.tabs__content {
  display: none;
}
.tabs__map {
  height: 230px;
  border-radius: 5px;
}
.tabs__map iframe {
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .tabs__map {
    height: 350px;
  }
}

.contacts {
  margin: 30px 0;
}
.contacts__col + .contacts__col {
  margin-top: 30px;
}
.contacts__title {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
  color: #5b5b5b;
}
.contacts__address {
  margin-bottom: 20px;
  font-size: 20px;
  color: var(--color-text);
}
.contacts__link {
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #5b5b5b;
}
.contacts__link + .contacts__link {
  margin-top: 15px;
}
.contacts__icon {
  flex-shrink: 0;
  margin-right: 8px;
}
@media (min-width: 992px) {
  .contacts {
    display: flex;
    column-gap: 30px;
    margin-top: 40px;
  }
  .contacts__col {
    width: 50%;
  }
  .contacts__col + .contacts__col {
    margin-top: 0;
  }
  .contacts__title,
  .contacts__link {
    font-size: 22px;
  }
}

.work-hours {
  display: flex;
  font-size: 20px;
  flex-direction: column;
  gap: 15px;
}
.work-hours__caption {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.3);
}
.work-hours__item + .work-hours__item {
  margin-top: 14px;
}
@media (min-width: 992px) {
  .work-hours {
    flex-direction: row;
    gap: 20px;
  }
}

.legal {
  margin-top: 40px;
}
.legal__title {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: bold;
  color: var(--color-text);
}
.legal__col + .legal__col {
  margin-top: 20px;
}
.legal__caption {
  margin-bottom: 15px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.3);
}
.legal__text {
  font-size: 16px;
  color: var(--color-text);
}
@media (min-width: 769px) {
  .legal__title {
    margin-bottom: 20px;
    font-size: 22px;
    color: #5b5b5b;
  }
  .legal__row {
    display: flex;
    justify-content: space-between;
  }
  .legal__col + .legal__col {
    margin-top: 0;
  }
  .legal__caption {
    font-size: 18px;
  }
  .legal__text {
    font-size: 20px;
  }
}

.footer {
  margin-top: auto;
  padding: 40px 0;
  font-size: 20px;
  line-height: 26px;
  background-color: #1d2342;
}
.footer__link {
  display: block;
  color: #fff;
}
.footer__link + .footer__link {
  margin-top: 15px;
}
.footer__contacts {
  margin-top: 20px;
}
.footer__contact {
  display: flex;
  align-items: flex-start;
  color: #fff;
}
.footer__contact + .footer__contact {
  margin-top: 15px;
}
.footer__contact-icon {
  flex-shrink: 0;
  margin-right: 10px;
}
.footer__copyright {
  margin-top: 40px;
  color: rgba(255, 255, 255, 0.5);
}
@media (min-width: 769px) {
  .footer__container {
    display: flex;
    flex-wrap: wrap;
  }
  .footer__contacts {
    max-width: 40%;
    margin: 0 0 0 auto;
  }
}

.info-page__title {
  position: absolute;
  top: 30%;
  left: 50%;
  width: 80%;
  margin: 0;
  text-align: center;
  color: #fff;
  transform: translateX(-50%);
}
.info-page__title h1 {
  margin-bottom: 15px;
  font-weight: 300;
  text-transform: none;
  color: #fff;
}

.info-page__title-subtitle {
  line-height: 28px;
  color: #fff;
}

.error-404__code {
  top: 60%;
  margin-top: 0;
}
.docs-item:not(:last-child) {
  margin-bottom: 15px;
}
.docs-item-link {
  display: flex;
  font-size: 18px;
  line-height: 1.3;
  text-decoration: underline;
  color: var(--color-text);
  gap: 15px;
}
.docs-item-link:hover {
  color: var(--color-primary);
}

.docs-item-link svg {
  min-height: 20px;
  min-width: 20px;
  color: var(--color-primary);
}
/*# sourceMappingURL=styles.css.map */

/* End */


/* Start:/local/templates/enterprises/assets/custom.css?167646837781*/
.tabs__map {
    display: none;
}
.tabs__map--active {
    display: block;
}
/* End */
/* /static/css/reset.css?15582939601186 */
/* /static/css/slick-theme.css?15582939603168 */
/* /static/css/slick.css?15582939601776 */
/* /static/css/main.css?1670303312181624 */
/* /static/css/alex.css?16353737744856 */
/* /static/css/jquery-ui.css?156881477824321 */
/* /local/templates/enterprises/assets/styles.css?172050852212633 */
/* /local/templates/enterprises/assets/custom.css?167646837781 */
