

/* Start:/local/templates/onix/components/bitrix/news/catalog/bitrix/news.list/.default/style.css?16683373743886*/
.catalog {
  padding-top: 80px;
}

.catalog__head {
  height: calc(100vh - 80px);
  max-height: 720px;
  position: relative;
  margin-bottom: 6px;
}

.catalog__head .container {
  height: 100%;
}

.catalog__head:before {
  content: "";
  position: absolute;
  z-index: 2;
  right: 50%;
  top: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.36);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
}

.catalog__head-content {
  position: relative;
  z-index: 2;
}

.catalog__head-title {
  padding-left: 40px;
  max-width: 200px;
}

.catalog__head-title:before {
  content: "";
  position: absolute;
  left: 8px;
  width: 11px;
  height: 48px;
  -webkit-transform: skewX(-20deg);
      -ms-transform: skewX(-20deg);
          transform: skewX(-20deg);
  background: #ffc800;
}

.catalog__head-text {
  font-size: 18px;
}

.catalog__head-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.catalog__boat {
}

.catalog__boat-item{
  padding: 40px 0;
  background: -o-radial-gradient(28.16% 53.21%, 51.67% 319.08%, rgba(0, 0, 0, 0.32) 0%, rgba(0, 0, 0, 0) 100%), #2F393D;
  /*background: radial-gradient(51.67% 319.08% at 28.16% 53.21%, rgba(0, 0, 0, 0.32) 0%, rgba(0, 0, 0, 0) 100%), #2F393D;*/
    background: radial-gradient(72.67% 319.08% at 0.16% 50.21%, rgb(0 0 0 / 84%) 0%, rgb(0 0 0 / 0%) 100%), #ffffffd9;
  margin-bottom: 6px;
  background-size: cover;
  background-position: center;
}

.catalog__boat-title {
  margin-bottom: 8px;
  padding-left: 40px;
  position: relative;
}

.catalog__boat-title:before {
  content: "";
  position: absolute;
  left: 8px;
  width: 11px;
  height: 28px;
  -webkit-transform: skewX(-20deg);
      -ms-transform: skewX(-20deg);
          transform: skewX(-20deg);
  background: #ffc800;
}

.catalog__boat-subtitle {
  padding-left: 40px;
  margin-bottom: 195px;
}

.catalog__boat-text {
  margin-bottom: 32px;
}

.catalog__boat-img {
  display: block;
  max-width: 100%;
}

@media (min-width: 991px) {
  .catalog__head-content {
    padding: 40px 0 56px;
    width: 50%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 990.98px) {
  .catalog {
    padding-top: 60px;
  }

  .catalog__head {
    height: calc(100vh - 60px);
    min-height: 400px;
    max-height: 670px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .catalog__head .container {
    height: auto;
  }

  .catalog__head:before {
    display: none;
  }

  .catalog__head-content {
    background: rgba(0, 0, 0, 0.36);
    -webkit-backdrop-filter: blur(30px);
            backdrop-filter: blur(30px);
    margin: 0 -3px;
    padding: 24px 20px 32px;
  }

  .catalog__head-title {
    padding-left: 0;
    margin-bottom: 86px;
  }

  .catalog__head-title:before {
    display: none;
  }

  .catalog__boat {
    padding: 34px 0 32px;
  }

  .catalog__boat-title:before {
    display: none;
  }

  .catalog__boat-title {
    padding-left: 0;
  }

  .catalog__boat-subtitle {
    padding-left: 0;
    margin-bottom: 48px;
  }
  .catalog__boat-item {
    padding: 40px 20px;
  }

  .catalog__boat-img {
    margin-bottom: 65px;
  }

  .catalog__boat-btn .btn {
    text-align: center;
    width: 100%;
  }

}
/* End */


/* Start:/local/components/km/feedback/templates/testDrive/style.css?16451119831019*/
.testDrive {
  padding: 56px 0 66px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.testDrive:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -o-linear-gradient(17.1deg, #0A2F44 0%, rgba(9, 0, 46, 0) 72.16%);
  background: linear-gradient(72.9deg, #0A2F44 0%, rgba(9, 0, 46, 0) 72.16%);
  z-index: 3;
}

.testDrive-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
}

.testDrive-title {
  margin-bottom: 280px;
}

.testDrive-form,
.testDrive-title {
  position: relative;
  z-index: 5;
}

@media (max-width: 990.98px) {
  .testDrive {
    padding: 40px 0;
  }

  .testDrive-title {
    margin-bottom: 75px;
  }

  .testDrive-title br {
    display: none;
  }

  .testDrive-form .btn{
    display: block;
    width: 100%;
    text-align: center;
  }
}
/* End */
/* /local/templates/onix/components/bitrix/news/catalog/bitrix/news.list/.default/style.css?16683373743886 */
/* /local/components/km/feedback/templates/testDrive/style.css?16451119831019 */
