@font-face {
    font-family: Cerapro;
    src: url(../fonts/CeraPro-Light.woff2) format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Cerapro;
    src: url(../fonts/Cerapro.woff2) format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Cerapro;
    src: url(../fonts/CeraPro-Medium.woff2) format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Cerapro;
    src: url(../fonts/CeraPro-Regular.woff2) format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Cerapro;
    src: url(../fonts/Cerapro.woff2) format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,
::after,
::before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

header,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    overflow: hidden;
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ul ul {
    margin-bottom: 0
}

a {
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

a:not([href]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):hover {
    color: inherit;
    text-decoration: none
}

img {
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button,
input {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button {
    text-transform: none
}

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

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

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

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

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    -webkit-appearance: listbox
}

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

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

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

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

[hidden] {
    display: none !important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

.h1,
h1 {
    font-size: 2.5rem
}

.h2,
h2 {
    font-size: 2rem
}

.h3,
h3 {
    font-size: 1.75rem
}

.h4,
h4 {
    font-size: 1.5rem
}

.h5,
h5 {
    font-size: 1.25rem
}

.h6,
h6 {
    font-size: 1rem
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

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

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

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

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

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

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

.form-text {
    display: block;
    margin-top: .25rem
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #212529;
    text-decoration: none
}

.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn:disabled {
    opacity: .65
}

.btn-link {
    font-weight: 400;
    color: #007bff;
    text-decoration: none
}

.btn-link:hover {
    color: #0056b3;
    text-decoration: underline
}

.btn-link:focus {
    text-decoration: underline;
    box-shadow: none
}

.btn-link:disabled {
    color: #6c757d;
    pointer-events: none
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: .5rem
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.fade {
    transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    border-color: #dee2e6 #dee2e6 #fff
}

.nav-fill .nav-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:hover {
    color: #000;
    text-decoration: none
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px)
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }
    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem)
    }
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    50% {
        opacity: 1
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    50% {
        opacity: 1
    }
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.d-none {
    display: none !important
}

.d-block {
    display: block !important
}

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

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

.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !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
}

.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
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.m-0 {
    margin: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

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

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

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

.p-0 {
    padding: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

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

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

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

.text-wrap {
    white-space: normal !important
}

.text-center {
    text-align: center !important
}

.text-white {
    color: #fff !important
}

.text-body {
    color: #212529 !important
}

.text-white-50 {
    color: rgba(255, 255, 255, .5) !important
}

@media print {
    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }
    a:not(.btn) {
        text-decoration: underline
    }
    img {
        page-break-inside: avoid
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    @page {
        size: a3
    }
    body {
        min-width: 992px !important
    }
    .container {
        min-width: 992px !important
    }
}

@font-face {
    font-family: Cerapro;
    src: url(../fonts/CeraPro-Light.woff2) format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Cerapro;
    src: url(../fonts/Cerapro.woff2) format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Cerapro;
    src: url(../fonts/CeraPro-Medium.woff2) format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Cerapro;
    src: url(../fonts/CeraPro-Regular.woff2) format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Cerapro;
    src: url(../fonts/Cerapro.woff2) format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

.container {
    max-width: 1220px;
    padding-left: 0;
    padding-right: 0
}

.bold {
    font-weight: 700
}

p {
    margin-bottom: 5px
}

ul {
    margin: 0;
    padding-left: 0
}

a {
    outline: 0
}

a:hover {
    text-decoration: none
}

.red {
    color: #ff900f
}

.white {
    color: #fff
}

.flex-wrap {
    flex-wrap: wrap
}

.space-between {
    justify-content: space-between
}

.align-center {
    align-items: center
}

.header {
    padding: 25px 0
}

.main {
    background: url(../img/bg-main.png);
    background-position: 100% 0, -10% center;
    background-repeat: no-repeat;
    background-size: auto, cover;
}

.main-content {
    width: 540px;
    margin-top: 66px
}

.main-block {
    position: relative
}

.main-title h1 {
    font-family: Cerapro;
    font-weight: 700;
    font-size: 54px;
    line-height: 54px;
    margin-bottom: 14px
}

.main-btn {
    margin-top: 54px;
    position: relative;
    z-index: 3
}

@keyframes animBtnLine {
    0% {
        -webkit-transform: translateX(-4em) skewX(-45deg);
        transform: translateX(-4em) skewX(-45deg)
    }
    100% {
        -webkit-transform: translateX(20em) skewX(-45deg);
        transform: translateX(20em) skewX(-45deg)
    }
}

@keyframes animBtnLineLarge {
    0% {
        -webkit-transform: translateX(-4em) skewX(-45deg);
        transform: translateX(-4em) skewX(-45deg)
    }
    100% {
        -webkit-transform: translateX(20em) skewX(-45deg);
        transform: translateX(40em) skewX(-45deg)
    }
}

.btn {
    z-index: 1;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 261px;
    height: 55px;
    background: #ff900f;
    border-radius: 41px;
    font-weight: 700;
    font-size: 14px;
    line-height: 13px;
    text-transform: uppercase;
    color: #fff;
    transition: ease .3s;
    overflow: hidden
}

.btn:active,
.btn:focus,
.btn:hover {
    background: #ff900f;
    color: #fff;
    box-shadow: none
}

.btn__line {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 5em;
    height: 100%;
    background-color: rgb(255 255 255 / 25%);
    -webkit-animation: 2s infinite animBtnLine;
    animation: 2s infinite animBtnLine
}

.main-pict {
    position: absolute;
    top: 132px;
    left: 412px;
    width: 909px;
    z-index: 2
}

.title-block {
    margin-bottom: 31px
}

.title-block h1,
.title-block h2 {
    font-family: Cerapro;
    font-size: 54px;
    line-height: 54px;
    margin-bottom: 0
}

.title-block h3 {
    font-weight: 700;
    font-size: 36px;
    line-height: 34px;
    color: #fffdfd
}

.title-red {
    width: 115px;
    height: 3px;
    background: #ff900f;
    margin-left: 20px
}

.service {
    background: url(../img/bg-polir.png) no-repeat center;
    background-size: 100%
}

.service-name {
    font-weight: 400;
    font-size: 33px;
    line-height: 34px;
    margin-bottom: 30px
}

.service-name p {
    margin: 0;
    padding: 30px 0
}

.service-tabs .nav-link {
    flex-wrap: wrap;
    height: 76px;
    padding: 14px;
    border-radius: 90px !important
}

.service-tabs .nav-link .bold {
    display: block;
    width: 100%;
    padding-bottom: 4px;
    font-size: 17px;
    line-height: 26px;
    text-align: left;
    letter-spacing: .075em
}

.service-tabs .nav-link {
    font-size: 21px;
    font-weight: 400;
    line-height: 22px;
    color: #343a40
}

.service-panel {
    padding: 50px 50px 0 50px
}

.service-panel__item span {
    display: inline-block;
    width: 11px;
    height: 22px;
    border: 2px solid #ff900f;
    border-radius: 5.5px;
    margin-right: 3px
}

.service-panel__full {
    background: #ff900f
}

.service-panel__item p {
    margin: 10px 0 0;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: .035em
}

.service-price p {
    font-weight: 700;
    font-size: 24px;
    line-height: 23px;
    margin-bottom: 20px
}

.service-price__cost span:first-child {
    color: #343400
}

.servise-car__pict1 {
	position: relative;
	width: 820px;
	margin-top: 170px;
}

.servise-car__pict1 img {
    position: relative;
    top: -280px;
    width: 100%;
    margin-left: 15px;
}

.servise-car__pict2 {
    position: relative;
    width: 820px
}

.servise-car__pict2 img {
    position: relative;
    top: -280px;
    width: 100%;
    margin-left: 50px;
}

.servise-car__pict3 {
    position: relative;
    width: 820px
}

.servise-car__pict3 img {
    position: relative;
    top: -280px;
    width: 100%;
    margin-left: 50px;
}

.servise-car__pict4 {
    position: relative;
    width: 820px
}

.servise-car__pict4 img {
    position: relative;
    top: -250px;
    width: 100%;
    margin-left: 50px;
}

.servise-car__pict5 {
    position: relative;
    width: 820px
}

.servise-car__pict5 img {
    position: relative;
    top: -280px;
    width: 100%;
    margin-left: 50px;
}

.tab-content li {
    margin-left: 20px
}

.service-price {
	margin-top: -280px;
}

@media screen and (max-width:1200px) {
    
    .service-price {
	margin-top: 30px !important;
}

	.service-panel {
	   display: none !important;
    }
    .servise-car__pict1 img {
        position: relative;
        top: 20px;
        width: 100%;
        margin-left: 0px !important;
    }
    .servise-car__pict2 img {
        position: relative;
        top: 0;
        width: 100%;
        margin-left: 0px !important;
    }
    .servise-car__pict3 img {
        position: relative;
        top: 20px;
        width: 100%;
        margin-left: 0px !important;
    }
    .servise-car__pict4 img {
        position: relative;
        top: 20px;
        width: 100%;
        margin-left: 0px !important;
    }
    .servise-car__pict5 img {
        position: relative;
        top: 20px;
        width: 100%;
        margin-left: 0px !important;
    }
}

.form-item {
    width: 388px;
    position: relative
}

.input-form {
    width: 100%;
    height: 65px;
    padding-left: 60px;
    letter-spacing: .005em;
    color: #000;
    background: #c0c0C078;
    border: none;
    border-radius: 64px;
    position: relative;
    z-index: 1;
    outline: 0
}

.form-item:nth-child(1)::before {
    content: '';
    position: absolute;
    left: 30px;
    top: 25px;
    width: 16px;
    height: 16px;
    background: url(../img/icon-phone.svg) no-repeat center;
    z-index: 2
}

.form-item:nth-child(2)::before {
    content: '';
    position: absolute;
    left: 30px;
    top: 25px;
    width: 16px;
    height: 16px;
    background: url(../img/icon-name.svg) no-repeat center;
    z-index: 2
}

.form-item .btn {
    width: 100%;
    height: 65px
}

.form-confid {
    margin-top: 77px;
    text-align: center
}

.form-confid label {
    font-size: 16px;
    line-height: 15px;
    position: relative
}

.nav-tabs {
    width: auto;
    padding: 5px;
    border: 2px solid #ff900f;
    border-radius: 90px
}

.nav-link {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 24px 80px;
    height: 64px;
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: .075em;
    border: none !important;
    border-radius: 32px !important
}

.nav-link:hover {
    color: #ff900f !important
}

.nav-link.active {
    background: #ff900f !important;
    color: #fff !important;
    border-color: transparent !important
}

.modal-content {
    width: 514px;
    background: #fff
}

.modal-description {
    text-align: center
}

.modal-bottom {
    margin-top: 20px;
    text-align: center
}

.modal-bottom a {
    display: block;
    color: #ff900f
}

.modal-form .form-item {
    max-width: 370px;
    width: 100%;
    margin: 0 auto 12px
}

.modal-header {
    justify-content: center;
    border-bottom: none;
    padding: 80px 20px 20px
}

.modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer
}

.modal-title {
    font-family: Cerapro;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    margin: 0 auto 10px
}

.modal-form .form-confid {
    margin: 15px auto 0;
    max-width: 370px;
    width: 100%
}

.modal-form .form-confid span {
    font-size: 12px;
    line-height: 1.5;
    display: block
}

.modal-form {
    padding-bottom: 50px
}

@media (max-width:1700px) {
    .main {
        background-position: 100% 0;
        background-size: auto, cover
    }
}

@media (max-width:1300px) {
    .container {
        max-width: 1140px
    }
    .main {
        background-size: contain;
        background-position: top right
    }
    .form-item {
        width: 32%
    }
}

@media (max-width:1200px) {
    .container {
        max-width: 960px;
        padding-left: 15px;
        padding-right: 15px
    }
    .main {
        background-size: 60%, cover;
        background-position: center right, center
    }
    .service-panel {
        padding: 30px 0 0
    }
    .servise-car__pict {
        width: 80%
    }
    .servise-car__pict img {
        width: 100%
    }
}

@media (max-width:992px) {
    .container {
        max-width: 100%
    }

    .main-title h1 {
        font-size: 38px;
        line-height: 46px
    }
    .title-block h1,
    .title-block h2 {
        font-size: 32px;
        line-height: 38px
    }

    .service-name {
        font-size: 28px;
        line-height: 34px
    }
    .service-name p {
        padding: 15px 0
    }
    .service-panel {
        flex-wrap: wrap;
        justify-content: center
    }
    .service-panel__item {
        width: 32%;
        margin-bottom: 25px
    }
    .servise-car {
        flex-wrap: wrap;
        margin-top: 30px
    }
    .servise-car__pict {
        width: 100%
    }
    .service .nav-link .bold {
        font-size: 20px;
        line-height: 26px
    }
    .service .nav-link {
        font-size: 18px;
        line-height: 22px
    }
}

@media (max-width:920px) {
    .header {
        position: fixed;
        width: 100%;
        padding: 15px 0;
        background: #0f0f0f;
        z-index: 10
    }
    body input+label {
        position: absolute;
        top: 25px;
        right: 15px;
        height: 25px;
        width: 25px;
        margin-bottom: 0;
        z-index: 18
    }
    body input+label span {
        position: absolute;
        width: 100%;
        height: 2px;
        top: 50%;
        margin-top: -1px;
        left: 0;
        display: block;
        background: #ff900f;
        transition: .5s
    }
    body label:hover {
        cursor: pointer
    }
    body input~.nav {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100px;
        z-index: 12;
        overflow: hidden;
        display: none
    }
    body input~.nav>ul>li {
        width: 100%;
        text-align: left;
        opacity: 0;
        transition: .5s
    }
    .main {
        background-size: 0, cover;
        overflow: hidden
    }
    .main-content {
        margin-top: 115px;
        width: auto
    }
    .main-title h1 {
        font-size: 50px;
        line-height: 60px
    }
    .main-btn {
        margin-top: -50px;
        position: relative;
        z-index: 5
    }
 
    .nav-tabs {
        flex-wrap: wrap
    }
    .service .nav-link .bold {
        font-size: 16px;
        line-height: 20px
    }
    .service .nav-link {
        padding: 8px 12px;
        height: auto;
        font-size: 14px;
        line-height: 16px
    }
    .servise-car__pict {
        margin-top: 40px
    }
    .service-price {
        margin: 25px auto 0
    }
    .servise-car {
        margin: 0
    }
    .service-price {
        order: 2
    }
    .form-wrap {
        flex-wrap: wrap
    }
    .form-item {
        max-width: 290px;
        width: 100%;
        margin: 0 auto 12px;
        text-align: center
    }
    .form-confid {
        margin-top: 0;
        padding-left: 15px
    }
    .form-confid label {
        display: flex;
        width: 100%;
        padding-left: 30px;
        text-align: left;
        font-size: 14px;
        z-index: 5
    }
}

@media (max-width:576px) {
    .title-red {
        display: none
    }
    .main-title h1 {
        font-size: 40px;
        line-height: 48px
    }
    .title-block h3 {
        font-size: 28px;
        line-height: 34px
    }
    .service-name p {
        padding: 0
    }
    .service .nav-tabs .nav-item {
        width: 100%
    }
    .service-panel__item {
        width: 49%
    }
    .service-panel__item p {
        font-size: 16px
    }
    .service-tabs .nav-tabs {
        border-radius: 34px;
        display: block
    }
    .service-tabs .nav-item {
        width: 100%
    }
    .service-tabs .nav-link .bold {
        font-size: 16px;
        line-height: 1.1
    }
    .service-tabs .nav-link {
        font-size: 16px;
        height: auto;
        padding: 5px;
        line-height: 1.1
    }
    .service-price p {
        font-size: 18px;
        line-height: 24px
    }
    .service-name {
        font-size: 24px;
        line-height: 30px
    }
    .modal-header {
        padding-top: 70px
    }
    .modal-description {
        font-size: 14px
    }
    .modal-form .form-confid,
    .modal-form .form-item {
        max-width: 300px
    }
    .modal-title {
        font-size: 32px;
        line-height: 40px
    }
}

.spinner-backdrop {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: rgba(0, 0, 0, .2);
    z-index: 100
}

.spinner {
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    width: 50px;
    height: 50px
}

.spinner .path {
    stroke: #ff900f;
    stroke-linecap: round;
    -webkit-animation: dash 1.5s ease-in-out infinite;
    animation: dash 1.5s ease-in-out infinite
}

@-webkit-keyframes rotate {
    100% {
        transform: rotate(360deg)
    }
}

@keyframes rotate {
    100% {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes dash {
    0% {
        stroke-dasharray: 1, 150;
        stroke-dashoffset: 0
    }
    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -35
    }
    100% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -124
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 150;
        stroke-dashoffset: 0
    }
    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -35
    }
    100% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -124
    }
}

.common-tabs__nav {
    display: inline-flex
}

@media (max-width:768px) {
    .common-tabs__nav {
        display: flex;
        border-radius: 37px
    }
    .common-tabs__nav .nav-item {
        width: 100%
    }
}

li {
    color: #231f20;
    font-size: 20px;
    font-family: Cerapro, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    background-position: center center;
    border-color: transparent
}

li::marker {
    color: #29a71a
}

.pricet2 {
    text-decoration: line-through;
    color: #ed3f25
}