/**
Synapse - adaptive theme
.col-xs- <544px Extra small
.col-sm- ≥544px Small
.col-md- ≥768px Medium
.col-lg- ≥992px Large
.col-xl- ≥1200px Extra large
Gutter width	1.875rem / 30px (15px on each side of a column)
*/

/** Map */

#map {
  height: 720px;
  width: 100%;
}

.synmap {
  min-height: 200px;
}

/** Прикреплённая галерея */

.node .field--name-field-gallery {}

.field--name-field-paragraph .field__item {
  margin-top: 5px;
  margin-bottom: 5px;
}

.node .field--name-field-gallery:after {
  content: "";
  display: table;
  clear: both;
}

#block-vk-contact {
  padding: 50px 0 0 0;
}

#block-question {
  padding: 50px 0 0 0;
}

#block-question>h2 {
  text-align: center;
  margin: 0 0 30px 0;
  text-transform: uppercase;
}

#block-question form {
  max-width: 300px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*#block-question .form-actions input,
#block-otziv .form-actions input {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  color: #333333;
  border: 0;
  text-transform: uppercase;

  background: rgb(255,255,255);
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(230,230,230,1) 100%);
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(230,230,230,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(230,230,230,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6',GradientType=0 );
}
#block-question .form-actions input:hover,
#block-otziv .form-actions input:hover {
  background: #e6e6e6;
}*/

/** articles **/

.node--type-article.node--view-mode-teaser h2 {
  background: #000;
  color: #fff;
  font-size: 22px;
  text-align: center;
  line-height: 32px;
}

.node--type-article.node--view-mode-teaser .more {
  text-align: right;
}

.node--type-article.node--view-mode-teaser .more a {
  color: #fff;
  padding: 10px 20px;
  font-size: 20px;
  background: #000;
}

.view-id-article.view-display-id-page .views-row {
  border-bottom: 1px solid #d4d4d4;
  margin-bottom: 40px;
  padding-bottom: 25px;
}

.node--type-article.node--view-mode-full .field--name-field-image,
.node--type-article.node--view-mode-full .field--name-field-image-gif {
  margin: 0 0 10px 0;
}

@media (min-width: 768px) {

  .node--type-article.node--view-mode-full .field--name-field-image,
  .node--type-article.node--view-mode-full .field--name-field-image-gif {
    float: left;
    margin: 0 15px 0 0;
  }
}

.node--type-article.node--view-mode-full .field--name-field-image-gif img {
  max-width: 230px;
  height: auto;
}

/** otziv **/

#block-otziv form {
  /*max-width: 300px;*/
}

/** guestions **/

.view-id-question.view-display-id-page_1 .view-header {
  font-weight: bold;
  margin-bottom: 30px;
}

.view-id-question.view-display-id-page_1 .views-field-field-question-text {
  color: #ff0000;
}

.view-id-question.view-display-id-page_1 .views-field-body .views-label {
  font-weight: bold;
}

.path-question-answer #block-question {
  background: url(../images/questions-img.jpg) no-repeat center bottom;
  padding-bottom: 350px;
}

/** write **/

/* .contact-message-write-form form .form-control {
  max-width: 205px;
} */

/* .contact-message-write-form form label {
  color: rgb(46, 46, 46);
  font-weight: bold;
  float: left;
  width: 180px;
  line-height: 37px;
} */

/** usluga **/

.view-id-usluga.view-display-id-block .views-field-field-image img {
  width: 100%;
  height: auto;
}

.view-id-usluga.view-display-id-block {
  margin-bottom: 20px;
}

.view-id-usluga.view-display-id-block .views-field-field-podzagolovok {
  /* margin: 20px 0 0 0; */
  display: none;
}

/** front **/

.front h1 {
  text-align: left;
  text-transform: uppercase;
}

.block-views-blockslide-block .node--type-slide {
  width: 100%;
  display: block;
  color: #fff;
  height: 450px;
}

.block-views-blockslide-block .content-wrapper,
.block-views-blockslide-block .content-bg {
  height: 100%;
}

.block-views-blockslide-block .flickity-button {
  border-radius: 0;
  opacity: 0.7;
  transition: all 150ms linear;
}

.block-views-blockslide-block .flickity-button svg {
  display: none;
}

.block-views-blockslide-block .flickity-button:focus {
  box-shadow: none;
}

.block-views-blockslide-block .flickity-button:hover {
  opacity: 1;
}

.block-views-blockslide-block .previous {
  background: url(../images/arrow-slider-left.png) no-repeat;
  background-size: cover;
  left: 1%;
  width: 64px;
  height: 50px;
}

.block-views-blockslide-block .next {
  background: url(../images/arrow-slider.png) no-repeat;
  background-size: cover;
  right: 1%;
  width: 64px;
  height: 50px;

}

@media (max-width: 1024px) {
  .block-views-blockslide-block .flickity-button {
    width: 55px;
    height: 44px;
  }
}

@media (max-width: 640px) {
  .block-views-blockslide-block .flickity-button {
    width: 45px;
    height: 36px;
  }
}

@media (max-width: 480px) {
  .block-views-blockslide-block .flickity-button {
    top: 55%;
  }
}

.block-views-blockslide-block img {
  width: auto;
  max-width: 100%;
  height: auto;
}

/* .block-views-blockslide-block .owl-stage,
.block-views-blockslide-block .owl-item,
.block-views-blockslide-block .node--type-slide,
.block-views-blockslide-block .content-wrapper,
.block-views-blockslide-block .content-bg,
.block-views-blockslide-block .content  {
  height: 100%
} */


/*.block-views-blockslide-block {
  visibility: hidden;
}*/

/* .block-views-blockslide-block img {
  width: auto;
  max-width: 100%;
  height: auto;
} */

/*@media (max-width: 544px) {
  .block-views-blockslide-block img {
    height: 150px !important;
    width: 100%;
    object-fit: cover;
    object-position: center center;
  }
}*/

/* .block-views-blockslide-block .owl-prev,
.block-views-blockslide-block .owl-next {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 46%;
  margin-top: -15px;

  text-indent: -9999px;
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=0);
}


.block-views-blockslide-block:hover .owl-prev,
.block-views-blockslide-block:hover .owl-next {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: all 150ms linear;
  -moz-transition: all 150ms linear;
  -ms-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
}

.block-views-blockslide-block .owl-prev:hover,
.block-views-blockslide-block .owl-next:hover {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 150ms linear;
  -moz-transition: all 150ms linear;
  -ms-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
}

.block-views-blockslide-block .owl-prev {
  background: url(../images/arrow-slider.png) no-repeat;
  background-size: cover;
  left: 1%;
  width: 64px;
  height: 50px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.block-views-blockslide-block .owl-next {
  background: url(../images/arrow-slider.png) no-repeat;
  background-size: cover;
  right: 1%;
  width: 64px;
  height: 50px;

}

@media (max-width: 1024px) {
  .block-views-blockslide-block .owl-prev,
  .block-views-blockslide-block .owl-next {
    width: 55px;
    height: 44px;
  }
}
@media (max-width: 640px) {
  .block-views-blockslide-block .owl-prev,
  .block-views-blockslide-block .owl-next {
    width: 45px;
    height: 36px;
  }
}
@media (max-width: 480px) {
  .block-views-blockslide-block .owl-prev,
  .block-views-blockslide-block .owl-next {
    top: 55%;
  }
} */

@media (max-width: 992px) {
  iframe {
    max-width: 100%;
  }
}

.owl-carousel .owl-item img {
  height: auto;
}

#promo>.container {
  padding-bottom: 15px;
}

.block-views-blockpromo-block-1 {
  padding-top: 30px;
  margin-bottom: 90px;
}

.view-id-promo.view-display-id-block_1 .view-content {
  margin: 0 -10px;
  text-align: center;
  flex-direction: row;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

.view-id-promo.view-display-id-block_1 .views-row {
  width: 100%;
  padding: 0 10px;
  margin: 0 0 10px 0;
}

@media (min-width: 768px) {
  .view-id-promo.view-display-id-block_1 .views-row {
    width: 33.333%;
  }
}

@media (min-width: 992px) {
  .view-id-promo.view-display-id-block_1 .views-row {
    width: 20%;
  }
}

.view-id-promo.view-display-id-block_1 .views-row img {
  max-width: 100%;
  height: auto;
}

.view-id-promo.view-display-id-block_1 .views-row:hover img {
  transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.block-views-blockarticle-block .list {
  width: 100%;
}

.block-views-blockarticle-block .views-row {
  padding: 5px;
  background: #F5F5F5;
  margin-bottom: 20px;
}

.block-views-blockarticle-block .views-field-title {
  text-align: center;
  font-size: 15px;
  font-weight: bold;
}

.block-views-blockarticle-block .views-field-created {
  text-align: right;
  margin: 15px 0 0 0;
}

.block-views-blockarticle-block .views-field-view-node {
  text-align: right;
}

.page-wrapper {
  overflow: hidden;
}

a.scrollup {
  background: url(../images/icons.png) no-repeat -147px 0;
  width: 53px;
  height: 53px;
  display: block;
  position: fixed;
  right: 100px;
  bottom: 50px;
  text-indent: -9999px;
  overflow: hidden;
  display: none;
  visibility: hidden;
  z-index: 20;
}

@media (min-width: 992px) {
  a.scrollup {
    visibility: visible;
  }
}

#sidebar {
  padding-top: 20px;
}

#company-info {
  background: #fff;
  padding: 0px 0 35px 0;
}

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

#company-info .desc {
  max-width: 555px;
  padding: 25px 0 0 0;
}

#company-info .desc ul {
  margin: 0;
  padding: 0 0 0 17px;
}

#company-info h1 {
  font-size: 25px;
  line-height: 30px;
  font-family: "Roboto Condensed", Times, serif;
  font-weight: bold;
  border: 7px solid #000000;
  margin: 0 0 40px 0;
  padding: 20px 10px;
  color: #000;
  text-align: center;
  text-transform: none;
}

@media (min-width: 992px) {
  #company-info .desc {
    padding: 80px 0 0 0;
  }

  #company-info h1 {
    font-size: 30px;
    line-height: 35px;
  }
}

@media (min-width: 992px) {
  #company-info .desc {
    padding: 80px 0 0 0;
  }

  #company-info h1 {
    font-size: 36px;
    line-height: 50px;
  }
}

#company-param {
  background: url(../images/company-param-bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 100px 0 70px 0;
}

#company-param .row>div {
  margin-bottom: 30px;
}

#company-param p {
  background: rgba(255, 255, 255, 0.8);
  font-family: "Roboto Condensed", Times, serif;
  font-weight: bold;
  font-size: 22px;
  line-height: 30px;
  margin: 0;
  text-align: center;
  padding: 40px 20px;
  flex-direction: row;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: inline-block;
  align-items: center;
  height: 100%;
}

#company-offer {
  margin: 30px 0;
}

#company-offer .company-offer-link {
  width: 430px;
  height: 323px;
  overflow: hidden;
}

@media (max-width: 1200px) {
  #company-offer .company-offer-link {
    width: 100%;
    height: 323px;
    overflow: hidden;
  }
}

@media (max-width: 768px) {
  #company-offer .company-offer-link {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
}

#company-offer img {
  /* max-width: 100%; */
  height: 323px;
  object-fit: cover;
}

#company-offer h2,
#company-benefit h2,
.types-of-equipment h2 {
  padding-top: 70px;
  font-family: "Roboto Condensed", Times, serif;
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 50px;
  color: #000;
  text-align: center;
  position: relative;
}

#company-offer h2:before,
#company-benefit h2:before,
.types-of-equipment h2:before {
  content: "";
  background: url(../images/icons.png) no-repeat -109px 0;
  width: 38px;
  height: 72px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -36px;
}

@media (min-width: 992px) {

  #company-offer h2,
  #company-benefit h2,
  .types-of-equipment h2 {
    font-size: 36px;
  }
}

#company-offer .row>div {
  margin-bottom: 30px;
}

#company-offer .row>div>div {
  flex-direction: row;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  height: 100%;
  background: #fff;
}

#company-offer .row>div>div>div {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#company-offer .row .desc {
  text-align: center;
  padding: 25px 20px 20px 20px;
}

#company-offer .title {
  font-family: "Roboto Condensed", Times, serif;
  font-weight: bold;
  font-size: 26px;
  line-height: 36px;
  margin: 0px 0 15px;
}

#block-views-block-actions-block-1 {
  background: #fff;
  padding: 80px 0 60px 0;
}

#block-views-block-actions-block-1 img {
  max-width: 100%;
  height: auto;
  margin-bottom: 30px;
}

#block-views-block-actions-block-1 h2 {
  text-align: center;
  color: #fff;
  font-size: 26px;
  font-family: "Roboto Condensed", Times, serif;
  font-weight: bold;
  text-transform: uppercase;
  padding: 33px 20px;
  background: #ee0f0f;
  margin: 0 0 20px 0;
}

#block-views-block-actions-block-1 .field--name-field-actions-date .field__label {
  float: none;
  position: relative;
}

#block-views-block-actions-block-1 .field--name-field-actions-date .field__label,
#block-views-block-actions-block-1 .field--name-field-actions-date .field__item {
  display: inline-block;
  padding: 0;
}

#block-views-block-actions-block-1 .field--name-field-actions-date .field__label:after {
  display: none;
}

#block-views-block-actions-block-1 .field--name-field-actions-date .field__label:before {
  content: "";
  background: url(../images/calendar-icons.png) no-repeat 0 0;
  width: 39px;
  height: 39px;
  position: absolute;
  top: 0;
  left: -50px;
}

#block-views-block-actions-block-1 .field--name-field-actions-date {
  border-bottom: 6px solid #ee0f0f;
  text-align: center;
  font-family: "Roboto Condensed", Times, serif;
  font-weight: bold;
  font-size: 22px;
  padding: 25px 0;
}

#block-views-block-actions-block-1 .field--name-field-short {
  font-family: "Roboto Condensed", Times, serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 25px;
  margin: 20px 0;
  text-align: center;
}

@media (min-width: 992px) {
  #block-views-block-actions-block-1 .field--name-field-short {
    font-size: 34px;
    line-height: 34px;
  }
}

#block-views-block-actions-block-1 .field--name-body {
  text-align: center;
}

#block-views-block-actions-block-1 .desc {
  margin: 0 15px;
}

#block-views-block-actions-block-1 .contact-message-actions-form {
  padding: 10px 0 0 0;
}

#block-views-block-marka-block-1 {
  background: #343434;
  padding: 70px 0;
}

#block-views-block-marka-block-1 .view-content {
  opacity: 0;
  height: 0;
}

#block-views-block-marka-block-1 .view-content.flickity-enabled {
  opacity: 1;
  height: auto;
}

#block-views-block-marka-block-1 .views-row {
  width: 100%;
}

@media (min-width: 544px) {
  #block-views-block-marka-block-1 .views-row {
    width: 50%;
  }
}

@media (min-width: 768px) {
  #block-views-block-marka-block-1 .views-row {
    width: 33.33%;
  }
}

@media (min-width: 992px) {
  #block-views-block-marka-block-1 .views-row {
    width: 20%;
  }
}

@media (min-width: 1200px) {
  #block-views-block-marka-block-1 .views-row {
    width: 16.66%;
  }
}

#block-views-block-marka-block-1 h2 {
  text-align: center;
  color: #fff;
  font-family: "Roboto Condensed", Times, serif;
  font-size: 32px;
  font-weight: bold;
  margin: 0 0 30px 0;
}

#block-views-block-marka-block-1 img {
  max-width: 100%;
  height: auto;
  width: auto !important;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

#block-views-block-marka-block-1 .views-field-field-marka-gray-img,
#block-views-block-marka-block-1 .views-field-field-image {
  height: 95px;
  line-height: 95px;
}

#block-views-block-marka-block-1 .flickity-button {
  width: 57px;
  height: 45px;
  border-radius: 0;
  transition: all 200ms linear;
}

#block-views-block-marka-block-1 .flickity-button:hover {
  opacity: 0.8;
}

#block-views-block-marka-block-1 .flickity-button svg {
  display: none;
}

#block-views-block-marka-block-1 .next {
  background: url(../images/icons.png) no-repeat -62px -80px;
  right: -140px;
}

#block-views-block-marka-block-1 .previous {
  background: url(../images/icons.png) no-repeat -1px -80px;
  left: -140px;
}

#block-views-block-marka-block-1 .views-row,
#block-views-block-marka-block-2 .views-row,
#block-views-block-marka-block-3 .views-row {
  position: relative;
  text-align: center;
}

#block-views-block-marka-block-1 .views-field-field-marka-gray-img,
#block-views-block-marka-block-2 .views-field-field-marka-gray-img,
#block-views-block-marka-block-3 .views-field-field-marka-gray-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

#block-views-block-marka-block-1 .views-field-field-image,
#block-views-block-marka-block-1 .views-row:hover .views-field-field-marka-gray-img,
#block-views-block-marka-block-2 .views-field-field-image,
#block-views-block-marka-block-2 .views-row:hover .views-field-field-marka-gray-img,
#block-views-block-marka-block-3 .views-field-field-image,
#block-views-block-marka-block-3 .views-row:hover .views-field-field-marka-gray-img {
  opacity: 0;
  transition: all 200ms linear;
}

#block-views-block-marka-block-1 .views-row:hover .views-field-field-image,
#block-views-block-marka-block-2 .views-row:hover .views-field-field-image,
#block-views-block-marka-block-3 .views-row:hover .views-field-field-image {
  opacity: 1;
  transition: all 200ms linear;
}

#block-views-block-marka-block-1 .view-footer {
  text-align: center;
  margin: 40px 0 0 0;
}

#block-views-block-marka-block-1 .view-footer p {
  margin: 0;
}

#block-views-block-marka-block-1 .view-footer a {
  display: inline-block;
  text-transform: uppercase;
  font-family: "Roboto Condensed", Times, serif;
  border: 3px solid #fff;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  padding: 15px 20px;
}

#block-views-block-marka-block-1 .view-footer a:hover {
  border-color: #9a9a9a;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

#company-benefit {
  margin: 30px 0 0 0;
}

#company-benefit .content {
  background: url(../images/company-benefit.jpg) no-repeat center 0;
  background-size: cover;
  padding: 50px 0 50px 0;
}

#company-benefit .row>div {
  flex-direction: row;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

#company-benefit .row>div>div {
  height: 100%;
  background: #fff;
}

#company-benefit .title {
  text-align: center;
  position: relative;
  color: #fff;
  font-family: "Roboto Condensed", Times, serif;
  font-weight: bold;
  font-size: 25px;
  padding: 20px 10px;
  background: #343434;
}

#company-benefit .title:before {
  content: "";
  border: 10px solid transparent;
  border-top: 10px solid #343434;
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -10px;
}

#company-benefit p {
  margin: 0;
  padding: 20px;
}

#company-benefit .row>div {
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  #company-benefit .content {
    padding: 150px 0 130px 0;
  }

  #company-benefit .title {
    font-size: 26px;
    padding: 30px 20px 40px 20px;
  }

  #company-benefit p {
    padding: 45px;
  }
}

#company-otklyuchenie {
  text-align: center;
  margin: 70px 0 60px 0;
}

#company-otklyuchenie h2 {
  font-family: "Roboto Condensed", Times, serif;
  font-weight: bold;
  font-size: 37px;
  color: #000;
  margin: 0 0 25px 0;
}

#company-otklyuchenie a,
#block-views-block-otziv-block .more-link a,
#block-views-block-article-block-1 .more-link a {
  display: inline-block;
  color: #fff;
  background: #1b2286;
  font-family: "Roboto Condensed", Times, serif;
  font-weight: bold;
  text-decoration: none;
  padding: 15px 20px;
  text-transform: uppercase;
  font-size: 13px;
}

@media (min-width: 992px) {

  #company-otklyuchenie a,
  #block-views-block-otziv-block .more-link a,
  #block-views-block-article-block-1 .more-link a {
    font-size: 16px;
  }
}

#company-otklyuchenie a:hover,
#block-views-block-otziv-block .more-link a:hover,
#block-views-block-article-block-1 .more-link a:hover {
  background: #333399;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

#consultation-form {
  background: #fff;
  padding: 60px 0 70px 0;
}

#consultation-form img {
  /*max-width: 100%;
  height: auto;*/
  margin-left: -65px;
}

@media (max-width: 1200px) {
  #consultation-form img {
    margin: 0 0 20px 0;
    max-width: 100%;
    height: auto;
  }
}

#consultation-form h2 {
  text-align: center;
  color: #000;
  font-size: 35px;
  font-family: "Roboto Condensed", Times, serif;
  font-weight: bold;
  margin: 0 auto 20px auto;
  max-width: 400px;
}

#consultation-form p {
  text-align: center;
}

#consultation-form form label,
#block-views-block-actions-block-1 form label {
  font-family: "Roboto Condensed", Times, serif;
  font-weight: bold;
  margin: 0;
}

#consultation-form form input.form-control,
#block-views-block-actions-block-1 form input.form-control {
  border: 0;
  border-radius: 0;
  background: #f6f6f6;
  padding: 15px 10px;
  box-shadow: none;
}

#consultation-form .form-actions,
#block-views-block-actions-block-1 .form-actions {
  text-align: center;
  margin: 40px 0 0 0;
}

#consultation-form .form-actions input,
#block-views-block-actions-block-1 .form-actions input {
  box-shadow: none;
  border: 0;
  background: #1b2286;
  border-radius: 0;
  color: #fff;
  text-transform: uppercase;
  font-family: "Roboto Condensed", Times, serif;
  font-weight: bold;
  padding: 20px 15px;
  white-space: normal;
  font-size: 13px;
}

@media (min-width: 992px) {

  #consultation-form .form-actions input,
  #block-views-block-actions-block-1 .form-actions input {
    font-size: 16px;
  }
}

@media (max-width: 414px) {
  #company-benefit .content {
    background-image: url(../images/company-benefit_mobile.jpg);
  }

  #company-param {
    background-image: url(../images/company-param-bg_mobile.jpg);
    background-repeat: repeat;
  }
}

#consultation-form .form-actions input:hover,
#block-views-block-actions-block-1 .form-actions input:hover {
  background: #333399;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

#block-views-block-otziv-block,
#block-views-block-article-block-1 {
  background: #fff;
}

#block-views-block-otziv-block h2,
#block-views-block-article-block-1 h2 {
  padding: 110px 0 50px 0;
  font-family: "Roboto Condensed", Times, serif;
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 40px;
  color: #000;
  text-align: center;
  position: relative;
}

#block-views-block-otziv-block h2:before,
#block-views-block-article-block-1 h2:before {
  content: "";
  background: url(../images/icons.png) no-repeat -109px 0;
  width: 38px;
  height: 72px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -36px;
}

@media (min-width: 992px) {

  #block-views-block-otziv-block h2,
  #block-views-block-article-block-1 h2 {
    font-size: 36px;
  }
}

#block-views-block-otziv-block .more-link,
#block-views-block-article-block-1 .more-link {
  text-align: center;
}

#block-views-block-otziv-block .row>div {
  flex-direction: row;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 30px;
}

.node--type-otziv.node--view-mode-teaser {
  background: #f6f6f6;
  padding: 40px 30px 10px 30px;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.node--type-otziv.node--view-mode-teaser img {
  max-width: 100%;
  height: auto;
}

.node--type-otziv.node--view-mode-teaser .field--name-field-image {
  margin: 0 0 20px 0;
  text-align: center;
}

@media (min-width: 992px) {
  .node--type-otziv.node--view-mode-teaser .field--name-field-image {
    float: left;
    margin-right: 20px;
  }
}

.node--type-otziv.node--view-mode-teaser .desc {
  overflow: hidden;
}

.node--type-otziv.node--view-mode-teaser .title {
  border-top: 3px solid #343434;
  text-align: right;
  font-family: "Roboto Condensed", Times, serif;
  font-weight: bold;
  font-size: 18px;
  padding: 10px 0 0 0;
}

.node--type-otziv.node--view-mode-teaser .date {
  text-align: right;
  font-size: 14px;
}

#block-views-block-article-block-1 {
  padding: 30px 0 80px 0;
}

#block-views-block-article-block-1 .view-content {
  padding: 0 5px;
}

#block-views-block-article-block-1 .views-field-created {
  font-weight: bold;
}

#block-views-block-article-block-1 .views-field-title {
  margin: 0 0 10px 0;
}

#block-views-block-article-block-1 .views-field-title a {
  font-size: 26px;
  line-height: 35px;
  color: #1b2286;
  font-family: "Roboto Condensed", Times, serif;
  font-weight: bold;
}

#block-views-block-article-block-1 .row>div {
  margin-bottom: 40px;
}

.modal-dialog {
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  color: #000;
}

.modal-dialog h4 {
  text-align: center;
  color: #000;
  font-family: "Roboto Condensed", Times, serif;
  font-weight: bold;
  width: 100%;
  text-transform: uppercase;
}

.modal-dialog form label {
  font-family: "Roboto Condensed", Times, serif;
  font-weight: bold;
  margin: 0;
}

.modal-dialog form input.form-control {
  border: 1px solid #666666;
  border-radius: 0;
  background: #f6f6f6;
  padding: 15px 10px;
  box-shadow: none;
}

.modal-dialog .form-actions {
  text-align: center;
}

.modal-dialog .form-actions input {
  box-shadow: none;
  border: 0;
  background: #1b2286;
  border-radius: 0;
  color: #fff;
  text-transform: uppercase;
  font-family: "Roboto Condensed", Times, serif;
  font-weight: bold;
  padding: 20px 50px;
  white-space: normal;
}

.modal-dialog .form-actions input:hover {
  background: #333399;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

.modal-dialog .modal-body p {
  text-align: center;
}

#block-form-help {
  margin: 50px 0 0 0;
}

#block-form-help form {
  max-width: 290px;
}

.search-page-form .form-control {
  border: 0;
  border-radius: 0;
  background: #f6f6f6;
  padding: 15px 10px;
  box-shadow: none;
}

.search-page-form .container-inline {
  position: relative;
  padding-right: 100px;
}

.search-page-form .form-submit {
  border: 0;
  background: #1b2286;
  border-radius: 0;
  margin: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 15px 28px;
}

/** catalog **/

/*.path-catalog h1 {
  text-indent: -9999px;
}*/

.path-catalog .region-title {
  overflow: hidden;
  height: 1px;
}

.view-id-catalog.view-display-id-page_1 img {
  max-width: 100%;
  height: auto;
}

.view-id-catalog.view-display-id-page_1 .view-header {
  max-width: 730px;
  margin: 0 auto 60px auto;
}

.view-id-catalog.view-display-id-page_1 .view-header h2 {
  font-size: 36px;
  line-height: 46px;
  margin: 20px auto 20px auto;
  text-align: center;
  max-width: 750px;
}

.view-id-catalog.view-display-id-page_1 .row>div {
  margin-bottom: 40px;
}

.view-id-catalog.view-display-id-page_1 .catalog-teaser {
  background: url(../images/catalog-teaser-bg.png) repeat-x 0 0 #f6f6f6;
  text-align: center;
}

.view-id-catalog.view-display-id-page_1 .views-field-name {
  font-size: 24px;
  font-weight: bold;
  padding: 18px 0 40px 0;
  font-family: "Roboto Condensed", Times, serif;
}

#sidebar-left {
  margin-right: 0;
  /*padding-right: 0;*/
}

.menu--catalog .menu-item--expanded {
  list-style: none;
}

.menu--catalog ul {
  margin: 0;
  padding: 0;
}

.menu--catalog a {
  font-size: 18px;
  font-family: "Roboto Condensed", Times, serif;
  color: #1b2286;
  margin: 4px 0;
  display: inline-block;
}

.menu--catalog>.menu>li {
  background: #f6f6f6;
  padding: 20px 15px 20px 30px;
  margin-bottom: 10px;
}

.menu--catalog>.menu>li>a {
  font-weight: bold;
}

.menu--catalog a.is-active {
  text-decoration: none;
  color: #000;
}

.view-id-taxonomy_term.view-display-id-page_1 .views-row {
  margin-bottom: 15px;
}

.node--type-tovar.node--view-mode-teaser {
  background: #f6f6f6;
  padding: 30px 30px;
}

.node--type-tovar.node--view-mode-teaser img {
  max-width: 100%;
  height: auto;
}

.node--type-tovar.node--view-mode-teaser h2 {
  font-size: 24px;
  margin: 0 0 15px 0;
}

.node--type-tovar.node--view-mode-teaser .field--name-field-short {
  font-size: 14px;
}

.node--type-tovar.node--view-mode-teaser small,
.node--type-tovar.node--view-mode-full small {
  font-family: "Roboto Condensed", Times, serif;
  color: #666666;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
}

.node--type-tovar.node--view-mode-teaser a.orderme,
.node--type-tovar.node--view-mode-full a.orderme,
.node--type-tovar.node--view-mode-token a.orderme {
  font-family: "Roboto Condensed", Times, serif;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  background: #1B2286;
  display: inline-block;
  padding: 10px 15px;
  margin-top: 10px;
  transition: all 200ms linear;
}

.node--type-tovar.node--view-mode-full a.orderme:hover,
.node--type-tovar.node--view-mode-teaser a.orderme:hover,
.node--type-tovar.node--view-mode-token a.orderme:hover {
  background: #333399;
}

.node--type-tovar.node--view-mode-teaser .row>div:nth-child(2) {
  padding-left: 0;
  padding-right: 0;
}

.node--type-tovar.node--view-mode-teaser .row>div:nth-child(3) {
  text-align: center;
  padding-top: 30px;
}

/** tovar page **/

.node--type-tovar.node--view-mode-full h1.title {
  font-size: 36px;
  line-height: 46px;
  margin: 0 0 20px 0;
  text-align: left;
}

.node--type-tovar.node--view-mode-full .tovar-top {
  display: flex;
  align-items: flex-start;
}

@media screen and (max-width: 991.98px) {
  .node--type-tovar.node--view-mode-full .tovar-top {
    flex-direction: column;
  }
}

.node--type-tovar.node--view-mode-full .tovar-gallery {
  max-width: 470px;
  width: 100%;
  margin-right: 30px;
}

@media screen and (max-width: 991.98px) {
  .node--type-tovar.node--view-mode-full .tovar-gallery {
    margin-bottom: 30px;
  }
}

.node--type-tovar.node--view-mode-full .gallery-big {
  margin-bottom: 8px;
}

.node--type-tovar.node--view-mode-full .tovar-description {
  flex: 1;
}

.node--type-tovar.node--view-mode-full .tovar-futures {
  padding-top: 8px;

}

.node--type-tovar.node--view-mode-full .tovar-futures-item {
  min-height: 28px;
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 1.55;
  color: #000;
  padding-left: 36px;
  position: relative;
}

.node--type-tovar.node--view-mode-full .tovar-futures-item::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
}

.node--type-tovar.node--view-mode-full .tovar-futures-item:nth-child(1)::before {
  content: url('../images/icons/world.svg');
}

.node--type-tovar.node--view-mode-full .tovar-futures-item:nth-child(2)::before {
  content: url('../images/icons/free.svg');
}

.node--type-tovar.node--view-mode-full .tovar-futures-item:nth-child(3)::before {
  content: url('../images/icons/delivery.svg');
}

.node--type-tovar.node--view-mode-full .tovar-testimonial {
  font-size: 16px;
  line-height: 1.55;
  font-weight: 300;
  margin-bottom: 16px;
  display: flex;
}

.node--type-tovar.node--view-mode-full .tovar-testimonial-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.node--type-tovar.node--view-mode-full .tovar-testimonial-content img {
  width: 100%;
}

.node--type-tovar.node--view-mode-full .tovar-testimonial-link {
  margin-bottom: 15px;
}

@media screen and (max-width: 991.98px) {
  .node--type-tovar.node--view-mode-full .tovar-testimonial-content {
    flex-direction: column;
    align-items: center;
  }
}

.node--type-tovar.node--view-mode-full .tovar-testimonial-total {
  color: #1B2286;
  font-weight: 700;
  display: flex;
  margin-left: 5px;
  text-decoration: none;
}

.node--type-tovar.node--view-mode-full .tovar-testimonial-total .field--name-field-testimonial {
  transition: 0.3s;
}

.node--type-tovar.node--view-mode-full .tovar-testimonial-total:hover .field--name-field-testimonial {
  color: #F5232B;
}

.node--type-tovar.node--view-mode-full .tovar-futures-item span {
  font-weight: 700;
}

.node--type-tovar.node--view-mode-full .field--name-field-marka {
  margin: 35px 0 0 0;
}

.node--type-tovar.node--view-mode-full .field--name-field-marka .field__items {
  opacity: 0;
  height: 0;
}

.node--type-tovar.node--view-mode-full .field--name-field-marka .flickity-slider>.field__item {
  width: 16.66%;
}

.node--type-tovar.node--view-mode-full .field--name-field-marka .field__items.flickity-enabled {
  opacity: 1;
  height: auto;
}

.node--type-tovar.node--view-mode-full .field--name-field-marka .field__label {
  font-size: 24px;
  font-family: "Roboto Condensed", Times, serif;
  margin: 0 0 5px 0;
}

.node--type-tovar.node--view-mode-full .field--name-field-marka .field__item {
  position: relative;
  text-align: center;
}

.node--type-tovar.node--view-mode-full .field--name-field-marka img {
  max-width: 100%;
  height: auto !important;
  width: auto !important;
}

.node--type-tovar.node--view-mode-full .field--name-field-marka .field--name-field-marka-gray-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.node--type-tovar.node--view-mode-full .field--name-field-marka .field--name-field-image,
.node--type-tovar.node--view-mode-full .field--name-field-marka .field__item:hover .field--name-field-marka-gray-img {
  opacity: 0;
  transition: all 200ms linear;
}

.node--type-tovar.node--view-mode-full .field--name-field-marka .field__item:hover .field--name-field-image {
  opacity: 1;
  transition: all 200ms linear;
}

.node--type-tovar.node--view-mode-full .field--name-field-marka .field__items {
  position: relative;
  padding: 0 25px;
  opacity: 0;
  height: 0;
}

.node--type-tovar.node--view-mode-full .field--name-field-marka .field__items.flickity-enabled {
  opacity: 1;
  height: auto;
}

.node--type-tovar.node--view-mode-full .field--name-field-marka .flickity-button {
  height: 25px;
  width: 15px;
  padding: 0;
  background: none;
  border-radius: 0;
  transition: all 200ms linear;
}

.node--type-tovar.node--view-mode-full .field--name-field-marka .flickity-button:disabled {
  opacity: 1;
}

.node--type-tovar.node--view-mode-full .field--name-field-marka .flickity-button svg {
  fill: #A3A3A3;
  height: 30px;
  width: 25px;
  top: 0;
  left: 0;
}

.node--type-tovar.node--view-mode-full .field--name-field-marka .flickity-button:hover {
  opacity: 0.7;
  transition: all 200ms linear;
}

.node--type-tovar.node--view-mode-full .field--name-field-marka .next {
  right: 0;
}

.node--type-tovar.node--view-mode-full .field--name-field-marka .previous {
  left: 0;
}

.node--type-tovar.node--view-mode-full .price {
  margin-top: 40px;
}

.node--type-tovar.node--view-mode-full .price a {
  font-size: 16px;
  padding: 17px 41px;
}

.node--type-tovar.node--view-mode-full .price>div {
  float: left;
}

.node--type-tovar.node--view-mode-full .price small {
  margin: 18px 0 0 20px;
  font-size: 15px;
}

.node--type-tovar.node--view-mode-full .gallery-big img {
  max-width: 100%;
  height: auto;
}

.node--type-tovar.node--view-mode-full .field--name-field-gallery {
  flex-direction: row;
  display: flex;
  justify-content: center;
}

.node--type-tovar.node--view-mode-full .field--name-field-gallery img {
  width: 100%;
  height: auto;
}

.node--type-tovar.node--view-mode-full .field--name-field-gallery .field__item {
  flex-basis: 20%;
  position: relative;
  cursor: pointer;
}

.node--type-tovar.node--view-mode-full .field--name-field-gallery .field__item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #717171;
  opacity: 0;
}

.node--type-tovar.node--view-mode-full .field--name-field-gallery .field__item.active:before {
  opacity: 1;
}

.node--type-tovar.node--view-mode-full .field--name-field-tovar-video {
  margin-top: 35px;
}

.node--type-tovar.node--view-mode-full .field--name-field-tovar-video-title {
  text-align: center;
  margin: 10px 0 0 0;
  font-size: 15px;
}

#block-delivery {
  margin: 20px 0;
}

#block-delivery h2,
#block-payment h2 {
  display: none;
}

#block-payment .field--name-body,
#block-delivery .field--name-body {
  background: #fff;
  font-size: 16px;
  line-height: 1.55;
  color: #000;
}

#block-payment h2,
#block-delivery h2 {
  background: #1b2286;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  font-family: "Roboto Condensed", Times, serif;
  padding: 20px 30px;
  position: relative;
  margin: 0;
  cursor: pointer;
}

#block-payment ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  grid-gap: 20px;
}

#block-payment h2:before,
#block-delivery h2:before {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  right: 17px;
  top: 50%;
  margin-top: -10px;
  font-size: 22px;
}

#block-payment.active h2:before,
#block-delivery.active h2:before {
  content: "\f106";
}

#block-payment .field--name-body li,
#emulator-payment li {
  list-style: none;
  background: none;
  padding-left: 43px;
  position: relative;
}

#block-payment .field--name-body li::before,
#emulator-payment li::before {
  content: '';
  position: absolute;
  left: 0;
  width: 36px;
  height: 20px;
  background-position: center center;
  background-repeat: no-repeat;
}

#block-payment .field--name-body li:nth-child(1)::before,
#emulator-payment li:nth-child(1)::before {
  background-image: url(../images/icons/hell.png)
}

#block-payment .field--name-body li:nth-child(2)::before,
#emulator-payment li:nth-child(2)::before {
  background-image: url(../images/icons/wu.png)
}

#block-payment .field--name-body li:nth-child(3)::before,
#emulator-payment li:nth-child(3)::before {
  background-image: url(../images/icons/colibri.png);
}

#block-payment .field--name-body li:nth-child(4)::before,
#emulator-payment li:nth-child(4)::before {
  background-image: url(../images/icons/gold.png);
}

#block-payment .field--name-body li:nth-child(5)::before,
#emulator-payment li:nth-child(5)::before {
  background-image: url(../images/icons/cont.png);
}

#block-payment .field--name-body li:nth-child(6)::before,
#emulator-payment li:nth-child(6)::before {
  background-image: url(../images/icons/ya.png);
}

#block-payment .field--name-body li:nth-child(7)::before,
#emulator-payment li:nth-child(7)::before {
  background-image: url(../images/icons/pp.png);
}

#block-payment .field--name-body li:nth-child(8)::before,
#emulator-payment li:nth-child(8)::before {
  background-image: url(../images/icons/qiwi.png);
}

#block-payment .field--name-body li:nth-child(9)::before,
#emulator-payment li:nth-child(9)::before {
  background-image: url(../images/icons/perevod.png);
}

#contact-message-order-form .field--name-field-form-zakaz {
  display: none;
}

#tovar-body {
  clear: both;
  margin-top: 89px;
}

#tovar-body .nav-link {
  background: #fff;
  border-radius: 0;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 300;
  color: #000;
  font-family: "Roboto Condensed", Times, serif;
  padding: 12px 0;
  position: relative;
  transition: 0.2s;
}

#tovar-body .nav-link:hover {
  color: #1B2286;
}

#tovar-body .nav-link.active {
  font-weight: 700;
}

#tovar-body .nav-link::before {
  content: '';
  width: 0;
  height: 4px;
  background-color: transparent;
  position: absolute;
  bottom: -3px;
  left: 0;
  transition: 0.3s;
  z-index: 1;
}

#tovar-body .nav-link.active::before {
  background-color: #1B2286;
  width: 100%;
}

#tovar-body .nav-item:nth-child(1) {
  text-align: left;
}

#tovar-body .nav-item:nth-child(1) .nav-link {
  padding-left: 0;
}

#tovar-body .tab-content {
  padding-top: 30px;
  font-size: 16px;
  line-height: 1.55;
  color: #000;
}

#tovar-body .tab-content .field--name-field-tovar-desc,
#tovar-body .tab-content .field--name-field-tovar-software,
#tovar-body .tab-content .field--name-body {
  max-width: 850px;
}

#tovar-body .tovar-nav {
  justify-content: space-between;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 991.98px) {
  #tovar-body .tovar-nav {
    flex-direction: column;
  }
}

#tovar-body .tovar-nav .nav-item:not(:last-child) {
  margin-right: 15px;
}

@media screen and (max-width: 991.98px) {
  #tovar-body .tovar-nav .nav-item:not(:last-child) {
    margin-right: 0;
  }
}

#block-views-block-tovar-block-1,
#block-views-block-comments-block-1 {
  margin: 40px 0 0 0;
}

#block-views-block-tovar-block-1 .view-header h2,
#block-views-block-comments-block-1 .view-header h2 {
  text-align: center;
  font-weight: bold;
  font-size: 28px;
  margin: 0 0 30px 0;
}

#block-views-block-tovar-block-1 .row>div {
  margin-bottom: 30px;
}

.node--type-tovar.node--view-mode-token {
  background: #f6f6f6;
  text-align: center;
  padding: 30px 30px;
  height: 100%;
}

.node--type-tovar.node--view-mode-token img {
  max-width: 100%;
  height: auto;
}

.node--type-tovar.node--view-mode-token h2 {
  margin: 15px 0 10px 0;
}

.view-id-comments.view-display-id-block_1 .views-row {
  margin-bottom: 30px;
}

.node--type-commnets.node--view-mode-teaser .row>div:nth-child(1) {
  padding-right: 0;
}

.node--type-commnets.node--view-mode-teaser {
  background: #f6f6f6;
  padding: 40px 30px 15px 30px;
  height: 100%;
}

.node--type-commnets.node--view-mode-teaser img {
  max-width: 100%;
  height: auto;
}

.node--type-commnets.node--view-mode-teaser .field--name-body {
  font-size: 15px;
  padding: 10px 0 0 0;
}

.node--type-commnets.node--view-mode-teaser .title {
  text-align: right;
  border-top: 3px solid #343434;
  font-weight: bold;
  font-size: 18px;
  font-family: "Roboto Condensed", Times, serif;
  padding: 10px 0 0 0;
}

.node--type-commnets.node--view-mode-teaser .date {
  text-align: right;
  font-size: 14px;
}

.contact-message-otziv-form {
  max-width: 470px;
  margin: 0 30px 0 0;
}

.contact-message-otziv-form .field--name-field-form-name .form-item {
  margin-top: 0;
}

.contact-message-otziv-form .field--name-field-form-zakaz {
  display: none;
}

.contact-message-otziv-form>h2 {
  text-align: right;
  border-bottom: 3px solid #2a2a2a;
  padding-bottom: 14px;
  margin: 0 0 10px 0;
}

.contact-message-otziv-form label {
  font-weight: bold;
  font-family: "Roboto Condensed", Times, serif;
}

.contact-message-otziv-form input.form-control,
.contact-message-otziv-form textarea.form-control {
  border: 1px solid rgba(27, 34, 134, 0.1);
  background: #fff;
  border-radius: 0;
  box-shadow: none;
  padding: 12px 20px;
  box-shadow: inset 0px 4px 4px rgba(0, 8, 49, 0.05);
}

.contact-message-otziv-form textarea {
  resize: none;
}

.contact-message-otziv-form .form-actions {
  text-align: left;
}

.contact-message-otziv-form .form-actions input {
  box-shadow: none;
  border-radius: 0;
  color: #fff;
  background: #1b2286;
  font-weight: bold;
  font-family: "Roboto Condensed", Times, serif;
  padding: 20px 40px;
}

.contact-message-otziv-form .form-actions input:hover {
  background: #353da6;
}

@media (max-width: 375px) {
  .node--type-article .field--type-image img {
    width: 100%;
    height: 100%;
  }
}

#emulator-consultation-form {
  background: url(../images/consultation-form-bg.jpg) no-repeat center 0;
  padding: 52px 0 45px 0;
}

#emulator-consultation-form .consultation-form-flex {
  display: flex;
  flex-direction: column;
}

#emulator-consultation-form .red-text {
  background: #333399;
  color: #fff;
  font-size: 34px;
  line-height: 1.3em;
  font-family: "Roboto Condensed", Times, serif;
  text-align: center;
  font-weight: bold;
  padding: 20px 10px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#emulator-consultation-form .text {
  color: #fff;
  font-size: 29px;
  font-family: "Roboto Condensed", Times, serif;
  text-align: center;
  font-weight: bold;
  margin: 25px 0 0 0;
}

#emulator-consultation-form .text span {
  background: url(../images/clock-icons.png) no-repeat 0 0;
  display: inline-block;
  width: 22px;
  height: 22px;
  margin: 0 10px 0 0;
}

#emulator-consultation-form form .form-item {
  margin: 0 0 5px 0;
}

#emulator-consultation-form .contact-message-consultation-form label {
  font-family: "Roboto Condensed", Times, serif;
  font-weight: bold;
  color: #fff;
  margin: 0;
}

#emulator-consultation-form input.form-control {
  border-radius: 0;
  padding: 20px 20px;
  background: #fff;
}

#emulator-consultation-form input.form-control:hover,
#emulator-consultation-form input.form-control:focus {
  background: #fff;
}

#emulator-consultation-form .form-actions,
#emulator-price-form .form-actions {
  text-align: center;
  margin: 40px 0 0 0;
}

#emulator-consultation-form .form-actions input,
#emulator-price-form .form-actions input {
  color: #ffffff;
  background: #1b2286;
  border-radius: 0;
  font-family: "Roboto Condensed", Times, serif;
  font-weight: bold;
  padding: 15px 20px;
}

#emulator-consultation-form .form-actions input:hover,
#emulator-price-form .form-actions input:hover {
  background: #333399;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

#emulator-consultation-form h3 {
  color: #fff;
}

#emulator-marka-block h2,
#emulator-consultation-form .contact-message-emulator-form h2,
#emulator-description h2,
#emulator-advantage h2,
#emulator-company-param h2,
#emulator-price-form h2 {
  text-align: center;
  font-size: 28px;
  margin: 0 0 50px 0;
}

#emulator-marka-block {
  margin: 66px 0 0 0;
}

#emulator-marka-block .view-content {
  display: flex;
  flex-wrap: wrap;
  /* flex-direction: row;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap; */
}

#emulator-marka-block .view-content.flickity-enabled {
  display: block;
}

#emulator-marka-block .views-row {
  width: 100%;
  margin-bottom: 40px;
}

@media (min-width: 544px) {
  #emulator-marka-block .views-row {
    width: 50%;
  }
}

@media (min-width: 768px) {
  #emulator-marka-block .views-row {
    width: 33.333%;
  }
}

@media (min-width: 992px) {
  #emulator-marka-block .views-row {
    width: 25%;
  }
}

#emulator-description {
  margin: 25px 0 0 0;
  position: relative;
}

#emulator-description .view-content {
  opacity: 0;
  height: 0;
}

#emulator-description .view-content.flickity-enabled {
  opacity: 1;
  height: auto;
}

#emulator-description .views-row {
  width: 100%;
}

#emulator-description .field--name-body a {
  color: #ffffff;
  background: #1b2286;
  border-radius: 0;
  font-family: "Roboto Condensed", Times, serif;
  font-weight: bold;
  padding: 20px 20px;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 50px;
}

#emulator-description a:hover {
  background: #333399;
  transition: all 200ms linear;
}

#emulator-description .views-field-field-gallery img {
  max-width: 100%;
  height: auto;
  width: 100%;
}

#emulator-description .counter {
  text-align: center;
  margin: 10px 0 0 0;
  font-weight: bold;
}

#emulator-description .views-field-field-gallery .title {
  display: block;
  font-size: 15px;
  text-align: center;
  margin: 5px 20px 0 20px;
}

#emulator-description .flickity-button {
  width: 35px;
  height: 40px;
  background: rgba(0, 0, 0, 0.4);
  top: 185px;
  transform: none;
  border-radius: 0;
  opacity: 1;
}

#emulator-description .flickity-button svg {
  fill: #fff;
}

@media (min-width: 768px) {
  #emulator-description .flickity-button {
    top: 105px;
  }
}

@media (min-width: 992px) {
  #emulator-description .flickity-button {
    top: 155px;
  }
}

@media (min-width: 1200px) {
  #emulator-description .flickity-button {
    top: 185px;
  }
}

#emulator-description .flickity-button:hover {
  background: rgba(0, 0, 0, 0.7);
  transition: all 200ms linear;
}

#emulator-description .previous {
  left: 0;
}

#emulator-description .next {
  right: 0;
}

#emulator-description .flickity-button span {
  width: 16px;
  height: 40px;
  display: block;
  margin: 0 auto;
}

/* #emulator-description .owl-prev span {
  background: url(../images/slider-nav2.png) no-repeat 0 center;
}

#emulator-description .owl-next span {
  background: url(../images/slider-nav2.png) no-repeat -19px center;
} */

#emulator-advantage {
  margin: 55px 0 0 0;
}

#emulator-advantage .emulator-advantage-row {
  align-items: center;
}

#emulator-advantage ol {
  counter-reset: item;
  padding: 0;
}

#emulator-advantage ol li {
  display: block;
  padding: 0 0 20px 0;
  clear: both;
}

#emulator-advantage ol li:before {
  content: counter(item);
  counter-increment: item;
  color: #000000;
  font-weight: bold;
  border-radius: 50%;
  border: 2px solid #212889;
  width: 32px;
  height: 32px;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  float: left;
  margin: -5px 10px 25px 0;
}

#emulator-advantage .youtube-embed-wrapper {
  text-align: center;
}

#emulator-company-param {
  margin: 55px 0 0 0;
}

#emulator-company-param #time_work {
  display: contents;
}

#emulator-company-param p {
  font-weight: normal;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#emulator-company-param #company-param {
  padding: 45px 0 30px 0;
}

#emulator-price-form {
  margin: 60px 0 0 0;
}

#emulator-price-form p {
  text-align: center;
  margin-bottom: 30px;
}

#emulator-price-form h2 {
  margin: 0 0 20px 0;
}

#emulator-price-form form {
  max-width: 525px;
  margin: 0 auto;
  border-top: 3px solid #2a2a2a;
}

#emulator-price-form form label {
  font-weight: bold;
  margin: 0;
}

#emulator-price-form input.form-control {
  background: #f6f6f6;
  border: 1px solid #f6f6f6;
  border-radius: 0;
  box-shadow: none;
  padding: 20px;
}

#emulator-price-form input.form-control:focus {
  border-color: #1b2286;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

#emulator-price-form .form-actions input {
  padding: 20px 75px;
}

#emulator-price-form .messages--error {
  max-width: 525px;
  margin: 0 auto 15px auto;
}

#emulator-payment-delivery {
  background: #f6f6f6;
  margin: 50px 0 0 0;
  padding: 45px 0 0 0;
}

#emulator-payment-delivery .row>div {
  margin-bottom: 45px;
}

#emulator-payment ul {
  padding: 0;
  margin: 0
}

.node--type-emulator #main {
  padding-bottom: 0;
}


.types-of-equipment {
  padding: 4.5rem 0 0rem;
  background: #fff;
}

.types-of-equipment-item {
  padding: 0 0 2rem;
  height: 100%;
}

.types-of-equipment-item a {
  font-family: "Roboto Condensed", Times, serif;
  font-weight: bold;
  text-decoration: none;
  font-size: 1.7rem;
  color: #000;
  background: #c3c3c3;
  display: block;
  height: 100%;
  padding: 1.5rem 0 1.5rem 4.8rem;
}

@media (max-width: 1140px) {
  .types-of-equipment a {
    padding-left: 30px;
  }
}

.types-of-equipment a:hover {
  color: #fff;
  background: #1b2286;

}

.types-of-equipment a img {
  margin-right: 1rem;
}

.types-of-equipment a:hover img {
  filter: invert(100%);
}

@media(max-width:991px) {
  .types-of-equipment a {
    font-size: 0.8rem;
    padding: 1.5rem 1rem 1.5rem 1rem;
  }
}


.image-banner img {
  object-fit: cover;
}

@media(max-width:991px) {
  .image-banner {
    height: 250px;
  }

  .image-banner img {
    height: 100%;
    object-fit: contain;
  }
}

@media(max-width:560px) {
  .image-banner {
    height: 100px;
  }

  .image-banner img {
    height: 100%;
    object-fit: contain;
  }
}

.pt-4-5 {
  padding-top: 2rem;
}

.block-views-blocknode-tags-block-1 {
  margin-bottom: 30px;
}

.node--type-paper.node--view-mode-teaser {
  margin-bottom: 1rem;
  background-color: #f6f6f6;
  padding: 30px 30px 30px 30px;
}

@media (min-width: 544px) {
  .node--type-paper.node--view-mode-teaser {
    padding: 30px 30px 30px 50px;
  }
}

.node--type-paper.node--view-mode-teaser .field--name-field-paper-image {
  height: 100%;
}

.node--type-paper.node--view-mode-teaser .field--name-field-paper-image img {
  object-fit: cover;
  height: 100%;
}

.node--type-paper.node--view-mode-teaser h2 {
  margin-top: 1rem;
}

.node--type-paper .field--name-field-tags {
  margin-top: 20px;
}

.node--type-paper .field--name-field-tags,
.block-views-blocknode-tags-block-1 .view-content {
  display: flex;
  flex-wrap: wrap;
}

.node--type-paper .field--name-field-tags a,
.block-views-blocknode-tags-block-1 a {
  border: 2px solid #d9d7d7;
  margin-right: 1rem;
  font-size: 14px;
  padding: 4px 9px;
  font-family: "Roboto Condensed", Times, serif;
  font-weight: bold;
  color: #666666;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 10px;
}

.block-left-block-youtube {
  background: #474747;
  padding: 1.5rem;
  color: #fff;
}

.block-left-block-youtube h2 {
  font-size: 22px;
  color: #fff;
}

.block-left-block-youtube p {
  font-size: 14px;
  margin-bottom: 1.5rem;
}

.block-left-block-youtube .field--name-body a {
  border: 4px solid #fff;
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 1rem 0;
  font-family: "Roboto Condensed", Times, serif;
  font-weight: bold;
  font-size: 16px;
  position: relative;
}

.block-left-block-youtube .field--name-body a:hover {
  border-color: #9a9a9a;
}

.block-left-block-youtube .field--name-body a span {
  font-size: 21px;
  line-height: 0px;
  height: max-content;

}

.block-left-block-link {
  margin-bottom: 1rem;
}

.block-left-block-link h2 {
  font-size: 22px;
  padding: 1.2rem 1.5rem 1.4rem;
  color: #fff;
  background: #474747;
  text-align: center;
  position: relative;
}

.block-left-block-link h2:after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 47%;
  border: 10px solid transparent;
  border-top: 10px solid #474747;
}

.block-left-block-link p {
  padding: 0.5rem 1.5rem 1.2rem;
  font-size: 14px;
}

.block-left-block-link .field--name-body a {
  text-transform: uppercase;
  font-size: 16px;
  color: #fff;
  padding: 1rem 1.4rem;
  margin-bottom: 1rem;
  font-family: "Roboto Condensed", Times, serif;
  font-weight: bold;
  text-decoration: none;
  transition: 0.3s all;
  display: block;
  width: 100%;
  border: 4px solid #fff;
  background: #1b2286;
  display: flex;
  align-items: baseline;
}

.block-left-block-link .field--name-body a span {
  font-size: 21px;
  line-height: 0px;
  height: max-content;
  padding-left: 5px;
}

.block-left-block-link a:hover {
  background: #333399;
  text-decoration: none;
}

.block-left-block-link p {
  margin: 0;
}

.next-prev-link {
  margin-top: 3rem;
  margin-bottom: 2rem;
  padding: 2rem 1.5rem;
  background: #f6f6f6;
  display: flex;
  justify-content: space-between;
}

.next-prev-link a {
  color: #000;
  font-weight: 600;
}

.path-node.node--type-paper h1 {
  text-align: left;
  margin-top: 0.5rem;
  margin-left: 1.5rem;
}

.path-node.node--type-paper .node--view-mode-full .field--name-field-tags {
  margin-top: 40px;
}

.path-node.node--type-paper .node__content {
  margin-left: 1.5rem;
}

.path-node.node--type-paper .node--view-mode-token .node__content {
  margin-left: 0rem;
}

.path-node.node--type-paper .node--view-mode-token .node__content .block-tags {
  display: block;
  width: 100%;
  padding: 1rem 0px;
}

#block-views-block-papers-block-1--2 {
  margin-bottom: 3.5rem;
}

#block-views-block-papers-block-1--2 .field--name-field-paper-image {
  width: 100%;
}

#block-views-block-papers-block-1--2 img {
  width: 100%;
  object-fit: cover;
}

#block-views-block-node-tags-block-1--2 {
  margin-bottom: 6rem;
}

#block-views-block-node-tags-block-1--2 h2,
#block-views-block-papers-block-1--2 h2 {
  margin-left: 1.5rem;
}

.path-papers .pager,
.path-taxonomy .pager {
  margin-top: 3.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #c2c2c2;
}

@media(max-width:991px) {
  .path-node.node--type-paper h1 {
    margin-left: 0rem;
  }

  .path-node.node--type-paper .node__content {
    margin-left: 0rem;
  }

  #block-views-block-node-tags-block-1--2 h2,
  #block-views-block-papers-block-1--2 h2 {
    margin-left: 0rem;
  }

  .node--type-paper.node--view-mode-teaser .field--name-field-paper-image img {
    width: 100%;
  }
}

.pagination {
  flex-wrap: wrap;
}


.block-views-blocknotice-block-front {
  font-family: "Roboto Condensed";
  background: #0A063C;
  color: #fff;
  display: none;
}

.block-views-blocknotice-block-front .views-row {
  width: 100%;
}

.block-views-blocknotice-block-front .view-content {
  opacity: 0;
  height: 0;
}

@media (min-width: 960px) {
  .block-views-blocknotice-block-front .view-content {
    padding: 0 30px;
  }
}

.block-views-blocknotice-block-front .view-content.flickity-enabled {
  opacity: 1;
  height: auto;
}

.block-views-blocknotice-block-front .flickity-button path {
  fill: #fff;
}

.block-views-blocknotice-block-front .flickity-button {
  background: none;
  border-radius: 0;
  transition: opacity 200ms linear;
  width: 35px;
  padding: 0;
}

@media (max-width: 540px) {
  .block-views-blocknotice-block-front .flickity-button {
    width: 20px;
  }
}

.block-views-blocknotice-block-front .flickity-button:hover {
  background: none;
  opacity: 0.7;
}

.block-views-blocknotice-block-front .flickity-button.previous {
  left: -10px;
}

.block-views-blocknotice-block-front .flickity-button.next {
  right: -10px;
}

.notice-teaser {
  display: flex;
  align-items: center;
  min-height: 51px;
  width: 100%;
}

.notice-teaser-content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 8px 0;
}

.notice-teaser-item {
  padding: 0 15px;
}

.notice-teaser-short {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.3em;
  text-align: center;
}

.notice-teaser-short.mobile {
  font-size: 16px;
}

.notice-teaser-short.desktop {
  display: none;
}

@media (min-width: 540px) {
  .notice-teaser-short.mobile {
    display: none;
  }

  .notice-teaser-short.desktop {
    display: block;
  }
}

.notice-teaser-link a {
  display: inline-block;
  font-size: 14px;
  padding: 6px 11px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.67);
  text-decoration: none;
  transition: border-color 200ms linear;
}

.notice-teaser-link a:hover {
  border-color: rgba(255, 255, 255, 1);
}

.notice-teaser-close {
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 200ms linear;
  margin-left: 22px;
  display: block;
  width: 22px;
  height: 22px;
}

@media (max-width: 540px) {
  .notice-teaser-close {
    margin: 0 5px 0 0;
  }
}

.notice-teaser-close:hover {
  opacity: 1;
}

.text-formatted .phone__number {
  color: #000;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 2px solid #000000;
  transition: border-color 0.4s;
}

.text-formatted .phone__number:hover {
  border-color: transparent;
}

.phone__number--replace {
  opacity: 0;
  transition: opacity 0.4s;
}

.b24-form .b24-form-header.b24-form-padding-side {
  padding-top: 0;
}

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

@media (max-width: 992px) {
  .field--name-field-body iframe {
    aspect-ratio: 16/9;
    width: 100%;
    height: auto;
  }
}
