

/* Start:/local/templates/vinyl4you_studio/styles/preloader.css?16315350842591*/
body.dom_loading {
    overflow: hidden;
}

#preloader {
    margin: 0;
    height: 100vh;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #151515;
    position: fixed;
    overflow: hidden;
    z-index: 99990;
}

#preloader.preloader_hide {
    display: none;
}
#preloader.preloader_show {
    display: flex;
}

#preloader .preloader-logo, .preloader-text {
    position: absolute;
    margin: 0 auto;
    animation-name: loaderLogoAnimation;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-delay: 0;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-fill-mode: none;
    animation-play-state: running;
}

#preloader .preloader-text {
    margin-top: 230px;
    text-align: center;
    font-family: "Roboto", sans-serif;
}

#preloader .loader {
    width: 20em;
    height: 20em;
    font-size: 10px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

#preloader .loader .face {
    position: absolute;
    border-radius: 50%;
    border-style: solid;
    animation: animate 3s linear infinite alternate;
}

#preloader .loader .face:nth-child(1) {
    width: 100%;
    height: 100%;
    color: var(--main-color);
    border-color: currentColor transparent transparent currentColor;
    border-width: 0.2em 0.2em 0em 0em;
    --deg: -45deg;
    animation-direction: normal;
}

#preloader .loader .face:nth-child(2) {
    width: 70%;
    height: 70%;
    color: var(--main-color);
    border-color: currentColor currentColor transparent transparent;
    border-width: 0.2em 0em 0em 0.2em;
    --deg: -135deg;
    animation-direction: reverse;
}

#preloader .loader .face .circle {
    position: absolute;
    width: 50%;
    height: 0.1em;
    top: 50%;
    left: 50%;
    background-color: transparent;
    transform: rotate(var(--deg));
    transform-origin: left;
}

#preloader .loader .face .circle::before {
    position: absolute;
    top: -0.5em;
    right: -0.5em;
    content: '';
    width: 1em;
    height: 1em;
    background-color: currentColor;
    border-radius: 50%;
    box-shadow: 0 0 2em,
    0 0 4em,
    0 0 6em,
    0 0 8em,
    0 0 10em,
    0 0 0 0.5em rgba(255, 255, 0, 0.1);
}

@keyframes animate {
    to {
        transform: rotate(1turn);
    }
}

@keyframes loaderLogoAnimation {
    from {
        opacity: .2;
    }
    to {
        opacity: 1;
    }
}
/* End */


/* Start:/local/templates/vinyl4you_studio/styles/normalize.min.css?16186732441842*/
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body,figure{margin:0}a{background:0 0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}
/* End */


/* Start:/local/templates/vinyl4you_studio/styles/calc-styles.css?164027240560450*/
:root {
    --swiper-pagination-color: #5B5A60;
    --swiper-pagination-bullet-horizontal-gap: 2.5px;
    --swiper-pagination-bullet-width: 5px;
    --swiper-pagination-bullet-height: 5px;
}

@-webkit-keyframes calculatorPreloader1 {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes calculatorPreloader1 {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes reflect {
    0% {
        left: 0%;
    }
    20% {
        left: 100%;
    }
    100% {
        left: 100%;
    }
}

.accordion .accordion__point {
    overflow: hidden;
    margin-bottom: 10px;
}
.accordion .accordion__point.accordion__point_active .accordion__header {
    background-color: #171A1B;
}
.accordion .accordion__point.accordion__point_active h3{
    color: #fff;
}
.accordion .accordion__header {
    background-color: #fff;
    padding: 14px 20px 15px 20px;
    cursor: pointer;
    border: 1px solid #8C8C8C;
    -webkit-box-shadow: 0px 4px 20px rgba(183, 183, 183, 0.1);
    -ms-box-shadow: 0px 4px 20px rgba(183, 183, 183, 0.1);
    -o-box-shadow: 0px 4px 20px rgba(183, 183, 183, 0.1);
    box-shadow: 0px 4px 20px rgba(183, 183, 183, 0.1);
    border-radius: 2px;
    transition: 0.3s;
}
.accordion .accordion__header h3 {
    font-size: 16px !important;
}

.accordion .accordion__header span {
    display: block;
    background: url(/local/templates/vinyl4you_studio/styles/../assets/select-arrow.svg) no-repeat right center;
    padding-right: 10px;
}
.accordion .accordion__content {
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-box-shadow: 0px 4px 20px rgba(183, 183, 183, 0.1);
    box-shadow: 0px 4px 20px rgba(183, 183, 183, 0.1);
    border-radius-bottom: 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 0;
}
.accordion .accordion__content-wrapp {
    padding: 15px 20px;
    margin: 0;
}
.accordion .accordion__point_active .accordion__header span {
    background: url(/local/templates/vinyl4you_studio/styles/../assets/select-arrow_active.svg) no-repeat right center;
}

.detailed-car {
    position: relative;
    justify-content: center;
    overflow: hidden;
    order: 1;
}

.detailed-car_hidden {
    opacity: 0;
    z-index: -99999;
}

.detailed-car img {
    width: 272px;
    height: 100%;
    position: relative;
    z-index: 4;
    left: 0;
    top: 0;
}
.detailed-car object {
    position: absolute;
    left: 2px;
    top: 0;
    z-index: 10;
    mix-blend-mode: hard-light;
    cursor: pointer;
    pointer-events: none;
}
.detailed-car .detailed-car__container {
    display: flex;
    flex-direction: row;
    position: relative;
    left: 0;
    top: 0;
}
.detailed-car .detailed-car__side {
    flex: 0 0 100%;
    position: relative;
    left: 0;
    top: 0;
}
.detailed-car__side_hidden {
    opacity: 0;
}
#select_details {
    order: 2;
}
#success_only {
    max-width: 514px;
}
#success_only > .side-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
#success_only > .side-block .success__icon {
    width: 136px;
    height: 136px;
}
#success_only .side-block__title {
    margin-bottom: 87px;
}
#success_only .side-block__title h4 {
    font-size: 36px;
}
#success_only .side-block__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#success_only .success__text {
    font-size: 20px;
    margin-top: 87px;
}

#success .calculator-additionals__wrapp {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(255px, 1fr));
    grid-gap: 30px;
}
#success .calculator-additionals__item {
    position: relative;
    color: #fff;
}
#success .calculator-additionals__item:hover .calculator-additionals__image:after {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
}
#success .calculator-additionals__item:hover .calculator-additionals__button {
    background: #fff;
}
#success .calculator-additionals__item:hover .calculator-additionals__button a {
    color: #EB3A24;
}
#success .calculator-additionals__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 20px 20px 30px 20px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}
#success .calculator-additionals__title {
    font-size: 20px;
    font-weight: 500;
}
#success .calculator-additionals__image {
    position: relative;
    cursor: pointer;
    overflow: hidden;
}
#success .calculator-additionals__image:before {
    content: "";
    display: block;
    background: -webkit-gradient(linear, left top, left bottom, from(#0E0E0E), to(rgba(50, 55, 57, 0.5)));
    background: -o-linear-gradient(top, #0E0E0E 0%, rgba(50, 55, 57, 0.5) 100%);
    background: linear-gradient(180deg, #0E0E0E 0%, rgba(50, 55, 57, 0.5) 100%);
    mix-blend-mode: darken;
    -webkit-transform: matrix(1, 0, 0, -1, 0, 0);
    -ms-transform: matrix(1, 0, 0, -1, 0, 0);
    transform: matrix(1, 0, 0, -1, 0, 0);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
#success .calculator-additionals__image:after {
    content: "";
    background: #EB3A24;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}
#success .calculator-additionals__price {
    font-weight: 500;
}
#success .calculator-additionals__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #EB3A24;
    min-height: 30px;
    border-radius: 30px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}
#success .calculator-additionals__button a {
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.calculator {
    width: 100%;
    height: 100%;
    font-family: "Inter", sans-serif;
    color: #171A1B;
}
.calculator label, .calculator p {margin-bottom: 0}
.calculator input::-webkit-outer-spin-button,
.calculator input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.calculator input[type=number] {
    -moz-appearance: textfield;
}
.calculator .ui-message-regular {
    font-size: 12px;
    font-weight: 500;
    color: #a7a8ab;
}
.calculator .ui span[class*=error-message-] {
    color: #EB3A24;
    font-size: 12px;
    font-weight: 500;
    display: block;
}
.calculator .ui-buttons__text {
    padding: 0 30px;
    overflow: hidden;
    white-space: inherit;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.calculator .ui-buttons-type-material-cards label {
    display: block;
    cursor: pointer;
}
.calculator .ui-buttons-type-material-cards label input[type=radio] {
    display: none;
}
.calculator .ui-buttons-type-material-cards .ui-buttons__text {
    font-size: 12px;
    font-weight: 500;
    padding: 0;
}
.calculator .ui-buttons-type-material-cards label input[type=radio]:checked + .ui-buttons__text {
    color: #EB3A24;
}
.calculator .ui-buttons-type-material-cards .material-card {
    min-height: 321px;
    margin-bottom: 36px;
    position: relative;
    padding: 32px 30px 30px 37px;
    border: 1px solid #ECEEF1;
    -webkit-box-shadow: -2px -5px 10px rgba(218, 218, 218, 0.15), 4px 5px 10px rgba(218, 218, 218, 0.15);
    box-shadow: -2px -5px 10px rgba(218, 218, 218, 0.15), 4px 5px 10px rgba(218, 218, 218, 0.15);
}
.calculator .ui-buttons-type-material-cards .material-card:first-child {
    margin-top: 36px;
}
.calculator .ui-buttons-type-material-cards .material-card.active {
    border: 1px solid #EB3A24;
}
.calculator .ui-buttons-type-material-cards .material-card.active .material-card__plate {
    background: #EB3A24;
}
.calculator .ui-buttons-type-material-cards .material-card.active .material-card__tip {
    color: #EB3A24;
}
.calculator .ui-buttons-type-material-cards .material-card__tip {
    margin-top: 5px;
}
.calculator .ui-buttons-type-material-cards .material-card__tip span {
    white-space: normal;
}
.calculator .ui-buttons-type-material-cards .material-card__plate {
    width: 215px;
    height: 32px;
    position: absolute;
    top: -16px;
    left: 50px;
    background: #171A1B;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    line-height: 32px;
    text-align: center;
    border-radius: 2px;
}
.calculator .ui-buttons-type-material-cards .material-card__recommend-plate {
    width: 134px;
    height: 25px;
    border-radius: 21px;
    background: #1FBC62;
    font-size: 12px;
    font-weight: 300;
    line-height: 25px;
    text-align: center;
    position: relative;
    overflow: hidden;
    color: #fff;
    margin-bottom: 5px;
}
.calculator .ui-buttons-type-material-cards .material-card__reflect_animate {
    display: block;
    height: 28px;
    width: 40px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(1%, rgba(255, 255, 255, 0.03)), color-stop(30%, rgba(255, 255, 255, 0.6)), color-stop(50%, rgba(255, 255, 255, 0.85)), color-stop(70%, rgba(255, 255, 255, 0.85)), color-stop(71%, rgba(255, 255, 255, 0.85)), to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.85) 70%, rgba(255, 255, 255, 0.85) 71%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.85) 70%, rgba(255, 255, 255, 0.85) 71%, rgba(255, 255, 255, 0) 100%);
    -webkit-animation: reflect 4s linear infinite;
    animation: reflect 4s linear infinite;
    -webkit-transform: skew(-10deg, 0deg);
    -ms-transform: skew(-10deg, 0deg);
    transform: skew(-10deg, 0deg);
    position: absolute;
    left: 0;
    opacity: 0.3;
}
.calculator .ui-buttons-type-material-cards .material-card__brand-logo img {
    margin-right: 10px;
    max-width: 66px;
    max-height: 30px;
}
.calculator .ui-buttons-type-material-cards .material-card__material-image {
    max-height: 216px;
    width: 100%;
    height: 100%;
    margin-bottom: 15px;
}
.calculator .ui-buttons-type-material-cards .material-card__material-image img {
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit;
    -o-object-fit: cover;
    object-fit: cover;
}
.calculator .ui-buttons-type-material-cards .material-card__heading {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 500;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.calculator .ui-buttons-type-material-cards .material-card__content {
    color: #5B5A60;
    font-size: 14px;
    font-weight: 500;
}
.calculator .ui-buttons-type-material-cards .material-card__content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.calculator .ui-buttons-type-material-cards .material-card__content ul li {
    margin: 10px 0 10px 0;
}
.calculator .ui-buttons-type-material-cards .material-card__text {
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 2px;
}
.calculator .ui-buttons-type-material-cards .material-card__selects {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.calculator .ui-buttons-type-material-cards .material-card__selects div {
    margin: 15px 0 10px 0;
}
.calculator .ui-buttons-type-material-cards .material-card__selects div:last-child {
    margin-bottom: 15px;
}
.calculator .ui-buttons-type-material-cards .material-card__selects select {
    color: #5B5A60;
    font-size: 12px;
    font-weight: 500;
    width: 100%;
    height: 40px;
    padding: 0 10px;
    border: 1px solid #EBEDF0;
    -webkit-box-shadow: -2px -5px 10px rgba(218, 218, 218, 0.15), 4px 5px 10px rgba(218, 218, 218, 0.15);
    box-shadow: -2px -5px 10px rgba(218, 218, 218, 0.15), 4px 5px 10px rgba(218, 218, 218, 0.15);
}
.calculator .ui-buttons-type-material-cards .material-card__selects select:focus {
    outline: none;
}
.calculator .ui-buttons-type-cards .card {
    width: 215px;
    height: auto;
    margin-right: 15px;
    padding: 25px 10px 25px 10px;
    border: 1px solid #EBEDF0;
    -webkit-box-shadow: -2px -5px 10px rgba(218, 218, 218, 0.3), 4px 5px 10px rgba(218, 218, 218, 0.3);
    box-shadow: -2px -5px 10px rgba(218, 218, 218, 0.3), 4px 5px 10px rgba(218, 218, 218, 0.3);
    position: relative;
}
.calculator .ui-buttons-type-cards .card.active {
    border: 1px solid #171A1B;
}
.calculator .ui-buttons-type-cards .card.active .card__recommend {
    height: 22px;
    line-height: 22px;
}
/*.calculator .ui-buttons-type-cards .card.active .card__header {
    margin-top: 25px;
}*/
/*.calculator .ui-buttons-type-cards .card.active .card__header h2 {
    color: #fff;
}*/
/*.calculator .ui-buttons-type-cards .card.active .card__header span {
    color: #A7A9AB;
}
.calculator .ui-buttons-type-cards .card.active ul li {
    color: #ECEEF1;
}
.calculator .ui-buttons-type-cards .card.active .card__work-time {
    color: #A7A9AB;
}
.calculator .ui-buttons-type-cards .card.active .card__tip {
    color: #00B84A;
}*/
.calculator .ui-buttons-type-cards .card:hover {
    border: 1px solid #EB3A24;
}

.calculator .ui-buttons-type-cards .card:hover .ui-buttons__text:before {
    background: #EB3A24;
    color: #fff;
}
.calculator .ui-buttons-type-cards .card__recommend {
    background: #eb3a24;
    width: 100%;
    height: 22px;
    color: #fff;
    font-size: 10px;
    line-height: 22px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    left: 0;
}
.calculator .ui-buttons-type-cards .card__header {
    text-align: center;
    text-transform: uppercase;
    position: relative;
    min-height: 39px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px;
}
.calculator .ui-buttons-type-cards .card__header h2 {
    font-size: 12px;
    font-weight: 700;
}
.calculator .ui-buttons-type-cards .card__header span {
    font-size: 12px;
    color: #5b5a60;
    font-weight: 500;
}
.calculator .ui-buttons-type-cards .card__image {
    width: 100%;
}
.calculator .ui-buttons-type-cards .card__image img {
    width: inherit;
}
.calculator .ui-buttons-type-cards .card__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.calculator .ui-buttons-type-cards .card__work-time {
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: #171a1b;
    text-align: center;
    position: relative;
    bottom: 0;
}
.calculator .ui-buttons-type-cards .card input {
    display: none;
}
.calculator .ui-buttons-type-cards .card .ui-buttons__text {
    margin-top: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.calculator .ui-buttons-type-cards .card .ui-buttons__text:before {
    content: "Выбрать";
    display: block;
    width: 130px;
    height: 29px;
    border: 1px solid #EB3A24;
    border-radius: 2px;
    font-size: 12px;
    font-weight: 500;
    color: #EB3A24;
    line-height: 29px;
    text-align: center;
}
.calculator .ui-buttons-type-cards .card input:checked + .ui-buttons__text:before {
    content: "Выбрано";
    color: #fff;
    background: #EB3A24;
}
.calculator .ui-buttons-type-cards .card label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /*cursor: url(/local/templates/vinyl4you_studio/assets/complex__cards-cursor.png), move;*/
    height: 100%;
}
.calculator .ui-buttons-type-cards .card label ul {
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    padding-left: 20px;
}
.calculator .ui-buttons-type-cards .card label ul li {
    list-style: url(/local/templates/vinyl4you_studio/styles/../images/complex-list-icon.svg) outside;
    margin-bottom: 7px;
    font-size: 10px;
    font-weight: 500;
    color: #45434e;
}
.calculator .ui-buttons-type-cards .card__tip {
    margin-top: 15px;
    margin-bottom: 0 !important;
    list-style-image: url(/local/templates/vinyl4you_studio/styles/../images/complex-card-tip.svg) !important;
}
.calculator .ui-buttons-type-radio-with-icon span {
    margin-left: 7px;
}
.calculator .ui-buttons-type-radio-with-icon label {
    color: #979797;
    display: block;
}
.calculator .ui-buttons-type-radio-with-icon label input[type=radio] {
    display: none;
}
.calculator .ui-buttons-type-radio-with-icon .ui-buttons__text {
    position: relative;
}
.calculator .ui-buttons-type-radio-with-icon .ui-buttons__text:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    background: #F0F0F1;
    margin-right: 17px;
    width: 16px;
    height: 16px;
    border: 1px solid #DCDDE0;
    border-radius: 50%;
}
.calculator .ui-buttons-type-radio-with-icon label input[type=radio]:checked + .ui-buttons__text {
    color: #5B5A60;
}
.calculator .ui-buttons-type-radio-with-icon label input[type=radio]:checked + .ui-buttons__text:before {
    background: #fff;
}
.calculator .ui-buttons-type-radio-with-icon label input[type=radio]:checked + .ui-buttons__text:after {
    content: "";
    width: 8px;
    height: 8px;
    background: #5B5A60;
    border-radius: 50%;
    position: absolute;
    left: 5px;
    top: 5px;
}
.calculator .ui-buttons-type-radio-with-icon label input[type=radio]:checked + .ui-buttons__text span {
    color: #171A1B;
}
.calculator .ui-buttons-type-text .error {
    border-bottom: 3px solid #EB3A24 !important;
}
.calculator .ui-buttons-type-text input[type=text] {
    background: #FFF;
    height: 57px;
    border: 1px solid #DCDDE0;
    color: #171a1b;
    padding: 0 25px;
    outline: none;
    width: 100%;
    -webkit-box-shadow: -2px -5px 10px rgba(218, 218, 218, 0.15), 4px 5px 10px rgba(218, 218, 218, 0.15);
    box-shadow: -2px -5px 10px rgba(218, 218, 218, 0.15), 4px 5px 10px rgba(218, 218, 218, 0.15);
}
.calculator .ui-buttons-type-text input[type=text]:-moz-placeholder-shown {
    background: #F0F0F0;
    color: #8C8C8C;
    -webkit-box-shadow: unset;
    box-shadow: unset;
}
.calculator .ui-buttons-type-text input[type=text]:-ms-input-placeholder {
    background: #F0F0F0;
    color: #8C8C8C;
    -webkit-box-shadow: unset;
    box-shadow: unset;
}
.calculator .ui-buttons-type-text input[type=text]:placeholder-shown {
    background: #F0F0F0;
    color: #8C8C8C;
    -webkit-box-shadow: unset;
    box-shadow: unset;
}
.calculator .ui-buttons-type-text input[type=text]:focus {
    background: #fff;
    -webkit-box-shadow: -2px -5px 10px rgba(218, 218, 218, 0.15), 4px 5px 10px rgba(218, 218, 218, 0.15);
    box-shadow: -2px -5px 10px rgba(218, 218, 218, 0.15), 4px 5px 10px rgba(218, 218, 218, 0.15);
    border: 1px solid #8C8C8C;
}
.calculator .ui-buttons-type-check label, .calculator .ui-buttons-type-radio label {
    background: #F0F0F1;
    font-weight: 300;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
    color: #8C8C8C;
    font-weight: 300;
    display: block;
}
.calculator .ui-buttons-type-check label span, .calculator .ui-buttons-type-radio label span {
    display: flex;
    min-height: 57px;
    align-items: center;
    justify-content: center;
}
.calculator .ui-buttons-type-check label input[type=checkbox], .calculator .ui-buttons-type-check label input[type=radio], .calculator .ui-buttons-type-radio label input[type=checkbox], .calculator .ui-buttons-type-radio label input[type=radio] {
    display: none;
}
.calculator .ui-buttons-type-check label input[type=checkbox]:checked + .ui-buttons__text,
.calculator .ui-buttons-type-check label input[type=radio]:checked + .ui-buttons__text, .calculator .ui-buttons-type-radio label input[type=checkbox]:checked + .ui-buttons__text,
.calculator .ui-buttons-type-radio label input[type=radio]:checked + .ui-buttons__text {
    background: #fff;
    border: 1px solid #171A1B;
    color: #171A1B;
    -webkit-box-shadow: -2px -5px 10px rgba(218, 218, 218, 0.15), 4px 5px 10px rgba(218, 218, 218, 0.15);
    box-shadow: -2px -5px 10px rgba(218, 218, 218, 0.15), 4px 5px 10px rgba(218, 218, 218, 0.15);
}
.calculator .ui-buttons-type-check__text, .calculator .ui-buttons-type-radio__text {
    width: 100%;
    height: 100%;
}
.calculator .ui-buttons-type-check label {
    max-width: 260px;
}
.calculator .ui-buttons__checkbox {
    background: #f0f0f0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    border: 1px solid #D3D3D3;
}
.calculator .ui-buttons__checkbox:checked {
    -webkit-box-shadow: -2px -5px 10px rgba(218, 218, 218, 0.15), 4px 5px 10px rgba(218, 218, 218, 0.15);
    box-shadow: -2px -5px 10px rgba(218, 218, 218, 0.15), 4px 5px 10px rgba(218, 218, 218, 0.15);
    background: #fff url(/local/templates/vinyl4you_studio/assets/calculator-ui__check.svg) no-repeat center;
}
.calculator .ui-buttons__checkbox._warn {
    border: 1px solid #EB3A24;
}
.calculator .ui-buttons__checkbox._warn + span {
    color: #EB3A24;
}
.calculator .indents-top-tiny {
    margin-top: 5px;
}
.calculator .indents-small {
    margin-bottom: 15px;
}
.calculator .indents-normal {
    margin-bottom: 20px;
}
.calculator .indents-large {
    margin-bottom: 30px;
}
.calculator .indents-text-field-tiny {
    margin-bottom: 6px;
}
.calculator .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.calculator .grid {
    display: -ms-grid;
    display: grid;
}
.calculator .hidden {
    display: none;
}
.calculator h2, .calculator h3, .calculator h4, .calculator h5 {
    margin: 0;
    padding: 0;
    font-weight: 500;
    font-style: normal;
}
.calculator__wrapp {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 100%;
}
.calculator .complex-cards {
    margin-top: 45px;
}
.calculator .swiper .swiper-pagination {
    position: relative;
    bottom: 0;
}
.calculator .swiper .swiper-pagination-bullet {
    transition: 0.5s;
}
.calculator .swiper .swiper-pagination-bullet-active {
    width: 25px;
    border-radius: 50px;
}
.calculator .side {
    padding: 60px 0;
    position: relative;
    min-height: 100vh;
    flex: 1 1;
}
.calculator .side h3 {
    font-size: 36px;
}
.calculator .side__preloader {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(7, 9, 11, 0.8);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 500;
}
.calculator .side__preloader-image {
    width: 46px;
    height: 46px;
    -webkit-animation: 1s linear infinite forwards calculatorPreloader1;
    animation: 1s linear infinite forwards calculatorPreloader1;
}
.calculator .side__navigation-buttons {
    width: 100%;
    border-top: 1px solid #DCDDE0;
    padding-top: 20px;
    margin-top: 10px;
    position: relative;
}
.calculator .side__navigation-buttons span {
    font-weight: 400;
    font-size: 16px;
}
.calculator .side__navigation-buttons .side__preview-button {
    cursor: pointer;
    line-height: 57px;
    display: inline-block;
}
.calculator .side__navigation-buttons .side__preview-button:hover {
    color: #EB3A24;
}
.calculator .side__navigation-buttons .side__preview-button:active {
    color: #171A1B;
}
.calculator .side__navigation-buttons .side__next-button, .calculator .side__navigation-buttons .side__next-button_mobile {
    padding: 0 8px;
    min-width: 255px;
    height: 57px;
    background: #EB3A24;
    border-radius: 2px;
    line-height: 57px;
    cursor: pointer;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 20px;
    right: 0;
}
.calculator .side__navigation-buttons .side__next-button:hover, .calculator .side__navigation-buttons .side__next-button_mobile:hover {
    background: #F14A35;
}
.calculator .side__navigation-buttons .side__next-button:active, .calculator .side__navigation-buttons .side__next-button_mobile:active {
    background: #EB3A24;
}
.calculator .side:first-child {
    background: #fff;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    flex: 1 60px;
}
.calculator .side:first-child .side__wrapp {
    max-width: 540px;
    margin: 0 30px;
    height: 100%;
    width: 100%;
}
.calculator .side:first-child .details .details-restore-btn {
    font-weight: 500;
    font-size: 14px;
    text-align: right;
}
.calculator .side:first-child .details .details-restore-btn a {
    text-decoration: none;
    color: #5B5A60;
}
.calculator .side:first-child .details .details-restore-btn a:active {
    color: #EB3A24;
}
.calculator .side:first-child .details .ui-buttons-type-check {
    padding: 10px 0 10px 0;
    -ms-grid-columns: 1fr [2];
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
}
.calculator .side:last-child {
    color: #ECEEF1;
    background: -o-linear-gradient(top, rgba(7, 9, 11, 0.98) 0%, #16191B 56.18%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(7, 9, 11, 0.98)), color-stop(56.18%, #16191B));
    background: linear-gradient(180deg, rgba(7, 9, 11, 0.98) 0%, #16191B 56.18%);
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    min-height: 100vh;
}

.calculator .side:last-child .side__wrapp.success {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    margin-left: 0;
    min-width: 100%;
}
.calculator .side:last-child .side__wrapp.success.hidden {
    display: none;
}
.calculator .side:last-child .side__wrapp.success .side-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 514px;
}
.calculator .side:last-child .side__wrapp.success .side-block__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 85px 0;
}
.calculator .side:last-child .side__wrapp.success .side-block__text {
    font-size: 20px;
    font-weight: 500;
}
.calculator .side:last-child .side__wrapp.success .side-block__text span {
    border-bottom: unset;
}

.calculator .side:last-child #calculator-category {
    max-width: 255px;
}
.calculator .side:last-child .side__wrapp {
    max-width: 445px;
    margin-left: 95px;
    margin-right: 30px;
    flex: 1 1;
}
.calculator .side:last-child .side-block__title {
    margin-bottom: 10px;
}
.calculator .side:last-child .side-block__title h4 {
    font-weight: 500;
    font-size: 12px;
    color: #5b5a60;
    white-space: nowrap;
}
.calculator .side:last-child .side-block__content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.calculator .side:last-child .side-block__content span {
    display: block;
    border-bottom: 1px solid #5B5A60;
    font-weight: 300;
    font-style: normal;
    line-height: 27px;
    margin-bottom: 10px;
}
.calculator .side:last-child .side-block.flex {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.calculator .side:last-child .side-block.flex .side-block:first-child {
    -ms-flex-preferred-size: 160px;
    flex-basis: 160px;
    margin-right: 30px;
}
.calculator .side:last-child .side-block.flex .side-block:last-child {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.calculator .side:last-child .side-info {
    margin-top: 40px;
}
.calculator .side:last-child .side-info h4 {
    font-size: 20px;
    font-weight: 500;
    line-height: 130%;
}
.calculator .side:last-child .side-info__tip {
    display: block;
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 17px;
}
.calculator .side:last-child .side-info__present {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 40px;
}
.calculator .side:last-child .side-info__present-image {
    margin-right: 10px;
    display: none;
}
.calculator .side:last-child .side-info__submit-button button {
    background: #EB3A24;
    width: 100%;
    height: 57px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}
.calculator .side:last-child .side-info__submit-button button:hover {
    background: #F14A35;
}
.calculator .side:last-child .side-info__submit-button button:active {
    background: #EB3A24;
}
.calculator .side__header {
    margin-bottom: 30px;
    position: relative;
}
.calculator .side__step-number {
    position: absolute;
    right: 0;
    top: 70px;
    bottom: 0;
    color: #5B5A60;
    font-size: 14px;
    font-weight: 500;
}
.calculator .side-block__title {
    margin-bottom: 20px;
}
.calculator .side-block__title h4 {
    font-size: 20px;
    position: relative;
}
.calculator .calculator-form__step-title {
    max-width: 90%;
}
.calculator .side-block__content {
    margin-bottom: 30px;
}
.calculator .side-block .car-options {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}
.calculator .side-block .car-options input[name=car-year] {
    width: 160px;
}
.calculator .side-block__title-hint {
    color: #eb3a24;
    font-weight: 500;
    font-size: 12px;
}
.calculator .side .bodykit__switcher .choices {
    -ms-flex-preferred-size: 180px;
    flex-basis: 180px;
}
.calculator .side .bodykit__switcher input[type=checkbox] {
    display: none;
}
.calculator .side .bodykit__switcher input[type=checkbox] + label {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.calculator .side .bodykit__switcher input[type=checkbox] + label::before {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    border: 1px solid #EBEDF0;
    background: #F0F0F0;
    margin-right: 10px;
}
.calculator .side .bodykit__switcher input[type=checkbox]:checked + label::before {
    background: #fff url(/local/templates/vinyl4you_studio/styles/../images/check-icon.svg) no-repeat center;
}
.calculator .side .bodykit-buttons {
    -ms-grid-columns: 1fr [2];
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
}
.calculator .side .bodykit .side-block {
    position: relative;
}
.calculator .side .bodykit-hint {
    display: flex;
    position: absolute;
    top: -10px;
    left: 105%;
}
.calculator .side .bodykit-hint__content {
    position: relative;
    left: 10px;
    top: 10px;
    z-index: 100;
}
.calculator .side .bodykit-hint__text {
    max-height: 300px;
    overflow: auto;
    background: #fff;
    width: 234px;
    padding: 20px;
    font-size: 14px;
    line-height: 180%;
    border: 1px solid #ECEEF1;
    -webkit-box-shadow: 0px 4px 15px rgba(94, 94, 94, 0.1);
    box-shadow: 0px 4px 15px rgba(94, 94, 94, 0.1);
    z-index: 9999;
}
.calculator .side .bodykit-hint__text::-webkit-scrollbar {
    width: 5px;
}
.calculator .side .bodykit-hint__text::-webkit-scrollbar-track {
    background: #eeee;
    border-radius: 5px;
}
.calculator .side .bodykit-hint__text::-webkit-scrollbar-thumb {
    background: #a0a0a0;
    border-radius: 5px;
}
.calculator .side .bodykit-hint__text b {
    font-weight: 500;
}
.calculator__tip-bottom {
    margin-top: 15px;
    text-align: right;
}
.calculator__tip-bottom span {
    color: #EB3A24;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
}
.calculator-form {
    display: flex;
    flex-direction: column;
    padding-left: 10px;
    margin-left: -10px;
    position: relative;
}
.calculator-form__car-with-layers {
    width: 525px;
    height: 230px;
    border: 1px solid #ebedf0;
    -webkit-box-shadow: -2px -5px 10px rgba(218, 218, 218, 0.15), 4px 5px 10px rgba(218, 218, 218, 0.15);
    box-shadow: -2px -5px 10px rgba(218, 218, 218, 0.15), 4px 5px 10px rgba(218, 218, 218, 0.15);
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.detailed-car .rotation-icon {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    z-index: 20;
    transition: 0.3s;
}

.detailed-car .rotation-icon:active {
    transform: scale(0.95);
}
.calculator-form__car-with-layers canvas {
    width: 420px;
    height: 200px;
}
.calculator-form::-webkit-scrollbar {
    width: 5px;
}
.calculator-form::-webkit-scrollbar-thumb {
    width: 5px;
    border-radius: 4px;
    background-color: #969696;
    border: 1px solid #818181;
}
.calculator-form::-webkit-scrollbar-track {
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    background-color: #EBEBEB;
}
.calculator-form::-ms-scrollbar {
    width: 5px;
}
.calculator-form::-ms-scrollbar-thumb {
    width: 5px;
    border-radius: 4px;
    background-color: #969696;
    border: 1px solid #818181;
}
.calculator-form::-ms-scrollbar-track {
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    background-color: #EBEBEB;
}
.calculator-form::-moz-scrollbar {
    width: 5px;
}
.calculator-form::-moz-scrollbar-thumb {
    width: 5px;
    border-radius: 4px;
    background-color: #969696;
    border: 1px solid #818181;
}
.calculator-form::-moz-scrollbar-track {
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    background-color: #EBEBEB;
}
.calculator-form__step {
    position: relative;
}
.calculator-form__input-text {
    max-width: 260px;
    border: 1px solid #EBEDF0;
    padding: 16px 25px;
    font-family: "Inter", Arial;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
}
.calculator-form__input-text:hover {
    -webkit-box-shadow: -2px -5px 10px rgba(218, 218, 218, 0.15), 4px 5px 10px rgba(218, 218, 218, 0.15);
    box-shadow: -2px -5px 10px rgba(218, 218, 218, 0.15), 4px 5px 10px rgba(218, 218, 218, 0.15);
}
.calculator-form__input-text:focus {
    outline: none;
    -webkit-box-shadow: -2px -5px 10px rgba(218, 218, 218, 0.15), 4px 5px 10px rgba(218, 218, 218, 0.15);
    box-shadow: -2px -5px 10px rgba(218, 218, 218, 0.15), 4px 5px 10px rgba(218, 218, 218, 0.15);
}
.calculator-form__input-text::-webkit-input-placeholder {
    color: #8C8C8C;
}
.calculator-form__input-text::-moz-placeholder {
    color: #8C8C8C;
}
.calculator-form__input-text:-ms-input-placeholder {
    color: #8C8C8C;
}
.calculator-form__input-text::-ms-input-placeholder {
    color: #8C8C8C;
}
.calculator-form__input-text::placeholder {
    color: #8C8C8C;
}
.calculator-form__filters div {
    margin: 0 20px 15px 0;
}
.calculator-form__filters div h4 {
    margin-bottom: 15px;
}
.calculator-form__filters select {
    color: #5B5A60;
    font-size: 12px;
    font-weight: 500;
    width: 100%;
    height: 40px;
    padding: 0 10px;
    border: 1px solid #EBEDF0;
    -webkit-box-shadow: -2px -5px 10px rgba(218, 218, 218, 0.15), 4px 5px 10px rgba(218, 218, 218, 0.15);
    box-shadow: -2px -5px 10px rgba(218, 218, 218, 0.15), 4px 5px 10px rgba(218, 218, 218, 0.15);
}
.calculator-form__filters select:focus {
    outline: none;
}
.calculator .choices {
    margin: 0;
    padding: 0;
    max-width: 260px;
}
.calculator .choices.error {
    border: 1px solid #EB3A24;
    border-radius: 2px;
}
.calculator .choices.is-focused {
    -webkit-box-shadow: -2px -5px 10px rgba(218, 218, 218, 0.3), 4px 5px 10px rgba(218, 218, 218, 0.3);
    box-shadow: -2px -5px 10px rgba(218, 218, 218, 0.3), 4px 5px 10px rgba(218, 218, 218, 0.3);
    z-index: 100;
}
.calculator .choices select {
    padding: 0;
    margin: 0;
}
.calculator .choices[data-type*=select-one] .choices__input {
    border-bottom: 1px solid #EBEDF0;
    height: 40px;
    padding: 0 16px;
    margin: 0;
}
.calculator .choices[data-type*=select-one] .choices__inner {
    padding-bottom: 0;
}
.calculator .choices[data-type*=select-one]:after {
    border: none;
    background: url(/local/templates/vinyl4you_studio/styles/../images/calculator__select-icon.svg);
    width: 10px;
    height: 5px;
    right: 27px;
}
.calculator .choices[data-type*=select-one].is-open:after {
    margin: 0;
    padding: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    right: 27px;
}
.calculator .choices .choices__list--single {
    padding: 0;
    margin: 0;
}
.calculator .choices .choices__inner {
    padding: 0;
    margin: 0;
    min-height: 57px;
    background: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 57px;
    border: 1px solid #EBEDF0;
    border-radius: 2px;
    padding-left: 25px;
    -webkit-box-shadow: -2px -5px 10px rgba(218, 218, 218, 0.3), 4px 5px 10px rgba(218, 218, 218, 0.3);
    box-shadow: -2px -5px 10px rgba(218, 218, 218, 0.3), 4px 5px 10px rgba(218, 218, 218, 0.3);
}

.calculator .choices.is-disabled .choices__inner {
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

.calculator .choices .choices__inner:hover {
    -webkit-box-shadow: -2px -5px 10px rgba(218, 218, 218, 0.3), 4px 5px 10px rgba(218, 218, 218, 0.3);
    box-shadow: -2px -5px 10px rgba(218, 218, 218, 0.3), 4px 5px 10px rgba(218, 218, 218, 0.3);
}
.calculator .choices .choices__list--dropdown .choices__placeholder {
    display: none;
}
.calculator .choices .choices__placeholder {
    color: #8C8C8C;
    opacity: 1;
}
.calculator .choices .choices__list > .choices__list {
    max-height: 160px;
}
.calculator .choices .choices__list--dropdown {
    margin-top: 10px;
    border: 1px solid #EBEDF0;
    -webkit-box-shadow: -2px -5px 10px rgba(218, 218, 218, 0.15), 4px 5px 10px rgba(218, 218, 218, 0.15);
    box-shadow: -2px -5px 10px rgba(218, 218, 218, 0.15), 4px 5px 10px rgba(218, 218, 218, 0.15);
    border-radius: 2px;
}
.calculator .choices .choices__list--dropdown.is-active {
    z-index: 9998;
}
.calculator .choices .choices__list .choices__item--choice {
    height: 40px;
    line-height: 40px;
    padding: 0 16px 0 16px;
}

#contact_data .ui-buttons label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#contact_data .ui-buttons label a {
    color: inherit;
    font-weight: 500;
    text-decoration: underline;
}

@media screen and (max-width: 1024px) {
    .calculator .side:last-child {
        display: none;
    }
    .calculator .side:first-child {
        justify-content: flex-start;
    }
    .calculator .side:first-child .side__wrapp {
        width: 560px;
        margin: 0 45px;
    }
    .calculator .side:first-child .complex-cards {
        margin-top: 15px;
        padding: 0 0 30px 0;
    }
    .calculator .mobile.active {
        display: block;
    }
    .calculator .mobile.active .side__wrapp {
        margin-left: 95px;
    }
    .calculator .mobile.active .side-info__present {
        font-size: 16px;
    }
    .calculator .mobile.active .side-info__submit-button button {
        width: 100%;
    }
    .calculator .mobile.active .side-block h4 {
        font-size: 10px;
    }
    .calculator .mobile.active .side-block__content {
        font-size: 16px;
    }
}
@media screen and (max-width: 600px) {
    .calculator .side:last-child {
        display: none;
    }
    .calculator .side__navigation-buttons .side__next-button, .calculator .side__navigation-buttons .side__next-button_mobile {
        min-width: unset;
    }
    .calculator-form {
        margin: 0;
        padding: 0;
    }
    .calculator .side-block .fork-buttons {
        grid-template-columns: 1fr;
        grid-gap: 10px;
    }
    .calculator .side__step-number {
        font-size: 10px;
    }
    .calculator .side:first-child {
        justify-content: center;
        font-size: 14px;
    }
    .calculator .side:first-child .side__wrapp {
        margin: 0;
        padding: 0 24px 18px 24px;
        width: 100%;
    }
    .calculator .side:first-child h3 {
        font-size: 28px;
    }
    .calculator .side:first-child h4 {
        font-size: 18px;
    }
    .calculator .side:first-child .complex-cards {
        padding: 0 0 30px 0;
    }
    .calculator .side:first-child .material-card__price-text {
        display: none;
    }
    .calculator .side:first-child .material-card__content {
        font-size: 12px;
    }
    .calculator .side:first-child .material-card__tip {
        font-size: 10px;
        white-space: normal;
    }
    .calculator .side-block__content.grid {
        grid-template-columns: 1fr;
        grid-gap: 16px;
    }
    .calculator .side__navigation-buttons {
        border: none;
    }
    .calculator .side__navigation-buttons .side__preview-button {
        line-height: 44px;
    }
    .calculator .side__navigation-buttons .side__next-button, .calculator .side__navigation-buttons .side__next-button_mobile {
        max-width: 200px;
        height: 44px;
        width: 120px;
        max-width: 100%;
        line-height: 44px;
        font-size: 12px;
    }
    .calculator .side__navigation-buttons span {
        font-size: 12px;
    }
    .calculator .bodykit-hint__text {
        top: 20px !important;
        left: auto !important;
        right: calc(100% - 234px/1.5);
    }
    .calculator .choices {
        margin: 0;
        padding: 0;
        min-width: 100%;
    }
    .calculator .choices.error {
        border: 1px solid #EB3A24;
        border-radius: 2px;
    }
    .calculator .choices.is-focused {
        -webkit-box-shadow: -2px -5px 10px rgba(218, 218, 218, 0.3), 4px 5px 10px rgba(218, 218, 218, 0.3);
        box-shadow: -2px -5px 10px rgba(218, 218, 218, 0.3), 4px 5px 10px rgba(218, 218, 218, 0.3);
    }
    .calculator .choices select {
        padding: 0;
        margin: 0;
    }
    .calculator .choices[data-type*=select-one] .choices__input {
        border-bottom: 1px solid #EBEDF0;
        height: 40px;
        padding: 0 16px;
        margin: 0;
    }
    .calculator .choices[data-type*=select-one] .choices__inner {
        padding-bottom: 0;
        font-size: 14px;
        height: 44px;
    }
    .calculator .choices[data-type*=select-one]:after {
        border: none;
        background: url(/local/templates/vinyl4you_studio/styles/../images/calculator__select-icon.svg);
        width: 10px;
        height: 5px;
        right: 27px;
    }
    .calculator .choices[data-type*=select-one].is-open:after {
        margin: 0;
        padding: 0;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        right: 27px;
    }
    .calculator .choices .choices__list--single {
        padding: 0;
        margin: 0;
    }
    .calculator .choices .choices__inner {
        padding: 0;
        margin: 0;
        max-height: 44px;
        min-height: 44px;
        background: #fff;
        font-weight: 300;
        border: 1px solid #EBEDF0;
        border-radius: 2px;
        padding-left: 15px;
        line-height: 44px;
    }
    .calculator .choices .choices__inner:hover {
        -webkit-box-shadow: -2px -5px 10px rgba(218, 218, 218, 0.3), 4px 5px 10px rgba(218, 218, 218, 0.3);
        box-shadow: -2px -5px 10px rgba(218, 218, 218, 0.3), 4px 5px 10px rgba(218, 218, 218, 0.3);
    }
    .calculator .choices .choices__list--dropdown .choices__placeholder {
        display: none;
    }
    .calculator .choices .choices__placeholder {
        color: #8C8C8C;
        opacity: 1;
    }
    .calculator .choices .choices__list > .choices__list {
        max-height: 160px;
    }
    .calculator .choices .choices__list--dropdown {
        margin-top: 10px;
        border: 1px solid #EBEDF0;
        -webkit-box-shadow: -2px -5px 10px rgba(218, 218, 218, 0.15), 4px 5px 10px rgba(218, 218, 218, 0.15);
        box-shadow: -2px -5px 10px rgba(218, 218, 218, 0.15), 4px 5px 10px rgba(218, 218, 218, 0.15);
        border-radius: 2px;
    }
    .calculator .choices .choices__list .choices__item--choice {
        height: 40px;
        line-height: 40px;
        padding: 0 16px 0 16px;
    }
    .calculator .ui-message-regular {
        font-size: 12px;
        font-weight: 500;
        color: #a7a8ab;
    }
    .calculator .ui span[class*=error-message-] {
        color: #EB3A24;
        font-size: 12px;
        font-weight: 500;
        display: block;
    }
    .calculator .ui-buttons-type-material-cards label {
        display: block;
        cursor: pointer;
        padding-right: 20px;
    }
    .calculator .ui-buttons-type-material-cards label input[type=radio] {
        display: none;
    }
    .calculator .ui-buttons-type-material-cards .ui-buttons__text {
        font-size: 12px;
        font-weight: 500;
        padding: 0;
    }
    .calculator .ui-buttons-type-material-cards label input[type=radio]:checked + .ui-buttons__text {
        color: #EB3A24;
    }
    .calculator .ui-buttons-type-material-cards .material-card {
        margin-bottom: 36px;
        position: relative;
        padding: 32px 0 30px 20px;
        border: 1px solid #ECEEF1;
        -webkit-box-shadow: -2px -5px 10px rgba(218, 218, 218, 0.15), 4px 5px 10px rgba(218, 218, 218, 0.15);
        box-shadow: -2px -5px 10px rgba(218, 218, 218, 0.15), 4px 5px 10px rgba(218, 218, 218, 0.15);
    }
    .calculator .ui-buttons-type-material-cards .material-card.active {
        border: 1px solid #EB3A24;
    }
    .calculator .ui-buttons-type-material-cards .material-card.active .material-card__plate {
        background: #EB3A24;
    }
    .calculator .ui-buttons-type-material-cards .material-card__plate {
        width: 151px;
        height: 32px;
        position: absolute;
        top: -16px;
        left: 20px;
        background: #171A1B;
        text-transform: uppercase;
        color: #fff;
        font-weight: 500;
        font-size: 10px;
        line-height: 32px;
        text-align: center;
        border-radius: 2px;
    }
    .calculator .ui-buttons-type-material-cards .material-card__image {
        margin-bottom: 5px;
    }
    .calculator .ui-buttons-type-material-cards .material-card__heading {
        flex-direction: column;
        font-size: 18px;
        font-weight: 500;
        -webkit-box-align: flex-start;
        -ms-flex-align: flex-start;
        align-items: flex-start;
    }
    .calculator .ui-buttons-type-material-cards .material-card__content {
        color: #5B5A60;
        font-size: 14px;
        font-weight: 500;
    }
    .calculator .ui-buttons-type-material-cards .material-card__content ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .calculator .ui-buttons-type-material-cards .material-card__content ul li {
        margin: 10px 0 10px 0;
    }
    .calculator .ui-buttons-type-material-cards .material-card__text {
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 2px;
    }

    .calculator .complex-cards {
        margin-top: 0;
    }

    /*.calculator .ui-buttons-type-cards .card {
        width: 215px;
        padding: 25px 10px 25px 10px;
        border: 1px solid #EBEDF0;
        -webkit-box-shadow: -2px -5px 10px rgba(218, 218, 218, 0.3), 4px 5px 10px rgba(218, 218, 218, 0.3);
        box-shadow: -2px -5px 10px rgba(218, 218, 218, 0.3), 4px 5px 10px rgba(218, 218, 218, 0.3);
        position: relative;
    }
    .calculator .ui-buttons-type-cards .card.active {
        width: 250px;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(7, 9, 11, 0.98)), color-stop(56.18%, #16191B));
        background: -o-linear-gradient(top, rgba(7, 9, 11, 0.98) 0%, #16191B 56.18%);
        background: linear-gradient(180deg, rgba(7, 9, 11, 0.98) 0%, #16191B 56.18%);
        -webkit-box-shadow: 0px 0px 15px 5px rgba(22, 33, 36, 0.2);
        box-shadow: 0px 0px 15px 5px rgba(22, 33, 36, 0.2);
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    .calculator .ui-buttons-type-cards .card.active .card__recommend {
        height: 22px;
        line-height: 22px;
    }
    .calculator .ui-buttons-type-cards .card.active .card__header {
        margin-top: 25px;
    }
    .calculator .ui-buttons-type-cards .card.active .card__header h2 {
        color: #fff;
    }
    .calculator .ui-buttons-type-cards .card.active .card__header span {
        color: #A7A9AB;
    }
    .calculator .ui-buttons-type-cards .card.active ul li {
        color: #ECEEF1;
    }
    .calculator .ui-buttons-type-cards .card.active .card__work-time {
        color: #A7A9AB;
    }
    .calculator .ui-buttons-type-cards .card.active .card__tip {
        color: #00B84A;
    }
    .calculator .ui-buttons-type-cards .card:hover {
        border: 1px solid #EB3A24;
    }
    .calculator .ui-buttons-type-cards .card:hover.active {
        border: 1px solid #EBEDF0;
    }
    .calculator .ui-buttons-type-cards .card:hover .ui-buttons__text:before {
        background: #EB3A24;
        color: #fff;
    }
    .calculator .ui-buttons-type-cards .card__recommend {
        background: #eb3a24;
        width: 100%;
        height: 22px;
        color: #fff;
        font-size: 10px;
        line-height: 22px;
        font-weight: 500;
        text-align: center;
        text-transform: uppercase;
        position: absolute;
        top: 0;
        left: 0;
    }
    .calculator .ui-buttons-type-cards .card__header {
        text-align: center;
        text-transform: uppercase;
        position: relative;
        min-height: 87px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-top: 10px;
        margin-bottom: 30px;
    }
    .calculator .ui-buttons-type-cards .card__header h2 {
        font-size: 17px;
        font-weight: 700;
    }
    .calculator .ui-buttons-type-cards .card__header span {
        font-size: 12px;
        color: #5b5a60;
        font-weight: 500;
    }
    .calculator .ui-buttons-type-cards .card__image {
        width: 100%;
        margin-bottom: 15px;
    }
    .calculator .ui-buttons-type-cards .card__image img {
        width: inherit;
    }
    .calculator .ui-buttons-type-cards .card__content {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .calculator .ui-buttons-type-cards .card__work-time {
        display: block;
        font-size: 14px;
        font-weight: 500;
        color: #171a1b;
        text-align: center;
        position: relative;
        bottom: 0;
    }
    .calculator .ui-buttons-type-cards .card input {
        display: none;
    }
    .calculator .ui-buttons-type-cards .card .ui-buttons__text {
        margin-top: 10px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .calculator .ui-buttons-type-cards .card .ui-buttons__text:before {
        content: "Выбрать";
        display: block;
        width: 155px;
        height: 44px;
        border: 1px solid #EB3A24;
        border-radius: 2px;
        font-size: 14px;
        font-weight: 500;
        color: #EB3A24;
        line-height: 44px;
        text-align: center;
    }
    .calculator .ui-buttons-type-cards .card input:checked + .ui-buttons__text:before {
        content: "Выбрано";
        color: #fff;
        background: #EB3A24;
    }
    .calculator .ui-buttons-type-cards .card label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        cursor: move;
        height: 100%;
    }
    .calculator .ui-buttons-type-cards .card label ul {
        margin: 0;
        padding: 0;
        margin-bottom: 20px;
        padding-left: 20px;
    }
    .calculator .ui-buttons-type-cards .card label ul li {
        list-style: url(/local/templates/vinyl4you_studio/styles/../images/complex-list-icon.svg) outside;
        margin-bottom: 10px;
        font-size: 12px;
        font-weight: 500;
        color: #45434e;
    }
    .calculator .ui-buttons-type-cards .card__tip {
        list-style-image: url(/local/templates/vinyl4you_studio/styles/../images/complex-card-tip.svg) !important;
    }*/


    .calculator .ui-buttons-type-radio-with-icon span {
        margin-left: 7px;
    }
    .calculator .ui-buttons-type-radio-with-icon label {
        color: #979797;
        display: block;
    }
    .calculator .ui-buttons-type-radio-with-icon label input[type=radio] {
        display: none;
    }
    .calculator .ui-buttons-type-radio-with-icon .ui-buttons__text {
        position: relative;
    }
    .calculator .ui-buttons-type-radio-with-icon .ui-buttons__text:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        background: #F0F0F1;
        margin-right: 17px;
        width: 16px;
        height: 16px;
        border: 1px solid #DCDDE0;
        border-radius: 50%;
    }
    .calculator .ui-buttons-type-radio-with-icon label input[type=radio]:checked + .ui-buttons__text {
        color: #5B5A60;
    }
    .calculator .ui-buttons-type-radio-with-icon label input[type=radio]:checked + .ui-buttons__text:before {
        background: #fff;
    }
    .calculator .ui-buttons-type-radio-with-icon label input[type=radio]:checked + .ui-buttons__text:after {
        content: "";
        width: 8px;
        height: 8px;
        background: #5B5A60;
        border-radius: 50%;
        position: absolute;
        left: 5px;
        top: 5px;
    }
    .calculator .ui-buttons-type-radio-with-icon label input[type=radio]:checked + .ui-buttons__text span {
        color: #171A1B;
    }
    .calculator .ui-buttons-type-text .error {
        border-bottom: 3px solid #EB3A24 !important;
    }
    .calculator .ui-buttons-type-text input[type=text] {
        background: #FFF;
        height: 44px;
        border: 1px solid #DCDDE0;
        color: #171a1b;
        padding: 0 25px;
        outline: none;
        width: 100%;
        -webkit-box-shadow: -2px -5px 10px rgba(218, 218, 218, 0.15), 4px 5px 10px rgba(218, 218, 218, 0.15);
        box-shadow: -2px -5px 10px rgba(218, 218, 218, 0.15), 4px 5px 10px rgba(218, 218, 218, 0.15);
    }
    .calculator .ui-buttons-type-text input[type=text]:-moz-placeholder-shown {
        background: #F0F0F0;
        color: #8C8C8C;
        -webkit-box-shadow: unset;
        box-shadow: unset;
    }
    .calculator .ui-buttons-type-text input[type=text]:-ms-input-placeholder {
        background: #F0F0F0;
        color: #8C8C8C;
        -webkit-box-shadow: unset;
        box-shadow: unset;
    }
    .calculator .ui-buttons-type-text input[type=text]:placeholder-shown {
        background: #F0F0F0;
        color: #8C8C8C;
        -webkit-box-shadow: unset;
        box-shadow: unset;
    }
    .calculator .ui-buttons-type-text input[type=text]:focus {
        background: #fff;
        -webkit-box-shadow: -2px -5px 10px rgba(218, 218, 218, 0.15), 4px 5px 10px rgba(218, 218, 218, 0.15);
        box-shadow: -2px -5px 10px rgba(218, 218, 218, 0.15), 4px 5px 10px rgba(218, 218, 218, 0.15);
        border: 1px solid #8C8C8C;
    }
    .calculator .ui-buttons-type-check label, .calculator .ui-buttons-type-radio label {
        background: #F0F0F1;
        font-weight: 300;
        font-size: 12px;
        cursor: pointer;
        text-align: center;
        color: #8C8C8C;
        font-weight: 300;
        display: block;
    }
    .calculator .ui-buttons-type-check label span, .calculator .ui-buttons-type-radio label span {
        min-height: 44px;
    }
    .calculator .ui-buttons-type-check label input[type=checkbox], .calculator .ui-buttons-type-check label input[type=radio], .calculator .ui-buttons-type-radio label input[type=checkbox], .calculator .ui-buttons-type-radio label input[type=radio] {
        display: none;
    }
    .calculator .ui-buttons-type-check label input[type=checkbox]:checked + .ui-buttons__text,
    .calculator .ui-buttons-type-check label input[type=radio]:checked + .ui-buttons__text, .calculator .ui-buttons-type-radio label input[type=checkbox]:checked + .ui-buttons__text,
    .calculator .ui-buttons-type-radio label input[type=radio]:checked + .ui-buttons__text {
        background: #fff;
        border: 1px solid #171A1B;
        color: #171A1B;
        -webkit-box-shadow: -2px -5px 10px rgba(218, 218, 218, 0.15), 4px 5px 10px rgba(218, 218, 218, 0.15);
        box-shadow: -2px -5px 10px rgba(218, 218, 218, 0.15), 4px 5px 10px rgba(218, 218, 218, 0.15);
    }
    .calculator .ui-buttons-type-check__text, .calculator .ui-buttons-type-radio__text {
        width: 100%;
        height: 100%;
    }
    .calculator .ui-buttons-type-check {
        grid-template-columns: 1fr !important;
        grid-gap: 10px;
    }
    .calculator .ui-buttons-type-check label {
        min-width: 100%;
    }
    .calculator-form__input-text {
        max-width: unset;
        font-size: 14px;
    }
    .calculator .indents-top-tiny {
        margin-top: 5px;
    }
    .calculator .indents-small {
        margin-bottom: 15px;
    }
    .calculator .indents-normal {
        margin-bottom: 10px;
    }
    .calculator .indents-large {
        margin-bottom: 30px;
    }
    .calculator .indents-text-field-tiny {
        margin-bottom: 6px;
    }
    .calculator .mobile.active {
        display: block;
    }
    .calculator .mobile.active #calculator-category {
        max-width: 144px;
    }
    .calculator .mobile.active .side__wrapp {
        width: initial;
        margin-left: 24px;
    }
    .calculator .mobile.active .side__wrapp h3 {
        font-size: 24px;
    }
    .calculator .mobile.active .side-info h4 {
        font-size: 36px;
    }
    .calculator .mobile.active .side-info__price-text {
        display: none;
    }
    .calculator .mobile.active .side-info__present {
        font-size: 16px;
    }
    .calculator .mobile.active .side-info__submit-button button {
        width: 272px;
        height: 44px;
        font-size: 12px;
    }
    .calculator .mobile.active .side-block h4 {
        font-size: 10px;
    }
    .calculator .mobile.active .side-block__content {
        font-size: 14px;
    }
    .calculator .mobile.active .side-block.flex .side-block:first-child {
        margin-right: 16px;
        flex-basis: 128px;
    }
}

/* End */


/* Start:/local/templates/vinyl4you_studio/styles/about.css?164542821924369*/
:root {
    --main-color: #EB3A24;
    --header-color: #E5E9ED;
    --text-color: #a7a9ab;
    --marquee-speed: 45s;
    --reflect-animation-time: 7s;
}

body {
    background: #000;
}

.about {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: var(--header-color);
}
.about h1, .about h2, .about h3, .about h4, .about h5, .about p {
    color: var(--header-color);
    margin: 0;
    padding: 0;
}
.about h1:not(h1, p), .about h2:not(h1, p), .about h3:not(h1, p), .about h4:not(h1, p), .about h5:not(h1, p), .about p:not(h1, p) {
    line-height: 140%;
}
.about h2 {
    font-size: 36px;
}
.about p {
    color: var(--text-color);
    font-size: 16px;
    line-height: 160%;
}
.about__wrapp {
    display: flex;
}
.about .about-header {
    display: flex;
    background: url(/local/templates/vinyl4you_studio/about_assets/texture.png) repeat-x;
    background-size: cover;
    width: 100%;
    position: relative;
    justify-content: center;
    z-index: 100;
}
.about .about-header__title {
    display: flex;
    position: absolute;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
    max-width: 1100px;
    z-index: 20;
}
.about .about-header__title-wrapp {
    position: relative;
    z-index: 15;
}
.about .about-header__title-wrapp span {
    line-height: 85%;
}
.about .about-header__title h1 {
    max-width: 465px;
}
.about .about-header__video {
    display: flex;
    width: 100%;
    position: relative;
    justify-content: flex-end;
    z-index: 13;
}
.about .about-header__video-empty {
    flex: 1 1 465px;
}
.about .about-header__video:after {
    content: "";
    background: url(/local/templates/vinyl4you_studio/about_assets/video_grid.png) repeat;
    background-size: 2px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 15;
}
.about .about-header__video video {
    width: 51.0416666667%;
    max-width: 735px;
    z-index: 14;
}
.about .about-header__studio {
    display: block;
    font-size: 160px;
    font-weight: 200;
}
.about .about-header__vinyl, .about .about-header__our-way {
    font-size: 80px;
    font-weight: 500;
}
.about .about-header__vinyl span, .about .about-header__our-way span {
    color: var(--main-color);
}
.about .about-header__vinyl {
    text-transform: uppercase;
}
.about .about-header__letters {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 30%, black 70%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    bottom: -320px;
    width: 100%;
    z-index: 14;
}
.about .about-header__letters svg {
    width: inherit;
}
.about .content .studio {
    position: relative;
    overflow: hidden;
}
.about .content .studio__image {
    position: relative;
    flex: 1 1;
    margin-top: 180px;
}
.about .content .studio__image img {
    width: 100%;
}
.about .content .studio__image img:last-child {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    animation: Reflect var(--reflect-animation-time) infinite;
}
.about .content .studio .about__wrapp {
    margin-top: 180px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: absolute;
    width: 100%;
    max-width: 1100px;
    top: 150px;
    left: calc(50vw - 550px);
    z-index: 50;
}
.about .content .studio .about__wrapp .about__title {
    margin-bottom: 30px;
}
.about .content .studio .about__wrapp .about__title h2 {
    margin: 0;
    font-weight: 500;
    font-size: 36px;
    line-height: 140%;
}
.about .content .studio .about__wrapp p {
    margin: 0;
    padding-right: 25px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 300;
    line-height: 140%;
}
.about .content .studio .about__wrapp .about__title, .about .content .studio .about__wrapp p {
    max-width: 570px;
    position: relative;
    right: 0;
}
.about .content .images__items {
    display: flex;
    flex-direction: row;
}
.about .content .images__items img {
    width: 100%;
    object-fit: cover;
}
.about .content .images__side {
    display: flex;
    flex-wrap: wrap;
    flex: 1 1;
    list-style: none;
    margin: 0;
    padding: 0;
}
.about .content .images__side:last-child .images__item:first-child {
    flex: 3 1 100%;
    flex-flow: row wrap;
}
.about .content .images__side .images__item {
    border: 2px solid #000;
    box-sizing: border-box;
    display: flex;
    flex: 1 1 50%;
    height: 100%;
    max-height: 360px;
    overflow: hidden;
    filter: grayscale(100%);
    transition: 0.3s 0.1s;
}
.about .content .images__side .images__item:hover, .about .content .images__side .images__item:active, .about .content .images__side .images__item:focus {
    filter: grayscale(0);
}
.about .content .projects {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.about .content .projects__image {
    margin-bottom: 100px;
}
.about .content .projects .about__wrapp {
    max-width: 1100px;
    flex-direction: column;
    margin: 180px 0;
}
.about .content .projects .about__wrapp .about__wrapp {
    flex-direction: row;
    justify-content: space-around;
    margin: 0;
}
.about .content .projects .about__wrapp .about__wrapp .about__title, .about .content .projects .about__wrapp .about__wrapp p {
    display: flex;
}
.about .content .projects .about__wrapp .about__wrapp .about__title h2 {
    line-height: 140%;
    font-size: 36px;
    font-weight: 500;
    padding: 0;
    margin: 0;
}
.about .content .projects .about__wrapp .about__wrapp p {
    max-width: 500px;
    font-size: 16px;
}
.about .content .advantages {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.about .content .advantages .about__wrapp {
    max-width: 1100px;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 80px 0;
}
.about .content .advantages__item {
    flex: 1 1 290px;
    max-width: 290px;
}
.about .content .advantages__item:nth-child(3n):not(:last-child) {
    margin-bottom: 60px;
}
.about .content .advantages .about__title h3 {
    margin: 0 0 20px 0;
    font-weight: 500;
    font-size: 20px;
}
.about .content .advantages.advantages_lighter-bg {
    background: #151515;
}
.about .content .personal-design {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.about .content .personal-design .about__wrapp {
    max-width: 1100px;
    flex-direction: row;
    margin-top: 200px;
    flex-wrap: wrap;
}
.about .content .personal-design .about__wrapp .about__title {
    flex: 1 1;
}
.about .content .personal-design .about__wrapp .about__title h2 {
    line-height: 140%;
    font-size: 36px;
    font-weight: 500;
    padding: 0;
    margin: 0;
}
.about .content .personal-design .about__wrapp p {
    max-width: 500px;
    font-size: 16px;
}
.about .content .personal-design__images {
    display: flex;
    flex: 0 0 100%;
    flex-direction: row;
    flex-wrap: wrap;
}
.about .content .personal-design__image {
    flex: 1 1;
    flex-wrap: wrap;
}
.about .content .personal-design__image:first-child {
    flex: 3 1 auto;
    margin-bottom: 120px;
}
.about .content .brands {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    width: calc(100vw - 20px);
}
.about .content .brands .about__title {
    align-self: center;
    margin-bottom: 60px;
    margin-top: 200px;
}
.about .content .brands__marquee {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 200px;
    animation: Marquee var(--marquee-speed) linear infinite forwards;
}
.about .content .brands__marquee:hover, .about .content .brands__marquee:active, .about .content .brands__marquee:focus {
    animation-play-state: paused;
}
.about .content .brands .about__wrapp {
    position: relative;
}
.about .content .brands__items {
    display: flex;
    flex-direction: row;
}
.about .content .brands__item {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 60px;
    filter: grayscale(100%);
    transition: 0.4s;
    width: 200px;
    --height: 70px;
}
.about .content .brands__item img {
    width: auto;
    max-height: var(--height);
    max-width: 200px;
}
.about .content .brands__item:hover, .about .content .brands__item:active, .about .content .brands__item:focus {
    filter: grayscale(0);
    transform: translateY(-15px);
}

@media (min-width: 768px) and (max-width: 1099px) {
    .about h2 {
        font-size: 30px !important;
    }
    .about h2:not(h1, p) {
        line-height: 120% !important;
    }
    .about p {
        font-size: 14px !important;
        line-height: 160%;
    }
    .about .about-header__title-wrapp {
        width: auto;
        left: 24px;
    }
    .about .about-header__vinyl {
        font-size: 59px;
    }
    .about .about-header__studio {
        font-size: 118px;
    }
    .about .about-header__our-way {
        font-size: 59px;
    }
    .about .content .studio .about__wrapp {
        top: 0;
        left: auto;
        z-index: 100;
    }
    .about .content .studio .about__wrapp .about__title {
        margin-bottom: 30px;
    }
    .about .content .studio .about__wrapp p {
        margin: 0;
        padding-right: 25px;
        box-sizing: border-box;
    }
    .about .content .studio .about__wrapp .about__title, .about .content .studio .about__wrapp p {
        max-width: 354px;
        position: relative;
        right: 0;
    }
    .about .content .images__side .images__item {
        max-height: 192px;
    }
    .about .content .images__side .images__item:hover, .about .content .images__side .images__item:active, .about .content .images__side .images__item:focus {
        filter: grayscale(0);
    }
    .about .content .projects .about__wrapp {
        padding: 0 44px;
    }
    .about .content .projects .about__wrapp .about__wrapp {
        flex-direction: column;
        justify-content: space-around;
        margin: 0;
        padding: 0;
    }
    .about .content .projects .about__wrapp .about__wrapp p {
        margin-top: 24px;
        max-width: unset;
    }
    .about .content .advantages .about__wrapp {
        padding: 0 44px;
    }
    .about .content .advantages__item {
        flex: 1 1 290px;
        max-width: 290px;
        margin-bottom: 60px;
    }
    .about .content .advantages .about__title h3 {
        margin: 0 0 16px 0;
    }
    .about .content .advantages.advantages_lighter-bg {
        background: #151515;
    }
    .about .content .personal-design .about__wrapp {
        padding: 0 44px;
    }
    .about .content .personal-design .about__wrapp .about__title {
        flex-direction: column;
        margin-bottom: 24px;
    }
    .about .content .personal-design .about__wrapp p {
        max-width: auto;
    }
    .about .content .personal-design__images {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .about .content .brands {
        display: flex;
        flex-direction: column;
        overflow: hidden;
        width: calc(100vw - 20px);
    }
    .about .content .brands .about__title {
        align-self: center;
        margin-bottom: 60px;
        margin-top: 200px;
    }
    .about .content .brands__marquee {
        margin-bottom: 200px;
    }
}
@media (min-width: 415px) and (max-width: 767px) {
    .about h2 {
        font-size: 22px !important;
        font-weight: 500;
    }
    .about h2:not(h1, p) {
        line-height: 140% !important;
    }
    .about p {
        font-size: 14px !important;
    }
    .about .about-header__title-wrapp {
        width: auto;
        left: 40px;
    }
    .about .about-header__vinyl {
        font-size: 42px;
    }
    .about .about-header__studio {
        font-size: 84px;
    }
    .about .about-header__our-way {
        font-size: 42px;
    }
    .about .about-header__letters {
        bottom: -45px;
        width: 100%;
    }
    .about .about-header__letters svg {
        width: inherit;
        height: 100%;
    }
    .about .content .studio__image {
        margin-top: 100px;
    }
    .about .content .studio .about__wrapp {
        margin-top: 130px;
        top: 0;
        left: auto;
    }
    .about .content .studio .about__wrapp .about__title {
        margin-bottom: 30px;
    }
    .about .content .studio .about__wrapp .about__title h2 {
        line-height: 140%;
    }
    .about .content .studio .about__wrapp p {
        margin: 0;
        padding-right: 25px;
        box-sizing: border-box;
        font-size: 16px;
        font-weight: 300;
        line-height: 140%;
    }
    .about .content .studio .about__wrapp .about__title, .about .content .studio .about__wrapp p {
        max-width: 354px;
        position: relative;
        right: 0;
    }
    .about .content .images__side .images__item {
        max-height: 192px;
    }
    .about .content .images__side .images__item:hover, .about .content .images__side .images__item:active, .about .content .images__side .images__item:focus {
        filter: grayscale(0);
    }
    .about .content .projects .about__wrapp {
        margin: 150px 0 60px 0;
        padding: 0 44px;
    }
    .about .content .projects .about__wrapp .about__wrapp {
        flex-direction: column;
        justify-content: space-around;
        margin: 0;
        padding: 0;
    }
    .about .content .projects .about__wrapp .about__wrapp p {
        margin-top: 24px;
    }
    .about .content .advantages .about__wrapp {
        padding: 0 44px;
        flex-direction: row;
        justify-content: space-between;
        margin-bottom: 20px;
    }
    .about .content .advantages__item {
        flex: 1 1 265px;
        margin-bottom: 60px;
    }
    .about .content .advantages .about__title h3 {
        margin: 0 0 16px 0;
    }
    .about .content .advantages.advantages_lighter-bg {
        background: #151515;
    }
    .about .content .personal-design .about__wrapp {
        padding: 0 44px;
        margin-top: 100px;
    }
    .about .content .personal-design .about__wrapp .about__title {
        margin-bottom: 20px;
    }
    .about .content .brands .about__title {
        align-self: center;
        margin-bottom: 40px;
        margin-top: 60px;
    }
    .about .content .brands__marquee {
        margin-bottom: 100px;
    }
    .about .content .brands .about__wrapp {
        position: relative;
    }
    .about .content .brands__items {
        display: flex;
        flex-direction: row;
    }
    .about .content .brands__item {
        --height: 50px;
        width: auto;
    }
    .about .content .brands__item img {
        width: auto;
        max-height: var(--height);
    }
    .about .content .brands__item:hover {
        filter: grayscale(0);
        transform: translateY(-15px);
    }
}
@media screen and (max-width: 639px) {
    .about h1, .about h2, .about h3, .about h4, .about h5, .about p {
        font-size: 24px !important;
        font-weight: 500;
    }
    .about h1:not(h1, p), .about h2:not(h1, p), .about h3:not(h1, p), .about h4:not(h1, p), .about h5:not(h1, p), .about p:not(h1, p) {
        line-height: 110% !important;
    }
    .about p {
        font-size: 14px !important;
        line-height: 160%;
    }
    .about .about-header__title {
        flex: 1 1;
    }
    .about .about-header__title-wrapp {
        display: flex;
        flex: 1 1 100%;
        width: auto;
        left: 0;
        justify-content: center;
    }
    .about .about-header__vinyl {
        font-size: 46px;
    }
    .about .about-header__studio {
        font-size: 95px;
    }
    .about .about-header__our-way {
        font-size: 46px;
    }
    .about .about-header__video video {
        width: 100%;
        height: 100vh;
        object-fit: cover;
    }
    .about .about-header__letters {
        bottom: -45px;
        width: 100%;
    }
    .about .about-header__letters svg {
        width: inherit;
        height: 100%;
    }
    .about .content .studio {
        position: relative;
        overflow: hidden;
        padding-top: 100px;
    }
    .about .content .studio__image {
        display: none;
    }
    .about .content .studio .about__wrapp {
        align-items: flex-start;
        position: static;
        width: auto;
        margin: 100px 0;
        padding-left: 25px;
    }
    .about .content .studio .about__title {
        max-width: 100%;
        padding-right: 25px;
    }
    .about .content .images__items {
        flex-direction: column;
    }
    .about .content .images__side .images__item {
        max-height: 159px;
        height: auto;
    }
    .about .content .images__side .images__item:hover, .about .content .images__side .images__item:active, .about .content .images__side .images__item:focus {
        filter: grayscale(0);
    }
    .about .content .projects .about__wrapp {
        padding: 0 25px;
        margin: 100px 0 0 0;
    }
    .about .content .projects .about__wrapp .about__wrapp {
        flex-direction: column;
        justify-content: space-around;
        margin: 0;
        padding: 0;
    }
    .about .content .projects .about__wrapp .about__wrapp p {
        margin-top: 24px;
        margin-bottom: 30px;
    }
    .about .content .advantages .about__wrapp {
        margin: 60px 0;
        padding: 0 25px;
    }
    .about .content .advantages__item {
        flex: 0 0 100%;
        max-width: unset;
    }
    .about .content .advantages__item:not(:last-child) {
        margin-bottom: 60px;
    }
    .about .content .personal-design .about__wrapp {
        margin-top: 100px;
        padding: 0 25px;
    }
    .about .content .personal-design .about__wrapp .about__title {
        flex-direction: column;
        margin-bottom: 16px;
    }
    .about .content .personal-design__images {
        flex-direction: column;
    }
    .about .content .personal-design__image {
        flex: 0 1;
        flex-wrap: wrap;
    }
    .about .content .personal-design__image:first-child {
        flex: 0 1;
        margin-bottom: 20px;
        order: 1;
    }
    .about .content .personal-design__image:nth-child(2) {
        order: 3;
    }
    .about .content .personal-design__image:nth-child(3) {
        order: 2;
    }
    .about .content .brands {
        width: 100vw;
    }
    .about .content .brands .about__title {
        text-align: center;
        margin-top: 100px;
    }
    .about .content .brands__marquee {
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-bottom: 100px;
    }
    .about .content .brands__item {
        --height: 50px;
        width: auto;
    }
    .about .content .brands__item img {
        width: auto;
        max-height: var(--height);
    }
    .about .content .brands__item:hover {
        filter: grayscale(0);
        transform: translateY(-15px);
    }
}
@keyframes Marquee {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-66.66%);
    }
}
@keyframes Reflect {
    0% {
        opacity: 0;
    }
    2% {
        opacity: 1;
    }
    4% {
        opacity: 0;
    }
    5% {
        opacity: 1;
    }
    28% {
        opacity: 0;
    }
    40% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    60% {
        opacity: 0;
    }
    70% {
        opacity: 0;
    }
    80% {
        opacity: 0;
    }
    90% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
.footer {
    display: flex;
    justify-content: center;
}
.footer * {
    font-family: "Inter", sans-serif;
}
.footer_dark-bg {
    width: 100%;
    background: #0F0F0F;
}
.footer ._row {
    flex-direction: row;
    flex: 1 1 100%;
}
.footer__wrapp {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1100px;
    margin: 40px 0;
}
.footer__group {
    display: flex;
    flex-direction: column;
}
.footer__group .footer__side {
    display: flex;
    flex-direction: column;
    flex: 0 1 auto;
    margin-bottom: 15px;
}
.footer__group:nth-last-child(2) {
    align-items: center;
    justify-content: center;
    margin: 30px 0 20px 0;
}
.footer__link {
    font-size: 12px;
    text-decoration: none;
    color: #ECEEF1;
    transition: 0.2s;
}
.footer__link:hover {
    color: var(--main-color);
}
.footer__link:not(:last-child) {
    margin-bottom: 15px;
}
.footer__link-icon {
    color: #ECEEF1;
    transition: 0.2s;
}
.footer__link-icon:hover {
    color: var(--main-color);
}
.footer__link-icon svg {
    width: 16px;
    height: 16px;
}
.footer__link-icon:not(:last-child) {
    margin-right: 30px;
}
.footer__logo {
    width: 65px;
    height: 54px;
}
.footer__copyright {
    display: flex;
    align-items: center;
    color: #A7A9AB;
    font-size: 12px;
    line-height: 12px;
}
.footer__copyright-icon {
    margin-right: 5px;
}

@media (min-width: 640px) and (max-width: 1100px) {
    .footer__wrapp {
        display: grid;
        margin: 30px 44px;
        grid-template-columns: repeat(6, 1fr);
        grid-gap: 30px;
        width: 100%;
    }
    .footer__group:nth-child(1) {
        grid-column-start: 1;
    }
    .footer__group:nth-child(2) {
        grid-column-start: 2;
        grid-column-end: 4;
    }
    .footer__group:nth-child(3) {
        grid-column-start: 4;
        grid-column-end: 6;
    }
    .footer__group:nth-child(4) {
        grid-column-start: 6;
    }
    .footer__group:nth-child(5) {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        grid-column-start: 2;
        grid-column-end: 7;
    }
    .footer__group:nth-child(6) {
        grid-column-start: 2;
        grid-column-end: 6;
    }
    .footer__group:nth-child(7) {
        grid-column-start: 1;
        grid-column-end: 6;
    }
    .footer__logo {
        width: 50px;
        height: 42px;
    }
}
@media screen and (max-width: 639px) {
    .footer ._row {
        flex: 0 1;
    }
    .footer__wrapp {
        flex-direction: column;
    }
    .footer__group {
        width: 100%;
        flex: 1 1;
        flex-direction: column;
        align-items: center;
        margin-bottom: 15px;
    }
    .footer__group:nth-last-child(2) {
        align-items: center;
        justify-content: center;
        margin: 30px 0 40px 0;
    }
    .footer__group:nth-child(3n), .footer__group:nth-child(6) {
        order: 0;
    }
    .footer__group:nth-child(5), .footer__group:nth-child(7) {
        order: 1;
    }
    .footer__group:nth-child(5) .footer__link, .footer__group:nth-child(7) .footer__link {
        font-size: 10px;
        color: #A7A9AB;
    }
    .footer__group:nth-child(5) .footer__copyright, .footer__group:nth-child(7) .footer__copyright {
        font-size: 10px;
    }
    .footer__group:nth-child(5) {
        padding-top: 40px;
        border-top: 1px solid #2D2D2D;
    }
    .footer__link {
        text-align: center;
    }
    .footer__link-icon {
        color: #ECEEF1;
        transition: 0.2s;
    }
    .footer__link-icon svg {
        width: 24px;
        height: 24px;
    }
    .footer__link-icon:not(:last-child) {
        margin-right: 30px;
    }
    .footer__logo {
        width: 56px;
        height: 47px;
        margin-bottom: 40px;
    }
    .footer__copyright {
        color: #A7A9AB;
        font-size: 12px;
        line-height: 12px;
    }
    .footer__copyright-icon {
        margin-right: 5px;
    }
}
/* End */


/* Start:/local/templates/vinyl4you_studio/styles/contacts.css?16366286945891*/
.contacts._dark {
    background: #000;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.contacts__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.contacts__container {
    max-width: 1100px;
    margin-top: 150px;
}
.contacts__title h1 {
    margin: 0;
    color: #fff;
    font-size: 72px;
    font-weight: 500;
}
.contacts__title h1 span {
    color: var(--main-color);
}
.contacts__columns {
    display: flex;
    justify-content: space-between;
}
.contacts__header {
    margin-bottom: 60px;
}
.contacts .columns__col {
    flex: 1 1;
}
.contacts .columns__col:not(:last-child) {
    margin-right: 75px;
}
.contacts .columns__col h2 {
    margin: 0 0 15px 0;
    color: #fff;
    font-size: 36px;
    font-weight: 500;
}
.contacts__link, .contacts__link_anchor {
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
    text-decoration: none;
    color: #A7A9AB;
    transition: 0.3s;
}
.contacts__link span, .contacts__link_anchor span {
    display: block;
    font-size: 16px;
    line-height: 130%;
}
.contacts__link svg, .contacts__link_anchor svg {
    height: 24px;
    width: 24px;
    margin-right: 15px;
    transition: 0.1s;
}
.contacts__link:hover, .contacts__link:active, .contacts__link_anchor:hover, .contacts__link_anchor:active {
    color: var(--main-color);
}
.contacts-images {
    position: relative;
    z-index: 100;
}
.contacts-images__car img, .contacts-images__letters img {
    width: 100%;
}
.contacts-images__car svg, .contacts-images__letters svg {
    width: 100%;
    height: auto;
}
.contacts-images__letters {
    position: absolute;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, black 40%, rgba(0, 0, 0, 0) 80%);
    bottom: -34%;
    width: 100%;
}
.contacts__map {
    overflow: hidden;
}
.contacts__map-wrapp {
    position: relative;
    top: 0;
    left: 0;
}
.contacts__map-wrapp img {
    object-fit: contain;
}
.contacts__map-marker svg {
    width: 5vw;
    position: absolute;
    left: calc(56.6% - 2.5vw);
    top: 46%;
    z-index: 99;
}
.contacts__map-marker:after {
    content: "";
    display: block;
    width: 6vw;
    height: 6vw;
    background: #ad1014;
    position: absolute;
    top: 44.7%;
    left: calc(56.6% - 3vw);
    border-radius: 50%;
    transform: scale(0);
    animation: AnimationPulse 3s 0.3s forwards ease-in-out infinite;
}
.contacts__map-marker:before {
    content: "";
    display: block;
    width: 7vw;
    height: 7vw;
    background: #ad1014;
    position: absolute;
    top: 43.5%;
    left: calc(56.6% - 3.5vw);
    border-radius: 50%;
    transform: scale(0);
    animation: AnimationPulse 3s 0.2s forwards ease-in-out infinite;
}

@media (min-width: 768px) and (max-width: 1099px) {
    .contacts__container {
        padding: 0 44px;
    }
    .contacts__title h1 {
        font-size: 70px;
    }
    .contacts__columns {
        display: flex;
        justify-content: space-between;
    }
    .contacts__columns .columns {
        flex-direction: column;
    }
    .contacts .columns__col {
        flex: 0 1 auto;
        max-width: 208px;
    }
    .contacts .columns__col:not(:last-child) {
        margin-right: 0;
    }
    .contacts .columns__col h2 {
        font-size: 24px;
    }
    .contacts .columns__icon {
        padding-top: 2px;
    }
    .contacts__link, .contacts__link_anchor {
        display: flex;
        flex-direction: row;
        margin-bottom: 16px;
    }
    .contacts__link span, .contacts__link_anchor span {
        font-size: 16px;
        line-height: 130%;
    }
    .contacts__link svg, .contacts__link_anchor svg {
        height: 16px;
        width: 16px;
        margin-right: 10px;
    }
    .contacts__link .columns__col, .contacts__link_anchor .columns__col {
        flex: 1 1;
    }
}
@media screen and (max-width: 639px) {
    .contacts__container {
        padding: 0 24px;
    }
    .contacts__content {
        margin-bottom: 40px;
    }
    .contacts__title h1 {
        font-size: 32px;
    }
    .contacts .columns__col:not(:last-child) {
        margin-right: 0;
        margin-bottom: 40px;
    }
    .contacts .columns__col h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .contacts .columns__col .columns {
        flex-direction: row;
        justify-content: space-between;
    }
    .contacts .columns__col .columns__col {
        margin-bottom: 0;
        flex: 0 1 auto;
    }
    .contacts__columns {
        display: flex;
        flex-direction: column;
    }
    .contacts__link span, .contacts__link_anchor span {
        font-size: 14px;
        line-height: 160%;
    }
    .contacts__link svg, .contacts__link_anchor svg {
        height: 20px;
        width: 20px;
        margin-right: 10px;
    }
    .contacts__map {
        transform: scale(2);
    }
}

@media (min-width: 640px) and (max-width: 767px) {
    .contacts__title h1 {
        font-size: 70px;
    }
    .contacts__title h1 span {
        color: var(--main-color);
    }
    .contacts__wrapper {
        padding: 0 40px;
    }
    .contacts__columns {
        flex-wrap: wrap;
    }
    .contacts .columns__col {
        margin-bottom: 40px;
    }
    .contacts .columns__col:not(:last-child) {
        display: flex;
        flex: 0 1 40%;
        flex-direction: column;
        margin-right: auto;
    }
    .contacts .columns__col h2 {
        font-size: 24px;
    }
}
@keyframes AnimationPulse {
    0% {
        transform: scale(0);
        opacity: 1;
    }
    50% {
        transform: scale(0.6);
        opacity: 0.8;
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}

/* End */


/* Start:/local/templates/vinyl4you_studio/styles/choices-base.min.css?16333355281558*/
*{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,:after,:before{box-sizing:border-box}body,html{position:relative;margin:0;width:100%;height:100%}body{font-family:'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;font-size:16px;line-height:1.4;color:#fff;overflow-x:hidden}hr,label{display:block}label,p{margin-bottom:8px}label{font-size:14px;font-weight:500;cursor:pointer}p{margin-top:0}hr{margin:30px 0;border:0;border-bottom:1px solid #eaeaea;height:1px}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:12px;font-weight:400;line-height:1.2}a,a:focus,a:visited{color:#fff;text-decoration:none;font-weight:600}.form-control{display:block;width:100%;background-color:#f9f9f9;padding:12px;border:1px solid #ddd;border-radius:2.5px;font-size:14px;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin-bottom:24px}.h1,h1{font-size:32px}.h2,h2{font-size:24px}.h3,h3{font-size:20px}.h4,h4{font-size:18px}.h5,h5{font-size:16px}.h6,h6{font-size:14px}label+p{margin-top:-4px}.container{display:block;margin:auto;max-width:40em;padding:48px}@media (max-width:620px){.container{padding:0}}.section{background-color:#fff;padding:24px;color:#333}.section a,.section a:focus,.section a:visited{color:#00bcd4}.logo{display:block;margin-bottom:12px}.logo__img{width:100%;height:auto;display:inline-block;max-width:100%;vertical-align:top;padding:6px 0}.visible-ie{display:none}.push-bottom{margin-bottom:24px}.zero-bottom{margin-bottom:0}.zero-top{margin-top:0}.text-center{text-align:center}[data-test-hook]{margin-bottom:24px}
/* End */


/* Start:/local/templates/vinyl4you_studio/styles/choices.min.css?16186732446679*/
.choices{position:relative;margin-bottom:24px;font-size:16px}.choices:focus{outline:0}.choices:last-child{margin-bottom:0}.choices.is-disabled .choices__inner,.choices.is-disabled .choices__input{background-color:#eaeaea;cursor:not-allowed;-webkit-user-select:none;-ms-user-select:none;user-select:none}.choices.is-disabled .choices__item{cursor:not-allowed}.choices [hidden]{display:none!important}.choices[data-type*=select-one]{cursor:pointer}.choices[data-type*=select-one] .choices__inner{padding-bottom:7.5px}.choices[data-type*=select-one] .choices__input{display:block;width:100%;padding:10px;border-bottom:1px solid #ddd;background-color:#fff;margin:0}.choices[data-type*=select-one] .choices__button{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);padding:0;background-size:8px;position:absolute;top:50%;right:0;margin-top:-10px;margin-right:25px;height:20px;width:20px;border-radius:10em;opacity:.5}.choices[data-type*=select-one] .choices__button:focus,.choices[data-type*=select-one] .choices__button:hover{opacity:1}.choices[data-type*=select-one] .choices__button:focus{box-shadow:0 0 0 2px #00bcd4}.choices[data-type*=select-one] .choices__item[data-value=''] .choices__button{display:none}.choices[data-type*=select-one]:after{content:'';height:0;width:0;border-style:solid;border-color:#333 transparent transparent;border-width:5px;position:absolute;right:11.5px;top:50%;margin-top:-2.5px;pointer-events:none}.choices[data-type*=select-one].is-open:after{border-color:transparent transparent #333;margin-top:-7.5px}.choices[data-type*=select-one][dir=rtl]:after{left:11.5px;right:auto}.choices[data-type*=select-one][dir=rtl] .choices__button{right:auto;left:0;margin-left:25px;margin-right:0}.choices[data-type*=select-multiple] .choices__inner,.choices[data-type*=text] .choices__inner{cursor:text}.choices[data-type*=select-multiple] .choices__button,.choices[data-type*=text] .choices__button{position:relative;display:inline-block;margin:0 -4px 0 8px;padding-left:16px;border-left:1px solid #008fa1;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);background-size:8px;width:8px;line-height:1;opacity:.75;border-radius:0}.choices[data-type*=select-multiple] .choices__button:focus,.choices[data-type*=select-multiple] .choices__button:hover,.choices[data-type*=text] .choices__button:focus,.choices[data-type*=text] .choices__button:hover{opacity:1}.choices__inner{display:inline-block;vertical-align:top;width:100%;background-color:#f9f9f9;padding:7.5px 7.5px 3.75px;border:1px solid #ddd;border-radius:2.5px;font-size:14px;min-height:44px;overflow:hidden}.is-focused .choices__inner,.is-open .choices__inner{border-color:#b7b7b7}.is-open .choices__inner{border-radius:2.5px 2.5px 0 0}.is-flipped.is-open .choices__inner{border-radius:0 0 2.5px 2.5px}.choices__list{margin:0;padding-left:0;list-style:none}.choices__list--single{display:inline-block;padding:4px 16px 4px 4px;width:100%}[dir=rtl] .choices__list--single{padding-right:4px;padding-left:16px}.choices__list--single .choices__item{width:100%}.choices__list--multiple{display:inline}.choices__list--multiple .choices__item{display:inline-block;vertical-align:middle;border-radius:20px;padding:4px 10px;font-size:12px;font-weight:500;margin-right:3.75px;margin-bottom:3.75px;background-color:#00bcd4;border:1px solid #00a5bb;color:#fff;word-break:break-all;box-sizing:border-box}.choices__list--multiple .choices__item[data-deletable]{padding-right:5px}[dir=rtl] .choices__list--multiple .choices__item{margin-right:0;margin-left:3.75px}.choices__list--multiple .choices__item.is-highlighted{background-color:#00a5bb;border:1px solid #008fa1}.is-disabled .choices__list--multiple .choices__item{background-color:#aaa;border:1px solid #919191}.choices__list--dropdown{visibility:hidden;z-index:1;position:absolute;width:100%;background-color:#fff;border:1px solid #ddd;top:100%;margin-top:-1px;border-bottom-left-radius:2.5px;border-bottom-right-radius:2.5px;overflow:hidden;word-break:break-all;will-change:visibility}.choices__list--dropdown.is-active{visibility:visible}.is-open .choices__list--dropdown{border-color:#b7b7b7}.is-flipped .choices__list--dropdown{top:auto;bottom:100%;margin-top:0;margin-bottom:-1px;border-radius:.25rem .25rem 0 0}.choices__list--dropdown .choices__list{position:relative;max-height:300px;overflow:auto;-webkit-overflow-scrolling:touch;will-change:scroll-position}.choices__list--dropdown .choices__item{position:relative;padding:10px;font-size:14px}[dir=rtl] .choices__list--dropdown .choices__item{text-align:right}@media (min-width:640px){.choices__list--dropdown .choices__item--selectable{padding-right:100px}.choices__list--dropdown .choices__item--selectable:after{content:attr(data-select-text);font-size:12px;opacity:0;position:absolute;right:10px;top:50%;transform:translateY(-50%)}[dir=rtl] .choices__list--dropdown .choices__item--selectable{text-align:right;padding-left:100px;padding-right:10px}[dir=rtl] .choices__list--dropdown .choices__item--selectable:after{right:auto;left:10px}}.choices__list--dropdown .choices__item--selectable.is-highlighted{background-color:#f2f2f2}.choices__list--dropdown .choices__item--selectable.is-highlighted:after{opacity:.5}.choices__item{cursor:default}.choices__item--selectable{cursor:pointer}.choices__item--disabled{cursor:not-allowed;-webkit-user-select:none;-ms-user-select:none;user-select:none;opacity:.5}.choices__heading{font-weight:600;font-size:12px;padding:10px;border-bottom:1px solid #f7f7f7;color:gray}.choices__button{text-indent:-9999px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background-color:transparent;background-repeat:no-repeat;background-position:center;cursor:pointer}.choices__button:focus,.choices__input:focus{outline:0}.choices__input{display:inline-block;vertical-align:baseline;background-color:#f9f9f9;font-size:14px;margin-bottom:5px;border:0;border-radius:0;max-width:100%;padding:4px 0 4px 2px}[dir=rtl] .choices__input{padding-right:2px;padding-left:0}.choices__placeholder{opacity:.5}
/* End */


/* Start:/local/templates/vinyl4you_studio/themes/colored/styles/styles.css?16370555776000*/
:root {
    --main-color: #00B84A !important;
    --second-color: #00B84A !important;
    --black: #171A1B !important;
}

.first-section {
    background-image: url("/local/templates/vinyl4you_studio/assets/colored.png");
    background-position: center bottom;
}
@media screen and (max-width: 1120px) {
    .first-section {
        background-image: url("/local/templates/vinyl4you_studio/assets/colored-mob.png");
    }
}
.second-screen-content .accent-title, .second-screen-content .accent-text {
    color: var(--black) !important;
}
.header .row__button:hover {
    color: var(--black) !important;
}
.header .menu__icon {
    color: var(--black) !important;
}
.header.fixed .calc-button:hover {
    color: var(--black) !important;
}

.primary-button {
    color: var(--black) !important;
}

.span-animation:hover {
    color: var(--black) !important;
}

.third-screen .all-services-link:hover {
    color: var(--black) !important;
}
.third-screen .all-services-link .arrow-icon {
    color: var(--black) !important;
}

.cookie-button {
    color: var(--main-color) !important;
}
.cookie-button:hover {
    color: var(--black) !important;
}

.six-screen .work-item-content .car-title {
    color: var(--black) !important;
}
.six-screen .work-item-content .work-name {
    color: var(--black) !important;
}
.six-screen .work-item-content .arrow-icon {
    color: var(--black) !important;
}

.seven-section .count {
    color: var(--black) !important;
}

.eight-section .grid-element .arrow {
    color: var(--black) !important;
}
.eight-section .grid-element:hover .service-title {
    color: var(--black) !important;
}
.eight-section .grid-element:hover .arrow {
    color: var(--black) !important;
}
.eight-section .grid-element:hover .link-text {
    color: var(--black) !important;
}

.cookie-button {
    color: var(--black) !important;
}

.third-screen .service-item.active .service-item-name::after {
    background: var(--black) !important;
}

.third-screen .all-services-link .arrow-icon {
    color: var(--black) !important;
}

.six-screen .works-link {
    color: var(--main-color) !important;
}
.six-screen .works-link:hover {
    color: var(--black) !important;
}
.six-screen .works-link .arrow-icon {
    color: var(--black) !important;
}

.mobile-btn {
    color: var(--black) !important;
}

.work-types-block {
    padding-left: calc(50vw - 550px);
    padding-right: calc(50vw - 550px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 140px;
    margin-top: 100px;
}
@media screen and (max-width: 1110px) {
    .work-types-block {
        padding-left: 24px;
        padding-right: 24px;
        margin-bottom: 100px;
    }
}
@media screen and (max-width: 768px) {
    .work-types-block {
        margin-top: 40px;
    }
}
.work-types-block .work-types-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
    width: 100%;
}
@media screen and (max-width: 768px) {
    .work-types-block .work-types-list {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 16px;
    }
}
@media screen and (max-width: 576px) {
    .work-types-block .work-types-list {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 16px;
        margin-top: 40px;
    }
}
.work-types-block .work-type-item {
    background: linear-gradient(180deg, rgba(7, 9, 11, 0.98) 0%, #16191B 56.18%);
    padding-top: 100%;
    position: relative;
    display: block;
    left: -100px;
    opacity: 0;
}
.work-types-block .work-type-item .text {
    font-size: 20px;
    line-height: 170%;
    color: #FFFFFF;
    position: absolute;
    top: 40px;
    left: 30px;
    max-width: 220px;
    z-index: 10;
}
.work-types-block .work-type-item img {
    position: absolute;
    bottom: 25px;
    right: 0;
    max-width: 90%;
    height: auto;
    z-index: 1;
}
.work-types-block .all-services-link {
    cursor: pointer;
    position: relative;
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    top: 40px;
}
@media screen and (max-width: 768px) {
    .work-types-block .all-services-link {
        align-self: flex-start;
    }
}
.work-types-block .all-services-link.active .arrow-icon svg {
    transform: rotate(270deg);
}
.work-types-block .all-services-link span {
    z-index: 10;
}
@media screen and (max-width: 576px) {
    .work-types-block .all-services-link {
        margin-top: 40px;
    }
}
/*.work-types-block .all-services-link:hover {
    color: var(--black) !important;
    padding: 4px 48px 4px 15px;
    border-radius: 30px;
    margin-left: 0;
}
.work-types-block .all-services-link:hover .arrow-icon {
    border-radius: 30px;
    justify-content: flex-end;
    z-index: 1;
    padding-right: 12px;
}*/
.work-types-block .all-services-link .arrow-icon {
    width: 58px;
    height: 58px;
    background: var(--main-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    left: 0;
    top: 0;
    z-index: 99;
    color: var(--black) !important;
}
.work-types-block .all-services-link .arrow-icon::before {
    animation-duration: 2.5s;
}

.work-types-block .all-services-link .arrow-icon::after {
    animation-duration: 2.5s;
}
.work-types-block .all-services-link .arrow-icon svg {
    transition: all 0.3s;
    transform: rotate(90deg);
}
@media screen and (max-width: 768px) {
    .work-types-block .mobile-hide {
        display: none;
    }
}
.work-types-block .desktop-hide {
    display: none;
}
@media screen and (max-width: 768px) {
    .work-types-block .desktop-hide {
        display: flex;
        margin-top: 40px;
        margin-bottom: 0;
    }
}
/* End */


/* Start:/local/templates/vinyl4you_studio/template_styles.css?172059384559974*/
:root {
    --main-color: #eb3a24;
    --second-color: #ED3822;
}
/*@font-face {
    font-family: "Inter", Arial;
    src: url(/local/templates/vinyl4you_studio/fonts/Inter.ttf);
}

@font-face {
    font-family: "Mr Dafoe", sans-serif;
    src: url(/local/templates/vinyl4you_studio/fonts/MrDafoe.ttf);
}*/
@keyframes animate-button {
    0% {
        transform: scale(0);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes loaderFormAnimation {
    to {
        transform: rotate(360deg);
    }
}


* {
    box-sizing: border-box;
}

#bx-panel {
    z-index: 99999 !important;
}
.d-none {
    display: none;
}
.move-down-arrow {
    display: flex;
    position: fixed;
    top: calc(100% - 130px);
    left: calc(50vw - 29px);
    z-index: 100;
}
.move-down-arrow svg {
    transform: rotate(90deg);
}

.move-down-arrow .arrow-icon {
    min-width: 58px;
    width: 58px;
    height: 58px;
    background: var(--main-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    left: 0;
    top: 40px;
    z-index: 99;
    color: var(--black) !important;
    top: 0;
}

@media screen and (max-width: 320px) {
    .move-down-arrow {
        top: calc(100% - 67px);
    }
}

@media (min-width: 321px) and (max-width: 414px) {
    .move-down-arrow {
        top: calc(100% - 100px);
    }
}

body {
    font-family: "Inter", sans-serif;
    overflow-x: hidden;
    font-size: 100%;
}
@media screen and (max-width: 768px) {
    body {
        font-size: 120%;
    }
}
@media screen and (max-width: 1024px) {
    body {
        font-size: 120%;
    }
}
@media screen and (max-width: 576px) {
    body {
        font-size: 120%;
    }
}
@media screen and (max-width: 321px) {
    body {
        font-size: 110%;
    }
}

.span-animation {
    --width: 100%;
    --time: 0.5s;
    position: relative;
    display: inline-block;
    color: white;
    overflow: hidden;
}
.span-animation:hover {
    color: var(--main-color) !important;
}
.span-animation:hover span {
    width: calc(var(--width) * 2.25);
    padding-top: calc(var(--width) * 2.25);
}
.span-animation span {
    position: absolute;
    display: block;
    content: "";
    z-index: 0;
    width: 0;
    height: 0;
    border-radius: 100%;
    background: #fff;
    transform: translate(-50%, -50%);
    transition: width var(--time), padding-top var(--time);
}
.span-animation text {
    position: relative;
    z-index: 5;
    transition: color 0.3s;
}

.mouse {
    background: #ECEEF1;
    border-radius: 50%;
    display: block;
    height: 7px;
    width: 7px;
    left: 0;
    margin: -3px 0 0 -3px;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    transition: width 0.1s ease, height 0.1s ease, background 0.1s ease, margin 0.1s ease;
    z-index: 999999;
}
.mouse.hovered {
    width: 64px;
    height: 64px;
    border: 0.5px solid #D8D8D9;
    background: rgba(255, 255, 255, 0.2);
    margin: -32px 0 0 -32px;
}
@media screen and (min-width: 1240px) {
    .mouse {
        opacity: 1;
    }
}

.mouse.is-active {
    opacity: 1;
}

.outline-button {
    background: transparent;
    border: 1px solid var(--main-color);
    box-sizing: border-box;
    border-radius: 2px;
    font-family: Inter, serif;
    font-weight: 500;
    font-size: 0.875em;
    line-height: 120%;
    text-align: center;
    color: var(--main-color);
    padding: 14px 25px;
    text-decoration: none;
    outline: none;
    transition: all 0.3s;
}
.outline-button:hover {
    color: #fff;
    background: var(--main-color);
}

.primary-button {
    min-width: 223px;
    position: relative;
    display: inline-block;
    background: var(--main-color);
    border-radius: 2px;
    padding: 16px 40px;
    font-family: Inter, sans-serif;
    font-weight: 500;
    font-size: 1em;
    line-height: 150%;
    text-align: center;
    border: 0;
    color: #fff;
    text-decoration: none;
    outline: none;
    transition: all 0.3s;
}

.primary-button:hover {
    color: #fff;
    background: var(--main-color);
}
.primary-button .loader {
    width: 24px;
    height: 24px;
    margin: 0 auto;
    animation: 1s loaderFormAnimation infinite linear;
}
.primary-button .loader.hidden, .primary-button text.hidden {
    display: none;
}
@media screen and (max-width: 576px) {
    .primary-button {
        font-size: 0.75em;
        line-height: 150%;
        padding: 13px 40px;
    }
}

.heading-1 {
    font-family: Inter, sans-serif;
    font-weight: 500;
    font-size: 4.5em;
    line-height: 120%;
}

@media (min-width: 768px) and (max-width: 1100px) {
    .heading-1 {
        font-size: 3.5em;
    }
}

@media screen and (max-width: 576px) {
    .heading-1 {
        font-size: 1.75em;
    }
}

@media screen and (max-width: 320px) {
    .heading-1 {
        font-size: 26px;
    }
}
@keyframes fromTop {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0);
    }
}

/* HEADER */
@keyframes headerSlideDownAnimation {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes phoneAnimation {
    0% {
        transform: rotate(7deg);
    }
    2% {
        transform: rotate(-7deg);
    }
    4% {
        transform: rotate(7deg);
    }
    6% {
        transform: rotate(-7deg);
    }
    8% {
        transform: rotate(7deg);
    }
    10% {
        transform: rotate(-7deg);
    }

    12% {
        transform: rotate(0);
    }

    35% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(0);
    }
}

.text {
    margin-top: 200px;
}

.logo svg {
    width: 100%;
}

.header {
    display: flex;
    justify-content: center;
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1040;
}
.header a {
    text-decoration: none;
    color: #fff;
    transition: 0.3s;
    font-weight: 500;
}
.header .phone-number {
    margin-right: 32px;
}
.header__container {
    flex: 1 1;
    max-width: 1100px;
    display: flex;
    margin-top: 16px;
}
.header__side {
    display: flex;
    flex-direction: column;
}
.header__side:last-child {
    flex: 1 1 auto;
}
.header .logo {
    width: 79px;
    height: 67px;
    margin-right: 80px;
}
.header .link-to-shop span {
    margin-right: 5px;
}
.header .row {
    display: flex;
    justify-content: space-between;
}
.header .row:first-child {
    font-size: 12px;
    padding-bottom: 20px;
    border-bottom: 1px solid #2d2d2d;
}
.header .row:first-child a:hover {
    color: var(--main-color);
}
.header .row ._hidden {
    display: none;
}
.header .row:last-child {
    font-size: 14px;
    margin-top: 10px;
}
.header .row__button {
    padding: 14px 25px;
    border: 1px solid var(--main-color);
    color: var(--main-color);
    border-radius: 2px;
    transition: 0.2s;
}
.header .row__button:hover {
    background: var(--main-color);
    color: #fff;
}
.header .row__side {
    align-items: center;
}
.header .row__side, .header .row__icons {
    display: flex;
}
.header .row__icons {
    list-style: none;
    margin: 0;
    padding: 0;
}
.header .row__icon-phone {
    display: none;
}
.header .row__icon-mobile-toggle {
    display: none;
}
.header .row__icon:not(:last-child) {
    margin-right: 20px;
}
.header .row__icon:last-child {
    margin-right: 0;
}
.header .menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: space-between;
}
.header .menu__icon {
    background: var(--main-color);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    transition: 0.2s;
}
@media screen and ( max-width: 1920px ){
    .header .menu__icon svg {
        position: relative;
        left: 1px;
    }
}
.header .menu__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 12px;
}
.header .menu__item:not(:last-child) {
    margin-right: 70px;
}
.header .menu__item_active:before {
    content: "";
    width: 100%;
    height: 1px;
    background: var(--main-color);
    position: absolute;
    top: calc(-100% - 9px);
}
.header .menu__item_active > a {
    color: var(--main-color);
}
.header .menu__item-submenu {
    max-height: 0;
    overflow: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 20;
}
.header .menu__item_dropdown {
    position: relative;
    z-index: 10;
}
.header .menu__item_dropdown .menu__submenu-icon {
    margin-left: 5px;
}
.header .menu__item_dropdown > a {
    display: flex;
}
.header .menu__item_dropdown > a svg {
    transition: 0.1s;
}
.header .menu__item_dropdown .menu__submenu-icon {
    transition: 0.1s;
}
.header .menu__item_dropdown .menu {
    background: #171A1B;
    display: flex;
    padding: 30px;
}
.header .menu__item_dropdown .menu__image {
    position: relative;
    overflow: hidden;
}
.header .menu__item_dropdown .menu__image:after {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, #0E0E0E 0%, rgba(50, 55, 57, 0.2) 100%);
    mix-blend-mode: darken;
    transform: matrix(1, 0, 0, -1, 0, 0);
    transition: 0.6s;
}
.header .menu__item_dropdown .menu__item:not(:last-child) {
    margin-right: 30px;
}
.header .menu__item:hover > a {
    color: var(--main-color);
}
.header .menu__item:hover > a .menu__icon {
    background: #fff;
}
.header .menu__item:hover > a .menu__image:after {
    opacity: 0;
}
.header .menu__item:hover .menu__item-submenu {
    max-height: 250px;
    padding-top: 15px;
}
.header .menu__item:hover .menu__item-submenu .menu {
    animation: headerSlideDownAnimation 0.4s;
}
.header.header_fixed {
    background: #151515;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    animation: headerSlideDownAnimation 0.3s;
}
.header.header_fixed .header__container {
    margin-top: 0;
    align-items: center;
}
.header.header_fixed .menu__item.menu__item_active:after {
    content: "";
    background: var(--main-color);
    display: block;
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: calc(-100% - 7px);
}
.header.header_fixed .menu__item:hover .menu__item-submenu {
    padding-top: 25px;
}
.header.header_fixed .logo {
    width: 56px;
    height: 45px;
}
.header.header_fixed .row {
    margin-bottom: 10px;
}
.header.header_fixed .row:first-child {
    display: none;
}

@media screen and (max-width: 1100px) {
    .header .phone-number, .header .link-to-shop {
        display: none;
    }
    .header__container {
        margin: 0;
        padding: 20px 24px 0 24px;
    }
    .header .logo {
        width: 48px;
        height: 40px;
    }
    .header .row:first-child {
        border-bottom: none;
    }
    .header .row:last-child {
        display: none;
    }
    .header .row__icons {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .header .row__icon {
        width: 28px;
        height: 28px;
    }
    .header .row__icon svg {
        height: 100%;
    }
    .header .row__icon-phone {
        display: list-item;
        animation: phoneAnimation 3s linear infinite;
    }
    .header .row__icon-mobile-toggle {
        display: block;
    }
    .header .row__icon:not(:nth-last-child(2n)) {
        margin-right: 20px;
    }
    .header .row__icon:last-child {
        margin-right: 0;
    }
    .header.header_fixed .header__container {
        margin: 0;
        padding: 10px 24px 0 24px;
    }
    .header.header_fixed .header__side {
        justify-content: center;
    }
    .header.header_fixed .logo {
        width: 45px;
    }
    .header.header_fixed .row {
        margin-bottom: 0;
        padding-bottom: 10px;
    }
    .header.header_fixed .row:first-child {
        display: flex;
    }
}
.mobile-menu {
    background: linear-gradient(180deg, rgba(7, 9, 11, 0.98) 0%, #16191B 56.18%);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    overflow: auto;
    padding: 115px 24px 76px 24px;
}
.mobile-menu * {
    font-weight: 500;
}
.mobile-menu a {
    text-decoration: none;
    color: #fff;
    font-size: 20px;
}
.mobile-menu__wrapp {
}
.mobile-menu.mobile-menu__hidden {
    display: none;
}
.mobile-menu .link-to-shop {
    display: flex;
    margin-top: 24px;
    color: #787878;
    align-items: center;
}
.mobile-menu .link-to-shop span {
    margin-right: 5px;
}
.mobile-menu .link-to-shop svg {
    width: 18px;
    height: 18px;
}
.mobile-menu__phone-wrapp {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
    padding-top: 24px;
    border-top: 1px solid #2d2d2d;
    color: #fff;
}
.mobile-menu__phone-wrapp span {
    font-size: 14px;
    margin-bottom: 5px;
}
.mobile-menu__phone-wrapp a {
    font-size: 14px;
}
.mobile-menu .menu {
    list-style: none;
    padding: 0;
    margin: 0;
}
.mobile-menu .menu__item:not(:last-child) {
    margin-bottom: 24px;
}
.mobile-menu .menu__item_active > a {
    color: var(--main-color);
    font-weight: 500;
}
.mobile-menu .menu__item_open .menu__item-submenu {
    padding-top: 24px;
    max-height: 500px;
}
.mobile-menu .menu__item_dropdown a {
    display: flex;
}
.mobile-menu .menu__item-submenu {
    max-height: 0;
    overflow: hidden;
    margin-left: 40px;
    transition: 0.5s;
}
.mobile-menu .menu__item-submenu a {
    font-size: 16px;
}
.mobile-menu .menu__submenu-icon {
    display: flex;
    align-items: center;
    margin-left: 5px;
}
/* HEADER */

.first-section {
    padding-left: calc(50vw - 550px);
    padding-right: calc(50vw - 550px);
    min-height: 750px;
    height: 100vh;
    background-position: right bottom;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    position: relative;
}
@media screen and (max-width: 1200px) {
    .first-section {
        padding-left: 24px;
        padding-right: 24px;
    }
}
@media screen and (max-width: 576px) {
    .first-section {
        min-height: 100vh;
        justify-content: flex-start;
    }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
    .first-section {
        min-height: 100vh;
        justify-content: flex-end;
    }
}
@media screen and (max-width: 350px) {
    .first-section {
        min-height: 100vh;
        justify-content: flex-end;
        height: auto;
    }
}
.first-section .video-bg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    max-width: 100%;
    min-height: 100vh;
    height: 100%;
    z-index: 10;
    overflow: hidden;
}
.first-section .video-bg video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (max-width: 740px) {
    .first-section .video-bg {
        display: none;
    }
}

.first-section-content {
    padding-bottom: 150px;
    z-index: 16;
    width: 100%;
}
@media screen and (max-width: 1025px) {
    .first-section-content {
        margin-top: 120px;
    }
}
.first-section-content .heading-1 {
    color: #fff;
    margin-bottom: 20px;
    margin-top: 0;
}
.first-section-content .subtitle {
    color: #a7a9ab;
    max-width: 680px;
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 1.25em;
    line-height: 170%;
    margin-bottom: 40px;
}
@media screen and (max-width: 576px) {
    .first-section-content .subtitle {
        font-size: 0.875em;
    }
}

@media screen and (max-width: 320px) {
    .first-section-content .subtitle {
        font-size: 12px;
    }
}
.first-section-content .calc-price {
    display: flex;
    align-items: center;
}
@media screen and (max-width: 800px) {
    .first-section-content .calc-price {
        flex-direction: column;
    }
}
.first-section-content .choices__inner {
    background: #171a1b;
    border-radius: 2px;
    border: 0;
    padding: 0;
    font-size: 1em;
}
.first-section-content .choices__list--dropdown {
    z-index: 6;
}
.first-section-content .choices__list--single {
    padding: 15px 0 16px 25px;
    border-radius: 2px;
}
@media screen and (max-width: 895px) {
    .first-section-content .choices__list--single {
        padding: 11px 0 15px 11px;
    }
}
@media screen and (max-width: 576px) {
    .first-section-content .choices__list--single {
        height: 45px;
        display: flex;
        align-items: center;
        padding: 0 0 0 16px;
    }
}
@media screen and (max-width: 800px) {
    .first-section-content .primary-button {
        min-width: 100%;
        margin-right: 0;
    }
}
@media screen and (min-width: 800px) and (max-width: 895px) {
    .first-section-content .primary-button {
        padding: 13.5px 20px;
    }
}
@media screen and (max-width: 768px) {
    .first-section-content .primary-button {
        padding: 14px 20px;
    }
}
.first-section-content .choices {
    margin-right: 20px;
    min-width: 240px;
    margin-bottom: 0;
    width: 275px;
    position: relative;
    font-size: 1em;
}
@media screen and (max-width: 800px) {
    .first-section-content .choices {
        min-width: 100%;
        margin-right: 0;
        margin-bottom: 16px;
        width: 100%;
    }
}
@media screen and (min-width: 800px) and (max-width: 895px) {
    .first-section-content .choices {
        width: 230px;
        min-width: 230px;
    }
}
.first-section-content .choices .choices__inner {
    padding-bottom: 0;
}
.first-section-content .choices:hover .choices__item {
    color: #a7a9ab;
}
.first-section-content .choices:hover:after {
    border-color: #a7a9ab transparent transparent;
}
.first-section-content .choices:after {
    border-color: #5b5a60 transparent transparent;
}
.first-section-content .choices__item {
    font-family: Inter, sans-serif;
    font-weight: 300;
    font-size: 1em;
    line-height: 160%;
    color: #ECEEF1;
}
@media screen and (max-width: 768px) {
    .first-section-content .choices__item {
        font-size: 1em;
    }
}
.first-section-content .choices__placeholder {
    color: #5b5a60;
}
.first-section-content .choices__list--dropdown .choices__item--selectable {
    padding-right: 24px;
    padding-left: 24px;
}
.first-section-content .choices__list {
    background: #171a1b;
    border-radius: 2px;
    border: 0;
}
.first-section-content .choices__input {
    background-color: #171a1b !important;
    color: #eceef1 !important;
}
.first-section-content .choices__list--dropdown .choices__item {
    color: #eceef1;
}
.first-section-content .choices__list--dropdown .choices__item.is-highlighted {
    color: #171a1b;
}
.first-section-content .choices__list--dropdown .choices__item.choices__item--disabled {
    color: #eceef1;
    display: none;
}
.first-section-content .choices__list--dropdown .choices__item--selectable .is-highlighted {
    background-color: #a7a9ab;
}
.first-section-content .choices.is-disabled .choices__inner {background-color: unset;}
.first-section-content .choices.is-open:after {
    transform: rotate(135deg);
    border: none;
    border-bottom: 1px solid #5B5A60;
    border-left: 1px solid #5B5A60;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    margin-left: -6px;
    font-size: 0em;
    right: 25px;
}
.first-section-content .choices.is-open:hover:after {
    transform: rotate(135deg);
    border: none;
    border-bottom: 1px solid #A7A9AB;
    border-left: 1px solid #A7A9AB;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    margin-left: -6px;
    font-size: 0em;
    right: 25px;
}
.first-section-content .choices:after {
    border: none;
    border-bottom: 1px solid #5B5A60;
    border-left: 1px solid #5B5A60;
    width: 8px;
    height: 8px;
    transform: rotate(-45deg);
    margin-top: -6px;
    margin-left: -6px;
    font-size: 0em;
    right: 25px;
}
.first-section-content .choices:hover:after {
    border: none;
    border-bottom: 1px solid #A7A9AB;
    border-left: 1px solid #A7A9AB;
    width: 8px;
    height: 8px;
    transform: rotate(-45deg);
    margin-top: -6px;
    margin-left: -6px;
    font-size: 0em;
    right: 25px;
}

.second-screen {
    background: var(--main-color);
    padding: 150px calc(50vw - 550px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    z-index: 15;
    position: relative;
    overflow-x: hidden;
}
@media screen and (max-width: 1025px) {
    .second-screen {
        min-height: auto;
        padding: 150px 24px 150px;
    }
}
@media screen and (max-width: 576px) {
    .second-screen {
        min-height: auto;
        padding: 100px 24px 100px;
    }
}

.second-screen-content {
    z-index: 15;
}
.second-screen-content .accent-title {
    font-family: Inter, sans-serif;
    font-weight: 500;
    font-size: 1.25em;
    line-height: 130%;
    color: #fff;
    margin-bottom: 40px;
}
@media screen and (max-width: 576px) {
    .second-screen-content .accent-title {
        font-size: 0.875em;
        line-height: 150%;
    }
}
.second-screen-content .accent-text {
    font-family: Inter, sans-serif;
    font-weight: 500;
    font-size: 2.25em;
    line-height: 140%;
    color: #fff;
}
@media screen and (max-width: 576px) {
    .second-screen-content .accent-text {
        font-size: 1.125em;
        line-height: 150%;
    }
}

/***** THIRD SCREEN STYLES *****/

._dark-gradient {
    background: -o-linear-gradient(top, rgba(7, 9, 11, 0.98) 0%, #16191B 56.18%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(7, 9, 11, 0.98)), color-stop(56.18%, #16191B));
    background: linear-gradient(180deg, rgba(7, 9, 11, 0.98) 0%, #16191B 56.18%);
}

.third-screen__letters-container {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(22,25,27,1)), color-stop(50%, rgba(22,25,27,1)), color-stop(50%, rgba(255,255,255,1)), to(rgba(255,255,255,1)));
    background: -o-linear-gradient(top, rgba(22,25,27,1) 0%, rgba(22,25,27,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
    background: linear-gradient(180deg, rgba(22,25,27,1) 0%, rgba(22,25,27,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
    display: flex;
    justify-content: center;
    position: relative;
    top: 0;
    left: 0;
}

.third-screen__letters-image {
    width: 100%;
    max-width: 1440px;
    position: relative;
    z-index: 99;
}

.third-screen__letters-image svg {
    color: var(--second-color);
}

/***** THIRD SCREEN STYLES *****/


.letters {
    font-family: Mr Dafoe, sans-serif;
    font-size: 23vw;
    text-align: center;
    color: var(--second-color);
    position: absolute;
    width: 100%;
    user-select: none;
    z-index: 99;
    top: calc(100% - 25vh);
}

.five-screen {
    background: #fff;
    padding-top: 150px;
    padding-bottom: 195px;
    position: relative;
    z-index: 15;
}
@media screen and (max-width: 1024px) {
    .five-screen {
        flex-direction: row;
        padding-top: 136px;
        padding-bottom: 0;
    }
}
@media screen and (max-width: 576px) {
    .five-screen {
        padding-top: 100px;
        padding-bottom: 0;
        flex-direction: column;
    }
}
.five-screen .five-section-content {
    padding-left: calc(50vw - 550px);
    padding-right: calc(50vw - 550px);
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    overflow: hidden;
}
@media screen and (max-width: 1110px) {
    .five-screen .five-section-content {
        padding-left: 24px;
        padding-right: 24px;
    }
}
@media screen and (max-width: 576px) {
    .five-screen .five-section-content {
        flex-direction: column;
    }
}
@media screen and (max-width: 1024px) {
    .five-screen .five-section-content {
        flex-direction: row;
        flex-wrap: wrap;
    }
}
.five-screen .accent-text {
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 2.25em;
    line-height: 140%;
    color: #171a1b;
    width: 50%;
}
@media screen and (max-width: 576px) {
    .five-screen .accent-text {
        width: 100%;
        font-size: 1.5em;
        line-height: 140%;
        max-width: 270px;
    }
}
@media screen and (max-width: 768px) {
    .five-screen .accent-text {
        width: 100%;
        margin-bottom: 16px;
    }
}
.five-screen .hightlighted {
    color: var(--main-color);
}
.five-screen .detail-text {
    width: 50%;
    padding-left: 125px;
    font-family: Inter, sans-serif;
    font-weight: 300;
    font-size: 1em;
    line-height: 26px;
    color: #171a1b;
}
@media screen and (max-width: 576px) {
    .five-screen .detail-text {
        padding-left: 0;
        width: 100%;
        font-size: 0.875em;
        line-height: 160%;
        margin-top: 16px;
    }
}
@media screen and (max-width: 768px) {
    .five-screen .detail-text {
        padding-left: 0;
        width: 100%;
    }
}
.five-screen .features-block {
    width: 100%;
    max-width: 1110px;
    position: absolute;
    left: 0;
    bottom: -135px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    background: #171a1b;
    margin-left: calc(50vw - 563.5px);
    margin-right: calc(50vw - 563.5px);
    padding: 60px 50px;
}
@media screen and (max-width: 1140px) {
    .five-screen .features-block {
        margin-left: 0;
        margin-right: 0;
        max-width: 100%;
    }
}
@media screen and (max-width: 980px) {
    .five-screen .features-block {
        padding: 60px 24px;
    }
}
@media screen and (max-width: 800px) {
    .five-screen .features-block {
        flex-direction: column;
    }
}
@media screen and (max-width: 1024px) {
    .five-screen .features-block {
        position: relative;
        bottom: 0;
        margin-left: -24px;
        min-width: 100vw;
        margin-top: 60px;
        padding: 60px 24px;
    }
}
.five-screen .features-block .feature-item {
    width: 295px;
    margin-right: 16px;
}
.five-screen .features-block .feature-item:last-child {
    margin-right: 0;
}
@media screen and (max-width: 800px) {
    .five-screen .features-block .feature-item {
        width: 100%;
        margin-bottom: 60px;
    }
    .five-screen .features-block .feature-item:last-child {
        margin-bottom: 0;
    }
}
.five-screen .features-block .feature-title {
    font-family: Inter, sans-serif;
    font-weight: 500;
    font-size: 1.25em;
    line-height: 130%;
    color: #eceef1;
    margin-bottom: 20px;
}
@media screen and (max-width: 576px) {
    .five-screen .features-block .feature-title {
        font-size: 1.125em;
        line-height: 130%;
        margin-bottom: 16px;
    }
}
.five-screen .features-block .feature-text {
    font-family: Inter, sans-serif;
    font-weight: 300;
    font-size: 1em;
    line-height: 160%;
    color: #eceef1;
}
@media screen and (max-width: 576px) {
    .five-screen .features-block .feature-text {
        font-size: 0.875em;
        line-height: 160%;
    }
}

.six-screen {
    background: #f0f0f0;
    padding: 285px calc(50vw - 550px) 150px;
    overflow-x: hidden;
}
@media screen and (max-width: 1024px) {
    .six-screen {
        padding-left: 24px;
        padding-right: 24px;
        padding-top: 150px;
    }
}
@media screen and (max-width: 576px) {
    .six-screen {
        padding: 100px 24px;
    }
}
.six-screen .works-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 60px;
}
@media screen and (max-width: 576px) {
    .six-screen .works-row {
        flex-direction: column;
        margin-bottom: 40px;
    }
}
.six-screen .works-row .works-title {
    font-family: Inter, sans-serif;
    font-weight: 500;
    font-size: 2.25em;
    line-height: 140%;
    color: #171a1b;
    max-width: 540px;
    overflow-x: hidden;
}
@media screen and (max-width: 576px) {
    .six-screen .works-row .works-title {
        font-size: 1.5em;
        line-height: 140%;
    }
}
.six-screen .works-row .hightlighted {
    color: var(--main-color);
}
.six-screen .works-link {
    position: relative;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    top: 0;
}
.six-screen .works-link span {
    font-weight: 500;
    z-index: 10;
    padding-right: 20px;
    position: relative;
}
@media screen and (max-width: 960px) {
    .six-screen .works-link {
        display: none;
        margin-top: 40px;
    }
}
@media screen and (max-width: 350px) {
    .six-screen .works-link {
        width: 100%;
    }
}
.six-screen .works-link:hover {
    color: #171a1b;
}
@media screen and (max-width: 350px) {
    .six-screen .works-link:hover {
        width: 100%;
        padding: 4px 0 4px 15px;
    }
}
/*.six-screen .works-link:hover .arrow-icon {
    width: calc(100% + 48px);
    border-radius: 30px;
    justify-content: flex-end;
    z-index: 1;
    padding-right: 12px;
}*/
.six-screen .works-link .arrow-icon {
    min-width: 58px;
    width: 58px;
    height: 58px;
    background: var(--main-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    left: 0;
    top: 40px;
    z-index: 99;
    color: var(--black) !important;
    top: 0;
}

.arrow-icon::before {
    content: "";
    display: block;
    background: var(--main-color);
    width: 90px;
    height: 90px;
    border-radius: 50%;
    position: absolute;
    top: -16px;
    left: -16px;
    z-index: -1;
    transform: scale(0);
    animation:  animate-button 3s infinite ease-in-out;
}

.arrow-icon::after {
    content: "";
    display: block;
    background: var(--main-color);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    left: -11px;
    top: -11px;
    z-index: -2;
    transform: scale(0);
    animation:  animate-button 3s infinite ease-in-out .1s;
}

.six-screen .works-link-mobile {
    display: none;
}
@media screen and (max-width: 960px) {
    .six-screen .works-link-mobile {
        display: inline-flex;
    }
}
.six-screen .works-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}
@media screen and (max-width: 768px) {
    .six-screen .works-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width: 576px) {
    .six-screen .works-grid {
        grid-template-columns: 1fr;
        grid-gap: 16px;
    }
}
.six-screen .work-item {
    position: relative;
    overflow: hidden;
    display: flex;
}
.six-screen .work-item::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(14, 14, 14, 0.77) 0%, rgba(50, 55, 57, 0.1) 100%);
    transition: all 0.3s;
}
.six-screen .work-item:hover::after {
    transform: translateY(-100%);
}
.six-screen .work-item:hover .work-item-content {
    transform: translateY(0);
}
@media screen and (max-width: 576px) {
    .six-screen .work-item.mobile-hide {
        display: none;
    }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
    .six-screen .work-item.tablet-hide {
        display: none;
    }
}
@media screen and (max-width: 1024px) {
    .six-screen .work-item::after {
        transform: translateY(-100%);
    }
    .six-screen .work-item .work-item-content {
        transform: translateY(0);
        font-size: 100%;
    }
}
.six-screen .work-item-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.six-screen .work-item-content {
    transition: all 0.3s;
    transform: translateY(100%);
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: var(--main-color);
    padding: 16px 45px 16px 30px;
    z-index: 10;
    width: 100%;
}
@media screen and (max-width: 1024px) {
    .six-screen .work-item-content {
        padding: 12px 40px 12px 20px;
    }
}
.six-screen .work-item-content .car-title {
    font-weight: 500;
    font-size: 1.25em;
    line-height: 130%;
    color: #fff;
}
@media screen and (max-width: 1024px) {
    .six-screen .work-item-content .car-title {
        font-size: 1em;
        line-height: 130%;
    }
}
.six-screen .work-item-content .car-title span {
    color: #171A1B;
}
.six-screen .work-item-content .work-name {
    font-weight: 300;
    font-size: 1em;
    white-space: nowrap;
    line-height: 170%;
    margin-top: 5px;
    color: #fff;
    text-overflow: ellipsis;
    overflow: hidden;
}



._flex {
    display: flex;
}

._grid {
    display: grid;
}

.banner__container {
    max-width: 1146px;
    flex-direction: column;
    color: #fff;
}
.banner__container-wrapp {
    height: 506px;
    align-items: center;
    justify-content: center;
    background: url(/local/templates/vinyl4you_studio/assets/installment__banner.png) no-repeat 100% center;
    background-size: cover;
}
.banner__title h2 {
    font-size: 60px;
    font-weight: 500;
    color: #fff;
}
.banner__subtitle {
    margin-top: 14px;
    font-size: 30px;
    font-weight: 500;
}
.banner__subtitle-text {
    color: var(--main-color);
    font-weight: 600;
}
.banner .details__container {
    color: #A7A9AB;
    flex-direction: row;
    align-items: flex-start;
    margin-top: 40px;
}
.banner .details__text {
    font-size: 16px;
    height: 100%;
}

.banner .details__text span {
    line-height: 150%;
}

.banner .details__icon {
    justify-content: flex-start;
    margin-right: 10px;
}
.banner__elements {
    margin-top: 30px;
    justify-content: space-between;
    max-width: 850px;
    grid-template-columns: repeat(3, 1fr);
    align-items: start;
}
.banner__element {
    flex-direction: column;
    justify-content: center;
}
.banner .round__container {
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    width: 176px;
    height: 176px;
    position: relative;
    border-radius: 50%;
    font-weight: 700;
}
.banner .round__container-wrapp {
    justify-content: center;
}
.banner .round__content {
    font-size: 88px;
    color: var(--main-color);
}
.banner .round__small-text {
    font-size: 32px;
    position: absolute;
    top: calc(50% - 16px);
}
.banner .round__bottom-text {
    text-align: center;
    margin-top: 17px;
    font-size: 20px;
    font-weight: 500;
}

@media (min-width: 768px) and (max-width: 1112px) {
    .banner .round__container {
        width: 160px;
        height: 160px;
    }
    .banner__container-wrapp {
        padding: 0 24px;
    }
    .banner__title h2 {
        font-size: 46px;
    }
    .banner__subtitle {
        font-size: 24px;
    }
}
@media ( min-width: 414px ) and (max-width: 767px) {
    .banner__container-wrapp {
        padding: 0 24px;
        background-position: 75%;
    }
    .banner__title h2 {
        font-size: 36px;
    }
    .banner__subtitle {
        margin-top: 24px;
        font-size: 18px;
    }
    .banner__subtitle-text {
        color: var(--main-color);
        font-weight: 600;
    }
    .banner .round__container {
        width: 86px;
        height: 86px;
    }
    .banner .round__content {
        font-size: 43px;
        color: var(--main-color);
    }
    .banner .round__small-text {
        font-size: 14px;
        position: absolute;
        top: calc(50% - 7px);
    }
    .banner .round__bottom-text {
        margin-top: 10px;
        font-size: 14px;
        font-weight: 500;
    }
    .banner__elements {
        align-items: flex-start;
    }
    .banner .details__container {
        color: #A7A9AB;
        flex-direction: row;
        align-items: center;
        margin-top: 52px;
    }
    .banner .details__text {
        font-size: 14px;
        line-height: 14px;
        height: 100%;
    }
    .banner .details__icon svg {
        widht: 16px;
        height: 16px;
    }
}
@media ( min-width: 375px ) and (max-width: 413px) {
    .banner__container-wrapp {
        padding: 0 18px;
        background-position: 75%;
    }
    .banner__title h2 {
        font-size: 32px;
    }
    .banner__subtitle {
        margin-top: 24px;
        font-size: 18px;
    }
    .banner__subtitle-text {
        color: var(--main-color);
        font-weight: 600;
    }
    .banner .round__container {
        width: 72px;
        height: 72px;
    }
    .banner .round__content {
        font-size: 36px;
        color: var(--main-color);
    }
    .banner .round__small-text {
        font-size: 13px;
        position: absolute;
        top: calc(50% - 7px);
    }
    .banner .round__bottom-text {
        margin-top: 10px;
        font-size: 11px;
        font-weight: 500;
    }
    .banner__elements {
        align-items: flex-start;
    }
    .banner .details__container {
        color: #A7A9AB;
        margin-top: 52px;
    }
    .banner .details__text {
        font-size: 14px;
        height: 100%;
    }
    .banner .details__icon svg {
        widht: 16px;
        height: 16px;
    }
}
@media screen and (max-width: 374px) {
    .banner__container-wrapp {
        padding: 0 18px;
        background-position: 75%;
    }
    .banner__title h2 {
        font-size: 32px;
    }
    .banner__subtitle {
        margin-top: 24px;
        font-size: 15px;
    }
    .banner__subtitle-text {
        color: var(--main-color);
        font-weight: 600;
    }
    .banner .round__container {
        width: 72px;
        height: 72px;
    }
    .banner .round__content {
        font-size: 36px;
        color: var(--main-color);
    }
    .banner .round__small-text {
        font-size: 13px;
        position: absolute;
        top: calc(50% - 7px);
    }
    .banner .round__bottom-text {
        margin-top: 10px;
        font-size: 11px;
        font-weight: 500;
    }
    .banner__elements {
        align-items: flex-start;
    }
    .banner .details__container {
        color: #A7A9AB;
        margin-top: 52px;
    }
    .banner .details__text {
        font-size: 12px;
        height: 100%;
    }
    .banner .details__icon svg {
        widht: 16px;
        height: 16px;
    }
}






@media screen and (max-width: 576px) {
    .six-screen .work-item-content .work-name {
        font-size: 0.75em;
        line-height: 170%;
    }
}
.six-screen .work-item-content .arrow-icon {
    position: absolute;
    right: 10px;
    top: calc(50% - 16px);
    width: 32px;
    height: 32px;
    background-color: #fff;
    border-radius: 50%;
    color: var(--main-color);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.eight-section {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-gap: 30px;
    background: #fff;
    padding: 150px calc(50vw - 550px);
    overflow-x: hidden;
}
@media screen and (max-width: 1024px) {
    .eight-section {
        padding-left: 24px;
        padding-right: 24px;
        grid-gap: 15px;
    }
}
@media screen and (max-width: 576px) {
    .eight-section {
        padding: 100px 24px;
        display: flex;
        flex-direction: column;
        grid-gap: 0;
    }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
    .eight-section {
        grid-template-areas: "title title" "car  car1" "car2  car3";
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
        grid-gap: 30px;
    }
}
.eight-section .first-el {
    grid-column-start: 1;
    grid-column-end: 3;
    font-weight: 500;
    font-size: 2.25em;
    line-height: 140%;
    color: #171a1b;
    max-width: 570px;
    overflow-x: hidden;
}
.eight-section .first-el span {
    color: var(--main-color);
}
@media screen and (max-width: 576px) {
    .eight-section .first-el {
        font-size: 1.5em;
        line-height: 140%;
        width: 100%;
        margin-bottom: 40px;
    }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
    .eight-section .first-el {
        grid-area: title;
        margin-bottom: 10px;
    }
}
.eight-section .grid-element {
    position: relative;
    padding-top: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    overflow: hidden;
}
@media screen and (max-width: 768px) {
    .eight-section .grid-element {
        min-width: 200px;
        margin-bottom: 16px;
    }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
    .eight-section .grid-element {
        margin-bottom: 0;
    }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
    .eight-section .grid-element:nth-child(1) {
        grid-area: car;
    }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
    .eight-section .grid-element:nth-child(2) {
        grid-area: car1;
    }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
    .eight-section .grid-element:nth-child(3) {
        grid-area: car2;
    }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
    .eight-section .grid-element:nth-child(4) {
        grid-area: car3;
    }
}
.eight-section .grid-element::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 101%;
    height: 101%;
    background: linear-gradient(rgba(50, 55, 57, 0.2) 0%, #0e0e0e 100%);
    mix-blend-mode: darken;
    transform: matrix(-1, 0, 0, 1, 0, 0);
    z-index: 1;
}
.eight-section .grid-element::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 101%;
    height: 101%;
    z-index: 2;
    transition: all 0.2s;
    transform: translateY(100%);
    background-color: var(--main-color);
}
.eight-section .grid-element:hover::after {
    transform: translateY(0);
}
.eight-section .grid-element:hover .arrow {
    background-color: #fff;
    color: var(--main-color);
}
.eight-section .grid-element:hover .link-text {
    display: flex;
}
.eight-section .grid-element img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}
.eight-section .grid-element .service-title {
    font-weight: 500;
    font-size: 1.5em;
    line-height: 110%;
    color: #fff;
    position: absolute;
    display: flex;
    align-items: center;
    z-index: 5;
    left: 30px;
    bottom: 40px;
}
@media screen and (max-width: 1024px) {
    .eight-section .grid-element .service-title {
        left: 16px;
        bottom: 24px;
        font-size: 1em;
    }
}
.eight-section .grid-element .link-text {
    font-weight: 300;
    font-size: 1em;
    line-height: 160%;
    position: absolute;
    align-items: center;
    z-index: 5;
    left: 30px;
    bottom: 80px;
    display: none;
}
@media screen and (max-width: 1024px) {
    .eight-section .grid-element .link-text {
        left: 16px;
        bottom: 62px;
    }
}
@media screen and (max-width: 768px) {
    .eight-section .grid-element .link-text {
        display: block;
        left: 16px;
        bottom: 62px;
        font-size: 0.75em;
    }
}
.eight-section .grid-element .arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 32px;
    min-height: 32px;
    border-radius: 50%;
    background-color: var(--main-color);
    margin-left: 15px;
    transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
    .eight-section .grid-element .arrow {
        margin-left: 8px;
    }
}

.nine-section {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    background: #151515;
    overflow-x: hidden;
}
@media screen and (max-width: 576px) {
    .nine-section {
        display: flex;
        flex-direction: column-reverse;
    }
}
@media screen and (max-width: 1200px) {
    .nine-section {
        display: flex;
        flex-direction: column-reverse;
    }
}
.nine-section .left {
    grid-column-start: 1;
    grid-column-end: 5;
    background-image: url("/local/templates/vinyl4you_studio/assets/road-bg.jpg");
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
@media screen and (max-width: 576px) {
    .nine-section .left {
        grid-column-start: 1;
        grid-column-end: 2;
        background: url("/local/templates/vinyl4you_studio/assets/road-bg-mobile.jpg") center no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
    }
}
.nine-section .left img {
    margin-top: 15%;
    width: 100%;
    height: auto;
    margin-right: -12%;
}
@media screen and (max-width: 576px) {
    .nine-section .left img {
        margin-right: 70%;
    }
}
@media screen and (max-width: 1024px) {
    .nine-section .left img {
        width: 100%;
        margin-right: 70%;
        margin-top: 21%;
    }
}
.nine-section .right {
    grid-column-start: 5;
    grid-column-end: 11;
    padding-top: 150px;
    padding-bottom: 150px;
    padding-left: 125px;
}
@media screen and (max-width: 1200px) {
    .nine-section .right {
        grid-column-start: 1;
        grid-column-end: 2;
        padding: 60px 24px;
    }
}
.nine-section .section-title {
    font-weight: 500;
    font-size: 2.25em;
    line-height: 140%;
    color: #fff;
    margin-bottom: 40px;
    max-width: 540px;
}
@media screen and (max-width: 576px) {
    .nine-section .section-title {
        font-size: 1.5em;
        line-height: 140%;
        margin-bottom: 30px;
    }
}
.nine-section .section-title span {
    color: var(--second-color);
}
.nine-section .footer-form {
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}
@media screen and (max-width: 576px) {
    .nine-section .footer-form {
        margin-bottom: 0;
    }
}
.nine-section .footer-form .inputs {
    display: flex;
    align-items: flex-start;
}
@media screen and (max-width: 576px) {
    .nine-section .footer-form .inputs {
        flex-direction: column;
        width: 100%;
    }
}
.nine-section .footer-form .input {
    width: 240px;
    display: inline-block;
    position: relative;
}
.nine-section .footer-form .input:first-child {
    margin-right: 20px;
}
@media screen and (max-width: 576px) {
    .nine-section .footer-form .input {
        display: block;
        width: 100%;
    }
}
@media screen and (max-width: 576px) {
    .nine-section .footer-form .input:first-child {
        margin-right: 0;
        margin-bottom: 16px;
    }
}
.nine-section .footer-form .errored-format {
    padding-bottom: 0;
}
.nine-section .footer-form .errored-format .is-wrong {
    display: block;
}
.nine-section .footer-form .errored-empty {
    padding-bottom: 0;
}
.nine-section .footer-form .errored-empty .is-not-empty {
    display: block;
}
.nine-section .footer-form .error-message {
    font-weight: 500;
    font-size: 0.75em;
    line-height: 140%;
    color: #A7A9AB;
    margin-top: 5px;
}
.nine-section .footer-form input {
    width: 100%;
    font-weight: 300;
    font-size: 1em;
    line-height: 160%;
    color: #fff;
    background: #171a1b;
    border-radius: 2px;
    border: 0;
    padding: 15px 25px;
    transition: color 0.3s;
    border-bottom: 3px solid #171a1b;
}
@media screen and (max-width: 576px) {
    .nine-section .footer-form input {
        height: 45px;
        display: flex;
        align-items: center;
        padding: 0 15px 0;
    }
}
.nine-section .footer-form input::placeholder {
    color: #5b5a60;
    transition: color 0.3s;
}
.nine-section .footer-form input:active, .nine-section .footer-form input:focus {
    outline: none;
    border-radius: 2px;
}
.nine-section .footer-form input:hover::placeholder {
    color: #A7A9AB;
}
.nine-section .footer-form input.required {
    border-bottom: 3px solid var(--main-color);
}
.nine-section .help-text {
    font-weight: 500;
    font-size: 0.75em;
    line-height: 140%;
    color: #a7a9ab;
    margin-bottom: 40px;
    margin-top: 30px;
    max-width: 480px;
}
@media screen and (max-width: 576px) {
    .nine-section .help-text {
        margin-top: 16px;
        margin-bottom: 30px;
        font-size: 0.625em;
        line-height: 140%;
    }
}
@media screen and (max-width: 576px) {
    .nine-section .primary-button {
        width: 100%;
    }
}

/*FOOTER*/
.footer {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 20;
}

.footer * {
    font-weight: 500;
}

.footer_dark-bg {
    width: 100%;
    background: #0F0F0F;
}
.footer ._row {
    flex-direction: row;
    flex: 1 1 100%;
}
.footer__wrapp {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1100px;
    margin: 40px 0;
}
.footer__group {
    display: flex;
    flex-direction: column;
}
.footer__group .footer__side {
    display: flex;
    flex-direction: column;
    flex: 0 1 auto;
    margin-bottom: 15px;
}
.footer__group:nth-last-child(2) {
    align-items: center;
    justify-content: center;
    margin: 30px 0 20px 0;
}
.footer__link {
    font-size: 12px;
    text-decoration: none;
    color: #ECEEF1;
    transition: 0.2s;
}
.footer__link:hover {
    color: var(--main-color);
}
.footer__link:not(:last-child) {
    margin-bottom: 15px;
}
.footer__link-icon {
    color: #ECEEF1;
    transition: 0.2s;
}
.footer__link-icon:hover {
    color: var(--main-color);
}
.footer__link-icon svg {
    width: 16px;
    height: 16px;
}
.footer__link-icon:not(:last-child) {
    margin-right: 30px;
}
.footer__logo {
    width: 65px;
    height: 54px;
}
.footer__copyright {
    display: flex;
    align-items: center;
    color: #A7A9AB;
    font-size: 12px;
    line-height: 12px;
}
.footer__copyright-icon {
    margin-right: 5px;
}

@media (min-width: 640px) and (max-width: 1100px) {
    .footer__wrapp {
        display: grid;
        margin: 30px 44px;
        grid-template-columns: repeat(6, 1fr);
        grid-gap: 30px;
        width: 100%;
    }
    .footer__group:nth-child(1) {
        grid-column-start: 1;
    }
    .footer__group:nth-child(2) {
        grid-column-start: 2;
        grid-column-end: 4;
    }
    .footer__group:nth-child(3) {
        grid-column-start: 4;
        grid-column-end: 6;
    }
    .footer__group:nth-child(4) {
        grid-column-start: 6;
    }
    .footer__group:nth-child(5) {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        grid-column-start: 2;
        grid-column-end: 7;
    }
    .footer__group:nth-child(6) {
        grid-column-start: 2;
        grid-column-end: 6;
    }
    .footer__group:nth-child(7) {
        grid-column-start: 1;
        grid-column-end: 6;
    }
    .footer__logo {
        width: 50px;
        height: 42px;
    }
}
@media screen and (max-width: 639px) {
    .footer ._row {
        flex: 0 1;
    }
    .footer__wrapp {
        flex-direction: column;
    }
    .footer__group {
        width: 100%;
        flex: 1 1;
        flex-direction: column;
        align-items: center;
        margin-bottom: 15px;
    }
    .footer__group:nth-last-child(2) {
        align-items: center;
        justify-content: center;
        margin: 30px 0 40px 0;
    }
    .footer__group:nth-child(3n), .footer__group:nth-child(6) {
        order: 0;
    }
    .footer__group:nth-child(5), .footer__group:nth-child(7) {
        order: 1;
    }
    .footer__group:nth-child(5) .footer__link, .footer__group:nth-child(7) .footer__link {
        font-size: 10px;
        color: #A7A9AB;
    }
    .footer__group:nth-child(5) .footer__copyright, .footer__group:nth-child(7) .footer__copyright {
        font-size: 10px;
    }
    .footer__group:nth-child(5) {
        padding-top: 40px;
        border-top: 1px solid #2D2D2D;
    }
    .footer__link {
        text-align: center;
    }
    .footer__link-icon {
        color: #ECEEF1;
        transition: 0.2s;
    }
    .footer__link-icon svg {
        width: 24px;
        height: 24px;
    }
    .footer__link-icon:not(:last-child) {
        margin-right: 30px;
    }
    .footer__logo {
        width: 56px;
        height: 47px;
        margin-bottom: 40px;
    }
    .footer__copyright {
        color: #A7A9AB;
        font-size: 12px;
        line-height: 12px;
    }
    .footer__copyright-icon {
        margin-right: 5px;
    }
}
/*FOTER*/

.cookie-panel {
    position: fixed;
    right: 0;
    bottom: 0;
    background: #FBFBFB;
    border-radius: 2px;
    padding: 15px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 110;
}
@media screen and (max-width: 576px) {
    .cookie-panel {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        width: 100%;
    }
}
@media screen and (max-width: 320px) {
    .cookie-panel {
        padding: 10px 16px;
    }
}
@media screen and (max-width: 576px) {
    .cookie-panel .cookie-button {
        width: 100%;
    }
}
.cookie-panel .cookie-text {
    font-weight: 300;
    font-size: 14px;
    line-height: 160%;
    color: #171A1B;
    margin-right: 36px;
    max-width: 216px;
}
.cookie-panel .cookie-text a {
    font-size: 12px;
    text-decoration: underline;
    color: #171A1B;
    font-weight: 300;
}
@media screen and (max-width: 576px) {
    .cookie-panel .cookie-text {
        text-align: left;
        margin-right: 0;
        margin-bottom: 10px;
        font-size: 0.75em;
    }
}
.cookie-panel .cookie-icon {
    margin-right: 15px;
    position: relative;
}
.cookie-panel .cookie-icon:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}
.cookie-panel .cookie-icon .svg {
    color: var(--main-color);
}
@media screen and (max-width: 576px) {
    .cookie-panel .cookie-icon {
        margin-right: 16px;
    }
}
@media screen and (max-width: 320px) {
    .cookie-panel .cookie-icon {
        margin-right: 8px;
    }
}

.success-modal-wrapper {
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99;
    background: rgba(7, 9, 11, 0.7);
    display: none;
}

.success-modal {
    position: fixed;
    width: 475px;
    margin: auto;
    padding: 40px 60px 44px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 100;
    background: #FFFFFF;
    border-radius: 2px;
    height: auto;
    max-height: 330px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    display: flex;
}
@media screen and (max-width: 576px) {
    .success-modal {
        width: calc(100% - 32px);
        margin-left: 16px;
        padding: 40px 24px 44px;
        max-width: 100vw;
    }
}
.success-modal .modal-title {
    font-weight: 500;
    font-size: 1.625em;
    line-height: 130%;
    text-align: center;
    color: #171A1B;
    margin-bottom: 20px;
}
.success-modal .modal-text {
    font-weight: 300;
    font-size: 0.875em;
    line-height: 160%;
    color: #171A1B;
    text-align: center;
}
.success-modal .circle {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    margin-bottom: 20px;
}
.success-modal .circle img {
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 576px) {
    .success-modal .circle {
        height: 60px;
        width: 60px;
    }
}
.success-modal .close-modal {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.mobile-btn {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: var(--main-color);
    padding-top: 13px;
    padding-bottom: 13px;
    font-weight: 500;
    font-size: 1em;
    line-height: 150%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    z-index: 100;
    text-decoration: none;
}
@media screen and (min-width: 769px) {
    .mobile-btn {
        display: none;
    }
}

.svg {
    color: var(--main-color);
}

.row {
    display: flex;
    flex-direction: row;
}

.gallery .two-cols {
    display: flex;
    flex-direction: row;
    align-items: center;
}

#studiosbanner {
    background-color: #ed1c24;
    font-weight: 300;
    position: relative;
    color: #fdfdfd;
    font-size: 16px;
    text-align: center;
    padding: 4px;
    box-shadow: inset 0 -2px 10px 1px rgba(0, 0, 0, 0.4);
    z-index: 10;
    transition: all 0.5s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: baseline;
    font-family: Rubik, sans-serif;
    line-height: 1.5;
}

.studiosbanner__link {
    padding-right: 1rem;
}

#studiosbanner p {
    padding-right: .2rem;
    margin: 0;
}

a #studiosbanner:hover {
    background-color: #e23037;
}

#studiosbanner a {
    color: #fff;
    text-decoration: underline;
}

#studiosbanner a:hover {
    color: #484646;
}

.studiosbanner__flex {
    display: inline-flex;
    flex-direction: row;
    align-items: baseline;
}

#studiosbanner .ModalHeadingExit {
    width: 14px;
    height: 14px;
    display: block;
    background-image: url('/upload/icons/exit-14.png');
}

@media screen and (max-width: 1000px) {
    #studiosbanner {
        flex-direction: column;
        align-items: center;
    }

    #studiosbanner p {
        padding-right: 0;
    }
}
/* End */
/* /local/templates/vinyl4you_studio/styles/preloader.css?16315350842591 */
/* /local/templates/vinyl4you_studio/styles/normalize.min.css?16186732441842 */
/* /local/templates/vinyl4you_studio/styles/calc-styles.css?164027240560450 */
/* /local/templates/vinyl4you_studio/styles/about.css?164542821924369 */
/* /local/templates/vinyl4you_studio/styles/contacts.css?16366286945891 */
/* /local/templates/vinyl4you_studio/styles/choices-base.min.css?16333355281558 */
/* /local/templates/vinyl4you_studio/styles/choices.min.css?16186732446679 */
/* /local/templates/vinyl4you_studio/themes/colored/styles/styles.css?16370555776000 */
/* /local/templates/vinyl4you_studio/template_styles.css?172059384559974 */
