@import url("../font/Mazda/font.css");
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
html.full {
    height: 100%;
    overflow: hidden;
}
body {
    font-size: 14px;
    margin: 0;
    background: #191919;
    color: #fff;
    font-weight: 400;
    font-family: Mazda Type Cyrillic, sans-serif;
    overflow-x: hidden;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}
body.over {
    overflow: hidden;
}
p {
    margin: 10px 0 15px;
}
p:first-child {
    margin-top: 0;
}
* {
    box-sizing: border-box;
}
.focus,
:focus {
    outline: 5px auto -webkit-focus-ring-color;
}
a {
    color: inherit;
}
a,
a:focus,
a:hover {
    outline: none;
    text-decoration: none;
}
.js-no-dots .owl-dots {
    display: none !important;
}
.wrapper {
    overflow-x: hidden;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    transition: filter 0.2s;
    will-change: filter;
    overflow: hidden;
}
.container,
.wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}
.container {
    max-width: 1230px;
    padding: 0 15px;
    margin: 0 auto;
    z-index: 2;
}
.logo {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.logo__image {
    -ms-flex: 0 0 54px;
    flex: 0 0 54px;
    margin-right: 40px;
}
.logo__text-large {
    display: block;
    font-size: 24px;
    font-weight: 500;
    line-height: 29px;
    margin-bottom: 2px;
}
.logo__text-small {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    display: block;
}
.logo img {
    width: 100%;
}
.title-2 {
    font-weight: 700;
    font-size: 38px;
    line-height: 46px;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase;
}
.rouble {
    font-family: PT Rouble Sans, sans-serif;
}
.ttu {
    text-transform: uppercase;
}
.tac {
    text-align: center;
}
.tal {
    text-align: left;
}
.bold {
    font-weight: 700;
}
.light {
    font-weight: 300;
}
.block {
    display: block;
}
.z1 {
    z-index: 1;
}
.z2 {
    z-index: 2;
}
.z3 {
    z-index: 3;
}
.z4 {
    z-index: 4;
}
.z6 {
    z-index: 6;
}
img {
    max-width: 100%;
}
.hidden {
    display: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}
[role="button"] {
    cursor: pointer;
}
.hidden_desktop,
.hidden_desktop-fx {
    display: none !important;
}
.owl-carousel .animated {
    animation-duration: 0.2s;
    animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
    z-index: 0;
}
.owl-carousel .owl-animated-out {
    z-index: 1;
}
.owl-carousel .fadeOut {
    animation-name: a;
}
.owl-carousel .fadeIn {
    animation-name: b;
    animation-delay: 0.2s;
}
@keyframes a {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@keyframes b {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
body.safari .nav__wrap {
    padding-bottom: 60px;
}
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.tt-u {
    text-transform: uppercase;
}
.tt-n {
    text-transform: none;
}
.text-middle {
    font-size: 1.28571rem;
}
.header__wrap {
    padding: 20px 0;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.header__side,
.header__wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.header__side {
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.header__phone {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    margin-right: 30px;
}
.footer__wrap {
    padding: 50px 0 75px;
}
.footer__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px;
}
.footer__logo {
    font-size: 24px;
    text-transform: uppercase;
    line-height: 29px;
    font-weight: 700;
    transition: opacity 0.2s;
}
.footer__logo:hover {
    opacity: 0.7;
}
.footer__socials {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.footer__socials-item {
    -ms-flex: 0 0 32px;
    flex: 0 0 32px;
    margin-left: 12px;
    transition: opacity 0.2s;
}
.footer__socials-item:hover {
    opacity: 0.7;
}
.footer__descr {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #4d4d4d;
}
.footer__descr p {
    margin-bottom: 18px;
}
.footer__descr a {
    transition: color 0.2s;
}
.footer__descr a:hover {
    color: #fff;
}
.footer__apps a:nth-child(2) img {
    height: 38px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-left: 8px;
}
.footer__apps img.store-logo {
    width: 135px;
    height: 40px;
}
.footer .socials_img {
    width: 38px;
    max-width: none;
}
.fancybox-container {
    overflow: hidden;
}
.fancybox-close-small {
    display: none;
}
.fancybox-slide > * {
    margin: 0;
    overflow: visible;
}
.modal {
    padding: 50px;
    width: 100%;
    max-width: 845px;
    background-color: #131313;
    border-radius: 0;
    position: relative;
    display: none;
}
.modal_small {
    max-width: 460px;
}
.modal_small .modal__title {
    font-size: 22px;
}
.modal_small p {
    font-size: 14px;
    line-height: 18px;
}
.modal__close {
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 10px;
    cursor: pointer;
}
.modal__close svg {
    width: 20px;
    height: 20px;
    fill: #fff;
    transition: fill 0.2s;
}
.modal__close:hover svg {
    fill: #8e1c2e;
}
.modal__wrap .masters__item {
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.modal__wrap .masters__row {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.modal__wrap .masters__row_fs {
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.modal__wrap .masters__data:not(:last-child) {
    margin-right: 50px;
}
.modal__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 20px;
}
.modal__ul {
    margin-bottom: 50px;
}
.modal__ul ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 24px;
}
.modal__images {
    margin-left: -43px;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.modal__images,
.modal__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.modal__list {
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px;
}
.modal__list-value {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 4px;
}
.modal__list-label {
    font-size: 12px;
    line-height: 14px;
}
.modal__form {
    margin-top: 30px;
}
.modal__form-row:not(:last-child) {
    margin-bottom: 20px;
}
.input-textarea {
    border-radius: 0;
    width: 100%;
    font-size: 16px;
    padding: 0;
    height: 35px;
    outline: none;
    color: #373737;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid currentColor;
    font-family: Mazda Type Cyrillic, sans-serif;
    resize: none;
    white-space: nowrap;
    overflow: hidden;
}
.input-textarea::-webkit-input-placeholder {
    color: currentColor;
}
.input-textarea::-moz-placeholder {
    color: currentColor;
}
.input-textarea:-ms-input-placeholder,
.input-textarea::-ms-input-placeholder {
    color: currentColor;
}
.input-textarea::placeholder {
    color: currentColor;
}
.input-textarea:focus {
    border-bottom: 1px solid #9fc54b;
}
.input-textarea:disabled {
    opacity: 0.5;
    pointer-events: none;
}
.input-textarea.has-error {
    color: red;
}
.button {
    cursor: pointer;
    background-color: #fff;
    text-align: center;
    font-size: 13px;
    color: #191919;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    padding: 18px 44px;
    font-weight: 700;
    transition: 0.2s;
    display: inline-block;
    border: none;
    outline: none;
}
.button:hover {
    background-color: #dcdcdc;
}
.button_full {
    width: 100%;
}
.button_red {
    background-color: #8e1c2e;
    color: #fff;
}
.button_red:hover {
    background-color: #fff;
    color: #191919;
}
.button_callback {
    font-size: 24px;
    text-transform: uppercase;
    padding: 25px;
    margin: 100px 0 40px;
}
.button_callback .button__icon {
    margin-left: 35px;
    transition: 0.2s;
}
.button_callback .button__icon svg {
    width: 62px;
    height: 16px;
    fill: #fff;
    transition: 0.2s;
}
.button_callback:hover .button__icon svg {
    fill: #191919;
}
.button__icon {
    display: inline-block;
}
.input-text {
    border-radius: 0;
    width: 100%;
    font-size: 16px;
    padding: 0 16px;
    height: 52px;
    outline: none;
    color: #fff;
    background-color: transparent;
    border: 1px solid currentColor;
    font-family: Mazda Type Cyrillic, sans-serif;
}
.input-text::-webkit-input-placeholder {
    color: currentColor;
}
.input-text::-moz-placeholder {
    color: currentColor;
}
.input-text:-ms-input-placeholder,
.input-text::-ms-input-placeholder {
    color: currentColor;
}
.input-text::placeholder {
    color: currentColor;
}
.input-text:disabled {
    opacity: 0.5;
    pointer-events: none;
}
.input-text.has-error {
    color: red;
}
.input-checkbox {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block;
    -webkit-appearance: none;
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}
.input-checkbox__wrap {
    cursor: pointer;
}
.input-checkbox:checked + span:before {
    background-color: #1394ae;
    border-color: #1394ae;
}
.input-checkbox:checked + span:after {
    opacity: 1;
}
.input-checkbox + span {
    padding-left: 39px;
    position: relative;
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    display: block;
    padding-top: 5px;
}
.input-checkbox + span:before {
    position: absolute;
    content: "";
    border-radius: 2px;
    border: 1px solid #e2e2e2;
    background-color: transparent;
    width: 24px;
    height: 24px;
    top: 0;
    left: 0;
    transition: background-color 0.2s, border-color 0.2s;
}
.input-checkbox + span:after {
    position: absolute;
    content: "";
    width: 12px;
    height: 10px;
    top: 8px;
    left: 7px;
    background: url(../img/style/icons/icon_check.svg) no-repeat 50%;
    background-size: contain;
    opacity: 0;
    transition: opacity 0.2s;
}
.jq-selectbox {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: block;
}
.jq-selectbox__select {
    background: #191919;
    border: 1px solid #282828;
    box-shadow: none;
    border-radius: 0;
    text-shadow: none;
    font-size: 16px;
    font-weight: 700;
    padding: 15px 20px;
    height: 50px;
    text-align: left;
    color: #fff;
    -webkit-appearance: none;
    font-family: Mazda Type Cyrillic, sans-serif;
}
.jq-selectbox__select-text {
    line-height: 20px;
}
.jq-selectbox__select:active {
    box-shadow: none;
}
.jq-selectbox__select:hover {
    border: 1px solid #282828;
    background: transparent;
}
.jq-selectbox__trigger {
    border-left: none;
    width: 44px;
}
.jq-selectbox__trigger-arrow {
    border: none;
    width: 15px;
    height: 3px;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../img/style/icons/icon_drop.svg) no-repeat;
    transition: 0.2s;
}
.jq-selectbox.opened .jq-selectbox__select {
    background: #191919;
    border: 1px solid #282828;
}
.jq-selectbox.opened .jq-selectbox__trigger-arrow {
    transform: translateY(-50%);
}
.jq-selectbox.focused .jq-selectbox__select {
    background: #191919;
    border: 1px solid #282828;
}
.jq-selectbox.disabled .jq-selectbox__select {
    opacity: 0.5;
    border: 1px solid #282828;
    background-color: #191919;
}
.jq-selectbox__dropdown {
    border: none;
    border-radius: 0;
    text-align: left;
    box-shadow: none;
    font-family: Mazda Type Cyrillic, sans-serif;
    font-size: 12px;
}
.jq-selectbox li {
    border-bottom: 1px solid #e3e3e3;
    line-height: 50px;
    height: 50px;
    padding: 0 15px;
}
.jq-selectbox li:last-child {
    border-bottom: none;
}
.jq-selectbox li:hover {
    background-color: #f0f0f0;
    color: #000;
}
select {
    -webkit-appearance: none;
}
.custom-slider .owl-nav {
    position: absolute;
    height: 0;
    width: 100%;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.custom-slider .owl-control,
.custom-slider .owl-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.custom-slider .owl-control {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    box-shadow: none;
    transition: background-color 0.2s;
}
.custom-slider .owl-control svg {
    fill: #191919;
    width: 9px;
    height: 15px;
    transition: fill 0.2s;
}
.custom-slider .owl-control:hover {
    background-color: hsla(0, 0%, 100%, 0.7);
}
.custom-slider .owl-prev {
    left: 0;
}
.custom-slider .owl-prev svg {
    transform: rotate(-180deg);
}
.custom-slider .owl-next {
    right: 0;
}
.custom-slider .owl-dots {
    position: absolute;
    top: auto;
    bottom: -30px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.custom-slider .owl-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 0 4px;
    background-color: #282828 !important;
    transition: background-color 0.2s;
    outline: none;
}
.custom-slider .owl-dot.active {
    background-color: #8e1c2e !important;
}
.custom-slider_one .owl-nav {
    width: 120px;
    top: -75px;
    right: 0;
    transform: none;
}
.input-radio {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block;
    -webkit-appearance: none;
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}
.input-radio,
.input-radio-wrap {
    cursor: pointer;
}
.input-radio + span {
    display: block;
    text-align: center;
    padding-bottom: 14px;
    border-bottom: 1px solid #ededed;
    font-weight: 600;
    font-size: 11px;
    line-height: 11px;
    color: #373737;
    transition: border-bottom 0.2s;
}
.input-radio:checked + span {
    border-bottom: 1px solid #9fc54b;
}
.input-file {
    width: auto;
    border-radius: 0;
    box-shadow: none;
    overflow: visible;
}
.input-file .jq-file__name {
    display: none;
}
.input-file .jq-file__browse {
    position: relative;
    top: 0;
    right: auto;
    left: 0;
    padding: 0;
    width: 120px;
    height: 85px;
    border: 1px dashed currentColor;
    border-radius: 0;
    background: none;
    box-shadow: none;
    font-size: 0;
    color: #585858;
    text-shadow: none;
    transition: color 0.2s;
}
.input-file .jq-file__browse:after,
.input-file .jq-file__browse:before {
    position: absolute;
    content: "";
    width: 12px;
    height: 2px;
    top: 50%;
    left: 50%;
    background-color: currentColor;
}
.input-file .jq-file__browse:before {
    transform: translate(-50%, -50%);
}
.input-file .jq-file__browse:after {
    transform: translate(-50%, -50%) rotate(90deg);
}
.input-file:hover .jq-file__browse {
    color: #fff;
    background: none;
}
.input-file.focused .jq-file__name {
    border: none;
    border-bottom: 1px solid transparent;
}
.input-file input {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    -webkit-appearance: none;
    top: 0;
    left: 0;
    font-size: 0;
}
.jq-file.has-error .jq-file__browse {
    color: red;
}
.section {
    position: relative;
}
.section_pt {
    padding-top: 70px;
}
.section_pb {
    padding-bottom: 30px;
}
.section__descr {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    max-width: 700px;
    margin: 15px auto 0;
}
.main-bg {
    position: relative;
    width: 100%;
    overflow: hidden;
    text-align: center;
}
.main-info {
    padding: 200px 0 220px;
}
.main-info__wrap {
    position: relative;
    display: inline-block;
}
.main-info__wrap:before {
    position: absolute;
    content: "";
    width: calc(100% + 100px);
    height: calc(100% + 100px);
    background: rgba(0, 0, 0, 0.6);
    filter: blur(30px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.main-info__title {
    font-weight: 700;
    font-size: 46px;
    line-height: 55px;
    margin-bottom: 52px;
    max-width: 660px;
}
.main-info__title-line {
    font-weight: 400;
    text-decoration: line-through;
}
.actions {
    padding-top: 50px;
}
.actions-wrapper {
    position: relative;
}
.actions__nav-btn {
    position: absolute;
    top: 95px;
    z-index: 100;
    min-width: 150px;
    height: calc(100% - 100px);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    background: transparent;
    outline: none;
    cursor: pointer;
}
.actions__nav-btn svg {
    width: 30px;
    height: 50px;
}
.actions__nav-btn svg path {
    transition: fill 0.2s linear;
}
.actions__nav-btn:hover {
    outline: none;
}
.actions__nav-btn:hover svg path {
    fill: #8e1c2e;
}
.actions .owl-stage-outer {
    overflow: visible;
}
.actions .owl-item.active .actions__item {
    opacity: 1;
}
.actions__item {
    opacity: 0.3;
    transition: opacity 0.2s;
    border: 1px solid #2e2e2e;
}
.actions__image-wrap {
    padding-top: 50%;
    overflow: hidden;
    position: relative;
}
.actions__image-wrap img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}
.worth {
    padding-top: 60px;
    padding-bottom: 30px;
}
.worth__tabs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: center;
    justify-content: center;
}
.worth__select {
    display: none;
}
.worth__tab {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    padding: 10px 15px;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    border-bottom: 1px solid #2e2e2e;
    position: relative;
    cursor: pointer;
}
.worth__tab:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    background-color: #8e1c2e;
    left: 0;
    bottom: -2px;
    opacity: 0;
    transition: opacity 0.2s;
}
.worth__tab.active:before {
    opacity: 1;
}
.worth__content {
    margin-top: 48px;
    position: relative;
    transition: height 0.2s;
}
.worth__container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    visibility: hidden;
}
.worth__container.active {
    visibility: visible;
}
.worth__container-wrap {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.worth__container-wrap:not(:last-child) {
    margin-bottom: 30px;
}
.worth__col_small {
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
}
.worth__col_large {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    min-width: 0;
}
.worth__row {
    border-bottom: 1px solid #2e2e2e;
    padding-left: 15px;
    padding-top: 12px;
    padding-bottom: 15px;
}
.worth__row_line {
    position: relative;
}
.worth__row_line:before {
    position: absolute;
    content: "";
    height: 45px;
    width: 3px;
    background-color: #8e1c2e;
    left: 0;
    top: 10px;
}
.worth__price {
    padding: 4px 6px;
}
.worth__price_color {
    background-color: #8e1c2e;
}
.worth__model {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
}
.worth__year {
    font-size: 14px;
    line-height: 17px;
}
.worth__table {
    width: 100%;
}
.worth__table table {
    text-align: center;
    width: 100%;
}
.worth__table td,
.worth__table th {
    border-bottom: 1px solid #2e2e2e;
    font-size: 16px;
    line-height: 19px;
}
.worth__table th {
    font-weight: 400;
    height: 69px;
}
.worth__table th span {
    display: block;
    font-weight: 700;
}
.worth__table td {
    padding: 16px 0;
}
.worth__button {
    margin-top: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}
.services {
    padding-top: 30px;
}
.services__title {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    margin-bottom: 30px;
}
.services__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    visibility: hidden;
}
.services__container.active {
    visibility: visible;
}
.services__container_static {
    visibility: visible !important;
    position: static !important;
}
.services__info {
    margin-bottom: 50px
}
.services__info ul {
    padding-left: 18px
}
.services__info ul li {
    padding: 3px 0
}
.services__content {
    margin-bottom: 50px;
    transition: height 0.2s;
    position: relative;
}
.services__radio {
    position: relative;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    margin-bottom: 20px;
    -ms-flex-preferred-size: calc(100% / 6 - 100px / 6);
    flex-basis: calc(100% / 6 - 100px / 6);
    max-width: calc(100% / 6 - 100px / 6);
    display: block;
    cursor: pointer;
}
.services__radio,
.services__radio:nth-child(7n) {
    margin-right: 20px;
}
.services__radio:nth-child(6n) {
    margin-right: 0;
}
.services__radio input[type="radio"] {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    -webkit-apeearance: none;
}
.services__radio input[type="radio"]:checked + span {
    border-color: #8e1c2e;
    background-color: #8e1c2e;
}
.services__radio span {
    display: block;
}
.services__radio-wrap {
    padding: 20px;
    border: 1px solid #2e2e2e;
    height: 100%;
    transition: background-color 0.2s;
}
.services__radio-image {
    height: 30px;
    margin-bottom: 15px;
}
.services__radio-title {
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
}
.services__checkbox {
    position: relative;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    margin-right: 20px;
    margin-bottom: 20px;
    -ms-flex-preferred-size: calc(100% / 6 - 100px / 6);
    flex-basis: calc(100% / 6 - 100px / 6);
    max-width: calc(100% / 6 - 100px / 6);
    display: block;
    cursor: pointer;
    overflow: hidden;
}
.services__checkbox:nth-child(7n) {
    margin-right: 20px;
}
.services__checkbox:nth-child(6n) {
    margin-right: 0;
}
.services__checkbox input[type="checkbox"] {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    -webkit-apeearance: none;
}
.services__checkbox input[type="checkbox"]:checked + span {
    border: 1px solid #8e1c2e;
}
.services__checkbox input[type="checkbox"]:checked + span:before {
    opacity: 1;
}
.services__checkbox span {
    display: block;
}
.services__checkbox-wrap {
    padding: 20px;
    border: 1px solid #2e2e2e;
    height: 100%;
    position: relative;
    transition: border 0.2s;
}
.services__checkbox-wrap:before {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    background-color: #8e1c2e;
    right: 0;
    top: 0;
    transform: translate(50%, -50%) rotate(-45deg);
    opacity: 0;
    transition: opacity 0.2s;
}
.services__checkbox-title {
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 6px;
}
.services__total {
    font-size: 26px;
    line-height: 31px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.services__total span {
    font-weight: 700;
}
.services__button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 40px;
}
.services__warn {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
}
.advantages {
    margin-top: 60px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -80px;
}
.advantages__item {
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    margin-right: 30px;
    margin-bottom: 30px;
    -ms-flex-preferred-size: calc(100% / 5 - 120px / 5);
    flex-basis: calc(100% / 5 - 120px / 5);
    max-width: calc(100% / 5 - 120px / 5);
    margin-bottom: 80px;
}
.advantages__item:nth-child(6n) {
    margin-right: 30px;
}
.advantages__item:nth-child(5n) {
    margin-right: 0;
}
.advantages__image {
    height: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    margin-bottom: 30px;
}
.advantages__image:before {
    position: absolute;
    content: "";
    width: 100px;
    height: 100px;
    background: radial-gradient(50% 50% at 50% 50%, rgba(142, 28, 46, 0.2) 0, rgba(142, 28, 46, 0) 100%);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.advantages__descr {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
}
.masters {
    margin-top: 50px;
}
.masters__item {
    background-color: #131313;
    padding: 30px;
}
.masters__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 30px;
}
.masters__row_fs {
    -ms-flex-align: start;
    align-items: flex-start;
}
.masters__image {
    -ms-flex: 0 0 95px;
    flex: 0 0 95px;
    margin-right: 20px;
    border-radius: 50%;
    overflow: hidden;
}
.masters__image-wrap {
    padding-top: 100%;
    overflow: hidden;
    position: relative;
}
.masters__image-wrap img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}
.masters__name {
    font-weight: 700;
    font-size: 22px;
    line-height: 29px;
    margin-bottom: 5px;
}
.masters__job {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 10px;
    -ms-flex: 1 1 125px;
    flex: 1 1 125px;
}
.masters__data:not(:last-child) {
    margin-right: 30px;
}
.masters__data-num {
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    margin-bottom: 5px;
}
.masters__data-descr {
    font-size: 14px;
    line-height: 17px;
}
.masters__button {
    margin-bottom: 25px;
}
.masters__more {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}
.masters__more-btn {
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    border-bottom: 1px solid currentColor;
    transition: border-bottom 0.2s;
}
.masters__more-btn:hover {
    border-bottom: 1px solid transparent;
}
.rating {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.rating__item {
    -ms-flex: 0 0 15px;
    flex: 0 0 15px;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    fill: #a9a9a9;
}
.rating__item svg {
    width: 100%;
    height: 100%;
}
.rating__item.active {
    fill: #f2c94c;
}
.contacts__wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.contacts__title {
    color: #191919;
    font-weight: 700;
    font-size: 32px;
    line-height: 46px;
    text-transform: uppercase;
    -ms-flex: 0 0 325px;
    flex: 0 0 245px;
    position: relative;
    padding: 60px 0;
}
.contacts__title:before {
    position: absolute;
    content: "";
    width: 50vw;
    right: 0;
    height: 100%;
    top: 0;
    background-color: #fff;
    z-index: -1;
}
.contacts__items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-left: 20px;
}
.contacts__label {
    font-size: 14px;
    line-height: 17px;
    opacity: 0.8;
    margin-bottom: 4px;
}
.contacts__value {
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
}
.map {
    width: 100%;
    height: 100%;
    filter: grayscale(1);
}
.map-wrap {
    height: 570px;
    width: 100vw;
}
.spinwheel {
    padding-top: 43px;
}
.spinwheel__slider {
    padding-top: 30px;
    position: relative;
    max-width: 910px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 65px;
}
.spinwheel__slider:before {
    position: absolute;
    content: "";
    width: 196px;
    height: 196px;
    border: 2px solid #8e1c2e;
    top: 13px;
    left: 50%;
    transform: translateX(-50%);
}
.spinwheel__slider:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    background: linear-gradient(270deg, #191919, rgba(25, 25, 25, 0) 20%, rgba(25, 25, 25, 0) 80%, #191919);
}
.spinwheel__item {
    border: 1px solid #282828;
    padding-top: 100%;
    position: relative;
}
.spinwheel__button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}
.spinwheel .owl-stage {
    margin-left: -20px;
}
.spinwheel .owl-item.center {
    margin: 0 40px 0 20px !important;
}
.spinwheel .owl-item.center .spinwheel__wrap:before {
    opacity: 1;
}
.spinwheel__wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.spinwheel__wrap:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: radial-gradient(50% 50% at 50% 50%, hsla(0, 0%, 100%, 0.08) 0, hsla(0, 0%, 100%, 0) 100%);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: opacity 0.2s 3s;
    opacity: 0;
}
.spinwheel__image {
    width: 50px;
    height: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto 20px;
}
.spinwheel__title {
    text-align: center;
    font-size: 16px;
    line-height: 22px;
}
.checkprice {
    margin-top: 50px;
}
.checkprice__bg {
    background: url(../img/style/checkprice_bg.jpg) no-repeat 50%;
    background-size: cover;
    padding-top: 130px;
    padding-bottom: 90px;
}
.checkprice__photos {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: center;
    justify-content: center;
}
.checkprice__photos-item {
    height: 85px;
    width: 120px;
    overflow: hidden;
    margin: 0 15px;
    cursor: pointer;
    position: relative;
}
.checkprice__photos-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.checkprice__photos-item:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0;
    transition: opacity 0.2s;
    z-index: 1;
}
.checkprice__photos-item:after {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(../img/style/icons/icon_close.svg) no-repeat 50% / contain;
    opacity: 0;
    transition: opacity 0.2s;
    z-index: 2;
}
.checkprice__photos-item:hover:before {
    opacity: 0.7;
}
.checkprice__photos-item:hover:after {
    opacity: 1;
}
.checkprice__inputs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 50px;
    margin-bottom: 30px;
}
.checkprice__input {
    max-width: 300px;
    width: 100%;
    margin: 0 10px;
}
.checkprice__button {
    margin-left: 10px;
}
.checkprice__button .button {
    height: 52px;
}
.checkprice__warn {
    font-size: 12px;
    line-height: 16px;
    text-align: center;
}
.checkprice__warn a {
    border-bottom: 1px solid currentColor;
    transition: border-bottom 0.2s;
}
.checkprice__warn a:hover {
    border-bottom: 1px solid transparent;
}
.card-slider {
    position: relative;
}
.card-slider__image {
    position: relative;
    opacity: 0;
}

.card-slider__items{
    h_eight:300px;
}

.card-slider__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 0;
    opacity: 0;
    transition: opacity 0.7s, transform 0.7s, left 0.7s, top 0.7s, height 0.7s;
    height: 40%;
    top: 0%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.card-slider__item:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0;
}
.card-slider__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-width: 0;
}
.card-slider__item.prev {
    left: 0;
    height: 100%;
    top: 0%;
    opacity: 1;
}
.card-slider__item.prev:after {
    opacity: 0.8;
}
.card-slider__item.active {
    left: 0;
    opacity: 1;
    top: 0;
    height: 100%;
    z-index: 10;
}
.card-slider__item.next.card-slider__item.next {
    left: 200px;
    height: 100%;
    top: 0%;
    z-index: 8;
    opacity: 1;
}
.card-slider__item.next:after {
    opacity: 0.3;
}
.card-slider__item.next-next {
    height: 58%;
    top: 0%;
    left: 670px;
    opacity: 1;
    z-index: 6;
}
.card-slider__item.next-next:after {
    opacity: 0.6;
}
.card-slider__button {
    position: absolute;
    left: 3px;
    top: 50%;
    z-index: 11;
    margin-top: -25px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s;
}
.card-slider__button:hover {
    background-color: #dcdcdc;
}
.card-slider__button svg {
    height: 15px;
    fill: #191919;
}
.card-slider__button_prev {
    transform: scaleX(-1);
}
.card-slider__button_next {
    left: 748px;
}
.gallery {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.gallery__col_small {
    -ms-flex: 0 0 555px;
    flex: 0 0 555px;
    margin-right: 65px;
}
.gallery__col_large {
    -m_s-flex: 0 0 800px;
    f_lex: 0 0 800px;
    min-width: 0;
}
.gallery__title {
    text-align: left;
    max-width: 400px;
    margin-bottom: 35px;
}
.gallery__descr {
    line-height: 24px;
}
@media (min-width: 1025px) {
    .actions-wrapper {
        padding: 0 150px !important;
    }
}
@media (max-width: 1279px) {
    .container {
        max-width: 1024px;
        padding: 0 30px;
    }
    .button_callback {
        font-size: 20px;
        margin: 60px 0 20px;
        padding: 20px;
    }
    .main-info {
        padding: 150px 0;
    }
    .worth__col_small {
        -ms-flex: 0 0 140px;
        flex: 0 0 140px;
    }
    .services__radio {
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        margin-bottom: 20px;
        -ms-flex-preferred-size: calc(100% / 4 - 60px / 4);
        flex-basis: calc(100% / 4 - 60px / 4);
        max-width: calc(100% / 4 - 60px / 4);
    }
    .services__radio,
    .services__radio:nth-child(5n),
    .services__radio:nth-child(6n) {
        margin-right: 20px;
    }
    .services__radio:nth-child(4n) {
        margin-right: 0;
    }
    .services__checkbox {
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        margin-right: 20px;
        margin-bottom: 20px;
        -ms-flex-preferred-size: calc(100% / 4 - 60px / 4);
        flex-basis: calc(100% / 4 - 60px / 4);
        max-width: calc(100% / 4 - 60px / 4);
    }
    .services__checkbox:nth-child(5n),
    .services__checkbox:nth-child(6n) {
        margin-right: 20px;
    }
    .services__checkbox:nth-child(4n) {
        margin-right: 0;
    }
    .contacts__title {
        -ms-flex: 0 0 270px;
        flex: 0 0 270px;
    }
    .card-slider__item.prev {
        opacity: 0;
    }
    .card-slider__item.active {
        left: 0;
    }
    .card-slider__item.next {
        left: 120px;
    }
    .card-slider__item.next-next {
        left: 230px;
    }
    .card-slider__button_prev {
        left: -25px;
    }
    .card-slider__button_next {
        left: 475px;
    }
    .gallery__col_small {
        -ms-flex: 0 0 350px;
        flex: 0 0 350px;
    }
}
@media (max-width: 1023px) {
    .title-2 {
        font-size: 32px;
        line-height: 40px;
    }
    .container {
        max-width: 768px;
    }
    .header__phone {
        display: none;
    }
    .input-textarea {
        padding: 0 10px;
    }
    .button {
        padding: 14px 25px;
    }
    .button_callback {
        font-size: 16px;
        margin: 40px 0 20px;
        padding: 20px;
    }
    .button_callback .button__icon {
        margin-left: 20px;
    }
    .button_callback .button__icon svg {
        width: 42px;
        height: 12px;
    }
    .input-text {
        padding: 0 10px;
    }
    .jq-selectbox__trigger {
        width: 34px;
    }
    .jq-selectbox li {
        padding: 0 10px;
    }
    .section_pt {
        padding-top: 50px;
    }
    .section_pb {
        padding-bottom: 20px;
    }
    .worth__tabs {
        overflow-x: scroll;
        width: 100%;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .worth__tab {
        font-size: 18px;
    }
    .worth__table {
        overflow-x: scroll;
    }
    .worth__table td,
    .worth__table th {
        min-width: 110px;
    }
    .services__radio {
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        margin-bottom: 20px;
        -ms-flex-preferred-size: calc(100% / 3 - 40px / 3);
        flex-basis: calc(100% / 3 - 40px / 3);
        max-width: calc(100% / 3 - 40px / 3);
    }
    .services__radio,
    .services__radio:nth-child(4n) {
        margin-right: 20px;
    }
    .services__radio:nth-child(3n) {
        margin-right: 0;
    }
    .services__checkbox {
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        margin-right: 20px;
        margin-bottom: 20px;
        -ms-flex-preferred-size: calc(100% / 3 - 40px / 3);
        flex-basis: calc(100% / 3 - 40px / 3);
        max-width: calc(100% / 3 - 40px / 3);
    }
    .services__checkbox:nth-child(4n) {
        margin-right: 20px;
    }
    .services__checkbox:nth-child(3n) {
        margin-right: 0;
    }
    .advantages {
        margin-bottom: -50px;
    }
    .advantages__item {
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        margin-right: 30px;
        margin-bottom: 30px;
        -ms-flex-preferred-size: calc(100% / 4 - 90px / 4);
        flex-basis: calc(100% / 4 - 90px / 4);
        max-width: calc(100% / 4 - 90px / 4);
        margin-bottom: 50px;
    }
    .advantages__item:nth-child(5n) {
        margin-right: 30px;
    }
    .advantages__item:last-child,
    .advantages__item:nth-child(4n) {
        margin-right: 0;
    }
    .advantages__descr {
        font-size: 14px;
        line-height: 18px;
    }
    .masters__item {
        padding: 20px 15px;
    }
    .masters__image {
        -ms-flex: 0 0 60px;
        flex: 0 0 60px;
    }
    .masters__name {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 2px;
    }
    .masters__data-num {
        font-size: 18px;
        line-height: 24px;
    }
    .contacts__title {
        font-size: 30px;
        line-height: 36px;
        -ms-flex: 0 0 200px;
        flex: 0 0 200px;
        padding: 40px 0;
    }
    .contacts__items {
        padding-left: 40px;
    }
    .contacts__value {
        font-size: 16px;
        line-height: 18px;
    }
    .map-wrap {
        height: 450px;
    }
    .spinwheel__slider:before {
        width: 163px;
        height: 159px;
    }
    .spinwheel__image {
        width: 40px;
        height: 40px;
    }
    .spinwheel__title {
        font-size: 13px;
        line-height: 18px;
    }
    .checkprice__bg {
        padding: 60px 0 80px;
    }
    .checkprice__input {
        max-width: 190px;
    }
    .gallery {
        display: block;
    }
    .gallery__col_small {
        margin-right: 0;
        margin-bottom: 40px;
    }
}
@media (max-width: 767px) {
    #alarm-widget {
        height: 1280px !important;
    }
    .logo__image {
        -ms-flex: 0 0 38px;
        flex: 0 0 38px;
        margin-right: 10px;
    }
    .logo__text-large {
        font-size: 16px;
        line-height: 19px;
    }
    .logo__text-small {
        font-size: 10px;
        line-height: 12px;
    }
    .title-2 {
        font-size: 24px;
        line-height: 29px;
    }
    .container {
        padding: 0 10px;
        max-width: 375px;
    }
    .hidden_desktop {
        display: block !important;
    }
    .hidden_desktop-fx {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .hidden_mobile {
        display: none !important;
    }
    .header__phone {
        display: block;
        font-size: 12px;
        line-height: 14px;
        margin-right: 0;
    }
    .header__button {
        display: none;
    }
    .footer__wrap {
        padding: 22px 0 55px;
    }
    .footer__row {
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 30px;
    }
    .footer__logo {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 30px;
    }
    .footer__socials-item {
        font-size: 0 0 26px;
        margin-left: 10px;
    }
    .footer__apps {
        margin-bottom: 30px;
    }
    .modal {
        padding: 10px;
        max-width: 375px;
    }
    .modal_small {
        padding: 20px;
    }
    .modal__close {
        right: 10px;
        top: 10px;
    }
    .modal__wrap .masters__item {
        display: block;
    }
    .modal__wrap .masters__row_fs {
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .modal__wrap .masters__data {
        -ms-flex: 1;
        flex: 1;
    }
    .modal__wrap .masters__data:not(:last-child) {
        margin-right: 0;
    }
    .modal__title {
        font-size: 18px;
    }
    .modal__ul {
        margin-bottom: 30px;
    }
    .modal__images {
        margin-left: -28px;
    }
    .modal__image {
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        margin-bottom: 20px;
        -ms-flex-preferred-size: calc(100% / 2 - 20px / 2);
        flex-basis: calc(100% / 2 - 20px / 2);
        max-width: calc(100% / 2 - 20px / 2);
    }
    .modal__image,
    .modal__image:nth-child(3n) {
        margin-right: 20px;
    }
    .modal__image:nth-child(2n) {
        margin-right: 0;
    }
    .modal__list {
        margin-bottom: 10px;
    }
    .modal__list-item {
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        margin-right: 20px;
        margin-bottom: 20px;
        -ms-flex-preferred-size: calc(100% / 2 - 20px / 2);
        flex-basis: calc(100% / 2 - 20px / 2);
        max-width: calc(100% / 2 - 20px / 2);
    }
    .modal__list-item:nth-child(3n) {
        margin-right: 20px;
    }
    .modal__list-item:nth-child(2n) {
        margin-right: 0;
    }
    .input-textarea {
        font-size: 16px;
        -webkit-appearance: none;
    }
    .button {
        display: block;
        width: 100%;
    }
    .button_callback {
        display: -ms-flexbox;
        display: flex;
        text-align: left;
    }
    .button_callback-wrap {
        max-width: 355px;
        margin: 0 auto;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }
    .input-text {
        height: 46px;
    }
    .input-checkbox + span {
        padding-left: 26px;
        padding-top: 0;
    }
    .input-checkbox + span:before {
        width: 14px;
        height: 14px;
    }
    .input-checkbox + span:after {
        width: 8px;
        height: 7px;
        top: 5px;
        left: 4px;
    }
    .custom-slider .owl-control:hover {
        background-color: #fff;
    }
    .input-file {
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        -ms-flex-preferred-size: calc(50% - 5px);
        flex-basis: calc(50% - 5px);
        max-width: calc(50% - 5px);
        margin-left: 0;
    }
    .input-file .jq-file__browse {
        width: 100%;
    }
    .input-file input {
        max-width: 100%;
    }
    .main-info {
        padding: 20px 0 0;
    }
    .main-info__title {
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 24px;
    }
    .actions {
        padding-left: 30px;
        padding-right: 30px;
    }
    .actions,
    .worth {
        padding-top: 30px;
    }
    .worth__tabs {
        display: none;
    }
    .worth__select {
        display: block;
        margin-bottom: 25px;
    }
    .worth__col_small {
        -ms-flex: 0 0 120px;
        flex: 0 0 120px;
    }
    .worth__col_large {
        position: relative;
    }
    .worth__col_large:before {
        position: absolute;
        content: "";
        width: 20px;
        height: 100%;
        left: 0;
        top: 0;
        background: linear-gradient(90deg, #191919, rgba(25, 25, 25, 0)), linear-gradient(90deg, #191919, rgba(25, 25, 25, 0));
        z-index: 2;
        pointer-events: none;
    }
    .worth__model {
        font-size: 18px;
    }
    .services__container {
        display: block;
        padding: 0 50px;
    }
    .services__container .owl-stage-outer {
        overflow: visible;
    }
    .services__container img {
        width: auto !important;
    }
    .services__radio {
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        margin-right: 0;
        margin-bottom: 0;
        -ms-flex-preferred-size: calc(100% / 1 - 0px / 1);
        flex-basis: calc(100% / 1 - 0px / 1);
        max-width: calc(100% / 1 - 0px / 1);
    }
    .services__radio:nth-child(1n),
    .services__radio:nth-child(2n) {
        margin-right: 0;
    }
    .services__radio-title {
        min-height: 36px;
    }
    .services__checkbox {
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        margin-right: 0;
        margin-bottom: 0;
        -ms-flex-preferred-size: calc(100% / 1 - 0px / 1);
        flex-basis: calc(100% / 1 - 0px / 1);
        max-width: calc(100% / 1 - 0px / 1);
    }
    .services__checkbox:nth-child(1n),
    .services__checkbox:nth-child(2n) {
        margin-right: 0;
    }
    .services__checkbox-title {
        min-height: 54px;
    }
    .advantages {
        margin-bottom: 0;
    }
    .advantages__item {
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        margin-right: 0;
        margin-bottom: 0;
        -ms-flex-preferred-size: calc(100% / 1 - 0px / 1);
        flex-basis: calc(100% / 1 - 0px / 1);
        max-width: calc(100% / 1 - 0px / 1);
    }
    .advantages__item:nth-child(1n),
    .advantages__item:nth-child(2n) {
        margin-right: 0;
    }
    .advantages__item img {
        width: auto !important;
    }
    .contacts__wrap {
        display: block;
    }
    .contacts__title {
        font-size: 24px;
        line-height: 29px;
        text-align: center;
        padding: 20px 0;
        margin-bottom: 30px;
    }
    .contacts__title:before {
        width: 100vw;
        left: 50%;
        transform: translateX(-50%);
    }
    .contacts__items {
        padding-left: 0;
        display: block;
    }
    .contacts__item {
        margin-bottom: 30px;
    }
    .map-wrap {
        height: 250px;
    }
    .spinwheel__slider {
        max-width: 160px;
        margin-bottom: 55px;
    }
    .spinwheel__slider:before {
        width: 193px;
        height: 193px;
    }
    .spinwheel__slider:after {
        display: none;
    }
    .spinwheel .owl-stage {
        margin-left: 0;
    }
    .spinwheel .owl-stage-outer {
        overflow: visible;
    }
    .spinwheel .owl-item.center {
        margin: 0 35px 0 0 !important;
    }
    .checkprice__bg {
        padding: 80px 0 90px;
    }
    .checkprice__photos {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .checkprice__photos-item {
        margin: 0;
        width: auto;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        margin-right: 10px;
        margin-bottom: 10px;
        -ms-flex-preferred-size: calc(100% / 2 - 10px / 2);
        flex-basis: calc(100% / 2 - 10px / 2);
        max-width: calc(100% / 2 - 10px / 2);
    }
    .checkprice__photos-item:nth-child(3n) {
        margin-right: 10px;
    }
    .checkprice__photos-item:nth-child(2n) {
        margin-right: 0;
    }
    .checkprice__inputs {
        display: block;
        padding-top: 30px;
    }
    .checkprice__input {
        max-width: 100%;
        margin: 10px 0;
    }
    .checkprice__button {
        margin-left: 0;
    }
    .checkprice__button .button {
        height: 46px;
    }
    .card-slider__image {
        display: none;
    }
    .card-slider__item {
        position: static;
        opacity: 1 !important;
        height: 364px !important;
    }
    .card-slider__item img {
        width: 290px;
    }
    .card-slider__item:after {
        display: none !important;
    }
    .card-slider__button {
        display: none;
    }
    .card-slider .owl-nav {
        width: 100%;
        top: 100%;
        margin-top: 40px;
    }
    .card-slider .owl-control {
        width: 40px;
        height: 40px;
    }
    .card-slider .owl-control svg {
        width: 7px;
    }
    .card-slider .owl-dots {
        bottom: -45px;
    }
    .gallery {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 767px) {
    .jq-selectbox__select,
    select {
        font-size: 16px;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .actions-wrapper {
        max-width: 100% !important;
        padding: 0 20px;
    }
}
