

/* Start:/local/templates/novoline/css/main.css?175863606642606*/
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

main {
  display: block; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: 0.35em 0.75em 0.625em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

body {
  font-family: "Montserrat", sans-serif;
  background: #ffff;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #636466; }

a {
  text-decoration: none;
  box-sizing: border-box;
  transition: 0.5s !important; }
  a:hover {
    color: #ED1B24; }

.red {
  color: #ED1B24; }

.container {
  padding: 0 15px;
  max-width: 1687px;
  margin: 0 auto; }
  @media (max-width: 1199px) {
    .container {
      max-width: 960px; } }
  @media (max-width: 991px) {
    .container {
      max-width: 720px; } }
  @media (max-width: 767px) {
    .container {
      max-width: 540px; } }

.d-flex, .q {
  display: flex; }

.body-wrap {
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh; }

footer {
  margin-top: auto; }

h1 {
  margin: 0;
  margin-bottom: 40px;
  font-size: 46px;
  font-weight: 700;
  line-height: 116%;
  color: #636466; }

h2 {
  margin: 0;
  color: #636466;
  font-size: 52px;
  font-weight: 500;
  line-height: 116%;
  margin-bottom: 54px; }

ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

p {
  margin: 0; }

.svg, rect, line, circle {
  transition: 0.5s ease; }

a {
  transition: color 0.5s ease;
  box-sizing: border-box; }

li a {
  transition: color 0.5s ease; }

button {
  cursor: pointer;
  box-sizing: border-box; }

textarea {
  transition: border 0.5s;
  box-sizing: border-box; }
  textarea:focus {
    transition: border 0.5s;
    outline: none;
    border: 1px solid #ED1B24; }

input {
  transition: 0.5s;
  box-sizing: border-box;
  border: 1px solid #fff; }
  input:disabled {
    pointer-events: none;
    opacity: 0.5; }
  input:focus {
    border: 1px solid #ED1B24;
    transition: 0.5s; }
  input:focus-visible {
    outline: initial; }

path {
  transition: fill 0.5s, stroke 0.5s; }

div {
  box-sizing: border-box; }

.icon {
  transition: fill 0.5s, stroke 0.5s; }

html * {
  scrollbar-width: thin;
  scrollbar-color: blue #ED1B24; }

.popup__bg {
  scrollbar-width: thin;
  scrollbar-color: transparent transparent; }

*::-webkit-scrollbar,
html *::-webkit-scrollbar {
  height: 7px;
  width: 7px; }

*::-webkit-scrollbar-track,
html *::-webkit-scrollbar-track {
  background: #E7E7E7;
  border-radius: 3px; }

*::-webkit-scrollbar-thumb,
html *::-webkit-scrollbar-thumb {
  background-color: #ED1B24;
  border-radius: 6px; }

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  box-sizing: border-box;
  width: 420px;
  height: 79px;
  border-radius: 50px;
  background: linear-gradient(0deg, #d90a10, #ff434c 100%);
  color: white;
  font-size: 24px;
  font-weight: 600;
  line-height: 100%; }
  .btn:hover {
    color: white;
    opacity: 0.7; }
  .btn_2 {
    width: 167px;
    height: 42px;
    border: 1px solid #ED1B24;
    border-radius: 50px;
    color: #ED1B24;
    background: transparent;
    font-size: 14px;
    font-weight: 400;
    line-height: 100%; }
    .btn_2:hover {
      background: #ED1B24;
      color: white;
      opacity: 1; }

input::-webkit-input-placeholder {
  color: #626466 !important; }

input::-moz-placeholder {
  color: #626466 !important; }

input:-ms-input-placeholder {
  color: #626466 !important; }

input:-moz-placeholder {
  color: #626466 !important; }

.menu-btn, .menu {
  display: none; }

.box-modal__close {
  z-index: 10;
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  fill: white;
  z-index: 20;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px; }
  .box-modal__close:hover {
    transition: 0.5s;
    transform: rotate(90deg); }

.box-modal {
  position: relative; }

.popup-call__box {
  position: absolute;
  top: -25rem;
  left: 50%;
  height: auto;
  margin-left: -282px;
  overflow: hidden;
  height: max-content;
  transition: 0.5s all;
  height: auto;
  width: 564px;
  padding: 52px;
  box-sizing: border-box;
  border: 1px solid white;
  border-radius: 8px;
  background: white; }

.menu-btn, .menu {
  display: none; }

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after, .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  display: none; }

.custom-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0; }

.custom-checkbox + label {
  display: flex;
  align-items: center;
  user-select: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #494949;
  cursor: pointer; }
  .custom-checkbox + label:hover:before {
    border: 1px solid #ED1B24; }

.custom-checkbox + label::before {
  content: '';
  display: inline-block;
  flex-shrink: 0;
  display: flex;
  flex-grow: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 8px;
  background: #FFFFFF;
  flex: 1 0 auto;
  transition: 0.2s;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  border: 1px solid #e9e9e9;
  background-color: #ffffff;
  max-width: 20px;
  margin-right: 11px; }

.custom-checkbox:checked + label::before {
  background: url(/local/templates/novoline/css/../img/check2.png) no-repeat center center;
  background-size: 8px; }

.swiper-pagination {
  display: flex;
  justify-content: center;
  bottom: 19px;
  position: absolute;
  z-index: 2; }

.swiper-pagination-bullet {
  width: 52px;
  height: 2px;
  background-color: #ffffff;
  opacity: 0.2; }

.swiper-pagination-bullet-active {
  background-color: #ED1B24 !important;
  opacity: 1; }

.tabs__pane {
  display: none; }

.tabs__pane_show {
  display: block; }

.tabs__btn_active {
  color: #20252d !important;
  position: relative; }

.swiper-button-next, .swiper-button-prev {
  z-index: 9; }

.swiper-button-disabled {
  opacity: 0;
  pointer-events: none; }

.bread {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 28px;
  flex-wrap: wrap; }
  .bread a {
    color: rgba(32, 32, 32, 0.5);
    font-size: 14px;
    font-weight: 500;
    line-height: 18px; }
    .bread a:after {
      content: "/";
      display: inline-block;
      color: rgba(32, 32, 32, 0.5) !important;
      font-size: 14px;
      font-weight: 500;
      line-height: 18px;
      margin: 0 10px; }
    .bread a:last-child {
      color: #202020; }
      .bread a:last-child:after {
        display: none; }
    .bread a:hover {
      color: #ED1B24; }

.mob {
  display: none; }

/* SELECT */
.selectCF {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  width: max-content;
  height: auto;
  background: transparent; }

.selectCF li {
  list-style: none;
  cursor: pointer;
  perspective: 900px;
  -webkit-perspective: 900px;
  text-align: left;
  width: 100%;
  height: 100%;
  max-height: 100%;
  box-sizing: border-box; }

.selectCF > li {
  position: relative;
  border: none; }

.selectCF span {
  display: flex;
  height: auto;
  line-height: 100%;
  color: #888888;
  z-index: 1;
  align-items: center; }

.selectCF .arrowCF {
  transition: .3s;
  -webkit-transition: .3s;
  width: 7px;
  height: 5px;
  text-align: center;
  vertical-align: top;
  background: url(/local/templates/novoline/css/../img/down-arrow.png) no-repeat !important;
  position: absolute;
  right: -16px;
  top: 8px; }

.selectCF .titleCF {
  font-size: 16px;
  font-weight: 400;
  text-overflow: ellipsis;
  color: #000000 !important;
  white-space: nowrap;
  width: max-content !important;
  height: max-content !important;
  box-sizing: border-box;
  background: transparent !important; }

.selectCF .searchCF {
  position: absolute;
  top: 3px;
  right: 0;
  z-index: -1; }

@keyframes searchActive {
  from {
    transform: rotateY(180deg); }
  to {
    transform: rotateY(0deg); } }

@-moz-keyframes searchActive {
  from {
    transform: rotateY(180deg); }
  to {
    transform: rotateY(0deg); } }

@-webkit-keyframes searchActive {
  from {
    -webkit-transform: rotateY(180deg); }
  to {
    -webkit-transform: rotateY(0deg); } }

.searchActive .searchCF {
  z-index: 1;
  animation: searchActive 0.3s alternate 1;
  -moz-animation: searchActive 0.3s alternate 1;
  -webkit-animation: searchActive 0.3s alternate 1; }

.searchActive .titleCF {
  opacity: 0; }

.selectCF .searchCF input {
  border: none !important;
  padding: 0;
  margin: 0;
  width: auto;
  height: auto;
  background: transparent; }

.selectCF .searchCF input:active, .selectCF .searchCF input:focus {
  box-shadow: none !important;
  border: none !important;
  outline: none !important; }

.selectCF li ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 1px;
  width: 100%;
  background: grey;
  max-height: 255px;
  overflow-y: auto;
  transition: .2s;
  -webkit-transition: .2s;
  z-index: 2;
  box-sizing: border-box;
  padding-bottom: 10px;
  border-top: none; }

.selectCF li ul li {
  padding: 9px 0 9px 10px;
  transition: .2s;
  -webkit-transition: .2s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-top: none;
  box-sizing: border-box;
  height: 40px;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #FAFAFF; }
  .selectCF li ul li:last-child {
    border-radius: 0px 0px 5px 5px;
    padding-bottom: 10px; }
  .selectCF li ul li:hover {
    color: #ED1B24; }

.onCF .arrowCF {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg); }

@-moz-keyframes effect1 {
  from {
    transform: translateY(15px);
    opacity: 0; }
  to {
    transform: translateY(0px);
    opacity: s1; } }

@-webkit-keyframes effect1 {
  from {
    -webkit-transform: translateY(15px);
    opacity: 0; }
  to {
    -webkit-transform: translateY(0px);
    opacity: 1; } }

.onCF li ul {
  display: block;
  position: absolute;
  -moz-animation: effect1 0.3s alternate 1;
  -webkit-animation: effect1 0.3s alternate 1;
  left: -6.55px;
  top: 22px;
  border-radius: 0 0 4px 4px;
  width: 100%;
  min-width: max-content;
  padding-right: 10px; }

ul.info li, #event-change {
  color: #FFF; }

ul.info {
  padding: 0;
  display: none; }

ul.info li {
  display: inline-block;
  border-radius: 5px;
  padding: 0 5px; }

.accordeon, .accordeon2 {
  padding: 5px 0 30px;
  border-bottom: 1px solid #ececec;
  margin-bottom: 26px;
  width: 100%; }

.accordeon__item {
  width: 100%;
  list-style-type: none; }

.accordeon__item:first-child .accordeon__button {
  margin-top: 0; }

.accordeon__button, .accordeon__button2 {
  width: 100%;
  text-align: left;
  border: none;
  cursor: pointer;
  position: relative;
  transition: all 0.5s ease;
  font-size: 17px;
  font-weight: 700;
  color: #282828;
  display: flex;
  justify-content: space-between; }

.accordeon__button:hover, .accordeon__button2:hover {
  color: #ED1B24; }

.accordeon__button:after, .accordeon__button2:after {
  content: "";
  position: absolute;
  right: 0px;
  background: url(/local/templates/novoline/css/img/down-arrow.png) no-repeat !important;
  width: 7px;
  left: inherit;
  height: 5px;
  top: 8px;
  bottom: inherit;
  transition: all 0.5s ease; }

.accordeon__button.active:after, .accordeon__button2.active:after {
  content: "";
  position: absolute;
  right: 0px;
  background: url(/local/templates/novoline/css/img/down-arrow.png) no-repeat !important;
  width: 7px;
  left: inherit;
  height: 5px;
  bottom: 30%;
  transition: all 0.5s ease;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg); }

.accordeon__panel, .accordeon__panel2 {
  max-height: 0;
  overflow: hidden;
  margin-left: 0;
  transition: all 0.5s ease; }

.panel__text, .panel__text2 {
  list-style-type: none;
  padding-top: 0px;
  max-width: 688px;
  margin-top: 30px; }

.panel__info {
  font-weight: 300;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 20px; }
  .panel__info:last-child {
    margin-bottom: 0; }

.pag {
  width: max-content;
  display: flex;
  justify-content: center;
  margin: 25px auto 0;
  position: relative;
  bottom: 0;
  top: inherit;
  left: 0 !important;
  right: 0 !important; }
  .pag .swiper-pagination-bullet {
    width: 56px;
    height: 10px;
    border-radius: 25px;
    background: #d9d9d9;
    opacity: 1;
    margin-right: 24px !important; }
    .pag .swiper-pagination-bullet:last-child {
      margin-right: 0 !important; }
    .pag .swiper-pagination-bullet:hover {
      backgound: #ED1B24; }
  .pag .swiper-pagination-bullet-active {
    background: #ED1B24; }

.nav__logo {
  display: flex;
  align-items: center; }
  .nav__logo img {
    width: 100%;
    object-fit: contain; }

.nav__box {
  align-items: center;
  padding: 21px 0 9px; }

.nav__menu {
  align-items: center;
  justify-content: center;
  margin-left: 33px;
  margin-right: 91px;
  width: 184px;
  height: 52px;
  border: 1px solid #ED1B24;
  border-radius: 50px;
  cursor: pointer;
  transition: 0.5s; }
  .nav__menu p {
    transition: 0.5s;
    margin-left: 20px;
    color: #ED1B24;
    font-size: 16px;
    font-weight: 600;
    line-height: 100%; }
  .nav__menu:hover, .nav__menu.active {
    background: #ED1B24; }
    .nav__menu:hover p, .nav__menu.active p {
      color: white; }
    .nav__menu:hover .svg rect, .nav__menu.active .svg rect {
      fill: white; }

.nav__name {
  color: #bcbdc1;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 6px; }

.nav__item_1 {
  position: relative;
  left: 24px;
  top: -10px; }

.nav__info {
  margin-left: 115px; }
  .nav__info .nav__item {
    margin-right: 39px; }
    .nav__info .nav__item:last-child {
      margin-right: 0; }
    .nav__info .nav__item a {
      font-size: 18px;
      font-weight: 600;
      line-height: 100%;
      display: flex;
      align-items: center;
      color: #636466;
      margin: 2px 0; }
      .nav__info .nav__item a:hover {
        color: #ED1B24; }

.nav__btn {
  margin-left: auto; }

.nav__sub {
  color: #bcbdc1;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  margin-top: 5px;
  display: flex;
  align-items: center; }
  .nav__sub img {
    margin-right: 1px;
    margin-left: 0px;
    position: relative;
    top: 0.5px; }

.nav__mail {
  color: #636466;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  display: flex;
  align-items: center;
  margin-top: 8px; }
  .nav__mail img {
    margin-right: 5px;
    margin-left: -24px; }
  .nav__mail:hover {
    color: #ED1B24; }

.nav__search {
  margin-right: 90px;
  width: 348px;
  position: relative; }
  .nav__search input {
    width: 100%;
    height: 52px;
    border-radius: 50px;
    padding-left: 24px;
    color: black;
    font-size: 14px;
    font-weight: 500;
    line-height: 100%;
    background: #f3f3f5; }
  .nav__search button {
    background: transparent;
    border: none;
    position: absolute;
    padding: 0;
    top: 14px;
    right: 24px; }
    .nav__search button:hover .svg path {
      fill: #ED1B24; }

.header {
  padding-bottom: 45px; }
  .header .swiper1 {
    overflow: hidden;
    position: relative; }
    .header .swiper1 .swiper-slide {
      padding: 188px 66px;
      border-radius: 25px;
      overflow: hidden; }
      .header .swiper1 .swiper-slide p {
        width: 100%;
        max-width: 908px;
        color: #626466;
        font-size: 21px;
        font-weight: 400;
        line-height: 30px; }
      .header .swiper1 .swiper-slide h1 {
        width: 100%;
        max-width: 908px; }
  .header__bg {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    height: 100%; }
  .header__btn {
    margin-top: 75px; }
  .header__pic {
    position: absolute;
    right: 129px;
    top: 93px;
    width: 488px;
    height: 589px;
    object-fit: contain; }
  .header .swiper-pagination1 {
    position: absolute;
    bottom: 46px !important;
    z-index: 4;
    margin-top: 0; }
  .header__row {
    margin-top: 16px;
    justify-content: space-between;
    flex-wrap: wrap; }
  .header__item {
    width: 100%;
    max-width: 32.35%;
    align-items: center;
    margin-bottom: 30px; }
  .header__content {
    margin-left: 20px; }
    .header__content span {
      display: block;
      font-size: 16px;
      font-weight: 600;
      line-height: 100%;
      margin-bottom: 4px; }
    .header__content p {
      color: #6e7076;
      font-size: 14px;
      font-weight: 400;
      line-height: 120%; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none; }

.why {
  padding: 45px 0 60px; }
  .why__row {
    justify-content: space-between;
    flex-wrap: wrap; }
  .why__item {
    position: relative;
    margin-bottom: 24px;
    width: 32.35%;
    overflow: hidden;
    transition: 0.5s;
    padding: 24px 22px;
    border: 1px solid #bcbdc1;
    border-radius: 25px; }
    .why__item:hover {
      background: #ED1B24; }
      .why__item:hover p {
        color: white; }
  .why__fig {
    position: absolute;
    top: 0;
    right: 0; }
  .why__num {
    margin-bottom: 30px;
    color: #626466;
    font-size: 24px;
    font-weight: 400;
    line-height: 100%;
    transition: 0.5s; }
  .why__icon {
    margin-bottom: 40px; }
  .why__name {
    font-size: 24px;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 8px;
    transition: 0.5s; }
  .why__text {
    color: #77797e;
    font-size: 18px;
    font-weight: 400;
    line-height: 121%;
    transition: 0.5s; }
  .why__btn {
    margin: 28px auto 0;
    width: 536px; }

.arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  width: 55px;
  height: 55px;
  box-sizing: border-box;
  border: 1px solid #ED1B24;
  border-radius: 15px;
  background: white;
  transition: 0.5s;
  cursor: pointer;
  padding-top: 0.5px; }
  .arrow:hover {
    background: #ED1B24; }
    .arrow:hover .svg path {
      stroke: white; }

.next {
  padding-left: 3px; }

.catalog {
  position: relative;
  padding: 62px 0 94px; }
  .catalog__fig {
    position: absolute;
    top: 237px;
    left: 0;
    z-index: 2; }
  .catalog .mySwiper2 {
    margin-bottom: 25px;
    overflow: hidden; }
    .catalog .mySwiper2 .swiper-slide {
      height: 1090px; }
      .catalog .mySwiper2 .swiper-slide img {
        height: 100%;
        object-fit: contain;
        display: block;
        margin: 0 auto;
        max-width: 100%;
        max-height: 100%; }
  .catalog .mySwiper {
    padding: 20px;
    overflow: hidden; }
    .catalog .mySwiper .swiper-slide {
      overflow: hidden;
      cursor: pointer;
      height: auto;
      padding: 16px 16px 40px;
      border-radius: 25px;
      background: white; }
      .catalog .mySwiper .swiper-slide img {
        width: 100%;
        height: 204px;
        object-fit: contain;
        display: block;
        margin: 0 auto 16px; }
      .catalog .mySwiper .swiper-slide p {
        font-size: 21px;
        font-weight: 500;
        line-height: 120%; }
    .catalog .mySwiper .swiper-slide-thumb-active {
      box-shadow: 0px 4px 48px 0px rgba(0, 0, 0, 0.09); }

.info {
  background: linear-gradient(180deg, #f3f3f5, white 100%);
  overflow: visible; }

.brand {
  padding: 104px 0 60px;
  position: relative; }
  .brand .mySwiperr2 {
    margin-bottom: 24px;
    overflow: hidden;
    height: 917px;
    border-radius: 25px; }
    .brand .mySwiperr2 .swiper-slide {
      height: 100%; }
      .brand .mySwiperr2 .swiper-slide img {
        height: 100%;
        width: 100%;
        object-fit: cover; }
      .brand .mySwiperr2 .swiper-slide a {
        display: block;
        width: 100%;
        height: 100%; }
  .brand .mySwiperr {
    overflow: hidden; }
    .brand .mySwiperr .swiper-slide {
      overflow: hidden;
      cursor: pointer;
      height: auto;
      padding-bottom: 12px; }
      .brand .mySwiperr .swiper-slide img {
        height: 216px;
        width: 100%;
        object-fit: cover;
        border-radius: 15px; }
    .brand .mySwiperr .swiper-slide-thumb-active {
      position: relative; }
      .brand .mySwiperr .swiper-slide-thumb-active:after {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #ED1B24;
        height: 4px;
        border-radius: 50px; }
  .brand__slider {
    position: relative; }
    .brand__slider .arrow {
      position: absolute;
      top: 36.5%; }
    .brand__slider .swiper-button-prev4 {
      left: 20px; }
    .brand__slider .swiper-button-next4 {
      right: 20px; }
    .brand__slider .swiper-button-disabled {
      opacity: 0.5; }
  .brand__fig {
    position: absolute;
    bottom: 151px;
    right: 0; }
  .brand__text {
    margin-top: 38px; }
    .brand__text p {
      color: #2c2d30;
      font-size: 24px;
      font-weight: 400;
      line-height: 35px;
      margin-bottom: 21px; }
      .brand__text p:last-child {
        margin-bottom: 0; }

.tech {
  padding: 123px 0 120px; }
  .tech .tabs__nav {
    margin-bottom: 36px; }
  .tech .tabs__btn {
    width: max-content;
    padding: 0 24px;
    height: 40px;
    font-weight: 500;
    font-size: 16px;
    margin-right: 12px; }
  .tech .tabs__btn_active {
    background: #ED1B24 !important;
    color: white !important; }
  .tech__box {
    gap: 24px;
    display: flex;
    flex-wrap: wrap; }
  .tech__item {
    width: 23.9%;
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    .tech__item img {
      width: 100%;
      object-fit: cover;
      margin-bottom: 24px;
      height: 263px;
      border-radius: 25px; }
    .tech__item small {
      display: flex;
      align-items: center;
      margin-bottom: 6px; }
      .tech__item small span {
        color: #bcbdc1;
        font-size: 12px;
        font-weight: 600;
        line-height: 100%;
        text-transform: uppercase; }
    .tech__item p {
      transition: 0.5s;
      color: #636466;
      font-size: 30px;
      font-weight: 500;
      line-height: 120%; }
    .tech__item:hover p {
      color: #ED1B24; }

.item {
  padding: 54px 0 122px;
  overflow: visible;
  position: relative;
  background: linear-gradient(180deg, #f3f3f5 12%, white 100%); }
  .item .container {
    position: relative; }
  .item__fig {
    position: absolute;
    top: -148px;
    left: 0; }
  .item__nav {
    position: absolute;
    right: 17px;
    top: 10px; }
  .item .swiper-button-disabled {
    opacity: 0.5; }
  .item .arrow:first-child {
    margin-right: 24px; }
  .item .swiper5 {
    overflow: hidden; }
    .item .swiper5 .swiper-slide {
      padding: 24px;
      border-radius: 25px;
      background: white;
      overflow: hidden;
      display: flex;
      justify-content: space-between;
      align-items: center; }
  .item__pic {
    width: 100%;
    max-width: 65.45%;
    height: 739px;
    border-radius: 25px;
    object-fit: cover; }
  .item__content {
    width: 100%;
    max-width: 512px; }
  .item__el {
    display: flex;
    align-items: center;
    margin-bottom: 30px; }
  .item__area {
    margin-left: 16px; }
    .item__area span {
      display: block;
      margin-bottom: 6px;
      color: #bcbdc1;
      font-size: 12px;
      font-weight: 600;
      line-height: 100%;
      text-transform: uppercase; }
    .item__area p {
      color: #2c2d30;
      font-size: 24px;
      font-weight: 600;
      line-height: 120%; }
  .item__btns {
    margin-top: 96px; }
    .item__btns a {
      width: 365px;
      height: 68px;
      font-size: 18px;
      font-weight: 700; }
      .item__btns a:first-child {
        margin-bottom: 30px; }
      .item__btns a:nth-child(2) .svg {
        margin-right: 10px;
        margin-left: -10px; }
  .item .pag {
    margin-top: 60px; }

.order {
  margin-bottom: 135px;
  position: relative; }
  .order__fig {
    position: absolute;
    top: 400px;
    right: -367px;
    z-index: 4; }
  .order__wrap {
    width: 100%;
    overflow: hidden;
    padding: 171px 83px 174px;
    position: relative;
    border-radius: 25px; }
    .order__wrap h2 {
      font-size: 65px;
      font-weight: 500;
      line-height: 100%;
      margin-bottom: 43px;
      color: #2c2d30; }
  .order__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover; }
  .order__form {
    width: 100%;
    max-width: 513px; }
    .order__form input:not([type="submit"]) {
      width: 100%;
      margin-bottom: 30px;
      height: 79px;
      padding-left: 24px;
      box-sizing: border-box;
      border: 1px solid #e2e2e2;
      border-radius: 50px;
      background: white;
      color: black;
      font-size: 21px;
      font-weight: 500;
      line-height: 100%; }
      .order__form input:not([type="submit"]):focus {
        border: 1px solid #ED1B24; }
    .order__form input:not([type="submit"])::-webkit-input-placeholder {
      color: #2c2d30 !important; }
    .order__form input:not([type="submit"])::-moz-placeholder {
      color: #2c2d30 !important; }
    .order__form input:not([type="submit"]):-ms-input-placeholder {
      color: #2c2d30 !important; }
    .order__form input:not([type="submit"]):-moz-placeholder {
      color: #2c2d30 !important; }
    .order__form button {
      width: 100%;
      border: none; }
.order__form input[type="submit"] {
  width: 100%;
  border: none;cursor: pointer; }

.ask {
  position: relative;
  padding: 105px 0 120px; }
  .ask #map {
    width: 100%;
    height: 867px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1; }
  .ask [class*="ymaps-"][class*="-ground-pane"] {
    filter: grayscale(100); }
  .ask .container {
    position: relative; }
  .ask__block {
    z-index: 3;
    position: relative;
    padding: 36px;
    background: white;
    width: 579px;
    margin-left: 44px; }
    .ask__block h2 {
      font-size: 46px;
      margin-bottom: 30px; }
  .ask .checkbox {
    margin: 16px 0 30px; }
    .ask .checkbox .custom-checkbox + label {
      color: #bcbdc1;
      font-size: 14px;
      font-weight: 400;
      line-height: 100%; }
    .ask .checkbox .custom-checkbox + label::before {
      margin-right: 12px;
      width: 20px;
      height: 20px;
      max-width: 20px;
      box-sizing: border-box;
      border: 1px solid #e2e2e2;
      background: white; }
    .ask .checkbox .custom-checkbox:checked + label::before {
      background: url(/local/templates/novoline/css/../img/check.svg) no-repeat center center;
      background-color: white;
      background-size: 10px; }
  .ask__info {
    padding-top: 30px;
    border-top: 1px solid #e2e2e2;
    display: flex;
    justify-content: space-between; }
  .ask__item span {
    display: block;
    color: #bcbdc1;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 10px; }
  .ask__item p {
    display: flex;
    align-items: center;
    color: #bcbdc1;
    font-size: 12px;
    font-weight: 40;
    line-height: 100%; }
    .ask__item p img {
      margin-right: 5px; }
  .ask__tel {
    margin-bottom: 10px;
    color: #636466;
    font-size: 24px;
    font-weight: 600;
    line-height: 100%;
    display: block; }
    .ask__tel:hover {
      color: #ED1B24; }
  .ask__mail {
    color: #636466;
    font-size: 21px;
    font-weight: 500;
    line-height: 100%; }
    .ask__mail:hover {
      color: #ED1B24; }

.footer {
  padding: 30px 0 49px;
  background: #2c2d30; }
  .footer__left {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 100%; }
    .footer__left p {
      margin-top: 34px;
      color: white;
      font-size: 14px;
      font-weight: 400;
      line-height: 100%; }
  .footer__box {
    justify-content: space-between; }
  .footer__content {
    margin-left: -124px;
    margin-right: -48px;
    width: 100%;
    max-width: 255px; }
    .footer__content .nav__menu {
      width: 100%;
      height: 52px;
      padding: 0 24px;
      box-sizing: border-box;
      border: 1px solid white;
      border-radius: 0px;
      margin: 0 0 34px; }
      .footer__content .nav__menu p {
        margin-left: 16px;
        color: white;
        font-size: 15px; }
      .footer__content .nav__menu:hover {
        border: 1px solid #ED1B24; }
    .footer__content ul li {
      margin-bottom: 20px; }
      .footer__content ul li a {
        color: white;
        font-size: 16px;
        font-weight: 600;
        line-height: 100%; }
      .footer__content ul li:last-child {
        margin-bottom: 0; }
      .footer__content ul li:hover a {
        color: #ED1B24; }
  .footer__info .nav__item {
    margin-bottom: 24px; }
    .footer__info .nav__item a {
      color: white;
      font-size: 18px;
      font-weight: 600;
      line-height: 100%;
      display: block;
      margin-bottom: 7px; }
      .footer__info .nav__item a:hover {
        color: #ED1B24; }
    .footer__info .nav__item:last-child {
      margin-bottom: 0; }
  .footer__link {
    color: #ed1b24;
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    display: block;
    width: max-content;
    border-bottom: 1px solid #ed1b24; }
    .footer__link:hover {
      color: white;
      border-bottom: 1px solid white; }
  .footer__socials {
    margin-bottom: 35px; }
    .footer__socials a {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 4px;
      width: 24px;
      height: 24px;
      background: #bcbdc1;
      border-radius: 50%; }
      .footer__socials a:last-child {
        margin-right: 0;
        padding-left: 2px; }
      .footer__socials a:hover {
        background: #7d3daf; }
      .footer__socials a:first-child {
        padding-right: 1px; }
      .footer__socials a:nth-child(2) {
        padding-left: 1px; }
  .footer__mail {
    color: white;
    font-size: 14px;
    font-weight: 500;
    line-height: 100%; }
    .footer__mail:hover {
      color: #ED1B24; }
  .footer__right {
    width: 100%;
    max-width: 220px; }
    .footer__right a {
      width: 100%;
      height: 52px;
      font-size: 14px;
      font-weight: 700;
      line-height: 100%; }
      .footer__right a img, .footer__right a .svg {
        margin-right: 10px; }
      .footer__right a:first-child {
        margin-bottom: 12px; }
      .footer__right a:nth-child(2) {
        background: white;
        color: #2c2d30; }
        .footer__right a:nth-child(2):hover {
          opacity: 1;
          background: #ED1B24;
          color: white; }
          .footer__right a:nth-child(2):hover .svg path {
            fill: white; }
  .footer__area {
    position: relative;
    left: 55px; }

.menu-btn, .menu {
  display: block; }

.menu-btn span {
  width: 38px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  transition: all 0.5s;
  margin-left: 5px; }

.menu-btn span:nth-of-type(2) {
  top: calc(50% - 8.5px);
  width: 48px;
  height: 2px;
  margin-left: 0; }

.menu-btn span:nth-of-type(3) {
  top: calc(50% + 9.4px);
  width: 24px;
  height: 2px;
  margin-left: 12px; }

.menu {
  position: fixed;
  top: 0;
  left: 0;
  width: max-content;
  height: 100%;
  padding: 100px 100px 100px 40px;
  background: #030303;
  transform: translateX(-100%);
  transition: 0.5s;
  z-index: 10;
  overflow: hidden;
  opacity: 0; }
  .menu.active {
    transform: translateX(0%);
    opacity: 1; }
  .menu ul li {
    margin-bottom: 40px; }
    .menu ul li a {
      color: white;
      font-weight: 500;
      font-size: 24px; }
      .menu ul li a:hover {
        color: #ED1B24; }
  .menu .nav__search {
    display: none; }
  .menu-close {
    width: 40px;
    height: 40px;
    transition: 0.5s;
    position: absolute;
    right: 20px;
    cursor: pointer;
    top: 20px; }
    .menu-close img {
      width: 100%;
      height: auto; }
    .menu-close:hover {
      transform: rotate(90deg); }

.menu-btn.active span:nth-of-type(1) {
  display: none; }

.menu-btn.active span:nth-of-type(2) {
  top: 50%;
  width: 24px;
  transform: translate(-50%, 0%) rotate(45deg); }

.menu-btn.active span:nth-of-type(3) {
  width: 24px;
  top: 50%;
  transform: translate(-50%, 0%) rotate(-44deg); }

@media screen and (max-width: 1620px) {
  .container {
    max-width: 1500px !important; }
  .nav__menu {
    margin-right: 40px; }
  .nav__search {
    margin-right: 35px;
    width: 310px; }
  .nav__info {
    margin-left: 70px; }
  .header .swiper1 .swiper-slide p, .header .swiper1 .swiper-slide h1 {
    max-width: 779px; }
  .brand .mySwiperr2 {
    height: 800px; }
  .brand__fig, .item__fig {
    display: none; }
  .tech {
    padding: 80px 0 120px; }
  .tech__item {
    width: 23.7%; }
  .item__pic {
    max-width: 60.45%;
    height: 700px; }
  .footer__content {
    margin-left: 0;
    margin-right: 0; } }

@media screen and (max-width: 1500px) {
  .container {
    max-width: 1200px !important; }
  .nav__menu {
    margin-left: 20px;
    margin-right: 20px; }
  .nav__search {
    margin-right: 22px;
    width: 230px; }
  .nav__info .nav__item {
    margin-right: 20px; }
  .nav__info .nav__item a {
    font-size: 14px; }
  .nav__sub {
    font-size: 10px; }
  .nav__btn {
    width: 150px;
    font-size: 12px; }
  .nav__info {
    margin-left: 43px; }
  .nav .nav__menu {
    width: 150px; }
  .header .swiper1 .swiper-slide {
    padding: 120px 20px; }
  h1 {
    font-size: 42px; }
  .header .swiper1 .swiper-slide p {
    font-size: 18px;
    line-height: 28px; }
  .header .swiper1 .swiper-slide p, .header .swiper1 .swiper-slide h1 {
    max-width: 54%; }
  .header__pic {
    right: 49px;
    top: 31px;
    width: 407px;
    height: 589px; }
  .header__item {
    max-width: 48%; }
  .header {
    padding-bottom: 20px; }
  h2 {
    font-size: 40px;
    margin-bottom: 30px; }
  .catalog .mySwiper .swiper-slide p {
    font-size: 18px; }
  .catalog .mySwiper .swiper-slide {
    padding: 10px 10px 20px; }
  .catalog {
    padding-bottom: 60px; }
  .brand {
    padding: 60px 0; }
  .brand .mySwiperr2 {
    height: 700px; }
  .brand .mySwiperr .swiper-slide img {
    height: 190px; }
  .tech {
    padding: 60px 0; }
  .tech .tabs__nav {
    flex-wrap: wrap;
    gap: 15px; }
    .tech .tabs__nav a {
      margin-right: 0; }
  .tech__item p {
    font-size: 23px; }
  .tech__item img {
    height: 240px; }
  .tech__item {
    width: 23.3%; }
  .item__pic {
    max-width: 51.45%;
    height: 600px; }
  .item__nav {
    top: 0; }
  .order__wrap h2 {
    font-size: 56px; }
  .ask__block {
    width: 527px; }
  .order__form button {
    font-size: 21px; }
  .ask__block h2 {
    font-size: 40px; }
  .order {
    margin-bottom: 100px; }
  .footer__area {
    left: 0; } }

@media screen and (max-width: 1199px) {
  .container {
    max-width: 960px !important; }
  .nav__search, .nav__item_1, .nav__info, .nav__btn {
    display: none; }
  .nav__box {
    justify-content: space-between; }
  .nav .nav__menu {
    margin: 0; }
  .why__item {
    width: 48.5%; }
  .catalog .mySwiper2 .swiper-slide {
    height: 600px; }
  .catalog .mySwiper .swiper-slide img {
    height: auto; }
  .brand .mySwiperr2 {
    height: 600px; }
  .brand__slider .arrow {
    top: 32.5%; }
  .tech__item {
    width: 31.3%; }
  .item .swiper5 .swiper-slide {
    flex-direction: column; }
  .item__pic {
    max-width: 100%;
    height: 400px;
    margin-bottom: 30px; }
  .item__content {
    max-width: 100%; }
  .item__btns {
    margin-top: 40px; }
  .item__btns a:first-child {
    margin-bottom: 20px; }
  .item {
    padding: 60px 0; }
  .order__wrap {
    padding: 60px 20px; }
  .order__wrap h2 {
    font-size: 46px; }
  .order__form {
    max-width: 100%; }
  .ask {
    padding: 60px 0; }
  .ask #map {
    height: 750px; }
  .order__fig {
    display: none; }
  .footer__box {
    flex-direction: column;
    text-align: center; }
  .footer__left p {
    margin-top: 25px; }
  .footer__content {
    margin: 40px auto; }
  .nav__sub {
    width: max-content;
    margin: 10px auto 0; }
  .footer__link {
    margin: 0 auto 25px; }
  .footer__socials {
    justify-content: center; }
  .footer__right {
    margin: 40px auto 0; } }

@media (max-width: 991px) {
  input, textarea, select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .container {
    max-width: 720px !important; }
  .header .swiper1 .swiper-slide {
    padding: 80px 20px; }
  .header .swiper1 .swiper-slide p, .header .swiper1 .swiper-slide h1 {
    max-width: 100%; }
  .header__pic {
    right: 0;
    top: 0;
    width: 376px;
    height: auto;
    position: relative;
    display: block;
    margin: 52px auto; }
  .header__btn {
    margin-top: 40px; }
  .brand .mySwiperr .swiper-slide img {
    height: 150px; }
  .brand .mySwiperr2 {
    height: 500px; }
  .brand__text p {
    font-size: 18px;
    line-height: 140%; }
  .brand {
    padding-bottom: 30px; }
  .tech__item {
    width: 48%; }
  .item__nav {
    display: none; }
  .item__btns a {
    width: 100%; }
  .order__wrap h2 {
    font-size: 38px; }
  .ask #map {
    position: relative;
    height: 500px; }
  .ask {
    padding-bottom: 0; }
  .ymaps-2-1-79-image {
    background-size: 70px !important;
    background-repeat: no-repeat; }
  .order {
    margin-bottom: 0; }
  .ask__block {
    width: 100%;
    padding: 0;
    margin-left: 0;
    margin-bottom: 30px; }
  .why__btn {
    margin: 10px auto 0;
    width: 100%; } }

@media screen and (max-width: 767px) {
  .container {
    max-width: 540px !important; }
  .header__btn {
    width: 100%;
    height: 65px;
    font-size: 21px; }
  .why__btn {
    font-size: 21px;
    height: 65px; }
  h1 {
    font-size: 35px; }
  .header__item {
    max-width: 100%; }
  h2 {
    font-size: 34px !important;
    text-align: center; }
  .catalog .mySwiper2 .swiper-slide {
    height: 450px; }
  .catalog__fig {
    display: none; }
  .why {
    padding-bottom: 20px; }
  .catalog .mySwiper .swiper-slide p {
    font-size: 16px;
    text-align: center; }
  .why__item {
    width: 100%; }
  .header__item:last-child {
    margin-bottom: 0; }
  .brand {
    padding-bottom: 20px; }
  .tech__item {
    width: 100%; } }

@media screen and (max-width: 576px) {
  button:active, button:focus {
    outline: none; }
  button::-moz-focus-inner {
    border: 0; }
  a:active, a:focus {
    outline: none; }
  input, textarea {
    outline: none; }
  input:active, textarea:active {
    outline: none; }
  .menu ul li a {
    font-size: 21px; }
  .menu {
    width: 100%;
    padding: 100px 20px; }
  .menu .nav__search {
    display: flex;
    margin-right: 0;
    margin-bottom: 50px;
    width: 100%; }
  .header__bg {
    display: none; }
  .header .swiper1 .swiper-slide {
    padding: 40px 20px; }
  h1 {
    font-size: 28px;
    margin-bottom: 30px; }
  .header__btn, .order__form input, .order__form button {
    font-size: 18px;
    height: 60px; }
  .why__btn, .item__btns a {
    font-size: 18px;
    height: 60px; }
  .header .swiper-pagination1 {
    bottom: 0 !important; }
  .header__pic {
    right: 0;
    top: 0;
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    margin: 52px auto 30px; }
  .header__row {
    margin-top: 80px; }
  .header__item {
    flex-direction: column; }
  .header__content {
    margin-left: 0;
    margin-top: 15px;
    text-align: center; }
  h2 {
    font-size: 28px !important; }
  .why__name {
    font-size: 21px; }
  .why__text {
    font-size: 16px; }
  .why__icon {
    width: 70px;
    margin-bottom: 20px; }
  .header__content p {
    line-height: 140%; }
  .brand .mySwiperr2 {
    height: 350px; }
  .brand__slider .arrow {
    top: 29.5%; }
  .brand__slider .swiper-button-prev4 {
    left: 10px; }
  .brand__slider .swiper-button-next4 {
    right: 10px; }
  .tech__item p {
    font-size: 21px; }
  .brand {
    padding-bottom: 10px;
    padding-top: 50px; }
  .item__pic {
    height: 300px; }
  .item__area p {
    font-size: 21px; }
  .item .pag {
    margin-top: 40px; }
  .order__form input {
    margin-bottom: 20px; }
  .ask__info {
    flex-direction: column; }
  .ask__item {
    margin-bottom: 25px; }
  .ask__block {
    margin-bottom: 10px; }
  .order__form button {
    font-size: 17px; }
  .catalog .mySwiper2 .swiper-slide {
    height: 370px; }
  .catalog .mySwiper2 {
    margin-bottom: 10px; }
  .order__bg {
    object-position: 0px 0px; }
  .brand__slider .arrow {
    width: 40px;
    height: 40px; }
    .brand__slider .arrow .svg {
      width: 10px;
      height: auto; } }

/* End */
/* /local/templates/novoline/css/main.css?175863606642606 */
