@import url(https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap);
.cookies-wide.cookies-size {
    background-color: #FFF !important;
}
.cookies-wide{width:100%;background-color:#FFF !important;line-height:14px;font-size:11px;color:#fff;position:fixed;bottom:0;z-index:100}
.cookies-inner{max-width:1170px;background-color:#FFF !important; color: #000;height:auto !important;overflow: hidden;padding:0 20px;position:relative;     line-height: 18px;
    padding: 10px !important; display: flex;
    align-items: center; margin: 0 auto;}
.cookies-inner span{display:block;float:left;padding:5px 80px 4px 0}
.cookies-close-button{
    text-transform: uppercase;
    border-radius: 50px;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    padding: 16px 40px 16px 30px;
    display: inline-block;
    color: #FFF !important;
    background: #E60000;
    position: relative;
}

.cookies-close-button::after {
    position: absolute;
    right: 18px;
    top: 17px;
    content: "";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    color: #FFF;
    transition: all 0.3s;
}
.cookies-close-button:hover::after {
    right: 13px;
}
@media all and (max-width: 767px) {
    .cookies-inner {
        display: block;
        text-align: center;
    }
    .cookies-inner span {
        padding: 11px 0 18px 0 !important;
    }
}
body.stop-scrolling {
  height: 100%;
  overflow: hidden; }

.sweet-overlay {
  background-color: black;
  /* IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  /* IE8 */
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 10000; }

.sweet-alert {
  background-color: white;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  width: 478px;
  padding: 17px;
  border-radius: 5px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -256px;
  margin-top: -200px;
  overflow: hidden;
  display: none;
  z-index: 99999; }
  @media all and (max-width: 540px) {
    .sweet-alert {
      width: auto;
      margin-left: 0;
      margin-right: 0;
      left: 15px;
      right: 15px; } }
  .sweet-alert h2 {
    color: #575757;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 25px 0;
    padding: 0;
    line-height: 40px;
    display: block; }
  .sweet-alert p {
    color: #797979;
    font-size: 16px;
    text-align: center;
    font-weight: 300;
    position: relative;
    text-align: inherit;
    float: none;
    margin: 0;
    padding: 0;
    line-height: normal; }
  .sweet-alert fieldset {
    border: none;
    position: relative; }
  .sweet-alert .sa-error-container {
    background-color: #f1f1f1;
    margin-left: -17px;
    margin-right: -17px;
    overflow: hidden;
    padding: 0 10px;
    max-height: 0;
    webkit-transition: padding 0.15s, max-height 0.15s;
    transition: padding 0.15s, max-height 0.15s; }
    .sweet-alert .sa-error-container.show {
      padding: 10px 0;
      max-height: 100px;
      webkit-transition: padding 0.2s, max-height 0.2s;
      transition: padding 0.25s, max-height 0.25s; }
    .sweet-alert .sa-error-container .icon {
      display: inline-block;
      width: 24px;
      height: 24px;
      border-radius: 50%;
      background-color: #ea7d7d;
      color: white;
      line-height: 24px;
      text-align: center;
      margin-right: 3px; }
    .sweet-alert .sa-error-container p {
      display: inline-block; }
  .sweet-alert .sa-input-error {
    position: absolute;
    top: 29px;
    right: 26px;
    width: 20px;
    height: 20px;
    opacity: 0;
    transform: scale(0.5);
    transform-origin: 50% 50%;
    transition: all 0.1s; }
    .sweet-alert .sa-input-error::before, .sweet-alert .sa-input-error::after {
      content: "";
      width: 20px;
      height: 6px;
      background-color: #f06e57;
      border-radius: 3px;
      position: absolute;
      top: 50%;
      margin-top: -4px;
      left: 50%;
      margin-left: -9px; }
    .sweet-alert .sa-input-error::before {
      transform: rotate(-45deg); }
    .sweet-alert .sa-input-error::after {
      transform: rotate(45deg); }
    .sweet-alert .sa-input-error.show {
      opacity: 1;
      transform: scale(1); }
  .sweet-alert input {
    width: 100%;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #d7d7d7;
    height: 43px;
    margin-top: 10px;
    margin-bottom: 17px;
    font-size: 18px;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.06);
    padding: 0 12px;
    display: none;
    transition: all 0.3s; }
    .sweet-alert input:focus {
      outline: none;
      box-shadow: 0px 0px 3px #c4e6f5;
      border: 1px solid #b4dbed; }
      .sweet-alert input:focus::-moz-placeholder {
        -moz-transition: opacity 0.3s 0.03s ease;
        transition: opacity 0.3s 0.03s ease;
        opacity: 0.5; }
      .sweet-alert input:focus:-ms-input-placeholder {
        -ms-transition: opacity 0.3s 0.03s ease;
        transition: opacity 0.3s 0.03s ease;
        opacity: 0.5; }
      .sweet-alert input:focus::-webkit-input-placeholder {
        -webkit-transition: opacity 0.3s 0.03s ease;
        transition: opacity 0.3s 0.03s ease;
        opacity: 0.5; }
    .sweet-alert input::-moz-placeholder {
      color: #bdbdbd; }
    .sweet-alert input:-ms-input-placeholder {
      color: #bdbdbd; }
    .sweet-alert input::-webkit-input-placeholder {
      color: #bdbdbd; }
  .sweet-alert.show-input input {
    display: block; }
  .sweet-alert button {
    background-color: #AEDEF4;
    color: white;
    border: none;
    box-shadow: none;
    font-size: 17px;
    font-weight: 500;
    border-radius: 5px;
    padding: 10px 32px;
    margin: 26px 5px 0 5px;
    cursor: pointer; }
    .sweet-alert button:focus {
      outline: none;
      box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05); }
    .sweet-alert button:hover {
      background-color: #a1d9f2; }
    .sweet-alert button:active {
      background-color: #81ccee; }
    .sweet-alert button.cancel {
      background-color: #D0D0D0; }
      .sweet-alert button.cancel:hover {
        background-color: #c8c8c8; }
      .sweet-alert button.cancel:active {
        background-color: #b6b6b6; }
      .sweet-alert button.cancel:focus {
        box-shadow: rgba(197, 205, 211, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset !important; }
    .sweet-alert button::-moz-focus-inner {
      border: 0; }
  .sweet-alert[data-has-cancel-button=false] button {
    box-shadow: none !important; }
  .sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
    padding-bottom: 40px; }
  .sweet-alert .sa-icon {
    width: 80px;
    height: 80px;
    border: 4px solid gray;
    border-radius: 40px;
    border-radius: 50%;
    margin: 20px auto;
    padding: 0;
    position: relative;
    box-sizing: content-box; }
    .sweet-alert .sa-icon.sa-error {
      border-color: #F27474; }
      .sweet-alert .sa-icon.sa-error .sa-x-mark {
        position: relative;
        display: block; }
      .sweet-alert .sa-icon.sa-error .sa-line {
        position: absolute;
        height: 5px;
        width: 47px;
        background-color: #F27474;
        display: block;
        top: 37px;
        border-radius: 2px; }
        .sweet-alert .sa-icon.sa-error .sa-line.sa-left {
          transform: rotate(45deg);
          left: 17px; }
        .sweet-alert .sa-icon.sa-error .sa-line.sa-right {
          transform: rotate(-45deg);
          right: 16px; }
    .sweet-alert .sa-icon.sa-warning {
      border-color: #F8BB86; }
      .sweet-alert .sa-icon.sa-warning .sa-body {
        position: absolute;
        width: 5px;
        height: 47px;
        left: 50%;
        top: 10px;
        border-radius: 2px;
        margin-left: -2px;
        background-color: #F8BB86; }
      .sweet-alert .sa-icon.sa-warning .sa-dot {
        position: absolute;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        margin-left: -3px;
        left: 50%;
        bottom: 10px;
        background-color: #F8BB86; }
    .sweet-alert .sa-icon.sa-info {
      border-color: #C9DAE1; }
      .sweet-alert .sa-icon.sa-info::before {
        content: "";
        position: absolute;
        width: 5px;
        height: 29px;
        left: 50%;
        bottom: 17px;
        border-radius: 2px;
        margin-left: -2px;
        background-color: #C9DAE1; }
      .sweet-alert .sa-icon.sa-info::after {
        content: "";
        position: absolute;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        margin-left: -3px;
        top: 19px;
        background-color: #C9DAE1; }
    .sweet-alert .sa-icon.sa-success {
      border-color: #A5DC86; }
      .sweet-alert .sa-icon.sa-success::before, .sweet-alert .sa-icon.sa-success::after {
        content: '';
        border-radius: 40px;
        border-radius: 50%;
        position: absolute;
        width: 60px;
        height: 120px;
        background: white;
        transform: rotate(45deg); }
      .sweet-alert .sa-icon.sa-success::before {
        border-radius: 120px 0 0 120px;
        top: -7px;
        left: -33px;
        transform: rotate(-45deg);
        transform-origin: 60px 60px; }
      .sweet-alert .sa-icon.sa-success::after {
        border-radius: 0 120px 120px 0;
        top: -11px;
        left: 30px;
        transform: rotate(-45deg);
        transform-origin: 0px 60px; }
      .sweet-alert .sa-icon.sa-success .sa-placeholder {
        width: 80px;
        height: 80px;
        border: 4px solid rgba(165, 220, 134, 0.2);
        border-radius: 40px;
        border-radius: 50%;
        box-sizing: content-box;
        position: absolute;
        left: -4px;
        top: -4px;
        z-index: 2; }
      .sweet-alert .sa-icon.sa-success .sa-fix {
        width: 5px;
        height: 90px;
        background-color: white;
        position: absolute;
        left: 28px;
        top: 8px;
        z-index: 1;
        transform: rotate(-45deg); }
      .sweet-alert .sa-icon.sa-success .sa-line {
        height: 5px;
        background-color: #A5DC86;
        display: block;
        border-radius: 2px;
        position: absolute;
        z-index: 2; }
        .sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
          width: 25px;
          left: 14px;
          top: 46px;
          transform: rotate(45deg); }
        .sweet-alert .sa-icon.sa-success .sa-line.sa-long {
          width: 47px;
          right: 8px;
          top: 38px;
          transform: rotate(-45deg); }
    .sweet-alert .sa-icon.sa-custom {
      background-size: contain;
      border-radius: 0;
      border: none;
      background-position: center center;
      background-repeat: no-repeat; }

/*
 * Animations
 */
@-webkit-keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7); }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05); }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95); }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

@keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7); }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05); }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95); }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

@-webkit-keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1); }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5); } }

@keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1); }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5); } }

@-webkit-keyframes slideFromTop {
  0% {
    top: 0%; }
  100% {
    top: 50%; } }

@keyframes slideFromTop {
  0% {
    top: 0%; }
  100% {
    top: 50%; } }

@-webkit-keyframes slideToTop {
  0% {
    top: 50%; }
  100% {
    top: 0%; } }

@keyframes slideToTop {
  0% {
    top: 50%; }
  100% {
    top: 0%; } }

@-webkit-keyframes slideFromBottom {
  0% {
    top: 70%; }
  100% {
    top: 50%; } }

@keyframes slideFromBottom {
  0% {
    top: 70%; }
  100% {
    top: 50%; } }

@-webkit-keyframes slideToBottom {
  0% {
    top: 50%; }
  100% {
    top: 70%; } }

@keyframes slideToBottom {
  0% {
    top: 50%; }
  100% {
    top: 70%; } }

.showSweetAlert[data-animation=pop] {
  -webkit-animation: showSweetAlert 0.3s;
  animation: showSweetAlert 0.3s; }

.showSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none; }

.showSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideFromTop 0.3s;
  animation: slideFromTop 0.3s; }

.showSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideFromBottom 0.3s;
  animation: slideFromBottom 0.3s; }

.hideSweetAlert[data-animation=pop] {
  -webkit-animation: hideSweetAlert 0.2s;
  animation: hideSweetAlert 0.2s; }

.hideSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none; }

.hideSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideToTop 0.4s;
  animation: slideToTop 0.4s; }

.hideSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideToBottom 0.3s;
  animation: slideToBottom 0.3s; }

@-webkit-keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@-webkit-keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0px;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0px;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@-webkit-keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); } }

@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); } }

.animateSuccessTip {
  -webkit-animation: animateSuccessTip 0.75s;
  animation: animateSuccessTip 0.75s; }

.animateSuccessLong {
  -webkit-animation: animateSuccessLong 0.75s;
  animation: animateSuccessLong 0.75s; }

.sa-icon.sa-success.animate::after {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
  animation: rotatePlaceholder 4.25s ease-in; }

@-webkit-keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1; } }

@keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1; } }

.animateErrorIcon {
  -webkit-animation: animateErrorIcon 0.5s;
  animation: animateErrorIcon 0.5s; }

@-webkit-keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px; }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1; } }

@keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px; }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1; } }

.animateXMark {
  -webkit-animation: animateXMark 0.5s;
  animation: animateXMark 0.5s; }

@-webkit-keyframes pulseWarning {
  0% {
    border-color: #F8D486; }
  100% {
    border-color: #F8BB86; } }

@keyframes pulseWarning {
  0% {
    border-color: #F8D486; }
  100% {
    border-color: #F8BB86; } }

.pulseWarning {
  -webkit-animation: pulseWarning 0.75s infinite alternate;
  animation: pulseWarning 0.75s infinite alternate; }

@-webkit-keyframes pulseWarningIns {
  0% {
    background-color: #F8D486; }
  100% {
    background-color: #F8BB86; } }

@keyframes pulseWarningIns {
  0% {
    background-color: #F8D486; }
  100% {
    background-color: #F8BB86; } }

.pulseWarningIns {
  -webkit-animation: pulseWarningIns 0.75s infinite alternate;
  animation: pulseWarningIns 0.75s infinite alternate; }

/* Internet Explorer 9 has some special quirks that are fixed here */
/* The icons are not animated. */
/* This file is automatically merged into sweet-alert.min.js through Gulp */
/* Error icon */
.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  -ms-transform: rotate(45deg) \9; }

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  -ms-transform: rotate(-45deg) \9; }

/* Success icon */
.sweet-alert .sa-icon.sa-success {
  border-color: transparent\9; }

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  -ms-transform: rotate(45deg) \9; }

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  -ms-transform: rotate(-45deg) \9; }

/*! jQuery UI - v1.10.4 - 2014-02-18
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css, jquery.ui.theme.css
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin-top: 2px;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons {
	padding-left: .7em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 49%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-dialog {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-menu {
	list-style: none;
	padding: 2px;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	margin-top: -3px;
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	padding: 0;
	width: 100%;
	/* support: IE10, see #8844 */
	list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-divider {
	margin: 5px -2px 5px -2px;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
	text-decoration: none;
	display: block;
	padding: 2px .4em;
	line-height: 1.5;
	min-height: 0; /* support: IE7 */
	font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}

.ui-menu .ui-state-disabled {
	font-weight: normal;
	margin: .4em 0 .2em;
	line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
	cursor: default;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item a {
	position: relative;
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: .2em;
	left: .2em;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	position: static;
	float: right;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url(/images/animated-overlay.gif?15daf7953084536ee875f7c627a566b3);
	height: 100%;
	filter: alpha(opacity=25);
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertically center icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Verdana,Arial,sans-serif/*{ffDefault}*/;
	font-size: 1.1em/*{fsDefault}*/;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Verdana,Arial,sans-serif/*{ffDefault}*/;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #aaaaaa/*{borderColorContent}*/;
	background: #ffffff/*{bgColorContent}*/ url(/images/ui-bg_flat_75_ffffff_40x100.png?f2a6d222debef9e07aabae58424b35d7)/*{bgImgUrlContent}*/ 50%/*{bgContentXPos}*/ 50%/*{bgContentYPos}*/ repeat-x/*{bgContentRepeat}*/;
	color: #222222/*{fcContent}*/;
}
.ui-widget-content a {
	color: #222222/*{fcContent}*/;
}
.ui-widget-header {
	border: 1px solid #aaaaaa/*{borderColorHeader}*/;
	background: #cccccc/*{bgColorHeader}*/ url(/images/ui-bg_highlight-soft_75_cccccc_1x100.png?58b59376eebea530b2e1cfa085d8d281)/*{bgImgUrlHeader}*/ 50%/*{bgHeaderXPos}*/ 50%/*{bgHeaderYPos}*/ repeat-x/*{bgHeaderRepeat}*/;
	color: #222222/*{fcHeader}*/;
	font-weight: bold;
}
.ui-widget-header a {
	color: #222222/*{fcHeader}*/;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3/*{borderColorDefault}*/;
	background: #e6e6e6/*{bgColorDefault}*/ url(/images/ui-bg_glass_75_e6e6e6_1x400.png?1b121aa6aa6ba413895827059b778667)/*{bgImgUrlDefault}*/ 50%/*{bgDefaultXPos}*/ 50%/*{bgDefaultYPos}*/ repeat-x/*{bgDefaultRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #555555/*{fcDefault}*/;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #555555/*{fcDefault}*/;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #999999/*{borderColorHover}*/;
	background: #dadada/*{bgColorHover}*/ url(/images/ui-bg_glass_75_dadada_1x400.png?29a0814254c9b09519dc9fe85e07f96a)/*{bgImgUrlHover}*/ 50%/*{bgHoverXPos}*/ 50%/*{bgHoverYPos}*/ repeat-x/*{bgHoverRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #212121/*{fcHover}*/;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #212121/*{fcHover}*/;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #aaaaaa/*{borderColorActive}*/;
	background: #ffffff/*{bgColorActive}*/ url(/images/ui-bg_glass_65_ffffff_1x400.png?a7ae98096479aed8657e479c5a0cdc36)/*{bgImgUrlActive}*/ 50%/*{bgActiveXPos}*/ 50%/*{bgActiveYPos}*/ repeat-x/*{bgActiveRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #212121/*{fcActive}*/;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #212121/*{fcActive}*/;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fcefa1/*{borderColorHighlight}*/;
	background: #fbf9ee/*{bgColorHighlight}*/ url(/images/ui-bg_glass_55_fbf9ee_1x400.png?770a6791171ed6d8b9bd21b21ed4789a)/*{bgImgUrlHighlight}*/ 50%/*{bgHighlightXPos}*/ 50%/*{bgHighlightYPos}*/ repeat-x/*{bgHighlightRepeat}*/;
	color: #363636/*{fcHighlight}*/;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636/*{fcHighlight}*/;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a/*{borderColorError}*/;
	background: #fef1ec/*{bgColorError}*/ url(/images/ui-bg_glass_95_fef1ec_1x400.png?c1a977d7d215036bd493cb46411c4219)/*{bgImgUrlError}*/ 50%/*{bgErrorXPos}*/ 50%/*{bgErrorYPos}*/ repeat-x/*{bgErrorRepeat}*/;
	color: #cd0a0a/*{fcError}*/;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #cd0a0a/*{fcError}*/;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #cd0a0a/*{fcError}*/;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70);
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35);
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(/images/ui-icons_222222_256x240.png?3f23f6f9dd1c59691ebaf1ab0fff2751)/*{iconsContent}*/;
}
.ui-widget-header .ui-icon {
	background-image: url(/images/ui-icons_222222_256x240.png?3f23f6f9dd1c59691ebaf1ab0fff2751)/*{iconsHeader}*/;
}
.ui-state-default .ui-icon {
	background-image: url(/images/ui-icons_888888_256x240.png?ef5ac6aea7df68591eec73ba300c86e5)/*{iconsDefault}*/;
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url(/images/ui-icons_454545_256x240.png?2cb6131e0e292e27c5cbd1eb6a02b579)/*{iconsHover}*/;
}
.ui-state-active .ui-icon {
	background-image: url(/images/ui-icons_454545_256x240.png?2cb6131e0e292e27c5cbd1eb6a02b579)/*{iconsActive}*/;
}
.ui-state-highlight .ui-icon {
	background-image: url(/images/ui-icons_2e83ff_256x240.png?1c753b4b338b6f900fafbb6873182ef7)/*{iconsHighlight}*/;
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(/images/ui-icons_cd0a0a_256x240.png?459791cd7103af739d3535ffe7528da8)/*{iconsError}*/;
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px/*{cornerRadius}*/;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa/*{bgColorOverlay}*/ url(/images/ui-bg_flat_0_aaaaaa_40x100.png?408312f702ee4751c889d8224681d1ca)/*{bgImgUrlOverlay}*/ 50%/*{bgOverlayXPos}*/ 50%/*{bgOverlayYPos}*/ repeat-x/*{bgOverlayRepeat}*/;
	opacity: .3/*{opacityOverlay}*/;
	filter: Alpha(Opacity=30)/*{opacityFilterOverlay}*/;
}
.ui-widget-shadow {
	margin: -8px/*{offsetTopShadow}*/ 0 0 -8px/*{offsetLeftShadow}*/;
	padding: 8px/*{thicknessShadow}*/;
	background: #aaaaaa/*{bgColorShadow}*/ url(/images/ui-bg_flat_0_aaaaaa_40x100.png?408312f702ee4751c889d8224681d1ca)/*{bgImgUrlShadow}*/ 50%/*{bgShadowXPos}*/ 50%/*{bgShadowYPos}*/ repeat-x/*{bgShadowRepeat}*/;
	opacity: .3/*{opacityShadow}*/;
	filter: Alpha(Opacity=30)/*{opacityFilterShadow}*/;
	border-radius: 8px/*{cornerRadiusShadow}*/;
}

@charset "UTF-8";
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: 800;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: 700;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

body {
  font-family: "Nunito Sans", sans-serif;
  color: #3A3A3A;
  overflow-x: hidden;
}
body.hidden-ov {
  overflow: hidden;
}

* {
  box-sizing: border-box;
  outline: none;
}

a {
  transition: all 0.5s;
  color: #3A3A3A;
  text-decoration: none;
}
a:hover {
  color: #E60000;
}

.container {
  width: 100%;
  max-width: 1365px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.container--small {
  max-width: 1240px;
}

.btn {
  /* text-transform: uppercase; */
  border-radius: 50px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  padding: 15px 22px 16px 22px;
  display: inline-block;
  cursor: pointer;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .btn {
    padding: 12px 24px;
  }
}
.btn:hover i {
  margin: 0 0px 0 19px;
}
.btn i {
  margin: 0 3px 0 16px;
  transition: all 0.3s;
}
.btn--small {
  padding: 16px 30px;
}
.btn--red {
  color: #FFF;
  background: #E60000;
}
.btn--red:hover {
  color: #FFF;
  background: rgba(230, 0, 0, 0.9);
}
.btn--transparent {
  border: 2px solid #3A3A3A;
  padding: 14px 20px 15px 20px;
}
@media (max-width: 767px) {
  .btn--transparent {
    padding: 12px 16px 12px 16px;
  }
}
.btn--transparent:hover {
  color: #FFF;
  border-color: #E60000;
  background: #E60000;
}

.link:hover i {
  margin: 0 -4px 0 21px;
}
.link i {
  margin: 0 0 0 17px;
  transition: all 0.3s;
}

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

.top {
  padding: 20px 0 10px 0;
  border-bottom: 4px solid #E60000;
}
@media (max-width: 1200px) {
  .top {
    padding: 13px 0;
  }
}
.top .container {
  display: flex;
  justify-content: space-between;
}
.top .menu-toggle {
  width: 23px;
  height: 18px;
  position: relative;
  margin: 3px 0 0 -5px;
  display: none;
}
@media (max-width: 1200px) {
  .top .menu-toggle {
    display: block;
  }
}
.top .menu-toggle span {
  width: 23px;
  height: 2px;
  background: #000;
  position: absolute;
}
.top .menu-toggle span:nth-child(1) {
  top: 0;
}
.top .menu-toggle span:nth-child(2) {
  top: 50%;
  margin-top: -1px;
}
.top .menu-toggle span:nth-child(3) {
  bottom: 0;
}
.top__right {
  display: flex;
  align-items: center;
  margin-top: -7px;
}
.top__right .search-toggle {
  font-size: 20px;
  margin: 0 5px 0 40px;
}
@media (max-width: 1200px) {
  .top__right .search-toggle {
    margin: 8px 0 -3px 0;
  }
}
.top__tel {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 0 0;
}
.top__tel a {
  color: #E60000;
}
@media (max-width: 1200px) {
  .top__tel {
    position: absolute;
    left: 0;
    top: 54px;
    right: 0;
    padding: 21px 0;
    background: #FFF;
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    text-align: center;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    margin: 0;
    display: none;
  }
}
.top__logo img {
  width: 100%;
  height: 19px;
  margin: 2px 0 0 0;
}
@media (max-width: 1200px) {
  .top__logo {
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 15px;
    max-width: 250px;
  }
  .top__logo img {
    margin: 0 0 0 0;
  }
}
.top__links {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 0 46px;
}
@media (max-width: 1200px) {
  .top__links {
    display: none;
  }
}

.nav {
  position: relative;
}
@media (max-width: 1200px) {
  .nav {
    position: absolute;
    left: 0;
    top: 54px;
    right: 0;
    background: #FFF;
    z-index: 20;
    opacity: 0;
    visibility: hidden;
  }
  .nav .container {
    padding: 0;
  }
}
.nav .nav-menu {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 1200px) {
  .nav .nav-menu {
    display: block;
    padding: 0 0;
  }
}
.nav .nav-menu__item {
  margin: 0 30px 0 0;
  padding: 32px 0;
  position: relative;
}
@media (max-width: 1200px) {
  .nav .nav-menu__item {
    margin: 0 15px 0 0;
    padding: 0 0;
  }
}
@media (max-width: 1200px) {
  .nav .nav-menu__item {
    margin: 0 0;
    display: block;
    position: relative;
  }
}
.nav .nav-menu__item.only-mobile {
  display: none;
}
@media (max-width: 1200px) {
  .nav .nav-menu__item.only-mobile {
    display: block;
  }
}
.nav .nav-menu__item > a {
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
}
@media (max-width: 1200px) {
  .nav .nav-menu__item > a {
    padding: 22px 15px;
    display: block;
    border-bottom: 1px solid #DDDDDD;
  }
}
.nav .nav-menu__item .submenu-toggle {
  display: none;
}
@media (max-width: 1200px) {
  .nav .nav-menu__item .submenu-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    height: 67px;
    width: 40px;
    cursor: pointer;
  }
  .nav .nav-menu__item .submenu-toggle.open {
    transform: rotate(180deg);
  }
}
@media all and (min-width: 1200px) {
  .nav .nav-menu__item.current > a {
    color: #E60000;
  }
  .nav .nav-menu__item:hover > a {
    color: #E60000;
  }
  .nav .nav-menu__item:hover .submenu {
    opacity: 1;
    visibility: visible;
  }
  .nav .nav-menu__item:hover .submenu {
    z-index: 11;
  }
}
.nav .nav-menu .submenu-btn ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav .nav-menu .submenu-btn ul li .btn {
  margin: 15px;
  text-align: center;
  text-transform: none;
  justify-content: center;
  padding: 16px 0;
}
.nav .nav-menu .submenu-btn ul li .btn i {
  margin: 2px 0 0 10px;
}
.nav .nav-menu .submenu i {
  display: none;
}
.nav .nav-menu .submenu .current {
  color: #E60000;
}
@media all and (min-width: 1200px) {
  .nav .nav-menu .submenu {
    position: absolute;
    left: 0;
    background: #DDDDDD;
    padding: 0 10px;
    z-index: 10;
    top: 74px;
    min-width: 100%;
    overflow: hidden;
    opacity: 0;
    transition: all 0.3s;
    visibility: hidden;
  }
  .nav .nav-menu .submenu ul {
    list-style: none;
    display: block;
  }
  .nav .nav-menu .submenu ul li {
    margin: 20px 0;
  }
}
@media (min-width: 1200px) and (max-width: 1200px) {
  .nav .nav-menu .submenu ul li {
    margin-right: 15px;
  }
}
@media all and (min-width: 1200px) {
  .nav .nav-menu .submenu ul a {
    font-size: 16px;
    white-space: nowrap;
  }
  .nav .nav-menu .submenu ul a:hover {
    color: #E60000;
  }
}
@media (max-width: 1200px) {
  .nav .nav-menu .submenu {
    background: #F2F2F2;
    display: none;
    overflow: hidden;
  }
  .nav .nav-menu .submenu.open {
    display: block;
  }
  .nav .nav-menu .submenu ul {
    list-style: none;
  }
  .nav .nav-menu .submenu ul li::marker {
    content: none;
    display: none !important;
  }
  .nav .nav-menu .submenu ul li:not(:last-child) {
    border-bottom: 1px solid #DDDDDD;
  }
  .nav .nav-menu .submenu ul li a {
    display: flex;
    justify-content: space-between;
    padding: 22px 15px;
  }
  .nav .nav-menu .submenu ul li a i {
    display: block;
  }
}

@media (max-width: 1200px) {
  .header-top:has(.top-phone) {
    position: relative;
    margin-top: 40px;
  }
}

.top-phone {
  display: none;
}
@media (max-width: 1200px) {
  .top-phone {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF !important;
    background: #E60000;
    padding: 10px 0;
    position: absolute;
    left: 0;
    right: 0;
    top: -40px;
  }
  .top-phone svg {
    margin-right: 10px;
  }
  .top-phone span {
    font-size: 14px;
    color: #FFF;
  }
  .top-phone span em {
    font-style: normal;
    text-decoration: underline;
  }
}

.toggle-menu {
  position: relative;
  margin: 0 0 0 46px;
}
@media (max-width: 1200px) {
  .toggle-menu {
    display: none;
  }
}
@media (max-width: 767px) {
  .toggle-menu.toggle-menu-account:hover ul {
    display: none !important;
  }
  .toggle-menu.toggle-menu-account ul.open {
    display: block !important;
  }
}
.toggle-menu ul {
  position: absolute;
  left: 0;
  top: 100%;
  min-width: calc(100% + 20px);
  background: #FFF;
  display: none;
  list-style: none;
  margin: 0;
  padding: 20px 20px 15px 20px;
  white-space: nowrap;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  z-index: 30;
  border-radius: 0 20px 0 20px;
}
@media (max-width: 1200px) {
  .toggle-menu ul {
    left: auto;
    right: -10px;
  }
}
.toggle-menu ul li {
  margin: 10px 0;
  max-width: 400px;
}
.toggle-menu ul li a:not(.btn) {
  display: block;
  font-weight: bold;
  font-size: 14px;
  padding-right: 30px;
  display: block;
  position: relative;
  width: 210px;
  white-space: normal;
}
.toggle-menu ul li a:not(.btn) i {
  position: absolute;
  right: 0;
  top: 2px;
}
.toggle-menu ul li .btn {
  text-align: center;
  text-transform: none;
  display: block;
  margin-top: 20px;
}
.toggle-menu:hover ul {
  display: block;
}
.toggle-menu__current {
  font-size: 14px;
  font-weight: bold;
  display: flex;
  align-items: center;
  cursor: pointer;
  background: #E60000;
  color: #FFF !important;
  padding: 10px 20px;
  border-radius: 50px;
  margin: -5px 0 0 0;
}
.toggle-menu__current:hover {
  background-color: rgba(230, 0, 0, 0.9) !important;
}
.toggle-menu__current svg {
  margin-right: 5px;
}
.toggle-menu__current i {
  margin: 0 0 0 12px;
}

.lang-switcher {
  display: flex;
  align-items: center;
  margin: 0 0 0 46px;
}
@media (max-width: 1200px) {
  .lang-switcher {
    display: none;
  }
}
.lang-switcher a {
  font-size: 14px;
  font-weight: bold;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin: 0 0;
  transition: none !important;
}
.lang-switcher a i, .lang-switcher a span {
  opacity: 0.5;
  transition: all 0.3s;
  color: #3A3A3A !important;
}
.lang-switcher a.current i, .lang-switcher a.current span {
  opacity: 1;
}
.lang-switcher a i {
  color: #3A3A3A !important;
}
.lang-switcher a:hover:not(.current) span {
  color: #E60000 !important;
  opacity: 1;
}
.lang-switcher a:first-child i {
  margin-left: 5px;
}
.lang-switcher a:last-child i {
  margin-right: 5px;
}

@media (max-width: 1200px) {
  .mobile-open .menu-toggle span:nth-child(1) {
    transform: rotate(45deg);
    top: 8px;
  }
  .mobile-open .menu-toggle span:nth-child(2) {
    opacity: 0;
  }
  .mobile-open .menu-toggle span:nth-child(3) {
    transform: rotate(-45deg);
    bottom: 8px;
  }
  .mobile-open .top {
    border: none;
    padding-bottom: 20px;
  }
  .mobile-open .top__logo {
    display: none;
  }
  .mobile-open .top__right .search-toggle {
    display: none;
  }
  .mobile-open .top__right .toggle-menu {
    display: none;
    margin: 10px 0 0 24px;
  }
  .mobile-open .top__right .toggle-menu.toggle-menu-account {
    order: 1;
  }
  .mobile-open .top__right .lang-switcher {
    margin: 10px 0 -1px 24px;
    display: flex;
  }
  .mobile-open .top__tel {
    opacity: 1;
    visibility: visible;
  }
  .mobile-open .nav {
    opacity: 1;
    visibility: visible;
  }
}

.newsletter {
  text-align: center;
  color: #FFF;
  background: url(/images/newsletter-bg.png?215b8fe2abf7ef1968d2d62e8b08f1fc) center no-repeat;
  background-size: cover;
  padding: 39px 0 55px 0;
  margin: 0 0 0 0;
}
@media (max-width: 767px) {
  .newsletter {
    padding: 39px 0 40px 0;
  }
}
.newsletter h2 {
  font-size: 44px;
  line-height: 52px;
  font-weight: 800;
  margin: 0 0 0 0;
}
@media (max-width: 1023px) {
  .newsletter h2 {
    font-size: 30px;
    line-height: normal;
  }
}
.newsletter p {
  font-size: 20px;
  line-height: 28px;
  margin: 6px 0 25px 0;
}
@media (max-width: 1023px) {
  .newsletter p {
    font-size: 18px;
    line-height: 26px;
    margin: 12px 20px 28px 20px;
  }
}
.newsletter__form {
  width: 100%;
  max-width: 721px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.newsletter__form .form-wrap select,
.newsletter__form .form-wrap input {
  width: 100%;
  background: #F5F5F5;
  border-radius: 52px;
  height: 52px;
  border: none;
  font-size: 14px;
  padding: 0 190px 0 37px;
}
@media (max-width: 767px) {
  .newsletter__form .form-wrap select,
.newsletter__form .form-wrap input {
    padding: 0 37px;
  }
}
.newsletter__form button {
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  padding: 17px 34px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .newsletter__form button {
    position: static;
    width: 100%;
    margin: 18px 0 6px 0;
  }
}
.newsletter__form .checkbox {
  width: 100%;
  text-align: left;
}
.newsletter__form .checkbox input {
  opacity: 0;
  position: absolute;
}
.newsletter__form .checkbox input:checked + label::after {
  color: #000;
}
.newsletter__form .checkbox label:not(.error) {
  padding: 5px 0 5px 38px;
  font-size: 13px;
  margin: 12px 0 0 0;
  display: block;
  position: relative;
  cursor: pointer;
}
.newsletter__form .checkbox label:not(.error)::after {
  position: absolute;
  left: 1px;
  top: 1px;
  background: #FFF;
  width: 23px;
  height: 23px;
  content: "";
  border-radius: 5px;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  color: #FFF;
  text-align: center;
  line-height: 23px;
}
.newsletter__form .checkbox label:not(.error) a {
  color: #FFF;
  text-decoration: underline;
}
.newsletter label.error {
  text-align: left;
  font-size: 12px;
  color: #f92828;
  width: 100%;
  display: block;
  padding: 5px 0 0 0;
  -webkit-transform-style: preserve-3d;
  transform: none;
  -webkit-backface-visibility: hidden;
}

.footer {
  background: #3A3A3A;
  padding: 86px 0 0 0;
  color: #FFF;
}
@media (max-width: 767px) {
  .footer {
    padding: 46px 0 0 0;
  }
}
.footer .container {
  max-width: 1230px;
}
.footer__top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .footer__top {
    padding-bottom: 14px;
  }
}
.footer__top .left {
  display: flex;
  flex-wrap: wrap;
  width: 77%;
}
@media (max-width: 1023px) {
  .footer__top .left {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .footer__top .left {
    width: 100%;
    order: 2;
  }
}
.footer__top .left .col {
  width: 33%;
  margin-bottom: 35px;
  padding-right: 15px;
}
@media (max-width: 1023px) {
  .footer__top .left .col {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .footer__top .left .col {
    width: 100%;
    margin-bottom: 14px;
  }
}
.footer__top .left .col.open h2 {
  margin-bottom: 15px;
}
.footer__top .left .col.open h2 i {
  transform: rotate(180deg);
}
.footer__top .left .col.open ul {
  display: block;
}
.footer__top .left .h2,
.footer__top .left h2 {
  font-size: 16px;
  margin: 0 0 15px 0;
  font-weight: bold;
}
.footer__top .left .h2 i,
.footer__top .left h2 i {
  display: none;
}
@media (max-width: 767px) {
  .footer__top .left .h2,
.footer__top .left h2 {
    position: relative;
    cursor: pointer;
    margin: 0 0 15px 0;
  }
  .footer__top .left .h2 i,
.footer__top .left h2 i {
    position: absolute;
    right: -17px;
    top: 3px;
    display: block;
  }
}
.footer__top .left ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 767px) {
  .footer__top .left ul {
    display: none;
  }
}
.footer__top .left ul li {
  margin-bottom: 11px;
}
.footer__top .left ul li a {
  color: #999999;
  text-decoration: none;
  font-size: 13px;
}
.footer__top .left ul li a:hover {
  color: #E60000;
}
.footer__top .right {
  width: 22.5%;
}
@media (max-width: 1023px) {
  .footer__top .right {
    width: 38%;
  }
}
@media (max-width: 767px) {
  .footer__top .right {
    width: 100%;
    order: 1;
  }
}
.footer__top .right img {
  margin: 0 0 0 0;
}
.footer__top .right p {
  color: #999999;
  font-size: 13px;
  line-height: 22px;
  margin: 22px 0 42px 0;
}
@media (max-width: 767px) {
  .footer__top .right p {
    margin-bottom: 26px;
  }
}
.footer__top .right .footer-box {
  position: relative;
  margin: 0 0 38px 0;
  padding: 0 0 0 63px;
}
.footer__top .right .footer-box svg,
.footer__top .right .footer-box img {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 55px;
  fill: #FFF;
}
.footer__top .right .footer-box span {
  font-weight: 300;
  color: #999999;
  text-transform: uppercase;
  font-size: 13px;
  display: block;
  margin: 3px 0 4px 0;
}
.footer__top .right .footer-box a {
  font-weight: bold;
  color: #FFF;
  text-decoration: none;
  font-size: 18px;
}
.footer__top .right .footer-box a:hover {
  color: #E60000;
}

.footer-list {
  background: #3A3A3A;
  padding: 28px 0;
  color: #FFF;
  border-top: 1px solid #4D4D4D;
  border-bottom: 1px solid #4D4D4D;
}
@media (max-width: 767px) {
  .footer-list {
    padding: 28px 0 12px 0;
  }
}
.footer-list .container {
  max-width: 1230px;
  display: flex;
  flex-wrap: wrap;
}
.footer-list a {
  font-size: 13px;
  font-weight: 300;
  color: #999999;
  margin: 0 30px 0 0;
}
@media (max-width: 767px) {
  .footer-list a {
    display: block;
    width: 100%;
    margin: 0 0 16px 0;
  }
}
.footer-list a:hover {
  color: #E60000;
}
.footer-list a i {
  margin: 0 0 0 16px;
  font-size: 12px;
}

.footer-copyright {
  background: #3A3A3A;
  padding: 25px 0 49px 0;
  color: #FFF;
}
.footer-copyright .container {
  max-width: 1230px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .footer-copyright .left {
    width: 100%;
  }
}
.footer-copyright .left a {
  font-size: 13px;
  font-weight: 300;
  color: #999999;
  margin-right: 20px;
}
.footer-copyright .left a:hover {
  color: #E60000;
}
@media (max-width: 767px) {
  .footer-copyright .left a {
    display: block;
    margin: 0 0 20px 0;
  }
}
.footer-copyright .right {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .footer-copyright .right {
    width: 100%;
    flex-wrap: wrap;
    margin: 53px 0 0 0;
  }
}
.footer-copyright .right span {
  color: #FFF;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  margin-right: 17px;
}
@media (max-width: 767px) {
  .footer-copyright .right span {
    display: block;
    width: 100%;
    margin: 10px 0 15px 0;
  }
}
.footer-copyright .right a {
  color: #FFF;
  font-size: 32px;
  margin: 0 16px 0 0;
}
.footer-copyright .right a:hover {
  color: #FFF;
}
.footer-copyright .full {
  width: 100%;
  font-size: 10px;
  font-weight: 300;
  color: #999999;
  margin: 60px 0 0 0;
}
@media (max-width: 767px) {
  .footer-copyright .full {
    margin: 13px 0 0 0;
    max-width: 200px;
  }
}

.home-slider {
  overflow: hidden;
  min-height: 540px;
  position: relative;
}
@media (max-width: 1500px) {
  .home-slider {
    min-height: 550px;
  }
}
@media (max-width: 1023px) {
  .home-slider {
    min-height: 560px;
  }
}
@media (max-width: 767px) {
  .home-slider {
    min-height: 480px;
  }
}
.home-slider .js-home-slider {
  opacity: 0;
  transition: all 0.5s;
}
.home-slider .js-home-slider.slick-initialized {
  opacity: 1;
}
.home-slider.home-slider-overlay .slick-slide::after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  background: rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.home-slider .scroll-home {
  background: url(/images/slider-arrow.svg?f7b84886e10c479231ff3593c710ab14);
  position: absolute;
  bottom: 30px;
  left: 50%;
  z-index: 10;
  height: 48px;
  width: 24px;
  transform: rotate(-90deg);
  display: none;
  -webkit-animation: anime-scroll 1s infinite;
          animation: anime-scroll 1s infinite;
}
@media (max-width: 767px) {
  .home-slider .scroll-home {
    display: none;
  }
}
@-webkit-keyframes anime-scroll {
  0% {
    bottom: 30px;
  }
  50% {
    bottom: 20px;
  }
  100% {
    bottom: 30px;
  }
}
@keyframes anime-scroll {
  0% {
    bottom: 30px;
  }
  50% {
    bottom: 20px;
  }
  100% {
    bottom: 30px;
  }
}
.home-slider .slick-slide {
  position: relative;
  color: #FFF;
  padding: 65px 0;
  min-height: 540px;
}
.home-slider .slick-slide .video {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
  width: 100%;
  height: 100%;
}
.home-slider .slick-slide .video::after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  background: rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .home-slider .slick-slide .video {
    display: none;
  }
}
.home-slider .slick-slide video {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
  width: 100%;
  height: 100%;
}
.home-slider .slick-slide img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.home-slider .slick-slide img.bg-mobile {
  display: none;
}
@media (max-width: 767px) {
  .home-slider .slick-slide img.bg-mobile {
    display: block;
  }
}
@media (max-width: 1500px) {
  .home-slider .slick-slide {
    padding: 70px 50px;
    min-height: 550px;
  }
}
@media (max-width: 1023px) {
  .home-slider .slick-slide {
    min-height: 560px;
  }
}
@media (max-width: 767px) {
  .home-slider .slick-slide {
    padding: 55px 0 30px 0;
    min-height: 480px;
  }
}
.home-slider .slick-slide .container {
  position: relative;
  z-index: 10;
}
.home-slider .slick-slide h1,
.home-slider .slick-slide h2 {
  font-size: 44px;
  font-weight: 800;
  line-height: 50px;
  margin: 0;
}
@media (max-width: 1023px) {
  .home-slider .slick-slide h1,
.home-slider .slick-slide h2 {
    font-size: 48px;
    line-height: 58px;
  }
}
@media (max-width: 767px) {
  .home-slider .slick-slide h1,
.home-slider .slick-slide h2 {
    font-size: 36px;
    line-height: 40px;
  }
}
.home-slider .slick-slide p {
  font-size: 20px;
  line-height: 32px;
  margin: 26px 0 30px 0;
  max-width: 570px;
}
@media (max-width: 1023px) {
  .home-slider .slick-slide p {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .home-slider .slick-slide p {
    font-size: 18px;
    line-height: 24px;
    margin: 16px -6px 27px 4px;
  }
}
.home-slider .slick-arrow {
  position: absolute;
  top: 46%;
  transform: translateY(-50%);
  border: none;
  z-index: 10;
  background: url(/images/slider-arrow.svg?f7b84886e10c479231ff3593c710ab14);
  height: 48px;
  width: 24px;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .home-slider .slick-arrow {
    display: none !important;
  }
}
.home-slider .slick-arrow.slick-prev {
  left: 76px;
}
.home-slider .slick-arrow.slick-prev:hover {
  margin-left: -5px;
}
@media (max-width: 1500px) {
  .home-slider .slick-arrow.slick-prev {
    left: 10px;
  }
}
.home-slider .slick-arrow.slick-next {
  right: 55px;
  top: 43%;
  transform: rotate(180deg);
}
.home-slider .slick-arrow.slick-next:hover {
  margin-right: -5px;
}
@media (max-width: 1500px) {
  .home-slider .slick-arrow.slick-next {
    right: 10px;
  }
}

.home-text-seo {
  margin: 67px 0;
  text-align: center;
  font-size: 26px;
  line-height: 36px;
}
@media (max-width: 1023px) {
  .home-text-seo {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .home-text-seo {
    margin: 39px 0;
  }
}
.home-text-seo .container {
  max-width: 950px;
}

.home-search {
  margin: 30px 0;
}
.home-search.subpage-search {
  margin-top: 80px;
}
.home-search__form {
  margin: 38px auto;
  text-align: left;
  max-width: 1200px;
}
@media (max-width: 767px) {
  .home-search__form {
    margin: 40px 0;
  }
}
.home-search__form img {
  max-width: 90%;
}
.home-search__form img:last-child {
  display: none;
}
@media (max-width: 767px) {
  .home-search__form img:first-child {
    display: none;
  }
  .home-search__form img:last-child {
    display: inline-block;
  }
}
.home-search__form .form-row-search {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.home-search__form .form-row-search.col3 .col {
  width: 25%;
}
@media all and (max-width: 992px) {
  .home-search__form .form-row-search.col3 .col {
    width: 100%;
    margin-bottom: 20px;
  }
}
.home-search__form .form-row-search .col {
  width: 39%;
  position: relative;
}
@media all and (max-width: 767px) {
  .home-search__form .form-row-search .col {
    width: 100% !important;
    margin-bottom: 20px;
  }
}
.home-search__form .form-row-search .col .search-multi .toggle {
  padding: 19px 50px 19px 30px;
  font-size: 18px;
  height: 61px;
  background-position: top 24px right 20px;
}
.home-search__form .form-row-search .col .search-multi .list {
  padding-left: 0 !important;
  padding-right: 0 !important;
  left: 0;
  right: 0;
}
.home-search__form .form-row-search .button {
  width: 17.5%;
}
@media all and (max-width: 767px) {
  .home-search__form .form-row-search .button {
    width: 100%;
  }
}
.home-search__form .form-row-search .button .btn {
  padding: 19px 15px;
  font-size: 16px;
  width: 100%;
  text-align: center;
}

.offer-section {
  margin: 64px 0 0 0;
}
@media (max-width: 767px) {
  .offer-section {
    margin: 40px 0 0 0;
    overflow: hidden;
    position: relative;
    padding-bottom: 50px;
  }
}
.offer-section .container {
  max-width: 1240px;
}

.header-title {
  text-align: center;
}
.header-title__heading {
  font-size: 44px;
  line-height: 52px;
  font-weight: 800;
  margin: 0 0;
}
@media (max-width: 1023px) {
  .header-title__heading {
    font-size: 32px !important;
    line-height: 38px !important;
  }
}
.header-title p {
  margin: 15px auto;
  font-size: 18px;
  line-height: 26px;
  max-width: 860px;
}
@media (max-width: 1023px) {
  .header-title p {
    font-size: 18px;
    line-height: 26px;
    padding: 0 10px;
  }
}
.header-title--flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-title-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 38px;
}
@media (max-width: 767px) {
  .header-title-link {
    margin-bottom: 27px;
  }
}
.header-title-link__heading {
  font-size: 44px;
  line-height: 54px;
  font-weight: 800;
  margin: 0 0;
}
@media (max-width: 1023px) {
  .header-title-link__heading {
    font-size: 30px;
    line-height: normal !important;
  }
}
@media (max-width: 767px) {
  .header-title-link__heading {
    width: 100%;
  }
}
.header-title-link .link {
  margin: 12px 24px 0 0;
}
@media (max-width: 767px) {
  .header-title-link .link {
    position: absolute;
    bottom: 0;
    right: 5px;
  }
}

.offer-slider {
  width: 100%;
}
.offer-slider .slick-list {
  padding: 0 15px;
  margin: 0 -15px 0 -15px;
}
@media (max-width: 1500px) {
  .offer-slider .slick-list {
    margin-right: -20px;
  }
}
@media (max-width: 767px) {
  .offer-slider .slick-list {
    margin-right: -30px;
  }
}
.offer-slider .offer-slider-item {
  padding: 30px 15px;
}
.offer-slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #F2F2F2;
  border: none;
  z-index: 100;
  cursor: pointer;
  transition: all 0.3s;
  color: #000 !important;
}
.offer-slider .slick-arrow:hover {
  background: #E60000;
  color: #FFF !important;
}
.offer-slider .slick-prev {
  left: -32px;
}
@media (max-width: 1500px) {
  .offer-slider .slick-prev {
    left: -20px;
  }
}
.offer-slider .slick-next {
  right: -32px;
}
@media (max-width: 1500px) {
  .offer-slider .slick-next {
    right: -20px;
  }
}

.home-banner-text {
  margin: 85px 0 0 0;
  color: #FFF;
  padding: 150px 0 188px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1200px) {
  .home-banner-text {
    padding: 100px 0;
  }
}
@media (max-width: 1023px) {
  .home-banner-text {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .home-banner-text {
    margin: 42px 0 0 0;
    padding-top: 64px;
    background-size: auto 40%;
    background-position: top center;
  }
}
.home-banner-text .container {
  max-width: 1220px;
}
.home-banner-text h2 {
  margin: 0;
  font-size: 52px;
  font-weight: 800;
}
@media (max-width: 1023px) {
  .home-banner-text h2 {
    font-size: 30px;
    line-height: 36px;
  }
}
.home-banner-text p {
  font-size: 20px;
  line-height: 32px;
  margin: 28px 0 93px 0;
  max-width: 730px;
}
@media (max-width: 1023px) {
  .home-banner-text p {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .home-banner-text p {
    margin-bottom: 68px;
  }
}
.home-banner-text .box-list {
  display: flex;
  margin: 0 0 0 -8px;
  flex-wrap: wrap;
}
@media (max-width: 1023px) {
  .home-banner-text .box-list {
    justify-content: center;
    margin-left: -20px;
    margin-right: -20px;
  }
}
.home-banner-text .box-list__item {
  background: #E60000;
  color: #FFF;
  padding: 35px 50px 36px 27px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 268px;
  width: 23.2%;
  margin-right: 3%;
  position: relative;
  border-radius: 0 0 10px 0;
}
@media (max-width: 1023px) {
  .home-banner-text .box-list__item {
    margin-right: 0;
    width: 33.333%;
    border-radius: 0;
    border-right: 1px solid #FFF;
  }
}
@media (max-width: 767px) {
  .home-banner-text .box-list__item {
    width: 100%;
    padding: 32px 42px;
    border-bottom: 1px solid #FFF;
  }
}
.home-banner-text .box-list__item:hover i {
  right: 20px;
}
.home-banner-text .box-list__item .title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 800;
}
@media (max-width: 1500px) {
  .home-banner-text .box-list__item .title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .home-banner-text .box-list__item .title {
    font-size: 24px;
  }
}
.home-banner-text .box-list__item i {
  position: absolute;
  right: 29px;
  bottom: 39px;
  font-size: 20px;
  transition: all 0.3s;
}
@media (max-width: 1500px) {
  .home-banner-text .box-list__item i {
    right: 15px;
  }
}
@media (max-width: 767px) {
  .home-banner-text .box-list__item i {
    right: 38px;
  }
}
.home-banner-text .box-list__item img {
  max-width: 85px;
}

.home-text-col {
  padding: 147px 0 96px 0;
}
@media (max-width: 1023px) {
  .home-text-col {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .home-text-col {
    padding: 40px 0 59px 0;
  }
}
.home-text-col .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1220px;
}
.home-text-col .container .col {
  width: 50%;
}
.home-text-col .container .col:nth-child(1) {
  width: 40%;
}
.home-text-col .container .col:nth-child(1) img {
  display: none;
}
@media (max-width: 767px) {
  .home-text-col .container .col:nth-child(1) img {
    display: block;
  }
}
@media (max-width: 767px) {
  .home-text-col .container .col {
    width: 100% !important;
  }
  .home-text-col .container .col img {
    display: none;
  }
}
.home-text-col .container h2 {
  font-size: 70px;
  font-weight: 800;
  line-height: 80px;
  margin: 88px 0 54px 0;
}
@media (max-width: 1500px) {
  .home-text-col .container h2 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 1023px) {
  .home-text-col .container h2 {
    font-size: 42px;
    line-height: 46px;
  }
}
@media (max-width: 767px) {
  .home-text-col .container h2 {
    margin: 11px 20px 31px 0;
  }
}
.home-text-col .container p {
  font-size: 18px;
  margin: 30px 0;
  line-height: 28px;
}
@media (max-width: 767px) {
  .home-text-col .container p {
    line-height: 26px;
    margin: 0 -8px 31px 0;
  }
}
.home-text-col .container img {
  max-width: 100%;
  border-radius: 0 20px 0 20px;
  margin: 0 0 57px 0;
}
@media (max-width: 767px) {
  .home-text-col .container img {
    margin: 0 0 48px 0;
  }
}
.home-text-col .container ul {
  margin: -5px 52px 0 0;
}
@media (max-width: 767px) {
  .home-text-col .container ul {
    margin: -3px 0 0 0;
  }
}
.home-text-col .btn-center {
  margin: 66px 0 0 0;
}
@media (max-width: 767px) {
  .home-text-col .btn-center {
    margin: 20px 0 0 0;
    text-align: left;
  }
}
.home-text-col .btn-center .btn {
  padding: 16px 30px;
}

ul.ul-style {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.ul-style li {
  padding: 0 0 9px 54px;
  font-size: 18px;
  line-height: 28px;
  position: relative;
}
ul.ul-style li::after {
  position: absolute;
  left: 4px;
  top: 12px;
  width: 19px;
  height: 3px;
  content: "";
  background: #E60000;
}

ul.ul-style2 {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.ul-style2 li {
  padding: 0 0 25px 54px;
  font-size: 16px;
  line-height: 24px;
  position: relative;
}
ul.ul-style2 li::after {
  position: absolute;
  left: 4px;
  top: -2px;
  width: 31px;
  height: 31px;
  content: "";
  background: #F2F2F2;
  border-radius: 50%;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  color: #E60000;
  text-align: center;
  font-size: 16px;
  line-height: 31px;
}

.home-opinion {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  background: #F2F2F2;
  padding: 112px 0;
}
@media (max-width: 1023px) {
  .home-opinion {
    padding: 70px 0;
  }
}
@media (max-width: 767px) {
  .home-opinion {
    padding: 55px 0 63px 0;
  }
}
.home-opinion .container {
  max-width: 1225px;
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-bottom: 87px;
  flex-wrap: wrap;
}
@media (max-width: 1023px) {
  .home-opinion .container {
    padding-bottom: 40px;
  }
}
.home-opinion .container .line {
  position: absolute;
  bottom: 0;
  left: 17px;
  right: 100%;
  background: #E60000;
  height: 4px;
  content: "";
  transition: all 1s;
}
.home-opinion .container .line.aos-animate {
  right: 17px;
}
.home-opinion .container .left {
  width: 300px;
}
@media (max-width: 1023px) {
  .home-opinion .container .left {
    width: 100%;
  }
}
.home-opinion .container .left h2 {
  font-size: 44px;
  line-height: 52px;
  font-weight: 800;
  margin: 0 0 0 0;
}
@media (max-width: 1023px) {
  .home-opinion .container .left h2 {
    font-size: 30px;
    line-height: 36px;
  }
}
.home-opinion .container .left p {
  font-size: 24px;
  margin: 37px 0 0 0;
}
@media (max-width: 1023px) {
  .home-opinion .container .left p {
    font-size: 18px;
  }
}
.home-opinion .container .left p strong {
  display: block;
  font-size: 90px;
  color: #E60000;
  font-weight: 800;
  line-height: 62px;
  margin: 21px 0 15px 0;
}
@media (max-width: 1023px) {
  .home-opinion .container .left p strong {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  .home-opinion .container .left p strong {
    margin: 12px 0 -4px 0;
  }
}
.home-opinion .container .left p strong i {
  font-style: normal;
}
.home-opinion .container .left p strong span {
  font-size: 50px;
  font-weight: normal;
  color: #3A3A3A;
  margin: 0 0 0 7px;
}
@media (max-width: 1023px) {
  .home-opinion .container .left p strong span {
    font-size: 36px;
  }
}
.home-opinion .container .left p small {
  display: block;
  font-size: 14px;
  line-height: 22px;
  margin: 0 0 0 0;
  max-width: 220px;
}
.home-opinion .container .right {
  width: calc(100% - 408px);
}
@media (max-width: 1023px) {
  .home-opinion .container .right {
    width: 100%;
  }
}
.home-opinion .container .opinion-slider {
  position: relative;
  margin-top: 45px;
  padding-top: 42px;
  min-height: 385px;
  padding-bottom: 55px;
}
@media (max-width: 767px) {
  .home-opinion .container .opinion-slider {
    margin-top: 58px;
    padding-top: 0px;
    min-height: 385px;
  }
}
@media (max-width: 767px) {
  .home-opinion .container .opinion-slider {
    min-height: 334px;
  }
}
.home-opinion .container .opinion-slider::after {
  position: absolute;
  left: -43px;
  top: 0;
  background: url(/images/quote.svg?c4f1df9edfc803b93b6216a49aad5b6e);
  width: 83px;
  height: 72px;
  content: "";
}
@media (max-width: 767px) {
  .home-opinion .container .opinion-slider::after {
    width: 38px;
    height: 34px;
    background-size: 100% 100%;
    left: 0;
    top: -15px;
  }
}
.home-opinion .container .opinion-slider p {
  font-size: 26px;
  font-weight: 300;
  line-height: 38px;
  margin: 0 0 0 0;
}
@media (max-width: 767px) {
  .home-opinion .container .opinion-slider p {
    font-size: 18px;
    line-height: 26px;
  }
}
.home-opinion .container .opinion-slider .slick-arrow {
  position: absolute;
  right: -4px;
  bottom: 0;
  border-radius: 50%;
  background: #FFF;
  width: 52px;
  height: 52px;
  border: none;
  cursor: pointer;
  transition: all 0.3s;
  z-index: 10;
}
@media (max-width: 767px) {
  .home-opinion .container .opinion-slider .slick-arrow {
    width: 38px;
    height: 38px;
    bottom: -14px;
  }
}
.home-opinion .container .opinion-slider .slick-arrow:hover {
  background: #E60000;
  color: #FFF;
}
.home-opinion .container .opinion-slider .slick-prev {
  margin-right: 56px;
}
@media (max-width: 767px) {
  .home-opinion .container .opinion-slider .slick-prev {
    margin-right: 45px;
  }
}
.home-opinion .container .opinion-slider .slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  position: absolute;
  left: 0;
  bottom: 8px;
}
@media (max-width: 767px) {
  .home-opinion .container .opinion-slider .slick-dots {
    bottom: -14px;
  }
}
.home-opinion .container .opinion-slider .slick-dots li {
  margin: 0 8px 0 0;
}
.home-opinion .container .opinion-slider .slick-dots li button {
  border-radius: 50%;
  background: #FFF;
  border: none;
  width: 9px;
  height: 9px;
  text-indent: -9999px;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s;
}
.home-opinion .container .opinion-slider .slick-dots li:hover button, .home-opinion .container .opinion-slider .slick-dots li.slick-active button {
  background: #E60000;
}
.home-opinion .container .opinion-slider .author {
  margin: 30px 0 0 0;
}
@media (max-width: 767px) {
  .home-opinion .container .opinion-slider .author {
    margin: 23px 0 0 0;
  }
}
.home-opinion .container .opinion-slider .author strong {
  display: block;
  font-size: 18px;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .home-opinion .container .opinion-slider .author strong {
    font-size: 16px;
  }
}
.home-article {
  padding: 110px 0;
}
@media (max-width: 1023px) {
  .home-article {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .home-article {
    margin-bottom: 38px;
    position: relative;
  }
}
.home-article .container {
  max-width: 1230px;
}
.home-article .header-title-link__heading {
  font-size: 44px;
}
@media (max-width: 1023px) {
  .home-article .header-title-link__heading {
    font-size: 30px;
  }
}
.home-article .header-title-link .link {
  margin-right: 0;
}
@media (max-width: 1023px) {
  .home-article .header-title-link .link {
    margin-right: 30px;
  }
}

.article-list {
  display: flex;
  flex-wrap: wrap;
}
.article-list .article-thumb {
  width: 31.7%;
  margin-right: 2.7%;
}
.article-list .article-thumb:nth-child(3n) {
  margin-right: -15px;
}
@media (max-width: 767px) {
  .article-list .article-thumb {
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 32px;
  }
}
.article-list .article-thumb:hover .img img {
  transform: scale(1.1);
}
.article-list .article-thumb .img {
  border-radius: 0 0 10px 0;
  overflow: hidden;
}
.article-list .article-thumb .img img {
  display: block;
  max-width: 100%;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .article-list .article-thumb .img img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.article-list .article-thumb .title {
  padding: 16px 0 0 9px;
}
.article-list .article-thumb .title time {
  font-size: 13px;
  font-weight: 300;
  color: #3A3A3A;
}
.article-list .article-thumb .title h3 {
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
  margin: 7px 0 0 0;
}

.text-box h2 {
  font-size: 64px;
  font-weight: 800;
  margin: 0 0 38px 0;
}
@media (max-width: 767px) {
  .text-box h2 {
    font-size: 34px;
  }
}
.text-box p {
  font-size: 18px;
  line-height: 26px;
  margin: 26px 0;
}
@media (max-width: 767px) {
  .text-box p {
    font-size: 16px;
    line-height: 24px;
  }
}
.text-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.text-box ul li {
  padding: 0 0 25px 54px;
  font-size: 16px;
  line-height: 24px;
  position: relative;
}
.text-box ul li::after {
  position: absolute;
  left: 4px;
  top: -2px;
  width: 31px;
  height: 31px;
  content: "";
  background: #F2F2F2;
  border-radius: 50%;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  color: #E60000;
  text-align: center;
  font-size: 16px;
  line-height: 31px;
}

.offer-thumb {
  width: 100%;
  border: 1px solid #DDDDDD;
  position: relative;
  padding: 0 24px 25px 24px;
  border-radius: 0 0 10px 0;
  transition: all 0.5s;
  display: block;
  color: #3A3A3A !important;
  text-decoration: none;
}
@media (max-width: 767px) {
  .offer-thumb {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.offer-thumb:hover {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.16);
  border-color: transparent;
  cursor: pointer;
}
.offer-thumb .tick {
  position: absolute;
  right: 12px;
  top: 15px;
}
.offer-thumb__img {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 45px 0 0 0;
  height: 160px;
}
.offer-thumb__img img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.offer-thumb__title {
  padding: 7px 0 12px 0;
}
.offer-thumb__title .title {
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 0 0;
}
.offer-thumb__title span {
  font-size: 16px;
  font-weight: 300;
}
.offer-thumb__price .current {
  font-size: 30px;
  font-weight: bold;
  color: #E60000;
}
@media (max-width: 767px) {
  .offer-thumb__price .current {
    font-size: 27px;
  }
}
.offer-thumb__price .old {
  font-size: 16px;
  font-weight: 300;
  text-decoration: line-through;
  margin: 0 3px 0 11px;
}
@media (max-width: 767px) {
  .offer-thumb__price .old {
    margin: 0 2px 0 5px;
  }
}
.offer-thumb__price .type {
  margin-right: -15px;
}
.offer-thumb .btn {
  padding: 13px 19px;
  margin: 13px 0 0 0;
}

.tick {
  font-size: 11px;
  font-weight: bold;
  color: #FFF;
  background: #4D4D4D;
  text-transform: uppercase;
  border-radius: 3px;
  padding: 4px 6px;
}
.tick--red {
  background: #E60000;
}
.tick--green {
  background: #4A992B;
}

.breadcrumbs {
  padding: 15px 0;
  background: #F1F1F1;
}
@media (max-width: 767px) {
  .breadcrumbs {
    overflow: auto;
  }
}
.breadcrumbs ul {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 767px) {
  .breadcrumbs ul {
    flex-wrap: nowrap;
    white-space: nowrap;
  }
}
.breadcrumbs ul li {
  margin: 0 14px 0 0;
  font-size: 13px;
}
.breadcrumbs ul li i {
  margin: 0 0 0 12px;
}
.breadcrumbs ul li a {
  font-size: 13px;
}
.breadcrumbs ul li:last-child i {
  display: none;
}
.breadcrumbs ul li:last-child a i {
  display: none;
}

.subpage-header {
  height: 300px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  padding-bottom: 118px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1500px) {
  .subpage-header {
    height: 450px;
    padding-bottom: 70px;
  }
}
@media (max-width: 1200px) {
  .subpage-header {
    min-height: 400px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .subpage-header {
    height: auto;
    display: block;
    background: none !important;
    min-height: 400px;
    position: relative;
    padding-bottom: 0;
  }
}
.subpage-header--article {
  height: 540px;
  padding-bottom: 87px;
}
@media (max-width: 1500px) {
  .subpage-header--article {
    height: 450px;
    padding-bottom: 70px;
  }
}
@media (max-width: 1200px) {
  .subpage-header--article {
    min-height: 400px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .subpage-header--article {
    height: auto;
    display: block;
    background: none !important;
    min-height: 400px;
    position: relative;
    padding-bottom: 0;
  }
}
.subpage-header--article::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 40%;
  background: #f4f4f4;
  background: linear-gradient(180deg, rgba(244, 244, 244, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
  content: "";
}
.subpage-header--article h1,
.subpage-header--article h2 {
  line-height: 70px;
}
@media (max-width: 767px) {
  .subpage-header--article h1,
.subpage-header--article h2 {
    position: static !important;
    line-height: normal;
  }
}
@media (max-width: 767px) {
  .subpage-header--article .article-title {
    position: absolute;
    z-index: 10;
    bottom: 50px;
    left: 20px;
  }
}
.subpage-header--article .container {
  position: relative;
  z-index: 10;
}
.subpage-header--article .top-news {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: #FFF;
  margin-bottom: 7px;
}
@media (max-width: 767px) {
  .subpage-header--article .top-news {
    flex-wrap: wrap;
  }
}
.subpage-header--article .top-news time {
  font-size: 13px;
  margin: 0 27px 0 4px;
}
@media (max-width: 767px) {
  .subpage-header--article .top-news time {
    width: 100%;
    margin-bottom: 10px;
  }
}
.subpage-header .search-form {
  position: absolute;
  bottom: 56px;
  left: 50%;
  width: 345px;
  margin-left: 321px;
}
@media all and (max-width: 1370px) {
  .subpage-header .search-form {
    margin-left: 0;
    left: auto;
    right: 15px;
  }
}
@media (max-width: 767px) {
  .subpage-header .search-form {
    bottom: auto;
    top: 40px;
    max-width: calc(100% - 30px);
  }
}
.subpage-header .search-form input {
  width: 100%;
  height: 53px;
  border-radius: 50px;
  border: none;
  padding: 0 30px;
}
.subpage-header .search-form button {
  height: 53px;
  width: 53px;
  position: absolute;
  right: 0;
  top: 0;
  background: transparent;
  border: none;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
}
.subpage-header .search-form button:hover {
  color: #E60000;
}
.subpage-header .mobile-bg {
  display: none;
}
@media (max-width: 767px) {
  .subpage-header .mobile-bg {
    display: block;
    width: 100%;
    min-height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .subpage-header .mobile-bg img {
    width: 100%;
    height: 100%;
    min-height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
}
.subpage-header h1,
.subpage-header h2 {
  font-size: 54px;
  font-weight: 800;
  margin: 0 0 0 0;
  color: #FFF;
}
@media (max-width: 1200px) {
  .subpage-header h1,
.subpage-header h2 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .subpage-header h1,
.subpage-header h2 {
    font-size: 34px;
    position: absolute;
    z-index: 10;
    bottom: 50px;
    left: 20px;
  }
}

.text-image {
  margin: 83px 0;
}
@media (max-width: 1023px) {
  .text-image {
    margin: 40px 0;
  }
}
.text-image .container {
  max-width: 1250px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.text-image .image {
  width: 44%;
}
@media (max-width: 1023px) {
  .text-image .image {
    width: 100%;
    margin: 0 0 20px 0 !important;
  }
}
.text-image .image img {
  width: 100%;
}
.text-image .text {
  width: 49%;
  margin: 20px 0 0 0;
}
@media (max-width: 1023px) {
  .text-image .text {
    width: 100%;
    margin: 0;
  }
}
.text-image .text h3 {
  font-size: 44px;
  line-height: 52px;
  font-weight: 800;
  margin: 0 0 33px 0;
  max-width: 540px;
}
.text-image .text h3 span {
  color: #E60000;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  display: block;
}
@media (max-width: 1200px) {
  .text-image .text h3 {
    font-size: 42px;
    line-height: 46px;
  }
}
@media (max-width: 1023px) {
  .text-image .text h3 {
    max-width: 100%;
    font-size: 32px;
    line-height: 42px;
  }
}
.text-image .text p {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 20px 0;
  max-width: 480px;
}
@media (max-width: 1023px) {
  .text-image .text p {
    max-width: 100%;
    font-size: 16px;
    line-height: 24px;
  }
}
.text-image .text ul {
  max-width: 540px;
  margin-bottom: 10px;
}
@media (max-width: 1023px) {
  .text-image .text ul {
    max-width: 100%;
  }
}
@media (max-width: 1023px) {
  .text-image .text ul li {
    font-size: 16px;
    line-height: 24px;
  }
}
.text-image--left .image {
  order: 2;
  margin: 64px auto 0 auto;
}
@media (max-width: 1023px) {
  .text-image--left .image {
    order: 1;
    margin: 0;
  }
}
.text-image--left .text {
  order: 1;
  margin: 27px 0 0 0;
}
@media (max-width: 1023px) {
  .text-image--left .text {
    order: 2;
    margin: 0;
  }
}
.text-image--left .text h3 {
  max-width: 100%;
}

.steps-offer {
  text-align: center;
  margin: 145px 0 78px 0;
}
@media (max-width: 767px) {
  .steps-offer {
    margin: 40px 0;
  }
}
.steps-offer img {
  display: block;
  max-width: 100%;
}

.offer-category {
  margin: 88px 0;
}
@media (max-width: 767px) {
  .offer-category {
    margin: 30px 0;
  }
}
.offer-category .header-title {
  margin-bottom: 40px;
}
.offer-category .header-title br {
  display: none;
}
.offer-category .header-title__heading {
  font-size: 44px;
}
@media (max-width: 767px) {
  .offer-category .header-title__heading {
    font-size: 32px;
    line-height: 38px;
  }
}

.offer-category-slider {
  max-width: 1190px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -15px;
}
.offer-category-slider .slick-track {
  display: flex;
  align-items: flex-end;
}
.offer-category-slider .slick-slide {
  text-align: center;
}
.offer-category-slider .slick-slide .img {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 1023px) {
  .offer-category-slider .slick-slide .img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
  }
}
@media (max-width: 767px) {
  .offer-category-slider .slick-slide .img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 250px;
  }
}
.offer-category-slider .slick-slide .img img {
  display: inline-block;
  max-width: 100%;
}
@media (max-width: 1023px) {
  .offer-category-slider .slick-slide .img img {
    max-height: 100%;
  }
}
.offer-category-slider .slick-slide .title {
  font-size: 24px;
  line-height: 30px;
  margin: 20px 0 20px 0;
  min-height: 60px;
}
@media (max-width: 767px) {
  .offer-category-slider .slick-slide .title {
    font-size: 20px;
    line-height: 24px;
    min-height: 48px;
  }
}
.offer-category-slider .slick-arrow {
  position: absolute;
  top: 113px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #F2F2F2;
  border: none;
  z-index: 100;
  cursor: pointer;
  transition: all 0.3s;
}
.offer-category-slider .slick-arrow:hover {
  background: #E60000;
  color: #FFF;
}
.offer-category-slider .slick-prev {
  left: -32px;
}
@media (max-width: 1500px) {
  .offer-category-slider .slick-prev {
    left: -20px;
  }
}
.offer-category-slider .slick-next {
  right: -32px;
}
@media (max-width: 1500px) {
  .offer-category-slider .slick-next {
    right: -20px;
  }
}

.offer-services {
  background: #F2F2F2;
  padding: 94px 0 109px 0;
  margin: 85px 0 225px 0;
  position: relative;
}
@media (max-width: 1200px) {
  .offer-services {
    margin-bottom: 170px;
  }
}
@media (max-width: 1023px) {
  .offer-services {
    padding: 50px 0;
    margin: 70px 0;
  }
}
@media (max-width: 767px) {
  .offer-services {
    margin: 40px 0;
  }
}
.offer-services__img {
  position: absolute;
  bottom: -166px;
  left: 50%;
  margin-left: -824px;
}
@media (max-width: 1023px) {
  .offer-services__img {
    display: none;
  }
}
.offer-services .toggle-mobile {
  display: none;
}
@media (max-width: 767px) {
  .offer-services .toggle-mobile {
    display: block !important;
    font-size: 20px;
    font-weight: bold;
    line-height: 32px;
    display: block;
    padding: 0 0 0 55px;
    position: relative;
    margin: 20px 0;
  }
  .offer-services .toggle-mobile.current {
    color: #E60000;
  }
  .offer-services .toggle-mobile::after {
    position: absolute;
    left: 6px;
    top: -3px;
    background: #FFF;
    width: 36px;
    height: 36px;
    line-height: 36px;
    content: "";
    border-radius: 50px;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "";
    color: #E60000;
    text-align: center;
    font-size: 16px;
  }
}
.offer-services .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1238px;
  position: relative;
  z-index: 10;
}
.offer-services .container .col .toggle-content {
  min-height: 472px;
}
@media (max-width: 767px) {
  .offer-services .container .col .toggle-content {
    min-height: 0;
    padding-bottom: 20px;
  }
}
.offer-services .container .col .toggle-content .toggle-content-inner {
  display: none;
  padding-left: 55px;
}
.offer-services .container .col h3 {
  font-size: 44px;
  font-weight: 800;
  line-height: 52px;
  margin: 0 0 0 0;
}
@media (max-width: 1023px) {
  .offer-services .container .col h3 {
    font-size: 32px !important;
    line-height: 38px !important;
    text-align: center;
  }
}
.offer-services .container .col p {
  font-size: 16px;
  line-height: 24px;
}
.offer-services .container .col p:first-child {
  margin-top: 0;
}
.offer-services .container .col:nth-child(1) {
  width: 30%;
}
@media (max-width: 1023px) {
  .offer-services .container .col:nth-child(1) {
    width: 100%;
    margin-bottom: 30px;
  }
}
.offer-services .container .col:nth-child(2) {
  width: 30%;
}
@media (max-width: 1023px) {
  .offer-services .container .col:nth-child(2) {
    width: 49%;
  }
}
@media (max-width: 767px) {
  .offer-services .container .col:nth-child(2) {
    width: 100%;
  }
}
.offer-services .container .col:nth-child(2) ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 767px) {
  .offer-services .container .col:nth-child(2) ul {
    display: none;
  }
}
.offer-services .container .col:nth-child(2) ul li {
  margin: 0 0 21px 0;
}
.offer-services .container .col:nth-child(2) ul li a {
  font-size: 20px;
  font-weight: bold;
  line-height: 32px;
  display: block;
  padding: 0 0 0 55px;
  position: relative;
}
.offer-services .container .col:nth-child(2) ul li a.current {
  color: #E60000;
}
.offer-services .container .col:nth-child(2) ul li a::after {
  position: absolute;
  left: 6px;
  top: -3px;
  background: #FFF;
  width: 36px;
  height: 36px;
  line-height: 36px;
  content: "";
  border-radius: 50px;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  color: #E60000;
  text-align: center;
  font-size: 16px;
}
.offer-services .container .col:nth-child(3) {
  width: 32%;
}
@media (max-width: 1023px) {
  .offer-services .container .col:nth-child(3) {
    width: 49%;
  }
}
@media (max-width: 767px) {
  .offer-services .container .col:nth-child(3) {
    width: 100%;
    margin-top: 20px;
  }
}

.contact-form {
  margin: 89px 0 0 0;
}
@media (max-width: 1200px) {
  .contact-form {
    margin: 30px 0 0 0;
  }
}
.contact-form--subpage {
  margin: 50px 0 0 0;
}
@media (max-width: 1200px) {
  .contact-form--subpage {
    margin: 30px 0 0 0;
  }
}
.contact-form .header-title {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.contact-tel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 991px;
  margin: 56px auto;
  padding: 0 0 0 94px;
  position: relative;
}
.contact-tel svg {
  left: 0;
  top: 0;
  position: absolute;
}
@media (max-width: 767px) {
  .contact-tel svg {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 767px) {
  .contact-tel {
    display: block;
    text-align: center;
    background-position: center top;
    padding: 80px 0 0 0;
    margin: 30px auto;
  }
}
.contact-tel p {
  font-size: 20px;
  margin: 11px 0;
  line-height: 32px;
}
@media (max-width: 767px) {
  .contact-tel p {
    font-size: 16px;
    line-height: 24px;
  }
}
.contact-tel p strong {
  display: block;
}

.contact-form-inner {
  border: 1px solid #DDDDDD;
  margin: 60px auto 0 auto;
  max-width: 1202px;
  padding: 60px 100px 84px 100px;
  border-radius: 0 0 10px 0;
}
@media (max-width: 1023px) {
  .contact-form-inner {
    padding: 20px 20px 20px 20px;
  }
}
@media (max-width: 767px) {
  .contact-form-inner {
    padding: 20px 20px 20px 20px;
  }
}
@media (max-width: 600px) {
  .contact-form-inner {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.contact-form-inner .search-multi .toggle {
  background-color: #F5F5F5;
  background-size: 11px;
}
@media (max-width: 767px) {
  .contact-form-inner .search-multi .toggle {
    height: 40px;
    padding: 11px 20px 10px 20px;
    background-size: 10px;
    background-position: top 16px right 22px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .contact-form-inner .search-multi {
    margin-bottom: 20px !important;
  }
}
.contact-form-inner .text-center {
  background: #FFF;
  margin: 0 0 0 0;
  text-align: center;
}
.contact-form-inner .title {
  background: #FFF;
  padding: 0 75px;
  display: inline-block;
  font-size: 20px;
  line-height: 32px;
  font-weight: normal;
  margin: -92px 0 0px 0;
  vertical-align: top;
}
@media (max-width: 1023px) {
  .contact-form-inner .title {
    margin-bottom: 40px;
    margin-top: -50px;
  }
}
@media (max-width: 600px) {
  .contact-form-inner .title {
    padding: 0 15px;
    margin-bottom: 30px;
  }
}

.form-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.form-flex .form-wrap {
  width: 49%;
  margin-bottom: 32px;
  position: relative;
}
@media (max-width: 600px) {
  .form-flex .form-wrap {
    width: 100%;
    margin-bottom: 20px;
  }
}
.form-flex .form-wrap--full {
  width: 100%;
}
.form-flex .form-wrap--full.form-wrap-text {
  font-size: 16px;
}
@media (max-width: 767px) {
  .form-flex .form-wrap--full.form-wrap-text {
    font-size: 14px;
  }
}
.form-flex .form-wrap.form-wrap-cols {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.form-flex .form-wrap.form-wrap-cols .checkbox {
  width: 30%;
}
@media (max-width: 767px) {
  .form-flex .form-wrap.form-wrap-cols .checkbox {
    width: 100%;
  }
}
.form-flex .form-wrap textarea,
.form-flex .form-wrap select,
.form-flex .form-wrap input {
  background: #F5F5F5;
  border-radius: 30px;
  height: 53px;
  padding: 0 37px;
  border: none;
  width: 100%;
}
@media (max-width: 767px) {
  .form-flex .form-wrap textarea,
.form-flex .form-wrap select,
.form-flex .form-wrap input {
    height: 40px;
    padding: 0 20px;
    font-size: 14px;
  }
}
.form-flex .form-wrap textarea[type=number],
.form-flex .form-wrap select[type=number],
.form-flex .form-wrap input[type=number] {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  -moz-appearance: textfield;
  /* Firefox */
}
.form-flex .form-wrap textarea {
  padding: 15px 37px;
  height: 100px;
}
.form-flex .form-wrap select {
  -webkit-appearance: none;
  color: rgba(0, 0, 0, 0.6);
}
.form-flex .form-wrap select option {
  color: #000 !important;
}
.form-flex .form-wrap select.select {
  color: #000;
}
.form-flex .form-wrap .select-arrow {
  position: absolute;
  right: 25px;
  top: 19px;
  pointer-events: none;
}
@media (max-width: 767px) {
  .form-flex .form-wrap .select-arrow {
    top: 12px;
  }
}
.form-flex .form-wrap input[type=number]::-webkit-outer-spin-button,
.form-flex .form-wrap input[type=number]::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  -moz-appearance: textfield;
  /* Firefox */
}
.form-flex label.error {
  position: absolute;
  left: 35px;
  bottom: -20px;
  color: #E60000;
  font-size: 12px;
}
@media (max-width: 767px) {
  .form-flex label.error {
    left: 15px;
    bottom: -17px;
  }
}
.form-flex .checkbox {
  width: 93%;
  text-align: left;
  position: relative;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .form-flex .checkbox {
    margin-top: 20px;
  }
}
.form-flex .checkbox label.error {
  bottom: -12px;
  left: 47px;
}
@media (max-width: 767px) {
  .form-flex .checkbox label.error {
    left: 33px;
  }
}
.form-flex .checkbox input {
  opacity: 0;
  position: absolute;
}
.form-flex .checkbox input:checked + label::after {
  color: #E60000;
}
.form-flex .checkbox label:not(.error) {
  padding: 12px 0 5px 49px;
  font-size: 14px;
  margin: -12px 0 0 0;
  display: block;
  position: relative;
  cursor: pointer;
}
@media (max-width: 767px) {
  .form-flex .checkbox label:not(.error) {
    padding: 5px 0 5px 34px;
  }
}
.form-flex .checkbox label:not(.error)::after {
  position: absolute;
  left: 1px;
  top: 1px;
  background: #F2F2F2;
  width: 32px;
  height: 32px;
  content: "";
  border-radius: 5px;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  color: #F2F2F2;
  text-align: center;
  line-height: 32px;
}
@media (max-width: 767px) {
  .form-flex .checkbox label:not(.error)::after {
    width: 24px;
    height: 24px;
    line-height: 24px;
  }
}
.form-flex .checkbox label:not(.error) a {
  color: #E60000;
  text-decoration: none;
}
.form-flex .checkbox label:not(.error) a:hover {
  text-decoration: underline;
}
.form-flex button {
  width: 100%;
  text-align: center;
  border: none;
  margin: 21px 0 0 0;
  cursor: pointer;
}
.form-flex .file-form {
  margin-bottom: 0;
}

#map-bottom,
#map-top {
  height: 512px;
}

#map-bottom {
  margin-bottom: -26px;
}

.map-top {
  position: relative;
}
.map-top .form {
  width: 782px;
  position: absolute;
  left: 50%;
  bottom: 45px;
  margin-left: -105px;
  display: flex;
}
@media all and (max-width: 1370px) {
  .map-top .form {
    left: auto;
    right: 15px;
    margin-left: 0;
    width: 700px;
  }
}
@media (max-width: 767px) {
  .map-top .form {
    width: auto;
    left: 15px;
    padding-bottom: 52px;
    position: static;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.map-top .form input {
  width: 100%;
  background: #FFF;
  border-radius: 52px;
  height: 51px;
  border: none;
  font-size: 14px;
  padding: 0 190px 0 37px;
}
@media (max-width: 767px) {
  .map-top .form input {
    background: #F5F5F5;
    margin: 15px 0;
    padding: 0 15px;
  }
}
.map-top .form button {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  cursor: pointer;
}
@media (max-width: 767px) {
  .map-top .form button {
    top: auto;
    bottom: 0;
    left: 15px;
    right: 15px;
    width: calc(100% - 30px);
  }
}

.si-shadow-wrapper-top {
  display: none;
}

.si-has-border .si-content-wrapper {
  border: none !important;
  padding: 24px 35px;
}
.si-has-border .si-content-wrapper .si-content {
  font-size: 14px;
  line-height: 24px;
}
.si-has-border .si-content-wrapper .si-content strong {
  font-size: 16px;
  display: block;
  margin-bottom: 10px;
}
.si-has-border .si-content-wrapper .si-content a {
  color: #E60000;
}
.si-has-border .si-content-wrapper .si-content a:hover {
  text-decoration: underline;
}

.contact-cols {
  padding: 50px 0 0 0;
}
.contact-cols .container {
  max-width: 1234px;
}
.contact-cols .header-title-link__heading {
  font-size: 64px;
}
@media (max-width: 767px) {
  .contact-cols .header-title-link__heading {
    font-size: 32px;
    line-height: normal;
  }
}
.contact-cols .header-title-link__heading.text-center {
  font-size: 48px;
  text-align: center;
  width: 100%;
}
@media (max-width: 767px) {
  .contact-cols .header-title-link__heading.text-center {
    font-size: 32px;
    line-height: normal;
  }
}
.contact-cols .cols {
  display: flex;
  flex-wrap: wrap;
}
.contact-cols .cols .col {
  width: 33.33%;
  margin-bottom: 25px;
  padding-right: 15px;
}
@media (max-width: 1023px) {
  .contact-cols .cols .col {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .contact-cols .cols .col {
    width: 100%;
  }
}
.contact-cols .cols .col h3 {
  margin: 9px 0 20px 0;
  font-size: 24px;
  line-height: 32px;
  min-height: 32px;
}
@media (max-width: 767px) {
  .contact-cols .cols .col h3 {
    font-size: 20px;
    line-height: 26px;
  }
}
.contact-cols .cols .col h3 br:first-child {
  display: none;
}
.contact-cols .cols .col p {
  margin: 23px 0;
  font-size: 16px;
  line-height: 24px;
}
.contact-cols .cols .col p strong {
  font-size: 18px;
}
.contact-cols .cols .col a {
  color: #E60000;
}
.contact-cols .with-icon {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.contact-cols .with-icon .icon {
  width: 60px;
}
.contact-cols .with-icon .icon svg {
  fill: #E60000;
}
.contact-cols .with-icon p {
  width: calc(100% - 70px);
  margin: 0 !important;
}
.contact-cols .with-icon p strong {
  font-size: 16px !important;
  line-height: 24px !important;
  font-weight: bold !important;
}

.steps-list {
  display: flex;
  text-align: left;
  flex-wrap: wrap;
  margin: 64px 0 0;
  position: relative;
}
@media (max-width: 767px) {
  .steps-list {
    margin-top: 30px;
  }
}
.steps-list.step-4 .item {
  width: 25%;
  padding: 39px 77px 92px 62px;
}
@media (max-width: 1500px) {
  .steps-list.step-4 .item {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 1200px) {
  .steps-list.step-4 .item {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .steps-list.step-4 .item {
    width: 100%;
  }
}
.steps-list [data-aos=line-write].aos-animate {
  width: calc(100% - 132px) !important;
}
@media (max-width: 1023px) {
  .steps-list [data-aos=line-write].aos-animate {
    width: calc(100% - 60px) !important;
  }
}
@media (max-width: 767px) {
  .steps-list [data-aos=line-write].aos-animate {
    width: calc(100% - 60px) !important;
  }
}
.steps-list [data-aos-delay="0"] {
  transition: all 1s !important;
}
.steps-list [data-aos-delay="100"] {
  transition: all 1s 1s !important;
}
.steps-list [data-aos-delay="200"] {
  transition: all 1s 2s !important;
}
.steps-list [data-aos-delay="300"] {
  transition: all 1s 3s !important;
}
.steps-list.step-3 .item {
  width: 33.33333%;
  padding: 39px 77px 92px 62px;
}
@media (max-width: 1500px) {
  .steps-list.step-3 .item {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 1200px) {
  .steps-list.step-3 .item {
    width: 50%;
  }
  .steps-list.step-3 .item:nth-child(3) {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .steps-list.step-3 .item {
    width: 100%;
  }
}
.steps-list .item {
  position: relative;
}
.steps-list .item .line {
  position: absolute;
  bottom: 44px;
  left: 58px;
  height: 4px;
  background: #E60000;
  content: "";
  width: 0;
}
@media (max-width: 1500px) {
  .steps-list .item .line {
    left: 30px;
    width: 0;
  }
}
.steps-list .item.color-gray {
  background: #F2F2F2;
}
.steps-list .item.color-gray2 {
  background: #E9E9E9;
}
.steps-list .item.color-red {
  background: #E60000;
  color: #FFF;
}
.steps-list .item.color-red .line {
  background: #FFF;
}
.steps-list .number {
  font-size: 70px;
  font-weight: bold;
  display: block;
  text-align: right;
}
@media (max-width: 600px) {
  .steps-list .number {
    font-size: 60px;
  }
}
.steps-list .icon {
  min-height: 85px;
}
.steps-list p {
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 0 0;
  max-width: 320px;
}
@media (max-width: 600px) {
  .steps-list p {
    font-size: 16px;
    line-height: 24px;
  }
}

.steps-offer .header-title {
  padding-left: 20px;
  padding-right: 20px;
}

.toggle-section {
  margin: 95px 0;
  contain: paint;
}
@media (max-width: 767px) {
  .toggle-section {
    margin: 50px 0;
  }
}
.toggle-section .header-title {
  margin-bottom: 44px;
}

.toggle-content {
  margin-bottom: 1px;
}
.toggle-content .toggle-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 0;
  padding: 46px 100px;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .toggle-content .toggle-btn {
    padding: 40px 0;
  }
}
.toggle-content .toggle-btn.open, .toggle-content .toggle-btn:hover {
  color: #FFF;
}
.toggle-content .toggle-btn.open::after, .toggle-content .toggle-btn:hover::after {
  background: #E60000;
}
.toggle-content .toggle-btn.open .icon svg *, .toggle-content .toggle-btn:hover .icon svg * {
  stroke: #FFF;
  fill: #FFF;
}
.toggle-content .toggle-btn.open .arrow svg line, .toggle-content .toggle-btn:hover .arrow svg line {
  stroke: #FFF;
}
.toggle-content .toggle-btn::after {
  position: absolute;
  left: -10000px;
  top: 0;
  right: -10000px;
  bottom: 0;
  content: "";
  background: #F2F2F2;
  z-index: 1;
}
.toggle-content .toggle-btn span {
  position: relative;
  z-index: 2;
  font-size: 26px;
  font-weight: 800;
  text-align: center;
  width: 40%;
}
@media (max-width: 767px) {
  .toggle-content .toggle-btn span {
    font-size: 16px;
  }
}
.toggle-content .toggle-btn .arrow {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  transition: all 0.3s;
}
.toggle-content .toggle-btn.open .arrow {
  transform: translateX(-50%) rotate(180deg);
}
.toggle-content .toggle-btn .icon {
  width: 65px;
}
.toggle-content .toggle-btn .icon img {
  width: 65px;
  height: auto;
}
@media (max-width: 767px) {
  .toggle-content .toggle-btn .icon {
    width: 100%;
    text-align: center;
    display: none;
    margin: 15px 0;
  }
}
.toggle-content .toggle-slide {
  padding: 23px 0 33px 0;
  display: none;
}
.toggle-content .toggle-slide .row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 60px;
  margin: 0 45px;
  border-bottom: 1px solid #F2F2F2;
  padding-bottom: 18px;
  margin-bottom: 19px;
}
@media (max-width: 1023px) {
  .toggle-content .toggle-slide .row {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
.toggle-content .toggle-slide .row:last-child {
  border-bottom: 0;
}
.toggle-content .toggle-slide .row .title {
  width: 100%;
  font-size: 20px;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 800;
}
.toggle-content .toggle-slide .row .text {
  width: 40%;
}
@media (max-width: 767px) {
  .toggle-content .toggle-slide .row .text {
    width: 48%;
  }
}
.toggle-content .toggle-slide .row .text p {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  color: #3A3A3A;
}
@media (max-width: 767px) {
  .toggle-content .toggle-slide .row .text p {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .toggle-content .toggle-slide .row .icon {
    display: none;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .toggle-content .toggle-slide .row .icon svg,
.toggle-content .toggle-slide .row .icon img {
    max-width: 40px;
  }
}
.toggle-content .toggle-slide .row .label-mobile {
  font-weight: bold;
  display: none;
}
@media (max-width: 767px) {
  .toggle-content .toggle-slide .row .label-mobile {
    display: none;
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 800;
  }
}

.offer-top {
  margin-top: 60px;
}
.offer-top p {
  margin: 27px auto;
  max-width: 765px;
}
.offer-top strong {
  font-size: 32px;
  line-height: 40px;
  display: block;
}
@media (max-width: 767px) {
  .offer-top strong {
    font-size: 24px;
    line-height: 32px;
  }
}

.section-image-toggle {
  background: #F2F2F2;
  margin: 110px 0;
  position: relative;
  padding: 90px 0 135px 0;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .section-image-toggle {
    padding-top: 0;
    padding-bottom: 80px;
    margin: 60px 0;
  }
}
.section-image-toggle .container {
  position: relative;
}
.section-image-toggle .line {
  position: absolute;
  left: 20px;
  bottom: -40px;
  height: 5px;
  background: #E60000;
  content: "";
  width: 0;
  transition: all 0.3s;
  z-index: 10;
}
.section-image-toggle .line.aos-animate {
  width: 1200px;
}
@media (max-width: 1200px) {
  .section-image-toggle .line.aos-animate {
    width: auto;
    right: 20px;
  }
}
@media (max-width: 1200px) {
  .section-image-toggle .line {
    left: 20px;
    right: 20px;
    width: auto;
    transform: none;
  }
}
@media (max-width: 1023px) {
  .section-image-toggle .line {
    bottom: -50px;
  }
}
.section-image-toggle .img {
  left: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  position: absolute;
}
@media (max-width: 1023px) {
  .section-image-toggle .img {
    height: 400px;
    bottom: auto;
    right: 0;
    width: 100%;
  }
}
.section-image-toggle .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-image-toggle .title {
  position: relative;
  z-index: 10;
  color: #FFF;
  width: 43%;
  margin-top: auto;
}
@media (max-width: 1023px) {
  .section-image-toggle .title {
    width: 100%;
    height: 350px;
    display: flex;
    align-items: flex-end;
    margin-bottom: 80px;
  }
}
.section-image-toggle .title h2 {
  font-size: 48px;
  line-height: 56px;
  font-weight: 800;
  margin-bottom: 0;
  margin-top: 0%;
}
@media (max-width: 1023px) {
  .section-image-toggle .title h2 {
    font-size: 38px;
    line-height: 46px;
  }
}
@media (max-width: 1023px) {
  .section-image-toggle .title h2 {
    font-size: 32px;
    line-height: 36px;
  }
}
.section-image-toggle .toggle {
  width: 46%;
}
@media (max-width: 1023px) {
  .section-image-toggle .toggle {
    width: 100%;
  }
}
.section-image-toggle .container {
  display: flex;
  justify-content: space-between;
  max-width: 1240px;
}
@media (max-width: 1023px) {
  .section-image-toggle .container {
    width: 100%;
    display: block;
  }
}
.section-image-toggle .ul-style2 li {
  padding: 0 10px 18px 54px;
  font-size: 16px;
  line-height: 24px;
  position: relative;
}
.section-image-toggle .ul-style2 li::after {
  background: #FFF;
}
.section-image-toggle .accordion-content {
  margin-bottom: 15px;
}
.section-image-toggle .accordion-btn {
  cursor: pointer;
  font-size: 24px;
  line-height: 32px;
  padding: 0 0 0 55px;
  font-weight: 800;
  position: relative;
}
@media (max-width: 1023px) {
  .section-image-toggle .accordion-btn {
    font-size: 20px;
    line-height: 26px;
  }
}
.section-image-toggle .accordion-btn.open::after {
  transform: translateY(-50%) rotate(180deg);
}
.section-image-toggle .accordion-btn::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  position: absolute;
  left: 12px;
  top: 41%;
  font-size: 20px;
  transform: translateY(-50%);
  color: #E60000;
}
.section-image-toggle .accordion-slide {
  display: none;
  padding: 18px 0 0 62px;
  margin-bottom: -10px;
}
@media (max-width: 1023px) {
  .section-image-toggle .accordion-slide {
    padding-left: 0;
  }
}
.section-image-toggle .accordion-slide ul li {
  padding-bottom: 15px;
}

.section-boxs {
  margin: 110px 0;
  height: 800px;
  background-position: center;
  background-size: cover;
  position: relative;
  margin-bottom: 0;
}
.section-boxs .desc {
  font-size: 14px;
  line-height: 20px;
  position: absolute !important;
  right: 20px;
  bottom: 20px;
  z-index: 10;
  width: auto !important;
  height: auto;
  padding: 0;
  color: #FFF;
}
@media (max-width: 1200px) {
  .section-boxs .desc {
    bottom: auto;
    top: 52vw;
  }
}
.section-boxs .desc a {
  color: #FFF;
}
.section-boxs .desc a:hover {
  text-decoration: underline;
}
@media all and (max-width: 1600px) {
  .section-boxs {
    height: 600px;
  }
}
@media (max-width: 1200px) {
  .section-boxs {
    background: none !important;
    height: auto;
    overflow: hidden;
  }
}
.section-boxs .bg-tablet {
  display: none;
  width: calc(100% + 40px) !important;
  margin-left: -20px;
  margin-bottom: 300px;
  height: auto;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .section-boxs .bg-tablet {
    margin-bottom: 0;
  }
}
@media (max-width: 1200px) {
  .section-boxs .bg-tablet {
    display: block;
  }
  .section-boxs .bg-tablet img {
    width: 100%;
    display: block;
  }
}
.section-boxs > div {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 400px;
  height: 400px;
  padding: 56px 56px 45px 56px;
}
@media all and (max-width: 1600px) {
  .section-boxs > div {
    height: 300px;
    width: 300px;
    padding: 40px 30px 30px 30px;
  }
}
@media (max-width: 1200px) {
  .section-boxs > div {
    width: 33.33333%;
    padding: 30px 20px;
    height: 300px;
  }
}
@media (max-width: 767px) {
  .section-boxs > div {
    width: 100% !important;
    position: static !important;
    height: auto;
  }
}
.section-boxs > div .number {
  font-size: 50px;
  font-weight: 800;
  margin: 0 0 5px 0;
}
@media all and (max-width: 1600px) {
  .section-boxs > div .number {
    font-size: 30px;
  }
}
@media (max-width: 1200px) {
  .section-boxs > div .number {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .section-boxs > div .number {
    margin-top: 40px;
    display: block;
  }
}
.section-boxs > div p {
  font-size: 20px;
  line-height: 28px;
  margin: 0 0 0 0;
}
@media all and (max-width: 1600px) {
  .section-boxs > div p {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 1200px) {
  .section-boxs > div p {
    font-size: 16px;
    line-height: 24px;
  }
}
.section-boxs .box1 {
  background: #E60000;
  color: #FFF;
  position: absolute;
  left: 0;
}
.section-boxs .box1::after {
  position: absolute;
  top: 100%;
  right: 0;
  width: 200px;
  height: 200px;
  background: #FFF;
  content: "";
}
@media all and (max-width: 1600px) {
  .section-boxs .box1::after {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 1200px) {
  .section-boxs .box1::after {
    display: none;
  }
}
@media (max-width: 1200px) {
  .section-boxs .box1 {
    position: absolute;
    left: 0;
    bottom: 0;
    margin-left: 0;
  }
}
.section-boxs .box2 {
  background: #F2F2F2;
  color: #3A3A3A;
  position: absolute;
  bottom: 0;
  left: 400px;
}
.section-boxs .box2::after {
  position: absolute;
  bottom: 0;
  left: 100%;
  width: 200px;
  height: 200px;
  background: #E60000;
  content: "";
}
@media all and (max-width: 1600px) {
  .section-boxs .box2::after {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 1200px) {
  .section-boxs .box2::after {
    display: none;
  }
}
@media all and (max-width: 1600px) {
  .section-boxs .box2 {
    left: 300px;
  }
}
@media (max-width: 1200px) {
  .section-boxs .box2 {
    position: absolute;
    left: 33.3333%;
    bottom: 0;
    margin-left: 0;
  }
}
.section-boxs .box3 {
  color: #3A3A3A;
  background: #FFF;
  position: absolute;
  top: 200px;
  left: 1200px;
}
.section-boxs .box3::after {
  position: absolute;
  bottom: 100%;
  right: 100%;
  width: 200px;
  height: 200px;
  background: #E60000;
  content: "";
}
@media all and (max-width: 1600px) {
  .section-boxs .box3::after {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 1200px) {
  .section-boxs .box3::after {
    display: none;
  }
}
.section-boxs .box3::before {
  position: absolute;
  bottom: 0;
  right: 100%;
  width: 200px;
  height: 200px;
  background: #F2F2F2;
  content: "";
}
@media all and (max-width: 1600px) {
  .section-boxs .box3::before {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 1200px) {
  .section-boxs .box3::before {
    display: none;
  }
}
@media all and (max-width: 1600px) {
  .section-boxs .box3 {
    top: 150px;
    left: auto;
    right: 0;
  }
}
@media (max-width: 1200px) {
  .section-boxs .box3 {
    top: auto;
    bottom: 0;
    margin-left: 0;
    right: 0;
    left: auto;
  }
}

.about {
  padding: 70px 0;
}
@media (max-width: 767px) {
  .about {
    padding: 40px 0;
  }
}
.about .container {
  max-width: 1230px;
}
.about__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .about__top {
    display: block;
    text-align: center;
  }
}
.about__top .text {
  font-size: 26px;
  line-height: 36px;
  max-width: 57%;
}
@media (max-width: 767px) {
  .about__top .text {
    max-width: 100%;
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 26px;
  }
}
.about__top img {
  width: 300px;
  max-width: 100%;
}
.about__text {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about__text .col {
  width: 49%;
}
@media (max-width: 767px) {
  .about__text .col {
    width: 100%;
  }
}
.about__text .col p {
  font-size: 18px;
  line-height: 26px;
  margin: 19px 0 25px 0;
}
@media (max-width: 767px) {
  .about__text .col p {
    font-size: 16px;
    line-height: 24px;
  }
}

.text-page {
  margin: 50px 0;
}
.text-page .container {
  max-width: 1230px;
}
.text-page h1,
.text-page h2 {
  font-size: 64px;
  font-weight: 800;
  margin: 0 0 38px 0;
}
@media (max-width: 767px) {
  .text-page h1,
.text-page h2 {
    font-size: 34px;
  }
}
.text-page h3 {
  font-size: 34px;
  font-weight: 800;
  margin: 0 0 18px 0;
}
@media (max-width: 767px) {
  .text-page h3 {
    font-size: 24px;
  }
}
.text-page .table {
  border-collapse: collapse;
}
.text-page .table td, .text-page .table th {
  padding: 5px;
  border: 1px solid #DDDDDD;
}
.text-page p {
  font-size: 18px;
  line-height: 26px;
  margin: 26px 0;
}
@media (max-width: 767px) {
  .text-page p {
    font-size: 16px;
    line-height: 24px;
  }
}

.popup-in {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: auto;
  background: rgba(0, 0, 0, 0.75);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  padding: 65px 0 0 0;
  z-index: 1000;
}
.popup-in.open {
  opacity: 1;
  visibility: visible;
  display: flex;
}
.popup-in .inner {
  margin: auto;
  background: #FFF;
  padding: 50px;
  width: 100%;
  max-width: 786px;
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  .popup-in .inner {
    padding: 30px 20px;
  }
}
.popup-in .inner .close-popup-btn {
  position: absolute;
  right: 0;
  bottom: 100%;
  cursor: pointer;
  margin-bottom: 10px;
}
.popup-in .inner .text {
  text-align: left;
}
.popup-in .inner .text h2 {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 0 0;
}
.popup-in .inner .text p {
  font-size: 16px;
  line-height: 24px;
  margin: 25px 0;
}
.popup-in .close-popup {
  cursor: pointer;
}

.green-theme .text-box ul li::after {
  color: #4a992b;
}
.green-theme .section-boxs .box3::after,
.green-theme .section-boxs .box2::after,
.green-theme .section-boxs .box1,
.green-theme .section-image-toggle,
.green-theme .btn--red {
  background-color: #4a992b;
}
.green-theme .section-image-toggle .line {
  background-color: #FFF;
}
.green-theme .section-image-toggle .accordion-btn::after {
  color: #FFF;
}
.green-theme .section-image-toggle {
  color: #FFF;
}
.green-theme .section-boxs .box2 svg * {
  stroke: #4a992b;
}
.green-theme .contact-tel svg *,
.green-theme .section-boxs .box3 svg * {
  fill: #4a992b;
}

.interesting-bar h3 {
  font-size: 32px;
  font-weight: 800;
}
@media (max-width: 767px) {
  .interesting-bar h3 {
    font-size: 24px;
  }
}

.list-category {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.list-category .btn-category {
  margin-bottom: 6px;
}

.btn-category {
  color: #E60000;
  border: 1px solid #E60000;
  font-size: 13px;
  font-weight: bold;
  padding: 6px 12px;
  margin: 0 6px 0 0;
  border-radius: 100px;
  text-transform: uppercase;
  display: inline-block;
}
.btn-category:hover, .btn-category.current {
  color: #FFF;
  background: #E60000;
}

.news-list {
  margin-top: 43px;
}
.news-list .page-title {
  font-size: 44px;
  font-weight: 800;
  margin: 0 0 25px 0;
}
@media (max-width: 767px) {
  .news-list .page-title {
    font-size: 32px;
  }
}

.news-item-big {
  width: 100%;
  display: flex;
  justify-content: space-between;
  background: #F2F2F2;
  flex-wrap: wrap;
}
.news-item-big .img {
  width: 49%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .news-item-big .img {
    width: 100%;
  }
}
.news-item-big .img:hover img {
  transform: scale(1.1);
}
.news-item-big .img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  display: block;
  transition: all 0.3s;
}
.news-item-big .text {
  width: 46.4%;
  padding-bottom: 50px;
  padding-right: 25px;
}
@media (max-width: 767px) {
  .news-item-big .text {
    width: 100%;
    padding: 30px 20px;
  }
}
.news-item-big .text .top-news {
  margin: 50px 0 0 0;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .news-item-big .text .top-news {
    margin: 0;
    flex-wrap: wrap;
  }
}
.news-item-big .text .top-news time {
  font-size: 13px;
  margin: 0 12px 0 0;
}
@media (max-width: 767px) {
  .news-item-big .text .top-news time {
    width: 100%;
    margin-bottom: 10px;
  }
}
.news-item-big .text .title {
  font-size: 32px;
  line-height: 40px;
  font-weight: 800;
  margin: 11px 0;
}
@media (max-width: 767px) {
  .news-item-big .text .title {
    font-size: 24px;
    line-height: 32px;
  }
}
.news-item-big .text p {
  font-size: 16px;
  line-height: 24px;
  max-width: 460px;
}
.news-item-big .text .btn {
  padding: 14px 23px;
  margin: 9px 0 0 0;
}

.news-loop {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 65px 0 0 0;
}
@media (max-width: 767px) {
  .news-loop {
    margin: 30px 0 0 0;
  }
}
.news-loop .news-item {
  width: 31.4%;
  margin-right: 2.8%;
}
@media (max-width: 1023px) {
  .news-loop .news-item {
    width: 48%;
    margin-right: 4% !important;
  }
  .news-loop .news-item:nth-child(2n) {
    margin-right: 0 !important;
  }
}
@media (max-width: 600px) {
  .news-loop .news-item {
    width: 100%;
    margin-right: 0 !important;
  }
}
.news-loop .news-item:nth-child(3n) {
  margin-right: 0;
}
.news-loop .news-item:hover .img img {
  transform: scale(1.1);
}

.news-item {
  margin-bottom: 10px;
}
.news-item .img {
  position: relative;
  display: block;
  border-radius: 0 0 10px 0;
  overflow: hidden;
}
.news-item .img img {
  width: 100%;
  display: block;
  transition: all 0.3s;
}
.news-item .img .btn-category {
  position: absolute;
  left: 28px;
  bottom: 24px;
  font-size: 12px;
}
.news-item .text {
  padding: 19px 9px;
}
.news-item .text time {
  font-size: 13px;
}
.news-item .text h3 {
  font-size: 24px;
  line-height: 32px;
  margin: 8px 0;
}

.pagination {
  margin: 25px 0;
}
.pagination .container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination a {
  margin: 0 10px;
  font-size: 15px;
}
.pagination a.current {
  font-weight: 600;
  color: #E60000;
}
.pagination .prev, .pagination .next {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #F2F2F2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.article-content {
  margin: 40px 0 150px 0;
}
@media (max-width: 1023px) {
  .article-content {
    margin-bottom: 50px;
  }
}
.article-content > .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.article-content .article-left {
  width: 64%;
}
@media (max-width: 1023px) {
  .article-content .article-left {
    width: 100%;
  }
}
.article-content .article-left p {
  font-size: 16px;
  line-height: 24px;
  margin: 26px 0;
}
.article-content .article-left p:first-child {
  margin-top: 0 !important;
}
.article-content .article-left p.big {
  margin: 39px 0;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
}
.article-content .article-left h2 {
  font-size: 26px;
  line-height: 32px;
  margin: 26px 0;
}
.article-content .article-left blockquote {
  padding: 62px 70px;
  margin: 34px 0;
  background: #F2F2F2 url(/images/quote.svg?c4f1df9edfc803b93b6216a49aad5b6e) 41px 40px no-repeat;
  background-size: 56px auto;
}
.article-content .article-left blockquote :last-child {
  margin-bottom: 0;
}
.article-content .article-left ul {
  margin: 43px 52px 0 52px;
  padding: 0;
  list-style: none;
}
@media (max-width: 767px) {
  .article-content .article-left ul {
    margin-left: 10px;
    margin-right: 20px;
  }
}
.article-content .article-left ul li {
  padding: 0 0 25px 54px;
  font-size: 16px;
  line-height: 24px;
  position: relative;
}
.article-content .article-left ul li::after {
  position: absolute;
  left: 4px;
  top: -2px;
  width: 31px;
  height: 31px;
  content: "";
  background: #F2F2F2;
  border-radius: 50%;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  color: #E60000;
  text-align: center;
  font-size: 16px;
  line-height: 31px;
}
.article-content .article-left table {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  margin: 35px 0 41px 0;
}
.article-content .article-left table td, .article-content .article-left table th {
  border: 1px solid #DDDDDD;
  padding: 14px;
}
.article-content .article-left table th {
  font-size: 18px;
}
.article-content .article-left .social {
  border-top: 1px solid #F2F2F2;
  padding: 32px 0 0 0;
  display: flex;
  align-items: center;
  margin-top: 25px;
}
.article-content .article-left .social a {
  font-size: 28px;
  margin: 0 0 0 11px;
}
.article-content .article-left .social a:hover {
  color: #3A3A3A;
}
.article-content .article-left .note-float-right {
  margin: 20px 0 20px 20px;
}
.article-content .article-left .note-float-left {
  margin: 20px 20px 20px 0;
}
.article-content .article-right {
  width: 29.3%;
  position: sticky;
  top: 20px;
}
@media (max-width: 1023px) {
  .article-content .article-right {
    width: 100%;
    position: static;
  }
}
.article-content .article-right .search-form {
  width: 100%;
  position: relative;
}
@media all and (max-width: 1370px) {
  .article-content .article-right .search-form {
    margin-left: 0;
    left: auto;
    right: 15px;
  }
}
@media (max-width: 1023px) {
  .article-content .article-right .search-form {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .article-content .article-right .search-form {
    bottom: auto;
    top: 40px;
    max-width: calc(100% - 30px);
    right: 0;
    margin: 60px 0;
  }
}
.article-content .article-right .search-form input {
  width: 100%;
  height: 53px;
  border-radius: 50px;
  border: none;
  padding: 0 30px;
  background: #F5F5F5;
}
.article-content .article-right .search-form button {
  height: 53px;
  width: 53px;
  position: absolute;
  right: 0;
  top: 0;
  background: transparent;
  border: none;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
}
.article-content .article-right .search-form button:hover {
  color: #E60000;
}

.rent-banner {
  background: url(/images/rent-banner.png?d9cef5a7923a17287ce862f7e73fca21);
  background-size: cover;
  color: #FFF;
  padding: 84px 42px 42px 43px;
  margin: 25px 0 0 0;
  border-radius: 0 0 10px 0;
}
@media (max-width: 600px) {
  .rent-banner {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.rent-banner h3 {
  font-size: 32px;
  line-height: 38px;
  font-weight: 800;
  margin: 0 0 0 0;
}
.rent-banner p {
  font-size: 24px;
  margin: 17px 0 24px 0;
  line-height: 36px;
}
.rent-banner p a {
  color: #FFF;
}
.rent-banner p a:hover {
  color: #E60000;
}
.rent-banner .btn {
  padding: 16px 34px;
}
@media (max-width: 1500px) {
  .rent-banner .btn {
    padding: 16px 15px;
    font-size: 12px;
  }
}
@media (max-width: 1023px) {
  .rent-banner .btn {
    padding: 16px 34px;
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .rent-banner .btn {
    padding: 16px 20px;
    font-size: 12px;
  }
  .rent-banner .btn i {
    margin-left: 8px;
  }
}

.article-slider {
  margin: 45px 0;
}
.article-slider img {
  width: 100%;
  display: block;
}
.article-slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #FFF;
  border: none;
  z-index: 100;
  cursor: pointer;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .article-slider .slick-arrow {
    width: 40px;
    height: 40px;
  }
}
.article-slider .slick-arrow:hover {
  background: #E60000;
  color: #FFF;
}
.article-slider .slick-prev {
  left: 25px;
}
@media (max-width: 1500px) {
  .article-slider .slick-prev {
    left: 25px;
  }
}
@media (max-width: 767px) {
  .article-slider .slick-prev {
    left: 10px;
  }
}
.article-slider .slick-next {
  right: 25px;
}
@media (max-width: 1500px) {
  .article-slider .slick-next {
    right: 25px;
  }
}
@media (max-width: 767px) {
  .article-slider .slick-next {
    right: 10px;
  }
}

.search-form {
  margin-top: 40px;
  margin-bottom: 80px;
}
.search-form .container {
  max-width: 1230px;
}
.search-form .select-list {
  display: flex;
  justify-content: space-between;
  margin-top: 45px;
}
@media (max-width: 1023px) {
  .search-form .select-list {
    display: block;
  }
}
.search-form .select-list .item {
  width: 19%;
  position: relative;
}
@media (max-width: 1023px) {
  .search-form .select-list .item {
    width: 100%;
    margin-bottom: 10px;
  }
}
.search-form .select-list .item select {
  background: #F5F5F5;
  border-radius: 30px;
  height: 53px;
  padding: 0 37px;
  border: none;
  width: 100%;
}
@media (max-width: 767px) {
  .search-form .select-list .item select {
    height: 40px;
    padding: 0 20px;
    font-size: 14px;
  }
}
.search-form .select-list .item select {
  -webkit-appearance: none;
}
.search-form .select-list .item .select-arrow {
  position: absolute;
  right: 25px;
  top: 19px;
  pointer-events: none;
}
@media (max-width: 767px) {
  .search-form .select-list .item .select-arrow {
    top: 12px;
  }
}

.search-map {
  display: flex;
}
@media (max-width: 1023px) {
  .search-map {
    display: block;
  }
}
.search-map__list {
  width: 480px;
  background: #F2F2F2;
  padding: 23px 53px;
}
@media (max-width: 1023px) {
  .search-map__list {
    width: 100%;
    padding: 10px 20px;
  }
}
.search-map__list .inner {
  max-height: calc(700px - 46px);
  overflow: auto;
  padding-right: 50px;
}
.search-map__list .inner::-webkit-scrollbar-track {
  background-color: #FFF;
}
.search-map__list .inner::-webkit-scrollbar {
  width: 6px;
  background-color: #FFF;
}
.search-map__list .inner::-webkit-scrollbar-thumb {
  background-color: #3A3A3A;
}
@media (max-width: 1023px) {
  .search-map__list .inner {
    width: 100%;
    max-height: 400px;
  }
}
.search-map__list .inner .map-top-marker {
  border-bottom: 1px solid #707070;
  padding: 23px 0;
  color: #3A3A3A;
  cursor: pointer;
  font-size: 16px;
  line-height: 24px;
}
.search-map__list .inner .map-top-marker strong {
  display: block;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 11px;
}
.search-map__list .inner .map-top-marker a {
  color: #E60000;
}
.search-map__list .inner .map-top-marker a:hover {
  text-decoration: underline;
}
.search-map__map {
  width: calc(100% - 480px);
}
@media (max-width: 1023px) {
  .search-map__map {
    width: 100%;
  }
}
.search-map__map #map-top {
  height: 700px;
}
@media (max-width: 1023px) {
  .search-map__map #map-top {
    height: 550px;
  }
}
.search-map__map .form {
  left: 55px;
  margin-left: 0;
  bottom: auto;
  top: 55px;
}
.icon-list {
  margin: 52px 0 88px 0;
}
@media (max-width: 1023px) {
  .icon-list {
    margin-bottom: 40px;
  }
}
.icon-list .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
@media (max-width: 1023px) {
  .icon-list .container {
    justify-content: center;
  }
}
.icon-list .container .icon-text {
  width: 30%;
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  .icon-list .container .icon-text {
    flex-wrap: wrap;
    text-align: center;
  }
  .icon-list .container .icon-text .icon {
    width: 90px;
    text-align: center;
  }
  .icon-list .container .icon-text .icon img {
    max-width: 100%;
  }
  .icon-list .container .icon-text p {
    width: calc(100% - 90px);
    margin: 0 0 !important;
    padding: 0 0 0 10px;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .icon-list .container .icon-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.icon-list .container .icon-text p {
  color: #E60000;
  margin: 0 20px;
}
.icon-list .container .icon-text p strong {
  color: #3A3A3A;
  display: block;
}
.icon-list .container .icon-text p a {
  color: #E60000;
}

.box-list-strefa.no-icons .box-list__item::after {
  display: none;
}
.box-list-strefa .box-list .container {
  display: flex;
  flex-wrap: wrap;
}
.box-list-strefa .box-list__item {
  width: 31.5%;
  background: #F2F2F2;
  border-radius: 0 0 10px 0;
  padding: 38px 75px 31px 36px;
  display: flex;
  margin-right: 2.6%;
  flex-direction: column;
  min-height: 238px;
  justify-content: space-between;
  margin-bottom: 33px;
  position: relative;
}
.box-list-strefa .box-list__item:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 1023px) {
  .box-list-strefa .box-list__item:nth-child(3n) {
    margin-right: 2.6% !important;
  }
}
@media (max-width: 600px) {
  .box-list-strefa .box-list__item:nth-child(3n) {
    margin-right: 0 !important;
  }
}
@media (max-width: 1023px) {
  .box-list-strefa .box-list__item {
    width: 48.5%;
  }
  .box-list-strefa .box-list__item:nth-child(2n) {
    margin-right: 0 !important;
  }
}
@media (max-width: 600px) {
  .box-list-strefa .box-list__item {
    width: 100% !important;
    margin-right: 0 !important;
  }
}
.box-list-strefa .box-list__item::after {
  position: absolute;
  right: 29px;
  bottom: 41px;
  width: 43px;
  height: 43px;
  background: #FFF;
  border-radius: 50%;
  background: url(/images/arrow-circle.svg?622a4b1cbb134813ee99a37f409a4462) center no-repeat;
  content: "";
}
.box-list-strefa .box-list__item .icon img {
  max-width: 85px;
  max-height: 85px;
}
.box-list-strefa .box-list__item .icon img.hover {
  display: none;
}
.box-list-strefa .box-list__item .text {
  font-weight: 800;
  font-size: 20px;
  line-height: 28px;
}
.box-list-strefa .box-list a:hover {
  background: #E60000;
  color: #FFF;
}
.box-list-strefa .box-list a:hover .icon img {
  display: none;
}
.box-list-strefa .box-list a:hover .icon img.hover {
  display: block;
}

.strefa-content {
  margin-bottom: 50px;
}
.strefa-content .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.strefa-content .container .strefa-left {
  width: 346px;
  position: sticky;
  top: 10px;
}
@media (max-width: 1023px) {
  .strefa-content .container .strefa-left {
    width: 100%;
    margin-bottom: 20px;
    position: static;
  }
}
@media (max-width: 767px) {
  .strefa-content .container .strefa-left {
    display: none;
  }
}
.strefa-content .container .strefa-left nav {
  background: #F2F2F2;
  border-radius: 0 0 10px 0;
  padding: 42px 52px 35px 52px;
}
@media (max-width: 767px) {
  .strefa-content .container .strefa-left nav {
    padding: 30px 20px;
  }
}
.strefa-content .container .strefa-left nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.strefa-content .container .strefa-left nav ul li {
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 12px;
  margin-bottom: 17px;
}
.strefa-content .container .strefa-left nav ul li a {
  position: relative;
  display: block;
  padding-right: 20px;
}
.strefa-content .container .strefa-left nav ul li a i {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.strefa-content .container .strefa-left nav ul li a.current {
  color: #E60000;
}
.strefa-content .container .strefa-right {
  width: calc(100% - 420px);
}
@media (max-width: 1023px) {
  .strefa-content .container .strefa-right {
    width: 100%;
  }
}
.strefa-content .container .strefa-right p {
  font-size: 16px;
  line-height: 24px;
  margin: 26px 0;
}
.strefa-content .container .strefa-right p:first-child {
  margin-top: 0 !important;
}
.strefa-content .container .strefa-right p.big {
  margin: 39px 0;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
}
.strefa-content .container .strefa-right a {
  color: #E60000;
}
.strefa-content .container .strefa-right h2 {
  font-size: 26px;
  line-height: 32px;
  margin: 26px 0;
}
.strefa-content .container .strefa-right h1 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 800;
}
.strefa-content .container .strefa-right blockquote {
  padding: 62px 70px;
  margin: 34px 0;
  background: #F2F2F2 url(/images/quote.svg?c4f1df9edfc803b93b6216a49aad5b6e) 41px 40px no-repeat;
  background-size: 56px auto;
}
.strefa-content .container .strefa-right blockquote :last-child {
  margin-bottom: 0;
}
.strefa-content .container .strefa-right ul {
  margin: 43px 52px 0 52px;
  padding: 0;
  list-style: none;
}
@media (max-width: 767px) {
  .strefa-content .container .strefa-right ul {
    margin-left: 10px;
    margin-right: 20px;
  }
}
.strefa-content .container .strefa-right ul li {
  padding: 0 0 25px 54px;
  font-size: 16px;
  line-height: 24px;
  position: relative;
}
.strefa-content .container .strefa-right ul li::after {
  position: absolute;
  left: 4px;
  top: -2px;
  width: 31px;
  height: 31px;
  content: "";
  background: #F2F2F2;
  border-radius: 50%;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  color: #E60000;
  text-align: center;
  font-size: 16px;
  line-height: 31px;
}
.strefa-content .container .strefa-right table {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  margin: 35px 0 41px 0;
}
.strefa-content .container .strefa-right table td, .strefa-content .container .strefa-right table th {
  border: 1px solid #DDDDDD;
  padding: 14px;
}
.strefa-content .container .strefa-right table th {
  font-size: 18px;
}
.strefa-content .container .strefa-right .social {
  border-top: 1px solid #F2F2F2;
  padding: 32px 0 0 0;
  display: flex;
  align-items: center;
  margin-top: 25px;
}
.strefa-content .container .strefa-right .social a {
  font-size: 28px;
  margin: 0 0 0 11px;
}
.strefa-content .container .strefa-right .social a:hover {
  color: #3A3A3A;
}
.strefa-content .container .strefa-right :first-child {
  margin-top: 0;
}

.file-form {
  margin-bottom: 25px;
}
.file-form input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 0;
}
.file-form .file-btn {
  border: 1px solid #707070;
  background: #F2F2F2;
  font-size: 16px;
  padding: 10px 35px;
  display: inline-block;
  border-radius: 5px;
  cursor: pointer;
  margin-right: 15px;
}
@media (max-width: 767px) {
  .file-form .file-btn {
    padding: 10px 20px;
    font-size: 14px;
  }
}
.file-form__list {
  display: inline-block;
}
.file-form__title {
  display: block;
  font-size: 12px;
  line-height: 16px;
  margin-top: 20px;
}

.about-us2 {
  margin: 120px 0 0 0;
}
@media (max-width: 1023px) {
  .about-us2 {
    margin: 50px 0;
  }
}
.about-us2 .container {
  display: flex;
  justify-content: space-between;
  max-width: 1210px;
  align-items: center;
  flex-wrap: wrap;
}
.about-us2__title {
  font-size: 56px;
  line-height: 66px;
  width: 30%;
  font-weight: 200;
}
@media (max-width: 1023px) {
  .about-us2__title {
    width: 100%;
    font-size: 42px;
    line-height: 52px;
  }
}
@media (max-width: 767px) {
  .about-us2__title {
    font-size: 32px !important;
    line-height: 38px !important;
  }
}
.about-us2__text {
  font-size: 24px;
  line-height: 32px;
  font-weight: 300;
  width: 58%;
}
@media (max-width: 1023px) {
  .about-us2__text {
    width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .about-us2__text {
    font-size: 16px;
    line-height: 24px;
  }
}

.about-us2-opinion {
  margin: 226px 0 0 0;
}
@media (max-width: 1023px) {
  .about-us2-opinion {
    margin: 60px 0 0 0;
  }
}
.about-us2-opinion .container {
  max-width: 1235px;
}
.about-us2-opinion__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  background: #F2F2F2;
  border-radius: 0 0 10px 0;
  padding: 0 0 70px 0;
  margin-right: 141px;
}
@media (max-width: 1023px) {
  .about-us2-opinion__inner {
    margin-right: 0;
    padding: 0;
  }
}
.about-us2-opinion .text {
  padding: 112px 0 0 115px;
  background: #F2F2F2 url(/images/quote.svg?c4f1df9edfc803b93b6216a49aad5b6e) 72px 79px no-repeat;
  background-size: 75px auto;
  width: 66%;
}
@media (max-width: 1023px) {
  .about-us2-opinion .text {
    width: 100%;
    padding: 50px;
    background-position: 30px 30px;
  }
}
.about-us2-opinion .text p {
  font-size: 20px;
  margin: 0 0 29px 0;
  line-height: 28px;
  font-weight: 300;
}
.about-us2-opinion .text .author {
  margin: 47px 0 0 0;
}
.about-us2-opinion .text .author img {
  display: none;
}
@media (max-width: 1023px) {
  .about-us2-opinion .text .author img {
    display: block;
    margin-bottom: 20px;
  }
}
.about-us2-opinion .text .author p {
  margin: 0 0 0 0;
  font-size: 14px;
  line-height: 22px;
}
.about-us2-opinion .text .author p strong {
  font-size: 18px;
}
.about-us2-opinion img {
  max-width: 100%;
}
.about-us2-opinion .img {
  margin: -66px -138px 0 0;
}
@media (max-width: 1023px) {
  .about-us2-opinion .img {
    display: none;
  }
}

.about-us2-history {
  margin: 120px 0;
}
@media (max-width: 767px) {
  .about-us2-history {
    margin: 50px 0;
  }
}
.about-us2-history .container {
  display: flex;
  justify-content: space-between;
  max-width: 1220px;
  align-items: flex-start;
  flex-wrap: wrap;
}
.about-us2-history .left {
  width: 34%;
  position: relative;
  position: sticky;
  top: 20px;
}
@media (max-width: 767px) {
  .about-us2-history .left {
    width: 100%;
    position: relative !important;
  }
}
.about-us2-history .left::after {
  position: absolute;
  right: -118px;
  height: 136px;
  width: 3px;
  content: "";
  background: #E60000;
  top: 27px;
}
@media (max-width: 1023px) {
  .about-us2-history .left::after {
    right: -50px;
  }
}
@media (max-width: 767px) {
  .about-us2-history .left::after {
    display: none;
  }
}
.about-us2-history .left h2 {
  font-size: 44px;
  font-weight: 900;
}
@media (max-width: 767px) {
  .about-us2-history .left h2 {
    font-size: 32px !important;
    line-height: 38px !important;
  }
}
.about-us2-history .left p {
  font-size: 24px;
  line-height: 32px;
  font-weight: 300;
  margin: 54px 0 0 0;
}
@media (max-width: 1023px) {
  .about-us2-history .left p {
    font-size: 20px;
    line-height: 26px;
  }
}
.about-us2-history .right {
  width: 49.4%;
}
@media (max-width: 767px) {
  .about-us2-history .right {
    width: 100%;
  }
}
.about-us2-history .right .item {
  margin: 47px 0 110px 0;
  position: relative;
}
.about-us2-history .right .item:last-child {
  margin-bottom: 0;
}
.about-us2-history .right .item:last-child::after {
  display: none;
}
.about-us2-history .right .item::after {
  position: absolute;
  top: calc(100% + 22px);
  width: 1px;
  height: 63px;
  background: #DDDDDD;
  content: "";
  left: 10px;
}
.about-us2-history .right .item h3 {
  font-size: 26px;
  line-height: 36px;
  margin: 0 0 9px 0;
  color: #E60000;
}
.about-us2-history .right .item p {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 0 0;
}

.about-us2-text {
  margin: 130px 0 86px 0;
}
.about-us2-text .container {
  max-width: 1170px;
}
.about-us2-text__cols {
  display: flex;
  justify-content: space-between;
  margin: 45px 0 0 0;
  flex-wrap: wrap;
}
.about-us2-text__cols .col {
  width: 46%;
}
@media (max-width: 767px) {
  .about-us2-text__cols .col {
    width: 100%;
  }
}
.about-us2-text__cols .col p {
  font-size: 16px;
  line-height: 24px;
}

.about-us2-map {
  margin: 86px 0 168px 0;
}
.about-us2-map .legend {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 41px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .about-us2-map .legend {
    margin-bottom: 20px;
  }
}
.about-us2-map .legend span {
  display: flex;
  font-size: 16px;
  margin: 0 15px;
}
@media (max-width: 767px) {
  .about-us2-map .legend span {
    width: 100%;
    justify-content: center;
    margin-bottom: 15px;
  }
}
.about-us2-map .legend span i {
  width: 23px;
  height: 23px;
  border-radius: 50%;
  margin: 0 13px;
}
.about-us2-map .legend span i.black {
  background: #3A3A3A;
}
.about-us2-map .legend span i.red {
  background: #E60000;
}
.about-us2-map .legend span i.gray {
  background: #999999;
}
.about-us2-map #map-bottom {
  height: 800px;
}
@media (max-width: 767px) {
  .about-us2-map #map-bottom {
    height: 400px;
  }
}

.gray-box-list {
  background: #F2F2F2;
  padding: 100px 0 20px 0;
}
@media (max-width: 767px) {
  .gray-box-list {
    padding: 50px 0;
  }
}
.gray-box-list__content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 70px;
}
.gray-box-list__content .item {
  width: 48%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .gray-box-list__content .item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .gray-box-list__content .item {
    margin-bottom: 50px;
  }
}
.gray-box-list__content .item .img {
  width: 90px;
}
.gray-box-list__content .item .img img {
  max-width: 100%;
  max-height: 90px;
}
.gray-box-list__content .item .text {
  width: calc(100% - 130px);
  padding-right: 20px;
}
@media (max-width: 600px) {
  .gray-box-list__content .item .text {
    width: 100%;
    margin-top: 15px;
  }
}
.gray-box-list__content .item .text h3 {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 20px;
}
.gray-box-list__content .item .text p {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
}

.box3-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 70px;
}
.box3-list .item {
  width: 32%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 1023px) {
  .box3-list .item {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .box3-list .item {
    margin-bottom: 50px;
  }
}
.box3-list .item .img {
  width: 90px;
}
.box3-list .item .img img {
  height: 80px;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.box3-list .item .text {
  width: calc(100% - 130px);
  padding-right: 20px;
}
@media (max-width: 600px) {
  .box3-list .item .text {
    width: 100%;
    margin-top: 15px;
  }
}
.box3-list .item .text h3 {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 20px;
}
.box3-list .item .text p {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
}
.box3-list .item .text p strong {
  font-size: 16px;
  line-height: 24px;
}

.subpage-search .container {
  max-width: 1240px;
}
.subpage-search .search-form {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  margin-left: -13px;
  margin-right: -13px;
}
.subpage-search .search-form__item {
  width: 20%;
  position: relative;
  margin-bottom: 18px;
  padding: 0 13px;
}
@media (max-width: 1023px) {
  .subpage-search .search-form__item {
    width: 33.3333%;
  }
}
@media (max-width: 600px) {
  .subpage-search .search-form__item {
    width: 50%;
  }
}
@media all and (max-width: 400px) {
  .subpage-search .search-form__item {
    width: 100%;
  }
}
.subpage-search .search-form-bottom {
  display: flex;
  justify-content: flex-end;
  margin-top: 15px;
}
.subpage-search .search-form-bottom a {
  text-transform: uppercase;
  font-weight: bold;
}
.subpage-search .search-form-bottom a svg {
  margin-right: 12px;
}

.mobile-layer-fills {
  display: none;
  padding: 18px 21px 40px 16px;
  overflow: hidden;
  position: relative;
}
.mobile-layer-fills > a {
  float: right;
  margin-top: 10px;
  position: absolute;
  right: 20px;
  bottom: 10px;
}
.mobile-layer-fills .fill-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 25px;
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}
.mobile-layer-fills .fill-item span {
  margin-right: 5px;
}
.mobile-layer-fills .fill-item strong {
  margin-right: 5px;
}
.mobile-layer-fills .fill-item .text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mobile-layer-fills .fill-item .reset-fill-item {
  position: absolute;
  right: 0;
  top: 0;
}

@media all and (min-width: 768px) {
  .mobile-layer-fills {
    display: none !important;
  }
}
.search-multi .toggle {
  background: #F2F2F2 url(/images/arrow-toggle.svg?e22efea49579baf027b30493f2a80774) top 22px right 20px no-repeat;
  border-radius: 50px;
  padding: 15px 50px 14px 30px;
  font-size: 16px;
  height: 52px;
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.search-multi .toggle.fill {
  font-weight: bold;
}
.search-multi.open .toggle {
  background-color: #FFF;
  border-bottom: 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.search-multi.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.search-multi .list {
  background: #FFF;
  border-radius: 5px;
  position: absolute;
  left: 13px;
  right: 13px;
  top: calc(100% + 5px) !important;
  display: none;
  z-index: 12;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 25px;
  padding: 14px 0;
}
@media (max-width: 767px) {
  .search-multi .list {
    border-top: 0;
    overflow: visible;
    max-height: none;
  }
}
.search-multi .list .list-inner {
  overflow: auto;
  max-height: 154px;
  margin-right: 15px;
}
.search-multi .list .list-inner::-webkit-scrollbar {
  width: 4px;
}
.search-multi .list .list-inner::-webkit-scrollbar-track {
  background-color: #DDDDDD;
}
.search-multi .list .list-inner::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 6px #3A3A3A;
  background: #3A3A3A;
  border-radius: 5px;
}
.search-multi .list::-webkit-scrollbar {
  width: 4px;
}
.search-multi .list::-webkit-scrollbar-track {
  background-color: #DDDDDD;
}
.search-multi .list::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 6px #3A3A3A;
  background: #3A3A3A;
  border-radius: 5px;
}
.search-multi .list.open {
  display: block;
}
.search-multi .list .item {
  position: relative;
  margin-bottom: 10px;
}
.search-multi .list .item input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.search-multi .list .item input:disabled + label {
  opacity: 0.5;
  pointer-events: none;
}
.search-multi .list .item input:checked + label::after {
  background-image: url(/images/check.svg?5f451af4e246e7646041bb6a91b317e4);
}
.search-multi .list .item label {
  display: block;
  margin: 0 15px 0 30px;
  padding-right: 30px;
  cursor: pointer;
  position: relative;
}
.search-multi .list .item label::after {
  position: absolute;
  right: 0;
  top: 0;
  border: 1px solid #9E9E9E;
  border-radius: 5px;
  background-color: #FFF;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  width: 21px;
  height: 21px;
}

.offer-search-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
@media (max-width: 1023px) {
  .offer-search-list {
    margin-right: -5px;
  }
}
.offer-search-list .offer-slider-item {
  width: 33.3333%;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (max-width: 1023px) {
  .offer-search-list .offer-slider-item {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .offer-search-list .offer-slider-item {
    width: 100%;
  }
}
.offer-search-list .offer-slider-item .offer-thumb .group-tick {
  position: absolute;
  right: 12px;
  top: 15px;
  z-index: 10;
  text-align: right;
}
.offer-search-list .offer-slider-item .offer-thumb .group-tick .tick {
  position: static;
  white-space: nowrap;
  display: inline-block;
  margin-bottom: 4px;
}
.offer-search-list .offer-slider-item .offer-thumb .group-tick .text {
  display: block;
  text-align: right;
  font-size: 13px;
  text-transform: uppercase;
  margin-top: 8px;
}
.offer-search-list .offer-slider-item .offer-thumb__title {
  text-align: center;
}
.offer-search-list .offer-slider-item .offer-thumb__title .title {
  font-size: 24px;
}
.offer-search-list .offer-slider-item .offer-thumb__title span {
  font-weight: normal;
}
.offer-search-list .offer-slider-item .offer-thumb__price {
  text-align: center;
}
.offer-search-list .offer-slider-item .offer-thumb__price .current {
  font-size: 36px;
}
.offer-search-list .offer-slider-item .offer-thumb__price .type {
  display: block;
}
.offer-search-list .offer-slider-item .offer-thumb .btn {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 227px;
  text-align: center;
  border-color: #3A3A3A;
  padding: 15px 19px;
}
.offer-search-list .offer-slider-item .offer-thumb .btn:hover {
  border-color: #E60000;
}

.box-interes {
  margin: 60px 0;
}
.box-interes .container {
  max-width: 1240px;
}
.box-interes .inner {
  border: 1px solid #DDDDDD;
  padding: 10px 45px;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 1023px) {
  .box-interes .inner {
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px 30px;
    padding-bottom: 20px;
  }
}
.box-interes .text {
  max-width: 345px;
}
@media (max-width: 1023px) {
  .box-interes .text {
    width: 50%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .box-interes .text {
    width: 100%;
  }
}
.box-interes .text h2 {
  font-size: 44px;
  line-height: 52px;
  font-weight: 800;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .box-interes .text h2 {
    font-size: 32px;
    line-height: 44px;
  }
}
.box-interes .text p {
  font-size: 18px;
  line-height: 26px;
  margin: 10px 0 0 0;
}
.box-interes .img {
  width: 458px;
}
@media (max-width: 1023px) {
  .box-interes .img {
    width: 50%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .box-interes .img {
    width: 100%;
  }
}
.box-interes .img img {
  max-width: 100%;
}
.box-interes .btn {
  margin-left: 30px;
  margin-top: auto;
  margin-bottom: auto;
  white-space: nowrap;
}
@media (max-width: 1023px) {
  .box-interes .btn {
    margin-left: auto;
    margin-right: auto;
  }
}

.offer-section-search .header-title-link__heading .count {
  font-weight: normal;
  color: #E60000;
  font-size: 18px;
  vertical-align: middle;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .offer-section-search .header-title-link__heading .count {
    display: block;
    margin-left: 0;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .offer-section-search .header-title-link {
    flex-wrap: wrap;
  }
}
.offer-section-search .sort-by .search-multi {
  position: relative;
  white-space: nowrap;
}
.offer-section-search .sort-by .search-multi .toggle {
  font-weight: normal !important;
}
.offer-section-search .sort-by .search-multi .list {
  left: auto;
  right: 0;
}
.offer-section-search .container {
  max-width: 1240px;
}

.search-form-short {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  flex-wrap: wrap;
}
.search-form-short .left {
  width: calc(100% + 20px);
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
@media (max-width: 1023px) {
  .search-form-short .left {
    width: auto;
  }
}
.search-form-short .left .box-input {
  width: 12.5%;
  padding: 0 10px;
  margin-bottom: 22px;
  position: relative;
}
@media (max-width: 1023px) {
  .search-form-short .left .box-input {
    width: 33.333%;
  }
}
@media (max-width: 767px) {
  .search-form-short .left .box-input {
    width: 50%;
  }
}
.search-form-short .left .box-input input {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.search-form-short .left .box-input input:checked + label {
  border-color: #E60000;
  border-width: 2px;
  margin-bottom: -1px;
  margin-right: -1px;
  padding-top: 17px;
  padding-left: 9px;
}
.search-form-short .left .box-input label {
  border: 1px solid #DDDDDD;
  border-radius: 0 0 10px 0;
  text-align: center;
  display: block;
  height: 100%;
  padding: 18px 10px 0 10px;
  cursor: pointer;
}
.search-form-short .left .box-input label:hover {
  border-color: #E60000;
}
.search-form-short .left .box-input img {
  max-width: 90px;
  display: block;
  margin: 0 auto;
}
.search-form-short .left .box-input span {
  display: block;
  font-size: 13px;
  font-weight: 900;
  line-height: 18px;
  margin: 18px 0;
}
.search-form-short .right {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 1023px) {
  .search-form-short .right {
    width: 100%;
  }
}
.search-form-short .right .range-slider-content {
  width: 47%;
}
@media (max-width: 767px) {
  .search-form-short .right .range-slider-content {
    width: 100%;
  }
}

.filter-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 62px 0 21px 11px;
}
@media (max-width: 767px) {
  .filter-info {
    justify-content: center;
  }
}
.filter-info span {
  margin: 5px 15px 5px 0;
}
@media (max-width: 767px) {
  .filter-info span {
    width: 100%;
    text-align: center;
  }
}
.filter-info a {
  border: 1px solid #E60000;
  color: #E60000;
  border-radius: 24px;
  text-transform: uppercase;
  margin: 5px 15px 5px 0;
  padding: 6px 16px;
  font-weight: 600;
  font-size: 12px;
}
.filter-info a.current, .filter-info a:hover {
  color: #FFF;
  background: #E60000;
}

.range-slider-content {
  margin-bottom: 45px;
  margin-top: 15px;
}
.range-slider-content:last-child {
  margin-bottom: 0;
}
.range-slider-content .title {
  width: 100%;
  color: #000;
  margin-bottom: 21px;
}
.range-slider-content .slider-scale {
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  margin-top: 15px;
}
.range-slider-content .noUi-target {
  border: none;
  box-shadow: none;
  background: #DDDDDD;
  height: 5px;
}
.range-slider-content .dots {
  display: flex;
  justify-content: space-between;
  margin: 0 2px 20px 2px;
}
.range-slider-content .dots span {
  width: 1px;
  height: 4px;
  border-radius: 2px;
  background: #999999;
}
.range-slider-content .noUi-connect {
  background: #E60000;
}
.range-slider-content .noUi-handle {
  box-shadow: none;
  border: none;
  background: #E60000;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  padding: 0;
  right: -6px;
  top: -3px;
  cursor: pointer;
}
@media all and (max-width: 767px) {
  .range-slider-content .noUi-handle {
    width: 18px;
    height: 18px;
    top: -6px;
  }
}
.range-slider-content .noUi-handle::after {
  display: none;
}
.range-slider-content .noUi-handle::before {
  display: none;
}

.offer-content {
  padding-top: 50px;
  position: relative;
  padding-bottom: 50px;
}
@media (max-width: 1023px) {
  .offer-content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.offer-content::after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 455px;
  content: "";
  background: #F2F2F2;
}
.offer-content .container {
  position: relative;
  max-width: 1220px;
  z-index: 2;
}
.offer-content .top-text {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .offer-content .top-text {
    flex-wrap: wrap;
  }
}
@media (max-width: 1200px) {
  .offer-content .top-text .left {
    width: 100%;
    order: 2;
  }
}
.offer-content .top-text .left .title {
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .offer-content .top-text .left .title {
    flex-wrap: wrap;
  }
}
.offer-content .top-text .left .title .tick {
  margin-left: 15px;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .offer-content .top-text .left .title .tick {
    margin-left: 0;
    margin-right: 15px;
    margin-bottom: 5px;
  }
  .offer-content .top-text .left .title .tick.hide-laptop {
    display: none;
  }
}
.offer-content .top-text .left .title h1,
.offer-content .top-text .left .title h2 {
  font-size: 32px;
  font-weight: bold;
  margin: 0 0 0 0;
}
@media (max-width: 1200px) {
  .offer-content .top-text .left .title h1,
.offer-content .top-text .left .title h2 {
    width: 100%;
  }
}
.offer-content .top-text .left .show-laptop {
  display: none;
}
@media (max-width: 1200px) {
  .offer-content .top-text .left .show-laptop {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 10px 0 0 0;
  }
}
.offer-content .top-text .left .show-laptop .tick {
  margin-right: 15px;
  margin-bottom: 4px;
}
.offer-content .top-text .left .subtitle {
  font-size: 16px;
}
@media (max-width: 1200px) {
  .offer-content .top-text .right {
    width: 100%;
    order: 1;
  }
}
.offer-content .top-text .right a {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 13px;
  display: inline-block;
}
.offer-content .top-text .right a i {
  margin-right: 15px;
}
.offer-content .slider-offer img {
  width: 100%;
}
.offer-content .slider-offer .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #F2F2F2;
  border: none;
  z-index: 100;
  cursor: pointer;
  transition: all 0.3s;
}
.offer-content .slider-offer .slick-arrow:hover {
  background: #E60000;
  color: #FFF;
}
.offer-content .slider-offer .slick-prev {
  left: 0;
}
.offer-content .slider-offer .slick-next {
  right: 0;
}
.offer-content .offer-inner {
  display: flex;
  justify-content: space-between;
  margin: 45px 0 0 0;
  align-items: flex-start;
  flex-wrap: wrap;
}
.offer-content .offer-inner .left {
  width: 100%;
  padding-right: 34%;
  position: relative;
}
@media (max-width: 1023px) {
  .offer-content .offer-inner .left {
    width: 100%;
    padding-right: 0;
  }
}
.offer-content .offer-inner .left .text {
  margin: 55px 0 42px 0;
}
.offer-content .offer-inner .left .text p {
  margin: 24px 0 0 0;
  line-height: 24px;
}
.offer-content .offer-inner .left .accordion-content {
  margin: 0 0 30px 0;
  border-bottom: 1px solid #F2F2F2;
  padding-bottom: 15px;
}
.offer-content .offer-inner .left .accordion-content .accordion-btn {
  font-weight: bold;
  font-size: 20px;
  cursor: pointer;
  position: relative;
  width: 100%;
  padding-right: 30px;
}
.offer-content .offer-inner .left .accordion-content .accordion-btn.open i {
  transform: rotate(180deg);
  color: #E60000;
}
.offer-content .offer-inner .left .accordion-content .accordion-btn i {
  position: absolute;
  right: 0;
  top: 0;
}
.offer-content .offer-inner .left .accordion-content .accordion-slide {
  display: none;
}
.offer-content .offer-inner .left .accordion-content .info-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 47px 0 0 0;
}
.offer-content .offer-inner .left .accordion-content .info-list .item {
  display: flex;
  justify-content: space-between;
  width: 44%;
  border-bottom: 1px solid #F2F2F2;
  padding: 0 0 15px 0;
  margin: 0 0 30px 0;
  font-size: 18px;
}
.offer-content .offer-inner .left .accordion-content .info-list .item i {
  color: #E60000;
}
@media (max-width: 767px) {
  .offer-content .offer-inner .left .accordion-content .info-list .item {
    width: 100%;
  }
}
.offer-content .offer-inner .left .box-pack {
  border: 2px solid #E60000;
  border-radius: 0 0 10px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 62px 62px 0px 62px;
  margin: 60px 0 0 0;
  position: relative;
}
@media (max-width: 767px) {
  .offer-content .offer-inner .left .box-pack {
    padding: 30px 15px;
  }
}
.offer-content .offer-inner .left .box-pack .title {
  width: 100%;
  display: block;
  margin: -16px 0 0 23px;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 767px) {
  .offer-content .offer-inner .left .box-pack .title {
    margin-left: 15px;
  }
}
.offer-content .offer-inner .left .box-pack .title span {
  background: #FFF;
  padding: 0 35px;
  font-weight: bold;
  font-size: 24px;
}
@media (max-width: 767px) {
  .offer-content .offer-inner .left .box-pack .title span {
    font-size: 20px;
    padding: 0 15px;
  }
}
.offer-content .offer-inner .left .box-pack .item {
  width: 49%;
  margin: 15px 0 48px 0;
}
@media (max-width: 767px) {
  .offer-content .offer-inner .left .box-pack .item {
    width: 100%;
    margin-bottom: 30px;
  }
}
.offer-content .offer-inner .left .box-pack .item img {
  width: 90px;
}
.offer-content .offer-inner .left .box-pack .item h2 {
  margin: 9px 0;
  font-size: 18px;
}
.offer-content .offer-inner .left .box-pack .item p {
  margin: 0 0;
}
.offer-content .offer-inner .right {
  width: 365px;
  margin: 11px 0 0 0;
  position: absolute !important;
  top: 10px;
  right: 0;
}
@media (max-width: 1023px) {
  .offer-content .offer-inner .right {
    width: 100%;
    position: relative !important;
  }
  .offer-content .offer-inner .right .sticky-inner {
    position: static !important;
    transform: none !important;
  }
}
.offer-content .offer-inner .right .box-info-offer {
  background: #FFF;
  border-radius: 0 0 10px 0;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  padding: 35px 45px 45px 45px;
}
@media (max-width: 767px) {
  .offer-content .offer-inner .right .box-info-offer {
    padding: 30px 20px 20px 20px;
  }
}
.offer-content .offer-inner .right .box-info-offer .price strong {
  font-size: 36px;
  font-weight: 800;
  color: #E60000;
}
.offer-content .offer-inner .right .box-info-offer .price s {
  margin: 0 0 0 5px;
}
.offer-content .offer-inner .right .box-info-offer .price-info {
  text-transform: uppercase;
  margin: 11px 0 29px 0;
  font-size: 13px;
}
.offer-content .offer-inner .right .box-info-offer .range-slider-content {
  margin-bottom: 18px;
}
.offer-content .offer-inner .right .box-info-offer .range-slider-content .dots {
  margin-bottom: 11px;
}
.offer-content .offer-inner .right .box-info-offer .btn {
  width: 100%;
  text-align: center;
}
.offer-content .offer-inner .right .right-box-info {
  font-size: 12px;
  line-height: 18px;
  padding: 27px 38px;
}

.popup-offer, .popup-offer-group {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  background: rgba(0, 0, 0, 0.55);
  z-index: 100;
  padding: 55px 0;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 767px) {
  .popup-offer, .popup-offer-group {
    padding: 0;
  }
}
.popup-offer.open, .popup-offer-group.open {
  opacity: 1;
  visibility: visible;
}
.popup-offer .inner, .popup-offer-group .inner {
  background: #FFF;
  margin: auto;
  width: 100%;
  max-width: 990px;
  padding: 77px 105px 50px 105px;
  position: relative;
}
@media (max-width: 1023px) {
  .popup-offer .inner, .popup-offer-group .inner {
    padding: 50px 30px;
  }
}
@media (max-width: 767px) {
  .popup-offer .inner, .popup-offer-group .inner {
    padding: 50px 15px;
  }
}
.popup-offer .inner .close-popup, .popup-offer .inner .close-popup-group, .popup-offer-group .inner .close-popup, .popup-offer-group .inner .close-popup-group {
  position: absolute;
  right: 0;
  top: -53px;
  width: 40px;
  height: 40px;
  border: 1px solid #FFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 20px;
}
@media (max-width: 767px) {
  .popup-offer .inner .close-popup, .popup-offer .inner .close-popup-group, .popup-offer-group .inner .close-popup, .popup-offer-group .inner .close-popup-group {
    top: 10px;
    color: #E60000;
    border-color: #E60000;
    right: 10px;
  }
}
.popup-offer .inner h2, .popup-offer-group .inner h2 {
  font-weight: 800;
  font-size: 43px;
  line-height: 52px;
  margin: 0 0 18px 0;
}
@media (max-width: 767px) {
  .popup-offer .inner h2, .popup-offer-group .inner h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .popup-offer .inner h2 br, .popup-offer-group .inner h2 br {
    display: none;
  }
}
.popup-offer .inner .info-popup, .popup-offer-group .inner .info-popup {
  background: rgba(230, 0, 0, 0.05);
  color: #E60000;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 10px;
}
.popup-offer .inner .car-popup, .popup-offer-group .inner .car-popup {
  display: flex;
  margin: 34px 0 48px 0;
}
@media (max-width: 767px) {
  .popup-offer .inner .car-popup, .popup-offer-group .inner .car-popup {
    display: block;
    text-align: center;
  }
}
.popup-offer .inner .car-popup .img, .popup-offer-group .inner .car-popup .img {
  width: 225px;
  margin-right: 43px;
}
@media (max-width: 767px) {
  .popup-offer .inner .car-popup .img, .popup-offer-group .inner .car-popup .img {
    margin: 0 auto;
  }
}
.popup-offer .inner .car-popup .img img, .popup-offer-group .inner .car-popup .img img {
  max-width: 100%;
}
.popup-offer .inner .car-popup .text span, .popup-offer-group .inner .car-popup .text span {
  display: block;
}
.popup-offer .inner .car-popup .text span.name, .popup-offer-group .inner .car-popup .text span.name {
  font-size: 32px;
  font-weight: bold;
  margin: 13px 0 0 0;
}
.popup-offer .inner .car-popup .text span.subname, .popup-offer-group .inner .car-popup .text span.subname {
  font-size: 16px;
  margin: 0 0 24px 0;
}
.popup-offer .inner .car-popup .text span.info, .popup-offer-group .inner .car-popup .text span.info {
  margin-bottom: 4px;
}
.popup-offer .inner .car-popup .price, .popup-offer-group .inner .car-popup .price {
  margin-left: auto;
  text-align: right;
}
@media (max-width: 767px) {
  .popup-offer .inner .car-popup .price, .popup-offer-group .inner .car-popup .price {
    text-align: center;
  }
}
.popup-offer .inner .car-popup .price strong, .popup-offer-group .inner .car-popup .price strong {
  font-weight: 800;
  color: #E60000;
  display: block;
  font-size: 36px;
  margin: 4px 0 0 0;
}

.info-success {
  background: #d9ffcd;
  color: #5e7f53;
  padding: 1px 20px;
}

.partners {
  padding: 40px 0;
}
.partners .container {
  max-width: 1230px;
}
.partners__title {
  font-size: 44px;
  line-height: 52px;
  font-weight: 800;
  margin: 0 0 33px 0;
  max-width: 540px;
}
.partners__title span {
  color: #E60000;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  display: block;
}
@media (max-width: 1200px) {
  .partners__title {
    font-size: 42px;
    line-height: 46px;
  }
}
@media (max-width: 1023px) {
  .partners__title {
    max-width: 100%;
    font-size: 32px;
    line-height: 42px;
  }
}
.partners .partners-list {
  padding: 0 70px;
}
.partners .partners-list img {
  margin: 0 auto;
  display: block;
  max-width: 95%;
}
.partners .partners-list .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #F2F2F2;
  border: none;
  z-index: 100;
  cursor: pointer;
  transition: all 0.3s;
}
.partners .partners-list .slick-arrow:hover {
  background: #E60000;
  color: #FFF;
}
.partners .partners-list .slick-prev {
  left: 0;
}
.partners .partners-list .slick-next {
  right: 0;
}
.partners .partners-list .slick-track {
  display: flex;
  align-items: center;
}

.mobile-layer-button {
  display: none;
}
@media (max-width: 767px) {
  .mobile-layer-button {
    display: inline-flex;
    margin-right: auto;
    cursor: pointer;
  }
  .mobile-layer-button svg {
    margin-right: 12px;
  }
  .mobile-layer-button span {
    margin-left: 5px;
  }
}

@media (max-width: 767px) {
  .mobile-layer {
    display: none !important;
  }
  .mobile-layer + .search-form-bottom {
    display: none !important;
  }
  .mobile-layer.has-selected .mobile-layer-header > a {
    display: none;
  }
  .mobile-layer.open {
    display: block !important;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: auto;
    background: #FFF;
    z-index: 10000000000000000;
    margin: 0;
    padding-bottom: 110px;
  }
  .mobile-layer .search-form-bottom {
    display: none;
  }
  .mobile-layer .search-form__item {
    width: 100% !important;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
  }
  .mobile-layer .search-form__item .search-multi {
    border-bottom: 1px solid lightgray;
    padding: 0 15px !important;
  }
  .mobile-layer .search-form__item .search-multi .toggle {
    background-color: transparent !important;
    box-shadow: none !important;
    padding: 18px 0;
    font-weight: 800;
    font-size: 18px;
    height: 60px;
    text-indent: -99999px;
    background-position: top 25px right 5px !important;
  }
  .mobile-layer .search-form__item .search-multi .toggle::after {
    content: attr(data-toggle);
    text-indent: 0;
    position: absolute;
    left: 17px;
  }
  .mobile-layer .search-form__item .search-multi .list {
    position: static;
    box-shadow: none;
  }
  .mobile-layer .search-form__item .search-multi .list .item label {
    margin-left: 0 !important;
    margin-left: 0 !important;
    padding-right: 0 !important;
    padding-left: 40px !important;
    padding-top: 2px;
  }
  .mobile-layer .search-form__item .search-multi .list .item label::after {
    right: auto !important;
    left: 0 !important;
  }
  .mobile-layer .search-form__item .search-multi .list .list-inner {
    max-height: none !important;
  }
  .mobile-layer .filter-info {
    margin-top: 20px;
  }
  .mobile-layer .filter-info span {
    display: none;
  }
  .mobile-layer .search-form-short {
    margin-left: 30px;
    margin-right: 30px;
  }
}

.mobile-layer-header {
  display: none;
}
@media (max-width: 767px) {
  .mobile-layer-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
    border-bottom: 1px solid lightgrey;
  }
  .mobile-layer-header a {
    color: #000 !important;
  }
}

.mobile-layer-close {
  display: none;
}
@media (max-width: 767px) {
  .mobile-layer-close {
    display: block;
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 15px;
    background: #FFF;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    z-index: 1;
  }
  .mobile-layer-close .btn {
    width: 100%;
    cursor: pointer;
    text-align: center;
  }
}

@media all and (min-width: 1024px) {
  .warsztaty-select {
    flex-wrap: wrap;
  }
  .warsztaty-select .item:nth-child(1), .warsztaty-select .item:nth-child(2), .warsztaty-select .item:nth-child(3) {
    width: 32.5%;
    margin-bottom: 15px;
  }
  .warsztaty-select .item:nth-child(4), .warsztaty-select .item:nth-child(5) {
    width: 49%;
  }
}

.select-brand option {
  text-transform: uppercase;
}

.faq-list .faq-item {
  border: 1px solid #F1F1F1;
  border-radius: 0 25px 0 25px;
  padding: 20px 30px;
  margin-bottom: 10px;
}
.faq-list .faq-item h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
  padding: 0 40px 0 0;
  position: relative;
  margin: 0;
  cursor: pointer;
}
.faq-list .faq-item h3::after {
  position: absolute;
  right: 0;
  top: 0;
  background-image: url('data:image/svg+xml,<svg width="19" height="20" viewBox="0 0 19 20" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_13836_17736)"><path d="M15.4375 7.625L9.5 13.5625L3.5625 7.625" stroke="%23E60000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_13836_17736"><rect width="19" height="19" fill="white" transform="translate(0 0.5)"/></clipPath></defs></svg>');
  width: 19px;
  height: 19px;
  content: "";
  top: 3px;
  right: 0;
}
.faq-list .faq-item a {
  color: #E60000;
}
.faq-list .faq-item a:hover {
  text-decoration: underline;
}
.faq-list .faq-item.open {
  background: #F1F1F1;
}
.faq-list .faq-item.open h3::after {
  transform: rotate(180deg);
}
.faq-list .faq-item > div {
  display: none;
  padding-top: 20px;
}
.faq-list .faq-item > div *:last-child {
  margin-bottom: 0 !important;
}

.carier-title {
  margin: 120px 0 0 0;
}
@media (max-width: 1023px) {
  .carier-title {
    margin: 50px 0;
  }
}
.carier-title .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.carier-title__title {
  font-size: 56px;
  line-height: 66px;
  width: 40%;
  font-weight: 200;
}
@media (max-width: 1023px) {
  .carier-title__title {
    width: 100%;
    font-size: 42px;
    line-height: 52px;
  }
}
@media (max-width: 767px) {
  .carier-title__title {
    font-size: 32px !important;
    line-height: 38px !important;
  }
}
.carier-title__text {
  width: 58%;
}
.carier-title__text p {
  font-size: 24px;
  line-height: 32px;
  font-weight: 300;
}
@media (max-width: 1023px) {
  .carier-title__text {
    width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .carier-title__text {
    font-size: 16px;
    line-height: 24px;
  }
}

.carrer-process .steps-number {
  display: flex;
  margin: 75px 0;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .carrer-process .steps-number {
    margin: 40px 0;
  }
}
.carrer-process .steps-number--with-images {
  margin-top: 130px !important;
}
@media (max-width: 767px) {
  .carrer-process .steps-number--with-images {
    margin: 40px 0 !important;
  }
}
.carrer-process .steps-number .item {
  text-align: center;
  width: 33.333%;
  position: relative;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .carrer-process .steps-number .item {
    width: 100%;
    margin-bottom: 20px;
  }
}
.carrer-process .steps-number .item img {
  height: 70px;
  width: auto;
  margin: -80px auto 15px auto;
  max-width: 100px;
  display: block;
}
@media (max-width: 767px) {
  .carrer-process .steps-number .item img {
    margin: 0 auto 15px auto;
  }
}
.carrer-process .steps-number .item.aos-animate:not(:last-child)::after {
  right: -31%;
}
.carrer-process .steps-number .item:not(:last-child)::after {
  position: absolute;
  left: 65%;
  background: url(/images/arrow-steps.png?c406dd3b5d2808c842b6444a80183351) center right no-repeat;
  content: "";
  height: 24px;
  top: 16px;
  right: 100%;
  transition: all 0.5s 0.2s;
}
@media (max-width: 767px) {
  .carrer-process .steps-number .item:not(:last-child)::after {
    display: none;
  }
}
.carrer-process .steps-number .item:nth-child(1)::after {
  transition-delay: 0.2;
}
.carrer-process .steps-number .item:nth-child(2)::after {
  transition-delay: 1.5s;
}
.carrer-process .steps-number .item:nth-child(3)::after {
  transition-delay: 2.5s;
}
.carrer-process .steps-number .item .number {
  color: #E60000;
  border: 2px solid #E60000;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 900;
  margin: 0 auto;
}
.carrer-process .steps-number .item h2 {
  font-size: 24px;
  font-weight: 800;
  margin: 48px 0 2px 0;
}
@media (max-width: 767px) {
  .carrer-process .steps-number .item h2 {
    margin: 10px 0 0 0;
  }
}
.carrer-process .steps-number .item p {
  font-size: 16px;
  line-height: 24px;
  max-width: 285px;
  margin-left: auto;
  margin-right: auto;
}

.carrer-process {
  margin-bottom: 117px;
}
@media (max-width: 767px) {
  .carrer-process {
    margin-bottom: 50px;
  }
}

.carrer-boxs {
  margin-bottom: 65px;
}

.carrer-online {
  margin: 70px 0;
}

.form-title {
  font-size: 16px;
  line-height: 30px;
  display: block;
  margin-bottom: 10px;
}

.accordion-list {
  margin: 38px 0 0 0;
}
.accordion-list .accordion-item {
  border: 1px solid #DDDDDD;
  padding: 16px 37px;
  margin: 24px 0;
}
@media (max-width: 767px) {
  .accordion-list .accordion-item {
    padding: 15px 20px;
  }
}
.accordion-list .accordion-slide {
  padding: 0 70px;
  display: none;
}
@media (max-width: 1023px) {
  .accordion-list .accordion-slide {
    padding: 0 0;
  }
}
.accordion-list .accordion-slide h3 {
  margin-bottom: 30px;
}
.accordion-list .accordion-slide h3:first-child {
  margin-top: 45px;
}
.accordion-list .accordion-slide h2 {
  text-align: center;
  font-size: 32px;
  font-weight: 800;
  margin: 40px 0 50px 0;
}
.accordion-list .accordion-slide ul {
  margin-left: 30px;
}
.accordion-list .accordion-btn {
  cursor: pointer;
  font-size: 24px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .accordion-list .accordion-btn {
    font-size: 20px;
  }
}
.accordion-list .accordion-btn.open i {
  transform: rotate(180deg);
}
.accordion-list .form-flex {
  margin-bottom: 60px;
}

.header-top .top__right .btn {
  padding: 16px 22px 16px 32px;
  margin-right: 11px;
}
.header-top .top__right .btn:last-child {
  margin-right: 0;
}
.header-top .top__right .btn i {
  margin: 0 10px;
}
.header-top .top__link {
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  margin-right: 36px;
}

.auction-page .container {
  max-width: 1240px;
}
.auction-page .header-top .container {
  align-items: center;
}
@media (max-width: 1200px) {
  .auction-page .header-top .auction-menu {
    position: absolute;
    left: 0;
    top: 54px;
    background: #FFF;
    right: 0;
    text-align: center;
    justify-content: center;
    display: none;
    z-index: 10;
    padding: 15px 0;
  }
  .auction-page .header-top .auction-menu.mobile-open {
    display: block;
  }
  .auction-page .header-top .auction-menu a {
    display: block;
    margin: 10px auto !important;
    max-width: 300px !important;
  }
}

.footer__top .left .col p {
  font-size: 13px;
  line-height: 22px;
  color: #999999;
}

.footer-copyright.border {
  border-top: 1px solid #4D4D4D;
}

.auction-top {
  overflow: hidden;
  padding: 110px 0 120px 0;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1500px) {
  .auction-top {
    padding: 70px 0;
  }
}
@media (max-width: 1200px) {
  .auction-top {
    min-height: 400px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .auction-top {
    height: auto;
    display: block;
    background: none !important;
    min-height: 400px;
    position: relative;
    padding-bottom: 0;
    padding: 40px 0;
  }
}
.auction-top .mobile-bg {
  display: none;
}
@media (max-width: 767px) {
  .auction-top .mobile-bg {
    display: block;
    width: 100%;
    min-height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .auction-top .mobile-bg img {
    width: 100%;
    height: 100%;
    min-height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
}
.auction-top .container {
  display: flex;
  position: relative;
  z-index: 1;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .auction-top .container {
    display: block;
  }
}
.auction-top .container .text {
  color: #FFF;
  padding: 20px 0 0 0;
}
@media (max-width: 767px) {
  .auction-top .container .text {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    width: 100%;
    max-width: 360px;
  }
}
.auction-top .container .text h2 {
  font-size: 58px;
  font-weight: 800;
  line-height: 66px;
  margin: 0 0 0;
}
@media (max-width: 1200px) {
  .auction-top .container .text h2 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .auction-top .container .text h2 {
    font-size: 34px;
    line-height: normal;
  }
}
.auction-top .container .text p {
  font-size: 26px;
  line-height: 32px;
  margin: 39px 0 0 0;
}
@media (max-width: 767px) {
  .auction-top .container .text p {
    font-size: 18px;
    line-height: normal;
    margin: 20px 0 0 0;
  }
}
.auction-top .container .box {
  width: 363px;
  background: #FFF;
  border-radius: 0 0 10px 0;
  padding: 47px 45px 30px 45px;
}
@media (max-width: 767px) {
  .auction-top .container .box {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 360px;
  }
}
.auction-top .container .box h3 {
  font-size: 30px;
  margin: 0;
  line-height: 38px;
  font-weight: 800;
}
@media (max-width: 767px) {
  .auction-top .container .box h3 {
    font-size: 24px;
  }
}
.auction-top .container .box .count-car {
  background: url(/images/auction-icon.svg?5d4257490c9847f1794fe8b6515bed6f) left center no-repeat;
  font-size: 80px;
  color: #E60000;
  line-height: 32px;
  padding: 19px 0;
  font-weight: bold;
  margin: 30px 0 32px 0;
  text-align: right;
}
@media (max-width: 767px) {
  .auction-top .container .box .count-car {
    font-size: 60px;
  }
}
.auction-top .container .box .btn {
  width: 100%;
  padding: 16px 0;
  text-align: center;
}
.auction-top .container .box .links {
  display: flex;
  justify-content: space-around;
  margin: 24px 0;
  position: relative;
}
.auction-top .container .box .links::after {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #DDDDDD;
  content: "";
}
.auction-top .container .box .links a {
  font-size: 16px;
  min-width: 100px;
  width: 100%;
  text-align: center;
}
.auction-top .container .box .form-flex {
  margin-top: 20px;
}
.auction-top .container .box .form-flex .form-wrap {
  margin-bottom: 17px;
}
.auction-top .container .box .form-flex .btn {
  margin-top: 0;
}
.auction-top .container .box .form-flex label.error {
  bottom: -16px;
}

.auction-step {
  margin: 65px 0;
  text-align: center;
}
.auction-step .steps-number .item {
  width: 25%;
}
@media (max-width: 767px) {
  .auction-step .steps-number .item {
    width: 100%;
    margin-bottom: 20px;
  }
}
.auction-step .steps-number--with-images {
  margin-top: 130px !important;
}
.auction-step .btn-register {
  padding: 16px 22px 16px 32px;
}
.auction-step .btn-register i {
  margin: 0 10px;
}

.auction-register {
  padding: 70px 0;
}
.auction-register .form-title {
  width: 100%;
  font-size: 24px;
  font-weight: 800;
  margin: 25px 0;
}
.auction-register .form-desc {
  font-size: 14px;
  line-height: 18px;
  margin: 0 0 25px 0;
}
.auction-register .contact-form-inner {
  padding-bottom: 30px;
}

.radio-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.radio-toggle span {
  font-size: 16px;
}
.radio-toggle .radio-button {
  margin: 0 30px;
}

.radio-button input {
  opacity: 0;
  position: absolute;
}
.radio-button input:checked + label::before {
  opacity: 1;
}
.radio-button label {
  position: relative;
  font-size: 16px;
  line-height: 30px;
  padding-left: 50px;
  cursor: pointer;
}
.radio-button label::before {
  position: absolute;
  width: 15px;
  height: 15px;
  background: #3A3A3A;
  border-radius: 50%;
  content: "";
  left: 6px;
  top: 3px;
  z-index: 1;
  opacity: 0;
}
.radio-button label::after {
  position: absolute;
  left: 0;
  top: -3px;
  background: #F2F2F2;
  content: "";
  width: 27px;
  height: 27px;
  border-radius: 50%;
}

.radio-group-toggle {
  display: none;
  flex-wrap: wrap;
  justify-content: space-between;
}
.radio-group-toggle.open-toggle {
  display: flex;
}

.check-all {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #DDDDDD;
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.check-all .info {
  white-space: nowrap;
  font-size: 14px;
}
.check-all .checkbox label:not(.error) {
  padding-top: 8px;
}

.form-info-bottom {
  text-align: center;
  margin-top: 30px;
  width: 100%;
}
.form-info-bottom a {
  color: #E60000;
}

.header-top-center .container {
  align-items: center;
}
.header-top-center .top {
  padding: 30px 0;
}
.header-top-center .top .btn {
  border-color: #3A3A3A;
  padding: 14px 29px;
  margin: 0 23px 0 0;
  display: none;
}
.header-top-center .top .btn:hover {
  border-color: transparent;
}
@media all and (min-width: 1280px) {
  .header-top-center .top .btn {
    display: inline-block;
  }
}
.header-top-center .btn-right {
  margin-left: auto !important;
}
.header-top-center .lang-switcher {
  margin: 0 0 0 25px;
}
@media all and (max-width: 1200px) {
  .header-top-center .lang-switcher {
    display: flex !important;
    margin: -14px 0 0 auto;
  }
}

@media all and (min-width: 1280px) {
  .poll-page .home-slider .slick-slide h2 {
    max-width: 50%;
  }
}

.qustestions {
  border: 1px solid #DDDDDD;
  max-width: 1194px;
  margin-left: auto;
  margin-right: auto;
  padding: 56px 0 83px 0;
  margin-bottom: 100px;
  border-radius: 10px;
}
.qustestions .container {
  max-width: 1030px;
}
.qustestions .question {
  margin-bottom: 15px;
  position: relative;
}
.qustestions .question h3 {
  font-size: 18px;
  margin: 0 0 31px 0;
}
.qustestions label.error {
  position: absolute;
  left: 0px;
  bottom: -5px;
  color: #E60000;
  font-size: 12px;
}
@media (max-width: 767px) {
  .qustestions label.error {
    left: 15px;
    bottom: -17px;
  }
}
.qustestions .question-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
.qustestions .question-wrap .item {
  width: 48%;
  margin: 0 0 20px 0;
}
@media (max-width: 767px) {
  .qustestions .question-wrap .item {
    width: 100%;
  }
}
.qustestions .question-wrap .item input {
  opacity: 0;
  position: absolute;
}
.qustestions .question-wrap .item input:checked + label {
  background: #DBDBDB;
  border-color: #DBDBDB;
}
.qustestions .question-wrap .item label:not(.error) {
  border: 1px solid #999999;
  border-radius: 50px;
  padding: 13px 15px 13px 31px;
  font-size: 16px;
  display: block;
  cursor: pointer;
}
.qustestions .question-wrap .item label:not(.error) span {
  font-weight: 600;
  margin-right: 14px;
}
.qustestions .question-wrap textarea {
  background: #F5F5F5;
  border-radius: 30px;
  height: 53px;
  padding: 0 37px;
  border: none;
  width: 100%;
}
@media (max-width: 767px) {
  .qustestions .question-wrap textarea {
    height: 40px;
    padding: 0 20px;
    font-size: 14px;
  }
}
.qustestions .question-wrap textarea[type=number] {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  -moz-appearance: textfield;
  /* Firefox */
}
.qustestions .question-wrap textarea {
  padding: 15px 37px;
  height: 153px;
  margin-bottom: 15px;
}
.qustestions .question-wrap label.error:not(:last-child) {
  display: none !important;
}
.qustestions .checkbox {
  width: 93%;
  text-align: left;
  position: relative;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .qustestions .checkbox {
    margin-top: 20px;
  }
}
.qustestions .checkbox label.error {
  bottom: -12px;
  left: 47px;
}
@media (max-width: 767px) {
  .qustestions .checkbox label.error {
    left: 33px;
  }
}
.qustestions .checkbox input {
  opacity: 0;
  position: absolute;
}
.qustestions .checkbox input:checked + label::after {
  color: #E60000;
}
.qustestions .checkbox label:not(.error) {
  padding: 12px 0 5px 49px;
  font-size: 14px;
  margin: -12px 0 0 0;
  display: block;
  position: relative;
  cursor: pointer;
}
@media (max-width: 767px) {
  .qustestions .checkbox label:not(.error) {
    padding: 5px 0 5px 34px;
  }
}
.qustestions .checkbox label:not(.error)::after {
  position: absolute;
  left: 1px;
  top: 1px;
  background: #F2F2F2;
  width: 32px;
  height: 32px;
  content: "";
  border-radius: 5px;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  color: #F2F2F2;
  text-align: center;
  line-height: 32px;
}
@media (max-width: 767px) {
  .qustestions .checkbox label:not(.error)::after {
    width: 24px;
    height: 24px;
    line-height: 24px;
  }
}
.qustestions .checkbox label:not(.error) a {
  color: #E60000;
  text-decoration: none;
}
.qustestions .checkbox label:not(.error) a:hover {
  text-decoration: underline;
}
.qustestions button {
  width: 100%;
  text-align: center;
  border: none;
  margin: 5px 0 0 0;
  cursor: pointer;
}
.qustestions .question-rate {
  display: flex;
  align-items: flex-start;
  margin: 41px 0 25px 0;
  position: relative;
  padding-bottom: 20px;
}
@media (max-width: 600px) {
  .qustestions .question-rate {
    flex-wrap: wrap;
    margin: 15px 0;
  }
}
.qustestions .question-rate .left {
  margin: 34px 35px 0 0;
}
@media (max-width: 600px) {
  .qustestions .question-rate .left {
    margin: 0 0 15px 0;
  }
}
.qustestions .question-rate .right {
  margin: 34px 0 0 8px;
}
@media (max-width: 600px) {
  .qustestions .question-rate .right {
    margin: 15px 0 0 0;
  }
}
.qustestions .question-rate .item {
  margin: 0 37px 0 0;
}
@media (max-width: 767px) {
  .qustestions .question-rate .item {
    margin: 0 10px;
  }
}
@media (max-width: 600px) {
  .qustestions .question-rate .item {
    width: 100%;
  }
}
.qustestions .question-rate .item input {
  position: absolute;
  left: 0;
  opacity: 0;
}
.qustestions .question-rate .item input:checked + label::before {
  opacity: 1;
}
.qustestions .question-rate .item label:not(.error) {
  text-align: center;
  width: 27px;
  display: block;
  margin: 0 0 0 0;
  padding: 0 0 35px 0;
  cursor: pointer;
  position: relative;
}
@media (max-width: 600px) {
  .qustestions .question-rate .item label:not(.error) {
    padding: 4px 50px 4px 0;
  }
}
.qustestions .question-rate .item label:not(.error)::before {
  position: absolute;
  width: 15px;
  height: 15px;
  background: #3A3A3A;
  border-radius: 50%;
  content: "";
  left: 6px;
  bottom: 6px;
  z-index: 1;
  opacity: 0;
}
@media (max-width: 600px) {
  .qustestions .question-rate .item label:not(.error)::before {
    right: 6px;
    top: 6px;
    bottom: auto;
    left: auto;
  }
}
.qustestions .question-rate .item label:not(.error)::after {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #F2F2F2;
  content: "";
  width: 27px;
  height: 27px;
  border-radius: 50%;
}
@media (max-width: 600px) {
  .qustestions .question-rate .item label:not(.error)::after {
    right: 0;
    top: 0;
    bottom: auto;
    left: auto;
  }
}

.pool-page .btn-right {
  margin-left: auto;
}
.pool-page .lang-switcher {
  margin: 0 0 0 25px;
  display: block;
}
@media all and (max-width: 1200px) {
  .pool-page .lang-switcher {
    margin: -14px 0 0 auto;
  }
}

.slider-offer-big {
  margin: 100px 0;
}
@media (max-width: 1023px) {
  .slider-offer-big {
    margin-top: 20px;
  }
}

.js-slider-offer-big {
  padding: 0 90px;
}
@media (max-width: 767px) {
  .js-slider-offer-big {
    padding: 0;
  }
}
.js-slider-offer-big .item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  overflow: hidden;
  padding: 25px 0;
  flex-wrap: wrap;
}
.js-slider-offer-big .item .img {
  width: 62%;
}
@media (max-width: 1023px) {
  .js-slider-offer-big .item .img {
    width: 100%;
  }
}
.js-slider-offer-big .item .img img {
  display: block;
  max-width: 100%;
}
.js-slider-offer-big .item .text {
  width: 33%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  padding: 32px 35px 50px 35px;
  margin: 0 13px 0 0;
}
@media (max-width: 1200px) {
  .js-slider-offer-big .item .text {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1023px) {
  .js-slider-offer-big .item .text {
    width: calc(100% - 40px);
    margin: 0 20px;
  }
}
.js-slider-offer-big .item .text p {
  font-size: 16px;
  line-height: 25px;
  margin: 19px 0 28px 8px;
}
.js-slider-offer-big .item .text .title {
  font-size: 32px;
  font-weight: bold;
  margin: 0 0 0 0;
}
.js-slider-offer-big .item .text .info {
  font-size: 16px;
  font-weight: 300;
}
.js-slider-offer-big .item .text .price {
  margin: 10px 0 0 0;
}
.js-slider-offer-big .item .text .price .current {
  font-size: 48px;
  font-weight: 800;
  color: #E60000;
}
@media (max-width: 767px) {
  .js-slider-offer-big .item .text .price .current {
    font-size: 27px;
  }
}
.js-slider-offer-big .item .text .price .old {
  font-size: 16px;
  font-weight: 300;
  text-decoration: line-through;
  margin: 0 3px 0 11px;
}
@media (max-width: 767px) {
  .js-slider-offer-big .item .text .price .old {
    margin: 0 2px 0 5px;
  }
}
.js-slider-offer-big .item .text .price .type {
  margin: 0 3px 0 11px;
}
.js-slider-offer-big .item .text .btn {
  width: 100%;
  text-align: center;
  padding: 15px 10px;
  margin-top: 10px;
}

.text-image-lp {
  padding: 80px 0;
  background: #F2F2F2;
}
.text-image-lp .header-title {
  width: 100%;
  margin-bottom: 80px;
}

.page-seo .home-slider .slick-slide {
  min-height: 540px;
}
.page-seo .home-slider .slick-slide h1, .page-seo .home-slider .slick-slide h2 {
  max-width: 570px;
}
.page-seo .text-image {
  margin: 0 !important;
  padding: 110px 0 !important;
}
@media (max-width: 767px) {
  .page-seo .text-image {
    padding: 50px 0 !important;
  }
}
.page-seo .text-image .image {
  margin-top: 0 !important;
}
.page-seo .offer-top {
  padding: 53px 0;
  margin: 0;
}
@media (max-width: 767px) {
  .page-seo .offer-top {
    padding: 50px 0 !important;
  }
}
.page-seo .text-image .text h2 {
  font-size: 44px;
  line-height: 52px;
  font-weight: 800;
  margin: 0 0 33px 0;
}
@media (max-width: 767px) {
  .page-seo .text-image .text h2 {
    font-size: 32px;
    line-height: 42px;
  }
}

.popup-offer .text-box p {
  font-size: 16px;
  line-height: 24px;
}
.popup-offer .text-box ul {
  margin-left: 60px;
}

.js-slider-offer-big .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #F2F2F2;
  border: none;
  z-index: 100;
  cursor: pointer;
  transition: all 0.3s;
}
.js-slider-offer-big .slick-arrow:hover {
  background: #E60000;
  color: #FFF;
}
.js-slider-offer-big .slick-prev {
  left: 25px;
}
@media (max-width: 767px) {
  .js-slider-offer-big .slick-prev {
    left: 0;
    top: 100px;
  }
}
.js-slider-offer-big .slick-next {
  right: 25px;
}
@media (max-width: 767px) {
  .js-slider-offer-big .slick-next {
    right: 0;
    top: 100px;
  }
}
.js-slider-offer-big .slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -32px;
  justify-content: center;
}
@media (max-width: 767px) {
  .js-slider-offer-big .slick-dots {
    bottom: -14px;
  }
}
.js-slider-offer-big .slick-dots li {
  margin: 0 8px 0 0;
}
.js-slider-offer-big .slick-dots li button {
  border-radius: 50%;
  background: #DDDDDD;
  border: none;
  width: 9px;
  height: 9px;
  text-indent: -9999px;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s;
}
.js-slider-offer-big .slick-dots li:hover button, .js-slider-offer-big .slick-dots li.slick-active button {
  background: #E60000;
}

.contact-form-inner .search-multi {
  width: 100%;
  margin-bottom: 32px;
  position: relative;
}
.contact-form-inner .search-multi .list {
  left: 0;
  right: 0;
  width: 100%;
}

.tabs-item {
  margin: 65px 0 -25px 0;
}
.tabs-item .container {
  max-width: 1240px;
}
@media all and (max-width: 767px) {
  .tabs-item .container {
    padding-left: 20px;
    padding-right: 15px;
  }
}
.tabs-item .container .tabs-item-list {
  display: flex;
  align-items: flex-end;
  border-bottom: 1px solid #DDDDDD;
}
@media all and (max-width: 767px) {
  .tabs-item .container .tabs-item-list {
    justify-content: space-between;
  }
}
.tabs-item .container .tabs-item-list a {
  background: #F2F2F2;
  border-radius: 5px 5px 0 0;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  padding: 15px 39px;
  border: 1px solid transparent;
  margin: 0 7px 0 0;
  transition: none;
}
@media all and (max-width: 767px) {
  .tabs-item .container .tabs-item-list a {
    font-size: 16px;
    line-height: 20px;
    width: 32%;
    padding: 7px 10px 7px 10px !important;
    margin: 0;
    min-height: 56px;
    display: flex;
    align-items: center;
  }
}
.tabs-item .container .tabs-item-list a.current {
  background: #FFF;
  border-color: #DDDDDD;
  border-bottom-color: #FFF;
  margin-bottom: -1px;
  color: #E60000;
  padding: 18px 46px;
}
@media all and (max-width: 767px) {
  .tabs-item .container .tabs-item-list a.current {
    padding: 13px 10px 11px 14px !important;
  }
}

.home-offer-box {
  margin: 57px 0 0 0;
}
@media all and (max-width: 767px) {
  .home-offer-box {
    margin: -41px 0 0 0;
  }
}
.home-offer-box .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1230px;
}
.home-offer-box .hot-deals {
  width: 49%;
  border: 8px solid #E60000;
  border-radius: 0 0 20px 0;
}
@media all and (max-width: 767px) {
  .home-offer-box .hot-deals {
    width: 100%;
    margin-bottom: 19px;
  }
}
.home-offer-box .hot-deals > .title {
  background: #E60000 url(/images/icon-hot.svg?ccebfd64d1c44ca78283d51318135910) 17px 4px no-repeat;
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  padding: 9px 0 9px 52px;
  text-transform: uppercase;
}
.home-offer-box .hot-deals .slider-hot .slick-arrow {
  position: absolute;
  top: 44%;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #FFF;
  border: none;
  z-index: 100;
  cursor: pointer;
  transition: all 0.3s;
}
.home-offer-box .hot-deals .slider-hot .slick-arrow:hover {
  background: #E60000;
  color: #FFF;
}
.home-offer-box .hot-deals .slider-hot .slick-track {
  display: flex;
}
.home-offer-box .hot-deals .slider-hot .slick-prev {
  left: 35px;
}
.home-offer-box .hot-deals .slider-hot .slick-next {
  right: 35px;
}
.home-offer-box .hot-deals .slider-hot .item {
  position: relative;
  height: auto;
  float: none;
  min-height: 0;
  padding-bottom: 140px;
}
@media all and (max-width: 767px) {
  .home-offer-box .hot-deals .slider-hot .item {
    padding-bottom: 95px;
  }
}
.home-offer-box .hot-deals .slider-hot .item::after {
  position: absolute;
  left: 10px;
  top: 10px;
  right: 10px;
  height: 50%;
  background: #F2F2F2;
  content: "";
}
.home-offer-box .hot-deals .slider-hot .item > * {
  position: relative;
  z-index: 1;
}
.home-offer-box .hot-deals .slider-hot .item .title {
  padding: 32px 0 0 37px;
}
@media all and (max-width: 767px) {
  .home-offer-box .hot-deals .slider-hot .item .title {
    padding: 38px 0 0 25px;
  }
}
.home-offer-box .hot-deals .slider-hot .item .title h2 {
  margin: 0 0 0 0;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
}
@media all and (max-width: 767px) {
  .home-offer-box .hot-deals .slider-hot .item .title h2 {
    font-size: 24px;
  }
}
.home-offer-box .hot-deals .slider-hot .item .title p {
  margin: 0 0 0 0;
  font-size: 14px;
}
@media all and (max-width: 767px) {
  .home-offer-box .hot-deals .slider-hot .item .title p {
    font-size: 12px;
    margin: 4px 0 0 0;
  }
}
.home-offer-box .hot-deals .slider-hot .item .img {
  margin: 28px 0 21px 0;
}
@media all and (max-width: 767px) {
  .home-offer-box .hot-deals .slider-hot .item .img {
    margin: 39px 0 31px 0;
  }
}
.home-offer-box .hot-deals .slider-hot .item .img img {
  max-width: 80%;
  margin: 0 auto;
}
.home-offer-box .hot-deals .slider-hot .item .price {
  margin-left: auto;
  color: #FFF;
  background: #E60000;
  display: block;
  width: 250px;
  padding: 17px 0 20px 32px;
  border-radius: 5px 0 0 0;
  min-height: 135px;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media all and (max-width: 767px) {
  .home-offer-box .hot-deals .slider-hot .item .price {
    font-size: 11px;
    width: 174px;
    padding: 13px 0 14px 20px;
    min-height: 95px;
  }
}
.home-offer-box .hot-deals .slider-hot .item .price .price-top strong {
  font-size: 36px;
  font-weight: bold;
  margin-right: 10px;
}
@media all and (max-width: 767px) {
  .home-offer-box .hot-deals .slider-hot .item .price .price-top strong {
    font-size: 25px;
  }
}
.home-offer-box .hot-deals .slider-hot .item .price .price-top s {
  font-size: 20px;
}
@media all and (max-width: 767px) {
  .home-offer-box .hot-deals .slider-hot .item .price .price-top s {
    font-size: 14px;
  }
}
.home-offer-box .hot-deals .slider-hot .slick-active button {
  background: #E60000;
}
.home-offer-box .green-info {
  width: 49%;
  border: 8px solid #4A992B;
  border-radius: 0 0 20px 0;
}
@media all and (max-width: 767px) {
  .home-offer-box .green-info {
    width: 100%;
  }
}
.home-offer-box .green-info .slick-arrow {
  display: none !important;
}
.home-offer-box .green-info .slider-green {
  height: 100%;
}
.home-offer-box .green-info .item {
  padding: 22px 23px;
}
@media all and (max-width: 767px) {
  .home-offer-box .green-info .item {
    padding: 11px;
    min-height: 433px;
  }
}
.home-offer-box .green-info .item img {
  max-width: 100%;
}
.home-offer-box .green-info .item h2 {
  color: #4A992B;
  font-size: 28px;
  line-height: 40px;
  margin: 24px 0 0 11px;
}
@media all and (max-width: 1023px) {
  .home-offer-box .green-info .item h2 {
    font-size: 20px;
    line-height: 29px;
  }
}
@media all and (max-width: 767px) {
  .home-offer-box .green-info .item h2 {
    margin: 19px 0 40px 11px;
  }
}
.home-offer-box .green-info .slick-active button {
  background: #4A992B;
}
.home-offer-box .hot-deals, .home-offer-box .green-info {
  position: relative;
}
.home-offer-box .hot-deals .slick-dots, .home-offer-box .green-info .slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  position: absolute;
  left: 40px;
  bottom: 28px;
}
@media all and (max-width: 767px) {
  .home-offer-box .hot-deals .slick-dots, .home-offer-box .green-info .slick-dots {
    left: 16px;
    bottom: 7px;
  }
}
.home-offer-box .hot-deals .slick-dots button, .home-offer-box .green-info .slick-dots button {
  border: none;
  text-indent: -9999px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  padding: 0;
  margin-right: 6px;
  cursor: pointer;
}

.home-slider .slick-slide::after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  content: "";
}

.banner-colaz {
  background-position: center;
  background-size: cover;
  padding-bottom: 85px;
  padding-top: 65px;
  margin: 140px 0 0 0;
}
@media all and (max-width: 1023px) {
  .banner-colaz {
    padding: 0;
    background: none;
  }
}
@media all and (max-width: 767px) {
  .banner-colaz {
    margin: 40px 0 0 0;
  }
}
.banner-colaz .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 1225px;
  flex-wrap: wrap;
}
@media all and (max-width: 1023px) {
  .banner-colaz .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.banner-colaz .container .left {
  width: 45.7%;
  position: relative;
  height: 732px;
  margin-left: -12px;
}
@media all and (max-width: 1200px) {
  .banner-colaz .container .left {
    width: 55.7%;
  }
}
@media all and (max-width: 1023px) {
  .banner-colaz .container .left {
    height: auto;
    margin: 0;
    width: 100%;
    order: 2;
  }
}
.banner-colaz .container .right {
  width: 49%;
  border-bottom: 4px solid #E60000;
}
@media all and (min-width: 1024px) {
  .banner-colaz .container .right {
    background: none !important;
  }
}
@media all and (max-width: 1200px) {
  .banner-colaz .container .right {
    width: 43%;
  }
}
@media all and (max-width: 1023px) {
  .banner-colaz .container .right {
    height: auto;
    margin: 0;
    width: 100%;
    order: 1;
    background-size: cover;
    background-position: center;
    padding: 111px 15px 46px 15px;
    border: none;
  }
}
.banner-colaz .container .right h2 {
  font-size: 52px;
  font-weight: bold;
  line-height: 60px;
  margin: 0 0 53px 0;
  color: #FFF;
}
@media all and (max-width: 1200px) {
  .banner-colaz .container .right h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media all and (max-width: 1023px) {
  .banner-colaz .container .right h2 {
    font-size: 30px;
    line-height: 36px;
    border-bottom: 4px solid #E60000;
    margin: 0 0 13px 0;
    padding: 0 0 35px 0;
  }
}
@media all and (min-width: 1024px) {
  .banner-colaz .container .box:nth-child(1) .toggle-top {
    top: 0;
    left: 187px;
  }
  .banner-colaz .container .box:nth-child(1) .toggle {
    bottom: 0;
  }
  .banner-colaz .container .box:nth-child(2) .toggle-top {
    top: 0;
    right: 0;
  }
  .banner-colaz .container .box:nth-child(2) .toggle {
    bottom: 0;
  }
  .banner-colaz .container .box:nth-child(3) .toggle-top {
    top: 191px;
    left: 0;
  }
  .banner-colaz .container .box:nth-child(3) .toggle {
    bottom: 0;
  }
  .banner-colaz .container .box:nth-child(4) .toggle-top {
    top: 191px;
    right: 0;
  }
  .banner-colaz .container .box:nth-child(4) .toggle {
    bottom: 0;
  }
  .banner-colaz .container .box:nth-child(5) .toggle-top {
    top: 379px;
    left: 0;
  }
  .banner-colaz .container .box:nth-child(6) .toggle-top {
    top: 379px;
    left: 188px;
  }
  .banner-colaz .container .box:nth-child(7) .toggle-top {
    top: 566px;
    left: 188px;
  }
  .banner-colaz .container .box:nth-child(8) .toggle-top {
    top: 566px;
    right: 0;
  }
  .banner-colaz .container .box:hover .toggle-top .icon img {
    opacity: 0;
  }
  .banner-colaz .container .box:hover .toggle-top .icon::after {
    opacity: 1;
  }
  .banner-colaz .container .box:hover .toggle {
    opacity: 1;
    visibility: visible;
  }
  .banner-colaz .container .box .toggle-top {
    background: #E60000;
    width: 166px;
    height: 166px;
    border-radius: 0 0 5px 0;
    padding: 20px 5px 0 5px;
    margin-bottom: 24px;
    position: absolute;
    cursor: pointer;
  }
  .banner-colaz .container .box .toggle-top .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .banner-colaz .container .box .toggle-top .icon img {
    max-height: 90px;
    transition: all 0.3s;
  }
  .banner-colaz .container .box .toggle-top .icon::after {
    position: absolute;
    background: url(/images/icon-bhover.svg?179564dd348e3afe104f0827e4b4d5db);
    width: 52px;
    height: 52px;
    content: "";
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    opacity: 0;
    transition: all 0.3s;
  }
  .banner-colaz .container .box .toggle-top h3 {
    font-size: 14px;
    line-height: 20px;
    color: #FFF;
    text-align: center;
    margin: 0 0 0 0;
  }
  .banner-colaz .container .box .toggle {
    position: absolute;
    background: #FFF;
    padding: 38px 50px;
    opacity: 0;
    left: 0;
    right: 0;
    z-index: 10;
    visibility: hidden;
    transition: all 0.3s;
    display: block !important;
    min-height: 355px;
  }
  .banner-colaz .container .box .toggle .title {
    font-size: 23px;
    display: flex;
    align-items: center;
    font-weight: bold;
    color: #000000;
    margin-bottom: 30px;
  }
  .banner-colaz .container .box .toggle .title img {
    margin-right: 30px;
    max-width: 80px;
  }
  .banner-colaz .container .box .toggle p {
    font-size: 18px;
    line-height: 28px;
  }
}
@media all and (max-width: 1023px) {
  .banner-colaz .container .box {
    border-bottom: 1px solid #eb1818;
  }
  .banner-colaz .container .box.empty {
    display: none !important;
  }
  .banner-colaz .container .box .toggle {
    background: #FFF;
    padding: 30px 15px;
    display: none;
  }
  .banner-colaz .container .box .toggle .title {
    display: none;
  }
  .banner-colaz .container .box .toggle-top {
    cursor: pointer;
    display: flex;
    align-items: center;
    background: #E60000;
    color: #FFF;
    padding: 0 15px;
    height: 111px;
    position: relative;
  }
  .banner-colaz .container .box .toggle-top::after {
    position: absolute;
    right: 17px;
    margin-top: -10px;
    top: 50%;
    transform: translateY(-50%);
    background: url(/images/icon-bhover.svg?179564dd348e3afe104f0827e4b4d5db) center no-repeat;
    width: 20px;
    height: 20px;
    content: "";
    transform: rotate(90deg);
    transition: all 0.3s;
  }
  .banner-colaz .container .box .toggle-top.open::after {
    transform: rotate(270deg);
  }
  .banner-colaz .container .box .toggle-top .icon {
    min-width: 95px;
  }
  .banner-colaz .container .box .toggle-top img {
    margin-right: 22px;
  }
}

.home-slider .slick-slide {
  min-height: 615px;
}
@media all and (max-width: 767px) {
  .home-slider .slick-slide {
    min-height: 565px;
  }
}

.tabs-search {
  margin: -124px 0 0 0;
  position: relative;
}
@media all and (max-width: 767px) {
  .tabs-search {
    margin: -80px 0 0 0;
  }
  .tabs-search .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.tabs-search .tab-search {
  display: flex;
  align-items: flex-end;
}
.tabs-search .tab-search a {
  background: #F2F2F2;
  display: inline-flex;
  padding: 14px 25px 20px 28px;
  border-radius: 5px 5px 0 0;
  margin: 0 3px 0 0;
  height: 69px;
  transition: none;
}
@media all and (max-width: 767px) {
  .tabs-search .tab-search a {
    padding: 10px 11px 10px 13px;
    height: 75px;
    max-width: 156px;
    align-items: flex-end;
  }
}
.tabs-search .tab-search a .title strong {
  display: block;
  font-size: 18px;
}
@media all and (max-width: 767px) {
  .tabs-search .tab-search a .title strong {
    font-size: 16px;
    line-height: 20px;
  }
}
.tabs-search .tab-search a .title span {
  font-size: 14px;
}
@media all and (max-width: 767px) {
  .tabs-search .tab-search a .title span {
    font-size: 13px;
    white-space: nowrap;
  }
}
.tabs-search .tab-search a .img {
  margin-right: 20px;
}
@media all and (max-width: 767px) {
  .tabs-search .tab-search a .img {
    display: none;
  }
}
.tabs-search .tab-search a.current {
  background: #FFF;
  height: 73px;
}
@media all and (max-width: 767px) {
  .tabs-search .tab-search a.current {
    height: 80px;
  }
}
.tabs-search .tab-search-content {
  background-color: #FFF;
  position: relative;
  margin: -3px 0 0 0;
  padding: 26px 71px 41px 71px;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.03);
}
@media all and (max-width: 1024px) {
  .tabs-search .tab-search-content {
    padding: 26px 25px 41px 25px;
  }
}
@media all and (max-width: 767px) {
  .tabs-search .tab-search-content {
    padding: 26px 15px 85px 15px;
    margin: 0 0 0 0;
  }
}
.tabs-search .tab-search-content .header-title-link {
  margin-bottom: 24px;
}
.tabs-search .tab-search-content .header-title-link .link {
  margin: 0;
}
@media all and (max-width: 767px) {
  .tabs-search .tab-search-content .header-title-link .link {
    margin: 0;
    bottom: 40px;
    left: 50%;
    white-space: nowrap;
    right: auto;
    transform: translateX(-50%);
  }
}
.tabs-search .tab-search-content .header-title-link__heading {
  font-size: 30px;
  font-weight: bold;
}
.tabs-search .tab-search-content .home-search__form {
  max-width: 100%;
}
.tabs-search .tab-search-content .home-search__form .form-row-search .col {
  width: 26%;
}
@media all and (max-width: 767px) {
  .tabs-search .tab-search-content .home-search__form .form-row-search .col {
    width: 100%;
    margin-bottom: 14px;
  }
}
.tabs-search .tab-search-content#tab-top2 .home-search__form .form-row-search .col {
  width: 41%;
}
.tabs-search .tab-search-content .home-search__form .form-row-search .button {
  width: 15%;
  white-space: nowrap;
}
@media all and (max-width: 767px) {
  .tabs-search .tab-search-content .home-search__form .form-row-search .button {
    width: 100%;
  }
}
.tabs-search .tab-search-content .home-search,
.tabs-search .tab-search-content .home-search__form {
  margin: 0;
}
.tabs-search .tab-search-content .home-search__form .form-row-search .col .search-multi .toggle {
  padding: 16px 50px 19px 30px;
  font-size: 16px;
  height: 56px;
}
.tabs-search .tab-search-content .home-search {
  margin: 0 0 0 -8px;
}
.tabs-search .tab-search-content .search-multi .list {
  top: 100%;
  left: 0 !important;
  right: 0 !important;
}

.tab-slider-content {
  margin: 34px 0 0 0 !important;
}
.tab-slider-content .offer-search-list .offer-slider-item {
  margin-top: 30px !important;
}

.offer-box {
  padding: 74px 0 0 0;
}
.offer-box .container {
  max-width: 1240px;
}
.offer-box .container h2 {
  font-size: 36px;
  font-weight: 800;
  margin: 0 0 30px 0;
}
.offer-box .list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  border: 1px solid #DDDDDD;
  padding-bottom: 31px;
  position: relative;
}
@media (max-width: 1023px) {
  .offer-box .list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .offer-box .list {
    grid-template-columns: 1fr 1fr;
  }
}
.offer-box .list::after {
  position: absolute;
  left: 1px;
  top: 1px;
  right: 1px;
  height: 97px;
  background: #F5F5F5;
  content: "";
}
@media (max-width: 1023px) {
  .offer-box .list::after {
    height: 70px;
  }
}
.offer-box .list .item {
  text-align: center;
  color: #3A3A3A;
  position: relative;
  z-index: 1;
  padding-left: 10px;
  padding-right: 10px;
}
.offer-box .list .item:hover {
  color: #E60000;
}
.offer-box .list .item:hover .img img {
  opacity: 0.16;
}
.offer-box .list .item:hover .img::after {
  opacity: 1;
}
.offer-box .list .item .img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 180px;
  opacity: 1;
  position: relative;
}
@media (max-width: 1023px) {
  .offer-box .list .item .img {
    height: 130px;
  }
}
.offer-box .list .item .img img {
  transition: all 0.3s;
  max-width: 100%;
}
.offer-box .list .item .img::after {
  position: absolute;
  left: 50%;
  top: 50%;
  background: url(/images/home-nav-icon.svg?dcbf546133334f01e3cb66a9d29cf69d) center no-repeat;
  width: 40px;
  height: 40px;
  transform: translateX(-50%) translateY(-50%);
  content: "";
  opacity: 0;
  transition: all 0.3s;
}
.offer-box .list .item .title {
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  margin: -18px 0 0 0;
}
@media (max-width: 767px) {
  .offer-box .list .item .title {
    display: none;
  }
}

.home-slider-search {
  position: relative;
}
.home-slider-search .bg-img {
  height: 600px;
  color: #FFF;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media all and (max-width: 1200px) {
  .home-slider-search .bg-img {
    height: auto;
  }
}
.home-slider-search .bg-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media all and (max-width: 1200px) {
  .home-slider-search .bg-img img {
    height: auto;
  }
}
.home-slider-search .bg-img .video-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.home-slider-search .bg-img .video-wrapper video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-slider-search .home-slider-search-js:not(.slick-initialized) .bg {
  display: none;
}
.home-slider-search .home-slider-search-js:not(.slick-initialized) .bg:first-child {
  display: none;
}
.home-slider-search .bg {
  position: relative;
}
.home-slider-search .bg .container {
  position: absolute;
  top: 70px;
  color: #FFF;
  left: 0;
  right: 0;
}
@media all and (max-width: 1200px) {
  .home-slider-search .bg .container {
    position: static;
    top: 0;
    color: #000;
  }
}
.home-slider-search .slick-prev,
.home-slider-search .slick-next {
  position: absolute;
  width: 57px;
  height: 57px;
  background: url('data:image/svg+xml,<svg width="57" height="58" viewBox="0 0 57 58" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M21.1875 11.1875L39 29L21.1875 46.8125" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  top: 50%;
  margin-top: -27px;
  z-index: 9;
  overflow: hidden;
  border: none;
  text-indent: -999999px;
  cursor: pointer;
  transition: all 0.3s;
}
@media all and (max-width: 1200px) {
  .home-slider-search .slick-prev,
.home-slider-search .slick-next {
    top: calc(50% - 80px);
    display: none;
  }
}
@media all and (max-width: 600px) {
  .home-slider-search .slick-prev,
.home-slider-search .slick-next {
    top: 27vw;
    display: none;
  }
}
.home-slider-search .slick-next {
  right: 0;
}
.home-slider-search .slick-next:hover {
  right: -3px;
}
.home-slider-search .slick-prev {
  left: 0;
  transform: rotate(-180deg);
}
.home-slider-search .slick-prev:hover {
  left: -3px;
}
.home-slider-search .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media all and (max-width: 1200px) {
  .home-slider-search .slick-dots {
    bottom: -40px;
  }
}
.home-slider-search .slick-dots li {
  margin: 0 3px;
}
.home-slider-search .slick-dots li button {
  background: #FFF;
  text-indent: -9999px;
  overflow: hidden;
  border: none;
  width: 10px;
  height: 10px;
  opacity: 0.5;
  display: block;
  border-radius: 50%;
  padding: 0;
  cursor: pointer;
}
@media all and (max-width: 1200px) {
  .home-slider-search .slick-dots li button {
    background: #E5E5E5;
    opacity: 1;
  }
}
.home-slider-search .slick-dots li.slick-active button {
  opacity: 1;
}
@media all and (max-width: 1200px) {
  .home-slider-search .slick-dots li.slick-active button {
    background: #E60000;
  }
}
.home-slider-search-title {
  font-size: 48px;
  line-height: 52px;
}
@media all and (max-width: 1200px) {
  .home-slider-search-title {
    font-size: 28px;
    line-height: 38px;
    margin: 14px 0 17px 0;
  }
}
.home-slider-search .btn:not(:hover) {
  color: #FFF;
  border-color: #FFF;
}
.home-slider-search .container {
  max-width: 1220px;
}
.home-slider-search__search {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 56px;
  z-index: 10;
}
@media all and (max-width: 1200px) {
  .home-slider-search__search {
    position: static;
    margin: 65px 0 0 0;
  }
  .home-slider-search__search .bg-form {
    padding: 0 0 140px 0 !important;
    -webkit-backdrop-filter: unset !important;
            backdrop-filter: unset !important;
  }
  .home-slider-search__search.search-new .search-multi-new {
    margin-bottom: 0 !important;
    border-bottom: 1px solid #FFF;
  }
  .home-slider-search__search.search-new .search-multi-new .toggle {
    background: #f1f1f1;
    border-radius: 0;
    height: 60px;
    padding: 20px 25px;
    font-weight: bold;
    position: relative;
    font-size: 16px;
  }
  .home-slider-search__search.search-new .search-multi-new .list {
    position: static;
    box-shadow: none;
    border-radius: 0;
    padding: 20px 25px;
  }
  .home-slider-search__search.search-new .wrap-rata {
    margin: 76px 25px 0 25px !important;
  }
  .home-slider-search__search .buttons {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    top: auto !important;
    z-index: 10 !important;
    background: #f1f1f1 !important;
    padding: 0 25px 15px 25px !important;
    z-index: 11 !important;
  }
  .home-slider-search__search .buttons.sticky {
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    background: #FFF !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2) !important;
  }
  .home-slider-search__search .buttons.sticky .btn {
    margin-bottom: 10px !important;
  }
}

.search-multi-new {
  position: relative;
  z-index: 10;
}
.search-multi-new.toggle-search {
  margin: 17px 1.8% 12px 0;
  display: none;
}
@media all and (max-width: 1200px) {
  .search-multi-new.toggle-search {
    width: 100% !important;
    margin-right: 0 !important;
  }
}
.search-multi-new.toggle-search.visible {
  display: inline-block;
}
.search-multi-new .toggle {
  background: #FFF;
  border-radius: 50px;
  height: 52px;
  padding: 16px 50px 0 25px;
  display: block;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.search-multi-new .toggle::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url('data:image/svg+xml,<svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_13534_9886" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="25" height="24"><rect x="24.6254" width="24" height="24" transform="rotate(90 24.6254 0)" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_13534_9886)"><path d="M12.6254 12.6L16.5254 8.70005C16.7087 8.51672 16.9421 8.42505 17.2254 8.42505C17.5087 8.42505 17.7421 8.51672 17.9254 8.70005C18.1087 8.88338 18.2004 9.11672 18.2004 9.40005C18.2004 9.68338 18.1087 9.91672 17.9254 10.1L13.3254 14.7C13.2254 14.8 13.1171 14.8709 13.0004 14.9125C12.8837 14.9542 12.7587 14.975 12.6254 14.975C12.4921 14.975 12.3671 14.9542 12.2504 14.9125C12.1337 14.8709 12.0254 14.8 11.9254 14.7L7.32539 10.1C7.14206 9.91672 7.05039 9.68338 7.05039 9.40005C7.05039 9.11672 7.14206 8.88338 7.32539 8.70005C7.50873 8.51672 7.74206 8.42505 8.02539 8.42505C8.30873 8.42505 8.54206 8.51672 8.72539 8.70005L12.6254 12.6Z" fill="%233A3A3A"/></g></svg>');
  content: "";
  right: 25px;
}
.search-multi-new .toggle.fill {
  text-transform: uppercase;
}
@media all and (min-width: 1200px) {
  .search-multi-new .toggle span {
    display: none !important;
  }
}
.search-multi-new.open {
  z-index: 11;
}
.search-multi-new.open .toggle::after {
  transform: translateY(-50%) rotate(180deg);
}
.search-multi-new.open .list {
  display: block;
}
.search-multi-new .sub-items {
  padding-left: 40px;
  padding-top: 15px;
  margin-top: -15px;
}
.search-multi-new .list {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  right: auto;
  min-width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  padding: 40px 40px 20px 40px;
  z-index: 10;
  display: none;
}
.search-multi-new .list .inner {
  overflow: auto;
  max-height: 305px;
  margin-top: -15px;
  padding-right: 15px;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
  /* Make horizontal scrollbar same width as vertical */
}
.search-multi-new .list .inner::-webkit-scrollbar {
  width: 5px;
}
.search-multi-new .list .inner::-webkit-scrollbar-track {
  background: #E5E5E5;
  border-radius: 50px;
}
.search-multi-new .list .inner::-webkit-scrollbar-thumb {
  background: #3A3A3A;
  border-radius: 50px;
}
.search-multi-new .list .inner::-webkit-scrollbar-thumb:hover {
  background: #3A3A3A;
}
.search-multi-new .list .inner::-webkit-scrollbar:horizontal {
  height: 5px;
}
.search-multi-new .list .inner::-webkit-scrollbar-thumb:horizontal {
  background: #3A3A3A;
  border-radius: 50px;
}
.search-multi-new .list .inner::-webkit-scrollbar-track:horizontal {
  background: #E5E5E5;
  border-radius: 50px;
}
.search-multi-new .list .item {
  margin-top: 15px;
  position: relative;
}
.search-multi-new .list .item input {
  opacity: 0;
  position: absolute;
  left: 0;
}
.search-multi-new .list .item input:checked + label::after {
  background-image: url('data:image/svg+xml,<svg width="13" height="11" viewBox="0 0 13 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.94052 7.58052L10.4437 1.07729C10.6458 0.875209 10.903 0.77417 11.2153 0.77417C11.5276 0.77417 11.7848 0.875209 11.9869 1.07729C12.189 1.27936 12.29 1.53655 12.29 1.84886C12.29 2.16116 12.189 2.41835 11.9869 2.62043L4.71209 9.89522C4.49164 10.1157 4.23445 10.2259 3.94052 10.2259C3.64658 10.2259 3.38939 10.1157 3.16895 9.89522L0.303117 7.02939C0.101039 6.82732 0 6.57013 0 6.25782C0 5.94552 0.101039 5.68833 0.303117 5.48626C0.505194 5.28418 0.762384 5.18314 1.07469 5.18314C1.38699 5.18314 1.64418 5.28418 1.84626 5.48626L3.94052 7.58052Z" fill="%231C1B1F"/></svg>');
}
.search-multi-new .list .item label {
  font-size: 14px;
  position: relative;
  padding: 5px 0 5px 42px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  cursor: pointer;
}
.search-multi-new .list .item label img {
  width: 24px;
  margin: 0 10px 0 0;
}
.search-multi-new .list .item label::after {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 5px;
  width: 29px;
  height: 29px;
  content: "";
  background: #E5E5E5;
  background-position: center;
  background-repeat: no-repeat;
}

html[lang=en] .search-new .wrap-rata .wrap-rata-slider {
  width: calc(100% - 95px);
}

.search-new {
  /* search */
}
.search-new .bg-form {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 0 20px 0 20px;
  padding: 45px 20px 18px 20px;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  min-height: 167px;
}
@media all and (max-width: 1200px) {
  .search-new .bg-form {
    -webkit-backdrop-filter: blur(0);
            backdrop-filter: blur(0);
    background: #F1F1F1;
    color: #000;
    margin: 0 -20px 0 -20px;
    border-radius: 0;
    padding: 25px 20px 45px 20px;
  }
}
.search-new form {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.search-new form .search-multi-new {
  width: 23%;
  margin-right: 1.8%;
}
@media all and (max-width: 1200px) {
  .search-new form .search-multi-new {
    width: 49% !important;
    margin-right: 1% !important;
    margin-bottom: 18px !important;
  }
}
@media all and (max-width: 767px) {
  .search-new form .search-multi-new {
    width: 100% !important;
    margin-right: 0% !important;
    margin-bottom: 18px !important;
  }
}
.search-new .clear-list {
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  margin-top: 15px;
}
.search-new .clear-list svg {
  margin-right: 10px;
}
.search-new .wrap-rata {
  display: flex;
  align-items: center;
  width: 37.3%;
  justify-content: space-between;
}
@media all and (max-width: 1200px) {
  .search-new .wrap-rata {
    width: 100% !important;
    margin: 56px 0 0 0 !important;
    position: relative !important;
  }
}
.search-new .wrap-rata span {
  color: #FFF;
}
@media all and (max-width: 1200px) {
  .search-new .wrap-rata span {
    color: #000;
  }
}
@media all and (max-width: 1200px) {
  .search-new .wrap-rata > span {
    position: absolute;
    top: -51px;
    left: 0px;
    font-size: 16px;
    font-weight: bold;
  }
}
.search-new .wrap-rata .wrap-rata-slider {
  border-radius: 50px;
  background: #FFF;
  padding: 0 34px 0 24px;
  position: relative;
  width: calc(100% - 50px);
}
@media all and (max-width: 1200px) {
  .search-new .wrap-rata .wrap-rata-slider {
    width: 100% !important;
  }
}
.search-new .wrap-rata .wrap-rata-slider .left-number,
.search-new .wrap-rata .wrap-rata-slider .right-number {
  position: absolute;
  top: -24px;
  color: #FFF;
  font-size: 13px;
  pointer-events: none;
  z-index: 10;
}
@media all and (max-width: 1200px) {
  .search-new .wrap-rata .wrap-rata-slider .left-number,
.search-new .wrap-rata .wrap-rata-slider .right-number {
    color: #000;
  }
}
.search-new .wrap-rata .wrap-rata-slider .left-number {
  left: 0;
}
.search-new .wrap-rata .wrap-rata-slider .right-number {
  right: 0;
}
.search-new .wrap-rata #price-range {
  width: 100%;
  height: 52px;
  background: transparent !important;
  border: none !important;
}
.search-new .wrap-rata #price-range .ui-slider-range {
  background: #E5E5E5 !important;
  border-radius: 0 !important;
  border-radius: 0 !important;
  border-top: 3px solid #FFF;
  border-bottom: 3px solid #FFF;
}
.search-new .wrap-rata #price-range .ui-slider-handle {
  height: 52px;
  width: 10px;
  border: none !important;
  border-radius: 0 !important;
  top: 0 !important;
  margin: 0 !important;
  background: none !important;
  cursor: pointer !important;
}
.search-new .wrap-rata #price-range .ui-slider-handle::after {
  position: absolute;
  width: 52px;
  height: 46px;
  background: url('data:image/svg+xml,<svg width="7" height="12" viewBox="0 0 7 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.53903 5.99995L5.80214 9.89995C5.95553 10.0833 6.03223 10.3166 6.03223 10.6C6.03223 10.8833 5.95553 11.1166 5.80214 11.3C5.64874 11.4833 5.45351 11.575 5.21645 11.575C4.97939 11.575 4.78416 11.4833 4.63076 11.3L0.781975 6.69995C0.698306 6.59995 0.63904 6.49162 0.604178 6.37495C0.569316 6.25828 0.551885 6.13328 0.551885 5.99995C0.551885 5.86662 0.569316 5.74162 0.604178 5.62495C0.63904 5.50828 0.698306 5.39995 0.781975 5.29995L4.63077 0.69995C4.78416 0.516616 4.97939 0.424949 5.21645 0.424949C5.45351 0.424949 5.64874 0.516616 5.80214 0.69995C5.95553 0.883283 6.03223 1.11662 6.03223 1.39995C6.03223 1.68328 5.95553 1.91662 5.80214 2.09995L2.53903 5.99995Z" fill="%23E60000"/></svg>') #E5E5E5 right no-repeat;
  content: "";
  left: 50%;
  top: 3px;
  transform: translateX(-50%);
}
.search-new .wrap-rata #price-range .ui-slider-handle:nth-child(2)::after {
  border-radius: 50px 0 0 50px !important;
  width: 30px !important;
  transform: translateX(-25px);
}
.search-new .wrap-rata #price-range .ui-slider-handle:last-child::after {
  background: url('data:image/svg+xml,<svg width="7" height="12" viewBox="0 0 7 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.46097 6.00005L1.19786 2.10005C1.04447 1.91672 0.967774 1.68338 0.967774 1.40005C0.967774 1.11672 1.04447 0.883382 1.19786 0.700049C1.35126 0.516715 1.54649 0.425049 1.78355 0.425049C2.02061 0.425049 2.21584 0.516715 2.36924 0.700049L6.21803 5.30005C6.3017 5.40005 6.36096 5.50838 6.39582 5.62505C6.43069 5.74172 6.44812 5.86672 6.44812 6.00005C6.44812 6.13338 6.43069 6.25838 6.39582 6.37505C6.36096 6.49172 6.3017 6.60005 6.21803 6.70005L2.36924 11.3C2.21584 11.4834 2.02061 11.5751 1.78355 11.5751C1.54649 11.5751 1.35126 11.4834 1.19787 11.3001C1.04447 11.1167 0.967775 10.8834 0.967775 10.6001C0.967775 10.3167 1.04447 10.0834 1.19787 9.90005L4.46097 6.00005Z" fill="%23E60000"/></svg>') #E5E5E5 left no-repeat;
  border-radius: 0 50px 50px 0 !important;
  margin-left: 0 !important;
  width: 30px;
  transform: translateX(-5px);
}
.search-new .buttons {
  position: absolute;
  right: 20px;
  top: 44px;
  text-align: right;
}
@media all and (max-width: 1200px) {
  .search-new .buttons {
    position: static;
    margin: 20px 0 0 0;
    width: 100%;
    text-align: center;
  }
}
.search-new .buttons .btn {
  border: none;
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  margin: 0 0 23px 0;
}
@media all and (max-width: 1200px) {
  .search-new .buttons .btn {
    color: #FFF;
    width: 100%;
    text-align: center;
    justify-content: center;
  }
}
.search-new .buttons .btn svg {
  margin: 0 0 0 12px;
}
.search-new .buttons .toggle-controls {
  cursor: pointer;
  border: 1px solid #FFF;
  border-radius: 50px;
  color: #FFF;
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  font-size: 11px;
  font-weight: bold;
}
.search-new .buttons .toggle-controls:hover {
  border-color: #E60000;
  background-color: #E60000;
}
@media all and (max-width: 1200px) {
  .search-new .buttons .toggle-controls {
    border-color: #000;
    color: #000;
  }
  .search-new .buttons .toggle-controls:hover {
    color: #FFF;
  }
  .search-new .buttons .toggle-controls svg path {
    stroke: #000;
  }
}
.search-new .buttons .toggle-controls svg {
  margin: 0 0 0 10px;
}
.search-new .buttons .toggle-controls.open svg {
  display: none;
}
.search-new .buttons .toggle-controls.open svg:last-child {
  display: inline-block !important;
}
.search-new .buttons .clear-all {
  color: #FFF;
  font-size: 11px;
  font-weight: bold;
  padding: 0 0 0;
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  margin: 10px 17px 0 0;
  vertical-align: top;
}
@media all and (max-width: 1200px) {
  .search-new .buttons .clear-all {
    color: #000;
  }
  .search-new .buttons .clear-all svg path {
    stroke: #000;
  }
}
.search-new .buttons .clear-all svg {
  margin: 0 9px 0 0;
  transition: all 0.3s;
}
.search-new .buttons .clear-all:hover svg {
  transform: translateY(-2px);
}

.btn.only-mobile {
  display: none;
}
@media all and (max-width: 1200px) {
  .btn.only-mobile {
    display: inline-flex;
    margin: 19px 0 0 0;
  }
}

.home-slider-search-js {
  min-height: 600px;
}
@media all and (max-width: 1200px) {
  .home-slider-search-js {
    min-height: 0;
  }
}

.home-product-list {
  padding-top: 58px;
}
@media all and (max-width: 1200px) {
  .home-product-list {
    padding-top: 47px;
    padding-bottom: 72px;
  }
}
.home-product-list .col-mobile {
  display: none;
}
.home-product-list .container {
  max-width: 1220px;
}
.home-product-list .col:last-child > div {
  min-height: 100%;
  display: flex;
}
.home-product-list .col:last-child > div .contact-question {
  width: 100%;
  min-width: 320px;
}
@media all and (max-width: 900px) {
  .home-product-list .col {
    max-width: 280px;
  }
}
.home-product-list .product-thumb {
  min-height: 100%;
}
@media all and (max-width: 900px) {
  .home-product-list .product-thumb {
    max-width: 260px;
  }
}
.home-product-list .btn.only-mobile {
  display: none;
}
@media all and (max-width: 1200px) {
  .home-product-list .btn.only-mobile {
    display: inline-flex;
    margin: 19px 0 0 0;
  }
}
@media all and (max-width: 1200px) {
  .home-product-list .slick-track {
    display: flex;
  }
  .home-product-list .slick-track .slick-slide {
    height: auto !important;
    min-height: 0 !important;
  }
  .home-product-list .slick-track .slick-slide .product-thumb {
    height: 100%;
  }
}
@media all and (max-width: 1200px) {
  .home-product-list .col-no-mobile {
    display: none !important;
  }
}
@media all and (max-width: 1200px) {
  .home-product-list .col-mobile {
    display: block !important;
    margin-top: 30px !important;
  }
}
.home-product-list .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media all and (max-width: 1200px) {
  .home-product-list .slick-dots {
    bottom: 0;
  }
}
.home-product-list .slick-dots li {
  margin: 0 3px;
}
.home-product-list .slick-dots li button {
  background: #FFF;
  text-indent: -9999px;
  overflow: hidden;
  border: none;
  width: 10px;
  height: 10px;
  opacity: 0.5;
  display: block;
  border-radius: 50%;
  padding: 0;
  cursor: pointer;
}
@media all and (max-width: 1200px) {
  .home-product-list .slick-dots li button {
    background: #E5E5E5;
    opacity: 1;
  }
}
.home-product-list .slick-dots li.slick-active button {
  opacity: 1;
}
@media all and (max-width: 1200px) {
  .home-product-list .slick-dots li.slick-active button {
    background: #E60000;
  }
}

.heading-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
@media all and (max-width: 1200px) {
  .heading-title {
    margin-bottom: 25px;
  }
}
.heading-title__title {
  font-size: 36px;
  line-height: 44px;
  margin: 0 0 0 0;
  font-weight: bold;
  color: #000;
}
@media all and (max-width: 1200px) {
  .heading-title__title {
    font-size: 24px;
    line-height: 32px;
  }
}
@media all and (max-width: 1200px) {
  .heading-title .btn {
    display: none;
  }
}

.product-thumb {
  border: 1px solid #E5E5E5;
  overflow: hidden;
  border-radius: 0 20px 0 20px;
  transition: all 0.3s;
}
@media all and (min-width: 1200px) {
  .product-thumb:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transform: translateY(-6px);
  }
  .product-thumb:hover .product-thumb__img {
    background: transparent;
  }
  .product-thumb:hover .product-thumb__img--bg {
    opacity: 1;
    visibility: visible;
  }
}
.product-thumb__img {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.product-thumb__img--bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-position: center;
  background-size: cover;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.product-thumb__img > a {
  position: relative;
  z-index: 1;
}
.product-thumb__img > a img {
  display: block;
  width: 100%;
  height: 253px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media all and (max-width: 1024px) {
  .product-thumb__img > a img {
    height: auto;
  }
}
.product-thumb__img > .label {
  position: absolute;
  top: 25px;
  right: 31px;
  z-index: 2;
}
@media all and (max-width: 900px) {
  .product-thumb__img > .label {
    position: absolute;
    top: 12px;
    right: 17px;
  }
}
.product-thumb__img .icon-electric {
  left: 25px;
  top: 25px;
  position: absolute;
  z-index: 2;
}
@media all and (max-width: 900px) {
  .product-thumb__img .icon-electric {
    right: 14px;
    bottom: 16px;
  }
}
.product-thumb__img .labels {
  position: absolute;
  bottom: 21px;
  left: 25px;
  z-index: 9;
}
.product-thumb .label {
  background: #000;
  color: #FFF;
  border-radius: 50px;
  padding: 4px 10px;
  font-size: 12px;
  display: inline-block;
  border: 1px solid #000;
}
.product-thumb .label.white {
  background: #FFF;
  border: 1px solid #E5E5E5;
  color: #000;
}
.product-thumb .label--nasze-auto {
  text-transform: uppercase;
  background: #00ff00;
  border: 1px solid #00ff00;
  color: #000;
}
.product-thumb__text {
  padding: 20px 20px 30px 21px;
}
@media all and (max-width: 900px) {
  .product-thumb__text {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 20px;
  }
}
.product-thumb__text .title {
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  margin: 0px 0 6px 0;
  display: block;
}
@media all and (max-width: 900px) {
  .product-thumb__text .title {
    font-size: 22px;
    line-height: 22px;
    font-weight: bold;
    margin: 14px 0 4px 0;
  }
}
.product-thumb__text .title-info {
  font-size: 14px;
}
.product-thumb__icons {
  display: flex;
  justify-content: space-between;
  margin: 15px 0 0 0;
}
@media all and (max-width: 900px) {
  .product-thumb__icons {
    flex-wrap: wrap;
    margin: 8px 0 0 0;
  }
}
.product-thumb .icon-desc {
  text-align: center;
}
@media all and (max-width: 900px) {
  .product-thumb .icon-desc {
    width: 47%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.product-thumb .icon-desc__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
}
.product-thumb .icon-desc__icon img {
  max-height: 35px;
}
@media all and (max-width: 900px) {
  .product-thumb .icon-desc__icon img {
    max-width: 25px;
    max-height: 25px;
  }
}
.product-thumb .icon-desc__title {
  font-size: 12px;
  line-height: 12px;
  margin: 9px 0 0 0;
}
@media all and (max-width: 900px) {
  .product-thumb .icon-desc__title {
    font-size: 10px;
    line-height: 10px;
    margin: 0;
    width: calc(100% - 33px);
    text-align: left;
  }
}
.product-thumb__bottom {
  display: flex;
  justify-content: space-between;
  margin: 34px 0 0 0;
}
@media all and (max-width: 900px) {
  .product-thumb__bottom {
    margin: 5px 0 0 0;
  }
}
.product-thumb__bottom .price {
  text-align: right;
  padding: 0 0 0 0;
}
@media all and (max-width: 900px) {
  .product-thumb__bottom .price {
    padding: 4px 0 0 0;
  }
}
.product-thumb__bottom .price span {
  font-size: 16px;
}
@media all and (max-width: 900px) {
  .product-thumb__bottom .price span {
    font-size: 14px;
  }
}
.product-thumb__bottom .price span:last-child {
  display: block;
}
.product-thumb__bottom .price strong {
  font-size: 28px;
  line-height: 26px;
  margin: 0 0 0 5px;
  font-weight: 700;
}
@media all and (max-width: 900px) {
  .product-thumb__bottom .price strong {
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 0 5px;
  }
}

.col-3 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
@media all and (max-width: 1024px) {
  .col-3 {
    margin: 0 -10px;
  }
}
.col-3 .col {
  width: 33.3333%;
  padding: 0 20px;
  margin-bottom: 20px;
}
@media all and (max-width: 1024px) {
  .col-3 .col {
    width: 50%;
    padding: 0 10px;
  }
}
@media all and (max-width: 767px) {
  .col-3 .col {
    width: 100%;
    padding: 0 10px;
  }
}

.contact-question {
  background: #F1F1F1;
  border-radius: 0 20px 0 20px;
  padding: 30px 40px;
  min-height: 100%;
}
.contact-question .checkbox-input-more {
  display: inline;
  vertical-align: top;
  margin: 10px 0 0 0;
  position: relative;
}
.contact-question .checkbox-input-more div {
  position: absolute;
  bottom: 12px;
  left: 13px;
  width: 260px;
  background: #FFF;
  border-radius: 20px;
  padding: 10px;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.contact-question .checkbox-input-more:hover div {
  display: block !important;
}
.contact-question .title {
  margin: 0;
  font-size: 30px;
  line-height: 38px;
  font-weight: bold;
}
.contact-question p {
  font-size: 16px;
  line-height: 24px;
  margin: 14px 0;
}
.contact-question-success {
  padding: 1px 20px;
  border-radius: 0 20px 0 20px;
  background: #EFFFD8;
  font-size: 16px;
  line-height: 24px;
}
.contact-question .form-wrap {
  margin-bottom: 20px;
}
.contact-question .form-wrap input {
  background: #FFF;
  border-radius: 30px;
  height: 53px;
  padding: 0 25px;
  border: none;
  width: 100%;
  font-size: 14px;
}
.contact-question .form-wrap input.error {
  margin-bottom: 10px;
}
.contact-question .form-wrap label.error {
  left: 0;
  bottom: -10px;
}
.contact-question .checkbox {
  margin-top: 7px;
}
.contact-question .checkbox label:not(.error) {
  padding: 2px 0 5px 46px;
  font-size: 12px;
}
.contact-question .checkbox label:not(.error)::after {
  background-color: #FFF;
  width: 30px;
  height: 30px;
  color: #FFF;
}
.contact-question button {
  width: auto;
  margin: 17px 0 0 0;
}

.logo-car {
  margin: 30px 0 67px 0;
  text-align: center;
}
@media all and (max-width: 1024px) {
  .logo-car {
    margin: 0 0 40px 0;
  }
}
.logo-car .container {
  max-width: 1220px;
}
.logo-car .logo-car-list .row {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  overflow: hidden;
  flex-wrap: wrap;
}
.logo-car .logo-car-list .row .logo {
  width: 12.5%;
}
.logo-car .logo-car-list .row .logo img {
  filter: grayscale(1);
}
.logo-car .logo-car-list .row .logo:hover img {
  filter: none;
}
@media all and (max-width: 1024px) {
  .logo-car .logo-car-list .row .logo {
    width: 25%;
    margin-right: 0;
    padding: 0 5px;
  }
  .logo-car .logo-car-list .row .logo img {
    max-width: 70%;
  }
}
.logo-car .logo-car-list .hidden {
  display: none;
}
.logo-car .logo-car-toggle {
  display: inline-flex;
  font-size: 16px;
  margin: 18px 0 0 0;
}
@media all and (max-width: 1024px) {
  .logo-car .logo-car-toggle {
    display: inline-flex;
    font-size: 14px;
    margin: -6px 0 0 0;
    vertical-align: top;
  }
}
.logo-car .logo-car-toggle span:nth-child(2) {
  display: none;
}
.logo-car .logo-car-toggle.open span:nth-child(1) {
  display: none;
}
.logo-car .logo-car-toggle.open span:nth-child(2) {
  display: block;
}
.logo-car .logo-car-toggle.open svg {
  transform: rotate(-180deg);
}
.logo-car .logo-car-toggle svg {
  margin-left: 10px;
}
@media all and (max-width: 1024px) {
  .logo-car .logo-car-toggle svg {
    width: 13px;
    margin: -1px 0 0 7px;
  }
}

.gray-boxes {
  background: #F1F1F1;
  padding: 60px 0 58px 0;
}
@media all and (max-width: 1024px) {
  .gray-boxes {
    padding: 47px 0;
  }
}
.gray-boxes .container {
  max-width: 1220px;
}

.box-col2 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 71px;
  flex-wrap: wrap;
}
@media all and (max-width: 1024px) {
  .box-col2 {
    margin-bottom: 7px;
  }
}
.box-col2 .col {
  width: 48.3%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media all and (max-width: 1024px) {
  .box-col2 .col {
    width: 100%;
  }
}
@media all and (max-width: 1024px) and (min-width: 768px) {
  .box-col2 .col:nth-child(1) .box {
    height: 500px !important;
  }
  .box-col2 .col:nth-child(2) {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
  }
  .box-col2 .col:nth-child(2) .box {
    width: 49%;
  }
}
.box-col2 .box {
  height: 46.8%;
  position: relative;
  display: flex;
  align-items: flex-end;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  border-radius: 0 20px 0 20px;
}
@media all and (max-width: 1024px) {
  .box-col2 .box {
    height: 237px !important;
    margin-bottom: 40px !important;
  }
}
.box-col2 .box:hover .bg img {
  transform: scale(1.05);
}
.box-col2 .box:hover svg > path {
  fill: #E60000;
  stroke: #E60000;
}
.box-col2 .box .bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.box-col2 .box .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s;
}
.box-col2 .box .text {
  padding: 40px 100px 40px 40px;
  color: #FFF;
  position: relative;
  z-index: 1;
}
@media all and (max-width: 1024px) {
  .box-col2 .box .text {
    padding: 24px 100px 24px 23px !important;
    color: #FFF;
    position: relative;
    z-index: 1;
  }
}
.box-col2 .box .text .title {
  font-size: 22px;
  line-height: 28px;
  font-weight: bold;
  margin: 0 0 9px 1px;
}
@media all and (max-width: 1024px) {
  .box-col2 .box .text .title {
    font-size: 22px !important;
    line-height: 28px !important;
    margin-bottom: 5px;
  }
}
.box-col2 .box .text span {
  font-size: 20px;
  line-height: 28px;
}
@media all and (max-width: 1024px) {
  .box-col2 .box .text span {
    font-size: 18px;
  }
}
.box-col2 .box svg {
  position: absolute;
  right: 40px;
  bottom: 40px;
  z-index: 1;
  pointer-events: none;
}
@media all and (max-width: 1024px) {
  .box-col2 .box svg {
    right: 27px;
    bottom: 26px;
  }
}
.box-col2 .box svg path {
  transition: all 0.3s;
}
.box-col2 .box::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.01) 40.16%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none;
}
.box-col2 .box.big {
  height: 616px;
}
.box-col2 .box.big .title {
  font-size: 32px;
  margin: 0 0 16px 0;
}

@media all and (max-width: 900px) {
  .article-list-new .col {
    max-width: 280px;
  }
}

.article-thumb-new {
  overflow: hidden;
  border-radius: 0 10px 0 10px;
  background: #FFF;
}
.article-thumb-new .img {
  overflow: hidden;
  display: block;
}
.article-thumb-new .img img {
  display: block;
  height: 245px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  transition: all 0.3s;
}
.article-thumb-new .img:hover img {
  transform: scale(1.05);
}
.article-thumb-new .text {
  padding: 25px 25px 40px 25px;
}
.article-thumb-new .text .category {
  color: #E60000;
  font-family: 14px;
}
.article-thumb-new .text .title {
  font-size: 20px;
  line-height: 28px;
  color: #000;
  margin: 9px 0 10px 0;
  font-weight: bold;
  display: block;
}
.article-thumb-new .text .date {
  color: #737373;
  font-size: 13px;
  line-height: 20px;
}

.allcars-box-link {
  position: relative;
  display: block;
  min-height: 100%;
  border-radius: 0 20px 0 20px;
  overflow: hidden;
  background: url(/images/allcars-box.webp?58da35b8e6f5dffdf4b938b5602d02eb) center no-repeat;
  background-size: cover;
}
.allcars-box-link::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 100%);
}
.allcars-box-link .allcars-box {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 36px;
  z-index: 10;
  color: #FFF;
}
@media all and (max-width: 767px) {
  .allcars-box-link .allcars-box {
    padding: 36px 30px;
  }
}
.allcars-box-link .allcars-box h2 {
  font-size: 31px;
  font-weight: 700;
  margin: 0 0 3px 0;
  line-height: 32px;
}
@media all and (max-width: 767px) {
  .allcars-box-link .allcars-box h2 {
    font-size: 28px;
  }
}
.allcars-box-link .allcars-box p {
  font-size: 19px;
  line-height: 26px;
}
@media all and (max-width: 767px) {
  .allcars-box-link .allcars-box p {
    font-size: 16px;
    line-height: 24px;
  }
}
.allcars-box-link .allcars-box .btn {
  margin: 0 0 0 0;
}

.group-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #FFF;
  padding: 17px 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  z-index: 101;
  transform: translateY(calc(100% + 24px));
  transition: all 0.3s;
}
.group-banner .open {
  transform: translateY(0);
}
.group-banner .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.group-banner .container .title-white {
  position: absolute;
  left: 20px;
  padding: 5px;
  font-size: 12px;
  font-weight: bold;
  bottom: calc(100% + 17px);
  background: #FFF;
}
@media (max-width: 1023px) {
  .group-banner .container .list {
    display: none;
  }
}
.group-banner .container .list img {
  height: 52px;
}
@media (max-width: 1023px) {
  .group-banner .container .buttons {
    display: flex;
    justify-content: center;
    margin: 0 -21px;
    width: calc(100% + 42px);
  }
}
.group-banner .container .buttons .btn {
  padding: 16px 21px;
  margin-left: 10px;
}
@media (max-width: 767px) {
  .group-banner .container .buttons .btn {
    padding: 16px 13px 16px 20px;
    margin-left: 10px;
    font-size: 12px;
  }
  .group-banner .container .buttons .btn i {
    margin: 0 3px 0 10px;
  }
  .group-banner .container .buttons .btn span {
    display: none;
  }
}

.group-banner.open {
  transform: translateY(0);
}

.group-btn-car {
  display: block;
  padding: 10px 25px;
  border: 1px solid #707070;
  border-radius: 50px;
  position: relative;
  margin-top: 14px;
  cursor: pointer;
}
.group-btn-car input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.group-btn-car span {
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: bold;
}
@media all and (max-width: 767px) {
  .group-btn-car span {
    font-size: 12px;
  }
}
.group-btn-car span i {
  display: block;
  color: #E60000;
  font-style: normal;
  font-size: 11px;
}
@media all and (max-width: 767px) {
  .group-btn-car span i {
    font-size: 9px;
  }
}
.group-btn-car svg {
  position: absolute;
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
}

.car-popup + .car-popup {
  border-top: 1px solid #DDDDDD;
  margin-top: -20px !important;
  padding-top: 15px;
}

.sort-by {
  min-width: 220px;
}
@media (max-width: 767px) {
  .sort-by {
    min-width: 180px;
  }
}
.sort-by .btn--red {
  padding: 15px 32px;
}
@media (max-width: 767px) {
  .sort-by .btn--red {
    padding: 15px 15px;
  }
}

.offer-thumb__info {
  display: flex;
  justify-content: center;
  padding: 13px 0;
}
.offer-thumb__info span {
  font-size: 16px;
  display: block;
  padding: 0 10px;
}
.offer-thumb__info span:nth-child(2) {
  border-left: 1px solid #DDDDDD;
}

.swal-group-max .sa-icon {
  display: none !important;
}
.swal-group-max button {
  background: #E60000 !important;
  color: #FFF !important;
  padding: 16px 30px !important;
  border-radius: 50px !important;
  font-size: 14px !important;
  font-weight: bold !important;
}

#text-no-cars {
  padding: 0 0 30px 19px;
}

.notifyjs-corner {
  margin-top: 10px !important;
}

.notifyjs-bootstrap-success {
  background-image: none !important;
}

.btn-info-group {
  position: relative;
  margin: 20px 0 -30px 0;
  padding-bottom: 15px;
  z-index: 1;
}
.btn-info-group > span {
  display: block;
  color: #E60000;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
}
.btn-info-group.open .tooltip-c {
  opacity: 1;
  visibility: visible;
}
.btn-info-group .tooltip-c {
  position: absolute;
  left: 50%;
  width: 300px;
  margin-left: -150px;
  top: 100%;
  background: #FFF;
  padding: 5px 15px;
  border-radius: 10px;
  font-size: 12px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
}

.box-list-seo {
  padding: 110px 0;
}
@media (max-width: 1023px) {
  .box-list-seo {
    padding: 50px 0;
  }
}
.box-list-seo.gray {
  background: #F2F2F2;
}
.box-list-seo .container {
  max-width: 1240px;
}
.box-list-seo .header-title__heading {
  margin-bottom: 30px;
}
@media (max-width: 1023px) {
  .box-list-seo .header-title__heading {
    margin-bottom: 15px;
  }
}
.box-list-seo .header-title p {
  margin: 0 auto 53px auto;
  max-width: 570px;
}
@media (max-width: 1023px) {
  .box-list-seo .header-title p {
    margin-top: 0;
  }
}
.box-list-seo .btn-center {
  margin: 19px 0 0 0;
}
.box-list-seo .list {
  display: flex;
  flex-wrap: wrap;
}
.box-list-seo .list .item {
  width: 31.5%;
  background: #FFF;
  border-radius: 0 0 10px 0;
  padding: 32px 31px 55px 40px;
  display: flex;
  margin-right: 2.6%;
  flex-direction: column;
  min-height: 238px;
  justify-content: space-between;
  margin-bottom: 33px;
  position: relative;
  border: 1px solid #F2F2F2;
}
.box-list-seo .list .item:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 1023px) {
  .box-list-seo .list .item:nth-child(3n) {
    margin-right: 2.6% !important;
  }
}
@media (max-width: 600px) {
  .box-list-seo .list .item:nth-child(3n) {
    margin-right: 0 !important;
  }
}
@media (max-width: 1023px) {
  .box-list-seo .list .item {
    width: 48.5%;
  }
  .box-list-seo .list .item:nth-child(2n) {
    margin-right: 0 !important;
  }
}
@media (max-width: 600px) {
  .box-list-seo .list .item {
    width: 100% !important;
    margin-right: 0 !important;
  }
}
.box-list-seo .list .item .title {
  font-size: 20px;
  font-weight: 800;
  margin: 15px 0 0 0;
}
.box-list-seo .list .item .img {
  margin: 0 0 0 0;
  display: flex;
  align-items: center;
  min-height: 98px;
}
.box-list-seo .list .item .img img,
.box-list-seo .list .item .img svg {
  height: 72px;
}
.box-list-seo .list .item p {
  font-size: 16px;
  line-height: 24px;
  margin: 7px 0 auto 0;
}
.box-list-seo .list .item .btn {
  margin-right: auto;
  font-size: 12px;
  padding: 14px 21px 14px 21px;
  margin-top: 20px;
  border-color: #000;
}
.box-list-seo .list .item .btn:hover {
  border-color: transparent;
}

.box-toggle-list-seo {
  position: relative;
  padding: 80px 0 100px 0;
}
@media (max-width: 1023px) {
  .box-toggle-list-seo {
    padding: 50px 0;
  }
}
.box-toggle-list-seo.gray {
  background: #F2F2F2;
}
.box-toggle-list-seo .bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.box-toggle-list-seo .bg img {
  width: 100%;
  height: 556px;
  -o-object-fit: cover;
     object-fit: cover;
}
.box-toggle-list-seo .container {
  position: relative;
  z-index: 10;
  max-width: 1240px;
}
.box-toggle-list-seo .header-title {
  color: #FFF;
}
.box-toggle-list-seo .header-title p {
  max-width: 600px;
}
.box-toggle-list-seo .toggle {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 67px 0 0 0;
  align-items: flex-start;
  position: relative;
}
@media (max-width: 1023px) {
  .box-toggle-list-seo .toggle {
    display: none;
  }
}
.box-toggle-list-seo .toggle .toggle-left {
  width: 340px;
  background-color: #FFF;
  padding: 36px 35px 35px 35px;
  border-radius: 0 0 10px 0;
  box-shadow: 0 0 55px rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  top: 67px;
  z-index: 10;
}
@media (max-width: 1023px) {
  .box-toggle-list-seo .toggle .toggle-left {
    width: 100%;
  }
}
.box-toggle-list-seo .toggle .toggle-left a {
  font-size: 16px;
  font-weight: bold;
  display: block;
  border-bottom: 1px solid #E3E3E3;
  line-height: 25px;
  padding: 0 0 9px 0;
  margin: 0 0 11px 0;
}
.box-toggle-list-seo .toggle .toggle-left a.current {
  color: #E60000;
}
.box-toggle-list-seo .toggle .toggle-right {
  width: 100%;
}
@media (max-width: 1023px) {
  .box-toggle-list-seo .toggle .toggle-right {
    width: 100%;
  }
}
.box-toggle-list-seo .toggle .toggle-right .img {
  margin: -25px 0 0 0;
}
@media (max-width: 1023px) {
  .box-toggle-list-seo .toggle .toggle-right .img {
    margin: 20px 0 0 0;
  }
}
.box-toggle-list-seo .toggle .toggle-right .img img {
  max-width: 100%;
}
.box-toggle-list-seo .toggle .toggle-right h3 {
  font-size: 20px;
}
.box-toggle-list-seo .toggle .toggle-right p {
  font-size: 16px;
  line-height: 24px;
  margin: 20px 0;
}
.box-toggle-list-seo .toggle .toggle-right .btn {
  margin-top: 25px;
}
.box-toggle-list-seo .toggle .toggle-item {
  padding-left: 410px;
}
.box-toggle-list-seo .accordion {
  display: none;
}
@media (max-width: 1023px) {
  .box-toggle-list-seo .accordion {
    display: block;
    background: #FFF;
    box-shadow: 0 0 55px rgba(0, 0, 0, 0.2);
    padding: 28px 27px;
  }
}
.box-toggle-list-seo .accordion .accordion-content {
  margin-bottom: 14px;
  border-bottom: 1px solid #E3E3E3;
}
.box-toggle-list-seo .accordion .accordion-content .accordion-slide {
  display: none;
  padding-bottom: 20px;
}
.box-toggle-list-seo .accordion .accordion-content .accordion-slide h3 {
  display: none;
}
.box-toggle-list-seo .accordion .accordion-content .accordion-slide .img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.box-toggle-list-seo .accordion .accordion-content .accordion-slide img {
  max-width: 322px;
  margin: 16px auto 0 auto;
}
.box-toggle-list-seo .accordion .accordion-content .accordion-btn-seo {
  font-weight: bold;
  cursor: pointer;
  padding-bottom: 12px;
  position: relative;
  padding-right: 15px;
}
.box-toggle-list-seo .accordion .accordion-content .accordion-btn-seo.open {
  color: #E60000;
}
.box-toggle-list-seo .accordion .accordion-content .accordion-btn-seo i {
  position: absolute;
  right: 0;
  top: 4px;
  font-size: 14px;
  transform: rotate(90deg);
}

.recommended-offer-seo {
  padding: 110px 0;
}
@media (max-width: 1023px) {
  .recommended-offer-seo {
    padding: 50px 0;
  }
}
.recommended-offer-seo .tabs-item-list {
  justify-content: flex-start !important;
}
.recommended-offer-seo .tabs-item-list a {
  width: auto !important;
}
.recommended-offer-seo.gray {
  background: #F2F2F2;
}
.recommended-offer-seo.gray .tabs-item-list a {
  background: transparent !important;
  border-bottom-color: #F2F2F2 !important;
}
.recommended-offer-seo.gray .offer-thumb {
  background: #FFF;
  border-color: transparent;
}
.recommended-offer-seo .tabs-item {
  margin-top: 38px;
}
.recommended-offer-seo .offer-slider .slick-arrow:not(:hover) {
  background-color: #FFF;
}
.recommended-offer-seo .offer-slider .slick-arrow {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
.recommended-offer-seo .btn {
  border-color: #000;
}
.recommended-offer-seo .btn:hover {
  border-color: transparent;
}
.recommended-offer-seo .offer-thumb__img {
  height: 235px;
}
.recommended-offer-seo .offer-thumb__title {
  padding-bottom: 4px;
}
.recommended-offer-seo .offer-thumb__price .type {
  margin-top: -5px;
}

.box-right-text-seo {
  padding: 110px 0;
}
@media (max-width: 1023px) {
  .box-right-text-seo {
    padding: 50px 0;
  }
}
.box-right-text-seo.gray {
  background: #F2F2F2;
}
.box-right-text-seo.gray .item {
  background-color: #FFF !important;
}
.box-right-text-seo .container {
  max-width: 1250px;
}
.box-right-text-seo .header-title {
  max-width: 645px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 64px;
}
.box-right-text-seo .header-title p {
  margin: 30px 0 0 0;
}
.box-right-text-seo .btn-center {
  margin-top: 47px;
}
.box-right-text-seo .content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.box-right-text-seo .content .left {
  width: 50%;
  position: sticky;
  top: 0;
}
@media (max-width: 1023px) {
  .box-right-text-seo .content .left {
    width: 100%;
    position: static;
  }
}
.box-right-text-seo .content .left img {
  width: 100%;
  display: block;
}
.box-right-text-seo .content .right {
  width: 50%;
}
@media (max-width: 1023px) {
  .box-right-text-seo .content .right {
    width: 100%;
  }
}
.box-right-text-seo .content .right .item {
  background: #F2F2F2;
  padding: 57px 65px 35px 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border: 1px solid #F2F2F2;
  margin-bottom: -1px;
}
@media (max-width: 767px) {
  .box-right-text-seo .content .right .item {
    padding: 30px 35px 15px 20px;
  }
}
.box-right-text-seo .content .right .item .icon {
  width: 100px;
}
@media (max-width: 767px) {
  .box-right-text-seo .content .right .item .icon {
    width: 100%;
    margin-bottom: 20px;
  }
}
.box-right-text-seo .content .right .item .icon img {
  max-width: 75px;
}
.box-right-text-seo .content .right .item .text {
  width: calc(100% - 110px);
}
@media (max-width: 767px) {
  .box-right-text-seo .content .right .item .text {
    width: 100%;
  }
}
.box-right-text-seo .content .right .item .text h3 {
  margin: 3px 0 0 0;
  font-size: 20px;
  font-weight: 800;
}

.home-article.gray {
  background: #F2F2F2;
}

.team-seo {
  padding: 110px 0;
}
@media (max-width: 1023px) {
  .team-seo {
    padding: 50px 0;
  }
}
.team-seo.gray {
  background: #F2F2F2;
}
.team-seo.gray .team-item {
  background: #F2F2F2;
}
.team-seo .container {
  max-width: 1250px;
}
.team-seo .team-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 40px;
  margin: 50px 0 0 0;
}
@media (max-width: 1023px) {
  .team-seo .team-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 600px) {
  .team-seo .team-list {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
}
.team-seo .team-list .team-item {
  background: #fff;
  border-radius: 0 0 10px 0;
}
.team-seo .team-list .team-item img {
  width: 100%;
  display: block;
  height: 290px;
  -o-object-fit: cover;
     object-fit: cover;
}
.team-seo .team-list .team-item .text {
  text-align: center;
  padding: 20px 20px 35px 20px;
}
.team-seo .team-list .team-item .text .name {
  font-size: 24px;
  font-weight: bold;
}
.team-seo .team-list .team-item .text .desc {
  margin: 9px 0 15px 0;
}
.team-seo .team-list .team-item .text a {
  color: #E60000;
}

.text-image .text h2 {
  margin: 0 30px 33px 0 !important;
}
@media (max-width: 1023px) {
  .text-image .text h2 {
    font-size: 32px !important;
    line-height: 38px !important;
    margin-bottom: 15px !important;
    margin-right: 0 !important;
  }
}
.text-image.gray {
  background-color: #f2f2f2 !important;
}

.iframe {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.contact-map-seo {
  padding: 110px 0 0 0;
}
@media (max-width: 1023px) {
  .contact-map-seo {
    padding: 50px 0 0 0;
  }
}
.contact-map-seo .container {
  max-width: 1035px;
}
.contact-map-seo .row {
  background: #F2F2F2;
  margin-top: 55px;
}
@media (max-width: 1023px) {
  .contact-map-seo .row {
    margin-top: 35px;
  }
}
.contact-map-seo .row .contact-map-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.contact-map-seo .row .contact-map-row .left {
  width: 50%;
}
@media (max-width: 1023px) {
  .contact-map-seo .row .contact-map-row .left {
    width: 100%;
    padding: 30px 0;
  }
}
.contact-map-seo .row .contact-map-row .left a {
  color: #E60000;
}
.contact-map-seo .row .contact-map-row .right {
  width: 50%;
}
@media (max-width: 1023px) {
  .contact-map-seo .row .contact-map-row .right {
    width: 100%;
  }
}
.contact-map-seo .row .contact-map-row .right #map-bottom {
  height: 440px;
  margin: 0;
  margin-right: calc((1035px - 100vw)/2);
}
@media (max-width: 1023px) {
  .contact-map-seo .row .contact-map-row .right #map-bottom {
    margin-right: -20px;
    margin-left: -20px;
  }
}

.page-seo .contact-form {
  margin: 0;
  padding: 110px 0;
}
@media (max-width: 1023px) {
  .page-seo .contact-form {
    padding: 50px 0;
  }
}
.page-seo .text-image-lp .header-title {
  margin-bottom: 0;
}
.page-seo .offer-top {
  padding: 110px 0;
}
@media (max-width: 1023px) {
  .page-seo .offer-top {
    padding: 50px 0;
  }
}
.page-seo .offer-top p:first-child {
  margin-top: 0;
  margin-bottom: 0;
}
.page-seo .offer-top p {
  margin-bottom: 0 !important;
  font-size: 26px;
  line-height: 36px;
}
@media (max-width: 1023px) {
  .page-seo .offer-top p {
    font-size: 18px;
    line-height: 26px;
  }
}
.offer-box {
  padding: 74px 0 0 0;
}
.offer-box .container {
  max-width: 1240px;
}
.offer-box .container h2 {
  font-size: 36px;
  font-weight: 800;
  margin: 0 0 30px 0;
}
.offer-box .list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  border: 1px solid #DDDDDD;
  padding-bottom: 31px;
  position: relative;
  border-radius: 0 0 10px 0;
}
@media (max-width: 1023px) {
  .offer-box .list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .offer-box .list {
    grid-template-columns: 1fr 1fr;
  }
}
.offer-box .list::after {
  position: absolute;
  left: 1px;
  top: 1px;
  right: 1px;
  height: 97px;
  background: #F5F5F5;
  content: "";
}
@media (max-width: 1023px) {
  .offer-box .list::after {
    height: 70px;
  }
}
.offer-box .list .item {
  text-align: center;
  color: #3A3A3A;
  position: relative;
  z-index: 1;
  padding-left: 10px;
  padding-right: 10px;
}
.offer-box .list .item:hover {
  color: #E60000;
}
@media all and (min-width: 1024px) {
  .offer-box .list .item:hover .img img {
    opacity: 0.16;
  }
  .offer-box .list .item:hover .img::after {
    opacity: 1;
  }
}
.offer-box .list .item .img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 180px;
  opacity: 1;
  position: relative;
}
@media (max-width: 1023px) {
  .offer-box .list .item .img {
    height: 130px;
  }
}
.offer-box .list .item .img img {
  transition: all 0.3s;
  max-width: 100%;
}
.offer-box .list .item .img::after {
  position: absolute;
  left: 50%;
  top: 50%;
  background: url(/images/home-nav-icon.svg?dcbf546133334f01e3cb66a9d29cf69d) center no-repeat;
  width: 40px;
  height: 40px;
  transform: translateX(-50%) translateY(-50%);
  content: "";
  opacity: 0;
  transition: all 0.3s;
}
.offer-box .list .item .title {
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  margin: -18px 0 0 0;
  display: block !important;
}
@media (max-width: 1023px) {
  .offer-box .list .item .title {
    margin-top: -6px;
  }
}

.offer-list-new-filter {
  background: #F1F1F1;
  padding: 28px 0;
  position: relative;
  z-index: 10;
}
.offer-list-new-filter .bg-form {
  margin: 0 !important;
  padding: 0;
  background: none !important;
  -webkit-backdrop-filter: blur(0);
          backdrop-filter: blur(0);
  min-height: 127px;
}
@media all and (max-width: 1200px) {
  .offer-list-new-filter .bg-form {
    padding-bottom: 20px !important;
  }
}
.offer-list-new-filter .bg-form .buttons .btn {
  display: none !important;
}
.offer-list-new-filter form .search-multi-new {
  width: 24%;
}
.offer-list-new-filter form .search-multi-new.toggle-search {
  margin-top: 11px;
}
.offer-list-new-filter .wrap-rata {
  width: 48.3%;
}
.offer-list-new-filter .wrap-rata span {
  color: #000;
}
.offer-list-new-filter .wrap-rata .left-number,
.offer-list-new-filter .wrap-rata .right-number {
  color: #000 !important;
}
.offer-list-new-filter .container {
  max-width: 1220px;
}
.offer-list-new-filter .buttons {
  right: 0;
  top: 72px;
}
.offer-list-new-filter .buttons .clear-all {
  color: #000;
}
.offer-list-new-filter .buttons .clear-all svg path {
  stroke: #000;
}
.offer-list-new-filter .buttons .toggle-controls {
  border-color: #000;
  color: #000;
}
.offer-list-new-filter .buttons .toggle-controls:hover {
  color: #FFF;
}
.offer-list-new-filter .buttons .toggle-controls:hover svg path {
  stroke: #FFF;
}
.offer-list-new-filter .buttons .toggle-controls svg path {
  stroke: #000;
}

h1.h2 {
  font-size: 1.5rem;
}

@media all and (min-width: 1201px) {
  .offer-list-new-filter .wrap-rata-mobile-toggle, .offer-list-new-filter-mobile-top, .offer-list-new-filter-mobile-bottom {
    display: none !important;
  }
}
@media all and (max-width: 1200px) {
  body:not(.home) .offer-list-new-filter {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #FFF;
    padding: 0 0 80px 0;
    display: none;
  }
  body:not(.home) .offer-list-new-filter.open {
    display: block;
    overflow: auto;
  }
  body:not(.home) .offer-list-new-filter .container {
    padding-left: 24px;
    padding-right: 24px;
  }
  body:not(.home) .offer-list-new-filter .buttons {
    display: none;
  }
  body:not(.home) .offer-list-new-filter-mobile-top {
    display: flex;
    align-items: center;
    padding: 10px 24px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
    margin: 0 -24px;
    width: auto;
    position: relative;
    z-index: 10;
  }
  body:not(.home) .offer-list-new-filter-mobile-top h2 {
    margin: 0 20px 0 0;
  }
  body:not(.home) .offer-list-new-filter-mobile-top .clear-all {
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
  }
  body:not(.home) .offer-list-new-filter-mobile-top .clear-all svg {
    width: 20px;
    height: 20px;
    margin: 0 7px 0 0;
  }
  body:not(.home) .offer-list-new-filter-mobile-top .clear-all svg path {
    stroke: #000;
  }
  body:not(.home) .offer-list-new-filter-mobile-top .close-mobile-filter {
    margin-left: auto;
    margin: 0px -5px -6px auto;
    cursor: pointer;
  }
  body:not(.home) .offer-list-new-filter-mobile-bottom {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: 0px -4px 10px rgba(0, 0, 0, 0.05);
    padding: 10px;
    background: #FFF;
    z-index: 10;
  }
  body:not(.home) .offer-list-new-filter-mobile-bottom .btn {
    font-size: 13px;
    text-transform: uppercase;
    padding: 17px 0;
    text-align: center;
    width: 100%;
    font-weight: bold;
  }
  body:not(.home) .offer-list-new-filter .bg-form {
    margin-left: -24px !important;
    margin-right: -24px !important;
  }
  body:not(.home) .offer-list-new-filter .search-multi-new {
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 0 !important;
  }
  body:not(.home) .offer-list-new-filter .search-multi-new.toggle-search {
    display: block !important;
    margin: 0 !important;
  }
  body:not(.home) .offer-list-new-filter .search-multi-new .toggle {
    width: 100%;
    height: 64px;
    border-radius: 0;
    padding: 23px 23px;
    font-size: 16px;
    font-weight: bold;
    position: relative;
  }
  body:not(.home) .offer-list-new-filter .search-multi-new .toggle span {
    background: #E60000;
    color: #FFF;
    font-weight: normal;
    border-radius: 5px;
    padding: 5px;
    font-size: 12px;
    display: inline-block;
    margin: -2px 0 0 10px;
    vertical-align: top;
  }
  body:not(.home) .offer-list-new-filter .search-multi-new .toggle::after {
    right: 17px;
  }
  body:not(.home) .offer-list-new-filter .search-multi-new .list {
    position: static !important;
    padding: 5px 24px 10px 24px !important;
    box-shadow: none;
  }
  body:not(.home) .offer-list-new-filter .search-multi-new .list .inner {
    max-height: none !important;
  }
  body:not(.home) .offer-list-new-filter .search-multi-new .list .clear-list {
    display: none !important;
  }
  body:not(.home) .offer-list-new-filter .wrap-rata-mobile-toggle {
    width: 100%;
    height: 64px;
    border-radius: 0;
    padding: 23px 23px;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    border-bottom: 1px solid #E5E5E5;
    cursor: pointer;
  }
  body:not(.home) .offer-list-new-filter .wrap-rata-mobile-toggle::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background: url('data:image/svg+xml,<svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_13534_9886" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="25" height="24"><rect x="24.6254" width="24" height="24" transform="rotate(90 24.6254 0)" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_13534_9886)"><path d="M12.6254 12.6L16.5254 8.70005C16.7087 8.51672 16.9421 8.42505 17.2254 8.42505C17.5087 8.42505 17.7421 8.51672 17.9254 8.70005C18.1087 8.88338 18.2004 9.11672 18.2004 9.40005C18.2004 9.68338 18.1087 9.91672 17.9254 10.1L13.3254 14.7C13.2254 14.8 13.1171 14.8709 13.0004 14.9125C12.8837 14.9542 12.7587 14.975 12.6254 14.975C12.4921 14.975 12.3671 14.9542 12.2504 14.9125C12.1337 14.8709 12.0254 14.8 11.9254 14.7L7.32539 10.1C7.14206 9.91672 7.05039 9.68338 7.05039 9.40005C7.05039 9.11672 7.14206 8.88338 7.32539 8.70005C7.50873 8.51672 7.74206 8.42505 8.02539 8.42505C8.30873 8.42505 8.54206 8.51672 8.72539 8.70005L12.6254 12.6Z" fill="%233A3A3A"/></g></svg>');
    content: "";
    right: 17px;
  }
  body:not(.home) .offer-list-new-filter .wrap-rata-mobile-toggle span {
    background: #E60000;
    color: #FFF;
    font-weight: normal;
    border-radius: 5px;
    padding: 5px;
    font-size: 12px;
    display: inline-block;
    margin: -2px 0 0 10px;
    vertical-align: top;
  }
  body:not(.home) .offer-list-new-filter .wrap-rata-mobile-toggle.open {
    border-color: transparent;
  }
  body:not(.home) .offer-list-new-filter .wrap-rata-mobile-toggle.open::after {
    transform: translateY(-50%) rotate(180deg);
  }
  body:not(.home) .offer-list-new-filter .wrap-rata {
    padding-left: 24px !important;
    padding-right: 24px !important;
    display: none;
    padding-bottom: 10px;
    margin-top: 36px !important;
  }
  body:not(.home) .offer-list-new-filter .wrap-rata.open {
    display: block;
    border-bottom: 1px solid #E5E5E5;
  }
  body:not(.home) .offer-list-new-filter .wrap-rata > span {
    display: none !important;
  }
  body:not(.home) .offer-list-new-filter .wrap-rata .wrap-rata-slider {
    border: 1px solid #E5E5E5 !important;
  }
}
.offer-list-new {
  margin: 28px 0 0 0;
}
@media all and (max-width: 1200px) {
  .offer-list-new {
    margin: 80px 0 0 0;
  }
}
.offer-list-new .container {
  max-width: 1220px;
}
.offer-list-new--bottom .container {
  max-width: 1220px;
}
.offer-list-new__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 33px 0;
}
@media all and (max-width: 1200px) {
  .offer-list-new__top {
    margin: 0 0 20px 0;
  }
}
.offer-list-new__top .results {
  font-size: 20px;
}
@media all and (max-width: 1200px) {
  .offer-list-new__top .results {
    font-size: 18px;
  }
}
.offer-list-new__top .results h3 {
  display: none;
}
@media all and (max-width: 1200px) {
  .offer-list-new__top .results h3 {
    display: block;
    font-size: 24px;
    line-height: normal;
    margin: 0 0 10px 0;
  }
}
.offer-list-new__top .sort {
  display: flex;
  align-items: center;
}
@media all and (max-width: 1200px) {
  .offer-list-new__top .sort {
    display: none;
  }
}
.offer-list-new__top .sort .title {
  font-size: 14px;
  font-weight: bold;
  margin-right: 15px;
}
.offer-list-new__top .sort .search-multi-new {
  width: 210px;
}
.offer-list-new__top .sort .search-multi-new .toggle {
  border: 1px solid #E5E5E5;
  text-transform: none !important;
}
.offer-list-new__top .sort .search-multi-new .toggle span {
  display: block !important;
  text-transform: none !important;
}
.offer-list-new__top .sort .search-multi-new .list {
  padding: 20px 20px 20px 20px;
  white-space: nowrap;
}
.offer-list-new__top .sort .search-multi-new .list .item input:checked + label {
  color: #E60000;
}
.offer-list-new__top .sort .search-multi-new .list .item label {
  padding-left: 0;
  text-transform: none !important;
}
.offer-list-new__top .sort .search-multi-new .list .item label::after {
  display: none !important;
}

.mobile-filter {
  display: flex;
  border-bottom: 1px solid #E5E5E5;
  margin: -30px -24px 24px -24px;
  position: absolute;
  left: 24px;
  right: 24px;
  top: 129px;
  background: #FFF;
}
@media all and (min-width: 1200px) {
  .mobile-filter {
    display: none;
  }
}
.mobile-filter.fixed {
  position: fixed;
  top: 0;
  margin-top: 0 !important;
  z-index: 1000;
}
.mobile-filter .filter-toggle,
.mobile-filter .sort-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 0;
  cursor: pointer;
}
.mobile-filter .filter-toggle:not(:last-child),
.mobile-filter .sort-toggle:not(:last-child) {
  border-right: 1px solid #E5E5E5;
}
.mobile-filter .filter-toggle span:not(.number),
.mobile-filter .sort-toggle span:not(.number) {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  margin-left: 10px;
}
.mobile-filter .filter-toggle .number,
.mobile-filter .sort-toggle .number {
  background: #E60000;
  color: #FFF;
  font-weight: normal;
  border-radius: 5px;
  padding: 5px;
  font-size: 12px;
  display: inline-block;
  margin: -2px 0 0 10px;
  vertical-align: top;
}
.mobile-filter .filter-toggle.open,
.mobile-filter .sort-toggle.open {
  color: #E60000;
}
.mobile-filter .filter-toggle.open svg path,
.mobile-filter .sort-toggle.open svg path {
  stroke: #E60000;
}

.sort-mobile {
  position: absolute;
  left: 0;
  top: calc(100% + 1px);
  right: 0;
  background: #FFF;
  padding: 0 24px;
  z-index: 10;
  display: none;
}
@media all and (max-width: 1200px) {
  .sort-mobile.open {
    display: block;
  }
}
.sort-mobile .title {
  font-size: 16px;
  font-weight: bold;
  margin: 20px 0 0 0;
}
.sort-mobile a {
  margin: 0 -24px;
  border-bottom: 1px solid #E5E5E5;
  padding: 24px;
  font-size: 14px;
  display: block;
}
.sort-mobile a:last-child {
  border-bottom: 0;
}
.sort-mobile a.current {
  font-weight: bold;
}

.offer-new .container {
  max-width: 1220px;
}
@media all and (max-width: 1200px) {
  .offer-new .container {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media all and (max-width: 1200px) {
  .offer-new__top {
    display: flex;
    flex-wrap: wrap;
  }
}
.offer-new__title {
  padding: 35px 0 30px 0;
}
@media all and (max-width: 1200px) {
  .offer-new__title {
    order: 2;
    padding: 24px 0 0 0;
  }
}
.offer-new__title .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.offer-new__title .left .title {
  font-size: 48px;
  line-height: 52px;
  margin: 0 0 6px 0;
}
@media all and (max-width: 1440px) {
  .offer-new__title .left .title {
    font-size: 44px;
  }
}
@media all and (max-width: 1200px) {
  .offer-new__title .left .title {
    font-size: 28px;
    line-height: 36px;
  }
}
.offer-new__title .left span {
  font-size: 20px;
  line-height: 28px;
}
@media all and (max-width: 1200px) {
  .offer-new__title .left span {
    font-size: 18px;
  }
}
@media all and (max-width: 1200px) {
  .offer-new__title .right {
    width: 100%;
  }
}
.offer-new__title .right .label {
  background: #000;
  color: #FFF;
  border-radius: 50px;
  padding: 7px 15px;
  font-size: 12px;
  display: inline-block;
  border: 1px solid #000;
  margin: 13px 0 0 10px;
  vertical-align: middle;
}
@media all and (max-width: 1200px) {
  .offer-new__title .right .label {
    border-radius: 50px;
    padding: 4px 8px;
    font-size: 12px;
    display: inline-block;
    border: 1px solid #000;
    margin: 10px 0 0 0;
    vertical-align: middle;
  }
}
.offer-new__title .right .label.white {
  background: #FFF;
  border: 1px solid #E5E5E5;
  color: #000;
}
.offer-new__title .right .label.red {
  background: #E60000;
  color: #FFF;
  border-color: #E60000;
}
.offer-new__title .right .label.green {
  background: #FFF;
  border: 1px solid #148920;
  color: #148920;
}
.offer-new .gallery-new {
  opacity: 0;
}
.offer-new .gallery-new:not(.slick-initialized) .item {
  display: none !important;
}
.offer-new .gallery-new:not(.slick-initialized) .item:first-child {
  display: block !important;
}
.offer-new .gallery-new img {
  width: 100%;
  display: block;
  max-width: none !important;
  min-height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.offer-new .gallery-new .slick-prev,
.offer-new .gallery-new .slick-next {
  position: absolute;
  width: 57px;
  height: 57px;
  background: url('data:image/svg+xml,<svg width="57" height="58" viewBox="0 0 57 58" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M21.1875 11.1875L39 29L21.1875 46.8125" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  top: 50%;
  margin-top: -27px;
  z-index: 10;
  overflow: hidden;
  border: none;
  text-indent: -999999px;
  cursor: pointer;
}
.offer-new .gallery-new .slick-next {
  right: 0;
}
.offer-new .gallery-new .slick-prev {
  left: 0;
  transform: rotate(-180deg);
}
.offer-new .render360 {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.offer-new .render360 .slider-container-360 {
  width: 100%;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  touch-action: manipulation;
  cursor: -webkit-grab;
  cursor: grab;
  /* Łapka domyślna */
  opacity: 0;
  transition: all 0.3s;
  min-height: 0 !important;
}
.offer-new .render360 .slider-container-360.open {
  opacity: 1;
}
.offer-new .render360 .slider-container-360.dragging {
  cursor: -webkit-grabbing;
  cursor: grabbing;
  /* Łapka w trakcie przeciągania */
}
.offer-new .render360 .slider-container-360 img {
  width: 100%;
  max-width: 900px;
  height: auto;
  display: block;
  pointer-events: none;
  /* Blokuje klikanie */
  margin: 0 auto;
}
@media all and (max-width: 1440px) {
  .offer-new .render360 .slider-container-360 img {
    max-width: 640px;
  }
}
@media all and (max-width: 1200px) {
  .offer-new .render360 .slider-container-360 img {
    max-width: 540px;
  }
}
@media all and (max-width: 767px) {
  .offer-new .render360 .slider-container-360 img {
    max-height: 203px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.offer-new .render360 .nav-arrow {
  position: absolute;
  width: 57px;
  height: 57px;
  background: url('data:image/svg+xml,<svg width="57" height="58" viewBox="0 0 57 58" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M21.1875 11.1875L39 29L21.1875 46.8125" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  top: 50%;
  margin-top: -27px;
  z-index: 10;
  overflow: hidden;
  border: none;
  text-indent: -999999px;
  cursor: pointer;
  touch-action: manipulation;
}
.offer-new .render360 .nav-arrow.right {
  right: 0;
}
.offer-new .render360 .nav-arrow.left {
  left: 0;
  transform: rotate(-180deg);
}
.offer-new__media {
  position: relative;
  transition: all 0.3s;
  aspect-ratio: 7/2;
  overflow: hidden;
}
@media all and (max-width: 1200px) {
  .offer-new__media {
    overflow: visible;
    aspect-ratio: auto;
  }
}
.offer-new__media.visible {
  opacity: 1;
}
@media all and (max-width: 1200px) {
  .offer-new__media {
    order: 1;
    width: 100%;
    margin-bottom: 50px;
  }
  .offer-new__media.nobottom {
    margin-bottom: 0;
  }
  .offer-new__media img {
    min-height: 205px;
    max-width: 540px !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.offer-new__media.active-gallery .render360 {
  opacity: 0;
}
.offer-new__media.active-gallery .gallery-new {
  opacity: 1;
  z-index: 10;
}
.offer-new__media .switch {
  position: absolute;
  left: 0;
  right: 0;
  top: 48px;
  text-align: right;
  z-index: 11;
}
@media all and (max-width: 1200px) {
  .offer-new__media .switch {
    bottom: -50px;
    left: 0;
    right: 0;
    text-align: left;
    top: auto;
  }
  .offer-new__media .switch .container {
    padding: 0;
  }
}
.offer-new__media .switch .items {
  background: #FFF;
  border-radius: 50px;
  display: inline-flex;
  margin-left: auto;
  text-align: left;
  overflow: hidden;
}
@media all and (max-width: 1200px) {
  .offer-new__media .switch .items {
    border-radius: 0;
    width: 100%;
  }
}
.offer-new__media .switch .items > div {
  padding: 7px 15px;
  display: inline-flex;
  color: #000;
  cursor: pointer;
  font-size: 14px;
  border-radius: 50px;
}
@media all and (max-width: 1200px) {
  .offer-new__media .switch .items > div {
    width: 50%;
    border: 1px solid #E5E5E5;
    background: transparent !important;
    height: 50px;
    border-radius: 0 !important;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    text-transform: uppercase;
  }
  .offer-new__media .switch .items > div:last-child {
    border-left: 0;
  }
}
.offer-new__media .switch .items > div svg {
  margin: 0 5px 0 0;
}
.offer-new__media .switch .items > div svg path {
  stroke: #000;
}
.offer-new__media .switch .items > div span {
  margin: -6px 0 0 2px;
  display: inline-block;
  vertical-align: top;
  text-transform: none;
}
.offer-new__media .switch .items > div.current {
  background: #E60000;
  color: #FFF;
}
@media all and (max-width: 1200px) {
  .offer-new__media .switch .items > div.current {
    color: #E60000 !important;
  }
}
.offer-new__media .switch .items > div.current svg path {
  stroke: #FFF;
}
@media all and (max-width: 1200px) {
  .offer-new__media .switch .items > div.current svg path {
    stroke: #E60000 !important;
  }
}
.offer-new__content {
  padding: 82px 0 0 0;
}
@media all and (max-width: 1200px) {
  .offer-new__content {
    padding: 30px 0 0 0;
  }
}
.offer-new__content .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.offer-new__content .container > .left {
  width: 65.5%;
}
@media all and (max-width: 1024px) {
  .offer-new__content .container > .left {
    width: 100%;
    position: static;
  }
}
.offer-new__content .container > .right {
  width: 31%;
  position: sticky;
  top: 15px;
  z-index: 100;
}
@media all and (max-width: 1024px) {
  .offer-new__content .container > .right {
    width: 100%;
    position: static;
  }
}
.offer-new__content .offer-colour {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 40px 0;
}
.offer-new__content .offer-colour .color-list .color-item {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  margin: 4px 8px 0 0;
  border: none;
  vertical-align: top;
  cursor: pointer;
}
@media all and (max-width: 1200px) {
  .offer-new__content .offer-colour .color-list .color-item {
    width: 24px;
    height: 24px;
  }
}
.offer-new__content .offer-colour .color-list .color-item.current::after {
  position: absolute;
  left: -3px;
  top: -3px;
  right: -3px;
  bottom: -3px;
  border-radius: 50%;
  border: 1px solid #E5E5E5;
  content: "";
}
.offer-new__content .offer-colour .color-info {
  margin: 12px 0 0 0;
  font-size: 14px;
}
.offer-new__content .offer-colour .color-right {
  font-size: 13px;
  line-height: 20px;
  max-width: 50%;
  color: #838383;
}
@media all and (max-width: 1200px) {
  .offer-new__content .offer-colour .color-right {
    font-size: 14px;
    line-height: 20px;
    margin: 15px 0 0 0;
    max-width: 100%;
  }
}
.offer-new__content .spec-pdf {
  border-radius: 0 20px 0 20px;
  border: 1px solid #E5E5E5;
  padding: 6px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media all and (max-width: 1200px) {
  .offer-new__content .spec-pdf {
    padding-bottom: 20px;
    align-items: flex-start;
  }
}
.offer-new__content .spec-pdf a.btn {
  display: inline-flex;
  align-items: center;
  padding: 13px 20px 13px 20px;
}
@media all and (max-width: 1200px) {
  .offer-new__content .spec-pdf a.btn {
    padding: 13px;
    margin: 10px 0 0 0;
  }
  .offer-new__content .spec-pdf a.btn span {
    display: none;
  }
}
.offer-new__content .spec-pdf a.btn span:nth-child(2) {
  display: none;
}
.offer-new__content .spec-pdf a.btn svg {
  margin: 0 0 0 10px;
}
@media all and (max-width: 1200px) {
  .offer-new__content .spec-pdf a.btn svg {
    margin: 0 0;
  }
}
.offer-new__content .spec-pdf a.btn svg path {
  transition: all 0.5s;
}
.offer-new__content .spec-pdf a.btn:hover svg path {
  stroke: #FFF;
}
.offer-new__content .spec-pdf__left {
  display: flex;
  align-items: center;
}
@media all and (max-width: 1200px) {
  .offer-new__content .spec-pdf__left {
    flex-wrap: wrap;
    width: calc(100% - 100px);
  }
}
.offer-new__content .spec-pdf__left span {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 0 18px;
}
@media all and (max-width: 1200px) {
  .offer-new__content .spec-pdf__left span {
    width: 100%;
    margin: 0 0;
  }
}
.offer-new__content .spec-pdf__left span:nth-child(3) {
  display: none;
}
.offer-new__content .spec-pdf.open a.btn span:nth-child(1) {
  display: none;
}
.offer-new__content .spec-pdf.open a.btn span:nth-child(2) {
  display: block;
}
.offer-new__content .spec-pdf.open a.btn svg {
  opacity: 0;
  margin-right: -34px;
}
@media all and (max-width: 1200px) {
  .offer-new__content .spec-pdf.open a.btn svg {
    margin-right: -22px;
  }
}
.offer-new__content .spec-pdf.open .spec-pdf__left span:nth-child(2) {
  display: none;
}
.offer-new__content .spec-pdf.open .spec-pdf__left span:nth-child(3) {
  display: block;
}
.offer-new__content .spec-pdf .pdf-form {
  width: 100%;
  padding-top: 20px;
  display: none;
}
.offer-new__content .spec-pdf .pdf-form label.error {
  left: 0;
  bottom: 0;
}
.offer-new__content .spec-pdf .pdf-form .checkbox label.error {
  bottom: -15px !important;
}
.offer-new__content .spec-pdf .pdf-form .form-wrap {
  width: 31%;
  margin-bottom: 20px;
}
@media all and (max-width: 1024px) {
  .offer-new__content .spec-pdf .pdf-form .form-wrap {
    width: 100%;
    margin-bottom: 20px;
  }
}
.offer-new__content .spec-pdf .pdf-form .form-wrap input {
  background: #FFF;
  border: 1px solid #E5E5E5;
  padding: 0 24px;
  font-size: 14px;
}
@media all and (max-width: 1024px) {
  .offer-new__content .spec-pdf .pdf-form .form-wrap input {
    height: 49px;
  }
}
.offer-new__content .spec-pdf .pdf-form .form-wrap input.error {
  border-color: #E60000;
  margin-bottom: 25px;
}
.offer-new__content .spec-pdf .pdf-form button.btn {
  width: auto !important;
  margin-bottom: 25px !important;
  font-weight: bold;
  margin-top: 10px !important;
}
.offer-new__content .spec-pdf .pdf-form .checkbox-title {
  margin: 0 0 20px 0;
  overflow: hidden;
}
@media all and (max-width: 1200px) {
  .offer-new__content .spec-pdf .pdf-form .checkbox-title {
    margin: 5px 0 11px 0;
  }
}
.offer-new__content .spec-pdf .pdf-form .checkbox-title h3 {
  font-size: 20px;
  margin: 0 0 20px -1px;
}
@media all and (max-width: 1200px) {
  .offer-new__content .spec-pdf .pdf-form .checkbox-title h3 {
    font-size: 16px;
  }
}
.offer-new__content .spec-pdf .pdf-form .checkbox-title p {
  font-size: 14px;
  line-height: 20px;
  margin: 11px 0 0 0;
}
@media all and (max-width: 1200px) {
  .offer-new__content .spec-pdf .pdf-form .checkbox-title p {
    font-size: 13px;
    line-height: 18px;
  }
}
.offer-new__content .spec-pdf .pdf-form .checkbox {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 16px;
  width: 100%;
}
.offer-new__content .spec-pdf .pdf-form .checkbox input:checked + label:not(.error)::after {
  color: #000 !important;
}
.offer-new__content .spec-pdf .pdf-form .checkbox .checkbox-toggle-btn {
  position: relative;
  font-size: 14px;
  padding: 0 20px 0 0;
  margin: -7px 0 0 13px;
  cursor: pointer;
}
.offer-new__content .spec-pdf .pdf-form .checkbox .checkbox-toggle-btn.open span:nth-child(2) {
  display: block;
}
.offer-new__content .spec-pdf .pdf-form .checkbox .checkbox-toggle-btn.open span:nth-child(1) {
  display: none;
}
.offer-new__content .spec-pdf .pdf-form .checkbox .checkbox-toggle-btn.open::after {
  transform: rotate(180deg);
}
.offer-new__content .spec-pdf .pdf-form .checkbox .checkbox-toggle-btn span:nth-child(2) {
  display: none;
}
.offer-new__content .spec-pdf .pdf-form .checkbox .checkbox-toggle-btn::after {
  position: absolute;
  right: 0;
  top: 2px;
  background: url('data:image/svg+xml,<svg width="12" height="13" viewBox="0 0 12 13" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_15409_3500)"><rect width="12" height="12" transform="translate(0 0.5)" fill="white"/><path d="M9.75 5L6 8.75L2.25 5" stroke="%23E60000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_15409_3500"><rect width="12" height="12" fill="white" transform="translate(0 0.5)"/></clipPath></defs></svg>') center no-repeat;
  width: 12px;
  height: 12px;
  content: "";
}
.offer-new__content .spec-pdf .pdf-form .checkbox label:not(.error) {
  padding: 6px 0 5px 39px;
  letter-spacing: -0.1px;
}
.offer-new__content .spec-pdf .pdf-form .checkbox label:not(.error)::after {
  width: 27px;
  height: 27px;
  background: transparent;
  border: 1px solid #E5E5E5;
  color: #FFF;
  line-height: 27px;
}
.offer-new__content .icon-list-info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 25px 0;
}
@media all and (max-width: 1200px) {
  .offer-new__content .icon-list-info {
    margin: 17px 0;
  }
}
.offer-new__content .icon-list-info .offer-new-heading {
  width: 100%;
  margin-bottom: 40px;
}
.offer-new__content .icon-list-info .icon-desc {
  text-align: center;
  width: 16%;
}
@media all and (max-width: 1200px) {
  .offer-new__content .icon-list-info .icon-desc {
    width: 30%;
  }
}
.offer-new__content .icon-list-info .icon-desc__icon {
  display: flex;
  align-items: center;
  height: 73px;
  justify-content: center;
}
.offer-new__content .icon-list-info .icon-desc__icon img {
  height: 50px;
}
@media all and (max-width: 1200px) {
  .offer-new__content .icon-list-info .icon-desc__icon img {
    height: 36px;
  }
}
.offer-new__content .icon-list-info .icon-desc__title {
  font-size: 16px;
  line-height: 24px;
}
@media all and (max-width: 1200px) {
  .offer-new__content .icon-list-info .icon-desc__title {
    font-size: 14px;
  }
}
.offer-new .car-size__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 33px 0 51px 0;
}
@media all and (max-width: 767px) {
  .offer-new .car-size__content {
    margin: 24px 0 42px 0;
  }
}
.offer-new .car-size .col {
  text-align: center;
  width: 100%;
  max-width: 200px;
}
@media all and (max-width: 767px) {
  .offer-new .car-size .col {
    max-width: 48%;
  }
}
.offer-new .car-size .col .car-size-info {
  display: flex;
  justify-content: space-between;
  margin: 6px 0 0 0;
}
@media all and (max-width: 767px) {
  .offer-new .car-size .col .car-size-info {
    font-size: 12px;
  }
}
.offer-new .car-size .col .car-size-info span:last-child {
  text-align: right;
}
.offer-new .car-table {
  margin: 32px 0 0 0;
}
@media all and (max-width: 1200px) {
  .offer-new .car-table {
    margin: 23px 0 0 0;
  }
}
.offer-new .car-table-row {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #E5E5E5;
  padding: 0 0 14px 0;
  font-size: 16px;
  margin: 0 0 14px 0;
}
@media all and (max-width: 1200px) {
  .offer-new .car-table-row > * {
    width: auto;
    text-align: left !important;
    font-size: 14px;
  }
}
@media all and (max-width: 1200px) {
  .offer-new .car-table-row > strong {
    padding-left: 5px !important;
  }
}
.offer-new .car-table-row :last-child {
  text-align: right !important;
}
.offer-new .hidden {
  display: none;
}
.offer-new .toggle-content {
  display: flex;
  font-size: 16px;
  margin: 34px 0 0 0;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media all and (max-width: 1024px) {
  .offer-new .toggle-content {
    font-size: 14px;
    margin: 33px 0 0 0;
    vertical-align: top;
  }
}
.offer-new .toggle-content svg {
  margin-left: 10px;
}
@media all and (max-width: 1024px) {
  .offer-new .toggle-content svg {
    width: 13px;
    margin: -1px 0 0 7px;
  }
}
.offer-new .toggle-content span:nth-child(1) {
  display: block;
}
.offer-new .toggle-content span:nth-child(2) {
  display: none;
}
.offer-new .toggle-content.open span:nth-child(1) {
  display: none;
}
.offer-new .toggle-content.open span:nth-child(2) {
  display: inline-block;
}
.offer-new .toggle-content.open svg {
  transform: rotate(-180deg);
}
.offer-new .car-info-list {
  margin: 65px 0 0 0;
}
@media all and (max-width: 1024px) {
  .offer-new .car-info-list {
    margin: 33px 0 0 0;
  }
}
.offer-new .car-info-list .offer-new-heading {
  margin: 0 0 31px 0;
}
.offer-new .car-info-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.offer-new .car-info-list ul li {
  display: inline-block;
  width: 49%;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  padding: 0 0 0 38px;
  margin: 0 0 20px 0;
  vertical-align: top;
}
@media all and (max-width: 1024px) {
  .offer-new .car-info-list ul li {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 15px 0;
  }
}
.offer-new .car-info-list ul li::after {
  background: url('data:image/svg+xml,<svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_15403_7413)"><path d="M3.4375 12.375L8.25 17.1875L19.25 6.1875" stroke="%23E60000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_15403_7413"><rect width="22" height="22" fill="white"/></clipPath></defs></svg>');
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.offer-new .gray-info {
  background: #F8F8F8;
  border-radius: 20px;
  padding: 1px 40px 14px 40px;
  margin: 42px 0 0 0;
}
@media all and (max-width: 1200px) {
  .offer-new .gray-info {
    padding: 23px 24px 0 24px;
    margin: 42px -24px 0 -24px;
  }
}
@media all and (max-width: 1200px) {
  .offer-new .gray-info .offer-new-heading {
    margin: 0 0 30px 0;
  }
}
.offer-new .gray-info .icon-list-info .icon-desc {
  width: 14%;
  padding: 0 5px;
}
@media all and (max-width: 1200px) {
  .offer-new .gray-info .icon-list-info .icon-desc {
    width: 28%;
    padding: 0 5px 30px 5px;
  }
}
.offer-new .gray-info .icon-list-info .icon-desc__icon {
  height: 65px;
}
.offer-new .gray-info .icon-list-info .icon-desc__icon img {
  height: 55px;
}
.offer-new .gray-info .icon-list-info .icon-desc__title {
  font-size: 14px;
  line-height: 18px;
}
@media all and (max-width: 1200px) {
  .offer-new .car-desc p {
    font-size: 14px;
    line-height: 20px;
  }
}
.offer-new .car-offer-calc {
  background: #F1F1F1;
  border-radius: 0 20px 0 20px;
  padding: 30px 32px;
}
@media all and (max-width: 1200px) {
  .offer-new .car-offer-calc {
    margin: -17px -24px 20px -24px;
    padding: 27px 24px;
    border-radius: 0;
  }
}
.offer-new .car-offer-calc .title {
  font-size: 28px;
  line-height: 36px;
  font-weight: bold;
  margin: 0 0 19px 0;
}
@media all and (max-width: 1200px) {
  .offer-new .car-offer-calc .title {
    font-size: 22px;
  }
}
.offer-new .car-offer-calc .car-offer-success {
  padding: 20px;
  border-radius: 0 20px 0 20px;
  background: #EFFFD8;
  font-size: 16px;
  line-height: 24px;
}
.offer-new .car-offer-calc .calc-wrap {
  margin: 0 0 20px 0;
}
.offer-new .car-offer-calc .calc-wrap > label {
  font-size: 14px;
  font-weight: bold;
  display: block;
  margin: 0 0 10px 0;
}
.offer-new .car-offer-calc .calc-wrap .calc-wrap-list {
  background: #FFF;
  display: flex;
  width: 100%;
  border-radius: 50px;
  padding: 2px 3px;
}
.offer-new .car-offer-calc .calc-wrap .calc-wrap-list .item {
  position: relative;
  width: 100%;
}
.offer-new .car-offer-calc .calc-wrap .calc-wrap-list .item label {
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  cursor: pointer;
}
.offer-new .car-offer-calc .calc-wrap .calc-wrap-list .item input {
  opacity: 0;
  position: absolute;
}
.offer-new .car-offer-calc .calc-wrap .calc-wrap-list .item input:checked + label {
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
  border-radius: 99999px;
  font-weight: bold;
  color: #E60000;
}
.offer-new .car-offer-calc .calc-wrap .calc-wrap-add {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 15px;
}
.offer-new .car-offer-calc .calc-wrap .calc-wrap-add .item {
  width: 25%;
  text-align: center;
  cursor: pointer;
}
.offer-new .car-offer-calc .calc-wrap .calc-wrap-add .item input {
  opacity: 0;
  position: absolute;
}
.offer-new .car-offer-calc .calc-wrap .calc-wrap-add .item input:checked + label .icon {
  position: relative;
}
.offer-new .car-offer-calc .calc-wrap .calc-wrap-add .item input:checked + label .icon::after {
  position: absolute;
  width: 16px;
  height: 16px;
  content: "";
  background: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="8" cy="8" r="8" fill="%23E60000"/><g clip-path="url(%23clip0_15403_998)"><path d="M4.5625 8.625L6.75 10.8125L11.75 5.8125" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_15403_998"><rect width="10" height="10" fill="white" transform="translate(3 3)"/></clipPath></defs></svg>');
  left: 50%;
  bottom: 0;
  transform: translateX(-50%) translateY(50%);
}
.offer-new .car-offer-calc .calc-wrap .calc-wrap-add .item .icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #FFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.offer-new .car-offer-calc .calc-wrap .calc-wrap-add .item .title {
  font-size: 13px;
  display: block;
  margin: 5px 0 0 0;
  cursor: pointer;
}
.offer-new .car-offer-calc .calc-wrap .calc-wrap-add2 * {
  -webkit-tap-highlight-color: transparent;
}
.offer-new .car-offer-calc .calc-wrap .calc-wrap-add2 .item {
  display: flex;
  justify-content: space-between;
}
.offer-new .car-offer-calc .calc-wrap .calc-wrap-add2 .item:not(:last-child) {
  margin: 0 0 5px 0;
}
.offer-new .car-offer-calc .calc-wrap .calc-wrap-add2 .item label {
  display: flex;
  justify-content: space-between;
  width: 100%;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
}
.offer-new .car-offer-calc .calc-wrap .calc-wrap-add2 .item input {
  opacity: 0;
  position: absolute;
}
.offer-new .car-offer-calc .calc-wrap .calc-wrap-add2 .item input:checked + label .switch {
  background-color: #FFCACA;
}
.offer-new .car-offer-calc .calc-wrap .calc-wrap-add2 .item input:checked + label .switch::after {
  left: 28px;
  background: #E60000 url('data:image/svg+xml,<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_13965_20110)"><path d="M2.1875 7.875L5.25 10.9375L12.25 3.9375" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_13965_20110"><rect width="14" height="14" fill="white"/></clipPath></defs></svg>') center no-repeat;
}
.offer-new .car-offer-calc .calc-wrap .calc-wrap-add2 .item .title {
  text-align: left;
  margin: 0 10px 0 0;
  font-size: 14px;
  font-weight: normal;
}
.offer-new .car-offer-calc .calc-wrap .calc-wrap-add2 .item .switch {
  width: 56px;
  height: 30px;
  border-radius: 100px;
  position: relative;
  background: #FFF;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  transition: all 0.3s;
}
.offer-new .car-offer-calc .calc-wrap .calc-wrap-add2 .item .switch::after {
  position: absolute;
  left: 2px;
  top: 2px;
  background: #989898;
  background-position: center;
  background-repeat: no-repeat;
  width: 26px;
  height: 26px;
  content: "";
  transition: all 0.3s;
  border-radius: 50%;
}
.offer-new .car-offer-calc .calc-bottom {
  border-top: 1px solid #C8C8C8;
  padding: 19px 0 0 0;
  margin: -10px 0 0 0;
}
.offer-new .car-offer-calc .calc-bottom .price-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.offer-new .car-offer-calc .calc-bottom .price-bottom span {
  font-size: 16px;
  font-weight: bold;
}
@media all and (max-widtH: 767px) {
  .offer-new .car-offer-calc .calc-bottom .price-bottom span {
    width: 90px;
  }
}
.offer-new .car-offer-calc .calc-bottom .price-bottom .nasze_auto {
  margin: 12px 0 0 auto;
  background: #00ff00;
  color: #000;
  border-radius: 50px;
  padding: 4px 10px;
  font-size: 12px;
  text-transform: uppercase;
  border: 1px solid #00ff00;
}
.offer-new .car-offer-calc .calc-bottom .price-bottom div strong {
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
}
.offer-new .car-offer-calc .calc-bottom .price-bottom div small {
  font-size: 16px;
  margin: 0 12px 0 3px;
}
@media all and (max-widtH: 767px) {
  .offer-new .car-offer-calc .calc-bottom .price-bottom div small {
    margin-right: 0;
    font-size: 14px;
  }
}
.offer-new .car-offer-calc .calc-bottom .btn {
  width: 100%;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
.offer-new .car-offer-calc .calc-bottom .calc-info {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  font-size: 14px;
}
.offer-new .car-offer-calc .calc-bottom .calc-info span {
  margin: 0 14px 0 10px;
}
.offer-new .car-offer-calc .calc-bottom .calc-info a {
  color: #E60000;
  text-decoration: none;
}

.offer-new-heading {
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  margin: 40px 0 0 0;
}

.similar-products {
  background: #F8F8F8;
  padding: 64px 0 0 0;
  margin: 64px 0 0 0;
  overflow: hidden;
}
@media all and (max-width: 1200px) {
  .similar-products {
    padding: 48px 0 0 0;
    margin: 6px 0 0 0;
  }
}
.similar-products .offer-new-heading {
  margin: 0 0 35px 0;
  font-size: 36px;
  line-height: 46px;
}
@media all and (max-width: 1200px) {
  .similar-products .offer-new-heading {
    margin: 0 0 25px 0;
    font-size: 24px;
    line-height: 34px;
  }
}
.similar-products .container {
  max-width: 1220px;
}
.similar-products .slick-slide {
  padding: 20px;
}
@media all and (max-width: 767px) {
  .similar-products .slick-slide {
    padding: 10px;
  }
}
.similar-products .product-car-slider {
  margin: 0 -20px 60px -20px;
  padding-bottom: 60px;
}
@media all and (max-width: 767px) {
  .similar-products .product-car-slider {
    margin: 0 -10px 45px -10px;
  }
  .similar-products .product-car-slider .slick-arrow {
    display: none !important;
  }
}
.similar-products .product-thumb {
  background: #FFF;
}
@media all and (max-width: 767px) {
  .similar-products .product-thumb {
    max-width: 260px;
  }
}
.similar-products .slick-arrow {
  background: url('data:image/svg+xml,<svg width="25" height="25" viewBox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_15403_1728" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="25" height="25"><rect x="24.5" y="24.5" width="24" height="24" transform="rotate(180 24.5 24.5)" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_15403_1728)"><path d="M11.9002 12.5L15.8002 16.4C15.9835 16.5833 16.0752 16.8167 16.0752 17.1C16.0752 17.3833 15.9835 17.6167 15.8002 17.8C15.6169 17.9833 15.3835 18.075 15.1002 18.075C14.8169 18.075 14.5835 17.9833 14.4002 17.8L9.80019 13.2C9.70019 13.1 9.62936 12.9917 9.58769 12.875C9.54603 12.7583 9.52519 12.6333 9.52519 12.5C9.52519 12.3667 9.54603 12.2417 9.58769 12.125C9.62936 12.0083 9.70019 11.9 9.80019 11.8L14.4002 7.20001C14.5835 7.01668 14.8169 6.92501 15.1002 6.92501C15.3835 6.92501 15.6169 7.01668 15.8002 7.20001C15.9835 7.38335 16.0752 7.61668 16.0752 7.90001C16.0752 8.18335 15.9835 8.41668 15.8002 8.60001L11.9002 12.5Z" fill="%23E5E5E5"/></g></svg>') #3A3A3A center no-repeat;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-indent: -9999px;
  overflow: hidden;
  border: none;
  opacity: 0.3;
  z-index: 10;
  cursor: pointer;
}
.similar-products .slick-arrow:hover {
  opacity: 1;
}
.similar-products .slick-arrow.slick-prev {
  left: 0;
}
.similar-products .slick-arrow.slick-next {
  right: 0;
  transform: translateY(-50%) rotate(180deg);
}
.similar-products .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media all and (max-width: 1200px) {
  .similar-products .slick-dots {
    bottom: 24px;
  }
}
.similar-products .slick-dots li {
  margin: 0 3px;
}
.similar-products .slick-dots li button {
  background: #E5E5E5;
  text-indent: -9999px;
  overflow: hidden;
  border: none;
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 50%;
  padding: 0;
  cursor: pointer;
}
.similar-products .slick-dots li.slick-active button {
  background: #E60000;
}

.offer-new-fixed-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #FFF;
  box-shadow: 0px -4px 10px rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 15px 15px 9px;
  z-index: 100;
}
@media all and (min-width: 1200px) {
  .offer-new-fixed-bottom {
    display: none;
  }
}
.offer-new-fixed-bottom .left-car {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: 15px;
}
.offer-new-fixed-bottom .left-car img {
  height: 36px;
  margin-right: 4px;
}
.offer-new-fixed-bottom .left-car .price {
  text-align: right;
  font-size: 12px;
}
.offer-new-fixed-bottom .left-car .price strong {
  display: block;
  font-size: 18px;
}
.offer-new-fixed-bottom .btn {
  padding: 14px 24px !important;
}

.header-close {
  margin: -15px 0 -6px 0;
}
@media all and (max-width: 1200px) {
  .header-close {
    margin: 2px 0 -6px auto;
  }
  .header-close svg {
    width: 20px;
    height: 20px;
  }
}

.back-header {
  margin: -9px 0 0 0;
  padding: 13px 18px;
}
@media all and (max-width: 1200px) {
  .back-header {
    margin: -7px 0 -6px auto;
    padding: 6px 12px;
  }
}

.align-center {
  align-items: center;
}
.align-center .menu-toggle {
  display: none !important;
}
@media all and (max-width: 1200px) {
  .align-center .top__logo {
    margin-left: 0;
    left: 30px;
    transform: none;
    max-width: 178px;
  }
}

.order-new {
  padding: 56px 0 97px 0;
}
@media all and (max-width: 1200px) {
  .order-new {
    padding: 17px 0 30px 0;
  }
}
.order-new .popup-checkox-error {
  width: 100%;
  margin-top: 0 !important;
}
.order-new .container {
  max-width: 1220px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.order-new .form-flex label.error {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #E60000;
  font-size: 13px;
}
.order-new .form-flex .checkbox label.error {
  bottom: -15px;
  left: 39px;
}
.order-new__left {
  width: 770px;
}
@media all and (max-width: 1200px) {
  .order-new__left {
    width: 100%;
    padding-bottom: 130px;
  }
}
.order-new__left h2 {
  margin: 10px 0 19px 0;
  font-size: 32px;
  line-height: 40px;
}
@media all and (max-width: 1200px) {
  .order-new__left h2 {
    font-size: 22px;
    line-height: normal;
  }
}
.order-new__left h2 + p:not(.small) {
  font-size: 20px;
  line-height: 28px;
  margin: 0 0 28px 0;
}
@media all and (max-width: 1200px) {
  .order-new__left h2 + p:not(.small) {
    font-size: 18px;
    line-height: 25px;
    margin: 0 0 18px 0;
  }
}
.order-new__left .form-wrap {
  width: 48%;
  margin-bottom: 20px;
}
@media all and (max-width: 1024px) {
  .order-new__left .form-wrap {
    width: 100%;
    margin-bottom: 20px;
  }
}
.order-new__left .form-wrap input {
  background: #FFF;
  border: 1px solid #E5E5E5;
  padding: 0 24px;
  font-size: 14px;
}
@media all and (max-width: 1024px) {
  .order-new__left .form-wrap input {
    height: 49px;
  }
}
.order-new__left .form-wrap input.error {
  border-color: #E60000;
  margin-bottom: 25px;
}
.order-new__left .checkbox-title {
  margin: 0 0 20px 0;
  overflow: hidden;
}
@media all and (max-width: 1200px) {
  .order-new__left .checkbox-title {
    margin: 5px 0 11px 0;
  }
}
.order-new__left .checkbox-title h3 {
  font-size: 20px;
  margin: 0 0 20px -1px;
}
@media all and (max-width: 1200px) {
  .order-new__left .checkbox-title h3 {
    font-size: 16px;
  }
}
.order-new__left .checkbox-title p {
  font-size: 14px;
  line-height: 20px;
  margin: 11px 0 0 0;
}
@media all and (max-width: 1200px) {
  .order-new__left .checkbox-title p {
    font-size: 13px;
    line-height: 18px;
  }
}
.order-new__left .checkbox {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 16px;
  width: 100%;
}
.order-new__left .checkbox .checkbox-toggle-btn {
  position: relative;
  font-size: 14px;
  padding: 0 20px 0 0;
  margin: -7px 0 0 13px;
  cursor: pointer;
}
.order-new__left .checkbox .checkbox-toggle-btn.open span:nth-child(2) {
  display: block;
}
.order-new__left .checkbox .checkbox-toggle-btn.open span:nth-child(1) {
  display: none;
}
.order-new__left .checkbox .checkbox-toggle-btn.open::after {
  transform: rotate(180deg);
}
.order-new__left .checkbox .checkbox-toggle-btn span:nth-child(2) {
  display: none;
}
.order-new__left .checkbox .checkbox-toggle-btn::after {
  position: absolute;
  right: 0;
  top: 2px;
  background: url('data:image/svg+xml,<svg width="12" height="13" viewBox="0 0 12 13" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_15409_3500)"><rect width="12" height="12" transform="translate(0 0.5)" fill="white"/><path d="M9.75 5L6 8.75L2.25 5" stroke="%23E60000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_15409_3500"><rect width="12" height="12" fill="white" transform="translate(0 0.5)"/></clipPath></defs></svg>') center no-repeat;
  width: 12px;
  height: 12px;
  content: "";
}
.order-new__left .checkbox label:not(.error) {
  padding: 6px 0 5px 39px;
  letter-spacing: -0.1px;
}
.order-new__left .checkbox label:not(.error)::after {
  width: 27px;
  height: 27px;
  background: transparent;
  border: 1px solid #E5E5E5;
  color: #FFF;
  line-height: 27px;
}
.order-new__left .more-checkbox {
  margin: 0 0 11px 0;
  font-size: 14px;
  width: 100%;
}
.order-new__left .more-checkbox + .checkbox {
  margin-bottom: 5px;
}
.order-new__left .more-checkbox + .checkbox + .checkbox {
  margin-bottom: 5px;
}
.order-new__left .more-checkbox + .checkbox + .checkbox + .checkbox {
  margin-bottom: 5px;
}
.order-new__left .btn {
  text-transform: uppercase;
  width: auto;
}
.order-new__right {
  width: 367px;
}
@media all and (max-width: 1200px) {
  .order-new__right {
    width: 100%;
  }
}
.order-new__right .order-car-new {
  border: 1px solid #E5E5E5;
  border-radius: 0 20px 0 20px;
  overflow: hidden;
}
@media all and (max-width: 1200px) {
  .order-new__right .order-car-new {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    border: none !important;
    border-radius: 0;
    z-index: 10;
    background: #FFF;
    box-shadow: 0px -4px 10px rgba(0, 0, 0, 0.1);
  }
}
.order-new__right .order-car-new .title {
  padding: 15px 24px;
}
@media all and (max-width: 1200px) {
  .order-new__right .order-car-new .title {
    padding: 0 0 0 23px;
  }
}
.order-new__right .order-car-new .title h3 {
  margin: 0 0 0 0;
  font-size: 32px;
  line-height: 40px;
}
@media all and (max-width: 1200px) {
  .order-new__right .order-car-new .title h3 {
    font-size: 18px;
    line-height: 24px;
  }
}
.order-new__right .order-car-new .title span {
  font-size: 14px;
  line-height: 20px;
}
@media all and (max-width: 1200px) {
  .order-new__right .order-car-new .title span {
    font-size: 13px;
  }
}
.order-new__right .order-car-new .order-car-new-table {
  padding: 24px;
}
@media all and (max-width: 1200px) {
  .order-new__right .order-car-new .order-car-new-table {
    padding: 13px 24px 24px 24px;
  }
}
.order-new__right .order-car-new .order-car-new-table .row-table {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  margin-bottom: 10px;
}
.order-new__right .order-car-new .order-car-new-table .row-table :first-child {
  white-space: nowrap;
}
.order-new__right .order-car-new .order-car-new-table .row-table :last-child {
  text-align: right;
}
.order-new__right .order-car-new .choose-color {
  padding: 0 24px;
  color: #3A3A3A;
  font-size: 13px;
  display: flex;
  align-items: center;
}
.order-new__right .order-car-new .choose-color span {
  width: 29px;
  height: 29px;
  margin: 0 10px;
  border-radius: 50%;
}
@media all and (max-width: 1200px) {
  .order-new__right .order-car-new .choose-color span {
    width: 19px;
    height: 19px;
  }
}
.order-new__right .order-car-new .order-change {
  padding: 0 24px;
  text-align: right;
  font-size: 14px;
  margin: -21px 0 21px 0;
}
.order-new__right .order-car-new .order-change a {
  border-bottom: 2px solid #E60000;
  font-weight: 900;
  color: #3A3A3A;
  text-transform: uppercase;
  font-size: 14px;
}
@media all and (max-width: 1200px) {
  .order-new__right .order-car-new .order-change a {
    font-size: 12px;
  }
}
.order-new__right .order-car-new .order-car-new-bottom {
  display: flex;
  margin: 21px 24px 0 24px;
  justify-content: space-between;
  border-top: 1px solid #E5E5E5;
  align-items: flex-end;
  flex-wrap: wrap;
  padding: 21px 0 23px 0;
}
@media all and (max-width: 1200px) {
  .order-new__right .order-car-new .order-car-new-bottom {
    padding: 8px 0 20px 0;
    margin-top: -8px;
  }
}
.order-new__right .order-car-new .order-car-new-bottom .nasze_auto {
  margin: 12px 0 0 auto;
  background: #00ff00;
  text-transform: uppercase;
  color: #000;
  border-radius: 50px;
  padding: 4px 10px;
  font-size: 12px;
  border: 1px solid #00ff00;
}
.order-new__right .order-car-new .order-car-new-bottom span {
  font-size: 16px;
  line-height: 14px;
  font-weight: bold;
}
@media all and (max-width: 1200px) {
  .order-new__right .order-car-new .order-car-new-bottom span {
    font-size: 14px;
  }
}
.order-new__right .order-car-new .order-car-new-bottom div {
  margin-bottom: -4px;
}
.order-new__right .order-car-new .order-car-new-bottom div strong {
  font-size: 26px;
  line-height: 24px;
  font-weight: 700;
}
@media all and (max-width: 1200px) {
  .order-new__right .order-car-new .order-car-new-bottom div strong {
    font-size: 24px;
  }
}
.order-new__right .order-car-new .order-car-new-bottom div small {
  font-size: 16px;
  margin: 0 0 0 0;
}
@media all and (max-width: 1200px) {
  .order-new__right .order-car-new .order-car-new-bottom div small {
    font-size: 14px;
  }
}
@media all and (min-width: 1200px) {
  .order-new__right .order-car-new .order-car-new-toggle {
    display: block !important;
  }
}
@media all and (max-width: 1200px) {
  .order-new__right .order-car-new .order-car-new-toggle {
    display: none;
    margin: 0 0 30px 0;
  }
}
.order-new__right .order-car-new .order-car-new-top .picture {
  background-size: cover;
}
@media all and (max-width: 1200px) {
  .order-new__right .order-car-new .order-car-new-top .picture {
    background: transparent !important;
  }
}
.order-new__right .order-car-new .order-car-new-top .picture img {
  max-width: 100%;
}
@media all and (max-width: 1200px) {
  .order-new__right .order-car-new .order-car-new-top .picture img {
    max-width: 90px;
  }
}
@media all and (max-width: 1200px) {
  .order-new__right .order-car-new .order-car-new-top {
    display: flex;
    align-items: center;
    padding: 0 20px 12px 21px;
    cursor: pointer;
    position: relative;
  }
  .order-new__right .order-car-new .order-car-new-top.open::after {
    transform: rotate(0);
  }
  .order-new__right .order-car-new .order-car-new-top::after {
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    background: url('data:image/svg+xml,<svg width="12" height="13" viewBox="0 0 12 13" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_15409_3500)"><rect width="12" height="12" transform="translate(0 0.5)" fill="white"/><path d="M9.75 5L6 8.75L2.25 5" stroke="%23E60000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_15409_3500"><rect width="12" height="12" fill="white" transform="translate(0 0.5)"/></clipPath></defs></svg>') center no-repeat;
    width: 12px;
    height: 12px;
    content: "";
  }
}

@media all and (max-width: 1200px) {
  body::after {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    content: "";
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s;
    z-index: 5;
  }
  body::before {
    position: fixed;
    top: 170px;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    content: "";
    opacity: 0;
    visibility: hidden;
    z-index: 5;
  }
  body.overlay-mobile::after {
    opacity: 1;
    visibility: visible;
  }
  body.sort-overlay::before {
    opacity: 1;
    visibility: visible;
  }
}

.toggle-checkbox p {
  margin: 0 0 20px 0;
  font-size: 14px;
  width: 100%;
}

@media all and (max-width: 1200px) {
  .offer-lp {
    padding-bottom: 77px;
  }
}
.offer-lp .header-top--lp {
  border: 0 !important;
}
.offer-lp .header-top--lp .top {
  border: none;
  padding: 18px 0;
}
@media all and (max-width: 1200px) {
  .offer-lp .header-top--lp .top {
    padding: 13px 0;
  }
}
.offer-lp .header-top--lp .top .container {
  align-items: center;
}
@media all and (max-width: 1200px) {
  .offer-lp .header-top--lp .top__logo {
    margin-left: 0;
    left: 30px;
    transform: none;
    max-width: 178px;
    top: 21px;
  }
}
@media all and (max-width: 1200px) {
  .offer-lp .header-top--lp .top__right {
    margin-left: auto;
  }
}
.offer-lp .header-top--lp .btn--transparent {
  display: inline-flex;
  align-items: center;
  padding: 14px 23px !important;
  font-size: 13px !important;
}
.offer-lp .header-top--lp .btn--transparent:hover svg path {
  stroke: #FFF;
}
@media all and (max-width: 1200px) {
  .offer-lp .header-top--lp .btn--transparent {
    display: inline-flex;
    align-items: center;
    padding: 10px 11px 10px 10px !important;
    font-size: 13px !important;
    justify-content: center;
  }
  .offer-lp .header-top--lp .btn--transparent span {
    display: none;
  }
  .offer-lp .header-top--lp .btn--transparent svg {
    margin: 0 !important;
  }
}
.offer-lp .header-top--lp .btn--transparent svg {
  margin: 0 8px 0 0;
}
.offer-lp .header-top--lp .btn--transparent svg path {
  transition: all 0.4s;
}
.offer-lp .offer-new__content {
  margin-top: -50px;
  padding: 0 0 30px 0;
}
.offer-lp .offer-new__content .offer-new__title {
  margin: 90px 0 0 0;
  padding: 0 0 0 0;
}
.offer-lp .offer-new__content .offer-new__title .label {
  margin: 0 8px 0 0 !important;
}
.offer-lp .offer-new__content .offer-new__title .title {
  margin: 22px 0 0 0;
}
@media all and (max-width: 1200px) {
  .offer-lp .car-offer-calc {
    margin-top: 0;
  }
}
.offer-lp .offer-lp-desc p {
  font-size: 20px;
  line-height: 28px;
  margin: 0 28px 20px 0;
}
.offer-lp .offer-lp-desc .table-lp {
  margin: 30px 0 33px 0;
}
.offer-lp .offer-lp-desc .table-lp .top-table {
  display: flex;
  border: 1px solid #E5E5E5;
  border-radius: 0 20px 0 0;
  padding: 0;
}
@media all and (max-width: 767px) {
  .offer-lp .offer-lp-desc .table-lp .top-table {
    display: block;
  }
}
.offer-lp .offer-lp-desc .table-lp .top-table > div:not(:last-child) {
  border-right: 1px solid #E5E5E5;
}
@media all and (max-width: 767px) {
  .offer-lp .offer-lp-desc .table-lp .top-table > div:not(:last-child) {
    border-right: 0;
    border-bottom: 1px solid #E5E5E5;
  }
}
.offer-lp .offer-lp-desc .table-lp .top-table > div {
  padding: 22px 15px 22px 24px;
}
@media all and (max-width: 767px) {
  .offer-lp .offer-lp-desc .table-lp .top-table > div {
    width: 100% !important;
    text-align: center;
    padding: 10px;
  }
}
.offer-lp .offer-lp-desc .table-lp .top-table > div:nth-child(1) {
  width: 25%;
}
.offer-lp .offer-lp-desc .table-lp .top-table > div:nth-child(2) {
  width: 21%;
}
.offer-lp .offer-lp-desc .table-lp .top-table > div:nth-child(3) {
  width: 22%;
}
.offer-lp .offer-lp-desc .table-lp .top-table > div:nth-child(4) {
  width: 32%;
}
.offer-lp .offer-lp-desc .table-lp .top-table > div > strong {
  display: block;
  font-size: 24px;
}
.offer-lp .offer-lp-desc .table-lp .top-table > div > span {
  display: block;
  font-size: 14px;
  line-height: 20px;
  margin: 6px 0 0 0;
}
.offer-lp .offer-lp-desc .table-lp .top-table > div .list {
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 767px) {
  .offer-lp .offer-lp-desc .table-lp .top-table > div .list {
    justify-content: center;
  }
}
.offer-lp .offer-lp-desc .table-lp .top-table > div .list .item {
  text-align: center;
}
.offer-lp .offer-lp-desc .table-lp .top-table > div .list .item i {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
}
.offer-lp .offer-lp-desc .table-lp .top-table > div .list .item span {
  font-size: 13px;
  display: block;
  margin: 6px 0 0 0;
}
.offer-lp .offer-lp-desc .table-lp .bottom {
  background: #F1F1F1;
  border: 1px solid #E5E5E5;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 30px 0;
  border-radius: 0 0 0 20px;
  border-top: 0;
}
.offer-lp .offer-lp-desc .table-lp .bottom span {
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
}
@media all and (max-width: 767px) {
  .offer-lp .offer-lp-desc .table-lp .bottom span {
    font-size: 14px;
  }
}
.offer-lp .offer-lp-desc .table-lp .bottom strong {
  font-size: 30px;
  line-height: 24px;
  margin: 0 9px 0 15px;
}
@media all and (max-width: 767px) {
  .offer-lp .offer-lp-desc .table-lp .bottom strong {
    font-size: 24px;
  }
}
.offer-lp .offer-lp-desc .table-lp .bottom small {
  font-size: 16px;
  line-height: 16px;
}
@media all and (max-width: 767px) {
  .offer-lp .offer-lp-desc .table-lp .bottom small {
    font-size: 14px;
  }
}
.offer-lp .offer-new-lp-footer {
  background: #F1F1F1;
  padding: 65px 0;
}
@media all and (max-width: 767px) {
  .offer-lp .offer-new-lp-footer {
    padding: 30px 0;
  }
}
.offer-lp .offer-new-lp-footer .container {
  max-width: 1220px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  line-height: 20px;
}
@media all and (max-width: 767px) {
  .offer-lp .offer-new-lp-footer .container {
    display: block;
    text-align: center;
  }
}
.offer-lp .offer-new-lp-footer .container a {
  margin: 0 17px 0 0;
}
@media all and (max-width: 767px) {
  .offer-lp .offer-new-lp-footer .container a {
    margin: 0 10px 10px 0;
    display: inline-block;
  }
}
.offer-lp .car-offer-calc p {
  margin: -7px 0 15px 0;
}
.offer-lp .car-offer-calc .form-flex .form-wrap {
  margin-bottom: 10px;
}
.offer-lp .car-offer-calc .form-flex .form-wrap input {
  background: #FFF;
  border: 1px solid #E5E5E5;
  height: 48px;
  padding: 0 20px;
  font-size: 14px;
}
.offer-lp .car-offer-calc .form-flex .form-wrap textarea {
  background: #FFF;
  border: 1px solid #E5E5E5;
  height: 85px;
  padding: 17px 20px;
  font-size: 14px;
}
.offer-lp .car-offer-calc .form-flex label.error {
  left: 0;
  bottom: 0px;
  position: static;
}
.offer-lp .car-offer-calc .checkbox-title h3 {
  margin: 1px 0 8px 0;
  font-size: 16px;
}
.offer-lp .car-offer-calc .checkbox-title p {
  margin: 0 0 0 0;
  font-size: 13px;
  line-height: 20px;
}
.offer-lp .car-offer-calc .checkbox {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.offer-lp .car-offer-calc .checkbox input:checked + label:not(.error)::after {
  color: #000 !important;
}
.offer-lp .car-offer-calc .checkbox input.error + label:not(.error)::after {
  border-color: #E60000;
}
.offer-lp .car-offer-calc .checkbox label:not(.error) {
  margin: -10px 0 0 0;
  padding: 7px 0 0 39px;
}
.offer-lp .car-offer-calc .checkbox label:not(.error)::after {
  background-color: #FFF;
  color: #FFF;
  border: 1px solid #E5E5E5;
  width: 27px;
  height: 27px;
  line-height: 27px;
}
.offer-lp .car-offer-calc .checkbox .acceptance-btn {
  text-transform: uppercase;
  font-weight: bold;
  border-bottom: 2px solid #E60000;
  font-size: 12px;
  margin: -2px 0 4px 4px;
  cursor: pointer;
}
.offer-lp .car-offer-calc .btn {
  text-transform: uppercase;
  font-weight: bold;
}
.offer-lp .car-offer-calc .btn + p {
  margin: 17px 0 0 0;
  font-size: 14px;
  text-align: center;
  width: 100%;
}
.offer-lp .car-offer-calc .btn + p a {
  color: #E60000;
}
.offer-lp h2.h1 {
  font-size: 36px;
  line-height: 44px;
  margin: 45px 0 -38px 0;
}
@media all and (max-width: 767px) {
  .offer-lp h2.h1 {
    font-size: 28px;
    line-height: normal;
  }
}

.checkbox-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 50000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.checkbox-popup.open {
  opacity: 1;
  visibility: visible;
}
.checkbox-popup .inner {
  background: #FFF;
  border-radius: 0 20px 0 20px;
  padding: 48px;
  max-width: 720px;
  position: absolute;
}
@media all and (max-width: 767px) {
  .checkbox-popup .inner {
    height: 100vh;
    border-radius: 0;
    padding: 30px 20px;
  }
}
.checkbox-popup .inner .checkbox-popup-close {
  position: absolute;
  right: 40px;
  top: 40px;
  cursor: pointer;
}
@media all and (max-width: 767px) {
  .checkbox-popup .inner .checkbox-popup-close {
    right: 10px;
    top: 10px;
  }
}
.checkbox-popup .inner .inner-scroll {
  max-height: 570px;
  overflow: auto;
  margin-top: 20px;
  padding-right: 30px;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
@media all and (max-width: 767px) {
  .checkbox-popup .inner .inner-scroll {
    max-height: calc(100vh - 260px);
  }
}
.checkbox-popup .inner .inner-scroll::-webkit-scrollbar {
  width: 5px;
}
.checkbox-popup .inner .inner-scroll::-webkit-scrollbar-track {
  background: #E5E5E5;
  border-radius: 50px;
}
.checkbox-popup .inner .inner-scroll::-webkit-scrollbar-thumb {
  background: #3A3A3A;
  border-radius: 50px;
}
.checkbox-popup .inner .inner-scroll::-webkit-scrollbar-thumb:hover {
  background: #3A3A3A;
}
.checkbox-popup .inner .checkbox-title:not(:first-child) {
  margin-top: 25px;
}
.checkbox-popup .inner .checkbox-title h2 {
  font-size: 28px;
  line-height: 32px;
  margin-top: 0;
}
.checkbox-popup .inner .checkbox-title h3 {
  font-size: 20px;
}
.checkbox-popup .inner .checkbox-title span {
  color: #E60000;
}
.checkbox-popup .inner .checkbox label span {
  color: #E60000;
}
.checkbox-popup .inner .checkbox input.error + label {
  padding-bottom: 20px;
}
.checkbox-popup .inner .checkall.error {
  margin-bottom: 0 !important;
}
.checkbox-popup .inner .checkall.error + label:not(.error) {
  padding-bottom: 0 !important;
}
.checkbox-popup .inner .checkall.error + label:not(.error)::after {
  border-color: #E5E5E5 !important;
}
.checkbox-popup .inner .checkbox label.error {
  bottom: 0;
  left: 40px;
}
.checkbox-popup .inner .more-checkbox,
.checkbox-popup .inner .checkbox label,
.checkbox-popup .inner p {
  font-size: 13px !important;
  line-height: 20px !important;
  margin: 25px 0;
}

.popup-checkox-error {
  color: #E60000;
  font-size: 12px;
  margin-top: 10px;
}

.order-notification {
  padding: 40px 40px 40px 135px;
  border-radius: 0 20px 0 20px;
  margin: 30px 0;
}

.order-notification p {
  margin: 21px 0;
}

.order-notification.success {
  background: #F8F8FF url('data:image/svg+xml,<svg width="64" height="64" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_13836_17612)"><path d="M22 34L28 40L42 26" stroke="%233A3A3A" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M32 56C45.2548 56 56 45.2548 56 32C56 18.7452 45.2548 8 32 8C18.7452 8 8 18.7452 8 32C8 45.2548 18.7452 56 32 56Z" stroke="%233A3A3A" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_13836_17612"><rect width="64" height="64" fill="white"/></clipPath></defs></svg>') left 40px center no-repeat;
}

.order-notification.error {
  background: #FFF1F1 url('data:image/svg+xml,<svg width="64" height="64" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_13836_17627)"><path d="M40 24L24 40" stroke="%23DF3939" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M24 24L40 40" stroke="%23DF3939" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M32 56C45.2548 56 56 45.2548 56 32C56 18.7452 45.2548 8 32 8C18.7452 8 8 18.7452 8 32C8 45.2548 18.7452 56 32 56Z" stroke="%23DF3939" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_13836_17627"><rect width="64" height="64" fill="white"/></clipPath></defs></svg>') left 40px center no-repeat;
}

@Media all and (max-width: 767px) {
  .order-notification {
    padding: 130px 30px 30px 30px !important;
    background-position: center 40px !important;
  }
}
.car-disabled-notice {
  background: #F8F8FF;
  padding: 22px 22px 22px 22px !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border-radius: 0 20px 0 20px;
  margin: 20px 0 -40px 0;
}
@media all and (max-width: 1200px) {
  .car-disabled-notice {
    margin: 0 -24px 0;
    width: auto;
  }
}
@media all and (max-width: 767px) {
  .car-disabled-notice {
    background-position: center 20px;
    flex-direction: column;
    padding: 20px 20px 20px !important;
    text-align: center;
    order: 1;
  }
}
@media all and (max-width: 1200px) {
  .car-disabled-notice-outer {
    order: 1;
  }
  .car-disabled-notice-outer .car-disabled-notice {
    border-radius: 0;
  }
}
.car-disabled-notice__content {
  width: calc(100% - 280px);
}
@media all and (max-width: 767px) {
  .car-disabled-notice__content {
    width: 100%;
  }
}
.car-disabled-notice__text-top {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  margin: 0;
}
.car-disabled-notice__text-bottom {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}
@media all and (max-width: 767px) {
  .car-disabled-notice__text-bottom {
    margin-bottom: 15px;
  }
}

.heading-number {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 30px;
}
.heading-number span {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F1F1F1;
  font-size: 18px;
  font-weight: bold;
  margin-right: 10px;
}

.radio-group {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.radio-group label {
  width: 48%;
}
.radio-group label input {
  opacity: 0;
  position: absolute;
}
.radio-group label input[checked] + span::before, .radio-group label input:checked + span::before {
  background: #3a3a3a;
  border-radius: 50%;
  content: "";
  height: 15px;
  left: 8px;
  position: absolute;
  top: 7px;
  width: 15px;
}
.radio-group label span {
  padding-left: 40px;
  display: block;
  font-size: 14px;
  line-height: 20px;
  position: relative;
  padding: 7px 0 7px 40px;
}
.radio-group label span::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 28px;
  height: 28px;
  border: 1px solid #E5E5E5;
  border-radius: 50%;
  content: "";
}

.jdg-fields,
.company-fields {
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  align-items: flex-start;
}
.jdg-fields .form-wrap:has(p) input.error + .error + p,
.company-fields .form-wrap:has(p) input.error + .error + p {
  margin: -15px 0 25px 0 !important;
}

.seo-new h2 {
  font-size: 48px;
  line-height: 52px;
}
@media all and (max-width: 1024px) {
  .seo-new h2 {
    font-size: 24px;
    line-height: normal;
  }
}
.seo-new h3 {
  font-size: 32px;
  line-height: 40px;
}
@media all and (max-width: 1024px) {
  .seo-new h3 {
    font-size: 22px;
    line-height: normal;
  }
}
.seo-new h4 {
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 20px;
}
@media all and (max-width: 1024px) {
  .seo-new h4 {
    font-size: 20px;
    line-height: normal;
  }
}
.seo-new p {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 27px 0;
  width: 100%;
}
@media all and (max-width: 1024px) {
  .seo-new p {
    font-size: 14px;
    line-height: normal;
  }
}
.seo-new p.big {
  font-size: 20px;
  line-height: 28px;
  margin: 0 0 20px 0;
}
@media all and (max-width: 1024px) {
  .seo-new p.big {
    font-size: 18px;
    line-height: normal;
  }
}
.seo-new ul:not(.steps) {
  margin: 0;
  padding: 0;
  list-style: none;
}
.seo-new ul:not(.steps) li {
  display: block;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  padding: 0 0 0 32px;
  margin: 0 0 9px 0;
}
@media all and (max-width: 1024px) {
  .seo-new ul:not(.steps) li {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 15px 0;
  }
}
.seo-new ul:not(.steps) li::after {
  background: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_13652_12410)"><path d="M0 10C0 4.47715 4.47715 0 10 0C15.5228 0 20 4.47715 20 10C20 15.5228 15.5228 20 10 20C4.47715 20 0 15.5228 0 10Z" fill="%23F1F1F1"/><path d="M7 10.8125L9.1875 13L14.1875 8" stroke="%23E60000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_13652_12410"><path d="M0 10C0 4.47715 4.47715 0 10 0C15.5228 0 20 4.47715 20 10C20 15.5228 15.5228 20 10 20C4.47715 20 0 15.5228 0 10Z" fill="white"/></clipPath></defs></svg>');
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.seo-new .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1220px;
  align-items: flex-start;
}
.seo-new .seo-new1 {
  padding-bottom: 85px;
}
@media all and (max-width: 1024px) {
  .seo-new .seo-new1 {
    padding-bottom: 40px;
  }
}
.seo-new .seo-new1 .left {
  width: 42%;
}
@media all and (max-width: 1024px) {
  .seo-new .seo-new1 .left {
    width: 100%;
  }
}
.seo-new .seo-new1 .right {
  width: 53%;
  margin-top: 51px;
  position: relative;
  max-width: 626px;
}
.seo-new .seo-new1 .right img:nth-child(2) {
  position: absolute;
  bottom: 0px;
  left: -13px;
  width: 110%;
}
@media all and (max-width: 1024px) {
  .seo-new .seo-new1 .right {
    width: 100%;
  }
  .seo-new .seo-new1 .right img {
    max-width: 100%;
  }
}
.seo-new .seo-new2 {
  background: #F6F6F6;
  padding: 55px 0;
}
@media all and (max-width: 1024px) {
  .seo-new .seo-new2 {
    padding: 40px 0;
  }
}
.seo-new .seo-new2 + .seo-new3 {
  margin-top: -57px;
}
@media all and (max-width: 1024px) {
  .seo-new .seo-new2 + .seo-new3 {
    margin-top: -40px;
  }
}
.seo-new .seo-new2 .left {
  width: 47%;
  order: 2;
}
@media all and (max-width: 1024px) {
  .seo-new .seo-new2 .left {
    width: 100%;
    order: 1;
  }
}
.seo-new .seo-new2 .right {
  width: 53%;
  margin-top: 30px;
  order: 1;
  position: relative;
  max-width: 662px;
}
.seo-new .seo-new2 .right img:nth-child(2) {
  position: absolute;
  bottom: 0;
  right: -65px;
  width: 115%;
}
@media all and (max-width: 1200px) {
  .seo-new .seo-new2 .right img {
    max-width: 100%;
  }
  .seo-new .seo-new2 .right img:nth-child(2) {
    right: 0;
  }
}
@media all and (max-width: 1024px) {
  .seo-new .seo-new2 .right {
    width: 100%;
    order: 2;
  }
}
.seo-new .seo-new3 {
  background: #F6F6F6;
  padding: 11px 0 0 0;
  margin-bottom: 158px;
}
@media all and (max-width: 1024px) {
  .seo-new .seo-new3 {
    margin-bottom: 100px;
  }
}
.seo-new .seo-new3 .left {
  width: 42%;
}
@media all and (max-width: 1024px) {
  .seo-new .seo-new3 .left {
    width: 100%;
  }
}
.seo-new .seo-new3 .right {
  width: 53%;
  margin-top: 75px;
  margin-bottom: -230px;
}
.seo-new .seo-new3 .right img {
  max-width: 100%;
}
@media all and (max-width: 1024px) {
  .seo-new .seo-new3 .right {
    width: 100%;
    margin-top: 0;
    margin-bottom: -160px;
  }
  .seo-new .seo-new3 .right img {
    max-width: 100%;
  }
}
.seo-new .seo-new4 {
  padding: 11px 0 0 0;
  margin-bottom: 20px;
}
.seo-new .seo-new4 .container {
  align-items: center;
}
.seo-new .seo-new4 .left {
  width: 40%;
  order: 2;
}
@media all and (max-width: 1024px) {
  .seo-new .seo-new4 .left {
    width: 100%;
    order: 1;
  }
}
.seo-new .seo-new4 .right {
  width: 49%;
  order: 1;
}
@media all and (max-width: 1024px) {
  .seo-new .seo-new4 .right {
    width: 100%;
    order: 2;
  }
  .seo-new .seo-new4 .right img {
    max-width: 100%;
  }
}
.seo-new .seo-new5 {
  padding-bottom: 43px;
}
.seo-new .seo-new5 .steps {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 12px 0 0 0;
  padding: 0;
  justify-content: space-between;
}
.seo-new .seo-new5 .steps li {
  width: 23%;
}
@media all and (max-width: 767px) {
  .seo-new .seo-new5 .steps li {
    width: 48%;
  }
}
@media all and (max-width: 500px) {
  .seo-new .seo-new5 .steps li {
    width: 100%;
  }
}
.seo-new .seo-new5 .steps li span {
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #E5E5E5;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  font-weight: bold;
  margin: 0 0 19px 0;
}
.seo-new .seo-new5 .steps li p {
  font-size: 14px;
  line-height: 20px;
}
.seo-new .seo-new6 {
  padding: 64px 0 75px 0;
}
@media all and (max-width: 1024px) {
  .seo-new .seo-new6 {
    padding: 40px 0;
  }
}
.seo-new .seo-new6--gray {
  background: #F6F6F6;
}
.seo-new .seo-new6 .heading {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.seo-new .seo-new6 .heading h3 {
  width: 35%;
  margin: 0 0 0 0;
  padding-right: 30px;
}
@media all and (max-width: 1024px) {
  .seo-new .seo-new6 .heading h3 {
    width: 100%;
    margin-bottom: 20px;
  }
}
.seo-new .seo-new6 .heading div {
  width: 57%;
}
@media all and (max-width: 1024px) {
  .seo-new .seo-new6 .heading div {
    width: 100%;
  }
}
.seo-new .seo-new6 .table {
  margin: 51px 0 0 0;
  padding: 0;
}
@media all and (max-width: 767px) {
  .seo-new .seo-new6 .table {
    overflow: auto;
  }
  .seo-new .seo-new6 .table table {
    min-width: 600px;
  }
}
.seo-new .seo-new6 .table table {
  border-collapse: collapse;
}
.seo-new .seo-new6 .table th, .seo-new .seo-new6 .table td {
  padding: 0 15px;
}
.seo-new .seo-new6 .table th:first-child, .seo-new .seo-new6 .table td:first-child {
  width: 20%;
  padding-left: 24px;
}
.seo-new .seo-new6 .table th:nth-child(2), .seo-new .seo-new6 .table td:nth-child(2) {
  width: 40%;
}
.seo-new .seo-new6 .table th:nth-child(3), .seo-new .seo-new6 .table td:nth-child(3) {
  width: 40%;
}
.seo-new .seo-new6 .table th {
  text-align: left;
  font-size: 20px;
  padding: 0px 15px 20px 15px;
  border-bottom: 1px solid #000;
}
@media all and (max-width: 1024px) {
  .seo-new .seo-new6 .table th {
    font-size: 18px;
  }
}
.seo-new .seo-new6 .table td {
  font-size: 14px;
  line-height: 20px;
  padding: 24px 15px;
  background: #FFF;
  vertical-align: top;
}
.seo-new .seo-new6 .table td:first-child {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
}
@media all and (max-width: 1024px) {
  .seo-new .seo-new6 .table td:first-child {
    font-size: 14px;
  }
}
.seo-new .seo-new6 .table tr:nth-child(even) td {
  background: #F1F1F1;
}
