

/* Start:/local/templates/renovod/dist/toast.css?16299692381075*/
.toasts{
  top:65px !important;
  z-index: 999999;
}
.toast {
  color: #fff;
  max-width: 350px;
  overflow: hidden;
  font-size: 18px;
  line-height: 23px;
  background-color: rgba(255, 255, 255, 0.5);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.25rem;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  display: none;
  position: relative;
  padding: 0.75rem 2rem 0.75rem 0.75rem;
  overflow-wrap: break-word;
  word-break: break-word;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast_show {
  display: block;
}

.toast__close {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 0;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  /*text-shadow: 0 1px 0 #fff;*/
  /*opacity: 0.6;*/
  appearance: button;
  margin: 0;
  font-family: inherit;
  border-radius: 0;
}

input:not([type="checkbox"]) {
  display: block;
  font-size: 1rem;
  margin-bottom: .5rem;
}
/* End */


/* Start:/local/templates/renovod/dist/main.css?1766136148331059*/
[data-simplebar] {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit;
}
.simplebar-mask {
    direction: inherit;
    position: absolute;
    overflow: hidden;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto !important;
    height: auto !important;
    z-index: 0;
}
.simplebar-offset {
    direction: inherit !important;
    -webkit-box-sizing: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch;
}
.simplebar-content-wrapper {
    direction: inherit;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    position: relative;
    display: block;
    height: 100%;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
    width: 0;
    height: 0;
}
.simplebar-content:after,
.simplebar-content:before {
    content: " ";
    display: table;
}
.simplebar-placeholder {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none;
}
.simplebar-height-auto-observer-wrapper {
    -webkit-box-sizing: inherit !important;
    box-sizing: inherit !important;
    height: 100%;
    width: 100%;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    -webkit-box-flex: inherit;
    -ms-flex-positive: inherit;
    flex-grow: inherit;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
}
.simplebar-height-auto-observer {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 1000%;
    width: 1000%;
    min-height: 1px;
    min-width: 1px;
    overflow: hidden;
    pointer-events: none;
    z-index: -1;
}
.simplebar-track {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden;
}
[data-simplebar].simplebar-dragging .simplebar-content {
    pointer-events: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}
[data-simplebar].simplebar-dragging .simplebar-track {
    pointer-events: all;
}
.simplebar-scrollbar {
    position: absolute;
    left: 0;
    right: 0;
    min-height: 10px;
}
.simplebar-scrollbar:before {
    position: absolute;
    content: "";
    background: #000;
    border-radius: 7px;
    left: 2px;
    right: 2px;
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}
.simplebar-scrollbar.simplebar-visible:before {
    opacity: 0.5;
    -webkit-transition: opacity 0s linear;
    -o-transition: opacity 0s linear;
    transition: opacity 0s linear;
}
.simplebar-track.simplebar-vertical {
    top: 0;
    width: 11px;
}
.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    top: 2px;
    bottom: 2px;
}
.simplebar-track.simplebar-horizontal {
    left: 0;
    height: 11px;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
    height: 100%;
    left: 2px;
    right: 2px;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    right: auto;
    left: 0;
    top: 2px;
    height: 7px;
    min-height: 0;
    min-width: 10px;
    width: auto;
}
[data-simplebar-direction="rtl"] .simplebar-track.simplebar-vertical {
    right: auto;
    left: 0;
}
.hs-dummy-scrollbar-size {
    direction: rtl;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    height: 500px;
    width: 500px;
    overflow-y: hidden;
    overflow-x: scroll;
}
.simplebar-hide-scrollbar {
    position: fixed;
    left: 0;
    visibility: hidden;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.selectric-wrapper {
    position: relative;
    cursor: pointer;
}

.selectric-responsive {
    width: 100%;
}

.selectric {
    border: 1px solid #ddd;
    border-radius: 0px;
    background: #f8f8f8;
    position: relative;
    overflow: hidden;
}
.selectric .label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin: 0 38px 0 10px;
    font-size: 12px;
    line-height: 38px;
    color: #444;
    height: 38px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.selectric .button {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 38px;
    height: 38px;
    line-height: 38px;
    background-color: #f8f8f8;
    color: #bbb;
    text-align: center;
    font: 0/0 a;
    *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
}
.selectric .button:after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-color: #bbb;
    border-bottom: none;
}

.selectric-focus .selectric {
    border-color: #aaaaaa;
}

.selectric-hover .selectric {
    border-color: #c4c4c4;
}
.selectric-hover .selectric .button {
    color: #a2a2a2;
}
.selectric-hover .selectric .button:after {
    border-top-color: #a2a2a2;
}

.selectric-open {
    z-index: 9999;
}
.selectric-open .selectric {
    border-color: #c4c4c4;
}
.selectric-open .selectric-items {
    display: block;
}

.selectric-disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.selectric-hide-select {
    position: relative;
    overflow: hidden;
    width: 0;
    height: 0;
}
.selectric-hide-select select {
    position: absolute;
    left: -100%;
}
.selectric-hide-select.selectric-is-native {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.selectric-hide-select.selectric-is-native select {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    border: none;
    z-index: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0;
}

.selectric-input {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 1px !important;
    height: 1px !important;
    outline: none !important;
    border: none !important;
    *font: 0/0 a !important;
    background: none !important;
}

.selectric-temp-show {
    position: absolute !important;
    visibility: hidden !important;
    display: block !important;
}

/* Items box */
.selectric-items {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #f8f8f8;
    border: 1px solid #c4c4c4;
    z-index: -1;
    -webkit-box-shadow: 0 0 10px -6px;
    box-shadow: 0 0 10px -6px;
}
.selectric-items .selectric-scroll {
    height: 100%;
    overflow: auto;
}
.selectric-above .selectric-items {
    top: auto;
    bottom: 100%;
}
.selectric-items ul,
.selectric-items li {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    min-height: 20px;
}
.selectric-items li {
    display: block;
    padding: 10px;
    color: #666;
    cursor: pointer;
}
.selectric-items li.selected {
    background: #e0e0e0;
    color: #444;
}
.selectric-items li.highlighted {
    background: #d0d0d0;
    color: #444;
}
.selectric-items li:hover {
    background: #d5d5d5;
    color: #444;
}
.selectric-items .disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default !important;
    background: none !important;
    color: #666 !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
    font-weight: bold;
    padding-left: 10px;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: none;
    color: #444;
}
.selectric-items .selectric-group.disabled li {
    filter: alpha(opacity=100);
    opacity: 1;
}
.selectric-items .selectric-group li {
    padding-left: 25px;
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* -------------------------------------------------
    Datepicker
   ------------------------------------------------- */
.datepickers-container {
    position: absolute;
    left: 0;
    top: 0;
}
@media print {
    .datepickers-container {
        display: none;
    }
}

.datepicker {
    background: #fff;
    border: 1px solid #dbdbdb;
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    font-family: Tahoma, sans-serif;
    font-size: 14px;
    color: #4a4a4a;
    width: 250px;
    position: absolute;
    left: -100000px;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease, left 0s 0.3s,
        -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
    -o-transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s;
    transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s;
    transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s,
        -webkit-transform 0.3s ease;
    z-index: 100;
}
.datepicker.-from-top- {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
}
.datepicker.-from-right- {
    -webkit-transform: translateX(8px);
    -ms-transform: translateX(8px);
    transform: translateX(8px);
}
.datepicker.-from-bottom- {
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px);
}
.datepicker.-from-left- {
    -webkit-transform: translateX(-8px);
    -ms-transform: translateX(-8px);
    transform: translateX(-8px);
}
.datepicker.active {
    opacity: 1;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    -webkit-transition: opacity 0.3s ease, left 0s 0s,
        -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
    -o-transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s;
    transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s;
    transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s,
        -webkit-transform 0.3s ease;
}

.datepicker-inline .datepicker {
    border-color: #d7d7d7;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: static;
    left: auto;
    right: auto;
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.datepicker-inline .datepicker--pointer {
    display: none;
}

.datepicker--content {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding: 4px;
}
.-only-timepicker- .datepicker--content {
    display: none;
}

.datepicker--pointer {
    position: absolute;
    background: #fff;
    border-top: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    width: 10px;
    height: 10px;
    z-index: -1;
}
.-top-left- .datepicker--pointer,
.-top-center- .datepicker--pointer,
.-top-right- .datepicker--pointer {
    top: calc(100% - 4px);
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}
.-right-top- .datepicker--pointer,
.-right-center- .datepicker--pointer,
.-right-bottom- .datepicker--pointer {
    right: calc(100% - 4px);
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
}
.-bottom-left- .datepicker--pointer,
.-bottom-center- .datepicker--pointer,
.-bottom-right- .datepicker--pointer {
    bottom: calc(100% - 4px);
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    transform: rotate(315deg);
}
.-left-top- .datepicker--pointer,
.-left-center- .datepicker--pointer,
.-left-bottom- .datepicker--pointer {
    left: calc(100% - 4px);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.-top-left- .datepicker--pointer,
.-bottom-left- .datepicker--pointer {
    left: 10px;
}
.-top-right- .datepicker--pointer,
.-bottom-right- .datepicker--pointer {
    right: 10px;
}
.-top-center- .datepicker--pointer,
.-bottom-center- .datepicker--pointer {
    left: calc(50% - 10px / 2);
}
.-left-top- .datepicker--pointer,
.-right-top- .datepicker--pointer {
    top: 10px;
}
.-left-bottom- .datepicker--pointer,
.-right-bottom- .datepicker--pointer {
    bottom: 10px;
}
.-left-center- .datepicker--pointer,
.-right-center- .datepicker--pointer {
    top: calc(50% - 10px / 2);
}

.datepicker--body {
    display: none;
}
.datepicker--body.active {
    display: block;
}

.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
    color: #dedede;
}
.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5;
}
.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede;
}
.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6;
}
.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
    background: #8ad5f4;
}
.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc;
}
.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.2);
}
.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none;
}

/* -------------------------------------------------
    Datepicker cells
   ------------------------------------------------- */
.datepicker--cells {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.datepicker--cell {
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 32px;
    z-index: 1;
}
.datepicker--cell.-focus- {
    background: #f0f0f0;
}
.datepicker--cell.-current- {
    color: #4eb5e6;
}
.datepicker--cell.-current-.-focus- {
    color: #4a4a4a;
}
.datepicker--cell.-current-.-in-range- {
    color: #4eb5e6;
}
.datepicker--cell.-in-range- {
    background: rgba(92, 196, 239, 0.1);
    color: #4a4a4a;
    border-radius: 0;
}
.datepicker--cell.-in-range-.-focus- {
    background-color: rgba(92, 196, 239, 0.2);
}
.datepicker--cell.-disabled- {
    cursor: default;
    color: #aeaeae;
}
.datepicker--cell.-disabled-.-focus- {
    color: #aeaeae;
}
.datepicker--cell.-disabled-.-in-range- {
    color: #a1a1a1;
}
.datepicker--cell.-disabled-.-current-.-focus- {
    color: #aeaeae;
}
.datepicker--cell.-range-from- {
    border: 1px solid rgba(92, 196, 239, 0.5);
    background-color: rgba(92, 196, 239, 0.1);
    border-radius: 4px 0 0 4px;
}
.datepicker--cell.-range-to- {
    border: 1px solid rgba(92, 196, 239, 0.5);
    background-color: rgba(92, 196, 239, 0.1);
    border-radius: 0 4px 4px 0;
}
.datepicker--cell.-range-from-.-range-to- {
    border-radius: 4px;
}
.datepicker--cell.-selected- {
    color: #fff;
    border: none;
    background: #5cc4ef;
}
.datepicker--cell.-selected-.-current- {
    color: #fff;
    background: #5cc4ef;
}
.datepicker--cell.-selected-.-focus- {
    background: #45bced;
}
.datepicker--cell:empty {
    cursor: default;
}

.datepicker--days-names {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 8px 0 3px;
}

.datepicker--day-name {
    color: #ff9a19;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    text-transform: uppercase;
    font-size: 0.8em;
}

.datepicker--cell-day {
    width: 14.28571%;
}

.datepicker--cells-months {
    height: 170px;
}

.datepicker--cell-month {
    width: 33.33%;
    height: 25%;
}

.datepicker--years {
    height: 170px;
}

.datepicker--cells-years {
    height: 170px;
}

.datepicker--cell-year {
    width: 25%;
    height: 33.33%;
}

/* -------------------------------------------------
    Navigation
   ------------------------------------------------- */
.datepicker--nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #efefef;
    min-height: 32px;
    padding: 4px;
}
.-only-timepicker- .datepicker--nav {
    display: none;
}

.datepicker--nav-title,
.datepicker--nav-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.datepicker--nav-action {
    width: 32px;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.datepicker--nav-action:hover {
    background: #f0f0f0;
}
.datepicker--nav-action.-disabled- {
    visibility: hidden;
}
.datepicker--nav-action svg {
    width: 32px;
    height: 32px;
}
.datepicker--nav-action path {
    fill: none;
    stroke: #9c9c9c;
    stroke-width: 2px;
}

.datepicker--nav-title {
    border-radius: 4px;
    padding: 0 8px;
}
.datepicker--nav-title i {
    font-style: normal;
    color: #9c9c9c;
    margin-left: 5px;
}
.datepicker--nav-title:hover {
    background: #f0f0f0;
}
.datepicker--nav-title.-disabled- {
    cursor: default;
    background: none;
}

.datepicker--buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 4px;
    border-top: 1px solid #efefef;
}

.datepicker--button {
    color: #4eb5e6;
    cursor: pointer;
    border-radius: 4px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 32px;
}
.datepicker--button:hover {
    color: #4a4a4a;
    background: #f0f0f0;
}

/* -------------------------------------------------
    Timepicker
   ------------------------------------------------- */
.datepicker--time {
    border-top: 1px solid #efefef;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 4px;
    position: relative;
}
.datepicker--time.-am-pm- .datepicker--time-sliders {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 138px;
    flex: 0 1 138px;
    max-width: 138px;
}
.-only-timepicker- .datepicker--time {
    border-top: none;
}

.datepicker--time-sliders {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 153px;
    flex: 0 1 153px;
    margin-right: 10px;
    max-width: 153px;
}

.datepicker--time-label {
    display: none;
    font-size: 12px;
}

.datepicker--time-current {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 14px;
    text-align: center;
    margin: 0 0 0 10px;
}

.datepicker--time-current-colon {
    margin: 0 2px 3px;
    line-height: 1;
}

.datepicker--time-current-hours,
.datepicker--time-current-minutes {
    line-height: 1;
    font-size: 19px;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    position: relative;
    z-index: 1;
}
.datepicker--time-current-hours:after,
.datepicker--time-current-minutes:after {
    content: "";
    background: #f0f0f0;
    border-radius: 4px;
    position: absolute;
    left: -2px;
    top: -3px;
    right: -2px;
    bottom: -2px;
    z-index: -1;
    opacity: 0;
}
.datepicker--time-current-hours.-focus-:after,
.datepicker--time-current-minutes.-focus-:after {
    opacity: 1;
}

.datepicker--time-current-ampm {
    text-transform: uppercase;
    -ms-flex-item-align: end;
    align-self: flex-end;
    color: #9c9c9c;
    margin-left: 6px;
    font-size: 11px;
    margin-bottom: 1px;
}

.datepicker--time-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 11px;
    height: 17px;
    background: -webkit-gradient(
            linear,
            left top,
            right top,
            from(#dedede),
            to(#dedede)
        )
        left 50%/100% 1px no-repeat;
    background: -o-linear-gradient(left, #dedede, #dedede) left 50%/100% 1px
        no-repeat;
    background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px
        no-repeat;
}
.datepicker--time-row:first-child {
    margin-bottom: 4px;
}
.datepicker--time-row input[type="range"] {
    background: none;
    cursor: pointer;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
}
.datepicker--time-row input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
}
.datepicker--time-row input[type="range"]::-ms-tooltip {
    display: none;
}
.datepicker--time-row input[type="range"]:hover::-webkit-slider-thumb {
    border-color: #b8b8b8;
}
.datepicker--time-row input[type="range"]:hover::-moz-range-thumb {
    border-color: #b8b8b8;
}
.datepicker--time-row input[type="range"]:hover::-ms-thumb {
    border-color: #b8b8b8;
}
.datepicker--time-row input[type="range"]:focus {
    outline: none;
}
.datepicker--time-row input[type="range"]:focus::-webkit-slider-thumb {
    background: #5cc4ef;
    border-color: #5cc4ef;
}
.datepicker--time-row input[type="range"]:focus::-moz-range-thumb {
    background: #5cc4ef;
    border-color: #5cc4ef;
}
.datepicker--time-row input[type="range"]:focus::-ms-thumb {
    background: #5cc4ef;
    border-color: #5cc4ef;
}
.datepicker--time-row input[type="range"]::-webkit-slider-thumb {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 12px;
    width: 12px;
    border-radius: 3px;
    border: 1px solid #dedede;
    background: #fff;
    cursor: pointer;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
}
.datepicker--time-row input[type="range"]::-moz-range-thumb {
    box-sizing: border-box;
    height: 12px;
    width: 12px;
    border-radius: 3px;
    border: 1px solid #dedede;
    background: #fff;
    cursor: pointer;
    -moz-transition: background 0.2s;
    transition: background 0.2s;
}
.datepicker--time-row input[type="range"]::-ms-thumb {
    box-sizing: border-box;
    height: 12px;
    width: 12px;
    border-radius: 3px;
    border: 1px solid #dedede;
    background: #fff;
    cursor: pointer;
    -ms-transition: background 0.2s;
    transition: background 0.2s;
}
.datepicker--time-row input[type="range"]::-webkit-slider-thumb {
    margin-top: -6px;
}
.datepicker--time-row input[type="range"]::-webkit-slider-runnable-track {
    border: none;
    height: 1px;
    cursor: pointer;
    color: transparent;
    background: transparent;
}
.datepicker--time-row input[type="range"]::-moz-range-track {
    border: none;
    height: 1px;
    cursor: pointer;
    color: transparent;
    background: transparent;
}
.datepicker--time-row input[type="range"]::-ms-track {
    border: none;
    height: 1px;
    cursor: pointer;
    color: transparent;
    background: transparent;
}
.datepicker--time-row input[type="range"]::-ms-fill-lower {
    background: transparent;
}
.datepicker--time-row input[type="range"]::-ms-fill-upper {
    background: transparent;
}
.datepicker--time-row span {
    padding: 0 12px;
}

.datepicker--time-icon {
    color: #9c9c9c;
    border: 1px solid;
    border-radius: 50%;
    font-size: 16px;
    position: relative;
    margin: 0 5px -1px 0;
    width: 1em;
    height: 1em;
}
.datepicker--time-icon:after,
.datepicker--time-icon:before {
    content: "";
    background: currentColor;
    position: absolute;
}
.datepicker--time-icon:after {
    height: 0.4em;
    width: 1px;
    left: calc(50% - 1px);
    top: calc(50% + 1px);
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}
.datepicker--time-icon:before {
    width: 0.4em;
    height: 1px;
    top: calc(50% + 1px);
    left: calc(50% - 1px);
}

/*!
 * Bootstrap Grid v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container,
    .container-sm {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container,
    .container-sm,
    .container-md {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container,
    .container-sm,
    .container-md,
    .container-lg {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        max-width: 1140px;
    }
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.row-cols-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.row-cols-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.row-cols-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.row-cols-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.row-cols-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.row-cols-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
}

.offset-1 {
    margin-left: 8.33333%;
}

.offset-2 {
    margin-left: 16.66667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.33333%;
}

.offset-5 {
    margin-left: 41.66667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.33333%;
}

.offset-8 {
    margin-left: 66.66667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.33333%;
}

.offset-11 {
    margin-left: 91.66667%;
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-sm-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-sm-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-sm-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .row-cols-sm-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-sm-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-sm-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.33333%;
    }
    .offset-sm-2 {
        margin-left: 16.66667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.33333%;
    }
    .offset-sm-5 {
        margin-left: 41.66667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.33333%;
    }
    .offset-sm-8 {
        margin-left: 66.66667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.33333%;
    }
    .offset-sm-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-md-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-md-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-md-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .row-cols-md-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-md-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-md-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.33333%;
    }
    .offset-md-2 {
        margin-left: 16.66667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.33333%;
    }
    .offset-md-5 {
        margin-left: 41.66667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.33333%;
    }
    .offset-md-8 {
        margin-left: 66.66667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.33333%;
    }
    .offset-md-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-lg-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-lg-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-lg-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .row-cols-lg-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-lg-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-lg-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.33333%;
    }
    .offset-lg-2 {
        margin-left: 16.66667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.33333%;
    }
    .offset-lg-5 {
        margin-left: 41.66667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.33333%;
    }
    .offset-lg-8 {
        margin-left: 66.66667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.33333%;
    }
    .offset-lg-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-xl-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-xl-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-xl-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .row-cols-xl-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-xl-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-xl-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.33333%;
    }
    .offset-xl-2 {
        margin-left: 16.66667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.33333%;
    }
    .offset-xl-5 {
        margin-left: 41.66667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.33333%;
    }
    .offset-xl-8 {
        margin-left: 66.66667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.33333%;
    }
    .offset-xl-11 {
        margin-left: 91.66667%;
    }
}

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-table {
        display: table !important;
    }
    .d-sm-table-row {
        display: table-row !important;
    }
    .d-sm-table-cell {
        display: table-cell !important;
    }
    .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-table {
        display: table !important;
    }
    .d-md-table-row {
        display: table-row !important;
    }
    .d-md-table-cell {
        display: table-cell !important;
    }
    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-table {
        display: table !important;
    }
    .d-lg-table-row {
        display: table-row !important;
    }
    .d-lg-table-cell {
        display: table-cell !important;
    }
    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-table {
        display: table !important;
    }
    .d-xl-table-row {
        display: table-row !important;
    }
    .d-xl-table-cell {
        display: table-cell !important;
    }
    .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media print {
    .d-print-none {
        display: none !important;
    }
    .d-print-inline {
        display: inline !important;
    }
    .d-print-inline-block {
        display: inline-block !important;
    }
    .d-print-block {
        display: block !important;
    }
    .d-print-table {
        display: table !important;
    }
    .d-print-table-row {
        display: table-row !important;
    }
    .d-print-table-cell {
        display: table-cell !important;
    }
    .d-print-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

.flex-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}

.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}

.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}

@media (min-width: 576px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-sm-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-sm-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-sm-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-md-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-md-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-md-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-lg-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-xl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-xl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-xl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

.m-0 {
    margin: 0 !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.pr-5,
.px-5 {
    padding-right: 3rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
    padding-left: 3rem !important;
}

.m-n1 {
    margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
    margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
    margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
    margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
    margin-left: -0.25rem !important;
}

.m-n2 {
    margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
    margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
    margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
    margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
    margin-left: -0.5rem !important;
}

.m-n3 {
    margin: -1rem !important;
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important;
}

.m-n4 {
    margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important;
}

.m-n5 {
    margin: -3rem !important;
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto,
.my-auto {
    margin-top: auto !important;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }
    .m-sm-1 {
        margin: 0.25rem !important;
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }
    .m-sm-2 {
        margin: 0.5rem !important;
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }
    .m-sm-3 {
        margin: 1rem !important;
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }
    .m-sm-4 {
        margin: 1.5rem !important;
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }
    .m-sm-5 {
        margin: 3rem !important;
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important;
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important;
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important;
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important;
    }
    .p-sm-0 {
        padding: 0 !important;
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }
    .p-sm-1 {
        padding: 0.25rem !important;
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }
    .p-sm-2 {
        padding: 0.5rem !important;
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }
    .p-sm-3 {
        padding: 1rem !important;
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }
    .p-sm-4 {
        padding: 1.5rem !important;
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }
    .p-sm-5 {
        padding: 3rem !important;
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important;
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important;
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important;
    }
    .m-sm-n1 {
        margin: -0.25rem !important;
    }
    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -0.25rem !important;
    }
    .m-sm-n2 {
        margin: -0.5rem !important;
    }
    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -0.5rem !important;
    }
    .m-sm-n3 {
        margin: -1rem !important;
    }
    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important;
    }
    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important;
    }
    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important;
    }
    .m-sm-n4 {
        margin: -1.5rem !important;
    }
    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important;
    }
    .m-sm-n5 {
        margin: -3rem !important;
    }
    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important;
    }
    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important;
    }
    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important;
    }
    .m-sm-auto {
        margin: auto !important;
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }
    .m-md-1 {
        margin: 0.25rem !important;
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }
    .m-md-2 {
        margin: 0.5rem !important;
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }
    .m-md-3 {
        margin: 1rem !important;
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }
    .m-md-4 {
        margin: 1.5rem !important;
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important;
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }
    .m-md-5 {
        margin: 3rem !important;
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important;
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important;
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important;
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important;
    }
    .p-md-0 {
        padding: 0 !important;
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }
    .p-md-1 {
        padding: 0.25rem !important;
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }
    .p-md-2 {
        padding: 0.5rem !important;
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }
    .p-md-3 {
        padding: 1rem !important;
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }
    .p-md-4 {
        padding: 1.5rem !important;
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }
    .p-md-5 {
        padding: 3rem !important;
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important;
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
    }
    .m-md-n1 {
        margin: -0.25rem !important;
    }
    .mt-md-n1,
    .my-md-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -0.25rem !important;
    }
    .m-md-n2 {
        margin: -0.5rem !important;
    }
    .mt-md-n2,
    .my-md-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -0.5rem !important;
    }
    .m-md-n3 {
        margin: -1rem !important;
    }
    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important;
    }
    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important;
    }
    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important;
    }
    .m-md-n4 {
        margin: -1.5rem !important;
    }
    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important;
    }
    .m-md-n5 {
        margin: -3rem !important;
    }
    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important;
    }
    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important;
    }
    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important;
    }
    .m-md-auto {
        margin: auto !important;
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }
    .m-lg-1 {
        margin: 0.25rem !important;
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }
    .m-lg-2 {
        margin: 0.5rem !important;
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }
    .m-lg-3 {
        margin: 1rem !important;
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }
    .m-lg-4 {
        margin: 1.5rem !important;
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }
    .m-lg-5 {
        margin: 3rem !important;
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important;
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important;
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important;
    }
    .p-lg-0 {
        padding: 0 !important;
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }
    .p-lg-1 {
        padding: 0.25rem !important;
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }
    .p-lg-2 {
        padding: 0.5rem !important;
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }
    .p-lg-3 {
        padding: 1rem !important;
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }
    .p-lg-4 {
        padding: 1.5rem !important;
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }
    .p-lg-5 {
        padding: 3rem !important;
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
    }
    .m-lg-n1 {
        margin: -0.25rem !important;
    }
    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -0.25rem !important;
    }
    .m-lg-n2 {
        margin: -0.5rem !important;
    }
    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -0.5rem !important;
    }
    .m-lg-n3 {
        margin: -1rem !important;
    }
    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important;
    }
    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important;
    }
    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important;
    }
    .m-lg-n4 {
        margin: -1.5rem !important;
    }
    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important;
    }
    .m-lg-n5 {
        margin: -3rem !important;
    }
    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important;
    }
    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important;
    }
    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important;
    }
    .m-lg-auto {
        margin: auto !important;
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }
    .m-xl-1 {
        margin: 0.25rem !important;
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }
    .m-xl-2 {
        margin: 0.5rem !important;
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }
    .m-xl-3 {
        margin: 1rem !important;
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }
    .m-xl-4 {
        margin: 1.5rem !important;
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }
    .m-xl-5 {
        margin: 3rem !important;
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important;
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important;
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important;
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important;
    }
    .p-xl-0 {
        padding: 0 !important;
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }
    .p-xl-1 {
        padding: 0.25rem !important;
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }
    .p-xl-2 {
        padding: 0.5rem !important;
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }
    .p-xl-3 {
        padding: 1rem !important;
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }
    .p-xl-4 {
        padding: 1.5rem !important;
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }
    .p-xl-5 {
        padding: 3rem !important;
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important;
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important;
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important;
    }
    .m-xl-n1 {
        margin: -0.25rem !important;
    }
    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -0.25rem !important;
    }
    .m-xl-n2 {
        margin: -0.5rem !important;
    }
    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -0.5rem !important;
    }
    .m-xl-n3 {
        margin: -1rem !important;
    }
    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important;
    }
    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important;
    }
    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important;
    }
    .m-xl-n4 {
        margin: -1.5rem !important;
    }
    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important;
    }
    .m-xl-n5 {
        margin: -3rem !important;
    }
    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important;
    }
    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important;
    }
    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important;
    }
    .m-xl-auto {
        margin: auto !important;
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}

@font-face {
    font-family: lg;
    font-weight: normal;
    font-style: normal;
    src: local("LightGallery"), url("/local/templates/renovod/dist/../fonts/lg/lg.woff") format("woff"),
        url("/local/templates/renovod/dist/../fonts/lg/lg.ttf") format("ttf"),
        url("/local/templates/renovod/dist/../fonts/lg/lg.eot") format("eot");
}

/* font converted using font-converter.net. thank you! */
@font-face {
    font-family: ProximaNova;
    font-weight: normal;
    font-style: normal;
    src: local("ProximaNova-Regular"),
        url("/local/templates/renovod/dist/../fonts/ProximaNova-Regular/ProximaNova-Regular.woff2")
            format("woff2"),
        url("/local/templates/renovod/dist/../fonts/ProximaNova-Regular/ProximaNova-Regular.woff")
            format("woff"),
        url("/local/templates/renovod/dist/../fonts/ProximaNova-Regular/ProximaNova-Regular.ttf")
            format("ttf"),
        url("/local/templates/renovod/dist/../fonts/ProximaNova-Regular/ProximaNova-Regular.eot")
            format("eot");
}

@font-face {
    font-family: ProximaNovar;
    font-weight: normal;
    font-style: italic;
    src: local("ProximaNova-RegularIt"),
        url("/local/templates/renovod/dist/../fonts/ProximaNova-RegularIt/ProximaNova-RegularIt.woff2")
            format("woff2"),
        url("/local/templates/renovod/dist/../fonts/ProximaNova-RegularIt/ProximaNova-RegularIt.woff")
            format("woff"),
        url("/local/templates/renovod/dist/../fonts/ProximaNova-RegularIt/ProximaNova-RegularIt.ttf")
            format("ttf"),
        url("/local/templates/renovod/dist/../fonts/ProximaNova-RegularIt/ProximaNova-RegularIt.eot")
            format("eot");
}

@font-face {
    font-family: ProximaNova;
    font-weight: 700;
    font-style: normal;
    src: local("Geometria-Bold"),
        url("/local/templates/renovod/dist/../fonts/ProximaNova-Bold/ProximaNova-Bold.woff2") format("woff2"),
        url("/local/templates/renovod/dist/../fonts/ProximaNova-Bold/ProximaNova-Bold.woff") format("woff"),
        url("/local/templates/renovod/dist/../fonts/ProximaNova-Bold/ProximaNova-Bold.ttf") format("ttf"),
        url("/local/templates/renovod/dist/../fonts/ProximaNova-Bold/ProximaNova-Bold.eot") format("eot");
}

@font-face {
    font-family: ProximaNovar;
    font-weight: 700;
    font-style: italic;
    src: local("Geometria-BoldIt"),
        url("/local/templates/renovod/dist/../fonts/ProximaNova-BoldIt/ProximaNova-BoldIt.woff2")
            format("woff2"),
        url("/local/templates/renovod/dist/../fonts/ProximaNova-BoldIt/ProximaNova-BoldIt.woff")
            format("woff"),
        url("/local/templates/renovod/dist/../fonts/ProximaNova-BoldIt/ProximaNova-BoldIt.ttf") format("ttf"),
        url("/local/templates/renovod/dist/../fonts/ProximaNova-BoldIt/ProximaNova-BoldIt.eot") format("eot");
}

@font-face {
    font-family: ProximaNova;
    font-weight: 600;
    font-style: normal;
    src: local("Geometria-Semibold"),
        url("/local/templates/renovod/dist/../fonts/ProximaNova-Semibold/ProximaNova-Semibold.woff2")
            format("woff2"),
        url("/local/templates/renovod/dist/../fonts/ProximaNova-Semibold/ProximaNova-Semibold.woff")
            format("woff"),
        url("/local/templates/renovod/dist/../fonts/ProximaNova-Semibold/ProximaNova-Semibold.ttf")
            format("ttf"),
        url("/local/templates/renovod/dist/../fonts/ProximaNova-Semibold/ProximaNova-Semibold.eot")
            format("eot");
}

@font-face {
    font-family: ProximaNovar;
    font-weight: 600;
    font-style: italic;
    src: local("Geometria-SemiboldIt"),
        url("/local/templates/renovod/dist/../fonts/ProximaNova-SemiboldIt/ProximaNova-SemiboldIt.woff2")
            format("woff2"),
        url("/local/templates/renovod/dist/../fonts/ProximaNova-SemiboldIt/ProximaNova-SemiboldIt.woff")
            format("woff"),
        url("/local/templates/renovod/dist/../fonts/ProximaNova-SemiboldIt/ProximaNova-SemiboldIt.ttf")
            format("ttf"),
        url("/local/templates/renovod/dist/../fonts/ProximaNova-SemiboldIt/ProximaNova-SemiboldIt.eot")
            format("eot");
}

.btn,
a.btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    min-width: 230px;
    padding: 0 16px;
    font-family: ProximaNova, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 53px;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    background: #ffcb06;
    border: 1px solid #ffcb06;
    border-radius: 3px;
    outline: none;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-property: color, background-color, border-color;
    -o-transition-property: color, background-color, border-color;
    transition-property: color, background-color, border-color;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
@media screen and (max-width: 1199px) {
    .btn,
    a.btn {
        font-size: 16px;
        letter-spacing: 1px;
    }
}
@media screen and (max-width: 767px) {
    .btn,
    a.btn {
        font-size: 14px;
        line-height: 46px;
    }
}
@media screen and (min-width: 1200px) {
    .btn:hover,
    a.btn:hover {
        color: #fff;
        background: #343434;
        border-color: #343434;
    }
    .btn:hover svg path,
    a.btn:hover svg path {
        fill: #fff;
    }
}
.btn svg,
a.btn svg {
    margin-left: 11px;
}
.btn svg path,
a.btn svg path {
    -webkit-transition: fill 500ms;
    -o-transition: fill 500ms;
    transition: fill 500ms;
}
.btn.-mod,
a.btn.-mod {
    border-radius: 0;
}
.btn.-mod-2,
a.btn.-mod-2 {
    height: 66px;
    padding: 0;
    line-height: 66px;
    background-color: transparent;
    border: none;
}
@media screen and (min-width: 1200px) {
    .btn.-mod-2:hover,
    a.btn.-mod-2:hover {
        color: #343434;
    }
    .btn.-mod-2:hover svg,
    a.btn.-mod-2:hover svg {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }
    .btn.-mod-2:hover svg path,
    a.btn.-mod-2:hover svg path {
        fill: #ffcb06;
    }
}
.btn.-mod-2 svg,
a.btn.-mod-2 svg {
    margin-right: 10px;
    margin-left: 0;
    -webkit-transition: -webkit-transform 500ms;
    transition: -webkit-transform 500ms;
    -o-transition: transform 500ms;
    transition: transform 500ms;
    transition: transform 500ms, -webkit-transform 500ms;
}
.btn.-mod-2 svg path,
a.btn.-mod-2 svg path {
    fill: #343434;
    -webkit-transition: fill 500ms;
    -o-transition: fill 500ms;
    transition: fill 500ms;
}
.btn.-table,
a.btn.-table {
    width: 100%;
    min-width: auto;
    font-size: 14px;
    font-weight: 700;
    line-height: 38px;
    color: #343434;
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: #fff;
    border: 1px solid #343434;
    border-radius: 0;
}
@media screen and (min-width: 1200px) {
    .btn.-table:hover,
    a.btn.-table:hover {
        color: #fff;
        background-color: #343434;
    }
}
.btn.-block,
a.btn.-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.btn.-inversion,
a.btn.-inversion {
    color: #343434;
    background: #fff;
    border-color: #343434;
}
@media screen and (min-width: 1200px) {
    .btn.-inversion:hover,
    a.btn.-inversion:hover {
        color: #fff;
        background: #343434;
    }
}
.btn.-light-frame,
a.btn.-light-frame {
    color: #343434;
    background: #fff;
    border-color: #dbdbdb;
}
@media screen and (min-width: 1200px) {
    .btn.-light-frame:hover,
    a.btn.-light-frame:hover {
        color: #fff;
        background: #343434;
        border-color: #343434;
    }
}
.btn.-grey,
a.btn.-grey {
    line-height: 49px;
    color: #343434;
    background: #f8f8f8;
    border-color: #e7e7e7;
    border-radius: 0;
}
@media screen and (min-width: 1200px) {
    .btn.-grey:hover,
    a.btn.-grey:hover {
        background: #e7e7e7;
    }
}
.btn.-discount,
a.btn.-discount {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0;
    line-height: 49px;
    color: #343434;
    text-transform: initial;
    border-color: #e7e7e7;
    border-radius: 0;
    cursor: auto;
}
.btn.-discount span,
a.btn.-discount span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 167px;
    padding: 0 22px;
    font-size: 14px;
    font-weight: 500;
    line-height: 49px;
    letter-spacing: 0;
    background: #f8f8f8;
    border-right: 1px solid #e7e7e7;
}
.btn.-discount a,
a.btn.-discount a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(100% - 167px);
    padding: 0 18px;
    color: #343434;
    background: #f8f8f8;
    -webkit-transition: background-color 500ms;
    -o-transition: background-color 500ms;
    transition: background-color 500ms;
}
@media screen and (min-width: 1200px) {
    .btn.-discount a:hover,
    a.btn.-discount a:hover {
        background: #e7e7e7;
    }
}
.btn.-discount a svg,
a.btn.-discount a svg {
    margin-right: 7px;
    margin-left: 0;
}
.btn.-form,
a.btn.-form {
    max-width: 390px;
    font-size: 14px;
    line-height: 54px;
}
@media screen and (max-width: 767px) {
    .btn.-form,
    a.btn.-form {
        line-height: 50px;
    }
}
.btn.-link-menu-mob,
a.btn.-link-menu-mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    min-width: auto;
    height: auto;
    padding: 0;
    font-size: 18px;
    font-weight: normal;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    background-color: transparent;
    border: none;
}
@media screen and (max-width: 767px) {
    .btn.-link-menu-mob,
    a.btn.-link-menu-mob {
        font-size: 12px;
        line-height: 16px;
    }
}
.btn.-link-menu-mob span,
a.btn.-link-menu-mob span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.btn.-link-menu-mob svg,
a.btn.-link-menu-mob svg {
    margin-right: 0;
    margin-left: 0;
}
@media screen and (max-width: 767px) {
    .btn.-link-menu-mob svg,
    a.btn.-link-menu-mob svg {
        width: 20px;
        height: 20px;
    }
}
@media screen and (max-width: 1199px) {
    .btn.-padding-top,
    a.btn.-padding-top {
        margin-top: 30px;
    }
}
@media screen and (max-width: 767px) {
    .btn.-padding-top,
    a.btn.-padding-top {
        margin-top: 20px;
    }
}

.Grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.Grid__col-right {
    position: relative;
    width: calc(100% - 335px);
}
@media screen and (max-width: 1199px) {
    .Grid__col-right {
        width: 100%;
    }
}
.Grid__col-right.-mod {
    width: calc(100% - 280px);
    padding-right: 0;
    padding-left: 45px;
}
@media screen and (max-width: 1199px) {
    .Grid__col-right.-mod {
        width: 100%;
    }
}
.Grid__col-left {
    position: relative;
    width: 335px;
    padding-left: 45px;
}
@media screen and (max-width: 1199px) {
    .Grid__col-left {
        width: 100%;
        padding-left: 0;
    }
}
.Grid__col-left.-mod {
    width: 280px;
    padding-left: 0;
}
@media screen and (max-width: 1199px) {
    .Grid__col-left.-mod {
        width: 100%;
    }
}
.Grid .-grey {
    background-color: #f8f8f8;
}

.section {
    padding: 95px 0;
}
@media screen and (max-width: 1199px) {
    .section {
        padding: 60px 0;
    }
}
@media screen and (max-width: 767px) {
    .section {
        padding: 30px 0;
    }
}
.section p {
    font-size: 16px;
    line-height: 24px;
}
@media screen and (max-width: 767px) {
    .section p {
        font-size: 14px;
        line-height: 22px;
    }
}

.sub-container {
    padding-top: 110px;
}
@media screen and (max-width: 1199px) {
    .sub-container {
        padding-top: 70px;
    }
}
@media screen and (max-width: 767px) {
    .sub-container {
        padding-top: 12px;
    }
}

.sub-container-2 {
    padding-top: 180px;
}
@media screen and (max-width: 1199px) {
    .sub-container-2 {
        padding-top: 110px;
    }
}
@media screen and (max-width: 767px) {
    .sub-container-2 {
        padding-top: 65px;
    }
}

.sub-container-3 {
    padding-top: 90px;
}
@media screen and (max-width: 1199px) {
    .sub-container-3 {
        padding-top: 50px;
    }
}
@media screen and (max-width: 767px) {
    .sub-container-3 {
        padding-top: 12px;
    }
}

@media screen and (max-width: 1199px) {
    .-width-auto {
        width: auto;
    }
}

.-grid-padding {
    padding-right: 48px;
}
@media screen and (max-width: 1199px) {
    .-grid-padding {
        padding-right: 0;
    }
}

.-grid-margin {
    margin-right: 16px;
}
@media screen and (max-width: 1199px) {
    .-grid-margin {
        margin-right: 0;
    }
}

.flamp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}
@media screen and (max-width: 1199px) {
    .flamp {
        margin-bottom: 38px;
    }
}
@media screen and (max-width: 767px) {
    .flamp {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 20px;
    }
}
.flamp__iframe {
    width: 168px;
    height: 96px;
}

.accordion-svg {
    margin-left: 5px;
    -webkit-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.mahog {
    color: #808080;
}
@media screen and (min-width: 1200px) {
    .mahog:hover {
        color: #808080;
    }
    .mahog:hover span {
        color: #343434;
        border-bottom: 1px solid #343434;
    }
}
.mahog span {
    display: inline-block;
    border-bottom: 1px solid #fff0;
    -webkit-transition: border-bottom-color 500ms, color 500ms;
    -o-transition: border-bottom-color 500ms, color 500ms;
    transition: border-bottom-color 500ms, color 500ms;
}

.yandex-map {
    display: block;
    width: 100%;
    height: 100%;
}

.map-container {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    width: 50vw;
    height: 100%;
}
@media screen and (max-width: 1199px) {
    .map-container {
        position: static;
        width: 100vw;
        min-height: 700px;
        margin-left: -15px;
    }
}
@media screen and (max-width: 767px) {
    .map-container {
        height: 110vw;
        min-height: auto;
    }
}

.container-map {
    position: relative;
    height: calc(100vh - 120px);
}
@media screen and (max-width: 1199px) {
    .container-map {
        height: auto;
    }
}
@media screen and (max-width: 1199px) {
    .container-map__map {
        position: relative;
        height: 750px;
    }
}
@media screen and (max-width: 767px) {
    .container-map__map {
        height: calc(100vh - 56px);
    }
}
.container-map__tabs {
    position: absolute;
    bottom: 40px;
    left: 0;
    z-index: 1;
    width: 100%;
}
@media screen and (max-width: 1199px) {
    .container-map__tabs {
        position: relative;
        bottom: 0;
        margin-top: -120px;
    }
}
@media screen and (max-width: 767px) {
    .container-map__tabs {
        margin-top: -220px;
    }
}
.container-map__tabs .car-brands {
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-transition: background-color 500ms;
    -o-transition: background-color 500ms;
    transition: background-color 500ms;
}
@media screen and (max-width: 1199px) {
    .container-map__tabs .car-brands {
        background-color: #fff;
    }
}
@media screen and (min-width: 1200px) {
    .container-map__tabs .car-brands:hover {
        background-color: white;
    }
}
.container-map__tabs .car-brands__elem {
    width: auto;
}
@media screen and (max-width: 1199px) {
    .container-map__tabs .car-brands__elem {
        width: 50%;
    }
}
@media screen and (max-width: 767px) {
    .container-map__tabs .car-brands__elem {
        width: 100%;
    }
}

.map {
    position: relative;
    width: 100%;
    height: 100%;
}
.map .container {
    position: relative;
    height: 100%;
}
@media screen and (max-width: 575px) {
    .map .container {
        height: auto;
    }
}
.map__contacts {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 2;
    width: 470px;
    padding: 90px 70px;
    background: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media screen and (max-width: 1199px) {
    .map__contacts {
        left: 30px;
        width: 320px;
        padding: 50px 30px;
    }
}
@media screen and (max-width: 575px) {
    .map__contacts {
        position: static;
        width: auto;
        padding: 0;
        text-align: center;
        border: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}
.map__contacts-title {
    font-size: 32px;
    font-weight: 500;
    line-height: 44px;
}
@media screen and (max-width: 1199px) {
    .map__contacts-title {
        font-size: 22px;
        line-height: 30px;
    }
}
@media screen and (max-width: 575px) {
    .map__contacts-title {
        font-size: 24px;
        line-height: 31px;
    }
}
.map__contacts-info {
    margin-top: 32px;
    font-size: 20px;
    line-height: 28px;
}
@media screen and (max-width: 1199px) {
    .map__contacts-info {
        margin-top: 20px;
        font-size: 16px;
        line-height: 24px;
    }
}
@media screen and (max-width: 575px) {
    .map__contacts-info {
        margin-top: 12px;
    }
}
.map__contacts-item {
    position: relative;
    margin-top: 20px;
    padding-left: 30px;
}
@media screen and (max-width: 1199px) {
    .map__contacts-item {
        margin-top: 16px;
    }
}
@media screen and (max-width: 575px) {
    .map__contacts-item {
        margin-top: 8px;
        padding-left: 0;
        font-size: 16px;
        line-height: 24px;
    }
    .map__contacts-item::before {
        display: none;
    }
}
.map__contacts-item:first-child {
    margin-top: 0;
}
.map__contacts-item.-address::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    width: 16px;
    height: 20px;
    background: url("/local/templates/renovod/dist/../img/svg/place-icon.svg") no-repeat center center;
    background-size: auto;
}
@media screen and (max-width: 1199px) {
    .map__contacts-item.-address::before {
        top: 0;
    }
}
.map__contacts-item.-phone::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    width: 20px;
    height: 20px;
    background: url("/local/templates/renovod/dist/../img/svg/phone-icon.svg") no-repeat center center;
    background-size: auto;
}
@media screen and (max-width: 1199px) {
    .map__contacts-item.-phone::before {
        top: 0;
    }
}
.map__contacts-item a {
    color: #333;
}
.map__yandex {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

[class$="-balloon__content"] {
    margin: 0 !important;
    padding: 0 !important;
}
[class$="-balloon__content"] > ymaps {
    height: auto !important;
}

[class$="-balloon__close-button"] {
    width: 50px !important;
    height: 50px !important;
    background-color: #e7e7e7 !important;
    -webkit-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
}
@media screen and (max-width: 1199px) {
    [class$="-balloon__close-button"] {
        width: 44px !important;
        height: 44px !important;
    }
}

[class$="-default-cluster"] {
    font-family: ProximaNova, Arial, Helvetica, sans-serif !important;
    font-size: 16px !important;
    font-weight: 600;
    color: #fff;
}

.balloon__elem {
    padding: 20px 50px 32px 20px;
    font-family: Geometria, Arial, Helvetica, sans-serif;
    letter-spacing: 0.6px;
}
@media screen and (max-width: 1199px) {
    .balloon__elem {
        padding: 18px 20px 20px 20px;
    }
}

.balloon__name {
    margin-bottom: 12px;
    padding-right: 30px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0;
}
@media screen and (max-width: 1199px) {
    .balloon__name {
        padding-right: 15px;
    }
}
@media screen and (max-width: 1199px) {
    .balloon__name {
        padding-right: 50px;
    }
}

.balloon__container {
    padding-top: 10px;
    border-top: 1px solid #e7e7e7;
}

.balloon__phone {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.2px;
    -webkit-transition: color 500ms;
    -o-transition: color 500ms;
    transition: color 500ms;
}
@media screen and (min-width: 1200px) {
    .balloon__phone:hover {
        color: #ffcb06;
    }
}

.balloon__address {
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.2px;
}
@media screen and (max-width: 1199px) {
    .balloon__address {
        font-size: 14px;
        line-height: 20px;
    }
}

@media screen and (max-width: 767px) {
    .franchise {
        max-width: 350px;
        margin: auto;
    }
}

.franchise__title {
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
}
@media screen and (max-width: 767px) {
    .franchise__title {
        text-align: center;
    }
}

.franchise__info {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 22px;
}
@media screen and (max-width: 767px) {
    .franchise__info {
        text-align: center;
    }
}

.small-text {
    font-size: 10px;
    line-height: 15px;
}
@media screen and (max-width: 1199px) {
    .small-text {
        padding-top: 10px;
    }
}
@media screen and (max-width: 767px) {
    .small-text {
        text-align: center;
    }
}

.social-network ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media screen and (max-width: 767px) {
    .social-network ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.social-network__elem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 33px;
    height: 33px;
    margin-right: 15px;
    margin-bottom: 10px;
    background-color: #343434;
    border-radius: 50%;
    -webkit-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
}
@media screen and (max-width: 767px) {
    .social-network__elem {
        margin-right: 8px;
        margin-left: 8px;
    }
}
@media screen and (min-width: 1200px) {
    .social-network__elem:hover {
        opacity: 0.8;
    }
}

.counter {
    position: absolute;
    right: 100px;
    bottom: 130px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    line-height: 32px;
}
@media screen and (max-width: 1199px) {
    .counter {
        right: auto;
        bottom: 145px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}
@media screen and (max-width: 767px) {
    .counter {
        bottom: 109px;
        font-size: 16px;
        line-height: 24px;
    }
}
.counter__item {
    margin-right: 12px;
    color: #343434;
}
.counter__line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 110px;
    height: 3px;
    background-color: #e7e7e7;
}
@media screen and (max-width: 767px) {
    .counter__line {
        width: 90px;
        height: 2px;
    }
}
.counter__line-elem {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 100%;
    -webkit-transition: background-color 500ms;
    -o-transition: background-color 500ms;
    transition: background-color 500ms;
}
.counter__line-elem.active {
    background-color: #343434;
}
.counter__items {
    margin-left: 12px;
    color: #999;
}

.copyright {
    color: #808080;
}
@media screen and (max-width: 767px) {
    .copyright {
        display: inline-block;
        margin-bottom: 8px;
    }
}

@media screen and (max-width: 767px) {
    .personal-data-policy {
        display: inline-block;
        margin-bottom: 8px;
    }
}

.slider-ctrl {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin: auto;
}

.block-link {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 16px;
    color: #999;
}
@media screen and (max-width: 1199px) {
    .block-link {
        top: 25px;
    }
}
@media screen and (max-width: 767px) {
    .block-link {
        top: 15px;
    }
}
.block-link::first-letter {
    text-transform: capitalize;
}
.block-link a {
    position: relative;
    margin-left: 30px;
    color: #999;
    border-bottom: 2px solid transparent;
    -webkit-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
}
@media screen and (min-width: 1200px) {
    .block-link a:hover {
        color: #333;
        border-bottom: 2px solid #333;
    }
}
.block-link a::after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 -24px -2px 10px;
    background: url("/local/templates/renovod/dist/../img/svg/arrow-5.svg") no-repeat center center;
    background-size: contain;
}
.block-link a:last-child::after {
    display: none;
}
.block-link a:first-child {
    margin-left: 0;
}
.block-link span {
    margin-left: 30px;
}

.info-block {
    position: relative;
    height: 180px;
    margin-top: 30px;
    margin-bottom: 85px;
    padding: 25px;
    background-color: #343434;
    border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 1199px) {
    .info-block {
        height: 150px;
        margin-top: 0;
        margin-bottom: 55px;
    }
}
@media screen and (max-width: 767px) {
    .info-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 88vw;
        margin-bottom: 35px;
    }
}
.info-block::after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -15px;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 15px;
    acbackground-color: #ffcb06;
    border-radius: 0 0 10px 10px;
}
.info-block .row {
    height: 100%;
}
.info-block .row > div {
    height: 100%;
}
@media screen and (max-width: 767px) {
    .info-block .row > div {
        height: auto;
    }
}
.info-block__elem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    font-size: 66px;
    font-weight: 700;
    line-height: 80px;
    color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
@media screen and (max-width: 1199px) {
    .info-block__elem {
        font-size: 40px;
        line-height: 50px;
    }
}
@media screen and (max-width: 767px) {
    .info-block__elem {
        font-size: 52px;
        line-height: 64px;
    }
}

.absolute-right-top {
    position: absolute;
    top: 0;
    right: 0;
}
@media screen and (max-width: 1199px) {
    .absolute-right-top {
        position: static;
    }
}

.min-height {
    min-height: 290px;
}

.inform {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 70px;
}
@media screen and (max-width: 1199px) {
    .inform {
        padding-top: 25px;
    }
}
@media screen and (max-width: 767px) {
    .inform {
        width: calc(100% + 30px);
        margin-left: -15px;
    }
}
.inform__elem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% - 40px);
    margin-bottom: 20px;
    margin-left: 40px;
    padding: 55px 25px 25px;
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    background-color: #f8f8f8;
    border-radius: 10px;
}
@media screen and (max-width: 1199px) {
    .inform__elem {
        width: 100%;
        margin-left: 0;
        padding: 25px;
        font-size: 18px;
        line-height: 28px;
    }
}
@media screen and (max-width: 767px) {
    .inform__elem {
        width: 100%;
        margin-right: 0;
        margin-bottom: 16px;
        padding: 55px 24px 32px;
        font-size: 14px;
        line-height: 22px;
    }
}
.inform__elem.-horizontal {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    padding-right: 100px;
    font-size: 24px;
    line-height: 32px;
}
@media screen and (max-width: 1199px) {
    .inform__elem.-horizontal {
        margin-bottom: 10px;
        font-size: 18px;
        line-height: 26px;
    }
}
@media screen and (max-width: 767px) {
    .inform__elem.-horizontal {
        margin-bottom: 0;
        text-align: center;
        border-radius: 0;
    }
}
.inform__elem.-horizontal span {
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: normal;
    line-height: 46px;
    border-bottom: 2px solid #ffcb06;
}
@media screen and (max-width: 1199px) {
    .inform__elem.-horizontal span {
        margin-top: 10px;
        margin-bottom: 0;
        padding-bottom: 15px;
        font-size: 16px;
        line-height: 24px;
    }
}
@media screen and (max-width: 767px) {
    .inform__elem.-horizontal span {
        margin-top: 18px;
        padding-bottom: 10px;
        font-size: 16px;
        line-height: 28px;
    }
}
.inform__elem.-img {
    padding-left: 415px;
    background: url("/local/templates/renovod/dist/../img/images/warning.png") #f8f8f8 no-repeat left;
    background-size: auto 100%;
}
@media screen and (max-width: 1199px) {
    .inform__elem.-img {
        padding-right: 25px;
        padding-left: 245px;
        background: url("/local/templates/renovod/dist/../img/images/warning.png") #f8f8f8 no-repeat -25px;
        background-size: auto 100%;
    }
}
@media screen and (max-width: 767px) {
    .inform__elem.-img {
        padding-top: 165px;
        padding-left: 24px;
        background: url("/local/templates/renovod/dist/../img/svg/warning-2.svg") #f8f8f8 no-repeat center
            32px;
        background-size: auto;
    }
}
.inform__elem p {
    margin-bottom: 0;
    font-size: 22px;
    line-height: 30px;
}
@media screen and (max-width: 1199px) {
    .inform__elem p {
        font-size: 18px;
        line-height: 28px;
    }
}
@media screen and (max-width: 767px) {
    .inform__elem p {
        font-size: 14px;
        line-height: 22px;
    }
}
.inform__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media screen and (max-width: 767px) {
    .inform__container {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .inform__text {
        font-size: 20px;
        line-height: 30px;
    }
}
.inform__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 70px;
    height: 70px;
    margin-right: 20px;
}
@media screen and (max-width: 767px) {
    .inform__img {
        width: 60px;
        height: 60px;
    }
}
.inform__img svg {
    width: 100%;
    height: 100%;
}
.inform__btn {
    display: inline-block;
    min-width: 245px;
    margin: 38px auto 0;
    padding: 0 25px;
    font-size: 14px;
    font-weight: 700;
    line-height: 55px;
    color: #343434;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: #ffcb06;
    border-radius: 5px;
    -webkit-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
    cursor: pointer;
}
@media screen and (max-width: 1199px) {
    .inform__btn {
        margin-top: 28px;
    }
}
@media screen and (max-width: 767px) {
    .inform__btn {
        margin-top: 42px;
    }
}
@media screen and (min-width: 1200px) {
    .inform__btn:hover {
        color: #fff;
        background-color: #343434;
    }
}

@media screen and (max-width: 767px) {
    .-padding-bt-md-none {
        padding-bottom: 0 !important;
    }
}

.business-info {
    padding-top: 30px;
}
@media screen and (max-width: 1199px) {
    .business-info {
        padding-top: 10px;
    }
}
@media screen and (max-width: 767px) {
    .business-info {
        padding-top: 25px;
    }
}
.business-info .row {
    margin-right: -25px;
    margin-left: -25px;
}
@media screen and (max-width: 1199px) {
    .business-info .row {
        margin-right: -8px;
        margin-left: -8px;
    }
}
@media screen and (max-width: 767px) {
    .business-info .row {
        margin-right: -16px;
    }
}
.business-info .row > div {
    margin-bottom: 50px;
    padding-right: 25px;
    padding-left: 25px;
}
@media screen and (max-width: 1199px) {
    .business-info .row > div {
        margin-bottom: 16px;
        padding-right: 8px;
        padding-left: 8px;
    }
}
@media screen and (max-width: 767px) {
    .business-info .row > div {
        padding-right: 0;
    }
}
.business-info__elem {
    position: relative;
    display: block;
    overflow: hidden;
    height: 100%;
    padding: 45px 25px 30px;
    color: #343434;
    background-color: #f7f7f7;
    border-radius: 10px;
}
@media screen and (max-width: 767px) {
    .business-info__elem {
        min-height: 200px;
        padding: 35px 18px 20px;
        border-radius: 10px 0 0 10px;
    }
}
@media screen and (min-width: 1200px) {
    .business-info__elem:hover .business-info__elem-file-download {
        background-color: #e6e6e6;
    }
    .business-info__elem:hover .business-info__elem-file-download span {
        border-bottom-color: #343434;
    }
}
.business-info__elem::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: -55px;
    right: -55px;
    width: 142px;
    height: 142px;
    background-color: #ffcb06;
    border-radius: 50%;
}
@media screen and (max-width: 767px) {
    .business-info__elem::before {
        top: -65px;
        right: -65px;
    }
}
.business-info__elem::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: -55px;
    right: -55px;
    width: 123px;
    height: 123px;
    background-color: #fedc5d;
    border-radius: 50%;
}
@media screen and (max-width: 767px) {
    .business-info__elem::after {
        top: -65px;
        right: -65px;
    }
}
.business-info__elem-logo {
    margin-bottom: 10px;
}
.business-info__elem-title {
    max-width: 90%;
    margin-bottom: 10px;
    font-size: 23px;
    font-weight: 600;
    line-height: 28px;
}
@media screen and (max-width: 767px) {
    .business-info__elem-title {
        font-size: 20px;
    }
}
.business-info__elem-info {
    font-size: 14px;
    line-height: 22px;
}
.business-info__elem-file {
    position: absolute;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 115px;
}
@media screen and (max-width: 1199px) {
    .business-info__elem-file {
        position: static;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: 60%;
        height: auto;
        margin-bottom: 10px;
        padding-top: 10px;
    }
}
@media screen and (max-width: 767px) {
    .business-info__elem-file {
        position: absolute;
        bottom: 20px;
        left: 18px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: calc(100% - 36px);
        margin-bottom: 0;
    }
}
.business-info__elem-file-format {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 25px;
    font-size: 24px;
    line-height: 28px;
    color: #343434;
}
@media screen and (max-width: 1199px) {
    .business-info__elem-file-format {
        padding-left: 0;
    }
}
@media screen and (max-width: 767px) {
    .business-info__elem-file-format {
        font-size: 14px;
        line-height: 26px;
    }
}
.business-info__elem-file-format span:first-child {
    margin-right: 16px;
}
@media screen and (max-width: 767px) {
    .business-info__elem-file-format span:first-child {
        margin-right: 14px;
    }
}
.business-info__elem-file-format span:last-child {
    padding-left: 16px;
    border-left: 1px solid #ffcb06;
}
@media screen and (max-width: 767px) {
    .business-info__elem-file-format span:last-child {
        padding-left: 14px;
    }
}
.business-info__elem-file-download {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 190px;
    height: 100%;
    padding-right: 25px;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #343434;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transition: background-color 500ms;
    -o-transition: background-color 500ms;
    transition: background-color 500ms;
}
@media screen and (max-width: 1199px) {
    .business-info__elem-file-download {
        padding-right: 0;
    }
}
@media screen and (max-width: 767px) {
    .business-info__elem-file-download {
        width: auto;
        font-size: 16px;
        line-height: 26px;
    }
}
.business-info__elem-file-download span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #ffcb06;
    -webkit-transition: border-bottom-color 500ms;
    -o-transition: border-bottom-color 500ms;
    transition: border-bottom-color 500ms;
}
.business-info__elem-file-download svg {
    margin-left: 10px;
}

.contact-info {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 35px 60px;
    background-color: #f7f7f7;
    border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 1199px) {
    .contact-info {
        padding: 40px 30px;
    }
}
@media screen and (max-width: 767px) {
    .contact-info {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 20px;
    }
}
.contact-info::after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 10px;
    background-color: #ffcb06;
    border-radius: 0 0 10px 10px;
}
.contact-info__col {
    width: 50%;
}
@media screen and (max-width: 767px) {
    .contact-info__col {
        width: 100%;
    }
}
.contact-info__heading {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 42px;
    font-weight: 700;
    line-height: 48px;
}
@media screen and (max-width: 1199px) {
    .contact-info__heading {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 32px;
        line-height: 48px;
    }
}
@media screen and (max-width: 767px) {
    .contact-info__heading {
        font-size: 26px;
        line-height: 40px;
    }
}
.contact-info__text {
    font-size: 18px;
    line-height: 24px;
}
@media screen and (max-width: 1199px) {
    .contact-info__text {
        font-size: 16px;
        line-height: 24px;
    }
}
@media screen and (max-width: 767px) {
    .contact-info__text {
        font-size: 18px;
        line-height: 22px;
    }
}
.contact-info__title {
    font-size: 18px;
    line-height: 24px;
}
@media screen and (max-width: 1199px) {
    .contact-info__title {
        margin-top: 15px;
        font-size: 16px;
        line-height: 24px;
    }
}
@media screen and (max-width: 767px) {
    .contact-info__title {
        margin-top: 15px;
        font-size: 14px;
        line-height: 22px;
    }
}
.contact-info__contact {
    display: block;
    margin-top: 10px;
    font-size: 32px;
    font-weight: 600;
    line-height: 38px;
    color: #343434;
    -webkit-transition: color 500ms;
    -o-transition: color 500ms;
    transition: color 500ms;
}
@media screen and (max-width: 1199px) {
    .contact-info__contact {
        margin-top: 0;
        font-size: 26px;
        line-height: 32px;
    }
}
@media screen and (max-width: 767px) {
    .contact-info__contact {
        font-size: 22px;
        line-height: 28px;
    }
}
@media screen and (min-width: 1200px) {
    .contact-info__contact:hover {
        color: #ffcb06;
    }
}
.contact-info__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 10px;
}
@media screen and (max-width: 767px) {
    .contact-info__block {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-top: 16px;
    }
}
.contact-info__block-col {
    width: auto;
}
@media screen and (max-width: 767px) {
    .contact-info__block-col {
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .contact-info__block-col:first-child {
        margin-bottom: 12px;
    }
}

.car-brands {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 280;
    margin: 0 auto;
    padding: 45px 60px;
    background-color: #fff;
    border-radius: 20px;
    -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 1199px) {
    .car-brands {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: calc(100% - 30px);
        height: auto;
        margin: 0 15px;
        padding: 40px 25px 40px;
    }
}
@media screen and (max-width: 767px) {
    .car-brands {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        margin: 0;
        padding: 25px 22px;
    }
}
.car-brands__elem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-right: 40px;
}
@media screen and (max-width: 1199px) {
    .car-brands__elem {
        width: 50%;
        margin-right: 0;
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 767px) {
    .car-brands__elem {
        width: 100%;
        margin-bottom: 25px;
    }
}
.car-brands__elem:last-child {
    margin-right: 0;
}
@media screen and (max-width: 1199px) {
    .car-brands__elem:last-child {
        width: 100%;
        margin-bottom: 0;
    }
}
.car-brands__elem:last-child .car-brands__contact {
    border-bottom: none;
}
.car-brands__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    max-height: 100%;
}
@media screen and (max-width: 1199px) {
    .car-brands__contact {
        max-width: 95%;
    }
}
@media screen and (max-width: 767px) {
    .car-brands__contact {
        width: 100%;
        max-width: 100%;
        padding-bottom: 15px;
        border-bottom: 1px solid #f8f8f8;
    }
}
.car-brands__address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 12px;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    color: #343434;
    -webkit-transition: color 500ms;
    -o-transition: color 500ms;
    transition: color 500ms;
    cursor: pointer;
}
@media screen and (max-width: 1199px) {
    .car-brands__address {
        margin-bottom: 15px;
        font-size: 24px;
        line-height: 30px;
    }
}
@media screen and (max-width: 767px) {
    .car-brands__address {
        margin-bottom: 10px;
        font-size: 18px;
        line-height: 22px;
    }
}
@media screen and (min-width: 1200px) {
    .car-brands__address:hover {
        color: #ffcb06;
    }
}
.car-brands__address svg {
    margin-right: 8px;
}
.car-brands__address span {
    min-width: 315px;
}
@media screen and (max-width: 1199px) {
    .car-brands__address span {
        min-width: auto;
    }
}
.car-brands__title {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
    color: #343434;
}
@media screen and (max-width: 1199px) {
    .car-brands__title {
        font-size: 22px;
        line-height: 28px;
    }
}
@media screen and (max-width: 767px) {
    .car-brands__title {
        font-size: 16px;
        line-height: 20px;
    }
}
.car-brands__phone {
    font-size: 22px;
    line-height: 28px;
    color: #343434;
    -webkit-transition: color 500ms;
    -o-transition: color 500ms;
    transition: color 500ms;
}
@media screen and (max-width: 1199px) {
    .car-brands__phone {
        font-size: 26px;
        line-height: 32px;
    }
}
@media screen and (max-width: 767px) {
    .car-brands__phone {
        margin-bottom: 10px;
        font-size: 18px;
        line-height: 22px;
    }
}
@media screen and (min-width: 1200px) {
    .car-brands__phone:hover {
        color: #ffcb06;
    }
    .car-brands__phone.d-telegram:hover svg path {
        fill: #0088cc;
    }
     .car-brands__phone.d-watshapp:hover svg path {
        fill: #2cb742;
    }
}
.car-brands__phone svg path {
    -webkit-transition: fill 500ms;
    -o-transition: fill 500ms;
    transition: fill 500ms;
}
.car-brands__working-time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 15px;
    font-size: 18px;
    line-height: 22px;
    color: #343434;
}
@media screen and (max-width: 767px) {
    .car-brands__working-time {
        padding-top: 10px;
        font-size: 16px;
        line-height: 20px;
    }
}
.car-brands__working-time svg {
    margin-right: 12px;
}

.franchise__block-info {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    margin-bottom: 85px;
    padding: 60px 75px;
    color: #343434;
    background: #f7f7f7;
    border-radius: 10px;
}
@media screen and (max-width: 1199px) {
    .franchise__block-info {
        margin-bottom: 68px;
        padding: 50px 28px;
    }
}
@media screen and (max-width: 767px) {
    .franchise__block-info {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 40px;
        padding: 25px;
    }
}
.franchise__block-info__col {
    width: 50%;
}
@media screen and (max-width: 1199px) {
    .franchise__block-info__col {
        width: 60%;
    }
}
@media screen and (max-width: 767px) {
    .franchise__block-info__col {
        width: 100%;
    }
}
@media screen and (max-width: 1199px) {
    .franchise__block-info__col:last-child {
        width: 40%;
    }
}
.franchise__block-info__title {
    margin-bottom: 15px;
    font-size: 36px;
    font-weight: 600;
    line-height: 44px;
}
@media screen and (max-width: 1199px) {
    .franchise__block-info__title {
        margin-bottom: 12px;
    }
}
@media screen and (max-width: 1199px) {
    .franchise__block-info__title {
        margin-bottom: 10px;
        font-size: 22px;
        line-height: 30px;
    }
}
.franchise__block-info__text {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 28px;
}
@media screen and (max-width: 1199px) {
    .franchise__block-info__text {
        margin-bottom: 26px;
    }
}
@media screen and (max-width: 767px) {
    .franchise__block-info__text {
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 24px;
    }
}
.franchise__block-info__btn {
    max-width: 50%;
}
@media screen and (max-width: 1199px) {
    .franchise__block-info__btn {
        max-width: 60%;
    }
}
@media screen and (max-width: 767px) {
    .franchise__block-info__btn {
        max-width: 100%;
    }
}
.franchise__block-info__img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
    height: 100%;
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: contain;
}
@media screen and (max-width: 1199px) {
    .franchise__block-info__img {
        width: 45%;
    }
}
@media screen and (max-width: 767px) {
    .franchise__block-info__img {
        position: relative;
        right: -25px;
        bottom: -25px;
        width: 100%;
        height: 60vw;
    }
}

.bg-car {
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.page {
    position: relative;
    overflow: hidden;
}
.page__container {
    position: relative;
    padding-top: 25px;
    padding-bottom: 100px;
}
@media screen and (max-width: 1199px) {
    .page__container {
        padding-top: 30px;
        padding-bottom: 70px;
    }
}
@media screen and (max-width: 767px) {
    .page__container {
        padding-top: 20px;
        padding-bottom: 40px;
    }
}
.page__container.-mod {
    padding-top: 48px;
}
.page__section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.params {
    color: #fff;
    text-align: center;
}
@media screen and (max-width: 1199px) {
    .params {
        display: inline-block;
        padding: 20px;
    }
}
@media screen and (max-width: 767px) {
    .params {
        display: block;
        padding: 15px 0;
        border-bottom: 1px solid #ffcb06;
    }
}
.params__title {
    margin-bottom: 18px;
    font-size: 30px;
    font-weight: 600;
    line-height: 34px;
    border-bottom: 1px solid #ffcb06;
}
@media screen and (max-width: 1199px) {
    .params__title {
        font-size: 28px;
        line-height: 32px;
    }
}
@media screen and (max-width: 767px) {
    .params__title {
        max-width: 80%;
        margin-right: auto;
        margin-bottom: 5px;
        margin-left: auto;
        font-size: 24px;
        line-height: 30px;
        border-bottom: none;
    }
}
.params__value {
    font-size: 48px;
    font-weight: 700;
    line-height: 58px;
}
@media screen and (max-width: 1199px) {
    .params__value {
        font-size: 46px;
        line-height: 56px;
    }
}
@media screen and (max-width: 767px) {
    .params__value {
        font-size: 36px;
        line-height: 44px;
    }
}

.list {
    counter-reset: section;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.list__block-title {
    width: 42%;
    padding-right: 60px;
}
@media screen and (max-width: 1199px) {
    .list__block-title {
        width: 60%;
        margin-bottom: 35px;
        padding-right: 0;
    }
}
@media screen and (max-width: 767px) {
    .list__block-title {
        width: 100%;
        margin-bottom: 22px;
    }
}
.list__block-title-heading {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 32px;
    padding-bottom: 18px;
    font-size: 42px;
    font-weight: 700;
    line-height: 50px;
    color: #333;
    border-bottom: 3px solid #ffcb06;
}
@media screen and (max-width: 1199px) {
    .list__block-title-heading {
        padding-bottom: 24px;
    }
}
@media screen and (max-width: 767px) {
    .list__block-title-heading {
        margin-bottom: 20px;
        padding-bottom: 10px;
        font-size: 26px;
        line-height: 36px;
    }
}
.list__elem {
    position: relative;
    width: 45%;
    margin-bottom: 100px;
    padding-right: 60px;
    padding-left: 48px;
}
@media screen and (max-width: 1199px) {
    .list__elem {
        width: 100%;
        margin-bottom: 40px;
        padding-right: 0;
    }
}
@media screen and (max-width: 767px) {
    .list__elem {
        margin-bottom: 25px;
        padding-left: 0;
    }
}
.list__elem::before {
    content: "";
    display: inline-block;
    counter-increment: section;
    content: "0" counter(section);
    position: absolute;
    top: 0;
    left: 0;
    font-size: 26px;
    font-weight: 700;
    line-height: 28px;
    color: #ffcb06;
}
.list__title {
    margin-bottom: 12px;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    color: #333;
}
@media screen and (max-width: 767px) {
    .list__title {
        padding-left: 45px;
        font-size: 20px;
    }
}
.list__info {
    font-size: 16px;
    line-height: 24px;
    color: #343434;
}
@media screen and (max-width: 767px) {
    .list__info {
        font-size: 14px;
    }
}

.form {
    padding: 45px;
    color: #343434;
    border: 1px solid #ffcb06;
    border-radius: 10px;
}
@media screen and (max-width: 1199px) {
    .form {
        padding: 40px 45px;
    }
}
@media screen and (max-width: 767px) {
    .form {
        padding: 25px 15px;
    }
}
.form__title {
    margin-bottom: 15px;
    font-size: 42px;
    font-weight: 700;
    line-height: 52px;
}
@media screen and (max-width: 767px) {
    .form__title {
        margin-bottom: 10px;
        font-size: 26px;
        line-height: 36px;
    }
}
.form__info {
    margin-bottom: 42px;
    font-size: 18px;
    line-height: 22px;
}
@media screen and (max-width: 1199px) {
    .form__info {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 767px) {
    .form__info {
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 24px;
    }
}

.group-radio {
    margin-bottom: 28px;
}
@media screen and (max-width: 767px) {
    .group-radio {
        margin-bottom: 20px;
    }
}
.group-radio__title {
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 600;
    line-height: 27px;
    color: #343434;
}
.group-radio__cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media screen and (max-width: 1199px) {
    .group-radio__cont {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.group-radio__elem {
    margin-right: 60px;
}
@media screen and (max-width: 1199px) {
    .group-radio__elem {
        margin-right: 20px;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 767px) {
    .group-radio__elem {
        margin-bottom: 8px;
    }
}
.group-radio__elem:last-child {
    margin-right: 0;
}
.group-radio__elem label {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}
.group-radio__elem input {
    position: absolute;
    width: 22px;
    height: 22px;
    opacity: 0;
    pointer-events: none;
}
.group-radio__elem input:checked + .group-radio__elem-radio {
    border-color: #ffcb06;
}
.group-radio__elem input:checked + .group-radio__elem-radio::before {
    content: "";
    display: inline-block;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.group-radio__elem-radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    width: 22px;
    height: 22px;
    margin-right: 12px;
    border: 1px solid #999;
    border-radius: 50%;
    -webkit-transition: border-color 500ms;
    -o-transition: border-color 500ms;
    transition: border-color 500ms;
}
.group-radio__elem-radio::before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 4px;
    background-color: #ffcb06;
    border-radius: 50%;
    -webkit-transition: -webkit-transform 250ms;
    transition: -webkit-transform 250ms;
    -o-transition: transform 250ms;
    transition: transform 250ms;
    transition: transform 250ms, -webkit-transform 250ms;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
}

.about-car {
    max-width: 140%;
    margin-bottom: 12px;
    margin-left: -40%;
}
@media screen and (max-width: 1199px) {
    .about-car {
        max-width: 300%;
        margin-left: -195%;
    }
}
@media screen and (max-width: 767px) {
    .about-car {
        max-width: 205%;
        margin-left: -105%;
    }
}

@media screen and (max-width: 1199px) {
    .about-car-2 {
        margin-top: 60px;
    }
}

@media screen and (max-width: 767px) {
    .about-car-2 {
        max-width: 200%;
        margin-top: 30px;
        margin-right: -50%;
    }
}

.privilege {
    margin-bottom: 50px;
    padding-top: 25px;
    color: #343434;
}
@media screen and (max-width: 1199px) {
    .privilege {
        margin-bottom: 75px;
    }
}
@media screen and (max-width: 767px) {
    .privilege {
        margin-bottom: 30px;
        padding-top: 10px;
    }
}
.privilege__number {
    width: 110px;
    margin-bottom: 5px;
    font-size: 60px;
    font-weight: 700;
    line-height: 62px;
    border-bottom: 2px solid #ffcb06;
}
@media screen and (max-width: 767px) {
    .privilege__number {
        font-size: 52px;
        line-height: 60px;
    }
}
.privilege__parameter {
    font-size: 18px;
    line-height: 20px;
}
@media screen and (max-width: 767px) {
    .privilege__parameter {
        font-size: 14px;
        line-height: 20px;
    }
}

.privilege-big-text {
    color: #343434;
}
.privilege-big-text__number {
    margin-bottom: 5px;
    font-size: 72px;
    font-weight: 700;
    line-height: 80px;
    color: #ffcb06;
}
@media screen and (max-width: 1199px) {
    .privilege-big-text__number {
        margin-bottom: 10px;
        font-size: 58px;
        line-height: 62px;
    }
}
@media screen and (max-width: 767px) {
    .privilege-big-text__number {
        font-size: 64px;
        line-height: 68px;
    }
}
.privilege-big-text__parameter {
    font-size: 42px;
    font-weight: 700;
    line-height: 52px;
}
@media screen and (max-width: 1199px) {
    .privilege-big-text__parameter {
        font-size: 28px;
        line-height: 42px;
    }
}
@media screen and (max-width: 767px) {
    .privilege-big-text__parameter {
        margin-bottom: 10px;
        font-size: 36px;
        line-height: 50px;
    }
}

.card-info-services {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 315px;
    height: calc(100% - 110px);
    margin-bottom: 110px;
    padding: 0 25px 38px;
    font-size: 16px;
    line-height: 24px;
    color: #343434;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
}
@media screen and (max-width: 1199px) {
    .card-info-services {
        max-width: 100%;
        height: calc(100% - 75px);
        margin-bottom: 75px;
    }
}
@media screen and (max-width: 767px) {
    .card-info-services {
        height: calc(100% - 65px);
        margin-bottom: 65px;
    }
}
.card-info-services__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    margin-top: -35px;
    margin-bottom: 18px;
    background: #ffcb06;
    border-radius: 8px;
}
.card-info-services__title {
    max-width: 75%;
    margin-bottom: 16px;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
}
.card-info-services__text {
    margin-bottom: 20px;
}
.card-info-services__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.service-privileges {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    height: 100%;
    padding: 32px 15px;
    color: #343434;
    background-color: #f8f8f8;
    border-radius: 10px;
}
@media screen and (max-width: 1199px) {
    .service-privileges {
        height: calc(100% - 30px);
        margin-bottom: 30px;
        padding: 18px 15px;
    }
}
@media screen and (max-width: 767px) {
    .service-privileges {
        height: calc(100% - 16px);
        margin-bottom: 16px;
        padding: 15px;
    }
}
.service-privileges::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    width: 18px;
    height: 18px;
    background-color: #ffcb06;
}
.service-privileges__number {
    margin-right: 30px;
    margin-bottom: -8px;
    margin-left: -50px;
    font-size: 120px;
    font-weight: 700;
    line-height: 90px;
    color: #fff;
}
@media screen and (max-width: 767px) {
    .service-privileges__number {
        margin-right: 30px;
        font-size: 100px;
        line-height: 100px;
    }
}
.service-privileges__info {
    font-size: 18px;
    line-height: 28px;
}
@media screen and (max-width: 767px) {
    .service-privileges__info {
        font-size: 14px;
        line-height: 24px;
    }
}

.border-yellow {
    display: block;
    margin-bottom: 30px;
    padding-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
    color: #343434;
    border-bottom: 3px solid #ffcb06;
}
@media screen and (max-width: 1199px) {
    .border-yellow {
        font-size: 18px;
        line-height: 30px;
    }
}
@media screen and (max-width: 767px) {
    .border-yellow {
        margin-bottom: 26px;
        font-size: 16px;
        line-height: 26px;
    }
}

.information-block {
    margin-bottom: 22px;
    padding: 28px 28px 36px;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
}
@media screen and (max-width: 1199px) {
    .information-block {
        height: calc(100% - 40px);
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 767px) {
    .information-block {
        height: auto;
        margin-bottom: 22px;
    }
}
.information-block__title {
    margin-bottom: 16px;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
}
.information-block__title.-line {
    margin-bottom: 13px;
    padding-bottom: 10px;
    border-bottom: 2px solid #ffcb06;
}
.information-block__title.-big {
    font-size: 26px;
    line-height: 26px;
}
.information-block__img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 18px;
}
.information-block__img:last-child {
    margin-bottom: 0;
}
.information-block__text {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 22px;
}
.information-block__text:last-child {
    margin-bottom: 0;
}
.information-block ul:last-child {
    margin-bottom: 0;
}

.grid-params {
    margin-right: -8px;
    margin-left: -8px;
}
@media screen and (max-width: 767px) {
    .grid-params {
        margin-right: -5px;
        margin-left: -5px;
    }
}
.grid-params > div {
    padding-right: 8px;
    padding-left: 8px;
}
@media screen and (max-width: 767px) {
    .grid-params > div {
        padding-right: 5px;
        padding-left: 5px;
    }
}

.parameter {
    margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
    .parameter {
        margin-bottom: 18px;
    }
}
.parameter__title {
    margin-bottom: 24px;
    font-size: 21px;
    font-weight: 600;
    line-height: 30px;
}
@media screen and (max-width: 1199px) {
    .parameter__title {
        margin-bottom: 20px;
        font-size: 20px;
        line-height: 28px;
    }
}
@media screen and (max-width: 767px) {
    .parameter__title {
        font-size: 18px;
        line-height: 26px;
    }
}
.parameter__title.-mod::before {
    content: "";
    display: inline-block;
    width: 13px;
    height: 1px;
    margin-right: 5px;
    margin-bottom: 6px;
    background-color: #343434;
}
.parameter__radio label {
    position: relative;
    width: 100%;
    cursor: pointer;
}
.parameter__radio input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
}
.parameter__radio input:checked + span {
    border: 1px solid #343434;
}
.parameter__radio-brand {
    display: block;
    height: 140px;
    padding: 20px;
    background-origin: content-box;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    -webkit-transition: border-color 500ms;
    -o-transition: border-color 500ms;
    transition: border-color 500ms;
}
@media screen and (max-width: 767px) {
    .parameter__radio-brand {
        height: 40vw;
        margin-bottom: 10px;
    }
}
@media screen and (min-width: 1200px) {
    .parameter__radio-brand:hover {
        border-color: #343434;
    }
}
.parameter__address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 32px 10px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    -webkit-transition: border-color 500ms;
    -o-transition: border-color 500ms;
    transition: border-color 500ms;
}
@media screen and (max-width: 1199px) {
    .parameter__address {
        padding: 32px 8px;
    }
}
@media screen and (max-width: 767px) {
    .parameter__address {
        margin-bottom: 10px;
        padding: 25px;
    }
}
@media screen and (min-width: 1200px) {
    .parameter__address:hover {
        border-color: #343434;
    }
}
.parameter__address-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    line-height: 22px;
    color: #343434;
}
.parameter__address-text.-big {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}
@media screen and (max-width: 1199px) {
    .parameter__address-text.-big {
        font-size: 14px;
    }
}
.parameter__address svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px;
}

.price {
    overflow: hidden;
    margin-bottom: 30px;
    border: 1px solid #e6e6e6;
    border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 767px) {
    .price {
        width: calc(100% + 30px);
        margin: 0 -15px 18px;
        border: none;
        border-radius: 0;
    }
}
.price__subtitle {
    display: none;
}
@media screen and (max-width: 767px) {
    .price__subtitle {
        display: block;
        margin-bottom: 16px;
        padding-top: 10px;
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }
}
.price__title,
.price__elem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media screen and (max-width: 767px) {
    .price__title,
    .price__elem {
        overflow: hidden;
        height: 66px;
        -webkit-transition: height 500ms;
        -o-transition: height 500ms;
        transition: height 500ms;
    }
}
.price__title-col,
.price__elem-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: calc(100% - 270px);
    min-height: 55px;
    border-right: 1px solid #e7e7e7;
}
@media screen and (max-width: 1199px) {
    .price__title-col,
    .price__elem-col {
        width: calc(100% - 240px);
    }
}
@media screen and (max-width: 767px) {
    .price__title-col,
    .price__elem-col {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 100%;
        border-right: none;
    }
}
.price__title-col:nth-child(2),
.price__elem-col:nth-child(2) {
    display: block;
}
@media screen and (max-width: 1199px) {
    .price__title-col:nth-child(2),
    .price__elem-col:nth-child(2) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
@media screen and (max-width: 767px) {
    .price__title-col:nth-child(2),
    .price__elem-col:nth-child(2) {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
.price__title-col:first-child,
.price__elem-col:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 180px;
}
@media screen and (max-width: 1199px) {
    .price__title-col:first-child,
    .price__elem-col:first-child {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 148px;
    }
}
@media screen and (max-width: 767px) {
    .price__title-col:first-child,
    .price__elem-col:first-child {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 100%;
    }
}
.price__title-col:last-child,
.price__elem-col:last-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 220px;
    border-right: none;
}
@media screen and (max-width: 1199px) {
    .price__title-col:last-child,
    .price__elem-col:last-child {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 190px;
    }
}
@media screen and (max-width: 767px) {
    .price__title-col:last-child,
    .price__elem-col:last-child {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 100%;
    }
}
.price__title {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    color: #343434;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    background-color: #ffcb06;
}
@media screen and (max-width: 767px) {
    .price__title {
        font-size: 16px;
        line-height: 24px;
    }
}
.price__title-col {
    padding: 15px 26px;
}
.price__elem {
    border-bottom: 1px solid #e6e6e6;
}
@media screen and (max-width: 767px) {
    .price__elem {
        display: block;
        border: none;
    }
}
.price__elem:last-child {
    border-bottom: none;
}
@media screen and (max-width: 767px) {
    .price__elem:last-child .price__elem-col:first-child {
        border-bottom: 1px solid #e6e6e6;
    }
}
.price__elem-dash {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.price__elem-dash::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 1px;
    margin-right: 14px;
    background-color: #343434;
}
.price__elem-col {
    padding: 26px;
    font-size: 16px;
    line-height: 25px;
    -webkit-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
}
@media screen and (max-width: 1199px) {
    .price__elem-col {
        padding: 20px;
        font-size: 15px;
        line-height: 23px;
    }
}
@media screen and (max-width: 767px) {
    .price__elem-col {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 12px 15px;
        font-size: 15px;
        line-height: 23px;
        opacity: 0;
    }
}
.price__elem-col:first-child {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 22px;
    line-height: 32px;
    -webkit-transition: border-bottom-color 500ms;
    -o-transition: border-bottom-color 500ms;
    transition: border-bottom-color 500ms;
}
@media screen and (max-width: 1199px) {
    .price__elem-col:first-child {
        font-size: 18px;
        line-height: 26px;
    }
}
@media screen and (max-width: 767px) {
    .price__elem-col:first-child {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left;
        height: 65px;
        font-size: 15px;
        line-height: 19px;
        border-top: 1px solid #e6e6e6;
        border-bottom: 1px solid transparent;
        opacity: 1;
    }
}
.price__elem-col:first-child svg {
    display: none;
    -webkit-transition: -webkit-transform 500ms;
    transition: -webkit-transform 500ms;
    -o-transition: transform 500ms;
    transition: transform 500ms;
    transition: transform 500ms, -webkit-transform 500ms;
}
@media screen and (max-width: 767px) {
    .price__elem-col:first-child svg {
        position: absolute;
        top: 28px;
        right: 18px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
.price__elem-col:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
}
@media screen and (max-width: 1199px) {
    .price__elem-col:last-child {
        font-size: 20px;
        line-height: 28px;
    }
}
@media screen and (max-width: 767px) {
    .price__elem-col:last-child {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-top: 2px;
        padding-bottom: 20px;
    }
}
.price__elem.active:last-child {
    border-bottom: 1px solid #e6e6e6;
}
@media screen and (max-width: 767px) {
    .price__elem.active .price__elem-col {
        opacity: 1;
    }
}
.price__elem.active .price__elem-col:first-child {
    border-bottom: 1px solid #ffcb06;
}
.price__elem.active .price__elem-col:first-child svg {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}
.price__service-option {
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    color: #343434;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .price__service-option {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: left;
    }
}
.price__service-option span {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #808080;
}
@media screen and (max-width: 767px) {
    .price__service-option span {
        margin-left: 10px;
    }
}
.price__old-price {
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    color: #a5a5a5;
    text-decoration: line-through;
}
@media screen and (max-width: 1199px) {
    .price__old-price {
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 24px;
    }
}
.price__new-price {
    margin-bottom: 16px;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
}
@media screen and (max-width: 767px) {
    .price__new-price {
        margin-bottom: 20px;
    }
}
.price__old-price {
    color: #e34c4c;
}
.price__cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
@media screen and (max-width: 767px) {
    .price__cont {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.price__note {
    margin-bottom: 34px;
    font-size: 14px;
    line-height: 22px;
    color: #343434;
}
@media screen and (max-width: 1199px) {
    .price__note {
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 767px) {
    .price__note {
        margin-bottom: 18px;
        font-size: 12px;
        line-height: 18px;
    }
}

.list-links-brands {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-left: -45px;
}
.list-links-brands__elem {
    margin-bottom: 32px;
    padding-left: 36px;
    font-size: 20px;
    font-weight: 600;
    line-height: 38px;
    color: #343434;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-left: 3px solid transparent;
    -webkit-transition: color 500ms;
    -o-transition: color 500ms;
    transition: color 500ms;
}
@media screen and (min-width: 1200px) {
    .list-links-brands__elem:hover {
        color: #ffcb06;
    }
}
.list-links-brands__elem.active {
    border-left: 3px solid #ffcb06;
}

.list-links-model {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
}
.list-links-model__elem {
    display: inline-block;
    padding-right: 12px;
    padding-bottom: 14px;
    padding-left: 12px;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    white-space: nowrap;
}
@media screen and (min-width: 1200px) {
    .list-links-model__elem:hover {
        color: #ffcb06;
    }
}
.list-links-model__elem.active {
    border-bottom: 2px solid #ffcb06;
}
.list-links-model__more {
    position: relative;
}
@media screen and (min-width: 1200px) {
    .list-links-model__more:hover .list-links-model__more-title {
        color: #ffcb06;
    }
    .list-links-model__more:hover .list-links-model__more-container {
        -webkit-transition: opacity 500ms;
        -o-transition: opacity 500ms;
        transition: opacity 500ms;
        opacity: 1;
        pointer-events: auto;
    }
}
.list-links-model__more-title {
    padding-right: 12px;
    padding-bottom: 14px;
    padding-left: 12px;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    -webkit-transition: color 500ms;
    -o-transition: color 500ms;
    transition: color 500ms;
    cursor: pointer;
}
.list-links-model__more-container {
    position: absolute;
    top: 38px;
    right: 0;
    z-index: 1;
    min-width: 120px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 0 0 3px 3px;
    opacity: 0;
    pointer-events: none;
}
.list-links-model__more .list-links-model__elem {
    display: block;
    padding: 4px 15px;
    font-size: 16px;
    line-height: 30px;
    white-space: nowrap;
    -webkit-transition: background-color 500ms;
    -o-transition: background-color 500ms;
    transition: background-color 500ms;
}
@media screen and (min-width: 1200px) {
    .list-links-model__more .list-links-model__elem:hover {
        color: #343434;
        background-color: #f7f7f7;
    }
}
.list-links-model__more.close {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.service {
    padding-top: 55px;
}
@media screen and (max-width: 1199px) {
    .service {
        padding-top: 50px;
    }
}
@media screen and (max-width: 767px) {
    .service {
        margin-bottom: 30px;
        padding-top: 15px;
    }
}
.service .row {
    margin-right: -24px;
    margin-left: -24px;
}
@media screen and (max-width: 1199px) {
    .service .row {
        margin-right: -8px;
        margin-left: -8px;
    }
}
@media screen and (max-width: 767px) {
    .service .row {
        margin-right: -15px;
        margin-left: -15px;
    }
}
.service .row > div {
    padding-right: 24px;
    padding-left: 24px;
}
@media screen and (max-width: 1199px) {
    .service .row > div {
        padding-right: 8px;
        padding-left: 8px;
    }
}
@media screen and (max-width: 767px) {
    .service .row > div {
        padding-right: 15px;
        padding-left: 15px;
    }
}
.service .service-elem {
    height: calc(100% - 35px);
    margin-bottom: 35px;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    -webkit-transition: height 500ms;
    -o-transition: height 500ms;
    transition: height 500ms;
}
@media screen and (max-width: 1199px) {
    .service .service-elem {
        height: calc(100% - 42px);
        margin-bottom: 42px;
    }
}
@media screen and (max-width: 767px) {
    .service .service-elem {
        overflow: hidden;
        height: 90px;
        margin-bottom: 10px;
    }
}
.service .service-elem__cont {
    padding: 30px 32px;
}
@media screen and (max-width: 767px) {
    .service .service-elem__cont {
        padding: 0;
    }
}
.service .service-elem__title {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    color: #343434;
}
@media screen and (max-width: 767px) {
    .service .service-elem__title {
        min-height: 88px;
        margin-bottom: 0;
        padding: 20px 50px 20px 20px;
        font-size: 16px;
        line-height: 24px;
    }
}
.service .service-elem__title::after {
    content: "";
    display: inline-block;
}
@media screen and (max-width: 767px) {
    .service .service-elem__title::after {
        position: absolute;
        top: 0;
        right: 20px;
        bottom: 0;
        width: 24px;
        height: 24px;
        margin: auto;
        -webkit-transition: -webkit-transform 500ms;
        transition: -webkit-transform 500ms;
        -o-transition: transform 500ms;
        transition: transform 500ms;
        transition: transform 500ms, -webkit-transform 500ms;
        background: url("/local/templates/renovod/dist/../img/svg/accordion-2.svg") no-repeat center center;
        background-size: auto;
    }
}
.service .service-elem__title svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 35px;
    height: 35px;
    margin-right: 15px;
}
@media screen and (max-width: 767px) {
    .service .service-elem__title svg {
        width: 30px;
        height: 30px;
        margin-right: 22px;
    }
}
.service .service-elem__info {
    font-size: 16px;
    line-height: 24px;
    -webkit-transition: opacity 250ms;
    -o-transition: opacity 250ms;
    transition: opacity 250ms;
}
@media screen and (max-width: 767px) {
    .service .service-elem__info {
        margin-top: -4px;
        padding: 0 20px 32px;
        font-size: 14px;
        line-height: 22px;
        opacity: 0;
    }
}
.service .service-elem__info ul {
    margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
    .service .service-elem__info ul {
        margin-bottom: 12px;
    }
}
.service .service-elem__info ul:last-child {
    margin-bottom: 0;
}
.service .service-elem__info ul li {
    position: relative;
    margin-bottom: 5px;
    padding-left: 28px;
    font-size: inherit;
    line-height: inherit;
}
@media screen and (max-width: 767px) {
    .service .service-elem__info ul li {
        margin-bottom: 7px;
        padding-left: 22px;
    }
}
.service .service-elem__info ul li::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 7px;
    left: 7px;
    width: 7px;
    height: 7px;
    background-color: #ffcb06;
    border-radius: 50%;
}
@media screen and (max-width: 767px) {
    .service .service-elem__info ul li::before {
        left: 0;
    }
}
.service .service-elem.active .service-elem__info {
    opacity: 1;
}
.service .service-elem.active .service-elem__title::after {
    content: "";
    display: inline-block;
}
@media screen and (max-width: 767px) {
    .service .service-elem.active .service-elem__title::after {
        -webkit-transform: rotateX(180deg);
        transform: rotateX(180deg);
    }
}
@media screen and (max-width: 767px) {
    .service.-default-open {
        margin-bottom: 0;
    }
}
@media screen and (max-width: 767px) {
    .service.-default-open .service-elem {
        height: auto;
        margin-top: 13px;
        margin-bottom: 13px;
    }
}
.service.-default-open .service-elem__info {
    opacity: 1;
    visibility: visible;
}
@media screen and (max-width: 767px) {
    .service.-default-open .service-elem__info p {
        margin-bottom: 0;
        line-height: 24px;
    }
}
.service.-default-open .service-elem__title {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-bottom: 5px;
    border-bottom: 2px solid #ffcb06;
}
@media screen and (max-width: 767px) {
    .service.-default-open .service-elem__title {
        min-height: auto;
        margin: 0 22px 15px;
        padding-top: 20px;
        padding-right: 0;
        padding-left: 0;
        font-size: 20px;
        line-height: 42px;
    }
}
.service.-default-open .service-elem__title::after {
    content: "";
    display: inline-block;
    display: none;
}

.special-service {
    position: relative;
    padding-top: 30px;
}
@media screen and (max-width: 1199px) {
    .special-service {
        padding-top: 35px;
        padding-bottom: 0;
    }
}
@media screen and (max-width: 767px) {
    .special-service {
        padding-top: 0;
        padding-bottom: 15px;
    }
}
.special-service .position-abs-left {
    left: -48px;
}
@media screen and (max-width: 1199px) {
    .special-service .position-abs-left {
        left: 50%;
    }
}
.special-service .service {
    margin-bottom: 0;
    padding-top: 26px;
}
@media screen and (max-width: 767px) {
    .special-service .service {
        padding-top: 16px;
    }
}
.special-service__cont {
    position: relative;
    z-index: 1;
}
.special-service__car {
    position: relative;
    padding: 10px 0;
}
@media screen and (max-width: 1199px) {
    .special-service__car {
        padding: 15px 0 0;
    }
}
@media screen and (max-width: 767px) {
    .special-service__car {
        padding: 8px 0 0;
    }
}
.special-service__car .information {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 400px;
    margin-bottom: 0;
    padding: 60px 40px;
}
@media screen and (max-width: 1199px) {
    .special-service__car .information {
        min-height: auto;
        padding: 35px 40px;
    }
}
@media screen and (max-width: 1199px) {
    .special-service__car .information {
        padding: 20px 25px;
    }
}
.special-service__car .information .btn {
    margin-top: 12px;
}
@media screen and (max-width: 1199px) {
    .special-service__car .information .btn {
        margin-top: 10px;
    }
}
.special-service__car .information__info {
    max-width: 50%;
}
@media screen and (max-width: 1199px) {
    .special-service__car .information__info {
        max-width: 80%;
    }
}
@media screen and (max-width: 767px) {
    .special-service__car .information__info {
        max-width: 100%;
    }
}
.special-service__car .information__info p {
    line-height: 26px;
}
@media screen and (max-width: 767px) {
    .special-service__car .information__info p {
        line-height: 24px;
    }
}
.special-service__car-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    max-width: 635px;
    height: 100%;
    margin: auto;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
}
@media screen and (max-width: 1199px) {
    .special-service__car-img {
        position: relative;
        width: 100%;
        max-width: 100%;
        height: 440px;
        background-position: center;
    }
}
@media screen and (max-width: 767px) {
    .special-service__car-img {
        height: 70vw;
    }
}
.special-service__car-elem {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 24px;
}
.special-service__car-elem-btn {
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background-color: #fff;
    border: 2px solid #343434;
    border-radius: 50%;
    -webkit-box-shadow: 0 3px 5px rgba(37, 37, 37, 0.3);
    box-shadow: 0 3px 5px rgba(37, 37, 37, 0.3);
    -webkit-transition: background-color 500ms;
    -o-transition: background-color 500ms;
    transition: background-color 500ms;
    cursor: pointer;
}
@media screen and (max-width: 1199px) {
    .special-service__car-elem-btn {
        width: 32px;
        height: 32px;
        border: 3px solid #343434;
    }
}
@media screen and (max-width: 767px) {
    .special-service__car-elem-btn {
        width: 24px;
        height: 24px;
        border: 2px solid #343434;
    }
}
@media screen and (min-width: 1200px) {
    .special-service__car-elem-btn:hover {
        background-color: #343434;
    }
    .special-service__car-elem-btn:hover svg {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    .special-service__car-elem-btn:hover svg path {
        fill: #f8f8f8;
    }
    .special-service__car-elem-btn:hover + .special-service__car-elem-info {
        opacity: 1;
        visibility: visible;
    }
}
.special-service__car-elem-btn svg {
    -webkit-transition: -webkit-transform 500ms;
    transition: -webkit-transform 500ms;
    -o-transition: transform 500ms;
    transition: transform 500ms;
    transition: transform 500ms, -webkit-transform 500ms;
}
@media screen and (max-width: 1199px) {
    .special-service__car-elem-btn svg {
        width: 12px;
        height: 12px;
    }
}
@media screen and (max-width: 767px) {
    .special-service__car-elem-btn svg {
        width: 8px;
        height: 8px;
    }
}
.special-service__car-elem-btn svg path {
    -webkit-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
}
.special-service__car-elem-info {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: -1;
    width: 220px;
    padding: 20px;
    background-color: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    -webkit-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
    opacity: 0;
    visibility: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
@media screen and (max-width: 1199px) {
    .special-service__car-elem-info {
        top: 16px;
    }
}
@media screen and (max-width: 767px) {
    .special-service__car-elem-info {
        right: 0 !important;
        left: 0 !important;
        width: 100%;
    }
}
@media screen and (min-width: 1200px) {
    .special-service__car-elem-info:hover {
        opacity: 1;
        visibility: visible;
    }
    .special-service__car-elem-info:hover svg {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    .special-service__car-elem-info:hover svg path {
        fill: #f8f8f8;
    }
}
.special-service__car-elem-info-title {
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
}
.special-service__car-elem-info-text {
    font-size: 12px;
    line-height: 18px;
}
.special-service__car-elem.active {
    z-index: 2;
}
.special-service__car-elem.active .special-service__car-elem-btn {
    background-color: #343434;
}
.special-service__car-elem.active svg {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.special-service__car-elem.active svg path {
    fill: #f8f8f8;
}
.special-service__car-elem.active .special-service__car-elem-info {
    opacity: 1;
    visibility: visible;
}
.special-service__title-min {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 24px;
    color: #808080;
}
@media screen and (max-width: 767px) {
    .special-service__title-min {
        font-size: 14px;
        line-height: 22px;
    }
}
.special-service__text {
    max-width: 60%;
    font-size: 16px;
    line-height: 24px;
}
@media screen and (max-width: 1199px) {
    .special-service__text {
        max-width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .special-service__text {
        font-size: 14px;
        line-height: 22px;
    }
}
.special-service__title {
    margin-bottom: 18px;
    font-size: 32px;
    font-weight: 700;
    line-height: 42px;
}
@media screen and (max-width: 767px) {
    .special-service__title {
        margin-bottom: 12px;
        font-size: 22px;
        line-height: 32px;
    }
}

.footer.error {
    background-color: #fff;
}
.footer.error .footer__section.-top,
.footer.error .footer__section.-center,
.footer.error .wr-small-text {
    display: none !important;
}
.footer.error .footer__section.-bottom {
    min-height: auto;
}

.information {
    margin-bottom: 40px;
    padding: 32px;
    background-color: #f8f8f8;
    border: 1px solid #e7e7e7;
    border-radius: 6px;
}
@media screen and (max-width: 767px) {
    .information {
        margin-bottom: 32px;
        padding: 24px;
    }
}
.information__title {
    margin-bottom: 12px;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
}
@media screen and (max-width: 767px) {
    .information__title {
        margin-bottom: 8px;
    }
}
.information__info,
.information p {
    font-size: 16px;
    line-height: 24px;
}
@media screen and (max-width: 767px) {
    .information__info,
    .information p {
        font-size: 14px;
        line-height: 22px;
    }
}
.information p {
    margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
    .information p {
        margin-bottom: 10px;
    }
}
.information p:last-child {
    margin-bottom: 0;
}
.information__info {
    margin-bottom: 16px;
}
.information__info-title {
    margin-bottom: 13px;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    color: #343434;
}
@media screen and (max-width: 767px) {
    .information__info-title {
        margin-bottom: 10px;
        font-size: 18px;
        line-height: 26px;
    }
}
.information .btn {
    width: auto;
    min-width: 295px;
}
@media screen and (max-width: 767px) {
    .information .btn {
        width: 100%;
        min-width: auto;
        font-size: 13px;
    }
}

.simplebar-track {
    width: 8px !important;
}
.simplebar-track .simplebar-scrollbar::before {
    background-color: #a9a9a9 !important;
}

.convenience {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media screen and (max-width: 1199px) {
    .convenience {
        padding-top: 20px;
    }
}
.convenience__title {
    font-size: 20px;
    line-height: 26px;
}
@media screen and (max-width: 767px) {
    .convenience__title {
        font-size: 16px;
        line-height: 24px;
        text-align: center;
    }
}
.convenience__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    margin-bottom: 16px;
    padding: 20px;
    background-color: #ffcb06;
    border-radius: 50%;
}
@media screen and (max-width: 1199px) {
    .convenience__logo {
        width: 140px;
        height: 140px;
    }
}
@media screen and (max-width: 767px) {
    .convenience__logo {
        width: 85px;
        height: 85px;
        margin-bottom: 15px;
        padding: 10px;
    }
}

.container-slider .container {
    position: relative;
}

.services {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -25px;
}
@media screen and (max-width: 1199px) {
    .services {
        margin-right: -20px;
    }
}
@media screen and (max-width: 767px) {
    .services {
        margin-right: 0;
    }
}
.services__wr {
    width: 33.33%;
    height: 520px;
    margin-bottom: 25px;
    padding-right: 25px;
}
@media screen and (max-width: 1199px) {
    .services__wr {
        width: 50%;
        height: calc(68vw - 30px);
        margin-bottom: 20px;
        padding-right: 20px;
    }
}
@media screen and (max-width: 767px) {
    .services__wr {
        width: 100%;
        height: auto;
        margin-bottom: 32px;
        padding-right: 0;
    }
}
@media screen and (min-width: 1200px) {
    .services__wr:nth-child(2) .services__elem .services__elem-top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .services__wr:nth-child(2) .services__elem .services__elem-top::after {
        content: "";
        display: inline-block;
        display: none;
    }
    .services__wr:nth-child(2) .services__elem .services__elem-header {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 0;
    }
    .services__wr:nth-child(2) .services__elem .services__elem-info {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    }
    .services__wr:nth-child(2) .services__elem .services__elem-title {
        margin-top: 35px;
    }
}
.services__elem {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-color: #f7f7f7;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    -webkit-transition: background-color 500ms;
    -o-transition: background-color 500ms;
    transition: background-color 500ms;
}
@media screen and (min-width: 1200px) {
    .services__elem:hover {
        background-color: #343434;
    }
    .services__elem:hover .services__elem-info {
        color: #fff;
    }
    .services__elem:hover .services__elem-title {
        color: #fff;
    }
    .services__elem:hover .services__elem-arrow {
        width: 66px;
        height: 66px;
    }
    .services__elem:hover svg {
        -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3);
    }
    .services__elem:hover svg path {
        stroke: #fff;
    }
}
.services__elem-top {
    position: relative;
    height: 50%;
}
@media screen and (max-width: 1199px) {
    .services__elem-top {
        height: 52%;
    }
}
@media screen and (max-width: 767px) {
    .services__elem-top {
        height: auto;
    }
}
.services__elem-bottom {
    position: relative;
    height: 50%;
}
@media screen and (max-width: 1199px) {
    .services__elem-bottom {
        height: 48%;
    }
}
@media screen and (max-width: 767px) {
    .services__elem-bottom {
        height: auto;
    }
}
.services__elem-title {
    width: 100%;
    margin-bottom: 8px;
    padding: 0 24px;
    font-size: 26px;
    font-weight: 700;
    line-height: 32px;
    color: #343434;
    -webkit-transition: color 500ms;
    -o-transition: color 500ms;
    transition: color 500ms;
}
@media screen and (max-width: 1199px) {
    .services__elem-title {
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 767px) {
    .services__elem-title {
        margin-bottom: 5px;
        padding: 0 15px;
        font-size: 20px;
        line-height: 26px;
    }
}
.services__elem-img {
    width: 100%;
    height: 260px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media screen and (max-width: 1199px) {
    .services__elem-img {
        height: 34vw;
    }
}
@media screen and (max-width: 767px) {
    .services__elem-img {
        height: 60vw;
    }
}
.services__elem-info {
    padding: 0 24px;
    font-size: 16px;
    line-height: 24px;
    -webkit-transition: color 500ms;
    -o-transition: color 500ms;
    transition: color 500ms;
}
@media screen and (max-width: 767px) {
    .services__elem-info {
        margin-bottom: 12px;
        padding: 0 15px;
        font-size: 14px;
        line-height: 22px;
    }
}
.services__elem-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px;
    padding-left: 24px;
}
@media screen and (max-width: 1199px) {
    .services__elem-header {
        margin-bottom: 12px;
    }
}
@media screen and (max-width: 767px) {
    .services__elem-header {
        margin-bottom: 8px;
        padding-left: 15px;
    }
}
.services__elem-number {
    font-size: 100px;
    font-weight: 700;
    line-height: 70px;
    color: #fff;
}
@media screen and (max-width: 767px) {
    .services__elem-number {
        font-size: 80px;
        line-height: 45px;
    }
}
.services__elem-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background-color: #ffcb06;
    -webkit-transition: width 500ms, height 500ms;
    -o-transition: width 500ms, height 500ms;
    transition: width 500ms, height 500ms;
}
.services__elem-arrow svg {
    -webkit-transition: -webkit-transform 500ms;
    transition: -webkit-transform 500ms;
    -o-transition: transform 500ms;
    transition: transform 500ms;
    transition: transform 500ms, -webkit-transform 500ms;
}
.services__elem-arrow svg path {
    -webkit-transition: stroke 500ms;
    -o-transition: stroke 500ms;
    transition: stroke 500ms;
}

.wr-services {
    padding-top: 12px;
}
@media screen and (max-width: 1199px) {
    .wr-services {
        padding-top: 8px;
    }
}
.wr-services .row {
    margin-right: -8px;
    margin-left: -8px;
}
.wr-services .row .column {
    margin-bottom: 16px;
    padding-right: 8px;
    padding-left: 8px;
}
.wr-services .services__elem {
    padding: 32px 20px;
    border-bottom-color: #e7e7e7;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 767px) {
    .wr-services .services__elem {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 28px 20px;
    }
}
.wr-services .services__elem-img {
    margin-bottom: 0;
}
.wr-services .services__elem-img svg {
    width: 40px;
    height: 40px;
}
.wr-services .services__elem-title {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 22px;
}
@media screen and (max-width: 767px) {
    .wr-services .services__elem-title {
        margin-left: 0;
    }
}

.arrow-btn,
a.arrow-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    margin: 0 8px;
    outline: none;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-property: background-color, border-color;
    -o-transition-property: background-color, border-color;
    transition-property: background-color, border-color;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
@media screen and (min-width: 1200px) {
    .arrow-btn:hover svg,
    a.arrow-btn:hover svg {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
}
.arrow-btn svg,
a.arrow-btn svg {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}
.arrow-btn.-next,
a.arrow-btn.-next {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.wr-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.slick-dots {
    display: none !important;
}

.dots {
    width: 8px;
    height: 8px;
    margin: 6px;
    background-color: #e7e7e7;
    border-radius: 50%;
    -webkit-transition: background-color 500ms;
    -o-transition: background-color 500ms;
    transition: background-color 500ms;
    cursor: pointer;
}
@media screen and (min-width: 1200px) {
    .dots:hover {
        background-color: #343434;
    }
}
.dots.active {
    background-color: #343434;
}

.wr-slider {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding-top: 80px;
    padding-right: 100px;
    padding-bottom: 160px;
    padding-left: 100px;
}
@media screen and (max-width: 1199px) {
    .wr-slider {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 54px 0 100px;
    }
}
@media screen and (max-width: 767px) {
    .wr-slider {
        min-height: auto;
        padding-top: 24px;
        padding-bottom: 66px;
    }
}
.wr-slider__elem {
    width: 35%;
}
@media screen and (max-width: 1199px) {
    .wr-slider__elem {
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .wr-slider__elem {
        width: 100%;
        margin-bottom: 32px;
    }
}
@media screen and (max-width: 767px) {
    .wr-slider .arrow-btn svg {
        width: 40px;
        height: 40px;
    }
}
@media screen and (max-width: 1199px) {
    .wr-slider .slider.-left {
        width: 100%;
        max-width: 100%;
    }
}
.wr-slider .slider.-right {
    width: 65%;
}
@media screen and (max-width: 1199px) {
    .wr-slider .slider.-right {
        width: 100%;
        max-width: 100%;
        margin-bottom: 100px;
    }
}
.wr-slider .slider__item__title {
    margin-bottom: 20px;
    font-size: 42px;
    font-weight: 700;
    line-height: 52px;
}
@media screen and (max-width: 1199px) {
    .wr-slider .slider__item__title {
        margin-bottom: 22px;
        font-size: 40px;
        line-height: 50px;
    }
}
@media screen and (max-width: 767px) {
    .wr-slider .slider__item__title {
        margin-bottom: 12px;
        font-size: 26px;
        line-height: 32px;
    }
}
.wr-slider .slider__item img {
    width: 100%;
    height: auto;
    pointer-events: none;
}
.wr-slider .slider__item p {
    max-width: 400px;
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 28px;
}
@media screen and (max-width: 1199px) {
    .wr-slider .slider__item p {
        margin-bottom: 12px;
    }
}
@media screen and (max-width: 767px) {
    .wr-slider .slider__item p {
        margin-bottom: 8px;
        font-size: 14px;
        line-height: 20px;
    }
}
.wr-slider .slider__item p::before {
    content: "";
    display: inline-block;
    display: block;
    width: 50px;
    margin-bottom: 22px;
    border: 2px solid #ffcb06;
}
@media screen and (max-width: 767px) {
    .wr-slider .slider__item p::before {
        margin-bottom: 12px;
    }
}
.wr-slider .slider-ctrl {
    top: -160px;
    bottom: 0;
    padding-top: 18px;
}
@media screen and (max-width: 1199px) {
    .wr-slider .slider-ctrl {
        top: auto;
        bottom: 140px;
    }
}
@media screen and (max-width: 767px) {
    .wr-slider .slider-ctrl {
        bottom: 96px;
    }
}

.wr-car-brands {
    margin-top: -110px;
    margin-bottom: 85px;
}
@media screen and (max-width: 1199px) {
    .wr-car-brands {
        margin-top: -100px;
        margin-bottom: 65px;
    }
}
@media screen and (max-width: 767px) {
    .wr-car-brands {
        margin-top: -75px;
        margin-bottom: 40px;
    }
}

.section-info {
    padding-bottom: 30px;
}
@media screen and (max-width: 1199px) {
    .section-info {
        padding-bottom: 40px;
    }
}

.component-info {
    margin-bottom: 40px;
    color: #343434;
}
@media screen and (max-width: 1199px) {
    .component-info {
        margin-bottom: 85px;
    }
}
@media screen and (max-width: 767px) {
    .component-info {
        margin-bottom: 38px;
    }
}
.component-info__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}
@media screen and (max-width: 1199px) {
    .component-info__img {
        margin-bottom: 25px;
    }
}
@media screen and (max-width: 767px) {
    .component-info__img {
        margin-bottom: 20px;
    }
}
.component-info__img-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    margin-right: 32px;
    padding: 15px;
    background-color: #ffcb06;
    border-radius: 5px;
}
@media screen and (max-width: 1199px) {
    .component-info__img-logo {
        width: 95px;
        height: 95px;
        margin-right: 50px;
    }
}
@media screen and (max-width: 767px) {
    .component-info__img-logo {
        width: 70px;
        height: 70px;
        margin-right: 25px;
        padding: 10px;
    }
}
.component-info__img-logo svg {
    max-width: 100%;
    max-height: 100%;
}
@media screen and (max-width: 1199px) {
    .component-info__img > svg {
        width: 192px;
        height: auto;
    }
}
@media screen and (max-width: 767px) {
    .component-info__img > svg {
        width: 155px;
    }
}
.component-info__title {
    max-width: 50%;
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
}
@media screen and (max-width: 767px) {
    .component-info__title {
        max-width: 100%;
        margin-bottom: 12px;
        font-size: 20px;
        line-height: 24px;
    }
}
.component-info__text {
    max-width: 80%;
    font-size: 16px;
    line-height: 24px;
}
@media screen and (max-width: 767px) {
    .component-info__text {
        font-size: 14px;
        line-height: 22px;
    }
}

.wr-component-info .row > div:last-child .component-info__img > svg {
    display: none;
}

@media screen and (max-width: 1199px) {
    .wr-component-info .row > div:nth-child(3) .component-info__img > svg {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .wr-component-info .row > div:nth-child(3) .component-info__img > svg {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
}

@media screen and (max-width: 1199px) {
    .wr-component-info .row > div:nth-child(4) .component-info {
        margin-bottom: 35px;
    }
}

@media screen and (max-width: 1199px) {
    .wr-component-info .row > div:nth-child(5) .component-info {
        margin-bottom: 35px;
    }
}

@media screen and (max-width: 767px) {
    .wr-component-info .row > div:nth-child(5) .component-info {
        margin-bottom: 0;
    }
}

.section-services {
    padding-top: 35px;
    padding-bottom: 80px;
}
@media screen and (max-width: 1199px) {
    .section-services {
        padding-top: 38px;
        padding-bottom: 80px;
    }
}
@media screen and (max-width: 1199px) {
    .section-services {
        padding-top: 38px;
        padding-bottom: 30px;
    }
}

.blockquote,
blockquote {
    margin-top: 40px !important;
    margin-bottom: 52px !important;
    padding-left: 25px !important;
    font-size: 16px;
    line-height: 26px;
    border-left: 4px solid #ffcb06;
}
@media screen and (max-width: 1199px) {
    .blockquote,
    blockquote {
        margin-top: 25px;
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 767px) {
    .blockquote,
    blockquote {
        margin-top: 12px;
        padding-left: 16px;
        font-size: 14px;
        line-height: 20px;
    }
}

.work-order {
    padding-top: 12px;
}
@media screen and (max-width: 767px) {
    .work-order {
        padding-top: 25px;
    }
}
.work-order__elem {
    margin-bottom: 24px;
    padding: 40px;
    background: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 1199px) {
    .work-order__elem {
        padding: 40px 32px;
    }
}
@media screen and (max-width: 767px) {
    .work-order__elem {
        margin-bottom: 16px;
        padding: 32px 20px;
    }
}
@media screen and (max-width: 767px) {
    .work-order__elem-header {
        border-bottom: 1px solid #e7e7e7;
    }
}
.work-order__elem-title {
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #808080;
    text-transform: uppercase;
    letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
    .work-order__elem-title {
        margin-bottom: 4px;
        font-size: 12px;
        line-height: 18px;
    }
}
.work-order__elem-number {
    margin-bottom: 24px;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    color: #343434;
}
@media screen and (max-width: 767px) {
    .work-order__elem-number {
        margin-bottom: 12px;
        font-size: 16px;
        line-height: 24px;
    }
}
.work-order__elem-discount {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 32px;
    font-weight: 500;
    line-height: 42px;
    color: #2fb52d;
}
@media screen and (max-width: 767px) {
    .work-order__elem-discount {
        margin-bottom: 14px;
        font-size: 24px;
        line-height: 30px;
    }
}
.work-order__elem-link {
    margin-bottom: 3px;
    margin-left: 17px;
    font-size: 14px;
    line-height: 24px;
    color: #808080;
    border-bottom: 1px solid #808080;
}
@media screen and (max-width: 767px) {
    .work-order__elem-link {
        margin-left: 12px;
    }
}
@media screen and (min-width: 1200px) {
    .work-order__elem-link:hover {
        border-bottom-color: #fff0;
    }
}
.work-order__elem-price {
    font-size: 32px;
    font-weight: 500;
    line-height: 42px;
    color: #808080;
}
@media screen and (max-width: 767px) {
    .work-order__elem-price {
        margin-bottom: 14px;
        font-size: 24px;
        line-height: 32px;
    }
}
.work-order__elem-price .line-through {
    text-decoration: line-through;
}
.work-order__elem-price-disc {
    font-size: 32px;
    font-weight: 500;
    line-height: 42px;
    color: #343434;
}
@media screen and (max-width: 767px) {
    .work-order__elem-price-disc {
        font-size: 24px;
        line-height: 32px;
    }
}
.work-order__table {
    overflow: hidden;
    border: 1px solid #e7e7e7;
    border-radius: 6px 6px 0 0;
}
@media screen and (max-width: 767px) {
    .work-order__table {
        margin: 0 -10px;
        border: none;
    }
}
.work-order__table-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media screen and (max-width: 767px) {
    .work-order__table-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.work-order__table-row:nth-child(odd) {
    background-color: #f8f8f8;
}
@media screen and (max-width: 767px) {
    .work-order__table-row:nth-child(odd) {
        background-color: transparent;
    }
}
.work-order__table-row:first-child {
    background-color: #343434;
}
.work-order__table-row:first-child .work-order__table-col {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-right-color: #fff;
}
.work-order__table-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 50px;
    padding: 15px 24px;
    font-size: 15px;
    line-height: 22px;
    color: #343434;
    letter-spacing: 0.3px;
    border-right: 1px solid #e7e7e7;
}
@media screen and (max-width: 1199px) {
    .work-order__table-col {
        padding: 15px;
    }
}
@media screen and (max-width: 767px) {
    .work-order__table-col {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 12px 12px 4px;
    }
}
.work-order__table-col:last-child {
    border-right: none;
}
.work-order__table-col:nth-child(1) {
    width: 8%;
}
@media screen and (max-width: 767px) {
    .work-order__table-col:nth-child(1) {
        display: none;
    }
}
.work-order__table-col:nth-child(2) {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 38%;
}
@media screen and (max-width: 1199px) {
    .work-order__table-col:nth-child(2) {
        width: 36%;
    }
}
@media screen and (max-width: 767px) {
    .work-order__table-col:nth-child(2) {
        display: block;
        width: 100%;
        padding: 15px 10px;
        letter-spacing: 0;
        border-right: 0;
    }
}
.work-order__table-col:nth-child(2) span {
    margin-right: 3px;
}
.work-order__table-col:nth-child(3) {
    position: relative;
    width: 16%;
}
@media screen and (max-width: 1199px) {
    .work-order__table-col:nth-child(3) {
        width: 16%;
    }
}
@media screen and (max-width: 767px) {
    .work-order__table-col:nth-child(3) {
        width: 33%;
        padding: 12px 16px 12px;
        background-color: #f8f8f8;
        border: none;
        border-radius: 5px 0 0 5px;
    }
}
.work-order__table-col:nth-child(3)::after {
    content: "";
    display: inline-block;
}
@media screen and (max-width: 767px) {
    .work-order__table-col:nth-child(3)::after {
        position: absolute;
        top: 10px;
        right: 0;
        width: 1px;
        height: calc(100% - 20px);
        border-right: 1px solid #e7e7e7;
    }
}
.work-order__table-col:nth-child(4) {
    position: relative;
    width: 15%;
}
@media screen and (max-width: 1199px) {
    .work-order__table-col:nth-child(4) {
        width: 16%;
    }
}
@media screen and (max-width: 767px) {
    .work-order__table-col:nth-child(4) {
        width: 31%;
        padding: 12px 10px 12px 15px;
        background-color: #f8f8f8;
        border: none;
    }
}
.work-order__table-col:nth-child(4)::after {
    content: "";
    display: inline-block;
}
@media screen and (max-width: 767px) {
    .work-order__table-col:nth-child(4)::after {
        position: absolute;
        top: 10px;
        right: 0;
        width: 1px;
        height: calc(100% - 20px);
        border-right: 1px solid #e7e7e7;
    }
}
.work-order__table-col:nth-child(5) {
    width: 23%;
}
@media screen and (max-width: 1199px) {
    .work-order__table-col:nth-child(5) {
        width: 24%;
    }
}
@media screen and (max-width: 767px) {
    .work-order__table-col:nth-child(5) {
        width: 36%;
        padding: 12px 10px 12px 15px;
        background-color: #f8f8f8;
        border-radius: 0 5px 5px 0;
    }
}
.work-order__table-title-mob {
    display: block;
    width: 100%;
    margin-bottom: 4px;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    color: #808080;
    text-transform: uppercase;
    letter-spacing: 1px;
}
@media screen and (min-width: 768px) {
    .work-order__table-title-mob {
        display: none;
    }
}
.work-order__total {
    padding-top: 30px;
}
@media screen and (max-width: 1199px) {
    .work-order__total {
        padding-top: 22px;
    }
}
@media screen and (max-width: 767px) {
    .work-order__total {
        padding-top: 20px;
    }
}

.list-menu {
    margin-left: -15px;
    padding-right: 25px;
}
.list-menu ul li a,
.list-menu ul li span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 48px;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: #343434;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 3px;
}
.list-menu ul li a {
    position: relative;
    -webkit-transition: background-color 500ms;
    -o-transition: background-color 500ms;
    transition: background-color 500ms;
}
@media screen and (min-width: 1200px) {
    .list-menu ul li a:hover {
        background-color: #f8f8f8;
    }
}
.list-menu ul li a.active::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    right: -25px;
    width: 3px;
    height: 100%;
    background-color: #343434;
    border-radius: 3px 0 0 3px;
}
.list-menu ul li span {
    margin-bottom: 0;
}
.list-menu ul li svg {
    margin-right: 15px;
    margin-left: 15px;
}
.list-menu ul li:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.list-menu ul li:last-child::before {
    content: "";
    display: inline-block;
    width: calc(100% - 30px);
    height: 1px;
    margin-top: 5px;
    margin-bottom: 15px;
    margin-left: 15px;
    border-top: 1px solid #e7e7e7;
}

main .page-error {
    height: 100%;
    padding-bottom: 0;
}
@media screen and (max-width: 767px) {
    main .page-error .footer-bottom {
        display: none;
    }
}
main .page-error .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: calc(100% - 111px);
}
@media screen and (max-width: 1199px) {
    main .page-error .container {
        height: calc(100% - 97px);
    }
}
@media screen and (max-width: 767px) {
    main .page-error .container {
        height: calc(100% - 141px);
    }
}
main .page-error__wr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding: 100px 0;
    text-align: center;
}
@media screen and (max-width: 767px) {
    main .page-error__wr {
        padding: 60px 0;
    }
}
main .page-error__heading {
    margin-bottom: 26px;
    font-size: 40px;
    font-weight: 500;
    line-height: 60px;
}
@media screen and (max-width: 1199px) {
    main .page-error__heading {
        margin-bottom: 16px;
        font-size: 32px;
        line-height: 44px;
    }
}
@media screen and (max-width: 767px) {
    main .page-error__heading {
        margin-bottom: 10px;
        font-size: 20px;
        line-height: 26px;
    }
}
main .page-error__number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 28px;
    font-size: 160px;
    font-weight: 500;
    line-height: 160px;
    color: #343434;
    letter-spacing: 8px;
}
@media screen and (max-width: 767px) {
    main .page-error__number {
        margin-bottom: 10px;
        font-size: 100px;
        line-height: 110px;
        letter-spacing: 3px;
    }
}
main .page-error__number svg {
    margin: 11px 24px 0 18px;
}
@media screen and (max-width: 767px) {
    main .page-error__number svg {
        width: 66px;
        height: 72px;
        margin: 10px 14px 0 13px;
    }
}
main .page-error__text {
    max-width: 460px;
    margin-bottom: 34px;
    font-size: 22px;
    line-height: 34px;
    color: #808080;
}
@media screen and (max-width: 1199px) {
    main .page-error__text {
        max-width: 370px;
        margin-bottom: 24px;
        font-size: 18px;
        line-height: 26px;
    }
}
@media screen and (max-width: 767px) {
    main .page-error__text {
        max-width: 100%;
        margin-bottom: 18px;
        font-size: 15px;
        line-height: 21px;
    }
}
main .page-error__btn {
    min-width: 272px;
}

@media screen and (max-width: 767px) {
    .margin-md-bottom {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 1199px) {
    .margin-xl-bottom {
        margin-bottom: 32px;
    }
}

@media screen and (max-width: 767px) {
    .margin-xl-bottom {
        margin-bottom: 20px;
    }
}

.margin-bottom-none {
    margin-bottom: 0;
}

.page__contacts-inner {
    position: absolute;
    top: 25px;
    z-index: 2;
}

.confirm__region {
    position: absolute;
    background-color: #fff;
    top: 59px;
    left: -10px;
    z-index: 20;
    min-width: 365px;
    padding: 20px 22px 22px;
    -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1199px) {
    .confirm__region {
        left: auto;
        right: 0;
    }
}
@media screen and (max-width: 767px) {
    .confirm__region {
        padding: 16px 13px 23px;
        min-width: 288px;
    }
}
@media screen and (min-width: 1200px) {
    .confirm__region:hover svg {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }
}
.confirm__region svg {
    display: block !important;
}
.confirm__region::after {
    content: "";
    position: absolute;
    top: -18px;
    left: 50px;
    margin-left: -10px;
    border: 10px solid transparent;
    border-bottom: 10px solid white;
}
@media screen and (max-width: 1199px) {
    .confirm__region::after {
        left: auto;
        right: 20px;
    }
}
.confirm__region::before {
    content: "";
    position: absolute;
    top: -18px;
    left: 13%;
    width: 26px;
    border: 10px solid transparent;
    border-bottom: 10px solid rgba(0, 0, 0, 0.02);
    margin-left: -10px;
}
@media screen and (max-width: 1199px) {
    .confirm__region::before {
        left: auto;
        right: 17px;
    }
}
.confirm__region-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
}
@media screen and (max-width: 767px) {
    .confirm__region-title {
        margin-bottom: 15px;
    }
}
.confirm__region-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.confirm__region-btn-town + .confirm__region-btn-town {
    margin-left: 8px;
}
@media screen and (max-width: 767px) {
    .confirm__region-btn-town + .confirm__region-btn-town {
        margin-left: 3px;
    }
}
.confirm__region-btn-town.white {
    padding: 8px 16px;
    font-size: 14px;
    line-height: 20px;
    border: 1px solid #343434;
    -webkit-transition-property: color, background-color;
    -o-transition-property: color, background-color;
    transition-property: color, background-color;
    -webkit-transition-duration: 200ms;
    -o-transition-duration: 200ms;
    transition-duration: 200ms;
    cursor: pointer;
    color: #343434;
}
@media screen and (max-width: 767px) {
    .confirm__region-btn-town.white {
        padding: 8px 9px;
    }
}
@media screen and (min-width: 1200px) {
    .confirm__region-btn-town.white:hover {
        color: #fff;
        background-color: #343434;
    }
}
.confirm__region-btn-town.aprove {
    min-width: 124px;
    padding: 8px 14px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #333;
    background: #ffcb06;
    border: 1px solid #ffcb06;
    outline: none;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-property: color, background-color, border-color;
    -o-transition-property: color, background-color, border-color;
    transition-property: color, background-color, border-color;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
@media screen and (max-width: 767px) {
    .confirm__region-btn-town.aprove {
        min-width: auto;
        padding: 8px 9px;
    }
}
@media screen and (min-width: 1200px) {
    .confirm__region-btn-town.aprove:hover {
        color: #fff;
        background: #343434;
        border-color: #343434;
    }
}

.page-spares .page__container {
    padding-bottom: 15px;
}

.container__car-brands {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media screen and (max-width: 1199px) {
    .container__car-brands {
        display: block;
    }
}

.contacts__whatsapp-item {
    margin-top: 10px;
}
.contacts__whatsapp-item svg {
    width: 20px;
    height: 20px;
    position: relative;
    top: 2px;
}

.service-book-link span {
    -webkit-transition: color 500ms;
    -o-transition: color 500ms;
    transition: color 500ms;
}

@media screen and (min-width: 1200px) {
    .service-book-link:hover span {
        color: #ffcb06;
    }
}

.balloon__schedule {
    margin-top: 5px;
    font-size: 15px;
    line-height: 22px;
}
.header__whatsapp-wrap:first-child {
    margin-right: 20px;
}

.header__whatsapp-wrap .whats-app span {
    font-size: 15px;
    line-height: 18px;
    width: 24px;
    display: inline-block;
    height: 24px;
    position: relative;
    top: 4px;
}

.header__whatsapp-wrap {
    position: relative;
}
.header__whatsapp-wrap .svg-wrap-arrow {
    position: relative;
    top: 4px;
}

.header__whatsapp-wrap {
    position: relative;
}
.header__whatsapp-wrap-item-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 25px 28px;
}
@media screen and (min-width: 1200px) {
    .header__whatsapp-wrap-item-link:hover {
        background-color: #eeeeee;
    }
}
.header__whatsapp-wrap-items {
    position: absolute;
    z-index: 100;
    width: 312px;
    background-color: #fff;
    border-radius: 20px;
    -webkit-box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.05);
    display: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
@media screen and (max-width: 1199px) {
    .header__whatsapp-wrap-items {
        position: fixed;
        bottom: 78px;
        right: 0;
        left: 0;
        margin: auto;
        width: 100vw;
        border-radius: 0;
    }
}
@media screen and (max-width: 767px) {
    .header__whatsapp-wrap-items {
        bottom: 52px;
    }
}
.header__whatsapp-wrap-items.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.header__whatsapp-wrap-item-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 13px;
    font-size: 14px;
    line-height: 17px;
    color: #343434;
}
.header__whatsapp-wrap-item-title svg {
    margin-right: 5px;
}
.header__whatsapp-wrap-item-adress {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #343434;
}
.header__whatsapp-wrap-item:nth-child(even) {
    background: #f7f7f7;
}
@media screen and (max-width: 1199px) {
    .header__whatsapp-wrap-item {
        border-top: 1px solid #e6e6e6;
    }
}
.header__whatsapp-wrap-item:nth-child(1) {
    border-radius: 20px 20px 0 0;
}
@media screen and (max-width: 1199px) {
    .header__whatsapp-wrap-item:nth-child(1) .header__whatsapp-wrap-item-link {
        border-radius: 0;
    }
}
.header__whatsapp-wrap-item:last-child {
    border-radius: 0 0 20px 20px;
}
@media screen and (min-width: 1200px) {
    .header__whatsapp-wrap-item:last-child
        .header__whatsapp-wrap-item-link:hover {
        border-radius: 0 0 20px 20px;
    }
}
@media screen and (max-width: 1199px) {
    .header__whatsapp-wrap-item:last-child .header__whatsapp-wrap-item-link {
        border-radius: 0;
    }
}

.contacts-close {
    display: none;
    cursor: pointer;
    width: 60px;
    height: 60px;
}
@media screen and (max-width: 1199px) {
    .contacts-close {
        position: absolute;
        top: 0;
        right: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.header-select .header__arrow-town-icon {
    position: relative;
    right: 34px;
    cursor: pointer;
}
@media screen and (max-width: 767px) {
    .header-select .header__arrow-town-icon {
        right: 20px;
    }
}

.header-select .button {
    opacity: 0;
}

.header__arrow-town-icon-big {
    -webkit-transition: -webkit-transform 500ms;
    transition: -webkit-transform 500ms;
    -o-transition: transform 500ms;
    transition: transform 500ms;
    transition: transform 500ms, -webkit-transform 500ms;
}

.confirm__region-wrap {
    display: none;
}

.wrapper-select-form {
    position: relative;
    z-index: 2;
}

.recaptcha-select {
    margin-bottom: 10px;
}

.page-home .slider {
    -webkit-transition: opacity 1000ms ease;
    -o-transition: opacity 1000ms ease;
    transition: opacity 1000ms ease;
    opacity: 0;
    visibility: hidden;
}

.page-home .slider.slick-initialized {
    opacity: 1 !important;
    visibility: visible !important;
}

.header .wr-selectric-2 select {
    opacity: 0;
}

.wr-form {
    padding: 100px 50px 100px 0;
}
@media screen and (max-width: 1199px) {
    .wr-form {
        padding: 55px 0 90px 0;
    }
}
@media screen and (max-width: 767px) {
    .wr-form {
        padding: 35px 0 40px 0;
    }
}

.form-row {
    margin-bottom: 20px;
}
@media screen and (max-width: 1199px) {
    .form-row {
        margin-bottom: 10px;
    }
}
.form-row:last-of-type {
    margin-bottom: 0;
}
.form-row__title {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
}
@media screen and (max-width: 767px) {
    .form-row__title {
        margin-bottom: 12px;
        font-size: 16px;
        line-height: 24px;
    }
}
.form-row__cont {
    margin-bottom: 8px;
    padding-top: 8px;
}
@media screen and (max-width: 1199px) {
    .form-row__cont {
        margin-bottom: 16px;
        padding-top: 0;
    }
}
@media screen and (max-width: 767px) {
    .form-row__cont {
        margin-bottom: 12px;
    }
}
.form-row__cont .row {
    margin-right: -8px;
    margin-left: -8px;
}
@media screen and (max-width: 767px) {
    .form-row__cont .row {
        margin-right: -5px;
        margin-left: -5px;
    }
}
.form-row__cont .row .column {
    padding-right: 8px;
    padding-left: 8px;
}
@media screen and (max-width: 767px) {
    .form-row__cont .row .column {
        padding-right: 5px;
        padding-left: 5px;
    }
}
.form-row.-mod .field-text {
    width: 45%;
}
@media screen and (max-width: 1199px) {
    .form-row.-mod .field-text {
        width: 100%;
    }
}
.form-row.-mod .btn {
    width: 45%;
}
@media screen and (max-width: 1199px) {
    .form-row.-mod .btn {
        width: 100%;
    }
}

.mx-datepicker {
    width: 100%;
    min-width: 100%;
    margin-bottom: 28px;
}
@media screen and (max-width: 1199px) {
    .mx-datepicker {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 767px) {
    .mx-datepicker {
        margin-bottom: 20px;
    }
}
.mx-datepicker .mx-input-wrapper {
    width: 100%;
}
.mx-datepicker .mx-icon-calendar {
    right: 24px;
}
.mx-datepicker .mx-icon-clear {
    right: 24px;
}
.mx-datepicker svg {
    width: 25px;
    height: 25px;
}
.mx-datepicker input {
    width: 100%;
    height: 60px;
    padding-right: 70px;
    padding-left: 20px;
    font-family: Geometria, Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #343434;
    border: 1px solid #dbdbdb !important;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
@media screen and (max-width: 767px) {
    .mx-datepicker input {
        height: 52px;
        padding: 0 14px;
        font-size: 15px;
    }
}
.mx-datepicker input::-moz-placeholder {
    color: #808080;
}
.mx-datepicker input::-webkit-input-placeholder {
    color: #808080;
}

.form-personal-information {
    font-size: 14px;
    line-height: 20px;
    color: #808080;
}
.form-personal-information a {
    color: #808080;
    border-bottom: 1px solid;
    -webkit-transition: color 500ms;
    -o-transition: color 500ms;
    transition: color 500ms;
}
@media screen and (min-width: 1200px) {
    .form-personal-information a:hover {
        color: #343434;
    }
}
.form-personal-information.-mod {
    margin-top: 20px;
    font-size: 12px;
}
@media screen and (max-width: 767px) {
    .form-personal-information.-mod {
        text-align: center;
    }
}

.wrapper-select {
    position: relative;
    width: 100%;
    height: 56px;
    margin-bottom: 32px;
    font-size: 16px;
    line-height: 28px;
    color: #333;
}
@media screen and (max-width: 767px) {
    .wrapper-select {
        margin-bottom: 20px;
    }
}
.wrapper-select .selectric-wrapper {
    z-index: 1;
    width: 100%;
    height: 60px;
}
@media screen and (max-width: 767px) {
    .wrapper-select .selectric-wrapper {
        height: 52px;
    }
}
.wrapper-select .selectric-wrapper .selectric {
    height: 100%;
    padding: 0 18px;
    background-color: #fff;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}
@media screen and (max-width: 767px) {
    .wrapper-select .selectric-wrapper .selectric {
        padding: 0 15px;
    }
}
.wrapper-select .selectric-wrapper .selectric .label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    margin-left: 0;
    font-size: 18px;
    line-height: 28px;
    color: #808080;
    background-color: #fff;
}
@media screen and (max-width: 767px) {
    .wrapper-select .selectric-wrapper .selectric .label {
        margin-right: 20px;
        font-size: 15px;
        line-height: 24px;
    }
}
.wrapper-select .selectric-wrapper .selectric .button {
    top: 10px;
    right: 18px;
    width: 20px;
    background-color: #fff;
}
@media screen and (max-width: 767px) {
    .wrapper-select .selectric-wrapper .selectric .button {
        top: 8px;
        right: 12px;
    }
}
.wrapper-select .selectric-wrapper .selectric ::after {
    border: 6px solid transparent;
    border-top-color: #bbb;
    border-bottom: none;
}
.wrapper-select .selectric-wrapper .selectric-items {
    top: calc(100% + 10px);
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 15px rgba(37, 37, 37, 0.1);
    box-shadow: 0 5px 15px rgba(37, 37, 37, 0.1);
}
@media screen and (max-width: 1199px) {
    .wrapper-select .selectric-wrapper .selectric-items {
        max-width: 100%;
    }
}
.wrapper-select .selectric-wrapper .selectric-items ul li {
    font-size: 16px;
    line-height: 20px;
}
@media screen and (max-width: 1199px) {
    .wrapper-select .selectric-wrapper .selectric-items ul li {
        font-size: 14px;
    }
}
.wrapper-select .selectric-wrapper .selectric-items ul li.selected {
    font-weight: 500;
    background-color: #f8f8f8;
}
.wrapper-select.-mod {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 110px;
    height: 66px;
    margin-bottom: 0;
    margin-left: 20px;
    font-size: 14px;
    line-height: 18px;
}
@media screen and (max-width: 1199px) {
    .wrapper-select.-mod {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-left: 0;
        width: 110px;
    }
}
@media screen and (max-width: 767px) {
    .wrapper-select.-mod {
        margin-right: 0;
        margin-left: 0;
        width: 50px;
    }
}
@media screen and (min-width: 1200px) {
    .wrapper-select.-mod:hover .label {
        color: #ffcb06 !important;
    }
    .wrapper-select.-mod:hover .header__town-icon {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }
    .wrapper-select.-mod:hover .header__town-icon path {
        fill: #ffcb06;
    }
    .wrapper-select.-mod:hover .header__arrow-town-icon path {
        stroke: #ffcb06;
    }
}
.wrapper-select.-mod .label {
    -webkit-transition: color 500ms;
    -o-transition: color 500ms;
    transition: color 500ms;
}
.wrapper-select.-mod .header__town-icon {
    position: relative;
    left: 15px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.wrapper-select.-mod .header__arrow-town-icon path {
    -webkit-transition: stroke 500ms, opacity 500ms;
    -o-transition: stroke 500ms, opacity 500ms;
    transition: stroke 500ms, opacity 500ms;
}
.wrapper-select.-mod .header__town-icon {
    opacity: 0;
    -webkit-transition: -webkit-transform 500ms;
    transition: -webkit-transform 500ms;
    -o-transition: transform 500ms;
    transition: transform 500ms;
    transition: transform 500ms, -webkit-transform 500ms;
}
.wrapper-select.-mod .header__town-icon.active {
    opacity: 1;
}
@media screen and (max-width: 1199px) {
    .wrapper-select.-mod .header__town-icon {
        display: none;
    }
}
.wrapper-select.-mod .header__town-icon path {
    -webkit-transition: fill 500ms;
    -o-transition: fill 500ms;
    transition: fill 500ms;
}

.wr-selectric-1 .selectric-wrapper {
    z-index: 1;
    width: 100%;
    height: 56px;
}
.wr-selectric-1 .selectric-wrapper .selectric {
    height: 100%;
    padding: 0;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}
.wr-selectric-1 .selectric-wrapper .selectric .label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    margin-left: 18px;
    font-size: 16px;
    line-height: 28px;
    color: #343434;
}
.wr-selectric-1 .selectric-wrapper .selectric .button {
    top: -2px;
    right: 10px;
    bottom: 0;
    width: 30px;
    height: 30px;
    margin: auto;
    border: none;
    background: url("/local/templates/renovod/dist/../img/svg/chevron-down.svg") transparent center no-repeat;
    background-size: contain;
}
.wr-selectric-1 .selectric-wrapper .selectric .button::after {
    content: "";
    display: inline-block;
    display: none;
}
.wr-selectric-1 .selectric-wrapper .selectric-items {
    top: calc(100% + 10px);
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 15px rgba(37, 37, 37, 0.1);
    box-shadow: 0 5px 15px rgba(37, 37, 37, 0.1);
}
@media screen and (max-width: 1199px) {
    .wr-selectric-1 .selectric-wrapper .selectric-items {
        max-width: 100%;
    }
}
.wr-selectric-1 .selectric-wrapper .selectric-items ul li {
    font-size: 16px;
    line-height: 20px;
}
@media screen and (max-width: 1199px) {
    .wr-selectric-1 .selectric-wrapper .selectric-items ul li {
        font-size: 14px;
    }
}
.wr-selectric-1 .selectric-wrapper .selectric-items ul li.selected {
    font-weight: 500;
    background-color: #f8f8f8;
}

.wr-selectric-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media screen and (max-width: 1199px) {
    .wr-selectric-2 {
        position: relative;
        right: -30px;
    }
}
@media screen and (max-width: 767px) {
    .wr-selectric-2 {
        position: relative;
        right: -25px;
    }
}
.wr-selectric-2 .selectric-wrapper {
    z-index: 1;
    width: 100%;
    height: 56px;
}
.wr-selectric-2 .selectric-wrapper .selectric {
    height: 100%;
    padding: 0;
    margin-left: 20px;
    background-color: #fff0;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}
@media screen and (max-width: 1199px) {
    .wr-selectric-2 .selectric-wrapper .selectric {
        margin-left: 0;
    }
}
.wr-selectric-2 .selectric-wrapper .selectric .label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    margin-left: 2px;
    font-size: 14px;
    line-height: 18px;
    color: #343434;
    min-width: 33px;
    background-color: transparent;
}
@media screen and (max-width: 1199px) {
    .wr-selectric-2 .selectric-wrapper .selectric .label {
        font-size: 24px;
        line-height: 30px;
    }
}
@media screen and (max-width: 767px) {
    .wr-selectric-2 .selectric-wrapper .selectric .label {
        font-size: 16px;
        line-height: 20px;
    }
}
.wr-selectric-2 .selectric-wrapper .selectric .button {
    top: 0;
    right: 15px;
    bottom: 0;
    width: 20px;
    height: 20px;
    margin: auto;
    border: none;
    background: url("/local/templates/renovod/dist/../img/svg/chevron-down.svg") #fff0 center no-repeat;
    background-size: contain;
}
@media screen and (max-width: 1199px) {
    .wr-selectric-2 .selectric-wrapper .selectric .button {
        top: -3px;
        right: 5px;
        width: 30px;
        height: 30px;
    }
}
@media screen and (max-width: 767px) {
    .wr-selectric-2 .selectric-wrapper .selectric .button {
        right: 0;
        width: 20px;
        height: 20px;
    }
}
.wr-selectric-2 .selectric-wrapper .selectric .button::after {
    content: "";
    display: inline-block;
    display: none;
}
.wr-selectric-2 .selectric-wrapper .selectric-items {
    top: 108%;
    left: 0;
    overflow: hidden;
    width: 110px !important;
    background-color: #fff;
    border: 1px solid #dbdbdb;
    border-radius: 0 0 20px 20px;
    -webkit-box-shadow: 0 5px 15px rgba(37, 37, 37, 0.1);
    box-shadow: 0 5px 15px rgba(37, 37, 37, 0.1);
}
@media screen and (max-width: 1199px) {
    .wr-selectric-2 .selectric-wrapper .selectric-items {
        left: auto;
    }
}
.wr-selectric-2 .selectric-wrapper .selectric-items ul li {
    padding: 14px 20px;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: #333;
}
@media screen and (max-width: 1199px) {
    .wr-selectric-2 .selectric-wrapper .selectric-items ul li {
        font-size: 14px;
    }
}
.wr-selectric-2 .selectric-wrapper .selectric-items ul li.selected {
    font-weight: 600;
    background-color: #f8f8f8;
}
.wr-selectric-2 .selectric-wrapper.selectric-open .selectric .button {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.field-text {
    position: relative;
    width: 100%;
    height: 58px;
    margin-bottom: 32px;
    font-size: 16px;
    line-height: 28px;
    color: #333;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    -webkit-transition: 250ms;
    -o-transition: 250ms;
    transition: 250ms;
}
@media screen and (max-width: 1199px) {
    .field-text {
        margin-bottom: 28px;
    }
}
@media screen and (max-width: 767px) {
    .field-text {
        margin-bottom: 25px;
    }
}
.field-text label {
    position: relative;
    display: block;
    height: 100%;
    cursor: pointer;
}
.field-text label input[inputmode="numeric"] {
    opacity: 0;
}
.field-text label input:-webkit-autofill,
.field-text label input:-webkit-autofill:hover,
.field-text label input:-webkit-autofill:focus,
.field-text label input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}
.field-text label > span {
    position: absolute;
    top: 15px;
    left: 18px;
    color: #999;
    -webkit-transition: 250ms;
    -o-transition: 250ms;
    transition: 250ms;
}
.field-text input {
    width: 100%;
    height: 100%;
    padding: 0 18px;
    font-family: ProximaNova, Arial, Helvetica, sans-serif;
    font-size: inherit;
    line-height: inherit;
    color: #343434;
    background-color: #fff0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}
.field-text input::-moz-placeholder {
    color: #808080;
}
.field-text input::-webkit-input-placeholder {
    color: #808080;
}
.field-text input[name="phone"] {
    letter-spacing: 1px;
}
.field-text input[name="time"] {
    letter-spacing: 1px;
}
.field-text.-mod-1 {
    height: auto;
    border: none;
}
@media screen and (max-width: 767px) {
    .field-text.-mod-1 {
        margin-bottom: 20px;
    }
}
.field-text.-mod-1 label > span {
    position: static;
    display: block;
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 26px;
    color: #343434;
    text-transform: none;
    letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
    .field-text.-mod-1 label > span {
        margin-bottom: 10px;
    }
}
.field-text.-mod-1 input[inputmode="numeric"] {
    opacity: 1;
}
.field-text.-mod-1 input {
    height: 60px;
    padding: 0 20px;
    font-family: Geometria, Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #343434;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
}
@media screen and (max-width: 767px) {
    .field-text.-mod-1 input {
        height: 52px;
        padding: 0 14px;
        font-size: 15px;
    }
}
.field-text.-mod-1 input:focus {
    border-color: #343434;
}
.field-text.-mod-1 input::-moz-placeholder {
    color: #808080;
}
.field-text.-mod-1 input::-webkit-input-placeholder {
    color: #808080;
}
.field-text.-date {
    margin-bottom: 0;
}
.field-text.-date input {
    display: none;
}
.field-text input:-webkit-autofill:hover {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}
.field-text input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}
.field-text input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}
.field-text textarea {
    overflow: auto;
    width: 100%;
    height: 140px;
    padding: 18px 20px;
    font-family: Geometria, Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #808080;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    resize: none;
    -webkit-appearance: none;
}
@media screen and (max-width: 767px) {
    .field-text textarea {
        height: 140px;
        padding: 15px;
        font-size: 15px;
    }
}
.field-text.textarea {
    margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
    .field-text.textarea {
        margin-bottom: 20px;
    }
}
.field-text.active label input[inputmode="numeric"]:focus {
    opacity: 1;
}
.field-text.active label input[inputmode="numeric"].act {
    opacity: 1;
}
.field-text.active label span {
    top: -20px;
    left: 0;
    font-size: 14px;
    line-height: 18px;
}
@media screen and (max-width: 1199px) {
    .field-text.active label span {
        font-size: 13px;
    }
}

.radio label {
    position: relative;
    display: block;
    height: 100%;
    cursor: pointer;
}

.radio input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    -webkit-appearance: none;
}
.radio input:checked + .radio__btn {
    border-color: #343434;
}

.radio__btn {
    display: block;
    height: 100px;
    margin-bottom: 16px;
    padding: 5px;
    background-origin: content-box;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    -webkit-transition: border-color 500ms;
    -o-transition: border-color 500ms;
    transition: border-color 500ms;
    cursor: pointer;
}
@media screen and (max-width: 767px) {
    .radio__btn {
        height: 40vw;
        margin-bottom: 10px;
        padding: 20px;
    }
}
@media screen and (min-width: 1200px) {
    .radio__btn:hover {
        border-color: #343434;
    }
}

.check-box__btn {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    margin-bottom: 24px;
    padding-right: 70px;
    padding-left: 20px;
    font-size: 16px;
    line-height: 20px;
    color: #808080;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    -webkit-transition: border-color 500ms;
    -o-transition: border-color 500ms;
    transition: border-color 500ms;
    cursor: pointer;
}
@media screen and (min-width: 1200px) {
    .check-box__btn:hover {
        border-color: #808080;
    }
}
.check-box__btn svg {
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto;
    -webkit-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
    opacity: 0;
}

.check-box input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.check-box input:checked + .check-box__btn {
    font-weight: 500;
    color: #343434;
    border-color: #343434;
}
@media screen and (min-width: 1200px) {
    .check-box input:checked + .check-box__btn:hover svg rect {
        fill: #343434;
    }
}
.check-box input:checked + .check-box__btn svg {
    opacity: 1;
}
.check-box input:checked + .check-box__btn svg rect {
    -webkit-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
}

.wr-select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -8px;
    padding-top: 10px;
}
@media screen and (max-width: 767px) {
    .wr-select {
        margin: 0;
        margin-bottom: 12px;
    }
}
.wr-select__elem {
    width: calc(50% - 16px);
    margin-right: 8px;
    margin-bottom: 32px;
    margin-left: 8px;
}
@media screen and (max-width: 767px) {
    .wr-select__elem {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
        margin-left: 0;
    }
}
.wr-select__elem.-mod {
    width: 100%;
}
@media screen and (max-width: 1199px) {
    .wr-select__elem.-mod {
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 767px) {
    .wr-select__elem.-mod {
        margin-bottom: 0;
    }
}
@media screen and (max-width: 767px) {
    .wr-select__elem.-mod .form-row__cont {
        margin-bottom: 0;
    }
}
.wr-select__title {
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
}
@media screen and (max-width: 1199px) {
    .wr-select__title {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 767px) {
    .wr-select__title {
        margin-bottom: 12px;
        font-size: 16px;
        line-height: 24px;
    }
}
.wr-select .selectric-wrapper {
    z-index: 1;
    width: 100%;
    height: 60px;
}
@media screen and (max-width: 767px) {
    .wr-select .selectric-wrapper {
        height: 52px;
    }
}
.wr-select .selectric-wrapper.selectric-open {
    z-index: 2;
}
.wr-select .selectric-wrapper .selectric {
    height: 100%;
    padding: 0 18px;
    background-color: #fff0;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}
@media screen and (max-width: 767px) {
    .wr-select .selectric-wrapper .selectric {
        padding: 0 15px;
    }
}
.wr-select .selectric-wrapper .selectric .label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    margin-left: 0;
    font-size: 16px;
    line-height: 20px;
    color: #343434;
}
@media screen and (max-width: 767px) {
    .wr-select .selectric-wrapper .selectric .label {
        margin-right: 20px;
        font-size: 15px;
        line-height: 24px;
    }
}
.wr-select .selectric-wrapper .selectric .button {
    top: 10px;
    right: 18px;
    width: 20px;
    background-color: #fff0;
}
@media screen and (max-width: 767px) {
    .wr-select .selectric-wrapper .selectric .button {
        top: 8px;
        right: 12px;
    }
}
.wr-select .selectric-wrapper .selectric ::after {
    border: 6px solid transparent;
    border-top-color: #bbb;
    border-bottom: none;
}
.wr-select .selectric-wrapper .selectric-items {
    top: calc(100% + 10px);
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 15px rgba(37, 37, 37, 0.1);
    box-shadow: 0 5px 15px rgba(37, 37, 37, 0.1);
}
@media screen and (max-width: 1199px) {
    .wr-select .selectric-wrapper .selectric-items {
        max-width: 100%;
    }
}
.wr-select .selectric-wrapper .selectric-items ul li {
    padding: 14px 20px;
    font-size: 16px;
    line-height: 20px;
}
@media screen and (max-width: 1199px) {
    .wr-select .selectric-wrapper .selectric-items ul li {
        padding: 10px;
        font-size: 14px;
    }
}
.wr-select .selectric-wrapper .selectric-items ul li.selected {
    font-weight: 500;
    background-color: #f8f8f8;
}
.wr-select .selectric-wrapper.selectric-above .selectric-items {
    top: auto;
    bottom: calc(100% + 10px);
}

.form-whats-app {
    position: absolute;
    right: -195px;
    bottom: 5px;
    width: 170px;
    font-size: 16px;
    line-height: 26px;
    color: #808080;
}
@media screen and (max-width: 1199px) {
    .form-whats-app {
        right: auto;
        bottom: -75px;
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .form-whats-app {
        position: relative;
        bottom: auto;
        display: inline-block;
        margin-top: 16px;
        margin-bottom: 10px;
        margin-left: 15px;
    }
}
.form-whats-app span {
    border-bottom: 1px dashed #808080;
}

.car-selection__title {
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #808080;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.car-selection__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media screen and (max-width: 767px) {
    .car-selection__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 7px;
    }
}
.car-selection__row .field-text {
    margin-right: 12px;
}
@media screen and (max-width: 767px) {
    .car-selection__row .field-text {
        width: calc(50% - 6px);
        margin-bottom: 16px;
    }
}
@media screen and (max-width: 767px) {
    .car-selection__row .field-text:first-of-type {
        margin-right: 6px;
    }
}
@media screen and (max-width: 767px) {
    .car-selection__row .field-text:last-of-type {
        margin-right: 0;
        margin-left: 6px;
    }
}
.car-selection__row .field-text input {
    height: 48px;
    font-weight: 500;
    color: #808080;
    background-color: #fff;
}
@media screen and (max-width: 1199px) {
    .car-selection__row .field-text input {
        font-size: 14px;
    }
}
.car-selection__row .btn {
    width: 120px;
    min-width: 120px;
    height: 48px;
    margin-top: 0;
    color: #343434;
    background-color: #fff;
    border-color: #dbdbdb;
}
@media screen and (max-width: 1199px) {
    .car-selection__row .btn {
        font-size: 14px;
    }
}
@media screen and (max-width: 767px) {
    .car-selection__row .btn {
        width: 100%;
        height: 52px;
    }
}
@media screen and (min-width: 1200px) {
    .car-selection__row .btn:hover {
        color: #fff;
        background-color: #343434;
    }
}

.car-selection .wrapper-select .selectric-wrapper {
    height: 48px;
}
.car-selection .wrapper-select .selectric-wrapper .selectric {
    border-radius: 3px;
}
.car-selection .wrapper-select .selectric-wrapper .selectric .label {
    font-size: 18px;
    color: #808080;
}
@media screen and (max-width: 1199px) {
    .car-selection .wrapper-select .selectric-wrapper .selectric .label {
        font-size: 16px;
    }
}
.car-selection .wrapper-select .selectric-wrapper .selectric .button {
    top: 4px;
}

.calendar {
    position: relative;
}
.calendar::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 28px;
    right: 20px;
    bottom: 0;
    width: 32px;
    height: 32px;
    margin: auto;
    pointer-events: none;
    background: url("/local/templates/renovod/dist/../img/svg/calendar.svg") no-repeat center center;
    background-size: auto;
}

.calendar-min {
    position: relative;
}
.calendar-min::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    right: 18px;
    bottom: 0;
    width: 32px;
    height: 32px;
    margin: auto;
    pointer-events: none;
    background: url("/local/templates/renovod/dist/../img/svg/calendar.svg") no-repeat center center;
    background-size: auto;
}
@media screen and (max-width: 767px) {
    .calendar-min::after {
        right: 12px;
    }
}

html {
    width: 100%;
    height: 100%;
    min-height: 100%;
    font-family: ProximaNova, Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #333;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 767px) {
    html {
        font-size: 14px;
    }
}
html * {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}
html .transition * {
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}
html .transition .wrapper-select {
    opacity: 0;
}
html body {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    min-height: 100%;
    font-family: ProximaNova, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
    color: #333;
    -webkit-transition: opacity 1000ms;
    -o-transition: opacity 1000ms;
    transition: opacity 1000ms;
}
@media screen and (max-width: 1199px) {
    html body {
        height: auto;
    }
}
html main {
    overflow-x: hidden;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    width: 100%;
    -webkit-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
}
@media screen and (max-width: 1199px) {
    html main {
        height: 100%;
    }
}
html .container {
    max-width: 1215px;
}
html img {
    max-width: 100%;
    line-height: 0;
    border: 0;
}
html a {
    color: #808080;
    text-decoration: none;
    -webkit-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-transition-property: color, border-bottom-color;
    -o-transition-property: color, border-bottom-color;
    transition-property: color, border-bottom-color;
}
html a.-underline {
    border-bottom: 1px solid #fff0;
}
html a.-white {
    color: #fff;
}
@media screen and (min-width: 1200px) {
    html a.-white:hover {
        color: #fff;
    }
}
html a.-white.-underline-hover {
    border-bottom: 1px solid transparent;
}
@media screen and (min-width: 1200px) {
    html a.-white.-underline-hover:hover {
        border-bottom-color: #fff;
    }
}
html b,
html strong {
    font-weight: 600;
}
html i,
html em {
    font-style: italic;
}
html h1,
html h2,
html h3,
html h4,
html h5,
html h6 {
    font-family: inherit;
    font-size: inherit;
    font-weight: normal;
}
html ul,
html ol {
    list-style: none;
}
html input[type="search"] {
    -webkit-appearance: none;
}
html input[type="search"]::-ms-clear,
html input[type="search"]::-ms-reveal {
    display: none;
}
html input[type="search"]::-webkit-search-decoration,
html input[type="search"]::-webkit-search-cancel-button,
html input[type="search"]::-webkit-search-results-button,
html input[type="search"]::-webkit-search-results-decoration {
    display: none;
    width: 0;
    height: 0;
}
html button {
    cursor: pointer;
}
html .position-abs-right {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
}
@media screen and (max-width: 1199px) {
    html .position-abs-right {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}
html .position-abs-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
}
@media screen and (max-width: 1199px) {
    html .position-abs-left {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}
html .wr-content {
    position: relative;
    padding: 60px 0 100px;
}
@media screen and (max-width: 1199px) {
    html .wr-content {
        padding: 60px 0;
    }
}
@media screen and (max-width: 767px) {
    html .wr-content {
        padding: 40px 0;
    }
}
html .wr-content__elem {
    padding-top: 36px;
}
@media screen and (max-width: 1199px) {
    html .wr-content__elem {
        padding-top: 20px;
    }
}
@media screen and (max-width: 767px) {
    html .wr-content__elem {
        padding-top: 10px;
    }
}
@media screen and (max-width: 767px) {
    html .wr-content__repairs h3 {
        display: none;
    }
}
html .wr-content__select .wr-select {
    margin-bottom: 18px;
    padding-top: 0;
}
@media screen and (max-width: 1199px) {
    html .wr-content__select .wr-select {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 767px) {
    html .wr-content__select .wr-select {
        margin-bottom: 18px;
    }
}
html h1,
html h2,
html .heading-1 {
    margin-bottom: 20px;
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
}
@media screen and (max-width: 767px) {
    html h1,
    html h2,
    html .heading-1 {
        margin-bottom: 12px;
        font-size: 26px;
        line-height: 34px;
    }
}
html h1.-mr-bottom,
html h2.-mr-bottom,
html .heading-1.-mr-bottom {
    margin-bottom: 60px;
}
@media screen and (max-width: 1199px) {
    html h1.-mr-bottom,
    html h2.-mr-bottom,
    html .heading-1.-mr-bottom {
        margin-bottom: 55px;
    }
}
@media screen and (max-width: 767px) {
    html h1.-mr-bottom,
    html h2.-mr-bottom,
    html .heading-1.-mr-bottom {
        margin-bottom: 30px;
    }
}
html h1.-mr-bottom-2,
html h2.-mr-bottom-2,
html .heading-1.-mr-bottom-2 {
    margin-bottom: 40px;
}
@media screen and (max-width: 1199px) {
    html h1.-mr-bottom-2,
    html h2.-mr-bottom-2,
    html .heading-1.-mr-bottom-2 {
        margin-bottom: 60px;
    }
}
@media screen and (max-width: 767px) {
    html h1.-mr-bottom-2,
    html h2.-mr-bottom-2,
    html .heading-1.-mr-bottom-2 {
        margin-bottom: 30px;
    }
}
html h1.-mr-bottom-3,
html h2.-mr-bottom-3,
html .heading-1.-mr-bottom-3 {
    margin-bottom: 40px;
}
@media screen and (max-width: 1199px) {
    html h1.-mr-bottom-3,
    html h2.-mr-bottom-3,
    html .heading-1.-mr-bottom-3 {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 767px) {
    html h1.-mr-bottom-3,
    html h2.-mr-bottom-3,
    html .heading-1.-mr-bottom-3 {
        margin-bottom: 20px;
    }
}
html h3,
html .heading-3 {
    margin-bottom: 48px;
    font-size: 36px;
    font-weight: 700;
    line-height: 52px;
}
@media screen and (max-width: 1199px) {
    html h3,
    html .heading-3 {
        margin-bottom: 35px;
    }
}
@media screen and (max-width: 767px) {
    html h3,
    html .heading-3 {
        margin-bottom: 28px;
        font-size: 26px;
        line-height: 40px;
    }
}
html p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
}
@media screen and (max-width: 767px) {
    html p {
        margin-bottom: 12px;
        font-size: 14px;
        line-height: 22px;
    }
}
html table {
    overflow: hidden;
    width: 100%;
    margin-bottom: 40px;
    border: 1px solid #e6e6e6;
    border-spacing: 0;
    border-bottom: none;
    border-radius: 10px;
}
html table tr:first-child {
    background-color: #ffcb06;
}
html table th {
    min-height: 55px;
    padding: 10px 40px;
    font-size: 18px;
    font-weight: 600;
    line-height: 36px;
    color: #343434;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: #ffcb06;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}
@media screen and (max-width: 1199px) {
    html table th {
        font-size: 18px;
        line-height: 36px;
    }
}
@media screen and (max-width: 767px) {
    html table th {
        padding: 15px;
        font-size: 14px;
        line-height: 24px;
    }
}
html table th:last-child {
    border-right: none;
}
html table th:first-child {
    text-align: left;
}
html table td {
    padding: 23px 40px;
    font-size: 18px;
    line-height: 26px;
    color: #343434;
    text-align: center;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}
@media screen and (max-width: 1199px) {
    html table td {
        font-size: 18px;
        line-height: 24px;
    }
}
@media screen and (max-width: 767px) {
    html table td {
        padding: 15px;
        font-size: 14px;
        line-height: 19px;
    }
}
html table td:last-child {
    border-right: none;
}
html table td:first-child {
    text-align: left;
}
@media screen and (max-width: 1199px) {
    html .text-xl-right {
        text-align: right;
    }
}
@media screen and (max-width: 767px) {
    html .text-md-right {
        text-align: right;
    }
}
html .text-right {
    text-align: right;
}
@media screen and (max-width: 1199px) {
    html .text-xl-left {
        text-align: left;
    }
}
@media screen and (max-width: 767px) {
    html .text-md-left {
        text-align: left;
    }
}
html .text-left {
    text-align: left;
}
@media screen and (max-width: 1199px) {
    html .text-xl-center {
        text-align: center;
    }
}
@media screen and (max-width: 767px) {
    html .text-xl-center {
        text-align: initial;
    }
}
@media screen and (max-width: 767px) {
    html .text-md-center {
        text-align: center;
    }
}
html .text-center {
    text-align: center;
}
@media screen and (max-width: 767px) {
    html .mr-md-bot-none {
        padding-bottom: 0 !important;
    }
}
@media screen and (max-width: 767px) {
    html .pd-md-none {
        padding: 0 !important;
    }
}
@media screen and (max-width: 767px) {
    html .-mr-top-md {
        margin-top: 15px;
    }
}
@media screen and (max-width: 1199px) {
    html .pd-xl-bot-none {
        padding-bottom: 0 !important;
    }
}
html .pd-bot-none {
    padding-bottom: 0 !important;
}
html .mg-bottom {
    margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
    html .mg-bottom {
        margin-bottom: 40px;
    }
}
html .mg-bottom-none {
    margin-bottom: 0;
}
html .-margin-top {
    margin-top: 15px;
}
@media screen and (max-width: 1199px) {
    html .-margin-top {
        margin-top: 0;
    }
}
html .-bg-grey {
    background-color: #f8f8f8;
}
html .-bg-black {
    background-color: #343434;
}
html .-bg-white {
    background-color: #fff;
}
html .-br-right {
    border-right: 1px solid #e7e7e7;
}
html .-br-left {
    border-left: 1px solid #e7e7e7;
}
@media screen and (max-width: 1199px) {
    html .-br-left {
        border-left: none;
    }
}
html .js_slider .slick-arrow {
    display: none !important;
}
html .js_slider .slick-dots {
    display: none !important;
}
html .fixed {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
}
html .text-uppercase {
    text-transform: uppercase;
}
html .shadow {
    position: relative;
}
html .shadow::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(51, 51, 51, 0.9);
    pointer-events: none;
}
@media screen and (max-width: 1199px) {
    html .cont-elem {
        margin: 0 -30px;
        padding: 58px 30px 0;
        background-color: #f8f8f8;
    }
}
@media screen and (max-width: 767px) {
    html .cont-elem {
        padding: 38px 30px 0;
    }
}
html .html-format a {
    color: #343434;
    border-bottom: 1px solid #343434;
    -webkit-transition: border-bottom-color 500ms, color 500ms;
    -o-transition: border-bottom-color 500ms, color 500ms;
    transition: border-bottom-color 500ms, color 500ms;
}
@media screen and (min-width: 1200px) {
    html .html-format a:hover {
        color: #808080;
        border-bottom-color: #fff0;
    }
}
html .html-format p {
    font-size: 18px;
    line-height: 26px;
}
@media screen and (max-width: 1199px) {
    html .html-format p {
        font-size: 17px;
        line-height: 25px;
    }
}
@media screen and (max-width: 767px) {
    html .html-format p {
        font-size: 14px;
        line-height: 24px;
    }
}
html .html-format p:last-child {
    margin-bottom: 0;
}
html .html-format ul,
html .html-format ol {
    max-width: 700px;
    margin-bottom: 32px;
    list-style: none;
}
@media screen and (max-width: 767px) {
    html .html-format ul,
    html .html-format ol {
        min-width: auto;
        margin-bottom: 24px;
    }
}
html .html-format ul:last-child,
html .html-format ol:last-child {
    margin-bottom: 0;
}
html .html-format ul li,
html .html-format ol li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 20px;
    font-size: 16px;
    line-height: 24px;
}
@media screen and (max-width: 767px) {
    html .html-format ul li,
    html .html-format ol li {
        font-size: 15px;
        line-height: 22px;
    }
}
html .html-format ul li::before,
html .html-format ol li::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}
html .html-format ul li:last-child,
html .html-format ol li:last-child {
    margin-bottom: 0;
}
html .html-format ol {
    counter-reset: section;
}
html .html-format ol li::before {
    content: "";
    display: inline-block;
    counter-increment: section;
    content: counter(section) ")";
    font-size: 16px;
    line-height: 24px;
    color: #343434;
}
html .html-format ul li::before {
    content: "";
    display: inline-block;
    top: 8px;
    width: 8px;
    height: 8px;
    background-color: #ffcb06;
    border-radius: 50%;
}
html .html-format table {
    margin-bottom: 50px;
}
@media screen and (max-width: 1199px) {
    html .html-format table {
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 767px) {
    html .html-format table {
        width: calc(100% + 30px);
        margin: 0 -15px 40px;
        border-radius: 0;
    }
}
html .html-format table:last-child {
    margin-bottom: 0;
}
html .html-format .btn {
    color: #fff;
    border-bottom-color: #343434;
    -webkit-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
}
@media screen and (min-width: 1200px) {
    html .html-format .btn:hover {
        color: #343434;
        border-bottom-color: #343434;
    }
}
html .html-format.-mod ul,
html .html-format.-mod ol {
    max-width: 100%;
}
html .html-format h2 {
    margin-bottom: 24px;
    font-size: 32px;
    font-weight: 700;
    line-height: 46px;
    color: #343434;
}
@media screen and (max-width: 767px) {
    html .html-format h2 {
        margin-bottom: 22px;
        font-size: 26px;
        line-height: 38px;
    }
}
html .html-format h3 {
    margin-bottom: 18px;
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
}
@media screen and (max-width: 767px) {
    html .html-format h3 {
        margin-bottom: 14px;
        font-size: 20px;
        line-height: 30px;
    }
}
html .html-format .contact-info {
    margin-bottom: 50px;
}
@media screen and (max-width: 1199px) {
    html .html-format .contact-info {
        margin-bottom: 45px;
    }
}
html .big-text {
    margin-bottom: 24px;
    font-size: 28px;
    font-weight: 700;
    line-height: 38px;
}
@media screen and (max-width: 1199px) {
    html .big-text {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 767px) {
    html .big-text {
        margin-bottom: 10px;
        font-size: 20px;
        line-height: 30px;
    }
}
html .big-text.-mod {
    max-width: 70%;
}
@media screen and (max-width: 1199px) {
    html .bg-grey-mob {
        background-color: #f8f8f8 !important;
    }
}
html .-width-all {
    width: 100%;
}
html .-height-all {
    height: 100%;
}

.relative {
    position: relative;
    z-index: 1;
}

.margin-1 {
    margin-bottom: 60px;
}
@media screen and (max-width: 1199px) {
    .margin-1 {
        margin-bottom: 20px;
    }
}

.page-index {
    padding-top: 120px;
    padding-bottom: 120px;
}
@media screen and (max-width: 1199px) {
    .page-index {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}
@media screen and (max-width: 767px) {
    .page-index {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.index-title {
    max-width: 100%;
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: bold;
    line-height: 42px;
    color: #333;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .index-title {
        margin-bottom: 18px;
        font-size: 24px;
        line-height: 32px;
    }
}

.index-menu span,
.index-menu a {
    display: block;
    margin-bottom: 10px;
    padding-top: 2px;
    font-size: 18px;
    line-height: 38px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    background-color: #ffcb06;
    border: 1px solid #fff;
    -webkit-transition: color 500ms, background-color 500ms;
    -o-transition: color 500ms, background-color 500ms;
    transition: color 500ms, background-color 500ms;
    cursor: pointer;
}
@media screen and (max-width: 767px) {
    .index-menu span,
    .index-menu a {
        margin-bottom: 8px;
        font-size: 14px;
        font-weight: 500;
        line-height: 30px;
    }
}
@media screen and (min-width: 1200px) {
    .index-menu span:hover,
    .index-menu a:hover {
        background-color: #343434;
    }
}

.header {
    position: relative;
    z-index: 10;
    height: 120px;
    min-height: 120px;
}
@media screen and (max-width: 1199px) {
    .header {
        height: 100px;
        min-height: auto;
    }
}
@media screen and (max-width: 767px) {
    .header {
        height: 56px;
    }
}
.header__cont {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 1199px) {
    .header__cont {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100px;
    }
}
@media screen and (max-width: 767px) {
    .header__cont {
        height: 56px;
    }
}

.nav__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.nav__link {
    position: relative;
    display: inline-block;
    height: 100%;
    padding: 0 16px;
    font-size: 14px;
    font-weight: 500;
    line-height: 50px;
    color: #343434;
    text-transform: uppercase;
    letter-spacing: 1px;
    white-space: nowrap;
    -webkit-transition: color 500ms;
    -o-transition: color 500ms;
    transition: color 500ms;
}
@media screen and (max-width: 767px) {
    .nav__link {
        padding: 0 20px;
    }
}
.nav__link.-narrow {
    letter-spacing: 0.5px;
}

.nav__text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 350px;
    flex: 1 1 350px;
    font-size: 14px;
    line-height: 22px;
    color: #808080;
}
@media screen and (max-width: 1199px) {
    .nav__text {
        font-size: 16px;
        line-height: 24px;
    }
}
@media screen and (max-width: 767px) {
    .nav__text {
        font-size: 13px;
        line-height: 20px;
    }
}
.nav__text.-mod {
    max-width: 40%;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .nav__text.-mod {
        max-width: 90%;
    }
}

.nav__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
}
.nav__row-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: calc(100% - 245px);
}
.nav__row-right {
    width: 245px;
}
.nav__row.-top {
    position: relative;
}
.nav__row.-top::after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #e7e7e7;
}
@media screen and (max-width: 1199px) {
    .nav__row.-top::after {
        display: none;
    }
}
.nav__row.-top .nav__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    font-weight: 700;
    line-height: 66px;
    color: #343434;
    -webkit-transition: color 200ms;
    -o-transition: color 200ms;
    transition: color 200ms;
}
.nav__row.-top .nav__link::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #ffcb06;
    -webkit-transition: opacity 500ms, -webkit-transform 250ms;
    transition: opacity 500ms, -webkit-transform 250ms;
    -o-transition: transform 250ms, opacity 500ms;
    transition: transform 250ms, opacity 500ms;
    transition: transform 250ms, opacity 500ms, -webkit-transform 250ms;
    -webkit-transform: translateX(-110%);
    -ms-transform: translateX(-110%);
    transform: translateX(-110%);
    opacity: 0;
}
.nav__row.-top .nav__link.active {
    color: #ffcb06;
}
@media screen and (min-width: 1200px) {
    .nav__row.-top .nav__link:hover {
        color: #ffcb06;
    }
}
.nav__row.-top .nav__link.active::after {
    content: "";
    display: inline-block;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}
.nav__row.-bottom .nav__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    line-height: 55px;
    color: #343434;
}
@media screen and (min-width: 1200px) {
    .nav__row.-bottom .nav__link:hover {
        color: #ffcb06;
    }
}
.nav__row.-bottom .nav__link.active {
    font-weight: 700;
    color: #ffcb06;
}

.nav .whats-app {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 66px;
    color: #343434;
    text-transform: none;
    letter-spacing: 0.5px;
    white-space: nowrap;
    -webkit-transition: color 500ms;
    -o-transition: color 500ms;
    transition: color 500ms;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
@media screen and (min-width: 1200px) {
    .nav .whats-app:hover {
        color: #ffcb06;
    }
    .nav .whats-app:hover::after {
        content: "";
        display: inline-block;
        display: none;
    }
    .nav .whats-app:hover .svg-wrap svg {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }
    .nav .whats-app:hover .svg-wrap svg path {
        fill: #2cb742;
    }
    .nav .whats-app.telegram:hover .svg-wrap svg path {
        fill: #0088cc;
    }
    .nav .whats-app:hover .svg-wrap-arrow svg path {
        stroke: #ffcb06;
    }
}
.nav .whats-app .svg-wrap-arrow svg path {
    -webkit-transition: stroke 500ms;
    -o-transition: stroke 500ms;
    transition: stroke 500ms;
}
.nav .whats-app .svg-wrap svg {
    -webkit-transition: -webkit-transform 500ms;
    transition: -webkit-transform 500ms;
    -o-transition: transform 500ms;
    transition: transform 500ms;
    transition: transform 500ms, -webkit-transform 500ms;
}
.nav .whats-app .svg-wrap svg path {
    fill: #343434;
    -webkit-transition: fill 500ms;
    -o-transition: fill 500ms;
    transition: fill 500ms;
}

@media screen and (max-width: 1199px) {
    .logo-mobile {
        width: 188px;
        height: 61px;
    }
}

@media screen and (max-width: 767px) {
    .logo-mobile {
        width: 108px;
        height: 36px;
    }
}

.footer {
    color: #808080;
    background-color: #f8f8f8;
}
@media screen and (max-width: 1199px) {
    .footer {
        margin-bottom: 78px;
    }
}
@media screen and (max-width: 767px) {
    .footer {
        margin-bottom: 50px;
    }
}
.footer__elem {
    width: 100%;
    margin-bottom: 20px;
}
@media screen and (max-width: 1199px) {
    .footer__elem {
        width: 50%;
        padding-right: 100px;
    }
}
@media screen and (max-width: 767px) {
    .footer__elem {
        width: 100%;
        padding-right: 0;
    }
}
.footer__section {
    border-top: 1px solid #e7e7e7;
}
.footer__section-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.footer__section-right-elem:nth-child(1) {
    width: 85%;
    padding-right: 40px;
}
.footer__section-right-elem:nth-child(1) .link-list ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.footer__section-right-elem:nth-child(1) .link-list ul li {
    margin-right: 24px;
}
.footer__section-right-elem:nth-child(2) {
    width: 15%;
}
.footer__section-right-elem:nth-child(2) .link-list ul {
    display: block;
}
.footer__section-right-elem:nth-child(2) .link-list ul li {
    margin-bottom: 14px;
}
.footer__section.-top {
    padding-bottom: 10px;
}
@media screen and (max-width: 1199px) {
    .footer__section.-top {
        padding-bottom: 30px;
    }
}
@media screen and (max-width: 767px) {
    .footer__section.-top {
        padding-bottom: 5px;
    }
}
.footer__section.-top .footer__section-left {
    padding-top: 45px;
}
@media screen and (max-width: 1199px) {
    .footer__section.-top .footer__section-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 -8px;
        padding-top: 32px;
    }
}
@media screen and (max-width: 767px) {
    .footer__section.-top .footer__section-left {
        padding-top: 30px;
    }
}
@media screen and (max-width: 1199px) {
    .footer__section.-top .footer__section-left .footer__elem {
        margin: 0 8px;
    }
}
@media screen and (max-width: 767px) {
    .footer__section.-top .footer__section-left .footer__elem {
        margin: 0 8px 20px;
    }
}
.footer__section.-top .footer__section-left .footer__elem.footer__title {
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
}
@media screen and (max-width: 1199px) {
    .footer__section.-top .footer__section-left .footer__elem.footer__title {
        width: 100%;
        margin-bottom: 24px;
        font-size: 30px;
        line-height: 38px;
    }
}
@media screen and (max-width: 767px) {
    .footer__section.-top .footer__section-left .footer__elem.footer__title {
        margin-bottom: 20px;
        font-size: 24px;
        font-weight: 500;
        line-height: 32px;
        text-align: center;
    }
}
.footer__section.-top .footer__section-left .footer__elem.footer__title a {
    color: #343434;
}
.footer__section.-top .footer__section-left .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}
@media screen and (max-width: 1199px) {
    .footer__section.-top .footer__section-left .wrapper {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}
@media screen and (max-width: 767px) {
    .footer__section.-top .footer__section-left .wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
.footer__section.-top .footer__section-right {
    padding-top: 45px;
}
.footer__section.-center {
    padding: 24px 0 16px;
}
.footer__section.-bottom {
    min-height: 86px;
    padding: 20px 0;
}
@media screen and (max-width: 767px) {
    .footer__section.-bottom {
        padding: 23px 0;
    }
}
.footer p {
    font-size: 16px;
    line-height: 24px;
}
.footer.-white {
    background-color: #fff;
}

.link-list {
    width: 100%;
    margin-bottom: 18px;
}
.link-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    line-height: 22px;
}
.link-list ul li {
    margin-bottom: 10px;
}
.link-list ul li:last-child {
    margin-bottom: 0;
}
.link-list__title {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.link-list__link {
    color: #808080;
    border-bottom: 1px solid #fff0;
    -webkit-transition: color 500ms, border-bottom-color 500ms;
    -o-transition: color 500ms, border-bottom-color 500ms;
    transition: color 500ms, border-bottom-color 500ms;
}
@media screen and (min-width: 1200px) {
    .link-list__link:hover {
        color: #343434;
        border-bottom-color: #343434;
    }
}

.block-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 26px 15px;
    color: #343434;
    background-color: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    -webkit-transition: color 500ms;
    -o-transition: color 500ms;
    transition: color 500ms;
}
@media screen and (max-width: 1199px) {
    .block-info {
        min-height: 96px;
        padding: 18px 13px;
    }
}
@media screen and (max-width: 767px) {
    .block-info {
        padding: 18px;
    }
}
@media screen and (min-width: 1200px) {
    .block-info:hover {
        color: #808080;
    }
}
.block-info svg {
    min-width: 32px;
    margin-right: 16px;
}
.block-info img {
    width: 70px;
    height: 70px;
    margin-right: 16px;
}
@media screen and (max-width: 1199px) {
    .block-info img {
        width: 60px;
        height: 60px;
    }
}
.block-info span {
    font-size: 14px;
    line-height: 20px;
}

.hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 44px;
    height: 40px;
    padding: 4px;
    cursor: pointer;
}
@media screen and (max-width: 767px) {
    .hamburger {
        width: 30px;
        height: 28px;
    }
}
.hamburger::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 3px;
    background-color: #343434;
    -webkit-transition: -webkit-transform 166.66667ms;
    transition: -webkit-transform 166.66667ms;
    -o-transition: transform 166.66667ms;
    transition: transform 166.66667ms;
    transition: transform 166.66667ms, -webkit-transform 166.66667ms;
}
@media screen and (max-width: 767px) {
    .hamburger::after {
        height: 2px;
    }
}
.hamburger::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 3px;
    background-color: #343434;
    -webkit-transition: -webkit-transform 166.66667ms;
    transition: -webkit-transform 166.66667ms;
    -o-transition: transform 166.66667ms;
    transition: transform 166.66667ms;
    transition: transform 166.66667ms, -webkit-transform 166.66667ms;
}
@media screen and (max-width: 767px) {
    .hamburger::before {
        height: 2px;
    }
}
@media screen and (min-width: 1200px) {
    .hamburger:hover div {
        -webkit-transform: translate(-5px);
        -ms-transform: translate(-5px);
        transform: translate(-5px);
    }
}
.hamburger div {
    width: 100%;
    height: 3px;
    background-color: #343434;
    -webkit-transition: -webkit-transform 500ms;
    transition: -webkit-transform 500ms;
    -o-transition: transform 500ms;
    transition: transform 500ms;
    transition: transform 500ms, -webkit-transform 500ms;
}
@media screen and (max-width: 767px) {
    .hamburger div {
        width: 100%;
        height: 2px;
    }
}
.hamburger.active::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 3px;
    background-color: #343434;
    -webkit-transform: translate3d(0, -14px, 0) rotate(-45deg);
    transform: translate3d(0, -14px, 0) rotate(-45deg);
}
@media screen and (max-width: 767px) {
    .hamburger.active::after {
        height: 2px;
        -webkit-transform: translate3d(0, -9px, 0) rotate(-45deg);
        transform: translate3d(0, -9px, 0) rotate(-45deg);
    }
}
.hamburger.active::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 3px;
    background-color: #343434;
    -webkit-transform: translate3d(0, 15px, 0) rotate(45deg);
    transform: translate3d(0, 15px, 0) rotate(45deg);
}
@media screen and (max-width: 767px) {
    .hamburger.active::before {
        height: 2px;
        -webkit-transform: translate3d(0, 9px, 0) rotate(45deg);
        transform: translate3d(0, 9px, 0) rotate(45deg);
    }
}
.hamburger.active div {
    opacity: 0;
}

.nav-mob {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    min-height: 74px;
    margin: auto;
    padding: 11px 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 -1px 8px rgba(169, 169, 169, 0.25);
    box-shadow: 0 -1px 8px rgba(169, 169, 169, 0.25);
}
@media screen and (max-width: 767px) {
    .nav-mob {
        min-height: 50px;
        padding: 8px 15px;
    }
}

@charset "UTF-8";
.wr-accordion {
    width: 100%;
}
.wr-accordion__title {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-box-shadow: 0 -20px 20px #f8f8f8;
    box-shadow: 0 -20px 20px #f8f8f8;
    -webkit-transition: color 500ms;
    -o-transition: color 500ms;
    transition: color 500ms;
}
.wr-accordion__btn {
    position: relative;
    padding-right: 21px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.wr-accordion__btn::before {
    content: "";
    display: inline-block;
    content: "РАЗВЕРНУТЬ";
}
.wr-accordion__btn svg {
    position: absolute;
    top: 5px;
    right: 0;
    -webkit-transition: -webkit-transform 500ms;
    transition: -webkit-transform 500ms;
    -o-transition: transform 500ms;
    transition: transform 500ms;
    transition: transform 500ms, -webkit-transform 500ms;
}
.wr-accordion__btn svg path {
    -webkit-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
}
.wr-accordion .accordion {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 78px;
    padding-bottom: 8px;
    font-size: 16px;
    line-height: 24px;
    border: none;
    -webkit-transition: 250ms;
    -o-transition: 250ms;
    transition: 250ms;
}
.wr-accordion.-list {
    padding-right: 40px;
}
.wr-accordion.-list .wr-accordion__title {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.wr-accordion.-list .wr-accordion__btn {
    width: 100%;
}
.wr-accordion.-list .wr-accordion__btn::before {
    content: "";
    display: inline-block;
    display: none;
}
.wr-accordion.-list .wr-accordion__btn svg {
    top: 0;
    width: 22px;
    height: 22px;
}
.wr-accordion.-list .accordion {
    overflow: hidden;
    width: calc(100% + 20px);
    height: 0;
    margin-bottom: 20px;
    margin-left: -10px;
    -webkit-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
}
.wr-accordion.-list .accordion ul {
    padding-top: 10px;
}
.wr-accordion.-list .accordion ul li a {
    display: block;
    padding: 8px 13px;
    border-radius: 3px;
    -webkit-transition: background-color 500ms, color 500ms;
    -o-transition: background-color 500ms, color 500ms;
    transition: background-color 500ms, color 500ms;
}
@media screen and (min-width: 1200px) {
    .wr-accordion.-list .accordion ul li a:hover {
        color: #343434;
        background-color: #f8f8f8;
    }
}
.wr-accordion.-list .accordion ul li a.active {
    font-weight: 500;
    color: #343434;
}
.wr-accordion.active .wr-accordion__title {
    color: #343434;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.wr-accordion.active .wr-accordion__btn::before {
    content: "";
    display: inline-block;
    content: "Свернуть";
}
.wr-accordion.active .wr-accordion__btn svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.wr-accordion.active .wr-accordion__btn svg path {
    fill: #343434;
}
.wr-accordion.active.-list .wr-accordion__btn::before {
    content: "";
    display: inline-block;
    display: none;
}
.wr-accordion.active.-list .accordion {
    height: auto;
}

.footer-min {
    font-size: 14px;
    line-height: 24px;
}
@media screen and (max-width: 1199px) {
    .footer-min {
        font-size: 14px;
    }
}

.header-mobile {
    position: fixed;
    top: 120px;
    left: 0;
    z-index: 9;
    overflow-y: auto;
    width: 100%;
    height: calc(100% - 194px);
    background-color: #fff;
    opacity: 0;
    pointer-events: none;
}
@media screen and (max-width: 1199px) {
    .header-mobile {
        top: 100px;
        height: calc(100% - 150px);
    }
}
@media screen and (max-width: 767px) {
    .header-mobile {
        top: 56px;
        height: calc(100% - 106px);
    }
}
.header-mobile__container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow-y: auto;
    height: 100%;
    min-height: 100%;
}
.header-mobile.active {
    opacity: 1;
    pointer-events: auto;
}

.header-mobile-menu__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow-x: auto;
    margin-top: 5px;
    border-bottom: 1px solid #e7e7e7;
}
@media screen and (max-width: 767px) {
    .header-mobile-menu__links {
        margin-top: 0;
    }
}
.header-mobile-menu__links-elem {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-right: 8px;
    padding-left: 8px;
    font-size: 26px;
    font-weight: 600;
    line-height: 90px;
    color: #343434;
    text-align: center;
    text-transform: uppercase;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}
@media screen and (max-width: 767px) {
    .header-mobile-menu__links-elem {
        padding-bottom: 10px;
        font-size: 12px;
        font-weight: 600;
        line-height: 20px;
        border-top: 3px solid transparent;
        border-bottom: 3px solid transparent;
    }
}
.header-mobile-menu__links-elem.active {
    border-bottom: 4px solid #ffcb06;
}
@media screen and (max-width: 767px) {
    .header-mobile-menu__links-elem.active {
        border-bottom: 3px solid #ffcb06;
    }
}

.header-mobile-menu__btn {
    padding: 30px 0;
    border-bottom: 1px solid #e7e7e7;
}
@media screen and (max-width: 1199px) {
    .header-mobile-menu__btn {
        padding: 30px 0 0;
        border-bottom: none;
    }
}
@media screen and (max-width: 767px) {
    .header-mobile-menu__btn {
        padding: 20px 0 0;
    }
}
@media screen and (max-width: 767px) {
    .header-mobile-menu__btn .btn {
        margin-bottom: 12px;
    }
}

.header-mobile-menu__item {
    display: block;
    width: calc(100% - 30px);
    margin: 0 15px;
    font-size: 26px;
    font-weight: 500;
    line-height: 96px;
    color: #343434;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 1px solid #e7e7e7;
    -webkit-transition: opacity 1000ms;
    -o-transition: opacity 1000ms;
    transition: opacity 1000ms;
    opacity: 0;
}
@media screen and (max-width: 767px) {
    .header-mobile-menu__item {
        font-size: 14px;
        line-height: 54px;
    }
}
.header-mobile-menu__item:last-of-type {
    border-bottom: none;
}
.header-mobile-menu__item.active {
    opacity: 1;
}

.header-mobile-menu__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 20px 0;
}
@media screen and (max-width: 767px) {
    .header-mobile-menu__footer {
        margin-top: -1px;
        padding: 24px 0;
    }
}
.header-mobile-menu__footer .footer-min {
    width: 100%;
}

.header-mobile-menu__contact {
    padding-top: 50px;
}
@media screen and (max-width: 767px) {
    .header-mobile-menu__contact {
        margin-bottom: 50px;
        padding-top: 25px;
    }
}
.header-mobile-menu__contact-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
    .header-mobile-menu__contact-row {
        margin-bottom: 12px;
    }
}
.header-mobile-menu__contact .-narrow {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.5px;
}
@media screen and (max-width: 767px) {
    .header-mobile-menu__contact .-narrow {
        font-size: 14px;
        line-height: 20px;
    }
}
.header-mobile-menu__contact .whats-app {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    text-transform: initial;
    letter-spacing: 0.5px;
    border-left: 1px solid #dbdbdb;
}
@media screen and (max-width: 767px) {
    .header-mobile-menu__contact .whats-app {
        font-size: 14px;
        line-height: 20px;
    }
}
.header-mobile-menu__contact .whats-app svg {
    margin-right: 10px;
}

.wr-popup {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    padding: 100px 0;
    opacity: 0;
    visibility: hidden;
    cursor: auto;
}
@media screen and (max-width: 1199px) {
    .wr-popup {
        overflow: hidden;
    }
}
@media screen and (max-width: 767px) {
    .wr-popup {
        padding: 0;
    }
}
.wr-popup .popup {
    width: 700px;
    height: auto;
    margin: auto;
    padding: 78px 120px 70px;
    background-color: #fff;
    border-radius: 5px;
    -webkit-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
    opacity: 0;
    visibility: hidden;
}
@media screen and (max-width: 767px) {
    .wr-popup .popup {
        width: calc(100% - 30px);
        padding: 32px 24px;
    }
}
.wr-popup .popup__container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 100%;
    border-radius: 10px;
}
.wr-popup .popup__title {
    margin-bottom: 16px;
    font-size: 32px;
    font-weight: 600;
    line-height: 44px;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .wr-popup .popup__title {
        margin: 0 auto 10px;
        font-size: 24px;
        line-height: 30px;
    }
}
.wr-popup .popup__info {
    margin-bottom: 28px;
    font-size: 20px;
    line-height: 28px;
    color: #808080;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .wr-popup .popup__info {
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 20px;
    }
}
.wr-popup .popup .btn {
    max-width: 298px;
}
.wr-popup .popup__background {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
}
.wr-popup.active {
    opacity: 1;
    visibility: visible;
}
.wr-popup.active .popup {
    opacity: 1;
    visibility: visible;
}
.wr-popup .popup-town {
    width: 1177px;
    padding: 60px 85px 80px;
    background-size: 562px auto;
    background-repeat: no-repeat;
    background-position: bottom right;
}
@media screen and (max-width: 1199px) {
    .wr-popup .popup-town {
        width: 100%;
        height: 100%;
        padding: 15px 17px;
        background-image: none !important;
    }
}
.wr-popup .popup-town .logo-mobile {
    margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
    .wr-popup .popup-town .logo-mobile {
        margin-bottom: 20px;
    }
}
.wr-popup .popup-town .popup__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.wr-popup .popup-town__header {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media screen and (max-width: 1199px) {
    .wr-popup .popup-town__header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
.wr-popup .popup-town__header .exit-icon__wrap {
    position: absolute;
    right: 0;
    top: -10px;
    cursor: pointer;
}
@media screen and (max-width: 1199px) {
    .wr-popup .popup-town__header .exit-icon__wrap {
        top: 5px;
    }
}
@media screen and (max-width: 767px) {
    .wr-popup .popup-town__header .exit-icon__wrap svg {
        height: 18px;
    }
}
.wr-popup .popup-town__title {
    margin-bottom: 12px;
    font-size: 40px;
    font-weight: 700;
    line-height: 49px;
}
@media screen and (max-width: 1199px) {
    .wr-popup .popup-town__title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 767px) {
    .wr-popup .popup-town__title {
        margin-bottom: 8px;
        font-size: 26px;
        line-height: 32px;
    }
}
.wr-popup .popup-town__text {
    max-width: 330px;
    margin-bottom: 40px;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}
@media screen and (max-width: 1199px) {
    .wr-popup .popup-town__text {
        margin: 0 auto 25px;
        text-align: center;
    }
}
@media screen and (max-width: 767px) {
    .wr-popup .popup-town__text {
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 21px;
    }
}
.wr-popup .popup-town__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 674px;
}
@media screen and (max-width: 1199px) {
    .wr-popup .popup-town__links {
        max-width: 100%;
    }
}
.wr-popup .popup-town__link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
@media screen and (max-width: 1199px) {
    .wr-popup .popup-town__link {
        width: 100%;
    }
}
.wr-popup .popup-town__link-number {
    position: absolute;
    right: 15px;
    bottom: -24px;
    font-size: 80px;
    line-height: 97px;
    color: #fff;
}
@media screen and (max-width: 767px) {
    .wr-popup .popup-town__link-number {
        display: none;
    }
}
.wr-popup .popup-town__link-arrow {
    width: 48px;
    height: 48px;
    position: absolute;
    right: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ffcb06;
    -webkit-transition: width 500ms, height 500ms;
    -o-transition: width 500ms, height 500ms;
    transition: width 500ms, height 500ms;
}
@media screen and (max-width: 767px) {
    .wr-popup .popup-town__link-arrow {
        height: 100%;
    }
}
.wr-popup .popup-town__link-wrap {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 307px;
    height: 192px;
    margin-bottom: 50px;
    padding: 40px;
    background-color: #f6f6f6;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #343434;
    -webkit-transition: background-color 500ms, color 500ms;
    -o-transition: background-color 500ms, color 500ms;
    transition: background-color 500ms, color 500ms;
    border-radius: 5px;
}
@media screen and (max-width: 1199px) {
    .wr-popup .popup-town__link-wrap {
        width: 100%;
        height: 140px;
        margin-bottom: 20px;
        border-radius: 0;
    }
}
@media screen and (max-width: 767px) {
    .wr-popup .popup-town__link-wrap {
        height: auto;
        padding: 10px 51px 10px 25px;
        font-size: 18px;
        line-height: 27px;
    }
}
@media screen and (min-width: 1200px) {
    .wr-popup .popup-town__link-wrap:hover {
        color: #fff;
        background-color: #343434;
    }
    .wr-popup .popup-town__link-wrap:hover .popup-town__link-arrow {
        width: 66px;
        height: 66px;
    }
}

@media screen and (max-width: 1199px) {
    .popup-town__wrapper {
        padding: 0 !important;
        border-radius: 0;
    }
}

@media screen and (max-width: 1199px) {
    .wr-popup .popup-town {
        overflow-y: scroll;
        margin: 0 auto;
        border-radius: 0;
    }
    .wr-popup .popup-town .popup__container {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
}
@media screen and (max-width: 1199px) {
    .logo {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100%;
    }
}
@media screen and (max-width: 1199px) {
    .logo img {
        height: 85px;
    }
}
@media screen and (max-width: 767px) {
    .logo img {
        height: 38px;
    }
}


.blockText {
    margin-top: 40px !important;
    margin-bottom: 52px !important;
    padding-left: 25px !important;
    font-size: 16px;
    line-height: 26px;
}
@media screen and (max-width: 1199px) {
    .blockText {
        margin-top: 25px;
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 767px) {
  .blockText {
        margin-top: 12px;
        padding-left: 16px;
        font-size: 14px;
        line-height: 20px;
    }
}
/* End */


/* Start:/local/templates/renovod/dist/custom.css?1766134413201*/
.social-network__elem{
    width: 34px;
    height: 34px;
}
.container-map__tabs{
    bottom: 10px;
}
.nav .whats-app .svg-wrap svg {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}
/* End */


/* Start:/local/templates/renovod/template_styles.css?1697103119328*/
.margin-bottom-md{
    margin-bottom: 30px !important;
}
.js_email_field{
    display: none;
}
.html-format .additional_text{
    margin-bottom: 40px;
}
html .html-format table{
    margin-bottom: 25px;
}

#vk_community_messages {
	bottom: 56px !important;
}
#callibri_soc .callibri_wrap_pict_index {
	bottom: 70px !important;
}
/* End */
/* /local/templates/renovod/dist/toast.css?16299692381075 */
/* /local/templates/renovod/dist/main.css?1766136148331059 */
/* /local/templates/renovod/dist/custom.css?1766134413201 */
/* /local/templates/renovod/template_styles.css?1697103119328 */
