@font-face {
    font-display: auto;
    font-family: 'reno';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/RenaultLife.eot');
    src: url('../fonts/RenaultLife.eot?#iefix') format('embedded-opentype'),
    url('../fonts/RenaultLife.woff') format('woff'),
    url('../fonts/RenaultLife.ttf') format('truetype');
}

@font-face {
    font-display: auto;
    font-family: 'reno';
    font-weight: bold;
    font-style: normal;
    src: url('../fonts/RenaultLife-Bold.eot');
    src: url('../fonts/RenaultLife-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/RenaultLife-Bold.woff') format('woff'),
    url('../fonts/RenaultLife-Bold.ttf') format('truetype');
}

@font-face {
    font-display: auto;
    font-family: 'reno';
    font-weight: 300;
    font-style: normal;
    src: url('../fonts/RenaultLife-Light.eot');
    src: url('../fonts/RenaultLife-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/RenaultLife-Light.woff') format('woff'),
    url('../fonts/RenaultLife-Light.ttf') format('truetype');
}

*::-webkit-input-placeholder {
    color: rgba(3, 3, 3, 0.6);
    opacity: 1;
}

*:-moz-placeholder {
    color: rgba(3, 3, 3, 0.6);
    opacity: 1;
}

*::-moz-placeholder {
    color: rgba(3, 3, 3, 0.6);
    opacity: 1;
}

*:-ms-input-placeholder {
    color: rgba(3, 3, 3, 0.6);
    opacity: 1;
}

*::-ms-clear {
    display: none;
}

*::-webkit-scrollbar {
    width: 8px;
}

*::-webkit-scrollbar-track {
    background: #030303;
}

*::-webkit-scrollbar-thumb {
    background: #ffcc33;
}

* {
    scrollbar-base-color: #ddd;
    scrollbar-face-color: #ffcc33;
    scrollbar-3dlight-color: transparent;
    scrollbar-highlight-color: transparent;
    scrollbar-track-color: transparent;
    scrollbar-arrow-color: #ffcc33;
    scrollbar-shadow-color: transparent;
    scrollbar-dark-shadow-color: transparent;
}

*::-moz-selection {
    color: #ffcc33;
    background: #030303;
}

*::selection {
    color: #ffcc33;
    background: #030303;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
    color: green;
}

body input:required:valid,
body textarea:required:valid {
    color: green;
}

body {
    font-size: 16px;
    min-width: 320px;
    position: relative;
    line-height: 1.2em;
    font-family: 'reno', sans-serif;
    overflow-x: hidden;
    opacity: 1;
    color: #030303;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

* {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-family: 'reno', sans-serif;
    line-height: 1.2em;
}

input[type='checkbox'] {
    opacity: 0;
    position: absolute;
    z-index: -9999;
}

label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    color: #666666;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.3px;
}
label a {
    color: #666666;
    text-decoration: underline;
}

input[type='checkbox'] + label:before {
    content: '';
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    border: 2px solid #e8e8e8;
    width: 13px;
    height: 13px;
}

input[type='checkbox'] + label:after {
    content: '';
    left: 4px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #ffcc33;
    opacity: 0;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

input[type='checkbox']:checked + label:after {
    opacity: 1;
}

a {
    -webkit-text-decoration-skip: ink;
    text-decoration-skip: ink;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #ffcc33;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    outline-width: 0;
}

[v-cloak] {
    display: none;
}

.redput {
    color: #f53a27;
    border-color: #f53a27;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.redput::-webkit-input-placeholder {
    color: #f53a27 !important;
}
.redput:-moz-placeholder {
    color: #f53a27 !important;
}
.redput::-moz-placeholder {
    color: #f53a27 !important;
}
.redput:-ms-input-placeholder {
    color: #f53a27 !important;
}

.btn {
    position: relative;
    display: inline-block;
    background-color: #ffcc33;
    color: #030303;
    font-size: 18px;
    line-height: 1em;
    text-align: center;
    text-decoration: none !important;
    -webkit-transition: all 0.3s cubic-bezier(1, 1, 0.44, 0.92);
    -o-transition: all 0.3s cubic-bezier(1, 1, 0.44, 0.92);
    transition: all 0.3s cubic-bezier(1, 1, 0.44, 0.92);
    letter-spacing: 0.16px;
    border: 0;
    margin: 0 auto;
    padding: 15px;
    min-width: 245px;
    height: 51px;
    font-weight: bold;
}
.btn:hover {
    color: #030303;
    -webkit-box-shadow: 0px 28px 17px -22px rgba(50, 50, 50, 0.37);
    box-shadow: 0px 28px 17px -22px rgba(50, 50, 50, 0.37);
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}
.btn.btn-black {
    background-color: #000;
    color: #fff;
}
.btn.btn-black:hover {
    background-color: #ffbf00;
    color: #fff;
}
.btn.btn-1 {
    background: transparent;
    border: 1px solid #ffcc33;
    max-width: 300px;
    width: 100%;
    padding-right: 89px;
}
.btn.btn-1 svg {
    width: 7px;
    position: absolute;
    right: 30px;
    top: 17px;
    height: 12px;
    fill: #ffcc33;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.btn.btn-1:hover {
    background-color: #ffcc33;
    color: #333;
}
.btn.btn-1:hover svg {
    fill: #333;
}
.btn.btn-2 {
    background: transparent;
    border: 1px solid #000;
    max-width: 300px;
    width: 100%;
    padding-right: 99px;
    position: relative;
}
.btn.btn-2 svg {
    position: absolute;
    right: 30px;
    top: 17px;
    width: 7px;
    height: 12px;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    fill: #000;
}
.btn.btn-2:hover {
    background-color: #000;
    color: #ffcc33;
}
.btn.btn-2:hover svg {
    fill: #ffcc33;
}
.btn .text {
    position: relative;
    z-index: 1;
}
.btn .progress {
    position: absolute;
    height: 100%;
    width: 0;
    background-color: #ffbf00;
    left: 0;
    top: 0;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.btn.sending .progress {
    -webkit-animation-name: sendingPhone;
    animation-name: sendingPhone;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.no-wrap {
    white-space: nowrap;
}

#app {
    overflow: hidden;
}

.input-block {
    max-width: 269px;
    width: 100%;
    height: 51px;
    position: relative;
    margin: 0 auto;
}

.input {
    display: block;
    font-size: 14px;
    font-family: 'reno', sans-serif;
    color: #999999;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    line-height: 1em;
    border: none;
    border: 2px solid #e8e8e8;
    padding: 15px;
    text-align: center;
    position: relative;
    z-index: 2;
    background-color: #fff;
    position: relative;
    height: 100%;
    width: 100%;
}

.phone {
    white-space: nowrap;
}

button {
    display: block !important;
}

.red {
    color: #f53a27 !important;
}

#popup {
    position: fixed;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#popup img.call {
    position: absolute;
    bottom: -160px;
    left: -webkit-calc(50% - 160px);
    left: calc(50% - 160px);
}
#popup p.registrtop {
    padding-top: 50px;
    color: #013368;
}
#popup img.registr {
    position: absolute;
    top: -120px;
    left: -webkit-calc(50% - 220px);
    left: calc(50% - 220px);
    width: 440px;
}
#popup .body {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    text-align: center;
    padding-top: 0px;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
#popup .body .close {
    position: absolute;
    width: 49px;
    height: 49px;
    top: -5px;
    right: -5px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
#popup .body .close:before {
    content: '';
    display: block;
    position: absolute;
    width: 40%;
    height: 2px;
    background: #013368;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 48%;
    left: 30%;
}
#popup .body .close:after {
    content: '';
    display: block;
    position: absolute;
    width: 40%;
    height: 2px;
    background: #013368;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 48%;
    left: 30%;
}
#popup .body .close:hover {
    opacity: 0.6;
}
#popup .body .content.tnxpopup {
    display: block;
    max-height: 90vh;
    height: auto;
    -webkit-overflow-scrolling: touch;
    padding: 50px 30px;
    width: 100%;
}
#popup .body .content.tnxpopup figure {
    width: 70px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}
#popup .body .content.tnxpopup figure img {
    display: block;
    width: 100%;
    height: auto;
}
#popup .body .content.tnxpopup .btn:after {
    display: none;
}
#popup .body .content.tnxpopup p {
    text-align: center;
}
#popup .body .content.politicpopup {
    display: block;
    max-height: 50vh;
    height: auto;
    -webkit-overflow-scrolling: touch;
    padding: 20px;
    width: 100%;
}
#popup .body .content.politicpopup p.bold {
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}
#popup .body .content.politicpopup p {
    font-size: 10px;
    text-align: justify;
}
#popup .body .content {
    max-height: 70vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
#popup .body .content p {
    line-height: 1.2em;
    margin-bottom: 15px;
}
#popup .body .content p.title {
    font-size: 20px;
    font-weight: 700;
}
#popup .body .content p.title b {
    text-transform: uppercase;
}
#popup .body .content p.sub-title {
    font-size: 16px;
    color: #999999;
}
#popup .body .content form {
    text-align: center;
    padding: 50px;
    margin-left: auto;
    margin-right: auto;
}
#popup .body .content form .btn {
    width: 100%;
}
#popup .body .content .form-elements {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 245px;
    margin-left: auto;
    margin-right: auto;
}
#popup .body .content .form-elements .input-block {
    margin-bottom: 15px;
}
#popup .body .content .form-elements .checkbox-wrapper {
    margin-top: 15px;
    text-align: left;
}
#popup.open {
    visibility: visible;
    background: rgba(0, 0, 0, 0.8);
}
#popup.open .body {
    -webkit-transform: translateY(-45%) scale(1);
    -ms-transform: translateY(-45%) scale(1);
    transform: translateY(-45%) scale(1);
}

.circle-loader {
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-left-color: #ffcc33;
    -webkit-animation-name: loader-spin;
    animation-name: loader-spin;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    position: relative;
    display: inline-block;
    vertical-align: top;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    bottom: 10px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    z-index: 2;
}
.circle-loader:after {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 20px;
    height: 20px;
}
.circle-loader.checking {
    opacity: 1;
}

.load-complete {
    -webkit-animation: none;
    animation: none;
    border-color: #299926;
    -webkit-transition: border 500ms ease-out;
    -o-transition: border 500ms ease-out;
    transition: border 500ms ease-out;
}
.load-complete.wrong {
    border-color: #f53a27;
    cursor: pointer;
}
.load-complete.wrong:before {
    content: '';
    display: block;
    height: 2px;
    width: 8px;
    background: #f53a27;
    display: block;
    position: absolute;
    top: 7px;
    left: 4px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}
.load-complete.wrong:after {
    content: '';
    display: block;
    height: 2px;
    width: 8px;
    background: #f53a27;
    display: block;
    position: absolute;
    top: 7px;
    left: 4px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}

.checkmark {
    display: none;
}
.checkmark:after {
    opacity: 1;
    height: 11px;
    width: 7px;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    border-right: 2px solid #299926;
    border-top: 2px solid #299926;
    content: '';
    left: 2px;
    top: 8px;
    position: absolute;
}
.checkmark.draw:after {
    -webkit-animation-duration: 800ms;
    animation-duration: 800ms;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-name: checkmark;
    animation-name: checkmark;
    -webkit-transform: scaleX(-1) rotate(135deg);
    -ms-transform: scaleX(-1) rotate(135deg);
    transform: scaleX(-1) rotate(135deg);
}
.checkmark.checked {
    display: block;
}

@-webkit-keyframes loader-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loader-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes checkmark {
    0% {
        height: 0;
        width: 0;
        opacity: 1;
    }
    20% {
        height: 0;
        width: 7px;
        opacity: 1;
    }
    40% {
        height: 11px;
        width: 7px;
        opacity: 1;
    }
    100% {
        height: 11px;
        width: 7px;
        opacity: 1;
    }
}

@keyframes checkmark {
    0% {
        height: 0;
        width: 0;
        opacity: 1;
    }
    20% {
        height: 0;
        width: 7px;
        opacity: 1;
    }
    40% {
        height: 11px;
        width: 7px;
        opacity: 1;
    }
    100% {
        height: 11px;
        width: 7px;
        opacity: 1;
    }
}

@-webkit-keyframes sendingPhone {
    0% {
        width: 0;
    }
    20% {
        width: 10%;
    }
    40% {
        width: 30%;
    }
    50% {
        width: 45%;
    }
    55% {
        width: 50%;
    }
    65% {
        width: 80%;
    }
    100% {
        width: 100%;
    }
}

@keyframes sendingPhone {
    0% {
        width: 0;
    }
    20% {
        width: 10%;
    }
    40% {
        width: 30%;
    }
    50% {
        width: 45%;
    }
    55% {
        width: 50%;
    }
    65% {
        width: 80%;
    }
    100% {
        width: 100%;
    }
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.btngreen {
    background-color: #ffcc33;
}

.success {
    width: 120px;
    height: 50px;
    margin: 15px auto 0;
    text-align: center;
    padding: 15px 10px;
    cursor: pointer;
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
}
.success svg {
    width: 35px;
    height: 28px;
}
.success svg path {
    fill: #fff;
}

#header-sticky .burger .x,
#header-sticky .burger .y,
#header-sticky .burger .z {
    background-color: #ffcc33;
}

.burger {
    display: none !important;
}

#header {
    width: 100%;
    background-color: #fff;
    padding: 15px 0;
}
#header .flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#header .flex .logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
#header .flex .logo figure {
    width: 200px;
    margin-right: 19px;
}
#header .flex .logo p {
    color: #333333;
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1.2;
}
#header .flex .logo p span {
    font-size: 14px;
    font-weight: bold;
    text-transform: none;
    display: block;
    line-height: 1.2;
}
#header .flex .header-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
#header .flex .header-right .my-phone {
    margin-right: 25px;
    text-align: right;
}

#header .flex .header-right .logo-car {
    width: 53px;
}

#header .flex .header-right .my-phone span a {
    color: #333333;
    font-size: 20px;
    font-weight: 700;
    display: block;
    line-height: 1.2;
}
#header .flex .header-right .my-phone > a {
    font-size: 14px;
    text-decoration: underline;
    font-weight: 300;
    position: relative;
    display: block;
    line-height: 1.2;
    color: #333;
}
#header .flex .header-right .my-phone > a:before {
    content: '';
    display: block;
    position: absolute;
    left: -27px;
    bottom: 0;
    width: 15px;
    height: 15px;
    background-image: url('../img/phone-incoming.png');
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

#header-sticky {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #fff;
    z-index: 10;
    padding: 15px 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
#header-sticky.sticky {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
}
#header-sticky .flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#header-sticky .flex .nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
#header-sticky .flex .nav ul li {
    font-size: 15px;
    font-weight: 300;
    margin: 0 15px;
    list-style-type: none;
}
#header-sticky .flex .nav ul li a {
    color: #333333;
}
#header-sticky .flex .nav ul li:hover a {
    color: #999999;
    text-decoration: none;
}
#header-sticky .flex .logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}
#header-sticky .flex .logo figure {
    width: 54px;
    margin-right: 19px;
}
#header-sticky .flex .header-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
#header-sticky .flex .header-right .logo-car {
    display: none;
}

#header-sticky .flex .header-right .my-phone span a {
    color: #333333;
    font-size: 20px;
    font-weight: 700;
    display: block;
    line-height: 1.2;
}
#header-sticky .flex .header-right .my-phone > a {
    font-size: 14px;
    text-decoration: underline;
    font-weight: 300;
    position: relative;
    display: block;
    line-height: 1.2;
    color: #333;
}
#header-sticky .flex .header-right .my-phone > a:before {
    content: '';
    display: block;
    position: absolute;
    left: -27px;
    bottom: 0;
    width: 15px;
    height: 15px;
    background-image: url('../img/phone-incoming.png');
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

/*WHEEL*/
#wheel {
    width: 343px;
    height: 343px;
    border-radius: 50%;
    position: static;
    overflow: hidden;
    border: 8px solid #eae6d0;
    box-shadow: rgba(55, 51, 42, 0.2) 0px 0px 10px,
    rgba(55, 51, 42, 0.05) 0px 3px 0px;
    transform: rotate(0deg);
}

#wheel:before {
    content: '';
    position: absolute;
    border: 5px solid rgba(55, 51, 42, 0.1);
    width: 333px;
    height: 333px;
    border-radius: 50%;
    z-index: 1000;
}

#inner-wheel {
    width: 100%;
    height: 100%;

    -webkit-transition: all 6s cubic-bezier(0, 0.99, 0.44, 0.99);
    -moz-transition: all 6 cubic-bezier(0, 0.99, 0.44, 0.99);
    -o-transition: all 6s cubic-bezier(0, 0.99, 0.44, 0.99);
    -ms-transition: all 6s cubic-bezier(0, 0.99, 0.44, 0.99);
    transition: all 6s cubic-bezier(0, 0.99, 0.44, 0.99);
}

#wheel div.sec {
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 200px 83px 0;
    border-color: #ffcc33 transparent;
    transform-origin: 83px 200px;
    left: 81px;
    top: -41px;
    opacity: 1;
}

#wheel div.sec span {
    font-size: 12px;
    margin-top: -111px;
    color: #333;
    position: relative;
    z-index: 10000000;
    display: block;
    text-align: center;
    margin-left: -48px;
    line-height: 1.2;
    text-shadow: rgba(234, 230, 208, 0.1) 0px -1px 0px,
    rgba(55, 51, 42, 0.2) 0px 1px 0px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 100px;
    text-align: left;
}

#wheel div.sec:nth-child(even) {
    border-color: #fafafa transparent;
}
#wheel div.sec:nth-child(1) {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
#wheel div.sec:nth-child(2) {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}
#wheel div.sec:nth-child(3) {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
}
#wheel div.sec:nth-child(4) {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}
#wheel div.sec:nth-child(5) {
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
}
#wheel div.sec:nth-child(6) {
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
}
#wheel div.sec:nth-child(7) {
    transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    -o-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
}
#wheel div.sec:nth-child(8) {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
}

#spin {
    width: 68px;
    height: 68px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -34px 0 0 -34px;
    border-radius: 50%;
    box-shadow: rgba(55, 51, 42, 0.1) 0px 3px 0px;
    z-index: 1000;
    background: #eae6d0;
    cursor: pointer;
    font-family: 'Overpass', sans-serif;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

#spin:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 28px 20px;
    border-color: transparent transparent #d6d6d6 transparent;
    top: -12px;
    left: 14px;
}

#inner-spin {
    width: 54px;
    height: 54px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -27px 0 0 -27px;
    border-radius: 50%;
    background: red;
    z-index: 999;
    box-shadow: rgba(255, 255, 255, 1) 0px -2px 0px inset,
    rgba(255, 255, 255, 1) 0px 2px 0px inset, rgba(0, 0, 0, 0.4) 0px 0px 5px;

    background: rgb(255, 255, 255); /* Old browsers */
    background: -moz-radial-gradient(
            center,
            ellipse cover,
            rgba(255, 255, 255, 1) 0%,
            rgba(234, 234, 234, 1) 100%
    ); /* FF3.6+ */
    background: -webkit-gradient(
            radial,
            center center,
            0px,
            center center,
            100%,
            color-stop(0%, rgba(255, 255, 255, 1)),
            color-stop(100%, rgba(234, 234, 234, 1))
    ); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(
            center,
            ellipse cover,
            rgba(255, 255, 255, 1) 0%,
            rgba(234, 234, 234, 1) 100%
    ); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(
            center,
            ellipse cover,
            rgba(255, 255, 255, 1) 0%,
            rgba(234, 234, 234, 1) 100%
    ); /* Opera 12+ */
    background: -ms-radial-gradient(
            center,
            ellipse cover,
            rgba(255, 255, 255, 1) 0%,
            rgba(234, 234, 234, 1) 100%
    ); /* IE10+ */
    background: radial-gradient(
            ellipse at center,
            rgba(255, 255, 255, 1) 0%,
            rgba(234, 234, 234, 1) 100%
    ); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

#spin:active #inner-spin {
    box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 5px inset;
}

#spin:active:after {
    font-size: 15px;
}

#shine {
    width: 250px;
    height: 250px;
    position: absolute;
    top: 0;
    left: 0;
    background: -moz-radial-gradient(
            center,
            ellipse cover,
            rgba(255, 255, 255, 1) 0%,
            rgba(255, 255, 255, 0.99) 1%,
            rgba(255, 255, 255, 0.91) 9%,
            rgba(255, 255, 255, 0) 100%
    ); /* FF3.6+ */
    background: -webkit-gradient(
            radial,
            center center,
            0px,
            center center,
            100%,
            color-stop(0%, rgba(255, 255, 255, 1)),
            color-stop(1%, rgba(255, 255, 255, 0.99)),
            color-stop(9%, rgba(255, 255, 255, 0.91)),
            color-stop(100%, rgba(255, 255, 255, 0))
    ); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(
            center,
            ellipse cover,
            rgba(255, 255, 255, 1) 0%,
            rgba(255, 255, 255, 0.99) 1%,
            rgba(255, 255, 255, 0.91) 9%,
            rgba(255, 255, 255, 0) 100%
    ); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(
            center,
            ellipse cover,
            rgba(255, 255, 255, 1) 0%,
            rgba(255, 255, 255, 0.99) 1%,
            rgba(255, 255, 255, 0.91) 9%,
            rgba(255, 255, 255, 0) 100%
    ); /* Opera 12+ */
    background: -ms-radial-gradient(
            center,
            ellipse cover,
            rgba(255, 255, 255, 1) 0%,
            rgba(255, 255, 255, 0.99) 1%,
            rgba(255, 255, 255, 0.91) 9%,
            rgba(255, 255, 255, 0) 100%
    ); /* IE10+ */
    background: radial-gradient(
            ellipse at center,
            rgba(255, 255, 255, 1) 0%,
            rgba(255, 255, 255, 0.99) 1%,
            rgba(255, 255, 255, 0.91) 9%,
            rgba(255, 255, 255, 0) 100%
    ); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

    opacity: 0.1;
}

/*ANIMATION*/
@-webkit-keyframes hh {
    0%,
    100% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }

    50% {
        transform: rotate(7deg);
        -webkit-transform: rotate(7deg);
    }
}

@keyframes hh {
    0%,
    100% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }

    50% {
        transform: rotate(7deg);
        -webkit-transform: rotate(7deg);
    }
}

.spin {
    -webkit-animation: hh 0.1s; /* Chrome, Safari, Opera */
    animation: hh 0.1s;
}

#spin:after {
    content: 'Ð˜Ð³Ñ€Ð°Ñ‚ÑŒ';
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    line-height: 68px;
    color: #333;
    font-weight: bold;
    position: relative;
    z-index: 100000;
    width: 68px;
    height: 68px;
    display: block;
}

.button-center {
    text-align: center;
    margin: 20px 0;
}

#main {
    background-image: url('../img/bg_main.jpg');
    min-height: 545px;
    padding: 90px 0;
}
#main .flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#main .flex > .title {
    max-width: 300px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}
#main .flex .title h1 {
    color: #fffefe;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    text-align: center;
}
#main .flex .title h1 span {
    background-color: #ffcc33;
    color: #333;
    padding: 0 5px;
}
#main .flex .main-form {
    max-width: 360px;
    width: 100%;
    background-color: #fff;
    padding: 45px 35px;
}
#main .flex .main-form p.title {
    font-size: 20px;
    font-weight: 700;
    color: #000000;
}
#main .flex .main-form p.sub-title {
    color: #999999;
    font-size: 16px;
    margin-top: 15px;
}
#main .flex .main-form form {
    width: 245px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}
#main .flex .main-form form .form-elements .btn {
    margin-top: 15px;
}
#main .flex .main-form form .form-elements .checkbox-wrapper {
    margin-top: 15px;
}

.checkbox-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.checkbox-wrapper input {
    margin-right: 7px;
}
.checkbox-wrapper label {
    font-size: 12px;
    color: #999999;
    line-height: 1.2;
}

h2 {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    color: #000000;
}

#services {
    padding-top: 65px;
}

.services-tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 945px;
    width: 100%;
    -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    margin: 0 auto;
    margin-top: 35px;
}
.services-tabs p {
    width: 25%;
    padding: 30px;
    color: #666666;
    font-size: 18px;
    line-height: 1.2;
    text-align: center;
    cursor: pointer;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    border-bottom: 4px solid rgba(255, 255, 255, 0);
}
.services-tabs p.active {
    border-bottom: 4px solid #ffcc33;
    color: #000;
}
.services-tabs p:hover {
    color: #000000;
}
.services-tabs p:not(:last-child) {
    border-right: 1px solid #c8e8e8;
}

.services-tab-content {
    margin-top: 50px;
    margin-bottom: 40px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: none;
}
.services-tab-content.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.services-tab-content .services-tab-content-item {
    width: -webkit-calc(50% - 15px);
    width: calc(50% - 15px);
    position: relative;
    margin-bottom: 30px;
}
.services-tab-content .services-tab-content-item p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 335px;
    height: 103px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px;
    background-color: #f1f1f1;
    flex-direction: column;
}
.services-tab-content .services-tab-content-item p span {
    display: block;
    text-align: center;
}

.services-tab-content .services-tab-content-item p span.cost {
    font-weight: bold;
    font-size: 26px;
    margin: 5px 0;
    padding: 5px;
    background: #ffcc33;
    border-radius: 5px;
}

.services-tab-content .services-tab-content-item:nth-child(odd) {
    margin-right: 15px;
}
.services-tab-content .services-tab-content-item:nth-child(even) {
    margin-left: 15px;
}
.services-tab-content .services-tab-content-item a {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 220px;
}

#benefits {
    background-image: url('../img/bg_benefits.png');
    -webkit-background-size: cover;
    background-size: cover;
    padding: 70px 0;
}
#benefits .flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#benefits .flex .benefits-content {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
}
#benefits .flex .benefits-content h2 {
    text-align: left;
}
#benefits .flex .benefits-content ul {
    list-style-type: none;
    margin-top: 70px;
    counter-reset: count;
}
#benefits .flex .benefits-content ul li {
    margin-bottom: 45px;
    padding-left: 50px;
    position: relative;
}
#benefits .flex .benefits-content ul li b {
    display: block;
    font-size: 20px;
    color: #000000;
    line-height: 1.2;
    margin-bottom: 5px;
}
#benefits .flex .benefits-content ul li span {
    font-size: 16px;
    line-height: 1.2;
    color: #999999;
}
#benefits .flex .benefits-content ul li:after {
    counter-increment: count;
    content: '0' counter(count);
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 16px;
    font-weight: 700;
    border-bottom: 3px solid #ffcc33;
    padding-bottom: 7px;
}
#benefits .flex .benefits-icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
}
#benefits .flex .benefits-icons .benefits-icons-item {
    width: -webkit-calc(50% - 15px);
    width: calc(50% - 15px);
    background-color: #ffffff;
    position: relative;
    padding: 15px;
    margin-bottom: 30px;
    height: 263px;
    padding-top: 50px;
}
#benefits .flex .benefits-icons .benefits-icons-item:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    height: 10px;
    background-color: #ffcc33;
}
#benefits .flex .benefits-icons .benefits-icons-item figure {
    width: 100px;
    margin-left: auto;
    margin-right: auto;
}
#benefits .flex .benefits-icons .benefits-icons-item figure img {
    margin-left: auto;
    margin-right: auto;
}
#benefits .flex .benefits-icons .benefits-icons-item p {
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
}

#actions {
    padding: 70px 0;
}
#actions .actions-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px;
}
#actions .actions-list figure {
    width: -webkit-calc(50% - 15px);
    width: calc(50% - 15px);
    margin-bottom: 30px;
}
#actions .actions-list figure:nth-child(odd) {
    margin-right: 15px;
}
#actions .actions-list figure:nth-child(even) {
    margin-left: 15px;
}
#actions .actions-list figure.full-action {
    margin-left: 15px;
    margin-right: 15px;
    width: 100%;
}
#actions .form-elements {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#actions .form-elements .input-block {
    width: 260px;
    margin: 0;
    margin-right: 15px;
}
#actions .form-elements .btn {
    margin-left: 15px;
}
#actions .form-elements .checkbox-wrapper {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 15px;
}
#g-energy figure {
    margin: 40px 0;
}
#g-energy p {
    margin: 10px 0;
    line-height: 1.4;
}
#g-energy {
    padding-bottom: 70px;
}
#insurance {
    padding: 70px 0;
    background-image: url('../img/bg-insurance.png');
    -webkit-background-size: cover;
    background-size: cover;
}
#insurance .flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
#insurance .flex .insurance-info {
    max-width: 700px;
    width: 100%;
}
#insurance .flex .insurance-info h2 {
    text-align: left;
}
#insurance .flex .insurance-info p.title {
    font-size: 20px;
    font-weight: 700;
    margin-top: 15px;
    line-height: 1.2;
    margin-bottom: 45px;
}
#insurance .flex .insurance-info p.info {
    margin-bottom: 35px;
}
#insurance .flex .insurance-info ul {
    margin-bottom: 45px;
    list-style-position: inside;
}
#insurance .flex .insurance-info ul li {
    color: #ffcc33;
    line-height: 1.4;
}
#insurance .flex .insurance-info ul li span {
    color: #333;
}
#insurance .flex .insurance-form {
    width: 360px;
    padding: 40px 30px;
    background-color: #fff;
}
#insurance .flex .insurance-form p.title {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}
#insurance .flex .insurance-form form {
    margin-top: 14px;
}
#insurance .flex .insurance-form form p {
    color: #999999;
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
}
#insurance .flex .insurance-form form .form-elements {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#insurance .flex .insurance-form form .form-elements .checkbox-wrapper {
    width: 244px;
    margin-top: 15px;
}
#insurance .flex .insurance-form form .form-elements .input-block {
    margin-bottom: 15px;
    width: 244px;
}
#insurance
.flex
.insurance-form
form
.form-elements
.input-block.pay-type
select {
    width: 100%;
    height: 50px;
    border: 2px solid #e8e8e8;
    background-color: #ffffff;
    padding: 15px;
    color: #999999;
    font-size: 14px;
    outline: none !important;
}
#insurance .flex .insurance-form form .form-elements .input-block.car-model,
#insurance .flex .insurance-form form .form-elements .input-block.car-year {
    width: 144px;
}
#insurance
.flex
.insurance-form
form
.form-elements
.input-block.car-model
select,
#insurance
.flex
.insurance-form
form
.form-elements
.input-block.car-year
select {
    width: 144px;
    height: 50px;
    border: 2px solid #e8e8e8;
    background-color: #ffffff;
    padding: 15px;
    color: #999999;
    font-size: 14px;
    outline: none !important;
}

#map {
    height: 700px;
}

#contacts .container {
    position: relative;
}

#contacts .map-info {
    position: absolute;
    right: 0;
    z-index: 2;
    top: 70px;
    background-color: #fff;
    width: 360px;
    padding: 25px;
}
#contacts .map-info .logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
#contacts .map-info .logo figure {
    width: 46px;
    margin-right: 16px;
}
#contacts .map-info .logo p {
    color: #333333;
    font-size: 17px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1.2;
}
#contacts .map-info .logo p span {
    font-size: 14px;
    text-transform: none;
    display: block;
    line-height: 1.2;
}
#contacts .map-info p b {
    padding-top: 25px;
    display: block;
    color: #333;
}
#contacts .map-info p {
    color: #999999;
}
#contacts .map-info p a {
    color: #999;
}
#contacts .map-info .phone-link {
    color: #333;
    font-size: 14px;
    text-decoration: underline;
    font-weight: 300;
    position: relative;
    display: block;
    line-height: 1.2;
    color: #333;
    margin-left: 28px;
    margin-top: 25px;
}
#contacts .map-info .phone-link:before {
    content: '';
    display: block;
    position: absolute;
    left: -27px;
    bottom: 0;
    width: 15px;
    height: 15px;
    background-image: url('../img/phone-incoming.png');
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

footer {
    background-color: #000000;
    padding: 40px 0;
}
footer .wrapper-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
footer .wrapper-flex .tandem {
    max-width: 99px;
    width: 100%;
    margin-left: 130px;
}
footer .wrapper-flex .tandem img {
    width: 100%;
    display: block;
    height: auto;
}
footer p {
    font-size: 12px;
    color: #999999;
    line-height: 1.2;
}
footer p:not(:last-child) {
    margin-bottom: 20px;
}
footer p a {
    color: #ffffff;
}
footer p a:hover,
footer p a:focus {
    color: #ffcc33;
}
footer p a.arrow-bottom {
    position: relative;
    padding-left: 22px;
}
footer p a.arrow-bottom.active:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
footer p a.arrow-bottom:after {
    content: '';
    position: absolute;
    width: 13px;
    height: 8px;
    display: block;
    background-image: url('../img/arrow-bottom.png');
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    top: 3px;
    left: 0;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.toggleBlock {
    padding: 20px 0;
    background-color: #000000;
    font-size: 12px;
    line-height: 1.2;
    color: #999;
}

.footer__desc {
	color: #999999;
	font-family: inherit;
	font-size: 12px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 5px 15px;
	margin-bottom: 15px;
}

/*==========  Desktop First  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1400px) {
    /**/
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 1200px) {
    /**/
    #main .flex {
        flex-wrap: wrap;
    }
    #main {
        background-repeat: no-repeat;
        padding-bottom: 0;
    }
    #wheel {
        order: 4;
        margin-top: 50px;
        margin-left: auto;
        margin-right: auto;
    }
    .ios {
        overflow-scrolling: touch !important;
        overflow: auto !important;
        height: 100% !important;
    }
    #benefits .flex .benefits-icons .benefits-icons-item p {
        font-size: 16px;
        line-height: 1.2;
    }
    #benefits .flex .benefits-icons .benefits-icons-item {
        height: 225px;
    }
    #insurance .flex .insurance-info {
        max-width: 470px;
    }
    .services-tab-content .services-tab-content-item a {
        min-width: 40%;
        width: 40%;
    }
    .services-tab-content .services-tab-content-item p {
        width: 60%;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 1024px) {
    /**/
}

/* Small Devices, Tablets */
@media only screen and (max-width: 996px) {
    /**/
    #main .flex {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    #main .flex .title {
        text-align: center;
        margin-bottom: 20px;
    }
    .services-tab-content .services-tab-content-item a {
        min-width: 50%;
        width: 50%;
    }
    .services-tab-content .services-tab-content-item p {
        width: 50%;
    }
    .services-tab-content .services-tab-content-item p {
        height: 86px;
    }
    #benefits .flex {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #benefits .flex .benefits-content {
        width: 100%;
    }
    #benefits .flex .benefits-icons {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    #insurance .flex {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #insurance .flex .insurance-info {
        max-width: 100%;
    }
    #insurance .flex .insurance-form {
        width: 100%;
        margin-top: 20px;
    }
    #insurance .flex .insurance-form form .form-elements .checkbox-wrapper {
        width: 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 760px) {
    /**/
    #js-sticky-point {
        margin-top: 65px;
    }
    #header {
        display: none;
    }

    #header-sticky .flex .header-right{
        width: 100%;
    }
    #header-sticky .flex .header-right .my-phone > a:before {
        display: none;
    }
    #header-sticky .burger .x,
    #header-sticky .burger .y,
    #header-sticky .burger .z {
        width: 20px;
        margin-top: 5px;
    }
    #header-sticky {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
        z-index: 10;
    }
    #header-sticky .burger {
        display: block !important;
        margin-right: 15px;
        width: 15px;
    }
    #header-sticky .nav {
        position: absolute;
        left: 0;
        top: 65px;
        background-color: #fff;
        width: 100%;
        z-index: -10;
        -webkit-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.2);
        -webkit-transform: translateX(-100vw);
        -ms-transform: translateX(-100vw);
        transform: translateX(-100vw);
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
    }
    #header-sticky .nav.open {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    #header-sticky .flex .header-right .logo-car {
        display: block;
        width: 40px;
    }

    #header-sticky .flex .header-right .my-phone span a {
        font-size: 16px;
    }
    #header-sticky .flex .header-right .my-phone > a {
        font-size: 11px;
    }
    #header-sticky .flex .nav ul {
        display: block;
        text-align: center;
        padding: 30px 15px;
    }
    #header-sticky .flex .nav ul li {
        font-size: 16px;
        color: #333;
        margin-bottom: 19px;
    }
    #header-sticky .flex .logo {
        display: none;
    }
    #main .flex .title h1 {
        font-size: 24px;
        text-align: left;
    }
    #main .flex .title {
        margin-bottom: 50px;
    }
    #main {
        padding-top: 120px;
        padding-bottom: 50px;
    }
    #main .flex .main-form {
        padding: 20px;
    }
    #main .flex .main-form p.title {
        margin-bottom: 14px;
    }
    #main .flex .main-form p.sub-title {
        text-align: center;
    }
    h2 {
        font-size: 22px;
    }
    #services {
        padding-top: 50px;
    }
    .services-tabs {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .services-tabs p {
        width: 50%;
        padding: 20px;
        font-size: 16px;
        border-bottom: 1px solid #c8e8e8;
    }
    .services-tab-content {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .services-tab-content .services-tab-content-item:nth-child(odd) {
        margin-right: 0;
    }
    .services-tab-content .services-tab-content-item {
        width: 100%;
    }
    .services-tab-content .services-tab-content-item:nth-child(even) {
        margin-left: 0;
    }
    .services-tab-content .services-tab-content-item p {
        position: relative;
        width: 100%;
    }
    .services-tab-content .services-tab-content-item a {
        position: relative;
        width: 100%;
    }
    #benefits .flex .benefits-content h2 {
        text-align: center;
    }
    #benefits .flex .benefits-content h2 br {
        display: none;
    }
    #benefits .flex .benefits-icons .benefits-icons-item p {
        font-size: 12px;
    }
    #benefits .flex .benefits-icons .benefits-icons-item p br {
        display: none;
    }
    #benefits .flex .benefits-icons .benefits-icons-item figure {
        width: 57px;
    }
    #benefits .flex .benefits-icons .benefits-icons-item {
        height: 145px;
        padding: 10px;
        padding-top: 25px;
        width: 50%;
        margin: 0;
    }
    #benefits .flex .benefits-icons .benefits-icons-item:nth-child(1) {
        border-right: 1px solid #e8e8e8;
        border-bottom: 1px solid #e8e8e8;
    }
    #benefits .flex .benefits-icons .benefits-icons-item:nth-child(2) {
        border-bottom: 1px solid #e8e8e8;
    }
    #benefits .flex .benefits-icons .benefits-icons-item:nth-child(3) {
        border-right: 1px solid #e8e8e8;
    }
    #benefits {
        background-position: right center;
        padding: 50px 0;
    }
    #benefits .flex .benefits-icons .benefits-icons-item p {
        bottom: 10px;
        left: 10px;
    }
    #actions {
        padding: 50px 0;
    }
    #actions .actions-list figure:nth-child(odd) {
        margin-right: 0;
    }
    #actions .actions-list figure:nth-child(even) {
        margin-left: 0;
    }
    #actions .actions-list figure {
        width: 100%;
    }
    #actions .form-elements .btn {
        margin-left: 0;
        margin-top: 15px;
        width: 100%;
    }
    #actions .form-elements .input-block {
        margin-right: 0;
        width: 100%;
    }
    #actions .form-elements {
        width: 290px;
        margin-left: auto;
        margin-right: auto;
    }
    #insurance {
        padding: 50px 0;
    }
    #insurance .flex .insurance-info h2 {
        text-align: center;
    }
    #insurance .flex .insurance-info p.title {
        text-align: center;
        font-size: 16px;
        margin-top: 5px;
        line-height: 1.2;
        margin-bottom: 25px;
    }
    #insurance .flex .insurance-info p.title br {
        display: none;
    }
    #insurance .flex .insurance-form {
        padding: 15px;
    }
    #map {
        height: 300px;
    }
    #contacts .map-info {
        top: 0;
        left: 0;
        position: relative;
        width: 290px;
        padding: 25px 20px;
    }
    #contacts .map-info .logo p {
        font-size: 14px;
    }
    #contacts .map-info .logo p span {
        font-size: 11px;
    }
    #contacts .map-info .logo figure {
        width: 38px;
    }
    #contacts .map-info p b {
        padding-top: 12px;
    }
    #contacts .map-info p {
        font-size: 14px;
    }
    #contacts .map-info .phone-link {
        margin-top: 12px;
    }
    footer .wrapper-flex {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    footer .wrapper-flex .tandem {
        margin-left: 0;
        margin-top: 20px;
    }
    #popup .body .content form {
        padding: 25px;
    }
}

/* Custom, iPad*/
@media only screen and (max-width: 750px) {
    /**/
    .services-tab-content-item figure{
        text-align: center;
    }

    .services-tab-content-item figure .img-responsive{
        display: inline;
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 480px) {
    /**/
    #wheel {
        min-width: 343px;
    }
}

/*==========  Mobile First  ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
    /**/
}

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
    /**/
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
    /**/
}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
    /**/
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
    /**/
}
