﻿/*
Theme Name: Форус 2.0
Version: 3.330
2021-05-21 corrected
*/

:root {
    --yellow-old: #d9b420;
    --yellow2-old: #f7ce2e;
    --yellow: #A9A9A9;
    --yellow2: #808080;;
    --tgrey: rgb(66, 69, 74);
    --tgrey2: #42454a;
}

#loader_block {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 9999;
    right: 0;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ui-widget {
    font-family: 'PF DinDisplay Pro';
}

.ui-selectmenu-button.ui-button {
    width: 100%;
    padding: 10px;
    background: #fff;
    border: none;
    outline: none;
    border-radius: 4px;
    min-height: 40px;
    font-size: 18px;
    line-height: 18px;
}

.ui-widget.ui-widget-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.ui-widget.ui-widget-content::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
}

.ui-widget.ui-widget-content::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    background-color: #f7ce2e;
}

.ui-menu-item-wrapper {
    font-size: 16px;
    border: 1px solid transparent;
}

.ui-menu-item-wrapper:hover,
.ui-state-active {
    background: #f7ce2e !important;
    border: 1px solid #f7ce2e !important;
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 150px;
    height: 150px;
}

.lds-ellipsis img {
    width: 150px;
    height: 150px;
}

.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: var(--yellow-old);
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(24px, 0);
    }
}


@font-face {
    font-family: 'PF DinDisplay Pro';
    font-display: auto;
    src: url('fonts/PFDinDisplayPro-Regular.eot');
    src: local('PFDinDisplayPro-Regular'),
    url('fonts/PFDinDisplayPro-Regular.eot?#iefix') format('embedded-opentype'),
    url('fonts/PFDinDisplayPro-Regular.woff') format('woff'),
    url('fonts/PFDinDisplayPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.text ol {
    padding-left: 0;
    list-style-position: inside;
}

@font-face {
    font-family: 'PF DinDisplay Pro';
    font-display: auto;
    src: url('fonts/PFDinDisplayPro-Light.eot');
    src: local('PFDinDisplayPro-Light'),
    url('fonts/PFDinDisplayPro-Light.eot?#iefix') format('embedded-opentype'),
    url('fonts/PFDinDisplayPro-Light.woff') format('woff'),
    url('fonts/PFDinDisplayPro-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'PF DinDisplay Pro';
    font-display: auto;
    src: url('fonts/PFDinDisplayPro-Bold.eot');
    src: local('PFDinDisplayPro-Bold'),
    url('fonts/PFDinDisplayPro-Bold.eot?#iefix') format('embedded-opentype'),
    url('fonts/PFDinDisplayPro-Bold.woff') format('woff'),
    url('fonts/PFDinDisplayPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'PF DinDisplay Pro';
    font-display: auto;
    src: url('fonts/PFDinDisplayPro-Medium.eot');
    src: local('PFDinDisplayPro-Medium'),
    url('fonts/PFDinDisplayPro-Medium.eot?#iefix') format('embedded-opentype'),
    url('fonts/PFDinDisplayPro-Medium.woff') format('woff'),
    url('fonts/PFDinDisplayPro-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'PF DinDisplay Pro';
    font-display: auto;
    src: url('fonts/PFDinDisplayPro-Black.eot');
    src: local('PFDinDisplayPro-Black'),
    url('fonts/PFDinDisplayPro-Black.eot?#iefix') format('embedded-opentype'),
    url('fonts/PFDinDisplayPro-Black.woff') format('woff'),
    url('fonts/PFDinDisplayPro-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}


.container {
    max-width: 1130px;
}

html,
body {
    height: 100%;
}

main.main-banner {
    -ms-flex-direction: column;
    flex-direction: column;
    display: flex;
    background-image: url(/wp-content/uploads/2020/02/main-baner_2.webp);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    margin-bottom: 60px;
}


.page-id-590 main.main-banner {
    background-image: url('/wp-content/uploads/2020/04/perevozka8.jpeg');
}

.page-id-588 main.main-banner {
    background-image: url('/wp-content/uploads/2020/03/perevozka-metallokonstrukci.jpg');
}

.page-id-594 main.main-banner {
    background-image: url('/wp-content/uploads/2020/03/perevozka-materialov-min.jpg');
}

.page-id-586 main.main-banner {
    background-image: url('/wp-content/uploads/2020/03/perevozka-zhbi.jpg');
}

.page-id-558 main.main-banner {
    background-image: url('/wp-content/uploads/2020/03/perevozka-avto.jpg');
}

.page-id-596 main.main-banner {
    background-image: url('/wp-content/uploads/2020/03/perevozka-trub.jpg');
}

.page-id-515 main.main-banner {
    background-image: url('/wp-content/uploads/2020/04/perevozka8.jpeg');
}

.page-id-538 main.main-banner {
    background-image: url('/wp-content/uploads/2020/04/perevozka.jpg');
}

main.main-banner.tarrif-page {
    margin-bottom: 20px;
    padding-top: 0;
}

main.main-banner.calculate {
    min-height: 100vh;
    height: auto;
    margin-bottom: 30px;
    background-color: #595a5b;
    background-image: none;
}

main.main-banner.calculate header {
    margin-bottom: 20px;
}

body {
    background: #fff;
    font-family: 'PF DinDisplay Pro';
    word-break: break-word;
    scroll-behavior: smooth;
}

body p {
    font-size: 16px;
}

a, a:hover, a:active {
    text-decoration: none;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

header {
    font-size: 18px;
    /* background-color: #595a5b; */
	background-color: #565656;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

header.has_banner {
    background-image: none;
    background-color: transparent;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

header .main-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 95px;
    justify-content: space-between;
    overflow-x: visible !important;
}

header .bottom_line {
    display: flex;
    color: #42454a;
}

header .bottom_line #header-menu2 > li > a {
    font-size: 18px;
    padding: 5px 10px;
    margin: 5px 15px;
    border-radius: 30px;
}

header .logo {
    min-height: 81px;
}

header .logo.hidden-mob {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    text-align: left;
}

header .logo.hidden-mob img.desktop {
    display: block;
    width: 130px;
}

header .logo.hidden-mob img.mobile {
    display: none;
}

header .header-right {
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

header .header-right .header-right-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 95px;
    justify-content: space-between;
}

header .info {
    color: #6a6f75;
    min-height: 57px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

header .info.hidden-mob.first {
    padding-left: 40px;
    text-align: left;
}

header .hidden-mob {
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

header .info .shedule,
header .info .email {
    padding-left: 25px;
    line-height: 31px;
}

header .info .shedule,
header .info .email,
footer .info .shedule,
footer .info .email,
header .phone {
    position: relative;
}

footer .info .shedule,
footer .info .email {
    padding-left: 25px;
}

footer .info .shedule:before,
footer .info .email:before {
    display: block;
    position: absolute;
    content: '';
    left: 0px;
}

header .info .shedule:before,
header .info .email:before,
header .phone a:before {
    display: block;
    position: absolute;
    content: '';
    left: 0;
}

header .info .shedule:before {
    width: 15px;
    height: 15px;
    background: url('images/general_sprite.png') -127px -80px;
    top: 7px;
}

header .info .email:before {
    width: 15px;
    height: 11px;
    background: url('images/general_sprite.png') -87px -118px;
    top: 11px;
}

header .phone a {
    position: relative;
    padding-left: 25px;
}

header .phone a:before {
    width: 14px;
    height: 15px;
    background: url('images/general_sprite.png') -163px -10px;
    top: 0;
    left: 0;
}

header .info .email a {
    color: #fff;
    text-decoration: none;
    font-weight: 400;
}

header .main-line .top_menu {
    display: block;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    margin: 0 auto;
}

header .phone > a {
    font-weight: 500;
    color: #6a6f75;
    line-height: 25px;
}

header .phone > a > span {
    color: #d9b420;
    font-size: 28px;
    font-weight: 600;
}

header .info .fancybox {
    display: inline-block;
    width: fit-content;
    color: #d9b420;
    font-size: 20px;
}

header .top_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

header .main-line a {
    font-size: 18px;
    font-weight: 400;
    color: #42454a;
}

header .bottom_line .top_menu a {
    color: #fff;
}

header .bottom_line .top_menu #header-menu2 > li > a:hover,
header .bottom_line .top_menu #header-menu2 > li > a:focus {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.25);
    border-radius: 30px;
}

header #header-menu .dropdown-menu,
header #header-menu2 .dropdown-menu {
    padding: 10px 0;
    border-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: rgba(255, 255, 255, 0.8);
}

footer {
    background: rgb(89, 90, 91);
    padding: 100px 0 65px 0;
    color: #fefeff;
    font-size: 18px;
}

footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

footer .fcol-1 {
    width: 23.5%;
    max-width: 265px;
    border-right: 1px solid #b1b1b2;
}

footer .fcol-2 {
    width: 30%;
    max-width: 330px;
    padding-left: 10px;
}

footer .fcol-3 {
    width: 19%;
    max-width: 215px;
}

footer .fcol-4 {
    width: 20%;
    max-width: 222px;
}

footer .flogo {
    width: 100%;
    margin-bottom: 10px;
    margin-left: 30px;
}

footer .phone > a {
    position: relative;
    font-weight: 500;
    color: var(--yellow);
    line-height: 25px;
    /*padding-left: 25px;*/
}

footer .phone > a:before {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    width: 14px;
    height: 15px;
       /*background: url('images/general_sprite.png') -29px -150px;*/
}


footer .info .shedule:before {
    top: 3px;
    width: 15px;
    height: 15px;
    background: url('images/general_sprite.png') -58px -150px;
}

footer .info .email:before {
    top: 7px;
    width: 15px;
    height: 11px;
    background: url('images/general_sprite.png') -86px -152px;
}


footer .phone > a > span {
    font-size: 28px;
    font-weight: bold;
}

footer .fancybox {
    display: inline-block;
    font-weight: 500;
    font-size: 17px;
    color: #ffffff;
    border-bottom: 1px dashed #ffffff;
    margin-bottom: 15px;
}

footer .info .email a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 300;
}

footer .fcol-1 .info {
    margin-bottom: 6px;
}

footer .copyright {
    font-size: 14px;
    font-weight: 300;
    color: #fff;
}

footer .copyright > a {
    display: block;
    text-decoration: underline;
    color: #fff;
}

footer .section_title {
    font-size: 20px;
    line-height: 18px;
    font-weight: 500;
    color: var(--yellow);
    margin-bottom: 10px;
}

footer .menu {
    padding: 0;
    margin: 0;
    list-style: none;
    color: #fff;
    margin-bottom: 10px;
}

footer .menu li {
    margin-bottom: 8px;
}

footer .menu a {
    color: #fefeff;
    display: block;
    line-height: 20px;
}

footer .socnets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

footer .socnets > a {
display: block;
    color: #fff;
    height: 15px;
    margin: 0 12px;
    bottom: 4px;
    font-size: 16px;
    position: relative;


}

footer .socnets > a:hover {
    opacity: 1;
}

footer .socnets > a:first-child {
    margin-left: 0;
}

footer .socnets > a.sn_fb {
    width: 8px;
    height: 15px;
    background: url('images/general_sprite.png') -163px -81px;
}

footer .socnets > a.sn_tw {
    width: 17px;
    height: 14px;
    background: url('images/general_sprite.png') -10px -118px;
}

footer .socnets > div.sn_vk {
    width: 20px;
    height: 11px;
    background: url('images/general_sprite.png') -47px -118px;
}

main {
    font-size: 18px;
}

main .section_title {
    font-size: 40px;
    color: var(--tgrey2);
    margin-bottom: 20px;
}

/* main slider */
.banner_wrapper {
    margin-bottom: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.banner_wrapper .banner {
    padding: 0;
    background-size: cover;
    background-position: center bottom;
    background: none !important;
}

.banner_wrapper .banner .container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.banner .b_left {
    width: 68%;
    max-width: 765px;
    color: #fff;
    padding-right: 40px;
}

.banner .b_right {
    width: 32%;
    max-width: 365px;
}

.banner .b_right .banner_form {
    border: 5px solid #d3d4d3;
    border-radius: 10px;
    padding: 10px 10px 15px;
    max-height: 505px;
    overflow-y: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

.banner_form .title {
    font-size: 25px;
    font-weight: 300;
    color: #fff;
    text-align: center;
}

.banner_form .subtitle {
    font-size: 28px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 10px;
    line-height: 25px;
    color: #fff;
}

.banner_form .subtitle span {
    color: var(--yellow);
}

.banner_form .form .custom-control {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    margin-right: 1rem;
    cursor: pointer;
}

.form .custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.form .custom-control-indicator {
    position: absolute;
    top: .25rem;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 15px;
    height: 15px;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    border: 1px solid #ccc;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.form .custom-radio .custom-control-indicator {
    border-radius: 50%;
}

.form .custom-control-input:checked ~ .custom-control-indicator {
    color: #fff;
    background-color: #fff;
}

.form .custom-radio .custom-control-input:checked ~ .custom-control-indicator {
    background: var(--yellow2);
    border: 1px solid var(--yellow2);
}

.form .custom-radio .custom-control-input:checked ~ .custom-control-indicator:before {
    content: '';
    width: 13px;
    height: 13px;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
}

.form .custom-control-description {
    margin-left: 5px;
    font-weight: 300;
    opacity: .75;
    color: #fff;
    font-size: 16px;
}

.form .custom-radio .custom-control-input:checked ~ .custom-control-description {
    opacity: 1;
}

.banner_form input[type="text"] {
    width: 100%;
    border: none;
    padding: 5px 20px;
    border-bottom: 1px solid #7f8183;
    margin-bottom: 10px;
    outline: none;
}

.banner_form .addresses input[type="text"] {
    padding-left: 0;
}

.banner_form .add_adress {
    color: #fff;
    margin-bottom: 10px;
    cursor: pointer;
}

.banner_form .addresses .address {
    border-top: 2px dashed #ccc;
    padding-top: 5px;
    margin-top: 5px;
}

.banner_form .add_adress > span {
    color: var(--yellow);
}

.banner_form .form .desc {
    margin-bottom: 7px;
    color: #fff;
}

.form .form_group button {
    width: 100%;
    background-color: rgba(128, 128, 128, 0.7);
    color: #fff;
    padding: 10px 15px;
    text-transform: uppercase;
    border: none;
    border-radius: 75px;
    font-weight: bold;
    cursor: pointer;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}

.form .form_group button:hover {
    background-color: var(--yellow);
}

button {
    min-height: 40px;
}

.banner .b_left .title {
    font-size: 40px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
}

.banner .b_left .title > span {
    font-size: 60px;
    font-weight: 900;
    color: var(--yellow2-old);
}

.banner .b_left .subtitle {
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.banner .b_left .subtitle > span {
    color: var(--yellow2-old);
    font-weight: bold;
}

.banner .description > p {
    font-size: 25px;
    font-weight: 300;
    color: #fff;
    line-height: 25px;
    margin-bottom: 30px;
}

.banner .priemushestva {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.banner .priemushestva > div {
    text-align: center;
    line-height: 18px;
}

.banner .priemushestva > div .img {
    width: 60px;
    height: 60px;
    margin: auto;
    margin-bottom: 10px;
    background: url('images/priem_sprites.png');
}

.banner .priemushestva > .priem_1 .img {
    background-position: -10px -10px;
}

.banner .priemushestva > .priem_2 .img {
    background-position: -90px -10px;
}

.banner .priemushestva > .priem_3 .img {
    background-position: -10px -90px;
}

.banner .priemushestva > .priem_4 .img {
    background-position: -90px -90px;
}

span.yellow {
    color: var(--yellow2);
}

/* calc index */
.section_calc {
    margin-bottom: 40px;
}

.section_calc .section_title {
    font-size: 40px;
    color: var(--tgrey2);
}

.section_calc .small {
    font-size: 20px;
    color: #838587;
    font-weight: 300;
    margin-bottom: 40px;
}

.calc_head .step {
    position: relative;
    padding: 10px 15px;
    padding-left: 90px;
    border-radius: 75px;
    background: #eaeaea;
    color: var(--tgrey2);
    cursor: pointer;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}

.calc_head .step > span:not(.text) {
    position: absolute;
    top: -10px;
    left: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 45px;
    height: 45px;
    background: #8e8e8e;
    color: #fff;
    font-weight: bold;
    font-size: 30px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    z-index: 2;
}

.calc_head .step.active > span:not(.text) {
    background: var(--yellow2);
}

.calc_body .step .next-step {
    background-color: var(--yellow2);
    color: #fff;
    padding: 10px 15px;
    text-transform: uppercase;
    border: none;
    border-radius: 75px;
    font-weight: bold;
    cursor: pointer;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    margin-left: 15px;
    min-width: 100px;
    text-align: center;
}

.calc_body .step .next-step:hover {
    background-color: var(--yellow);
}

.calc_head .step > span:not(.text):before {
    content: '';
    position: absolute;
    top: 0px;
    left: -9px;
    border: 5px solid transparent;
    border-right: 5px solid #666666;
    border-bottom: 5px solid #666666;
    z-index: -1;
}

.calc_head .step.active > span:not(.text):before {
    border-right: 5px solid #ba9622;
    border-bottom: 5px solid #ba9622;
}

.calc_head .final {
    padding: 5px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: var(--yellow2);
    text-align: center;
    color: #fff;
    font-size: 20px;
    height: 45px;
    border-radius: 75px;
}

.calc_head {
    margin-bottom: 50px;
}

.calc_body {
    margin-bottom: 50px;
}

.calc_body .step {
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}

.calc_body .step .wpcf7-form-control-wrap {
    width: 29.5%;
    max-width: 335px;
}

.calc_body .step input[type="text"], .calc_body .step input[type="tel"] {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border: none;
    border-bottom: 1px solid #7f8183;
    outline: none;
    padding: 5px;
}

.calc_body .step p {
    margin: 0;
}

.calc_body .step .separator {
    width: 11%;
    max-width: 120px;
    height: 1px;
    margin: 0 15px;
    border-bottom: 1px dashed var(--tgrey);
}

.calc_body .step.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.calc_body .step.last .wpcf7-form-control-wrap {
    margin: 0 20px;
}

.wpcf7-form-control.wpcf7-submit {
    background-color: var(--yellow2);
    color: #fff;
    padding: 10px 15px;
    text-transform: uppercase;
    border: none;
    border-radius: 75px;
    font-weight: bold;
    cursor: pointer;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}

.wpcf7-form-control.wpcf7-submit:hover {
    background-color: var(--yellow);
}

/* index page content */
.text-bg {
    /* background: url('images/text-bg.png') center no-repeat; */
    background-size: contain;
}

.page-content.text-bg {
    margin-bottom: 50px;
}

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

.text > div {
    margin-bottom: 15px;
}

.text ul, .content ul {
    list-style: none;
    padding-left: 0;
}

.text ul li, .content ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}

.text ul li:before, .content ul li:before {
    position: absolute;
    content: "•";
    font-weight: bold;
    color: var(--yellow2);
    left: 4px;
}

/* tarrif calc */
.section_tarrifs {
    margin-bottom: 60px;
}

.section_tarrifs .section_title {
    font-size: 40px;
    color: var(--tgrey2);
}

.small {
    font-size: 20px;
    color: #838587;
    font-weight: 300;
    margin-bottom: 40px;
}

.tariff_calc {
    margin-bottom: 40px;
}

.tariff_calc .tcalc_body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -10px;
    margin-bottom: 20px;
}

.tcalc_body .tcol-6 {
    width: 38%;
    max-width: 430px;
    padding: 0 10px;
}

.tcalc_body .tcol-4 {
    width: 24%;
    max-width: 290px;
    padding: 0 10px;
}

.tcalc_body label {
    display: block;
    font-weight: 300;
}

.tcalc_body input, .tcalc_body select {
    width: 100%;
    background: #eaeaea;
    /*  padding: 20px;*/
    min-height: 50px;
    border: none;
    font-size: 16px;
    padding: 0 15px;
}


.tariff_calc .btn-yellow,
.btn-yellow.btn-long {
    width: 25%;
    max-width: 270px;
    text-transform: initial;
    font-weight: 400;
    font-size: 20px;
    background-color: rgba(128, 128, 128, 0.7);
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}

.btn-yellow {
    background-color: var(--yellow2);
    color: #fff;
    padding: 10px 15px;
    text-transform: uppercase;
    border: none;
    border-radius: 75px;
    font-weight: bold;
    outline: none;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}

.btn-yellow:hover {
    background-color: var(--yellow);
}

.zayavka5, .btn-50, a.link-detail {
    width: 50%;
    max-width: 270px;
    text-align: center;
    font-weight: 400;
    font-size: 20px;
    text-transform: initial;
}

.table-yellow.table > thead > tr > th {
    background: var(--yellow2);
    color: #fff;
    font-weight: 500;
}

.table-yellow.table-bordered > tbody > tr > td,
.table-yellow.table-bordered > tbody > tr > th,
.table-yellow.table-bordered > tfoot > tr > td,
.table-yellow.table-bordered > tfoot > tr > th,
.table-yellow.table-bordered > thead > tr > td,
.table-yellow.table-bordered > thead > tr > th {
    border-color: var(--yellow2);
}

.table-yellow.table-striped > tbody > tr:nth-of-type(odd) {
    background: #fff;
}

.table-yellow.table-bordered > tbody > tr > td {
    font-weight: 300;
}

.table-yellow.table-bordered > tbody > tr > td:first-child {
    font-weight: 500;
}

.section_tarrifs > .wr_a {
    margin-bottom: 15px;
}

.section_tarrifs > div > a {
    color: var(--tgrey2);
    font-size: 20px;
    font-weight: 300;
    border-bottom: 1px solid
}

.section_tarrifs #tarrifs_table {
    margin-bottom: 50px;
    overflow: hidden;
    -webkit-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
}

/* our carpark */
.section_carpark {
    margin-bottom: 100px;
}

.section_carpark .section-subtitile {
    font-size: 20px;
    font-weight: 300;
    color: #3f3f3f;
    margin-bottom: 20px;
}

.name-avto {
    font-size: 20px;
    color: #3f3f3f;
    font-weight: 500;
    text-align: center;
    margin-bottom: 15px;
}

.name-avto .name {
    font-size: 25px;
    font-weight: bold;
    color: var(--yellow2);
}

.zayavka4 {
    width: 80%;
    text-transform: initial;
    font-weight: 400;
    font-size: 20px;
    background-color: var(--yellow2);
    color: #fff;
    border-radius: 75px;
    text-align: center;
    padding: 10px;
    margin: auto;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}

.zayavka4:hover {
    background-color: var(--yellow);
}

.stmap a:hover text, .stmap a.active text {
    fill: #000 !important;
}

.content .zayavka4 {
    width: 186px;
}

/* section grey bg */
.section-grey_bg {
    background: #eaeaea;
    padding: 100px 0;
}

.section-grey_bg .section-subtitile {
    font-size: 20px;
    font-weight: 500;
    color: var(--tgrey2);
    margin-bottom: 15px;
}

.section-grey_bg p {
    font-weight: 300;
    margin-bottom: 0;
}

/* actions */
.actions {
    margin-bottom: 90px;
}

.actions .action .content-img {
    margin-bottom: 15px;
}

.actions .action .name {
    font-size: 25px;
    font-weight: bold;
    color: var(--yellow2);
    margin-bottom: 10px;
}

.actions .action ul {
    margin: 10px 0 15px;
}

.actions .action .content-img img {
    width: 100%;
    height: auto;
}

.actions .action .desc em {
    font-weight: 300;
    font-style: normal;
}

.actions .action .srok {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 300;
    color: #999999;
}

.action .content-img {
    position: relative;
}

.action .content-img .sale {
    position: absolute;
    top: -20px;
    right: -15px;
    display: block;
    width: 90px;
    height: 90px;
    background: var(--yellow2);
    /*background: #dab526;*/
    color: #fff;
    font-size: 40px;
    font-weight: 900;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 40px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.action .content-img .sale:before {
    content: '';
    position: absolute;
    top: 0;
    left: -20px;
    border: 10px solid transparent;
    border-right: 10px solid #ba9622;
    border-bottom: 10px solid #ba9622;
}

.action .content-img .sale span {
    display: block;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 18px;
}

/* reviews */
.reviews_section {
    background: url('images/review-bg.png') center right no-repeat;
    background-size: contain;
    background-position: right 80%;
    margin-bottom: 90px;
}

.reviews_section .section_title {
    margin-bottom: 20px;
}

.reviews-slider {
    position: relative;
    width: 62.5%;
    max-width: 700px;
    outline: none;
}

.reviews-slider .review {
    margin: 0 10px;
    outline: none;
}

.reviews-slider .review .desc {
    position: relative;
    padding: 40px;
    background: #eaeaea;
    font-weight: 300;
    color: var(--tgrey2);
    border-radius: 50px;
    border-bottom-left-radius: 0;
    margin-bottom: 20px;
}

.reviews-slider .review .desc p:last-child {
    margin-bottom: 0;
}

.reviews-slider .review .desc:after {
    content: '';
    position: absolute;
    display: block;
    border: 40px solid transparent;
    border-left: 40px solid #eaeaea;
    border-top: 40px solid #eaeaea;
    bottom: -40px;
    left: 0;
}

.reviews-slider .review .line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 50px;
    margin-bottom: 20px;
}

.review .line .name {
    font-weight: 500;
    font-size: 20px;
    color: var(--tgrey2);
}

.review .line .review-stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.review .line .star {
    width: 21px;
    height: 21px;
    margin: 0 1px;
    width: 21px;
    height: 20px;
    background: url('images/general_sprite.png') -49px -64px;
    display: block;
}

.review .images img {
    width: 100%;
    height: auto;
}

.slick-dots {
    bottom: -40px;
    list-style: none;
}

.slick-dots li button {
    width: 15px;
    height: 15px !important;
    min-height: 15px !important;
    background: #ebebeb;
    border-radius: 50%;
}

.slick-dots li button:before {
    display: none;
}

.slick-dots li.slick-active button {
    background: var(--yellow2);
}

.slick-list {
    margin-bottom: 40px;
}

.variable-fors .imgs {
    padding: 0 10px;
}

/* popular distanations */
.popular-dist {
    min-height: 545px;
    background: url('images/map-dist.png') center no-repeat;
    background-size: contain;
}

.popular-dist .section_title {
    margin-bottom: 30px;
}

.popular-dist .map-points {
    padding: 0 15px;
    list-style: none;
}

.popular-dist .map-points li {
    position: relative;
    padding-left: 30px;
}

.popular-dist .map-points li:before {
    content: '';
    position: absolute;
    width: 15px;
    height: 20px;
    left: 0px;
    top: 7px;
    width: 15px;
    height: 20px;
    background: url('images/general_sprite.png') -90px -64px;
}

.popular-dist .map-points li a {
    font-size: 25px;
    color: var(--tgrey2);
}

/* section_car_price */
.section_car_price {
    margin-bottom: 90px;
}

.section_car_price .section_subtitle {
    margin-bottom: 40px;
}

.car_view_filter .type_wr,
.car_view_filter .type_options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 50%;
    max-width: 550px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
}

.car_view_filter .type_wr .btn-square {
    width: 50%;
    max-width: 265px;
    background: #fff;
    color: var(--tgrey2);
    padding: 15px;
    border: 1px solid var(--yellow2);
    cursor: pointer;
    text-align: center;
    font-size: 20px;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    border-radius: 75px;
}

.car_view_filter .type_wr .btn-square.active, .car_view_filter .type_wr .btn-square:hover {
    background: var(--yellow2);
    color: #fff;
    border-radius: 75px;
}

.car_view_filter .type_options {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.car_view_filter .type_options:after {
    content: '';
    width: calc(100% - 80px);
    width: -o-calc(100% - 80px);
    display: block;
    height: 2px;
    background: var(--yellow2);
    position: absolute;
    left: 65px;
    bottom: 10px;
    z-index: -1;
}

.car_view_filter .option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 20px;
    height: 54px;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    cursor: pointer;
}

.car_view_filter .option:first-child {
    position: relative;
    width: 70px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    text-transform: uppercase;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.car_view_filter .option:first-child > span {
    line-height: 20px;
    margin-right: 10px;
    display: block;
}

.car_view_filter .option.active, .car_view_filter .option:hover {
    color: var(--yellow2);
}

.car_view_filter .option > i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: rgb(162, 161, 163);
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}

.car_view_filter .option:hover > i, .car_view_filter .option.active > i {
    width: 26px;
    height: 26px;
    border: 1px solid var(--yellow2);
    background-color: #fff;
}

.car_view_filter .option:hover > i:before,
.car_view_filter .option.active > i:before {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--yellow2);
}

.car_view_filter .type_options > div:not(.active) {
    display: none;
}

.car_view_filter .type_options > div {
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.car_view_filter .car_categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    margin-bottom: 50px;
}

.car_categories .category {
    padding: 15px 28px;
    border-radius: 75px;
    color: var(--tgrey2);
    text-align: center;
    cursor: pointer;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    border: 1px solid var(--yellow2);
    margin: 5px auto;
}

.car_categories .category.active {
    font-weight: 500;
    color: #fff;
}

.car_categories .category.active, .car_categories .category:hover {
    background: var(--yellow2);
}

body {
    position: relative;
}

#banner_new_block {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-image: url(/wp-content/uploads/2020/01/main-baner.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    height: 778px;
}

header .shedule, header .email a, header .header-menu > li > a {
    color: #fff;
}

header .header-menu > li > a:hover {
    color: #000;
}

header .shedule, header .email a, header .header-menu > li > a {
    color: #fff;
    border-radius: 30px;
}


header .header-menu > li:hover > a {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.25);
}

header .info .shedule:before,
header.has_banner .info .shedule:before {
    background-position: -58px -150px;

}

header .info .email:before,
header.has_banner .info .email:before {
    background-position: -86px -152px;
}

header .phone a:before,
header.has_banner .phone a:before {
    background-position: -29px -150px;
}

header.has_banner .bottom_line {
    background: none;
}

.car_view_result .car_item .ci_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.car_view_result .car_item .ci_left {
    width: 68.5%;
    max-width: 770px;
}

.car_view_result .car_item .ci_right {
    width: 30%;
    max-width: 340px;
}

.car_view_result .car_item .name {
    font-size: 30px;
    color: var(--tgrey2);
    margin-bottom: 20px;
}

.car_view_result .line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.car_view_result .line.between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.car_view_result .img {
    width: 56%;
    max-width: 430px;
}

.car_view_result .img img {
    width: 100%;
    height: auto
}

.car_view_result .volume-pallet {
    width: 34.5%;
    max-width: 265px;
    padding: 40px;
    border: 1px solid #fbe48a;
    border-radius: 50px;
    text-align: center;
    color: var(--tgrey2);
    background: url('images/pallet.png') center 80% no-repeat;
}

.car_view_result .volume-pallet .vol {
    font-size: 20px;
    font-weight: bold;
}

.car_view_result .volume-pallet .pal,
.car_view_result .spanprice {
    font-size: 25px;
    font-weight: bold;
}

.car_view_result .line {
    margin-bottom: 20px;
}

.car_view_result .time {
    position: relative;
    font-size: 20px;
    font-weight: bold;
    color: var(--tgrey2);
    padding-left: 30px;
}

.car_view_result .time > span {
    font-size: 30px;
    font-weight: bold;
    color: var(--yellow);
}

.car_view_result .time > span > i {
    font-style: normal;
    font-size: 25px;
    font-weight: 400;
}

.car_view_result .time:before {
    content: '';
    width: 16px;
    height: 15px;
    top: 18px;
    background: url('images/general_sprite.png') -127px -10px;
    display: block;
    position: absolute;
    left: 0;
}

.car_view_result .time:first-child {
    margin-right: 40px;
}

a.zayavka5:hover {
    color: var(--tgrey2);
    text-decoration: none;
}

.car_view_result .zayavka5, .car_view_result .link-detail {
    border: 2px solid var(--yellow2);
    padding: 11px;
}

.car_view_result .link-detail {
    color: var(--tgrey2);
    background: #fff;
    border: 2px dashed var(--yellow2);
    border-radius: 75px
}

.car_view_result .zayavka5 {
    margin-right: 20px;
}

.car_view_wrapper .view-all {
    color: var(--yellow);
    border-bottom: 1px solid var(--yellow);
}

.car_view_result {
    margin-bottom: 40px;
}

.slick-slide {
    height: initial;
    outline: none;
}

/* others page */
#breadcrumbs {
    padding: 10px 0;
}

#breadcrumbs a, #breadcrumbs .breadcrumb_last {
    padding: 10px 5px;
    font-size: 16px;
}

/* general */
.menu-item-has-children:hover > .dropdown-menu {
    display: block;
}

header .bottom_line .top_menu .dropdown-menu a {
    padding: 10px 15px;
    color: #000;
    font-size: 18px;
}

.menu-item-has-children.dropdown-submenu > a,
.menu-item-has-children.dropdown-submenu {
    position: relative;
}

.menu-item-has-children.dropdown-submenu > a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -5px;
    width: 6px;
    height: 10px;
    background: url('images/general_sprite.png') -10px -152px;
}

.menu-item-has-children.dropdown-submenu .dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
}

.menu-item-has-children.dropdown-submenu:hover .dropdown-menu {
    display: block;
}

#header-menu .caret {
    border: none;
    width: 10px;
    height: 6px;
    background: url('images/general_sprite.png') -122px -118px;
}

.page-id-640 main.main-banner {
    background-image: url(https://foruslogistics.ru/wp-content/uploads/2020/02/main-baner4-1.webp) !important;
}

header.has_banner #header-menu .caret {
    background: none;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    background-color: #f5f5f5;
}

.form .callendary,
.form .addresses > div > div,
.wpcf7-form .addresses > div,
.form .tel {
    position: relative;
}

.form .callendary > input, .banner_form .addresses input[type=text], .banner_form input[type=text] {
    line-height: 1;
    min-height: 40px;
    padding: 0;
    background: none;
    border-radius: 30px;
    padding-left: 25px;
    color: #fff;
    border: 2px solid #d3d4d3;
}

#banner-main-form ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    padding: 0;
    line-height: 1;
}

#banner-main-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
    padding: 0;
    line-height: 1;
}

#banner-main-form ::-ms-input-placeholder { /* Microsoft Edge */
    color: #fff;
    padding: 0;
    line-height: 1;
}

footer .menu a {
    padding: 2px 10px;
    border-radius: 30px;
}

footer .menu a:hover {


    background-color: rgba(255, 255, 255, .25);
}

/*.form .callendary:before {*/
/*    position: absolute;*/
/*    left: 20px;*/
/*    top: 11px;*/
/*    content: '';*/
/*    display: block;*/
/*    width: 15px;*/
/*    height: 15px;*/
/*    background: url('images/general_sprite.png') -127px -45px;*/
/*}*/
.form .price-form {
    position: relative;
}
/*.form .tel:before {*/
/*    position: absolute;*/
/*    left: 20px;*/
/*    top: 12px;*/
/*    content: '';*/
/*    display: block;*/
/*    width: 14px;*/
/*    height: 15px;*/
/*    background: url('images/general_sprite.png') -29px -150px*/
/*}*/
/*.form .price-form:before {*/
/*    position: absolute;*/
/*    left: 20px;*/
/*    top: 12px;*/
/*    content: url("images/ruble-15.png");*/
/*    display: block;*/
/*    width: 14px;*/
/*    height: 15px;*/

/*}*/
/*.form .addresses > div > div:before {*/
/*    display: block;*/
/*    content: '';*/
/*    position: absolute;*/
/*    left: 20px;*/
/*    top: 10px;*/
/*    width: 9px;*/
/*    height: 12px;*/
/*    background: url('images/general_sprite.png') -163px -116px;*/
/*}*/
#banner-main-form input {
    padding-left: 4rem;
}
/*.wpcf7-form .addresses > div:before {*/
/*    display: block;*/
/*    content: '';*/
/*    position: absolute;*/
/*    left: 20px;*/
/*    top: 11px;*/
/*    width: 12px;*/
/*    height: 16px;*/
/*    background: url('images/general_sprite.png') -163px -45px;*/
/*}*/

.form_field select {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
}

.form_field .custom_select {
    position: relative;
}

.form_field .custom_select:after {
    content: '';
    position: absolute;
    display: block;
    right: 10px;
    top: 50%;
    margin-top: -3px;
    width: 10px;
    height: 6px;
    background: url('images/general_sprite.png') -122px -118px;
}
.input-wrap {
    display: flex;
    align-items: center;
    background: 0 0;
    border-radius: 30px;
    color: #fff;
    border: 2px solid #d3d4d3;
    margin: 0 0 1rem 0;
    padding: 1rem 1rem;
}
.input-wrap img {
    padding: 0 1rem 0px 1rem;
    height: 15px;
}
.input-wrap input:before {
    content: none !important;
}
.input-wrap input {
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    min-height: 0 !important;
    height: 15px;
    border-radius: 0 !important;
}
@media  (max-width: 480px) {
    .input-wrap input {
        height: 20px !important;
        font-size: 2rem !important;
    }


}
.slick-prev, .slick-next {
    margin-top: -17px;
}

.slick-prev:before, .slick-next:before {
    display: none;
}

.slick-prev, .slick-prev:hover, .slick-prev:focus {
    display: block;
    left: -75px;
    width: 19px;
    height: 34px;
    background: url('images/general_sprite.png') -49px -10px;
}

.slick-next, .slick-next:hover, .slick-next:focus {
    display: block;
    right: -75px;
    width: 19px;
    height: 34px;
    background: url('images/general_sprite.png') -10px -64px;
}


/* tarrif page */
.section_ourworkschema {
    margin-bottom: 90px;
}

.section_ourworkschema .schema_wr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.schema_wr .schema_item {
    position: relative;
    width: 20%;
    padding: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.schema_wr .schema_item .name {
    font-size: 20px;
    font-weight: 500;
    color: var(--tgrey2);
    line-height: 25px;
}

.schema_wr .wr_img {
    position: relative;
    margin-bottom: 15px;
    width: 100px;
    height: 100px;
    border: 2px solid var(--yellow);
    border-radius: 50%;
    background: #f9f4df;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.schema_wr .schema_item:not(:last-child):before {
    content: '';
    width: 100%;
    height: 2px;
    background: var(--yellow);
    position: absolute;
    left: 50%;
    top: 54px;
}

.schema_wr .schema_item:not(:last-child):after {
    content: '';
    width: 26px;
    height: 26px;
    background: #fff;
    border: 3px solid #999999;
    position: absolute;
    left: 100%;
    top: 42px;
    border-radius: 50%;
}

.schema_wr .wr_img > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
}

.schema_wr .schema_item .img {
    background-image: url('images/schema_sprites.png');
}

.schema_wr .schema_item .schema_1 {
    width: 28px;
    height: 28px;
    background-position: -64px -63px;
}

.schema_wr .schema_item .schema_2 {
    width: 25px;
    height: 32px;
    background-position: -131px -10px;
}

.schema_wr .schema_item .schema_3 {
    width: 40px;
    height: 28px;
    background-position: -71px -10px;
}

.schema_wr .schema_item .schema_4 {
    width: 34px;
    height: 28px;
    background-position: -10px -63px;
}

.schema_wr .schema_item .schema_5 {
    width: 41px;
    height: 33px;
    background-position: -10px -10px;
}

.section-tarrif_map {
    padding: 100px 0;
}

.route-map {
    position: relative;
}

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

.section-tarrif_map .labels {
    position: absolute;
    bottom: 0;
    left: -50px;
}

.section-tarrif_map .labels .map-label {
    display: inline-block;
    padding-right: 60px;
    position: relative;
    padding: 18px 15px;
    color: var(--tgrey2);
    font-size: 25px;
    font-weight: 500;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f7ce2e+0,f7ce2e+100&1+25,0+100 */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(rgba(247, 206, 46, 1)), color-stop(45%, rgba(247, 206, 46, 1)), to(rgba(247, 206, 46, .4)));
    background: -o-linear-gradient(left, rgba(247, 206, 46, 1) 0%, rgba(247, 206, 46, 1) 45%, rgba(247, 206, 46, .4) 100%);
    background: linear-gradient(to right, rgba(247, 206, 46, 1) 0%, rgba(247, 206, 46, 1) 45%, rgba(247, 206, 46, .4) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7ce2e', endColorstr='#00f7ce2e', GradientType=1); /* IE6-9 */
    margin: 10px 0;
}

.section-tarrif_map .labels > div:last-child > div {
    margin-bottom: 0;
}

.section-tarrif_map .labels .map-label:before,
.section-tarrif_map .labels .map-label:after {
    content: '';
    display: block;
    position: absolute;
    right: -40px;
    bottom: 0;
    border: 20px solid transparent;
    border-bottom: 20px solid rgba(247, 206, 46, .4);
    border-left: 20px solid rgba(247, 206, 46, .4);
}

.section-tarrif_map .labels .map-label:before {
    border: 20px solid transparent;
    border-left: 20px solid rgba(247, 206, 46, .4);
    border-top: 20px solid rgba(247, 206, 46, .4);
    top: 0;
    bottom: initial;
}

.tarrif-calc {
    margin-bottom: 90px;
}

.tarrif-calc .section_title {
    color: #fff;
}

.tarrif-calc .title-descr {
    padding-left: 0;
}

.tarrif-calc .title-descr span {
    color: #fff;
    font-size: 16px;
}

.tarrif-page .tarrif-calc .section_title {
    color: #000;
}

.tarrif_calc_body {
    margin-bottom: 60px;
}

.tarrif_calc_body #tcb_form .row {
    margin-right: -5px;
    margin-left: -5px;
}

.tarrif_calc_body #tcb_form .row [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}

main .calc_top_text {
    color: #fff;
}

.tarrif_calc_body input:disabled:hover {
    cursor: not-allowed;
}

.tarrif_calc_body .form_field {
    width: 100%;
    margin-bottom: 15px;
}

.tarrif_calc_body .form_field input[type="text"],
.tarrif_calc_body .form_field select {
    width: 100%;
    padding: 0 10px;
    background: #fff;
    border: none;
    outline: none;
    border-radius: 4px;
    min-height: 40px;
}

.tarrif-page .tarrif_calc_body .form_field input[type="text"],
.tarrif-page .tarrif_calc_body .form_field select,
.ui-selectmenu-button.ui-button {
    background: #eee;
}

.tarrif_calc_body .form_field select#auto_type {
    display: block !important;
    height: 1px;
    width: 1px;
    margin: 0 auto;
    padding: 0;
    min-height: 1px;
    background: transparent;
}

.tarrif_calc_body .form_field input[type=number] {
    background: #fff !important;
    height: 40px;
    padding: 6px;
    outline: 0;
}

.tarrif-page .tarrif_calc_body .form_field input[type=number] {
    background: #eee !important;
}

.form_field ::-webkit-input-placeholder {
    padding: 0 10px;
    line-height: 1;
}

.form_field ::-moz-placeholder {
    padding: 0 10px;
    line-height: 1;
}

.form_field :-ms-input-placeholder {
    padding: 0 10px;
    line-height: 1;
}

.form_field :-moz-placeholder {
    padding: 0 10px;
    line-height: 1;
}

.tarrif_calc_body .form_field label {
    font-weight: 300;
    color: var(--tgrey2);
    font-size: 18px;
    margin-bottom: 0;
    cursor: pointer;
}

.tarrif_calc_body .form_field:not(.chbx) label {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
}

.tarrif-page .tarrif_calc_body .form_field:not(.chbx) label {
    color: #000;
}

.tarrif_calc_body .tcb_1,
.tarrif_calc_body .tcb_2 {

}

.tarrif_calc_body .tcb_2 {
    padding-bottom: 15px;
}

.tarrif_calc_body .tcb_2 input {
    background: #fff !important;
}

.tarrif_calc_body .tcb_3 {
    position: relative;
    margin-top: 0;
}

.tarrif_calc_body .tcb_3 > div {
    padding: 15px 0 10px;
}

.tarrif_calc_body .tcb_3 .tcb_2 .form_field {
    margin-bottom: 0;
}

.tarrif_calc_body .tcb_3 .tcb_result {
    background: #fff;
    border-bottom: 1px solid #eee;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.tarrif-page .tarrif_calc_body .tcb_3 .tcb_result {
    background: #eee;
    border-bottom: 1px solid #fff;
}

.tcb_3 .tcb_result > [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}

.tcb_3 .tcb_result small {
    font-size: 16px;
}

.tarrif_calc_body .tcb_3 .tcb_map {
    margin-bottom: 25px;
    background: #fff;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.tarrif-page .tarrif_calc_body .tcb_3 .tcb_map {
    background: #eee;
}

.tarrif_calc_body .tcb_3 #tcb_save_pdf {
    width: 100%;
    max-width: none;
    display: inline-block;
    color: #fff;
}

.tarrif_calc_body .tcb_3 #tcb_save_pdf:hover,
.tarrif_calc_body .tcb_3 #tcb_save_pdf:focus {
    background-color: rgba(128, 128, 128, 0.9);
    color: #fff;
    text-decoration: none;
}

.tarrif_calc_body .line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

button, input, select, textarea {
    line-height: 1 !important;
}

.tarrif_calc_body .line .form_field {
    width: 35%;
}

.tarrif_calc_body .line .form_field:not(:first-child) {
    margin-left: 20px;
}

.tarrif_calc_body .mb-60 {
    margin-bottom: 10px;
}

.tarrif_calc_body .form_group {
    float: left;
    width: 100%;
}

.tarrif_calc_body .truck_type {
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.tarrif_calc_body .truck_type.greyscale {
    filter: grayscale(1);
}

.tarrif_calc_body .truck_type.greyscale .form_field label:hover,
.tarrif_calc_body .truck_type.greyscale input[type="radio"]:checked + label {
    background: transparent !important;
}

.tarrif_calc_body .truck_type .form_field {
    float: left;
    width: 20%;
    margin-bottom: 0;
}

.tarrif_calc_body .truck_type .form_field input {
    display: none;
}

.tarrif_calc_body .truck_type .form_field label {
    padding: 10px 5px;
    border-radius: 5px;
    font-size: 12px;
    text-align: center;
}

.tarrif_calc_body .truck_type:not(.greyscale) .form_field label:hover {
    background: rgba(255, 255, 255, .25);
    animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}

@keyframes shake {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%, 80% {
        transform: translate3d(1px, 0, 0);
    }

    30%, 50%, 70% {
        transform: translate3d(-2px, 0, 0);
    }

    40%, 60% {
        transform: translate3d(2px, 0, 0);
    }
}

.tarrif-page .tarrif_calc_body .truck_type .form_field label:hover {
    background: #eee;
}

.tarrif_calc_body .truck_type input[type="radio"]:checked + label {
    background: var(--yellow2-old) !important;
}

.tarrif_calc_body .truck_type .form_field img {
    display: block;
    width: 100%;
    margin: 0 auto 10px;
}

.tarrif_calc_body .btn-yellow.btn-long {
    width: 85%;
    max-width: 270px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tarrif_calc_body #btn_phone.btn-yellow.btn-long,
.tarrif_calc_body #tcb_save_pdf.btn-yellow.btn-long {
    width: 100%;
    max-width: none;
    background-color: #f7ce2e;
    display: inline-block;
    color: #333;
    text-align: center;
    text-decoration: none;
}

.tarrif_calc_body #btn_phone.btn-yellow.btn-long:hover,
.tarrif_calc_body #tcb_save_pdf.btn-yellow.btn-long:hover {
    background-color: #f7a72e;
}

.tarrif_calc_body #btn_phone_mobile.btn-yellow.btn-long {
    background-color: #f7ce2e;
    color: #333;
    margin: 0 !important;
    text-align: center;
}

.tarrif_calc_body #btn_phone_mobile.btn-yellow.btn-long:hover {
    background-color: #f7a72e;
}

.chbx input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.chbx input[type="checkbox"]:checked + label:before {
    content: '';
    background-image: url('images/general_sprite.png');
    background-position: -114px -147px;
    background-color: var(--yellow2);
}

.chbx input[type="checkbox"] + label:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin-top: -5px;
    margin-right: 10px;
    background: #eaeaea;
    border-radius: 4px;
}

.tarrif_calc_body .result_l {
    font-size: 18px;
    font-weight: 300;
    color: var(--tgrey2);
    margin-bottom: 20px;
}

.tarrif_calc_body .result_title {
    font-size: 16px;
    font-weight: 300;
    color: var(--tgrey2);
}

.tarrif_calc_body .price {
    color: #333;
}

.tarrif_calc_body .price > span {
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
}

.tarrif_calc_body .price_desc {
    font-size: 16px;
    font-weight: 500;
    color: var(--tgrey2);
}

.tarrif_calc_body #result_distance,
.tarrif_calc_body #result_sroki {
    color: #333;
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
}

.tarrif_calc_body .error_text {
    display: none;
    padding: 0 !important;
    line-height: 40px;
    color: #fff;
}

.tarrif-page .tarrif_calc_body .error_text {
    color: #000;
}

.tarrif_calc_body #tcb_send,
.tarrif_calc_body #tcb_send_order,
.tarrif_calc_body .btn-order-modal {
    position: relative;
    margin: 0;
    width: 100%;
    min-width: 100%;
    color: #333;
    background-color: rgb(247, 206, 46);
    cursor: pointer;
    -webkit-transition: none;
    -o-transition: unset;
    transition: none;
    min-height: 48px;
}

.tarrif_calc_body #tcb_send:hover,
.tarrif_calc_body #tcb_send_order:hover,
.tarrif_calc_body .btn-order-modal:hover {
    background-color: rgb(247, 167, 46);
}

.tarrif_calc_body #tcb_send[disabled],
.tarrif_calc_body #tcb_send[disabled]:hover,
.tarrif_calc_body #tcb_send[disabled]:focus,
.tarrif_calc_body #tcb_send_order[disabled],
.tarrif_calc_body #tcb_send_order[disabled]:hover,
.tarrif_calc_body #tcb_send_order[disabled]:focus {
    cursor: not-allowed;
    color: rgb(247, 206, 46) !important;
    background: rgb(247, 206, 46) !important;
}

.tarrif_calc_body #tcb_send:after,
.tarrif_calc_body #tcb_send_order:after {
    display: none;
    content: "";
    width: 16px;
    height: 16px;
    background-image: url('img/button-loader.gif');
    background-repeat: no-repeat;
    position: absolute;
    right: 48%;
    top: 16px;
}

.tarrif_calc_body #tcb_send[disabled]:after,
.tarrif_calc_body #tcb_send_order[disabled]:after {
    display: block;
}

.tarrif_calc_body .tcb_label {
    font-size: 18px;
    font-weight: 300;
    color: var(--tgrey2);
}

.tarrif_calc_body .price_2 {
    font-size: 25px;
    font-weight: 300;
    color: var(--tgrey2);
    margin-bottom: 30px;
}

.tbc_desc .line {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}

.tbc_desc .line > span {
    font-size: 18px;
    font-weight: 300;
    color: var(--tgrey2);
}

.tbc_desc .line > span:last-child {
    color: var(--yellow2);
}

.tarrif_calc_body #map {
    position: relative;
    height: 432px;
}

.tarrif_calc_body #map:after {
    content: "";
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
}

.tarrif_calc_body #map.loading:after {
    display: block;
    background: rgba(243, 243, 243, .75) url('img/loader.gif') center center no-repeat;
}

#tbc_print {
    position: absolute;
    font-size: 16px;
    color: #3d63a2;
    text-transform: uppercase;
    bottom: 20px;
    left: 20px;
    padding: 0;
    padding-right: 25px;
    cursor: pointer;
}

#tbc_print:after {
    position: absolute;
    content: '';
    display: block;
    right: 2px;
    top: 5px;
    width: 15px;
    height: 15px;
    background: url('images/general_sprite.png');
    background-position: -150px -150px;
}

.tarrif-page .banner_wrapper {
    margin-bottom: 0;
}

.tarrif-page {
    padding-top: 30px;

}

.banner_form .form-result {
    display: none;
    padding: 5px;
    color: green;
    text-align: center;
}

.banner_form .form-result.error {
    color: red;
}


.tarrif-page .banner .b_left .title, .title h1 {
    font-size: 44px;
    font-weight: bold;
    color: #fff;
    text-transform: initial;
}

.tarrif-page .banner .b_left .title > div {
    font-size: 40px;
    font-weight: 500;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tarrif-page .banner .b_left .title .separator {
    color: var(--yellow2);
    margin: 0 10px;
    min-width: 36px;
    position: relative;
    display: inline-block;
    font-size: 16px;

}

.tarrif-page .banner .b_left .title .separator:after {
    content: '-----';
    position: absolute;
    left: 0;
    bottom: 5px;
}

.tarrif-page .banner .b_left .price {
    font-size: 56px;
    font-weight: bold;
    color: var(--yellow2-old);
    min-height: 80px;
}

.tarrif-page .banner .b_left .btn-yellow {
    width: 50%;
    max-width: 270px;
    display: block;
    margin-bottom: 40px;
    text-align: center;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}

.tarrif-page .banner .b_left .btn-yellow:hover {
    text-decoration: none;
    color: #fff;
    background: var(--yellow);
}

.usluga-page .banner .b_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.content table.price-table {
    width: 100%;
    font-size: 20px;
    color: var(--tgrey2);
    border: 2px solid var(--yellow2);
    border-radius: 8px;
    border-collapse: initial;
}

.content table.price-table thead {
    background: var(--yellow2);
    color: #fff;
    text-align: center;
}

.content table.price-table td {
    padding: 11px 22px;
    text-align: center;
}

.content table.price-table tbody td:last-child {
    font-weight: bold;
    text-align: center;
}

.content table.price-table tbody tr:nth-child(even) {
    background: #eaeaea;
}

.content .price-tables {
    margin-bottom: 80px;
}

#map-route {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    min-height: 500px;
    background: url('images/mapbg.jpg');
}

.dm-label rect {
    fill: #ebebeb;
}

.stmap a {
    cursor: url('/wp-content/uploads/2019/06/logo1.png'), auto;
}

.stmap a:active,
.stmap a:visited,
.stmap a:hover,
.stmap a:focus {
    text-decoration: none;
}

.stmap a.active polygon,
.stmap a.active path,
.stmap a:hover polygon,
.stmap a:hover path {
    stroke-width: 2px;
}

.stmap a.active tspan {
    text-decoration: none;
}

.stmap a:hover text,
.stmap a.active text {
    fill: #fff;
}

.wr_directions {
    padding: 40px 0;
}

.wr_directions .dir_list.active {
    display: block;
}

.custom_map iframe {
    width: 100%;
    height: 100%;
}

.custom_map {
    width: 100%;
    height: 600px;
}

.wr_directions .dir_list {
    display: none;
    margin-bottom: 30px;
}

.wr_directions .name {
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 10px;
}

.wr_directions .subname {
    margin-bottom: 10px;
    font-size: 20px;
    text-align: center;
}

.wr_directions .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/* .wr_directions .dir_list:not(.full) .list a:nth-child(8) ~ a {
    display: none;
    } */

.wr_directions .list > a,
.wr_directions .list .list_hidden > a {
    position: relative;
    display: block;
    width: 25%;
    font-size: 20px;
    padding-left: 25px;
    color: var(--tgrey2);
    margin-bottom: 5px;
}

.wr_directions .list_activator {
	text-align: left;
}


.list_hidden {
	display: none;
}

.wr_directions .list_activator > a {
    position: relative;
    display: block;
    width: 25%;
    font-size: 20px;
    padding-left: 25px;
    color: #fff;
    margin-bottom: 5px;
}

.wr_directions .list > a:before,
.wr_directions .list .list_hidden > a:before,
.wr_directions .list_activator > a:before {
    position: absolute;
    content: '';
    display: block;
    background-image: url('images/mapicon_sprites.png');
    width: 15px;
    height: 20px;
    left: 0;
    top: 2px;
}

a.name_similar_link {
	padding-left: 34px;
	display: inline-block;
	color: #000;
	font-size: 15px;
}

a.name_similar_link::before {
    position: absolute;
    content: '';
    display: inline-block;
    background-image: url('images/mapicon_sprites.png');
    width: 26px;
	height: 30px;
	left: 0;
	top: -5px;
}

#accordion a {
	color: #333;
}




.wr_directions #sevzap .list a:before,
.wr_directions #sevzap .list_activator a:before {
    background-position: -10px -50px;
}

.wr_directions #sibir .list a:before,
.wr_directions #sibir .list_activator a:before {
    background-position: -45px -50px;
}

.wr_directions #ural .list a:before,
.wr_directions #ural .list_activator a:before {
    background-position: -115px -10px;
}

.wr_directions #privol .list a:before,
.wr_directions #privol .list_activator a:before {
    background-position: -80px -10px;
}

.wr_directions #center .list a:before,
.wr_directions #center .list_activator a:before {
    background-position: -10px -10px;
}

.wr_directions #ufo .list a:before,
.wr_directions #ufo .list_activator a:before {
    background-position: -80px -50px;
}

.wr_directions #daln .list a:before,
.wr_directions #daln .list_activator a:before {
    background-position: -45px -10px;
}



.bg-centr {
    width: 15px;
    height: 20px;
    background: url('css_sprites.png') -10px -10px;
}

.bg-daln {
    width: 15px;
    height: 20px;
    background: url('css_sprites.png') -45px -10px;
}

.bg-privolzh {
    width: 15px;
    height: 20px;
    background: url('css_sprites.png') -80px -10px;
}

.bg-sevzap {
    width: 15px;
    height: 20px;
    background: url('css_sprites.png') -10px -50px;
}

.bg-sibir {
    width: 15px;
    height: 20px;
    background: url('css_sprites.png') -45px -50px;
}

.bg-ufo {
    width: 15px;
    height: 20px;
    background: url('css_sprites.png') -80px -50px;
}

.bg-ural {
    width: 15px;
    height: 20px;
    background: url('css_sprites.png') -115px -10px;
}


.show-on-mobile, .hidden-before-tbc {
    display: none;
}

/* sprite general */
.bg-arrow_down {
    width: 10px;
    height: 6px;
    background: url('images/general_sprite.png') -122px -118px;
}

.bg-arrow_right {
    width: 6px;
    height: 10px;
    background: url('images/general_sprite.png') -10px -152px;
}

.bg-big_arrow_left {
    width: 19px;
    height: 34px;
    background: url('images/general_sprite.png') -10px -10px;
}

.bg-big_arrow_left_grey {
    width: 19px;
    height: 34px;
    background: url('images/general_sprite.png') -49px -10px;
}

.bg-big_arrow_right {
    width: 19px;
    height: 34px;
    background: url('images/general_sprite.png') -88px -10px;
}

.bg-big_arrow_right_grey {
    width: 19px;
    height: 34px;
    background: url('images/general_sprite.png') -10px -64px;
}

.bg-callendary {
    width: 15px;
    height: 15px;
    background: url('images/general_sprite.png') -127px -45px;
}

.bg-fb {
    width: 8px;
    height: 15px;
    background: url('images/general_sprite.png') -163px -81px;
}

.bg-mail {
    width: 15px;
    height: 11px;
    background: url('images/general_sprite.png') -87px -118px;
}

.bg-oclock {
    width: 15px;
    height: 15px;
    background: url('images/general_sprite.png') -127px -80px;
}

.bg-oclock_big {
    width: 16px;
    height: 15px;
    background: url('images/general_sprite.png') -127px -10px;
}

.bg-phone {
    width: 14px;
    height: 15px;
    background: url('images/general_sprite.png') -163px -10px;
}

.bg-star {
    width: 21px;
    height: 20px;
    background: url('images/general_sprite.png') -49px -64px;
}

.bg-tweet {
    width: 17px;
    height: 14px;
    background: url('images/general_sprite.png') -10px -118px;
}

.bg-vk {
    width: 20px;
    height: 11px;
    background: url('images/general_sprite.png') -47px -118px;
}

.bg-yellow_map {
    width: 9px;
    height: 12px;
    background: url('images/general_sprite.png') -163px -116px;
}

.bg-yellow_map_big {
    width: 15px;
    height: 20px;
    background: url('images/general_sprite.png') -90px -64px;
}

.bg-yellow_map_large {
    width: 12px;
    height: 16px;
    background: url('images/general_sprite.png') -163px -45px;
}

.mob_btn_new .text {
    display: none;
}

/* bootstrap fucking hack */
.container {
    width: 98% !important;
    padding: 0 !important;
    /*overflow-x: hidden;*/
}

/* bootstrap fucking hack end */
.burger {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 26px;
    width: 26px;
    padding: 3px 0;
    cursor: pointer;
    position: relative;
}

.burger > span {
    display: block;
    width: 110%;
    height: 3px;
    background: #ffffff;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}


.tripel_block:hover > .dropdown-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 950px
}

.tripel_block:hover > .dropdown-menu > .menu-item {
    width: 310px;
}

.tarrif_calc_body .left {
    margin-bottom: 0;
}

.tarrif_calc_body .left .top {
    width: 100%;
}

.tarrif_calc_body .left .top .form_field,
.tarrif_calc_body .tcb_1,
.tarrif_calc_body .tcb_2 {

}

#fixet_left_block {
    position: fixed;
    right: 0;
    top: 20%;
    z-index: 9;
    /*display: none;*/
}

.step-section-header {
    margin-bottom: 13px;
    border-bottom: 1px solid #e3e3e3;
}

.step-section-title {
    font-size: 18px;
    margin-top: 26px;
    padding-bottom: 11px;
    font-weight: 700;
    display: inline-block;
    border-bottom: 3px solid #efc131;
    margin-bottom: -2px;
    text-transform: none;
}

.step-section .input-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.step-section .input-group label {
    width: 33%;
    display: flex;
    flex-direction: column;
    margin: 1px;
    margin-bottom: 5px;
}

.step-section .input-group label:last-child {
    width: 100%;
}

.step-section .input-group label span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
}

.wpcf7-radio .wpcf7-list-item input {
    opacity: 0;
    position: absolute;
    margin: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 3;

}

.step-section .input-group label span.wpcf7-list-item-label {
    padding-left: 25px;
    justify-content: space-between;
}

.wpcf7-list-item-label:before, .wpcf7-list-item-label:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: auto;
    margin: auto;
    border-radius: 50%;
}

.wpcf7-list-item-label:before {
    width: 15px;
    height: 15px;
    border: 1px solid;
}

.wpcf7-form .wpcf7-form-control-wrap {
    flex-direction: column;
}

.w50 {
    width: 49% !important;
}

.w30 {
    width: 29% !important;
}

.w70 {
    width: 69% !important;
}

.wpcf7-radio .wpcf7-list-item input:checked + .wpcf7-list-item-label:after {
    width: 5px;
    height: 5px;
    background-color: #000;
    left: 5px;
}

.wpcf7-radio {
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.wpcf7-radio .wpcf7-list-item {
    margin: 0;
}

.step-section .input-group label span *[name] {
    width: 100%;
}

#contact_form_pop3 {
    max-width: 400px;
}

#contact_form_pop4 {
    max-width: 800px;
}

.modal .forms5 {
    margin: 0 auto 25px;
}

.modal .order-submit {
    position: relative;
    margin: 0;
    width: 100%;
    min-width: 100%;
    color: #333;
    background-color: rgb(247, 206, 46);
    cursor: pointer;
    -webkit-transition: none;
    -o-transition: unset;
    transition: none;
}

.modal .order-submit:hover,
.modal .order-submit:focus {
    background-color: rgb(247, 167, 46);
}

.modal .order-submit[disabled],
.modal .order-submit[disabled]:hover,
.modal .order-submit[disabled]:focus {
    cursor: not-allowed;
    color: rgb(247, 206, 46) !important;
    background: rgb(247, 206, 46) !important;
}

.modal .order-submit:after {
    display: none;
    content: "";
    width: 16px;
    height: 16px;
    background-image: url('img/button-loader.gif');
    background-repeat: no-repeat;
    position: absolute;
    right: 48%;
    top: 16px;
}

.modal .order-submit[disabled]:after {
    display: block;
}

.modal-title {
    padding: 0 15px 0 0;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    /* font-family: 'Circe', Arial, sans-serif; */
    font-weight: 700;
    font-size: 17px;
    color: #000;
}

#fixet_left_block .sprite {
    width: 70px;
    height: 30px;
    margin-bottom: 5px;
}

#fixet_left_block .sprite svg path {
    fill: #383838;
}

#fixet_left_block .sprite svg {
    width: 100%;
    height: 28px;
}

body #fixet_left_block > a {
	background-color: var(--yellow2-old);
	width: 80px;
    height: 80px;
	color: #383838;
}


#fixet_left_block > a {
    text-decoration: none;
    margin: 2px;
    width: 80px;
    height: 80px;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    padding: 2px;
    border-radius: 10px;
}

#fixet_left_block > a:hover {
    background-color: #383838;
}

#fixet_left_block > a:hover svg path {
    fill: var(--yellow2);
}

#fixet_left_block > a:hover span {
    color: var(--yellow2);
}

#fixet_left_block a span {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: 700;
}

.search_map {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin: 25px 0;
    margin-top: 50px;
}

.search_map label {
    margin: 0 5px;
    width: 100%;
    display: flex;
}

.search_map label select {
    width: 100%;
    min-width: 230px;
}

.search_map label span {
    min-width: 55px;
    display: flex;
    align-items: center;
}

.search_map label span.text {
    font-size: 24px;
    margin-right: 15px;
    color: #fff;
}

.search_map label span.flex_block {
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: space-around;
}

.search_map label .flex_block:hover .help {
    display: none;
}

.search_map label .flex_block .help {
    font-size: 12px;
    margin-bottom: 5px;
    color: #fff;
    position: absolute;
    bottom: 100%;
    left: 0;
}

a.dex_show_link {
    width: 68%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #d9b420;
    color: #fff;
    font-size: 20px;
    border-radius: 30px;
}

a.dex_show_link:hover {
    background: #d98f20;
}

.search_map .ui-button .ui-icon {
    content: '';
    position: absolute;
    display: block;
    right: 10px;
    top: 50%;
    margin-top: -3px;
    width: 10px;
    height: 6px;
    background: url(//foruslogistics.ru/wp-content/themes/newforus/images/general_sprite.png) -122px -118px;
}

.search_map .ui-button {
    overflow: hidden;
    height: 25px;
    padding: 0;
    width: 25px;
    border: none;
    background: none;
}

.search_map * {
    outline: none;
}

.ui-widget.ui-widget-content {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}

.search_map .ui-widget.ui-widget-content {
    border: none;
    background: none;
    height: 20px;
    color: #fff;
}

.search_map .custom-combobox {
    padding: 0 5px;
    border: 1px solid #fff;
    height: 30px;
    border-radius: 10px;
}

a.dex_show_link:disabled {
    color: #eaeaea;

}

.new_baner {
    /*!* min-height: 400px;**/
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    margin: 45px 0;
}

.new_baner h1 {
    margin: 55px 0;
    color: #f7ce2e;
    font-family: 'PF DinDisplay Pro';
    font-weight: 500;
    font-style: normal;
    font-size: 36px;
}

.new_baner .desc {
    color: #fff;
    font-family: 'PF DinDisplay Pro';
    font-weight: 500;
    font-style: normal;
    font-size: 24px;
    max-width: 600px;
    line-height: 1.5;
}

.new_baner .text_static {

    position: absolute;
    background-image: url(images/bg_new.png);
    height: 70px;
    background-repeat: no-repeat;
    width: 945px;
    right: 0;
    left: auto;
    bottom: -35px;
    display: flex;
    align-items: center;
    padding-left: 70px;
    font-size: 30px;
    font-family: 'PF DinDisplay Pro';
    font-weight: 500;
    font-style: normal;
    color: rgb(0, 0, 0);
    line-height: 1.2;
}

#breadcrumbs_new * {
    font-size: 18px;
    font-family: 'PF DinDisplay Pro';
    font-weight: 500;
    font-style: normal;
    color: rgb(0, 0, 0);
    line-height: 1.2;
}

.title_new {
    text-align: center;
    font-size: 36px;
    font-family: 'PF DinDisplay Pro';
    font-weight: 500;
    font-style: normal;
    color: rgb(0, 0, 0);
    line-height: 1.2;
    margin: 40px 0;
    position: relative;
}

.title_new:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 200px;
    background-color: #737373;
    left: 0;
    right: 0;
    bottom: -10px;
    margin: auto;
    top: auto;
}

.desct_new {
    font-size: 24px;
    font-family: 'PF DinDisplay Pro';
    font-weight: normal;
    font-style: normal;
    color: rgb(131, 133, 135);
    line-height: 1.2;
    max-height: 655px;
    text-align: center;

}

.new_list {
    list-style: none;
    padding: 0;
    margin: 10px 0;

}

.relative_block .title_new {
    text-align: left;
}

.relative_block .title_new:after {
    right: auto;
}

.relative_block .data_list p, .relative_block .data_list a {
    font-size: 20px;
    font-family: 'PF DinDisplay Pro';
    font-weight: 500;
    font-style: normal;
    color: rgb(0, 0, 0);
    line-height: 1.2;


}

.relative_block .data_list .fblock {
    display: flex;
    align-items: center;
    margin-bottom: 30px;

}

.relative_block .container, .elipsblock {
    padding: 0 15px !important;
}

.relative_block .data_list .fblock img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    object-position: left;
    margin-right: 15px;
}

.content_new a.btn_2 {
    width: 135px;
}

.relative_block .soc {
    margin-bottom: 20px;
}

.relative_block .soc img {
    margin-right: 15px;
}

.new_list li {
    font-size: 24px;
    font-family: 'PF DinDisplay Pro';
    font-weight: 500;
    font-style: normal;
    color: rgb(0, 0, 0);
    line-height: 1.2;
    padding: 15px 0;
    margin: 15px 0;
    background-image: url(images/marker.png);
    background-repeat: no-repeat;
    padding-left: 75px;
    background-position: center left;
}

.right {
    position: relative;
}

.fly_right {
    font-size: 30px;
    color: #000;
    height: 70px;
    background-image: url("img/yellow.png");
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    padding-left: 70px;
    width: 680px;
    position: absolute;
    right: 0;
    top: -104px;
}

.autopark h1 {
    font-weight: 500;
    font-size: 36px;
    color: #000;
    padding-bottom: 10px;
    position: relative;
}

.autopark h1:after {
    content: "";
    width: 200px;
    height: 1px;
    background-color: #000;
    position: absolute;
    bottom: 0;
    left: 0;
}

.autopark p {
    font-size: 24px;
    color: #000;
    font-weight: 500;

}

.table_new {
    display: flex;
    margin-top: 20px;

}

.table_new p {
    background-color: #eaeaea;
    width: 200px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
    border: 1px solid #000;
    cursor: pointer;
}

.content_new h2 {
    font-weight: 500;
    font-size: 36px;
    color: #000;
    padding-bottom: 10px;
    position: relative;
    border-bottom: 1px solid #000;
    margin-bottom: 40px;
}

.hole_car_side {
    display: flex;
    margin-bottom: 50px;

}

.hole_car_side .left_hole {
    margin-right: 125px;
    position: relative;
}

.hole_car_side .left_hole p {
    font-weight: 700;
    color: #595a5b;
    font-size: 30px;

}

.hole_car_side .left_hole .fly_block {
    position: relative;

}

.hole_car_side .right_side ul li, .hole_car_side .right_side p {
    font-weight: 400;
    color: #000;
    font-size: 14px;
    list-style-type: none;
    margin-bottom: 15px;
}

.table_new .active {
    background-color: #f7ce2e;
    color: #fff;
}

.content_new .block {
    display: none;
}

.content_new .block.active {
    display: block;
}


.right_side {
    position: relative;
    margin-right: 125px;
    max-width: 275px;
}

.right_side ul {
    padding: 0;
}

.right_side:after {
    width: 50px;
    height: 50px;
    content: "";
    position: absolute;
    right: -85px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    background-image: url("img/arrow_right.png");
    background-repeat: no-repeat;
}

a.btn_2 {
    margin: auto;
    background-color: rgb(247, 206, 46);
    width: 270px;
    height: 60px;
    z-index: 65;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 30px;
}

.left_hole:after {
    width: 50px;
    height: 50px;
    content: "";
    position: absolute;
    right: -85px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    background-image: url("img/arrow_right.png");
    background-repeat: no-repeat;
}

.relative_block {
    position: relative;
}

.relative_block .contact_img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.relative_block .contact_img img {
    width: 80%;
}

.hole_car_side .left_hole span {
    font-weight: 500;
    color: #fff;
    font-size: 16px;
    width: 95px;
    height: 95px;
    align-items: center;
    justify-content: center;
    background-image: url("img/kreg.svg");
    background-repeat: no-repeat;
    text-transform: uppercase;
    padding: 15px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    display: none;
    /*

        display: flex;

    */
}

.askk {
    background-image: url("img/fon_1.jpg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.asks {
    display: flex;
    padding-top: 80px;
    padding-bottom: 55px;
    justify-content: space-between;
}

.asks .left_ask p {
    font-size: 36px;
    color: #000;
    font-weight: 400;
    padding-bottom: 10px;
    position: relative;
}

.asks .left_ask p:after {
    width: 200px;
    height: 2px;
    background-color: #f7ce2e;
    bottom: 0;
    left: 0;
    position: absolute;
    content: "";
}

.left_ask {
    position: relative;
}

.left_ask:after {
    content: "";
    width: 50px;
    height: 50px;
    background-image: url("img/arrow_right.png");
    background-repeat: no-repeat;
    position: absolute;
    right: -145px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.wrap_img {
    position: relative;
    margin-top: 60px;

}

.wrap_img:after {
    content: "";
    position: absolute;
    left: -30px;
    top: -30px;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 1
}

.wrap_img img {
    max-width: 475px;
    width: 100%;
    position: relative;
    z-index: 2;
}

.askk form p {
    font-size: 30px;
    color: #000;
    font-weight: 500;
    margin-bottom: 30px;
    text-align: center;
}

.askk form {
    max-width: 450px;
    width: 100%;
    padding: 20px 50px;
    padding-bottom: 40px;
    background-color: rgb(255, 255, 255);
    box-shadow: 1.5px 2.598px 10px 0px rgba(217, 217, 217, 0.004);
    position: relative;
    z-index: 3;
}

.wrap_block_f {
    position: relative;
}

.info_dex_new img {
    width: 126px;
    height: 126px;
    object-position: center;
    object-fit: cover;
    margin: 10px auto;
    display: block;
}

.info_dex_new * {
    text-align: center;
    font-family: 'PF DinDisplay Pro';
}

.elipsblock {
    background-image: url(images/elips.png);
    background-repeat: no-repeat;
    background-position: center bottom -305px;

}

.custom_text, .coffe_images {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 72px;
    font-family: 'PF DinDisplay Pro';
    color: rgb(42, 119, 237);
    text-transform: uppercase;
    min-height: 500px;
}


.info_dex_new h4 {
    text-transform: uppercase;
    font-weight: bold;
}

.askk .wrap_block_f:after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: -30px;
    right: -30px;
    content: "";
    border: 7px solid #ffbe30;
    z-index: 1;
}

.askk form input {
    width: 100%;
    background-color: #f0f0f0;
    padding-left: 15px;
    height: 50px;
    border: none;
    margin-bottom: 25px;
}

.askk form textarea {
    height: 130px;
    width: 100%;
    padding-left: 15px;
    padding-top: 10px;
    background-color: #f0f0f0;
    border: none;
    resize: none
}

.askk form button {

    background-color: rgb(247, 206, 46);
    width: 350px;
    height: 60px;
    z-index: 143;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    margin: auto;
    border: none;
    outline: none;
    margin-top: 25px;

}

.believe h2 {
    font-weight: 500;
    font-size: 36px;
    color: #000;
    padding-bottom: 10px;
    position: relative;
    width: max-content;
    margin: auto;
    margin-bottom: 15px;
}

.believe h2:after {
    content: "";
    width: 200px;
    height: 1px;
    background-color: #000;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.believe p {
    color: #838587;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    max-width: 675px;
    margin: auto;
    margin-bottom: 25px;
}

.hole_yz_block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 50px;

}

.right_ks h3 {
    font-weight: 500;
    font-size: 36px;
    color: #000;
    padding-bottom: 10px;
    position: relative;
    width: max-content;
    margin-bottom: 15px;
}

.right_ks h3:after {
    content: "";
    width: 200px;
    height: 1px;
    background-color: #000;
    position: absolute;
    bottom: 0;
    left: 0;

}

.ks_block {
    margin-bottom: 87px;
}

.left_ks {
    position: relative;
    width: 100%;
    padding-right: 25px;
}

.left_ks img {
    width: 100%;
}

.left_ks:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 20px;
    background-image: url("img/ar_2.png");
    background-repeat: no-repeat;
    width: 100px;
    height: 80px;
}

.right_ks .text span {
    position: absolute;
    transform: rotate(270deg);
    font-size: 30px;
    color: #000;
    left: -104px;
    top: 100px;
}

.right_ks .text {
    padding-left: 50px;
    position: relative;
}

.right_ks p {
    font-weight: 400px;
    color: #000;
    font-size: 18px;

}

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

.hole_yz_block .one_yz {
    padding: 30px;
    background-image: url(img/fon_2.png);
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    text-align: center;
    margin-right: 100px;
    margin-bottom: 30px;
    max-width: 290px;
    width: 100%;

}

.hole_yz_block .one_yz:nth-child(3n) {
    margin-right: 0;
}

.hole_yz_block .one_yz p {
    font-weight: 500;
    font-size: 19px;
    color: #000;
    margin-bottom: 10px;
}

.hole_yz_block .one_yz span {
    display: block;
    font-size: 30px;
    color: #ffd22a;
    text-transform: uppercase;
}

.mobile_price {
    display: none;
}

#to_top {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    cursor: pointer;
    position: fixed;
    left: 10px;
    bottom: 30px;
    z-index: 3;
    width: 40px;
    height: 40px;
}

#to_top img {
    width: 100%;
    height: 100%;
}

.hidden-mob {

}

.hidden-desc {
    display: none;
}

.hidden-mob_menu {
    display: block;
}

.hidden-desc_menu, .mob_menu_ios {
    display: none;
}

.wr_directions .list > a, .wr_directions .subname, .wr_directions .name,
.wr_directions .list .list_hidden > a {
    color: #fff;
}


.modal {
    text-align: center;
}


.page-id-888 main.main-banner,
.page-id-4651 main.main-banner {
	background: transparent;
	background-image: none;
}

.double_banner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.page-id-888 .double_banner,
.page-id-4651 .double_banner {
	display: block;
	z-index: -1;
}

.double_banner_left_wrapper {
	transform: skewX(-10deg);
	position: absolute;
	top: 0;
	left: -153px;
	height: 100%;
	width: 60%;
	overflow: hidden;
}



/* banner tariff */



.tarrif-page .banner .b_left .btn-yellow {
    width: 50%;
    max-width: 270px;
    display: block;
    text-align: center;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
	/* margin: 0 auto 40px; */
	margin: 0 0 0 20px;
}

.tarrif-page .banner .b_left .title, .title h1 {
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    text-transform: initial;
	text-align: center;
}

.tarrif-page .banner .b_right {
    width: 50%;
	max-width: 50%;
	align-self: center;
	padding-bottom: 20px;
    
}

.tarrif-page .banner .b_left {
    /* width: 68%; */
	width: 100%;
	max-width: 100%;
    color: #fff;
    padding-right: 40px;
}

.tarrif-page .banner_wrapper .banner .container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	flex-direction: column;
}

.form_title_wrapper {
	display: flex;
    flex-direction: column;
}

.form_desc_wrapper {
	display: flex;
    flex-direction: column;
}

.tarrif-page .banner .b_left .price2 {
  display: flex;
  justify-content: center;
}

.tarrif-page .banner .b_left .price2 .price_wr {
	width: 50%;
	font-size: 40px;
	text-align: right;
	font-family: inherit;
    font-weight: bold;
}

.tarrif-page .banner .b_left .price2 .button_wr {
	width: 50%;
	text-align: left;
}
.form_label {
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
}

.form_label {
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
}

.radio_group {
    display: flex;
    gap: 20px;
}

.custom_radio {
    display: flex;
    align-items: center;
}

.custom_radio input[type="radio"] {
    appearance: none;
    background-color: #fff;
    margin-right: 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
}
.section-tarrif_map {
    display: none;
}

.custom_radio input[type="radio"]:checked {
    background-color: rgb(247, 167, 46);
}

.custom_radio input[type="radio"]:checked:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background-color: rgb(247, 167, 46);
    border-radius: 50%;
}

.custom_select select {
    display: none; /* Скрыть исходный select */
}

.custom_radio {
    display: inline-block;
    margin-right: 10px;
    cursor: pointer;
}

.custom_radio.selected {
    /* Стили для выбранной радиокнопки */
    /* Например, добавить границу или изменить цвет */
}

.custom_radio {
    display: flex;
    align-items: center;
    cursor: pointer;
    float: left;
    margin-bottom: 24px;
    color: #fff;
    font-size: 14px;
}

.radio_icon {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #fff;
    margin-right: 10px;
    position: relative;
}

.custom_radio.selected .radio_icon::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: 4px;
    height: 4px;
    background-color: rgb(247, 206, 46);
    border-radius: 50%;
}
#auto_type-button {
    display: none;
}

input[type="radio"] {
    display: none; /* Скрываем реальные радио-кнопки */
}

label.custom_radio {
    /* Здесь добавьте свой CSS для стилизации меток */
    cursor: pointer;
}

input[type="radio"]:checked + label.custom_radio {
    /* Здесь добавьте стили для активного состояния */
}



.form_group h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
}

@media (max-width: 768px) {
.tarrif-page .banner .b_left .price2 {
  flex-direction: column;
}

.tarrif-page .banner .b_left .price2 .price_wr {
	width: 100%;
	text-align: center;
}

.tarrif-page .banner .b_left .price2 .button_wr {
	width: 100%;
	text-align: center;
}

.tarrif-page .banner .b_right {
    width: 100%;
	max-width: 100%;
    
}

.tarrif-page .banner .b_left {
	padding-right: 0;
}

}





@media (max-height: 960px) and (min-width: 768px) {
  
  .tarrif-page .form_title_wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .tarrif-page .form_title_wrapper .title {
	  line-height: 25px;
  }
  .tarrif-page .form_title_wrapper .subtitle {
	  margin: 0;
	  padding-left: 10px;
	  line-height: 25px;
  }
  .tarrif-page .banner .b_left .btn-yellow {
	  margin-bottom: 20px;
  }
  .tarrif-page .form_desc_wrapper {
	display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .tarrif-page .form_desc_wrapper .options {
	  padding-left: 10px;
  }
  
  .tarrif-page .banner .b_right {
    width: 50%;
	max-width: 50%;
  }
  
  .tarrif-page .form_col_wrapper {
	  display: flex;
	  flex-direction: row;
	  align-items: flex-end;
  }
  
  .tarrif-page .form_col {
	  padding: 0 10px;
  }
  
  .tarrif-page .banner .b_right .form .form_group button {
    width: 50%;
    margin: 0 auto;
    display: block;
  }  
  
  .tarrif-page .banner_wrapper {
    justify-content: flex-start;
  }
  

}

@media (max-width: 1500px) {
	.new_baner .text_static {
		right: -100px;
	}
}


@media (max-width: 1400px) {
	.new_baner .text_static {
		right: -200px;
	}
}

@media (max-width: 1300px) {
	.new_baner .text_static {
		right: -300px;
	}
}

@media (max-width: 1200px) {
	.new_baner .text_static {
		right: -400px;
	}
}





@media (max-height: 760px) and (min-width: 768px) {
  .tarrif-page .banner .b_left .description {
	display: none;
  }
}


@media (max-width: 1060px) {
	
  .double_banner_left_wrapper {
    left: -36%;
    width: 90%;
  }
  
  main.main-banner.tarrif-page {
    margin-bottom: 20px;
    padding-top: 0;
    position: relative;
  }
  
  .double_banner_left_wrapper {
    transform: skewX(-5deg) !important;
  }
  .double_banner_left {
    transform: skewX(5deg) !important;
  }
}

.double_banner_left {
  transform: skewX(10deg);
  position: absolute;
	top: 0;
	left: 5%;
	width: 105%;
	height: 100%;
	background-size: cover;
	background-position: center center,center center;
}

/*
.double_banner_left {
	position: absolute;
	top: 0;
	left: 0;
	width: 60%;
	height: 100%;
	background-size: 300% 100%, cover;
    background-position: center center, center center;
  	background-blend-mode: screen;
	mix-blend-mode: multiply;
}
*/

.double_banner_right {
	position: absolute;
	top: 0;
	right: 0;
	width: 60%;
	height: 100%;
  /* background-size: 300% 100%, cover; */
  background-position: center center, center center;
  /* background-blend-mode: hard-light; */
  /* background-blend-mode: screen; */
  
}

.double_banner_overlay {
	background: rgba(0,0,0,0.5);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* mix-blend-mode: darken; */
	mix-blend-mode: screen;
}

.double_banner_overlay_shadow {
	background: radial-gradient(rgba(0,0,0,.9) 0%,rgba(0,0,0,.6) 100%);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.7;
}


@media screen and (min-width: 768px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

@media screen and (max-width: 1380px) {
    .stmap {
        text-align: center;
    }

    /*.stmap svg{
        width: 66%;
       }*/
}

@media screen and (max-width: 1280px) {
    .slick-prev, .slick-next {
        display: none !important;
    }

    .car_view_result .car_item .ci_right {
        word-break: break-word;
    }
}

@media screen and (max-width: 1200px) {
    .container {
        overflow-x: hidden;
    }

    .section-tarrif_map .labels {
        left: 0;
    }

    .section-tarrif_map .labels .map-label {
        padding: 10px 15px;
    }

    .hole_yz_block {
        justify-content: center;
    }

    .hole_yz_block .one_yz, .hole_yz_block .one_yz:nth-child(3n) {
        margin: 5px;
    }
}

@media screen and (max-width: 1050px) {
    .hole_car_side .left_hole, .right_side {
        margin-right: 90px;
    }

    .ks_block {
        flex-direction: column;
    }

    .ks_block img {
        display: block;
        margin: auto;
    }

    .left_ks:after, .right_ks .text span {
        display: none;
    }

    .right_ks .text {
        padding: 5px;
    }

    .right_ks p {
        width: 95%;
        margin: auto;
    }

    .right_ks h3 {
        margin: 10px auto;

    }

    .right_ks h3:after {
        left: 0;
        right: 0;
        margin: auto;
    }

    .tripel_block:hover > .dropdown-menu {
        display: block;
        width: auto;
    }

    .tripel_block:hover > .dropdown-menu > .menu-item {
        width: auto;
    }

    header .logo {
        /* width: 95px; */
    }

    header .info {
        /*width: 23%;
        max-width: 215px;*/
    }

    header .main-line {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        justify-content: normal;
    }

    header .main-line:before, header .main-line:after {
        display: none;
    }

    header .main-line .top_menu {
        
    }

    header .main-line .top_menu a {
        padding: 0;
    }

    .calc_head {
        margin-bottom: 30px;
    }

    .calc_head .calc_steps > div {
        margin-bottom: 20px;
    }

    .car_categories .category {
        padding: 15px 20px;
    }

    .car_view_result .volume-pallet > div {
        background: rgba(255, 255, 255, .65);
    }
}

@media screen and (max-width: 950px) {
    .relative_block .contact_img {
        position: relative;
        left: 0;
        bottom: 0;
        right: 0;
        top: auto;
        width: 100%;
        margin-bottom: 10px;
    }

    .hole_car_side {
        flex-direction: column;
        width: 300px;
        margin: auto;
    }

    .hole_car_side img {
        width: 100%;
    }

    .new_baner .text_static {
        left: 0;
		right: auto;
		width: 100%;
		bottom: -35px;
		font-size: 20px;
		height: 35px;
		background: #ffd827;
		padding-left: 25px;
    }

    .left_hole:after,
    .right_side:after {
        display: none;
    }

    .right_side {
        margin: 10px 0;
    }

    .content_new {
        width: 97%;
        margin: auto;
    }

    .content_new .block.active {
        display: flex;
        flex-wrap: wrap;
    }

    .hole_car_side a.btn_2 {
        margin: 10px auto;
    }

    .right_side {
        max-width: 100%;
    }

    .content_new h2 {
        width: 100%;
    }

    .hole_car_side .left_hole, .right_side {
        margin: 0;
    }

    header .hidden-mob {
        text-align: left;
    }

    header .phone a {
        padding-left: 0;
    }

    header .info .shedule:before, header .info .email:before, header .phone a:before {
        display: none;
    }

    header .info.hidden-mob.first {
        /* padding-left: 20px; */
        /* padding-right: 75px; */
    }

    header .info {
        width: 25%;
        max-width: initial;
    }

    header .main-line .top_menu a {
        font-size: 16px;
    }

    header .main-line .top_menu {
        width: 33%;
    }

    header .main-line .top_menu {
        display: flex;
    }

    .name-avto .name {
        min-height: 70px;
    }

    footer .phone > a {
        display: block;
    }

    footer .phone > a:before {
        left: 0;
    }

    .car_view_filter .type_wr, .car_view_filter .type_options {
        width: 100%;
    }
}

@media screen and (max-width: 850px) {
    .tarrif-page .banner .b_left .title > div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .tarrif-page .banner .b_left .title > div .separator {
        margin: 8px 0;
    }

    header, header .bottom_line {
        position: relative;
    }

    .burger.active {
        position: relative;
    }

    .burger.active > span {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
    }

    .burger.active span:first-child {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);

    }

    .burger.active span:last-child {

        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .burger.active span:nth-child(2) {
        opacity: 0;
    }

    #loader_block {
        display: none;
    }

    #header-menu {
        display: none;
        position: absolute;
        width: 100%;
        left: 0;
        margin: 0;
        top: 70px;
        background: rgba(0, 0, 0, .7);
        z-index: 2;
        text-align: center;
    }

    #header-menu a {
        color: #fff;
    }

    #header-menu li > a:focus, #header-menu li > a:hover {
        color: var(--tgrey2);
    }

    #thb_menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 30px;
        margin-top: -16px;
    }

    header .main-line .top_menu {
        /*
		position: absolute;
        width: 10%;
        top: 20px;
        right: 10px;
		*/
    }

    header .info {
        width: 30%;
    }

    .banner .b_left .title {
        font-size: 35px;
    }

    .banner .b_left .title > span {
        font-size: 40px;
    }

    .banner .b_left {
        width: 60%;
    }

    .banner .b_right {
        width: 40%;
    }

    .banner .priemushestva > div {
        font-size: 16px;
    }

    header .bottom_line a {
        font-size: 17px;
    }

    footer .fcol-1,
    footer .fcol-2,
    footer .fcol-3,
    footer .fcol-4 {
        max-width: initial;
        width: 50%;
        margin-bottom: 20px;
    }

    .schema_wr .schema_item:not(:last-child):after {
        left: 95%;
    }

    .car_view_result .link-detail {
        height: 54px;
    }

    .car_view_result .zayavka5 {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 800px) {
    .car_view_result .volume-pallet {
        padding: 40px 20px;
    }

    .banner .b_left .title,
    .tarrif-page .banner .b_left .title {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .tarrif-page .banner .b_left .title > div {
        font-size: 35px;
        margin-top: 10px;
    }

    .banner .b_left .subtitle,
    .tarrif-page .banner .b_left .subtitle {
        line-height: 30px;
    }

    .banner .b_left .title > span {
        font-size: 35px;
    }

    .banner .priemushestva {
        display: none;
    }

    .action .content-img .sale {
        right: 0;
    }

    .wr_directions .list > a,
    .wr_directions .list .list_hidden > a	{
        width: 33%;
    }
}

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

    .tarrif_calc_body .tcb_3 > div {
        padding-bottom: 25px;
    }

    .search_map {
        flex-direction: column;
        width: 95%;
        margin: 0 auto 30px;
    }

    .search_map label {
        margin: 5px;
    }

    a.dex_show_link {
        margin-left: 70px;
    }

    .tarrif_calc_body .left,
    .tarrif_calc_body .tcb_1,
    .tarrif_calc_body .tcb_2 {
        float: left;
        width: 100%;
        max-width: 100%
    }

    #tbc_print {
        bottom: 10px;
    }

    .schema_wr .schema_item:not(:last-child):after {
        left: 90%;
    }

    #header-menu2 {
        display: none;
    }

    header .top_menu {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    #header-menu2 {
        display: none;
        position: absolute;
        width: 100%;
        left: 0;
        margin: 0;
        top: 70px;
        background: rgba(0, 0, 0, .88);
        z-index: 2;
        text-align: center;
    }

    #header-menu2 a {
        color: #fff;
    }

    #header-menu2 li > a:focus, #header-menu2 li > a:hover {
        color: var(--tgrey2);
    }

    #thb_menu2 {
        padding: 13px 10px;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .reviews-slider {
        width: 100%;
        max-width: initial;
    }

    .actions .action {
        margin-bottom: 20px;

    }

    .banner_wrapper,
    .section_calc,
    .page-content.text-bg,
    .section_tarrifs,
    .section_carpark,
    .actions,
    .reviews_section,
    .section_car_price {
        margin-bottom: 50px;
    }

    .section-grey_bg,
    footer {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .section_calc .section_title {
        font-size: 30px;
        line-height: 30px;
    }


    .tarrif_calc_body .tcb_3 {
        float: left;
        width: 100%;
        max-width: initial;
    }

    .tarrif_calc_body .tcb_3 .tcb_result {
        padding: 10px 0 10px;
        text-align: center;
        background: #fff;
    }

    .tarrif_calc_body .tcb_3 .tcb_map {
        display: none;
    }

    .tarrif_calc_body .tcb_3 #tcb_save_pdf {
        display: block;
        float: left;
        width: 100%;
        max-width: none;
    }
}

@media screen and (max-width: 768px) {
    .ui-selectmenu-button.ui-button {
        background: #eee;
    }

    .container {
        width: 100% !important;
        padding: 0 10px !important;
    }

    .tarrif-page {
        padding-top: 0;
    }

    .content_2.autopark, .content_new .block.active {
        padding: 15px;
    }

    .table_new {
        flex-wrap: wrap;
        justify-content: center;
    }

    .hole_car_side {
        width: 100%;
    }

    .tarrif-page .banner .b_left .title > div {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .tarrif-page .banner .b_left .btn-yellow {
        margin: 10px auto;
    }

    .tarrif-page .banner .b_left .title > div .separator {
        margin: 8px;
    }

    .section_ourworkschema .schema_wr {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .schema_wr .schema_item {
        width: 33%;
    }

    .schema_wr .schema_item:not(:last-child):after {
        left: 95%;
    }

    .schema_wr .schema_item:nth-child(3):after,
    .schema_wr .schema_item:nth-child(3):before {
        display: none;
    }

    header .info.first {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding: 10px;
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        min-height: initial;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .banner_wrapper .banner .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .banner .b_left, .banner .b_right {
        width: 100%;
        padding: 0;
        max-width: initial;
    }

    .banner .b_left {
        text-align: center;
        margin-bottom: 10px;
    }

    .banner .b_left .subtitle {
        margin-bottom: 0;
    }

    .banner .b_left .description {
        display: none;
    }

    .banner_wrapper .banner {
        padding: 20px 0;
    }

    .car_view_filter .car_categories {
        margin-bottom: 30px;
    }

    .car_categories .category {
        margin-bottom: 20px;
    }

    .car_view_result .car_item .ci_left {
        margin-bottom: 20px;
    }

    .car_view_result .car_item .ci_right {
        display: none;
    }

    .car_view_result .car_item .ci_left, .car_view_result .car_item .ci_right {
        max-width: initial;
        width: 100%;
    }

    header .info {
        width: 50%;
        padding-left: 20px;
        padding-right: 50px;
    }

    .zayavka5, .btn-50, a.link-detail {
        margin-bottom: 10px;
    }
}


@media (max-width: 768px) {
    .fixed .hidden-mob {
        display: none !important;
    }

    #thb_menu2 {
        z-index: 999999999999;
    }

    input {
        font-size: 14px;
        line-height: 10px;
    }

    .tarrif_calc_body input,
    .tarrif_calc_body select {
        display: block;
        font-size: 18px;
        line-height: 20px !important;
        min-height: 40px;
        height: 40px;
        padding: 0 10px;
    }

    input::placeholder,
    input::-webkit-input-placeholder,
    input::-moz-placeholder,
    select::placeholder,
    select::-webkit-input-placeholder,
    select::-moz-placeholder {
        line-height: normal !important;
    }

    .burger > span {
        background-color: #000;
    }

    .mob_btn_new .burger > span {
        display: block;
        width: 100%;
        height: 2px;
        background: #fff;
        -webkit-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease;
    }

    header .mob_btn_new .burger > span {
        background: #000;
    }

    header.fixed .mob_btn_new .burger > span {
        background: #fff;
    }

    header .header-right .header-right-top {
        min-height: unset;
    }

    main.main-banner.calculate {
        min-height: auto;
        background: transparent;
    }
	
	.page-id-484 .sery2,
	.page-id-484 .map-directions {
		/* background-color: #595a5b; */
	}
	
	.wr_directions .list > a,
    .wr_directions .list_activator > a	{
		color: #595a5b;
	}
	
	.wr_directions .list_activator>a {
    width: 100%;
    font-size: 14px;
    margin-bottom: 3px;
    }
	
	.wr_directions .list>a, .wr_directions .list .list_hidden>a {
    font-size: 14px;
    }

    .mob_btn_new {
        position: relative;
        left: -8px;
    }

    .fixed .burger > span {

        background-color: #fff;
    }

    header {
        /* background-color: #DCDCDC;*/
    }

    main.main-banner {
        height: auto;
    }

    header .logo.hidden-mob img.desktop {
        display: none;
    }

    header .logo.hidden-mob img.mobile {
        display: block;
    }

    header.fixed {
        position: static;
    }

    .fixed .hidden-desc {
        display: flex;
    }

    .hidden-mob_menu, .mob_menu_ios {
        display: block;
    }

    .hidden-desc_menu {
        display: none;
    }

    .mob_btn_new .text {
        display: none;

    }

    header .mob_btn_new .text {
        display: flex;
        font-size: 12px;
        margin-top: -6px;
        color: #000;
        margin-left: -2px;
    }

    .fixed .mob_btn_new .text {
        display: flex;
        font-size: 12px;
        margin-top: -6px;
        color: #fff;
        margin-left: -2px;
    }

    header .main-line .hidden-desc a.logo {
        height: 40px !important;
        min-height: 40px !important;
        width: 40px;
    }

    header .main-line .hidden-desc a {
        width: 30px;
        height: 30px;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .menu-item-has-children.show .dropdown-menu {
        width: 100%;
        top: 100%;
        position: absolute;
        display: block !important;
    }

    .menu-item-has-children.show .dropdown-menu a {
        color: #000 !important;
    }

    .menu-item-has-children:hover > .dropdown-menu {
        display: none;
    }

    header .main-line .hidden-desc a img {
        width: 100%;
    }

    header .main-line {
        min-height: 40px;
    }

    .fixed .hidden-desc {
        width: 82%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .id_post510.fixed {

    }

    .mob_btn_new .text {
        margin: auto;
        display: none;
        position: absolute;
        top: 100%;
        width: max-content;
        left: 0;
        right: 0;
    }

    header .phone > a > span {
        font-size: 23px;
    }

    .custom_text, .coffe_images {
        min-height: auto;
        padding: 20px 0;
    }

    header.fixed .main-line.container {
        position: fixed;
        z-index: 9;
        background-color: #595a5b;
        top: 0;
        right: 0;
        left: 0;
        width: 100% !important;
        padding: 0 10px !important;
    }

    .fixed #header-menu {
        position: fixed;
        bottom: 0;
        top: 80px;
    }

    #header-menu2.active {
        display: block;
        overflow: auto;
        z-index: 9999999;

    }

    header .main-line {
        max-width: 100%;
        width: 100% !important;
        flex-wrap: nowrap;
        margin: 0;
        background: #fff;
        padding: 5px 5px 0 !important;
    }

    header.has_banner .shedule, header.has_banner .email a {
        color: #000;
    }

    #banner_new_block {
        height: 720px;
    }

    header .bottom_line {
        display: none;
    }

    #header-menu2 {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        top: 50px;
    }

    .fixed .hidden-desc {
        height: 50px;
    }

    .custom_map {
        height: 300px;
    }

    header .info .shedule,
    header .info .email,
    footer .info .shedule,
    footer .info .email,
    header .phone {
        font-size: 15px;
        display: flex;
        align-items: center;
        padding-left: 20px;
    }

    .mobile_price {
        display: flex;
        justify-content: center;
        align-items: center;
        color: #d9b420;
        font-size: 36px;
        font-weight: 700;
    }

    #tcb_form .row.form_group.restart_in.mb-60,
    #tcb_form .tcb_2,
    #fixet_left_block {
        display: none;

    }

    .tarrif_calc_body .tcb_2 {
        width: auto !important;
        float: none !important;
        max-width: none !important;
    }

    .tarrif_calc_body .tcb_2 > div {
        padding: 0 15px !important;
    }

    #tarrifs_table {
        overflow: scroll;
    }

    #tarrifs_table .table {
        min-width: 530px;
    }

    .tarrif_calc_body .error_text {
        color: #000;
    }

    main.calculate .banner_wrapper,
    .tarrif-calc,
    .tarrif-calc .tarrif_calc_body {
        margin-bottom: 0;
    }

    .tarrif-calc {
        padding-top: 10px;
    }

    main .calc_top_text {
        color: #000;
    }

    .tarrif_calc_body .left .top .form_field, .tarrif_calc_body .tcb_1, .tarrif_calc_body .tcb_2 {
        width: 100%
    }

    .tarrif_calc_body .left .top {
        flex-direction: column;
    }


    .tarrif-calc .title-descr {
        padding-left: 15px;
        margin-bottom: 20px;
    }

    .tarrif-calc .title-descr span {
        color: #333;
        font-size: 16px;
    }

    .tarrif_calc_body .form_field input[type="text"],
    .tarrif_calc_body .form_field select {
        background: #eee;
    }

    .tarrif_calc_body .form_field input[type=number] {
        background: #eee !important;
        padding: 0 3px;
    }

    .tarrif_calc_body .form_field:not(.chbx) label {
        color: #000;
    }

    .tarrif_calc_body .tcb_3 .tcb_result {
        border-bottom: 1px solid #fff;
    }

    .section_tarrifs #tarrifs_table {
        overflow-x: auto;
    }

    .car_view_result .zayavka5 {
        margin-right: 0;
    }

    .zayavka5, .btn-50, a.link-detail {
        width: 100%;
        max-width: initial;
    }

    /*#tarrifs_table table{
        min-width: 520px;
       }*/
    .car_view_filter .car_categories {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .car_categories .category {
        margin: 10px;
    }

    .car_view_filter .type_wr .btn-square {
        width: 48%;
    }

    .wr_directions .list > a,
    .wr_directions .list .list_hidden > a	{
        width: 50%;
    }

    .tarrif-calc .section_title {
        color: #000;
    }

    .tarrif_calc_body .btn-yellow.btn-long {
        width: 100%;
        max-width: unset;
        margin: 10px auto 10px auto !important;
    }

    .tarrif_calc_body .price #tcb_price_nds {
        display: block;
    }

    .new_list li {
        padding-left: 60px;

        font-size: 20px;
    }

    .believe p, .desct_new {
        font-size: 15px;
    }

    .right_ks p {
        padding: 10px;
    }

    .modal .forms5 {
        font-size: 18px;
        line-height: 18px;
    }
}

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

    .form .callendary > input, .banner_form .addresses input[type=text], .banner_form input[type=text] {
        min-height: 50px;
        padding-top: 5px;

    }


    .form .addresses > div > div:after {
        top: 19px;
    }

    .form .tel:before {
        top: 18px;
    }

    .form .callendary:before {
        top: 16px;
    }


    .step-section .input-group label {
        width: 100% !important;
    }

    .right_ks h3, .believe h2, .new_baner .text_static, .title_new, .right_ks h3 {
        font-size: 21px;
    }


    .ks_block img {
        width: 100%;
    }

    #header-menu2 .dropdown-menu a {
        color: #000;
    }

    .calc_body .step {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .calc_body .step .separator {
        display: none;
    }

    .calc_body .step .next-step {
        margin-top: 20px;
        margin-left: 0;
        width: 100%;
        text-align: center;
    }

    .tcalc_body .tcol-6, .tcalc_body .tcol-4 {
        width: 100%;
        max-width: initial;
    }

    .tariff_calc .btn-yellow, .btn-yellow.btn-long {
        width: 100%;
        max-width: initial;
    }

    .car_view_result .line.between {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .car_view_result .volume-pallet,
    .car_view_result .img {
        width: 100%;
        max-width: initial;
    }

    footer .fcol-2 {
        padding-left: 0;
    }

    footer .fcol-1 {
        border-right: none;
    }

    footer .fcol-1,
    footer .fcol-2,
    footer .fcol-3,
    footer .fcol-4 {
        width: 100%;
        padding: 5px 10px;
    }

    .schema_wr .schema_item {
        width: 50%;
    }

    .schema_wr .schema_item:nth-child(2):before,
    .schema_wr .schema_item:nth-child(4):before,
    .schema_wr .schema_item:nth-child(2):after,
    .schema_wr .schema_item:nth-child(4):after {
        display: none;
    }

    .schema_wr .schema_item:nth-child(3):before,
    .schema_wr .schema_item:nth-child(3):after {
        display: block;
    }

    .show-on-mobile {
        display: block;
    }

    .hidden-mobile {
        display: none;
    }

    .tarrif_calc_body .tcb_1, .tarrif_calc_body .tcb_2 {
        width: 100%;
        margin-bottom: 25px;
    }

    .search_map .custom-combobox {
        height: 40px;
        padding-top: 10px;
        padding-bottom: 10px;
        border: 1px solid #333;
    }

    .search_map .ui-widget.ui-widget-content {
        height: 20px;
        line-height: 20px;
        color: #333;
    }

    .search_map label span.text {
        color: #333;
        font-size: 16px;

    }

    .search_map label {
        margin: 20px 0;
    }


    .tarrif_calc_body .result_title {
        font-size: 18px;
    }

    .tcb_3 .tcb_result small {
        font-size: 20px;
    }

    .tcalc_body input::-webkit-input-placeholder {
        padding-top: 3px;
        line-height: 1;
    }

    .tcalc_body input:-moz-placeholder {
        padding-top: 3px;
        line-height: 1;
    }

    .tcalc_body input::-moz-placeholder {
        padding-top: 3px;
        line-height: 1;
    }

    .tcalc_body input:-ms-input-placeholder {
        padding-top: 3px;
        line-height: 1;
    }

    #tcb_form input::-webkit-input-placeholder {
        padding-top: 3px;
        line-height: 1;
    }

    #tcb_form input:-moz-placeholder {
        padding-top: 3px;
        line-height: 1;
    }

    #tcb_form input::-moz-placeholder {
        padding-top: 3px;
        line-height: 1;
    }

    #tcb_form input:-ms-input-placeholder {
        padding-top: 3px;
        line-height: 1;
    }

    .banner .b_right .banner_form {
        max-height: 100%;
    }
	
	header .info .email a {
      font-size: 15px;
    }

}

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

    .form .addresses > div > div:before {
        top: 20px;
    }
	header .info.hidden-mob.first {
      /* top: 80px !important; */
	}
	main.main-banner.calculate header {
      margin-bottom: 0 !important;
    }
	header .info .email::before {
		/*
		content: "";
		display: block !important;
		width: 15px;
		height: 11px;
		background: url(//foruslogistics.ru/wp-content/themes/newforus/images/general_sprite.png) -87px -118px !important;
			background-position-x: -87px;
			background-position-y: -118px;
		top: 9px !important;
		left: -17px;
		*/
		display: none;
	}
	
	.forma {
      width: 100%;
	}
	
	.forma2 {
      padding: 15px;
    }
	.forma-fon {
		display: none;
	}
	

    header .main-line {
        max-width: 100%;
        width: 100% !important;
        flex-wrap: nowrap;
        margin: 0;
        background: #fff;
        padding: 5px 5px 40px !important;
    }
	
	header .email {
		margin-left: 18px;
	}

    header .info.hidden-mob.first {
        /*
		position: absolute;
        top: 100px;
        left: 0;
        padding-left: 10px;
        padding-right: 10px;
		*/
		position: inherit !important;
        top: unset !important;
        left: unset !important;
    }

    .custom_text {
        font-size: 38px;
    }

    .relative_block .data_list .fblock img {
        width: 20px;
        margin-right: 7px;
    }

    .coffe_images img {
        width: 100%;
    }

    .relative_block .data_list p, .relative_block .data_list a {
        font-size: 18px;
    }

    .autopark p {
        font-size: 14px;
    }

    .navbar-nav > li > .dropdown-menu {
        right: 0;
    }

    .menu-item-has-children.dropdown-submenu .dropdown-menu {
        left: 0;
        right: 0;
        top: 100%;
    }

    .menu-item-has-children.dropdown-submenu li:hover a:after {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .table-yellow.table-bordered tr > th:nth-last-child(3),
    .table-yellow.table-bordered tr > td:nth-last-child(3) {
        display: none;
    }

    header .info {
        width: 50%;
        padding-left: 20px;
        padding-right: 50px;
    }

    header .phone > a > span {
        font-size: 19px;
    }

    header .phone > a {
        font-size: 16px;
    }

    .search_map .custom-combobox {
        height: auto;
        padding-top: auto;
        padding-bottom: auto;
    }

    .search_map .ui-widget.ui-widget-content {
        height: auto;
        line-height: 1;
        color: #333;
        overflow-y: visible;
    }

    .content .col-xs-6,
    .content .col-md-6,
    .contetn .col-sm-6 {
        width: 100%;
    }

    .car_view_filter .type_wr .btn-square {
        width: 100%;
        margin-bottom: 10px;
        max-width: initial;
    }

    .tcalc_body .tcol-6, .tcalc_body .tcol-4 {
        margin-bottom: 10px;
    }

    .wr_directions .list > a,
	.wr_directions .list .list_hidden > a
	{
        width: 100%;
    }
}


@media screen and (max-width: 350px) {
    header .info.first {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
	
	header .phone > a > span {
      font-size: 12px;
    }
	
	header .info .fancybox {
      font-size: 16px;
    }

    .schema_wr .schema_item {
        width: 100%;
    }

    .schema_wr .schema_item:before,
    .schema_wr .schema_item:after {
        display: none !important;
    }

    .tarrif-page .banner .b_left .title > div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
