@font-face {
    font-family: HelveticaBold;
    src: url('../fonts/HelveticaBold.eot');
    src: local(''), url('../fonts/HelveticaBold.woff') format('woff'), url('../fonts/HelveticaBold.ttf') format('truetype'), url('../fonts/HelveticaBold.svg') format('svg');
    font-display: swap;
}

@font-face {
    font-family: HelveticaHeavy;
    src: url('../fonts/HelveticaHeavy.eot');
    src: local(''), url('../fonts/HelveticaHeavy.woff') format('woff'), url('../fonts/HelveticaHeavy.ttf') format('truetype'), url('../fonts/HelveticaHeavy.svg') format('svg');
    font-display: swap;
}

@font-face {
    font-family: HelveticaLight;
    src: url('../fonts/HelveticaLight.eot');
    src: local(''), url('../fonts/HelveticaLight.woff') format('woff'), url('../fonts/HelveticaLight.ttf') format('truetype'), url('../fonts/HelveticaLight.svg') format('svg');
    font-display: swap;
}

@font-face {
    font-family: HelveticaMedium;
    src: url('../fonts/HelveticaMedium.eot');
    src: local(''), url('../fonts/HelveticaMedium.woff') format('woff'), url('../fonts/HelveticaMedium.ttf') format('truetype'), url('../fonts/HelveticaMedium.svg') format('svg');
    font-display: swap;
}

@font-face {
    font-family: HelveticaRegular;
    src: url('../fonts/HelveticaRegular.eot');
    src: local(''), url('../fonts/HelveticaRegular.woff') format('woff'), url('../fonts/HelveticaRegular.ttf') format('truetype'), url('../fonts/HelveticaRegular.svg') format('svg');
    font-display: swap;
}

@font-face {
    font-family: HelveticaThin;
    src: url('../fonts/HelveticaThin.eot');
    src: local(''), url('../fonts/HelveticaThin.woff') format('woff'), url('../fonts/HelveticaThin.ttf') format('truetype'), url('../fonts/HelveticaThin.svg') format('svg');
    font-display: swap;
}

.contacts .map {
    margin-bottom: 50px;
}

.modal-content .modal-title {
    width: 85%;
}

.section-without-items {
    opacity: .4;
}

.catalog-items .item-wrap:hover {
    -webkit-box-shadow: 0 0 30px 0 #ced3d7;
    -moz-box-shadow: 0 0 30px 0 #ced3d7;
    box-shadow: 0 0 30px 0 #ced3d7;
}

.search-page__ico {
    display: block;
    position: absolute;
    right: 20px;
    top: 9px;
    width: 22px;
    height: 22px;
    background: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20%3F%3E%3C%21DOCTYPE%20svg%20%20PUBLIC%20%27-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%27%20%20%27http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%27%3E%3Csvg%20enable-background%3D%22new%200%200%20512%20512%22%20height%3D%22512px%22%20id%3D%22Layer_1%22%20version%3D%221.1%22%20viewBox%3D%220%200%20512%20512%22%20width%3D%22512px%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cpath%20d%3D%22M497.913%2C497.913c-18.782%2C18.782-49.225%2C18.782-68.008%2C0l-84.862-84.863c-34.889%2C22.382-76.13%2C35.717-120.659%2C35.717%20%20C100.469%2C448.767%2C0%2C348.312%2C0%2C224.383S100.469%2C0%2C224.384%2C0c123.931%2C0%2C224.384%2C100.452%2C224.384%2C224.383%20%20c0%2C44.514-13.352%2C85.771-35.718%2C120.676l84.863%2C84.863C516.695%2C448.704%2C516.695%2C479.131%2C497.913%2C497.913z%20M224.384%2C64.109%20%20c-88.511%2C0-160.274%2C71.747-160.274%2C160.273c0%2C88.526%2C71.764%2C160.274%2C160.274%2C160.274c88.525%2C0%2C160.273-71.748%2C160.273-160.274%20%20C384.657%2C135.856%2C312.909%2C64.109%2C224.384%2C64.109z%22%2F%3E%3C%2Fsvg%3E") no-repeat 0 0;
    margin: 0;
    background-size: contain;
}

.test-drive .item .photo {
    height: auto !important;
}

.articles .item {
    height: auto !important;
}

.contacts .question {
    margin-bottom: 0 !important;
}
footer .phone-link a{
  font-family: inherit !important;
  font-size: inherit !important;
  text-decoration: none !important;
}
.news-detail img {
    height: auto;
}

.catalog-items .item-detail .characteristics .value {
    font-family: HelveticaRegular, Helvetica Neue, Helvetica Neue Cyr, Arial, sans-serif;
}


/* Правки от 19.10.2020 начало */
.author-block{
  margin-bottom: 20px;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  display: flex;
}
.author-photo{
  float: left;
  margin-right: 30px;
}
.author-photo img{
  text-align: center;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center center;
  max-width: 100%;
  max-height: 100%;
  float: none;
  margin: 0;
}
.author-name{
  font-weight: bold;
}
.goto-materials{
  margin-top: 32px;
}
.goto-materials a{
  font-family: Raleway;
  font-size: 13px;
  color: #afbcc6;
  line-height: 1.2;
  text-decoration: none; 
  cursor: pointer; 
}
.material-info{
  position: relative;
}
.material-href{
  padding-left: 60px;
}
.material-file-extension{
  position: absolute;
  background-color: #2c3740;
  color: white;
  text-transform: uppercase;
  line-height: 1.2;
  text-decoration: none;
  font-weight: bold;
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 20px;
}
/* Правки от 19.10.2020 конец */



.catalog-properties .title {
    font-family: HelveticaRegular, Helvetica Neue, Helvetica Neue Cyr, Arial, sans-serif;
    text-align: left;
    width: 242px;
}

.description ul {
    font-size: 13px;
}

@media (min-width: 768px) {
  .modal-content {
      min-width: 394px;
      min-height: 70px;
      display: flex;
      justify-content: center;
      align-items: center;
      /*flex-flow: row wrap;*/
  }
}


.modal-dialog {
    max-width: 320px;
    margin: 0 auto;
    padding: 10px 0;
}

@media (max-width: 767px) {
  .modal-content {
      min-width: 310px;
  }
}

/*Правки для превью картинок в карточке товара*/

.product-carousel-preview .thumb {
  padding: 6px;
}

.product-carousel-preview .thumb .pict {
    background-size: contain;
}

/* END Правки для превью картинок в карточке товара*/

/*Правки карточки товара на мобильной версии*/

@media (max-width: 767px) {
  .properties-product {
    margin-left: 0;
    margin-right: 0;
  }

  .product-detail .description {
    padding-right: 0;
  }

  .product-detail .properties-product .col-6 {
    padding-left: 0px;
  }
}


/* END Правки карточки товара на мобильной версии*/

/* Правки фильтра товара на мобильной версии */

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

/* END Правки фильтра товара на мобильной версии */

/* Уменьшила заголовок для устройств меньше 350пикс*/

@media (max-width: 355px) {
  h1 {
    font-size: 23px;
  }


  .main-page h1{
    font-size: 20px;
    font-family: inherit;
  }
}

@media (max-width: 767px) {
  .navbar-dark .navbar-toggler {
    border-right: none;
  }

  .navbar-toggler-icon {
    background-position: 2px center;
  }
}

@media (max-width: 767px) {
  .additional {
    margin-top: 47px;
  }
}


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

@media (max-width: 767px) {
  .news-detail img {
    max-width: 100%;
  }
}

.catalog-items-title--padding {
  margin-left: 5px;
}

/*.carousel-item {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    transition: -webkit-transform .5s linear;
    transition: transform .5s linear;
    transition: transform .5s linear, -webkit-transform .5s linear;
}*/

/*.carousel-item {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    transition: -webkit-transform 0.3s linear;
    transition: transform 0.3s linear;
    transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}*/

/*Одинаковые отступы у иконок в мобильной версии*/


@media (max-width: 991px) {
  .test-drive .item .photo {
    margin-top: 20px;
  }

  .container:not(.main-page) .test-drive .col-lg-6 {
    padding-top: 0;
  }
}


@media (max-width: 990px) {
  .product-carousel .carousel-item, .detail-slider-slick .carousel-item1 {
      height: 320px;
  }

  .product-carousel .carousel-item img,.detail-slider-slick img {
      max-height: 300px;
      max-width: 100%;
      /*height: 320px;*/
  }

  .product-carousel .carousel-item iframe {
    min-height: 315px;
  }
}

@media (max-width: 450px) {
  .product-carousel .carousel-item,.detail-slider-slick .carousel-item1 {
      height: 220px;
  }

  .product-carousel .carousel-item img,.detail-slider-slick img {
      max-height: 100%;
      max-width: 100%;
      /*height: 220px;*/
  }

  .product-carousel .carousel-item iframe {
    min-height: 215px;
  }
}

@media (max-width: 575px) {
  .red-line + div.news-list .item-wrap:first-child a.item {
    padding-top: 0;
  }

  .news-list .item .photo {
    margin-bottom: 22px;
  }
}


@media (max-width: 991px) {
  .sale .item:last-child {
    margin-bottom: 5px !important;
  }

}

@media (max-width: 767px) {
  .sale .item:last-child {
    margin-bottom: 0 !important;
  }

  .hidden-xs {
    display: none;
  }

}

@media (max-width: 767px) {

  .catalog-properties .title {
    width: 249px;
  }
}


@media (max-width: 399px) {
  .search-bar.active .close-search {
    right: 0;
  }
  /* Правки от 19.10.2020 начало */
  .new-mobile-detail-1, .new-mobile-detail-4, 
  .new-mobile-detail-1 p, .new-mobile-detail-4 p, 
  .new-mobile-detail-1 .mobile_s h4, .new-mobile-detail-4 .mobile_s h4{
    font-size:12px !important;
  }
  .new-mobile-detail-4 .price_d, .new-mobile-detail-4 .new_price.left_f{
    font-size:15px !important;
  }
  .new-mobile-detail-4 .price_d, .new-mobile-detail-4 .new_price.left_f{
    text-align: right !important;
  }
  .new-mobile-detail-4 .but_s{
    width: 100% !important;
  }
  /* Правки от 19.10.2020 конец */
}


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

  .test-drive .item:first-child .photo {
    margin-top: 6px;
  }

}

/*Правки по результатам тестирования*/

@media (min-width: 768px) {
  .modal.show .modal-dialog {
    display: flex;
    align-items: center;
    justify-content: center;
    /*height: 100vh;*/
    min-height: 100vh;
  }
}


body.modal-open {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
}

@media (max-width: 767px) {

  .modal.show .modal-dialog {
    margin-top: 30px;
  }
}

div:not(.main-page) .test-drive .item:first-of-type .col-lg-6 {
  padding-top: 0;
}

.contacts .col-md-6:first-of-type h2,
.contacts .col-md-3 h2 {
  margin-top: 0;
}

@media (max-width: 767px) {
  .contacts .col-md-3 h2 {
    margin-top: 36px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .contacts .col-md-6 {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }

  .contacts h2 {
    font-size: 18px;
  }

  .contacts .col-md-3 {
    -ms-flex: 0 0 23%;
    flex: 0 0 23%;
    max-width: 32%;
    width: 27%;
    flex-grow: 1;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .contacts .col-md-6 {
    -ms-flex: 0 0 39%;
    flex: 0 0 39%;
    max-width: 40%;
  }

  .contacts .col-md-3 {
    -ms-flex: 0 0 23%;
    flex: 0 0 23%;
    max-width: 32%;
    flex-grow: 1;
    padding-right: 0;
    padding-left: 0;
  }

  .contacts h2 {
    font-size: 15px;
  }
}

.modal-content .modal-title {
    width: 80%;
}

.breadcrumb .breadcrumb-item:not(:first-child) {
  padding-left: 4px;
}

.search-page {
  min-height: calc(100vh - 645px)
}

.btn.btn-primary.js-repair {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 38px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .catalog-properties .col-lg-3 {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }

  .catalog-properties .title {
    padding-left: 90px;
    width: 249px;
  }
}

.catalog-properties .title {
  font-weight: 500;
}


@media (min-width: 768px) and (max-width: 991px) {
  .catalog-properties .title {
    width: 249px;
  }
}


@media (min-width: 768px) and (max-width: 1199px) {
  .navbar-expand-md .navbar-nav .nav-link {
    flex-grow: 1;
  }
}

.slick-dots {
  justify-content: center;
}

@media (min-width: 576px) and (max-width: 1199px) {
  .catalog-items .item .title {
    font-size: 18px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .test-drive h2 {
    font-size: 23px;

  }
  .test-drive .item .photo {
    margin-top: 52px;
  }

  .test-drive p {
    font-size: 12px;
  }
}

.page-404 .search .form-control {
  line-height: 1;
}

body > .container-new {
  margin-right: auto;
  margin-left: auto;
  padding-right: 34px;
  padding-left: 34px;
  width: 100%;
  margin-top: 40px;
}

@media (min-width: 576px) {
  body > .container-new {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  body > .container-new {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  body > .container-new {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  body > .container-new {
    max-width: 1200px;
  }
}

.catalog-properties .item {
  align-items: center;
}

/* Правки после ie9*/

.form-control {
  height: auto;
  min-height: 34px;
}

.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active,
.btn-primary:focus {
  background-color: #2c3740;
  outline: none;
}

.form-control::-moz-placeholder {
  font-weight: normal;
}

.form-control::-webkit-input-placeholder {
   font-weight: normal;
}

.form-control:-ms-input-placeholder {
   font-weight: normal;
 }

.form-control::-ms-input-placeholder {
   font-weight: normal;
 }

.form-control::placeholder {
  font-weight: normal;
 }

.navbar {
  border: none;
}

.filter {
  margin-left: 0;
  margin-right: 0;
}

.navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}

.test-drive .item .info .btn-primary {
    left: 15px;
}

.properties-product {
  margin-left: 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .contacts .col-md-6:last-of-type {
    clear: left;
  }
}

.slick-dots {
  padding-left: 0;
}

.carousel-item a:focus {
  outline: none;
}

@media (min-width: 768px) and (max-width: 991px) {
  .contacts .col-md-6 {
    float: left;
  }

  .contacts .col-md-3 {
    float: left;
    padding-right: 9px;
    padding-left: 7px;
    width: 30%;
  }

  .contacts .col-md-6:last-of-type {
    clear: left;
  }
}

.sale .desc {
  display: block;
}


.slick-slide {
  -webkit-backface-visibility: hidden;
}

@media (max-width: 768px) {
  .navbar-collapse.show {
    margin: 0 0px 20px 0px;
  }

}

.catalog-docs .ico {
  padding-top: 1px;
  line-height: 19px;
}

@media (min-width: 992px) {
  .catalog-properties {
    text-align: center;
  }

  .catalog-properties .col-lg-4 {
    width: 23%;
    display: inline-block;
    float: none;
  }

  .catalog-properties .col-lg-4:first-child {
    float: left;
  }

  .catalog-properties .col-lg-4:last-child {
    float: right;
  }
}


@media (min-width: 992px) and (max-width: 1199px) {
  .catalog-properties .col-lg-4 {
    width: 28%;
  }
}

@media (max-width: 989px) {
  .product-carousel .carousel-item,.detail-slider-slick .carousel-item1 {
    text-align: center;
  }
}

.properties-product .col-6 {
  width: 49%;
  display: inline-block;
  vertical-align: top;
}

.modal-body .form-check {
  margin-bottom: 10px;
  margin-left: -10px;
  margin-right: -10px;
}

.modal-body .form-group + .row,
.modal-body .form-check + .row {
  margin-left: -10px;
  margin-right: -10px;
}

.form-check-label span {
  top: 1px;
}

.dl-js-filter {

}

.catalog-items-title--padding {
  /*margin-left: -15px;*/
}

textarea.form-control {
  font-family: Raleway;
}

textarea.form-control::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: bold;
  color: #383839;
      font-family: Raleway;
}

textarea.form-control::-moz-placeholder {
  font-size: 14px;
  font-weight: bold;
  color: #383839;
      font-family: Raleway;
}/* Firefox 19+ */

textarea.form-control:-moz-placeholder {
  font-size: 14px;
  font-weight: bold;
  color: #383839;
      font-family: Raleway;
}/* Firefox 18- */

textarea.form-control:-ms-input-placeholder {
  font-size: 14px;
  font-weight: bold;
  color: #383839;
  font-family: Raleway;
}

@media (max-width: 767px) {
  .main-page .test-drive .item .photo {
    margin-bottom: 0;
  }
}

.row.news-list {
  display: flex;
  flex-wrap: wrap;
}

.test-drive .item .photo {
  margin-top: 20px;
}

.modal-content .modal-title {
  margin-top: 11px;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.form-control:focus {
  box-shadow: none;
}

.btn-primary.focus, .btn-primary:focus {
  outline: none;
}

.w-100 {
  max-width: 100%
}

.col-lg-4.col-md-6.ml-auto.mr-auto {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.page-404 .no-found:after {
  content: '';
  display: block;
  clear: both;
  float: none;
  height: 30px;
}

.page-404 .search {
    float: none;
    clear: both;
}

img { -ms-interpolation-mode: bicubic; }

.catalog-root-items,
.catalog-items,
.catalog-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
-ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 992px) {
  .catalog-root-items .col-md-3,
  .catalog-items .col-md-3,
  .catalog-top .col-md-3 {
    width: 24.5%;
    float: left;
  }
}

@media (min-width: 576px) and (max-width: 992px){
  .catalog-root-items .col-sm-6,
  .catalog-items .col-sm-6,
  .catalog-top .col-sm-6 {
    width: 50%;
    float: left;
  }
}

@media (max-width: 578px) {
  .catalog-root-items .item-wrap,
  .catalog-items .item-wrap,
  .catalog-top .item-wrap {
    width: 100%;
  }
}

.test-drive p {
  line-height: 18px;
}

.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  text-decoration: none;
}

textarea.form-control {
  padding-left: 24px;
}

@media (min-width: 567px) and (max-width: 767px) {
  .col-12.col-sm-6.copyright {
    float: left;
    width: 50%;
  }

  .col-12.col-sm-6.copyright + .col-12.col-sm-6 {
    float: left;
    width: 50%;
  }
}

.breadcrumb .breadcrumb-item {
  font-family: Arial;
}

@media (min-width: 990px) {

  .product-carousel .carousel-item img,.detail-slider-slick img {
    min-height: 315px;
  }

  .product-carousel .carousel-item iframe,.detail-slider-slick .carousel-item1 video {
    height: 100%;
    width: 560px;
    min-height: 100%;
  }

  .product-carousel .carousel-item,.detail-slider-slick .carousel-item1 {
      max-height: 371px;
      min-height: 315px;
  }
}

@media (min-width: 768px) and (max-width: 990px) {
  .product-carousel .carousel-item iframe,.detail-slider-slick .carousel-item1 video {
    width: 560px;
  }
}

.catalog-items .item .photo,
.catalog-top .item .photo,
.catalog-root-items .item .photo {
  width: 195px;
  height: 195px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 567px) {
  .catalog-items .item .photo,
  .catalog-top .item .photo,
  .catalog-root-items .item .photo {
    width: 195px;
    height: 195px;
    margin-left: auto;
    margin-right: auto;
  }
}

/*Fix Safari bug*/
@media (min-width: 568px) and (max-width: 991px){
  .col-md-3.col-sm-6 {
    /*width: 49.9%;*/
    /*box-sizing: border-box;*/
  }

}

@media (min-width: 991px) and (max-width: 1199px) {

    .main-page .test-drive .item:first-child .preview-text p {
      line-height: 19px;
    }

    .main-page .test-drive .item:nth-child(2) .preview-text p {
      line-height: 19px;
    }
}

@media (max-width: 767px) {
  .main-page .test-drive .item .photo {
    margin-top: 20px;
  }
}




.catalog-top .item .title {
  font-weight: normal;
}

/*148*/

.catalog-items .item-wrap:hover .item-detail-wrap {
  height: 100%;
}

/*145*/

@media (max-width: 767px) {
  .main-page .test-drive .item {
    margin-top: 20px;
  }

  .main-page .test-drive .item .photo {
    margin-top: 0;
  }

}

/*144*/

.modal-content .modal-title {
  margin-top: 40px;
}

.modal-content .modal-title {
  width: 100%;
}

.modal-content button.close {
  margin-top: -1rem;
  margin-right: -1rem;
}

/*143*/

@media (min-width: 768px) and (max-width: 992px) {

  .main-page .test-drive .item .photo {
    min-height: 330px;
  }

}

@media (min-width: 567px) and (max-width: 767px) {

  .main-page .test-drive .item .photo {
    min-height: 330px;
  }

}

@media (min-width: 993px) and (max-width: 1199px) {

  .main-page .test-drive .item .col-md-6 {
    padding-top: 20px;
  }


}

@media (min-width: 991px) {
  .main-page .test-drive .item h2 {
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .main-page .test-drive .item h2 {
    margin-top: 0;
  }

  .main-page .test-drive .item .info {
    min-height: 330px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  footer .col-md-6 {
    width: 50%;
    float: left;
    min-height: 270px;
  }
  
}

@media (min-width: 992px) and (max-width: 1199px) {
  footer .col-md-6 {
    width: 25%;
    float: left;
  }
}


@media (min-width: 1200px) {
  .catalog-items .col-lg-3 {
    width: 24.9%; /*Safari bug*/
  }
}

@media (max-width: 767px) {
  .news-detail img {
    margin-bottom: 20px;
  }
}

/* увеличить отступ*/

.main-page .test-drive {
  margin-top: 60px;
}

@media (max-width: 767px) {
  .modal.show .modal-dialog {
    margin-bottom: 30px;
    min-height: 110%;
    z-index: 1060;
  }
  .material-href {
    padding-left:0;
    padding-top: 35px;
  }
}


@media (min-width: 992px) {
  .news-list .col-md-3 {
    width: 24.97%; /*Safari bug*/
  }
}

.contacts .adress .phone-link {
  color: #2c3740;
  text-decoration: none;
}

.contacts .adress .phone-link:hover,
.contacts .adress .phone-link:focus,
.contacts .adress .phone-link:active {
  text-decoration: none;
}

footer .phone a.phone-link {
  font-size: 25px;
  font-family: Helvetica, Arial, sans-serif;
  color: #afbcc6;
  font-weight: bold;
  text-transform: uppercase;
}

footer .phone a.phone-link:hover,
footer .phone a.phone-link:active,
footer .phone a.phone-link:focus {
  text-decoration: none;
}

/*04.05.18*/

.catalog-items .request-price:after {
  content: '';
  display: table;
  clear: both;
}

@media (min-width: 992px) and (max-width: 1199px) {

  .catalog-items .item .photo {
    width: 188px;
    height: 188px;
    margin-left: -15px;
  }

  .catalog-top .item .photo {
    margin-left: -13px;
  }

  .catalog-items .item-wrap:hover .item-detail-wrap {
    height: auto;
  }
}

.col-xs-12-no-padding {
  padding-left: 0;
  padding-right: 0;
}

/*16.05.2018*/

@media (max-width: 365px) {
  .product-detail .properties-product .col-6 {
    width: 100%;
  }
}

#theVideo{
  width: 100%;
}
.theVideo{
      width: 100%;
}

input.error {
	border: 1px solid red !important;
}