/*
Theme Name: rabota
*/
.container-main {
    max-width: 1280px;
    margin: 0px auto;
    padding: 0px 15px;
    width: 100%;
    padding-bottom: 100px;
}
.swiper-wrapper{
    align-items:center;
    max-height: 480px;
}
a {
    text-decoration: none;
    color: #000000;
}

.container-flex-main {
    display: flex;
    width: 100%;
    column-gap: 15px;
}

.menu {
    list-style: none;
}

.menu li {
    border: 1px solid #eaeaea;
    position: relative;
    border-bottom: 0px solid #eaeaea;
    border-collapse: collapse;
}

.menu li a {
    position: relative;
}

.before-none:before {
    display: none;
    content: '';
    width: 0px;
    height: 0px;
}

.menu li a::before {
    content: "";
    background-image: url(https://grmeh.ru/catalog/view/theme/default/image/right-arrow-kopia-14.png);
    width: 10px;
    right: 5px;
    top: 50%;
    transform: translate(0%, -50%);
    background-repeat: no-repeat;
    height: 17px;
    position: absolute;
}

.menu li .sub-menu li a::before {
    background-image: url(https://grmeh.ru/catalog/view/theme/default/image/2arrow.png);
    width: 15px;
    height: 14px;
}

.menu li .sub-menu li .sub-menu li a::before {
    border-image: none;
    width: 0px;
    height: 0px;
}

.menu li:last-child {
    border-bottom: 1px solid #eaeaea;
}

.menu li .sub-menu {
    list-style: none;
    position: absolute;
    right: 0px;
    z-index: 9;
    transform: translate(100%, 0%);
    top: 0px;
    display: none;
}

.menu li .sub-menu li .sub-menu a {
    pointer-events: all;
    cursor: pointer;
}

.menu li .sub-menu li {
    position: relative;
    display: flex;
    flex: 1 1 0;
    column-gap: 15px;
    background-color: #fff;
    max-width: 200px;
    width: 100vw;
    border: 1px solid #eaeaea;
    border-left: 0px solid #eaeaea;
    border-right: 0px solid #eaeaea;
    border-bottom: 0px solid #eaeaea;
    border-collapse: collapse;
}

li.current-menu-item>a {
    color: #c3261f;
}

.menu li .sub-menu li ul {
    border-top: 1px solid #eaeaea;
}

.menu li .sub-menu li ul li {
    border: 0px;
}

.menu li .sub-menu li::after {
    width: 2px;
    height: calc(100% - 20px);
    position: absolute;
    left: 0px;
    top: 50%;
    background: #c3261f;
    transform: translate(0%, -50%);
}

.index-about-company {
    margin-bottom: 20px;
    display: flex;
    background: #e3e3e3;
    padding: 15px;
}

.index-about-company-text {
    display: flex;
    padding: 12px 19px;
    flex-direction: column;
    row-gap: 10px;
}

.index-about-company-img {
    position: relative;
}

.index-about-company-img:after {
    content: '';
    background: url(https://grmeh.ru/catalog/view/theme/default/image/more_line.png) left top no-repeat;
    background-size: 100% 100%;
    width: 39px;
    height: 255px;
    position: absolute;
    left: -13px;
    top: 50%;
    transform: translate(0%, -50%);
    display: block;
}

.index-about-company-text button {
    padding: 10px;
    background: #dc332e;
    max-width: 257px;
    cursor: pointer;
    width: 100%;
    border: 0;
    border-radius: 20px;
    color: #ffffff;
}

.menu a {
    height: 100%;
    padding: 10px 20px;
    width: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
    color: #000000;
}

.menu a img {
    padding-right: 0px !important;
    margin-right: 10px;
    max-width: 32px;
    max-height: 32px;
}

.catalog-gruzopod {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.category_title {
    text-align: left !important;
}

.catalog-gruzopod h2 {
    margin-bottom: 20px;
    font-size: 30px;
    text-align: center;
}

.catalog-gruzopod h1 {
    margin-bottom: 20px;
    font-size: 30px;
    text-align: center;
}

.category-list {
    width: 100%;
    margin-bottom: 19px;
    row-gap: 20px;
    column-gap: 10px;
    display: flex;
    flex-wrap: wrap;
}

.category-list a {
    box-shadow: 0 2px 9px 8px rgb(0 0 0 / 2%);
    width: 31%;
}

.category-item {
    width: 100%;
    display: flex;
    transition: 0.5s;
    flex-direction: column;
    align-items: center;
    padding-bottom: 10px;
    min-height: 177px;
    border-radius: 10px;
}

.category-item img {
    max-width: 130px;
    margin: 10px 0px;
    max-height: 100px;
    object-fit: contain;
}

.category-title {
    width: 100%;
    margin-top: auto;
    padding-left: 8px;
    padding-top: 8px;
    font-size: 16px;
    transition: 0.5s;
    padding-bottom: 5px;
    padding-right: 16px;
    background: linear-gradient(to right, #e3e3e3 0%, #ffffff 100%);
}

.category-item:hover {
    box-shadow: 0 5px 9px 4px rgb(0 0 0 / 16%);
}

.category-title:hover {
    background: #c3261f;
    transition: 0.5s;
    color: #ffffff;
}

.btn-connect-us {
    height: 40px;
    width: 210px;
    background: #dc352f;
    border-radius: 4px 4px 0 0;
    font-weight: 700;
    cursor: pointer;
    text-transform: uppercase;
    text-align: center;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg) translateX(70%);
    transform: rotate(-90deg) translateX(70%);
    position: fixed;
    z-index: 2;
    right: 0;
    top: 50%;
}

.btn-connect-us span {
    color: #fff;
    font-size: 14px;
    column-gap: 10px;
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
}

.menu-mobile {
    display: none;
}

.nav_container {
    padding: 0px 15px;
    max-width: 1280px;
    width: 100%;
    margin: 0px auto;
}

.nav_menu {
    width: 100%;
    box-shadow: 0 0px 7px 3px rgb(116 116 166 / 9%);
    border-radius: 5px;
}

.nav_menu ul {
    display: flex;
    list-style: none;
}

.nav_menu ul li {
    padding: 15px 10px;
    padding-right: 0px;
    flex-basis: auto;
}

.nav_menu ul li a {
    font-size: 0.9rem;
    padding-right: 12px;
    width: 100%;
    font-weight: bold;
    display: inline-flex;
    border-right: 3px solid #e3e3e3;
}

.header-navigation .menu-item-type-taxonomy {
    max-width: 240px;
    width: 100%;
}

.modal-image {
    padding: 40px 20px;
    max-width: 823px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
    border-radius: 10px;
}

.contact-title {
    margin-bottom: 20px;
}

.modal-image h2 {
    color: #fff;
    max-width: 400px;
    font-size: 30px;
}

.margin-nav {
    margin-top: 24px;
    margin-bottom: 17px;
}

.modal-image button {
    padding: 10px;
    background: #dc332e;
    max-width: 257px;
    cursor: pointer;
    width: 100%;
    border: 0;
    border-radius: 20px;
    color: #ffffff;
}

.pum {
    position: fixed;
    left: 0px;
    z-index: 3;
    top: 0px;
    bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0px;
}

.pum-container {
    max-width: 540px !important;
    display: flex;
    position: relative;
    flex-direction: column;
    top: 30px !important;
    align-items: center;
    padding: 40px 20px;
    row-gap: 20px;
    width: 100% !important;
    box-shadow: 0 5px 15px rgb(0 0 0 / 50%) !important;
    background-color: #ffffff !important;
}

.pum-close {
    position: absolute !important;
    right: 15px !important;
    top: 15px !important;
    cursor: pointer !important;
    font-size: 25px !important;
}

.modalCloseItem {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
    font-size: 25px;
}

.pum-container .wpcf7-submit {
    padding: 10px;
    background: #dc332e;
    max-width: 257px;
    cursor: pointer;
    height: auto !important;
    width: 100%;
    border: 0;
    font-weight: bold;
    border-radius: 20px;
    color: #ffffff;
}

.pum-container form textarea {
    resize: none;
    padding: 6px 12px;
    width: 100%;
    font-size: 16px;
    outline: 0px;
    line-height: 1.42857143;
    max-width: 350px;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    box-shadow: none;
    border-radius: 0;
    padding-left: 0;
}

.navigation-sidebar {
    max-width: 240px;
    min-width: 240px;
}

.contact-full {
    width: 100%;
}

.pum-container form {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    align-items: center;
    width: 100%;
}

.pum-container form input {
    border: 0;
    border-bottom: 1px solid #7a7a7a;
    height: 34px;
    padding: 6px 12px;
    width: 100%;
    font-size: 16px;
    outline: 0px;
    line-height: 1.42857143;
    max-width: 350px;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    box-shadow: none;
    border-radius: 0;
    padding-left: 0;
}

.item-content {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.item-content button {
    padding: 10px;
    background: #dc332e;
    max-width: 257px;
    cursor: pointer;
    width: 100%;
    border: 0;
    border-radius: 20px;
    color: #ffffff;
}

.contact-full ul {
    display: flex;
    margin-bottom: 20px;
    list-style: none;
    flex-direction: column;
    row-gap: 5px;
}

.contact-full ul li p {
    display: inline-flex;
    column-gap: 10px;
}

@media(max-width:867px) {
    .category-list a {
        width: 48%;
    }
}

@media(max-width:768px) {
    .navigation-sidebar {
        display: none;
    }

    .catalog-gruzopod h2 {
        font-size: 18px;
    }
}

@media(max-width:580px) {
    .category-list a {
        width: 100%;
    }
}


.catalog_items {
    display: flex;
    column-gap: 0.5%;
    flex-wrap: wrap;
    row-gap: 15px;
}

.catalog_item {
    display: flex;
    max-width: 32.3333%;
    width: 100%;
    padding: 20px;
    border: 1px solid #eaebec;
    column-gap: 15px;
}

.catalog_item_content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.catalog_item_content h2 {
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 5px;
    color: #de8000;
}
.catalog_item_content ul{
    list-style: none;
}
.catalog_item_content ul li a{
    border-bottom: 0px;
    font-weight: 400;
    line-height: 20px;
    cursor: pointer;
    font-size: 13px;
}

.catalog_item_content ul li a:hover {
    color: #de8000;
}

.catalog_item img{
    max-width: 120px;
    width: 100%;
}




.menu li:hover > .sub-menu{
    display: flex;
    flex-direction: column;
}
.menu li .sub-menu li:hover .sub-menu{
    display: flex;
    flex-direction: column;
}
.menu li:hover > .sub-menu  li a{
    color: #000000!important;
}
.menu li .sub-menu li:hover{
    background-color: #eaeaea;
}
.menu li .sub-menu li:hover >a{
    color: #000000;
}
.menu li:hover{
    background-color: #c3261f;
}

.menu li:hover > a{
    color: #fff;
}

.catygory-block-title{
    width: 23%;
    display: flex;
    flex-direction: column;
}
.catygory-block-title h5{
    text-align: center;
    align-self: center;
}
.item-category{
    display: flex;
    column-gap: 10px;
    flex-wrap: wrap;
}
.catygory-block-title a{
    padding: 10px 20px;
    display: inline-flex;
    text-align: center;
    width: 48%;
    justify-content: center;
    border-radius: 5px;
    box-shadow: 2px 2px 2px rgb(0 0 0 / 10%);
}

.zavesi-content{
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}
.zavesi-content figure{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.zavesi-content img{
    max-width: 480px;
    padding: 0px 20px;
    margin: 0px auto;
}
.zavesi-content figcaption{
    max-width: 480px;
    padding: 0px 40px;
}
#attachment_1618{
    margin: 20px auto;
}

.content__remni{
    display:flex;
    background:#0f910f;
    border:1px solid;
    justify-content: space-between;
    flex-direction:row-reverse;
    column-gap:15px;
}
.content__remni p{
    margin:auto 0px;
    padding-left:50px;
    text-align:center;
}
.content__remni__img{
    background:gray;
    display:flex;
    width:30%;
}
.content__remni__img img{
    width:100%;
    margin-left:auto;
}

