@import url('https://fonts.googleapis.com/css?family=Inter:300,400,500,600,700,900');
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    /* font: inherit; */
    font-size: 100%;
    color: #333;
    vertical-align: baseline
}

@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: normal;
    src: url("../webfonts/fa-brands-400.eot");
    src: url("../webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.woff") format("woff"), url("../webfonts/fa-brands-400.ttf") format("truetype"), url("../webfonts/fa-brands-400.svg#fontawesome") format("svg");
}

.fab {
    font-family: 'Font Awesome 5 Brands';
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 400;
    src: url("../webfonts/fa-regular-400.eot");
    src: url("../webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.woff") format("woff"), url("../webfonts/fa-regular-400.ttf") format("truetype"), url("../webfonts/fa-regular-400.svg#fontawesome") format("svg");
}

.far {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    src: url("../webfonts/fa-solid-900.eot");
    src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"), url("../webfonts/fa-solid-900.ttf") format("truetype"), url("../webfonts/fa-solid-900.svg#fontawesome") format("svg");
}

* {
    font-family: 'Inter';
}

.fa, .fas {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

html {
    line-height: 1;
    scroll-behavior: smooth;
}

ol, ul {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle
}

input {
    outline: none;
    border: none;
}

q, blockquote {
    quotes: none
}

q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none
}

a img {
    border: none
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

.messages {
    background: no-repeat 10px 17px;
    border: 1px solid;
    border-width: 1px 1px 1px 0;
    border-radius: 2px;
    padding: 10px 20px 10px 20px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    margin: 5px 0px
}

.messages+.messages {
    margin-top: 1.538em
}

.messages__list {
    list-style: none;
    padding: 0;
    margin: 0
}

.messages__item+.messages__item {
    margin-top: 0.769em
}

.messages--status {
    color: #325e1c;
    background-color: #f3faef;
    border-color: #c9e1bd #c9e1bd #c9e1bd transparent;
    box-shadow: -8px 0 0 #77b259
}

.messages--warning {
    background-color: #fdf8ed;
    border-color: #f4daa6 #f4daa6 #f4daa6 transparent;
    color: #734c00;
    box-shadow: -8px 0 0 #e09600
}

.messages--error {
    background-color: #fcf4f2;
    color: #a51b00;
    border-color: #f9c9bf #f9c9bf #f9c9bf transparent;
    box-shadow: -8px 0 0 #e62600
}

.messages--error p.error {
    color: #a51b00
}

form .field-multiple-table {
    margin: 0
}

form .field-multiple-table .field-multiple-drag {
    width: 30px;
    padding-right: 0
}

form .field-multiple-table .field-multiple-drag .tabledrag-handle {
    padding-right: .5em
}

form .field-add-more-submit {
    margin: .5em 0 0
}

div.tabs {
    margin: 1em 0
}

ul.tabs {
    list-style: none;
    margin: 0 0 0.5em;
    padding: 0
}

.tabs>li {
    display: inline-block;
    margin-right: 0.3em
}

.ui-dialog-titlebar-close {
    border: none;
    min-width: 25px;
    min-height: 25px;
}

.ui-dialog-titlebar-close:hover, .ui-dialog-titlebar-close:focus, .ui-dialog-titlebar-close:active {
    background: #E42A2A !important;
}

.tabs a {
    display: block;
    padding: 6px 10px;
    text-decoration: none;
    font-size: 13px;
    background: #e6e6e6;
    line-height: 100%;
    color: #444
}

.tabs a.is-active {
    background-color: #F58331;
    color: #fff
}

.tabs a:focus, .tabs a:hover {
    background-color: #F58331;
    color: #fff
}

table {
    width: 100%;
    margin: 0 0 10px
}

caption {
    text-align: left
}

th {
    text-align: left;
    padding: 10px 12px
}

thead th {
    background: #f5f5f2;
    border: solid #bfbfba;
    border-width: 1px 0;
    color: #333;
    text-transform: uppercase
}

tr {
    border-bottom: 1px solid #e6e4df;
    padding: 0.1em 0.6em
}

thead>tr {
    border-bottom: 1px solid #000
}

tbody tr:hover, tbody tr:focus {
    background: #f7fcff
}

tbody tr.color-warning:hover, tbody tr.color-warning:focus {
    background: #fdf8ed
}

tbody tr.color-error:hover, tbody tr.color-error:focus {
    background: #fcf4f2
}

td, th {
    vertical-align: middle
}

td {
    padding: 10px 12px;
    text-align: left;
}

th>a {
    position: relative;
    display: block
}

th>a:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: -10px;
    left: 0;
    right: 0;
    border-bottom: 2px solid transparent;
    -webkit-transition: all 0.1s;
    transition: all 0.1s
}

th.is-active>a {
    color: #004875
}

th.is-active img {
    position: absolute;
    right: 0;
    top: 50%
}

th.is-active>a:after {
    border-bottom-color: #004875
}

th>a:hover, th>a:focus, th.is-active>a:hover, th.is-active>a:focus {
    color: #008ee6;
    text-decoration: none
}

th>a:hover:after, th>a:focus:after, th.is-active>a:hover:after, th.is-active>a:focus:after {
    border-bottom-color: #008ee6
}

td .item-list ul {
    margin: 0
}

td.is-active {
    background: none
}

th.select-all {
    width: 1px
}

.caption {
    margin-bottom: 1.2em
}

p {
    margin: 0 0 20px 0
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
    font-weight: 400;
    margin: 10px 0;
    line-height: 120%
}

h1, .h1 {
    font-size: 2em
}

h2, .h2 {
    font-size: 1.5em;
    margin-bottom: 20px
}

h3, .h3 {
    font-size: 1.2em
}

h4, .h4 {
    font-size: 1.1em
}

img {
    max-width: 100%
}

em {
    font-style: italic
}

strong, b {
    font-weight: bold
}

h2.title {
    font-weight: bold;
    font-size: 50px;
    color: black;
    text-align: center;
    letter-spacing: -0.03em;
}

.pricing-card-title {
    color: #008000
}

a {
    color: #EC2026
}

a:hover {
    color: #F58331;
    text-decoration: none
}

ol, ul {
    padding-left: 20px;
    margin-bottom: 20px
}

ol li, ul li {
    list-style: outside
}

.list-unstyled li {
    list-style: none
}

ol li {
    list-style-type: decimal
}

ul.links.inline {
    padding: 0
}

ul.links.inline li {
    list-style: none
}

.form-email, .form-text, .form-textarea {
    border: 1px solid #BFBFBF;
    background: transparent
}

.block {
    margin-bottom: 10px
}

body {
    font-size: 14px;
    line-height: 160%;
    color: #333;
    overflow-x: hidden;
    font-weight: 300;
    text-align: left
}

.region-page-title h1 {
    margin: 10px 0
}

.footerwidget {
    background: #108441;
    color: #86b59a;
    padding: 20px 0;
    border-top: 1px solid #f7f7f7
}

.footerwidget h2.title {
    color: #fff
}

.footerwidget .left {
    float: left;
    margin: 10px 10px 0 0
}

.copyright {
    color: #a9a9a9;
    text-align: justify;
    background-color: #333333;
    margin-bottom: -1px;
    font-size: 11px;
}

.footer, .footer_bottom {
    margin-bottom: -1px;
}

select:focus, textarea:focus, input:focus, select, textarea, input {
    font-size: 16px !important;
    /*avoid iOS autoresize on focus*/
}

.copyright .container .row {
    margin: 0;
}

.credit-link {
    font-size: .8em;
    margin: 0
}

.map-and-address h2.title {
    display: none
}

.google_map p, .google_map .block {
    margin: 0
}

.google_map iframe {
    display: block
}

.footer-menu {
    margin: 0;
    border: 0;
    background: url('../images/social-media-bg.png');
    color: #fff;
    background-size: cover;
    padding: 80px 0
}

.social-media a {
    line-height: 100%;
    font-size: 1em;
    display: inline-block;
    padding: 8px 8px;
    width: 26px
}

.social-media a:hover {
    color: #F58331;
}

input, button, select, textarea {
    padding: 6px;
    border: 1px solid #BFBFBF;
    font-size: 16px;
}

.contact-message-form label {
    display: block
}

.btn, .node-readmore a, input[type="submit"] {
    background: #EC2026;
    cursor: pointer;
    color: #000;
    padding: 15px 5px;
    line-height: 100%;
    display: inline-block;
    /* -moz-border-radius: 30px;
    -webkit-border-radius: 30px; */
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s
}

.comment-wrap {
    overflow: hidden;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #F5F5F5
}

.comment-wrap .author-details {
    float: left;
    width: 20%
}

.comment-wrap .author-comments {
    padding-left: 5px;
    float: left;
    width: 80%
}

.comment-wrap .author-comments h3 {
    margin-top: 10px
}

.comment-wrap .author-comments p {
    margin-bottom: 10px
}

.comment-submitted {
    padding: 5px 10px;
    border: 1px solid #eee;
    display: inline-block;
    line-height: 100%
}

ul.links.inline li {
    display: inline-block;
    padding-right: 10px
}

.sidebar .region h2.title {
    padding: 5px 0;
    margin: 0
}

.sidebar .region .content {
    padding: 10px 0
}

.path-frontpage .region-content {
    min-height: auto
}

.form-item, .form-actions {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
}

tr.odd .form-item, tr.even .form-item {
    margin-top: 0;
    margin-bottom: 0
}

.form-composite>.fieldset-wrapper>.description, .form-item .description {
    font-size: 0.70em;
    line-height: 150%
}

label.option {
    display: inline;
    font-weight: normal
}

.form-composite>legend, .label {
    display: inline;
    font-size: inherit;
    font-weight: bold;
    margin: 0;
    padding: 0
}

.form-checkboxes .form-item, .form-radios .form-item {
    margin-top: 0.4em;
    margin-bottom: 0.4em
}

.marker {
    color: #e00
}

abbr.tabledrag-changed, abbr.ajax-changed {
    border-bottom: none
}

.form-item input.error, .form-item textarea.error, .form-item select.error {
    border: 2px solid red
}

.owl-theme .owl-dots .owl-dot span {
    background: #b5b5b5;
    height: 7px;
    width: 7px
}

.team, .topwidget, .footer, .bottom-widget, .products, .footer, .features, .price-table, .copyright {
    padding: 20px 0
}

.path-frontpage .main-content {
    padding: 50px 0 25px;
    position: relative;
    background: #F2F2F2;
    margin-bottom: 25px;
    display: none;
}

.team, .products, .price-table {
    background: #f6f6f6;
    text-align: center
}

.testimonials-wrap {
    background: #fafafa;
    border-top: solid 1px #e3e3e3;
    border-bottom: solid 1px #e3e3e3;
    padding: 20px 0;
    text-align: center;
    font-size: 1em;
    line-height: 160%
}

.region-testimonials {
    max-width: 600px;
    margin: 0 auto
}

.testimonials-pic {
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 10px
}

.testimonials-pic img {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.testimonials-author {
    padding: 0 5px;
    font-size: .75em;
    color: #555
}

#block-slider-form p em, .page-node-type-automobile .webform-ajax-form-wrapper p em {
    font-weight: 500;
    font-size: 18px;
    font-style: normal;
    line-height: 23px;
    color: #666666;
    display: block;
    margin-top: 5px;
}

.path-frontpage .feed-icon {
    display: none
}

.team .region {
    background: #efefef;
    overflow: hidden
}

.features .region {
    padding: 10px
}

.path-frontpage .bottom-widgets {
    padding: 20px 0
}

.header {
    padding: 5px 0 8px;
    text-align: left;
    background: #fff;
    z-index: 100;
    width: 100%;
    position: relative;
}

#page-title {
    margin-top: 30px;
    font-size: 20px;
    font-weight: bold;
}

.main-header nav {
    border: 0;
    margin: 0;
    position: relative;
    min-height: auto;
    background: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0
}

.main-header .region {
    position: relative;
    padding: 25px 0
}

.main-header .block {
    margin: 0
}

.main-header p, .main-header .block {
    margin: 0
}

.site-branding {
    margin: 0
}

.region-header {
    padding: 6px 0
}

.region-header .brand {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.5em
}

.region-header .brand a {
    color: #fff;
    display: block;
    text-transform: uppercase;
    font-weight: 400;
    padding-top: 5px;
}

.region-header .brand a img {
    vertical-align: middle;
    max-height: 26px;
}

.region-header .brand .site-branding__slogan {
    font-size: .5em;
    text-transform: uppercase;
    vertical-align: top
}

.search-block-form {
    margin: 0 auto
}

.region-search {
    display: inline-block;
    vertical-align: middle;
    width: 200px;
    padding: 11px 0;
    color: #F58331;
}

#search-block-form {
    display: table;
    width: 100%
}

#search-block-form .form-item, #search-block-form .form-actions {
    display: table-cell;
    vertical-align: top
}

#search-block-form .form-actions {
    width: 30px
}

#search-block-form input.form-submit {
    background: url('../images/search.png?1532937786') no-repeat center #F58331;
    font-size: 0;
    width: 100%;
    height: 30px;
    padding: 0 20px;
    vertical-align: top;
    -moz-border-radius: 0 20px 20px 0;
    -webkit-border-radius: 0;
    border-radius: 0 20px 20px 0
}

#search-block-form input.form-submit:hover {
    background-color: #fb0707;
    border-color: #fb0707
}

#search-block-form input {
    width: 100%;
    height: 30px;
    -moz-border-radius: 20px 0 0 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px 0 0 20px
}

.breadcrumb {
    font-size: .85em;
    padding: 7px 0;
    margin: 0;
    display: inline-block
}

.breadcrumb ul, .breadcrumb ol {
    padding: 0;
    margin: 0
}

.breadcrumb ul li, .breadcrumb ol li {
    display: inline-block;
    padding: 0 8px
}

.breadcrumb ul li:after, .breadcrumb ol li:after {
    content: " >";
    padding-left: 15px
}

.breadcrumb ul li:last-child:after, .breadcrumb ol li:last-child:after {
    display: none
}

.navbar-toggle {
    cursor: pointer;
    float: right;
    background: none;
    border: 0;
}

.navbar-header button {
    padding: 4px;
}

.navbar-toggle:focus {
    outline: none
}

.navbar-toggle .fas {
    font-size: 0;
    color: white;
    border: 0;
    box-shadow: none;
    background: url("../images/burger.svg") no-repeat;
    padding: 6px 8px;
    min-width: 36px;
    height: 26px;
}

.page-node-type-automobile .navbar-toggle .fas, .path-node .navbar-toggle .fas, .not-front .navbar-toggle .fas {
    background: url("../images/burger_black.svg") no-repeat;
}

.navbar-default .navbar-toggle {
    z-index: 999;
    margin-right: 0;
    border: 0;
    border-radius: 0;
    color: #fff;
    background: none;
    padding: 6px 6px
}

.navbar-default .navbar-toggle .icon-bar {
    display: block;
    width: 35px;
    height: 4px;
    border-radius: 1px;
    background-color: #212020
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background: none
}

nav h2 {
    display: none
}

.menu-base-theme {
    background: none
}

.menu-base-theme ul {
    background: none
}

.menu-base-theme li a {
    color: #F58331;
    line-height: 100%;
    padding: 5px inherit;
}

.menu-base-theme li a:hover, .menu-base-theme li a:focus, .menu-base-theme li a:active, .menu-base-theme li a.highlighted {
    background: none;
    color: #F58331;
    line-height: 100%;
}

.menu-base-theme li a.sub-arrow {
    color: #999;
    font-size: 22px;
    padding: 5px;
    border-radius: 2px;
    border: 1px solid #DCDCDC;
    background: #EFEFEF
}

.menu-base-theme li a span.sub-arrow {
    line-height: 120%;
    font-size: 2em
}

.region-primary-menu {
    width: 100%;
    background: #000;
    margin-bottom: 15px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.region-footer-menu ul {
    margin: 10px 0;
    padding: 0
}

.region-footer-menu nav li {
    display: inline-block
}

.region-footer-menu nav li a {
    display: block;
    padding: 2px 15px 2px 0
}

.top-menu {
    font-size: .75em;
    background: #313d48;
    color: #fff
}

.top-menu .top-blocks {
    overflow: hidden
}

.top-menu .top-blocks .region {
    padding: 10px 10px 10px 0
}

.top-menu .top-blocks .social-media {
    padding: 9px 0
}

.top-menu p, .top-menu .block {
    margin: 0
}

.top-menu a {
    color: #fff
}

.region-top-menu ul {
    margin: 0;
    padding: 0
}

.region-top-menu nav li {
    display: inline-block
}

.region-top-menu nav li a {
    padding: 2px 10px;
    text-transform: uppercase;
    line-height: 100%
}

.bd-example {
    position: relative;
    padding: 20px;
    border: 2px solid #f7f7f9;
    background: #ececec
}

.highlight {
    padding: 20px;
    background-color: #ffffff
}

.highlight pre {
    border: 0;
    background: none
}

.bd-example-type h1, .bd-example-type h2, .bd-example-type h3, .bd-example-type h4, .bd-example-type h5, .bd-example-type h6 {
    margin: 0
}

.bd-example-type .table td {
    padding: 15px 0;
    border-color: #eee
}

.bd-example-type .table tr:first-child td {
    border-top: 0
}

.topwidget {
    text-align: left;
}

.topwidget .fa {
    font-size: 4em;
    color: #F58331
}

.topwidget .region {
    position: relative;
    font-weight: bold;
    text-align: center;
}

.topwidget ul {
    margin: 0;
    padding: 0
}

.topwidget ul li {
    list-style: none;
    padding-bottom: 6px;
    margin-bottom: 6px;
    border-bottom: 1px solid #dddddd42
}

.contact-message-feedback-form {
    max-width: 650px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #e8e8e8;
    padding: 20px 30px
}

.contact-message-feedback-form .form-text, .contact-message-feedback-form .form-email, .contact-message-feedback-form .form-textarea {
    width: 100%
}

.user-login-form, .user-form, .user-pass {
    max-width: 500px;
    margin: 40px auto;
    border: 1px solid #e6e6e6;
    padding: 5px 20px;
    background: #fdfdfd
}

.user-login-form .form-text, .user-login-form .form-email, .user-form .form-text, .user-form .form-email, .user-pass .form-text, .user-pass .form-email {
    width: 100%
}

.form-composite>.fieldset-wrapper>.description, .form-item .description {
    color: #999;
    font-style: italic
}

.maintenance-page {
    background: url('../images/maintenance-bg.png?1532937786') #66CBFF center no-repeat;
    color: #fff;
    text-align: center;
    padding-top: 220px;
    padding-bottom: 100px;
    color: #000
}

.maintenance-page .brand, .maintenance-page .name-and-slogan {
    display: inline-block;
    vertical-align: middle
}

.maintenance-page .site-name a {
    color: #404040
}

.maintenance-page .site-slogan, .maintenance-page .name-and-slogan {
    display: none
}

.maintenance-msg {
    margin: 20px 0;
    padding: 20px 30px;
    display: inline-block;
    color: #404040;
    border: 1px solid #fff;
    background: #f2f4cf;
    background: rgba(242, 244, 207, 0.88);
    -moz-box-shadow: 5px 5px 0px #fff;
    -webkit-box-shadow: 5px 5px 0px #fff;
    box-shadow: 5px 5px 0px #fff
}

.maintenance-msg h1 {
    text-transform: uppercase;
    font-weight: bold
}

.path-user .profile>div {
    display: inline-block
}

.path-user .profile .label {
    display: block;
    color: #333
}

.region-primary-menu {
    display: flex;
    justify-content: flex-end;
}

.copyright-wrap {
    margin-left: 35%;
}

.main-catalog .send-reply-catalog, .main-catalog .webform-button--submit, .popular-autos .webform-button--submit {
    width: auto;
}

.main-content .main-page-image-wrapper img {
    padding: 5px;
    display: block;
    width: auto;
    height: auto;
}

.send-reply-catalog, .webform-button--submit {
    display: block;
    text-align: center;
    width: 200px;
    height: 50px;
    color: white;
    padding-top: 13px;
    font-weight: 500;
    font-size: 18px;
    /*  margin: 10px 12px 0; */
    filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.05));
    background: black;
    border-radius: 0;
    transition: all .3s;
}

.webform-button--submit {
    padding-top: 5px;
}

.send-reply-catalog:hover, .webform-button--submit:hover {
    background: #EC2026;
    color: white;
}

.views-field-field-autoimage-1 {
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.views-field-field-price {
    font-weight: bold;
}

.node__content .field__items {
    font-weight: bold;
}

.node__content .field__item p a {
    font-weight: bold;
}

.ui-widget .ui-dialog {
    border: 1px solid #F58331;
    border-radius: 5px;
}

.ui-dialog-titlebar {
    background-color: #333333;
    color: #F58331;
}

.views-field-field-credit-daily {
    font-weight: bold;
    padding: 5px;
}

.field--name-field-credit-daily {
    font-size: 32px;
    font-weight: bold;
    padding: 5px;
}

.field--name-field-price {
    font-weight: bold;
    font-size: 1.2em;
}

#drupal-modal article .node__content .form-type-processed-text, #drupal-modal article .node__content .field--name-field-all-complect, #drupal-modal article .node__content .field--name-body {
    display: none;
}

#drupal-modal article .node__content .field--name-field-autoimage img {
    max-width: 290px;
}

#drupal-modal article .node__content {
    display: flex;
    flex-direction: column;
}

#drupal-modal article .node__content .field--name-webform {
    margin: auto;
}

#drupal-modal article .node__content .field--name-webform .webform-ajax-form-wrapper {
    position: relative;
    float: left;
    padding: 5px;
    border: 0;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: unset;
}

.ui-dialog .ui-dialog-buttonpane {
    margin: 0;
    padding: 0 21px;
}

.ui-dialog .ui-dialog-buttonpane button {
    border: none;
    outline: none;
    width: 275px !important;
    margin-top: 0;
}

.ui-dialog {
    width: 320px !important;
    border: none !important;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
}

.ui-dialog .ui-dialog-titlebar {
    background: white;
    border: none;
    padding: .4em 1.5em 0;
    border-radius: 4px 0px 0px 4px;
}

.field--name-field-car-types {
    display: block;
    margin-bottom: 20px;
}

.field--name-field-price {
    margin-top: 10px;
}

.car-title-main a, .page-title {
    color: black;
}

.form-wrapper .webform-button--submit {
    background: #EC2026;
    color: white;
    border: none;
    width: 100%;
}

.bottom-widget {
    background-color: #f6f6f6;
}

#block-webform-slider {
    position: absolute;
    z-index: 98;
    top: 50vh;
    left: calc(50vw - 150px);
    margin-right: auto;
    background: rgba(236, 236, 236, 0.7);
    padding: 5px 10px;
    border-radius: 5px;
}

#auto-in-stock {
    color: black;
    font-size: 26px;
}

#block-phone p {
    margin: 0;
}

#block-vebform-bottom .content {
    background: white;
    border: 2px solid #F58331;
    padding: 5px;
}

input, select {
    width: 100%;
    height: 50px;
    border: 1px solid #BFBFBF;
    padding: 0 18px;
    background-color: white;
    outline: none;
}

@media (max-width: 350px) {
    input, select {
        max-width: 100%;
    }
}

select {
    appearance: none;
    background-image: url("../images/new_arrow.svg");
    background-repeat: no-repeat;
    background-position: right 15px center;
    border: none;
    margin: auto;
    display: block;
    /* 
    transition: all .4; */
}

#block-phone-top {
    margin: 0;
    padding-top: 10px;
}

.region-search div {
    float: right;
    cursor: pointer;
}

.region-header {
    display: flex;
}

#block-phone-top-2 {
    margin-bottom: 0;
    margin-left: auto;
    margin-top: 5px;
    margin-right: 5px;
}

#block-phone-top a, #block-phone-top-2 a {
    font-weight: 500;
    font-size: 20px;
    transition: all .3s;
}

#block-phone-top a:hover, #block-phone-top-2 a:hover {
    color: #777;
}

#block-phone-top-2 p {
    margin-bottom: 10px;
}

.dialog-off-canvas-main-canvas .row>div {
    margin: auto;
}

@media (min-width: 600px) and (max-width: 800px) {
    .dialog-off-canvas-main-canvas .row>div {
        margin: 0;
    }
    #block-car-zymphonies-theme-main-menu {
        padding-top: 5px;
    }
}

.dialog-off-canvas-main-canvas {
    font-size: 16px;
}

.field--name-field-autoimage img {
    max-width: 640px;
    height: auto;
    width: auto;
    max-height: 300px;
}

.field--name-field-autoimage {
    align-items: center;
    display: flex;
}

.content>article .node__content .field--name-field-autoimage {
    height: 300px;
}

#block-phone-top-2 {
    display: none;
}

.form-actions {
    text-align: center;
}

.front_slider {
    padding: 35px 10px 10px;
    height: 600px;
    position: relative;
    margin-bottom: 60px;
}

#block-riabest h2.title {
    text-align: left;
}

#block-phone-top p {
    margin-bottom: 10px;
}

.front_slider .container {
    position: relative;
    background: url("../images/wallp.png") top right no-repeat;
    height: 580px;
}

.front_slider .container:before {
    content: '';
    display: block;
    width: 240px;
    height: 240px;
    right: 100px;
    bottom: -110px;
    position: absolute;
    background: url(../images/wallAfter.svg) center center /100% no-repeat;
}

.car-price-main-page {
    font-size: 18px;
    padding: 3px;
    font-weight: normal;
}

.page-node-type-automobile .main-content .views-field-field-price {
    font-size: 40px;
    margin-top: 18px;
}

#views-exposed-form-frontpage-page-1 {
    width: 100%;
}

.region-yt-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding: 20px 0 0 0;
    position: relative;
}

.region-yt-block p {
    margin: 0;
}

#block-ytblocktitle {
    width: 100%;
}

.skin-default {
    padding: 5px;
    margin-top: 30px;
    text-align: center;
}

.js-webform-counter {
    margin: auto;
}

#block-views-block-main-slider-main-slider1 h2 {
    font-size: 60px;
    font-weight: bold;
    color: white;
    text-shadow: 3px -2px 2px rgb(0, 0, 0);
}

#block-views-block-main-slider-main-slider1 h3 {
    font-size: 36px;
    font-weight: 200;
    color: white;
    margin-top: -10px;
    text-shadow: 3px -2px 2px rgb(0, 0, 0);
}

#block-views-block-main-slider-main-slider1 .views-field-webform {
    position: absolute;
    width: 300px;
    bottom: 30px;
    right: 5%;
    background: rgba(225, 225, 225, 0.9);
    border-radius: 10px;
    padding: 5px;
    border: 2px solid #F58331;
}

#block-views-block-main-slider-main-slider1 .views-field-title a {
    color: #F58331;
    font-size: 50px;
    -webkit-text-stroke: 1px black;
    text-shadow: 3px -2px 2px rgb(0, 0, 0);
    font-weight: normal;
    text-transform: uppercase;
}

#block-views-block-main-slider-main-slider1 .views-field-title a:hover {
    font-weight: 500;
}

#block-views-block-main-slider-main-slider1 .views-field-field-price {
    font-size: 28px;
    color: white;
    margin-top: 15px;
}

.views_slideshow_controls_text_pause {
    display: none;
}

.views_slideshow_controls_text_next {
    right: calc(50% - 300px);
    background: rgba(0, 0, 0, 0.5) url("../images/chevron-sign-to-right.svg") no-repeat;
}

.views_slideshow_controls_text_previous {
    left: calc(50% - 300px);
    background: rgba(0, 0, 0, 0.5) url("../images/chevron-sign-to-left.svg") no-repeat;
}

.views_slideshow_controls_text_next, .views_slideshow_controls_text_previous {
    margin-top: 10px;
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    background-size: 100% 100%;
    font-size: 0;
    z-index: 99;
    border-radius: 50%;
}

.views_slideshow_controls_text_next:hover, .views_slideshow_controls_text_previous:hover {
    background-color: rgba(255, 255, 255, 0.5);
}

.topwidget img, .features img {
    height: 128px;
    width: auto;
    padding: 5px;
}

.topwidget p, .features p {
    margin: 0;
}

.main-content .form-radios {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.js-pager__items {
    margin-top: 30px;
    display: block;
    width: 130px;
    border: 1px solid #F58331;
    height: 40px;
    font-weight: bold;
    border-radius: 5px;
    background-color: #F58331;
    height: 45px;
    color: #333333;
    padding-top: 10px;
}

.js-pager__items li {
    list-style: none;
}

.js-pager__items a {
    color: #333333;
}

.js-pager__items:hover {
    cursor: pointer;
    background-color: #F58331;
}

.views-infinite-scroll-content-wrapper::after {
    display: none;
}

.form-radio {
    display: none;
}

.main-catalog .js-form-type-radio {
    width: 16%;
    margin: 2%;
}

.views-infinite-scroll-content-wrapper {
    width: 100%;
}

.main-catalog label {
    display: block;
    border-radius: 5px;
    font-weight: bold;
    background-color: #F58331;
    height: 45px;
    color: #333333;
    padding-top: 10px;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.main-catalog label:hover {
    background-color: #333333;
    color: #F58331;
}

#block-views-block-banks-partners-block-1 .views-field {
    font-size: 12px;
    margin-top: 0;
    text-align: center;
}

.banks {
    padding: 20px 0;
    z-index: 1;
    position: relative;
}

@media (max-width: 600px) {
    .banks {
        padding: 20px 0 0 0;
    }
}

.banks img {
    height: auto;
    width: auto;
}

.banks-block {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin-top: 20px;
}

.banks-block>.views-row {
    width: 16%;
    margin-bottom: 8px;
    height: 90px;
    border-radius: 4px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.region-front-slider h2 {
    margin: 0;
}

#block-car-zymphonies-theme-content>h2>span {
    display: none;
}

.popular-autos {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.popular-autos .views-field-field-autoimage {
    display: block;
    height: 150px;
    width: auto;
    position: relative;
}

.popular-autos img {
    width: auto;
    max-width: 100%;
    height: auto;
}

.popular-autos .views-field-field-autoimage {
    display: flex;
    align-items: center;
    justify-content: center;
}

.popular-autos .views-row {
    width: 25%;
    padding: 1%;
    text-align: center;
}

#block-views-block-popular-main-slider1 h2 {
    margin-top: 30px;
    color: black;
    text-align: left;
}

.page-node-type-automobile #block-phone-top a, .page-node-type-automobile #block-phone-top-2 a, .path-node #block-phone-top a, .not-front #block-phone-top-2 a, .path-node #block-phone-top a, .not-front #block-phone-top-2 a {
    color: black;
}

.page-node-type-automobile #block-car-zymphonies-theme-main-menu a, .path-node #block-car-zymphonies-theme-main-menu a, .not-front #block-car-zymphonies-theme-main-menu a {
    color: black;
}

.field--name-field-car-types .field__label {
    font-size: 26px;
    font-weight: bold;
    padding: 10px;
    margin-top: 20px;
}

.field--name-field-price .field__label {
    font-weight: normal;
}

.popular-autos .views-field-title span a {
    font-weight: bold;
    font-size: 21px;
    color: black;
    transition: color .3s;
}

.popular-autos .views-field-title span a:hover {
    color: #EC2026;
}

@media (min-width: 600px) {
    .popular-autos .views-field-title span a {
        display: inline-block;
    }
}

#block-requirements {
    margin: 20px 0;
    padding-bottom: 20px;
    font-size: 16px;
}

.paragraph--type--complect>div {
    padding: 6px 2px;
    text-align: center;
    font-weight: normal;
}

.paragraph--type--complect .field--name-field-compl-name {
    width: 40%;
    font-weight: bold;
}

.paragraph--type--complect .field--name-field-compl-value, .field--name-field-type-choose {
    width: 10%;
    font-weight: normal;
    font-size: 18px;
    color: black;
    text-align: left;
}

.paragraph--type--complect .field--name-field-power {
    width: 10%;
    font-weight: normal;
    font-size: 18px;
    color: black;
    text-align: left;
}

.paragraph--type--complect .field--name-field-compl-price {
    width: 15%;
    text-decoration: line-through;
}

.paragraph--type--complect .field--name-field-final-price {
    width: 15%;
    font-weight: bold;
}

.paragraph--type--complect .field--name-field-reserve a:hover {
    box-shadow: 5px 5px 5px lightgrey;
}

.field--name-field-type-choose a {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: black;
}

.region-reviews .col-1 {
    max-width: 100%;
}

.region-reviews .content>div, .block-views-blockpopular-main-slider1 .content>div {
    width: 100%;
}

.services thead th {
    background-color: #F58331;
    border: 0;
    font-weight: bold;
    text-align: center;
}

.services tbody td {
    text-align: center;
}

.services table {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.services tbody tr:nth-child(2n) {
    background-color: #eeeeee;
}

.services tbody tr:nth-child(odd) {
    background-color: #ffffff;
}

.services tr {
    border: 0;
    line-height: 2em;
}

.services h2 {
    font-weight: 700;
    font-size: 28px;
}

.services input {
    border: none;
}

/* .yt_block, .features, .services {
    background-color: #f1f1f1;
} */

.yt_block .container {
    max-width: 100%;
    padding: 0;
}

.region-footer-first {
    color: darkgray;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
}

#block-kontakty p {
    margin-bottom: 25px;
}

#block-kontakty .content>div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#block-kontakty .content>div p {
    width: 25%;
    text-align: center;
    color: black;
}

#block-kontakty a:hover {
    color: #F58331;
}

#block-kontakty .content {
    font-size: 16px;
}

#block-karta {
    width: 100%;
}

#block-form-bottom {
    width: 100%;
    background-color: white;
    color: black;
}

@media (max-width: 1000px) {
    #block-form-bottom {
        padding-top: 40%;
    }
}

#block-form-bottom>.content {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
    min-height: 180px;
    flex-wrap: wrap;
}

.footer .field--name-field-manager-face {
    width: 33%;
    text-align: center;
    margin-top: -30px;
}

.footer .field--name-field-manager-face img {
    height: 100%;
    max-width: 260px;
}

.footer .field--name-field-submission-custom {
    width: 33%;
    padding-top: 5px;
}

#footer_info .field--name-field-text-on-form {
    width: 100%;
    padding-left: 10px;
    text-align: center;
}

.footer [id^="edit-processed-text"], .footer label, #footer_info [id^="edit-processed-text"] {
    display: none;
}

.field--name-field-all-complect>.field__label {
    font-size: 25px;
    margin: 30px 0 20px 0;
    font-weight: bold;
}

.field--name-field-all-complect {
    margin-bottom: 30px;
}

#flexslider-1 {
    border: 0;
    background: none;
    text-align: center;
    margin-top: 40px;
}

#block-car-zymphonies-theme-branding img {
    max-height: 55px;
}

.footer .webform-confirmation {
    text-align: center;
    padding-top: 10px;
}

.region-front-slider {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 640px;
    justify-content: left;
    padding: 20px 0;
}

#block-views-block-slider-main-basic-main-slider1 {
    width: 70%;
}

#block-slider-form .js-webform-counter {
    background: white;
}

.webform-confirmation__message {
    padding-top: 5px;
}

#block-slider-form .webform-button--submit:hover, .form-wrapper .webform-button--submit:hover {
    box-shadow: 0px 4px 10px rgb(0 0 0 / 25%);
}

#block-views-block-slider-main-basic-main-slider1 .views-field-title a {
    color: #F58331;
    line-height: 1em;
    font-size: 50px;
    -webkit-text-stroke: 1px black;
    text-shadow: #000 1px 0 15px;
    font-weight: 500;
    text-transform: uppercase;
}

#block-views-block-slider-main-basic-main-slider1 .views-field-title a:hover {
    color: #f0e5a6;
}

#flexslider-1 .slider-image img {
    margin: auto;
    padding: 10px;
    max-width: 100%;
    height: auto;
    max-height: 300px;
    width: auto;
}

#flexslider-1 .slider-image {
    bottom: 30px;
    padding: 0 50px;
}

#block-views-block-slider-main-basic-main-slider1 h2 {
    font-size: 60px;
    font-weight: bold;
    color: white;
    text-shadow: 3px -2px 2px rgb(0, 0, 0);
}

#block-views-block-slider-main-basic-main-slider1 h3 {
    font-size: 36px;
    font-weight: 200;
    color: white;
    margin-top: -10px;
    text-shadow: 3px -2px 2px rgb(0, 0, 0);
}

#block-views-block-slider-main-basic-main-slider1 .views-field-field-price {
    font-size: 28px;
    color: white;
    margin-top: 15px;
}

.flex-nav-prev::marker, .flex-nav-next::marker {
    font-size: 0;
}

.flex-prev, .flex-next {
    font-size: 0;
    padding-top: 10px;
}

.front_slider .views-field-field-credit-daily {
    display: flex;
    justify-content: center;
    font-size: 20px;
    color: white;
    text-shadow: #000 1px 0 15px;
}

.front_slider .views-field-field-price {
    text-shadow: #000 1px 0 15px;
    -webkit-text-stroke: 1px black;
}

.daily-price-on-form {
    padding-right: 10px;
}

.credit-price-on-form {
    font-size: 24px;
    color: #F58331;
    -webkit-text-stroke: 1px black;
}

.flex-direction-nav {
    height: 0;
}

.flex-direction-nav a::before {
    color: white;
}

.flex-control-paging li a.flex-active {
    background: white;
}

.flex-control-paging li a {
    background: #d7d7d7;
}

.car-hidden {
    display: none;
}

.show-all-hide {
    display: none !important;
}

.catalog-button {
    cursor: pointer;
    width: 16%;
    text-align: center;
    display: block;
    border-radius: 5px;
    font-weight: bold;
    background-color: #F58331;
    height: 45px;
    color: #333333;
    padding-top: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    margin: 10px 3px 5px 3px;
}

.show-all-button {
    margin: auto;
    margin-top: 30px;
}

.filters-bar {
    display: flex;
    width: 100%;
    justify-content: space-evenly;
    margin-top: 20px;
    flex-wrap: wrap;
}

.auto-class {
    display: none;
}

.js .paragraphs-subform {
    display: flex !important;
}

.webform-submission-cred-calc-add-form {
    text-align: left;
    min-height: 360px;
}

.webform-submission-cred-calc-add-form input, .webform-submission-cred-calc-add-form select {
    background-color: white;
}

.webform-submission-cred-calc-add-form .form-actions {
    text-align: unset;
}

.webform-submission-cred-calc-add-form .webform-button--submit {
    margin-left: 0px;
}

.filter-active {
    background-color: rgb(71, 70, 70);
    color: #F58331;
}

.topwidget {
    padding: 15px 0 5px 0;
}

.spec-offer {
    color: #EC2026;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 16px;
    text-align: left;
}

#block-kontakty .content p, #block-kontakty .content a {
    margin-top: 15px;
}

#block-kontakty .content a {
    margin-top: 0;
    color: black;
}

#block-kontakty .content p img {
    max-height: 30px;
    margin-right: 8px;
    width: auto;
}

#block-form-bottom>.content p {
    font-size: 0.8em;
}

.send-status {
    display: none;
}

#block-mapmobile img, #block-karta img {
    border-radius: 10px;
}

.field--name-field-logo-bank {
    padding-top: 120px;
    text-align: center;
}

.ajax-progress-throbber {
    display: none;
}

@media (max-width: 700px) {
    #block-car-zymphonies-theme-main-menu #main-menu a {
        color: #001E50;
    }
}

#block-car-zymphonies-theme-main-menu a {
    font-size: 18px;
    line-height: 19px;
    color: #282830;
    font-weight: normal;
    transition: all .3s;
}

#block-car-zymphonies-theme-main-menu a:hover {
    color: #666;
}

.ui-dialog .ui-dialog-buttonpane button {
    background: #EC2026;
    color: white;
    font-size: 18px;
    border: none;
}

#drupal-modal {
    padding-bottom: 0;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    margin-top: 0;
}

#drupal-modal input, #drupal-modal input:focus, #drupal-modal input:hover {
    border-radius: 4px;
}

.ui-widget-content {
    border: none;
}

#footer_info .field--name-field-text-on-form h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 26px;
    line-height: 130%;
    margin: 0;
    padding-left: 5px;
}

#footer_info .field--name-field-text-on-form h4 {
    font-size: 26px;
}

#footer_info .field--name-field-text-on-form span {
    color: #EC2026;
}

#block-calc-info img {
    object-fit: contain;
}

.region-services {
    display: flex;
}

#block-phone-top a::before, #block-phone-top-2 a::before {
    content: '';
    display: block;
    background: url('../images/phone_ria.svg') center center /100% no-repeat;
    height: 16px;
    width: 16px;
    left: -6px;
    position: relative;
    margin-top: 3px;
}

#block-front-info p img:first-child {
    z-index: 3;
    position: absolute;
    width: 500px;
    object-fit: contain;
}

#block-front-info p img:nth-child(2) {
    position: absolute;
    z-index: 1;
    width: 500px;
    object-fit: contain;
    margin-left: 260px;
    ;
}

#block-front-info p {
    margin-top: 10px;
    width: 75%;
}

#block-front-info h1, #block-front-info p {
    color: white;
    margin: 0;
}

#top_offers {
    margin-top: 30px;
    z-index: 1;
    position: relative;
}

#top_offers p {
    color: #333333;
    font-weight: normal;
    font-size: 14px;
}

#block-front-info h2, #block-front-info h1 {
    padding: 10px;
    font-style: normal;
    font-size: 50px;
    line-height: 54px;
    letter-spacing: -0.02em;
    color: #333;
    font-weight: 900;
}

#block-front-info h2 {
    font-size: 46px;
    font-weight: 500;
    line-height: 42px;
}

#block-front-info span {
    font-style: normal;
    font-weight: bold;
    /* font-size: 60px;
    line-height: 82px; */
    /* identical to box height */
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #EC2026;
}

#block-front-info h1 span {
    font-weight: 900;
}

#block-front-info p {
    font-size: 18px;
}

#complectations .region-complectations {
    margin-top: 0;
}

#complectations .region-complectations h2.title {
    text-align: left;
}

[id^="edit-processed-text"] p, .page-node-type-automobile .node__content .webform-ajax-form-wrapper [id^="edit-processed-text"] p {
    font-weight: bold;
    font-size: 26px;
    line-height: 28px;
    color: #000000;
    text-align: left;
}

[id^="edit-processed-text"] p strong, .page-node-type-automobile .node__content .webform-ajax-form-wrapper [id^="edit-processed-text"] p strong {
    font-weight: normal;
    font-size: 22px;
    line-height: 28px;
    color: #EC2026;
    display: block;
    margin-top: 5px;
}

#main-menu a, #main-menu a::before, #block-phone-top a::before, #block-phone-top-2 a::before, #block-phone-top a, #block-phone-top-2 a {
    display: flex;
}

#features_all {
    padding: 20px 0;
}

#features_all .region-features-all {
    padding: 0 0 20px;
}

.region-features-all {
    padding: 20px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    justify-content: space-between;
    font-weight: 400;
    font-size: 18px;
}

#block-ytblocktitle {
    width: 100%;
}

#block-ytblocktitle h2 {
    font-weight: bold;
    font-size: 40px;
    color: black;
    text-align: center;
}

@media (max-width: 1000px) {
    #services h2 {
        font-weight: 300;
        font-size: 24px;
        color: black;
        text-align: center;
    }
}

#block-my-taxi {
    width: 49%;
    background: #F2F2F2;
}

#block-rented-car h2, #block-rented-car .content li {
    color: white;
}

#block-rented-car {
    width: 49%;
    background: #EC2026;
    color: white;
}

#block-my-taxi li::before {
    background: url('../images/check.svg') left / 25px no-repeat;
}

@media (max-width: 600px) {
    #block-my-taxi li::before {
        background: url('../images/check.svg') left / 19px no-repeat;
    }
}

#block-rented-car li::before {
    background: url('../images/close-red.svg') left / 25px no-repeat;
}

@media (max-width: 600px) {
    #block-rented-car li::before {
        background: url('../images/close-red.svg') left / 19px no-repeat;
    }
}

#block-my-taxi li::before, #block-rented-car li::before {
    left: 12px;
    width: 25px;
    height: 25px;
    content: '';
    display: block;
    position: absolute;
}

@media (max-width: 600px) {
    #block-my-taxi li::before, #block-rented-car li::before {
        width: 19px;
        height: 19px;
    }
}

#block-rented-car h2, #block-my-taxi h2 {
    font-weight: 500;
    font-size: 30px;
    padding: 16px 10px 1px 26px;
    margin-bottom: 10px;
    text-align: left;
}

#block-my-taxi li, #block-rented-car li {
    list-style: none;
    display: flex;
    align-items: center;
    padding: 15px 5px 15px 55px;
    position: relative;
    line-height: normal;
}

@media (max-width: 600px) {
    #block-my-taxi li, #block-rented-car li {
        padding: 15px 5px 15px 45px;
    }
    #block-rented-car h2, #block-my-taxi h2 {
        font-size: 20px !important;
    }
}

#block-views-block-current-page-complectations-block-1 .content>div {
    width: 100%;
}

#block-cred-form {
    background: #F2F2F2;
    padding: 10px 25px 20px;
}

#block-cred-form h2.title {
    font-weight: normal;
    font-size: 26px;
    color: black;
    padding-left: 5px;
    margin-bottom: 15px;
    text-align: left;
}

@media (max-width: 1000px) {
    #block-cred-form h2.title {
        display: none;
    }
}

@media (min-width: 1000px) {
    #block-calc-info {
        padding-left: 9%;
        position: relative;
    }
    #footer_info .field--name-field-text-on-form h2 {
        font-size: 36px;
    }
}

#block-calc-info h2 {
    font-weight: bold;
    font-size: 40px;
    color: black;
    padding-left: 55px;
}

#block-calc-info h3 {
    font-weight: normal;
    font-size: 26px;
    color: #EC2026;
    padding-left: 55px;
}

@media (max-width: 800px) {
    #block-calc-info h2 {
        padding-left: 0;
    }
    #block-calc-info h3 {
        display: none;
    }
}

#block-calc-info p {
    padding-top: 30px;
}

@media (max-width: 1000px) {
    #block-calc-info p {
        padding-top: 0px;
        margin-bottom: 0;
    }
}

#block-calc-info img:first-child {
    position: relative;
    z-index: 1;
}

#block-calc-info img:last-child {
    position: absolute;
    left: 60%;
}

@media (max-width: 1000px) {
    #block-calc-info img:last-child {
        width: 60%;
        left: 38%;
    }
    #block-calc-info img:first-child {
        width: 60%;
    }
}

.paragraph--type--complect .field--name-field-reserve a {
    padding: 10px 20px;
    border: 1px solid #EC2026;
    color: #EC2026;
    font-weight: 500;
    font-size: 18px;
    position: relative;
    transition: all .4s;
}

.paragraph--type--complect {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 13px 13px 13px 17px;
    flex-wrap: wrap;
    margin-top: 10px;
    box-sizing: border-box;
    background: white;
}

.paragraph--type--complect .field--name-field-compl-name {
    width: 32%;
    font-weight: normal;
    font-size: 18px;
    color: black;
    text-align: left;
}

.paragraph--type--complect .field--name-field-reserve {
    width: 20%;
}

.region-complectations {
    margin: 40px 0;
}

.region-top-offers {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin: 0 0 20px;
    font-weight: 500;
    font-size: 18px;
}

.region-top-offers>div {
    width: 28%;
    text-align: left;
}

.region-top-offers .field--name-field-services-offers-image {
    padding: 5px 30px 5px 5px;
}

.region-top-offers .field--name-field-services-offers-image img {
    max-width: 50px;
    width: auto;
    height: auto;
    max-height: 50px;
}

#offers ul {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 280%;
    padding-left: 0;
}

#offers ul li {
    list-style-type: none;
    padding-left: 25px;
    position: relative;
}

/* .region-offers .content>div {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
} */

#block-riabest .content>div {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.region-offers .content>div::after {
    display: none;
}

.advantages-item {
    width: 23%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    height: 116px;
    position: relative;
    padding: 20px;
    margin-bottom: 30px;
    overflow: hidden;
}

.advantages-item:hover {
    background: #EB5E5E;
}

.advantages-item:hover .advantages-name, .advantages-item:hover .advantages-link {
    color: #fff;
}

.advantages-name {
    width: 81%;
    margin-right: auto;
    height: 3.2em;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    /* or 22px */
    letter-spacing: -0.02em;
    color: #333333;
}

.advantages-num {
    position: absolute;
    right: -6px;
    top: 0;
    font-weight: bold;
    font-size: 54px;
    line-height: 120%;
    /* identical to box height, or 65px */
    letter-spacing: -0.02em;
    color: #F4F4F4;
}

.advantages-link {
    width: 100%;
    justify-content: left;
}

.advantages-link {
    color: #F59E2A;
    font-weight: normal;
    font-size: 14px;
    line-height: 120%;
    /* identical to box height, or 17px */
    letter-spacing: -0.02em;
}

.region-offers .content>div h2 {
    text-align: left;
}

/* .region-offers .content>div>p:first-of-type {
    position: absolute;
    top: 0;
    right: 0;
} */

/* .region-offers .content>div>p:last-of-type {
    position: absolute;
    top: 450px;
} */

#offers ul:last-of-type {
    margin-left: auto;
    width: 420px;
    padding: 200px 0 150px 0;
}

#offers ul li::before {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    background: url('../images/Ellipse111.svg') no-repeat center center;
    top: 17px;
    left: 0;
}

.region-top-offers>div>.content {
    display: flex;
}

@media (max-width: 768px) {
    #block-topoffers2 img {
        max-width: 80px;
    }
}

.main-content #block-car-zymphonies-theme-content h2 {
    font-weight: bold;
    font-size: 40px;
    color: black;
    text-align: center;
}

.car-title-main a {
    font-weight: bold;
    font-size: 21px;
    line-height: 28px;
    display: inline-block;
    color: black;
    transition: color .3s;
}

.main-catalog .views-field-field-credit-daily .field-content {
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
    color: black;
}

.car-title-main a:hover {
    color: #EC2026;
}

.main-catalog>.views-row {
    text-align: center;
    width: 24%;
    padding: 2% 1%;
    margin-top: 12px;
    border-radius: 4px;
}

.services {
    background-color: #fff;
}

.region-offers {
    padding: 20px 0;
}

#block-views-block-current-page-block-1 {
    display: flex;
    justify-content: flex-start;
    margin-top: 10px;
}

#block-views-block-current-page-block-1 h1 {
    font-weight: bold;
    font-size: 60px;
    color: black;
}

@media (min-width: 1000px) {
    #block-views-block-current-page-block-1 h1 {
        max-width: 790px;
    }
}

#block-views-block-current-page-block-1 h1 a {
    color: #333;
}

.footer_bottom {
    position: relative;
    font-size: 12px;
    bottom: -11px;
    background: #424242;
    padding-top: 10px;
}

.footer_bottom .container {
    position: relative;
}

.footer_bottom p {
    margin-bottom: 0;
    color: #A7A7A7;
}

.footer_bottom a {
    color: #EC2026;
}

.footer_bottom h2 {
    color: #EC2026;
    font-weight: 300;
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 4px solid #F58331;
    text-align: left;
    display: inline-block;
}

.copyright {
    display: none;
}

.marketing_pop {
    position: fixed;
    padding: 20px;
    background: white;
    width: 400px;
    left: calc(50% - 200px);
    top: 20%;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 1);
    z-index: 1000;
    display: none;
}

.faded-marketing {
    position: fixed !important;
    top: 0 !important;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.77);
    z-index: 999;
}

.marketing_pop p {
    text-align: center;
    font-size: 30px;
    line-height: 32px;
}

.marketing_pop .box {
    display: flex;
    justify-content: space-evenly;
}

.marketing_pop .box .red, .gray {
    height: 50px;
    color: white;
    padding-top: 13px;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: 500;
    font-size: 18px;
    background: #EC2026;
    cursor: pointer;
}

@media (max-width: 600px) {
    .marketing_pop {
        width: 300px;
        left: calc(50% - 150px);
    }
}

.footer_bottom .content>div>div {
    padding-top: 15px;
    display: flex;
    flex-wrap: wrap;
}

.footer_bottom .views-row {
    width: 20%;
    padding: 8px 4px;
    text-transform: uppercase;
}

#block-diskl {
    text-align: justify;
    font-size: 11px;
    padding-bottom: 30px;
}

.popular-autos {
    font-weight: 500;
    justify-content: space-between;
}

.popular-autos .views-field-title {
    font-size: 18px;
}

.popular-autos .views-row {
    text-align: center;
    width: 22%;
    padding: 2% 1%;
    margin-top: 10px;
}

.popular-autos .views-field-view-node span a {
    background: #000000;
    color: white;
    border: none;
    padding: 14px 5px;
    width: 100%;
    display: block;
    font-weight: 500;
    font-size: 18px;
    transition: all .3s;
}

.popular-autos .views-field-view-node span a:hover {
    background: #EC2026;
    color: #fff;
}

/* Все span с американским английским будут синими */

/* span[lang~="en-us"] {color: blue;} */

[id^="edit-backward-timer"] .timer {
    display: flex;
    justify-content: space-between;
}

[id^="edit-backward-timer"] span {
    padding: 3px 1px;
    border-radius: 50%;
    box-sizing: content-box;
    color: #000;
    border: 2px solid #EC2026;
    display: inline-block;
    width: 20%;
    text-align: center;
}

[id^="edit-backward-timer"] span i {
    font-style: normal;
    font-size: 12px;
    display: block;
    color: #000;
}

#drupal-modal .timer {
    display: none;
}

.model-popup .timer {
    display: none;
}

.path-webform .main-content {
    text-align: center;
}

.path-webform .main-content h2.title {
    display: none;
}

.path-webform .main-content [id^="edit-processed-text"] {
    font-weight: bold;
}

.path-webform .main-content .webform-submission-form {
    max-width: 300px;
    margin: 10px auto;
    box-shadow: 0 0 10px rgb(0 0 0 / 50%);
    padding: 10px;
}

[id^="edit-backward-timer"] .countdown {
    display: none !important;
}

#block-slider-form {
    background: #FFFFFF;
    /* box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25); */
    border-radius: 0px;
    width: 100%;
    max-width: 300px;
    text-align: center;
    z-index: 1;
    padding: 10px;
    min-height: 384px;
}

[id^="block-slider-form"] p {
    text-align: left;
    font-weight: bold;
    font-size: 26px;
    line-height: 28px;
    color: #000000;
    margin: 0;
}

#block-slider-form [id^="edit-processed-text"], .page-node-type-automobile .node__content .webform-ajax-form-wrapper [id^="edit-processed-text"] {
    color: #333;
    /* padding: 10px 15px; */
}

#block-slider-form [id^="edit-processed-text"] p, .page-node-type-automobile .node__content .webform-ajax-form-wrapper [id^="edit-processed-text"] p {
    margin-bottom: 0;
    color: #666666;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
}

.page-node-type-automobile .node__content .webform-ajax-form-wrapper {
    min-width: 300px;
    position: absolute;
    right: 15px;
    top: 50px;
    max-width: 500px;
    text-align: center;
    background-color: white;
    border: none;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
    width: 320px;
    align-self: flex-end;
    z-index: 99;
    min-height: 365px;
}

#complectations {
    background: #F2F2F2;
    padding: 40px 0;
    margin-top: 40px;
}

.ui-widget-overlay {
    background: rgba(0, 0, 0, 0.6);
    opacity: 1;
}

.region-services {
    background: url('../images/cr_back.jpg') right no-repeat;
}

.footer_info .container {
    position: relative;
    z-index: 1;
}

.footer_info {
    color: #333;
    background-color: #fff;
    padding: 20px 0 10px;
    position: relative;
}

#footer_info .clearfix:after {
    display: none;
}

@media (max-width: 800px) {
    .footer_info:before {
        height: 650px;
    }
}

.custom_links {
    font-weight: 300;
    font-size: 26px;
    color: black;
    padding-bottom: 20px;
    border-bottom: 4px solid #EC2026;
}

@media (max-width: 1000px) {
    .custom_links {
        font-size: 20px;
    }
}

/* .footer_info [id^="edit-processed-text"] {
    display: none;
} */

#block-form-bottom div .webform-button--submit {
    margin-top: 0;
    width: 320px;
}

#block-form-bottom div .field--type-webform {
    top: 5px;
    max-width: 320px;
    margin: auto;
}

#block-form-bottom div .field--type-webform form {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin: auto;
}

#block-form-bottom [id^="edit-backward-timer"] {
    display: none;
}

#block-form-bottom div .field--type-webform form [id^="edit-pr-policy"] {
    width: 100%;
    text-align: center;
}

@media (max-width: 1000px) {
    #block-form-bottom div .field--type-webform {
        width: 100%;
    }
}

#block-form-bottom>div {
    position: relative;
    z-index: 1;
    margin-top: 0;
    width: 100%;
}

#block-form-bottom .form-text {
    background: white;
}

#block-form-bottom {
    color: white;
    position: relative;
}

#block-form-bottom .button {
    margin-bottom: 0;
}

#block-front-info {
    width: 750px
}

.webform-ajax-form-wrapper .messages--error {
    display: none;
}

#block-hidden-submit {
    display: none;
}

.ui-dialog-content .form-type-processed-text p {
    font-weight: normal;
    font-size: 20px;
    line-height: 25px;
    color: #EC2026;
    padding: 0 8px;
}

.ui-dialog .form-type-processed-text {
    margin-top: 0;
}

.ui-dialog .ui-dialog-title {
    font-size: 26px;
    color: #000000;
    padding: 10px 0;
}

.ui-dialog-title {
    font-size: 26px;
    color: #000000;
    padding: 10px 0;
}

.ui-dialog.is-timeout .ui-dialog-title {
    display: none;
}

.ui-dialog.is-timeout .form-type-processed-text p {
    font-size: 30px;
    line-height: 41px;
    color: #000000;
    padding: 0 8px;
}

.ui-dialog-content .form-type-processed-text p em {
    font-weight: normal;
    font-size: 14px;
    line-height: 25px;
    color: #EC2026;
    font-style: normal;
    display: block;
}

.model-popup .ui-dialog-title {
    display: none;
}

.model-popup.ui-dialog .ui-dialog-titlebar-close {
    top: 15px;
    z-index: 999;
}

.model-popup .ui-dialog-content .form-type-processed-text p {
    font-weight: bold;
    font-size: 28px;
    padding: 10px;
    margin: 0;
    color: #333333;
}

.model-popup p em {
    display: block;
    margin-top: 10px;
    color: #EC2026;
}

.ui-dialog.is-timeout {
    left: calc(50% - 320px) !important;
    padding: 15px 0;
    border-radius: 4px 0px 0px 4px;
}

.ui-dialog.is-timeout .ui-dialog-titlebar-close {
    background: url("../images/close_x.svg") no-repeat !important;
    right: -25.7em;
    top: 0;
    border: none;
}

@media (max-width: 800px) {
    .ui-dialog.is-timeout .ui-dialog-titlebar-close {
        right: 10px;
        top: -95px;
    }
}

.ui-dialog.is-timeout .ui-dialog-titlebar-close .ui-icon {
    background: none;
}

.ui-dialog.is-timeout:before {
    content: '';
    position: absolute;
    width: 315px;
    left: 100%;
    top: 0;
    height: 320px;
    background: url("../images/popup_design.jpg") no-repeat;
    border-radius: 0px 4px 4px 0px;
}

.ui-dialog.is-timeout #drupal-modal {
    height: auto !important;
}

@media (max-width: 800px) {
    .ui-dialog.is-timeout {
        left: calc(50% - 160px) !important;
        border-radius: 0px 0px 4px 4px;
        top: 40% !important;
        padding: 5px 0 10px;
    }
    .ui-dialog.is-timeout:before {
        top: -50%;
        left: 0;
        width: 100%;
        height: 50%;
        background: url("../images/popup_design.jpg") left /100% no-repeat;
        border-radius: 4px 4px 0 0;
    }
}

#block-phone-top a, #block-phone-top-2 a {
    color: #282830;
}

[id^="edit-pr-policy"] {
    padding: 5px !important;
}

[id^="block-slider-form"] [id^="edit-pr-policy"] p, .page-node-type-automobile .node__content .webform-ajax-form-wrapper [id^="edit-pr-policy"] p {
    font-size: 11px;
    line-height: 1.1em;
    font-weight: 500;
    text-align: center;
}

#drupal-modal [id^="edit-pr-policy"] {
    display: none !important;
}

[id^="block-slider-form"] [id^="edit-processed-text"], [id^="block-slider-form"] [id^="edit-backward-timer"], .page-node-type-automobile .node__content .webform-ajax-form-wrapper [id^="edit-processed-text"], .page-node-type-automobile .node__content .webform-ajax-form-wrapper [id^="edit-backward-timer"] {
    margin: 0;
    /* padding: 8px 1px !important; */
}

#block-yt1 {
    text-align: center;
    width: 100%;
}

#player {
    width: 100%;
    height: 700px;
}

/*new*/

.region-footer-info-map {
    position: relative;
}

#block-contacts-new {
    position: absolute;
    z-index: 2;
    top: 10px;
    left: calc(50% - 555px);
    height: 340px;
    width: 280px;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.05);
}

#block-contacts-new img {
    max-height: 55px;
    height: auto;
    width: auto;
    padding-bottom: 5px;
    border-bottom: 1px solid #DBDBDB;
}

#block-contacts-new h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    /* identical to box height, or 22px */
    letter-spacing: -0.02em;
    color: #333333;
}

#block-contacts-new p {
    font-weight: normal;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #333333;
}

.path-frontpage .flexslider .slides img {
    filter: brightness(50%);
}

.footer_info_map .container {
    max-width: 100%;
    padding: 0;
}

.actions-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
}

.actions-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    border: 2px solid #B2CBDF;
    padding: 15px;
    border-radius: 10px;
}

.actions-item h3 {
    width: 100%;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.02em;
    color: #333333;
}

.actions-item p {
    width: 100%;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    /* or 21px */
    text-align: center;
    letter-spacing: -0.02em;
    color: #666666;
}

.actions-item img {
    max-height: 60px;
    height: auto;
    width: auto;
}

/* #features_all .js-form-item{
    max-width: 260px;
} */

#features_all [id^="edit-processed-text"] {
    display: none;
}

#features_all [id^="edit-pr-policy"] {
    font-size: 11px;
}

#block-zones {
    position: absolute;
    z-index: 2;
    left: calc(50% - 550px);
    width: 550px;
    top: 80px;
}

#block-zones h2, #block-zones p {
    color: #fff;
}

#block-zones h2 {
    font-weight: bold;
    font-size: 34px;
    line-height: 41px;
    letter-spacing: -0.02em;
    text-align: left;
}

#block-clients-best .content>div {
    width: 50%;
    height: 400px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 30px;
    border-radius: 20px;
    background-color: #fff;
}

#block-clients-best .content {
    background: url(../images/wallp1.png) top right no-repeat;
    height: 515px;
    display: flex;
    align-items: center;
    position: relative;
}

#block-clients-best .content::after {
    position: absolute;
    left: 15px;
    top: 0;
    content: '';
    display: block;
    width: 183px;
    height: 59px;
    background: url('../images/rialogoLeft.svg') center center /100% no-repeat;
}

#block-clients-best .content h2 {
    margin-left: auto;
    width: 75%;
    font-weight: bold;
    font-size: 34px;
    line-height: 41px;
    text-align: right;
    letter-spacing: -0.02em;
    color: #333333;
    margin-bottom: 0;
}

#block-off-dealer .content>div {
    width: 50%;
    height: 400px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 30px;
    border-radius: 20px;
    background-color: #fff;
}

#block-off-dealer .content {
    background: url(../images/wallp2.png) top left no-repeat;
    height: 515px;
    display: flex;
    align-items: center;
    justify-content: right;
    position: relative;
}

#block-off-dealer .content::after {
    position: absolute;
    right: 15px;
    top: 0;
    content: '';
    display: block;
    width: 183px;
    height: 59px;
    background: url('../images/rialogoRight.svg') center center /100% no-repeat;
}

#block-off-dealer .content h2 {
    margin-right: auto;
    width: 65%;
    font-weight: bold;
    font-size: 34px;
    line-height: 41px;
    text-align: left;
    letter-spacing: -0.02em;
    color: #333333;
    margin-bottom: 0;
}

#block-off-dealer .content p {
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    /* or 24px */
    letter-spacing: -0.02em;
    color: #666666;
}

#block-managers-prof .content>div {
    width: 50%;
    height: 400px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 30px;
    border-radius: 20px;
    background-color: #fff;
}

#block-managers-prof .content {
    background: url(../images/wallp4.png) top left no-repeat;
    height: 515px;
    display: flex;
    align-items: center;
    justify-content: right;
    position: relative;
}

#block-managers-prof .content::after {
    position: absolute;
    right: 15px;
    top: 0;
    content: '';
    display: block;
    width: 183px;
    height: 59px;
    background: url('../images/rialogoRight.svg') center center /100% no-repeat;
}

#block-managers-prof .content h2 {
    margin-right: auto;
    width: 65%;
    font-weight: bold;
    font-size: 34px;
    line-height: 41px;
    text-align: left;
    letter-spacing: -0.02em;
    color: #333333;
    margin-bottom: 0;
}

#block-managers-prof .content p {
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    /* or 24px */
    letter-spacing: -0.02em;
    color: #666666;
}

#block-testdr .content {
    width: 50%;
    height: 400px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 30px 20px 250px;
    border-radius: 20px;
    background-color: #fff;
}

#block-testdr {
    background: url(../images/wallp3.png) top right no-repeat;
    height: 515px;
    display: flex;
    align-items: center;
    position: relative;
}

#block-testdr::after {
    position: absolute;
    left: 15px;
    top: 0;
    content: '';
    display: block;
    width: 183px;
    height: 59px;
    background: url('../images/rialogoLeft.svg') center center /100% no-repeat;
}

#block-testdr .content h2 {
    margin-left: auto;
    /* width: 75%; */
    font-weight: bold;
    font-size: 34px;
    line-height: 41px;
    text-align: right;
    letter-spacing: -0.02em;
    color: #333333;
    margin-bottom: 0;
}

#block-trade-in .content {
    width: 50%;
    height: 400px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 30px 20px 250px;
    border-radius: 20px;
    background-color: #fff;
}

#block-trade-in {
    background: url(../images/wallp5.png) top right no-repeat;
    height: 515px;
    display: flex;
    align-items: center;
    position: relative;
}

#block-trade-in::after {
    position: absolute;
    left: 15px;
    top: 0;
    content: '';
    display: block;
    width: 183px;
    height: 59px;
    background: url('../images/rialogoLeft.svg') center center /100% no-repeat;
}

#block-trade-in .content h2 {
    margin-left: auto;
    /* width: 75%; */
    font-weight: bold;
    font-size: 34px;
    line-height: 41px;
    text-align: right;
    letter-spacing: -0.02em;
    color: #333333;
    margin-bottom: 0;
}

#block-kredit-buy .content {
    width: 50%;
    height: 400px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 230px 20px 30px;
    border-radius: 20px;
    background-color: #fff;
}

#block-kredit-buy {
    background: url(../images/wallp6.png) top left no-repeat;
    height: 515px;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: right;
}

#block-kredit-buy::after {
    position: absolute;
    right: 15px;
    top: 0;
    content: '';
    display: block;
    width: 183px;
    height: 59px;
    background: url('../images/rialogoRight.svg') center center /100% no-repeat;
}

#block-kredit-buy .content h2 {
    margin-left: auto;
    /* width: 75%; */
    font-weight: bold;
    font-size: 34px;
    line-height: 41px;
    text-align: right;
    letter-spacing: -0.02em;
    color: #333333;
    margin-bottom: 0;
}

.cards-item {
    display: flex;
    width: 48%;
    align-items: center;
    justify-content: center;
    border: 1px solid #E8E8E8;
    border-radius: 6px;
    margin-bottom: 15px;
}

.cards-item:hover {
    border: 1px solid #EC2026;
}

.cards-item img {
    max-width: 70%;
    margin: auto;
    height: auto;
    width: auto;
}

.brand-name {
    font-weight: 500;
    font-size: 13px;
    line-height: 150%;
    /* identical to box height, or 19px */
    text-align: center;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #333333;
}

.brand-logo img {
    max-height: 80%;
    max-width: 80%;
    width: auto;
    height: auto;
}

.brand-logo {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.brands-wrapper {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 25px;
    margin-bottom: 50px;
}

.brands-wrapper .views-field-name {
    text-align: center;
}

#block-clients-best, #block-off-dealer, #block-managers-prof, #block-trade-in, #block-actions, #block-kredit-buy {
    margin-top: 90px;
}

/*media*/

/*>1000*/

@media (min-width: 1000px) {
    .ui-dialog.is-timeout {
        height: 320px !important;
    }
}

.views-field-field-credit-daily {
    font-size: 18px;
}

.page-node-type-automobile article {
    position: static;
}

/*>768*/

#block-phone-bottom {
    display: none;
}

@media (min-width: 768px) {
    #block-trade-in .content, #block-testdr .content {
        padding-left: 30px;
    }
    /* #edit-processed-text p, .page-node-type-automobile .node__content .webform-ajax-form-wrapper [id^="edit-processed-text"] p {
        margin: 0 8px;
    } */
    .paragraph--type--complect .field--name-field-reserve {
        text-align: right;
    }
    .header .col-md-9 {
        margin-left: -100px !important;
    }
    #block-mapmobile {
        display: none;
    }
    .navbar-header {
        padding: 0;
    }
    /*basic theme */
    #block-car-zymphonies-theme-main-menu {
        margin: auto;
        color: #333;
        font-size: 18px;
        font-weight: 500;
    }
    #block-vebform-bottom .content {
        width: 40%
    }
    .navbar-toggle {
        display: none
    }
    .user-logged-in .main-header {
        position: relative
    }
    .testimonials-wrap {
        padding: 75px 0 55px
    }
    .footerwidget img.left {
        float: left;
        margin: 10px 10px 0 0
    }
    .region-search {
        float: right;
        width: 200px;
        padding: 11px 0
    }
    .region-primary-menu {
        width: auto;
        margin: 0;
        background: none;
        border-radius: 5px;
        vertical-align: middle;
    }
    .region-primary-menu ul {
        border: 0;
        float: right;
    }
    .region-primary-menu ul ul {
        background: #fff;
        background: #F58331;
        border-radius: 5px
    }
    .region-primary-menu ul ul li a {
        color: #fff;
        padding: 18px 15px
    }
    .region-primary-menu ul ul li a:hover, .region-primary-menu ul ul li a:focus, .region-primary-menu ul ul li a:active, .region-primary-menu ul ul li a.highlighted {
        color: #333;
    }
    .region-primary-menu ul ul li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.13)
    }
    .region-primary-menu ul ul li a {
        color: #fff
    }
    .region-primary-menu li {
        border: 0
    }
    .region-primary-menu a {
        background: none;
        border: 0;
        color: #333;
    }
    .region-primary-menu li a span.sub-arrow {
        padding: 0;
        top: 22px;
        margin-top: 0;
        bottom: 2px;
        right: 2px;
        margin-left: -5px;
        left: auto;
        width: 0;
        height: 0;
        border-width: 4px;
        border-style: solid;
        border-color: #fff transparent transparent transparent;
        font-size: 2em;
        line-height: 100%
    }
    .region-primary-menu li li span.sub-arrow {
        top: 22px;
        border-color: #0000 #0000 #0000 #fff;
        right: 5px
    }
    .carousel-caption p, .carousel-caption h3 {
        display: block
    }
    .carousel-caption p:last-child {
        margin: 0
    }
    .carousel-caption {
        background-color: #fff;
        background: rgba(0, 0, 0, 0.84);
        color: #ddd;
        text-shadow: none;
        padding: 20px;
        top: 20%;
        left: 10%;
        bottom: auto;
        width: 30%;
        text-align: left
    }
    .comment-wrap .author-details {
        width: 10%
    }
    .comment-wrap .author-comments {
        width: 90%
    }
    .top-menu .top-blocks {
        overflow: hidden
    }
    .top-menu .top-blocks .region, .top-menu .top-blocks .social-media {
        float: left
    }
    .copyright p {
        display: inline-block;
        margin: 0
    }
    .copyright .copyright-wrap {
        text-align: left
    }
    .copyright .social-media-wrap {
        text-align: right
    }
}

/*custom < 1200 */

@media (max-width: 1200px) {
    .front_slider .container:before {
        left: -120px;
    }
    #offers ul:last-of-type {
        margin: 0;
        padding: 0;
        width: auto;
    }
    .region-offers .content>div>p:first-of-type {
        position: relative;
    }
    .region-offers .content>div>p:first-of-type img {
        height: auto;
        width: auto;
    }
    .region-offers .content>div>p:last-of-type {
        display: none;
    }
    #block-front-info p img:nth-child(2), #block-front-info p img:first-child {
        width: 400px;
    }
    #block-front-info {
        width: 500px;
        text-align: center;
    }
    #block-front-info h1 {
        font-size: 40px;
        line-height: 50px;
    }
    #block-front-info img {
        object-fit: contain;
    }
    .header .container {
        min-width: 98%;
    }
    #block-car-zymphonies-theme-branding img {
        width: 40px;
        height: 35px;
        object-fit: cover;
        object-position: left;
    }
    .region-header .brand a {
        margin: 0;
        padding: 0;
    }
    #player {
        height: 540px;
    }
    .main-catalog .views-infinite-scroll-content-wrapper>.views-row, .views-element-container>div>.views-row, .popular-autos .views-row {
        width: 32%;
    }
    .content>article .node__content .field--name-field-autoimage {
        height: 220px;
    }
    #block-front-info p {
        font-size: 14px;
        margin: auto;
    }
    /* .front_slider .container::before {
        background: url("../images/cars_kia1.png") center /100% no-repeat;
    } */
}

/*custom < 1000 */

@media (max-width: 1000px) {
    .front_slider .container {
        
        background: url(../images/wallp.png) top right /100% no-repeat;
    }
    .brands-wrapper {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
    }
    .actions-wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .advantages-item {
        width: 48%;
        padding: 10px;
    }
    .front_slider .container::before {
        bottom: -320px;
        left: 0;
    }
    .front_slider {
        height: 800px;
        background-size: cover;
    }
    .front_slider {
        padding-top: 85px;
    }
    #features_all .content {
        font-size: 0.7em;
        line-height: 1.5em;
    }
    h2.title {
        font-size: 32px;
    }
    .region-top-offers {
        flex-direction: column;
    }
    [id^="block-slider-form"] [id^="edit-processed-text"] p, .page-node-type-automobile .node__content .webform-ajax-form-wrapper [id^="edit-processed-text"] p {
        font-size: 27px;
    }
    .main-catalog>.views-row {
        margin-top: 8px;
    }
    #block-calc-info h2 {
        text-align: center;
    }
    #footer_info .field--name-field-text-on-form h2 {
        font-size: 22px;
        padding-top: 0;
        padding-left: 0;
        line-height: 30px;
    }
    #footer_info .field--name-field-text-on-form h2 br {
        display: none;
    }
    #footer_info .field--name-field-text-on-form h2 span {
        padding-left: 5px;
        /* display: block; */
    }
    .region-primary-menu li {
        font-size: 14px;
    }
    #block-front-info h2 {
        font-size: 24px;
    }
    #block-front-info h1 {
        font-size: 22px;
        line-height: 27px;
    }
    #block-front-info img {
        display: none;
    }
    #block-slider-form {
        margin-top: 10px;
    }
    #block-views-block-current-page-block-1 h1 {
        font-size: 34px;
    }
    .footer_bottom .views-row {
        width: 33%;
    }
    .header .container {
        min-width: 98%;
    }
    .content>article .node__content .webform-ajax-form-wrapper {
        min-width: 280px;
    }
    #block-karta, #block-kontakty {
        width: 100%;
    }
    #block-kontakty .content {
        font-size: 14px;
        padding-left: 5px;
    }
    #block-views-block-slider-main-basic-main-slider1 .views-field-title a {
        font-size: 40px;
    }
    .main-catalog .views-field-title {
        font-size: 1.4em;
    }
    .webform-submission-cred-calc-add-form {
        text-align: center;
    }
    .webform-submission-cred-calc-add-form input, .webform-submission-cred-calc-add-form select {
        margin: auto;
    }
    #flexslider-1 .slider-image img {
        margin: auto;
        padding: 2px;
    }
    #flexslider-1 .slider-image {
        padding: 0 2px;
    }
    #block-views-block-slider-main-basic-main-slider1 h2 {
        font-size: 55px;
    }
    #block-views-block-slider-main-basic-main-slider1 {
        width: 60%;
    }
    #player {
        height: 400px;
    }
    .banks-block>.views-row {
        padding: 0 3px;
    }
    .banks-block>.views-row {
        padding: 10px 3px;
    }
    .field--name-field-autoimage img {
        max-width: 320px;
    }
    .region-primary-menu li a {
        padding: 0;
        padding-right: 20px;
    }
    .footer .field--name-field-text-on-form {
        width: 90%;
    }
    .footer .field--name-field-manager-face {
        width: 40%;
        margin-top: -15px;
    }
    .footer .field--name-field-submission-custom {
        width: 50%;
    }
    .main-catalog .views-field-title, .popular-autos .views-field-title {
        height: 2.3em;
    }
}

/*custom < 768 */

@media (max-width: 768px) {
    #block-front-info h2, #block-front-info h1 {
        color: white;
    }
    .advantages-num {
        font-size: 32px;
    }
    .front_slider .container::before{
        display: none;
    }
    #block-front-info span {
        font-size: 32px;
        line-height: 40px;
    }
    .field--name-field-services-offers-image {
        min-width: 100px;
        padding-left: 5px;
    }
    #top_offers p {
        padding-top: 4px;
    }
    #offers ul li::before {
        top: 10px;
    }
    #offers ul {
        font-size: 16px;
        line-height: 220%;
    }
    .front_slider {
        height: 640px;
        margin-bottom: 100px;
    }
    .front_slider .container::before {
        top: -40px;
        background-size: 85%;
    }
    #player {
        height: 300px;
    }
    .menu-base-theme a:hover, .menu-base-theme a:focus, .menu-base-theme a:active {
        padding: 10px 20px;
    }
    .page-node-type-automobile .main-content .views-field-field-price {
        font-size: 25px;
        margin-top: 13px;
    }
    #complectations {
        padding-top: 20px;
    }
    .main-catalog .views-field-field-credit-daily .field-content {
        display: none;
    }
    #block-ytblocktitle {
        margin-left: 0;
    }
    .region-services {
        background: url('../images/cr_back.jpg') bottom 13% right / 100% no-repeat;
    }
    .region-services {
        display: block;
    }
    #block-views-block-current-page-block-1 .content {
        margin: 0;
    }
    #block-calc-info h2, #footer_info h2.title, #banks h2.title, #features_all h2.title, #block-cred-form h2.title, .region-complectations h2, #offers h2.title {
        font-size: 24px;
    }
    #block-car-zymphonies-theme-content h2.title {
        margin: 0;
        font-size: 24px;
    }
    #top_offers p {
        font-size: 16px;
    }
    .path-frontpage .main-content {
        padding: 15px 0 40px;
        margin-bottom: 15px;
    }
    .front_slider {
        padding: 20px 0 0;
        top: 0;
    }
    #top_offers {
        z-index: 0;
    }
    #block-front-info p {
        margin-bottom: 0;
        width: 100%;
    }
    #top_offers {
        margin-top: 10px;
    }
    .region-top-offers {
        margin: 0;
    }
    #block-slider-form {
        margin: auto;
        padding: 0 17px;
        border-radius: 10px;
    }
    #block-front-info {
        margin-top: 55px;
    }
    .views-field-field-credit-daily {
        font-size: 14px;
    }
    #block-kontakty .content>div p {
        width: 48%;
    }
    #block-kontakty .content>div p:first-child {
        width: 60%;
        margin: 10px auto;
    }
    .footer_bottom .views-row {
        width: 50%;
    }
    #block-my-taxi, #block-rented-car {
        width: 100%;
    }
    #block-my-taxi ul, #block-rented-car ul {
        padding: 0;
    }
    .region-top-offers>div {
        width: 100%;
    }
    .region-top-offers {
        font-size: 14px;
    }
    .paragraph--type--complect .field--name-field-compl-value {
        width: 26%;
    }
    .paragraph--type--complect .field--name-field-compl-value, .field--name-field-type-choose {
        font-size: 16px;
    }
    .paragraph--type--complect .field--name-field-type-choose {
        width: 26%;
    }
    .paragraph--type--complect .field--name-field-reserve {
        width: 48%;
    }
    .paragraph--type--complect .field--name-field-reserve a {
        font-size: 14px;
        position: relative;
    }
    .offers .region-offers {
        padding: 0;
    }
    .footer_info {
        padding-top: 30px;
    }
    #block-kontakty h2 {
        margin: 0;
    }
    #block-calc-info {
        margin: 0;
    }
    #complectations .content>div {
        border-top: 1px dotted #666666;
    }
    .paragraph--type--complect .field--name-field-reserve a:after {
        top: 10px;
    }
    .popular-autos .views-field-field-autoimage {
        height: 110px;
        margin-top: 10px;
    }
    .paragraph--type--complect .field--name-field-power {
        display: none;
    }
    .paragraph--type--complect .field--name-field-compl-name {
        width: 100%;
    }
    .region-primary-menu {
        margin-top: 2px;
    }
    .header {
        position: fixed;
        padding-bottom: 1px;
        /* background: url("../images/header_bg.png") left /100% no-repeat; */
    }
    .page-node-type-automobile .header, .path-node .header, .not-front .header {
        background-image: none;
        background-color: white;
    }
    .dialog-off-canvas-main-canvas {
        min-height: 52px;
    }
    .front_slider .views-field-field-price {
        -webkit-text-stroke: 0;
    }
    #block-views-block-slider-main-basic-main-slider1 .views-field-title a {
        font-size: 28px;
        font-weight: 600;
    }
    #block-rented-car ol, #block-my-taxi ol {
        font-size: 14px;
    }
    .catalog-button {
        width: 28%;
    }
    #block-views-block-slider-main-basic-main-slider1 .views-field-field-price {
        font-size: 20px;
    }
    #block-views-block-slider-main-basic-main-slider1 .views-field-field-credit-daily {
        font-size: 16px;
    }
    #block-views-block-slider-main-basic-main-slider1 h2 {
        font-size: 33px;
        display: none;
    }
    #flexslider-1 {
        margin-top: 0px;
    }
    #block-views-block-slider-main-basic-main-slider1 h3 {
        display: none;
    }
    #block-views-block-slider-main-basic-main-slider1 {
        width: 100%;
    }
    #flexslider-1 .slider-image img {
        max-width: 400px;
    }
    .region-primary-menu {
        position: absolute;
        z-index: 99;
        right: 0;
        width: auto;
        background-color: white;
    }
    #drupal-modal article .node__content .field--name-field-price, #drupal-modal article .node__content .field--name-field-autoimage, #drupal-modal article .node__content .field--name-field-credit-header, #drupal-modal article .node__content .field--name-field-credit-daily {
        display: none;
    }
    #block-phone-top {
        display: none;
    }
    .dialog-off-canvas-main-canvas {
        font-size: 14px;
    }
    .content>article .node__content .webform-ajax-form-wrapper {
        margin: 20px 0;
        position: static;
        float: none;
        max-width: 100%;
        margin: auto;
    }
    .content>article .node__content .field--name-field-autoimage {
        height: auto;
    }
    .field--name-field-autoimage img {
        max-width: 300px;
        margin: auto;
    }
    .region-primary-menu li a {
        padding: 10px 20px;
    }
    .main-catalog .js-form-type-radio {
        width: 28%;
    }
    .main-catalog .views-infinite-scroll-content-wrapper>.views-row, .views-element-container>div>.views-row, .popular-autos .views-row {
        width: 49%;
        margin-bottom: 10px;
    }
    .send-reply-catalog, .webform-button--submit, .popular-autos .views-field-view-node span a {
        margin: 0;
    }
    #page-title {
        font-size: 14px;
        margin: 0;
    }
    .footer .field--name-field-text-on-form {
        width: 95%;
    }
    .footer .field--name-field-manager-face {
        width: 95%;
    }
    .footer .field--name-field-manager-face img {
        max-height: 150px;
        width: auto;
    }
    .footer .field--name-field-submission-custom {
        width: 100%;
        margin-top: -25px;
    }
    tr td:nth-child(3), tr td:nth-child(5), tr th:nth-child(3), tr th:nth-child(5) {
        display: none;
    }
    table {
        font-size: 12px;
    }
    td, th {
        padding: 4px;
    }
    .banks-block>.views-row {
        width: 30%;
    }
    #block-form-bottom>.content {
        font-size: 0.85em;
    }
    #footer_info .field--name-field-text-on-form {
        width: 100%;
        padding-left: 0;
    }
}

/*custom < 500 */

@media (max-width: 500px) {
    .ui-dialog-content .form-type-processed-text p em {
        font-size: 15px;
        margin-top: 0;
    }
    #block-diskl {
        padding-bottom: 50px;
    }
    #player {
        height: 200px;
    }
    #block-slider-form input, #block-slider-form select, #block-slider-form button {
        width: 100%;
    }
    #block-slider-form [id^="edit-processed-text"] {
        padding: 17px 0;
    }
    #block-phone-top-2 {
        display: block;
    }
    #block-form-bottom {
        padding: 10px;
    }
    .views-field-field-autoimage-1 {
        height: 110px;
        margin-top: 15px;
    }
    .front_slider .container {
        padding-bottom: 10px;
    }
    .header .container {
        padding-right: 5px;
    }
    #block-phone-top a, #block-phone-top-2 a {
        font-size: 16px;
        color: #001E50;
        padding-top: 2px;
    }
    .navbar-header button {
        padding: 0;
    }
    #block-phone-top-2 {
        margin-right: 10px;
    }
    #block-phone-bottom {
        display: block;
        position: fixed;
        bottom: 0;
        background: #E42A2A;
        width: 100%;
        z-index: 100;
        margin-left: -15px;
        padding: 10px;
        margin-bottom: -1px;
        font-weight: 900;
        font-size: 18px;
        text-align: center;
        box-shadow: 0px 4px 15px rgb(0 0 0 / 10%);
        border-top: 2px solid white;
    }
    #block-phone-bottom p {
        margin: 0;
        color: white;
    }
    #block-phone-bottom a {
        color: white;
    }
    .popular-autos .views-field-view-node span a {
        font-size: 16px;
    }
    .popular-autos .views-field-title {
        font-size: 14px;
    }
    .car-title-main a {
        font-size: 16px;
    }
    .main-catalog .views-field-view-node a {
        font-size: 16px;
        height: 45px;
        padding-top: 11px;
    }
    .car-price-main-page {
        font-size: 1em;
    }
    .main-catalog .views-field-title {
        font-size: 1.1em;
    }
    .catalog-button {
        width: 42%;
    }
    .banks-block>.views-row {
        width: 46%;
        height: 70px;
    }
    .main-content .main-page-image-wrapper img {
        padding: 0;
    }
    .popular-autos .views-field-title span a {
        font-size: 16px;
    }
    .page-node-type-automobile #services h2 {
        text-align: left;
    }
}

/*custom < 420 */

@media (max-width: 420px) {
    .views-field-field-credit-header {
        font-size: 0.9em;
    }
    #block-views-block-banks-partners-block-1 h2 {
        font-size: 1.7em;
    }
    #flexslider-1 .slider-image img {
        max-width: 100%;
    }
}

@media (max-width: 330px) {
    .main-catalog .views-infinite-scroll-content-wrapper>.views-row, .views-element-container>div>.views-row, .popular-autos .views-row {
        width: 100%;
    }
    #block-calc-info p {
        max-height: 150px;
    }
    #footer_info .field--name-field-text-on-form h2 {
        font-size: 19px;
    }
}