/*
Theme Name: smaxpro
Author: Igor Krykunov
Author URI: https://tochno.pro/
*/

:root {
    --accent-color: #1A76DC;
    --accent2-color: #fdd303;
    --header-color: rgba(9, 52, 95, 0.9);
    --font-color: #29313a;
    --button-color: #1A7AB7;
    --bg-color1: #FFF8F3;
    --bd-color: #e2e2e2;
    --header-font: "Roboto Slab";
    --text-font: "Open Sans";
}


body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: var(--text-font);
    color: var(--font-color);
    text-rendering: geometricPrecision;
    -webkit-font-smoothing: antialiased;
}

body p, ul li, ol li {
    font-size: 14px;
    line-height: 22px;
}

body p {
    margin: 5px 0;
}

body.admin-bar .cd-header{
    top: 32px;
}

section {
    max-width: 100%;
}

h1, h2, h3 {
    margin: 10px 0;
}

h1, h2, h3, h4 {
    font-family: var(--header-font);
    color: var(--header-color);
}

img {
    max-width: 100%;
}

@media screen and (max-width: 1200px) {
    h1 {
        font-size: 20px;
        line-height: 24px;
}
}

@media screen and (max-width: 1000px) {

}

@media screen and (max-width: 800px) {

}

@media screen and (max-width: 600px) {
    h1 {
        font-size: 18px;
        line-height: 22px;
        margin: 10px 0 5px;

    }
}

@media screen and (max-width: 400px) {

}


.block-style a {
    text-decoration: none;
    color: var(--accent-color);
    transition: all .1s ease;
}

.block-style a:hover {
    text-decoration: underline;
    color: var(--header-color);
}

#sidebar>li {
    list-style-type: none;
}

/*default gutenberg styles overwrite*/

.wp-block-column {
    margin: 0;
}

.wp-block-media-text .wp-block-media-text__content {
    padding: 0;
}

section {
    margin-bottom: 20px!important;
}



.svg-icon {
    fill: var(--accent-color);
}

.wrapper, .wrapper-out {
    max-width: 1200px;
    margin: 0 auto;
}

@media screen and (max-width: 1200px) {
    .wrapper, .wrapper-out {
        padding: 0 10px;
    }
}

.smax-button {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding: 5px 15px;
}

@media screen and (max-width: 1200px) {
    .smax-button {
        padding: 4px 10px;
    }
}

@media screen and (max-width: 800px) {
    .smax-button {
        padding: 3px 8px;
    }
}


/*top*/


/*top menu*/

.top-menu-wrapper {
    box-shadow: 0 3px 15px #d2d2d2;
}

@media screen and (max-width: 1000px) {
    .top-menu-wrapper {
        display: none;
    }
}


.top-menu {
}

.top-menu .menu-item a {
    text-decoration: none;
    padding: 5px 10px;
    color: var(--font-color);
    transition: all .1s ease;
    display: block;
    font-size: 13px;
    line-height: 17px;
}

.top-menu .menu-item a:hover {
    color: var(--accent2-color);
    text-decoration: underline;
}



.top-head {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    margin-top: 10px;
}

.logo-wrap img {
    max-width: 200px;
    height: auto;
    max-height: 62px;
    margin: 0 5px;
}

.header-part {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.svg-icon {
    height: 16px;
    width: 16px;
    overflow: visible;
    vertical-align: middle;
}

.descr-wrap {
    align-self: center;
}

.descr-item {
    font-size: 14px;
    margin: 0;
}

.contacts-item {
    font-size: 14px;
}

.address-wrap, .phones1-wrap, .phones2-wrap {
    text-align: right;
    align-self: flex-end;
}

.address-wrap, .phones1-wrap {
    border-right: 1px solid #e9f3fa;
    padding-right: 15px;
    margin-right: 14px;
}

.h-phone {
    text-decoration: none;
    color: var(--font-color);
}

@media screen and (max-width: 900px) {
    .contacts-item {
        font-size: 13px;
    }

    .svg-icon {
        height: 13px;
        width: 13px;
    }

    .address-wrap, .phones1-wrap {
        padding-right: 10px;
        margin-right: 9px;
    }

    .nav .nav__content .menu-item .mnu-a {
        padding: 0 3px;
        font-size: 13px;
    }

}

@media screen and (max-width: 800px) {
    .contacts-item {
        font-size: 13px;
    }

    .svg-icon {
        height: 12px;
        width: 12px;
    }

    .address-wrap, .phones1-wrap {
        padding-right: 4px;
        margin-right: 4px;
    }

}

@media screen and (max-width: 700px) {

    .phones1-wrap {
        display: none;
    }

    .svg-icon {
        height: 12px;
        width: 12px;
    }

}

@media screen and (max-width: 600px) {
    .svg-icon {
        display: none;
    }

    .top-head {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }

    .left-header {
        align-self: flex-start;
    }

    .right-header {
        align-self: flex-end;
        margin-top: -27px;
    }

    .contacts-item {
        font-size: 12px;
    }
}

@media screen and (max-width: 373px) {
    .contacts-item {
        font-size: 10px;
    }
    .svg-icon {
        display: none;
    }

    .menu-search-form {
        margin-left: 0;
    }

    .form-wrap input {
        max-width: 130px;
    }
}

/* #Navigation START ================================================== */



.navigation {
    text-align: center;
    height: 45px;
    margin-top: 0;
}

@media screen and (max-width: 800px) {

    .logo-wrap img {
        max-width: 140px;
    }

    .navigation {
        border: none;
    }

}


@media screen and (max-width: 400px) {

    .logo-wrap img {
        max-width: 100px;
    }

}

.sub-menu {
    visibility: hidden;
    display: none;
}


@media screen and (min-width: 800px) {

    .cd-header .header-wrapper, .cd-header .top-wrapper {
        max-width: 1200px;
    }

    .header-wrapper .logo-wrap {
        position: relative;
        left: 0;
        top: 0;
    }

    .header-wrapper .nav-but-wrap {
        display: none;
    }

    .header-wrapper .nav {
        position: relative;
        display: flex;
    }

    .nav .nav__content {
        visibility: visible;
        position: relative;
        top: 0;
        right: 0;
        width: 100%;
        display: flex;
        align-self: center;
    }

    .nav .nav__content .nav__list, .top-menu .nav__list {
        display: flex;
        width: 100%;
        justify-content: space-between;
        list-style-type: none;
    }

    .nav .nav__content .menu-item {
        opacity: 1;
        align-self: center;
        display: inline-block;
        letter-spacing: inherit;
        -webkit-transform: translate(0, 0%);
        transform: translate(0, 0%);
        margin-top: 0;
        margin-bottom: 0;
        width: auto;
        position: relative;
    }

    .nav .nav__content .menu-item:hover {
        background-color: #10539e;
        transition: all 0.05s ease-in;

    }

    .nav .nav__content .menu-item:last-child {
        border-right: none;
    }

    .nav .nav__content .menu-item .mnu-a{
        white-space: nowrap;
        text-decoration: none;
        padding: 0 5px;
        line-height: 45px;
        display: block;
        font-size: 14px;
        float: left;
    }

    .nav .nav__content .menu-item .mnu-a:hover {
        text-decoration: none;
    }

    .nav .nav__content .menu-item:first-child .mnu-a {
        margin-left: 0;
    }
    .sub-menu {
        opacity: 0;
        top: 40px;
        background-color: #FAFAFA;
        display: flex;
        flex-direction: column;
        position: absolute;
        padding: 0;
        box-shadow: 0 1px 10px #00000045;
        border-radius: 3px;
        transition: all 0.05s ease-in;
        -webkit-transform-origin: center top;
        -moz-transform-origin: center top;
        -ms-transform-origin: center top;
        -o-transform-origin: center top;
        transform-origin: center top;
        -webkit-transform: scale(0.95);
        -moz-transform: scale(0.95);
        -ms-transform: scale(0.95);
        -o-transform: scale(0.95);
        transform: scale(0.95);
        }

        .nav .nav__content .sub-menu .menu-item {
            align-self: flex-start;
            padding: 5px 0;
            width: 100%;
            transition: all .2s ease;
        }

        .nav .nav__content .sub-menu .menu-item:hover{
            background-color: var(--accent-color);
        }

        .nav .nav__content .sub-menu .menu-item:hover .mnu-a{
            color: var(--accent2-color);
        }

        .nav .nav__content .sub-menu .menu-item .mnu-a {
            line-height: 20px;
            color: var(--font-color);
            margin: 0 10px;
            width: 100%;
        }

        .menu-item:hover .sub-menu {
            opacity: 1;
            visibility: visible;
            overflow: hidden;
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1);
        }
}

@media screen and (min-width: 1200px) {
    .nav .nav__content .menu-item .mnu-a{
        white-space: nowrap;
        text-decoration: none;
        padding: 0 10px;
        line-height: 45px;
        display: block;
        font-size: 16px;
        float: left;
    }
}

.cd-header {
    width:100%;
    top:0;
    left:0;
    z-index:100;
}

.top-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: auto;
    padding: 0 5px;
}

.nav-wrapper {
    background-color: var(--accent-color);
}

.header-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: auto;
}
.logo-wrap {
    z-index: 100;
}
.logo-wrap a {
    display: block;
    cursor: pointer;
    margin: 0;
    transition : all 0.3s ease-out;
}

.logo-wrap a:hover {
    opacity: 0.9;
}
.nav-but-wrap{
    position: relative;
    display: inline-block;
    float: right;
    right: 10px;
    margin-top: 13px;
    margin-left: 20px;
    transition : all 0.3s ease-out;
    z-index: 100;
    order: 3;
}
.menu-icon {
    height: 30px;
    width: 30px;
    position: relative;
    z-index: 2;
    cursor: pointer;
    display: block;
}
.menu-icon__line {
    height: 2px;
    width: 30px;
    display: block;
    background-color: #fff;
    margin-bottom: 7px;
    cursor: pointer;
    -webkit-transition: background-color .1s ease, -webkit-transform .1s ease;
    transition: background-color .1s ease, -webkit-transform .1s ease;
    transition: transform .1s ease, background-color .1s ease;
    transition: transform .1s ease, background-color .1s ease, -webkit-transform .1s ease;
}
.menu-icon__line-left {
    width: 16.5px;
    -webkit-transition: all 100ms linear;
    transition: all 100ms linear;
}
.menu-icon__line-right {
    width: 16.5px;
    float: right;
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    -ms-transition: all 100ms linear;
    transition: all 100ms linear;
}
.menu-icon:hover .menu-icon__line-left,
.menu-icon:hover .menu-icon__line-right {
    width: 30px;
}
.nav {
    z-index: 98;
    width: 100%;
}
.nav__content {
    position: absolute;
    width: 100%;
    visibility: hidden;
    text-align: left;
    top: 45px;
    transition: all .2s ease;
}
.nav__list {
    position: relative;
    padding: 0;
    margin: 0;
    z-index: 2;
}
.nav__content .menu-item {
    position: relative;
    display: block;
    opacity: 0;
    text-align: left;
    margin-top: 2px;
    margin-bottom: 2px;
}
.nav__content .menu-item .mnu-a{
    display: block;
    font-family: sans-serif;
     position: relative;
     text-decoration: none;
     color: #fff;
     overflow: hidden;
     z-index: 2;
     padding-left: 10px;
     padding-top: 3px;
     padding-bottom: 3px;
    font-size: 14px;
     -webkit-transition: all 100ms linear;
     transition: all 100ms linear;
 }

.menu-item .mnu-a:hover{
    color: var(--accent2-color);
}
.menu-item.active-nav .mnu-a{
    color: #a8a8a8;
}
.menu-item.active-nav .mnu-a:after{
    height: 100%;
    opacity: 1;
    top: 0;
}
body.nav-active .nav__content {
    visibility: visible;
    background-color: var(--accent-color);
    z-index: 10;
}
body.nav-active .menu-icon__line {
    background-color: #fff;
    -webkit-transform: translate(0px, 0px) rotate(-45deg);
    transform: translate(0px, 0px) rotate(-45deg);
}
body.nav-active .menu-icon__line-left {
    width: 15px;
    -webkit-transform: translate(2px, 4px) rotate(45deg);
    transform: translate(2px, 4px) rotate(45deg);
}
body.nav-active .menu-icon__line-right {
    width: 15px;
    float: right;
    -webkit-transform: translate(-3px, -3.5px) rotate(45deg);
    transform: translate(-3px, -3.5px) rotate(45deg);
}
body.nav-active .menu-icon:hover .menu-icon__line-left,
body.nav-active .menu-icon:hover .menu-icon__line-right {
    width: 15px;
}
body.nav-active .nav {
    visibility: visible;
}

body.nav-active .menu-item {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    padding: 5px;
    margin: 0 10px;
}

/*mobile*/

.mobile-mnu {
    align-self: center;
    display: flex;
    justify-content: space-between;
    height: 45px;
}

/*search form*/

.menu-search-form {
    align-self: center;
    margin-left: 15px;
    order: 2;
}

.form-wrap {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    border: 1px solid #ffffff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 15px;
    overflow: hidden;
}

.form-wrap svg {
    height: 18px;
    fill: #ff9a86;
}

.form-wrap input {
    -webkit-appearance: textfield;
    background-color: transparent;
    padding: 5px 10px;
    border: none;
    max-width: 140px;
    color: #ffffff9e;
}

.form-wrap input[type="submit"] {
    opacity: .8;
    height: 18px;
    width: 18px;
    align-self: center;
    margin-right: 8px;
    cursor: pointer;
    color: #fff;
    background-color: transparent;
    padding: 0;
    border: none;
    background-image: url(/wp-content/themes/smaxpro/images/search.svg);
    background-repeat: no-repeat;
    background-position: center;
}


.form-wrap input[type="submit"]:hover {
    opacity: 1;
}

/*language switcher*/

.pll-wrap {
    margin: 0 10px;
    align-self: center;
    order: 2;
}

@media screen and (max-width: 800px) {
    .pll-wrap {
        order: 1;
    }
}

.pll-wrap select {
    border: none;
    padding: 2px 5px;
    border-radius: 15px;
    color: #1a75dc;
    background-color: #e4f1ff;
    font-weight: 400;
    font-size: 16px;
    font-family: var(--text-font);
}

.pll-wrap select option{
    padding: 5px;
    font-size: 16px;
    line-height: 20px;
    font-family: var(--text-font);
}


/* #Navigation END ================================================== */


/* Common START */

/*breadcrumbs*/
.breadcrumbs {
    margin: 15px 0 0;
}

.breadcrumbs a {
    color: #a6abb1;
}



.main-title {
    font-size: 22px;
    margin: 5px 10px;
    font-weight: 400;
}

@media screen and (max-width: 1200px) {
    .main-title {
        font-size: 20px;
        margin: 5px;
    }
}

@media screen and (max-width: 1000px) {

}

@media screen and (max-width: 800px) {
    .main-title {
        font-size: 16px;
        margin: 5px;
    }
}

@media screen and (max-width: 600px) {
    .main-title {
        margin: 2px;
        padding: 10px 2px;
    }
}

@media screen and (max-width: 400px) {

}

.section-header {
    font-size: 22px;
    margin-bottom: 20px;
    margin-top: 30px;
}

@media screen and (max-width: 1200px) {

}

@media screen and (max-width: 1000px) {
    .section-header {
        font-size: 20px;
        margin: 0 0 5px;
    }
}

@media screen and (max-width: 800px) {

}

@media screen and (max-width: 600px) {
    .section-header {
        font-size: 16px;
        padding: 10px 2px 0;
    }
}

@media screen and (max-width: 400px) {
    .section-header {
        font-size: 14px;
    }
}

.wp-post-image, .aligncenter, .size-full {
    max-width: 100%;
    height: auto;
}

.post-img-page img { max-width: 100%;height: auto;}


.main-grid {
    --auto-grid-min-size: 10rem;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(var(--auto-grid-min-size), 1fr));
    grid-gap: 10px;
}

@media screen and (max-width: 360px) {
    .main-grid {
        grid-template-columns: 1fr;
        grid-gap: 5px;
    }
}

@media screen and (max-width: 600px) {
    .about {
        font-size: 12px;
        line-height: 14px;
    }
}

.clients-gal .blocks-gallery-item{
    width: calc((100% - 4px)/4);
}


/*how to buy*/

.how {
    background-image: url(/wp-content/themes/smaxpro/images/smax-bg-1.jpg);
    padding: 20px 40px;
}

.how .section-header {
    color: #fff;
    margin: 0 0 10px;
    line-height: 20px;
}

.how-grid {
    display: grid;
    grid-gap: 0 1em;
    grid-template-columns: 1fr 1fr 1fr;
}

.how-item {
    color: #fff;
    display: flex;
    align-items: center;
    font-weight: 200;
    font-size: 15px;
}

.how-item-big {
    grid-area: span 2 / span 1;
    align-self: center;
    margin: 5px 0;
    padding: 10px 20px;
    font-size: 20px;
    line-height: 30px;
    border: 2px solid #fff;
    font-weight: 200;
}

.how-item img {
    height: 70px;
    width: auto!important;
}

@media screen and (max-width: 1200px) {
    .how-item-big {
        font-size: 18px;
        line-height: 26px;
    }
}

@media screen and (max-width: 1000px) {

}

@media screen and (max-width: 800px) {
    .how-grid {
        grid-template-columns: 1fr;
    }
    .how-item:nth-child(odd) {
        flex-direction: row-reverse;
    }
}

@media screen and (max-width: 600px) {
    .how {
        padding: 15px;
    }
    .how-grid {
        grid-gap: .8em;
    }
    .how-item-big {
        padding: 5px 10px;
        font-size: 16px;
        line-height: 20px;
    }
    .how-icon {
        height: 50px;
    }
}

@media screen and (max-width: 400px) {

}


/*cta*/

.cta {
    background: var(--accent2-color);
    padding: 15px 30px;
    margin: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cta-head {
    margin: 10px 0;
}

.wpcf7-form {
    text-align: center;
}

.cta .cta-form .wpcf7 .ajax-loader {
    display: none;
}

.wpcf7-mask {
    border: none;
    margin: 0 20px;
    padding: 10px 25px;
    border-radius: 25px;
    background: #f5f5f5;
    width: 140px;
    font-size: 14px;
}

.wpcf7-submit {
    font-size: 14px;
    padding: 10px 45px;
    cursor: pointer;
    color: #fff;
    border: none;
    border-radius: 25px;
    background: linear-gradient(to right, #348DEF, #0066A7);
}

form .wpcf7-response-output {
    margin: 0;
    padding: 0;
    border: none;
    color: red;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

form .wpcf7-not-valid-tip {
    display: none;
}

@media screen and (max-width: 1200px) {
    .cta {
        padding: 10px 20px;
    }
    .cta-text {
        max-width: 50%;
    }
    .cta-head {
        margin: 5px 0;
        font-size: 20px;
    }
    .cta-sub {
        margin: 5px 0;
    }
}

@media screen and (max-width: 1000px) {
    .cta {
        padding: 10px;
    }
    .cta-text {
        max-width: 60%;
    }
    .cta-head {
        font-size: 18px;
        line-height: 22px;
    }
    .cta-sub {
        font-size: 13px;
        line-height: 16px;
    }
    .wpcf7-mask {
        margin: 0 8px;
        padding: 8px 20px;
        width: 116px;
        font-size: 13px;
    }
    .wpcf7-submit {
        font-size: 13px;
        padding: 8px 30px;
    }
}

@media screen and (max-width: 800px) {
    .cta-text {
        max-width: 100%;
    }
    .wpcf7-mask {
        margin: 5px 0;
        float: right;
    }
    .wpcf7-submit {
        padding: 8px 20px;
        width: 156px;
        float: right;
    }
}

@media screen and (max-width: 600px) {
    .cta {
        display: flex;
        flex-direction: column;
    }
    .wpcf7-mask {
        margin: 0 5px 5px 0;
        float: none;
    }
    .wpcf7-submit {
        float: none;
    }
}

@media screen and (max-width: 400px) {

}

/*таблицы*/

.smax-table thead {
    font-size: 12px;
    font-weight: 200;
    line-height: 18px;
    background: var(--accent-color);
    color: #fff;
}
.smax-table td {
    font-size: 13px;
    line-height: 16px;
    padding: 3px 10px;
    text-align: center;
}



/*faq*/

.schema-faq {
    margin-bottom: 20px;
    padding: 15px 20px;
    background-image: url(/wp-content/themes/smaxpro/images/smax-bg-9.jpg);
}

.schema-faq-section {
    padding: 6px 18px 8px;
    margin: 3px 0;
    color: #fff;
    border: 1px solid transparent;
}

.schema-faq-section:hover {
    border: 1px solid #fff;

}

.schema-faq-question {
    font-weight: 400;
    font-size: 14px;
}

.schema-faq-answer {
    font-size: 13px;
    line-height: 16px;
    margin: 3px 0 0 15px;
    opacity: .6;
    font-weight: 200;
}

@media screen and (max-width: 800px) {
    .schema-faq {
        padding: 10px;
    }
    .schema-faq-section {
        padding: 4px 8px 6px;
        margin: 3px 0;
        color: #fff;
        border: 1px solid transparent;
    }
}

@media screen and (max-width: 800px) {
    .schema-faq-question {
        font-size: 13px;
        line-height: 14px;
    }

    .schema-faq-answer {
        font-size: 12px;
        line-height: 15px;
        margin: 3px 0 0 10px;
    }
}


/*sidebars*/

.widgettitle {
    font-size: 16px;
    margin: 0;
    text-decoration: underline;
}

.preim, .nedost {
    padding: 15px 25px 20px 50px;
}

.preim li, .nedost li {
    font-size: 14px;
    margin-top: 15px;
}

.preim {
    background-color: #e7ffea;
}

.nedost {
    background-color: #ffcec4;
}

.is-style-stripes td{
    padding: 2px 5px;
    font-size: 12px;
    line-height: 16px;
}

.columns-no-mb {
    margin-bottom: 0;
}

/*make-order*/
.make-order {
    position: relative;
    background: linear-gradient(30deg, #41F972, #3DCAFF);
    padding: 20px 25px;
    border-radius: 10px;
    box-shadow: 0 0 18px rgba(201, 204, 221, .46);
}

.make-order:before {
    position: absolute;
    content: '';
    top: 7px;
    left: 7px;
    right: 7px;
    bottom: 7px;
    border-radius: 8px;
    border: 1px solid #fff;
}

.make-order a {
    text-decoration: none;
    color: var(--accent-color);
    font-weight: 700;
}

.plast-arm {
    padding: 40px 10px 20px;
    background-image:url(https://smax.com.ua/wp-content/uploads/2019/07/smax-compozit-arm1.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}

/*all-prokat-block*/

.same-type-wrap {
    padding: 10px 15px;
    background-color: var(--bd-color);
}

.all-prokat-wrap {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    grid-gap: 1em;
}



.all-prokat-wrap li {
    line-height: 14px;
}

.all-list-item-a {
    text-decoration: none;
    font-size: 12px;
    line-height: 14px;
    color: var(--font-color);
}

.all-list-item-a:hover {
    text-decoration: underline;
    color: var(--accent2-color);
}

/*baza-prokat*/

.baza-prokat {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    grid-auto-rows: 1fr;
    grid-gap: 1em;
    margin: 25px 0;
}

.baza-prokat .cat-list-item {
    padding: 10px 15px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.23);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.baza-prokat .cat-list-item img {
    max-width: 150px;
    border-radius: 10px;
}

.cat-list-item-a {
    text-decoration: none;
    font-weight: bold;
    font-family: var(--header-font);
    color: var(--header-color);
    margin-top: 10px;
}


/*ben*/
.cat-ben {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin: 15px;
}

.cat-ben-item {
    font-size: 13px;
    font-family: var(--header-font);
    text-align: center;
    padding: 0 40px;
    position: relative;
}

.cat-ben-item span {
    color: var(--accent-color);
    font-weight: 600;
}

.cat-descr p {
    margin: 25px 0 10px;
    font-size: 16px;
    line-height: 24px;
}

/* all-prokat-wrap */

/*random prod block*/

.random-prokat-wrap {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    grid-gap: .5em 1em;
}

@media screen and (max-width: 360px) {
    .random-prokat, .same-type-wrap, .smax-rating {
        box-sizing: border-box;
        max-width: 300px;
    }

    .random-prokat-wrap {
        grid-template-columns: 1fr;
        max-width: 300px;
    }
}

.rand-prod-item-wrap {
    padding: 10px;
}

.rand-prod-item-wrap:hover {
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.14)
}

.rand-prod-item {
    display: block;
    text-decoration: none;
    color: var(--font-color);
}

.rand-prod-thumb {
    max-width: 100px;
    opacity: .8;
}

.rand-prod-txt {
    line-height: 16px;
    font-size: 12px;
    margin: 0;
}



/* Common END ------------------------------------------------------------------*/






/* Footer START */

.site-footer {
    background-color: #10539E;
    padding: 25px 10px;
    color: #fff;
    font-size: 12px;
}

.footer-container {
    max-width: 1200px;
    margin: auto;
}

.footer-content {
    display: grid;
    grid-template-columns: 1fr 1.2fr .8fr 1fr;
    font-weight: 200;
}

.footer-bottom {
    border-top: 1px solid #ffffffc7;
    padding: 5px 0;
    margin-top: 10px;
}

.site-footer .footer-content .fb-li a, .site-footer .fb-li {
    color: #ffffff;
    opacity: .8;
    display: block;
    font-size: 13px;
    margin: 0;
    text-decoration: none;
    transition: all .2s ease;
}

.site-footer .fb-t {
    color: #ffffff;
    opacity: .8;
    display: block;
    font-size: 13px;
    margin: 0;
    transition: all .2s ease;
}

.site-footer .footer-block .fb-t:hover {
    opacity: 1;
    transition: all .1s ease;
}

.site-footer .footer-block .fb-li:hover {
    text-decoration: underline;
    opacity: 1;
    transition: all .1s ease;
}


.site-footer .f-head {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 1.3em;
    color: var(--accent2-color);
    padding-bottom: 5px;
    border-bottom: 2px solid var(--accent2-color);
}

.footer-block {
    padding: 0 10px;
}

.footer-block ul {
    margin: 0;
    padding: 0;
}

.footer-block ul li{
    list-style-type: none;
}
.footer-block ul li.of {
    font-size: 12px;
    line-height: 16px;
}

@media screen and (max-width: 800px) {
    .footer-content {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 1em;
    }
}


.footer-logo {
    max-width: 230px;
    height: auto;
}

.footer-descr {
    margin: 10px 0 15px;
    font-size: 13px;
    line-height: 16px;
    max-width: 90%;
}

.footer-block .menu-search-form {
    background: #87b4e8;
    border-radius: 15px;
    overflow: hidden;
    max-width: 230px;
    margin-bottom: 15px;
    margin-left: 0;
}

.footer-block .form-wrap input {
    background-color: #fff;
    padding: 5px 10px;
    border: none;
    max-width: none;
    color: rgba(12, 12, 12, 0.62);
}

.footer-block .form-wrap input[type="submit"] {
    margin: auto;
    color: rgba(12, 12, 12, 0.62);
    background-color: transparent;

}



.site-footer .fb-h {
    color: var(--accent2-color);
    opacity: 1;
    font-size: 15px;
    margin-right: 8px;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0;
}

.fb-phones {
    margin: 10px 15px 0 0;
}

.fb-contact {
    display: flex;
}

.fb-grafik {
    margin-top: 10px;
}


.footer-bottom {
    display: flex;
    justify-content: space-between;
}

.fbt-links {
    max-width: 75%;
}

.fbl-item, .f-cr, .f-made, .tpro  {
    color: #a5bbdc;
    text-decoration: none;
    font-size: 12px;
    margin: 0;
}

.tpro:hover {
    color: var(--accent2-color);
    text-decoration: underline;
}

.fbl-item:after {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    margin-left: 5px;
    margin-right: 1px;
    border-radius: 5px;
    vertical-align: middle;
    background-color: #bbd3f7;
}

.fbl-item:hover {
    color: var(--accent2-color);
}

.fbt-divider {
    width: 1px;
    margin: 0 3px;
    height: 40px;
    content: '';
    background: #ffffffc7;
}

@media screen and (max-width: 1200px) {

}

@media screen and (max-width: 1000px) {
    .footer-content {
        grid-template-columns: 1fr 1fr;
    }
    .footer-bottom {
        flex-direction: column;
    }
    .fbt-divider {
        display: none;
    }
    .fbt-links {
        max-width: 100%;
        padding-bottom: 3px;
        border-bottom: 1px solid #ffffffc7;
    }
    .fbt-cr {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
}

@media screen and (max-width: 800px) {

}

@media screen and (max-width: 600px) {
    .footer-content {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 400px) {
    .fbt-cr {
        flex-direction: column;
    }
}

/* Footer END ---------------------------------------- */

.pm-item:hover {
    box-shadow: 0 0 15px #00000029;
}