/*!
Theme Name: sarmat
Theme URI: https://t.me/xenia4715
Author: Xenia
Author URI: https://t.me/xenia4715
*/
* {
    padding: 0;
    margin: 0
}

html,
body {
    overflow-x: hidden
}

body {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 29px;
    color: #4d4d4d;
    background: #f8f8f8
}

button {
    border: none;
    outline: none;
    cursor: pointer;
    font-family: inherit;
    transition: all .3s;
    font-size: inherit;
    color: inherit
}

a {
    font-family: inherit;
    color: inherit;
    transition: all .3s;
    text-decoration: none
}

a:hover {
    color: #f02d00
}

svg,
path,
circle,
rect {
    transition: all .3s
}

img {
    max-width: 100%;
    max-height: 100%
}

h1 {
    font-size: 60px;
    line-height: 72px;
    font-weight: 900;
    color: #333
}

h2 {
    font-size: 50px;
    line-height: 62px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px
}

h3 {
    font-size: 50px;
    line-height: 62px;
    font-weight: 700;
    color: #333;
    margin-bottom: 25px
}

p {
    margin-bottom: 20px
}

p:last-child {
    margin-bottom: 0
}

ul,
ol {
    padding: 0;
    margin: 0;
    list-style: none
}

li {
    margin-bottom: 15px
}

li:last-child {
    margin-bottom: 0
}

.no-scroll {
    overflow: hidden
}

.hidden {
    display: none
}

.p-100 {
    padding: 100px 0;
    box-sizing: border-box
}

.pt-100 {
    padding-top: 100px;
    box-sizing: border-box
}

.pb-100 {
    padding-bottom: 100px;
    box-sizing: border-box
}

.p-75 {
    padding: 50px 0;
    box-sizing: border-box
}

.pt-75 {
    padding-top: 75px;
    box-sizing: border-box
}

.pb-75 {
    padding-bottom: 75px;
    box-sizing: border-box
}

.p-50 {
    padding: 50px 0;
    box-sizing: border-box
}

.pt-50 {
    padding-top: 50px;
    box-sizing: border-box
}

.pb-50 {
    padding-bottom: 50px;
    box-sizing: border-box
}

.m-100 {
    margin: 100px 0;
    box-sizing: border-box
}

.mt-100 {
    margin-top: 100px;
    box-sizing: border-box
}

.mb-100 {
    margin-bottom: 100px;
    box-sizing: border-box
}

.m-75 {
    margin: 75px 0;
    box-sizing: border-box
}

.mt-75 {
    margin-top: 75px;
    box-sizing: border-box
}

.mb-75 {
    margin-bottom: 75px;
    box-sizing: border-box
}

.btn-yellow {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    max-width: 375px;
    width: 100%;
    height: 70px;
    background: #f8b600;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #fff
}

.btn-yellow:hover {
    color: #fff;
    background: #ff8c00
}

.btn-red {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    padding: 0 40px;
    box-sizing: border-box;
    height: 70px;
    background: #ee1c25;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    cursor: pointer
}

.btn-red:hover {
    color: #fff;
    background: #e30000
}

.btn-white {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    max-width: 300px;
    width: 100%;
    height: 60px;
    background: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #000
}

.btn-white:hover {
    color: #fff;
    background: #000
}

.line-btn {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-top: 40px
}

.line-btn p {
    color: #222;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    margin: 0
}

.line-btn a,
.line-btn button {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #222;
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    border: none;
    background: 0 0;
    outline: none;
    cursor: pointer
}

.line-btn a span,
.line-btn button span {
    display: block;
    box-sizing: border-box;
    border-bottom: 2px solid #b7b7b7;
    position: relative
}

.line-btn a i,
.line-btn button i {
    transition: all .3s
}

.line-btn a span:before,
.line-btn button span:before {
    content: '';
    left: 0;
    bottom: -2px;
    width: 20px;
    height: 2px;
    background: #ee1c25;
    position: absolute;
    transition: all .3s
}

.line-btn a:hover i,
.line-btn button:hover i {
    transform: translateX(5px)
}

.line-btn a:hover span:before,
.line-btn button:hover span:before {
    width: 100%
}

.title {
    margin-bottom: 50px;
    max-width: 810px;
    width: 100%
}

.title.center {
    margin: 0 auto;
    margin-bottom: 50px;
    text-align: center
}

.title-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 30px
}

.title-row__desc {
    max-width: 810px;
    width: 100%
}

.bottom-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 70px
}

.bottom-btn .line-btn {
    margin-top: 0
}

.breadcrumb {
    padding-top: 20px
}

.breadcrumb a {
    color: #555;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    transition: all .3s
}

.breadcrumb span {
    color: #555;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    transition: all .3s
}

.breadcrumb a:hover span {
    color: #ee1c25
}

.sep {
    display: inline-block;
    margin: 0 10px;
    background-image: url(/wp-content/uploads/2024/03/sep.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 7px;
    height: 9px
}

.container {
    max-width: 1410px;
    width: 100%;
    margin: 0 auto
}

.header {
    background: #404040;
    color: #fff;
    position: relative;
    z-index: 25
}

.header__call {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px
}

.header__call a {
    font-size: 20px;
    font-weight: 600
}

.modal-call {
    background: 0 0;
    color: #dfdfdf;
    font-size: 14px
}

.home .header,
.page-template-service .header,
.page-template-about .header {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .2);
    background: rgba(43, 43, 42, .5)
}

.home .header .menu-item-has-children .rect-line,
.page-template-service .header .menu-item-has-children .rect-line,
.page-template-about .header .menu-item-has-children .rect-line {
    fill: #fff
}

.header-top {
    padding-top: 15px;
    padding-bottom: 9px;
    box-sizing: border-box;
    border-bottom: 1px solid #565656;
    font-size: 15px
}

.header-top__row {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    align-items: center
}

.header-top__left {
    display: flex;
    gap: 50px;
    align-items: center
}

.navbar {
    display: none
}

.header-top__mob-actions {
    display: none
}

.logo-white {
    display: flex;
    align-items: center;
    gap: 15px
}

.logo-white p {
    font-size: 14px;
    line-height: 14px
}

.logo-white p span {
    display: block;
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
    font-variant: small-caps
}

.header-top__contacts {
    display: flex;
    align-items: center
}

.header-top__contacts .socials {
    margin-left: 60px;
    margin-right: 30px;
    gap: 10px
}

.header-top__contacts .socials img {
    width: 34px;
    height: auto
}

.header-top__contacts ul {
    display: flex;
    gap: 30px
}

.header-top__contacts ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 0
}

.header-top__contacts ul li p strong {
    display: block;
    margin-bottom: 5px
}

.header-top__contacts ul li p {
    font-size: 14px;
    line-height: 14px;
    box-sizing: border-box;
    padding-left: 10px;
    border-left: 1px solid #6a6a6a
}

.phones a {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px
}

.header-top__calls {
    display: flex;
    align-items: center;
    gap: 20px
}

.header-bottom {
    box-sizing: border-box;
    z-index: 3;
    position: relative
}

.header-bottom__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px
}

.header-bottom-menu {
    position: relative
}

.header-bottom-menu>ul {
    display: flex;
    gap: 80px
}

.header-bottom-menu li {
    margin: 0;
    padding: 13px 0;
    position: relative;
    text-align: center;
}
.header-bottom-menu li a{font-weight:600;}

.header-bottom-menu a:hover {
    color: #f8b600
}

.menu-item-has-children {
    display: flex;
    align-items: center;
    gap: 12px
}

@media(min-width:1025px) {
    .sub-menu-container {
        position: absolute;
        left: 0;
        top: 100%;
        display: none;
        z-index: 1
    }

    .sub-menu-block {
        background: #fff;
        border-radius: 10px;
        box-sizing: border-box;
        padding: 30px;
        color: #222;
        min-width: 310px;
        margin-top: 20px;
        position: relative
    }

    .sub-menu-block {
        display: flex;
        gap: 60px
    }

    .sub-menu-block:before {
        content: '';
        position: absolute;
        top: -7px;
        left: 30px;
        background-image: url(/wp-content/uploads/2024/03/polygon-sub-menu.svg);
        background-repeat: no-repeat;
        background-size: contain;
        width: 16px;
        height: 8px
    }

    .sub-menu-column {
        flex: 1;
        min-width: 280px
    }

    .sub-menu-column:last-child {
        box-sizing: border-box;
        position: relative
    }

    .sub-menu-column:last-child:before {
        content: '';
        width: 1px;
        background: #e9e9e9;
        position: absolute;
        left: -30px;
        top: 0;
        height: 100%
    }

    .sub-menu-item {
        border-bottom: 1px solid #e9e9e9;
        box-sizing: border-box;
        padding-bottom: 15px;
        margin-bottom: 15px;
        font-weight: 500;
        font-size: 17px
    }

    .sub-menu-item:last-child {
        margin-bottom: 0;
        border: none
    }

    .header-active .header-bottom {
        background: #fff;
        color: #333
    }
}

.header-active .header-bottom__actions .line {
    background: #e8e8e8
}

.header-active .menu-item-has-children .rect-line,
.header-active .menu-item-has-children .rect-line {
    fill: #333 !important
}

.overlay-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 20;
    background: rgba(0, 0, 0, .5);
    display: none
}

.header-bottom__actions a {
    display: flex;
    align-items: center;
    gap: 15px
}

.header-bottom__actions .line {
    height: 19px;
    width: 1px;
    background: #404040
}

.header-bottom__actions button {
    display: flex;
    align-items: center;
    gap: 12px;
    background: 0 0
}

.header-bottom__actions button:hover {
    color: #f8b600
}

.banner {
    position: relative;
    padding-top: 270px;
    padding-bottom: 80px;
    color: #fff
}

.banner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.banner .container * {
    position: relative;
    z-index: 2
}

.banner__desc {
    max-width: 810px;
    width: 100%
}

.banner__desc p {
    font-size: 18px;
    line-height: 28px
}

.banner__row-text {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 25px
}

.banner__row-text p {
    margin: 0;
    font-size: 19px;
    font-weight: 500;
    line-height: 31px
}

.banner__desc h1 {
    color: #fff;
    margin-bottom: 30px
}

.banner__desc ul li {
    position: relative;
    box-sizing: border-box;
    padding-left: 20px;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #fff
}

.banner__desc li:before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #f8b600;
    display: block;
    position: absolute;
    left: 0;
    top: 8px
}

.banner__desc .big-check li {
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    font-size: 20px;
    line-height: 32px;
    color: #fff;
    margin-bottom: 22px;
    gap: 20px
}

.banner__desc .big-check li:last-child {
    margin-bottom: 0
}

.banner__desc .big-check li:before {
    content: '';
    background-image: url(/wp-content/uploads/2024/10/group-1171275890.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 40px;
    height: 38px;
    border-radius: 0;
    position: relative;
    top: 0;
    background-color: transparent
}

.banner__desc .big-check-flex {
    display: flex;
    gap: 60px;
    margin-bottom: 50px
}

.banner__desc .big-check-flex li {
    margin-bottom: 0
}

.banner__bottom {
    margin-top: 65px
}

.banner__price {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 40px
}

.banner__price p {
    font-weight: 700;
    font-size: 40px;
    line-height: 52px;
    color: #fff;
    margin: 0
}

.banner__price .line {
    width: 1px;
    height: 29px;
    background: #767676
}

.banner__btns {
    display: flex;
    gap: 30px
}

.video-btn {
    background: #fff;
    border-radius: 50px;
    max-width: 318px;
    width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
    font-weight: 500;
    font-size: 18px;
    color: #333;
    box-sizing: border-box;
    padding: 0 40px 0 3px
}

.advantages__list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px
}

.advantages-item {
    width: calc(50% - 15px);
    box-sizing: border-box;
    padding-top: 30px;
    display: flex;
    gap: 30px;
    align-items: center;
    position: relative
}

.advantages-item:before {
    content: '';
    background-image: url(/wp-content/uploads/2024/03/dotted-before.svg);
    background-repeat: no-repeat;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0
}

.advantages-item:nth-last-child(-n+2) {
    padding-bottom: 30px
}

.advantages-item:nth-last-child(-n+2):after {
    content: '';
    background-image: url(/wp-content/uploads/2024/03/dotted-before.svg);
    background-repeat: no-repeat;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0
}

.advantages-item__icon {
    width: 101px;
    height: 101px;
    overflow: hidden;
    border-radius: 100%;
    transition: all .3s;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0)
}

.advantages-item:hover .advantages-item__icon {
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, .13)
}

.advantages-item__desc {
    flex: 1
}

.advantages-item__name {
    font-size: 21px;
    font-weight: 600;
    line-height: 33px;
    color: #222;
    margin-bottom: 12px;
    transition: all .3s
}

.services__list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px
}

.service {
    width: calc(33.333% - 20px);
    box-sizing: border-box;
    position: relative;
    padding: 30px;
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0);
    border: 1px solid #e4e4e4;
    border-radius: 15px;
    transition: all .3s
}

.service a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.service:hover {
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, .4);
    border-color: #ee1c25;
    background: #ee1c25
}

.service__img {
    height: 230px;
    border-radius: 15px;
    overflow: hidden
}

.service__img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.service__price {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 13px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #e4e4e4;
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    color: #ee1c25;
    transition: all .3s;
    margin-bottom: 15px
}

.service__price p {
    margin: 0
}

.service:hover .service__price {
    color: #fff;
    border-color: #ed7075
}

.service__price .line {
    width: 1px;
    height: 17px;
    background: #d9d9d9;
    transition: all .3s
}

.service:hover .service__price .line {
    background: #ed7075
}

.service__title {
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    color: #222;
    transition: all .3s
}

.service:hover .service__title {
    color: #fff
}

.service__desc {
    font-size: 16px;
    line-height: 28px;
    transition: all .3s
}

.service:hover .service__desc {
    color: #fff
}

.safety__list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px
}

.safety-item {
    width: calc(50% - 15px);
    display: flex;
    height: 200px;
    border: 1px solid #e4e4e4;
    border-radius: 15px;
    overflow: hidden;
    box-sizing: border-box
}

.safety-item__img {
    max-width: 300px;
    width: 100%;
    border-radius: 15px;
    overflow: hidden
}

.safety-item__img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.safety-item__desc {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 40px;
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    color: #222;
    flex: auto
}

.geography-tabs {
    display: flex;
    gap: 30px
}

.geography-tab {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 61px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    line-height: 29px;
    transition: all .3s;
    cursor: pointer;
    position: relative
}

.geography-tab .back {
    display: none
}

.geography-tab:nth-child(1) {
    background: #e74d1d
}

.geography-tab:nth-child(2) {
    background: #62654e
}

.geography-tab:nth-child(3) {
    background: #b7c401
}

.geography-tab:nth-child(4) {
    background: #d9be73
}

.geography-tab:hover {
    background: #181818
}

.geography-tab:hover .front {
    display: none
}

.geography-tab:hover .back {
    display: block
}

.svg-map.active {
    stroke: #fff;
    stroke-width: 4px;
    filter: drop-shadow(3px 3px 3px #00000066)
}

.marker {
    opacity: 0;
    transform: translateY(-100%);
    transition: all .3s
}

.marker.active {
    opacity: 1;
    transform: translateY(0)
}

.geography-map {
    margin-top: 40px
}

.geography-map svg {
    max-width: 100%;
    width: 100%;
    height: auto
}

.steps__list {
    display: flex;
    flex-wrap: wrap;
    max-width: 1090px;
    width: 100%;
    margin: 0 auto;
    align-items: flex-start
}

.step {
    width: 100%;
    display: flex;
    justify-content: flex-start
}

.step__block {
    width: 50%;
    box-sizing: border-box;
    padding-right: 45px;
    padding-bottom: 90px;
    position: relative;
    text-align: right
}

.step:first-child .step__block {
    padding-top: 40px
}

.step__block:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 2px;
    background-image: url(/wp-content/uploads/2024/03/bg-line-doted-before.png);
    background-repeat: repeat-y
}

.step:nth-child(even) {
    justify-content: flex-end
}

.step:nth-child(even) .step__block {
    padding-right: 0;
    padding-left: 45px;
    text-align: left
}

.step:nth-child(even) .step__block:before {
    right: auto;
    left: -2px
}

.step__title {
    font-weight: 500;
    font-size: 19px;
    line-height: 31px;
    color: #000;
    margin-bottom: 10px
}

.step__title:before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #222;
    position: absolute;
    right: -4px;
    margin-top: 11px
}

.step:nth-child(even) .step__title:before {
    right: auto;
    left: -4px
}

.step__desc {
    font-weight: 400;
    font-size: 15px;
    line-height: 27px
}

.about__row {
    display: flex;
    align-items: center;
    gap: 70px
}

.about__img {
    max-width: 570px;
    width: 100%;
    height: 530px;
    border-radius: 20px;
    overflow: hidden
}

.about__img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.about__desc {
    flex: 1
}
.call-form{display: none}
.call-form {
    background: #fff
}

.call-form__block {
    display: flex;
    justify-content: space-between;
    gap: 50px
}

.short-call-form{display: none}
.short-call-form {
    background: 0 0
}

.short-call-form .call-form__block {
    border-radius: 15px;
    border: 1px solid #efefef;
    background: #fcfcfc;
    box-sizing: border-box;
    padding: 50px;
    display: flex;
    gap: 80px;
    margin: 0 auto
}

.call-form-info {
    max-width: 525px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 50px;
    justify-content: space-between
}

.call-form-info h2 {
    color: #222;
    font-size: 36px;
    font-weight: 600;
    line-height: 48px;
    margin-bottom: 12px
}

.socials {
    display: flex;
    gap: 10px;
    align-items: center
}

.socials a {
    display: flex;
    align-items: center;
    justify-content: center
}

.call-form-info__bottom .line-btn {
    margin-top: 25px
}

.call-form-info__bottom .line-btn {
    justify-content: flex-start
}

.call-form__form {
    max-width: 690px;
    width: 100%
}

.short-call-form .call-form__form {
    max-width: 415px;
    width: 100%
}

.call-form-info__bottom-mob {
    display: none
}

.call-form__block .line {
    display: block;
    background: linear-gradient(180deg, #f1d8d2 0%, #f1d8d2 47.5%, #f1d8d2 100%);
    width: 1px;
    height: 349px
}

.input-row {
    display: flex;
    gap: 30px
}

.input-block {
    position: relative;
    margin-bottom: 10px;
    background: #fff;
    flex: 1
}

.placeholder {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 25px;
    color: #4d4d4d;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    margin: 0;
    transition: all .3s
}

.placeholder span {
    color: #f02d00
}

.input-block input {
    width: 100%;
    height: 59px;
    border-radius: 10px;
    border: 1px solid #efefef;
    background: 0 0;
    font-family: "Roboto", sans-serif;
    color: #4d4d4d;
    font-size: 15px;
    font-weight: 400;
    line-height: 27px;
    box-sizing: border-box;
    padding-left: 25px;
    outline: none;
    position: relative;
    z-index: 2
}

.input-block input:focus~.placeholder {
    z-index: 2;
    color: #969696;
    font-size: 13px;
    font-weight: 400;
    line-height: 13px;
    background: #fff;
    top: -8px;
    box-sizing: border-box;
    padding: 2px;
    transform: translateY(0)
}

.input-block input:focus~.placeholder span {
    display: none
}

.input-block input.success~.placeholder {
    z-index: 2;
    color: #969696;
    font-size: 13px;
    font-weight: 400;
    line-height: 13px;
    background: #fff;
    top: -8px;
    box-sizing: border-box;
    padding: 2px
}

.input-block input.success~.placeholder span {
    display: none
}

.textarea-block {
    margin-bottom: 10px;
    position: relative;
    background: #fff
}

.textarea-block .placeholder {
    top: 16px;
    transform: translateY(0)
}

.textarea-block textarea {
    background: 0 0;
    border-radius: 10px;
    border: 1px solid #efefef;
    width: 100%;
    height: 113px;
    box-sizing: border-box;
    padding: 16px 25px;
    font-family: "Roboto", sans-serif;
    color: #4d4d4d;
    font-size: 15px;
    font-weight: 400;
    line-height: 27px;
    outline: none;
    position: relative;
    z-index: 2
}

.textarea-block textarea:focus~.placeholder {
    z-index: 2;
    color: #969696;
    font-size: 13px;
    font-weight: 400;
    line-height: 13px;
    background: #fff;
    top: -8px;
    box-sizing: border-box;
    padding: 2px;
    transform: translateY(0)
}

.textarea-block textarea:focus~.placeholder span {
    display: none
}

.textarea-block textarea.success~.placeholder {
    z-index: 2;
    color: #969696;
    font-size: 13px;
    font-weight: 400;
    line-height: 13px;
    background: #fff;
    top: -8px;
    box-sizing: border-box;
    padding: 2px;
    transform: translateY(0)
}

.textarea-block textarea.success~.placeholder span {
    display: none
}

input.not-valid {
    border: 1px solid #dc3232
}

input.success,
textarea.success {
    border: 1px solid #229342
}

.input-submit .btn-red {
    max-width: 330px;
    width: 100%;
    border: none;
    height: 65px
}

.short-call-form .input-submit .btn-red {
    max-width: 100%
}

.agree {
    margin-top: 15px;
    margin-bottom: 0;
    color: #333;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px
}

.agree a {
    color: #323d85;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    text-decoration-line: underline;
    transition: all .3s
}

.agree a:hover {
    color: #f8b600
}

.wpcf7-not-valid-tip {
    display: none !important
}

.wpcf7-spinner {
    display: none !important
}

.delivery-stages__list {
    display: flex;
    flex-direction: column;
    gap: 100px
}

.delivery-stage {
    display: flex;
    gap: 100px
}

.delivery-stage__big-number {
    flex: auto;
    font-weight: 700;
    font-size: 220px;
    line-height: 190px;
    color: #dfdfdf;
    opacity: 0;
    transition: opacity .5s ease-in-out
}

.delivery-stage__info {
    max-width: 1050px;
    width: 100%;
    box-sizing: border-box;
    padding-bottom: 30px;
    border-bottom: 1px solid #c7c7c7;
    display: flex;
    gap: 85px;
    align-items: flex-start
}

.delivery-stage__number {
    font-weight: 500;
    font-size: 30px;
    line-height: 42px;
    color: #ee1c25
}

.delivery-stage__title {
    font-weight: 500;
    font-size: 36px;
    line-height: 48px;
    color: #222;
    margin-bottom: 10px
}

.delivery-stage__text {
    font-size: 18px;
    line-height: 30px
}

.photos-deliveries-slider {
    position: relative;
    margin: 0 -15px
}

.photos-deliveries-slide {
    padding: 0 15px;
    box-sizing: border-box
}

.photos-deliveries-slide__img {
    height: 314px;
    border-radius: 10px;
    overflow: hidden
}

.photos-deliveries-slide__img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.photos-deliveries-slide__desc {
    margin-top: 20px
}

.photos-deliveries__bottom {
    justify-content: center;
    margin-top: 50px;
    display: flex;
    gap: 35px
}

.count-pagination {
    color: #333;
    font-size: 50px;
    font-weight: 700;
    line-height: 62px;
    display: flex;
    align-items: center;
    gap: 20px
}

.count-pagination span {
    font-size: 36px;
    font-weight: 600;
    line-height: 32px
}

.count-arrow {
    background: 0 0;
    border: none;
    outline: none;
    cursor: pointer
}

.count-arrow:hover path {
    stroke: #ee1c25
}

.tb1__row {
    display: flex;
    gap: 70px;
    align-items: center;
    border-top: 1px solid #e9e9e9
}

.tb1__row:only-child {
    padding: 0
}

.tb1__row:first-child {
    border: none;
    padding-top: 0
}

.tb1__row:nth-child(even) {
    flex-direction: row-reverse
}

.tb1__row:last-child {
    padding-bottom: 0
}

.tb1__img {
    border-radius: 20px;
    max-width: 570px;
    width: 100%;
    height: 530px;
    overflow: hidden
}

.tb1__img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.tb1__desc {
    flex: 1
}

.tb1__text a {
    color: #337fe5
}

.tb1__text a:hover {
    color: #005ad3
}

.tb1__text p:last-child {
    margin-bottom: 0
}

.tb1__desc .line-btn {
    justify-content: flex-start;
    margin-top: 40px
}

.tb1__desc ul li {
    position: relative;
    padding-left: 25px;
    box-sizing: border-box;
    margin-bottom: 20px
}

.tb1__desc ul li:before {
    content: '';
    width: 15px;
    height: 1px;
    background: #4d4d4d;
    position: absolute;
    left: 0;
    top: 12px
}

.tb1__desc ol {
    list-style: decimal;
    padding-left: 20px;
    box-sizing: border-box
}

.clients-slider {
    box-sizing: border-box;
    padding: 0 10px;
    position: relative;
    margin: 0 -10px
}

.clients-slider .slick-slide {
    box-sizing: border-box;
    padding: 0 10px
}

.client {
    height: 140px;
    width: 100%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    background: #fff;
    box-sizing: border-box;
    padding: 30px 35px;
    border-radius: 20px
}

.ch2__list {
    display: flex;
    flex-direction: column;
    gap: 50px;
    max-width: 1170px;
    width: 100%;
    margin: 0 auto
}

.ch1-item {
    border-bottom: 1px solid #d9d9d9
}

.ch1-item__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding-bottom: 20px
}

.ch1-item__title i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 52px;
    height: 52px;
    border-radius: 100%
}

.ch1-item__title i,
.ch1-item__title svg,
.ch1-item__title rect {
    transition: all .3s
}

.ch1-item__question {
    font-size: 26px;
    line-height: 38px;
    color: #222;
    transition: all .3s
}

.ch1-item__title:hover .ch2-item__question {
    color: #f02d00
}

.ch1-item__title:hover i {
    background: #f02d00
}

.ch1-item__title:hover i rect {
    fill: #fff
}

.ch1-item__title.active i rect {
    fill: #f02d00
}

.ch1-item__title.active:hover i rect {
    fill: #fff
}

.ch1-item__title.active svg {
    transform: rotate(45deg)
}

.ch1-item__content {
    padding-bottom: 20px;
    display: none
}

.teams-slider .slick-track {
    display: flex !important
}

.teams-slide__photo {
    height: 258px;
    border-radius: 20px;
    overflow: hidden;
    margin: 0 auto
}

.teams-slide__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s
}

.teams-slide:hover .teams-slide__photo img {
    transform: scale(1.1)
}

.teams-slide {
    box-sizing: border-box;
    padding: 0 15px !important
}

.teams-slide__name {
    margin-top: 15px;
    margin-bottom: 2px;
    color: #333;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    text-transform: uppercase
}

.teams-slide__position {
    color: #4d4d4d;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px
}

.teams-slider .slider-arrow {
    background: 0 0;
    border-radius: 30px;
    border: 1px solid #e9e9e9;
    outline: none;
    cursor: pointer;
    transition: all .3s;
    width: 84px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -105px;
    right: 20px;
    z-index: 5
}

.teams-slider .slider-arrow.arrow-prev {
    right: 120px
}

.teams-slider .slider-arrow svg * {
    transition: all .3s
}

.teams-slider .slider-arrow:hover {
    background: #ee1c25
}

.teams-slider .slider-arrow:hover svg * {
    stroke: #fff
}

.helpful-information__list {
    display: flex;
    flex-wrap: wrap;
    gap: 25px 30px
}

.helpful-information__item {
    font-size: 18px;
    line-height: 30px;
    width: calc(50% - 15px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding-bottom: 25px;
    border-bottom: 1px solid #d9d9d9;
    transition: all .3s
}

.helpful-information__item:hover {
    color: #ee1c25
}

.footer{background-color: #0465f4;color:#fff}
.footer a{color:#fff}
.footer-red {
    padding: 15px 0;
    background: #0465f4;
    color: #fff
}

.footer-red__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px
}

.footer__actions {
    display: flex;
    gap: 60px;
    align-items: center;
    flex: auto;
    justify-content: flex-end
}

.footer__actions ul {
    display: flex;
    align-items: center;
    gap: 60px
}

.footer__actions ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0
}

.footer__actions ul li a:hover {
    color: #ff0
}

.footer-contacts {
    padding: 30px 0;
    box-sizing: border-box;
}

.footer-contacts__row {
    display: flex;
    gap: 30px
}

.footer-contact {
    flex: 1
}

.footer-contact p {
    margin: 0
}

.footer-contact__top {
    padding-bottom: 5px;
    margin-bottom: 5px;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    display: flex;
    align-items: center;
    transition: all .3s
}

.footer-contact__bottom {

    font-size: 17px;
    font-weight: 600;
    line-height: 29px;
    text-transform: uppercase
}

.footer-contact__top .copy {
    font-family: "Roboto", sans-serif;
    background: 0 0;
    border: none;
    cursor: pointer;
    outline: none;

    font-size: 15px;
    font-weight: 400;
    line-height: 27px;
    opacity: 0;
    transition: all .3s
}

.footer-contact:hover .footer-contact__top .copy {
    opacity: 1
}

.footer-email .footer-contact__top {
    gap: 20px
}

.footer-social .footer-contact__top {
    gap: 30px
}


.footer-services__row {
    padding: 50px 0;
    box-sizing: border-box;
    border-top: 1px solid rgba(255, 255, 255, .2);
    display: flex;
    gap: 50px
}

.footer-service {
    flex: 1
}

.footer-service h3 {

    font-size: 19px;
    font-weight: 500;
    line-height: 31px;
    color: #fff;
}

.footer-service ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 18px
}

.footer-service ul li {
    margin-bottom: 10px
}

.footer-service ul li a {

    font-size: 17px;
    font-weight: 400;
    line-height: 29px;
    transition: all .3s
}

.footer-service ul li a:hover {
    color: #f02d00
}

.footer-service ul li:last-child {
    margin-bottom: 0
}

.footer-copyright {
    padding: 25px 0;
    box-sizing: border-box;
    border-top:1px solid rgba(255, 255, 255, .2)
}

.footer-copyright__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px
}

.footer-copyright__row p {
    font-size: 15px;
    font-weight: 400;
    line-height: 27px;
    margin: 0
}

.footer-copyright__row a {
    font-size: 15px;
    font-weight: 400;
    line-height: 27px
}

.footer-copyright__row a:hover {
    text-decoration: underline
}

.footer-copyright__row p a {
    color: #f02d00
}

.service-banner {
    padding-top: 117px
}

.service-banner .breadcrumb {
    margin-bottom: 40px;
    padding-top: 40px
}

.service-banner .breadcrumb span {
    color: #fff
}

.service-banner .sep {
    background-image: url(../image/sep-white.svg)
}

.products__list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px
}

.product {
    width: calc(21% - 24px);
    box-sizing: border-box;
    padding: 20px;
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 15px;
    transition: all .3s ease;
    box-shadow: 0px 4px 26px rgba(0, 0, 0, 0)
}

.product:hover {
    box-shadow: 0px 4px 26px rgba(0, 0, 0, .09)
}

.product__title {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 18px;
    color: #222;
    line-height: 30px
}

.product__img {
    height: 143px;
    overflow: hidden
}

.product__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px
}

.tb1__text p{font-size:22px;}

.table-price table {
    margin-top: 15px;
    width: 100%
}

.table-mob {
    display: none
}

.table-price tr {
    display: flex;
    padding: 0 12.7vw;
    box-sizing: border-box;
    transition: all .3s;
    position: relative
}

.table-price tr:before {
    content: '';
    display: block;
    width: 100%;
    height: 30%;
    background: #ee1c25;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all .4s cubic-bezier(.19, 1, .22, 1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0)
}

.table-price tr:hover:before {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
    height: 100%;
    transform-origin: center;
    transition: all .45s cubic-bezier(.47, 1.64, .41, .8)
}

.table-price tr:first-child:before {
    display: none
}

.table-price th,
.black-table td {
    flex: 1
}

.table-price th {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    gap: 35px;
    position: relative;
    border-bottom: 1px solid #ededed;
    padding-top: 25px;
    padding-bottom: 25px;
    flex: 1
}

.table-price th:before {
    content: '';
    display: block;
    width: 1px;
    height: 22px;
    background: #ededed
}

.table-price th:first-child {
    flex: 2
}

.table-price th:first-child:before {
    display: none
}

.table-price td {
    color: #333;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    position: relative;
    box-sizing: border-box;
    border-bottom: 1px solid #ededed;
    padding-top: 25px;
    padding-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 35px;
    transition: all .3s;
    flex: 1
}

.table-price td a {
    color: #333;
    transition: all .3s
}

.table-price td:before {
    content: '';
    display: block;
    left: 0;
    width: 1px;
    height: 22px;
    background: #ededed
}

.table-price td:first-child {
    flex: 2
}

.table-price td:first-child:before {
    display: none
}

.table-price tr:hover td {
    color: #fff;
    border-color: #ee1c25
}

.table-price tr:hover td a {
    color: #fff
}

.table-price tr:hover td a:hover {
    color: #fecc12;
    text-decoration: none
}

.advantages-service__list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px
}

.advantage-service {
    width: calc(33.333% - 20px)
}

.advantage-service__img {
    border-radius: 5px;
    width: 100px;
    height: 100px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center
}

.advantage-service__img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.advantage-service__title {
    margin-top: 30px;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 21px;
    line-height: 33px;
    color: #222
}

.logistics-stages__list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px
}

.logistics-stage {
    width: calc(33.333% - 20px);
    border: 1px solid #e4e4e4;
    border-radius: 15px;
    box-sizing: border-box;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0);
    padding: 40px 30px;
    transition: all .3s
}

.logistics-stages-two .logistics-stage {
    width: calc(50% - 15px)
}

.logistics-stage:hover {
    background: #fff;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .03)
}

.logistics-stage__img {
    border-radius: 5px;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}

.logistics-stage__img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.logistics-stage__title {
    margin-top: 30px;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 21px;
    line-height: 33px;
    color: #222
}

.delivery-algorithm {
    background: #f8f0ee
}

.delivery-algorithm__list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px
}

.delivery-algorithm-item {
    width: calc(33.333% - 20px);
    height: 162px;
    border-radius: 8px;
    background: #fff;
    padding: 15px 20px;
    box-sizing: border-box;
    transition: all .3s
}

.delivery-algorithm-item:hover {
    background: #ee1c25
}

.delivery-algorithm-item__num {
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    color: #000;
    transition: all .3s
}

.delivery-algorithm-item:hover .delivery-algorithm-item__num {
    color: #fff
}

.delivery-algorithm-item__text {
    text-align: center;
    margin-top: 4px;
    color: #222;
    font-weight: 500;
    transition: all .3s
}

.delivery-algorithm-item:hover .delivery-algorithm-item__text {
    color: #fff
}

.thx {
    padding-top: 150px;
    padding-bottom: 125px
}

.thx__block {
    display: flex;
    flex-direction: column;
    align-items: center
}

.thx__block h1 {
    margin-top: 50px;
    margin-bottom: 25px;
    font-weight: 600;
    font-size: 50px;
    line-height: 52px;
    color: #333;
    text-align: center
}

.thx__block p {
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    margin-bottom: 0
}

.thx__block .btn-red {
    margin-top: 32px;
    max-width: 300px;
    width: 100%
}

.error-404 {
    text-align: center;
    padding-top: 200px;
    padding-bottom: 125px
}

.error-404__content {
    display: flex;
    flex-direction: column;
    align-items: center
}

.error-404__content h1 {
    color: #333;
    font-size: 40px;
    font-weight: 600;
    line-height: 52px;
    margin-top: 40px;
    margin-bottom: 25px
}

.error-404__content p {
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 0
}

.error-404__content .btn-red {
    margin-top: 40px;
    max-width: 300px;
    width: 100%
}

.single-banner__row {
    display: flex;
    gap: 70px
}

.single-banner__desc {
    max-width: 810px;
    width: 100%
}

.single-banner__desc h1 {
    margin-bottom: 25px
}

.single-banner__img {
    max-width: 530px;
    width: 100%;
    height: 574px;
    overflow: hidden;
    border-radius: 15px
}

.single-banner__img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.cat-page {
    padding-top: 35px;
    padding-bottom: 75px
}

.cat-page__list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px
}

.cat-single {
    width: calc(33.333% - 20px);
    position: relative;
    transition: all .3s;
    color: #333
}

.cat-single:hover {
    color: #ee1c25
}

.cat-single a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.cat-single__img {
    height: 300px;
    margin-bottom: 12px
}

.cat-single__img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.cat-single__title {
    font-size: 18px;
    line-height: 30px
}

.wp-pagenavi {
    display: flex;
    justify-content: center;
    gap: 12px;
    align-items: center;
    margin-top: 90px
}

.wp-pagenavi a {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    width: 60px;
    height: 60px;
    font-weight: 500;
    font-size: 30px;
    line-height: 42px;
    color: #000;
    transition: all .3s
}

.wp-pagenavi a:hover {
    color: #fff;
    background: #ee1c25
}

.wp-pagenavi span {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #34363a;
    border-radius: 5px;
    width: 64px;
    height: 64px;
    background: #34363a;
    transition: all .3s;
    color: #fff;
    font-weight: 500;
    font-size: 30px;
    line-height: 42px
}

.contacts-page {
    padding-top: 35px;
    padding-bottom: 75px
}

.contacts-page__row {
    display: flex;
    flex-wrap: wrap;
    gap: 30px
}

.contacts-page-item {
    width: calc(33.333% - 20px);
    padding-top: 25px;
    box-sizing: border-box;
    border-top: 1px solid #d9d9d9;
    transition: all .3s
}

.contacts-page-item:hover {
    border-color: #313131
}

.contacts-page-item p {
    color: #222;
    font-size: 20px;
    font-weight: 300;
    line-height: 32px;
    margin-bottom: 10px
}

.contacts-page-item p:last-child {
    margin-bottom: 0
}

.contacts-page-item strong {
    color: #333;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px
}

.contacts-page-item a * {
    transition: all .3s
}

.contacts-page-item a:hover strong {
    color: #f02d00
}

.contacts-page__map {
    height: 500px;
    margin-top: 80px
}

.contacts-page__map iframe {
    width: 100%;
    height: 100%;
    border: none !important;
    border-radius: 15px
}

.contacts-page-tabs {
    display: flex;
    gap: 30px;
    margin-bottom: 45px
}

.contacts-page-tab {
    max-width: 285px;
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #4a4a4a;
    border-radius: 10px;
    cursor: pointer;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #404040;
    transition: all .3s
}

.contacts-page-tab:hover {
    border-color: #ee1c25;
    background: #ee1c25;
    color: #fff
}

.contacts-page-tab.active {
    border-color: #ee1c25;
    background: #ee1c25;
    color: #fff
}

.contacts-page-content {
    display: none
}

.contacts-page-content:first-child {
    display: block
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 999;
    background: rgba(0, 0, 0, .5);
    display: none
}

.modal__window {
    position: relative;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    max-width: 480px;
    width: 100%;
    box-sizing: border-box;
    padding: 30px 35px;
    background: #fff;
    border-radius: 15px
}

.close-modal {
    position: absolute;
    background: 0 0;
    border: none;
    outline: none;
    cursor: pointer;
    right: 15px;
    top: 15px
}

.close-modal:hover rect {
    fill: #f02d00
}

.modal__window h3 {
    font-weight: 700;
    font-size: 26px;
    line-height: 38px;
    text-transform: uppercase;
    color: #333;
    margin-bottom: 8px
}

.modal__window p {
    margin-bottom: 15px
}

.modal__window .placeholder {
    line-height: 20px
}

.modal__window .placeholder .big-note {
    display: block
}

.modal__window .input-row {
    gap: 8px
}

.modal__window .input-block {
    margin-bottom: 8px
}

.modal__window .agree {
    margin-top: 10px
}

.modal__window .agree p {
    margin-bottom: 0
}

.modal__window .agree br {
    display: none
}

.file-block-modal {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: all .3s;
    font-size: 18px;
    line-height: 30px;
    color: #ee1c25;
    cursor: pointer
}

.file-block-modal span {
    display: flex;
    align-items: flex-start;
    gap: 2px
}

.file-block-modal:hover {
    color: #f7b600
}

.file-block-modal:hover circle {
    fill: #f7b600
}

.file-block-modal .remove {
    background: 0 0;
    cursor: pointer;
    outline: none;
    border: none
}

.modal__window .input-submit {
    margin-top: 15px
}

.modal__window .input-submit .btn-red {
    max-width: 100%;
    height: 60px;
    border-radius: 10px
}

.modal__window .textarea-block {
    margin-bottom: 20px
}

.placeholder {
    color: #a8a8a8
}

.application-to-cargo__list {
    display: flex;
    gap: 30px;
    flex-wrap: wrap
}

.application-to-cargo__item {
    width: calc(25% - 23px)
}

.application-to-cargo__item-num span {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: #ee1c25;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 22px;
    line-height: 22px;
    color: #fff
}

.application-to-cargo__item-num {
    display: flex;
    align-items: center
}

.application-to-cargo__item-num svg {
    flex: 1;
    height: auto
}

.application-to-cargo__item-desc {
    font-weight: 400;
    font-size: 18px;
    line-height: 33px;
    color: #333;
    margin-top: 30px
}

.application-to-cargo .title {
    margin-bottom: 80px
}

.work-directly__list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px
}

.work-directlyo__item {
    width: calc(50% - 15px);
    padding-bottom: 30px;
    box-sizing: border-box;
    border-bottom: 1px solid #c6c6c6
}

.work-directlyo__item p {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #4d4d4d
}

.video-block {
    height: 600px;
    border-radius: 20px;
    position: relative;
    overflow: hidden
}

.preview-video img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.preview-video {
    height: 100%;
    width: 100%;
    position: relative
}

.play-button {
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 50%;
    background: 0 0;
    transform: translate(-50%, -50%)
}

.rating {
    background: #f8f8f8
}

.rating__list {
    display: flex;
    justify-content: space-between;
    gap: 25px
}

.rating-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: calc(33.333% - 19px)
}

.rating-item__title {
    margin-top: 15px;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 40px
}

.rating-item__title p {
    margin: 0
}

.rating-item__text p {
    margin: 0
}

.statistics {
    background: #fff
}

.statistics__list {
    display: flex;
    flex-wrap: wrap;
    gap: 25px
}

.statistics-item {
    width: calc(25% - 19px);
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    padding: 40px;
    border: 1px solid #e4e4e4;
    border-radius: 15px;
    transition: all .3s ease;
    text-align: center
}

.statistics-item:hover {
    background: #fff
}

.statistics-item__title {
    font-weight: 600;
    font-size: 24px;
    color: #f45524;
    margin-bottom: 6px
}

.statistics-item__text {
    font-size: 18px
}

.statistics-item__text p {
    margin: 0
}

.news-single {
    padding-top: 40px
}

.news-single__row {
    display: flex;
    gap: 30px
}

.single-banner {
    display: flex;
    gap: 30px;
    align-items: flex-start
}

.single-banner__desc {
    max-width: 570px;
    width: 100%
}

.single-banner__desc h1 {
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 52px
}

.news-single__content h2 {
    font-size: 34px;
    line-height: 46px
}

.news-single__content h3 {
    font-size: 30px;
    line-height: 42px
}

.news-single__content .seo ul {
    list-style: none
}

.news-single__content .seo ul li {
    position: relative;
    box-sizing: border-box;
    padding-left: 20px
}

.news-single__content .seo ul li:before {
    content: '';
    height: 1px;
    width: 10px;
    background: #4d4d4d;
    position: absolute;
    left: 0;
    top: 14px
}

.single-banner__img {
    max-width: 450px;
    width: 100%;
    height: 328px;
    overflow: hidden;
    border-radius: 10px
}

.single-banner__img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.seo__list {
    display: flex;
    flex-wrap: wrap;
    gap: 90px
}

.seo a {
    color: #337fe5
}

.table-price table {
    width: 100%
}

.table-price table:first-child {
    margin-top: 0
}

.table-mob {
    display: none
}

.table-price tr {
    display: flex;
    box-sizing: border-box;
    transition: all .3s;
    position: relative
}

.table-price th,
.black-table td {
    flex: 1
}

.table-price th {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    position: relative;
    border-bottom: 1px solid #ededed;
    padding-top: 25px;
    padding-bottom: 25px;
    flex: 1
}

.table-price th:first-child {
    flex: 3
}

.table-price th:first-child:before {
    display: none
}

.table-price td {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    position: relative;
    box-sizing: border-box;
    border-bottom: 1px solid #ededed;
    padding-top: 25px;
    padding-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 35px;
    transition: all .3s;
    flex: 1
}

.table-price td a {
    color: #333;
    transition: all .3s
}

.table-price td:before {
    content: '';
    display: block;
    left: 0;
    width: 1px;
    height: 22px;
    background: #ededed
}

.table-price td:first-child {
    flex: 3;
    font-weight: 400
}

.table-price td:first-child:before {
    display: none
}

.table-short tr {
    padding: 0
}

.table-short td {
    box-sizing: border-box;
    padding-left: 5px;
    padding-right: 5px
}

.bottom-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 70px
}

.sidebar {
    width: 330px;
    position: relative
}

.sidebar__block {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative
}

.sidebar__block.fixed {
    position: absolute
}

.sidebar-info {
    box-sizing: border-box;
    padding: 25px 30px;
    background: #fff;
    border-radius: 10px
}

.sidebar-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding-bottom: 25px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px
}

.sidebar-author>p {
    font-size: 16px;
    line-height: 28px;
    color: #757880
}

.sidebar-author__row {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-top: 20px
}

.sidebar-author__photo {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    overflow: hidden
}

.sidebar-author__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.sidebar-author__info {
    flex: 1
}

.sidebar-author__name {
    font-size: 16px;
    line-height: 28px;
    color: #333
}

.sidebar-author__speciality {
    font-size: 14px;
    line-height: 22px;
    color: #757880
}

.sidebar-nav {
    box-sizing: border-box;
    padding: 25px 30px;
    background: #fff;
    border-radius: 10px
}

.sidebar-nav ul {
    list-style: none
}

.sidebar-nav li {
    margin-bottom: 12px;
    color: #333;
    font-size: 14px;
    line-height: 24px
}

.sidebar-nav li a:hover {
    color: #337fe5
}

.sidebar-nav li a.active {
    color: #337fe5
}

.sidebar-nav li>ul {
    box-sizing: border-box;
    padding-left: 10px;
    margin-top: 12px
}

.sidebar__block .see-blog {
    border-radius: 10px;
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 20px;
    line-height: 32px;
    color: #000;
    transition: all .3s;
    background: #fff
}

.sidebar__block .see-blog:hover {
    color: #fff;
    background: #f02d00
}

.sidebar__block .question {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    text-align: center;
    box-sizing: border-box;
    padding: 25px;
    background: #fff
}

.sidebar__block .question p {
    margin: 20px 0;
    font-weight: 500;
    font-size: 17px;
    line-height: 29px;
    color: #333
}

.sidebar__block .question button {
    border-radius: 10px;
    width: 170px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #f02d00;
    cursor: pointer;
    transition: all .3s;
    color: #fff;
    border: none;
    font-size: 16px
}

.sidebar__block .question button:hover {
    background: #000
}

.btn-red {
    border-radius: 10px;
    background: #f02d00;
    max-width: 380px;
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 19px;
    line-height: 31px;
    color: #fff;
    transition: all .3s;
    cursor: pointer;
    border: none
}

.btn-red:hover {
    color: #fff;
    background: #000
}

.projects-grid__list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px
}

.project-grid {
    position: relative;
    width: calc(33.333% - 20px)
}

.project-grid>a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.project-grid__img {
    height: 300px;
    border-radius: 10px;
    box-sizing: border-box;
    overflow: hidden;
    margin-bottom: 12px
}

.project-grid__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s
}

.project-grid:hover .project-grid__img img {
    transform: scale(1.1)
}

.project-grid__desc {
    font-size: 18px;
    line-height: 30px;
    color: #333
}

.white-text-block {
    box-sizing: border-box;
    border: 1px solid #e0e0e0;
    border-radius: 20px;
    padding: 30px;
    font-size: 18px;
    line-height: 30px;
    color: #444;
    margin-bottom: 20px;
    font-style: italic
}

.white-text-block p {
    margin-bottom: 10px
}

.white-text-block p:last-child {
    margin-bottom: 0
}

.white-text-block strong {
    font-size: 20px;
    line-height: 32px;
    color: #000;
    font-weight: 400
}

.white-text-block.short {
    max-width: 490px;
    width: 100%
}

.gray-text-block {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    gap: 30px;
    border: 1px solid #d9d9d9;
    border-radius: 20px;
    background: #ededed;
    padding: 30px;
    margin-bottom: 20px
}

.gray-text-block p {
    flex: auto
}

.gray-text-block .p-img {
    min-width: 76px;
    max-width: 76px;
    margin-bottom: 0
}

.tb1-media .tb1__img {
    max-width: 450px;
    height: 350px
}

.tb1-media .tb1__row {
    gap: 30px;
    border: none
}

.tb1-media .tb1__img p {
    width: 100%;
    height: 100%
}

.tb1-media .tb1__desc a {
    color: #337fe5
}

.tb1-media .tb1__desc a:hover {
    color: #005ad3
}

.news-single__content .project-grid__img {
    height: 220px
}

.order-singles .cat-single__img {
    height: 220px
}

.news-single__content {
    flex: 1
}

.post-template-news-single .breadcrumb {
    padding-top: 30px;
    margin-bottom: 0
}

.news-single-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #d9d9d9
}

.news-single-top-left {
    display: flex;
    align-items: center;
    gap: 50px
}

.news-single-top-reading {
    font-size: 14px;
    line-height: 24px;
    color: #333;
    display: flex;
    align-items: center;
    gap: 7px
}

.news-single-top-reading span {
    font-weight: 600;
    color: #e50914
}

.news-single-top-reading p {
    margin: 0
}

.news-single-top-views {
    display: flex;
    align-items: center;
    gap: 7px
}

.news-single-top-views p {
    margin: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px
}

.news-single-top-views span {
    font-weight: 600;
    color: #e50914
}

.news-single-top-date {
    box-sizing: border-box
}

.news-single-top-date {
    font-size: 14px;
    line-height: 14px;
    color: #757880
}

.news-single-top-date span {
    color: #333
}

.order-singles {
    padding-top: 50px
}

.cat-page__list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px
}

.cat-single {
    width: calc(33.333% - 20px);
    position: relative;
    transition: all .3s;
    color: #333
}

.cat-single:hover {
    color: #ee1c25
}

.cat-single a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.cat-single__img {
    margin-bottom: 12px;
    border-radius: 10px;
    overflow: hidden
}

.cat-single__img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.cat-single__title {
    font-size: 18px;
    line-height: 30px
}

.order-singles .cat-single__img {
    height: 220px
}

.news-single__content .title {
    margin-bottom: 40px
}

.news-single__content .input-submit input {
    background: #f02d00;
    color: #fff
}

.news-single__content .input-submit input:hover {
    background: #000
}

.seo__list ul {
    width: calc(50% - 45px)
}

.blog-page__row {
    display: flex;
    gap: 20px
}

.blog-page-tags {
    max-width: 330px;
    width: 100%
}

.blog-page__singles {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 30px
}

.blog-page-single {
    border-radius: 15px;
    background: #fff;
    box-sizing: border-box;
    padding: 30px
}

.blog-page-single__date {
    color: #666;
    font-size: 16px;
    line-height: 28px
}

.blog-page-question {
    max-width: 220px;
    width: 100%
}

.blog-page-single__title {
    font-weight: 500;
    font-size: 30px;
    line-height: 42px;
    margin-top: 15px;
    margin-bottom: 20px
}

.blog-page-single__title h3 {
    margin-bottom: 0
}

.blog-page-single__title a {
    color: #333;
    transition: all .3s
}

.blog-page-single__title:hover a {
    color: #f02d00
}

.blog-page-single__img {
    border-radius: 15px;
    height: 502px;
    overflow: hidden;
    margin-top: 35px;
    margin-bottom: 20px
}

.blog-page-single__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s
}

.blog-page-single__img:hover img {
    transform: scale(1.1)
}

.blog-page-single__views {
    display: flex;
    justify-content: flex-end
}

.blog-page-single__views span {
    display: flex;
    align-items: center;
    gap: 8px;
    box-sizing: border-box;
    height: 40px;
    padding: 0 15px;
    border-radius: 10px;
    background: #efefef;
    margin-left: auto;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #444
}

.blog-page-tags {
    position: relative
}

.tags {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px
}

.tags.fixed {
    position: absolute
}

.tags li a {
    display: flex;
    gap: 5px;
    align-items: center;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #333;
    transition: all .3s
}

.tags li a img {
    border-radius: 5px;
    width: 50px;
    height: 50px;
    object-fit: cover;
    overflow: hidden
}

.tags li a:hover {
    color: #f02d00
}

.blog-page-question {
    position: relative
}

.blog-page-question .question {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    text-align: center;
    box-sizing: border-box;
    padding: 25px;
    background: #fff
}

.blog-page-question .question.fixed {
    position: absolute;
    height: 237px
}

.blog-page-question .question p {
    margin: 20px 0;
    font-weight: 500;
    font-size: 17px;
    line-height: 29px;
    color: #333
}

.blog-page-question .question button {
    border-radius: 10px;
    width: 170px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #f02d00;
    cursor: pointer;
    transition: all .3s;
    color: #fff;
    border: none;
    font-size: 16px
}

.blog-page-question .question button:hover {
    background: #000
}

.archive .breadcrumb {
    padding-top: 0;
    margin-bottom: 0
}

.services-other__section h3 {
    font-weight: 700;
    font-size: 30px;
    line-height: 140%;
    color: #0a1e32
}

.services-other__section:first-child {
    padding-top: 0
}

.services-other__list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px
}

.services-other-item {
    width: calc(33.333% - 20px);
    border-radius: 10px;
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 25px;
    justify-content: space-between;
    box-shadow: 0 1px 0 0 rgba(163, 163, 163, .2);
    transition: all .3s
}

.services-other-item:hover {
    box-shadow: 0 2px 25px 0 rgba(0, 0, 0, .05)
}

.services-other-item__top {
    box-sizing: border-box;
    padding: 30px;
    padding-bottom: 0
}

.services-other-item__title {
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #0b1f35;
    display: flex;
    gap: 20px;
    align-items: center
}

.services-other-item__title span {
    flex: 1;
    max-width: 220px
}

.services-other-item__title img {
    width: 60px;
    height: 60px
}

.services-other-item__desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #666;
    margin-top: 16px
}

.services-other-item__desc p {
    margin-bottom: 0
}

.services-other-item__price {
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    color: #0b1f35;
    padding-right: 30px;
    position: relative;
    box-sizing: border-box
}

.services-other-item__price:before {
    content: '';
    width: 1px;
    height: 11px;
    background: #d9d9d9;
    right: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.services-other-item__bottom {
    display: flex;
    align-items: center;
    padding: 18px 30px;
    box-sizing: border-box;
    border-left: 1px solid #f4f4f4
}

.services-other-item__bottom button {
    background: 0 0;
    border: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #f02d00;
    transition: all .3s;
    box-sizing: border-box;
    padding: 0 30px;
    display: block;
    cursor: pointer
}

.services-other-item:hover .services-other-item__bottom button {
    color: #2757ff
}

.services-other-item__bottom a {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #4d4d4d;
    transition: all .3s;
    position: relative;
    padding-left: 30px;
    box-sizing: border-box
}

.services-other-item__bottom a:before {
    content: '';
    width: 1px;
    height: 11px;
    background: #d9d9d9;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.services-other-item:hover .services-other-item__bottom a {
    color: #000
}

.news-single__content .seo ul {
    list-style: none;
    margin-bottom: 20px
}

.news-single__content .seo ol {
    margin-bottom: 20px
}

#modalVideo .modal__window {
    max-width: 1000px
}

.prices__content-block {
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .04);
    background: #fff;
    border-radius: 8px;
    box-sizing: border-box
}

.prices__price {
    display: flex
}

.prices__price table {
    border-spacing: 0px;
    border-collapse: collapse
}

.prices__price th {
    background: #f8b600;
    height: 60px;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: #000;
    box-sizing: border-box;
    padding: 0 30px;
    border-right: 1px solid #d9a003;
    text-align: left
}

.prices__density {
    width: 200px
}

.prices__density th {
    border-radius: 8px 0 0
}

.prices__table th:last-child {
    border-radius: 0 8px 0 0;
    border-right: none
}

.prices__price td {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    box-sizing: border-box;
    padding: 15px 30px;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    color: #000
}

.prices__table td:last-child {
    border-right: none
}

.prices__table {
    max-width: 100%;
    width: 100%;
    flex: 1
}

.prices__price table {
    max-width: 100%;
    width: 100%
}

.prices__content-desc {
    box-sizing: border-box;
    padding: 15px 30px;
    border-bottom: 1px solid #ddd;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #333
}

.prices__content-bottom {
    font-size: 16px;
    line-height: 28px;
    color: #333;
    padding: 15px 30px
}

.title-price {
    margin-top: 35px;
    margin-bottom: 30px
}

.title-price h1 {
    margin-bottom: 25px
}

.title-price p {
    max-width: 810px
}

.prices__content {
    margin-bottom: 50px
}

.prices__content:last-child {
    margin-bottom: 0
}

.prices__content .title {
    margin-bottom: 30px
}

.prices__content .title h2 {
    margin: 0
}

.price-menu {
    margin-bottom: 40px
}

.price-menu ul {
    display: flex;
    gap: 15px
}

.price-menu ul li {
    margin: 0
}

.price-menu ul li a {
    display: flex;
    min-width: 140px;
    box-sizing: border-box;
    padding: 0 15px;
    height: 60px;
    flex-direction: column;
    gap: 8px;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .04);
    background: #fff;
    border-radius: 8px;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    color: #333;
    justify-content: center;
    transition: all .3s ease
}

.price-menu ul li a span {
    font-size: 14px;
    line-height: 100%;
    color: #555;
    transition: all .3s ease
}

.price-menu ul li a:hover {
    background: #f8b600
}

.price-menu ul li a.current {
    background: #ee1c25;
    color: #fff
}

.price-menu ul li a.current span {
    color: #fff
}

.prices__tabs {
    display: flex;
    gap: 15px;
    margin-bottom: 40px
}

.prices__tab {
    display: flex;
    min-width: 140px;
    box-sizing: border-box;
    padding: 0 15px;
    height: 60px;
    flex-direction: column;
    gap: 8px;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .04);
    background: #fff;
    border-radius: 8px;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    color: #333;
    justify-content: center;
    transition: all .3s ease;
    cursor: pointer
}

.prices__tab span {
    font-size: 14px;
    line-height: 100%;
    color: #555;
    transition: all .3s ease
}

.prices__tab:hover {
    background: #f8b600
}

.prices__tab.current {
    background: #ee1c25;
    color: #fff
}

.prices__tab.current span {
    color: #fff
}

.prices-service .prices__content {
    display: none
}

.prices-service .prices__content:first-child {
    display: block
}

.form-table {
    max-width: 930px;
    width: 100%
}

.form-table-row {
    display: flex;
    gap: 5px;
    margin-bottom: 5px
}

.form-table-col.big {
    flex: 1
}

.form-table-col.small {
    width: 90px
}

.form-table-col input {
    width: 100%;
    max-width: 100%;
    border: none;
    background: #fcfcfc;
    border: 1px solid #efefef;
    border-radius: 4px;
    height: 56px;
    box-sizing: border-box;
    outline: none;
    padding-left: 20px;
    font-weight: 400;
    font-size: 15px;
    color: #4d4d4d;
    font-family: inherit
}

.form-table-col input:placeholder {
    font-weight: 400;
    font-size: 15px;
    color: #4d4d4d;
    font-family: inherit
}

.wpcf7-field-group .wpcf7-field-group-add {
    display: none
}

.wpcf7-field-group:last-child .wpcf7-field-group-add {
    display: flex
}

.wpcf7-field-group .wpcf7-field-group-add {
    justify-content: center;
    align-items: center;
    max-width: 100%;
    width: 100%;
    background: #ee1c25;
    height: 56px;
    outline: none;
    box-sizing: border-box;
    border-radius: 4px;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    transition: all .3s
}

.wpcf7-field-group .wpcf7-field-group-add:hover {
    background: #000
}

.wpcf7-field-group .wpcf7-field-group-remove {
    display: none !important
}

.form-table-row.head .form-table-col {
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: #4d4d4d
}

.form-table-row.head .form-table-col span {
    color: #ee1c25
}

.big-calc-form-block {
    display: flex;
    gap: 30px;
    align-items: flex-start
}

.form-user {
    max-width: 450px;
    width: 100%;
    background: #fcfcfc;
    border: 1px solid #efefef;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 30px;
    margin-top: 33px
}

.form-user .input-submit .btn-red {
    max-width: 100%;
    background: #ee1c25
}

.form-user .input-submit .btn-red:hover {
    background: #000
}

.form-user .agree {
    font-size: 11px
}

.form-user .input-block input {
    color: #4d4d4d
}

.form-user .placeholder {
    color: #4d4d4d
}

.form-user .input-block input {
    height: 65px;
    padding-left: 20px
}

.form-user .input-row {
    background: #fff;
    border: 1px solid #efefef;
    border-radius: 10px;
    box-sizing: border-box;
    margin-bottom: 10px;
    align-items: center
}

.form-user .input-row .input-block {
    background: 0 0;
    border: none;
    margin: 0
}

.form-user .input-row .input-block input {
    border: none;
    border-radius: 0;
    padding-left: 20px
}

.have-whatsapp {
    display: flex;
    align-items: center;
    max-width: 218px;
    width: 100%;
    box-sizing: border-box;
    padding-left: 15px;
    border-left: 1px solid #d9d9d9;
    gap: 20px
}

.have-whatsapp p {
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #333;
    max-width: 86px
}

.form-user .wpcf7-form-control.wpcf7-radio {
    display: flex;
    margin: 0;
    gap: 10px
}

.form-user .wpcf7-list-item {
    margin: 0
}

.form-user .wpcf7-form-control.wpcf7-radio label input {
    display: none
}

.form-user .wpcf7-form-control.wpcf7-radio label span {
    width: 39px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    transition: all .3s;
    background: #fff;
    font-weight: 500;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    box-sizing: border-box;
    border: 1px solid transparent
}

.form-user .wpcf7-form-control.wpcf7-radio label span:hover {
    border-color: #ee1c25
}

.form-user .wpcf7-form-control.wpcf7-radio label input:checked~span {
    background: #ee1c25;
    color: #fff
}

.form-user .type-delivery .wpcf7-form-control.wpcf7-radio label span {
    width: auto;
    padding: 0 8px;
    font-size: 18px
}

.type-delivery {
    margin-bottom: 10px;
    background: #fff;
    border: 1px solid #efefef;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 12px 20px
}

.type-delivery p {
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 15px;
    line-height: 27px;
    color: #4d4d4d
}
.giant-form{display: none}
.giant-form .title {
    max-width: 770px;
    width: 100%
}

.giant-form .title {
    max-width: 100%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end
}

.giant-form .title__desc {
    max-width: 770px;
    width: 100%
}

.giant-form__video {
    display: flex;
    align-items: center;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .0);
    background: #fff;
    border-radius: 8px;
    max-width: 450px;
    width: 100%;
    box-sizing: border-box;
    padding: 25px;
    transition: all .3s ease;
    height: 112px;
    position: relative;
    gap: 33px
}

.giant-form__video:hover {
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .05)
}

.giant-form__video-left {
    display: flex;
    align-items: center;
    gap: 20px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #333
}

.giant-form__video-left p {
    max-width: 147px
}

.codedropz-upload-inner h3 {
    display: none
}

.codedropz-upload-inner>span {
    display: none
}

.dnd-upload-counter {
    display: none
}

.marketplace-delivery__list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px
}

.marketplace-delivery__item {
    width: calc(33.333% - 20px);
    box-sizing: border-box;
    border: 1px solid #e8e8e8;
    border-radius: 15px;
    overflow: hidden
}

.marketplace-delivery__item-img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 260px;
    margin-bottom: 11px
}

.marketplace-delivery__item-text {
    box-sizing: border-box;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    height: 69px;
    font-weight: 700;
    font-size: 26px;
    line-height: 146%;
    color: #4d4d4d;
    transition: all .3s ease
}

.marketplace-delivery__item:hover .marketplace-delivery__item-text {
    color: #fff;
    background: #ee1c25
}

.ransom__list {
    display: flex;
    gap: 30px;
    flex-wrap: wrap
}

.ransom__item {
    width: calc(25% - 23px);
    height: 200px;
    border-radius: 15px;
    overflow: hidden;
    transition: all .3s ease;
    box-shadow: 0px 4px 26px rgba(0, 0, 0, 0)
}

.ransom__item:hover {
    box-shadow: 0px 4px 26px rgba(0, 0, 0, .09)
}

.ransom__item img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.other-services__list {
    display: flex;
    gap: 30px;
    flex-wrap: wrap
}

.other-services__item {
    width: calc(20% - 24px);
    border-radius: 10px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 15px 19px;
    background: #fff;
    transition: all .3s ease;
    box-shadow: 0px 4px 26px rgba(0, 0, 0, 0)
}

.other-services__item:hover {
    box-shadow: 0px 4px 26px rgba(0, 0, 0, .09)
}

.other-services__item-img {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px
}

.other-services__item-text {
    font-weight: 500;
    font-size: 18px;
    line-height: 167%;
    color: #000;
    text-align: center
}

.cargo__list {
    display: flex;
    gap: 30px;
    flex-wrap: wrap
}

.cargo__item {
    width: calc(20% - 24px);
    border-radius: 10px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 15px 19px 20px;
    background: #fff;
    transition: all .3s ease;
    box-shadow: 0px 4px 26px rgba(0, 0, 0, 0)
}

.cargo__item:hover {
    box-shadow: 0px 4px 26px rgba(0, 0, 0, .09)
}

.cargo__item-img {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px
}

.cargo__item-text {
    font-weight: 500;
    font-size: 18px;
    line-height: 167%;
    color: #000;
    text-align: center
}

.advantages-p3__list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px
}

.advantages-p3-item {
    width: calc(33.333% - 20px);
    box-sizing: border-box;
    padding: 50px 30px;
    border-radius: 10px;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, .0);
    transition: all .3s;
    background: #fff
}

.advantages-p3-item:hover {
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, .03)
}

.advantages-p3-item__num {
    margin-bottom: 30px;
    display: flex;
    justify-content: flex-end;
    font-size: 80px;
    font-weight: 700;
    line-height: 100%;
    color: #333;
    transition: all .3s
}

.advantages-p3-item:hover .advantages-p3-item__num {
    color: #f02d00
}

.advantages-p3-item__title {
    font-size: 21px;
    font-weight: 500;
    line-height: 33px;
    color: #222;
    margin-bottom: 10px
}

.advantages-p3-item__text {
    font-size: 16px;
    line-height: 28px
}

.advantages-p3-question {
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .03);
    box-sizing: border-box;
    background: 0 0;
    border: 1px solid #d2d2d2;
    display: flex;
    flex-direction: column;
    align-items: center
}

.advantages-p3-question__img {
    display: flex;
    align-items: center;
    justify-content: center
}

.advantages-p3-question__text {
    margin-top: 11px;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 21px;
    line-height: 157%;
    color: #222
}

.advantages-p3-question__text span {
    display: block;
    font-weight: 400;
    font-size: 17px;
    line-height: 171%;
    text-align: center;
    color: #4d4d4d;
    margin-top: 5px
}

.advantages-p3-question .btn-red {
    max-width: 232px;
    height: 54px;
    border-radius: 50px;
    font-size: 16px;
    line-height: 175%
}

.photo-engraving__list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px
}

.photo-engraving__item {
    width: calc(25% - 23px);
    position: relative;
    overflow: hidden
}

.photo-engraving__item-album {
    width: 100%;
    position: relative;
    transition: all .3s ease;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0);
    border-radius: 10px
}

.photo-engraving__item-album:hover {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .3)
}

.photo-engraving__item-album-pagination {
    position: absolute;
    bottom: 0;
    display: flex;
    gap: 9px;
    top: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
    z-index: 5;
    height: 100px
}

.photo-engraving__item-album-pagination .swiper-pagination-bullet {
    flex: 1;
    background: #fff;
    height: 4px;
    border-radius: 5px;
    opacity: 1
}

.photo-engraving__item-album-pagination .swiper-pagination-bullet-active {
    background: #f39314
}

.photo-engraving__item-album-item {
    display: block;
    height: 100%;
    width: 100%
}

.photo-engraving__item-album-item img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.photo-engraving__item-album .swiper-slide {
    width: 100%;
    height: 320px;
    border-radius: 10px;
    overflow: hidden
}

.d-none {
    display: none
}

.photo-engraving__item-title {
    font-weight: 500;
    color: #333;
    margin-top: 10px
}

.video-work__list {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem
}

.video-work__item {
    width:auto;
}

.video-work__item-video {
    height: 500px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    display: block;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0);
    transition: all .3s ease
}

.video-work__item:hover .video-work__item-video {
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .3)
}

.video-work__item-video video{max-width: 100%;}


.video-work__item-title {
    font-weight: 500;
    font-size: 20px;
    color: #333;
    margin-top: 10px
}

.video-work__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s ease
}

.video-work__item:hover img {
    transform: scale(1.1)
}

.video-work__item .play {
    background: url(/wp-content/uploads/2025/05/group-1171274856.png) no-repeat;
    background-position: 0 0;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    position: absolute;
    height: 82px;
    width: 110px;
    transition: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 3
}

.video-work__item:hover .play {
    background-position: 0 100%
}

.works-links {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-bottom: 50px
}

.works-links a {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 300px;
    width: 100%;
    height: 64px;
    border-radius: 10px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .03);
    background: #fff;
    box-sizing: border-box;
    font-weight: 500;
    font-size: 20px;
    color: #333;
    transition: all .3s ease
}

.works-links a.active {
    background: #ee1c25;
    color: #fff
}

#cookies {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 55;
    background: #fff;
    padding: 24px 0;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .1);
    display: none
}

.cookies__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px
}

.cookies__desc {
    font-size: 16px;
    line-height: 28px;
    flex: 1
}

.cookies__actions {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    max-width: 300px;
    width: 100%
}

.cookies__actions .btn-red {
    max-width: 254px;
    height: 66px
}

.cookies-close {
    position: absolute;
    top: -20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: #fff;
    cursor: pointer;
    border: none;
    outline: none;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .1);
    transition: all .3s ease;
    border-radius: 3px
}

.cookies-close:hover {
    background: #000
}

.cookies-close:hover path {
    stroke: #fff
}

@media (max-width:834px) {
    .cookies__row {
        gap: 30px;
        flex-direction: column
    }

    .cookies__desc {
        margin-right: auto;
        flex: auto;
        width: calc(100% - 50px);
        font-size: 14px;
        line-height: 24px
    }

    .cookies__actions {
        max-width: 100%;
        width: 100%
    }
}

@media(min-width:2560px) {
    .table-price tr {
        padding: 0 22.5vw
    }
}

@media(max-width:1600px) {
    .table-price tr {
        padding: 0 5.7vw
    }
}

@media(max-width:1536px) {
    .table-price tr {
        padding: 0 4.7vw
    }
}

@media(max-width:1440px) {
    .table-price tr {
        padding: 0 15px
    }
}

@media(max-width:1410px) {
    .container {
        padding: 0 15px;
        box-sizing: border-box
    }

    .product {
        width: calc(25% - 23px)
    }
}

@media(max-width:1280px) {
    .header-top__contacts ul {
        gap: 20px
    }

    .header-top__contacts .socials {
        margin-left: 30px
    }

    .phones a {
        font-size: 16px;
        font-weight: 500;
        line-height: 28px
    }

    .tb2__img {
        max-width: 540px
    }

    .prices__table {
        max-width: 100%;
        width: 100%;
        flex: 1;
        overflow-x: auto;
        white-space: nowrap
    }
}

.header-contacts-mob {
    display: none
}

.logo-mob {
    display: none
}

@media(max-width:1024px) {
    .header__mob-contacts {
        display: flex;
        align-items: center
    }

    .header__mob-contacts a {
        width: 60px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .header__mob-contacts.phone a {
        border-left: 1px solid #243063;
        border-right: 1px solid #243063;
        box-sizing: border-box
    }

    .closeIcon {
        display: none
    }

    .header-top__calls {
        display: none
    }

    .navbar {
        width: 60px;
        height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #ee1c25
    }

    .header-bottom__actions {
        display: none
    }

    .header-top__contacts {
        display: none
    }

    .header-top {
        background: linear-gradient(90deg, #17132e 0%, #2c133d 100%);
        z-index: 60;
        position: relative;
        height: 60px;
        padding: 0
    }

    .home .header,
    .page-template-service .header,
    .page-template-about .header {
        position: relative;
        background: 0 0;
        box-shadow: none
    }

    .header-top__mob-actions {
        display: flex;
        align-items: center
    }

    .logo-mob {
        display: block;
        position: relative;
        top: -2px
    }

    .logo-mob a {
        display: flex;
        font-size: 16px;
        font-weight: 600;
        align-items: center;
    }
    .logo-mob a img{
        margin-right:5px;
    }

    .logo-mob p {
        margin-top: 4px;
        font-weight: 400;
        font-size: 12px;
        line-height: 7px;
        color: #fff
    }

    .header-top .logo-white {
        display: none
    }

    .header-top .container {
        padding: 0;
        padding-left: 15px
    }

    .header-bottom {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        z-index: 50;
        background: #fff;
        padding-top: 70px;
        box-sizing: border-box;
        overflow-y: auto;
        color: #535763;
        display: none;
        padding-bottom: 90px
    }

    .header-bottom-menu li {
        padding: 0
    }

    .header-bottom__row {
        display: block
    }

    .header-bottom-menu>ul {
        display: flex;
        flex-direction: column;
        gap: 0
    }

    .sub-menu-container {
        display: none;
        position: relative;
        background: #f8f8f8;
        padding: 18px 15px
    }

    .sub-menu-item {
        margin-bottom: 19px
    }

    .menu-item-has-children {
        display: block
    }

    .top-menu>li>a {
        padding: 12px 15px;
        box-sizing: border-box;
        display: block;
        font-size: 16px;
        font-weight: 500;
        color: #535763
    }

    .menu-item-has-children.active {
        background: #ee1c25
    }

    .menu-item-has-children.active>a {
        color: #fff
    }

    .menu-arrow {
        right: 0;
        top: 0;
        width: 30px;
        height: 52px;
        display: flex;
        align-items: center;
        z-index: 5;
        position: absolute;
        justify-content: center;
        outline: none
    }

    .menu-item-has-children.active .menu-arrow svg {
        transform: rotate(90deg)
    }

    .menu-item-has-children.active .menu-arrow path {
        stroke: #fff;
        fill: #fff
    }

    .header-bottom .container {
        padding: 0
    }

    .sub-menu-block {
        padding: 0
    }

    .banner {
        padding-top: 80px
    }

    .header-contacts-mob {
        display: block;
        box-sizing: border-box;
        margin-top: 25px;
        border-top: 1px solid #f0f0f0;
        padding-top: 30px
    }

    .phones li {
        display: flex;
        align-items: center;
        gap: 20px;
        margin-bottom: 30px;
        box-sizing: border-box;
        padding: 0 15px
    }

    .header-contacts-mob__email {
        box-sizing: border-box;
        padding: 0 15px
    }

    .header-contacts-mob .socials {
        padding: 0 15px
    }

    .header .phones a {
        font-size: 26px;
        line-height: 26px;
        color: #3e3e3e
    }

    .header-contacts-mob__address {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 30px
    }

    .header-contacts-mob.shipping-calculation a {
        display: flex;
        align-items: center;
        gap: 15px;
        box-sizing: border-box;
        padding: 0 15px;
        font-weight: 500;
        font-size: 17px
    }

    .header-top__row {
        gap: 15px
    }

    .header-contacts-mob__address {
        box-sizing: border-box;
        padding: 0 15px
    }

    .header-contacts-mob__address p strong {
        display: block
    }

    .header-contacts-mob__email {
        font-weight: 600;
        font-size: 20px;
        line-height: 30px;
        color: #333;
        margin-bottom: 25px
    }

    .service {
        width: calc(50% - 15px)
    }

    .safety-item {
        max-width: 690px;
        width: 100%;
        margin: 0 auto
    }

    .about__row {
        flex-direction: column;
        align-items: center
    }

    .call-form__block {
        gap: 20px;
        padding: 40px 15px
    }



    .short-call-form .call-form__block {
        gap: 20px;
        padding: 40px 15px
    }

    .call-form__block br {
        display: none
    }

    .call-form-info__bottom-mob {
        display: block
    }

    .call-form__form {
        max-width: 100%;
        width: 100%
    }

    .call-form__block .line {
        display: none
    }

    .call-form__block {
        flex-direction: column
    }

    .input-row {
        gap: 10px
    }

    .call-form-info__bottom {
        display: none
    }

    .short-call-form .call-form__form {
        max-width: 100%;
        width: 100%
    }

    .input-submit .btn-red {
        max-width: 100%
    }

    .delivery-stages__list {
        gap: 50px
    }

    .delivery-stage__big-number {
        display: none
    }

    .delivery-stage__info {
        gap: 15px
    }

    .photos-deliveries-slide__img {
        height: 220px
    }

    .tb1__row {
        flex-direction: column-reverse;
        align-items: center
    }

    .tb1__row:nth-child(even) {
        flex-direction: column-reverse
    }

    .footer-red__row .logo-white {
        display: none
    }

    .footer__actions {
        justify-content: center
    }

    .footer-contacts__row {
        flex-wrap: wrap
    }

    .footer-contact {
        flex: auto;
        width: calc(50% - 15px)
    }

    .footer-services__row {
        flex-wrap: wrap;
        gap: 30px
    }

    .footer-service {
        flex: none;
        width: calc(33.333% - 20px)
    }

    .footer-copyright__row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 20px;
        flex-direction: column;
        text-align: center
    }

    .product {
        width: calc(33.333% - 20px)
    }

    .delivery-algorithm-item {
        width: calc(50% - 15px)
    }

    .contacts-page-item {
        width: calc(50% - 15px)
    }

    .single-banner__img {
        display: none
    }

    .single-banner__desc {
        max-width: 100%
    }

    .cat-single {
        width: calc(50% - 15px)
    }

    .application-to-cargo__item {
        width: calc(50% - 15px)
    }

    .application-to-cargo__item-num svg {
        display: none
    }

    .rating__list {
        flex-wrap: wrap
    }

    .rating-item {
        width: 100%
    }

    .statistics-item {
        width: calc(50% - 13px)
    }

    .news__item {
        width: calc(50% - 15px);
        position: relative
    }

    .news-single__row {
        flex-direction: column
    }

    .sidebar {
        display: none
    }

    .news-single {
        position: relative
    }

    .news-single-top {
        padding: 20px 15px;
        border: none;
        margin-bottom: 40px;
        background: #fff;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        margin-top: 40px
    }

    .news-single__content {
        padding-top: 100px
    }

    .single-banner__img {
        display: none
    }

    .single-banner__desc {
        max-width: 100%
    }

    .seo__list {
        gap: 15px
    }

    .seo__list ul {
        width: 100%
    }

    .seo__list ul li:last-child {
        margin-bottom: 0
    }

    .blog-page-tags {
        display: none
    }

    .blog-page-question {
        display: none
    }

    .blog-page-single__img {
        height: 400px
    }

    .services-other-item {
        width: calc(50% - 15px)
    }

    .big-calc-form-block {
        flex-direction: column
    }

    .form-table {
        max-width: 100%;
        width: 100%
    }

    .form-user {
        max-width: 100%
    }

    .giant-form .title {
        flex-direction: column;
        align-items: flex-start;
        gap: 50px
    }

    .ransom__item {
        height: 130px
    }

    .other-services__item {
        width: calc(33.333% - 20px)
    }

    .cargo__item {
        width: calc(33.333% - 20px)
    }

    .photo-engraving__list {
        gap: 16px
    }

    .photo-engraving__item {
        width: calc(33.333% - 11px)
    }

    .photo-engraving__item-album-pagination {
        justify-content: flex-end;
        background: #fff;
        border-radius: 10px;
        align-items: center;
        height: 16px;
        left: auto !important;
        right: 15px;
        width: max-content !important;
        gap: 2px;
        padding: 0 5px
    }

    .photo-engraving__item-album-pagination .swiper-pagination-bullet {
        border-radius: 5px;
        background: #000;
        width: 10px;
        height: 10px;
        transition: all .3s ease;
        flex: none;
        margin: 0 !important
    }

    .photo-engraving__item-album-pagination .swiper-pagination-bullet-active {
        width: 16px
    }
}

@media(max-width:834px) {
    body {
        line-height: 26px;
        font-size: 16px
    }

    h1 {
        font-size: 38px;
        line-height: 48px
    }

    h2 {
        font-size: 34px;
        line-height: 44px
    }

    .p-100 {
        padding: 80px 0;
        box-sizing: border-box
    }

    .pt-100 {
        padding-top: 80px;
        box-sizing: border-box
    }

    .pb-100 {
        padding-bottom: 80px;
        box-sizing: border-box
    }

    .p-75 {
        padding: 40px 0;
        box-sizing: border-box
    }

    .pt-75 {
        padding-top: 40px;
        box-sizing: border-box
    }

    .pb-75 {
        padding-bottom: 40px;
        box-sizing: border-box
    }

    .m-100 {
        margin: 80px 0;
        box-sizing: border-box
    }

    .mt-100 {
        margin-top: 80px;
        box-sizing: border-box
    }

    .mb-100 {
        margin-bottom: 80px;
        box-sizing: border-box
    }

    .m-75 {
        margin: 40px 0;
        box-sizing: border-box
    }

    .mt-75 {
        margin-top: 40px;
        box-sizing: border-box
    }

    .mb-75 {
        margin-bottom: 40px;
        box-sizing: border-box
    }

    .banner__row-text {
        gap: 12px 25px;
        margin-top: 20px;
        margin-bottom: 20px
    }

    .banner__row-text p {
        font-size: 16px;
        line-height: 26px
    }

    .banner {
        padding-bottom: 40px;
        padding-top: 40px;
        color: #333
    }

    .service-banner {
        padding-top: 0
    }

    .service-banner .breadcrumb {
        margin-bottom: 40px
    }

    .service-banner .breadcrumb span {
        color: #555
    }

    .breadcrumb .container {
        white-space: nowrap;
        overflow-x: scroll
    }

    .service-banner .sep {
        background-image: url(/wp-content/uploads/2024/03/sep.svg)
    }

    .banner__desc h1 {
        color: #333
    }

    .home .header,
    .page-template-service .header,
    .page-template-about .header {
        position: relative
    }

    .banner__desc ul li {
        color: #000
    }

    .banner img {
        display: none
    }

    .banner__desc p {
        font-size: 16px;
        line-height: 26px
    }

    .banner__price p {
        color: #000;
        font-size: 28px;
        line-height: 38px
    }

    .banner__price {
        gap: 20px;
        margin-bottom: 35px
    }

    .banner__bottom {
        margin-top: 30px
    }

    .advantages-item {
        max-width: 100%;
        width: 100%
    }

    .service {
        width: 100%;
        max-width: 445px;
        margin: 0 auto
    }

    .line-btn {
        gap: 15px;
        flex-wrap: wrap
    }

    .ch1__list {
        gap: 17px
    }

    .ch1-item__question {
        font-size: 18px;
        line-height: 28px
    }

    .ch1-item__title i {
        width: 35px;
        height: 35px
    }

    .ch1-item__title svg {
        width: 20px;
        height: 20px
    }

    .ch1-item__content {
        padding-bottom: 17px
    }

    .geography-tabs {
        display: flex;
        gap: 8px;
        overflow-x: auto;
        white-space: nowrap
    }

    .geography-tab {
        height: 50px;
        font-size: 18px;
        line-height: 28px
    }

    .geography-tab .back {
        font-size: 14px;
        line-height: 16px
    }

    .delivery-stage__title {
        font-size: 20px;
        line-height: 30px
    }

    .delivery-stage__text {
        font-size: 16px;
        line-height: 26px
    }

    .delivery-stages__list {
        gap: 40px
    }

    .delivery-stage__info {
        padding-bottom: 40px
    }

    .helpful-information__item {
        width: 100%
    }

    .footer__actions {
        flex-direction: column;
        gap: 30px
    }

    .footer__actions ul {
        gap: 20px
    }

    .product {
        width: calc(50% - 15px)
    }

    .logistics-stage {
        width: calc(50% - 15px)
    }

    .advantage-service {
        width: calc(50% - 15px)
    }

    .contacts-page-item {
        width: 100%
    }

    .banner__desc .big-check li {
        color: #000;
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 15px;
        gap: 15px
    }

    .banner__desc .big-check-flex li {
        color: #000;
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 0;
        gap: 15px
    }

    .banner__desc ul li {
        font-size: 16px;
        line-height: 26px
    }

    .banner__desc .big-check li:before {
        width: 30px;
        height: 28px
    }

    .video-btn {
        display: none
    }

    .work-directlyo__item {
        width: 100%
    }

    .work-directlyo__item p {
        font-size: 16px;
        line-height: 25px
    }

    .application-to-cargo .title {
        margin-bottom: 50px
    }

    .rating {
        padding: 40px 0
    }

    .statistics {
        padding: 40px 0
    }

    .video-block {
        height: 300px
    }

    .banner__desc .big-check-flex {
        display: flex;
        gap: 20px;
        margin-bottom: 30px;
        overflow: hidden;
        overflow-x: auto;
        white-space: nowrap;
        padding-bottom: 10px
    }

    .project-grid {
        width: calc(50% - 15px)
    }

    .p-50 {
        padding: 20px 0
    }

    .ransom__item {
        width: calc(50% - 15px)
    }

    .other-services__item {
        width: calc(50% - 15px)
    }

    .cargo__item {
        width: calc(50% - 15px)
    }

    .advantages-p3-item {
        width: calc(50% - 15px)
    }

    .marketplace-delivery__item {
        width: 100%
    }

    .photo-engraving__item {
        width: calc(50% - 8px)
    }

    .video-work__item-video {
        height: auto
    }
}

@media(max-width:480px) {
    .banner__desc h1 br {
        display: none
    }

    .logo-white p {
        display: none
    }

    .logo-white .line {
        display: none
    }

    .advantages-item {
        flex-direction: column;
        gap: 30px;
        align-items: flex-start
    }

    .services .container {
        padding: 0
    }

    .services .title {
        padding: 0 15px;
        box-sizing: border-box
    }

    .service {
        padding: 30px 15px
    }

    .service__img {
        height: 200px
    }

    .safety .container {
        padding: 0
    }

    .safety .title {
        padding: 0 15px;
        box-sizing: border-box
    }

    .safety-item {
        flex-direction: column;
        padding: 30px 15px;
        box-sizing: border-box;
        height: auto
    }

    .safety-item__img {
        max-width: 100%;
        height: 200px
    }

    .safety-item__desc {
        padding: 0;
        margin-top: 20px
    }

    .geography-tab {
        min-width: 160px;
        max-width: 160px;
        white-space: pre-wrap
    }

    .step__block {
        width: 100%
    }

    .step__block:before {
        right: auto;
        left: 0
    }

    .step__title:before {
        left: -4px;
        right: auto
    }

    .step__block {
        padding: 15px 0;
        padding-left: 17px;
        text-align: left
    }

    .step:nth-child(even) .step__block {
        padding-left: 17px
    }

    .bottom-btn {
        margin-top: 30px
    }

    .btn-red {
        height: 60px;
        font-size: 16px;
        line-height: 26px;
        max-width: 100%;
        width: 100%
    }

    .btn-yellow {
        height: 60px;
        font-size: 16px;
        line-height: 26px;
        max-width: 100%;
        width: 100%
    }

    .btn-white {
        max-width: 300px;
        height: 60px;
        font-size: 16px;
        line-height: 26px
    }

    .title {
        margin-bottom: 40px
    }

    .about__img {
        height: 320px
    }

    .about__row {
        gap: 40px
    }

    .input-submit .btn-red {
        height: 60px
    }

    .line-btn p {
        font-size: 16px;
        line-height: 26px
    }

    .line-btn a,
    .line-btn button {
        font-size: 16px;
        line-height: 26px
    }

    .tb1__img {
        height: 320px
    }

    .tb1__row {
        gap: 40px
    }

    .photos-deliveries-slider .slick-list {
        padding: 0 20% 0 0 !important;
        box-sizing: border-box
    }

    .photos-deliveries-slider {
        margin-left: -10px
    }

    .photos-deliveries-slider .slick-track {
        gap: 10px
    }

    .count-pagination {
        font-size: 30px;
        font-weight: 700;
        line-height: 42px;
        gap: 15px
    }

    .photos-deliveries__bottom {
        margin-top: 30px
    }

    .clients-slider .slick-list {
        padding: 0 20% 0 0 !important;
        box-sizing: border-box
    }

    .title h2 {
        text-align: left !important
    }

    .teams {
        padding-bottom: 110px
    }

    .teams .slider-arrow.arrow-next {
        right: 23%
    }

    .teams .slider-arrow.arrow-prev {
        left: 23%
    }

    .teams .slider-arrow {
        bottom: -85px;
        top: auto
    }

    .teams .slick-list {
        padding: 0 20% 0 0 !important;
        box-sizing: border-box
    }

    .short-call-form .container,
    .call-form .container {
        padding: 0
    }

    .footer-contact {
        flex: auto;
        width: 100%
    }

    .footer-service {
        flex: none;
        width: 100%
    }

    .footer-service ul {
        display: none
    }

    .footer-service h3 {
        display: flex;
        align-items: center;
        justify-content: space-between
    }

    .footer-service h3.active svg {
        transform: rotate(90deg)
    }

    .helpful-information__item {
        font-size: 16px;
        line-height: 26px;
        padding-bottom: 12px
    }

    .helpful-information__list {
        gap: 12px
    }

    .helpful-information__item svg {
        display: none
    }

    .footer__actions ul li {
        gap: 5px
    }

    .footer__actions ul {
        gap: 15px
    }

    .footer-contacts {
        padding: 50px 0
    }

    .products .container {
        padding: 0
    }

    .products .title {
        box-sizing: border-box;
        padding: 0 15px
    }

    .products .bottom-btn {
        box-sizing: border-box;
        padding: 0 15px
    }

    .products__list {
        gap: 0
    }

    .product {
        width: 50%;
        background: 0 0;
        border-radius: 0;
        border: none;
        padding: 15px;
        position: relative
    }

    .product:after {
        content: '';
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        width: 157px;
        height: 1px;
        background: #ebebeb
    }

    .product:nth-child(1),
    .product:nth-child(2) {
        padding-top: 0
    }

    .product:nth-child(odd):before {
        content: '';
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 1px;
        height: 144px;
        background: #ebebeb
    }

    .product:nth-last-child(-n+2):after {
        display: none
    }

    .product__img {
        border-radius: 10px;
        height: 108px
    }

    .product__title {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 10px
    }

    .advantage-service {
        width: 100%
    }

    .advantages-service__list {
        gap: 40px
    }

    .logistics-stage {
        width: 100%;
        padding: 30px 25px
    }

    .delivery-algorithm-item {
        width: 100%;
        height: auto;
        padding: 15px 15px 40px
    }

    .error-404__content svg {
        max-width: 345px;
        width: 100%;
        height: auto
    }

    .error-404__content h1,
    .thx__block h1 {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 15px
    }

    .error-404__content p,
    .thx__block p {
        font-size: 16px;
        line-height: 26px
    }

    .error-404,
    .thx {
        padding-top: 80px;
        padding-bottom: 40px
    }

    .contacts-page__row {
        gap: 40px
    }

    .contacts-page-item {
        padding-top: 20px
    }

    .contacts-page-item p {
        font-size: 18px;
        line-height: 28px
    }

    .contacts-page-item strong {
        font-size: 20px;
        line-height: 30px
    }

    .contacts-page-tabs {
        gap: 10px;
        margin-bottom: 40px
    }

    .contacts-page-tab {
        height: 50px;
        font-size: 18px;
        line-height: 28px;
        max-width: 170px
    }

    .modal__window {
        padding: 30px 15px
    }

    .placeholder {
        line-height: 20px
    }

    .placeholder .big-note {
        display: block
    }

    .cat-single {
        width: 100%
    }

    .cat-single__img {
        height: 230px
    }

    .table-price table {
        display: none
    }

    .table-mob-item-row {
        display: flex;
        gap: 40px
    }

    .table-mob-item-row p {
        font-size: 14px;
        line-height: 24px;
        color: #333;
        margin-bottom: 15px
    }

    .table-mob-item-row p:first-child {
        max-width: 120px;
        width: 100%;
        font-weight: 600
    }

    .table-mob-item {
        box-sizing: border-box;
        border-bottom: 1px solid #ededed;
        padding-bottom: 5px;
        margin-bottom: 20px
    }

    .application-to-cargo__item {
        width: 100%
    }

    .statistics-item__title {
        font-size: 14px
    }

    .statistics-item__text p {
        font-size: 12px
    }

    .rating-item__title {
        font-size: 14px
    }

    .rating-item__text {
        font-size: 12px
    }

    .statistics-item {
        width: 100%;
        padding: 20px 15px
    }

    .news-single-top {
        white-space: nowrap;
        overflow-x: scroll;
        gap: 30px
    }

    .project-grid {
        width: 100%
    }

    .white-text-block {
        font-size: 16px;
        line-height: 26px;
        padding: 25px 15px
    }

    .gray-text-block-img {
        padding: 0 15px 25px
    }

    .gray-text-block {
        flex-direction: column;
        padding: 25px 15px;
        gap: 15px;
        margin-top: 30px
    }

    .gray-text-block .p-img {
        max-width: 34px;
        min-width: 34px;
        margin-top: -20px;
        position: relative
    }

    .gray-text-block-img {
        padding: 0 15px 25px
    }

    .logistics-stages-two .logistics-stage {
        width: 100%
    }

    .prices__price th {
        padding: 0 15px;
        height: 45px;
        font-size: 14px;
        line-height: 24px
    }

    .prices__price td {
        padding: 10px 15px;
        font-size: 14px;
        line-height: 24px
    }

    .prices__content-desc {
        font-size: 14px;
        line-height: 24px;
        padding: 15px
    }

    .prices__content-bottom {
        font-size: 14px;
        line-height: 24px;
        padding: 15px
    }

    .prices__density {
        width: 150px
    }

    .price-menu ul {
        gap: 10px;
        overflow-x: auto
    }

    .prices__tabs {
        gap: 10px;
        overflow-x: auto
    }

    .price-menu ul li a {
        font-size: 16px
    }

    .prices__tab {
        font-size: 16px
    }

    .form-table-col.small {
        width: 50px
    }

    .form-table-row.head .form-table-col {
        font-size: 10px;
        line-height: 20px
    }

    .form-user {
        margin-top: 0;
        padding: 15px
    }

    .form-user .type-delivery .wpcf7-form-control.wpcf7-radio label span {
        font-size: 14px
    }

    .type-delivery {
        padding: 10px
    }

    .form-user .input-row .input-block {
        background: #fff;
        margin-bottom: 10px
    }

    .form-user .input-row .input-block input {
        padding-left: 10px;
        font-size: 14px;
        height: 55px;
        border-radius: 10px;
        border: 1px solid #efefef
    }

    .form-user .input-block input {
        padding-left: 10px;
        font-size: 14px;
        height: 55px
    }

    .form-user .placeholder {
        font-size: 14px
    }

    .form-user .input-submit .btn-red {
        height: 55px
    }

    .form-user .input-row {
        flex-direction: column;
        background: 0 0;
        border: none;
        gap: 0
    }

    .have-whatsapp {
        max-width: 100%;
        padding-left: 0;
        border-left: none;
        gap: 10px;
        justify-content: center;
        box-sizing: border-box;
        padding: 10px;
        background-color: #fff !important;
        border: 1px solid #efefef;
        border-radius: 10px
    }

    .marketplace-delivery__item-text {
        font-size: 20px;
        line-height: 150%;
        height: 50px
    }

    .marketplace-delivery__list {
        gap: 8px
    }

    .ransom__list {
        gap: 8px
    }

    .ransom__item {
        width: calc(50% - 4px);
        height: 102px
    }

    .other-services__item-text {
        font-size: 14px;
        line-height: 129%
    }

    .other-services__list {
        gap: 8px
    }

    .other-services__item {
        width: calc(50% - 8px)
    }

    .cargo__list {
        gap: 8px
    }

    .cargo__item {
        width: calc(50% - 8px)
    }

    .cargo__item-text {
        font-size: 14px;
        line-height: 129%
    }

    .advantages-p3__list {
        gap: 8px
    }

    .advantages-p3-item {
        width: 100%;
        padding: 30px 25px
    }

    .photo-engraving__item {
        width: 100%
    }

    .photo-engraving__item-album .swiper-slide {
        height: 300px
    }

    .video-work__item {
        width: 100%
    }
}














.logistics {text-align: center;padding: 4vw 0;background:#0465f4}
.logistics .s1{font-size:40px;color:#fff;font-weight: bold;margin-bottom:0.5rem}
.logistics .s2{font-size:24px;color:#fff}
.logistics .line{display: block;height: 1px;width: 100%;background-color: #DCDFE6;position: relative;margin:1rem 0}
.dh{color:#fbb500;padding:0px 0px 20px 0px;width: 100%;}

    
    


.logistics form {display: flex;flex-direction: column;justify-content: center;align-items: center;margin-top:20px}
.logistics input {color: #495057;background-color: #fff;background-clip: padding-box;border: 1px solid #ced4da;border-radius: 40px;width: 100%;padding: 20px  30px;line-height: 1.5;margin: 10px 0;font-size: 18px}
.logistics .btn {font-size: 1.15rem;line-height: 1.5;border-radius: 10px;background-color: #fff;color: #000;border: 0;border-radius: 20px;padding: 0.5rem 2rem;margin-top: 0.5rem}




.guiji .pagecont{display: flex;flex-wrap:wrap;justify-content:space-between;min-height:200px;padding:3rem 0}

.guiji .ydinfo{width:100%;background:#fff;display:flex;justify-content:space-between;flex-wrap:wrap;
padding:2%}
.guiji .ydinfo .card{width:50%;border-bottom:1px solid #ccc;text-align:left;padding:0;margin:1% 0}

.guiji .timeline{width:60%;margin-top:20px;padding-left:10px}
.guiji .pic{width:38%;margin-top:20px;}
.guiji .pic .picimg{max-height:100%;display:flex;justify-content:center;align-items: center;overflow:hidden}

.guiji .pic .picimg .slider{width:100%;}
.guiji .pic .picimg .slider .item{width:100%;
}




.picimg .slick-list {
    z-index: 1;
}

.picimg .slick-dots {
    position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
    bottom: 50px;
    text-align: center;
}

.picimg .slick-dots li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 5px;
    *width: 12px;
    *height: 12px;
    *background: #fff;
    border-radius: 50%;
}

.picimg .slick-dots button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fff;
    padding: 0;
    margin: 0;
    font-size: 0;
    text-indent: -999px;
    display: block;
    overflow: hidden;
}

.picimg .slick-dots .slick-active {
    *background: #0465f4;;
}

.picimg .slick-dots .slick-active button {
    background: #0465f4;;
}











.guiji .timeline .card{border-left:2px solid #E4E7ED;padding-left:15px;text-align:left;padding-bottom:20px}
.guiji .timeline .card .time{position:relative;color:#fbb500;line-height:1;margin-bottom:10px;}

.guiji .timeline .card .body{box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);background:#fff;box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);padding:2%}
.guiji .timeline .card:nth-last-child(1){    border-left: 2px solid #f8f9ff;}
.guiji .timeline .card .time:before{content:"";width:12px;height:12px;border-radius:50%;background:#E4E7ED;position:absolute;left:-22px;top:0}
.guiji .timeline .card:nth-child(1) .time:before{background:#fbb500;}





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

.guiji{padding:20px 0;}
.guiji .ydinfo .card{width:100%;}

.logistics .s1{font-size:18px;}
.logistics .s2{font-size:14px;}
.logistics input{padding:10px 20px;font-size:14px}
.logistics .btn{font-size:14px}
.logistics .pagecont {
    max-width: 96%;
    margin: 0 auto;
}
.guiji .pagecont{max-width:96%;margin:2%;padding: 0;}

}




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

    .logo-mob a {
        display: flex;
        font-size: 14px;
        font-weight: 600;
        align-items: center;
    }


}
