body {
    margin: 0px;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: normal;
    position: relative;
    color: #202020;   
}

div, span, li, a, h2, h3, h4, h5, h6, input, select, p {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: normal;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Montserrat", sans-serif;
    margin-top: 0;
}
h2, h3, h4, h5, h6 {
    font-weight: 400;
}

.wrap, .wp-block-lazyblock-container-1420, .wp-block-lazyblock-container-1420-not-bg {
    max-width: 1450px;   
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

header .wrap{
    max-width: 1250px;
}

ul, ol {
    margin: 10px 0px;
    padding: 0px;
    padding-left: 20px;
}

p {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.2;
    color: #000000;
}
a, .industry-solutions p a {
    text-decoration-line: underline;
    color: #5A160F;
    outline: none;
}

p a {
    text-decoration-line: underline;
    color: #5A160F;
}
p a:hover, a:hover, .industry-solutions p a:hover {
    text-decoration-line: none;
}

h1 {
    font-weight: bold;
    margin-bottom: 12px;
    font-size: 40px;
    line-height: 60px;
}
h2 {
    margin-bottom: 15px;
    color: #000;
    font-size: 35px;
    font-weight: 400;
    line-height: 54px;
}
h3, h4, h5, h6 {
    font-size: 22px;
    line-height: 24px;
    color: #202020;
    margin-bottom: 15px;
}

.wp-block-lazyblock-container-1250-not-bg, .wp-block-lazyblock-container-1250 {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.wp-block-media-text__content ul li {
    
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    font-size: 16px;
    line-height: 24px;
    color: #1F1C20;
}

.d-flex {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}
.flex-column {	
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
}
.flex-wrap {	
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
.flex-between {		 
    justify-content: space-between;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
}
.flex-around {	
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.flex-items-center {
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
}
.flex-items-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.flex-justify-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.flex-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse; 
}

.btn {

}
.btn:hover {

}
.mobilemenu_toggle {
    width: 50px;
    height: 50px; 
    border-radius: 50%;

    position: relative;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    padding: 0px;
    display: none;
}
.mobilemenu_toggle::before {   
    width: 30px;
    height: 18px;
    position: absolute;
    display: block;
    content: '';
    background-position: center;
    background-size: contain;  
}

.tagline {
    font-size: 16px;
    color: #323232;
    margin-left: 35px;
    max-width: 236px;
}

.site-logo {
    text-align: center;
    display: block;
    z-index: 3;
    position: relative;
}

.site-branding_content {
    padding: 0px 0px 10px;
}
.site-branding_sticky {
    padding-top: 10px;
}
.site-branding_sticky.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    padding-bottom: 10px;
    z-index: 4;
}

.site-branding__logo {
    margin-top: 6px;
}
  
header {
    position: absolute;
    width: 100%;
    z-index: 3;
}
/*body.logged-in header {
    top: 0;
}
header.sticky {
    background: #fff;
    -webkit-box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.1);
}*/

.logo-onscroll {
    opacity: 0;
    visibility: hidden;
    margin-left: 20px;
    transition: all 0.5s;
}
.site-branding_sticky.sticky .logo-onscroll {
    opacity: 1;
    visibility: visible;
    z-index: 5;
}

.top-header {
    padding: 13px 0px;
    background: #202020;
    position: relative;
    z-index: 4;
    overflow: hidden;
    font-size: 14px;
    line-height: 24px;
}
header p {
    margin-bottom: 0px;
}
.top-header-adress {
    color: #6E6E70;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px; 
}
.top-header .phone {
    font-weight: bold;
    font-weight: bold;
    font-size: 25px;
    line-height: 24px;
    text-align: right;
    color: #FFFFFF;
}

header .search-field {
    background-image: url(../images/search-top.svg);
}

.inner-wrapper {
    background: url(../images/body-bg.svg) top center no-repeat;
    background-size: auto;
}
.content-area, .error404-content {
    padding-top: 161px;
    position: relative;
}
.error404-content {
    padding-bottom: 200px;
    padding-top: 250px;
}
.error404-content p {
    font-size: 22px;
    line-height: 27px;
    color: #000000;
    padding-left: 20px;
}
.error404-content a {
    color: #5A160F;
}
.error404-content__item {
    max-width: 430px;
}

.site-main {
    position: relative;
    z-index: 1;
}

.mail {
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #323232;
    text-decoration: none;
}

.phone {
    text-decoration: none;
    white-space: nowrap;
}
.phone:hover {
    text-decoration: underline;
}

.button, form input[type="submit"], #footer form input[type="submit"], #submit_application form input[type="submit"] {
    padding: 10px 20px;
    text-decoration: none;
    z-index: 2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.2em;
    text-align: center;
    text-transform: uppercase;  
    display: inline-block;
    outline: none;
}
.button-red {
    background: -o-linear-gradient(357.25deg, #711E15 0.51%, #58160F 97.97%);
    background: linear-gradient(92.75deg, #711E15 0.51%, #58160F 97.97%);
    color: #fff;
    outline: none;
    border: 1px solid #711E15;
}
.button-red:hover {
    background: -o-linear-gradient(357.25deg, #A93225 0.51%, #81251C 97.97%);
    background: linear-gradient(92.75deg, #A93225 0.51%, #81251C 97.97%);
    color: #fff;
    text-decoration: none !important;
}
.button-white {
    color: #B3814E;
    background: #fff;
    border: 1px solid #B3814E;
}
.button-white:hover {
    background: #fff;
    color: #5A160F;
    border: 1px solid #5A160F;
    text-decoration: none !important;
}
.button-transparent {
    color: #B3814E;
    background: transparent;
    border: 1px solid #B3814E;
}
.button-transparent:hover {
    background: #B3814E;
    color: #fff;
    text-decoration: none !important;
}
.button-beige {
    font-weight: bold;
    letter-spacing: 0.15em;
    color: #FFFFFF;
    background: -o-linear-gradient(357.25deg, #B3814E 0.51%, #945E27 97.97%);
    background: linear-gradient(92.75deg, #B3814E 0.51%, #945E27 97.97%);
    border-radius: 0px 10px 10px 0px;
}
.button-beige:hover {
    background: -o-linear-gradient(357.25deg, #711E15 0.51%, #5A160F 97.97%);
    background: linear-gradient(92.75deg, #711E15 0.51%, #5A160F 97.97%);
    color: #fff;
    text-decoration: none;
}
/*.button-bg {
    position: relative;
}
.button-bg::before {
    width: 574px;
    height: 74px;
    position: absolute;
    display: block;
    content: '';
    background-position: center;
    background-size: contain; 
    background: url('./images/speed.png') no-repeat;
    z-index: -1;
    bottom: -7px;
    left: 50%;
    margin-left: -287px;
    z-index: -1;
}*/

.slick-slide {
    outline: none;
}

.soglashenie a {
    font-size: 12px;
    line-height: 20px;
    color: #B6B6B6;
    text-decoration: none;
}
.soglashenie a:hover {
    color: #E2001A;
}

#primary-menu {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    padding: 0px;
    list-style-type: none;
    z-index: 2;
    position: relative;
}
#primary-menu > li:not(:last-child) {
    margin-right: 30px;
}
#primary-menu li a {
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;  
    text-decoration: none;
    color: #B3814E;
}
#primary-menu li a:hover {
    text-decoration: underline;
}
#primary-menu li.current-menu-item a {
    text-decoration: underline;
}

ul {
    list-style-type: none;
}

.mail {
    background: url('../images/mail-top.svg') no-repeat;
    background-position: center;
    background-size: contain;
    width: 20px;
    height: 15px;
    display: inline-block;
}

/*

.social-list {
    list-style-type: none;
}
.social-list li {
    display: inline-block;
}
.social-list li:not(:last-child) {
    margin-right: 20px;
}
.social-list li a {   
    display: block;
    background-position: center;
    background-size: contain;
}
.social-list li a.vk {
    background: url('./images/vk-g.svg') no-repeat;
    width: 26px;
    height: 16px;
}
.social-list li a.twitter {
    background: url('./images/tw-g.svg') no-repeat;
    width: 22px;
    height: 17px;
}
.social-list li a.facebook {
    background: url('./images/fb-g.svg') no-repeat;
    width: 19px;
    height: 19px;
}
.social-list li a.facebook:hover {
    background: url('./images/fb-c.svg') no-repeat;
}
.social-list li a.vk:hover {
    background: url('./images/vk-c.svg') no-repeat;
}
.social-list li a.twitter:hover {
    background: url('./images/tw-c.svg') no-repeat;
}*/

/*.wpcf7 form input:not([type="submit"]), .wpcf7 form textArea {
    background: #FFFFFF;
    border: 1px solid #C8C8C8;
    box-sizing: border-box;
    border-radius: 5px;
    font-weight: normal;
    font-size: 14px;
}
.wpcf7 form input:not([type="submit"]){
    height: 50px;
    padding: 0px 30px;
    width: 100%;
}
.wpcf7 form textArea {
    height: 92px;
    width: 100%;
    padding: 14px 30px;
}
.wpcf7 form input[type="submit"]{
    cursor: pointer;
}
.wpcf7 form p {
    margin-bottom: 0px;
}*/


   
.text-center {
    text-align: center;
}


form input, form textArea {
    padding: 12px;
    outline: none;
    border: 0px;
}
form textArea {
    background: #fff;
    border-bottom: 3px solid #D3D3D3;
}
form input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
form input[type="text"]:not([name="s"]), form input[type="email"], form input[type="tel"], 
form input[type="number"], form textArea {
    padding-left: 0px;
}
form textArea, form input[type="text"]:not([name="s"]), form input[type="email"], 
form span, form input[type="tel"], form input[type="number"] {
    font-size: 14px;
    line-height: 20px;
    color: #ACACAC;
}
form span {
    font-size: 12px;
}
form .your-update .wpcf7-list-item {
    margin-left: 0px;
}
form input[type="submit"], #footer form input[type="submit"], #submit_application form input[type="submit"]  {
    background: -o-linear-gradient(357.25deg, #711E15 0.51%, #58160F 97.97%);
    background: linear-gradient(92.75deg, #711E15 0.51%, #58160F 97.97%);
    color: #fff;
    border: 0;
    cursor: pointer;
}
form input[type="submit"]:hover, #footer form input[type="submit"]:hover, #submit_application form input[type="submit"]:hover  {
    color: #fff;
    background: -o-linear-gradient(357.25deg, #711E15 0.51%, #5A160F 97.97%);
    background: linear-gradient(92.75deg, #711E15 0.51%, #5A160F 97.97%);
}
.contacts-abs form input[type="submit"]:hover {
    background: #B3814E;
}
form textArea::-webkit-input-placeholder, form input[type="text"]::-webkit-input-placeholder, form input[type="email"]::-webkit-input-placeholder {
    font-family: "Monsterrat", sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #202020;
}
form textArea::-ms-input-placeholder, form input[type="text"]::-ms-input-placeholder, form input[type="email"]::-ms-input-placeholder {
    font-family: "Monsterrat", sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #202020;
}
form textArea::-ms-input-placeholder, form input[type="text"]::-ms-input-placeholder, form input[type="email"]::-ms-input-placeholder {
    font-family: "Monsterrat", sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #202020;
}
form textArea::-moz-placeholder, form input[type="text"]::-moz-placeholder, form input[type="email"]::-moz-placeholder {
    font-family: "Monsterrat", sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #202020;
}
form textArea::placeholder, form input[type="text"]::placeholder, form input[type="email"]::placeholder {
    font-family: "Monsterrat", sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #202020;
}

div.wpcf7 form input[type="checkbox"] {
    display: none;
}
div.wpcf7 form .wpcf7-acceptance input[type="checkbox"] {
    display: inline;
}
.wpcf7 form label {
    display: block;
}
.wpcf7 form .wpcf7-checkbox .wpcf7-list-item-label {
    position: relative;
    cursor: pointer;
    padding-left: 30px;
}
.wpcf7 form .wpcf7-checkbox .wpcf7-list-item-label::before {
    content: '';
    position: absolute;
    top: -4px;
    left: 0px;
    width: 20px;
    height: 20px;
    border: 1px solid #ECEDED;
    border-radius: 2px;
    background: #FFF;
}
.wpcf7 form .wpcf7-checkbox .wpcf7-list-item-label::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 6px;
    height: 6px;
    width: 9px;
    border-left: 2px solid;
    border-bottom: 2px solid;   
    transform: rotate(-45deg);
    opacity: 0;
    transition: .2s;
}
div.wpcf7 form .wpcf7-checkbox input:checked + .wpcf7-list-item-label::after {
    opacity: 1;
}

#submit_application, #leave_request, #respond_vacancy, #container_order, #order-transportation-2 {
    padding: 55px 5px 65px 5px;
}
#fancybox-content .title-form {
    font-size: 30px;
    line-height: 37px;
    color: #000000;
    margin-bottom: 30px;
}
#fancybox-content form input[type="submit"]{
    padding: 10px 20px;
    background: -o-linear-gradient(357.25deg, #B3814E 0.51%, #945E27 97.97%);
    background: linear-gradient(92.75deg, #B3814E 0.51%, #945E27 97.97%);
    margin-bottom: 20px;
}
#fancybox-content form input[type="submit"]:hover {
    background: -o-linear-gradient(357.25deg, #711E15 0.51%, #5A160F 97.97%);
    background: linear-gradient(92.75deg, #711E15 0.51%, #5A160F 97.97%);
}
#submit_application form, #leave_request form, #respond_vacancy form, 
#container_order form, #order-transportation-2 form {
    max-width: 300px;
    margin: auto;
}
#fancybox-content label {
    margin-bottom: 5px;
}
#fancybox-content form input:not([type="submit"]):not([type="checkbox"]), #fancybox-content form textArea {
    width: 100%;
    background: #fff;
    padding: 10px;
}
#fancybox-close {
    background: #FFF;
    border: 1px solid #DFDFDF;
    top: 20px;
    right: 20px;
    background: url('../images/fancybox-close.svg') center no-repeat;
    background-size: auto;
    border-radius: 50%;
    padding: 7px;
}

.no-margin figure, .no-margin ul, .no-margin ul li, .no-margin .wp-block-image, .no-margin .wp-block-column, .no-margin .wp-block-columns, .no-margin p, .no-margin figcaption {
    margin: 0px;
}

.no-padding .wp-block-media-text__content {
    padding: 0px;
}

input[type='number'] {
    -moz-appearance:textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}


footer {  
    background: #202020;
    padding: 60px 0px 0px;
    border-top: 1px solid #ECEDED;
}

/*.burger {
    width: 16px;
    height: 16px;
    background: url(../images/burger.svg) no-repeat center center;
    cursor: pointer;
    margin: auto;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
}
.mobile-menu-open .burger {
    background: url(../images/close-menu.svg) no-repeat center center;   
}*/

.social-wrap .social li:not(:last-child) {
    margin-right: 15px;
}


a.vk, a.instagram {
    width: 31px;
    height: 31px;
    display: inline-block;
}
/*a.vk {
    background: url(../images/vk.svg) no-repeat;
    background-position: center;
    background-size: auto;
}
a.instagram {
    background: url(../images/instagram.svg) no-repeat;
    background-position: center;
    background-size: auto;
}*/

.footer-logo {
    padding-top: 60px;
}
.page-id-11 .footer-logo {
    padding-top: 0px;
}
.footer-logo .site-logo {
    text-align: left;
}
.footer-logo img {
    width: 100%;
    max-width: 303px;
    height: auto;
}

.d-none {
    display: none;
}

.slick-arrow {
    outline: none;
    cursor: pointer;
}

.pos-rel {
    position: relative;
}

.alignleft {
    float: left;
    margin: 0px 20px 20px 0px;
}
.alignright {
    float: right;
    margin: 0px 0px 20px 20px;
}
.aligncenter {
    text-align: center;
    margin: 0px 20px 20px 20px;
}

form textArea, form input:not([name="s"]):not([type="submit"])::-webkit-input-placeholder {
    color: #202020;
    letter-spacing: 0.1em;
    font-weight: 500;
}
form textArea, form input:not([name="s"]):not([type="submit"])::-ms-input-placeholder {
    color: #202020;
    letter-spacing: 0.1em;
    font-weight: 500;
}
form textArea, form input:not([name="s"]):not([type="submit"])::-ms-input-placeholder {
    color: #202020;
    letter-spacing: 0.1em;
    font-weight: 500;
}
form textArea, form input:not([name="s"]):not([type="submit"])::-moz-placeholder {
    color: #202020;
    letter-spacing: 0.1em;
    font-weight: 500;
}
form textArea, form input:not([name="s"]):not([type="submit"])::placeholder {
    color: #202020;
    letter-spacing: 0.1em;
    font-weight: 500;
}
form input[type="submit"].button-beige {
    font-weight: bold;
    letter-spacing: 0.15em;
    color: #FFFFFF;
    background: -o-linear-gradient(357.25deg, #B3814E 0.51%, #945E27 97.97%);
    background: linear-gradient(92.75deg, #B3814E 0.51%, #945E27 97.97%);
    border-radius: 10px;
    border: 0;
}
form input[type="submit"].button-beige:hover {
    color: #fff;
    text-decoration: none;
    background: -o-linear-gradient(357.25deg, #711E15 0.51%, #5A160F 97.97%);
    background: linear-gradient(92.75deg, #711E15 0.51%, #5A160F 97.97%);
}
form .agreement a {
    color: #757575;
}

.space-inp {
    margin-right: 20px;
}

#go_up_button{
    display: none;
    position: fixed;
    z-index: 6;
    width: 49px;
    height: 49px;
    cursor: pointer;
    right: 10px;
    bottom: 50px;
    background: url('../images/go-up.svg') no-repeat center top transparent;
    background-size: contain;
    border-radius: 50%;
}

.whatsapp, .telegram, .vk  {
    display: block;
    width: 30px;
    height: 30px;
    margin-bottom: 20px;
    margin-left: auto;
}
.whatsapp:hover svg path, .telegram:hover svg path {
    fill: #fff;
}

input {
    outline: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.site-info {
    border-top: 1px sold #343434;
    padding: 10px 0 20px;
}

.top-header div, .top-header a, header a, footer a, footer p {
    color: #EBA359;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
}
footer a {
    text-decoration: none;
}
header a:hover, .top-header a:hover {
    text-decoration: underline;
}
footer a:hover {
    text-decoration: underline;
    color: #fff;
}
.top-header .email {
    text-decoration: none;
}
.top-header .email:hover {
    text-decoration: underline;
}

ymaps {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

#site-mega-navigation {
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    background: #202020 url(../images/bg-mega-menu.svg) top center no-repeat;
    position: absolute;
    width: 100%;
    /*height: calc(100% - 51px);*/
    top: 51px;
    left: 0;
    z-index: 10;
}

.mega-menu-open #site-mega-navigation {
    opacity: 1;
    visibility: visible;
}

.mega-turn {
    cursor: pointer;
}

.mega-menu-close {
    position: absolute;
    width: 43px;
    height: 43px;
    left: 20px;
    top: 0px;
    background: #3C3C3C;
    color: #EBA359;
    cursor: pointer;
    font-size: 16px;
    border-radius: 50%;
    border: 1px solid #3C3C3C;
}
.mega-menu-close:hover {
    border-color: #EBA359;
}
.mega-menu-close svg {
    width: 15px;
    height: 15px;
}

.swiper {
    /*width: 600px;*/
}

.abs-img {
    position: absolute;
}
.abs-img .wp-block-image {
    margin-bottom: 0;
}
.ship-bg, .container-bg, .contacts-container {
    position: relative;
}
.ship-bg .abs-img {
    right: 0;
    top: 0px;
}
.container-bg .abs-img {
    right: 0;
    bottom: -85px;
}
.container-bg {
    padding-bottom: 85px;
    position: relative;
    overflow: hidden;
}
.container-bg .abs-line {
    bottom: 85px;
}
.container-bg .wp-block-lazyblock-container-1420-not-bg, .section-projects .wp-block-lazyblock-container-1420-not-bg {
    position: relative;
}
.container-bg::before, .section-projects::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: -1;
    background: -o-linear-gradient(5.31deg, #B3814E 0%, #EBA359 100%);
    background: linear-gradient(84.69deg, #B3814E 0%, #EBA359 100%);
}
.container-bg::before {
    height: calc(100% - 85px);
}
.container-bg::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 85px;
    height: 350px;
    width: 606px;
    z-index: -1;
    background: url('../images/about-bg-main.svg') center no-repeat;
}
.section-projects::before, .container-bg::before {
    width: calc(50% + 720px - 125px);
}
.container-bg .wp-block-lazyblock-container-1250-not-bg, .section-projects .wp-block-lazyblock-container-1250-not-bg {
    padding-top: 55px;
    padding-bottom: 65px;
}
.container-bg h2, .section-projects h2 {
    color: #fff;
}
.advantages__item {
    max-width: 180px;
}
.advantages__item-scale {
    font-weight: bold;
    font-size: 80px;
    line-height: 98px;
    color: #202020;
    white-space: nowrap;
}
.container-bg p {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
}
.container-bg .wp-block-lazyblock-container-1420-not-bg {
    background-image: url('../images/about-bg-3.svg'), url('../images/about-bg-4.svg');
    background-size: auto;
    background-repeat: no-repeat;
    background-position: top 0px right 125px, top 0px right 125px;
}

.section-projects {
    position: relative;
    overflow: hidden;
}
.section-projects .wp-block-lazyblock-container-1420-not-bg {
    background-image: url('../images/project-bg-2.svg'), url('../images/project-bg-3.svg');
    background-size: auto;
    background-repeat: no-repeat;
    background-position: top 0px right 125px, top 0px right 125px;
}
.section-projects::after {
    background: url('../images/project-bg-1.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom left;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    z-index: -1;
    width: 162px;
    height: 188px;
}

.contacts-abs {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 4;
    background: #FFFFFF;
    -moz-box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.1);
    padding: 45px 30px 50px;
    background-image:  url("../images/contact-bg-line-1.svg"), url("../images/contact-bg-line-2.svg");  
    background-position: top right, bottom 100px left -70px;
    background-repeat: no-repeat, no-repeat;
    width: calc(33.33% - 20px);
}
.contacts-abs::before {
    content: '';
    display: block;
    right: 100%;
    top: 0;
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 99999px;
    background: #fff;
}
.contacts-abs p, .contacts-abs .phone, .contacts-abs .email {
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    color: #000000;
}
.contacts-abs .city-name {
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 5px;
}
.contacts-abs .wpcf7 .title-form {
    font-weight: bold;
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 20px;
    color: #202020;
}
.contacts-abs .wp-block-group__inner-container > * {
    display: block;
    margin-bottom: 5px;
}
.contacts-abs input:not([type="submit"]):not([type="file"]):not([type="checkbox"]) {
    width: 100%;
    margin-bottom: 30px;
}
.contacts-abs textArea {
    width: 100%;
    margin-bottom: 13px;
    overflow-y: hidden;
}
.contacts-abs input[type="submit"] {
    background: -o-linear-gradient(357.25deg, #711E15 0.51%, #58160F 97.97%);
    background: linear-gradient(92.75deg, #711E15 0.51%, #58160F 97.97%);
    border-radius: 10px 0px 0px 10px;
    color: #fff;
    padding: 9px 73px 9px 25px;
    position: relative;
}
body .wpcf7-spinner {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
.contacts-abs > .wp-block-group {
    margin-bottom: 40px;
}
.contacts-abs .pos-rel {
    margin-left: 40px;
}

.coopyright {
    white-space: nowrap;
}

.inputfile {
    position: relative;
    cursor: pointer;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    top: 10px;
    min-width: 120px;
}
.inputfile .file_upload-text {  
    font-weight: bold !important;
    font-size: 12px !important;
    line-height: 14px !important;
    letter-spacing: 0.1em;
    color: #202020 !important;
    margin: 0 !important;
}
.inputfile::before {
    content: '';
    display: block;
    min-width: 17px;
    width: 17px;
    height: 20px;
    background: url('../images/input-file.svg') center no-repeat;
    background-size: contain;
    margin-right: 10px;
    position: relative;
    top: 4px;
}
input[type="file"], body .swiper-button-prev {
    display: none;
}
.inputfile:hover::before {
    background: url('../images/input-file-hover.svg') center no-repeat;
    background-size: contain;
}
.inputfile:hover .file_upload-text {
    color: #711E15 !important;
}

.site-info p, .site-info ul li a, .site-info p a {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #B3814E;
}
.site-info ul li {
    
}
.site-info ul li a:hover, .site-info p a {
    color: #fff;
}
.site-footer-content .wp-block-columns > div:last-child {
    margin-left: auto;
}
.site-footer-content .wp-block-columns > div:last-child > *, .site-info ul li:not(:first-child) {
    margin-left: 20px;
}
.develop a span {
    color: #fff;
}
.widget-area > .wp-block-columns {
    margin-bottom: 20px;
}
.widget-area > .wp-block-columns > div:last-child {
    padding-left: 20px;
}

.wp-block-image img {
    height: auto;
}

.agreement {
    margin-bottom: 20px;
}
.agreement p {
    font-size: 12px !important;
    line-height: 20px !important;
    color: #757575;
}

.contacts-container .wp-block-lazyblock-container-1250-not-bg,
.ship-bg .wp-block-lazyblock-container-1250-not-bg, .container-bg .wp-block-lazyblock-container-1250-not-bg,
.contacts-container .wp-block-lazyblock-container-1420-not-bg,
.ship-bg .wp-block-lazyblock-container-1420-not-bg, .container-bg .wp-block-lazyblock-container-1420-not-bg,
.industry-solutions .wp-block-lazyblock-container-1420-not-bg {
    position: relative;
}

.contacts-container .ghostkit-tabs {
    margin-bottom: 0;
}
.contacts-container .ghostkit-tabs .ghostkit-tabs-buttons {
    width: calc(66.66% - 60px);
    margin-left: auto;
    text-align: left;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.wp-block-lazyblock-full-container-not-bg {
    
}

.ship-bg .bg-container {
    padding: 190px 0 80px;
}
.ship-bg > .bg-container > .wp-block-lazyblock-container-1250-not-bg > .wp-block-columns,
.container-bg > .wp-block-lazyblock-container-1250-not-bg > .wp-block-columns,
.ship-bg > .bg-container > .wp-block-lazyblock-container-1420-not-bg > .wp-block-columns,
.container-bg > .wp-block-lazyblock-container-1420-not-bg > .wp-block-columns {
    position: relative;
    z-index: 4;
}
.ship-bg > div:nth-child(2) p, .ship-bg > div:nth-child(2) ul li {
    font-size: 18px;
    line-height: 24px;
}
.ship-bg > div:nth-child(2) ul li {
    padding-left: 0;
}
.ship-bg > div:nth-child(2) ul li::before {
    display: none;
}
.ship-bg .services p, .ship-bg > div:last-child p {
    font-size: 16px;
    line-height: 20px;
}
.ship-bg .button-wrap {
    margin-top: 20px;
}
.services {
    margin-top: 126px;
    z-index: 2;
}

#fancybox-overlay {
    background: #150200 !important;
    opacity: 0.95 !important;
}
#fancybox-content {
    border: 0 !important;
}

.geography-transportation .bg-container {
    background-size: contain !important;
    background-position: 70% 0px !important;
    padding: 60px 0;
}
.geography-transportation .ghostkit-tabs {
    margin-bottom: 0;
}

#site-navigation {
    position: relative;
    margin: 0 30px;
}
#site-navigation::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #D7D7D7;
    opacity: 0.5;
}

header .button-wrap {
    margin-left: auto;
}

.p-padding p {
    padding-left: 20px;
}

.ghostkit-tabs .ghostkit-tabs-buttons {
    border-bottom: 0;
}
.ghostkit-tabs .ghostkit-tabs-buttons .ghostkit-tabs-buttons-item {
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.2em;
    color: #B3814E;
    background: #EEEEEE;
    padding: 10px 15px;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 0;
    opacity: 1;
}
.ghostkit-tabs .ghostkit-tabs-buttons-item:hover, .ghostkit-tabs .ghostkit-tabs-buttons-item:focus {
    background: #5A160F;
    color: #fff;
}
.ghostkit-tabs .ghostkit-tabs-buttons .ghostkit-tabs-buttons-item.ghostkit-tabs-buttons-item-active {
    background: #B3814E;
    color: #fff;
}

.geography-transportation .ghostkit-tabs .ghostkit-tabs-content ul, .widget-area ul, .site-info ul {
    position: relative;
    padding-left: 0;
}
.geography-transportation .ghostkit-tabs .ghostkit-tabs-content ul::after {
    content: "";
    display: block;
    clear: both;
}
.geography-transportation .ghostkit-tabs .ghostkit-tabs-content ul li {
    font-size: 16px;
    line-height: 20px;
    width: calc(33.33% - 15px);
    padding-right: 15px;
    padding-left: 0 !important;
    margin-bottom: 15px;
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 0;
}
.geography-transportation .ghostkit-tabs .ghostkit-tabs-content ul li::before {
    display: none !important;
}
.geography-transportation .ghostkit-tabs .ghostkit-tabs-content ul li a {    
    
}

.p-top-67 {
    padding-top: 67px;
}

.section-rates .wp-block-table table,
.section-table-containers .wp-block-table table {
    min-width: 630px;
}

.industry-solutions, .services-bg-text {
    position: relative;
}
.industry-solutions .bg-container {
    padding: 18px 0 40px;
}
.industry-solutions .abs-p, .ship-bg .abs-p, .section-history .abs-p, .services-bg-text .abs-p {
    position: absolute;
    font-weight: bold;
    font-size: 150px;
    line-height: 183px;
    text-align: right;
    color: #F1F1F1;
    opacity: 0.8;
    margin: 0;
    bottom: 56px;
    right: 0;
    z-index: 0;
}
.services-bg-text .abs-p {
    z-index: -1;
}
.industry-solutions .wp-block-lazyblock-container-1250-not-bg {
    position: relative;
    z-index: 2;
    padding-top: 18px;
    padding-bottom: 70px;
}

.item-branding > div:not(:last-child) {
    margin-right: 16px;
    margin-left: 15px;
}
.item-branding > div.address {
    margin-left: 30px;
}

.mega-turn:hover circle {
    fill: #711E15;
}

.top-header__search {
    position: absolute;
    width: 100%;
    z-index: 3;
    visibility: hidden;
    left: 100%;
    opacity: 0;
    transition: all 0.3s ease-in;
    top: -5px;
    display: none;
}
.top-header__search-open .close {
    display: none;
    z-index: 4;
    position: absolute;
    right: 6px;
    background: #3C3C3C;
    padding: 0;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    top: -2px;
}
.top-header__search-open {
    width: 21px;
    height: 16px;
    cursor: pointer;
    margin-left: 12px !important;
}
.top-header__search-open.js_active .close {
    display: flex !important;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
}
.top-header__search.js_active {
    opacity: 1;
    left: 0;
    visibility: visible;
    margin-left: 0 !important;
    display: block;
}
.top-header .wrap > div {
    position: relative;
}

.p-top-60 {
    padding-top: 60px;
}

.site-info .wp-block-columns {
    margin-bottom: 0;
}
.site-info {
    border-top: 1px solid #343434;
}

/*.geography-transportation .wp-block-lazyblock-container-1250-not-bg p, */
.industry-solutions .wp-block-lazyblock-container-1250-not-bg p {
    max-width: 350px;
}

input:not([type="submit"]):not([type="file"]):not([type="checkbox"]), textArea {
    background: #FFFFFF;
    border-bottom: 3px solid #D3D3D3;
}
input:not([type="submit"]):not([type="file"]):not([type="checkbox"]):focus, textArea:focus,
input:not([type="submit"]):not([type="file"]):not([type="checkbox"]):active, textArea:active {
    border-bottom: 3px solid #B3814E;
}
.form-delivery {
    background: #FFFFFF;
    -moz-box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.1);
    padding: 75px 20px 50px 125px;
    margin-bottom: 40px;
    
/*
    box-shadow: 0 5px 0 white, 0 0 5px rgba(0,0,0, 0.25);*/
}
.form-delivery input {
    position: relative;
    z-index: 1;
}
.form-delivery input[type="submit"] {
    margin-right: 20px;
}
.form-delivery input:not([type="submit"]):not([type="file"]):not([type="button"]):not([type="checkbox"]), .form-delivery select { 
    height: 44px;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.1em;
    color: #202020;
    padding-left: 10px;
}
.form-delivery input[name="your-from"], .form-delivery input[name="your-to"],
.form-delivery input[name="your-phone"], .form-delivery input[name="your-name"] {
    width: 298px;
}
.form-delivery input[name="your-weight"] {
    width: 100px;
}
.form-delivery input[name="your-lenght"], .form-delivery input[name="your-height"], .form-delivery input[name="your-width"] {
    width: 71px;
}
.form-delivery input[name="your-count-code"], .form-delivery input[name="your-price"] {
    width: 200px;
}
.form-delivery select {
    
}
.form-delivery label:not(.inputfile), .swap-places {
    margin-bottom: 30px;  
}
.form-delivery .inputfile-wrap {
    margin-bottom: 22px;
}
.form-delivery .inputfile::before {
    top: -4px;
}
#fancybox-content label.inputfile {
    margin-bottom: 25px;
}
.form-delivery label span:first-child, 
#order-transportation-2 form label span:first-child,
.form-in-text label span:first-child {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #B3814E;
    display: block;
    margin-bottom: 10px;
}
.form-delivery label.file-field span {
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.1em;
    color: #202020;
}
.form-delivery .wp-block-columns, .form-delivery p:not(.subtitle-form) {
    margin-bottom: 0;
}
.subtitle-form {
    font-size: 22px;
    line-height: 24px;
    color: #202020;
    font-weight: 300;
    margin-bottom: 9px;
}
.form-delivery .pos-rel .wpcf7-spinner, .form-delivery .agreement {
    margin: 0;
}
.form-delivery .agreement {
    max-width: 575px;
}

.section-partners {
    overflow: hidden;
}
.section-partners .wp-block-lazyblock-container-1250-not-bg {
    padding-top: 30px;
}
.section-partners .wp-block-lazyblock-container-1420-not-bg {
    background: url('../images/section-partners-bg.svg') no-repeat;
    background-position: 10px 0px;
    background-size: auto;
    padding-bottom: 40px
}
.section-partners .swiper {
    /*max-width: 1120px;
    margin-left: auto;
    margin-right: 0;*/
    left: 340px;
    position: relative;
}
.section-partners .swiper-wrapper {
    position: relative;
}
.section-partners .swiper-slide {
    position: relative;
}
.section-partners .swiper::after {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    height: calc(100% - 65px);
    width: 250px;
    background: -webkit-gradient(linear, right top, left top, from(#FFFFFF), to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(right, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}
.section-partners .swiper-button-next {
    background: #F7F7F7;
    width: 58px;
    height: 65px;
    margin-left: 40px;
    position: static;
    margin-top: 0;
    color: transparent;
}
.swiper-button {
    position: relative;
    cursor: pointer;
    outline: none;
}
.swiper-button span {
    width: 0;
    height: 0;
    border-style: solid;
    display: block;
    margin: 15px;
    position: absolute;
}
.swiper-button.swiper-button-p span {
    border-width: 17.5px 30px 17.5px 0;
    border-color: transparent #b3804e transparent transparent;
}
.swiper-button.swiper-button-n span {
    border-width: 17.5px 0 17.5px 30px;
    border-color: transparent transparent transparent #b3804e;
}
.swiper-button.swiper-button-p:hover span {
    border-color: transparent #711E15 transparent transparent;
}
.swiper-button.swiper-button-n:hover span {
    border-color: transparent transparent transparent #711E15;
}

.swiper-scrollbar {
    width: 912px;
    height: 1px;
    background: #DFDFDF;
    margin: 4px 0;
}
.swiper-scrollbar-drag {
    width: 200px;
    height: 4px;
    background: #B3814E !important;
}

.swiper-2 {
    max-width: calc(100% - 315px);
    position: relative;
}
.projects-list__item {
    /*max-width: 300px;
    min-width: 205px;*/
    background: #FFFFFF;
    -moz-box-shadow: -20px 20px 50px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: -20px 20px 50px rgba(0, 0, 0, 0.25);
    box-shadow: -20px 20px 50px rgba(0, 0, 0, 0.25);
}
.projects-list__item:not(.swiper-slide-visible) {
    opacity: 0;
    transition: 0.3s;
}
.projects-list__item a {
    text-decoration: none;
}
.projects-list__item a:hover {
    text-decoration: underline;
}
.projects-list__item img {
    width: 100%;
    height: auto;
}
.projects-list__item h3 {
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    color: #000000;
    margin-bottom: 12px;
}
.projects-list__item-excerpt {
    margin-bottom: 23px;
    font-size: 14px;
    line-height: 18px;
    color: #585858;
    font-weight: 300;
}
.swiper-pagination-2 {
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    width: auto !important;
}
.swiper-pagination-2 .sep {
    font-size: 26px;
    line-height: 32px;
    color: #B3814E;
    margin: 0 20px;
}
.projects-list__nav .swiper-button span {
    position: relative;
}
.projects-list__nav .swiper-button.swiper-button-p span {
    border-color: transparent #B3814E transparent transparent;
}
.projects-list__nav .swiper-button.swiper-button-n span {
    border-color: transparent transparent transparent #fff;
}
.swiper-pagination-2 span {
    display: inline-block;
}
.projects-list__nav .swiper-button span {
    margin: 20px;
}
.projects-list__nav .swiper-button-prev-2:hover span {
    border-color: transparent #5A160F transparent transparent;
}
.projects-list__nav .swiper-button-next-2:hover span {
    border-color: transparent transparent transparent #5A160F;
}
.read, .ghostkit-accordion-item-content .read a {
    display: block;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    text-align: right;
    letter-spacing: 0.2em;
    color: #B3814E;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 28px;
}
.read::after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10.15px 0 10.15px 18px;
    border-color: transparent transparent transparent #B3814E;
}
.projects-list__item-content {
    padding: 20px 20px 14px;
    background: #fff;
    position: relative;
}
.projects-list__item-content .read {
    text-transform: uppercase;
}
.read:hover, .read:hover a {
    color: #5A160F;
}
.read:hover::after {
    border-color: transparent transparent transparent #5A160F;
}
/*.projects-list__item-content::after {
    content: '';
    display: block;
    width: 86.5px;
    height: 50px;
    background: url('../images/rectangle-progect.png') center no-repeat;
    background-size: contain;
}*/

.section-form, .section-history {
    overflow: hidden;
    position: relative;
    padding-top: 20px;
}
.section-form .wp-block-lazyblock-container-1420-not-bg::before, .section-history::before {
    content: '';
    display: block;
    background-image: url('../images/form-bg-4.svg');
    background-size: auto;
    background-repeat: no-repeat;
    background-position: top right;
    position: absolute;
    top: 20px;
    right: 0;
    width: 607px;
    height: 352px;
    z-index: 1;
}
.section-history::before {
    background-size: contain;
    height: calc(352px - 80px);
}
.section-form  .wp-block-lazyblock-container-1420-not-bg {
    /*background-image: url('../images/form-bg-1.svg');
    background-size: auto;
    background-repeat: no-repeat;
    background-position: top left;*/
    position: relative;
}
.section-form  .wp-block-lazyblock-container-1250-not-bg {
    background-image: url('../images/form-bg-3.svg'), url('../images/form-bg-2.svg');
    background-size: auto;
    background-repeat: no-repeat;
    background-position: bottom left, bottom left;
}
.section-form .abs-line, .section-order-transportation .abs-line, 
.section-history .abs-line, .contact-form .abs-line {
    right: calc(50% + 720px - 125px + 30px);
    left: auto;
    top: 20px;
}
.section-order-transportation .abs-line, .section-history .abs-line, .contact-form .abs-line {
    top: 40px;
}

.entry-content ol {
    list-style-type: none;
    counter-reset: tidbit-counter;
}
.entry-content ol li::before {
    counter-increment: tidbit-counter;
    content: counter(tidbit-counter);
    display: block;
    left: 0;
    top: 1px;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #B3814E;
    position: absolute;
}
.entry-content ul:not(.blocks-gallery-grid):not(.list-decor):not(.big-list-decor):not(.dedicated-item) li, 
.entry-content ol li,
.list-arrow li {
    position: relative;
    padding-left: 18px !important;
    font-size: 16px;
    line-height: 24px;
}
.entry-content ul:not(.blocks-gallery-grid) li:not(:last-child), ol li:not(:last-child), .list-arrow li {
    margin-bottom: 10px;
}
.section-text ul li::before,
.section-trust ul li::before,
.entry-content ul:not(.blocks-gallery-grid):not(.list-decor):not(.big-list-decor) li::before,
.list-arrow li::after {
    content: '' !important;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 9px;
    border-color: transparent transparent transparent #B3814E;
    position: absolute;
    left: 0;
    top: 6px;
}

.section-files, .section-files  .wp-block-lazyblock-container-1420-not-bg {
    position: relative;
}
.section-files::before, .section-files .wp-block-lazyblock-container-1420-not-bg::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: -1;
    background: #5A160F;
}
.section-files::before {
    background: #5A160F url('../images/file-bg-1.svg');
    background-position: bottom left;
    background-size: auto;
    background-repeat: no-repeat;
}
.section-files::before {
    width: 50%;
}
.section-files .wp-block-lazyblock-container-1420-not-bg::before {
    width: calc(100% - 125px);
}
.section-files .wp-block-lazyblock-container-1420-not-bg {
    background-image: url('../images/file-bg-2.svg');
    background-size: auto;
    background-repeat: no-repeat;
    background-position: top right 125px;
    padding: 44px 55px;
}
.section-files .wp-block-lazyblock-container-1250-not-bg {
    padding-left: 0;
}
.section-files h2 {
    position: relative;
    padding-left: 74px;
    color: #fff;
    margin-bottom: 44px;
}
.section-files h2::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 60px;
    width: 54px;
    background: url('../images/file-h.svg') center no-repeat;
    -webkit-filter: drop-shadow(-20px 20px 50px rgba(0, 0, 0, 0.35));
    filter: drop-shadow(-20px 20px 50px rgba(0, 0, 0, 0.35));
}
.section-files a {
    position: relative;
    color: #fff;
    padding-left: 26px;
    display: inline-block;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.1em;
    text-decoration-line: underline;
} 
.section-files p {
    color: #fff;
}
.section-files a::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 20px;
    width: 18px;
    background: url('../images/file-link.svg') center no-repeat;
} 
.section-files a:hover {
    text-decoration: none;
    color: #F9B571;
}
.section-files a:hover::before {
    background: url('../images/file-link-hover.svg') center no-repeat;
}
.section-files .wp-block-lazyblock-container-1250-not-bg > .wp-block-columns {
    margin-left: 74px;
}
.section-files .wp-block-lazyblock-container-1250-not-bg > .wp-block-columns > .wp-block-column a::after {
    content: '';
    display: block;
    position: absolute;
    left: 26px;
    top: 50%;
    margin-top: -18.5px;
    height: 37px;
    width: 64px;
    background: url('../images/file-item-bg.svg') center no-repeat;
}

header .button {
    padding: 5px 20px;
}

#breadcrumbs {
    margin-bottom: 5px;
}
#breadcrumbs span {
    font-size: 12px;
    line-height: 24px;
    color: #9A9A9A;
}
#breadcrumbs a {
    color: #B3814E;
    margin-right: 10px;
}
#breadcrumbs a span {
    color: #B3814E;
}
#breadcrumbs .breadcrumb_last {
    margin-left: 10px;
}

.section-advantages {
    padding: 32.5px 0;
    counter-reset: advantages;
}
.section-advantages h2 {
    margin-bottom: 25px;
}
.section-advantages h3, .section-advantages .h3,
.section-advantages h3 a, .section-advantages .h3 a {
    font-weight: bold;
    font-size: 30px;
    line-height: 37px;
    margin-bottom: 15px;
    color: #B3814E;
}
.section-advantages h3 a:hover, .section-advantages .h3 a:hover {
    color: #5A160F;
}
.section-advantages .wp-block-column {
    position: relative;
    padding-left: 60px;
}
.section-advantages .wp-block-column::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 40px;
    width: 50px;
    counter-increment: advantages; /* Указываем идентификатор счетчика */
    content: counter(advantages);
    font-size: 40px;
    line-height: 40px;
    color: #C4C4C4;
    white-space: nowrap;
}
.section-advantages .wp-block-column:nth-child(-n+9)::before {
    content: "0" counter(advantages);
}
.section-advantages p, .section-advantages ul li {
    font-size: 14px;
    line-height: 17px;
}

.section-questions {
    padding: 40px 0;
}
.ghostkit-accordion {
    margin-bottom: 0;
}
.ghostkit-accordion .ghostkit-accordion-item {
    background: #FFFFFF;
    -moz-box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.1);
}
.ghostkit-accordion .ghostkit-accordion-item:not(:last-child) {
    margin-bottom: 10px;
}
.ghostkit-accordion-item-collapse {
    font-size: 30px;
}
.ghostkit-accordion-item-collapse svg path {
    fill: #5A160F;
}
.ghostkit-accordion .ghostkit-accordion-item.ghostkit-accordion-item-active .ghostkit-accordion-item-collapse svg path {
    fill: #fff;
}
.ghostkit-accordion-item-heading {
    padding: 18px 55px 18px 30px; 
    overflow: hidden;
}
.ghostkit-accordion-item:hover .ghostkit-accordion-item-heading {
    background: #B3814E;
}
.ghostkit-accordion .ghostkit-accordion-item.ghostkit-accordion-item-active .ghostkit-accordion-item-heading {
    background: #5A160F;
}
.ghostkit-accordion-item-heading .ghostkit-accordion-item-label {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.05em;
    color: #30343B;
    font-weight: 400;
}
.ghostkit-accordion-item.ghostkit-accordion-item-active .ghostkit-accordion-item-heading .ghostkit-accordion-item-label,
.ghostkit-accordion-item:hover .ghostkit-accordion-item-heading .ghostkit-accordion-item-label {
    color: #fff;
}
.ghostkit-accordion-item:hover .ghostkit-accordion-item-collapse svg path {
    fill: #fff;
}
.ghostkit-accordion-item-content {
    padding: 35px 55px 40px;
}
.ghostkit-accordion-item-content .read a {
    padding-right: 0;
    text-decoration: none;
}
.ghostkit-accordion-item-content .read {
    display: inline-block;
}

.section-examples {
    padding: 42.5px 0;
}
.section-examples table td {   
    border-bottom: 2px solid #ECDFD1;
    font-size: 14px;
    line-height: 22px;
    padding-top: 10px;
}
.section-examples table td:last-child { 
    font-weight: bold;
    text-align: right;
    color: #000000;
}
.section-examples .ghostkit-grid-inner {
    margin-left: -60px;
}
.section-examples .ghostkit-grid-inner .ghostkit-col {
    margin-left: 80px;
    -ms-flex-preferred-size: calc(100% - 80px);
    flex-basis: calc(100% - 80px);
}
.arrow-after {
    background: url('../images/arrow-after.svg') center right no-repeat;
    padding-right: 30px;
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 15px;
    display: inline-block;
}

table { 
    width: 100%;
}

.section-rates {
    padding: 10px 0 32.5px;
}
.section-rates table th, .section-rates table td {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #202020;
    padding: 13px 30px;
    border: 1px solid #EFF4F8;
}
.section-rates table th {
    font-weight: bold;
    background: #F1F1F1;
}
.section-rates .panel-body table th {
    border: 0;
    border-bottom: 1px solid #c3c4c5;
    text-align: left;
    background: transparent;
}
.section-rates .panel-body table th, 
.section-rates .panel-body table td {
    font-size: 0.8em;
    text-align: left;
}
.section-rates .wp-block-columns, .section-rates .wp-block-table {
    margin-bottom: 0;
}

.wp-block-image.box-shadow img {
    -moz-box-shadow: -20px 20px 50px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: -20px 20px 50px rgba(0, 0, 0, 0.25);
    box-shadow: -20px 20px 50px rgba(0, 0, 0, 0.25);
}

.days-delivery, .days-delivery .wp-block-columns, .days-delivery .wp-block-columns .wp-block-image {
    margin-bottom: 0;
}
.days-delivery .wp-block-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.days-delivery .wp-block-columns .wp-block-column {
    margin-left: 13px;
}
.days-delivery .wp-block-columns .wp-block-column p {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0;
}

.widget-area > div > div:first-child {
    flex-basis: 33.33%;
}
.widget-area > div > div:last-child {
    flex-basis: 66.66%;
}

.box-s {
    position: relative;
    background: #FFFFFF;
    -moz-box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.1);
    left: 15px;
}
.box-s::after {
    content: "";
    display: block;
    position: absolute;
    width: 99999px;
    height: 100%;
    top: 0;
    left: 100%;
    -moz-box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.1);
    clip-path: inset(-50px -50px -50px 0px);
    background: #FFFFFF;
}

/*.section-order-transportation {
    position: relative;
}
.section-order-transportation::before {
    content: "";
    display: block;
    position: absolute;
    width: 606px;
    height: 350px;
    top: 0;
    right: 0;
    background-image: url('../images/order-transportation-bg-3.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}*/

body .wpcf7 form.sent .wpcf7-response-output {
    border: 0;
    padding: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #9C6E40;
    margin-top: 10px;
    margin-left: 0;
}
body .wpcf7 form.invalid .wpcf7-response-output, 
body .wpcf7 form.unaccepted .wpcf7-response-output, 
body .wpcf7 form.payment-required .wpcf7-response-output {
    border: 0;
    padding: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: red;
    margin-top: 10px;
    margin-left: 0;
}
body .wpcf7-not-valid-tip {
    color: red;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    margin-top: 6px;
}

.section-history {
    padding: 40px 0;
    position: relative;
}
.section-history::before {
    top: 40px;
}
.section-history h2 {
    margin-bottom: 15px;
}
.section-history h3 {
    margin-bottom: 5px;
}
.section-history p {
    font-size: 14px;
    line-height: 17px;
    color: #000000;
}
.history-slider__years {
    
}
.history-slider__year, .history-slider__years .separator {
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #B3814E;
}
.history-slider__year.active {
    text-decoration: underline;
}
.history-slider__years .separator {
    margin: 0 20px;
}
.section-history > .wp-block-lazyblock-container-1420-not-bg {
    position: relative;
}
.history-box {
    padding: 75px 0 60px 125px;
    background-image: url('../images/history-bg-2.svg');
    background-repeat: no-repeat;
    background-position: bottom left;
}
.history-slider-wrap {
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.history-slider-wrap > .wp-block-columns {
    margin-bottom: 0;
}
.history-slider__text {
    font-size: 14px;
    line-height: 17px;
}
.section-history .swiper-button span {
    position: relative;
    margin: 0;
}
.section-history .swiper-button-p {
    margin-right: 20px;
    border-width: 15px 26px 15px 0;
}
.section-history .swiper-button-n {
    margin-left: 20px;
    border-width: 15px 0 15px 26px;
}

.section-order-transportation {
    padding: 40px 0 80px;
    overflow: hidden;
    position: relative;
}
/*.section-order-transportation .wp-block-lazyblock-container-1420-not-bg {
    background-image: url('../images/order-transportation-bg-1.svg');
    background-size: auto;
    background-repeat: no-repeat;
    background-position: top left;
}*/
.section-order-transportation .wp-block-lazyblock-container-1420-not-bg .wp-block-lazyblock-container-1250-not-bg {
    background-image: url('../images/order-transportation-bg-2.svg'), url('../images/order-transportation-bg-3.svg');
    background-size: auto;
    background-repeat: no-repeat;
    background-position: bottom left, top right;
}
.section-order-transportation input {
    border: 0;
    padding: 10px 30px 10px 0;
    width: 100%;
}
.section-order-transportation label {
    margin-bottom: 15px;
}
.section-order-transportation span:not(.wpcf7-not-valid-tip) {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #B3814E;
    display: block;
    margin-bottom: 10px;
}
.section-order-transportation p {
    font-size: 22px;
    line-height: 26px;
    color: #000000;
}
.section-order-transportation .button-wrap {
    margin-top: 30px;
}
.section-order-transportation .box-s {
    padding: 75px 0 52px 125px;
}
.section-order-transportation .button {
    border-radius: 10px;
    padding: 10px 25px;
}

.swap-places, input[type="button"] {
    cursor: pointer; 
}
.swap-places {
    width: 50px;
    height: 44px;
    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;
}
.swap-places:hover svg path:first-child {
    fill: #DDDDDD;
}
.swap-places:hover svg path:last-child {
    fill: #B3814E;
}

.btns-num {
    position: absolute;
    z-index: 2;
    top: 50%;
    margin-top: -13.5px;
    right: 15px;
}
.minus, .plus {
    padding: 0 !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    display: block;
    width: 0 !important;
    height: 0 !important;
    border-style: solid !important;
}
.minus {
    border-width: 11px 5px 0 5px !important;
    border-color: #eaeaea transparent transparent transparent !important;   
}
.plus {   
    border-width: 0 5px 11px 5px !important;
    border-color: transparent transparent #c5c5c5 transparent !important;
    margin-bottom: 5px !important;
}

.flex-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.section-trust {
    padding: 32.5px 0 40px;
}
.section-trust p {
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    margin-bottom: 15px;
}
.section-trust ul {
    padding-left: 40px;
}
.section-trust ul li {
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    padding-left: 18px;
    position: relative;
}
.section-trust ul li:not(:last-child) {
    margin-bottom: 10px;
}

.section-services-ved {
    padding: 15px 0 32.5px;
}
.services-ved .wp-block-image {
    margin-bottom: 5px;
}
.services-ved p {
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #202020;
}
.services-ved {
    padding-left: 175px;
}

.section-table-containers {
    padding: 42.5px 0 40px;
}
.section-table-containers .wp-block-table {
    background: #FFFEFE;
    border: 1px solid #E4E4E4;
    padding: 45px 45px 40px; 
    overflow-x: auto; 
}
.section-table-containers table {
   min-width: 600px;
}
.section-table-containers table tr:last-child th:first-child {
    line-height: 17px;
}
.section-table-containers table tr:last-child th:not(:first-child) {
    font-size: 12px;
    line-height: 15px;
}
.section-table-containers table tr:first-child th {   
    font-size: 12px;
    line-height: 15px;
    color: #727272;
}
.section-table-containers table tr:first-child th,
.section-table-containers table td:nth-last-child(-n+3) {
    font-weight: bold;
}
.section-table-containers table tr:first-child th:nth-child(1),
.section-table-containers table tr:first-child th:nth-last-child(-n+3) {   
    font-size: 14px;
    line-height: 17px;
    color: #202020;
}
.section-table-containers table tr:last-child th,
.section-table-containers table td {
    color: #000;
    font-weight: 300;
}
.section-table-containers table tr:last-child th:first-child,
.section-table-containers table td {
    font-size: 14px;
}
/*.section-table-containers table th:nth-child(1),
.section-table-containers table th:nth-last-child(-n+3),
.section-table-containers table td {
    width: 
}*/
.section-table-containers table td {
    border-bottom: 2px solid #ECDFD1;
    line-height: 22px;
    padding-top: 20px;
}
.section-table-containers table th,
.section-table-containers table td {
    text-align: left;
    vertical-align: top;
    min-width: 60px;
    padding: 12px 10px;
}
.section-table-containers table td {
    vertical-align: middle;
    font-size: 12px;
}
/*.section-table-containers table th:not(:last-child),
.section-table-containers table td:not(:last-child),
.section-table-containers table thead tr:last-child th:last-child{
    border-right: 2px solid #ECDFD1;
}*/
.section-table-containers table thead tr:last-child th {
    padding-top: 10px;
}
.section-table-containers table td:not(:first-child) {
    border-left: 2px solid #ECDFD1;
}

/*.section-table-containers table thead tr:first-child th:nth-child(2),
.section-table-containers table thead tr:last-child th:nth-child(2),
.section-table-containers table tbody tr td:nth-child(2){
    padding-left: 30px;
}
.section-table-containers table thead tr:last-child th:nth-child(4),
.section-table-containers table tbody tr td:nth-child(4){
    padding-right: 25px;
}
.section-table-containers table tbody tr td:nth-child(4){
    border-right: 2px solid #ECDFD1;
}
.section-table-containers table thead tr:first-child th:nth-child(3),
.section-table-containers table thead tr:last-child th:nth-child(5),
.section-table-containers table tbody tr td:nth-child(5){
    padding-left: 25px;
}
.section-table-containers table thead tr:last-child th:nth-child(7),
.section-table-containers table tbody tr td:nth-child(7){
    padding-right: 25px;
}
.section-table-containers table tbody tr td:nth-child(7){
    border-right: 2px solid #ECDFD1;
}
.section-table-containers table thead tr:first-child th:nth-child(4),
.section-table-containers table thead tr:last-child th:nth-child(8),
.section-table-containers table tbody tr td:nth-child(8){
    padding-left: 25px;
}
.section-table-containers table thead tr:last-child th:nth-child(9),
.section-table-containers table tbody tr td:nth-child(9){
    padding-right: 25px;
}
.section-table-containers table tbody tr td:nth-child(9){
    border-right: 2px solid #ECDFD1;
}
.section-table-containers table thead tr:first-child th:nth-child(5),
.section-table-containers table thead tr:last-child th:nth-child(10),
.section-table-containers table tbody tr td:nth-child(10){
    padding-right: 20px;
    padding-left: 20px;
}
.section-table-containers table thead tr:last-child th:nth-child(10),
.section-table-containers table tbody tr td:nth-child(10){
    border-right: 2px solid #ECDFD1;
}
.section-table-containers table thead tr:first-child th:nth-child(6),
.section-table-containers table thead tr:first-child th:nth-child(7),
.section-table-containers table thead tr:first-child th:nth-child(8),
.section-table-containers table tbody tr td:nth-child(11),
.section-table-containers table tbody tr td:nth-child(12),
.section-table-containers table tbody tr td:nth-child(13) {
    padding-left: 30px;
}*/
/*.section-table-containers table tbody tr td:not(:first-child) {
    white-space: nowrap;
}*/
.section-table-containers table tbody tr td:nth-child(1){
    width: 174px;
}
.section-table-containers table tbody tr td:nth-child(11){
    width: 133px;
    min-width: 133px;
}
.section-table-containers table tbody tr td:nth-child(12){
    width: 123px;
    min-width: 123px;
}
.section-table-containers table tbody tr td:nth-child(13){
    width: 96px;
    min-width: 96px;
}

.section-related-services {
    padding: 42.5px 0 30px;
}
.section-related-services h2 {
    margin-bottom: 32px;
}
.section-related-services .related-item, body .rc-card {
    background: #FFFFFF;
    /*-webkit-box-shadow: -20px 20px 50px rgba(0, 0, 0, 0.25);
    box-shadow: -20px 20px 50px rgba(0, 0, 0, 0.25);*/
    padding: 20px 20px 15px;   
    position: relative;
    background: -o-linear-gradient(120deg, transparent 50px, #FFF 0);
    background: linear-gradient(-30deg, transparent 50px, #FFF 0);
    -webkit-filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.25));
    -moz-filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.25));
    filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.25));
    max-width: 300px;
    margin-bottom: 40px;
}
.section-related-services .wp-block-columns {
    margin-bottom: 0;
}
/*.section-related-services .related-item::after, 
.section-related-services .related-item::before {
    content: "";
    position: absolute;
    left: 0; 
    right: 0;
    bottom: 100%;
    border-bottom: 15px solid blue;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
}
.section-related-services .related-item::before{
    border-left: 15px solid blue;
}
.section-related-services .related-item::after{
    border-left: 15px solid #fff;
}
.section-related-services .related-item::after {
    bottom: auto;
    top: 100%;
    border-bottom: none;
    border-top: 15px solid #fff;
    -webkit-box-shadow: -20px 20px 50px rgba(0, 0, 0, 0.25);
    box-shadow: -20px 20px 50px rgba(0, 0, 0, 0.25);
}*/
.related-item .related-title,
body .route-title {
    margin-bottom: 26px;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
}
.related-item table,
body .rc-card table {
    width: 100%;
}
.related-item .wp-block-table,
body .rc-card table {
    margin-bottom: 11px;
}
.related-item table td {
    
}
.related-item table tr td:first-child,
body .rc-card table tr td:first-child {
    font-size: 14px;
    line-height: 18px;
    color: #585858;
    font-weight: 300;
}
.related-item table tr td:last-child, 
body .rc-card table tr td:last-child {
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    text-align: right;
    color: #000000;
}
.section-related-services .related-item .button-wrap {
    
}
.related-item .button, 
body .rc-card .order-route {
    position: relative;
    left: -20px;
    padding: 5px 20px;
}
/*.related-item .button:hover,
body .rc-card .order-route:hover {
    background: -o-linear-gradient(357.25deg, #711E15 0.51%, #5A160F 97.97%);
    background: linear-gradient(92.75deg, #711E15 0.51%, #5A160F 97.97%);
}*/

.section-text {
    padding: 30px 0 40px;
    overflow: hidden;
}
.section-text p {
    font-size: 18px;
    line-height: 20px;
    color: #202020;
    margin-bottom: 15px;
}
.section-text ul {
    padding-left: 20px;
}
.section-text ul li {
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    font-weight: normal;
    padding-left: 18px;
    position: relative;
}

 .section-text .box-bg ul li:last-child{
    margin-bottom: 0 !important;
}
.section-text ul li:not(:last-child) {
    margin-bottom: 10px;
}
.section-text ul li::before,
.section-trust ul li::before {
    border-color: transparent transparent transparent #B3814E !important;
    border-width: 5.1px 0 5.1px 8.5px !important;
}

.box-bg  {
    position: relative;
    background: #F1F1F1;
    padding: 60px 0 60px 74px;
}
.box-bg::after {
    content: "";
    display: block;
    position: absolute;
    width: 99999px;
    height: 100%;
    top: 0;
    left: 100%;
    background: #F1F1F1;
}

.box-bg .wp-block-columns{
    margin-bottom: 0;
}

.gallery-slider {
    margin-bottom: 50px;
}
.gallery-slider .swiper-slide {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: .3s;
}
.gallery-slider .swiper-slide:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.gallery-slider .swiper-slide img {
    display: block;
    margin: auto;
    width: 100%;
}

.search-content {
    padding-top: 50px;
    padding-bottom: 110px;
}
.search-content h1 {
    margin-bottom: 16px;
}
.search-content .search-content__form {
    margin-bottom: 35px;
}
.search-content ul {
    padding-left: 20px;
}
.search-content.entry-content ul li:not(:last-child) {
    margin-bottom: 30px;
}
.search-content.entry-content ul li::before {
    top: 10px !important;
}
.search-form {
    position: relative;
}
.search-form input[type="submit"] {
    background: transparent url(../images/search-btn.svg) center no-repeat !important;
    background-size: contain;
    position: absolute;
    border: 0;
    width: 21px;
    height: 16px;
    left: 19px;
    top: 50%;
    margin-top: -8px;
    padding: 0;
}
.search-form input[type="text"] {
    background: #FFFFFF;
    -moz-box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.1);
    border-radius: 50px;
    width: 100%;
    padding: 19px 20px 19px 50px;
}
.search-content__form-container {
    padding-left: 25px;
}
.search-content__form-container li a {
    font-size: 25px;
    line-height: 30px;
    text-decoration-line: underline;
    color: #000000;
}
.search-content__form-container li a:hover {
    text-decoration-line: none;
}
.search-content__form .search-form input[type="text"]::-webkit-input-placeholder {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #202020;
}
.search-content__form .search-form input[type="text"]::-ms-input-placeholder {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #202020;
}
.search-content__form .search-form input[type="text"]::-ms-input-placeholder {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #202020;
}
.search-content__form .search-form input[type="text"]::-moz-placeholder {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #202020;
}
.search-content__form .search-form input[type="text"] {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #202020;
    padding: 15.5px 20px 15.5px 50px;
}
.no-result {
    font-weight: normal;
    font-size: 25px;
    line-height: 30px;
    color: #000000;
}
.no-result a {
    text-decoration-line: underline;
    color: #5A160F;
}

.ddsg-wrapper ul li a {
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    text-decoration-line: underline;
    color: #5A160F;
}
.ddsg-wrapper ul li a:hover, .no-result a:hover {
    text-decoration-line: none;
}
.ddsg-wrapper ul {
    padding-left: 0;
}
.ddsg-wrapper ul li {
    margin-bottom: 20px !important;
}
.ddsg-wrapper ul li ul {
    margin-top: 20px;
}
.ddsg-wrapper ul li::before {
    top: 8px !important;
}

.top-header__search .search-form input[type="text"] {
    padding: 10px 20px 10px 50px;
}
.top-header__search.js_active .search-form input[type="text"] {
    -moz-box-shadow: 15px 0px 25px #202020;
    -webkit-box-shadow: 15px 0px 25px #202020;
    box-shadow: 15px 0px 25px #202020;
}
.top-header__search {
    
}

.section-team .section-team__content .wp-block-columns {
    margin-bottom: 0;
}
.section-team__content {
    padding-left: 20px;
    margin-bottom: 40px;
}
.section-team p {
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #202020;
}
.team-item {
    background: transparent;
    margin-bottom: 40px;
}
.team-item img {
    width: 100%;
    height: auto;
}
.team-item .team-title {
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    color: #000000;
    margin-bottom: 5px;
    margin-top: 0px;
}
.team {
    background: -o-linear-gradient(120deg, transparent 50px, #FFF 0);
    background: linear-gradient(-30deg, transparent 50px, #FFF 0);
    -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.25));
    -moz-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.25));
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.25));
}
.team-item p {
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0;
    color: #585858;
}
.team-content {
    padding: 30px 20px 38px;
}
.team .wp-block-image {
    margin-bottom: 0;
}

.section-job {
    padding-bottom: 100px;
}
.section-job p {
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #202020;
}
.ghostkit-accordion-item-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #202020;
}
body svg.ghostkit-svg-icon {
    font-size: 36px;
}

.section-ved-services {
    padding-top: 32.5px;
    padding-bottom: 32.5px;
}
.ved-services {
    margin-left: 175px;
}

.contact-city a, .contact-city span {
    display: block;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
}
.contact-form .title-form {
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 27px;
}
.contact-form input:not([type="submit"]):not([type="file"]):not([type="checkbox"]) {
    width: 100%;
    max-width: 300px;
}
.contact-form textArea {
    width: 100%;
}
.contact-form form {
    max-width: 940px;
}
.contact-form .agreement {
    max-width: 408px;
}
.contact-form .d-flex label:not(:last-child), .contact-form .d-flex > div:not(:last-child) {
    margin-right: 20px;
}
.contact-maps .wp-block-lazyblock-container-1420-not-bg {
    position: relative; 
}
.contact-form input[type="submit"] {
    padding: 10px 24px;
    background: -o-linear-gradient(357.25deg, #B3814E 0.51%, #945E27 97.97%);
    background: linear-gradient(92.75deg, #B3814E 0.51%, #945E27 97.97%);
}
.contact-maps {
    overflow: hidden;
    margin-top: 40px;
}
.contact-maps .wp-block-column > ymaps {
    position: absolute;
}
.contact-maps .wp-block-lazyblock-container-1250-not-bg {
    min-height: 400px;
    margin-bottom: 80px;
}
.contact-form {
    padding-bottom: 80px;
    position: relative;
}
.inputfile-wrap {
    margin-left: auto;
}

.site-mega-navigation__container {
    padding: 60px 30px;
    position: relative;
}
#site-mega-navigation ul {
    padding-left: 0;
}
#site-mega-navigation .sub-menu, #site-mega-navigation a:not([href]), #site-mega-navigation li,
#site-mega-navigation .title-a > a {
    margin-bottom: 10px;
}
#site-mega-navigation .sub-menu {
    padding-left: 15px;
}
#site-mega-navigation .sub-menu .sub-menu {
    margin-top: 10px;
}
#mega-menu > li, #main-navigation-mobile > ul > li {
    padding-right: 70px;
    margin-bottom: 20px;
}
#site-mega-navigation a {
    font-size: 16px;
    line-height: 24px;
    color: #F9B571;
    text-decoration: none;
}
#site-mega-navigation a:hover {
    text-decoration: underline;
}
#site-mega-navigation a:not([href]):not([aria-current]), 
#site-mega-navigation .title-a > a {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #F9B571;
    display: block;
}
.call-back-mobile, .main-navigation-mobile {
    display: none;
}
#site-mega-navigation .call-back-mobile {
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 0;
}

.my-ghostkit-tabs {
    
}
.contacts-container .my-ghostkit-tabs .my-ghostkit-tabs-buttons {
    width: calc(66.66% - 20px);
    margin-left: auto;
    text-align: left;
    padding-left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px;
   
}
.my-ghostkit-tabs .my-ghostkit-tabs-buttons .my-ghostkit-tabs-buttons-item:not(.my-ghostkit-tabs-buttons-item-active) {
    
}
.my-ghostkit-tabs .my-ghostkit-tabs-buttons .my-ghostkit-tabs-buttons-item {
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.2em;
    color: #B3814E;
    background: #EEEEEE;
    padding: 10px 15px;
    margin-right: 20px;
    margin-bottom: 10px;
    border-radius: 0;
    text-decoration: none;
}
.my-ghostkit-tabs .my-ghostkit-tabs-buttons .my-ghostkit-tabs-buttons-item:not(.my-ghostkit-tabs-buttons-item-active):hover {
    background: #711E15;
    color: #fff;
}
.my-ghostkit-tabs .my-ghostkit-tabs-buttons .my-ghostkit-tabs-buttons-item.my-ghostkit-tabs-buttons-item-active {
    background: #B3814E;
    color: #fff;
}
.my-ghostkit-tabs .my-ghostkit-tabs-buttons .my-ghostkit-tabs-buttons-item svg {
    margin-right: 10px;
    position: relative;
    top: 3px;
}
.my-ghostkit-tabs .my-ghostkit-tabs-buttons .my-ghostkit-tabs-buttons-item svg path {
    fill: #B3814E;
}
.my-ghostkit-tabs .my-ghostkit-tabs-buttons .my-ghostkit-tabs-buttons-item svg circle {
    fill: #EEEEEE;
}
.my-ghostkit-tabs .my-ghostkit-tabs-buttons .my-ghostkit-tabs-buttons-item.my-ghostkit-tabs-buttons-item-active svg path {
    fill: #fff;
}
.my-ghostkit-tabs .my-ghostkit-tabs-buttons .my-ghostkit-tabs-buttons-item.my-ghostkit-tabs-buttons-item-active svg circle {
    fill: #B3814E;
}
.my-ghostkit-tabs .my-ghostkit-tabs-buttons .my-ghostkit-tabs-buttons-item:not(.my-ghostkit-tabs-buttons-item-active):hover svg path {
    fill: #fff;
}
.my-ghostkit-tabs .my-ghostkit-tabs-buttons .my-ghostkit-tabs-buttons-item:not(.my-ghostkit-tabs-buttons-item-active):hover svg circle {
    fill: #711E15;
}
.my-ghostkit-tabs-content {
    position: relative;
}
.my-ghostkit-tab {
    position: absolute;
    width: 100%;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    border: 0;
    opacity: 0;
}
.my-ghostkit-tab-active {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
    opacity: 1;
}

.logistics-scheme p {
    font-size: 16px;
    line-height: 20px;
    color: #000000;
}

.section-about-company ul {
    padding-left: 0;
}

.abs-line {
    display: block;
    width: 1441px;
    height: 830px;
    background: url('../images/abs-line.svg') center no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 0;
    left: calc(50% + 720px - 125px);
}


/* 3d card */
.tariffCards__wrap {
    display: grid;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    position: relative;
    min-height: 500px;
}
.tariffCards {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -180px 0 0 -140px;
    user-select: none;
    transform: translate3d(0,0,0);
    transform-style: preserve-3d;
}
.tariffCards::after {
    position: absolute;
    bottom: -27px;
    left: 5%;
    content: '';
    width: 65%;
    height: 10px;
    border-radius: 100%;
    background-image: radial-gradient(rgba(#223254,.04),rgba(#223254,0));
}
.tariffCards > div {
    position: relative;
    width: 280px;
    height: 140px;
    border-radius: 12px;
    color: white;
    transform: rotateX(45deg) rotateY(-15deg) rotate(45deg);
    transition: all .4s ease;
    overflow: hidden;
    cursor: pointer;
}
.tariffCards > div::after {
    position: absolute;
    top: -70px;
    left: 0;
    content: '';
    width: 200%;
    height: 200%;
    background-image: linear-gradient(60deg, rgba(white,0) 20%, rgba(white,.1), rgba(white,0) 80%);
    transform: translateX(-100%);
}
.tariffCards div  img {
    margin-top: 15px;
    pointer-events: none;
}
.tariffCards h3 {
    position: absolute;
    bottom: 28px;
    left: 15px;
    font-size: 18px;
    font-weight: 800;
}
.tariffCards span {
    position: absolute;
    font-weight: 700;
    bottom: 15px;
    left: 15px;
    font-size: 12px;
    font-weight: 600;
    opacity: .8;
}
.economy {
    margin-top: 0;
    z-index: 3;
    background-color: #8063E1;
    background-image: linear-gradient(135deg, #BD7BE8, #8063E1);
    -moz-box-shadow: 20px 20px 60px rgba(#223254,.5), 1px 1px 0px 1px #8063E1;
    -webkit-box-shadow: 20px 20px 60px rgba(#223254,.5), 1px 1px 0px 1px #8063E1;
    box-shadow: 20px 20px 60px rgba(#223254,.5), 1px 1px 0px 1px #8063E1;
}
.premiumeconomy {
    margin-top: -70px;
    z-index: 2;
    background-color: #3F58E3;
    background-image: linear-gradient(135deg, #7F94FC, #3F58E3);
    -moz-box-shadow: 20px 20px 60px rgba(#223254,.5), 1px 1px 0px 1px #3F58E3;
    -webkit-box-shadow: 20px 20px 60px rgba(#223254,.5), 1px 1px 0px 1px #3F58E3;
    box-shadow: 20px 20px 60px rgba(#223254,.5), 1px 1px 0px 1px #3F58E3;
}
.business {
    margin-top: -70px;
    z-index: 1;
    background-color: #2C6FD1;
    background-image: linear-gradient(135deg, #21BBFE, #2C6FD1);
    -moz-box-shadow: 20px 20px 60px rgba(#223254,.5), 1px 1px 0px 1px #2C6FD1;
    -webkit-box-shadow: 20px 20px 60px rgba(#223254,.5), 1px 1px 0px 1px #2C6FD1;
    box-shadow: 20px 20px 60px rgba(#223254,.5), 1px 1px 0px 1px #2C6FD1;
}
.first {
    margin-top: -70px;
    background-color: #352F64;
    background-image: linear-gradient(135deg, #415197, #352F64);
    -moz-box-shadow: 5px 5px 60px rgba(#223254,.1), 1px 1px 0px 1px #352F64;
    -webkit-box-shadow: 5px 5px 60px rgba(#223254,.1), 1px 1px 0px 1px #352F64;
    box-shadow: 5px 5px 60px rgba(#223254,.1), 1px 1px 0px 1px #352F64;
}
.tariffCards > div:hover {
    transform: rotateX(30deg) rotateY(-15deg) rotate(30deg) translate(-25px, 50px);
}
.tariffCards > div:hover::after {
    transform: translateX(100%);
    transition: all 1.2s ease-in-out;
}
.tariffCards a {
    position: fixed;
    bottom: 20px;
    right: 20px;
    color: #0077FF;
    font-size: 14px;
    font-weight: 700;
    width: 126px;
    height: 22px;
}

.layers__wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    background: 
    radial-gradient(circle, white, transparent), 
    linear-gradient(45deg, #c9faff, #c9faff);
}

.layers {
    width: 400px;
    max-width: 100%;
    margin: 0 auto;
    overflow: visible;

    g {
        transform: translateX(var(--offset-x)) translateY(var(--offset-y)) translateZ(var(--offset-z));
        transition: transform 0.2s ease-out;
        animation: hover 2s infinite;

        &:nth-of-type(2) {
          animation-delay: 0.2s;
        }

        &:nth-of-type(3) {
          animation-delay: 0.4s;
        }

        &:nth-of-type(4) {
          animation-delay: 0.6s;
        }
    }

    text {
        font-weight: bold;
        transform: skew(-68deg, 22deg) translate(calc(49px * var(--size) / 100), calc(7px * var(--size) / 100)) scaleY(0.5);
        fill: rgba(white, 0.8);
    }

    path:nth-child(2) {
        fill: rgba(black, 0.3);
    }

    path:nth-child(3) {
        fill: rgba(white, 0.3);
    }
}

@keyframes hover {
    0%, 100% {
        transform: translateX(var(--offset-x)) translateY(var(--offset-y)) translateZ(var(--offset-z));
    }
    50% {
        transform: translateX(var(--offset-x)) translateY(calc(var(--offset-y) + 3px)) translateZ(var(--offset-z));
    }
}

#order-transportation-2 .inputfile::before {
    max-width: 130px;
}

.strong {
    font-weight: bold;
}