/* personal-links */

button:disabled {
  opacity: 0.5;
  cursor: default;
}

.personal-links {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}

.personal-links label {
  margin-bottom: 5px;
  text-align: left;
  font-size: 14px;
  user-select: none;
  line-height: 1.4;
}

.personal-links input[type="checkbox"] {
  margin-right: 5px;
  flex: none;
  margin-left: 0;
}

.personal-links a {
  color: #000;
  text-align: left;
}

.personal-links.white label {
  color: #fff;
}

.personal-links.white label a {
  color: #fff;
}

/* personal-links */


/* cookie */

.cmsl_warning_cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2000;
  background: rgba(216, 216, 216, 0.85);
}

.cmsl_warning_cookie_inner {
  max-width: 1135px;
  margin: 0 auto;
  padding: 20px 15px 20px 20px;
  min-height: 65px;
}

.cmsl_warning_cookie_section1 {
  display: flex;
  flex-wrap: nowrap;
}

.cmsl_warning_cookie_section1_box1 {
  flex: 1;
}

.cmsl_warning_cookie_section1_box2 {
  width: 29px;
  margin-left: 30px;
  align-self: center;
}

.cmsl_warning_cookie_tx {
  font-family: regular;
  font-size: 16px;
  line-height: 1.3;
  color: #000;
  padding-top: 5px;
}

.cmsl_warning_cookie_close {
  display: block;
  width: 29px;
  height: 28px;
  background-image: url(/file/i_pic/cmsl/warning_cookie_close.png);
  background-repeat: no-repeat;
  opacity: 0.8;
  cursor: pointer;
}

.cmsl_warning_cookie_close:hover {
  opacity: 1;
}

.cmsl_warning_cookie.cmsl_warning_cookie2 {
  padding: 0 20px;
  position: fixed;
  max-width: 872px;
  width: 100%;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99999;
  background: none;
}

/* .cmsl_warning_cookie2 {
  padding: 0 20px;
  position: fixed;
  max-width: 872px;
  width: 100%;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99999;
} */

.cmsl_warning_cookie2_inner {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 90px;
  height: 100%;
  padding: 20px;
  border-radius: 15px;
  color: #fff;
}

.cmsl_warning_cookie2_text {
  margin-right: 30px;
  font-size: 16px;
}

.cmsl_warning_cookie2_button {
  margin-left: auto;
  flex: none;
}

.cmsl_warning_cookie_accept {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #fff;
  border-radius: 10px;
  background-color: rgb(230, 230, 231);
  color: rgb(45, 45, 45);
  font-size: 17px;
  width: 150px;
  height: 50px;
  border: 0;
  transition: 0.2s;
  cursor: pointer;
}

.cmsl_warning_cookie_accept:hover {
  opacity: 0.85;
}

.cmsl_warning_cookie_tx {
  color: inherit !important;
}

@media(max-width: 767px) {
  .cmsl_warning_cookie2 {
    bottom: 20px;
  }

  .cmsl_warning_cookie2_inner {
    flex-direction: column;
  }

  .cmsl_warning_cookie2_text {
    margin-right: 0;
    font-size: 11px;
  }

  .cmsl_warning_cookie2_button {
    margin-left: auto;
    margin-right: auto;
  }

  .cmsl_warning_cookie_accept {
    width: 130px;
    height: 30px;
    font-size: 12px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
  }

  .cmsl_warning_cookie_tx {
    font-size: 12px !important;
  }

  .cmsl_warning_cookie_section1 {
    flex-direction: column;
  }

  .cmsl_warning_cookie_section1_box2 {
    width: 100% !important;
    margin-left: 0 !important;
  }
}

/* cookie */



/* main animate */

.kp-content-block.block-1 .kp-content-block-img {
  transform: translateX(2000px);
  transition: 1s;
}

.kp-content-block.block-1 .kp-content-block-info {
  transform: translateX(-2000px);
  transition: 1s;
}

.kp-content-block.block-1 .kp-content-block-img.animate-right {
  transform: translateX(0);
}

.kp-content-block.block-1 .kp-content-block-info.animate-left {
  transform: translateX(0);
}

.kp-content-block.block-2 .kp-content-block-img {
  transform: translateX(-2000px);
  transition: 1s;
  transition-delay: 1s;
}

.kp-content-block.block-2 .kp-content-block-info {
  transform: translateX(2000px);
  transition: 1s;
  transition-delay: 1s;
}

.kp-content-block.block-2 .kp-content-block-img.animate-right {
  transform: translateX(0);
}

.kp-content-block.block-2 .kp-content-block-info.animate-left {
  transform: translateX(0);
}

.kp-content-block.block-3 .kp-content-block-img {
  transform: translateX(2000px);
  transition: 1s;
}

.kp-content-block.block-3 .kp-content-block-info {
  transform: translateX(-2000px);
  transition: 1s;
}

.kp-content-block.block-3 .kp-content-block-img.animate-right {
  transform: translateX(0);
}

.kp-content-block.block-3 .kp-content-block-info.animate-left {
  transform: translateX(0);
}

.kp-content-block.block-4 .kp-content-block-img {
  transform: translateX(-2000px);
  transition: 1s;
  transition-delay: 0.5s;
}

.kp-content-block.block-4 .kp-content-block-info {
  transform: translateX(2000px);
  transition: 1s;
  transition-delay: 0.5s;
}

.kp-content-block.block-4 .kp-content-block-img.animate-right {
  transform: translateX(0);
}

.kp-content-block.block-4 .kp-content-block-info.animate-left {
  transform: translateX(0);
}


/* new design 09.07.2024 */

.nheader {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 100px;
  padding-left: 60px;
  padding-right: 70px;
  border-bottom: 1px solid #dcdcdc;
  z-index: 9999;
}

.nheader-container {
  display: flex;
  max-width: 1580px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.nheader-left {
  display: flex;
  align-items: center;
  margin-right: 30px;
  padding-left: 15px;
}

.nheader-left__logo {
  flex: none;
  width: 350px;
}

.nheader-left__logo a {
  display: flex;
}

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

.nheader-nav {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.nheader-nav ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nheader-nav ul li {
  position: relative;
  display: flex;
  padding-left: 2px;
  padding-right: 2px;
  font-size: 16px;
  font-family: "commissionermedium";
  color: #000;
  line-height: 1.273;
}

.nheader-nav ul li a {
  display: flex;
  align-items: center;
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  color: #000;
  z-index: 5;
}

.nheader-nav ul li a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 14px;
  bottom: 4px;
  left: 0;
  right: 0;
  background: #ea5e20;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.nheader-nav ul li a:hover::after {
  opacity: 1;
  visibility: visible;
}

.nheader-nav ul li.active a::after {
  opacity: 1;
  visibility: visible;
}

.nheader-nav>ul>li>a .submenu-icon {
  display: block;
  background: url(/themes/images_2/header-menu-submenu-icon.svg) no-repeat;
  width: 9px;
  height: 5px;
  margin-left: 7px;
}

.nheader-nav__info {
  display: none;
}

.nheader-nav .submenu {
  position: absolute;
  display: flex;
  top: 13px;
  flex-direction: column;
  align-items: flex-start;
  width: 245px;
  padding-top: 30px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  background: #ea5e20;
  z-index: 1;
  transform: scaleY(0);
  transform-origin: top;
  transition: 0.2s;
  z-index: 2;
}

.nheader-nav ul li:hover .submenu {
  transform: scaleY(1);
}

.nheader-nav .submenu>li {
  width: 100%;
  padding: 0;
  font-size: 14px;
  margin-bottom: 7px;
}

.nheader-nav .submenu>li>a {
  width: 100%;
  padding: 0;
  transition: 0.3s;
  color: #fff;
}

.nheader-nav .submenu>li>a:hover {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.7);
}

.nheader-contacts {
  flex: none;
  display: flex;
  align-items: center;
  margin-left: 30px;
  padding-right: 160px;
}

.nheader-contacts__phone {
  font-size: 25px;
  font-family: "commissionerbold";
  color: #000;
  line-height: 0.336;
}

.nheader-contacts__phone a {
  text-decoration: none;
  color: #000;
}

.nheader-contacts__btn {
  margin-left: 35px;
}

.nheader-contacts__btn a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
  width: 220px;
  height: 45px;
  background: #ea5e20;
  font-size: 15px;
  font-family: "commissionermedium";
  color: #000;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  letter-spacing: 3px;
  transition: 0.3s;
}

.nheader-contacts__btn a:hover {
  text-decoration: none;
  color: #000;
  background: #ea5e20;
}

@media (max-width: 1900px) {
  .nheader-contacts {
    padding-right: 0;
  }
}

@media (max-width: 1535px) {
  .nheader {
    padding-left: 0;
    padding-right: 0;
  }

  .nheader-left {
    padding-left: 0;
  }
}

@media (max-width: 1365px) {
  .nheader-contacts__phone {
    font-size: 21px;
  }
}

@media (max-width: 1279px) {
  .nheader-left__logo {
    width: 200px;
  }

  .nheader-nav ul li {
    font-size: 14px;
  }

  .nheader-nav ul li a {
    padding-left: 10px;
    padding-right: 10px;
  }

  .nheader-nav ul li a::after {
    height: 9px;
  }
}

@media (max-width: 1023px) {

  .header-space {
    height: 60px;
  }

  .nheader {
    position: fixed;
    background: #fff;
    width: 100%;
    min-height: 60px;
  }

  .nheader-nav {
    position: fixed;
    top: 0;
    right: -320px;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 320px;
    height: 100%;
    margin-top: 0;
    background: #fff;
    z-index: 1000;
    padding: 70px 40px 0 40px;
    overflow-x: scroll;
    transition: 0.3s ease-out;
  }

  .nheader-nav ul {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    flex: none;
    width: 100%;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 30px;
    margin-bottom: 40px;
    border-bottom: 1px solid #eee;
  }

  .nheader-nav ul li {
    display: block;
  }

  .nheader-nav ul li {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .nheader-nav .submenu {
    position: static;
    transform: scaleY(1);
    background: #fff;
    border: 0;
    padding-left: 20px;
    padding-bottom: 0;
    padding-top: 15px;
    margin-bottom: 10px;
  }

  .nheader-nav .submenu>li>a {
    color: #000;
  }

  .nheader-nav .submenu>li>a:hover {
    color: #000;
  }

  .nheader-nav__info {
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
  }

  .nheader-nav__info_phones {
    display: flex;
    flex-direction: column;
    font-size: 21px;
    font-family: "proximanovabold";
    color: #fff;
    line-height: 1.314;
    text-align: center;
  }

  .nheader-nav__info_phones a {
    color: #000;
    text-decoration: none;
  }

  .nheader-nav__info_button {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }

  .nheader-nav__info_button a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    width: 220px;
    height: 50px;
    text-align: center;
    font-size: 14px;
    font-family: "proximanovareg";
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    text-decoration: none;
    background: #ea5e20;
    transition: 0.3s;
  }

  .header-nav__close {
    position: absolute;
    top: 15px;
    right: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }

  .header-nav__close_inner {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 30px;
    height: 30px;
  }

  .header-nav__close_inner span {
    width: 30px;
    height: 3px;
    background: #000;
    transition: 0.15s;
  }

  .header-nav__close_inner span:nth-child(1) {
    display: block;
    transform: rotate(-45deg);
  }

  .header-nav__close_inner span:nth-child(2) {
    display: block;
    transform: rotate(45deg);
    margin-top: -3px;
  }

  .nheader-contacts {
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .nheader-contacts__phone {
    display: none;
  }
}


.nheader-fixed {
  position: fixed;
  top: -150px;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  min-height: 100px;
  padding-left: 60px;
  padding-right: 70px;
  border-bottom: 1px solid #dcdcdc;
  z-index: 9999;
  background: #fff;
  width: 100%;
  transition: 0.2s;
}

body.fixed-menu .nheader-fixed {
  top: 0;
}

.nheader-fixed-container {
  display: flex;
  max-width: 1580px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.nheader-fixed-left {
  display: flex;
  align-items: center;
  margin-right: 30px;
  padding-left: 15px;
}

.nheader-fixed-left__logo {
  flex: none;
  width: 350px;
}

.nheader-fixed-left__logo a {
  display: flex;
}

.nheader-fixed-left__logo img {
  max-width: 100%;
  height: auto;
}

.nheader-fixed-nav {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.nheader-fixed-nav ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nheader-fixed-nav ul li {
  display: flex;
  padding-left: 2px;
  padding-right: 2px;
  font-size: 16px;
  font-family: "commissionermedium";
  color: #000;
  line-height: 1.273;
}

.nheader-fixed-nav ul li a {
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  color: #000;
}

.nheader-fixed-nav ul li a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 14px;
  bottom: 4px;
  left: 0;
  right: 0;
  background: #ea5e20;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.nheader-fixed-nav ul li a:hover::after {
  opacity: 1;
  visibility: visible;
}

.nheader-fixed-nav ul li.active a::after {
  opacity: 1;
  visibility: visible;
}

.nheader-fixed-nav__info {
  display: none;
}

.nheader-fixed-contacts {
  flex: none;
  display: flex;
  align-items: center;
  margin-left: 30px;
  padding-right: 160px;
}

.nheader-fixed-contacts__phone {
  font-size: 25px;
  font-family: "commissionerbold";
  color: #000;
  line-height: 0.336;
}

.nheader-fixed-contacts__phone a {
  text-decoration: none;
  color: #000;
}

.nheader-fixed-contacts__btn {
  margin-left: 35px;
}

.nheader-fixed-contacts__btn a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
  width: 220px;
  height: 45px;
  background: #ea5e20;
  font-size: 15px;
  font-family: "commissionermedium";
  color: #000;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  letter-spacing: 3px;
  transition: 0.3s;
}

.nheader-fixed-contacts__btn a:hover {
  text-decoration: none;
  color: #000;
  background: #ea5e20;
}

@media (max-width: 1900px) {
  .nheader-fixed-contacts {
    padding-right: 0;
  }
}

@media (max-width: 1535px) {
  .nheader-fixed {
    padding-left: 0;
    padding-right: 0;
  }

  .nheader-fixed-left {
    padding-left: 0;
  }
}

@media (max-width: 1365px) {
  .nheader-fixed-contacts__phone {
    font-size: 21px;
  }
}

@media (max-width: 1279px) {
  .nheader-fixed-left__logo {
    width: 200px;
  }

  .nheader-fixed-nav ul li {
    font-size: 14px;
  }

  .nheader-fixed-nav ul li a {
    padding-left: 10px;
    padding-right: 10px;
  }

  .nheader-fixed-nav ul li a::after {
    height: 9px;
  }
}

@media (max-width: 1023px) {
  .nheader-fixed {
    display: none;
  }
}

body.open-menu .nheader-nav {
  right: 0;
}

.kpn-main {
  min-height: 870px;
  padding-top: 85px;
  padding-bottom: 60px;
  background-position: center;
  background-repeat: no-repeat;
}

.kpn-main-container {
  max-width: 1780px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}

.kpn-main__title {
  font-size: 100px;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  font-family: "actaywidebold";
  text-align: center;
  line-height: 1.1;
}

.kpn-main__title h1 {
  font-size: inherit;
  font-weight: inherit;
  margin: inherit;
  padding: inherit;
  color: inherit;
}

.kpn-main__items {
  display: flex;
  max-width: 1580px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 90px;
  padding-left: 20px;
  padding-right: 20px;
}

.kpn-main__items_item {
  display: flex;
  width: 100%;
  max-width: 305px;
  flex-direction: column;
}

.kpn-main__items_item:first-child {
  margin-left: auto;
}

.kpn-main__items_item:last-child {
  max-width: 265px;
}

.kpn-main__items_item .inside-circle {
  font-size: 50px;
  font-family: "actaywidebold";
  color: rgb(230, 108, 0);
  text-transform: uppercase;
  line-height: 0.79;
}

.kpn-main__items_item #countdown {
  position: relative;
  top: 5px;
}

.kpn-main__items_item_text {
  margin-top: 15px;
  padding-left: 10px;
  font-size: 30px;
  font-family: "actaywidebold";
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  line-height: 1.135;
}

.kpn-main__button {
  display: flex;
  justify-content: flex-end;
  margin-top: 90px;
}

.kpn-main__button a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 85px;
  background: #ea5e20;
  border-radius: 20px;
  font-size: 18px;
  font-family: "commissionermedium";
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  line-height: 3.89;
  text-decoration: none;
  transition: 0.2s;
}

.kpn-main__button a i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 19px;
  margin-right: 10px;
  background-image: url("../images_3/main-bg-arrow.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: 0.2s;
}

.kpn-main__button a:hover {
  text-decoration: none;
  color: #000;
}

.kpn-main__button a:hover i {
  filter: invert(1);
}

.video_wrap_circle {
  position: relative;
  max-width: 1794px;
  width: 100%;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}

.inside-circle {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 1px solid #e9e9ea;
  font-size: 63px;
  font-family: "actaywidebold";
  /* background: #fff; */
  color: #1a6dff;
  text-transform: uppercase;
  line-height: 0.79;
}

.inside-circle .animate {
  animation: progress 1s cubic-bezier(0.25, 0.4, 0.75, 0.6) forwards;
}

.inside-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: -1;
  /* aspect-ratio: 1; */
  border: 3px solid #fff;
}

@keyframes progress {
  0% {
    clip-path: polygon(50% 50%, 50% -21%, 50% -21%, 50% -21%, 50% -21%, 50% -21%);
  }

  25% {
    clip-path: polygon(50% 50%, 50% -21%, 121% 50%, 121% 50%, 121% 50%, 121% 50%);
  }

  50% {
    clip-path: polygon(50% 50%, 50% -21%, 121% 50%, 50% 121%, 50% 121%, 50% 121%);
  }

  75% {
    clip-path: polygon(50% 50%, 50% -21%, 121% 50%, 50% 121%, -21% 50%, -21% 50%);
  }

  100% {
    clip-path: polygon(50% 50%, 50% -21%, 121% 50%, 50% 121%, -21% 50%, 50% -21%);
  }
}

.kpn-main__items_item:nth-child(2) .inside-circle .animate {
  animation-delay: 1s;
}

.kpn-main__items_item:nth-child(3) .inside-circle .animate {
  animation-delay: 2s;
}

.kpn-main__items_item:nth-child(4) .inside-circle .animate {
  animation-delay: 3s;
}

.kpn-main__items_item:nth-child(5) .inside-circle .animate {
  animation-delay: 4s;
}

@media (max-width: 1900px) {
  .kpn-main__items_item_text {
    font-size: 28px;
  }

  .kpn-main__items_item:last-child {
    max-width: 305px;
  }
}

@media (max-width: 1535px) {
  .kpn-main__items_item_text {
    font-size: 24px;
  }
}

@media (max-width: 1365px) {
  .kpn-main__items_item_text {
    font-size: 21px;
  }
}

@media (max-width: 1365px) {
  .kpn-main {
    min-height: 800px;
  }

  .kpn-main__title {
    font-size: 80px;
  }

  .kpn-main__items_item_text {
    font-size: 21px;
  }
}

@media (max-width: 1279px) {
  .kpn-main {
    min-height: 660px;
  }

  .kpn-main__title {
    font-size: 60px;
  }

  .kpn-main__items_item_text {
    font-size: 18px;
  }

  .video_wrap_circle {
    height: 100px;
  }

  .kpn-main__items_item .inside-circle {
    height: 100px;
    width: 100px;
    font-size: 35px;
  }

  .kpn-main__button a {
    width: 220px;
    height: 50px;
    font-size: 13px;
    border-radius: 15px;
  }

  .kpn-main__button a i {
    width: 18px;
    height: 15px;
  }
}

@media (max-width: 1023px) {
  .kpn-main {
    min-height: auto;
    padding-top: 70px;
  }

  .kpn-main__title {
    font-size: 35px;
  }

  .kpn-main__items {
    flex-direction: column;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    margin-top: 50px;
  }

  .kpn-main__items_item:first-child {
    margin-left: 0;
    margin-right: 0;
  }

  .kpn-main__items_item:last-child {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .kpn-main__items_item {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    margin-bottom: 10px;
  }

  .video_wrap_circle {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    order: 1;
    left: 0;
    transform: none;
    height: 40px;
  }

  .kpn-main__items_item .inside-circle {
    width: 40px;
    height: 40px;
    font-size: 15px;
  }

  .kpn-main__items_item .inside-inner {
    border: 1px solid #fff;
  }

  .kpn-main__items_item #countdown {
    top: 3px;
  }

  .kpn-main__items_item_text {
    display: flex;
    align-items: center;
    order: 2;
    margin-top: 0;
    line-height: 1;
  }

  .kpn-main__items_item_text br {
    display: none;
  }

  .kpn-main__button {
    max-width: 450px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
  }

  .kpn-main__button a {
    width: 200px;
    height: 45px;
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .kpn-main__title {
    font-size: 25px;
  }

  .kpn-main__items {
    max-width: 320px;
  }

  .kpn-main__items_item_text {
    font-size: 15px;
  }

  .kpn-main__button {
    max-width: 320px;
  }
}

.kpn-adv {
  padding-top: 90px;
  padding-bottom: 250px;
  background: url("../images_3/adv-bg.jpg");
  background-position: left 0 top 0px;
  background-repeat: no-repeat;
}

.kpn-adv-container {
  display: flex;
  max-width: 1780px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}

.kpn-adv-left {
  max-width: 645px;
  margin-right: 40px;
  padding-left: 110px;
}

.kpn-adv-left__text {
  font-size: 33px;
  font-family: "actaywidebold";
  color: rgb(1, 1, 1);
  text-transform: uppercase;
  line-height: 1.247;
}

.kpn-adv-right {
  width: 100%;
  border-bottom: 1px solid #bfbfbf;
}

.kpn-adv-right__items {
  display: flex;
  width: 100%;
}

.kpn-adv-right__items_item {
  max-width: 350px;
  width: 100%;
}

.kpn-adv-right__items_item_text {
  font-size: 21px;
  font-family: "commissionerregular";
  color: rgb(0, 0, 0);
  line-height: 1.381;
}

.kpn-adv-right__items_item_button {
  margin-top: 30px;
}

.kpn-adv-right__items_item_button a,
.kpn-adv-right__items_item_button span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 50px;
  background: #463f3c;
  border-radius: 15px;
  font-size: 15px;
  font-family: "commissionerbold";
  color: rgb(255, 255, 255);
  text-decoration: none;
  transition: 0.2s;
  letter-spacing: 0.3px;
}

.kpn-adv-right__items_item_button a:hover,
.kpn-adv-right__items_item_button span:hover {
  background: #ea5e20;
}

@media (max-width: 1900px) {
  .kpn-adv {
    background-size: contain;
  }

  .kpn-adv-left__text {
    font-size: 30px;
  }

  .kpn-adv-left {
    max-width: 600px;
  }

  .kpn-adv-right__items_item_text {
    font-size: 18px;
  }
}

@media (max-width: 1599px) {
  .kpn-adv {
    padding-bottom: 150px;
  }

  .kpn-adv-left {
    max-width: 550px;
  }

  .kpn-adv-left__text {
    font-size: 27px;
  }
}

@media (max-width: 1535px) {
  .kpn-adv-left {
    max-width: 500px;
  }

  .kpn-adv-left__text {
    font-size: 24px;
  }

  .kpn-adv-left {
    padding-left: 70px;
  }

  .kpn-adv-right__items_item_text {
    font-size: 16px;
  }

  .kpn-adv-right__items_item_button a,
  .kpn-adv-right__items_item_button span {
    font-size: 13px;
    width: 220px;
  }
}

@media (max-width: 1365px) {
  .kpn-adv {
    padding-bottom: 0;
    margin-bottom: 50px;
  }

  .kpn-adv-container {
    flex-direction: column;
  }

  .kpn-adv-right {
    border: 0;
  }

  .kpn-adv-right__items {
    justify-content: center;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #bfbfbf;
  }

  .kpn-adv-right__items_item {
    width: 33.3333%;
    max-width: 100%;
  }

  .kpn-adv-left {
    padding-left: 0;
    max-width: 800px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 1023px) {
  .kpn-adv {
    background-size: 250px;
  }

  .kpn-adv-left {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }

  .kpn-adv-right {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }

  .kpn-adv-right__items {
    flex-direction: column;
  }

  .kpn-adv-right__items_item {
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .kpn-adv-right__items_item_text {
    max-width: 400px;
    font-size: 18px;
  }

  .kpn-adv-right__items_item_text br {
    display: none;
  }

  .kpn-adv-right__items_item_button {
    margin-top: 15px;
  }

  .kpn-adv-right__items_item_button a,
  .kpn-adv-right__items_item_button span {
    height: 40px;
    font-size: 12px;
    border-radius: 10px;
  }
}

@media (max-width: 767px) {
  .kpn-adv {
    background-size: 150px;
  }

  .kpn-adv-left {
    max-width: 320px;
  }

  .kpn-adv-right {
    max-width: 320px;
  }

  .kpn-adv-right__items {
    padding-bottom: 10px;
  }

  .kpn-adv-left__text {
    font-size: 20px;
  }

  .kpn-adv-right__items_item_text {
    max-width: 300px;
    font-size: 16px;
  }
}

/* new design */



.cmsl_outer {
  overflow: hidden;
}

.bread_crumb a {
  color: #000;
}

/* core */
html,
body {
  max-height: 999999px;
  height: 100%;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  font-family: proximanovareg, robotolight, tahoma;
}

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

/*a,span{
    text-decoration-skip-ink:none;
}*/

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

/**{min-height:0;min-width:0;}*/

* {
  outline: 0;
}

img {
  border: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time {
  display: block;
}

textarea,
input {
  font-family: inherit;
  font-size: inherit;
}

/*for FF*/
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"]>input[type="button"]::-moz-focus-inner {
  border: 0;
  outline: 0;
}

.cmsl_theme1 {
  overflow: hidden;
}

.cmsl_clearfix1:after {
  content: '';
  display: block;
  clear: both;
}

.cmsl_clearfix2:before,
.cmsl_clearfix2:after {
  display: table;
  content: '';
}

.cmsl_clearfix2:after {
  clear: both;
}

.cmsl_clearfix3 {
  display: table;
  width: 100%;
}

.cmsl_clearfix3:after {
  content: '. .';
  display: block;
  word-spacing: 9999px;
  height: 0;
  overflow: hidden;
}

.cmsl_clearfix4 {
  zoom: 1;
  display: block;
}

.cmsl_clearfix4:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clear {
  clear: both;
}

.cmsl_content {
  min-height: 300px;
}

.posmo {
  display: none;
}

a.posmo_link {
  text-decoration: none !important;
  border-bottom: 1px dashed;
  padding-bottom: 1px;
  margin-bottom: 5px;
}

a.posmo_link:hover {
  text-decoration: none !important;
  border-bottom: 1px dashed;
}

.cmsl_wrapper0 {
  max-width: 1920px;
  margin: 0 auto;
}

.cmsl_wrapper1 {
  max-width: 1280px;
  margin: 0 auto;
}

.cmsl_wrapper2 {
  max-width: 1135px;
  margin: 0 auto;
}

.cmsl_wrapper3 {
  max-width: 990px;
  margin: 0 auto;
}

.cmsl_wrapper1_custom1 {
  max-width: 1505px;
  margin: 0 auto;
}

.cmsl_osntext ul,
.cmsl_osntext ol {
  padding-left: 25px;
}

.cmsl_osntext ul li {
  list-style-image: url(/file/i_pic/cmsl/4x4.png);
  margin-top: 10px;
}

.cmsl_osntext p:nth-of-type(1) {
  margin-top: 0;
}

.cmsl_osntext p:nth-last-of-type(1) {
  margin-bottom: 0;
}

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

.pagedis {
  padding-top: 15px;
}

.pagedis a {
  color: #8d8d8d;
  background: #e3e4e5;
  padding: 5px 9px;
  border-radius: 3px;
  text-decoration: none;
  margin-left: 3px;
  margin-right: 3px;
}

.pagedis a#act {
  background: #7f9abf;
  color: #fff;
}

.bread_crumb {
  font-size: 17px;
  line-height: 1.4;
  font-family: proximanovalight;
  margin: 15px 0 25px 0;
}

.bread_crumb .img {
  margin: 0 4px 0 4px;
  width: 7px;
  height: 11px;
  vertical-align: middle;
}

.bread_crumb_arrow {
  margin: 0 5px;
  display: inline-block;
  vertical-align: middle;
  background-image: url('../images/breadcrumb_arrow2_white.svg');
  background-repeat: no-repeat;
  width: 17px;
  text-align: center;
  background-size: 17px 15px;
}

.bread_crumb[data-template="white"] .bread_crumb_arrow {
  background-image: url(/file/i_pic/cmsl/breadcrumb_arrow2_white.svg);
}

.cmsl_razdsite {
  margin: 25px 0 35px 0;
}

.cmsl_razdsite .push {
  height: 1px;
  line-height: 1px;
}

.cmsl_razdsite h1 {
  font-size: 36px;
  line-height: 1;
  font-family: proximanovareg;
  font-weight: normal;
  margin: 0;
}

.cmsl_theme_breadrazd_wrap {
  background: transparent;
  position: relative;
  z-index: 1;
}

.cmsl_theme_breadrazd_wrap_inner {
  padding-top: 30px;
  padding-bottom: 45px;
  position: relative;
}

.cmsl_theme_breadrazd_wrap_cont {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.cmsl_theme_breadrazd_wrap .cmsl_razdsite {
  margin: 0;
  order: 2;
  margin-top: 35px;
}

.cmsl_theme_breadrazd_wrap .cmsl_razdsite.razdsite_no {
  margin-top: 25px;
}

.cmsl_theme_breadrazd_wrap .bread_crumb {
  order: 1;
  margin: 0;
  font-family: proximanovareg;
}

.cmsl_theme_breadrazd_wrap_abs {
  display: none;
  position: absolute;
  top: 20px;
  right: 340px;
}

.cmsl_theme2_content {
  display: flex;
}

.cmsl_theme2_content_col1 {
  flex: 1;
}

.cmsl_theme2_content_col2 {
  width: 300px;
  flex: 0 1 300px;
  margin-left: 30px;
}

.cmsl_theme3_content {
  display: flex;
  width: 100%;
}

.cmsl_theme3_content_col1 {
  flex: 0 0 275px;
}

.cmsl_theme3_content_col2 {
  flex: 1;
  padding-left: 37px;
}

.leli {
  display: inline-flex;
  align-items: center;
}

.leli-links {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-right: 4px;
  font-family: proximanovareg;
  font-size: 12px;
  text-align: right;
  line-height: 1.4;
}

.leli-links a {
  color: #fff;
  text-decoration: none;
}

.leli-links a:hover {
  color: #fff;
  text-decoration: none;
}

.leli-img {
  width: 30px;
  height: 30px;
}

.leli-img img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

.leli_derevotop {
  padding: 5px 15px;
}

.leli_derevotop ul,
.leli_derevotop ul li {
  list-style-type: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

.leli_derevotop>ul>li {
  padding: 8px 0;
  border-top: 1px #E2E0E0 solid;
  line-height: 1.3;
}

.leli_derevotop>ul>li:first-child {
  border: 0;
}

.leli_derevotop>ul>li a {
  font-size: 16px;
  color: #000;
}

.leli_derevotop>ul>li>ul {
  margin-left: 20px;
}

.leli_derevotop>ul>li>ul>li {
  padding: 5px 0;
  border-top: 1px #E2E0E0 solid;
}

.leli_derevotop>ul>li>ul>li:first-child {
  border: 0;
}

.leli_derevotop>ul>li>ul>li:last-child {
  padding: 0;
}

.leli_derevotop>ul>li>ul>li a {
  font-size: 13px;
  line-height: 1.2;
  color: #000;
}

.leli_derevotop li.act>a {
  color: #06579F;
  font-weight: bold;
}

.cmsl_pagenav {
  margin: 35px 0 35px 0;
  line-height: 1;
  font-family: proximanovalight;
}

.cmsl_pagenav_title {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  padding-top: 4px;
  font-size: 16px;
  line-height: 1;
  color: #606060;
}

.cmsl_pagenav_content {
  display: inline-block;
  vertical-align: middle;
}

.cmsl_pagenav ul,
.cmsl_pagenav ul li {
  list-style-type: none !important;
  list-style-image: none !important;
  margin: 0;
  padding: 0;
}

.cmsl_pagenav ul {
  padding-left: 0 !important;
}

.cmsl_pagenav ul li {
  display: inline-block;
  margin: 5px 4px 0 0 !important;
  font-size: 18px;
  line-height: 1;
  color: #000;
}

.cmsl_pagenav_insider {
  display: block;
  color: #000;
  text-decoration: none;
  padding: 3px 7px 3px 7px;
  min-width: 25px;
  text-align: center;
  border: 1px transparent solid;
}

a.cmsl_pagenav_insider:hover {
  color: #000;
  text-decoration: none;
  border: 1px #85c3cc solid;
}

.cmsl_pagenav ul li.act .cmsl_pagenav_insider {
  /*font-weight:bold;*/
  background: #85c3cc;
  color: #fff;
}

.cmsl_pagenav ul li.act .cmsl_pagenav_insider:hover {
  color: #fff;
}

.cmsl_pagenav_move {
  display: inline-block;
  vertical-align: middle;
  font-family: tahoma;
}

.cmsl_pagenav_move._next {
  margin-left: 15px;
}

.cmsl_pagenav_move a {
  display: inline-block;
  color: #000 !important;
  text-decoration: none !important;
}

.cmsl_pagenav_move a:nth-child(1) {
  margin-left: 0;
}

.site_dialog_theme {
  padding: 40px 75px 50px 75px;
}

.site_dialog_theme_title {
  font-size: 33px;
  line-height: 1.1;
}

.site_dialog_theme_content {
  margin-top: 30px;
}

.custom_toggle_header {
  font-size: 20px;
  line-height: 1;
  color: #000;
  padding: 6px 10px 5px 40px;
  position: relative;
  cursor: pointer;
  user-select: none;
  background: #ece8dc;
}

.custom_toggle_header:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 8px;
  margin-top: -4px;
  width: 21px;
  height: 11px;
  background-image: url(/file/i_pic/cmsl/custom_toggle_icon.png);
  background-repeat: no-repeat;
  transition: all 0.1s ease-out 0s;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

.custom_toggle_header:hover {
  color: #000;
}

.custom_toggle_header:hover:after {
  opacity: 0.6;
}

.custom_toggle_content {
  display: none;
  margin: 10px 0 0 0;
  padding-bottom: 15px;
}

.custom_toggle.active .custom_toggle_header:after {
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

/* cursor */
.pointer {
  position: absolute;
  width: 100px;
  height: 100px;
  pointer-events: none;
  z-index: 100;
  top: 50%;
  left: 50%;
  opacity: 0
}

.pointer .pointer__circle {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: scale(1) translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 150px;
  height: 150px;
  background: #ea5e20;
  font-family: 'proximanovabold';
  font-size: 14px;
  border-radius: 50%;
  transition: all .3s cubic-bezier(.37, .01, 0, .98);
  overflow: hidden;
  color: #fff;
}

.pointer.hide .pointer__circle {
  transition: all .2s;
  opacity: 1;
  width: 15px;
  height: 15px
}

.pointer__circle_text {
  opacity: 1;
  transition: all .1s;
}

.pointer.hide .pointer__circle_text {
  opacity: 0;
  /* transition: all .5s; */
}

/* style */
body {
  line-height: 1.5;
  font-family: "proximanovareg";
  font-size: 18px;
}

.wrapper {
  max-width: 1920px;
  margin: 0 auto;
}

.container {
  max-width: 1310px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.container-2 {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.menu-resp-wrap {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.menu-begun {
  display: block;
  position: absolute;
  width: 17px;
  top: -10px;
  bottom: -10px;
  left: -5px;
  z-index: 100;
  background: #ea5e20;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 1;
}

.responsive-menu {
  position: relative;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 5;
  user-select: none;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background: #ea5e20;
}

.responsive-menu_inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 30px;
  height: 30px;
  transition: .3s linear;
  user-select: none;
}

.responsive-menu_inner span {
  width: 30px;
  height: 3px;
  background: #000;
  transition: .15s;
}

.responsive-menu_inner span:nth-child(1) {
  margin-bottom: 7px;
}

.responsive-menu_inner span:nth-child(3) {
  margin-top: -3px;
}

.responsive-menu_inner span:nth-child(4) {
  margin-top: 7px;
}

.kp-line {
  width: 100%;
  height: 1px;
  background: #cccccc;
  margin-top: 105px;
  margin-bottom: 125px;
}

.header {
  display: flex;
  align-items: center;
  min-height: 150px;
  padding-left: 60px;
  padding-right: 70px;
  border-bottom: 1px solid #dcdcdc;
}

.header-left {
  display: flex;
  align-items: center;
  margin-right: 30px;
}

.header-left__logo a {
  display: flex;
}

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

.header-left__text {
  margin-left: 32px;
  font-size: 20px;
  font-family: "proximanovabold";
  color: #000;
  line-height: 1.25;
}

.header-nav {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.header-nav ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.header-nav ul li {
  position: relative;
  display: flex;
  margin-bottom: 10px;
  padding-left: 2px;
  padding-right: 2px;
  font-size: 16px;
  font-family: "proximanovareg";
  color: #434343;
  line-height: 1.273;
}

.header-nav ul li a {
  display: flex;
  align-items: center;
  position: relative;
  padding-top: 2px;
  padding-bottom: 7px;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  color: #000;
}

.header-nav ul li a::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 14px;
  bottom: 3px;
  left: 0;
  right: 0;
  background: #ea5e20;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.header-nav ul li a:hover::after {
  opacity: 1;
  visibility: visible;
}

.header-nav ul li.active a::after {
  opacity: 1;
  visibility: visible;
}

.header-nav .submenu {
  position: absolute;
  display: flex;
  top: 12px;
  flex-direction: column;
  align-items: flex-start;
  width: 245px;
  padding-top: 30px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 30px;
  background: #ea5e20;
  z-index: 1;
  transform: scaleY(0);
  transform-origin: top;
  transition: 0.2s;
  z-index: 2;
}

.header-nav .submenu li {
  width: 100%;
  padding: 0;
  font-size: 14px;
}

.header-nav .submenu li a {
  width: 100%;
  padding: 0;
  transition: 0.3s;
  color: #fff;
}

.header-nav .submenu li a:hover {
  font-family: 'proximanovaextrabold';
}

.header-nav>ul>li:hover>a {
  z-index: 3;
  transition: 0.2s;
}

.header-nav ul li:hover .submenu {
  transform: scaleY(1);
}

.header-nav>ul>li>a .submenu-icon {
  display: block;
  background: url(/themes/images_2/header-menu-submenu-icon.svg) no-repeat;
  width: 9px;
  height: 5px;
  margin-left: 7px;
}

.header-nav__info {
  display: none;
}

.header-contacts {
  display: flex;
  align-items: center;
  margin-left: 58px;
  margin-top: -18px;
}

.header-contacts__phone {
  font-size: 25px;
  font-family: "proximanovablack";
  color: #000;
  line-height: 0.336;
}

.header-contacts__phone a {
  text-decoration: none;
  color: #000;
}

.header-contacts__btn {
  margin-left: 35px;
}

.header-contacts__btn a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
  width: 220px;
  height: 45px;
  background: #ea5e20;
  font-size: 15px;
  font-family: "proximanovareg";
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  letter-spacing: 3px;
  transition: 0.3s;
}

.header-contacts__btn a:hover {
  text-decoration: none;
  color: #000;
  background: #ea5e20;
}

.header-fixed {
  position: fixed;
  top: -200px;
  background: #fff;
  width: 100%;
  max-width: 1920px;
  display: flex;
  align-items: center;
  min-height: 100px;
  padding-left: 60px;
  padding-right: 70px;
  border-bottom: 1px solid #dcdcdc;
  transition: 0.3s;
  z-index: 10000;
}

.header-fixed-left {
  display: flex;
  align-items: center;
  margin-right: 30px;
}

.header-fixed-left__logo {
  width: 220px;
}

.header-fixed-left__logo a {
  display: flex;
}

.header-fixed-left__logo img {
  max-width: 100%;
  height: auto;
}

.header-fixed-left__text {
  margin-left: 32px;
  font-size: 20px;
  font-family: "proximanovabold";
  color: #000;
  line-height: 1.25;
}

.header-fixed-nav {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.header-fixed-nav ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.header-fixed-nav ul li {
  display: flex;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 2px;
  padding-right: 2px;
  font-size: 16px;
  font-family: "proximanovareg";
  color: #434343;
  line-height: 1.273;
}

.header-fixed-nav ul li a {
  position: relative;
  padding-top: 2px;
  padding-bottom: 7px;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  color: #434343;
}

.header-fixed-nav ul li a::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 14px;
  bottom: 4px;
  left: 0;
  right: 0;
  background: #ea5e20;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.header-fixed-nav ul li a:hover::after {
  opacity: 1;
  visibility: visible;
}

.header-fixed-nav ul li.active a::after {
  opacity: 1;
  visibility: visible;
}

.header-fixed-contacts {
  display: flex;
  align-items: center;
  margin-left: 58px;
}

.header-fixed-contacts__phone {
  font-size: 25px;
  font-family: "proximanovablack";
  color: #000;
  line-height: 0.336;
}

.header-fixed-contacts__phone a {
  text-decoration: none;
  color: #000;
}

.header-fixed-contacts__btn {
  margin-left: 35px;
}

.header-fixed-contacts__btn a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
  width: 220px;
  height: 45px;
  background: #ea5e20;
  font-size: 15px;
  font-family: "proximanovareg";
  color: #000;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  letter-spacing: 3px;
  transition: 0.3s;
}

.header-fixed-contacts__btn a:hover {
  text-decoration: none;
  color: #000;
  background: #ea5e20;
}

body.fixed-menu .header-fixed {
  top: 0;
}

.kp-content {
  margin-top: 88px;
  overflow: hidden;
}

.kp-content-block {
  display: flex;
  margin-bottom: 50px;
}

.kp-content-block-info {
  flex: none;
  width: 100%;
}

.kp-content-block-info__text {
  font-size: 25px;
  font-family: "proximanovareg";
  color: #000;
  line-height: 1.4;
}

.kp-content-block-info__num {
  font-size: 30px;
  font-family: "proximanovabold";
  color: #000;
  font-weight: bold;
  line-height: 1.5;
}

.kp-content-block-info__num span {
  margin-right: 10px;
  font-size: 75px;
  font-family: "proximanovablack";
  color: #ea5e20;
  line-height: 1.289;
}

.kp-content-block-img {
  position: relative;
}

.kp-content-block-img img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.kp-content-block-img .hoverable {
  position: absolute;
  top: 68px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.kp-content-block-img .hoverable a {
  display: flex;
  width: 100%;
  height: 100%;
}

.kp-content-block.block-1 {
  max-width: 1682px;
  margin-left: auto;
  margin-right: auto;
}

.kp-content-block.block-1 .kp-content-block-info {
  padding-left: 45px;
  margin-top: 50px;
  max-width: 538px;
}

.kp-content-block.block-1 .kp-content-block-info__num {
  margin-top: 10px;
}

.kp-content-block.block-2 .kp-content-block-info {
  margin-top: 115px;
  padding-left: 130px;
  max-width: 260px;
}

.kp-content-block.block-2 .kp-content-block-info__num {
  line-height: 1.167;
}

.kp-content-block.block-2 .kp-content-block-info__num span {
  display: block;
  margin-left: -13px;
  line-height: 1.189;
}

.kp-content-block.block-2 .kp-content-block-img {
  position: relative;
  margin-left: 0px;
}

.kp-content-block.block-2 .kp-content-block-img .hoverable {
  position: absolute;
  top: 68px;
  top: 20.5%;
  left: 0;
  right: 0;
  bottom: 0;
}

.kp-content-block.block-3 {
  margin-top: 115px;
  margin-bottom: 100px;
}

.kp-content-block.block-3 .kp-content-block-img {
  margin-right: 0px;
}

.kp-content-block.block-3 .kp-content-block-info {
  padding-left: 145px;
  margin-top: 50px;
  max-width: 505px;
}

.kp-content-block.block-3 .kp-content-block-info__num {
  margin-top: 30px;
}

.kp-content-block.block-3 .kp-content-block-info__num span {
  margin-right: 0;
}

.kp-content-block.block-4 .kp-content-block-info {
  display: flex;
  flex-direction: column;
  margin-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  max-width: 365px;
}

.kp-content-block.block-4 .kp-content-block-img {
  margin-left: 5px;
}

.kp-content-block.block-4 .kp-content-block-info__num {
  margin-top: 10px;
}

.kp-content-block.block-4 .kp-content-block-info__num span {
  line-height: 1.189;
}

.kp-content-block.block-4 .kp-content-block-img .hoverable {
  position: absolute;
  top: 68px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.kp-advantages {
  margin-top: 50px;
  background: #f0f0f0;
}

.kp-advantages-container {
  max-width: 1632px;
  margin-left: auto;
  margin-right: auto;
}

.kp-advantages-block {
  display: flex;
  padding-top: 113px;
  padding-bottom: 113px;
  padding-left: 55px;
  padding-right: 25px;
}

.kp-advantages-left {
  position: relative;
  margin-right: 30px;
}

.kp-advantages-left-items {
  display: flex;
}

.kp-advantages-left-items__item {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-right: 118px;
  z-index: 2;
}

.kp-advantages-left-items__item:last-child {
  padding-right: 0;
}

.kp-advantages-left-items__item_title {
  font-size: 23px;
  font-family: "proximanovabold";
  color: #000;
  line-height: 1.391;
}

.kp-advantages-left-items__item_text {
  margin-top: 15px;
  font-size: 18px;
  font-family: "proximanovareg";
  color: #000;
  line-height: 1.778;
}

.kp-advantages-right {
  max-width: 390px;
  margin-left: auto;
}

.kp-advantages-text {
  font-size: 16px;
  font-family: "proximanovareg";
  color: black;
  line-height: 1.75;
}

.kp-method {
  margin-top: -170px;
}

.kp-method-items {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}

.kp-method-items__item {
  display: flex;
  width: 50%;
  min-height: 228px;
  margin-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: none;
  color: #fff;
}

.kp-method-items__item_inner {
  display: flex;
  width: 100%;
  padding-top: 70px;
  padding-left: 40px;
  padding-right: 20px;
  padding-bottom: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  border-radius: 25px;
}

.kp-method-items__item_title {
  font-size: 45px;
  font-family: "proximanovaextrabold";
  color: black;
  text-transform: uppercase;
  line-height: 1.178;
}

.kp-method-items__item_link {
  font-size: 35px;
  font-family: "proximanovalight";
  color: #fff;
  text-transform: uppercase;
  line-height: 1.143;
  text-decoration: none;
}

.kp-method-items__item_link span {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6));
  background-position: 0 1.1em;
  background-repeat: repeat-x;
  background-size: 1px 1px;
}

.kp-method-items__item.gray .kp-method-items__item_link span {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
}

.kp-method-items__item.yellow .kp-method-items__item_link span {
  /* background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));*/
}

.kp-method-items__item_inner:hover .kp-method-items__item_link span {
  background-image: none;
}

.kp-method-items__item_info {
  display: flex;
  flex-direction: column;
}

.kp-method-items__item_info_text {
  font-size: 18px;
  font-family: "proximanovalight";
  color: black;
  line-height: 1.555;
}

.kp-method-items__item_info_btn {
  margin-top: 20px;
  margin-left: -5px;
}

.kp-method-items__item_info_btn a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
  width: 250px;
  height: 50px;
  background: #ea5e20;
  font-size: 15px;
  font-family: "proximanovareg";
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  letter-spacing: 3px;
  transition: 0.3s;
}

.kp-method-items__item_info_btn a:hover {
  text-decoration: none;
  color: #000;
  background: #ea5e20;
}

.kp-method-items__item.method-title .kp-method-items__item_inner {
  padding-top: 15px;
  padding-bottom: 0;
  padding-left: 27px;
}

.kp-method-items__item.method-info .kp-method-items__item_inner {
  align-items: center;
  padding-left: 35px;
  padding-top: 50px;
  padding-bottom: 20px;
}

.kp-method-items__item.black .kp-method-items__item_inner {
  background: #000;
}

.kp-method-items__item.gray .kp-method-items__item_inner {
  background: #cccccc;
}

.kp-method-items__item.gray .kp-method-items__item_link {
  color: #000;
}

.kp-method-items__item.yellow .kp-method-items__item_inner {
  background: #ea5e20;
}

.kp-method-items__item.yellow .kp-method-items__item_link {
  color: #fff;
}

.kp-clients-block {
  display: flex;
  flex-direction: column;
}

.kp-clients-title {
  font-size: 45px;
  font-family: "proximanovaextrabold";
  color: #000;
  text-transform: uppercase;
  line-height: 1.178;
}

.kp-clients-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 90px;
}

.kp-clients-items__item {
  display: flex;
  align-items: center;
  border-right: 1px solid #9e9e9e;
  margin-bottom: 20px;
}

.kp-clients-items__item:nth-child(6n) {
  border-right: 1px solid transparent;
}

.kp-clients-items__item img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.kp-clients-descr {
  margin-top: 85px;
  font-size: 18px;
  font-family: "proximanovalight";
  color: #000;
  line-height: 1.555;
}

.footer-space {
  height: 135px;
}

body[data-page='default'] .footer-space {
  height: 50px;
}

.footer {
  background: #000;
}

.footer-top {
  display: flex;
  padding-top: 65px;
  padding-bottom: 35px;
  border-bottom: 1px solid #262626;
}

.footer-top-block {
  display: flex;
}

.footer-top-logo {
  flex: none;
  margin-right: 30px;
  width: 300px;
}

.footer-top-logo img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.footer-top-adress {
  display: flex;
  margin-left: auto;
  margin-right: 80px;
}

.footer-top-adress__icon {
  margin-right: 10px;
}

.footer-top-adress__icon img {
  max-width: 100%;
  height: auto;
}

.footer-top-adress__text {
  font-size: 18px;
  font-family: "proximanovareg";
  color: #fff;
  line-height: 1.389;
}

.footer-top-mail {
  display: flex;
  margin-right: 60px;
}

.footer-top-mail__icon {
  margin-right: 10px;
}

.footer-top-mail__icon img {
  max-width: 100%;
  height: auto;
}

.footer-top-mail__text {
  font-size: 18px;
  font-family: "proximanovareg";
  color: #fff;
  line-height: 1.389;
}

.footer-top-mail__text_mail {
  font-size: 18px;
}

.footer-top-mail__text_mail a {
  text-decoration: none;
  color: #fff;
}

.footer-top-mail__text_mail a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.footer-top-mail__text_feedback {
  margin-top: 3px;
  font-size: 14px;
}

.footer-top-mail__text_feedback a {
  text-decoration: none;
  color: #fff;
}

.footer-top-mail__text_feedback a span {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6));
  background-position: 0 1.1em;
  background-repeat: repeat-x;
  background-size: 1px 1px;
}

.footer-top-mail__text_feedback a:hover span {
  background-image: none;
}

.footer-top-phones {
  display: flex;
  flex-direction: column;
}

.footer-top-phones__items {
  display: flex;
  flex-direction: column;
}

.footer-top-phones__items a {
  font-size: 30px;
  font-family: "proximanovabold";
  color: #fff;
  line-height: 1.1;
  text-decoration: none;
}

.footer-top-phones__items a:hover {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}

.footer-top-phones__button {
  margin-top: 20px;
}

.footer-top-phones__button a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
  width: 250px;
  height: 45px;
  background: #ea5e20;
  font-size: 15px;
  font-family: "proximanovareg";
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  letter-spacing: 3px;
  transition: 0.3s;
}

.footer-top-phones__button a:hover {
  text-decoration: none;
  color: #000;
  background: #ea5e20;
}

.footer-bottom {
  display: flex;
  padding-top: 35px;
  padding-bottom: 25px;
}

.footer-bottom-block {
  display: flex;
}

.footer-bottom-copy {
  display: flex;
  flex-direction: column;
  font-size: 15px;
  font-family: "proximanovareg";
  color: #fff;
  line-height: 1.167;
}

.footer-bottom-copy__personal {
  margin-bottom: 10px;
}

.footer-bottom-copy__personal a {
  color: #fff;
  text-decoration: none;
}

.footer-bottom-copy__personal a span {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7));
  background-position: 0 1.1em;
  background-repeat: repeat-x;
  background-size: 1px 1px;
}

.footer-bottom-copy__personal a:hover span {
  background-image: none;
}

.footer-bottom-leli {
  margin-left: auto;
}


/* gruz */
.gruz-header {
  min-height: 655px;
  padding-top: 85px;
  padding-bottom: 50px;
  background-size: cover;
  background-position: center;
}

.gruz-header-container {
  max-width: 1310px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.gruz-header__title {
  font-size: 48px;
  font-family: "proximanovablack";
  color: #000;
  text-transform: uppercase;
  line-height: 1.125;
}

.gruz-header__text {
  margin-top: 30px;
  font-size: 18px;
  font-family: "proximanovareg";
  color: #000;
  line-height: 1.5;
}

.gruz-header__text p {
  margin: 0;
  margin-bottom: 25px;
}

.gruz-auto {
  overflow: hidden;
}

.gruz-auto-container {
  max-width: 1280px;
  margin: 0 auto;
}

.gruz-auto-items {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
}

.gruz-auto-items__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 25%;
  min-height: 340px;
  margin-left: -1px;
  padding-top: 90px;
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}

.gruz-auto-items__icon {
  height: 65px;
}

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

.gruz-auto-items__title {
  margin-top: 30px;
  font-size: 17px;
  font-family: "proximanovabold";
  color: #000;
  line-height: 1.588;
  text-align: center;
}

.gruz-autopark-container {
  display: flex;
  align-items: center;
  max-width: 1440px;
  min-height: 200px;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #ebf1fa;
  background-position: right 50%;
  background-repeat: no-repeat;
}

.gruz-autopark-block {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
}

.gruz-autopark__text {
  font-size: 25px;
  font-family: "proximanovareg";
  color: #000;
  line-height: 1.28;
}

.gruz-locations {
  margin-top: 100px;
}

.gruz-locations-items {
  display: flex;
  flex-wrap: wrap;
}

.gruz-locations-items__item {
  width: 25%;
  min-height: 600px;
  padding-top: 110px;
  padding-left: 15px;
  padding-right: 15px;
  background-size: cover;
  background-position: top center;
}

.gruz-locations-items__item_title {
  min-height: 110px;
  font-size: 48px;
  font-family: "proximanovablack";
  color: #fff;
  text-transform: uppercase;
  line-height: 1.125;
  text-align: center;
}

.gruz-locations-items__item_info {
  display: flex;
  flex-direction: column;
  margin-top: 140px;
}

.gruz-locations-items__item_info_count {
  font-size: 60px;
  font-family: "proximanovablack";
  color: #fff;
  text-transform: uppercase;
  line-height: 0.9;
  text-align: center;
}

.gruz-locations-items__item_info_text {
  font-size: 24px;
  font-family: "proximanovareg";
  color: #fff;
  line-height: 1.417;
  text-align: center;
}

.gruz-winter {
  margin-top: 100px;
}

.gruz-winter-block {
  display: flex;
  flex-direction: column;
}

.gruz-winter-title {
  font-size: 45px;
  font-family: "proximanovareg";
  color: #000;
  line-height: 1;
}

.gruz-winter-header {
  display: flex;
  margin-top: 60px;
}

.gruz-winter-header-left {
  display: flex;
  flex: none;
  flex-direction: column;
  max-width: 425px;
  width: 100%;
  margin-right: 40px;
}

.gruz-winter-header-left__text {
  font-size: 24px;
  font-family: "proximanovareg";
  color: #000;
  line-height: 1.417;
}

.gruz-winter-header-left__photo {
  margin-top: 30px;
}

.gruz-winter-header-left__photo img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.gruz-winter-header-right {
  display: flex;
  flex-direction: column;
}

.gruz-winter-header-right__text {
  font-size: 18px;
  font-family: "proximanovareg";
  color: #000;
  line-height: 1.5;
}

.gruz-winter-header-right__text p {
  margin: 0;
  margin-bottom: 25px;
}

.gruz-winter-header-right__photo {
  margin-top: 50px;
}

.gruz-winter-header-right__photo img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.gruz-winter-bottom {
  margin-top: 50px;
}

.gruz-winter-bottom__text {
  font-size: 18px;
  font-family: "proximanovareg";
  color: #000;
  line-height: 1.5;
}

.gruz-video {
  position: relative;
  margin-top: 85px;
  padding-top: 43%;
}

.gruz-video-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.gruz-tranzit {
  margin-top: 135px;
}

.gruz-tranzit-block {
  display: flex;
  flex-direction: column;
}

.gruz-tranzit-title {
  font-size: 45px;
  font-family: "proximanovareg";
  color: #000;
  line-height: 1;
}

.gruz-tranzit-content {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}

.gruz-tranzit-content-block {
  display: flex;
  flex-direction: column;
  width: 50%;
}

.gruz-tranzit-content-block:nth-child(2) {
  padding-left: 15px;
}

.gruz-tranzit-content__item {
  margin-bottom: 35px;
  overflow: hidden;
}

.gruz-tranzit-content__item_text {
  padding-left: 40px;
  padding-right: 50px;
  position: relative;
  font-size: 18px;
  font-family: "proximanovareg";
  color: #000;
  line-height: 1.556;
}

.gruz-tranzit-content__item_text::before {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 19px;
  height: 14px;
  background-size: 100%;
  background-image: url("../images/gruz-transit-icon.png");
  background-repeat: no-repeat;
}

.gruz-tranzit-content__btn {
  margin-top: 30px;
  margin-left: 40px;
}

.gruz-tranzit-content__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 410px;
  height: 60px;
  background: #000;
  text-decoration: none;
  font-size: 18px;
  font-family: "proximanovareg";
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 3.6px;
  transition: 0.3s;
}

.gruz-tranzit-content__btn a:hover {
  background: #202020;
}

.gruz-features {
  display: flex;
  margin-top: 110px;
  min-height: 580px;
  background: #eff1f4;
}

.gruz-features-left {
  display: flex;
  max-width: 950px;
  width: 100%;
}

.gruz-features-left__photo {
  width: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: right top;
}

.gruz-features-left__content {
  max-width: 640px;
  padding-left: 15px;
  width: 100%;
  margin-left: auto;
}

.gruz-features-left__content_text {
  margin-top: 85px;
  padding-right: 60px;
  font-size: 45px;
  font-family: "proximanovareg";
  color: #000;
  line-height: 1;
}

.gruz-features-right {
  max-width: 970px;
  width: 100%;
}

.gruz-features-right__content {
  max-width: 640px;
  padding-left: 70px;
  padding-top: 90px;
  padding-bottom: 30px;
  padding-right: 30px;
}

.gruz-features-right__content_text {
  position: relative;
  font-size: 18px;
  font-family: "proximanovareg";
  color: #000;
  line-height: 1.5;
}

.gruz-features-right__content_text_p {
  margin-top: 25px;
}

.gruz-features-right__content_text_p p {
  position: relative;
  padding-left: 25px;
  margin: 0;
  margin-bottom: 12px;
}

.gruz-features-right__content_text_p p::before {
  content: '';
  position: absolute;
  top: 12px;
  left: 0;
  width: 15px;
  height: 2px;
  background: #000;
}

.gruz-transport {
  margin-top: 115px;
}

.gruz-transport-block {
  display: flex;
  flex-direction: column;
}

.gruz-transport-title {
  font-size: 45px;
  font-family: "proximanovareg";
  color: #000;
  line-height: 1;
}

.gruz-transport-items {
  display: flex;
  flex-wrap: wrap;
  margin-left: -7px;
  margin-right: -7px;
  margin-top: 60px;
}

.gruz-transport-items__item {
  width: 25%;
  padding-left: 7px;
  padding-right: 7px;
  margin-bottom: 14px;
}

.gruz-transport-items__item_inner {
  position: relative;
  padding-top: 100%;
}

.gruz-transport-items__item_info {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  padding: 30px;
}

.gruz-transport-items__item_info_title {
  min-height: 75px;
  margin-top: auto;
  font-size: 18px;
  font-family: "proximanovareg";
  color: #fff;
  line-height: 1.333;
}

.gruz-directions {
  margin-top: 140px;
}

.gruz-directions-block {
  display: flex;
  flex-direction: column;
}

.gruz-directions-title {
  font-size: 45px;
  font-family: "proximanovareg";
  color: #000;
  line-height: 1;
}

.gruz-directions-tabs {
  display: flex;
  flex-direction: column;
  margin-top: 45px;
}

.gruz-directions-tabs-header {
  display: flex;
  flex-wrap: wrap;
  min-height: 56px;
  border-bottom: 1px solid #dfdfdf;
}

.gruz-directions-tabs-header__item {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 260px;
  margin-right: 10px;
  height: 45px;
  background: #dfdfdf;
  font-size: 18px;
  font-family: "proximanovasemibold";
  color: #000;
  line-height: 1.889;
  cursor: pointer;
  transition: 0.3s;
}

.gruz-directions-tabs-header__item span {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  background-position: 0 1.5em;
  background-repeat: repeat-x;
  background-size: 1px 1px;
}

.gruz-directions-tabs-header__item:hover span {
  background-image: none;
}

.gruz-directions-tabs-header__item.active {
  height: 55px;
  background: #000;
  color: #fff;
}

.gruz-directions-tabs-header__item.active span {
  background-image: none;
}

.gruz-directions-tabs-content {
  border-left: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 50px;
}

.gruz-directions-tabs-content-inner {
  padding: 15px;
}

.gruz-directions-tabs-content__tab {
  display: flex;
  flex-wrap: wrap;
  display: none;
  transition: 0.3s;
}

.gruz-directions-tabs-content__tab.active {
  height: 100%;
  display: flex;
}

.gruz-directions-tabs-content__tab_item {
  width: 33.333%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 10px;
}

.gruz-directions-tabs-content__tab_item_inner {
  display: flex;
  align-items: center;
  height: 100%;
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 18px;
  font-family: "proximanovareg";
  color: #000;
  line-height: 1.3;
}

.gruz-directions-tabs-content-button {
  display: flex;
  justify-content: center;
  margin-top: 45px;
  margin-left: auto;
  margin-right: auto;
}

.gruz-directions-tabs-content-button a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 260px;
  height: 50px;
  background: #ea5e20;
  font-size: 18px;
  font-family: "proximanovareg";
  color: #fff;
  text-transform: uppercase;
  transition: 0.3s;
  letter-spacing: 3.6px;
  text-decoration: none;
}

.gruz-directions-tabs-content-button a:hover {
  background: #ea5e20;
}

.gruz-text {
  margin-top: 90px;
}

.gruz-text-block {
  padding-left: 70px;
  padding-right: 70px;
  font-size: 20px;
  font-family: "proximanovareg";
  color: #000;
  line-height: 1.6;
}

.gruz-text-block p {
  margin: 0;
  margin-bottom: 30px;
}

.gruz-text-block p:last-child {
  margin-bottom: 0;
}

/* gruz */


/* adaptive toggle */
.adaptivetoggle {
  margin-top: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: none;
  text-align: center;
  color: #000;
  opacity: 0.8;
  /*padding-bottom:10px;*/
}

.adaptivetoggle a {
  font-size: 14px;
  line-height: 1;
  color: #000;
  text-decoration: underline;
}

.adaptivetoggle a:hover {
  color: #000;
  text-decoration: none;
}

a.adaptivetoggle_desctop {
  font-size: 35px;
}

/* style_union */
table.table_effect5 {
  border-collapse: collapse;
}

table.table_effect5 {
  border: 0;
}

table.table_effect5 p {
  margin: 0;
  padding: 0;
}

table.table_effect5 td {
  border: 0;
  padding: 10px 10px;
  border-bottom: 1px #ece8dc solid;
  border-right: 1px #ece8dc solid;
}

table.table_effect5 tr td:last-child {
  border-right: 0;
}

table.table_collapse {
  border-collapse: collapse;
}

table.table_collapse td {
  padding: 7px;
}


.catalog_text1 {
  font-size: 24px;
  line-height: 1.25;
}

.catalog_text2 {
  font-size: 21px;
  line-height: 1.3;
}

.catalog_text3 {
  font-size: 19px;
  line-height: 1.45;
}

.catalog_text4 {
  font-size: 16px;
  line-height: 1.5;
}

.catalog_text5 {
  font-size: 13px;
  line-height: 1.5;
}

.link_decoration_none_important {
  text-decoration: none !important;
}

.catalog_decor_cont1 {
  display: flex;
  flex-wrap: nowrap;
}

.catalog_decor_cont1_box:nth-child(1) {
  flex: 1;
}

.catalog_decor_cont1_box:nth-child(2) {
  margin-left: 30px;
  width: 410px;
}

@media (max-width: 1365px) {
  .catalog_text1 {
    font-size: 21px;
    line-height: 1.3;
  }

  .catalog_text2 {
    font-size: 19px;
    line-height: 1.3;
  }

  .catalog_text3 {
    font-size: 17px;
    line-height: 1.4;
  }

  .catalog_text4 {
    font-size: 15px;
  }

  .catalog_text5 {
    font-size: 13px;
  }

  .catalog_decor_cont1_box:nth-child(2) {
    margin-left: 25px;
    width: 350px;
  }
}

@media (max-width: 1023px) {
  .catalog_decor_cont1 {
    flex-direction: column;
  }

  .catalog_decor_cont1_box {
    margin: 0 !important;
    padding: 0 !important;
  }

  .catalog_decor_cont1_box:nth-child(1) {
    width: 100% !important;
  }

  .catalog_decor_cont1_box:nth-child(2) {
    margin-top: 25px !important;
    width: auto;
    max-width: 350px;
  }
}

@media (max-width: 767px) {
  .catalog_text1 {
    font-size: 18px;
    line-height: 1.35;
  }

  .catalog_text2 {
    font-size: 17px;
    line-height: 1.45;
  }

  .catalog_text3 {
    font-size: 16px;
    line-height: 1.35;
  }

  .catalog_text4 {
    font-size: 14px;
  }

  .catalog_text5 {
    font-size: 12px;
  }
}

@media (max-width: 479px) {
  .catalog_decor_cont1_box:nth-child(2) {
    margin-top: 20px !important;
  }
}

@media (max-width: 359px) {
  .catalog_text1 {
    font-size: 17px;
    line-height: 1.35;
  }

  .catalog_text2 {
    font-size: 16px;
    line-height: 1.4;
  }

  .catalog_text3 {
    font-size: 15px;
    line-height: 1.4;
  }

  .catalog_text4 {
    font-size: 13px;
  }

  .catalog_text5 {
    font-size: 11px;
  }
}

/* style_media */
@media (max-width: 1650px) {
  .cmsl_razdsite h1 {
    font-size: 2.4rem;
  }

  .cmsl_wrapper1_custom.cmsl_wrapper_padding_self {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media (max-width: 1365px) {

  html,
  body {
    font-size: 17px;
    line-height: 1.5;
  }

  .cmsl_razdsite h1 {
    font-size: 2.1rem;
  }

  .cmsl_wrapper_padding {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .cmsl_wrapper_padding2 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .cmsl_wrapper1.cmsl_wrapper_padding_self {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .cmsl_pagenav {
    margin: 15px 0 15px 0;
  }

  .cmsl_theme2_cont1_col1 {
    width: 242px;
    margin-right: 14px;
  }

  .cmsl_theme3_cont1_col2 {
    width: 242px;
    margin-left: 14px;
  }
}

@media (max-width: 1023px) {

  html,
  body {
    font-size: 16px;
    line-height: 1.5;
  }

  .cmsl_wrapper1 {
    max-width: 992px;
  }

  .cmsl_wrapper2 {
    max-width: 992px;
  }

  .cmsl_theme_breadrazd_wrap_inner {
    min-height: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .cmsl_razdsite {
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .zag1 {
    font-size: 1.7rem;
  }

  .cmsl_wrapper1 {
    max-width: 100%;
  }

  .cmsl_wrapper2 {
    max-width: 100%;
  }

  .cmsl_razdsite h1 {
    font-size: 1.9rem;
  }

  .bread_crumb {
    font-size: 12px;
  }

  .bread_crumb_arrow {
    margin-left: 3px;
    margin-right: 3px;
  }

  .cmsl_theme_away_razdsite {
    margin-top: 10px;
  }

  .cmsl_theme2_cont1 {
    flex-direction: column;
  }

  .cmsl_theme2_cont1_col1 {
    order: 2;
    margin: 0;
    padding: 0;
    width: 100%;
    margin-top: 40px;
  }

  .cmsl_theme2_cont1_col1_inner {
    max-width: 220px;
    margin: 0 auto;
  }

  .cmsl_theme2_cont1_col2 {
    order: 1;
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .cmsl_theme2_cont1_col2_inner {
    max-width: 738px;
    margin: 0 auto;
  }

  .cmsl_theme3_cont1 {
    flex-direction: column;
  }

  .cmsl_theme3_cont1_col1 {
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .cmsl_theme3_cont1_col1_inner {
    max-width: 738px;
    margin: 0 auto;
  }

  .cmsl_theme3_cont1_col2 {
    margin: 0;
    padding: 0;
    width: 100%;
    margin-top: 60px;
  }

  .cmsl_theme3_cont1_col2_inner {
    max-width: 220px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .cmsl_pagenav {
    margin: 15px 0 15px 0;
  }

  .cmsl_pagenav_move {
    display: none;
  }

  .cmsl_pagenav_title {
    font-size: 13px;
  }

  .cmsl_pagenav_list>* {
    min-height: 25px;
  }

  .cmsl_pagenav_list_item {
    font-size: 14px;
  }

  .cmsl_pagenav_insider {
    width: 25px;
    height: 25px;
  }

  .site_dialog_theme {
    padding: 40px 15px 30px 15px;
  }

  .site_dialog_theme_title {
    font-size: 23px;
  }

  .site_dialog_theme_content {
    margin-top: 20px;
  }

  .zag1 {
    font-size: 1.5rem;
  }

  .cmsl_content {
    min-height: 250px;
  }
}

@media (max-width: 479px) {

  html,
  body {
    font-size: 15px;
    line-height: 1.5;
  }

  .cmsl_razdsite h1 {
    font-size: 1.5rem;
  }

  .bread_crumb {
    font-size: 12px;
  }

  .bread_crumb {
    line-height: 1.5;
  }

  .site_dialog_theme {
    padding-left: 10px;
    padding-right: 10px;
  }

  .cmsl_pagenav {
    margin: 12px 0 12px 0;
  }
}

/* style_adaptive */
.cmsl_adaptive__adaptive_just_show {
  display: none !important;
}

.cmsl_adaptive_video {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 900px;
  padding-top: 56%;
}

.cmsl_adaptive_video>iframe {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width:1023px) {
  .cmsl_adaptive_table1 {
    border: 0;
    width: 100% !important;
    height: auto !important;
    display: table !important;
  }

  .cmsl_adaptive_table1 tr,
  .cmsl_adaptive_table1 thead,
  .cmsl_adaptive_table1 tbody,
  .cmsl_adaptive_table1 tfoot {
    display: block;
  }

  .cmsl_adaptive_table1 td {
    display: block;
    width: 100% !important;
  }

  /*old
    .cmsl_adaptive_table_wrap_column_default table{
        border:0;
        width:100%!important;
        height:auto!important;
        display:block!important;
    }
    .cmsl_adaptive_table_wrap_column_default tr,
    .cmsl_adaptive_table_wrap_column_default thead,
    .cmsl_adaptive_table_wrap_column_default tbody,
    .cmsl_adaptive_table_wrap_column_default tfoot{
        display:block!important;
    }
    .cmsl_adaptive_table_wrap_column_default td{
        display:block!important;
        width:100%!important;
    }
    */

  .cmsl_adaptive_table_wrap_column_default>table {
    border: 0;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .cmsl_adaptive_table_wrap_column_default>table>thead,
  .cmsl_adaptive_table_wrap_column_default>table>tbody,
  .cmsl_adaptive_table_wrap_column_default>table>tfoot {
    display: block !important;
  }

  .cmsl_adaptive_table_wrap_column_default>table>tr .cmsl_adaptive_table_wrap_column_default>table>thead>tr,
  .cmsl_adaptive_table_wrap_column_default>table>tbody>tr,
  .cmsl_adaptive_table_wrap_column_default>table>tfoot>tr {
    display: block !important;
  }

  .cmsl_adaptive_table_wrap_column_default>table>td .cmsl_adaptive_table_wrap_column_default>table>thead>td,
  .cmsl_adaptive_table_wrap_column_default>table>thead>tr>td,
  .cmsl_adaptive_table_wrap_column_default>table>tbody>td,
  .cmsl_adaptive_table_wrap_column_default>table>tbody>tr>td,
  .cmsl_adaptive_table_wrap_column_default>table>tfoot>td,
  .cmsl_adaptive_table_wrap_column_default>table>tfoot>tr>td {
    display: block !important;
    width: 100% !important;
  }

  .cmsl_adaptive_block1>div {
    display: block !important;
    float: none !important;
    width: 100% !important;
    margin: 0;
    padding: 0;
    margin-top: 25px;
  }

  .cmsl_adaptive_block_wrap1 {
    max-width: 100%;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
  }

  .cmsl_adaptive_block_wrap1>div {
    min-width: 630px;
  }

  .cmsl_adaptive_table_wrap1 {
    max-width: 100%;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
  }

  .cmsl_adaptive_table_wrap2 table {
    width: 100% !important;
    height: auto !important;
  }

  .cmsl_adaptive_table_wrap2 table,
  .cmsl_adaptive_table_wrap2 table *,
  .cmsl_adaptive_table_wrap2 table td {
    font-size: calc(9px + 0.5vw) !important;
  }

  .cmsl_adaptive_table_wrap2_b table {
    width: 100% !important;
    height: auto !important;
  }

  .cmsl_adaptive_table_wrap2_b table,
  .cmsl_adaptive_table_wrap2_b table *,
  .cmsl_adaptive_table_wrap2_b table td {
    font-size: calc(8px + 0.5vw) !important;
  }

  .cmsl_adaptive_table_wrap2_c table {
    width: 100% !important;
    height: auto !important;
  }

  .cmsl_adaptive_table_wrap2_c table,
  .cmsl_adaptive_table_wrap2_c table *,
  .cmsl_adaptive_table_wrap2_c table td {
    font-size: calc(10px + 0.5vw) !important;
  }

  .cmsl_adaptive_image1 {
    max-width: 100% !important;
    height: auto !important;
  }

  .cmsl_adaptive_wrap_image img {
    max-width: 100% !important;
    height: auto !important;
  }

  .cmsl_adaptive_table_wrap_column_duo table {
    border: 0;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .cmsl_adaptive_table_wrap_column_duo tr,
  .cmsl_adaptive_table_wrap_column_duo thead,
  .cmsl_adaptive_table_wrap_column_duo tbody,
  .cmsl_adaptive_table_wrap_column_duo tfoot {
    display: block !important;
  }

  .cmsl_adaptive_table_wrap_column_duo td {
    display: block !important;
    width: 100% !important;
  }

  .cmsl_adaptive_table_wrap_column_duo tr {
    display: flex !important;
    flex-wrap: wrap !important;
  }

  .cmsl_adaptive_table_wrap_column_duo td {
    width: 50% !important;
    margin-bottom: 20px !important;
    padding: 1% 2.5% !important;
  }

  .cmsl_adaptive_table_wrap_column_duo td:nth-child(2n+1) {
    padding-left: 0 !important;
  }

  .cmsl_adaptive_table_wrap_column_duo td:nth-child(2n) {
    padding-right: 0 !important;
  }

  .cmsl_adaptive_table_wrap_td_padding_0 table td {
    padding: 0 !important;
  }

  .cmsl_adaptive_table_wrap_td_padding_5 table td {
    padding: 5px !important;
  }

  .cmsl_adaptive_table_wrap_min_width_700 table {
    min-width: 700px;
  }

  .cmsl_adaptive_content_center {
    text-align: center;
  }

  .cmsl_adaptive__adaptive_just_show {
    display: block !important;
  }

  .cmsl_adaptive__adaptive_just_hide,
  table.cmsl_adaptive__adaptive_just_hide,
  td.cmsl_adaptive__adaptive_just_hide,
  tr.cmsl_adaptive__adaptive_just_hide,
  thead.cmsl_adaptive__adaptive_just_hide,
  tbody.cmsl_adaptive__adaptive_just_hide,
  tfoot.cmsl_adaptive__adaptive_just_hide {
    display: none !important;
  }

  .cmsl_adaptive_table_wrap_tr_margin_bottom_20 table tr {
    margin-bottom: 20px !important;
  }

  .cmsl_adaptive_table_wrap_tr_margin_bottom_40 table tr {
    margin-bottom: 40px !important;
  }

  .cmsl_adaptive_table_wrap_td_margin_bottom_20 table td {
    margin-bottom: 20px !important;
  }

  .cmsl_adaptive_table_wrap_td_margin_bottom_40 table td {
    margin-bottom: 40px !important;
  }

  .cmsl_adaptive_table_wrap_td_border_none table td {
    border: 0 !important;
  }

  .cmsl_adaptive_table_wrap_column_one table,
  .cmsl_adaptive_table_wrap_column_one tr,
  .cmsl_adaptive_table_wrap_column_one thead,
  .cmsl_adaptive_table_wrap_column_one tbody,
  .cmsl_adaptive_table_wrap_column_one tfoot,
  .cmsl_adaptive_table_wrap_column_one td {
    display: block;
    width: 100%;
  }

  .cmsl_adaptive_table_wrap_column_one tr {
    display: flex;
    flex-wrap: wrap;
  }

  .cmsl_adaptive_table_wrap_column_one td {
    width: 100% !important;
    margin-bottom: 30px !important;
    padding: 1% 0 !important;
  }
}

@media (max-width: 767px) {
  .cmsl_adaptive_font_size_from_current_less0 {
    font-size: 0.9em;
    display: block;
  }

  .cmsl_adaptive_font_size_from_current_less1 {
    font-size: 0.8em;
    display: block;
  }

  .cmsl_adaptive_font_size_from_current_less2 {
    font-size: 0.6em;
    display: block;
  }

  .cmsl_adaptive_font_size_from_current_less3 {
    font-size: 0.4em;
    display: block;
  }
}

@media (max-width: 359px) {

  .cmsl_adaptive_table_wrap2 table,
  .cmsl_adaptive_table_wrap2 table *,
  .cmsl_adaptive_table_wrap2 table td {
    font-size: calc(8px + 0.5vw) !important;
  }

  .cmsl_adaptive_table_wrap2_b table,
  .cmsl_adaptive_table_wrap2_b table *,
  .cmsl_adaptive_table_wrap2_b table td {
    font-size: calc(7px + 0.5vw) !important;
  }

  .cmsl_adaptive_table_wrap2_c table,
  .cmsl_adaptive_table_wrap2_c table *,
  .cmsl_adaptive_table_wrap2_c table td {
    font-size: calc(9px + 0.5vw) !important;
  }
}

/* dialogred */
.dialogred_modal {
  position: absolute;
  z-index: 2000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: none;
  overflow: hidden;
}

.dialogred_modal:before {
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.dialogred_wall {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 4;
  width: 100%;
  height: 100%;
  max-width: 890px;
  background: #fff;
  transform: translateX(-50%);
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
}

.dialogred_overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.4;
}

.dialogred_wall2 {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 12;
  width: 100%;
  height: 1px;
  max-width: 890px;
  transform: translateX(-50%);
}

.dialogred_inner {
  display: inline-block;
  vertical-align: middle;
  margin: 50px 0px 50px 0;
  padding-bottom: 30px;
  /*background:#fff;*/
  width: 100%;
  text-align: left;
  position: relative;
  z-index: 8;
  opacity: 0;
  transition: all 0.3s ease-out 0s;
  /*transform:translateY(900px);*/
  top: -500px;
}

.dialogred_inner2 {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 15;
  background: #fff;
}

.dialogred_inner_show {
  opacity: 1;
  top: 0;
  /*transform:translateY(0);*/
}

.dialogred_close {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 15;
  line-height: 1;
  font-size: 0;
  user-select: none;
}

.dialogred_close_img {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  background-image: url(/option/js/dialogred/img/close3.png);
  background-size: 15px 15px;
  background-position: center center;
  opacity: 1;
  transition: opacity 0.07s linear 0s, transform 0.20s linear 0s;
  will-change: opacity, transform;
  transform: rotate(0);
}

.dialogred_close_img:hover {
  opacity: 0.8;
}

.dialogred_modal[data-close_template="2"] .dialogred_close {
  right: 15px;
  top: 15px;
}

.dialogred_modal[data-close_template="2"] .dialogred_close_img {
  width: 20px;
  height: 20px;
  background-image: url(/option/js/dialogred/img/close13.svg);
  background-size: 20px 20px;
  filter: invert(1);
}

.dialogred_modal[data-close_template="emil1"] .dialogred_close_img {
  width: 20px;
  height: 20px;
  background-image: url(/option/js/dialogred/img/close_emil1.png);
  background-size: 20px 20px;
  transform: rotate(0);
  filter: invert(1);
}

.dialogred_modal .dialogred_close_img:hover {
  transform: rotate(180deg);
}

.dialogred_loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 20;
  transform: translateX(-50%) translateY(-50%);
}

.dialogred_loader1 {
  width: 55px;
  height: 32px;
  text-align: center;
  font-size: 10px;
}

.dialogred_loader1>div {
  background-color: #333;
  height: 100%;
  width: 7px;
  display: inline-block;
  -webkit-animation: dialogred_sk-stretchdelay 0.6s infinite ease-in-out;
  animation: dialogred_sk-stretchdelay 0.6s infinite ease-in-out;
  margin-left: 2px;
  border: 1px #858585 solid;
  opacity: 0.9;
}

.dialogred_loader1 .rect2 {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.dialogred_loader1 .rect3 {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.dialogred_loader1 .rect4 {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.dialogred_loader1 .rect5 {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

@-webkit-keyframes dialogred_sk-stretchdelay {

  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.50);
  }

  20% {
    -webkit-transform: scaleY(1.0);
    background-color: #e8e8e8;
  }
}

@keyframes dialogred_sk-stretchdelay {

  0%,
  40%,
  100% {
    transform: scaleY(0.50);
    -webkit-transform: scaleY(0.50);
  }

  20% {
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
    background-color: #e8e8e8;
  }
}

.dialogred_modal.loading .dialogred_loader {
  display: block;
}

.body_dialogred_open {
  overflow-y: scroll;
}

.body_dialogred_open .cmsl_outer {
  position: fixed;
  width: 100%;
  /*-webkit-filter:blur(3px);
  filter:blur(3px);*/
  /*transition:opacity .5s ease-out;
  opacity:1;
  overflow:hidden;
  min-height:100%;*/
}

.body_dialogred_open .dialogred_modal {
  overflow: visible;
  display: block;
}

.body_dialogred_inner_show .dialogred_close {
  display: block;
}

.dialogred_data {
  /* min-height:400px; */
  position: relative;
  z-index: 10;
}

@media (max-width: 1365px) {
  .dialogred_inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 1023px) {
  .dialogred_data {
    min-height: 300px;
  }

  .dialogred_modal[data-close_template="emil1"] .dialogred_close_img {
    width: 25px;
    height: 25px;
    background-size: 20px 20px;
  }
}

@media (max-width: 767px) {
  .dialogred_inner {
    padding-left: 10px;
    padding-right: 10px;
  }

  /*.dialogred_inner{
      width:calc(100% - 20px);
  }*/

  .dialogred_modal[data-close_template="2"] .dialogred_close {
    top: 15px;
    right: 15px;
  }
}

@media (max-width: 479px) {
  .dialogred_data {
    min-height: 250px;
  }

  .dialogred_close {
    top: 10px;
    right: 10px;
  }

  .dialogred_modal[data-close_template="2"] .dialogred_close {
    top: 10px;
    right: 10px;
  }

  .dialogred_modal[data-close_template="2"] .dialogred_close_img {
    width: 15px;
    height: 15px;
    background-size: 15px 15px;
  }
}


/* zakazonline */
.sendparamunion {
  display: none;
}

@keyframes pulse_animation {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }

  100% {
    transform: scale(1);
  }
}

.zakazonline_button0 {
  position: relative;
  display: inline-block;
  border: 0;
  outline: 0;
  font-size: 17px;
  line-height: 1;
  color: #4b2e13;
  padding: 7px 10px;
  border-radius: 3px;
  cursor: pointer;
  min-width: 150px;
  text-align: center;
  text-decoration: none !important;

  /* http://colorzilla.com/gradient-editor/#ffd200+0,ffb400+100 */
  background: #ffd200;
  background: -moz-linear-gradient(top, #ffd200 0%, #ffb400 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffd200), color-stop(100%, #ffb400));
  background: -webkit-linear-gradient(top, #ffd200 0%, #ffb400 100%);
  background: -o-linear-gradient(top, #ffd200 0%, #ffb400 100%);
  background: -ms-linear-gradient(top, #ffd200 0%, #ffb400 100%);
  background: linear-gradient(to bottom, #ffd200 0%, #ffb400 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd200', endColorstr='#ffb400', GradientType=0);
}

.zakazonline_button0:hover {
  color: #000;
  background: #ffb400;
  background: -moz-linear-gradient(top, #ffb400 0%, #ffd200 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffb400), color-stop(100%, #ffd200));
  background: -webkit-linear-gradient(top, #ffb400 0%, #ffd200 100%);
  background: -o-linear-gradient(top, #ffb400 0%, #ffd200 100%);
  background: -ms-linear-gradient(top, #ffb400 0%, #ffd200 100%);
  background: linear-gradient(to bottom, #ffb400 0%, #ffd200 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb400', endColorstr='#ffd200', GradientType=0);

  animation-name: pulse_animation;
  animation-duration: 300ms;
  animation-delay: 100ms;
  animation-iteration-count: 1;
  animation-timing-function: linear;
}

.zakazonline_button0:active {
  top: 1px;
}


.zakazonline_button {
  position: relative;
  background: #ff9908;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  display: inline-block;
  padding: 10px 25px;
  max-width: 300px;
  text-decoration: none;
}

.zakazonline_button:hover {
  color: #fff;
  text-decoration: none;
  background: #ffa526;
}

.zakazonline_button:active {
  top: 1px;
}

/* photopic */
.photopic_photo_list4 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}

.photopic_photo_list4_item {
  width: 33.333%;
  padding: 12px;
}

.photopic_photo_list4_item_inner {
  display: block;
  text-decoration: none !important;
  position: relative;
  /*border-radius:10px;*/
  overflow: hidden;
}

.photopic_photo_list4_item_photo {
  padding-top: 72%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.photopic_photo_list4_item_bg {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  transition: all 0.2s ease-in 0s;
  border-radius: 10px;
  background: rgba(117, 66, 144, 0.9);
  background: -moz-linear-gradient(45deg, rgba(117, 66, 144, 0.9) 9%, rgba(117, 66, 144, 0.81) 20%, rgba(117, 66, 144, 0.75) 27%, rgba(117, 66, 144, 0.2) 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(9%, rgba(117, 66, 144, 0.9)), color-stop(20%, rgba(117, 66, 144, 0.81)), color-stop(27%, rgba(117, 66, 144, 0.75)), color-stop(100%, rgba(117, 66, 144, 0.2)));
  background: -webkit-linear-gradient(45deg, rgba(117, 66, 144, 0.9) 9%, rgba(117, 66, 144, 0.81) 20%, rgba(117, 66, 144, 0.75) 27%, rgba(117, 66, 144, 0.2) 100%);
  background: -o-linear-gradient(45deg, rgba(117, 66, 144, 0.9) 9%, rgba(117, 66, 144, 0.81) 20%, rgba(117, 66, 144, 0.75) 27%, rgba(117, 66, 144, 0.2) 100%);
  background: -ms-linear-gradient(45deg, rgba(117, 66, 144, 0.9) 9%, rgba(117, 66, 144, 0.81) 20%, rgba(117, 66, 144, 0.75) 27%, rgba(117, 66, 144, 0.2) 100%);
  background: linear-gradient(45deg, rgba(117, 66, 144, 0.9) 9%, rgba(117, 66, 144, 0.81) 20%, rgba(117, 66, 144, 0.75) 27%, rgba(117, 66, 144, 0.2) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#754290', endColorstr='#754290', GradientType=1);
}

.photopic_photo_list4_item_zoom {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  width: 47px;
  height: 47px;
  background-image: url(img/photo_list4_zoom.svg);
  background-repeat: no-repeat;
  transition: all 0.1s ease-in 0s;
  -webkit-transform: translateX(-51%) translateY(-50%);
  -moz-transform: translateX(-51%) translateY(-50%);
  -ms-transform: translateX(-51%) translateY(-50%);
  -o-transform: translateX(-51%) translateY(-50%);
  transform: translateX(-51%) translateY(-50%);
}

.photopic_photo_list4_item_inner:hover .photopic_photo_list4_item_bg {
  visibility: visible;
  opacity: 1;
}

.photopic_photo_list4_item_inner:hover .photopic_photo_list4_item_zoom {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 1365px) {
  .photopic_photo_list4_item_zoom {
    display: none;
  }

  .photopic_photo_list4 {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media (max-width: 1023px) {
  .photopic_photo_list4_item {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .photopic_photo_list4 {
    margin-left: -5px;
    margin-right: -5px;
  }

  .photopic_photo_list4_item {
    padding: 5px;
  }
}


/* upononline */
.upononline {
  position: relative;
}

.upononline_inner {
  position: relative;
  z-index: 20;
}

.upononline_result {
  display: none;
  position: absolute;
  top: 15%;
  left: 0px;
  width: 100%;
  text-align: center;
  font-size: 25px;
  line-height: 1.2;
  /*color:green;*/
  color: #00d800;
}

.upononline_error {
  display: none;
  text-align: left;
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.2;
  color: red;
}

/* .upononline.error .upononline_error{
  display:block;
} */

.upononline_form_wrap {
  position: relative;
}

.upononline,
.upononline_form_wrap_inner {
  transition: all 0s linear 0s !important;
}

.upononline.result .upononline_form_wrap_inner,
.upononline.result .upononline_form_wrap_inner * {
  visibility: hidden !important;
}

.upononline.result .upononline_result {
  display: block;
}

.upononline.result,
.upononline.result * {
  transition: all 0s linear 0s !important;
}

.spacehub {
  position: relative;
  overflow: hidden;
}

@media (max-width: 1280px) {
  .spacehub:not([data-spacehub-adaptive_bool="1"]) {
    position: static !important;
    width: 100% !important;
    left: 0 !important;
  }
}