/*
Theme Name: mega-trucks
Theme URI: 
Author: wingi
Author URI: 
Description: mega-trucks
Version: 1.0

*/

.item-branding {
    position: relative;
}
.sities_popup {
    position: absolute;
    top: 45px;
    left: 0;
    width: 322px;
    background: #fff;
    padding: 50px 57px 45px 70px;
    z-index: 3;
    color: #B3814E;
    border-radius: 5px;
    box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.1);
    box-sizing: content-box;
}
.popular_cities-list, .all_cities-list {
    padding-left: 0;
}

.sities_popup h3, 
.sities_popup .select-city__title {
    font-size: 30px;
    font-weight: bold;
    color: #B3814E;
    line-height: 24px;
    margin-bottom: 15px;
}

.sities_popup ul li {
    list-style: none;
    display: inline-block;
    margin: 0 15px 8px 0;
    font-size: 14px;
    font-weight: bold;
    color: #B3814E;
    cursor: pointer;
}
.sities_popup ul li:hover {
    text-decoration: underline;
}

.popular_cities {
    font-size: 20px;
    display: block;
    margin: 25px 0 20px 0;
}

.sities_search {
    border: 1px solid #DDDDDD;
    border-radius: 100px;
    background-color: transparent !important;
    background-image: url("./images/top-search.svg") !important;
    background-repeat: no-repeat !important;
    background-position: 10px center !important;
    padding: 5px 10px 5px 25px !important;
}

.sities_search::placeholder {
    color: #134669;
}

.all_cities {
    cursor: pointer;
    text-decoration: underline;
}

.sities_popup-close {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

.cities-trigger {
    display: inline-block;
    text-decoration: underline;
    padding: 12px 20px 12px;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    color: #5A160F;
    position: relative;
    top: 14px;
}

.cities-trigger.active, .cities-trigger.active svg{
    color: #fff;
}

.like-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: bold;
    top: -4px;
    cursor: pointer;
    position: relative;
}

.like-link svg {
    fill: #124569;
    margin-right: 5px;
}
.like-link svg circle {
    fill: #ECF1F5;
}

.like-link.active, .like-link.active svg {
    color: #FF5B3C;
    fill: #FF5B3C;
}

.all_cities-list {
    max-height: 200px;
    overflow: auto;
}

.list-cities-region {
    padding-left: 0;
}
.list-cities-region::after {
    content: '';
    display: block;
    clear: both;
}
.list-cities-region li {
    padding-left: 0;
    display: inline-block;
    float: left;
    width: 200px;
    margin-bottom: 10px;
}
.list-cities-region li.list-cities-region__hidden {
    display: none;
}

.sities_search::-webkit-input-placeholder {
    font-family: "Monsterrat", sans-serif;
    color: #B3814E;
}
.sities_search::-ms-input-placeholder {
    font-family: "Monsterrat", sans-serif;
    color: #B3814E;
}
.sities_search::-ms-input-placeholder {
    font-family: "Monsterrat", sans-serif;
    color: #B3814E;
}
.sities_search::-moz-placeholder {
    font-family: "Monsterrat", sans-serif;
    color: #B3814E;
}
.sities_search::placeholder {
    font-family: "Monsterrat", sans-serif;
    color: #B3814E;
}

.social-top .whatsapp, 
.social-top .telegram,
.social-top .vk {
    margin-bottom: 0;
    width: 20px;
    height: 20px;
}
.social-top svg {
    width: 20px;
    height: 20px;
}
.social-top > div:not(:first-child) {
    margin-left: 12px;
}
.social-top {
    margin-left: 20px;
}

.wrap-mega-menu #mega-menu-main .sub-menu {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    transition: all 0.3s;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.2);
    z-index: 4;
    padding: 30px;
    top: 20px;
    margin: 0;
    width: auto;
}
.wrap-mega-menu #mega-menu-main .sub-menu .sub-menu {
    top: 0px;
    left: 100%;
}
.wrap-mega-menu #site-navigation {
    margin: 0;
}
.wrap-mega-menu #mega-menu-main {
    padding-left: 0;
}
.wrap-mega-menu #mega-menu-main > li {
    margin-right: 30px;
    margin-bottom: 5px;
    position: static;
}
.wrap-mega-menu #mega-menu-main li a {
    position: relative;
    padding: 0 11px 0 0;
    display: inline-block;
}
.wrap-mega-menu #mega-menu-main > li > a {
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    color: #B3814E;
    text-decoration: none;
}
.wrap-mega-menu #mega-menu-main > li > a:hover {
    text-decoration: underline;
}
.wrap-mega-menu #mega-menu-main > li ul li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    color: #5A160F;
}
.wrap-mega-menu #mega-menu-main > li ul li a:hover {
    text-decoration: underline;
}
.wrap-mega-menu #mega-menu-main li:hover ul {
    opacity: 1;
    visibility: visible;
}
.wrap-mega-menu #mega-menu-main li.menu-item-has-children > a::after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    right: 0;
    top: 10px;
    position: absolute;
    background: url('./images/menu-child-arrow.svg') center no-repeat;
}
.wrap-mega-menu #mega-menu-main > li li.menu-item-has-children > a {
    position: relative;
    display: block;
    padding-right: 11px;
}
.wrap-mega-menu #mega-menu-main > li li.menu-item-has-children > a::after {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
}
.wrap-mega-menu #mega-menu-main li ul li:not(:last-child) {
    margin-bottom: 10px;
}

.menu-open .main-navigation {
    display: block;
}

.mobile-btn {
    display: none;
}

.phone-wrap > div:not(:first-child) {
    margin-left: 20px;
}

.hide-mobile {
    display: block !important;
}

.mobile-block {
    display: none !important;
}

.button-text {
    border-bottom: 2px solid #EBA359;
    border-radius: 0;
    padding: 5px;
}
.button-text:hover {
    border-bottom-color: transparent;
}

header .site-branding_sticky .hide-mobile, header .site-branding_sticky .mobile-btn {
    margin-left: auto;
}

.top-header__search.js_active .search-form input[type="text"] {
    min-width: 300px; 
}

.list-decor {
    counter-reset: stages;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 15px;
    padding-left: 0;
    position: relative;
    z-index: 1;
}
.list-decor li {
    background: transparent url('./images/list-decor-line.svg') bottom left no-repeat;
    border: 1px solid #B3814E;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    margin: 0 15px 15px 0;
    overflow: hidden;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    color: #000000 !important;
    width: 220px;
    padding: 34px 20px !important;
    min-height: 190px;
    box-sizing: border-box;
}
.list-decor li::before, .list-decor li::after {
    content: '';
    display: block !important;
}
.list-decor li::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 9px;
    border-color: transparent transparent transparent #B3814E;
    position: absolute;
    left: 20px !important;
    top: 20px !important;
}
.list-decor li::after {
    counter-increment: stages;                 /* Инкрементирует счётчик*/
    content: counter(stages);
    font-weight: 700;
    font-size: 100px;
    line-height: 100px;
    text-align: right;
    color: #EFE5DB;
    position: absolute !important;
    right: 5px !important;
    bottom: 0px !important;
    z-index: -1;
}

.big-list-decor {
    padding-left: 0;
}
.big-list-decor li, .entry-content .big-list-decor ul li,
.entry-content .big-list-decor ul:not(.blocks-gallery-grid):not(.list-decor):not(.big-list-decor):not(.dedicated-item) li {
    margin-bottom: 20px !important;
    background: url('./images/big-list-decor.svg') top 5px left no-repeat ;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 20px !important;
    color: #000000 !important;
    padding: 5px 0 5px 54px !important;
}
.big-list-decor li::before, .entry-content .big-list-decor ul li::before,
.entry-content .big-list-decor ul:not(.blocks-gallery-grid):not(.list-decor):not(.big-list-decor):not(.dedicated-item) li::before {
   border: 0 !important;
}

.icon-text {
    border-bottom: 1px solid #DFDFDF;
    border-left: 1px solid #DFDFDF;
}
.icon-text__icon {
    width: 150px;
    min-width: 150px;
    text-align: center;
    padding-top: 20px;
}
.icon-text__text {
    padding-bottom: 20px;
    padding-right: 20px;
}
.icon-text__text p {
    margin: 0;
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
}

.form-in-text form .d-flex {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}
.form-in-text form label, #order-transportation-2 .space-inp {
    margin-right: 0;
}
.form-in-text {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.1);
    max-width: 400px;
    padding: 45px 62px 40px 30px;
}
.form-in-text .title-form {
    font-weight: 400;
    font-size: 30px !important;
    line-height: 37px !important;
    color: #000000;
    margin-bottom: 20px;
}
.form-in-text .btns-num {
    display: none;
}
.form-in-text input:not([type="submit"]):not([type="checkbox"]), 
.form-in-text textArea {
    width: 100%;
}
.form-in-text label span:first-child {
    margin-top: 15px;
}
.form-in-text input[type="number"] {
    padding-left: 0;
}
.form-in-text .file_upload-text {
    max-width: 120px;
}
.form-in-text .inputfile-wrap {
    margin-bottom: 20px;
}
.form-in-text .agreement {
    margin-bottom: 0;
    margin-top: 10px;
}
.form-in-text input[type="submit"] {
    background: -o-linear-gradient(357.25deg, #B3814E 0.51%, #945E27 97.97%);
    background: linear-gradient(92.75deg, #B3814E 0.51%, #945E27 97.97%);
}
.form-in-text input[type="submit"]:hover {
    background: -o-linear-gradient(357.25deg, #711E15 0.51%, #5A160F 97.97%);
    background: linear-gradient(92.75deg, #711E15 0.51%, #5A160F 97.97%);
}

.p-padding .list-decor, .p-padding .wp-block-lazyblock-icon-text {
    padding-left: 20px;
}

.seo-tile-of-tag {
    
}
.seo-tile-of-tag__content {
    padding-top: 3rem;
}
.tag-item {
    display: inline-block;
    margin-right: 20px;
    padding-bottom: 15px;
}
.tag-item.hide-item {
    display: none;
}
.tag-item a, .tag-item span {
    display: inline-block !important;
    padding: 13px 25px;
    color: #000 !important;
    border: 1px solid #5A160F;
    background: #fff;
    transition: 0.3s;
    font-size: 16px !important;
    line-height: 18px !important;
    border-radius: 8px;
    margin: 0 !important;
    text-decoration: none;
}

.site-branding-btn-center {
    background: #FFFFFF;
    box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.1);
}
.site-branding-btn-center .site-branding_content {
    padding-top: 13px;
    padding-bottom: 8px;
}
.site-branding-btn-center .item-branding .workingTime, 
.site-branding-btn-center .item-branding .adress {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #5A160F;
    max-width: 185px;
    display: block;
}
.site-branding-btn-center .item-branding .adress {
    margin-bottom: 5px;
}
.site-branding-btn-center .item-branding > div:not(:last-child) {
    margin: 0;
}
.site-branding-btn-center .cities-trigger {
    padding: 0;
    top: 0;
}
.site-branding-btn-center .cities-trigger:hover {
    color: #EBA359;
}
.site-branding-btn-center .like-link {
    top: 0;
}
.site-branding-btn-center .phone {
    font-weight: 600;
    font-size: 25px;
    line-height: 24px;
    text-align: right;
    color: #5A160F;
    margin-bottom: 10px;
    display: inline-block;
    white-space: nowrap;
}
.site-branding-btn-center .button {
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.2em;
}
.site-branding-btn-center .button-text {
    padding: 0;
    color: #5A160F;
    border-bottom: 2px solid #5A160F;
}
.site-branding-btn-center .button-text:hover {
    text-decoration: none;
    color: #EBA359;
    border-bottom-color: #EBA359;
}
.site-branding-btn-center .button-wrap {
    text-align: center;
    margin-bottom: 10px;
}
.site-branding-btn-center .email {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #5A160F;
    margin-top: 13px;
    display: block;
    white-space: nowrap;
}
.site-branding-btn-center .email:hover {
    color: #EBA359;
}
.site-branding-btn-center .social-top a path {
    fill: #5A160F;
}
.site-branding-btn-center .social-top a.telegram:hover path {
    fill: #2ca5e0;
}
.site-branding-btn-center .social-top a.whatsapp:hover path {
    fill: #89ce40;
}
.site-branding-btn-center .site-branding__logo {
    margin: 0;
}
.site-branding-btn-center .sities_popup {
   left: auto;
   right: 0;
}
.header-menu {
    position: relative;
}
.header-menu #mega-menu-main {
    margin: 0;
}
.header-menu__content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 16px;
    padding-bottom: 20px;
    position: relative;
}
.header-menu #site-navigation::after {
    display: none;
}

.header-form .form-in-text {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 15px 30px 0;
}
.header-form .section-rates table td {
    background: #fff;
}
.header-form ul li {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #202020;
}
.header-form .form-in-text .title-form {
    font-weight: 400;
    font-size: 26px !important;
    line-height: 30px;
    color: #000000;
    margin-bottom: 0;
}
.header-form .days-delivery .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:first-child),
.header-form .days-delivery .wp-block-columns .wp-block-column {
    margin-left: 0;
}
.header-form .days-delivery > p {
    font-weight: 400;
    font-size: 14px !important;
    line-height: 24px !important;
    color: #5A160F;
    margin-top: 20px;
    padding: 0;
}
.header-form .form-in-text input:not([type="submit"]):not([type="file"]), 
.header-form .form-in-text textarea {
    padding-left: 10px;
}
.header-form .days-delivery .wp-block-columns .wp-block-column p {
    padding-left: 10px;
}
.header-form .days-delivery {
    min-width: 200px;
}
.header-form .days-delivery .wp-block-columns {
    flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
}
.header-form .days-delivery .wp-block-columns .wp-block-column:first-child {
    flex-basis: 45px !important;
    min-width: 45px;
}
.header-form .form-in-text label span:first-child {
    margin-top: 20px;
    margin-bottom: 0;
}
.header-form > .wp-block-columns {
    margin-bottom: 0;
}
.header-form .pos-rel {
    margin-top: 20px;
}

.widget-area .phone {
    display: block;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    margin-bottom: 5px;
}
.widget-area .email {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #EBA359;
    display: block;
    margin-bottom: 20px;
    margin-top: 10px;
}
.widget-area .organization, .widget-area .organization-inn {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #EBA359;
}
.widget-area .organization {
    margin-bottom: 0;
}
.widget-area .organization-inn {
    margin-bottom: 10px;
}
.widget-area .adress {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 5px;
    color: #EBA359;
    display: block;
}
.widget-area .workingTime {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #EBA359;
}

.widgets-columns > .wp-block-columns > .wp-block-column:last-child {
    min-width: 242px;
}
.widget_nav_menu ul li {
    margin-bottom: 5px;
}

.m-t-0 {
    margin-top: 0 !important;
}

.bg-mega {
    background: url('./images/bg-mega.svg') top center no-repeat;
    padding: 15px 30px 30px;
    background-size: contain;
}
.bg-mega p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 20px;
}
.bg-mega ul {
    padding: 0;
}

.widget-area .vk circle {
    fill: #EBA359;
}
.widget-area .vk:hover circle {
    fill: #fff;
}
.widget-area .vk path {
    fill: #202020;
}

.social-top .vk circle {
    fill: #5A160F;
}
.social-top .vk circle:hover {
    fill: #4680C2;
}
.social-top .vk path {
    fill: #fff !important;
}

.contacts-abs > .wp-block-group {
    display: none;
}

.accordion-citys .ghostkit-accordion-item-content {
    padding: 35px 20px 40px;
}
.accordion-citys .ghostkit-accordion-item-content > * {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    display: block;
}

body .rc-card {
    box-shadow: none;
    -webkit-box-shadow: none;
}
body .rc-cards-table table thead tr th {
    background: -o-linear-gradient(357.25deg, #A93225 0.51%, #81251C 97.97%) !important;
    background: linear-gradient(92.75deg, #A93225 0.51%, #81251C 97.97%) !important;
}
body .rc-card .order-route {
    left: -20px;
    padding: 5px 20px;
    transform: none;
    bottom: 0;
    padding: 5px 15px 5px 20px;
    background: linear-gradient(92.75deg, #B3814E 0.51%, #945E27 97.97%);
    border-radius: 0px 10px 10px 0px;
    text-decoration: none;
    width: 114px;
    height: 26px;
    background: url('./images/btn-route.jpg') center no-repeat;
    background-size: cover;
}
body .rc-card table td {
    border-bottom: 0;
}
body .route-title span {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    margin-bottom: 25px;
}
body .rc-card table tr td:first-child {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #585858;
}
body .rc-card table tr td:last-child {
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    text-align: right;
    color: #000000;
}

body .new_table_content.rc-cards-table {
    box-shadow: none;
    -webkit-box-shadow: none;
}

ul.dedicated-item {
    padding-left: 0!important;
}
ul.dedicated-item li {
  margin-bottom: 15px;
  padding-left: 38px !important;
  position: relative;
}
ul.dedicated-item li::after {
    left: 15px !important;
}
ul.dedicated-item li.active {
    background: #5A160F;
    border-radius: 5px;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
    padding: 10px 20px 10px 38px !important;
}
ul.dedicated-item li.active::after {
    top: 16px !important;
}
ul.dedicated-item li::before {
    left: 15px !important;
    top: 6px !important;
}
ul.dedicated-item li.active::before {
    top: 16px !important;
}

.contacts-container iframe {
    height: 700px;
}

.rc-cards-table .show-all {
    background: -o-linear-gradient(357.25deg, #711E15 0.51%, #58160F 97.97%);
    background: linear-gradient(92.75deg, #711E15 0.51%, #58160F 97.97%);
    color: #fff;
    outline: none;
    border: 1px solid #711E15;
}
.rc-cards-table .show-all:hover {
    background: -o-linear-gradient(357.25deg, #A93225 0.51%, #81251C 97.97%);
    background: linear-gradient(92.75deg, #A93225 0.51%, #81251C 97.97%);
    color: #fff;
    text-decoration: none !important;
}

.rc-cards-table:not(.new_table_content) table tbody tr:hover td span {
    color: #fff;
    background-color: gray;
}

.mobile-addresses {
    display: none;
}

#fancybox-close span {
    display: none;
}
html.fancybox-active:not(.fancybox-allowscroll), html.fancybox-active:not(.fancybox-allowscroll) body {
    overflow-y: scroll !important;
}
#fancybox-wrap {
    height: auto !important;
}

.section-gallery .wp-block-column img {
    max-height: 80px;
    width: auto;
}
.section-gallery .wp-block-columns {
    gap: unset;
    margin-bottom: 0;
}
.section-gallery .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 50% !important;
    width: 50%;
    margin-bottom: 35px;
}


.portfolio-list__item .wp-block-columns:first-child .wp-block-column:first-child {
    background: #FFFFFF url('./images/portfolio-bg.svg') bottom left no-repeat;
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.15);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 20px 20px;
    box-sizing: border-box;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.portfolio-list__item .wp-block-column p {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    padding-left: 24px;
}
.portfolio-list__item .wp-block-column p.portfolio-route {
    background: url('./images/portfolio-route.svg') left top 3px no-repeat;
    background-size: auto;
}
.portfolio-list__item .wp-block-column p.portfolio-descr {
    background: url('./images/portfolio-descr.svg') left top 3px no-repeat;
    background-size: auto;
}
.portfolio-list__item .button-wrap {
    margin-top: 30px;
}
.portfolio-list__item .button {
    padding: 5px 20px;
}
.portfolio-list__item a.allegiant_btn {
    border-radius: 4px;
    width: 130px;
    display: block;
    margin: auto;
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
}
.bg-img-full, .wp-block-lazyblock-bg-block {
    width: 100%;
    height: 100%;
    min-height: 218px;
}
.portfolio-list__item div.wp-block-columns {
    gap: 1em !important;
}
.portfolio-list__item div.wp-block-column {
    margin-bottom: 16px;
}
.portfolio-list__item-hidden {
    display: none;
}
.portfolio-list + .text-center .show-more.button-beige {
    border-radius: 10px;
}

.entry-content .route_cards {
    padding-top: 0;
}

body .karta-s-tabami__order-link {
    width: 249px;
    height: 45px;
    background: url("./images/btn-map.jpg") center no-repeat;
    background-size: cover;
}
body .karta-s-tabami__order {
    background-color: transparent;
}
body .karta-s-tabami__item__header {
    border-radius: 0;
}

.footer_block .menu > li .sub-menu {
    position: absolute;
    bottom: 100%;
    left: -15px;
    transition: all 0.3s;
    background: #FFF;
    -webkit-box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.2);
    padding: 15px;
    width: 200px;
    opacity: 0;
    visibility: hidden;
    margin: 0;
}
.footer_block .menu > li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
}
.footer_block .menu li .sub-menu a:hover {
    text-decoration: underline;
    color: #EBA359;
}

.list-cities_from_country li {
    display: inline-block;
    width: 100%;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 1;
    border: 0;
    background: transparent;
    margin-top: 12px;
}
.slick-arrow span {
    border: solid #5A160F;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    margin: 0 !important;
}
.slick-prev {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    left: -12px;
}
.slick-next {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    right: -12px;
}

#Turnkey_sea_transportation {
    overflow: hidden;
}

.list-categoy-posts__item {
    margin-bottom: 15px;
    width: 290px;
}
.list-categoy-posts {
    margin-bottom: 50px;
}

#gruz {
    overflow: hidden;
}

.bordered-list {
    padding: 30px;
    border: 1px solid #711E15;
    display: inline-block;
}

@media screen and (min-width: 768px) {
    .list-categoy-posts {
        column-count: 2;
        column-gap: 30px;
    }
}

@media screen and (min-width: 1025px) {
    .list-categoy-posts {
        column-count: 3;
        column-gap: 30px;
    }
}



@media screen and (min-width: 1150px) {
    .wrap-mega-menu #mega-menu-main .column-menu > .sub-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .wrap-mega-menu #mega-menu-main .column-menu > .sub-menu > li {
        white-space: nowrap;
    }
    .wrap-mega-menu #mega-menu-main .column-menu > .sub-menu > li > a {
        text-transform: uppercase;
        text-decoration: underline;
    }
    .wrap-mega-menu #mega-menu-main .column-menu > .sub-menu > li > a::after {
        display: none;
    }
    .wrap-mega-menu #mega-menu-main .column-menu > .sub-menu > li .sub-menu {
        left: 0;
        position: relative;
        display: block;
        padding: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin-top: 15px;
    }
    .wrap-mega-menu #mega-menu-main .column-menu > .sub-menu > li .sub-menu li {
        display: block;
        white-space: break-spaces;
    }
    
    #menu-item-2900 > .sub-menu {
        column-count: 2;
        column-gap: 5px;
        min-width: 340px;
    }
}


@media screen and (max-width: 1199px) {
    .items-branding > .item-branding:nth-child(2) {
        display: none;
    }
}

@media screen and (max-width: 1180px) {
    .content-area, .error404-content {
        padding-top: 245px;
    }
}

@media screen and (max-width: 1149px) {
    .mobilemenu_toggle {
        display: block;
    }
    
    #site-navigation {
        position: absolute;
        left: 0;
        top: 100%;
        background: #fff;
        z-index: 5;
        -webkit-box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.2);
        padding: 15px;
    }
    .menu-open .wrap-mega-menu #mega-menu-main .sub-menu {
        opacity: 1;
        visibility: visible;
        position: relative;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 0;
        top: 0;
        left: 0;
        padding-left: 10px;
    }
    .wrap-mega-menu #mega-menu-main > li {
        margin-right: 0;
    }
    .wrap-mega-menu #mega-menu-main .sub-menu .sub-menu {
        margin-top: 10px;
    }
    
    .wrap-mega-menu #mega-menu-main .sub-menu {
        width: 100%;
        max-width: 100%;
    }
    
    .header-menu #mega-menu-main {
        display: flex;
        flex-direction: column;
    }
    .wrap-mega-menu #mega-menu-main > li {
        width: 100%;
    }
}

@media screen and (max-width: 992px) {
    .site-branding-btn-center .phone {
        font-size: 16px;
        line-height: 16px;
    }
    
    .header-form .days-delivery {
        display: block;
    }
    
    .widget-area > .wp-block-columns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media(max-width: 781px) {
    .header-form .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:only-child) {
        flex-basis: 100% !important;
    }
}

@media screen and (max-width: 770px) {
    .like-link {
        position: static;
    }
    .sities_popup {
        top: 90px;
        left: 0px !important;
        padding: 30px;
        max-width: 320px;
        width: auto;
    }
    
    .items-branding .item-branding {
        width: 45%;
    }
    .site-branding-btn-center .button-wrap {
        text-align: left;
    }
}

@media screen and (max-width: 690px) {
    .content-area, .error404-content {
        padding-top: 300px;
    }
    
    .section-gallery .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
        flex-basis: unset !important;
        width: calc(100% / 2 - 50px);
        margin-bottom: 35px;
        display: block;
        box-sizing: border-box;
        padding: 0 10px;
    }
}

@media(max-width: 599px) {
    .items-branding .item-branding {
        width: 100%;
    }
    .items-branding {
        flex-direction: column !important;
        justify-content: space-around !important;
    }
    .site-branding-btn-center .item-branding {
        margin-bottom: 20px;
        text-align: center;
    }
    .site-branding-btn-center .site-logo {
        margin: auto !important;
    }
    .site-branding-btn-center .site-logo img {
        width: 254px;
        height: 47px;
    }
    .site-branding-btn-center .item-branding .workingTime, 
    .site-branding-btn-center .item-branding .adress {
        margin-left: auto;
        margin-right: auto;
    }
    .site-branding-btn-center .like-link {
        display: flex;
        flex-direction: column;
    }
    
    .site-branding-btn-center .button-wrap {
        text-align: center;
    }
    
    .social-top {
        margin-top: 20px;
        margin-left: 0;
    }
    .content-area, .error404-content {
        padding-top: 530px;
    }
}

@media(max-width: 480px) {
    .mobile-btn, .mobile-addresses {
        display: block;
    }
    
    .hide-mobile, .cities-trigger {
        display: none !important;
    }
    
    .mobile-block {
        display: block !important;
    }
    
    .phone-wrap > div:not(:first-child), .social-top {
        margin-left: 0;
    }
    
    .item-branding > div:not(:last-child) {
        margin-right: 0;
        margin-left: 0;
    }
    
    .top-header__search-open {
        margin-left: 0px !important;
    }
    
    .icon-text__icon {
        width: 70px;
        min-width: 70px;
    }
    .icon-text__text p {
        font-size: 14px !important;
    }
    .form-in-text {
        padding: 45px 30px 40px 30px;
        margin: auto;
    }
    .list-decor li {
        margin-left: auto;
        margin-right: auto;
    }
    
    .content-area, .error404-content {
        padding-top: 530px;
    }
    
    
    .btns-num {
        display: none !important;
    }
}