@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   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,
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, menu, nav, section {
  display: block; }

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; }

@font-face {
  font-family: 'Acrom';
  src: url("../fonts/Acrom/light/acrom300.eot");
  src: url("../fonts/Acrom/light/acrom300.woff") format("woff"), url("../fonts/Acrom/light/acrom400.ttf") format("truetype"), url("../fonts/Acrom/light/acrom300.svg") format("svg");
  font-weight: 300; }

@font-face {
  font-family: 'Acrom';
  src: url("../fonts/Acrom/normal/acrom400.eot");
  src: url("../fonts/Acrom/normal/acrom400.woff") format("woff"), url("../fonts/Acrom/normal/acrom400.ttf") format("truetype"), url("../fonts/Acrom/normal/acrom400.svg") format("svg");
  font-weight: 400; }

@font-face {
  font-family: 'Acrom';
  src: url("../fonts/Acrom/medium/acrom600.eot");
  src: url("../fonts/Acrom/medium/acrom600.woff") format("woff"), url("../fonts/Acrom/medium/acrom600.ttf") format("truetype"), url("../fonts/Acrom/medium/acrom600.svg") format("svg");
  font-weight: 500; }

@font-face {
  font-family: 'Acrom';
  src: url("../fonts/Acrom/bold/acrom800.eot");
  src: url("../fonts/Acrom/bold/acrom800.woff") format("woff"), url("../fonts/Acrom/bold/acrom800.ttf") format("truetype"), url("../fonts/Acrom/bold/acrom800.svg") format("svg");
  font-weight: 700; }

@font-face {
  font-family: 'Acrom';
  src: url("../fonts/Acrom/black/acrom900.eot");
  src: url("../fonts/Acrom/black/acrom900.woff") format("woff"), url("../fonts/Acrom/black/acrom900.ttf") format("truetype"), url("../fonts/Acrom/black/acrom900.svg") format("svg");
  font-weight: 900; }

html {
  -webkit-text-size-adjust: 100%;
  font-family: "Acrom", "Helvetica", "Arial", sans-serif; }

body {
  background-color: #2F3B44;
  line-height: 1.35; }

.wrapper {
  padding-left: 70px;
  display: block;
  background-color: #fff; }
@media (max-width: 576px), (max-height: 576px) {
  .wrapper {
    padding-left: 0; } }

.dark_block {
  padding-left: 70px;
  width: calc(100% + $menuwidth);
  margin-left: -70px;
  box-sizing: border-box; }
@media (max-width: 576px), (max-height: 576px) {
  .dark_block {
    padding-left: 0;
    margin-left: 0;
    width: 100%; } }

.container {
  width: 100%;
  max-width: 1230px;
  padding: 0 30px;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative; }
@media (max-width: 576px) {
  .container {
    padding: 0 15px; } }

h1 {
  margin: 1.25em 0 1em;
  font-size: 40px;
  letter-spacing: 0.01em;
  font-weight: 900;
  text-align: center;
  color: #2F3B44;
  text-transform: uppercase; }
@media (max-width: 767px) {
  h1 {
    font-size: 30px; } }

.log_in_popup-wrapper {
  max-width: 430px; }
.log_in_popup-wrapper h1 {
  margin: 0 0 30px;
  font-size: 24px; }
.log_in_popup-wrapper .log_in_popup {
  padding: 50px; }
@media (max-width: 576px) {
  .log_in_popup-wrapper .log_in_popup {
    padding: 50px 30px; } }

.alert_popup-wrapper {
  max-width: 610px;
  text-align: center; }
.alert_popup-wrapper h1 {
  font-size: 24px;
  margin: 0; }
.alert_popup-wrapper p {
  margin: 18px 0 0; }
.alert_popup-wrapper .alert_popup {
  padding: 100px 50px; }
@media (max-width: 576px) {
  .alert_popup-wrapper .alert_popup {
    padding: 50px 30px; } }

.btn {
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.5;
  padding: 0.5em 1.5em 0.55em;
  border-radius: 3em;
  background-color: #FF8162;
  color: #fff;
  border: none;
  box-shadow: none;
  font-size: 14px;
  cursor: pointer; }
.btn:hover, .btn:focus {
  background: linear-gradient(90deg, #ff8162 10%, #f8b542 90%);
  box-shadow: 0 2px 6px 0 rgba(89, 89, 104, 0.3); }

.kocmo {
  font-size: 0;
  width: 150px;
  padding: 1px;
  display: block; }
@media (max-width: 991px) {
  .kocmo {
    width: 120px; } }
@media (max-width: 576px), (max-height: 576px) {
  .kocmo {
    align-self: flex-end;
    margin-bottom: 30px; } }
.kocmo svg {
  width: 100%;
  fill: url(#kocmo_gradient); }
.kocmo:hover {
  background: linear-gradient(90deg, #ff8162 10%, #f8b542 90%); }
.kocmo:hover svg {
  fill: #fff; }

.top_header {
  padding-top: 40px; }
@media (max-width: 576px), (max-height: 576px) {
  .top_header {
    padding-top: 16px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start; } }
.top_header .breadcrumbs {
  order: -1; }
@media (max-width: 576px), (max-height: 576px) {
  .top_header .breadcrumbs {
    order: 1; } }
.top_header .breadcrumbs-item {
  padding-right: 1.25em;
  display: inline-block;
  /* @media (max-width: $sm) {
            padding-right: 1.25em;
        } */ }
@media (max-width: 576px) {
  .top_header .breadcrumbs-item {
    padding-right: 1em; } }
.top_header .breadcrumbs-item:nth-child(n+2) {
  margin-left: -1px; }
.top_header .breadcrumbs-item:nth-child(n+2):before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 15px;
  background-color: rgba(47, 59, 68, 0.3);
  margin-right: 1.25em;
  vertical-align: middle;
  position: relative;
  top: -1px;
  /* @media (max-width: $sm) {
                margin-right: 1.25em;
            } */ }
@media (max-width: 576px) {
  .top_header .breadcrumbs-item:nth-child(n+2):before {
    margin-right: 1em; } }
.top_header .breadcrumbs-item--current {
  color: #7F7C7B;
  padding-right: 0; }
.top_header .breadcrumbs a {
  color: #2F3B44;
  text-decoration: none;
  font-weight: 500;
  padding: 0 1px 6px;
  border-bottom: 1px solid #FF8162; }
.top_header .kocmo {
  display: none; }
@media (max-width: 576px), (max-height: 576px) {
  .top_header .kocmo {
    display: block; } }

.dark_header .menu .burger svg {
  fill: #fff; }

.dark_header .wrapper .breadcrumbs a {
  color: #fff; }

.dark_header .wrapper .breadcrumbs-item:nth-child(n + 2):before {
  background-color: rgba(255, 255, 255, 0.3); }

.dark_header .wrapper .breadcrumbs-item--current {
  color: rgba(255, 255, 255, 0.5); }

.dark_header .wrapper .kocmo svg {
  fill: #fff; }

.dark_header .wrapper .kocmo:hover {
  background: none; }
.dark_header .wrapper .kocmo:hover svg {
  fill: url(#kocmo_gradient); }

.pagination {
  position: relative;
  display: table;
  margin: 0 auto;
  padding: 0 0 70px; }
.pagination-arrow {
  position: absolute;
  top: 20px;
  transform: translate(0, -50%);
  white-space: nowrap;
  margin: 0 10px;
  color: #999;
  font-size: 14px;
  text-decoration: none; }
.pagination-arrow:hover {
  color: #2F3B44; }
.pagination-arrow--prev {
  right: 100%; }
.pagination-arrow--next {
  left: 100%; }
.pagination-arrow span {
  vertical-align: middle; }
@media (max-width: 767px) {
  .pagination-arrow span {
    display: none; } }
.pagination-arrow i {
  font-size: 22px;
  vertical-align: middle;
  margin: 0 7px;
  position: relative;
  top: -1px; }
.pagination-list {
  display: flex; }
.pagination-list li {
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  box-sizing: border-box;
  margin: 0 5px;
  font-size: 18px;
  font-weight: 500; }
@media (max-width: 576px) {
  .pagination-list li {
    margin: 0 2px; } }
.pagination-list li a {
  color: #2F3B44;
  text-decoration: none;
  display: block; }
.pagination-list li a:hover {
  background-color: #D2DCE4; }
.pagination-list li.current {
  background-color: #FF8162;
  color: #fff; }

.popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  visibility: hidden;
  z-index: -1000; }
.popup::-webkit-scrollbar {
  display: none; }
.popup:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.5s ease; }
@media (max-width: 767px) {
  .popup:before {
    background-color: rgba(0, 0, 0, 0.8); } }
.popup-wrapper {
  padding: 30px 15px 75px;
  opacity: 0;
  box-sizing: border-box;
  min-height: 100%;
  transition: opacity 0.2s ease;
  display: flex;
  flex-direction: column;
  justify-content: center; }
@media (max-width: 576px) {
  .popup-wrapper {
    padding: 30px 0 0;
    justify-content: flex-start; } }
.popup .close_popup {
  color: #fff;
  display: table;
  margin-left: auto;
  margin-bottom: 25px;
  margin-right: 20px;
  font-size: 18px;
  cursor: pointer; }
.popup .close_popup svg {
  height: 18px;
  width: 18px;
  fill: #fff;
  margin-left: 10px;
  vertical-align: middle;
  position: relative;
  top: -2px; }
.popup-container {
  background-color: #fff;
  overflow: hidden; }
.popup.open {
  visibility: visible;
  z-index: 1000; }
.popup.open:before,
.popup.open .popup-wrapper {
  opacity: 1; }

.slick-slide {
  outline: none; }
.slick-slide a {
  outline: none; }

.slick-dots {
  text-align: center;
  margin-top: 30px; }
.slick-dots li {
  display: inline-block; }
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  border: none;
  box-shadow: none;
  padding: 0;
  margin: 0 10px;
  height: 6px;
  width: 6px;
  box-sizing: border-box;
  outline: none;
  background-color: #D2DCE4;
  border-radius: 50%; }
.slick-dots li.slick-active button {
  width: 14px;
  height: 14px;
  background-color: #FF8162; }

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%); }
@media (max-width: 991px) {
  .slick-arrow {
    display: none !important; } }
.slick-arrow--prev {
  left: 0; }
.slick-arrow--next {
  right: 0; }
.slick-arrow .arrow-circle {
  stroke: #D2DCE4; }
.slick-arrow:hover .arrow-circle {
  stroke: #FF8162; }

.form label {
  display: block;
  margin-bottom: 30px; }
.form label span {
  display: block;
  margin-bottom: 6px;
  text-transform: uppercase;
  font-size: 12px; }
.form label input,
.form label textarea {
  display: block;
  width: 100%;
  font-size: 16px;
  box-sizing: border-box;
  -webkit-appearance: none;
  font-family: "Acrom", "Helvetica", "Arial", sans-serif; }
.form label input:focus,
.form label textarea:focus {
  outline: none;
  border-color: #FF8162; }
.form label input {
  border: none;
  border-bottom: 1px solid #D2DCE4;
  padding: 10px 0; }
.form label textarea {
  resize: none;
  border: 1px solid #D2DCE4;
  height: 200px;
  padding: 10px;
  margin-top: 12px; }

.form-required span:after {
  content: " *";
  color: #D01914;
  font-size: 18px;
  line-height: 12px;
  vertical-align: middle; }

.form p {
  font-size: 14px;
  color: #696E72; }

.form .star {
  color: #D01914;
  font-size: 18px;
  line-height: 12px;
  vertical-align: middle; }

.form .form-file {
  position: relative;
  cursor: pointer; }
.form .form-file-label {
  display: block; }
.form .form-file-label img {
  vertical-align: middle;
  margin-right: 20px; }
.form .form-file-label span {
  display: inline-block;
  position: relative;
  bottom: -3px; }
.form .form-file input {
  border: none;
  position: absolute;
  opacity: 0;
  height: 0.1px;
  width: 0.1px; }
.form .form-file-selected:not(:empty) {
  margin-top: 20px; }

.form .btn {
  font-size: 18px;
  margin: 40px auto 0;
  display: table; }

.menu {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.9);
  width: 70px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #7F7C7B;
  padding: 80px 15px 25px;
  box-sizing: border-box;
  font-size: 18px; }
@media (max-width: 576px), (max-height: 800px) {
  .menu {
    justify-content: flex-end; } }
@media (max-width: 576px), (max-height: 576px) {
  .menu {
    background: none;
    display: block;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    text-align: left;
    position: absolute;
    padding: 80px 15px;
    transition: 0.5s ease;
    transition-property: width, background-color;
    pointer-events: none;
    transform: translateZ(0);
    backface-visibility: hidden; } }
.menu * {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  outline: none; }
.menu a {
  color: #7F7C7B;
  text-decoration: none; }
.menu a:hover, .menu a:focus {
  color: #fff; }
.menu a:active {
  color: #FF8162; }
.menu .burger {
  padding: 0;
  margin: 0;
  display: block;
  border: none;
  background: none;
  box-shadow: none;
  cursor: pointer;
  height: 26px;
  position: absolute;
  top: 30px;
  left: 15px;
  width: 40px;
  pointer-events: all; }
@media (max-width: 576px), (max-height: 576px) {
  .menu .burger {
    top: 25px; } }
@media (min-width: 577px) and (max-height: 576px) {
  .menu .burger {
    left: 25px; } }
.menu .burger:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -25px;
  width: 100%;
  height: 1px;
  background-color: #7F7C7B; }
@media (max-width: 576px), (max-height: 576px) {
  .menu .burger:after {
    display: none; } }
.menu .burger svg {
  width: 100%;
  fill: #fff; }
@media (max-width: 576px), (max-height: 576px) {
  .menu .burger {
    text-align: left; }
  .menu .burger svg {
    fill: #FF8162; } }
.menu .burger:hover svg, .menu .burger:focus svg {
  fill: #FF8162; }
.menu .burger--close {
  display: none; }
@media (max-width: 576px), (max-height: 576px) {
  .menu .burger--close {
    position: fixed;
    z-index: 1; }
  .menu .burger--close svg {
    fill: #fff; } }
.menu-logo {
  padding-top: 25px;
  display: block; }
@media (max-width: 576px), (max-height: 800px) {
  .menu-logo {
    display: none; } }
.menu-logo img {
  width: 28px; }
.menu-list {
  display: flex;
  position: absolute;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.5s ease;
  transform: translateZ(0);
  backface-visibility: hidden;
  top: 0;
  bottom: 0;
  left: 100%;
  background-color: inherit;
  border-left: 1px solid #7F7C7B;
  padding: 60px 80px;
  justify-content: center;
  flex-direction: column;
  text-align: left;
  box-sizing: border-box;
  pointer-events: none; }
@media (max-width: 576px), (max-height: 576px) {
  .menu-list {
    display: none;
    opacity: 1;
    position: relative;
    left: 0;
    border: none;
    background: none;
    padding: 30px 60px;
    min-height: 100%;
    transition: none; } }
.menu-list ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  margin-bottom: 30px; }
.menu-list li {
  margin: 0.7em 0;
  white-space: nowrap; }
@media (max-width: 576px), (max-height: 576px) {
  .menu-list li {
    margin: 0.6em 0; } }
.menu-list a {
  color: #fff; }
.menu-list a:hover, .menu-list a:focus {
  color: #FF8162; }
.menu-list a:active {
  color: #7F7C7B; }
.menu-list .kocmo:hover {
  background: none; }
@media (max-width: 576px), (max-height: 576px) {
  .menu-list .kocmo {
    display: none; } }
.menu-list-home {
  display: none; }
@media (max-width: 576px), (max-height: 800px) {
  .menu-list-home {
    display: block; } }
.menu-list-account {
  display: none; }
@media (max-width: 576px), (max-height: 576px) {
  .menu-list-account {
    display: block; } }
.menu-bottom_block > *:nth-child(n+2) {
  border-top: 1px solid #7F7C7B; }
@media (max-width: 576px), (max-height: 576px) {
  .menu-bottom_block > *:nth-child(n+2) {
    border: none; } }
.menu-account {
  display: block;
  margin: 30px 0; }
@media (max-width: 576px), (max-height: 576px) {
  .menu-account {
    display: none; } }
.menu-account svg {
  fill: #7F7C7B; }
.menu-account:hover svg, .menu-account:focus svg {
  fill: #fff; }
.menu-account:active svg {
  fill: #FF8162; }
.menu-social {
  padding: 10px 0; }
@media (max-width: 576px), (max-height: 576px) {
  .menu-social {
    display: none; } }
.menu-social a {
  display: block;
  margin: 20px auto;
  width: 40px;
  height: 40px;
  line-height: 38px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 1px solid #7F7C7B;
  text-align: center;
  font-size: 20px; }
.menu-social a:hover, .menu-social a:focus {
  border-color: #fff; }
.menu-social a:active {
  border-color: #FF8162; }
.menu-language {
  padding: 5px 0;
  text-transform: uppercase;
  font-weight: 500; }
@media (max-width: 576px), (max-height: 576px) {
  .menu-language {
    opacity: 0;
    position: absolute;
    top: 25px;
    right: 100vw;
    white-space: nowrap; } }
.menu-language li {
  margin-top: 25px; }
@media (max-width: 576px), (max-height: 576px) {
  .menu-language li {
    display: inline-block;
    margin: 0; }
  .menu-language li:nth-child(n+2) {
    margin-left: 20px; } }
.menu-language li.active {
  color: #fff; }
@media (max-width: 576px), (max-height: 576px) {
  .menu.open {
    pointer-events: all;
    position: fixed;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.9); } }
.menu.open .burger {
  display: none; }
.menu.open .burger--close {
  display: block; }
.menu.open .menu-list {
  opacity: 1;
  pointer-events: all; }
@media (max-width: 576px), (max-height: 576px) {
  .menu.open .menu-list {
    display: flex;
    left: 0; } }
@media (max-width: 576px), (max-height: 576px) {
  .menu.open .menu-language {
    right: 30px;
    opacity: 1;
    transition: opacity 1s ease;
    transform: translateZ(0);
    backface-visibility: hidden; } }

.footer {
  background-color: #000;
  color: #fff;
  font-weight: 300;
  padding-left: 70px;
  letter-spacing: 0.6px;
  position: relative; }
@media (max-width: 576px), (max-height: 576px) {
  .footer {
    padding-left: 0; } }
.footer:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 70px;
  width: 1px;
  background-color: #7F7C7B; }
@media (max-width: 576px), (max-height: 576px) {
  .footer:before {
    display: none; } }
.footer a {
  color: #fff;
  text-decoration: none; }
.footer a i {
  color: #FF8162; }
.footer-container {
  padding: 30px 0 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }
@media (max-width: 991px) {
  .footer-container {
    text-align: center; } }
@media (max-width: 767px) {
  .footer-container {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    padding: 40px 0 30px; } }
.footer-logo {
  width: 200px;
  display: block; }
@media (max-width: 767px) {
  .footer-logo {
    order: -1;
    margin: 0 auto; } }
.footer-logo img {
  width: 100%; }
.footer-contact {
  width: calc(100% - 200px);
  text-align: right; }
@media (max-width: 767px) {
  .footer-contact {
    text-align: center;
    width: 100%; } }
.footer-contact a {
  margin-left: 70px;
  white-space: nowrap; }
@media (max-width: 767px) {
  .footer-contact a {
    margin: 30px 0;
    display: block; } }
.footer-contact a:hover, .footer-contact a:focus {
  color: #FF8162; }
.footer-contact i {
  font-size: 18px;
  margin-right: 10px; }
.footer .separator {
  height: 1px;
  width: 100%;
  background-color: #7F7C7B;
  margin: 30px 0; }
@media (max-width: 991px) {
  .footer .separator {
    display: none; } }
.footer-social {
  margin-bottom: 30px; }
@media (max-width: 991px) and (min-width: 768px) {
  .footer-social {
    order: 1;
    margin-bottom: 0; } }
.footer-social a:nth-last-child(n+2) {
  margin-right: 20px; }
@media (max-width: 767px) {
  .footer-social a:nth-last-child(n+2) {
    margin-right: 25px; } }
.footer-social a i {
  font-size: 26px; }
.footer-social a:hover i, .footer-social a:focus i {
  color: #fff; }
.footer-menu {
  margin-bottom: 30px;
  text-align: right; }
@media (max-width: 991px) {
  .footer-menu {
    width: 100%;
    text-align: center;
    padding: 30px 0;
    border-top: 1px solid #7F7C7B;
    border-bottom: 1px solid #7F7C7B;
    margin-top: 30px; } }
@media (max-width: 767px) {
  .footer-menu {
    display: none; } }
.footer-menu li {
  white-space: nowrap;
  display: inline-block; }
.footer-menu li:nth-child(n+2) {
  margin-left: 30px; }
.footer-menu a:hover, .footer-menu a:focus {
  color: #FF8162; }
.footer-menu a:active {
  color: #fff; }
@media (min-width: 992px) {
  .footer-copy {
    width: 70%;
    margin-top: 30px; }
  .footer-copy br {
    display: none; } }
@media (max-width: 991px) {
  .footer-copy {
    order: 1;
    font-size: 12px;
    letter-spacing: 0.35px; } }
@media (max-width: 767px) {
  .footer-copy {
    order: -1;
    padding: 30px 0;
    border-bottom: 1px solid #7F7C7B;
    margin-bottom: 10px; } }
.footer-piplos {
  display: block;
  margin-top: 30px;
  display: flex;
  align-items: center;
  text-align: left;
  justify-content: center;
  font-size: 14px; }
@media (max-width: 991px) {
  .footer-piplos {
    margin-top: 0;
    order: 1; } }
@media (max-width: 767px) {
  .footer-piplos {
    margin-top: 10px;
    border-top: 1px solid #7F7C7B;
    padding-top: 30px; } }
.footer-piplos svg {
  height: 36px;
  width: 36px;
  margin-right: 10px; }
.footer-piplos span {
  width: 150px;
  display: block; }
.footer-piplos:hover {
  text-decoration: underline; }

.home .wrapper {
  background-image: url("../img/dots_background-right.png");
  background-position: right 300px;
  background-repeat: no-repeat; }
@media (max-width: 991px) {
  .home .wrapper {
    background-position: right -100px top 50px; } }

.home h1 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 40px; }
@media (max-width: 767px) {
  .home h1 {
    text-align: center; } }

.home-read_more {
  line-height: 1;
  margin-top: 40px;
  font-weight: 500;
  font-size: 20px;
  color: #FF8162;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  pointer-events: all; }
.home-read_more-wrapper {
  pointer-events: none; }
@media (max-width: 767px) {
  .home-read_more {
    display: block;
    text-align: center;
    font-size: 18px; } }
.home-read_more:hover, .home-read_more:focus {
  text-decoration: underline; }

.home-video_block {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #fff;
  min-height: 510px;
  box-sizing: border-box;
  display: flex; }
.home-video_block-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  overflow: hidden; }
.home-video_block-bg video {
  min-height: 100%;
  min-width: 100%;
  object-fit: cover; }
.home-video_block-bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5); }
.home-video_block .container {
  display: flex;
  flex-direction: column;
  justify-content: center; }
.home-video_block .kocmo {
  position: absolute;
  top: 30px;
  right: 30px; }
@media (max-width: 576px), (max-height: 576px) {
  .home-video_block .kocmo {
    top: 16px;
    right: 16px; } }
.home-video_block-logo {
  height: 90px;
  margin-bottom: 20px; }
.home-video_block-logo img {
  height: 100%;
  width: 100%; }
.home-video_block p {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0.2em; }

.home-clients {
  padding: 50px 0; }
.home-clients-container {
  margin-top: -10px;
  margin-bottom: -60px; }
@media (max-width: 991px) {
  .home-clients-container {
    margin-bottom: 0; } }
.home-clients .brands-item {
  width: 250px;
  padding: 10px 0;
  margin-right: -1px; }
@media (max-width: 767px) {
  .home-clients .brands-item-container {
    box-shadow: none !important; } }
.home-clients .brands-item img {
  filter: none; }

.home-feedback {
  padding: 20px 0 50px; }
@media (min-width: 992px) {
  .home-feedback-container {
    padding: 0 110px; } }
@media (max-width: 767px) {
  .home-feedback-item {
    text-align: center; } }
.home-feedback-item-header {
  text-align: center;
  margin-bottom: 30px; }
@media (max-width: 767px) {
  .home-feedback-item-header {
    margin-bottom: 20px; } }
.home-feedback-item-logo {
  width: 160px;
  display: block;
  margin: 0 auto 20px; }
.home-feedback-item h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 2;
  color: #333;
  margin-bottom: 25px; }
@media (max-width: 767px) {
  .home-feedback-item h2 {
    margin-bottom: 16px; } }
.home-feedback-item p {
  color: #999;
  line-height: 2; }
@media (max-width: 767px) {
  .home-feedback-item p {
    line-height: 1.8; } }

.home-news {
  padding: 20px 0 50px; }
.home-news-container {
  width: 100%; }
@media (min-width: 1200px) {
  .home-news-container {
    display: flex; } }
.home-news-col {
  box-sizing: border-box; }
@media (min-width: 1200px) {
  .home-news-col {
    width: 50%; } }
.home-news-col .home-news-item {
  position: relative;
  display: flex;
  min-height: 150px;
  margin-top: 40px;
  text-decoration: none; }
@media (max-width: 1199px) {
  .home-news-col .home-news-item {
    max-width: 600px; } }
@media (max-width: 767px) {
  .home-news-col .home-news-item {
    flex-direction: column; } }
.home-news-col .home-news-item-img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  width: 250px;
  flex-shrink: 0;
  margin-right: 20px; }
@media (max-width: 767px) {
  .home-news-col .home-news-item-img {
    width: 100%;
    padding-bottom: 60%;
    margin-bottom: 16px; } }
.home-news-col .home-news-item-img:before {
  content: "";
  background-image: linear-gradient(transparent, #000);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
.home-news-col .home-news-item-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start; }
.home-news-col .home-news-item-type {
  display: inline-block;
  padding: 4px 11px 2px;
  background-color: #FF8162;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 14px; }
.home-news-col .home-news-item-header {
  font-size: 18px;
  color: #282828;
  margin-bottom: 14px;
  font-weight: 500;
  line-height: 1.5; }
.home-news-col .home-news-item-date {
  font-size: 14px;
  color: #A9A9A9;
  line-height: 1; }
@media (min-width: 1200px) {
  .home-news-col--big .home-news-item {
    z-index: 1;
    height: 100%;
    display: block;
    margin: 0; }
  .home-news-col--big .home-news-item-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    margin: 0;
    width: 100%; }
  .home-news-col--big .home-news-item-content {
    height: 100%;
    box-sizing: border-box;
    justify-content: flex-end;
    color: #fff;
    padding: 0 30px 40px 40px; }
  .home-news-col--big .home-news-item-type {
    font-size: 16px;
    color: #FF8162;
    line-height: 1;
    margin-bottom: 20px;
    background: none;
    padding: 0;
    text-transform: none;
    font-weight: 400; }
  .home-news-col--big .home-news-item-header {
    font-size: 24px;
    color: #fff;
    margin-bottom: 20px;
    text-transform: uppercase; }
  .home-news-col--big .home-news-item-date {
    font-size: 16px;
    color: #FF8162;
    line-height: 1; }
  .home-news-col--small {
    padding-left: 40px; }
  .home-news-col--small .home-news-item:first-child {
    margin-top: 0; } }

.home-brands {
  padding: 20px 0 90px; }
.home-brands-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  box-sizing: border-box;
  padding-left: 2.5px; }
@media (max-width: 991px) {
  .home-brands-container {
    padding-left: 2px; } }
@media (max-width: 767px) {
  .home-brands-container {
    padding-left: 1.5px; } }
.home-brands .brands-item {
  width: 20%;
  padding: 0;
  margin-right: -1px;
  margin-bottom: -1px; }
@media (max-width: 991px) {
  .home-brands .brands-item {
    width: 25%; }
  .home-brands .brands-item:nth-child(n + 9) {
    display: none; } }
@media (max-width: 767px) {
  .home-brands .brands-item {
    width: 33.333%; }
  .home-brands .brands-item:nth-child(n + 9) {
    display: block; }
  .home-brands .brands-item:nth-child(n + 10) {
    display: none; } }
.home-brands .brands-item img {
  filter: none; }

.about-video_block {
  min-height: 100vh;
  position: relative;
  z-index: 1;
  background-color: #2F3B44; }
.about-video_block .video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  cursor: pointer; }
.about-video_block .video video {
  min-height: 100%;
  min-width: 100%;
  position: relative; }
.about-video_block .video:after {
  content: "";
  position: absolute;
  top: 0;
  left: 70px;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5) url("../img/video-play.svg") no-repeat center;
  background-size: 100px; }
@media (max-width: 991px) {
  .about-video_block .video:after {
    background-size: 80px; } }
@media (max-width: 576px), (max-height: 576px) {
  .about-video_block .video:after {
    left: 0;
    background-size: 60px; } }
.about-video_block .video.playing {
  left: 70px; }
@media (max-width: 576px), (max-height: 576px) {
  .about-video_block .video.playing {
    left: 0; } }
.about-video_block .video.playing video {
  z-index: 1;
  height: 100%;
  width: 100%;
  background-color: #000; }
.about-video_block-scroll_down {
  width: 110px;
  position: absolute;
  bottom: 40px;
  left: 70px;
  right: 0;
  display: block;
  margin: 0 auto; }
@media (max-width: 576px), (max-height: 576px) {
  .about-video_block-scroll_down {
    left: 0; } }

.about-history {
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.7)), url("../img/about-history-bg.jpg") no-repeat center;
  background-size: cover;
  position: relative;
  color: #fff; }
.about-history-container {
  padding-top: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center; }
.about-history h1 {
  margin: 0;
  color: #fff;
  padding-left: 600px;
  text-align: left;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 1.2em;
  font-weight: 400;
  position: relative;
  bottom: -20px;
  transform: translate(0, 100%);
  z-index: 1; }
@media (max-width: 1199px) {
  .about-history h1 {
    padding-left: calc(40% + 100px); } }
@media (max-width: 991px) {
  .about-history h1 {
    padding: 0;
    transform: none;
    text-align: center;
    bottom: 0;
    margin-bottom: 40px; } }
@media (max-width: 767px) {
  .about-history h1 {
    font-size: 18px;
    letter-spacing: 1em; } }
.about-history h1 em {
  display: block;
  color: #FF8162;
  font-weight: 900;
  font-size: 54px;
  letter-spacing: 0.056em; }
@media (max-width: 767px) {
  .about-history h1 em {
    font-size: 46px; } }
.about-history h1 span {
  margin-right: -0.5em; }
.about-history-item-container {
  display: flex;
  align-items: flex-start; }
@media (max-width: 991px) {
  .about-history-item-container {
    display: block; } }
.about-history-item .image {
  order: -1;
  position: relative;
  width: 500px;
  flex-shrink: 0;
  margin: 20px 0 70px 30px;
  box-sizing: border-box;
  display: block; }
@media (max-width: 1199px) {
  .about-history-item .image {
    width: 40%; } }
@media (max-width: 991px) {
  .about-history-item .image {
    width: 100%;
    max-width: 450px;
    margin: 0 auto; } }
@media (max-width: 576px) {
  .about-history-item .image {
    display: none; } }
.about-history-item .image:after {
  content: "";
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.3));
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
.about-history-item .image img {
  width: 100%;
  display: block;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.5); }
.about-history-item .text {
  flex: 1;
  padding: 160px 30px 50px 70px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.4px; }
@media (max-width: 991px) {
  .about-history-item .text {
    padding: 0;
    margin-bottom: 70px; } }
@media (max-width: 576px) {
  .about-history-item .text {
    margin-bottom: 0; } }
.about-history-item .text li {
  margin-bottom: 1.5em; }
.about-history-item .text li:before {
  content: '—';
  margin-right: 5px; }
.about-history-timeline {
  padding: 70px 0; }
.about-history-years {
  margin-bottom: 50px; }
.about-history-years-item {
  text-align: center;
  font-size: 28px;
  line-height: 50px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: 0.5s ease; }
@media (max-width: 991px) {
  .about-history-years-item {
    font-size: 21px; } }
@media (max-width: 767px) {
  .about-history-years-item {
    font-size: 14px; } }
.about-history-years-item.slick-current {
  font-size: 42px;
  color: #FF8162; }
@media (max-width: 991px) {
  .about-history-years-item.slick-current {
    font-size: 36px; } }
@media (max-width: 767px) {
  .about-history-years-item.slick-current {
    font-size: 26px; } }
.about-history-ruler-item {
  display: block;
  margin: 0 25px;
  height: 20px;
  width: 20px;
  cursor: pointer;
  position: relative; }
.about-history-ruler-item:after {
  content: "";
  display: block;
  height: 100%;
  width: 2px;
  margin: 0 auto;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.4);
  transition: 0.5s ease; }
.about-history-ruler-item:nth-child(n + 2):before {
  content: "";
  display: block;
  width: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  background: url("../img/about-history-timeline.svg") no-repeat center;
  background-size: contain;
  pointer-events: none; }
.about-history-ruler-item.slick-current:after {
  border-width: 2px;
  border-color: #FF8162;
  border-radius: 50%;
  width: 100%; }
.about-history-ruler-item.slick-current:before {
  background-image: url("../img/about-history-timeline-no_right.svg"); }
.about-history-ruler-item.slick-current + *:before {
  background-image: url("../img/about-history-timeline-no_left.svg"); }

.about-values {
  color: #2F3B44;
  overflow-x: hidden; }
.about-values-container {
  display: flex;
  flex-wrap: wrap;
  padding-top: 70px;
  margin-left: -22px;
  margin-right: -22px; }
.about-values-item {
  width: 33.33%;
  padding: 0 22px 50px;
  box-sizing: border-box; }
@media (max-width: 1199px) {
  .about-values-item {
    width: 50%; } }
@media (max-width: 767px) {
  .about-values-item {
    width: 100%; } }
.about-values-item--header {
  display: flex;
  flex-direction: column;
  justify-content: center; }
.about-values-item--header h1 {
  margin: 0; }
.about-values-item--header h1 em {
  font-size: 54px;
  font-weight: 900;
  letter-spacing: 0.045em; }
@media (max-width: 991px) {
  .about-values-item--header h1 em {
    font-size: 46px; } }
@media (max-width: 576px) {
  .about-values-item--header h1 em {
    font-size: 36px; } }
.about-values-item--header h1 span {
  display: block;
  background: linear-gradient(90deg, #ff8162 10%, #f8b542 90%);
  color: #FF8162;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 9px; }
@media (max-width: 991px) {
  .about-values-item--header h1 span {
    font-size: 18px;
    letter-spacing: 7px;
    margin-right: -3px; } }
@media (max-width: 576px) {
  .about-values-item--header h1 span {
    font-size: 14px;
    letter-spacing: 5px;
    margin-right: -2px; } }
.about-values-item img {
  height: 115px;
  display: block;
  margin: 0 auto 30px; }
.about-values-item h2 {
  background: linear-gradient(90deg, #ff8162 10%, #f8b542 90%);
  color: #FF8162;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 20px; }
.about-values-item p {
  font-size: 16px;
  letter-spacing: 0.6px; }

.about-advantages {
  padding: 70px 0 120px; }
.about-advantages h1 {
  font-size: 24px;
  font-weight: 300;
  color: #000;
  letter-spacing: 0.75em;
  text-transform: uppercase;
  margin-bottom: 80px; }
@media (max-width: 991px) {
  .about-advantages h1 {
    margin-bottom: 50px; } }
@media (max-width: 576px) {
  .about-advantages h1 {
    font-size: 16px; } }
.about-advantages .slick-arrow--prev {
  left: 15px; }
.about-advantages .slick-arrow--next {
  right: 15px; }
@media (min-width: 992px) {
  .about-advantages-container {
    padding-left: 115px;
    padding-right: 115px;
    max-width: 1400px; } }
.about-advantages-item {
  color: #2F3B44; }
.about-advantages-item-container {
  display: flex;
  align-items: center; }
@media (max-width: 1199px) {
  .about-advantages-item-container {
    flex-direction: column; } }
.about-advantages-item h2 {
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 900;
  letter-spacing: 0.01em;
  line-height: 50px;
  margin-bottom: 50px; }
@media (max-width: 1199px) {
  .about-advantages-item h2 {
    text-align: center; } }
@media (max-width: 767px) {
  .about-advantages-item h2 {
    font-size: 36px; } }
@media (max-width: 576px) {
  .about-advantages-item h2 {
    font-size: 24px; } }
.about-advantages-item p {
  margin-bottom: 25px; }
.about-advantages-item li {
  display: flex;
  margin-bottom: 25px; }
.about-advantages-item li:before {
  content: "\2022";
  display: inline-block;
  width: 30px;
  text-align: center;
  flex-shrink: 0; }
.about-advantages-item .general,
.about-advantages-item .points {
  flex-shrink: 0;
  flex-basis: 0;
  flex-grow: 1; }
@media (max-width: 1199px) {
  .about-advantages-item .general,
  .about-advantages-item .points {
    width: 100%; } }
@media (max-width: 576px) {
  .about-advantages-item .general {
    order: -2; }
  .about-advantages-item .general > * {
    display: none; }
  .about-advantages-item .general h2 {
    display: block; } }
@media (max-width: 576px) {
  .about-advantages-item .points {
    display: none; } }
.about-advantages-item .image {
  padding: 0 40px 70px 20px;
  box-sizing: border-box;
  text-align: center; }
@media (max-width: 1199px) {
  .about-advantages-item .image {
    order: -1;
    padding: 0 0 70px; } }
@media (max-width: 767px) {
  .about-advantages-item .image {
    padding-bottom: 50px; } }
.about-advantages-item .image img {
  width: 100%;
  max-width: 400px;
  display: block; }

.news {
  overflow: hidden; }
.news-container {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -30px; }
@media (max-width: 1199px) {
  .news-container {
    margin: 0 -20px; } }
.news-item {
  width: 33.333%;
  box-sizing: border-box;
  padding: 0 30px 70px;
  line-height: 1.6; }
@media (max-width: 1199px) {
  .news-item {
    padding: 0 20px 70px; } }
@media (max-width: 991px) {
  .news-item {
    width: 50%; } }
@media (max-width: 767px) {
  .news-item {
    width: 100%; } }
@media (max-width: 576px) {
  .news-item {
    padding-bottom: 60px; } }
.news-item a {
  display: block;
  text-decoration: none;
  color: #2F3B44; }
.news-item-image {
  text-align: center;
  display: block; }
.news-item-image img {
  display: block;
  width: 100%;
  margin-bottom: -15px; }
.news-item-type {
  display: inline-block;
  padding: 4px 11px 2px;
  background-color: #FF8162;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 20px; }
.news-item h2 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px; }
.news-item-date {
  font-size: 14px;
  line-height: 1;
  margin-bottom: 20px;
  color: #A9A9A9; }

.news_popup header {
  padding: 70px 48px;
  border-bottom: 1px solid #D2DCE4; }
@media (max-width: 991px) {
  .news_popup header {
    padding: 60px 48px; } }
@media (max-width: 576px) {
  .news_popup header {
    padding: 24px 16px; } }
.news_popup header h1 {
  margin: 0;
  text-transform: none; }
@media (max-width: 991px) {
  .news_popup header h1 {
    text-align: left; } }
@media (max-width: 576px) {
  .news_popup header h1 {
    font-size: 24px; } }

.news_popup .content {
  padding: 40px 100px 100px 262px;
  position: relative; }
@media (max-width: 991px) {
  .news_popup .content {
    padding: 40px 48px 100px; } }
@media (max-width: 576px) {
  .news_popup .content {
    padding: 0 16px 50px; } }
.news_popup .content .canopy {
  padding-bottom: 20px; }
@media (max-width: 576px) {
  .news_popup .content .canopy {
    margin: 0 -16px; } }
.news_popup .content .canopy img {
  width: 100%;
  display: block; }
.news_popup .content .date {
  color: #A9A9A9;
  font-size: 14px; }
@media (min-width: 992px) {
  .news_popup .content .date {
    position: absolute;
    left: 66px;
    top: 40px;
    text-align: center;
    height: 130px;
    width: 130px;
    box-sizing: border-box;
    border: 2px solid #2F3B44;
    color: #2F3B44;
    display: flex;
    font-weight: 500;
    flex-direction: column;
    justify-content: center;
    line-height: 1; }
  .news_popup .content .date span {
    margin: 1px 0; }
  .news_popup .content .date-day {
    font-size: 44px; }
  .news_popup .content .date-month {
    font-size: 20px; }
  .news_popup .content .date-year {
    font-size: 18px; } }
.news_popup .content p {
  margin-top: 20px; }
.news_popup .content .share {
  margin-top: 50px;
  border: 1px solid #D2DCE4;
  display: table; }
@media (max-width: 767px) {
  .news_popup .content .share {
    margin: 50px auto 0; } }
@media (max-width: 576px) {
  .news_popup .content .share {
    margin-top: 30px; } }
.news_popup .content .share span {
  display: inline-block; }
.news_popup .content .share span:nth-last-child(n+2) {
  border-right: 1px solid #D2DCE4; }
.news_popup .content .share span i {
  font-size: 20px;
  width: 30px;
  text-align: center; }
.news_popup .content .share .share-header {
  font-weight: 500;
  padding: 16px 26px; }
@media (max-width: 767px) {
  .news_popup .content .share .share-header {
    display: none; } }
.news_popup .content .share a {
  display: block;
  text-decoration: none;
  padding: 16px 26px; }
@media (max-width: 576px) {
  .news_popup .content .share a {
    padding: 12px 20px; } }
.news_popup .content .share a:hover {
  background-color: #D2DCE4; }

.vacancies-container {
  padding-bottom: 70px; }

.vacancies-item {
  padding: 30px 50px;
  margin-top: 20px;
  border: 1px solid #D2DCE4;
  letter-spacing: 0.03em; }
@media (max-width: 1199px) {
  .vacancies-item {
    padding: 30px; } }
@media (max-width: 767px) {
  .vacancies-item {
    padding: 30px 20px; } }
.vacancies-item-header {
  cursor: default;
  display: flex;
  align-items: center;
  justify-content: space-between; }
@media (max-width: 767px) {
  .vacancies-item-header {
    flex-wrap: wrap; } }
.vacancies-item-header h2 {
  font-size: 20px;
  font-weight: 500;
  padding-right: 20px; }
@media (max-width: 767px) {
  .vacancies-item-header h2 {
    font-size: 16px;
    width: calc(100% - 20px);
    box-sizing: border-box; } }
.vacancies-item-header .dropdown_icon {
  display: none;
  width: 15px;
  line-height: 1;
  font-size: 22px;
  cursor: pointer;
  position: relative; }
.vacancies-item-header .dropdown_icon:after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
@media (max-width: 767px) {
  .vacancies-item-header .dropdown_icon {
    display: block; } }
.vacancies-item-header .btn {
  white-space: nowrap; }
@media (max-width: 767px) {
  .vacancies-item-header .btn {
    display: none;
    margin: 25px auto 0;
    line-height: 2; } }
.vacancies-item-description {
  padding: 0 30px 30px;
  display: none;
  color: #696E72;
  font-size: 16px; }
@media (max-width: 1199px) {
  .vacancies-item-description {
    padding: 0 0 30px; } }
.vacancies-item-description h3 {
  margin: 30px 0 25px; }
.vacancies-item-description ul,
.vacancies-item-description p {
  margin: 25px 0; }
.vacancies-item-description li {
  margin-bottom: 15px;
  display: flex; }
.vacancies-item-description li:before {
  content: "\2022";
  display: inline-block;
  width: 30px;
  text-align: center;
  color: #FF8162;
  flex-shrink: 0; }
.vacancies-item-description .download_btn-wrapper {
  margin-top: 50px;
  text-align: center; }
.vacancies-item-description .download_btn {
  display: inline-flex;
  text-decoration: none;
  text-align: left;
  border-radius: 4px; }
.vacancies-item-description .download_btn:before {
  content: "\f0ed";
  display: block;
  background: linear-gradient(90deg, #ff8162 10%, #f8b542 90%);
  border-radius: 4px 0 0 4px;
  padding: 15px 20px;
  font-family: FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  font-size: 30px;
  line-height: 1; }
.vacancies-item-description .download_btn .file_description {
  border-radius: 0 4px 4px 0;
  border: 1px solid #D2DCE4;
  border-left: none;
  padding: 5px 15px;
  display: flex;
  flex-direction: column;
  justify-content: center; }
.vacancies-item-description .download_btn .file_description-header, .vacancies-item-description .download_btn .file_description-size {
  margin: 2px 0;
  white-space: nowrap; }
.vacancies-item-description .download_btn .file_description-header {
  text-transform: uppercase;
  color: #FF8162;
  font-size: 14px;
  font-weight: 700; }
.vacancies-item-description .download_btn .file_description-size {
  font-size: 13px;
  color: #2F3B44; }
.vacancies-item-description .download_btn:hover, .vacancies-item-description .download_btn:focus {
  box-shadow: 0 2px 6px 0 rgba(89, 89, 104, 0.3); }
.vacancies-item:hover, .vacancies-item.active {
  box-shadow: 0 2px 10px 0 rgba(89, 89, 104, 0.2); }
.vacancies-item:hover h2, .vacancies-item.active h2 {
  color: #FF8162; }
@media (max-width: 767px) {
  .vacancies-item.active .vacancies-item-header .btn {
    display: block; } }

.vacancies_popup-wrapper {
  max-width: 560px; }

.vacancies_popup {
  padding: 50px; }
@media (max-width: 576px) {
  .vacancies_popup {
    padding: 50px 15px; } }
.vacancies_popup h1 {
  margin: 0 0 40px;
  font-size: 24px; }

.brands {
  padding-bottom: 50px; }
.brands-container {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px; }
@media (max-width: 991px) {
  .brands-container {
    margin: 0 -6px; } }
@media (max-width: 576px) {
  .brands-container {
    margin: 0 -3px; } }
.brands-item {
  width: 25%;
  padding: 10px 10px 30px;
  box-sizing: border-box; }
@media (max-width: 991px) {
  .brands-item {
    width: 33.333%;
    padding: 6px; } }
@media (max-width: 767px) {
  .brands-item {
    width: 50%; } }
@media (max-width: 576px) {
  .brands-item {
    padding: 3px; } }
.brands-item-container {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  background-color: #fff;
  border: 1px solid #D2DCE4;
  box-sizing: border-box;
  transition: box-shadow 0.2s ease; }
.brands-item-container:hover {
  box-shadow: 0 2px 10px 0 rgba(89, 89, 104, 0.3);
  z-index: 1; }
.brands-item-container:hover .brands-item-logo img {
  filter: none; }
.brands-item-logo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  padding: 25px;
  justify-content: center;
  align-items: center; }
@media (max-width: 576px) {
  .brands-item-logo {
    padding: 20px; } }
.brands-item-logo img {
  max-width: 100%;
  transition: filter 0.2s ease;
  transform: translateZ(0);
  backface-visibility: hidden; }
@media (min-width: 992px) {
  .brands-item-logo img {
    filter: grayscale(1); } }

.brands_popup-wrapper {
  max-width: 840px; }

.brands_popup {
  padding: 60px;
  display: flex;
  align-items: flex-start; }
@media (max-width: 991px) {
  .brands_popup {
    flex-direction: column;
    align-items: center; } }
@media (max-width: 576px) {
  .brands_popup {
    padding: 50px 15px; } }
.brands_popup-logo {
  max-width: 300px;
  width: 40%;
  margin-bottom: 30px; }
@media (max-width: 767px) {
  .brands_popup-logo {
    width: 80%; } }
.brands_popup-logo span {
  display: block;
  border: 1px solid #D2DCE4;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative; }
.brands_popup-logo img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 20px;
  right: 20px;
  max-width: 100%;
  display: block;
  margin: 0 auto; }
.brands_popup-text {
  padding-left: 40px;
  max-width: 440px;
  box-sizing: border-box; }
@media (max-width: 991px) {
  .brands_popup-text {
    padding: 0;
    max-width: none; } }
.brands_popup-text h1 {
  margin: 0 0 25px; }
.brands_popup-text p {
  margin-bottom: 25px; }
.brands_popup-text a {
  font-size: 18px;
  display: block;
  color: #FF8162; }
.brands_popup-text a:hover, .brands_popup-text a:focus {
  text-decoration: none; }

.contact {
  color: #2F3B44;
  overflow-x: hidden; }
.contact-container {
  padding-bottom: 45px;
  display: flex;
  margin: 0 -25px; }
@media (max-width: 1199px) {
  .contact-container {
    flex-direction: column; } }
.contact-col {
  width: 50%;
  box-sizing: border-box;
  padding: 0 25px;
  display: flex;
  flex-direction: column; }
@media (max-width: 1199px) {
  .contact-col {
    width: 100%; } }
.contact-block {
  padding: 40px 36px 50px 40px;
  border: 1px solid #D2DCE4;
  flex-grow: 1;
  margin-bottom: 20px; }
@media (max-width: 576px) {
  .contact-block {
    padding: 24px 16px; } }
.contact-block h2 {
  font-weight: 900;
  font-size: 24px;
  letter-spacing: 0.9px;
  text-align: center;
  text-transform: uppercase; }
@media (min-width: 1200px) {
  .contact-place:nth-child(n+2) {
    margin-top: 20px; } }
.contact-place-open_hours {
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.53px;
  margin-top: 10px; }
.contact-place-item {
  margin-top: 30px;
  display: flex;
  align-items: flex-start; }
.contact-place-item .icon {
  width: 64px;
  height: 64px;
  text-align: center;
  border-radius: 50%;
  box-sizing: border-box;
  padding: 0;
  border: 1px solid #FF8162;
  flex-shrink: 0;
  margin-right: 30px; }
@media (max-width: 576px) {
  .contact-place-item .icon {
    display: none; } }
.contact-place-item .icon i {
  font-size: 32px;
  line-height: 64px;
  color: #FF8162; }
.contact-place-item .text {
  letter-spacing: 0.4px;
  line-height: 1.5; }
.contact-place-item .text h3 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
  text-transform: uppercase; }
.contact-place-item .text a {
  text-decoration: none;
  color: #2F3B44; }
.contact-place-item .text a:hover, .contact-place-item .text a:focus {
  text-decoration: underline; }
.contact-place-item .text .show_on_map {
  display: block;
  color: #FF8162;
  text-decoration: underline;
  margin-top: 10px; }
.contact-place-item .text .show_on_map:hover, .contact-place-item .text .show_on_map:focus {
  text-decoration: none; }
.contact-feedback .form {
  margin-top: 40px; }
.contact-map {
  width: 100%;
  box-sizing: border-box;
  height: 0;
  padding-bottom: 50%;
  position: relative;
  background-color: #D2DCE4; }
@media (max-width: 991px) {
  .contact-map {
    padding-bottom: 75%; } }
@media (max-width: 767px) {
  .contact-map {
    padding-bottom: 100%; } }
@media (max-width: 576px) {
  .contact-map {
    padding-bottom: 125%; } }
.contact-map .map {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.files-header {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/files-bg.jpg") no-repeat center;
  padding-bottom: 48px;
  background-size: cover;
  color: #fff; }
@media (max-width: 767px) {
  .files-header {
    background: linear-gradient(rgba(0, 0, 0, 0.66), rgba(0, 0, 0, 0.66)), url("../img/files-bg.jpg") no-repeat center; } }
.files-header h1 {
  color: #fff;
  text-align: left; }

.files-container {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 70px; }
.files-container h2 {
  width: 100%;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.6px;
  margin-bottom: 20px;
  margin-top: 40px;
  text-transform: uppercase; }
@media (max-width: 1199px) and (min-width: 768px) {
  .files-container h2 {
    padding: 0 20px; } }

.files-item {
  width: 33.333%;
  box-sizing: border-box;
  padding: 20px;
  color: #2F3B44;
  display: flex;
  align-items: flex-start;
  text-decoration: none;
  border: 1px solid transparent; }
@media (max-width: 1199px) {
  .files-item {
    width: 50%; } }
@media (max-width: 767px) {
  .files-item {
    padding: 15px 0;
    width: 100%; } }
@media (min-width: 768px) {
  .files-item:hover, .files-item:focus {
    border-color: #D2DCE4;
    box-shadow: 0 2px 6px 0 rgba(89, 89, 104, 0.2); } }
.files-item .icon {
  flex-shrink: 0;
  margin-right: 20px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: linear-gradient(90deg, #ff8162 10%, #f8b542 90%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative; }
@media (max-width: 991px) {
  .files-item .icon {
    height: 60px;
    width: 60px;
    margin-right: 15px; } }
.files-item .icon:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  border-radius: 50%;
  background-color: #fff; }
@media (max-width: 991px) {
  .files-item .icon:before {
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px; } }
.files-item .icon img {
  position: relative;
  width: 40px;
  height: 50px; }
@media (max-width: 991px) {
  .files-item .icon img {
    width: 27px;
    height: 33.3px; } }
.files-item .text {
  line-height: 1.5; }
.files-item .text h3 {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.4px;
  margin-bottom: 10px; }
.files-item .text p {
  font-size: 14px; }

.container_brand {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.description_brand {
  width: 70%;
}
.logo_brand {
  width: 30%;
  justify-content: center;
  display: flex;
  margin-top: -37px;
  margin-left: -20px;
}
.img_tmb {
  border: 1px solid #d2dce4;
  padding: 8rem 2rem;
}
.description_brand h1 {
  text-align: left;
  font-weight: 700;
}
.link_desc a {
  display:block;
  color: #fb9646;
  text-decoration: none;
  margin: 3rem 0;
}

.heading_secondary {
  font-weight: 900;
  font-size: 32px;
  line-height: 40px;
  padding: 1rem 0;
}
.container_brand_list {
  display: flex;
  justify-content: space-between;
}
/* .column_items {
  padd
} */
.brand_items {
  padding: .55rem 0;
}
.brand_items h2 {
  padding: .55rem 0;
  color: #282828;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}
.street_brand img {
  vertical-align: middle;
}
.street_brand a {
  color: #5c656c;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
  border-bottom:1px dotted #fb9646;
  color: black
}
.street_brand a:hover {
  border-bottom: unset;
}
.wrapper_brand {
  margin: 80px 0;
}
.logotype_brands {
  padding: 1rem 0;
}
.view_shop {
  color: #fb9646;
  text-decoration: none;
  float: right;
}
.pagination_brands {
  display: inline-block;
}

.pagination_brands a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s;
}

.pagination_brands a.active {
  background-color: #fb9646;
  color: white;
}

.pagination_brands a:hover:not(.active) {background-color: #ddd;}
.next_page img {
  vertical-align: middle;
}
.next_page {
  color: #999999;
}
@media (max-width: 768px) {
  .container_brand {
    flex-direction: column;
  }
  .description_brand {
    width: 100%
  }
  .description_brand h1 {
    text-align: center;
  }
  .logo_brand {
    margin-top: 50px;
    margin-left: 0;
  }
  .link_desc a {
    margin: 1rem 0;
  }
  .heading_secondary {
    display: none;
  }
  .wrapper_brand {
    display: none;
  }
  .pagination_brands {
    display: none;
  }
  .container_tablet_brand {
    display: block !important;
    margin: 2rem 0;
  }
  .street_brand a {
    color: #5c656c;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-decoration: none;
    border-bottom:1px dotted #fb9646;
    color: black;
    margin-left:5px;
  }
  .street_brand {
    padding: 1rem 0;
  }
  .elem_rezim .street_brand {
    margin-left: 56px;
    margin-top: 21px;
  }
  .is_not_heading {
    margin-top: 0 !important;
  }
  .elem_street h2 {
    color: #282828;
    font-size: 18px;
    font-weight: 500;
  }
}
.items_tablet {
  display: flex;
}
.container_tablet_brand {
  display: none;
}
.second_time {
  display: block;
  margin-left: 32px;
  margin-top: 10px;
}
.phone_brand {
  margin-top: 20px;
}

@media (max-width: 450px) {
  .elem_rezim .street_brand {
    margin-left: 0;
    margin-top: -15px;
  }
  .items_tablet {
    flex-wrap: wrap;
  }
  .contact-map {
    width: 100vw;
    box-sizing: border-box;
    height: 0;
    left: -30px;
    padding-bottom: 125%;
    position: relative;
    background-color: #D2DCE4;
  }
  .street_brand span {
    margin-left: 5px;
  }
}
@media (max-width: 320px) {
  .img_tmb {
    border: 1px solid #d2dce4;
    padding: 8rem 1rem;
  }
  .logo_brand {
    margin-top: 50px;
    margin-left: -17px;
  }
}
.link_desc {
  position: relative;
  top: 50px;
}
.pagination_brands {
  float: right;
}
.brand {
  padding-bottom: 90px;
}
.wrapper_brand h3 {
  font-size: 32px;
  font-weight: 700;
}
a.spoiler {
  display: none ;
}
.more_shop {
  display: none;
}

#dropdown {
  width: 300px;
  height: 34px;
  position: absolute;
  z-index: 999;
  right: 47px;
  margin-top: 20px;
  background: none rgb(255, 255, 255);
  border: 0px;
  position: absolute;
  outline: none;
  cursor: pointer;
  user-select: none;
  border-radius: 2px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
  background: white;
}

/*# sourceMappingURL=style.css.map */