* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: 'RobotoCondensed';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/local/templates/renta76/fonts/RobotoCondensed/RobotoCondensedRegular/RobotoCondensedRegular.woff') format('woff'), url('/local/templates/renta76/fonts/RobotoCondensed/RobotoCondensedRegular/RobotoCondensedRegular.ttf') format('ttf'), url('/local/templates/renta76/fonts/RobotoCondensed/RobotoCondensedRegular/RobotoCondensedRegular.eot') format('eot');
}

@font-face {
    font-family: 'RobotoCondensed';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('/local/templates/renta76/fonts/RobotoCondensed/RobotoCondensedBold/RobotoCondensedBold.woff') format('woff'), url('/local/templates/renta76/fonts/RobotoCondensed/RobotoCondensedBold/RobotoCondensedBold.ttf') format('ttf'), url('/local/templates/renta76/fonts/RobotoCondensed/RobotoCondensedBold/RobotoCondensedBold.eot') format('eot');
}

body,
html {
    box-sizing: border-box;
    font-family: 'RobotoCondensed', sans-serif;
    font-display: swap;
    background-color: var(--bg-color);
    scroll-behavior: smooth;
    max-width: 2440px;
    margin: 0 auto;
    padding: 0;
    --main: rgb(239, 124, 34);
    --secondary: rgb(45, 45, 45);
    --bg-color: rgb(247, 244, 251);
    --c2: #ff375f;
    --c3: #30d158;
    --c4: #0a84ff;
    --background-grey: #e4e4e4;
    --grey-1: #ffffff;
    --grey-2: #dfdfdf;
    --grey-3: #cbcbcb;
    --grey-4: #ababab;
    --grey-5: #828282;
    --grey-6: #6a6a6a;
    --grey-7: #4e4e4e;
    --grey-8: #363636;
    --grey-9: #1d1d1d;
    --grey-10: #000000;
    --grey-title: #323232;
    --grey-text: #7c7c7c;
    --grey-text-2: #5f5f5f;
    --card-shadow-min: 2px 2px 4px rgba(0, 0, 0, 0.1);
    --card-hover-color: 0px 25px 20px -16px rgba(110, 74, 47, 0.4);
    --card-shadow: 0 30px 10px -15px rgba(0, 0, 0, 0.3);
    --card-big-shadow: 20px 30px 30px rgba(0, 0, 0, 0.2);
    --pcard-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
    --pcard-shadow-up: 2px 10px 10px rgba(0, 0, 0, 0.3);
    --box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.06), -4px -4px 6px rgba(255, 255, 255, 0.8);
    --border-radius: 2px;
    --big-border-radius: 12px;
    --huge-border-radius: 20px;
}

::-webkit-scrollbar {
    width: 1.2em;
}

::-webkit-scrollbar-track {
    box-shadow: inset 3px 0 7px -2px rgba(0, 0, 0, 0.2);
    background-color: var(--secondary);
}

::-webkit-scrollbar-thumb {
    background-color: var(--main);
    border-radius: 2px;
}

.white {
    color: white !important;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.mini-paddings {
    padding-top: 35px;
    padding-bottom: 35px;
}

.text-center {
    margin: 0 auto;
    text-align: center !important;
}

.first-section {
    padding-top: 35px;
}

.grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
}

.grid-1-2-3-4 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
    grid-gap: 15px;
}

.buttons {
    width: 100%;
    height: auto !important;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    /* grid-template-columns: 1fr 1fr / 1fr; */
    grid-gap: 15px;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.product-button {
    font-family: 'RobotoCondensed';
    cursor: pointer;
    outline: none;
    display: block;
    width: 100%;
    height: 50px;
    border: none;
    border-radius: var(--border-radius);
    background-color: var(--main);
    color: white;
    text-align: center;
    line-height: 50px;
    font-size: 14px;
    text-decoration: none;
    letter-spacing: 1px;
    font-weight: 400px;
    text-transform: uppercase;
    /* box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.35),
  -2px -2px 4px rgba(255, 255, 255, 1); */
    transition: box-shadow 0.2s ease-out;
}

.product-button:hover {
    box-shadow: 0px 25px 30px -15px rgba(110, 74, 47, 0.5);
}

.product-button:active {
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.35), -3px -3px 6px rgba(255, 255, 255, 1), inset 3px 3px 5px rgba(0, 0, 0, 0.15), inset -3px -3px 5px rgba(255, 255, 255, 0.2);
}


/* .product-button:hover {
box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.35),
  -2px -2px 4px rgba(255, 255, 255, 1),
  inset -2px -2px 4px rgba(0, 0, 0, 0.25),
  inset 2px 2px 4px rgba(255, 255, 255, 0.5);
}
.product-button:active {
box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.35),
  -3px -3px 6px rgba(255, 255, 255, 1),
  inset 3px 3px 5px rgba(0, 0, 0, 0.15),
  inset -3px -3px 5px rgba(255, 255, 255, 0.2);
} */

.tooltip {
    //border-top: 1px dotted var(--main);
    //border-bottom: 1px dotted var(--main);
    border-radius: 15px;
    background-color: var(--grey-3);
    color: white;
    cursor: help;
    display: inline-block;
    position: relative;
    font-size: 12px;
    font-weight: 700;
    line-height: 15px;
    padding: 0 2px;
    margin-left: 3px;
    width: 15px;
    height: 15px;
    text-align: center;
}

.tooltip::after {
    background: rgba(0, 0, 0, 0.8);
    border-radius: 8px 8px 0px 8px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
    color: #fff;
    content: attr( data-tooltip);
    /* Ð“Ð»Ð°Ð²Ð½Ð°Ñ Ñ‡Ð°ÑÑ‚ÑŒ ÐºÐ¾Ð´Ð°, Ð¾Ð¿Ñ€ÐµÐ´ÐµÐ»ÑÑŽÑ‰Ð°Ñ ÑÐ¾Ð´ÐµÑ€Ð¶Ð¸Ð¼Ð¾Ðµ Ð²ÑÐ¿Ð»Ñ‹Ð²Ð°ÑŽÑ‰ÐµÐ¹ Ð¿Ð¾Ð´ÑÐºÐ°Ð·ÐºÐ¸ */
    margin-top: -24px;
    opacity: 0;
    /* ÐÐ°Ñˆ ÑÐ»ÐµÐ¼ÐµÐ½Ñ‚ Ð¿Ñ€Ð¾Ð·Ñ€Ð°Ñ‡ÐµÐ½... */
    padding: 3px 7px;
    position: absolute;
    right: 0;
    visibility: hidden;
    /* ...Ð¸ ÑÐºÑ€Ñ‹Ñ‚. */
    transition: all 0.4s ease-in-out;
    /* Ð”Ð¾Ð±Ð°Ð²Ð¸Ñ‚ÑŒ Ð¿Ð»Ð°Ð²Ð½Ð¾ÑÑ‚Ð¸ Ð¿Ð¾ Ð²ÐºÑƒÑÑƒ */
}

.tooltip:hover::after {
    opacity: 1;
    /* ÐŸÐ¾ÐºÐ°Ð·Ñ‹Ð²Ð°ÐµÐ¼ ÐµÐ³Ð¾ */
    visibility: visible;
    z-index: 10;
}

.promo-button {
    font-family: 'RobotoCondensed';
    cursor: pointer;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 200px;
    height: 50px;
    border: none;
    //border-radius: 30px;
    border-radius: var(--border-radius);
    background-color: var(--grey-1);
    color: var(--main);
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    text-decoration: none;
    letter-spacing: 1px;
    font-weight: 400px;
    text-transform: uppercase;
    box-shadow: 6px 6px 9px rgba(0, 0, 0, 0.15), -6px -6px 9px rgba(255, 255, 255, 0.15);
    transition: box-shadow 0.2s ease-out;
}

.promo-button:hover {
    box-shadow: 5px 5px 9px rgba(0, 0, 0, 0.25), -5px -5px 9px rgba(255, 255, 255, 0.35), inset -3px -3px 5px rgba(0, 0, 0, 0.15), inset 3px 3px 5px rgba(255, 255, 255, 0.2);
}

.promo-button:active {
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.35), -1px -1px 1px rgba(255, 255, 255, 0.15), inset 3px 3px 5px rgba(0, 0, 0, 0.15), inset -3px -3px 5px rgba(255, 255, 255, 0.2);
}

.button-1 {
    font-family: 'RobotoCondensed';
    cursor: pointer;
    outline: none;
    display: block;
    width: 100%;
    height: 50px;
    border: none;
    //border-radius: 30px;
    border-radius: var(--border-radius);
    background-color: var(--main);
    color: var(--grey-1);
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    text-decoration: none;
    letter-spacing: 1px;
    font-weight: 400px;
    text-transform: uppercase;
    /*box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.95);
    transition: box-shadow 0.2s ease-out;*/
}

.button-1:hover {
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.85), inset -2px -2px 4px rgba(0, 0, 0, 0.55), inset 2px 2px 4px rgba(255, 255, 255, 0.35);
}

.button-1:active {
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.85), -3px -3px 6px rgba(255, 255, 255, 0.35);
}

.button-2 {
    font-family: 'RobotoCondensed';
    cursor: pointer;
    display: block;
    width: 100%;
    height: 50px;
    //border-radius: 30px;
    border-radius: var(--border-radius);
    background-color: rgba(239, 124, 34, 0.1);
    border: 3px solid var(--main);
    color: var(--main);
    text-align: center;
    text-decoration: none;
    line-height: 46px;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 700px;
    text-transform: uppercase;
    transition: background-color 0.2s ease-out;
}

.button-2:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.button-2:active {
    background-color: rgba(0, 0, 0, 0.06);
}

.mini-button {
    display: inline-block;
    border-radius: var(--border-radius);
    border: 1px solid var(--main);
    padding: 3px 15px 5px;
    color: var(--main);
    text-decoration: none;
    transition: all 0.1s ease-out;
}

.mini-button:hover {
    background-color: var(--main);
    color: black;
    font-weight: 700;
    border-radius: 0px;
}

.mini-button:active {
    color: white;
}

section {
    // content-visibility: auto;
    padding-top: 60px;
    padding-bottom: 60px;
}

.wrapper {
    width: auto;
    height: 100%;
    max-width: 420px;
    margin: 0 auto;
    padding: 0 20px 0 20px;
    position: relative;
}

.text-wrapper {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.promo-title {
    font-family: 'RobotoCondensed';
    margin: 0 auto 20px 0;
    display: block;
    font-size: 26px;
    line-height: 28px;
    text-transform: uppercase;
    color: var(--grey-1);
}

.page-title {
    font-family: 'RobotoCondensed';
    margin-bottom: 30px;
    display: block;
    font-size: 26px;
    line-height: 28px;
    text-transform: uppercase;
    color: var(--grey-7);
}

.section-title {
    display: block;
    font-family: 'RobotoCondensed';
    margin-bottom: 25px;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    color: var(--grey-8);
}

.product-title {
    display: block;
    font-family: 'RobotoCondensed';
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: auto;
    color: var(--grey-title);
}

.title {
    display: block;
    font-family: 'RobotoCondensed';
    margin: 0 auto 10px 0;
    font-size: 15px;
    line-height: 19px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--grey-7);
}

.sub-title {
    margin: 0 auto 20px 0;
    display: block;
    font-family: 'RobotoCondensed';
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--grey-7);
}

.card-title {
    display: block;
    font-family: 'RobotoCondensed';
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    color: var(--grey-8);
}

.filter-title {
    display: inline-block;
    font-family: 'RobotoCondensed';
    margin-top: 0;
    font-size: 15px;
    line-height: 14px;
    color: var(--grey-7);
}

.min-title {
    display: block;
    font-family: 'RobotoCondensed';
    margin: 0 auto 10px 0;
    font-size: 16px;
    line-height: 17px;
    font-weight: 700;
    color: var(--grey-7);
}

.big-text {
    display: block;
    margin: 0 auto 20px 0;
    font-family: 'RobotoCondensed';
    font-size: 19px;
    line-height: 23px;
    font-weight: 400;
    color: var(--grey-7);
}

.promo-text {
    display: block;
    margin: 0 auto 18px 0;
    font-family: 'RobotoCondensed';
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    color: var(--grey-8);
}

.text {
    font-family: 'RobotoCondensed';
    display: block;
    margin: 0 auto 18px 0;
    font-size: 16px;
    line-height: 21px;
    text-decoration: none;
    font-weight: 400;
    color: var(--grey-7);
}

.min-text {
    display: block;
    margin: 0 auto 10px 0;
    font-family: 'RobotoCondensed', serif;
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
    color: var(--grey-text);
}

.grid-2-1-3 {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 15px;
}

.grid-4 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(135px, 1fr));
    grid-gap: 15px;
}

.grid-3 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
}

.products-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    grid-gap: 15px;
}

.category-grid {
    padding-top: 15px;
    padding-bottom: 15px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    grid-gap: 10px;
}

.subcategory-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(90px, auto));
    grid-gap: 30px 10px;
}

.markdown h2 {
    display: block;
    /*margin-top: 40px;*/
    margin-bottom: 25px;
    font-family: 'RobotoCondensed';
    font-size: 24px;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: auto;
    color: var(--grey-title);
}

.markdown h3 {
    display: block;
    //margin-top: 40px;
    margin-bottom: 25px;
    color: var(--grey-8);
    font-size: 20px;
    line-height: 26px;
}

.markdown h4 {
    display: block;
    //margin-top: 30px;
    margin-bottom: 25px;
    color: var(--grey-8);
    font-size: 18px;
    line-height: 24px;
}

.zalog-container .markdown p {
    color: var(--grey-7);
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 19px;
    text-align: left;
}

.markdown p {
    color: var(--grey-7);
    display: block;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 22px;
}

.min-text .markdown p, .min-text {
    display: block;
    margin-bottom: 15px;
    font-family: 'RobotoCondensed',serif;
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
    color: var(--grey-text);
}

.markdown ol {
    list-style: none;
    margin-bottom: 25px;
}

.markdown ul {
    list-style: none;
    margin-bottom: 25px;
}

.markdown li {
    color: var(--grey-7);
    position: relative;
    font-size: 16px;
    line-height: 21px;
    padding-left: 25px;
    margin-bottom: 7px;
}

.markdown li::before {
    position: absolute;
    display: block;
    content: '';
    left: 0;
    top: 10px;
    height: 6px;
    width: 6px;
    background-color: var(--main);
    border-radius: 5px;
}

.markdown table {
    border-collapse: collapse;
    width: 100%;
    font-size: 14px;
    margin-bottom: 30px;
    //border-radius: 5px;
    //overflow: hidden;
}

.markdown table,
th,
td {
    border: 1px solid var(--grey-2);
    padding: 3px;
    padding-left: 10px;
}

.markdown thead {
    background-color: var(--grey-7);
    color: var(--grey-1);
    text-align: left;
}

.markdown tbody {}

.markdown tr:nth-child(even) {
    background-color: #fafafa;
}

.markdown th {
    height: 50px;
    font-size: 12px;
    font-weight: 100;
}

.markdown td {
    height: 40px;
    line-height: 16px;
    vertical-align: center;
    color: var(--grey-7);
}

.markdown img {
    margin-top: 45px;
    margin-bottom: 45px;
    width: 100%;
    height: auto;
    //max-height: 800px;
}

.markdown-zalog * {
    color: var(--main) !important;
}

.telegram {
    background: url('/local/templates/renta76/img/icons/svg/networks/telegram.svg') 50% 50% no-repeat;
    background-size: contain;
}

.whatsapp {
    background: url('/local/templates/renta76/img/icons/svg/networks/whatsapp.svg') 50% 50% no-repeat;
}

.viber {
    background: url('/local/templates/renta76/img/icons/svg/networks/viber.svg') 50% 50% no-repeat;
}

.facebook {
    background: url('/local/templates/renta76/img/icons/svg/networks/facebook.svg') 50% 50% no-repeat;
}

.youtube {
    background: url('/local/templates/renta76/img/icons/svg/networks/youtube.svg') 50% 50% no-repeat;
    width: 40px!important;
    background-size: cover;
}

.vkontakte {
    background: url('/local/templates/renta76/img/icons/svg/networks/vkontakte.svg') 50% 50% no-repeat;
}

.instagram {
    background: url('/local/templates/renta76/img/icons/svg/networks/instagram.svg') 50% 50% no-repeat;
    background-size: cover;
}

.jumbotron-navbar-section {
    display: none;
}

@media (min-width:576px) {}

@media (min-width:768px) {
    .about-background {
        background: url(/about/images/bg-about.webp) 100% 0% no-repeat;
    }    
    .services-background {
        background: url(/local/templates/renta76/img/services/bg-services.png) 50% 0% no-repeat;
    }
    .jumbotron-navbar-section {
        padding: 30px 0 30px 60px;
        display: block;
        background-color: var(--main);
    }
    /*.content-container {
        z-index: 0;
        width: auto;
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }*/
    .arrow-icon {
        font-size: 60px;
        line-height: 32px;
        color: var(--grey-2);
        position: relative;
        top: -5px;
        margin-right: 60px;
        margin-left: 35px;
    }
    .big-text {
        margin: 0;
        text-transform: uppercase;
        color: var(--grey-8);
    }
    .jumbotron-navbar-section .text {
        margin: 0 60px;
        color: var(--grey-1);
    }
    .button-icon {
        background-color: var(--grey-8);
        border-radius: 60px 10px 60px 60px;
        width: 60px;
        height: 60px;
        position: relative;
        box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.4);
    }
    .button-icon-element {
        position: absolute;
        width: 31px;
        height: 5px;
        border-radius: 2px;
        background-color: var(--main);
        left: 50%;
    }
    .bi-element-1 {
        top: 33%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .bi-element-2 {
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .bi-element-3 {
        top: 67%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}

@media (min-width: 576px) {
    .wrapper {
        max-width: 650px;
    }
    .products-grid {
        align-content: start;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: auto;
        grid-gap: 15px;
    }
    .sabcategory-grid {
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
        grid-gap: 10px;
    }
    .category-grid {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        grid-gap: 10px;
    }
    .promo-title {
        margin: 0 auto 20px 0;
        font-size: 30px;
        line-height: 32px;
    }
    .product-title {
        margin: 0 auto 10px 0;
        font-size: 22px;
        line-height: 24px;
    }
    .card-title {
        font-size: 18px;
        line-height: 20px;
    }
    .grid-3 {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .markdown table {
        font-size: 14px;
    }
    .markdown table,
    th,
    td {
        padding: 10px 15px;
        padding: 5px;
    }
    .markdown thead {
        color: var(--grey-1);
        font-size: 17px;
    }
    .markdown tbody {}
    .markdown th {
        height: 50px;
        font-size: 14px;
    }
    .markdown td {
        height: 40px;
        vertical-align: center;
    }
    .mini-paddings {
        padding-top: 15px;
        padding-bottom: 60px;
    }
}

@media (min-width: 768px) {
    section {
        padding-top: 60px;
        padding-bottom: 60px;
        padding-left: 60px;
    }
    .grid-2 {
        grid-gap: 30px;
    }
    header {
        padding-left: 60px;
    }
    footer {
        padding-left: 60px;
    }
    .wrapper {
        max-width: 700px;
    }
    .buttons {
        justify-content: left;
    }
    .button-1 {
        font-size: 18px;
        letter-spacing: 1px;
    }
    .button-2 {
        letter-spacing: 1px;
        font-weight: 700px;
    }
    .grid-2-1-3 {
        display: grid;
        grid-template-columns: 1fr 3fr;
        grid-gap: 15px;
    }
    .category-grid {
        grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
        grid-gap: 10px;
    }
    .subcategory-grid {}
    .promo-title {
        margin: 0 auto 20px 0;
        font-size: 40px;
        line-height: 44px;
    }
    .markdown table {
        font-size: 15px;
    }
}

@media (min-width: 992px) {
    .wrapper {
        max-width: 900px;
    }
    .first-section {
        padding-top: 45px;
    }
    .section-divider {
        position: relative;
    }
    .section-divider::before {
        position: absolute;
        content: '';
        display: block;
        width: 65.5%;
        height: 2px;
        bottom: 0;
        left: 51.57%;
        border-radius: 0 0 2px 2px;
        transform: translateX(-50%);
        background-color: white;
    }
    .section-divider::after {
        position: absolute;
        content: '';
        display: block;
        width: 65.5%;
        height: 2px;
        bottom: 2px;
        left: 51.75%;
        border-radius: 2px 2px 0 0;
        transform: translateX(-50%);
        background-color: rgba(0, 0, 0, 0.05);
    }
    .delivery-text-block .buttons {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(160px, 195px));
        grid-gap: 10px;
        margin-top: 20px;
        -webkit-box-pack: left;
        -webkit-justify-content: left;
        -ms-flex-pack: left;
        justify-content: left;
    }
    .promo-button {
        width: 100%;
        max-width: 200px;
        height: 45px;
        line-height: 45px;
        font-size: 16px;
    }
    .button-1 {
        width: 100%;
        max-width: 180px;
        border: 2px solid var(--main);
        line-height: 45px;
        font-size: 16px;
    }
    .button-1:hover {
        box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.85);
    }
    .button-2 {
        width: 100%;
        border: 2px solid var(--main);
        max-width: 200px;
    }
    .promo-title {
        margin: 0 auto 20px 0;
        font-size: 36px;
        line-height: 42px;
        color: white;
    }
    .page-title {
        font-size: 30px;
        line-height: 34px;
    }
    .product-title {
        margin: 0 auto 10px 0;
        font-size: 28px;
        line-height: 32px;
    }
    .section-title {
        margin: 0 auto 25px 0;
        font-size: 30px;
        line-height: 36px;
        letter-spacing: 0.5px;
    }
    .card-title {
        font-size: 20px;
        line-height: 22px;
    }
    .promo-text {
        margin: 0 auto 18px 0;
        font-size: 15px;
        line-height: 21px;
    }
    .subcategory-grid {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    }
    .grid-4 {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    .markdown h2 {
        font-size: 28px;
        line-height: 32px;
    }
}

@media (min-width: 1200px) {
    .wrapper {
        width: auto;
        height: 100%;
        max-width: 1050px;
        margin: 0 auto;
        padding: 0 15px 0 15px;
        position: relative;
    }
    section {
        padding-top: 90px;
        padding-bottom: 90px;
    }
    .first-section {
        padding-top: 45px;
    }
    .mini-paddings {
        padding-top: 30px;
        padding-bottom: 60px;
    }
    .buttons {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(180px, 210px));
        grid-gap: 15px;
        margin-top: 30px;
    }
    .product-button {
        width: 100%;
        max-width: 230px;
        height: 50px;
        font-size: 16px;
    }
    .promo-button {
        width: 100%;
        max-width: 230px;
        height: 50px;
        line-height: 52px;
        font-size: 16px;
    }
    .button-1 {
        width: 100%;
        max-width: 230px;
        height: 50px;
        line-height: 50px;
        font-size: 16px;
    }
    .button-2 {
        width: 100%;
        height: 50px;
        max-width: 230px;
        border: 3px solid var(--main);
        line-height: 46px;
        font-size: 16px;
    }
    .category-grid {
        grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
        grid-gap: 40px 20px;
    }
    .products-grid {
        grid-template-rows: auto;
        grid-gap: 40px 20px;
    }
    .grid-1-2-3-4 {
        grid-gap: 20px;
    }
    .promo-title {
        margin: 0 auto 15px 0;
        font-size: 46px;
        line-height: 52px;
        color: white;
    }
    .page-title {
        font-size: 40px;
        line-height: 44px;
    }
    .section-title {
        margin: 0 auto 25px 0;
        font-size: 32px;
        line-height: 36px;
        letter-spacing: 0.5px;
    }
    .product-title {
        margin: 0 auto 10px 0;
        font-size: 28px;
        line-height: 32px;
        font-weight: 400;
    }
    .card-title {
        font-size: 16px;
        line-height: 20px;
    }
    .sub-title {
        margin: 0;
        font-size: 16px;
        line-height: 22px;
    }
    .min-title {
        font-size: 23px;
        line-height: 25px;
        margin: 0 auto 15px 0;
    }
    .big-text {
        margin: 0 auto 33px 0;
        font-size: 24px;
        line-height: 28px;
    }
    .jumbotron-navbar-section .big-text {
        margin: 0px;
    }
    .promo-text {
        margin: 0 auto 18px 0;
        font-size: 17px;
        line-height: 23px;
    }
    .text {
        margin: 0 auto 15px 0;
        font-size: 16px;
        line-height: 24px;
    }
    .min-text {
        margin: 0 auto 10px 0;
        font-size: 15px;
        line-height: 19px;
    }
    .markdown h2 {
        font-size: 24px;
        line-height: 28px;
        //margin-top: 55px;
    }
    .markdown h3 {
        font-size: 24px;
        line-height: 30px;
        //margin-top: 55px;
    }
    .markdown h4 {
        font-size: 22px;
        line-height: 28px;
        //margin-top: 55px;
    }
    .zalog-container .markdown p {
        color: var(--grey-7);
        display: block;
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 22px;
        padding-right: 10%;
    }
    .markdown p {
        font-size: 16px;
        line-height: 24px;
        color: var(--grey-6);
        margin-bottom: 20px;
    }
    .markdown ul {
        list-style: none;
        margin-bottom: 30px;
    }
    .markdown li {
        color: var(--grey-6);
        position: relative;
        font-size: 16px;
        line-height: 24px;
        padding-left: 25px;
        margin-bottom: 5px;
    }
    .markdown table {
        margin-bottom: 45px;
        font-size: 16px;
    }
    .markdown table,
    th,
    td {
        padding: 10px 15px;
    }
    .markdown thead {
        color: var(--grey-1);
        font-size: 18px;
    }
    .markdown tbody {}
    .markdown th {
        height: 50px;
    }
    .markdown td {
        height: 36px;
        vertical-align: center;
    }
    .min-text .markdown p, .min-text {
        margin: 0 auto 10px 0;
        font-size: 15px;
        line-height: 19px;
    }    
}

@media (min-width: 1600px) {
    .wrapper {
        width: auto;
        height: 100%;
        max-width: 1280px;
    }
    .inner-wrapper {
        width: 900px;
        margin-right: auto;
        margin-left: auto;
    }
    .first-section {
        padding-top: 45px !important;
    }
    section {
        padding-top: 120px;
        padding-bottom: 120px;
    }
    .buttons {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        grid-gap: 15px;
    }
    .promo-button {
        width: 100%;
        max-width: 260px;
        height: 60px;
        line-height: 60px;
        font-size: 18px;
    }
    .product-button {
        width: 100%;
        max-width: 260px;
        height: 60px;
        line-height: 60px;
        border: none;
    }
    .button-1 {
        width: 100%;
        max-width: 260px;
        height: 60px;
        line-height: 60px;
        font-size: 18px;
    }
    .button-2 {
        width: 100%;
        max-width: 260px;
        height: 60px;
        border: 3px solid var(--main);
        line-height: 56px;
    }
    .subcategory-grid {
        grid-template-columns: repeat(auto-fit, minmax(130px, 195px));
        grid-gap: 45px 15px;
    }
    .products-grid {
        grid-gap: 40px 20px;
    }
    .grid-4 {
        grid-gap: 20px;
    }
    .promo-title {
        margin: 0 auto 25px 0;
        font-size: 58px;
        line-height: 64px;
        color: white;
    }
    .page-title {
        font-size: 50px;
        line-height: 52px;
    }
    .product-title {
        margin: 0 auto 10px 0;
        font-size: 32px;
        line-height: 40px;
        font-weight: 400;
        //text-transform: uppercase;
    }
    .section-title {
        margin: 0 auto 25px 0;
        font-size: 36px;
        line-height: 40px;
        letter-spacing: 0px;
    }
    .title {
        font-size: 17px;
        line-height: 21px;
    }
    .card-title {
        font-size: 18px;
        line-height: 22px;
    }
    .promo-text {
        margin: 0 auto 18px 0;
        font-size: 18px;
        line-height: 24px;
    }
    .text {
        margin: 0 auto 18px 0;
        font-size: 18px;
        line-height: 26px;
    }
    .markdown h2 {
        margin-bottom: 40px;
        font-size: 32px;
        line-height: 36px;
    }
    .markdown h3 {
        margin-bottom: 45px;
    }
    .markdown h4 {
        font-size: 22px;
        line-height: 28px;
        //margin-top: 55px;
    }
    .markdown p {
        font-size: 18px;
        line-height: 27px;
        color: var(--grey-6);
        margin-bottom: 20px;
    }
    .markdown ol {
        list-style: none;
        margin-bottom: 45px;
    }
    .markdown ul {
        list-style: none;
        margin-bottom: 45px;
    }
    .markdown li {
        color: var(--grey-6);
        position: relative;
        font-size: 18px;
        line-height: 23px;
        padding-left: 25px;
        margin-bottom: 10px;
    }
    .markdown table {
        margin-bottom: 45px;
        font-size: 17px;
    }
    .markdown table,
    th,
    td {
        padding: 12px 25px;
    }
    .markdown thead {
        color: var(--grey-1);
        font-size: 18px;
    }
    .markdown tbody {}
    .markdown th {
        height: 60px;
    }
    .markdown td {
        height: 40px;
        vertical-align: center;
    }
}

.index-pointer {
    display: none;
}

.opened {
    bottom: 0;
    overflow-y: scroll;
    overflow-x: hidden;
}

.opened::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    background-color: var(--main);
}

.opened::-webkit-scrollbar {
    width: 7px;
    background-color: #F5F5F5;
}

.opened::-webkit-scrollbar-thumb {
    background-color: var(--grey-8);
    border: 2px solid #555555;
}

.opened .be-1 {
    top: 0%;
    opacity: 0;
}

.opened .be-2 {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.opened .be-3 {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.opened .be-4 {
    top: 100%;
    opacity: 0;
}

.opened .logo-container {
    margin-top: 65px;
}

.closed {
    bottom: calc(-100vh + 65px);
}

.header {
    z-index: 11;
    position: fixed;
    height: 100vh;
    width: 100%;
    background-color: var(--secondary);
    background: linear-gradient( -135deg, rgba(53, 53, 53, 1) 0%, rgba(38, 38, 38, 1) 100%);
    border-radius: 3px 3px 0 0;
    padding: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: bottom 0.5s ease-out;
    transition: bottom 0.5s ease-out;
}

.header::before {
    display: block;
    content: '';
    position: absolute;
    width: 210px;
    height: 4px;
    border-radius: 0 0 6px 6px;
    background-color: var(--grey-6);
    top: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.header::after {
    display: block;
    content: '';
    position: absolute;
    width: 210px;
    height: 4px;
    border-radius: 6px 6px 0 0;
    background-color: var(--grey-7);
    bottom: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.be-1 {
    top: 25%;
}

.be-2 {
    top: 50%;
}

.be-3 {
    top: 50%;
}

.be-4 {
    top: 75%;
}

.logo-container {
    margin-left: 25px;
    margin-right: 20px;
    margin-top: 15px;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.logo-link {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 3px;
    max-width: 70px;
    width: 100%;
    -webkit-flex-basis: revert;
    -ms-flex-preferred-size: revert;
    flex-basis: revert;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.logo {
    margin-top: 2px;
    width: 70px;
    height: auto;
}

.btn-parent {
    background-color: transparent;
    border: none;
    outline: none;
}

.btn-container {
    cursor: pointer;
    display: block;
    position: relative;
    border-radius: 3px;
    width: 36px;
    height: 36px;
    background-color: rgba(0, 0, 0, 0);
}

.btn-container:active .button-element {
    background-color: var(--grey-2);
}

.btn-container:hover .be-1 {
    width: 50%;
}

.btn-container:hover .be-4 {
    width: 50%;
}

.button-element {
    background-color: var(--main);
    width: 80%;
    border-radius: 2px;
    height: 4px;
    position: absolute;
    left: 50%;
    top: 50%;
    box-shadow: 0px 0px 0px rgba(0, 0, 2px, 0.8);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.2s ease-out, opacity 0.4s ease-out 0.5s, -webkit-transform 0.4s ease-out 0.5s, top 0.2s ease-in 0.5s;
    -webkit-transition: all 0.2s ease-out, opacity 0.4s ease-out 0.5s, transform 0.4s ease-out 0.5s, top 0.2s ease-in 0.5s;
    transition: all 0.2s ease-out, opacity 0.4s ease-out 0.5s, transform 0.4s ease-out 0.5s, top 0.2s ease-in 0.5s;
}

.be-1 {
    top: 25%;
}

.be-2 {
    top: 50%;
}

.be-3 {
    top: 50%;
}

.be-4 {
    top: 75%;
}

.nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.link-container {
    position: relative;
    -webkit-text-decoration: none;
    text-decoration: none;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 5px 20px 5px 25px;
    border-top: 1px solid rgba(0, 0, 0, 0);
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

nav .active {
    position: relative;
}

nav .active:after {
    position: absolute;
    display: block;
    content: '';
    top: 50%;
    right: -1px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 30px 0 0 30px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 10px 15px 0;
    border-color: transparent var(--main) transparent transparent;
}

nav .active .link-icon-container .image-container div img {
    width: 100%;
    -webkit-filter: grayscale(0%)!important;
    filter: grayscale(0%)!important;
}

.nav-link {
    color: var(--grey-5);
    font-size: 14px;
}

.link-container:hover {
    background-color: var(--grey-7);
    background-color: rgba(239, 124, 34, 0.2);
}

.link-container:hover .nav-link {
    color: white;
}

.link-icon-container {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 30px;
    height: 22px;
}

.link-container .image-container div .link-icon {
    -webkit-filter: grayscale(100%) contrast(300%);
    filter: grayscale(100%) contrast(300%);
}

.image-container div .link-icon {
    width: 70%;
    -webkit-filter: grayscale(100%) contrast(300%);
    filter: grayscale(100%) contrast(300%);
}

.nav-contacts-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
}

.nav-adress {
    font-size: 15px;
    line-height: 21px;
    color: var(--grey-2);
}

.nav-phone-number {
    display: block;
    font-size: 18px;
    line-height: 21px;
    color: white;
    -webkit-text-decoration: none;
    text-decoration: none;
}

.nav-mail {
    display: block;
    text-align: right;
    color: var(--main);
    font-size: 15px;
    margin-right: 0;
    margin-left: auto;
    -webkit-text-decoration: none;
    text-decoration: none;
}

.bottom-container {
    padding: 25px;
    padding-top: 20px;
    background: rgba(0, 0, 0, 0.07);
}

.socials {
    margin-top: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.social-link {
    -webkit-text-decoration: none;
    text-decoration: none;
}

.icon {
    margin-right: 5px;
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 5px;
    border: 2px solid lightgrey;
    color: lightgrey;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
}

.social-link:hover .icon {
    border: 2px outset white;
    color: white;
}

.bot-logo-wrap {
    width: 18px;
    height: 20px;
    position: relative;
}

.nav-logo-bot {
    position: absolute;
    right: 19px;
    bottom: 22px;
    border-radius: 7px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 35px;
    height: 35px;
    box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.3), -3px -3px 4px rgba(255, 255, 255, 0.055), inset -2px -2px 2px rgba(0, 0, 0, 0.3), inset 2px 2px 2px rgba(255, 255, 255, 0.055);
    -webkit-transition: box-shadow 0.1s ease-out, text-shadow 0.2s ease-out, background-color 0.2s ease-out;
    transition: box-shadow 0.1s ease-out, text-shadow 0.2s ease-out, background-color 0.2s ease-out;
}

.nav-logo-bot:hover {
    box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.4), -3px -3px 4px rgba(255, 255, 255, 0.09);
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
}

.nav-logo-bot:active {
    box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.4), -3px -3px 4px rgba(255, 255, 255, 0.09), inset 3px 3px 2px rgba(0, 0, 0, 0.3), inset -3px -3px 2px rgba(255, 255, 255, 0.055);
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
}

.min-logo-img {
    display: block;
    width: 18px;
    height: auto;
    opacity: 0.5;
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
}

.nav-logo-bot:hover .image-container div .min-logo-img {
    opacity: 0.81;
}

@media (min-width:576px) {
    .icon {
        margin-right: 5px;
        width: 30px;
        height: 30px;
        border-radius: 7px;
        line-height: 25px;
        font-size: 16px;
    }
}

@media (min-width:768px) {
    .opened {
        bottom: 0;
        left: 0;
        box-shadow: 38px 0 50px rgba(0, 0, 0, 0.55);
        overflow-y: auto;
    }
    .opened .be-1 {
        top: 0%;
        opacity: 0;
    }
    .opened .be-2 {
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        -ms-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-45deg);
    }
    .opened .be-3 {
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg);
    }
    .opened .be-4 {
        top: 100%;
        opacity: 0;
    }
    .opened .logo-container {
        margin-top: 12px;
    }
    .closed {
        left: -267px;
        bottom: 0;
    }
    .header {
        z-index: 2;
        position: fixed;
        height: 100%;
        width: 350px;
        padding: 0px;
        border-radius: 0 0px 0px 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-transition: left 0.4s ease-out, box-shadow 0.3s ease-out;
        transition: left 0.4s ease-out, box-shadow 0.3s ease-out;
        border-right: 8px solid var(--main);
    }
    .header::after {
        z-index: -1;
        display: none;
        content: '';
        position: absolute;
        width: 8px;
        height: 100%;
        border-radius: 0;
        background-color: var(--main);
        bottom: 0;
        top: 0;
        right: -8px;
        left: auto;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }
    .header::after {
        display: none;
    }
    .header::before {
        display: none;
    }
    .top-container {
        padding-top: 24px;
    }
    .logo-container {
        position: relative;
        margin-left: 25px;
        margin-right: 19px;
        margin-top: 12px;
        margin-bottom: 35px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .logo-link {
        margin-top: 0;
        max-width: 120px;
    }
    .logo {
        width: 120px;
        height: auto;
    }
    .link-container {
        cursor: pointer;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 10px 22px 7px 25px;
        line-height: 17px;
    }
    .bottom-container {
        position: relative;
        padding: 25px;
        background: none;
    }
    .nav-contacts-grid {
        display: block;
        margin-bottom: 30px;
    }
    .nav-adress {
        margin-bottom: 15px;
    }
    .nav-phone-number {
        font-size: 22px;
        color: white;
    }
    .nav-mail {
        text-align: left;
    }
    .socials {
        margin-top: 30px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .social-link {
        -webkit-text-decoration: none;
        text-decoration: none;
    }
    .icon {
        margin-right: 5px;
        display: block;
        width: 30px;
        height: 30px;
        border-radius: 7px;
        border: 2px solid lightgrey;
        color: lightgrey;
        text-align: center;
        line-height: 25px;
    }
    .social-link:hover .icon {
        border: 2px outset white;
        color: white;
    }
    .index-pointer {
        display: block;
        position: absolute;
        right: -15px;
        font-size: 12px;
        line-height: 16px;
        bottom: 100px;
        color: var(--grey-6);
        -webkit-letter-spacing: 3px;
        -moz-letter-spacing: 3px;
        -ms-letter-spacing: 3px;
        letter-spacing: 3px;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        pointer-events: none;
    }
}

@media (min-width:992px) {
    .nav-link {
        color: var(--grey-5);
        font-size: 16px;
    }
}

@media (min-width:1200px) {}

@media (min-width:1600px) {
    .header::before {
        display: none;
    }
    .link-icon-container {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 30px;
        height: 27px;
    }
    .link-container .image-container div .link-icon {
        -webkit-filter: grayscale(100%) contrast(300%);
        filter: grayscale(100%) contrast(300%);
    }
    .link-container {
        padding: 12px 22px 9px 25px;
    }
}

.ya-site-form {
    position: relative;
}

.search-section {
    height: 75px;
    margin: 0;
}

.search-input {
    background-color: var(--bg-color);
    margin-right: 5px;
    padding-left: 12px;
    padding-right: 12px;
    border: none !important;
    height: 40px;
    border-radius: 6px;
    box-shadow: inset 3px 3px 2px rgba(0, 0, 0, 0.065), inset -3px -3px 2px rgba(255, 255, 255, 1);
}

.search-button {
    position: absolute;
    right: 0px;
    top: 50%;
    bottom: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    content: '';
    width: 38px!important;
    height: 38px!important;
    border: none;
    border-radius: 6px;
    background-color: var(--main);
    background-image: url('/local/templates/renta76/img/icons/svg/loupewhite.svg')!important;
    background-repeat: no-repeat!important;
    background-position: 56% 50%;
    background-size: 50%;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    margin-top: 3px;
}

.search-button:hover {
    box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.2), -4px -4px 4px rgba(255, 255, 255, 1);
}

.search-button:active {
    box-shadow: 2px 2px 2px rgba(255, 255, 255, 1), -2px -2px 3px rgba(0, 0, 0, 0.2);
}

.loupe {
    display: block;
    width: 30px;
    height: 30px;
    background-image: 'url(/local/templates/renta76/img/icons/svg/loupewhite.svg)'!important;
    background-repeat: no-repeat;
}

/*.content-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}*/

.search-container {
    all: none;
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.search {
    position: relative;
    border: 1px solid #e8e8e8;
    border: none;
    border-radius: var(--big-border-radius);
    height: 40px;
    width: 100%;
    font-family: 'RobotoCondensed';
    padding-left: 20px;
    background-color: #fafafa;
    box-shadow: inset -2px -2px 2px rgba(255, 255, 255, 1), inset 2px 2px 2px rgba(0, 0, 0, 0.1);
}

.search:focus {
    outline-color: var(--main);
    overflow-y: visible;
}

.search-icon {
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 16px;
    height: 16px;
    cursor: pointer;
    border: none;
    outline: none;
    background: url('/local/templates/renta76/img/icons/svg/loupe.svg');
}

.search-logo-container {
    width: 65px;
    /* margin-left: 30px; */
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    height: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.search-logo-container img {
    object-fit: cover;
}

.search-logo-container .img-wrapper {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    width: 100%;
    height: 45px;
    position: relative;
}

.search-logo {
    width: 100%;
}

.contacts {
    display: none;
}

.search:focus+.search-results {
    display: block;
}

.search+.search-results:hover {
    display: block;
}

.search+.search-results {
    display: none;
}

.search-results {
    width: 140%;
    position: absolute;
    top: 45px;
    background: #fafafa;
    z-index: 1;
    display: block;
    height: auto;
    max-height: 300px;
    overflow-y: scroll;
    padding: 10px;
    padding-top: 15px;
    border-radius: var(--big-border-radius);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}

.search-result-item {
    -webkit-text-decoration: none;
    text-decoration: none;
}

.search-result-item .min-text {
    color: var(--grey-7);
}

.search-result-item:hover .min-text {
    color: var(--main);
}

.search-results::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.search-results::-webkit-scrollbar {
    width: 7px;
    background-color: var(--main);
}

.search-results::-webkit-scrollbar-thumb {
    background-color: var(--grey-8);
    border: 2px solid #555555;
}

@media (max-width:576px) {
    
    .search-logo-container {
        margin-left: 0px;        
    }
    
    .search-logo-container img {
        object-fit: initial;
    }
}

@media (min-width:576px) {
            
    .search-section {
        height: 120px;
    }
    .search {
        width: 270px;
        height: 50px;
    }
    .search-container {
        width: 270px;
    }
    .search-logo-container {
        width: 180px;
        height: 80px;
        margin-left: 30px;
        display: none;
    }
    .search-logo {
        width: 100%;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    .search-results {
        top: 55px;
        padding-left: 20px;
    }
    .contacts {
        display: block;
        text-align: right;
    }
    .phone-number {
        display: block;
        font-size: 24px;
        line-height: 24px;
        color: #434343;
        font-weight: 700;
        -webkit-letter-spacing: -0.5px;
        -moz-letter-spacing: -0.5px;
        -ms-letter-spacing: -0.5px;
        letter-spacing: -0.5px;
        -webkit-text-decoration: none;
        text-decoration: none;
    }
    .mail {
        display: block;
        font-size: 16px;
        color: var(--main);
        -webkit-letter-spacing: 1px;
        -moz-letter-spacing: 1px;
        -ms-letter-spacing: 1px;
        letter-spacing: 1px;
        -webkit-text-decoration: none;
        text-decoration: none;
    }
    .phone-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .email-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .search-icon-container {
        width: 15px;
        margin-right: 7px;
        height: 15px;
    }
    .search-contact-icon {
        width: 100%;
        height: auto;
        -webkit-filter: invert(0.7);
        filter: invert(0.7);
    }
}

@media (min-width:768px) {
    .search-section {
        padding-left: 60px;
    }
}

@media (min-width:992px) {
    
    .content-container {
        position: relative;
    }
    
    .jumbotron-navbar-section .content-container {
        z-index: 0;
        width: auto;
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;        
    }
    
    .search-logo-container .img-wrapper {
        height: 80px;
    }
    .search-logo-container {
        width: 135px;
        /* height: 80px; */
        /* margin-left: 0px; */
        display: block;
        /* position: absolute; */
        /* top: 50%; */
        /* left: 50%; */
        /* -webkit-transform: translate(-50%, -50%); */
        -ms-transform: translate(-50%, -50%);
        /* transform: translate(-50%, -50%); */
    }
    .search-logo {
        width: 100%;
    }
    .ya-site-form {
        max-width: 250px;
    }
}

@media (min-width:1200px) {
    .phone-container {
        margin-bottom: 5px;
    }
}

.promo-screen {
    padding: 0;
    margin-top: 0;
}

.promo-screen .owl-carousel .owl-stage {
    display: flex;
}

.carousel-item {
    /*display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;*/
    outline: none;
    padding: 30px;
    width: 100%;
    height: 100%;
    background-color: #ef7c22;
    background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.2' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
}

.main-promo-slider-text-container {
    text-align: center;
}

.promo-button {
    margin: 0 auto;
}

.slide-img-container {
    display: none;
}

.owl-carousel .owl-item img {
    width: auto;
}

.owl-carousel.epmployee-slider .owl-item img {
    width: 100%;
}

.owl-carousel.epmployee-slider .owl-item .position-name {
    height: 30px;
}

@media (min-width:576px) {}

@media (min-width:768px) {
    .carousel-item {
        padding-left: 120px;
    }
    .promo-slide-grid {
        display: grid;
        grid-template: 1fr / 1fr 1fr;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        grid-gap: 10px;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100%;
    }
    .main-promo-slider-text-container {
        text-align: left;
    }
    .promo-button {
        margin: 0 auto 0 0;
    }
    .slide-img-container {
        display: block;
        position: relative;
        width: 100%;
        height: 100%;
    }
    .promo-slide-img {
        display: block;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        /*width: auto!important;*/        
    }
    .promo-screen .promo-oborud .promo-slide-img {
        width: 100%;
        left: 30px;
        z-index: 0;
    }
    .promo-screen .promo-uslugi .promo-slide-img {
        right: 0;
    }
    .owl-dots {
        padding-left: 60px;
    }
}

@media (min-width:992px) {
    .promo-screen {
        overflow: visible;
        position: relative;
    }
    .keen-slider {
        overflow: visible;
    }
    .promo-spectech .promo-slide-img {
        height: 110%;
        right: 50%;
        -webkit-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
        transform: translate(50%, -50%);
    }
    .promo-oborud .promo-slide-img {
        width: 100%;
        left: -10px;
        z-index: 0;
    }
    .promo-trall .promo-slide-img {
        height: 90%;
        right: 65%;
        -webkit-transform: translate(50%, -50%) scale(1.1);
        -ms-transform: translate(50%, -50%) scale(1.1);
        transform: translate(50%, -50%) scale(1.1);
    }
    .promo-uslugi .promo-slide-img {
        height: 90%;
        right: 0;
        top: 55%;
        -webkit-transform: translateY(-50%) scale(1.1);
        -ms-transform: translateY(-50%) scale(1.1);
        transform: translateY(-50%) scale(1.1);
    }
}


.owl-dots {
    padding-top: 6px;
    padding-bottom: 15px;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style-type: none;
    margin-top: 15px;
}

.owl-dots .owl-dot {
    width: 7px;
    height: 7px;
    display: block;
    background-color: var(--grey-3)!important;
    border: none;
    border-radius: 1px;
    margin: 0 7px;
}

.owl-dots .owl-dot.active {
    width: 10px;
    height: 10px;
    background-color: var(--main)!important;
    position: relative;
    border-radius: 5px!important;
    box-shadow: 2px 2px 3px rgb(0 0 0 / 15%), -2px -2px 3px rgb(255 255 255);
}

@media (min-width:1200px) {
    .owl-dots {
        margin-top: 15px;
        padding-left: 57px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (min-width:1600px) {
    .carousel-item {
        padding: 60px;
        padding-left: 13%;
        padding-right: 13%;
    }
    .promo-trall .main-promo-slider-text-container {
        padding-left: 145px;
    }
    .promo-spectech .promo-slide-img {
        height: 120%;
        right: 40%;
        top: 52%;
        -webkit-transform: translate(50%, -50%) scale(1);
        -ms-transform: translate(50%, -50%) scale(1);
        transform: translate(50%, -50%) scale(1);
    }
    .promo-oborud .promo-slide-img {
        height: 100%;
        left: -10px;
        z-index: 0;
        -webkit-transform: translateY(-50%) scale(1.05);
        -ms-transform: translateY(-50%) scale(1.05);
        transform: translateY(-50%) scale(1.05);
    }
    .promo-dostavka .promo-slide-img {
        height: 120%;
        right: 50%;
        -webkit-transform: translate(50%, -50%) scale(1.1);
        -ms-transform: translate(50%, -50%) scale(1.1);
        transform: translate(50%, -50%) scale(1.1);
    }
    .promo-uslugi .promo-slide-img {
        height: 120%;
        right: 5%;
        top: 55%;
    }
    .owl-dots {
        margin-top: 27px;
    }
}

.main-sections {
    padding-top: 15px;
}

.title {
    color: var(--grey-4);
}

.main-sections-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    grid-template-rows: 1fr 1fr 1fr 1fr;
    grid-gap: 15px;
}

a {
    -webkit-text-decoration: none;
    text-decoration: none;
}

.main-sections-card {
    z-index: 1;
    position: relative;
    height: 100%;
    display: grid;
    grid-template: 1fr auto / 1fr;
    grid-gap: 15px;
    padding: 30px 15px 30px 30px;
    -webkit-transition: -webkit-transform 0.2s ease-out;
    -webkit-transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
}

.main-sections-card::before {
    z-index: -1;
    display: block;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: var(--border-radius);
    box-shadow: var(--card-shadow-min);
    background: linear-gradient( 135deg, rgba(53, 53, 53, 1) 0%, rgba(38, 38, 38, 1) 100%);
    -webkit-transition: -webkit-transform 0.2s ease-out, box-shadow 0.2s ease-out;
    -webkit-transition: transform 0.2s ease-out, box-shadow 0.2s ease-out;
    transition: transform 0.2s ease-out, box-shadow 0.2s ease-out;
}

.main-sections-card:hover::before {
    box-shadow: var(--card-hover-color);
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}

.main-sections-card:hover .main-sections-card-title {
    color: var(--main);
}

.main-card-img-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-items: flex-end;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    width: 60px;
    position: absolute;
    top: 25px;
    right: 20px;
    -webkit-filter: invert(50%);
    filter: invert(50%);
}

.main-card-img {
    width: 100%;
    height: auto;
    -webkit-filter: invert(50%);
    filter: invert(50%);
    -webkit-transition: filter 0.2s ease-out;
    transition: filter 0.2s ease-out;
}

.main-sections-card:hover .main-card-img {
    -webkit-filter: invert(100%) drop-shadow(3px 3px 4px rgba(0, 0, 0, 1));
    filter: invert(100%) drop-shadow(3px 3px 4px rgba(0, 0, 0, 1));
}

.main-sections-card-title {
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fafafa;
    width: 60%;
    -webkit-text-decoration: none;
    text-decoration: none;
    text-align: left;
    -webkit-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
}

p {
    font-size: 13px;
    color: var(--grey-text);
    -webkit-text-decoration: none;
    text-decoration: none;
    padding-right: 66px;
}

.main-sections-link {
    display: none;
}

.main-sections-link:hover {
    color: var(--main);
}

@media (min-width:576px) {
    .title {
        text-align: left;
    }
    .main-sections-grid {
        grid-template-rows: 1fr 1fr;
    }
}

@media (min-width:768px) {}

@media (min-width:992px) {
    .main-sections-card {
        display: grid;
        grid-template: 45px 1fr auto / 1fr;
        grid-gap: 15px;
        padding: 30px;
        background-color: #656565;
        border-radius: var(--border-radius);
    }
    .main-sections-card:hover {
        box-shadow: var(--card-hover-color);
    }
    .main-sections-card-title {
        font-size: 20px;
        line-height: 26px;
        font-weight: 400;
        text-transform: uppercase;
        color: #fafafa;
        -webkit-text-decoration: none;
        text-decoration: none;
    }
    .main-sections-link {
        display: block;
        -webkit-text-decoration: none;
        text-decoration: none;
        color: white;
        font-weight: 400;
        font-size: 14px;
        line-height: 14px;
        margin: 0;
    }
    p {
        padding-right: 0px;
    }
}

@media (min-width:1200px) {
    .main-sections {
        padding-top: 30px;
    }
    .main-sections-grid {
        grid-template: 1fr 1fr / 1fr 1fr;
    }
    p {
        padding-right: 0px;
        font-size: 14px;
    }
}

@media (min-width:1600px) {
    .main-sections-grid {
        grid-template: 1fr / 1fr 1fr 1fr 1fr;
    }
    .main-sections-card {
        grid-template: 60px 1fr auto / 1fr;
        padding-bottom: 35px;
    }
    .main-sections-card-title {
        font-size: 22px;
        line-height: 28px;
    }
    p {
        font-size: 13px;
        padding-right: 0px;
    }
    .main-sections-link {
        padding-top: 10px;
    }
}

.services-keen-section {
    background-color: rgba(0, 0, 0, 0.06);
    width: 100%;
}

.color-text {
    color: var(--main);
    font-size: 60px;
    line-height: 60px;
    text-align: left;
}

.services-keen-grid {
    width: 100%;
}

.ss-container {
    margin-bottom: 20px;
}

.title {
    text-align: left;
    color: var(--main);
}

.text .markdown p {
    color: var(--grey-3)!important;
}

.employee .text .markdown p {
    color: var(--grey-7)!important;
    font-size: 16px!important;
    line-height: 22px!important;
    margin-bottom: 20px!important;
}

.ss-image-container {
    max-width: 370px;
    height: 200px;
    margin-bottom: 15px;
}

.ss-image {
    width: 100%;
}

.ss-dots-list {
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.ss-dot-li {
    padding: 6px;
    padding-left: 0px;
    cursor: pointer;
    margin-right: 10px;
}

.ss-dot-li:hover span {
    color: var(--main);
}

@media (min-width:1200px) {
    .services-keen-grid {
        display: grid;
        grid-template-columns: 1fr 50%;
        grid-template-rows: auto auto auto;
        gap: 30px;
    }
    .ss-container {
        margin-bottom: 0px;
    }
    .ss-image-container {
        max-width: 670px;
        height: 310px;
        margin-bottom: 15px;
    }
    .ss-image {
        width: 100%;
    }
    .ss-dots-list-container {
        grid-column: 1 / 3;
    }
    .mini-dots-container {
        grid-column: 1 / 3;
    }
}

@media (min-width:1600px) {
    .services-keen-grid {
        display: grid;
        grid-template-columns: 1fr 50%;
        grid-template-rows: auto auto auto;
        -webkit-column-gap: 90px;
        column-gap: 90px;
    }
    .ss-container {
        margin-bottom: 0px;
    }
    .ss-image-container {
        max-width: 670px;
        height: 390px;
        margin-bottom: 15px;
    }
    .ss-image {
        width: 100%;
    }
}

/*@media (min-width:1200px) {
    .content-container::before {
        width: 120%;
        top: -30px;
        left: -55%;
        bottom: -30px;
        right: auto;
    }
}*/

@media (min-width:1600px) {
    /*.content-container::before {
        left: -65%;
        border-radius: 10px 10px 60px 60px;
    }*/
    .big-text {
        font-size: 30px;
    }
    .button-icon {
        box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.4);
    }
}

.colored {
    color: var(--main);
}

.delivery-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
}

.delivery-cards-block {
    margin-top: 15px;
    margin-bottom: 15px;
    display: grid;
    grid-gap: 5px;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}

.delivery-card {
    cursor: pointer;
    background-color: rgba(239, 124, 34, 0.1);
    background-color: var(--grey-9);
    overflow: hidden;
    border-radius: var(--border-radius);
    display: grid;
    grid-template: 140px / 1fr 2fr;
    grid-gap: 20px;
    -webkit-transition: box-shadow 0.2s ease-out;
    transition: box-shadow 0.2s ease-out;
}

.delivery-card:hover {
    box-shadow: var(--card-shadow);
}

.delivery-img-cont {
    width: 130px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: var(--border-radius);
}

.trall-img {
    height: auto;
    width: 100%;
    -webkit-transform: scale(1.63);
    -ms-transform: scale(1.63);
    transform: scale(1.63);
}

.delivery-text-cont {
    padding: 15px 15px 15px 0;
}

.tral-name {
    font-size: 12px;
    line-height: 12px;
    color: var(--grey-text);
    color: #be641e;
    margin-bottom: 0px;
}

.tral-name-value {
    font-size: 14px;
    color: var(--grey-2);
    margin-bottom: 5px;
}

.tral-descr {
    margin-top: 2px;
    font-size: 12px;
    line-height: 14px;
    color: var(--grey-4);
}

.tral-link {
    display: none;
}

.delivery-text-block {
    margin-top: 15px;
    margin-bottom: 15px;
}

.delivery-text-block .text {
    color: var(--grey-8);
}
.delivery-text-block .text p {
    font-family: 'RobotoCondensed';
    display: block;
    margin: 0 auto 18px 0;
    font-size: 16px;
    line-height: 21px;
    -webkit-text-decoration: none;
    text-decoration: none;
    font-weight: 400;    
    color: var(--grey-8);
}

.delivery-button-link {
    -webkit-text-decoration: none;
    text-decoration: none;
}

@media (min-width:576px) {
    .delivery-card {
        grid-template: 170px / 1fr 2fr;
        grid-gap: 15px;
    }
    .delivery-card:hover {
        box-shadow: var(--card-shadow);
        background-color: white;
    }
    .delivery-img-cont {
        width: 170px;
        overflow: hidden;
    }
    .delivery-text-cont {
        padding: 15px 15px 15px 0;
    }
    .tral-name {
        font-size: 14px;
        margin-bottom: 4px;
    }
    .tral-name-value {
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 7px;
    }
    .tral-name2 {
        font-size: 14px;
        color: var(--grey-text);
    }
    .tral-name2-value {
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 7px;
    }
    .tral-descr {
        font-size: 14px;
    }
    .tral-link {
        display: none;
    }
    .delivery-text-block {
        margin-top: 15px;
        margin-bottom: 15px;
    }
}

@media (min-width:768px) {
    .delivery-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .delivery-cards-block {
        margin-top: 25px;
        margin-bottom: 25px;
        display: grid;
        grid-gap: 15px;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
    .delivery-text-block {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        padding-left: 60px;
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .delivery-card {
        grid-template: 150px / 1fr 2fr;
        grid-gap: 15px;
    }
    .delivery-img-cont {
        width: 130px;
    }
    .tral-name-value {
        font-size: 15px;
        margin-bottom: 5px;
    }
}

@media (min-width:992px) {}

@media (min-width:1200px) {
    .delivery {
        position: relative;
        background: linear-gradient( to bottom, rgba(247, 244, 251, 1) 0%, rgba(247, 244, 251, 1) 8%, rgba(247, 244, 251, 0.7) 50%, rgba(247, 244, 251, 1) 92%, rgba(247, 244, 251, 1) 100%), url('/local/templates/renta76/img/backgrounds/bg-delivery-black.jpg') 50% 50% no-repeat;
    }
    .delivery-cards-block {
        margin-top: 15px;
        margin-bottom: 15px;
        display: grid;
        grid-template: 1fr / 200px 200px 200px;
        grid-gap: 10px;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
    .delivery-card {
        width: 100%;
        height: 500px;
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: flex-end;
        -webkit-box-align: flex-end;
        -ms-flex-align: flex-end;
        align-items: flex-end;
    }
    .delivery-card:hover {
        box-shadow: 0 20px 30px rgba(0, 0, 0, 0.5);
        box-shadow: var(--card-hover-color);
    }
    .delivery-card:hover .tral-name-value {
        text-shadow: 5px 5px 8px rgba(0, 0, 0, 0.65);
        color: var(--grey-1);
    }
    .delivery-card::before {
        z-index: 1;
        position: absolute;
        content: '';
        display: block;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient( to top, rgba(43, 43, 43, 1) 0%, rgba(43, 43, 43, 1) 15%, rgba(43, 43, 43, 0.15) 50%, rgba(43, 43, 43, 0.15) 100%);
    }
    .delivery-img-cont {
        z-index: 0;
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-size: cover;
    }
    .img-cont-1 {
        background: url('/local/templates/renta76/img/trals/daf.jpg') 57% 40% no-repeat;
    }
    .img-cont-2 {
        background: url('/local/templates/renta76/img/trals/volvo.jpg') 40% 65% no-repeat;
    }
    .img-cont-3 {
        background: url('/local/templates/renta76/img/trals/volvo-2.jpg') 55% 0% no-repeat;
    }
    .trall-img {
        display: none;
    }
    .delivery-text-cont {
        z-index: 1;
        height: 190px;
        padding: 15px 15px 45px;
    }
    .tral-name {
        font-size: 12px;
    }
    .tral-name-value {
        font-size: 16px;
        font-weight: 700;
        color: var(--grey-3);
        text-transform: uppercase;
        margin-bottom: 7px;
        -webkit-transition: all 0.4s ease-out;
        transition: all 0.4s ease-out;
    }
    .tral-descr {
        font-size: 13px;
        color: var(--grey-4);
    }
    .tral-link {
        display: block;
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        height: 25px;
        width: 100%;
        background-color: var(--grey-9);
        -webkit-text-decoration: none;
        text-decoration: none;
        font-size: 13px;
        line-height: 22px;
        text-align: center;
        color: var(--grey-text);
    }
    .tral-link:hover {
        color: var(--main);
    }
    .delivery-text-block {
        margin-top: 30px;
    }
    .delivery-text-block .text {
        color: var(--grey-7);
        font-weight: 700;
    }
}

@media (min-width:1600px) {
    .delivery-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr;
        gap: 120px;
    }
    .section-title {
        font-size: 56px;
        line-height: 64px;
    }
}

.image-container {
    width: 100%;
    height: 100%;
    position: relative;
}

.promo-screen .owl-carousel .owl-item {
    min-height: 100%;
}

.offer-slide {
    position: relative;
    width: 100%;
    height: 100%;
}

.offers-image {
    width: 100%;
    height: auto;
}

@media (min-width:576px) {}

@media (min-width:768px) {}

@media (min-width:992px) {}

@media (min-width:1200px) {}

@media (min-width:1600px) {
    .offers-keen-section {
        padding-top: 30px;
        padding-top: 30px;
    }
}

.clients .section-title {
    margin-bottom: 30px;
}

.clients-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    grid-gap: 30px 15px;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.client {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.client-img {
    width: 60%;
}

@media (min-width:1200px) {
    .clients .section-title {
        margin-bottom: 60px;
    }
    .clients-grid {
        grid-gap: 45px;
    }
}

@media (min-width:1600px) {
    .clients {
        padding-top: 60px;
    }
    .client-img {
        width: 75%;
    }
}

.input-label {
    display: block;
}

input:not([type=checkbox]) {
    margin-top: 5px;
    display: block;
    width: 100%;
    color: var(--grey-8);
}

@media (min-width:576px) {}

@media (min-width:768px) {}

@media (min-width:992px) {}

@media (min-width:1200px) {}

@media (min-width:1600px) {}

.input-label {
    font-family: 'RobotoCondensed', sans-serif;
}

textarea {
    color: var(--grey-8);
}

@media (min-width:576px) {}

@media (min-width:768px) {}

@media (min-width:992px) {}

@media (min-width:1200px) {}

@media (min-width:1600px) {}

.cta-form {
    margin: 0;
    padding: 0;
}

.cta-cell-1 {
    display: none;
}

.cta-cell-3 {
    display: none;
}

.cta-cell-2 {
    padding: 60px 15px;
    background: rgba(33, 33, 33, 0.98);
}

.flex-form-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-form-text-block {
    max-width: 390px;
}

.cta-form .section-title {
    color: var(--grey-2);
}

.input-cell {
    margin-bottom: 15px;
}

.cta-form .input-cell input:not([type=checkbox]),
.cta-form .input-cell textarea {
    color: white;
}

.input-cell .phone-input {
    display: block;
    width: 100%;
}

.input-cell .phone-input #phone {
    margin-top: 5px;
    width: 100%;
}

.input-label {
    font-size: 16px;
    color: var(--grey-6);
}

.form-control {
    margin-top: 5px;
}

textarea {
    width: 100%;
    height: 60px;
    padding: 15px;
    background-color: var(--grey-8);
    border-radius: var(--border-radius);
    border: none;
    box-shadow: inset -2px -2px 3px rgba(255, 255, 255, 0.05), inset 2px 2px 3px rgba(0, 0, 0, 0.4);
}

.cta-form input:not([type=checkbox]) {
    padding: 15px;
    background-color: var(--grey-8);
    border-radius: var(--border-radius);
    border: none;
    box-shadow: inset -2px -2px 3px rgba(255, 255, 255, 0.05), inset 2px 2px 3px rgba(0, 0, 0, 0.4);
}

.success-text {
    color: var(--c3);
}

@media (min-width:576px) {
    .flex-form-text-block {
        max-width: 630px;
    }
}

@media (min-width:768px) {
    .cta-form-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .cta-cell-1 {
        display: block;
        background: linear-gradient( to right, rgba(43, 43, 43, 0.53), rgba(43, 43, 43, 0.53)), url('/local/templates/renta76/img/banners/form/bg-form-1.jpg') 50% 50% no-repeat;
    }
    .cta-cell-3 {
        display: none;
    }
    .flex-text-container {
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .cta-form-text-block {
        max-width: 630px;
        padding-left: 15px;
    }
    .cta-form .form-title {
        text-transform: uppercase;
        color: var(--grey-1);
        margin-bottom: 30px;
        font-size: 48px;
        line-height: 56px;
    }
    .cta-form .sub-title {
        color: var(--grey-3);
    }
}

@media (min-width:992px) {}

@media (min-width:1200px) {
    .cta-form {
        padding-left: 60px;
        padding-top: 0;
        padding-bottom: 0;
        background-color: rgba(43, 43, 43, 1);
        border-top: 10px solid #353535;
        border-bottom: 10px solid #353535;
    }
    .cta-form .buttons {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .cta-form-grid {
        display: grid;
        grid-template-columns: 33% 33% 34%;
    }
    .cta-cell-2 {
        padding: 45px 30px;
    }
    .cta-cell-3 {
        display: block;
        background: linear-gradient( to right, rgba(43, 43, 43, 0.53), rgba(43, 43, 43, 0.53)), url('/local/templates/renta76/img/banners/form/bg-form-3.jpg') 50% 50% no-repeat;
    }
    .cta-cell-1 .flex-text-container {
        -webkit-align-items: flex-start;
        -webkit-box-align: flex-start;
        -ms-flex-align: flex-start;
        align-items: flex-start;
    }
    .cta-cell-3 .flex-text-container {
        -webkit-align-items: flex-end;
        -webkit-box-align: flex-end;
        -ms-flex-align: flex-end;
        align-items: flex-end;
    }
    .cta-cell-1 .cta-form-text-block {
        width: auto;
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .cta-cell-3 .cta-form-text-block {
        width: auto;
        text-align: right;
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .cta-cell-2 .flex-form-text-block {
        width: 420px;
    }
    .cta-cell-3 .social-link:hover .icon {
        border: 2px outset white;
        color: white;
    }
    .cta-cell-3 .form-phone {
        display: block;
        -webkit-text-decoration: none;
        text-decoration: none;
        font-weight: 700;
        -webkit-letter-spacing: -1px;
        -moz-letter-spacing: -1px;
        -ms-letter-spacing: -1px;
        letter-spacing: -1px;
        margin-bottom: 0px;
    }
    .cta-cell-3 .form-adress {
        color: var(--grey-3);
    }
    .cta-cell-3 .form-mail {
        font-size: 20px;
        display: block;
        -webkit-text-decoration: none;
        text-decoration: none;
        color: var(--main);
    }
    .cta-form .section-title {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .ctaform-socials {
        margin-top: 15px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .social-link {
        -webkit-text-decoration: none;
        text-decoration: none;
    }
    .icon {
        margin-right: 5px;
        display: block;
        width: 30px;
        height: 30px;
        border-radius: 7px;
        border: 2px solid lightgrey;
        color: lightgrey;
        text-align: center;
        line-height: 25px;
    }
}

@media (min-width:1600px) {
    .cta-form .section-title {
        font-size: 32px;
        font-weight: 700;
        text-align: center;
    }
    .cta-cell {
        background-size: cover;
    }
    .cta-cell-1 .flex-text-container {
        padding: 80px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-items: flex-start;
        -webkit-box-align: flex-start;
        -ms-flex-align: flex-start;
        align-items: flex-start;
    }
    .cta-cell-3 .flex-text-container {
        padding: 80px;
        -webkit-align-items: flex-end;
        -webkit-box-align: flex-end;
        -ms-flex-align: flex-end;
        align-items: flex-end;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .cta-cell-2 {
        padding: 60px 60px;
    }
    .cta-cell-1 .cta-form-text-block {
        width: auto;
        margin: 0;
        padding: 0;
    }
    .cta-cell-3 .cta-form-text-block {
        width: auto;
        text-align: right;
        margin: 0;
        padding: 0;
    }
    .button-1 {
        margin: 0 auto;
    }
}

.features .section-title {
    text-align: center;
    margin-bottom: 45px;
}

.svg-container {
    margin: 0 auto 15px;
    background-color: var(--main);
    border-radius: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 75px;
    height: 75px;
}

.features-icon {
    display: block;
    width: 60%;
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    grid-gap: 30px;
}

.features .min-title {
    text-align: center;
}

.features .min-text {
    text-align: center;
}

@media (min-width:1200px) {
    .features .section-title {
        text-align: center;
        margin-bottom: 75px;
    }
    .features-grid {
        grid-gap: 45px;
    }
    .min-text {
        margin-top: 15px;
        padding-right: 0px;
    }
}

@media (min-width:1600px) {
    .features {
        padding-top: 120px;
        padding-bottom: 135px;
    }
    .svg-container {
        margin: 0 auto 25px;
        width: 90px;
        height: 90px;
    }
}

.flexcol {
    display: -webkit-box!important;
    display: -webkit-flex!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
}

.conditions {
    padding: 60px 20px;
    background: linear-gradient( to right, rgba(38, 38, 38, 0.97), rgba(38, 38, 38, 0.97));
}

.section-title {
    /*color: var(--grey-1);*/
}

.text {
    /*color: var(--grey-3);*/
    margin-bottom: 8px;
}

.conditions-text-container .text>p {
    margin-bottom: 15px;
}

.buttons {
    margin-top: 35px;
}

.conditions-img-container {
    display: none;
}

@media (min-width:576px) {}

@media (min-width:768px) {
    .conditions {
        padding-left: 95px;
    }
}

@media (min-width:992px) {
    .conditions {
        padding: 15px 15px 15px 95px;
    }
    .conditions-grid {
        display: grid;
        grid-template-columns: repeat(7, 1fr);
        grid-gap: 15px;
    }
    .conditions .text-flex {
        grid-column: 3 / 6;
    }
    .conditions-text-container {
        text-align: center;
    }
    .conditions-img-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        overflow: hidden;
    }
    .conditions-img {
        width: 100%;
        height: auto;
        -webkit-transition: all 0.9s ease-out;
        transition: all 0.9s ease-out;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
    }
    .conditions-img:hover {
        -webkit-filter: grayscale(0%);
        filter: grayscale(0%);
    }
    .buttons {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (min-width:1200px) {
    .conditions {
        padding: 10px;
    }
    .conditions .conditions-grid {
        padding-left: 82px;
        display: grid;
        grid-template-columns: repeat(8, 1fr);
        grid-gap: 10px;
    }
    .conditions .text-flex {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        grid-column: 3 / 7;
    }
    .conditions-text-container {
        width: 430px;
    }
    .text {
        margin-bottom: 12px;
        line-height: 22px;
        /*font-size: 15px;*/
        text-transform: none;
    }
    .conditions-img {
        width: 100%;
        height: auto;
        -webkit-transform: scale(1.15);
        -ms-transform: scale(1.15);
        transform: scale(1.15);
        -webkit-transition: all 0.9s ease-out;
        transition: all 0.9s ease-out;
    }
    .buttons {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 25px;
    }
}

@media (min-width:1600px) {
    .conditions-text-container {
        width: 530px;
    }
    .section-title {
        font-size: 50px;
        line-height: 60px;
        margin-bottom: 40px;
    }
    .buttons {
        margin-top: 45px;
    }
    .conditions-text-container {
        width: 550px;
    }
    .text {
        margin-bottom: 15px;
        line-height: 24px;
        font-size: 17px;
    }
    .conditions-img-container {
        position: relative;
    }
    .conditions-img-container:hover img {
        -webkit-transform: scale(1.04);
        -ms-transform: scale(1.04);
        transform: scale(1.04);
    }
}

.employee-card {
    height: 90%;
    text-align: center;
    padding: 70px 10px 25px 10px;
    background-color: var(--grey-8);
    border-radius: var(--border-radius);
    margin: 35px 0px 0px 0px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    position: relative;
}

.employee-text-container {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    padding-top: 15px;
    padding-bottom: 15px;
}

.employee-img-cont {
    position: absolute;
    top: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    border-radius: var(--big-border-radius);
    border-radius: 50%;
    box-shadow: 0 0px 4px rgba(0, 0, 0, 0.35);
}

.image-container {
    width: 100%;
    height: 100%;
    position: relative;
}

.employee-img {
    width: 100%;
    height: auto;
}

.employee-card-text-cont {
    height: 100%;
    width: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.position-name {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 5px;
}

.employee-name {
    color: var(--grey-1);
    font-size: 17px;
    line-height: 19px;
    display: block;
    margin-bottom: 15px;
}

.employee-mail {
    margin-bottom: 15px;
    color: var(--main);
    font-size: 15px;
    display: block;
    -webkit-text-decoration: none;
    text-decoration: none;
}

.employee-phone {
    margin-bottom: 5px;
    color: var(--grey-1);
    font-size: 15px;
    line-height: 16px;
    display: block;
    -webkit-text-decoration: none;
    text-decoration: none;
}

.employee-socials {
    border: none;
    margin-top: 0;
    margin-bottom: 12px;
    display: -webkit-box!important;
    display: -webkit-flex!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 6px;
}

.social-link {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 3px;
    background-size: contain;
    margin: 0 2px;
}

.telegram {
    background: url('../../../local/templates/renta76/img/icons/svg/telegram.svg') 50% 50% no-repeat;
    background-size: contain;
}

.whatsapp {
    background: url('../../../local/templates/renta76/img/icons/svg/whatsapp.svg') 50% 50% no-repeat;
}

.viber {
    background: url('../../../local/templates/renta76/img/icons/svg/viber.svg') 50% 50% no-repeat;
}

@media (min-width:768px) {
    .employee-text-container {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        padding-left: 100px;
    }
}

@media (min-width:992px) {
    .employee-card {
        padding-top: 110px;
        display: block;
    }
    .employee-img-cont {
        width: 120px;
        height: 120px;
    }
}

@media (min-width:1200px) {}

@media (min-width:1600px) {
    .employee-card {
        padding-left: 20px;
        padding-right: 20px;
    }
    .employee-text {
        position: relative;
        padding-left: 20px;
        padding-right: 20%;
    }
}

@media (min-width:576px) {}

@media (min-width:768px) {}

@media (min-width:992px) {}

@media (min-width:1200px) {}

@media (min-width:1600px) {}

.employee span {
    display: block;
    text-align: center;
}

.employee-grid {
    width: 100%;
    gap: 30px;
}

.employee-text {
    position: relative;
    padding-left: 15px;
}

@media (min-width:768px) {}

@media (min-width:992px) {
    .employee {
        padding-top: 120px;
    }
    .employee-grid {
        display: grid;
        grid-template-columns: 1fr 50%;
        gap: 30px;
    }
    .employee-text {
        padding-left: 20px;
        padding-right: 30px;
    }
}

@media (min-width:1200px) {
    .section-title {
        margin-bottom: 45px;
    }
    .conditions .section-title { margin-bottom: 25px; }
    .employee-grid {
        gap: 60px;
    }
    .employee .text .markdown p {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 30px;
    }
}

@media (min-width:1600px) {
    .employee-grid {
        gap: 90px;
    }
    .employee .text .markdown p {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 25px;
    }
}

.footer-cell {
    margin-top: 15px;
    margin-bottom: 15px;
}

.footer-title {
    display: block;
    margin-bottom: 35px;
    text-transform: uppercase;
    color: var(--grey-5);
    font-weight: 700;
}

.footer-link {
    display: block;
    margin-bottom: 20px;
    color: var(--grey-2);
    -webkit-text-decoration: none;
    text-decoration: none;
}

.footer-link:hover {
    color: var(--main);
}

.footer-phone {
    -webkit-text-decoration: none;
    text-decoration: none;
    font-size: 21px;
    color: var(--grey-2);
    display: block;
    margin-bottom: 13px;
}

.footer-mail {
    display: block;
    -webkit-text-decoration: none;
    text-decoration: none;
    color: var(--main);
    margin-bottom: 13px;
}

.social-links-component {
    width: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.social-link {
    width: 30px;
    height: 30px;
    border-radius: 3px;
    background-size: contain;
    margin: 0 2px;
}

@media (min-width:576px) {}

@media (min-width:768px) {}

@media (min-width:992px) {}

@media (min-width:1200px) {}

@media (min-width:1600px) {
    .social-link {
        width: 26px;
        height: 26px;
        border-radius: 3px;
        background-size: contain;
        margin: 0;
        margin-right: 5px;
    }
}

.social-networks {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.social-link {
    display: block;
    width: 30px;
    height: 30px;
    margin-right: 5px;
    display: block;
    width: 30px;
    height: 30px;
    color: lightgrey;
    text-align: center;
    line-height: 25px;
}

.footer {
    border-top: 0px solid #353535;
    background-color: var(--grey-8);
    background-color: #272727;
    padding-top: 30px;
    padding-bottom: 200px;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    grid-gap: 15px;
}

.footer-cell {
    margin-top: 15px;
    margin-bottom: 15px;
}

.footer-logo {
    display: block;
    margin: 0 auto;
    width: 100px;
}

.footer-title {
    text-align: left;
    display: block;
    margin-bottom: 35px;
    text-transform: uppercase;
    color: var(--grey-5);
    font-weight: 700;
}

.footer-link {
    display: block;
    margin-bottom: 20px;
    color: var(--grey-2);
    -webkit-text-decoration: none;
    text-decoration: none;
}

.footer-link:hover {
    color: var(--main);
}

.contacts-cell {
    text-align: right;
}

.contacts-cell .footer-title {
    text-align: right!important;
}

.footer-min-text {
    color: var(--grey-5);
    margin-bottom: 4px;
    text-align: right;
}

.footer-ss-wrapper {
    width: 89px;
    margin: 7px 0 0 auto;
    display: block;
}

.copy {
    background-color: var(--main);
    color: var(--grey-9);
    text-align: center;
    font-size: 14px;
    line-height: 26px;
}

.is-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-text-decoration: none;
    text-decoration: none;
    color: var(--grey-8);
    -webkit-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
}

.is-link:hover {
    color: var(--grey-1);
}

.is-link:hover .is-logo {
    border: 1px solid var(--grey-1);
}

.is-text {
    color: var(--grey-7);
    font-size: 12px;
    margin-right: 4px;
}

.is-logo {
    position: relative;
    margin-right: 4px;
    border-radius: 15px;
    width: 18px;
    height: 18px;
    border: 1px solid var(--grey-8);
}

.is-logo::after {
    content: "IS";
    position: absolute;
    top: 52%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 10px;
}

@media (min-width:768px) {
    .footer-logo {
        margin: 0 auto 0 0;
        width: 140px;
    }
    .copy {
        padding-left: 100px;
        padding-right: 20px;
        text-align: center;
        font-size: 14px;
        line-height: 26px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media (min-width:1200px) {
    .footer {
        position: relative;
        padding-top: 60px;
        padding-bottom: 60px;
    }
    @media (min-width:1600px) {
        .footer::after {
            display: block;
            position: absolute;
            content: "";
            height: 100%;
            width: 30%;
            top: 0;
            bottom: 0;
            pointer-events: none;
            left: 80px;
            background-image: url('/local/templates/renta76/img/logos/renta-svg-logo.svg');
            background-repeat: no-repeat;
            background-position: 85% 40%;
            background-size: 250%;
            -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
            opacity: 0.03;
        }
    }
}

.widget-visible {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    top: 20px;
}

.widget-invisible {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0.35);
    -ms-transform: scale(0.35);
    transform: scale(0.35);
    top: -10px;
}

.back-to-top {
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    content: '';
    width: 35px;
    height: 35px;
    right: 20px;
    background-color: rgba(239, 124, 34, 0.7);
    border-radius: var(--border-radius);
    z-index: 1;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}

.back-to-top:hover {
    background: rgba(239, 124, 34, 1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.back-to-top:active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.arrow-up {
    width: 50%;
    -webkit-filter: invert(1);
    filter: invert(1);
}

@media (min-width:1200px) {
    .widget-visible {
        top: 30px;
    }
    .back-to-top {
        width: 60px;
        height: 60px;
        bottom: auto;
        right: 30px;
    }
}

#layout {
    overflow: hidden;
}

.nav .image-container > div {
    display:block;overflow:hidden;position:absolute;top:0;left:0;bottom:0;right:0;box-sizing:border-box;margin:0;
}

.nav-link-icon {
    -webkit-filter: grayscale(100%) contrast(300%);
    filter: grayscale(100%) contrast(300%);    
    position:absolute;top:0;left:0;bottom:0;right:0;box-sizing:border-box;padding:0;border:none;margin:auto;display:block;width:0;height:0;min-width:100%;max-width:100%;min-height:100%;max-height:100%;object-fit:contain;
}

.nav-logo-bot-inner {
    display: -moz-box;
    display: flex;
    position: relative;
    width: 100%;
    height: 100%;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;    
}

.nav-logo-bot-img {
    position:absolute;top:0;left:0;bottom:0;right:0;box-sizing:border-box;
    padding:0;border:none;margin:auto;
    display:block;width:0;height:0;min-width:100%;max-width:100%;min-height:100%;max-height:100%;
    display: block;
    opacity: .5;
    -webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
}

.search-section .content-container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}

@media (min-width: 768px) {
    
    .search-section  .search-section {
        padding-left: 60px;
    }
}

.Search_searchEmailIcon {
    width: 100%;
    height: auto;
    -webkit-filter: invert(.7);
    filter: invert(.7);
}

.promo-screen {
    padding: 0;
    margin-top: 0;
    margin-bottom: 30px;
    overflow: hidden;
    /*height: calc(100vh - 100px - 60px);*/
    height: auto;
}

.promo-screen .owl-nav {
    position: absolute;
    margin-left: 120px;
    width: calc(100vw - 200px);
}

.actions-slider .owl-nav, .epmployee-slider .owl-nav {
    position: absolute;
    margin-left: 0px;
    width: 100%;
}

.promo-screen .owl-nav button, .actions-slider .owl-nav button,
.epmployee-slider .owl-nav button {
    display: block;
    position: absolute;
    z-index: 1;
    width: 20px;
    height: 20px;
    border-radius: 2px;
}

.promo-screen .owl-nav .owl-prev, .actions-slider .owl-nav .owl-prev,
.epmployee-slider .owl-nav .owl-prev {
    display: block;
    position: absolute;
    cursor: pointer;
    bottom: -45px;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 10%;
    border-top: 8px solid var(--grey-3)!important;
    border-left: 8px solid var(--grey-3)!important;
    -webkit-transform: translate(-50%,-50%) rotate(-45deg);
    -ms-transform: translate(-50%,-50%) rotate(-45deg);
    transform: translate(-50%,-50%) rotate(-45deg);
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;   
}

.actions-slider .owl-nav .owl-prev,
.epmployee-slider .owl-nav .owl-prev {
    
    left: 15px;
}

.promo-screen .owl-nav .owl-next, .actions-slider .owl-nav .owl-next,
.epmployee-slider .owl-nav .owl-next {
    display: block;
    position: absolute;
    cursor: pointer;
    bottom: -45px;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10%;
    border-top: 8px solid var(--grey-3)!important;
    border-left: 8px solid var(--grey-3)!important;
    -webkit-transform: translate(-50%,-50%) rotate(135deg);
    -ms-transform: translate(-50%,-50%) rotate(135deg);
    transform: translate(-50%,-50%) rotate(135deg);
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.actions-slider .owl-nav .owl-next,
.epmployee-slider .owl-nav .owl-next {
    
    right: -5px;
}


.actions-slider .owl-item img {
    width: 100%;
    max-height: 200px;
}

.main-promo-slider {}

.main-promo-slider .slick-list {}

.main-promo-slider-text-container .big-text {
    color: var(--grey-9);
}

.main-promo-slider .slick-list .slick-track {
    display: flex;
}

.main-promo-slider .slick-arrow {
    display: none;
}

.main-promo-slider .slick-dots {
    display: flex !important;
    justify-content: center;
    margin-top: 10px;
    list-style: none;
    padding: 0;
}

.main-promo-slider .slick-dots li {
    margin: 0 4px;
    cursor: pointer;
}

.main-promo-slider .slick-dots li .slick-dot {
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 15px;
    width: 20px;
    height: 4px;
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1),
        inset -2px -2px 2px rgba(255, 255, 255, 1),
        2px 2px 3px rgba(255, 255, 255, 1),
        -2px -2px 3px rgba(0, 0, 0, 0.05);
}

.main-promo-slider .slick-dots .slick-active .slick-dot {
    background-color: var(--main);
    box-shadow: inset -1px -1px 2px rgba(0, 0, 0, 0.15),
        inset 1px 1px 2px rgba(255, 255, 255, 0.45);
}

.main-promo-slider .slick-slide {
    touch-action: none;
    transition: all 500ms ease-in;
    touch-action: manipulation;
}

.main-promo-slider .slick-slide div {
    height: 100%;
}

.main-promo-slider .slick-current {}

.main-promo-slider .carousel-item {
    outline: none;
    padding: 30px;
    background-color: #ef7c22;
    background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.2' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
}

/*.promo-oborud .promo-slide-grid .slide-text-item {
    order: 1;
}

.promo-uslugi .promo-slide-grid .slide-text-item {
    order: 1;
}*/

.slide-img-container {
    display: none;
}

@media (min-width: 576px) {}

@media (min-width: 768px) {
    
    .main-promo-slider .carousel-item {
        padding-left: 120px;
    }

    .promo-slide-grid {
        display: grid;
        grid-template: 1fr / 1fr 1fr;
        align-content: center;
        grid-gap: 10px;
        align-items: center;
    }

    .carousel-item .promo-slide-grid .slide-text-item {
        height: auto;
        z-index: 1;
    }

    .slide-img-container {
        display: block;
        position: relative;
    }

    .promo-screen .slide-img-container .promo-slide-img {
        display: block;
        position: absolute;
        top: 50%;
    }

    .promo-slide-grid .promo-spectech .promo-slide-img {
        height: 100%;
    }

    .promo-slide-grid .promo-oborud .promo-slide-img {
        height: 80%;
        left: -30px;
        z-index: 0;
    }

    .promo-slide-grid .promo-dostavka .promo-slide-img {
        height: 100%;
        right: 0;
    }

    .promo-slide-grid .promo-uslugi .promo-slide-img {
        height: 100%;
        right: 0;
    }
}

@media (max-width: 992px) {
    
    .promo-screen .slide-img-container .promo-slide-img {
        width: 100%;
    }

    .promo-screen .owl-nav {
        display: none;
    }
    
}

@media (min-width: 992px) {
        
    .main-promo-slider .carousel-item {
        padding-left: 120px;
        padding-right: 120px;
    }

    .main-promo-slider {
        position: relative;
    }

    .main-promo-slider .slick-arrow {
        display: block;
        position: absolute;
        z-index: 1;
    }

    .main-promo-slider .slick-prev {
        display: block;
        cursor: pointer;
        z-index: 1;
        width: 52px;
        height: 52px;
        bottom: 5px;
        //transform: translateY(-50%);
        left: 10%;
        border-radius: 30px;
        box-shadow: 6px 6px 9px rgba(0, 0, 0, 0.05),
            -6px -6px 9px rgba(255, 255, 255, 0.2);
        transition: all 0.2s ease-out;
        background-color: rgba(255, 255, 255, 0.6);
    }

    .main-promo-slider .slick-prev:hover {
        box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.15),
            -4px -4px 6px rgba(255, 255, 255, 1),
            inset -2px -2px 2px rgba(0, 0, 0, 0.15),
            inset 2px 2px 2px rgba(255, 255, 255, 0.35);
    }

    .main-promo-slider .slick-prev:active {
        box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.15),
            -4px -4px 6px rgba(255, 255, 255, 1),
            inset 2px 2px 3px rgba(0, 0, 0, 0.15),
            inset -2px -2px 2px rgba(255, 255, 255, 0.35);
        background-color: rgba(255, 255, 255, 0.3);
    }

    .arrow-right {
        display: block;
        width: 15px;
        height: 15px;
        border-top: 3px solid lightgrey;
        border-left: 3px solid lightgrey;
        position: relative;
        top: 50%;
        left: 45%;
        transform: translate(-50%, -50%) rotate(135deg);
    }

    .arrow-left {
        width: 15px;
        height: 15px;
        border-top: 3px solid lightgrey;
        border-left: 3px solid lightgrey;
        position: relative;
        top: 50%;
        left: 55%;
        transform: translate(-50%, -50%) rotate(-45deg);
    }

    .main-promo-slider .slick-next {
        display: block;
        cursor: pointer;
        z-index: 1;
        width: 52px;
        height: 52px;
        bottom: 5px;
        //transform: translateY(-50%);
        right: 10%;
        border-radius: 30px;
        box-shadow: 6px 6px 9px rgba(0, 0, 0, 0.05),
            -6px -6px 9px rgba(255, 255, 255, 0.2);
        transition: all 0.2s ease-out;
        background-color: rgba(255, 255, 255, 0.6);
    }

    .main-promo-slider .slick-next:hover {
        box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.15),
            -4px -4px 6px rgba(255, 255, 255, 1),
            inset -2px -2px 2px rgba(0, 0, 0, 0.15),
            inset 2px 2px 2px rgba(255, 255, 255, 0.35);
    }

    .main-promo-slider .slick-next:active {
        box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.15),
            -4px -4px 6px rgba(255, 255, 255, 1),
            inset 2px 2px 3px rgba(0, 0, 0, 0.15),
            inset -2px -2px 2px rgba(255, 255, 255, 0.35);
        background-color: rgba(255, 255, 255, 0.3);
    }

    .main-promo-slider .slick-slide {
        transition: all 1s ease-out;
    }

    /*.promo-oborud .promo-slide-grid .slide-text-item {
        order: 2;
    }

    .promo-uslugi .promo-slide-grid .slide-text-item {
        order: 2;
    }*/

    .main-promo-slider .slick-dots {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .promo-slide-grid .img-spectech {
        height: 130%;
        right: 50%;
        transform: translate(50%, -50%);
    }

    .promo-slide-grid .img-oborud {
        height: 90%;
        left: -10px;
        z-index: 0;
    }

    .promo-slide-grid .img-dostavka {
        height: 115%;
        right: 50%;
        transform: translate(50%, -50%);
    }

    .promo-slide-grid .img-uslugi {
        height: 115%;
        right: 0;
        top: 55%;
    }
}

@media (min-width: 1200px) {
    
    .promo-screen {
        margin-bottom: 0;
    }

    .main-promo-slider .carousel-item {
        padding: 45px 12%;
    }

    /*.promo-oborud .promo-slide-grid .slide-text-item {
        order: 2;
    }

    .promo-uslugi .promo-slide-grid .slide-text-item {
        order: 2;
    }*/

    .promo-text-slide {}

    .main-promo-slider .slick-dots {
        margin-top: 15px;
    }

    .main-promo-slider .slick-dots li .slick-dot {
        background-color: rgba(0, 0, 0, 0.05);
        border-radius: 15px;
        width: 45px;
        height: 4px;
        box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1),
            inset -2px -2px 2px rgba(255, 255, 255, 1),
            2px 2px 3px rgba(255, 255, 255, 1),
            -2px -2px 3px rgba(0, 0, 0, 0.05);
    }

    .main-promo-slider .slick-dots .slick-active .slick-dot {
        background-color: var(--main);
        box-shadow: inset -1px -1px 2px rgba(0, 0, 0, 0.15),
            inset 1px 1px 2px rgba(255, 255, 255, 0.45);
    }
}

@media (min-width: 1600px) {
    
    .main-promo-slider .carousel-item {
        padding: 60px;
        padding-left: 13%;
        padding-right: 13%;
    }

    .slide-img-container {
        //border: 30px solid white;
    }

    .promo-slide-grid .img-spectech {
        height: 140%;
        right: 50%;
        top: 55%;
        transform: translate(50%, -50%);
    }

    .promo-slide-grid .img-oborud {
        height: 100%;
        left: -10px;
        z-index: 0;
    }

    .promo-slide-grid .img-dostavka {
        height: 120%;
        right: 50%;
        transform: translate(50%, -50%);
    }

    .promo-slide-grid .img-uslugi {
        height: 120%;
        right: 5%;
        top: 55%;
    }

    .carousel-item .promo-slide-grid .slide-text-item {
        height: auto;
    }

    .main-promo-slider-text-container {
        max-width: 35vw;
    }

    .main-promo-slider .slick-prev {
        display: block;
        cursor: pointer;
        z-index: 1;
        width: 52px;
        height: 52px;
        bottom: 38%;
        transform: translateY(-50%);
        left: 6%;
        border-radius: 30px;
        box-shadow: 6px 6px 9px rgba(0, 0, 0, 0.1),
            -6px -6px 9px rgba(255, 255, 255, 0.15);
        transition: all 0.2s ease-out;
        background-color: rgba(239, 134, 24, 0.7);
        background-color: rgba(43, 43, 43, 0.3);
    }

    .main-promo-slider .slick-prev:hover {
        box-shadow: 6px 6px 9px rgba(0, 0, 0, 0.1),
            -6px -6px 9px rgba(255, 255, 255, 0.25),
            inset -2px -2px 2px rgba(0, 0, 0, 0.25),
            inset 2px 2px 2px rgba(255, 255, 255, 0.2);
        background-color: rgba(43, 43, 43, 0.5);
    }

    .main-promo-slider .slick-prev:active {
        box-shadow: 6px 6px 9px rgba(0, 0, 0, 0.1),
            -6px -6px 9px rgba(255, 255, 255, 0.25),
            inset 2px 2px 3px rgba(0, 0, 0, 0.15),
            inset -2px -2px 2px rgba(255, 255, 255, 0.35);
        background-color: rgba(255, 255, 255, 0.3);
    }

    .arrow-right {
        display: block;
        width: 15px;
        height: 15px;
        border-top: 3px solid lightgrey;
        border-left: 3px solid lightgrey;
        position: relative;
        top: 50%;
        left: 45%;
        transform: translate(-50%, -50%) rotate(135deg);
    }

    .arrow-left {
        width: 15px;
        height: 15px;
        border-top: 3px solid lightgrey;
        border-left: 3px solid lightgrey;
        position: relative;
        top: 50%;
        left: 55%;
        transform: translate(-50%, -50%) rotate(-45deg);
    }

    .main-promo-slider .slick-next {
        display: block;
        cursor: pointer;
        z-index: 1;
        width: 52px;
        height: 52px;
        bottom: 38%;
        transform: translateY(-50%);
        right: 4%;
        border-radius: 30px;
        box-shadow: 6px 6px 9px rgba(0, 0, 0, 0.1),
            -6px -6px 9px rgba(255, 255, 255, 0.15);
        transition: all 0.2s ease-out;
        background-color: rgba(43, 43, 43, 0.3);
    }

    .main-promo-slider .slick-next:hover {
        box-shadow: 6px 6px 9px rgba(0, 0, 0, 0.1),
            -6px -6px 9px rgba(255, 255, 255, 0.25),
            inset -2px -2px 2px rgba(0, 0, 0, 0.25),
            inset 2px 2px 2px rgba(255, 255, 255, 0.2);
        background-color: rgba(43, 43, 43, 0.5);
    }

    .main-promo-slider .slick-next:active {
        box-shadow: 6px 6px 9px rgba(0, 0, 0, 0.1),
            -6px -6px 9px rgba(255, 255, 255, 0.25),
            inset 2px 2px 3px rgba(0, 0, 0, 0.15),
            inset -2px -2px 2px rgba(255, 255, 255, 0.35);
        background-color: rgba(255, 255, 255, 0.3);
    }
}

.main-sections .title {
    color: var(--grey-4);
}

.color-text {
    color: var(--main);
    font-size: 60px;
    line-height: 60px;
    text-align: left;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.markdown a {
    color: var(--main);
}

.markdown a:visited {
    color: var(--grey-4);
}

.conditions .section-title {
    color: var(--grey-1);
}

.conditions .text {
    color: var(--grey-3);
    margin-bottom: 8px;
}

.conditions .text p {
    color: var(--grey-3);
    margin-bottom: 0px;
    font-size: 15px;
}

.epmployee-slider .epmployee-slider__slide {
    width: 165px;
}

.breadcrumbs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none;
}

.breadcrumbs .crumb-text {
    -webkit-text-decoration: none;
    text-decoration: none;
    margin: 3px 10px 3px 0;
}

.breadcrumbs .crumb-text {
    font-size: 12px;
    color: var(--grey-6);
}

.breadcrumbs li:last-child .crumb-text .crumb-name {
    color: var(--main);
}

@media (min-width:576px) {
    
    .breadcrumbs .crumb-text {
        font-size: 14px;
    }
    .breadcrumbs li {
        margin: 0 15px 0 0;
    }
}

@media (min-width:768px) {
    .breadcrumbs-section {
        padding-left: 60px;
    }

    .breadcrumbs {
        margin-top: 15px;
    }
}

@media (min-width:992px) {
    .breadcrumbs {
        margin-top: 0;
    }
}

@media (min-width:1200px) {
    .breadcrumbs .crumb-text {
        font-size: 16px;
    }
    .regions-background {
        background: url(/local/templates/renta76/img/regions/regions-bg.png) 100% 0% no-repeat;
    }    
}

@media (min-width:1600px) {
    .breadcrumbs {
        margin-top: 10px;
    }
}

.core-tabs.ui-widget.ui-widget-content, .core-tabs.ui-tabs .ui-tabs-nav {
    border: none;
    padding: 0px;
    margin: 0px;
    background: none;
}

.core-tabs.ui-tabs .ui-tabs-nav li {
    cursor: pointer;
    color: var(--main);
    position: relative;
    margin-right: 6px;    
    border: 3px solid var(--main);
    border-radius: 3px;
    outline: none;
    padding: 0px;
    font-family: 'RobotoCondensed', sans-serif;
}

.core-tabs.ui-tabs .ui-tabs-nav li a {
    padding: 9px 15px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    color: var(--main);
    position: relative;
    margin-right: 6px;
    border-radius: 3px;
    outline: none;
}

.core-tabs.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    z-index: 1;
    background-color: var(--main);    
}

.core-tabs.ui-tabs .ui-tabs-nav li.ui-tabs-active a {
    color: var(--grey-8);    
}

.core-tabs.ui-tabs .ui-tabs-panel {
    padding: 0px;
    padding-top: 25px;
    font-family: 'RobotoCondensed', sans-serif;
}

.ya-site-form__input-text {
    padding-left: 12px;
    padding-right: 12px;
    height: 40px;
    border-radius: 6px;
    box-shadow: rgb(0 0 0 / 7%) 3px 3px 2px inset, rgb(255 255 255) -3px -3px 2px inset;
    border: none !important;
}

.ya-site-form {
    max-width: 250px;
    padding-right: 45px;;
}

.ya-site-form__search-input, .ya-site-form__search-wrap {
    padding: 0px!important;
    margin: 0px;
    border: none;
}

.ya-site-form__search-input-layout-r {
    position: relative;
}

.ya-site-form__search-input-layout-r::before {
    position: absolute;
    inset: 50% 0px 0px 5px;
    transform: translateY(-50%);
    z-index: 2;
    pointer-events: none;
    content: "";
    border: none;
    border-radius: 6px;
    background-color: var(--main);
    background-position: 56% 50%;
    background-size: 50%;
    transition: all 0.2s ease-out 0s;
    width: 38px !important;
    height: 38px !important;
    background-image: url(/local/templates/renta76/img/icons/svg/loupewhite.svg) !important;
    background-repeat: no-repeat !important;
}

.ya-site-form__search-input-layout-r > input:not([type=checkbox]) {
    position: relative !important;
    width: 40px !important;
    height: 40px !important;
    background-position: 50% 50% !important;
}

.mini-paddings {
    padding-top: 35px;
    padding-bottom: 35px;
}

@media (min-width:768px) {
    
    .mini-paddings {
        padding-top: 15px;
        padding-bottom: 60px;
    }

}

.jquery-modal.blocker {
    z-index: 999;
}

.modal {
    padding: 20px!important;
    border-radius: 4px!important;
    max-height: 100vh;
    overflow: hidden;
}

.modal#quick-element-modal {
    max-width: 80%;
}

.modal .text {
    margin-bottom: 10px;
    color: var(--main);
}

.modal .preview-price-container {
    display: grid;
    grid-template: 1fr / 1fr 1fr 1fr;
}

.modal .prices-block {
    margin-bottom: 25px;
}

.modal .product-preview-text {
    font-size: 16px;
    color: var(--grey-7);
    margin-bottom: 25px;
}

.modal .product-price {
    font-size: 16px;
    color: var(--grey-8);
}

.modal .preview-chars-wrapper .markdown table {
    border: none;
}

.modal .preview-chars-wrapper .markdown thead th {
    font-family: Arial;
    background-color: var(--grey-5);
    color: var(--grey-1);
    text-align: left;
    font-weight: 500;
    font-size: 14px;
    border: none;
    height: 30px;
}

.modal .modal-preview {
    max-height: calc(100vh - 40px);
    overflow: hidden;
}

.modal .preview-chars-wrapper .markdown td {
    line-height: 16px;
    height: 30px;
    color: var(--grey-7);
    border: none;
}

.modal .preview-link {
    position: absolute;
    display: block;
    width: 210px;
    height: 50px;
    bottom: 20px;
    right: 23%;
    transform: translateX(50%);
    border-radius: var(--border-radius);
    text-decoration: none;
    color: var(--grey-1);
    text-align: center;
    font-size: 14px;
    line-height: 50px;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: var(--main);
    box-shadow: var(--card-hover-color);
    transition: box-shadow 0.2s ease-out 0s;
}

.modal .keen-slider-container .product-slider .product-slide img {
    max-height: calc(100vh - 400px);
}

@media(min-width: 992px) {

    .modal .content-grid {
        position: relative;
        display: grid;
        grid-template-columns: 1fr 45%;
        grid-template-rows: 1fr;
        gap: 30px;
    }
}

.product-slider {
    margin-top: 15px;
    margin-bottom: 15px;
    position: relative;
}

.product-slider .product-slide {
    /*height: 295px;*/
    overflow: hidden;
}

.product-slider .product-slide img {
    height: 100%;
    /*max-height: 295px;*/
    margin: auto;
    position:absolute;top:0;left:0;bottom:0;right:0;box-sizing:border-box;padding:0;border:none;margin:auto;display:block;width:0;height:0;min-width:100%;max-width:100%;min-height:100%;max-height:100%;object-fit:contain;
}

.product-slider .product-slide .padding {
    display:block;
    box-sizing:border-box;
    padding-top:68.75%;
}

.owl-nav#carousel-custom-nav {
    position: absolute;
    width: 100%;
}

.owl-nav#carousel-custom-nav button {
    display: block;
    position: absolute;
    z-index: 1;
    width: 20px;
    height: 20px;
    border-radius: 2px;
    border: none;
}

.owl-nav#carousel-custom-nav .owl-prev {
    display: block;
    position: absolute;
    cursor: pointer;
    bottom: -45px;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-top: 8px solid var(--grey-3)!important;
    border-left: 8px solid var(--grey-3)!important;
    -webkit-transform: translate(-50%,-50%) rotate(-45deg);
    -ms-transform: translate(-50%,-50%) rotate(-45deg);
    transform: translate(-50%,-50%) rotate(-45deg);
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;     
    left: 15px;
}

.owl-nav#carousel-custom-nav .owl-next {
    display: block;
    position: absolute;
    cursor: pointer;
    bottom: -45px;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-top: 8px solid var(--grey-3)!important;
    border-left: 8px solid var(--grey-3)!important;
    -webkit-transform: translate(-50%,-50%) rotate(135deg);
    -ms-transform: translate(-50%,-50%) rotate(135deg);
    transform: translate(-50%,-50%) rotate(135deg);
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    right: -5px;
}

.owl-dots#carousel-custom-dots {
    padding-left: 30px;
    padding-right: 30px;
}

.keen-slider.dot-slider {
    display: -moz-box;
    display: flex;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    gap: 5px;
    max-height: 95px;
    margin-top: 10px;
}

.keen-slider, .keen-slider__slide {
    overflow: hidden;
    position: relative;
}

.keen-slider.dot-slider img {
    height: 40px;
}

.dot-image-container {
    max-width: 130px;
    cursor: pointer
}

.wrapper-product-slider {
    position: relative;
}

@media (min-width:992px) {
    
    .product-slider {
        margin: 0;
    }
}

.modal .employee-socials {
    border-left: 1px solid rgba(255, 255, 255, 0.8);
    display: flex;
    flex-direction: row;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -ms-flex-pack: left;
    justify-content: left;
}

.alert {
    margin-bottom: 20px;
}

.alert-warning {
    font-size: 11px; 
    color: rgb(209, 67, 73); 
}

.alert.alert-success {
    margin-bottom: 20px;
    font-size: 11px; 
    color: rgb(209, 67, 73); 

}

.flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.modal.modal-form {
    position: fixed!important;
    top: 50%!important;
    left: 50%!important;
    -webkit-transform: translate(-50%, -50%)!important;
    -ms-transform: translate(-50%, -50%)!important;
    transform: translate(-50%, -50%)!important;
    width: 100%!important;
    height: auto!important;
    background: var(--grey-8)!important;
    border-radius: 0!important;
    padding: 45px 15%!important;
    -webkit-transition: all 0.2s ease-out!important;
    transition: all 0.2s ease-out!important;
    box-shadow: 0 50px 60px rgba(0, 0, 0, 0.65)!important;
    max-width:none!important;
}

.modal.modal-form:focus-within {
    box-shadow: 0 55px 30px -30px rgba(239, 124, 34, 0.39)!important;
}

.modal-form-title {
    text-transform: uppercase;
    display: block;
    color: var(--grey-2);
    font-size: 16px;
    margin-bottom: 10px;
}

.input-cell {
    margin-bottom: 7px;
}

.form-min-text {
    display: block;
    font-size: 10px;
    font-weight: 700;
    text-align: left;
    padding: 0;
    text-transform: uppercase;
    color: var(--grey-6);
    padding-bottom: 3px;
    -webkit-letter-spacing: 1px;
    -moz-letter-spacing: 1px;
    -ms-letter-spacing: 1px;
    letter-spacing: 1px;
}

.phone-input {
    color: var(--grey-8);
}

.modal-form .input-label {
    margin-top: 8px;
    color: var(--main);
    opacity: 0.7;
    font-size: 12px;
    text-transform: uppercase;
    -webkit-letter-spacing: 2px;
    -moz-letter-spacing: 2px;
    -ms-letter-spacing: 2px;
    letter-spacing: 2px;
}

.modal-form input:not([type=checkbox]) {
    width: 100%;
    height: 35px;
    margin-top: 3px;
    margin-bottom: 0px;
    background-color: var(--grey-7);
    color: var(--grey-2);
    border: none;
    border-radius: 4px;
    padding: 6px 10px;
    box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.2), inset -2px -2px 3px rgba(255, 255, 255, 0.06);
}

.modal-form input::-webkit-input-placeholder {
    color: var(--grey-4);
}

.modal-form input::-moz-placeholder {
    color: var(--grey-4);
}

.modal-form input:-ms-input-placeholder {
    color: var(--grey-4);
}

.modal-form input::placeholder {
    color: var(--grey-4);
}

.modal-form input:focus {
    outline: solid 2px var(--main);
}

.active {
    visibility: visible;
    z-index: 5;
}

.modal-form textarea {
    background-color: var(--grey-7);
    color: var(--grey-2);
    height: 45px;
    border-radius: 4px;
    padding: 6px 10px;
    box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.2), inset -2px -2px 3px rgba(255, 255, 255, 0.06);
}

.modal-form textarea::-webkit-input-placeholder {
    color: var(--grey-4);
}

.modal-form textarea::-moz-placeholder {
    color: var(--grey-4);
}

.modal-form textarea:-ms-input-placeholder {
    color: var(--grey-4);
}

.modal-form textarea::placeholder {
    color: var(--grey-4);
}

.modal-form textarea:focus {
    outline: solid 2px var(--main);
}

.modal-form-buttons {
    margin-top: 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.modal-form .button-link {
    text-align: center;
    display: block;
    width: 45px;
    height: 45px;
    border-radius: 3px;
    border: 2px solid var(--grey-6);
    line-height: 37px;
    font-size: 20px;
    padding-right: 0px;
    padding-top: 1px;
    background: transparent;
    color: var(--grey-6);
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.modal-form .button-link:hover {
    background-color: var(--grey-7);
    color: var(--grey-8);
    border: 2px solid var(--grey-8);
}

.modal-form .button-form {
    font-family: 'RobotoCondensed';
    text-transform: uppercase;
    display: block;
    padding: 8px auto;
    width: 78%;
    height: 45px;
    margin-left: 15px;
    text-align: center;
    border: none;
    border-radius: 3px;
    line-height: 24px;
    -webkit-letter-spacing: 2px;
    -moz-letter-spacing: 2px;
    -ms-letter-spacing: 2px;
    letter-spacing: 2px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 700;
    background-color: var(--main);
    cursor: pointer;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.modal-form .button-form:hover {
    color: rgba(255, 255, 255, 1);
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.85);
}

@media (min-width:576px) {
    .modal-form-title {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .modal-form-flex-container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 30px;
    }

    .modal-form .input-label {
        margin-top: 3px;
    }

    .modal-form input:not([type=checkbox]) {
        padding: 8px 12px;
    }

    .modal-form-buttons {
        margin-top: 25px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .modal-form .button-form {
        width: 88%;
    }
}

@media (min-width:768px) {}

@media (min-width:992px) {
    .modal.modal-form {
        top: 34%!important;
        left: 52%!important;
        width: 70vw!important;
        padding: 45px!important;
    }

    .modal-form-title {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .form-min-text {
        font-size: 11px;
    }

    .modal-form input:not([type=checkbox]) {
        height: 40px;
        padding: 13px 10px;
    }

    .modal-form textarea {
        height: 60px;
        padding: 15px 10px;
    }

    .modal-form-buttons {
        margin-top: 20px;
    }

    .modal-form .button-form {
        width: 90%;
    }
}

@media (min-width:1200px) {
    .input-cell {
        margin-bottom: 15px;
    }

    .modal-form-flex-container {
        grid-gap: 30px;
    }

    .date-picker-wrapper input {
        width: 100%;
        position: relative;
    }

    .form-min-text {
        font-size: 12px;
        -webkit-letter-spacing: 2px;
        -moz-letter-spacing: 2px;
        -ms-letter-spacing: 2px;
        letter-spacing: 2px;
    }

    .modal-form .input-label {
        font-size: 12px;
        margin-bottom: 5px;
        font-weight: 700;
        text-transform: uppercase;
        -webkit-letter-spacing: 2px;
        -moz-letter-spacing: 2px;
        -ms-letter-spacing: 2px;
        letter-spacing: 2px;
    }

    .modal-form-buttons {
        margin-top: 30px;
    }
}

@media (min-width:1600px) {
    .modal.modal-form {
        padding: 60px 90px 75px!important;
        top: 40%!important;
        width: 50%!important;
        box-shadow: 0 45px 100px rgba(0, 0, 0, 0.65)!important;
        border-radius: 3px!important;
    }

    .modal-form-title {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .modal-form .input-label {
        font-size: 14px;
        margin-bottom: 7px;
        -webkit-letter-spacing: 3px;
        -moz-letter-spacing: 3px;
        -ms-letter-spacing: 3px;
        letter-spacing: 3px;
    }

    .modal-form input:not([type=checkbox]) {
        height: 45px;
        padding: 13px 10px;
    }

    .modal-form textarea {
        height: 45px;
    }

    .modal-form-buttons {
        margin-top: 35px;
    }
}

.b24-widget-button-wrapper {
    bottom: 130px !important;
    right: 20px !important;
}

.b24-widget-button-shadow {
    z-index: 10 !important;
}

.b24-widget-button-wrapper {
    z-index: 10 !important;
}

#itlcb-wrapper {
    z-index: 10 !important;
}

#itlcb-wrapper .itlcb-call-btn::after {
    display: none !important;
}

.itlcb-call-btn {
    z-index: 10 !important;
    left: unset !important;
    width: 56px !important;
    height: 56px !important;
    visibility: visible;
    background-color: var(--main) !important;
    margin: 5px !important;
    right: 20px !important;
    bottom: 65px !important;
}

.ril__caption {
    bottom: unset !important;
    top: 0 !important;
    height: 50px !important;
    pointer-events: none !important;
}

.ril__captionContent {
    font-size: 18px !important;
}

.ril__toolbarItem span {
    display: none !important;
}

.linked-services .image-container {
    margin-bottom: 7px;
}

.linked-services .image-container img {
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
    object-fit: cover;    
}

.linked-services  .onenew-details .title {
    margin-bottom: 7px;
    color: var(--grey-7);
}

.linked-services .news-item .image-container {
    position: relative;
    margin-bottom: 10px;
    border-radius: var(--border-radius);
    overflow: hidden;
    width: 100%;
    height: 120px;
    background-position: center center;
    background-size: cover;
}

@media (min-width: 576px) {
    
    .linked-services .news-item .image-container {
        height: 170px;
    }

}

@media (min-width: 992px) {
    
    .linked-services .news-item .image-container {
        height: 130px;
    }

}

@media (min-width: 1200px) {

    .linked-services .news-item .image-container {
        height: 160px;
    }

    .linked-services .news-item:hover .image-container {
        transform: scale(1.02);
        box-shadow: var(--card-hover-color);
        -webkit-box-align: center;
        align-items: center;
        margin-bottom: 13px;
        transition: transform 0.2s ease-out 0s, box-shadow 0.2s ease-out 0s;    
    }

    .linked-services .news-item:hover .title {
        color: var(--main);
    }

}

.arenda-banner {
    margin-top: 50px;
    padding: 60px 15px;
    background: linear-gradient(to right, rgba(43, 43, 43, 0.93), rgba(43, 43, 43, 0.93)), url('/img/banners/arenda/bg-arenda-min.jpg') 50% 50% no-repeat;
    background-size: cover;
}

.arenda-banner-text-container {
    width: 100%;
    margin: 0 auto;
}

.arenda-banner .section-title {
    color: var(--grey-1);
}

.arenda-banner .banner-text {
    color: var(--grey-3);
    text-transform: none;
    display: block;
    margin-bottom: 8px;
}

.arenda-banner .banner-min-text {
    color: var(--grey-1);
    text-align: center;
    font-size: 15px;
    line-height: 17px;
}

.arenda-banner .buttons {
    margin-top: 45px;
}

.arenda-banner-img-container {
    display: none;
}

@media (min-width:576px) {
    .arenda-banner .section-title {
        font-size: 32px;
    }

    .banner-text {
        color: var(--grey-2);
        text-transform: none;
        display: block;
        margin-bottom: 8px;
    }
}

@media (min-width:768px) {
    .arenda-banner {
        padding-left: 95px;
    }

    .arenda-banner-text-container {
        width: 450px;
    }
}

@media (min-width:992px) {
    .arenda-banner {
        padding: 15px 15px 15px 95px;
    }

    .arenda-banner-grid {
        display: grid;
        grid-template-columns: repeat(7, 1fr);
        grid-gap: 15px;
    }

    .text-flex {
        grid-column: 1 / 4;
    }

    .arenda-banner-text-container {
        width: 400px;
    }

    .arenda-banner-img-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        overflow: hidden;
    }

    .arenda-banner-img {
        width: 100%;
        height: auto;
        -webkit-transition: all 0.9s ease-out;
        transition: all 0.9s ease-out;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
    }

    .banner-min-text {
        font-size: 14px;
        line-height: 20px;
    }
}

@media (min-width:1200px) {
    .arenda-banner {
        padding: 10px;
    }

    .arenda-banner .arenda-banner-grid {
        padding-left: 80px;
        display: grid;
        grid-template-columns: repeat(7, 1fr);
        grid-gap: 10px;
    }

    .text-flex {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .arenda-banner-text-container {
        width: 500px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .banner-text {
        margin-bottom: 15px;
        font-size: 15px;
    }

    .arenda-banner-img {
        width: 100%;
        height: auto;
        -webkit-transition: all 0.9s ease-out;
        transition: all 0.9s ease-out;
    }
}

@media (min-width:1600px) {
    .arenda-banner-text-container {
        width: 500px;
    }

    .arenda-banner .section-title {
        font-size: 50px;
        margin-bottom: 45px;
    }

    .arenda-banner-text-container {
        width: 500px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .banner-text {
        margin-bottom: 12px;
        font-size: 18px;
    }

    .arenda-banner .buttons {
        margin-top: 45px;
    }

    .arenda-banner-img-container {
        position: relative;
    }

    .arenda-banner-img-container::before {
        pointer-events: none;
        display: block;
        position: absolute;
        content: '';
        height: 100%;
        width: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .arenda-banner-img-container:hover img {
        -webkit-transform: scale(1.04);
        -ms-transform: scale(1.04);
        transform: scale(1.04);
        -webkit-filter: grayscale(0%);
        filter: grayscale(0%);
    }

    .banner-min-text {
        margin-left: 30px;
        text-align: left;
    }
}