/**
 * @file
 * Subtheme specific CSS.
 */


/* PAGE OVERALL*/
a {
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: underline;
}

#page-wrapper {
  background: #fff;
}

#page {
  position: relative;
}

body {
  font: 300 16px/1.5 Tahoma, Geneva, sans-serif;
  color: #444;
}
strong,
b {
  font-weight: bold;
}
.layout-theme {
  position: relative;
  top: 0px;
  max-width: 1920px;
  margin: auto;
}

.section-bg-mod-d {
  padding-top: 50px;
  padding-bottom: 100px;
}


.ui-title-block,
.block-title {
  margin-top: 0;
  font-size: 38px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  FONT-FAMILY: "HeliosCondBold";
  display: inline-block;
  width: 100%;
}

.view-header .ui-title-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.ui-title-block_mod-a {
  /* font-family: 'HeliosCondBold'; */
  font-weight: 600;
  text-transform: none;
  LINE-HEIGHT: 90px;
}

.ui-subtitle-block {
  font: 400 16px/1.625 'HeliosCondBold';
  color: #333;
  text-align: center;
  text-transform: uppercase;
}

.ui-subtitle-block_mod-a {
  max-width: 600px;
  margin: 40px auto 57px;
}

.ui-subtitle-block_mod-b {
  margin-top: 43px;
  margin-bottom: 17px;
  font-size: 18px;
  font-weight: 600;
}

.ui-subtitle-block_mod-c {
  max-width: 550px;
  margin: 45px auto 40px;
  font-size: 18px;
}

.ui-title-inner {
  margin-top: 0;
  font: 700 16px 'HeliosCondBold';
  color: #333;
  text-transform: uppercase;
}

.ui-title-underline {
  font-size: 38px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
}

strong.ui-title-block {
  DISPLAY: inline-block;
  WIDTH: 100%;
  TEXT-ALIGN: center;
}

.ui-title-block_mod_color {
  color: #fff;
}
.ui-title-emphasis {
  display: block;
  margin-bottom: 3px;
  font: 300 24px 'HeliosCondBold';
  color: var(--color-dark);
  letter-spacing: 0.2em;
}

.ui-title-block+.decor-2 {
  margin-top: -10px;
  margin-bottom: 43px;
}

.owl-theme_mod-a .owl-controls {
  padding-left: 221px;
  text-align: left;
}

.owl-theme_mod-a {
  padding-bottom: 70px;
}

.owl-theme .owl-controls .owl-page span {
  border-radius: 20px 20px 20px 5px;
}

.owl-theme .owl-controls .owl-page.active span {
  background-color: var(--color-primary);
}
.view-photos-on-page .owl-carousel .owl-item img {
  width: 100%;
}
.view-photos-on-page .owl-carousel {
  PADDING: 30px 0px;
  /* MARGIN-LEFT: 0px !important; */
}

.node__content {
  font-size: inherit;
}

.node--view-mode-teaser {
  border: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "HeliosCondBold", sans-serif;
  font-weight: 400;
}

h3 {
  font-size: 25px;
  margin: 12px 0px;
  color: var(--color-primary);
}

h4 {
  font-size: 20px;
  margin: 12px 0px;
  color: #7A7A7A;
}

.bg-slide {
  background-image: url(/themes/custom/exp64/img/bg/bg-4.jpg);
}

/* HEADER */

header.header {
  position: relative;
  width: 100%;
  z-index: 100;
}

.header__wrap {
  position: absolute;
  top: 40px;
  right: 0;
  left: 0;
  padding: 40px 30px 0px 30px;
  border-bottom-left-radius: 5px;
  background-color: #fff;
  box-shadow: 1px 3px 5px 0 rgb(0 0 0 / 25%);
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .header__wrap {
    top: 0;
    position: relative;
    box-shadow: none;
    padding: 0;
    margin-bottom: 5px;
  }
}


.region-top-header {
  width: 100%;
}
#navbar-top {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 960px;
  padding: 7px 30px 7px 30px;
  border-bottom-left-radius: 5px;
  justify-content: space-between;
}

.header-top__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.header-top__contacts-1 {
  color: #fff;
  margin-right: 30px;
  display: flex;
  justify-content: space-between;
  /* max-width: 700px; */
  width: calc(100% - 130px);
}
.header-top__contacts-1 .link-wrapper {
  display: flex;
  align-items: center;
  margin: 0 4px;
}

.header-top__contacts-2 {
  min-width: 100px;
}

.header-top__contacts-1 .icon {
  color: var(--color-primary);
}

.header-top__inner a.phone {
  color: #fff;
  margin-right: 0px;
  margin-left: 0px;
}

.header-top__inner a.phone:hover,
.header-top__inner a.phone:focus {
  color: var(--color-primary);
}
.header-top__inner .link-wrapper:not(:last-child)::after{
  display: block;
  /* font-family: "Font Awesome 5 Free"; */
  /* content: "\f111"; */
  content: "|";
  color: #8d8d8d;
  margin-left: 10px;
  display: none;
}


.header-top__contacts-2 a i {
  font-size: 22px;
  line-height: 1;
}

.header-top__contacts-2 a.icon {
  margin: 0 4px;
}

.header-top__contacts-2 a.whatsapp {
  color: #39bb27;
}

.header-top__contacts-2 a.viber {
  color: #7d51a0;
}

.header-top__contacts-2 a.telegram {
  color: #2ca4d8;
}

.header-top__contacts-2 a.icon:hover {
  color: var(--color-primary);
}

#navbar-main {
  padding: 0;
}

#navbar-main.affix {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  margin-top: 0;
  text-align: center;
  box-shadow: 0 0px 6px 0px #333;
  opacity: 0.7;
  z-index: 1111;
  background-color: #4c4c4c;
  transition: all .3s;
}

#navbar-main.affix:hover {
  opacity: 1;
}

#navbar-main.affix .navbar-brand {
  display: none;
}

#navbar-main.affix .navbar-collapse {
  position: relative;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  justify-content: flex-end;
}

#navbar-main.affix .menu--main .navbar-nav li.nav-item a.nav-link {
  color: #ffffff;
}

#navbar-main.affix .menu--main .navbar-nav li.nav-item a.nav-link:hover {
  color: var(--color-primary);
}
#navbar-main .navbar-brand {
  /* margin-right: 0; */
  width: 210px;
  margin-top: -30px;
  margin-left: auto;
  margin-right: auto;
}

.toolbar-horizontal #navbar-main.affix {
  margin-top: 30px;
}

.menu--main .navbar-nav li.nav-item a.nav-link {
  position: relative;
  display: block;
  padding: 30px 15px 20px;
  text-transform: uppercase;
  transition: all .1s ease-out;
  font-weight: 700;
  font-family: 'Verdana';
  FONT-SIZE: 13px;
}
.menu--main .navbar-nav li.nav-item a.nav-link.active {
  color: var(--color-primary);
}
.menu--main .navbar-nav li.nav-item a.active::before,
.menu--main .navbar-nav li.nav-item a:hover::before {
  content: '';
  display: block;
  background-color: #333333;
  width: 5px;
  height: 5px;
  position: absolute;
  left: 50%;
  margin-left: -2px;
  bottom: 9px;
}
.menu--main .navbar-nav li.nav-item .dropdown-menu a.active::before,
.menu--main .navbar-nav li.nav-item .dropdown-menu a:hover::before {
  display: none;
}

#navbar-main .nav-item .dropdown-menu {
  background-color: #333333;
  border-radius: 0;
  padding: 0 !important;
}
#navbar-main .nav-item .dropdown-menu .dropdown-item {
  padding: 0;
}
#navbar-main .nav-item .dropdown-menu a {
  color: #fff;
  display: inline-block;
  position: relative;
  line-height: 20px;
  font-size: 12px;
  padding: 10px 20px;
  text-transform: uppercase;
  width: 100%;
}
#navbar-main .nav-item .dropdown-menu a:hover,
#navbar-main .nav-item .dropdown-menu a:focus {
  color: #222;
  background-color: #f5f5f5;
}
#navbar-main .nav-item .dropdown-item.active,
#navbar-main .nav-item .dropdown-item:active {
  color: #fff;
  background-color: var(--color-primary);
}

#navbar-main .menu--main {
  width: 100%;
}
#navbar-main .menu--main .navbar-nav {
  justify-content: space-between;
}


/* Section TITLE */
.block-page-title-block .title {
  margin-bottom: 0;
  font: 700 38px 'HeliosCondBold';
  color: #fff;
  text-transform: uppercase;
}

.ui-subtitle-page {
  margin-bottom: 7px;
  font-size: 20px;
  FONT-FAMILY: "HeliosCondBold";
}

.section-title {
  position: relative;
  padding-top: 211px;
  color: #fff;
}

.section__inner {
  position: relative;
  z-index: 10;
}

.section-title .section__inner {
  padding-bottom: 72px;
}

/* MAIN SLIDER ON FRONT */
.main-slider {
  font-family: 'HeliosCondBold', sans-serif;
  color: #fff;
  overflow: hidden;
}

.main-slider__title {
  font-weight: 300;
  font-size: 2.5vw;
  line-height: 1.2;
}

.main-slider__subtitle {
  font-weight: 700;
  font-size: 4vw;
  text-align: left;
  text-transform: uppercase;
  line-height: 1.2;
}

@media (max-width: 767px) {
  .main-slider__subtitle {
    font-size: 26px;
    margin-top: -20px;
  }
}

@media (max-width: 480px) {
  .main-slider__subtitle {
    font-size: 24px;
  }
}

.main-slider__text {
  font-size: 20px;
  padding-top: 15px;
}

.main-slider__text p {
  margin: 15px 0;
  line-height: 30px;
}

.main-slider .sp-image-container:after {
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  position: absolute;
}

@media (max-width: 767px) {
  .main-slider .btn {
    margin-top: 15px;
    font-size: 12px;
    padding: 10px 35px 10px 20px;
  }
}


/* BREADCRUMBS */
#block-exp64-breadcrumbs {
  margin-top: 30px;
  margin-bottom: 30px;
}
.breadcrumb-item+.breadcrumb-item::before {
  content: "»";
}

/* TABS */
.section-tab .box {
  display: none;
  padding: 0 25px;
}

.section-tab .box.visible {
  display: block;
}

.section-tab .tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.section-tab .tabs li {

  cursor: pointer;
  position: relative;
  /*display: inline-block;
  WIDTH: 100%;*/
  color: #fff;
  font-family: "HeliosCondBold";
  padding-top: 60px;
  padding: 20px 12px;
  padding-top: 30px;
  margin-bottom: 50px;
  text-align: center;
  background-color: #FFC34E;
}

.section-tab .tabs .decor-4 .icon {
  display: block;
  width: 65px;
  height: 65px;
  padding-top: 13px;
  font-size: 39px;
  line-height: 1;
  color: #333;
  border: 1px solid #ddd;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
}

.section-tab .tabs li:nth-child(2) {
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}

.section-tab .tabs li .icon {
  color: #818181;
}

.section-tab .tabs li.current .icon,
.vsection-tab .tabs li:hover .icon {
  color: var(--color-dark);
}

.section-tab .tabs li:hover {
  background-color: var(--color-primary);
}

.section-tab .tabs li.current {
  background-color: var(--color-primary);
}

.section-tab .tabs li span {
  font-size: 24px;
  display: block;
}

.section-tab .auto-itm-box-2 {
  margin-top: 0px;
}

.box .list-features_mod-a .list-features__item .list-features__inner {
  margin-right: 0;
  margin-left: 165px;
}

.box .list-features_mod-a .list-features__item {
  padding: 0 13px;
  text-align: left;
  margin-bottom: 10px;
}

.box .list-features_mod-a .list-features__item:nth-child(2n) {
  float: right;
  padding-left: 25px;
  text-align: left;
}

.box .list-features_mod-a .list-features__item .list-features__icon {
  float: left;
}

.box .list-features_mod-a .list-features__item::after {
  margin-right: 0;
  margin-left: 80px;
  border-right: none;
  border-left: 1px dotted;
}

.box .list-features__title {
  position: relative;
  margin-bottom: 14px;
  padding-right: 15px;
}

.box .list-features_mod-a .list-features__item .list-features__title::before,
.box .list-features_mod-a .list-features__item .list-features__title::after {
  right: 0;
  left: auto;
}

.box .list-features_mod-a h3 {
  FONT-FAMILY: "HeliosCondBold" !important;
  FONT-SIZE: 22px !important;
  font-weight: 400 !important;
  margin-top: 10px;
  margin-bottom: 15px;
}

.box .list-features_mod-a .list-features__title-emphasis {
  FONT-FAMILY: "HeliosCondBold" !important;
  FONT-SIZE: 22px !important;
  font-weight: 400 !important;
  text-transform: none;
  color: var(--color-primary);
}

.box .list-features_mod-a .list-features__item .btn-typography {
  MARGIN: 0px;
}

.box .list-features_mod-a .list-features__item::after {
  height: 20px;
  margin-top: 30px;
}

.home-tabs-line {
  background: var(--color-primary);
}





/* POLEZNO node */
.node--view-mode-teaser .field--type-image {
  float: none;
  margin: 0;
}

.node--view-mode-teaser .field--type-image img {
  margin: 0;
}





/* BLOCKS */
.block-contacts {
  margin-top: 60px;
  margin-bottom: 125px;
  font-family: 'HeliosCondBold', sans-serif;
  line-height: 1;
  color: #333;
  text-align: center;
  text-transform: uppercase;
}

.block-contacts .color-primary {
  font-family: verdana, serif;
  color: var(--color-primary);
}

.block-contacts__title-1 {
  margin-bottom: 15px;
  font-size: 18px;
  letter-spacing: 0.2em;
}

.block-contacts__title-2 {
  margin-bottom: 19px;
  font-size: 38px;
  font-weight: 700;
}

.block-contacts__title-2 .icon {
  padding-right: 10px;
}

.block-contacts__title-3 {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.05em;
}

#block-tabs-front .o-section {
  float: none;
  margin-top: 0;
}

.o-section .c-tab {
  border-bottom: none;
}

/* Блок - логотипы клиентов */
.section-clients .flaticon-delivery36::before {
  content: "\e009";
}
.carusel-clients {
  margin-top: 30px;
}
.carusel-clients__item {
  display: flex;
  height: 100px;
  margin-bottom: 3px;
  border: 1px solid #eee;
  border-top-right-radius: 10px;
  background-color: #fff;
  box-shadow: 0 3px 0 0 #777;
  transition: all 0.3s;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.carusel-clients__item .carusel-clients__img {
  max-width: 90%;
}

/* Блок УСЛУГИ */
.block-services {
  margin-right: 1px;
  margin-bottom: 30px;
  padding: 54px 30px 35px;
  border-top-left-radius: 10px;
  background-color: #fff;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1), 0 3px 0 0 #777;
  transition: all 0.3s;
  text-align: center;
}

.block-services__title {
  margin-bottom: 30px;
  transition: all 0.3s;
}

.block-services__description {
  height: 63px;
  margin-bottom: 29px;
  overflow: hidden;
  transition: all 0.3s;
  font-size: 12px;
  color: #777;
}

.block-services__link {
  display: inline-block;
  margin-bottom: 15px;
  padding-top: 15px;
  padding-bottom: 6px;
}

.block-services .icon {
  display: inline-block;
  margin-bottom: 22px;
  font-size: 70px;
  line-height: 1;
  color: var(--color-primary);
  transition: all 0.3s;
}

.block-services:hover .icon {
  color: #fff;
}

.block-services:hover {
  background-color: #222;
}

.block-services:hover .block-services__description {
  color: #ddd;
}

.block-services:hover .block-services__link {
  color: #fff;
}

.block-services:hover .decor-3:after,
.block-services:hover .decor-2:after {
  background-color: #fff;
}

.block-services_mod-a {
  padding-right: 47px;
  padding-bottom: 24px;
  padding-left: 47px;
}

.block-services_mod-a .block-services__title {
  margin-bottom: 4px;
}

.block-services_mod-a:hover .block-services__title {
  color: var(--color-primary);
}

.block-services_mod-a .block-services__description {
  margin-top: 25px;
}

.usl-add-bl .block-services_mod-a {
  display: block;
}

.usl-add-bl .block-services_mod-a h3 {
  height: 36px;
}
.node--type-uslugi .layout__region .block-views-blockuslugi-block-2 {
   margin-top: 45px;
}



/* БЛОК 54 - Услуги на главной */
#block-block-54 .block-services_mod-a {
  DISPLAY: block;
}

#block-block-54 {
  background-color: #f6f6f6;
  POSITION: relative;
  PADDING: 70px 0px;
  MARGIN: 50px 0;
  background: url('../img/perfon.jpg') 50% 50% no-repeat;
  background-size: cover;
  z-index: 0;
}

#block-block-54:after {
  background-color: rgba(0, 0, 0, 0.75);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  visibility: inherit;
  DISPLAY: block;
}

#block-block-54 .container {
  position: relative;
  Z-INDEX: 50;
}

#block-block-54 .block-services__title {
  HEIGHT: 36px;
}



/* Block 55 - Грузоподъемность */
.home-ton-all .list-features_mod-a .list-features__item {
  width: 25%;
  TEXT-ALIGN: center;
}

.home-ton-all .list-features__inner {
  MARGIN: 0px;
  WIDTH: 100%;
  MARGIN-TOP: -48px;
  position: relative;
  z-index: 9;
  padding: 10px 0;
}

.home-ton-all .img-responsive {
  DISPLAY: inline-block;
  WIDTH: 100%;
  TEXT-ALIGN: center;
  MARGIN: 0px;
  margin-bottom: 30px;
}

.home-ton-all .img-responsive a {
  border-radius: 30px;
  BORDER: 3px solid #e1e1e1;
  PADDING: 10px;
  MIN-HEIGHT: 190px;
  MIN-WIDTH: 190px;
  DISPLAY: block;
}

.home-ton-all .list-features__inner strong {
  font-family: 'ImpactRegular' !important;
  FONT-SIZE: 22px !important;
  font-weight: 400 !important;
}

.home-ton-all .list-features__title:after {
  bottom: 4px;
}

.home-ton-all .list-features__title:before {
  bottom: 16px;
  background-color: #333;
}

.section-tab .list-features {
  MARGIN: 0px;
  PADDING: 0px;
}

.home-ton-all .img-responsive img {
  PADDING: 10px;
}

.home-ton-all .img-responsive:hover img {
  PADDING: 0px;
}

.home-ton-all .img-responsive:hover a {
  BORDER: 3px solid var(--color-primary);
}

/* БЛОК АВТОМОБИЛЬНЫЕ ГРУЗОПЕРЕВОЗКИ */
.prems-front {
  POSITION: relative;
  PADDING: 90px 0px;
  MARGIN: 50px 0px;
  background: url(../img/perfon-1.jpg) 50% 50% no-repeat;
  background-size: cover;
  z-index: 0;
}

.prems-front:after {
  background-color: rgba(255, 255, 255, 0.85);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  visibility: inherit;
  DISPLAY: block;
}

.prems-front .container {
  position: relative;
  Z-INDEX: 50;
}

/* НАШ АВТОПАРК */
.auto-itm-box {
  MARGIN-TOP: 15px;
  MARGIN-BOTTOM: 25px;
}

.auto-itm-box .entry-media {
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1), 0 3px 0 0 #777;
  BORDER: 3px solid #d1d1d1;
  BORDER-BOTTOM: none;
  PADDING: 15px 10px;
}
.auto-itm-box .entry-media > img {
  width: 100%;
}

.auto-itm-box .entry-content {
  MARGIN: 15px 0px;
}

.auto-itm-box .entry-main {
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1), 0 3px 0 0 #ffb118;
  PADDING: 15px 10px;
  BORDER: 3px solid #d1d1d1;
  BORDER-top: none;
  BORDER-BOTTOM: none;
}

.auto-itm-box .entry-content ul {
  LIST-STYLE: none;
  PADDING: 0px;
  MARGIN: 0px;
}

.auto-itm-box .entry-content li {
  FONT-SIZE: 13px;
  /*color: #777;*/
  padding: 3px 12px 3px 5px;
  position: relative;
}
.auto-itm-box-in-tab .entry-media {
  BORDER: none;
}
.auto-itm-box-in-tab .entry-main {
  BORDER: none;
  PADDING: 15px 0px;
}
.auto-itm-box-in-tab .entry-content b {
  FONT-SIZE: 12px;
  font-weight: 400;
  font-style: italic;
}

.auto-itm-box .entry-content li:nth-child(2n) {
  background-color: #fff0d2;
}

.auto-itm-box .entry-footer .btn_mod-a {
  FLOAT: RIGHT;
  margin-left: auto;
}

.auto-itm-box .entry-footer .btn_mod-b {
  FLOAT: LEFT;
  margin-right: auto;
}

.auto-itm-box .entry-footer {
  DISPLAY: inline-block;
  /* display: flex; */
  /* justify-content: space-around; */
  WIDTH: 100%;
  PADDING-TOP: 10px;
}

.price-auto {
  TEXT-ALIGN: RIGHT;
  MARGIN-BOTTOM: 10px;
}

.price-auto .ui-title-inner {
  color: #C00;
  TEXT-TRANSFORM: none;
  PADDING-RIGHT: 7px;
  FONT-SIZE: 20px;
}
.gruz-razd-bl-itm {
  MARGIN-BOTTOM: 30px;
  MARGIN-TOP: 15px;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1), 0 3px 0 0 #777;
  PADDING: 13px;
  PADDING-BOTTOM: 16px;
}
.gruz-razd-bl-itm .list-staff__description {
  FONT-SIZE: 12px;
  margin-top: 12px;
  HEIGHT: 72px;
}
.gruz-razd-bl-itm .list-staff__name {
  font-size: 16px;
  HEIGHT: 36px;
  MARGIN-BOTTOM: 0px;
}
.gruz-razd-bl-itm .list-staff__name a {
  color: inherit;
}
.gruz-razd-bl-itm:hover .list-staff__name a {
  color: var(--color-primary);
}
.list-staff__link {
  DISPLAY: inline-block;
  PADDING-TOP: 10px;
  WIDTH: 100%;
  TEXT-ALIGN: center;
}
.gruz-razd-bl-itm .list-staff__img a {
  color: #fff;
}

.auto-itm-box-in-tab .entry-header {
  PADDING: 0px 15px;
}
.auto-itm-box-in-tab .entry-footer {
  PADDING: 0px 15px;
}
.auto-itm-box-in-tab .entry-content {
  
}


.auto-itm-box-in-tab .entry-content li:nth-child(2n) {
  background-color: #ececec;
}

.auto-itm-box-in-tab .entry-content .ui-title-inner {
  color: #C00;
  TEXT-TRANSFORM: none;
  PADDING-RIGHT: 7px;
  FONT-SIZE: 15px;
}
.auto-itm-box-in-tab .entry-content li {
  padding: 0 15px;
}
.auto-itm-box-in-tab .entry-content li span {
  position: absolute;
  right: 5px;
  top: 5px;
}


/* TABLES */

.zui-table {
  border: solid 1px #DDEEEE;
  border-collapse: collapse;
  border-spacing: 0;
  FONT-SIZE: 18px;
  MARGIN: 35px 0px;
}
.zui-table thead th {
  background-color: #DDEFEF;
  border: solid 1px #DDEEEE;
  color: #336B6B;
  padding: 10px;
  text-align: center;
  text-shadow: 1px 1px 1px #fff;
  FONT-FAMILY: "HeliosCondBold";
  FONT-SIZE: 20px;
}
.zui-table tbody td {
  border: solid 1px #DDEEEE;
  color: #696969;
  padding: 10px;
  text-shadow: 1px 1px 1px #fff;
  FONT-FAMILY: "HeliosCondBold";
}
.zui-table tbody tr:nth-child(2n+1) {
  background-color: #fff;
}
.zui-table tbody tr:nth-child(2n) {
  background-color: #EEF7EE;
}
.zui-table tbody tr:hover {
  background-color: #CCE7E7;
  CURSOR: pointer;
}
.zui-table tbody td {
  border-left: none;
  /*border-right: none;*/
}
.auto-itm-box-2 {
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1), 0 3px 0 0 #ffb118;
  BORDER: 3px solid #d1d1d1;
  BORDER-BOTTOM: none;
  PADDING: 15px 10px;
  MARGIN-TOP: 10px;
  MARGIN-BOTTOM: 25px;
}
.node--type-gruznew .auto-itm-box-2 {
  margin-left: 0;
  margin-right: 0;
}
.auto-itm-box-2 .img-responsive {
  PADDING-TOP: 15px;
  PADDING-LEFT: 15px;
}
.auto-itm-box-2 .img-responsive img:nth-child(1) {
  FLOAT: LEFT;
}
.auto-itm-box-2 .img-responsive img:nth-child(2) {
  MARGIN-LEFT: 50px;
  float: left;
}
.cont-tab .c-tabs-nav__link span {
  font-size: 20px;
}
.cont-tab .c-tabs-nav__link {
  padding: 20px 12px;
}
.cont-tab .c-tabs-nav__link.is-active {
  color: #fff;
  TEXT-DECORATION: none;
  background-color: #6d6d6d;
}

/* БЛОК - Отзывы пользователей */
.section-reviews {
  padding-right: 75px;
  padding-bottom: 40px;
  padding-left: 75px;
}

.reviews-list__title {
  margin-top: 23px;
  /* padding-left: 204px; */
  text-align: left;
}

.reviews-list__title+.decor-2 {
  padding-left: 193px;
}

.reviews-list__img {
  float: left;
  margin-top: 10px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}

.reviews-list__inner {
  padding-left: 194px;
}

.reviews-list__inner p {
  FONT-SIZE: 15px;
  color: #a2a2a2;
}

.reviews-list__blockquote {
  padding-right: 0;
  font: 16px/1.75 Merriweather;
}

.reviews-list__autor {
  display: block;
  font: normal 700 14px/1 'Titillium Web';
  text-transform: uppercase;
  color: #ccc;
  margin: 10px 0px;
  FONT-SIZE: 16px;
}

.reviews-list__company {
  display: block;
  margin-top: 5px;
  margin-bottom: 20px;
  font: normal 400 10px Lato;
  color: #ccc;
  text-transform: uppercase;
}

/* БЛОК Показатели */
.pokazateli {
  background-color: #f6f6f6;
  POSITION: relative;
  MARGIN: 50px 0;
  background: url(../img/perfon-2.jpg) 50% 50% no-repeat;
  background-size: cover;
  z-index: 0;
}
.pokazateli .reviews {
  margin-top: 40px;
  text-align: center;
}
.pokazateli .owl-carousel {
  MARGIN-BOTTOM: 50px;
}

.pokazateli:after {
  background-color: rgba(255, 255, 255, 0.85);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  visibility: inherit;
  DISPLAY: block;
}

.pokazateli .container {
  position: relative;
  Z-INDEX: 50;
}
.pokazateli .reviews__text {
  height: 56px;
  padding-right: 55px;
  padding-left: 55px;
  font: 16px/1.75 Merriweather;
  color: #777;
  overflow: hidden;
}
.list-progress__item {
  margin-bottom: 25px;
}

.list-progress__percent {
  display: block;
  margin-bottom: 5px;
  font: 700 38px/1 'Titillium Web';
  color: #333;
}

.list-progress__name {
  display: block;
  margin-bottom: 23px;
  font-weight: 400;
}

.list-progress_left {
  float: left;
  margin-left: 30px;
  text-align: right;
}

.list-progress_right {
  float: right;
  margin-right: 35px;
}

.list-progress_left,
.list-progress_right {
  position: relative;
  padding-top: 95px;
}

.list-progress_left:before,
.list-progress_right:before {
  position: absolute;
  top: 0;
  display: block;
  width: 174px;
  height: 25px;
  content: '';
}

.list-progress_left:before {
  left: 90px;
  background: url('../img/decor/arrow-orange_right.png') no-repeat;
}

.list-progress_right:before {
  right: 90px;
  background: url('../img/decor/arrow-orange_left.png') no-repeat;
}

.list-progress__title-icon {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 24px;
}

.list-progress_mod-a .list-progress__item:last-child .decor-3 {
  display: none;
}

.list-progress_mod-a {
  margin-bottom: 30px;
}

.list-progress_mod-b .list-progress__item {
  display: inline-block;
  width: 16.6%;
  margin-right: -3px;
  padding-right: 10px;
  padding-left: 10px;
  vertical-align: top;
  text-align: center;
}

.list-progress_mod-b .list-progress__percent {
  color: #fff;
}

.list-progress_mod-b .list-progress__name {
  margin-top: 7px;
  margin-bottom: 0;
}

.progress-center {
  padding: 0;
  text-align: center;
  padding-top: 80px;
  margin: 0 auto;
  max-width: 670px;
}

.progress-center__link {
  display: block;
  margin-top: 10px;
}

.progress-center__link .icon {
  width: 50px;
  height: 50px;
  padding-top: 14px;
  font-size: 16px;
  color: #222;
  border: 2px solid #333;
  border-bottom-left-radius: 10px;
  background-color: #fff;
  transition: all 0.3s;
}

.progress-center__title {
  margin-top: 10px;
}


/* БЛОК - коментарии к нодам (типа отзывы) */
.block-views-blockstranica-otzyvy-block-1 .views-view-responsive-grid__item {
  height: 100%;
}
.block-views-blockstranica-otzyvy-block-1 .views-view-responsive-grid__item-inner {
  height: 100%;
}
.block-views-blockstranica-otzyvy-block-1 .pagination {
  display: flex;
  margin-top: 45px;
  justify-content: center;
}
.otzv-page-itm {
  background: #f8f8f8;
  padding: 15px;
  height: 100%;
  MARGIN-top: 10px;
  MARGIN-BOTTOM: 15px;
  /* WIDTH: 540px; */
  MAX-WIDTH: 100%;
  /* MARGIN-LEFT: 15px;
  MARGIN-RIGHT: 15px; */
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1), 0 3px 0 0 #777;
  
}
.otzv-page-itm-left {
  DISPLAY: block; FLOAT: LEFT; TEXT-ALIGN: center; WIDTH: 50px; HEIGHT: 50px; background-color: #FFBD1F; COLOR: #fff; FONT-SIZE: 33px; MARGIN-RIGHT: 30px;
}
.otzv-page-itm-top {DISPLAY: inline-block; WIDTH: 100%; PADDING-TOP: 15px; PADDING-BOTTOM: 25px;}
.otzv-page-itm-content p {color: #666666; font-size: 16px;}
.otzv-page-itm-author strong {color: #595959; FONT-SIZE: 16px; FONT-WEIGHT: 400;}
.otzv-page-itm-author strong a {color: #595959; FONT-SIZE: 16px; FONT-WEIGHT: 400;}
.otzv-page-itm .decor-2 {MARGIN-TOP: -10px;}
.otzv-page-itm-created {color: #a9a9a9; font-size: 13px; }
.otzv-page-itm .links {TEXT-ALIGN: RIGHT; font-size: 13px; MARGIN-TOP: 15px;}
.otzv-page-itm .links a {TEXT-DECORATION: UNderline;}
.otzv-page-itm-content strong {color: #595959; FONT-SIZE: 16px; FONT-WEIGHT: 400;}
.field--name-comment-node-page .comment-form label {
  font-weight: bold;
}
.comment-comment-node-page-form .js-filter-wrapper {
  display: none;
}
.comment-comment-node-page-form #edit-preview {
  display: none;
}
.otzv-page-itm .comment-links {
  text-align: right;
}
.otzv-page-itm .comment-links > a {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 14px;
}

/* КОНТАКТЫ - страница */

.contacts-block__title {
	font-size: 18px;
  margin: 30px 0 15px;
}
.contacts-block__title-main {
  text-transform: uppercase;
  margin-bottom: 0;
}
.contacts-block {
	margin-bottom: 17px;
}
.contacts-block .icon {
	float: left;
	margin-top: -5px;
	font-size: 25px;
	color: #333;
}
.contacts-block__emphasis {
	display: block;
	margin-bottom: 3px;
	font: 600 20px 'Titillium Web';
  color: var(--color-primary);
}
.contacts-block__inner {
	display: block;
	padding-left: 40px;
}
.contacts-block__description {
	margin-top: 21px;
	margin-bottom: 39px;
	font-family: 'Verdana';
	font-weight: 400;
	line-height: 1.57;
	color: #333;
	text-transform: uppercase;
}

.contacts-block_mod-a {
	margin-top: 27px;
	margin-bottom: 10px;
}
.contacts-block_mod-a + .contacts-block_mod-a {
	margin-top: 0;
}
.contacts-block_mod-a .icon {
	font-size: 23px;
}
.contacts-block__social {
	margin-bottom: 40px;
}
.contacts-block__wrap-social {
	display: inline-block;
	margin-bottom: 10px;
}
.contacts-block__wrap-social .btn-link {
	padding-right: 0;
	padding-left: 0;
}
.contacts-block__social .social-links {
	display: inline-block;
	margin-left: 35px;
}
.contacts-block__select {
	height: 48px;
	margin-bottom: 15px;
}
.contacts-block__select .ui-select {
	padding-top: 14px;
}
.contacts-block__select .ui-select__icon {
	top: 16px;
}
#block-zadat-vopros {
  margin-top: 15px;
}
#block-zadat-vopros .webform-element--title-inline {
  display: flex;
  align-items: center;
}
#block-zadat-vopros .webform-element--title-inline label {
  width: 140px;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
}
#block-zadat-vopros .webform-element--title-inline.form-item-agreement {
  display: block;
}
@media screen and (min-width: 576px) {
  #block-zadat-vopros .webform-element--title-inline.form-item-agreement {
    padding-left: 140px;
  }
}

#block-zadat-vopros .webform-element--title-inline.form-item-vash-vopros label {
  align-self: flex-start;
}
#block-zadat-vopros .form-textarea-wrapper {
  width: 100%;
}
#block-zadat-vopros .form-actions {
  text-align: right;
}


/* MODAL окно заявки */
.webform-submission-zakazat-transport-form .form-actions {
  text-align: right;
}
.zak-bl-modal span {
  DISPLAY: inline-block;
  WIDTH: 100%;
  text-align: center;
}
.zak-bl-modal .zak-bl-left-cen {
  font-size: 22px;
  FONT-WEIGHT: 700;
  COLOR: #ffb118 !important;
  text-align: center;
  padding-right: 25px;
  padding-top: 7px;
}
.zak-bl-modal .zak-bl-left-cen-2 {
  COLOR: #666 !important;
}
.zak-bl-modal .zak-bl-left-bot {
  font-size: 18px;
  color: #777;
  padding-top: 10px;
  padding-bottom: 20px;
  text-align: center;
}


/* Смотрите также - Блок */
.layout__region--content .block-views-blocksmotrite-takzhe-block-1 {
  margin-top: 45px;
}

/* ФОТОГАЛЕРЕЯ - страница*/
.view-fotogal .foto-item h3 {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.view-fotogal nav {
  text-align: center;
}
.owl-carousel {
  padding-bottom: 30px;
}



/* FOOTER */
.site-footer {
  color: #999;
  font-family: Verdana, sans-serif;
  position: relative;
  padding-top: 0;
  z-index: 9;
}

.site-footer>.container {
  position: relative;
  z-index: 10;
}
.site-footer__middle.row {
  gap: 15px 30px;
}
.site-footer__middle {
  margin-bottom: 60px;
}

.site-footer .block-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  font-family: Verdana, sans-serif;
  color: #fff;
  text-transform: uppercase;
  text-align: left;
}

.site-footer__top {
  margin-bottom: 45px;
}
.site-footer__top .region:first-child {
  padding-left: 15px;
}

.site-footer__top .region:last-child {
  padding-right: 15px;
}

.site-footer .block {
  border: none;
  padding: 0;
}

.site-footer .block-menu ul.nav {
  margin-top: 30px;
}

.site-footer .block .nav-item {
  width: 100%;
}

.site-footer .block a.nav-link {
  display: block;
  margin-bottom: 7px;
  margin-left: 1px;
  color: #999;
  letter-spacing: 0.03em;
  font-family: Verdana, sans-serif;
  font-size: 11px;
  padding: 0;
}

.site-footer .block a.nav-link:hover,
.site-footer .block a.nav-link:focus {
  color: var(--color-primary);
}

.site-footer .footer__logo {
  display: block;
  margin-bottom: 35px;
}
.site-footer .footer__info {
  margin-bottom: 25px;
  line-height: 1.74;
  FONT-SIZE: 12px;
  color: #999;
}

@media screen and (min-width: 1199px) {
  .site-footer .footer__info {
    padding-right: 50px;
    padding-left: 5px;
  }
}

.site-footer__bottom .copyright,
.site-footer__bottom .copyrights__oferta {
  font-size: 12px;
  color: #777;
}
.region-modal .contextual {
  display: none;
}