/*@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@600;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Play:wght@400;700&display=swap');*/

/*body {
	font-family: 'Nunito', sans-serif;
	background: #000;
	margin-top: 0;
}*/
body {
    font-size: 1.2rem;
    font-family: Roboto,system-ui,-apple-system,"Segoe UI","Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
/* .h1 {
    text-transform: uppercase!important;
    font-family: Oswald, sans-serif;
} */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 1rem;
}
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1300px;
}
a {
    text-decoration: none;
}
a:hover, a:focus {
    text-decoration: none;
    outline: none;
    color: #fb501b;
}
a.text-white, a.text-dark {
    color: #ffffff;
    text-decoration: none;
}
p {
    line-height: 1.4;
}
.breadcrumb-item>a>.bi {
    flex-shrink: 0;
    width: 1em;
    height: 1em;
    fill: currentcolor;
    transition: .2s ease-in-out transform;
}
.btn .bi {
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.20em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#content ul li, #content_new ul li, #descrip ul li, #tovars ul li {
    list-style: none;
    /* background: url(/assets/site/img/templ/black_yellow_chek20.png) no-repeat 0 4px; */
    background: url(/assets/site/img/svg/check_orange.svg) no-repeat 0 4px;
    padding-left: 26px;
    background-size: 19px;
}
#vigodno ul li {
    list-style: none;
    background: url(/assets/site/img/svg/check_orange.svg) no-repeat 0 2px;
    padding-left: 32px;
    background-size: 24px;
}
#descrip .img-block {
    max-height: 450px;
    overflow: hidden;
    /*position: relative;*/
}
/*#descrip .img-block img {*/
/*	position: absolute;*/
/*	left: 0;*/
/*	top: 0;*/
/*	width: 100%;*/
/*	height: 100%;*/
/*	object-fit: cover;*/
/*}*/
.bg-blur {
    background-color: rgb(255 255 255 / 0%);
    backdrop-filter: blur(5px);
}
.bg-dark-blur {
    background-color: rgb(0 0 0 / 23%);
    backdrop-filter: blur(5px);
}
.text-danger {
    color: #ff0000!important;
}
.text-warning {
    color: #fb501b !important;
}
.mark, mark {
    padding: 0 .2em;
    background-color: #ffc107;
    line-height: 1.5;
}
.fw-500 {
    font-weight: 500!important;
}
.skew {
    transform: translate(0px, 0px) skew(-10deg);
}
/* Стиль выделения */
::-moz-selection{
    background-color: #fb501b;
    color:rgb(255, 255, 255)
}
::selection{
    background-color: #fb501b;
    color:rgb(255, 255, 255)
}

/* Уведомление cookies */
#cookies_alert {
    position: fixed;
    z-index: 9999;
    bottom: 0;
    left: 0;
    display: none;
    margin: auto;
    animation: fadeIn 0.5s ease-in-out;
}
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Кнопка наверх */
.btn-up {
    background-color: #3aa111;
    /*position: fixed;*/
    /*right: 0;*/
    /*left: 0;*/
    /*bottom: 15px;*/
    /*margin: auto;*/
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    transition: 0.2s ease;
    opacity: 1;
    visibility: visible;
}
.btn-up::before {
    content: "";
    width: 30px;
    height: 30px;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z'/%3E%3C/svg%3E");
}
/* .btn-up_hide {
	opacity: 0;
	visibility: hidden;
} */
@media (hover: hover) and (pointer: fine) {
    .btn-up:hover {
        background-color: #328b0e;
    }
}

.bg-telega {
    background-color: #37aee2;
}
.bg-dark-alfa {
    background-color: #0000007a!important;
}
.bg-dark-light {
    background-color: rgb(33 37 41 / 82%) !important;
}
.bg-light-grey {
    background-color: #f4f4f4!important;
}
a.bg-light-grey:hover {
    background-color: #ffc107 !important;
}
.bg-grey {
    background-color: #e2e2e2!important;
}
.bg-success {
    background-color: #2bdb16!important;
}
.bg-danger {
    background-color: #ff0000 !important;
}
.bg-orange {
    --bs-bg-opacity: 1;
    background-color: rgb(251 80 27) !important;
}
.bg-primary-subtle {
    background-color: #dce7ef !important;
}
.bg-opacity-40 {
    --bs-bg-opacity: 0.4;
}
.border-orange {
    border-color: rgb(251 80 27) !important;
}
.tag-cena {
    border-radius: 0 15px;
}

#kakrab .num {
    width: 60px;
    height: 60px;
    padding: 30px!important;
    font-size: 5rem;
}

#pohozhie img {
    width: 100%;
    max-height: 270px;
    object-fit: cover;
}

/* ----- Скрыть\показать плавно нижнюю панель на мобильном экране ------ */
.fixed-transition {
    -webkit-transition: bottom .4s ease-out 0s;
    -moz-transition: bottom .4s ease-out 0s;
    -o-transition: bottom .4s ease-out 0s;
    transition: bottom .4s ease-out 0s;
}
.fixed-hide {
    z-index: 999;
    bottom: -75px;
}
/* Социальные иконки */
.soc_div {
    display: inline-flex!important;
    align-items: center !important;
    font-size: .875em;
    color: #000000;
    background: #e5e5e5;
    border: 1px solid #e3e3e3;
    border-radius: 16px;
    line-height: 16px !important;
}
#header_soc .soc_div {
    background: #ffffff;
}
.soc_div span {
    padding: 0px 8px 0px 4px;
}
.soc_div span:empty {
    padding: 0;
}
.soc_div:not(:last-child) {   
    margin-right: 4px;
}
.socicon {
    background-repeat: no-repeat!important;
    background-position: center!important;
    padding: 13px;
    border-radius: 50%;
    background-size: 14px!important;
    transition: 0.2s ease;
    border: 3px solid #ffffff00;
}
.soc_div:hover .socicon {
    filter: brightness(1.1);
    -webkit-filter: brightness(1.1);
    -moz-filter: brightness(1.1);
    -o-filter: brightness(1.1);
    -ms-filter: brightness(1.1);
    border: 3px solid #3f3f3f00;
}
/* -----  Меню mobile ----- */
#menu-mobile .nav-link {
    color: #000000;
}
#menu-mobile .nav-pills .nav-link {
    background: #e1eaef63;
    border: 0;
    border-radius: .25rem;
    font-weight: 500;
}
#menu-mobile .nav-link:focus, #menu-mobile .nav-link:hover {
    color: #000000;
    background: #eaf4fd;
}
#menu-mobile .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #000;
    background-color: #ffad16c4!important;
}
#menu-mobile nav .btn{
    font-size: 1.3rem;
}
/* #menu-mobile .active, header #navmain .active a.nav-link {
    background: #212529!important;
    color: white!important;
} */
/* ------ Меню mobile КОНЕЦ --------- */

#navmain a.nav-link {
    border-radius: 8px;
    background: #f5f5f5;
    font-weight: 500;
}
#navmain a.nav-link:hover {
    background: #e7eef3;
}
/* #navmain .active a.nav-link {
    background: #212529 !important;
    color: white !important;
} */
/* #navmain a.nav-link.active {
    background: #e7e9eb !important;
} */
#navmain .navbar {
    padding-bottom: 0;
}
#navmain .dropdown-item:focus, #navmain .dropdown-item:hover {
    color: #212529;
    background-color: #e8edf3;
}
#navmain .navbar-nav > li {
    /* color: #212529; */
    padding-bottom: 0.5rem;
}



@-webkit-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}
@keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}
/* @keyframes fade-out {
    from { opacity: 1; }
    to { opacity: 0; }
}
.dropdown:not(:hover) > ul {
    display: block;
    animation: fade-out 1s;
  } */
.dropdown:hover > ul {
    display: block;
    top: 100%;
    left: 0;
    margin-top: -5px;
    -webkit-animation: fadeIn 0.3s;
    animation: fadeIn 0.3s;
}
.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: -5px;
}
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -9px;
    margin-left: 0;
    display: none;
}
.dropdown-submenu:hover .dropdown-menu {
    display: block;
    -webkit-animation: fadeIn 0.3s;
    animation: fadeIn 0.3s;
}


#bloki_sovetov {
	counter-reset: myCounter;
}
.blok_soveta::before {
	counter-increment: myCounter;
	content: counter(myCounter);

	font-size: 10em;
	font-weight: bold;
	color: #efefef;
	position: absolute;
	right: 80px;
	top: -30px;
}
.breadcrumb-item.active {
    color: #dddddd;
}
.breadcrumb-item+.breadcrumb-item::before {
    content: none;
}

#rayoni, #vopros_otvet {
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: auto;
}
@media (max-width: 768px) {
    #rayoni {
        background-position: center;
    }
}
/* ------- Мобильные брейкпоинты ------------- */
@media (max-width: 339.98px) {
    #tovar-goroda .col-6 {
        width: 100%;
    }
    #cal .col {
        flex: 0 0 auto;
        width: 100%;
    }
}
@media (max-width: 576px) {
    #header_top_phone {
        font-size: 1.8rem;
    }
}
@media (min-width: 320px) {
    #descrip h1 {
        font-size: 2.4rem;
    }
    #new_descrip h1 {
        font-size: 2.5rem;
    }
    .h1 {
        font-size: 2rem;
    }
}
@media (min-width: 360px) {
    #descrip h1 {
        font-size: 2.8rem;
    }
    #new_descrip h1 {
        font-size: 3.3rem;
    }
}
@media (min-width: 430px) {
    /*#descrip h1 {*/
    /*    font-size: 2rem;*/
    /*}*/
    .footer1 h4 {
        font-size: 23px;
        padding-top: 0px;
    }
}
@media (max-width: 600.98px) {
    .d-none-600 {
        display: none;
    }
    .d-block-600 {
        display: block;
    }
}
@media (min-width: 600.98px) {
    .h1 {
        font-size: 2rem;
    } 
    .d-none-600 {
        display: block;
    }
    .d-block-600 {
        display: none;
        background: #fff;
        position: fixed;
        bottom: 0;
        /*left: 0;
        right:0;*/
        width: 100%;
        z-index: 100;
    }
}
/* Малые девайсы («ландшафтные телефоны», >= 576px)*/
@media (min-width: 576px) { 
    #descrip h1 {
        font-size: 4.5rem;
    }
    #new_descrip h1 {
        font-size: 5rem;
    }
    .footer1 h4 {
        font-size: 30px;
        padding-top: 0px;
    }
}
/* Средние девайсы («таблетки», >= 768px)*/
@media (min-width: 768px) { 
    #descrip h1 {
        font-size: 5rem;
    }
    #new_descrip h1 {
        font-size: 5rem;
    }
    .d-none-768 {
        display: block;
    }
}
/* Средние девайсы («таблетки», >= 768px)*/
@media (max-width: 768px) { 
    .d-none-768 {
        display: none;
    }
}
/* Большие девайсы (десктопы, >= 992px)*/
@media (min-width: 992px) { 
    #descrip h1 {
        font-size: 3.9rem;
    }
    #new_descrip h1 {
        font-size: 5rem;
    }
}
/* Экстрабольшие девайсы (большие десктопы, >= 1200px)*/
@media (min-width: 1200px) { 
    #descrip h1 {
        font-size: 4.8rem;
    }
    #new_descrip h1 {
        font-size: 5rem;
    }
}
/* ------ Мобильные брейкпоинты КОНЕЦ --------- */
.btn {
    letter-spacing: 0.5px;
}
.btn:hover {
    /* color: var(--bs-btn-hover-color); */
    /* background-color: var(--bs-btn-hover-bg); */
    /* border-color: var(--bs-btn-hover-border-color); */
    /* background-color: rgba(var(--color-i166zdag3), 1); */
    box-shadow: 9px 9px 0px 0px #0000000d;
}
.btn-close {
    opacity: unset;
}
.btn-check:checked:focus-visible+.btn {
    box-shadow: none!important;
}
.btn:focus-visible {
    box-shadow: none!important;
}
.btn-success {
    color: #fff;
    background-color: #37b128;
    border-color: #37b128;
}
.btn-success:hover {
    background-color: #4cc73d;
    border-color: #4cc73d;
}
.btn-check:focus+.btn-success, .btn-success:focus {
    color: #fff;
    background-color: #37b128;
    border-color: #37b128;
    box-shadow: 0 0 0 0.25rem #37b1284a;
}
.btn-outline-warning {
    color: #212529;
}
.form-control.is-valid, .was-validated .form-control:valid {
    border-color: #15c500;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2315c500' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
}
.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: #ff0000;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23ff0000'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
}
.form-select.is-invalid, .was-validated .form-select:invalid {
    border-color: #ff0000;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23ff0000'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
}
.valid-feedback {
    color: #15c500;
}
.invalid-feedback {
    color: #ff0000;
}

/* ------ Выгодные сборные грузы -------- */
#vigodno .bg-secondary, #vigodno_why .bg-secondary {
    background-color: #efefef!important;
}
#vigodno_why img {
    right: 10px;
    top: 10px;
    position: absolute;
}
/* --------- Блок выгодные сборные грузы КОНЕЦ -------- */
#questionugol {
    background: url(/assets/images/fon-block/ugol_bezshown.jpg);
}
#questionpesok {
    background: url(/assets/images/fon-block/shtukaturka_bezshown.jpg);
    background-color: #00000054;
    background-blend-mode: darken;
}
/* --------- Блок наш транспорт ------- */
#nash-transport span.d-flex:before {
    content: '';
    position: absolute;
    display: block;
    height: 1px;
    bottom: 9px;
    left: 0;
    right: 0;
    border-top: 1px dotted rgb(139 139 139);
    z-index: 1;
}
#nash-transport .swiper-slide {
    max-width: 320px;
    height: auto;
}
#nash-transport .swiper-button-next, #nash-transport .swiper-button-prev {
    position: unset;
    margin-top: auto;
    background: #fb501b;
    color: #ffffff;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
}
#nash-transport .swiper-button-next:after, #nash-transport .swiper-button-prev:after {
    font-size: 24px;
}
/* #nash-transport .swiper-button-next:focus-visible:not(:focus-visible), #nash-transport .swiper-button-prev:focus-visible:not(:focus-visible) {
    border-color: #000; 
    outline: none;  
    box-shadow: none;
    outline: -webkit-focus-ring-color auto 3px;
} */
/* :focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none;
} */
#nash-transport .swiper-pagination {
    position: unset;
}
/* ---------- Блок наш транспорт КОНЕЦ ---------- */

#content_new {
    margin-top: -80px;
    position: relative;
}
.ts {
    text-shadow: 3px 3px 3px #00000099;
}
.bg_img_css {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* background-color: #00000014; */
    /* background-blend-mode: darken; */
}
.neon {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #fb501b;
    position: absolute;
    z-index: 1000;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
.neon_rings {
    border: 1px solid #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto;
    width: auto;
    border-radius: 50%;
    animation-duration: 2.0s;
    animation-name: pulse_1;
    animation-iteration-count: infinite;
    z-index: -1;
}
.neon_rings:nth-child(2) {
    animation-name: pulse_2;
}
.neon_rings:nth-child(3) {
    animation-name: pulse_3;
}
@keyframes pulse_1 {
    from {
      opacity: 1;
      transform: scale(0.8, 0.8);
    }
    to {
      opacity: 0;
      transform: scale(1.7, 1.7);
    }
  }
  @keyframes pulse_2 {
    from {
      opacity: 1;
      transform: scale(0.8, 0.8);
    }
    to {
      opacity: 0;
      transform: scale(1.9, 1.9);
    }
  }
  @keyframes pulse_3 {
    from {
      opacity: 1;
      transform: scale(0.8, 0.8);
    }
    to {
      opacity: 0;
      transform: scale(3.5, 3.5);
    }
  }
#tovar-goroda .card {
    position: relative;
    -webkit-transition: all 0.3s ease;;
    -moz-transition: all 0.3s ease;;
    -o-transition: all 0.3s ease;;
    transition: all 0.3s ease;
}
#tovar-goroda .card:hover {
  -webkit-transform: translateY(-7px);
  transform: translateY(-7px);
  border: 1px solid #ffc107 !important;
}
#tovar-goroda img {
    border-radius: .6rem;
}
#tovar-goroda .sloy-absolute {
    position: absolute;
    width: 100%;
    height: 100%;
	z-index: 1;
}
#tovar-goroda .opacity-gradent {
    position: absolute;
    bottom: 0;
    border-radius: 0 0 .6rem .6rem;
    width: 100%;
    height: 40%;
    background: linear-gradient(to top, #00000052, #00000000);
}
#tovar-goroda .card-header {
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
    margin-bottom: 0;
    color: var(--bs-card-cap-color);
    background-color: var(--bs-card-cap-bg);
    border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
    background: linear-gradient(159deg, #ebebeb, #ffffff00);
}
#footer .nav-link {
    color: #b1b1b1!important;
}
#footer .nav-link:focus, #footer .nav-link:hover {
    color: #fb501b!important;
}
/* -------- Swiper точки -------- */
.swiper {
    width: 100%;
    height: 100%;
}
.swiper-container-glavnaya {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    text-align: center;
    font-size: 11px;
    color: #fff;
    opacity: 1;
    background: rgba(0, 0, 0, 0.2)
}
.swiper-pagination-bullet-active {
    color: #fff;
    background: #007aff;
}
.swiper-pagination-bullet:focus-visible {
  outline: none;
}
/* -------- Swiper точки КОНЕЦ -------- */

/* ------ Фансибокс --------- */
.fancybox-navigation .fancybox-button--arrow_left {
     padding: 50px !important; 
}
.fancybox-navigation .fancybox-button--arrow_right {
     padding: 50px !important; 
}
.fancybox-navigation .fancybox-button {
    opacity: 0;
    height: 150px !important;
    width: 150px !important;
    border-radius: 50% !important;
}
.fancybox-image, .fancybox-spaceball {
    border-radius: 10px;
}
/* ------- Фансибокс -------- */
.separator {
	margin: 0px auto;
	height: 3px;
	width: 100px;
	position: relative;
}
.separator:after {
	background: repeating-linear-gradient(-45deg, #212529d1 , #212529d1 10px, #ffc107 0, #ffc107 20px);
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	content: "";
	z-index: 0;
}
.separator:before {
	background-color: #fff;
	position: absolute;
	height: calc(100% - 30px);
	content: "";
	z-index: 1;
	border-radius: 20px;
}