#cookies-message-container {
    font-size: 13px;
    line-height: 19px;
    text-align: justify;
    position: fixed;
    bottom: 40px;
    right: 40px;
    background-color: #005691;
    width: 500px;
    z-index: 999;
    color: #fff;
}

#cookies-message-container:before {
    font-family: "Material Design Icons", sans-serif;
    content: "\F198";
    position: absolute;
    bottom: 60px;
    right: -60px;
    font-size: 280px;
    z-index: -1;
    opacity: .3;
}

#cookies-message {
    padding: 30px;
}

#cookies-message a {
    color: #fff;
    text-decoration: underline;
}

#accept-cookies-checkbox {
    background-color: #000;
    padding: 5px 10px;
    display: block;
    cursor: pointer;
    width: 150px;
    text-align: center;
    margin: 20px 0 0;
}

#cookies-message a#accept-cookies-checkbox {
    text-decoration: none;
}

#header .stock.btn {
    padding: 10px;
    height: 40px;
    line-height: 100%;
    margin: 4px 20px 0 0;
    color: #fff;
}

.new-customer {
    display: none;
    position: fixed;
    background: rgba(0, 0, 0, .3);
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 999;
}

.wrap-new-customer {
    width: 500px;
    background: #fff;
    text-align: center;
    padding: 50px 40px;
    margin: 200px auto 0;
    font-size: 23px;
    line-height: 120%;
    position: relative;
}


@media (max-width: 991px) {
    .wrap-new-customer {
        width: 90%;
        margin: 20px auto 0;
    }

    #cookies-message-container {
        right: 5%;
        width: 90%;
    }
}

.new-customer-close {
    height: 25px;
    line-height: 25px;
    text-align: center;
    width: 25px;
    font-size: 40px;
    float: right;
    text-shadow: unset;
    color: #000;
    font-weight: normal;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}


.small_preloader {
    width: 60px;
    height: 60px;
    top: 0;
    left: calc(50% - 30px);
    position: absolute;
    z-index: 99999;
    background: transparent;
    display: block;
    transform: translate(0, -60%);
    margin-top: 47%;
}

.small_preloader:before {
    content: '';
    display: block;
    padding-top: 100%
}

.small_preloader .circular {
    width: 60px;
    height: 60px;
}

.circular {
    animation: rotate 2s linear infinite;
    height: 50px;
    transform-origin: center center;
    width: 50px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    stroke-linecap: round
}

.single-img img {
    max-width: 100%;
}

@keyframes rotate {
    100% {
        transform: rotate(360deg)
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px
    }
}

@keyframes color {
    100%, 0% {
        stroke: #7221a3
    }
    40% {
        stroke: #2196f3
    }
    66% {
        stroke: #82d252
    }
    80%, 90% {
        stroke: #fec04a
    }
}

.ui-corner-all {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}


.ui-widget-content {
    padding: 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    border: 0;
    max-width: 300px;
    cursor: pointer;
}

.ui-widget-content li {
    border-bottom: 1px solid #d8d8d8;
}

.ui-widget-content li:last-of-type {
    border-bottom: 0;
}

.ui-menu-item .separator {
    display: none;
}

.ui-menu .ui-menu-item a {
    text-decoration: none;
    display: block;
    padding: 5px;
    line-height: 1.5;
    min-height: 0;
    font-size: 14px;
    font-weight: 300;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    background: #005691;
    color: #fff;
    border: 0;
}

.ui-menu .ui-menu-item a.ui-state-focus, .ui-menu .ui-menu-item a.ui-state-active {
    margin: 0;
}

#gdpr_consent {
    margin-top: 15px;
}

.psgdprinfo17 {
    padding: 20px 20px 60px;
}

.page-content ul, .page-content ol {
    margin-left: 20px;
    list-style: initial;
    font-size: .9375rem;
    color: #000;
    font-weight: 400;
}

.top-menu .category {
    position: relative;
}

.top-menu .menu-top-arrow {
    margin-top: -9px;
    margin-right: -20px;
}

.banner-item img {
    width: 100%;
    height: auto;
}

.cms-id-2 #main .page-content, .cms-id-6 #main .page-content, .cms-id-7 #main .page-content, .cms-id-8 #main .page-content,
.cms-id-2 #main .page-footer, .cms-id-6 #main .page-footer, .cms-id-7 #main .page-footer, .cms-id-8 #main .page-footer {
    margin-bottom: 0;
}

.cms-id-6 #main .page-header, .cms-id-7 #main .page-header, .cms-id-8 #main .page-header {
    margin-bottom: 32px;
}

.banner-item {
    position: relative;
}

.banner-item .container {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
}

.banner-item .container .desc {
    background: rgba(255, 255, 255, .8);
    padding: 25px;
}

.banner-item .container .desc h3 {
    font-size: 25px;
}

.banner-item .container .desc p:last-of-type {
    margin-bottom: 0;
}

.boxes .desc h3 {
    font-size: 25px;
    margin-bottom: 40px;
}

.boxes img {
    width: 100%;
    height: auto;
}

.boxes .desc .btn {
    margin-top: 40px;
}

.cms-id-2 .banner-item .container .desc {
    padding: 0;
    width: initial;
    display: inline-block;
}

.cms-id-2 .banner-item .container {
    min-width: 200px;
    text-align: center;
    padding: 0;
    width: initial;
}

.cms-id-2 .banner-item .container a {
    font-weight: 400;
    text-transform: uppercase;
    padding: 20px 40px;
    display: block;
    font-size: 22px;
}

.service-form {
    margin: 30px auto;
}

.service-form .custom-checkbox label {
    width: 100%;
}

.service-form textarea {
    height: 120px;
}

.service-form h2 {
    background: #f8f8f8;
    padding: 15px 0;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 40px;
    text-transform: uppercase;
    letter-spacing: 8px;
}

.cart-summary .alert-forms {
    margin: 4px 0;
}

.cart-summary .service-form h2.form-header {
    margin-top: 0;
    margin-bottom: 20px;
}

.cart-summary .service-form {
    margin: 0 auto;
}

.send_form {
    display: block;
    margin: 40px auto;
    text-align: center;
}

.suffix {
    position: absolute;
    top: 7px;
    right: 27px;
}

.service-form img {
    width: 100%;
    height: auto;
}

.alert-forms {
    display: none;
    margin: 80px 0;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
}

.text-right {
    text-align: right;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
}

::-webkit-scrollbar:horizontal {
    height: .7rem;
}

::-webkit-scrollbar:vertical {
    width: .7rem;
}

::-webkit-scrollbar-thumb {
    background: #005691;
    border-radius: 0;
    border: 0;
}

#main {
    padding: 0 15px;
}

#cms #main, #product #main {
    padding: 0;
}

.product-price span {
    vertical-align: baseline;
}

.card.cart-summary, #js-checkout-summary {
    padding: 15px 20px;
    background: #f8f8f8;
}

#blockcart-modal.make-offer-modal .modal-dialog {
    width: 660px;
}

#blockcart-modal.make-offer-modal .cart-content-btn {
    width: 100%;
    margin-bottom: 15px;
}

#blockcart-modal.make-offer-modal .cart-content-btn .btn {
    width: 100%;
}

#cart .featured-products .all-product-link {
    margin: 0 auto 30px;
}

.no-items {
    display: block;
    margin: 20px 0 60px;
}

.part_question {
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    margin-top: 30px;
}

#contact #wrapper > .container {
    max-width: 100%;
    padding: 0;
    margin: 0 -15px;
}


.contact-bg > .container {
    max-width: 1110px;
}

.contact-bg strong {
    font-weight: 500;
    font-size: 23px;
}

.ze-contacts-desc strong, .ze-contact-title {
    font-weight: 200;
    font-size: 22px;
}


.ze-contact-item-inner img {
    width: 80px;
    height: auto;
    box-shadow: none;
}

.ze-contact-description {
    display: grid;
    grid-template-columns: 90px 1fr;
    gap: 10px;
}

.ze-contact-description p:nth-of-type(odd) {
    width: 80px;
    margin-right: 20px;
}

.ze-contact-description p {
    line-height: 150%;
}

.ze-contact-description img {
    margin-top: -4px;
}

.ze-contact-description strong {
    font-weight: 500;
}

.ze-contact-title {
    margin-bottom: 1rem;
}

#contact #ze-contact-form {
    margin: 50px auto;
    box-shadow: 12px 19px 62px 0 rgb(13 52 79 / 10%);
    padding: 40px;
}

.contact-bg {
    background: #f8f8f8;
    padding: 80px 0 75px;
}

.contact-bg h2 {
    margin-bottom: 20px;
}

.container_1300 {
    max-width: 1300px !important;
}

.contact-map-wrap {
    position: relative;
}

.contact-map svg {
    max-width: 100%;
    height: inherit;
}

.contact-map path {
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    fill: #F6F6F6;
}

.contact-map path:hover {
    fill: #94b4f0;
}


.contact-phones-item {
    position: absolute;
}

.contact-phones-item .contact-phones-item-wrap {
    display: none;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 2;
    line-height: 160%;
    width: 250px;
    margin: 10px 0 12px;
    color: #395994;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


.contact-phones-item.active .contact-phones-item-wrap {
    opacity: 1;
    visibility: visible;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    display: block;
    right: -60px;
    z-index: 999;
}

.contact-phones-item .line {
    display: block;
    position: absolute;
    right: 0;
    top: 31px;
    height: 0;
    width: 0;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #395994;
    z-index: 99;
}


.contact-phones-item h4 {
    font-weight: 500;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.contact-phones-item.active .line {
    width: 100%;
    height: 1px;
}

.contact-phones-item img {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    overflow: hidden;
    position: absolute;
    left: -41px;
    top: 0;
    box-shadow: none;
}

.contact-phones-item .city {
    display: block;
    line-height: 100%;
    margin-top: 10px;
}

.contact-phones-item .user {
    display: block;
    line-height: 100%;
    margin-top: 3px;
}

.contact-phones-item strong {
    font-weight: 500;
    color: #395994;
    font-size: 17px;
}

.contact-phones-item.active h4 {
    margin-left: 50px;
    color: #000
}

.contact-phones-item.active .city {
    margin-left: 50px;
}

.contact-phones-item.active .user {
    margin-left: 50px;
}

.contact-phones-item.active .phone {
    margin-left: 50px;
}

@media (min-width: 1260px) {
    #map_item_16 {
        width: 88%;
        top: -85px;
    }

    #map_item_14 {
        width: 48%;
        top: -104px;
    }

    #map_item_13 {
        width: 49%;
        top: 183px;
    }

    #map_item_12 {
        width: 62.5%;
        top: 219px;
    }

    #map_item_11 {
        width: 69%;
        top: -136px;
    }

    #map_item_10 {
        width: 33%;
        top: -53px;
    }

    #map_item_9 {
        width: 38%;
        top: 260px;
    }

    #map_item_8 {
        width: 70%;
        top: 190px;
    }

    #map_item_7 {
        width: 46%;
        top: 34px;
    }

    #map_item_6 {
        width: 53%;
        top: 265px;
    }

    #map_item_5 {
        width: 59%;
        top: 103px;
    }

    #map_item_4 {
        width: 90%;
        top: 19px;
    }

    #map_item_17 {
        width: 90%;
        top: 89px;
    }

    #map_item_3 {
        width: 33%;
        top: 139px;
    }

    #map_item_2 {
        width: 66%;
        top: -31px;
    }

    #map_item_15 {
        width: 75%;
        top: 42px;
    }

    #map_item_1 {
        width: 81%;
        top: 148px;
    }

    .contact-phones-item .contact-phones-item-wrap {
        top: 0;
        right: -60px;
    }

    .contact-phones-item {
        right: 0;
    }

    .contact-phones-item.active .line {
        width: 100%;
        height: 1px;
    }
}

@media (min-width: 768px) {
    .form-label-2line {
        margin-bottom: -5px;
        padding-top: 0;
        margin-top: -3px;
    }

    .contact-map {
        position: absolute;
        top: -190px;
        z-index: 1;
    }

    .service-form .form-control-label {
        padding-left: 0;
    }

    a[data-depth="1"] ~ .collapse {
        display: none;
        position: absolute;
        left: 100%;
        top: 0;
        background: #fff;
        box-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    }

    a[data-depth="1"]:hover ~ .collapse, a[data-depth="1"] ~ .collapse:hover {
        display: block;
    }

    #cms-category-2 > .sub-menu {
        width: 938px;
        left: -700px;
        position: absolute;
        padding: 10px 10px 10px 4px;
    }

    #cms-category-2 > .sub-menu li {
        width: 300px;
        display: inline-block;
        margin-left: 5px;
        border-bottom: 0;
    }

    #cms-category-2 > .sub-menu li a {
        width: 100%;
        height: 150px;
        font-weight: 300;
        font-size: 16px;
        letter-spacing: 1px;
        padding-top: 157px;
        margin-left: 0;
        color: #005691;
        text-transform: uppercase;
        text-align: left;
    }

    #cms-category-2 > .sub-menu li a span {
        margin-left: -21px;
    }

    #cms-page-6 a {
        background: url(/modules/forms/img/m/service.jpg) top center no-repeat;
    }

    #cms-page-7 a {
        background: url(/modules/forms/img/m/modernization.jpg) top center no-repeat;
    }

    #cms-page-8 a {
        background: url(/modules/forms/img/m/offer.jpg) top center no-repeat;
    }
}

@media (max-width: 1259px) {
    .contact-phones-item.active .line {
        display: none;
    }

    .contact-phones-item.active h4:after {
        content: '';
        display: block;
        width: 170px;
        height: 1px;
        margin-top: 6px;
        background: #395994;
    }

    .contact-phones-item .contact-phones-item-wrap {
        position: relative;
        margin: 0;
    }

    .contact-phones-item {
        bottom: -370px;
        left: 0;
    }

    .contact-phones-item.active .contact-phones-item-wrap {
        right: initial;
        left: 45px;
        top: -10px;
    }
}

@media (max-width: 991px) {
    #products .thumbnail-container, .featured-products .thumbnail-container, .product-accessories .thumbnail-container, .product-miniature .thumbnail-container,
    #products .product-description, .featured-products .product-description, .product-accessories .product-description, .product-miniature .product-description {
        width: 100%;
        height: auto;
    }

    .products img {
        width: 100%;
        max-width: 100%;
    }

    #products .product-description, .featured-products .product-description, .product-accessories .product-description, .product-miniature .product-description {
        position: static;
    }

    #products .product-title, .featured-products .product-title, .product-accessories .product-title, .product-miniature .product-title {
        height: 35px;
        overflow: hidden;
    }

    .bx-controls-direction {
        display: none;
    }

    .no-product-slider article {
        padding: 0 15px;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .breadcrumb-wrap {
        display: none;
    }

    #header .search-widget form {
        margin: 0;
    }

    .ui-autocomplete {
        display: none !important;
    }

    #main .page-home {
        padding: 0 15px;
    }

    #header .header-nav {
        padding: 10px 0;
        text-align: center;
    }

    .product-quantity {
        display: block;
    }

    #header .header-nav #menu-icon {
        display: inline-block;
        width: 20px;
    }

    ._mobile_cart {
        width: 50px;
        display: inline-block;
    }

    #header .header-nav .blockcart {
        padding: .75rem 0;
    }

    ._mobile_user_info {
        margin-right: 0;
        width: 50px;
        display: inline-block;
        vertical-align: middle;
    }

    #header .header-nav .user-info {
        margin: 0;
    }

    .js-top-menu, .js-top-menu-bottom {
        width: 100%;
    }


    .h1, h1 {
        font-size: 26px;
    }

    .h2, h2 {
        font-size: 20px;
    }

    #custom-text h2 {
        font-size: 20px;
    }

    #custom-text {
        padding: 0;
        margin: 50px 0;
    }

    body, #custom-text p {
        font-size: 14px;
    }

    .top-menu .sub-menu {
        box-shadow: none;
    }

    #mobile_top_menu_wrapper .top-menu .sub-menu li > a {
        padding: 7px .625rem;
        border-bottom: 0;
        font-weight: 400;
    }

    .top-menu .sub-menu ul[data-depth="1"] > li, .top-menu .sub-menu ul[data-depth="2"] > li {
        border: 0;
    }

    #category #wrapper {
        width: calc(100% - 30px);
        margin-left: 15px;
    }

    .form-control-label {
        padding-top: 0;
        text-align: center;
        margin: 0 0 3px;
    }

    .form-group {
        margin-bottom: 5px;
    }

    .form-control-comment {
        display: none;
    }

    .page-addresses .address .address-body address {
        min-height: 1px;
    }

    .banner-item .container {
        position: static;
        padding: 0;
    }

    .boxes .desc {
        padding: 25px;
    }

    .boxes .desc h3 {
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .boxes .desc .btn {
        display: table;
        margin: 40px auto 0;
    }

    .contact-phones-item {
        bottom: -230px;
    }

    .contact-phones-item.active h4:after {
        width: 200px;
    }

}


.d-table {
    display: table;
}

.d-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.d-table-header {
    display: table-row;
}

.d-table-row {
    display: table-row;
}

.d-table {
    width: 100%;
    border-bottom: 1px solid #005691;
}

.d-table-mobile-title {
    display: none;
}

.d-table-cell {
    border-top: 1px solid #d8d8d8;
    padding: 10px 5px;
    text-align: center;
}

.d-table-header {
    background: #005691;
    color: #fff;
    font-weight: 500;
    text-align: center;
}

.d-table-header .d-table-cell:first-of-type {
    text-align: left;
}

.d-table-row:hover {
    background: #f6f6f6;
}

.d-table-row .d-table-cell:first-of-type {
    text-align: left;
    width: 25%;
}


.d-table .input-group-btn-vertical {
    position: absolute;
    z-index: 999;
    top: 0;
    right: 20px;
}

.footer-container #settlements .mdi {
    display: none;
}

.footer-container .account-list #settlements {
    padding: 0;
    cursor: pointer;
    font-size: .875rem;
}

.social-links {
    position: fixed;
    top: 30%;
    left: 0;
}

.social-links a {
    display: block;
    padding: 3px 6px 7px 5px;
    width: 35px;
    height: 35px;
    margin-bottom: 3px;
}

.social-links .yt {
    background: #cc0000;
    color: #fff;
}

.social-links .ln {
    background: #0073b0;
    color: #fff;
}

.social-links .loos {
    width: 35px;
    height: 35px;
    background: url(../img/loos-icn.png) 100% 100% no-repeat;
}

#header #_settlements {
    width: 100%;
}

#header #_settlements .stock.btn {
    color: #000;
    background: transparent;
    border-bottom: 1px solid #f6f6f6;
    width: 100%;
    text-align: left;
    margin: 4px 20px 0 0;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 14px;
    padding: 0 0 14px 10px;
    height: inherit;
}

#addresses .page-header p {
    line-height: 140%;
}

.page-content ol {
    list-style: decimal;
}

.ask-price-form {
    display: none;
}

.ask-price {
    margin: 30px 0;
    cursor: pointer;
    font-size: 16px;
}

.ask-price:hover {
    color: #fff;
    background: #1a679c;
    border-bottom: 2px solid #005691;
}

.ze-contact-form-alert {
    padding: 20px;
}

@media (min-width: 992px) {
    .d-table .qty {
        margin: 0;
    }

    .d-table .quantity_wanted {
        padding: 5px 10px;
        width: 100px;
    }

    .ze-contacts-desc {
        padding: 40px 0 60px;
    }

    #contact h1 {
        padding: 30px 0 30px 15px;
    }
}

@media (max-width: 991px) {

    #blockcart-modal.make-offer-modal .modal-dialog {
        width: calc(100% - 30px);
    }

    #blockcart-modal.make-offer-modal .cart-content-btn .btn {
        white-space: inherit;
    }

    .page-content.page-cms {
        text-align: left;
    }

    .d-table-cell {

        display: flex;
    }

    .d-table-header {
        display: none;
    }

    .d-table-cell {
        padding: 0;
    }

    .d-table-cell-first {
        display: block;
        padding: 1rem 0;
        font-weight: 600;
    }

    .d-table-mobile-text {
        align-items: center;
        border-bottom: 1px solid #fff;

        display: flex;
        justify-content: center;
        padding: 5px;
        width: 50%;
    }

    .d-table-mobile-title {
        align-items: center;
        background: #d1d2d4;
        border-bottom: 1px solid #fff;

        display: flex;
        font-weight: 500;
        padding: 5px;
        text-align: left;
        width: 50%;
    }

    .d-table-header .d-table-cell:first-of-type {
        text-align: center;
    }

    .d-table-row:hover {
        background: #f6f6f6;
    }

    .d-table-row .d-table-cell:first-of-type {
        display: block;
        text-align: center;
        width: 100%;
    }

    .d-table-row .d-table-cell:first-of-type .d-table-mobile-text {
        width: 100%;
        font-weight: 500;
        padding: 30px 0 10px;
    }

    .d-table-row .d-table-cell:last-of-type .d-table-mobile-text {
        width: 100%;
    }

    .d-table-row .d-table-cell:last-of-type > div {
        border-bottom: 1px solid rgba(0, 0, 0, 0);
    }

    .social-links {
        top: initial;
        bottom: 0;
        width: 100%;
        z-index: 9999;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .social-links a, .social-links .loos {
        width: 25%;
        display: inline-block;
        vertical-align: top;
        margin: 0;
        text-align: center;
    }

    .social-links .loos {
        background-color: #234a6b;
        background-position: center;
    }

    body {
        margin-bottom: 35px;
    }

    main {
        margin-bottom: 35px;
    }
}

@media (max-width: 767px) {
    .contact-phones-item {
        bottom: 10px;
    }

    .contact-phones-item.active h4:after {
        width: 260px;
        margin-left: -30px;
    }

    .contact-bg {
        padding: 30px 0 0;
    }

    .contact-phones-item {
        bottom: 10px;
    }

    .contact-phones-item.active h4:after {
        width: 260px;
        margin-left: -30px;
    }

    .contact-bg p:last-child {
        margin-bottom: 0;
    }

    .wrap-form-contact {
        margin-top: 0;
    }

    .contact-map {
        padding-bottom: 90px;
    }

    .wrap-form-container {
        overflow-y: auto;
        max-height: 100%;
        padding: 20px;
    }

    #main {
        padding: 0;
    }

    .ze-contact-form-wrap .ze-contact-title {
        margin-top: 15px;
    }

    .ze-contact-form-wrap > div {
        padding: 30px 30px 0;
    }

    .ze-contact-form-wrap > div:first-of-type {
        padding: 0 30px 20px 54px;
    }

    .ze-contact-form-wrap > div:last-of-type {
        padding-right: 0;
    }

    .ze-contacts {
        padding-left: 30px;
    }
}