.catalog-menu .c-inner-menu>ul>li:hover .w-sub-menu {
    top: 10px !important;
}

.slider-main .owl-stage-outer {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.main-page .wrapper,
.footer .wrapper,
.header .wrapper {
    max-width: 1270px;
    padding: 0 15px;
}
.services {
    padding-top: 40px !important;
}
.services__list {
    padding-top: 40px;
}
.services__item {
    color: #0D2D3D;
    margin-top: -40px;
    background-repeat: no-repeat;
    background-size: contain;
}
.services__item:nth-child(1) {
    padding: 90px 80px 131px;
    background-image: url("/templates_new/images/serv1.png")
}
.services__item:nth-child(2) {
    padding: 165px 100px 157px;
    background-image: url("/templates_new/images/serv2.png");
    color: #fff;
}
.services__item:nth-child(3) {
    padding: 155px 100px 117px;
    background-image: url("/templates_new/images/serv3.png")
}

.services__item:nth-child(1) .services__item-content {
    max-width: 520px;
}
.services__item:nth-child(2) .services__item-content {
    max-width: 450px;
    margin-left: auto;
}
.services__item:nth-child(3) .services__item-content {
    max-width: 477px;
}
.ctitle {
    font-size: 40px;
    font-weight: 700;
    color: #0D2D3D;
    text-align: center;
    margin-bottom: 40px;
}
.services__item-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
}
.services__item-subtitle {
    font-size: 14px;
    margin-top: 5px;
    opacity: .6;
}
.services__item-text {
    font-size: 16px;
    margin-top: 25px;
    line-height: 1.3;
}
.services__item-button {
    color: #FFCB05;
    background: #0D2D3D;
    font-size: 16px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin-top: 30px;
    display: inline-block;
    padding: 8px 18px;
    transition: .3s ease;
}
.services__item-button:hover {
    text-decoration: none;
    color: #FFCB05;
    opacity: .7;
}
.services__item:nth-child(2) .services__item-button {
    color: #0D2D3D;
    background: #FFCB05;
}
.services__item:nth-child(2) .services__item-button:hover {
    color: #0D2D3D;
}


.business {
    padding-top: 40px !important;
}
.business__block[data-block="clients"] {
    min-height: 655px;
    background-image: url('/templates_new/images/business-bg.png');
    background-position: center;
    border-radius: 20px;
}
.business__block[data-block="partner"] {
    background-color: #0d2d3d;
    min-height: 655px;
    display: none;
    background-image: url('/templates_new/images/business2.png');
    background-position: center;
    border-radius: 20px;
}
.business__block[data-block="franchise"] {
    background-color: #0d2d3d;
    min-height: 655px;
    display: none;
    background-image: url('/templates_new/images/business3.png');
    background-position: center;
    border-radius: 20px;
}
.business__tabs {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding-top: 40px;
    margin: 0 auto;
}
.business__tabs_m {
    display: none;
    align-items: center;
    justify-content: center;
    margin-top: -30px;
    margin-bottom: 20px;
    gap: 10px;
}
.business__tabs_m .business__tab {
    color: #0D2D3D;
    font-size: 14px;
    padding: 2px 8px;
    border: none;
}
.business__tab:hover,
.business__tab:focus
{
    background: #FFCB05;
    color: #0D2D3D;
    text-decoration: none;
}
.business__tab {
    font-size: 18px;
    padding: 11px 24px;
    transform: skewX(-15deg);
    border-radius: 8px;
    color: #FFCB05;
    border: 2px solid #FFCB05;
    transition: .3s ease;
    cursor: pointer;
}
.business__tab span {
    transform: skewX(15deg);
    display: block;
}
.business__tab.active {
    color: #0D2D3D;
    background: #FFCB05;
}
.business__content {
    padding: 140px 95px;
    color: #fff;
    max-width: 520px;
    box-sizing: content-box;
}
.business__content-title {
    font-size: 32px;
    font-weight: 700;
}
.business__content-subtitle {
    opacity: .6;
    font-size: 14px;
}
.business__content-text {
    font-size: 16px;
    margin-top: 20px;
}
.business__content-button {
    font-size: 20px;
    background: #FFCB05;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color: #0D2D3D;
    padding: 13px 38px;
    display: inline-block;
    margin-top: 30px;
    cursor: pointer;
}
.business__content-button:hover,
.business__content-button:focus {
    color: #0D2D3D;
    text-decoration: none;
}


.mobile__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 35px;
    background: #FFCB05;
}
.mobile__head img {
    max-width: 140px;
}
.mobile__head-close {
    padding: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0d2d3d;
    border-radius: 10px;
}
.mobile-login-menu {
    display: flex;
}
#mobile-menu .mm-panel > ul > li a {
    text-transform: unset;
    font-size: 16px;
    font-family: "PT Sans", sans-serif;
}
.mobile-login-menu .mm-listitem__text {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mm-lk {
    display: flex;
    align-items: center;
    gap: 8px;
}

ul.mobile-login-menu.mm-listview li:nth-child(2) .mm-listitem__text {
    padding-right: 28px !important;
    padding-left: 10px !important;
}
#mobile-menu .mm-panel > ul .mm-listitem:after,
ul.mobil-menu-city.first-menu-m.mm-listview li:before {
    border-color: #0D2D3D33;
}
ul.mobile-login-menu.mm-listview li:nth-child(2):before {
    background: #0D2D3D33;
}
ul.mobile-login-menu.mm-listview li:nth-child(1).mm-listitem {
    border-right: 1px solid #0D2D3D33;
}
ul.mobile-login-menu.mm-listview li:nth-child(1).mm-listitem:after {
    width: 90% !important;
}
#mobile-menu .mm-panel > ul > li a {
    padding-block: 15px;
}
.mm-top {
    padding-top: 20px !important;
    background: #FFCB05;
}
.mm-menu .span-menu {
    font-size: 16px !important;
    font-family: "PT Sans", sans-serif !important;
    text-transform: unset;
    padding-block: 15px !important;
}
.mm-rem::before {
    display: none !important;
}
.second-menu-m .mm-listitem svg {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
}
.mm-btn_next:after {
    right: 30px;
}

.why {
    padding-top: 40px !important;
}
.why__list {
    display: flex;
}
.why__item {
    overflow: hidden;
    width: 33%;
    position: relative;
    display: flex;
    height: 490px;
    background-size: contain;
    background-repeat: no-repeat;
}
.why__item-bg {
    position: absolute;
    display: none;
}
.why__item-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
}
.why__item-text {
    max-width: 300px;
    margin-top: 40px;
    font-size: 18px;
    color: #fff;
}
.why__item:nth-child(1) {
    background-image: url("/templates_new/images/whybg1.png");
    width: 414px;
}
.why__item:nth-child(2) {
    background-image: url("/templates_new/images/whybg2.png");
    width: 426px;
    margin-left: -7px;
}
.why__item:nth-child(3) {
    background-image: url("/templates_new/images/whybg3.png");
    width: 414px;
    margin-left: -7px;

}
.why__item:nth-child(2) .why__item-text {
    color: #0d2d3d;
}



.app__block {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #36679A;
    background-image: url('/templates_new/images/app-bg.png');
    background-repeat: no-repeat;
    background-position: center right;
    margin-top: 40px !important;
}
.app__content {
    padding: 50px 80px;
}
.app__top {
    display: flex;
    align-items: center;
    gap: 30px;
}
.app__top-text {
    font-size: 24px;
    color: #fff;
    max-width: 190px;
}
.app__text {
    font-size: 48px;
    color: #fff;
    padding: 30px 0;
    max-width: 485px;
    line-height: 1.2;
}
.app__links {
    display: flex;
    align-items: center;
    gap: 30px;
}
.app__links-item {
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 10px 16px;
    display: flex;
    transition: .3s ease;
}
.app__links-item:hover {
    opacity: .7;
}
.app__bg {
    display: none;
}


.partners {
    margin-top: 40px;
}
.partners__list {
    display: flex;
    justify-content: space-between;
    gap: 14px;
}
.partners__item {
    width: 33%;
    background: #F7F7F7;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 70px 20px 40px;
}
.partners__item-name {
    font-size: 18px;
    font-weight: 700;
    margin-top: 20px;
}
.partners__item-desc {
    font-size: 16px;
    margin-top: 10px;
}
.partners__item-address {
    margin-top: 20px;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 4px;
}
.partners__item-link {
    background: #FFCB05;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    font-size: 16px;
    color: #0D2D3D;
    padding: 8px 18px;
    display: inline-block;
    margin-top: 20px;
    transition: .3s ease;
}
.partners__item-link._dark {
    background: #0D2D3D;
    color: #fff;
    margin-top: 10px;
}
.partners__item-link._dark:hover {
    background: #0D2D3D;
    color: #fff;
}
.partners__item-link:hover {
    opacity: .7;
    text-decoration: none;
    color: #0D2D3D;
}





.crt {
    padding-top: 40px;
}
.crt__desc {
    font-size: 16px;
    max-width: 680px;
    text-align: center;
    margin: -20px auto 0;
    padding-bottom: 40px;
}
.crt__list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.crt__item {
    width: calc(20% - 16px);
    display: none;
    transition: .3s ease;
}
.crt__item:hover {
    opacity: .7;
}
.crt__item a {
    display: block;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    overflow: hidden;
}
.crt__item img {
    max-width: 100%;
}
.crt__item:nth-child(1),
.crt__item:nth-child(2),
.crt__item:nth-child(3),
.crt__item:nth-child(4),
.crt__item:nth-child(5) {
    display: block;
}
.crt__more-wrap {
    display: flex;
    justify-content: center;
    padding-top: 30px;
}
.crt__more {
    background: #FFCB05;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 13px 38px;
    font-size: 20px;
    cursor: pointer;
    transition: .3s ease;
}
.crt__more:hover {
    opacity: .7;
}

.callback__block .message-pass {
    height: unset;
    background: #ffcb05;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 30px;
}

.help__block {
    background: #FFCB05;
    background-image: url(/templates_new/images/help-bg.png);
    background-position: top right;
    background-repeat: no-repeat;
    padding: 32px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    margin-top: 40px;
    margin-bottom: 40px;
}
.help__text {
    margin-bottom: 10px;
    font-size: 20px;

}
.help__buttons {
    display: flex;
    gap: 10px;
}
.help__buttons a {
    font-size: 16px;
    color: #fff;
    background: #0D2D3D;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 8px 18px;
    transition: .3s ease;
}
.help__buttons a:hover {
    text-decoration: none;
    opacity: .85;
}




.callback__block {
    background: #0D2D3D;
    background-image: url('/templates_new/images/callback-bg.png');
    background-repeat: no-repeat;
    background-position: center center;
    padding: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
}
.callback__title {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}
.callback__subtitle {
    font-size: 16px;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 30px;
}
.callback_form {
    max-width: 400px;
}
.callback_form input[type="text"] {
    background: #FFFFFF1A;
    color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: 100%;
    outline: none;
    border: none;
    padding: 18px;
}
.subm-wrap {
    display: flex;
    justify-content: center;
}
.callback_form input[type="submit"] {
    padding: 14px 38px;
    border: none;
    background: #ffcb05;
    border-radius: 6px;
    font-size: 16px;
    transition: .3s ease;
}
.callback_form input[type="submit"]:hover {
    opacity: .7;
}
.callback_form textarea {
    background: #FFFFFF1A;
    color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: 100%;
    outline: none;
    border: none;
    padding: 18px;
    resize: none;
    height: 170px;
}
.callback_form textarea::placeholder {
    color: #fff;
}
.callback_form input[type="text"]::placeholder {
    color: #fff;
}

.callback_form .group-elem {
    position: relative;
}
span.error-message.error {
    bottom: 5px !important;
}
.textarea span.error-message.error_text.error {
    bottom: 10px !important;
}



.footer {
    padding-top: 50px;
    margin-top: 80px;
}
.footer__main {
    display: flex;
    justify-content: space-between;
}
.footer__desc {
    color: #fff;
    font-size: 16px;
    margin: 20px 0;
}
.footer__button {
    display: block;
    background: #FFCB05;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color: #0D2D3D;
    font-size: 16px;
    padding: 14px;
    text-align: center;
    transition: .3s ease;
    margin-bottom: 12px;
    cursor: pointer;
}
.footer__button:hover {
    text-decoration: none;
    opacity: .85;
}
.footer__reviews {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #FFCB05;
    font-size: 20px;
    font-weight: 700;
    background: #FFFFFF0F;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 17px 42px;
}
.footer__col-menu {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 180px;
}
.footer__col_wide {
    width: 400px;
}
.footer__col_wide .footer__col-menu {
    max-width: 100%;
    flex-wrap: wrap;
    flex-direction: row;
}
.footer__col_wide li {
    width: calc(50% - 10px);
}
.footer__col-menu li:first-child {
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
    width: 100%;
    opacity: .4;
}
.footer__bottom {
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 30px 0;
    border-top: 1px solid #FFFFFF1A;
    margin-top: 10px;
}
.footer__col-menu a {
    font-size: 16px;
    color: #fff;
    transition: .3s ease;
    text-decoration: none;
}
.footer__col-menu a:hover {
    text-decoration: none;
    opacity: .7;
}



.modal-question {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    height: 770px;
}
.modal-question .title-write-o {
    padding: 10px 0;
    font-size: 28px;
    font-weight: 700;
    color: #0D2D3D;
    font-family: "PT Sans", sans-serif;
    text-transform: unset;
}
.modal__top {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 30px;
}

.modal__top {
    padding: 40px 0;
}
.modal-question form {
    padding: 0 65px;
}
.modal-question input[type="text"],
.modal-question .form-custom .group-elem textarea {
    border: none;
    background: #0D2D3D0D;
    padding: 18px 20px;
    border-radius: 10px;
    resize: none;
    font-family: "PT Sans", sans-serif;
}

.form-custom input[type=submit] {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    font-family: "PT Sans", sans-serif;
    font-size: 16px;
    padding: 15px;
    text-transform: unset;

}





.checkbox-wrapper-30 .checkbox {
    --bg: transparent;
    --brdr: #AEAEAE;
    --brdr-actv: #FFCB05;
    --brdr-hovr: #FFCB05;
    --dur: calc((var(--size, 2)/2) * 0.6s);
    display: inline-block;
    width: 28px;
    position: relative;
}
.checkbox-wrapper-30 .checkbox:after {
    content: "";
    width: 100%;
    padding-top: 100%;
    display: block;
}
.checkbox-wrapper-30 .checkbox > * {
    position: absolute;
}
.checkbox-wrapper-30 .checkbox input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    background-color: var(--bg);
    border-radius: 6px;
    border: 2px solid;
    color: var(--newBrdrClr, var(--brdr));
    outline: none;
    margin: 0;
    padding: 0;
    transition: all calc(var(--dur) / 3) linear;
}
.checkbox-wrapper-30 .checkbox input:hover,
.checkbox-wrapper-30 .checkbox input:checked {
    --newBrdr: calc(var(--size, 1) * 2);
}
.checkbox-wrapper-30 .checkbox input:hover {
    --newBrdrClr: var(--brdr-hovr);
}
.checkbox-wrapper-30 .checkbox input:checked {
    --newBrdrClr: var(--brdr-actv);
    transition-delay: calc(var(--dur) /1.3);
}
.checkbox-wrapper-30 .checkbox input:checked + svg {
    --dashArray: 16 93;
    --dashOffset: 109;
    opacity: 1;
}
.checkbox-wrapper-30 .checkbox svg {
    fill: none;
    pointer-events: none;
    stroke: var(--stroke, var(--border-active));
    stroke-dasharray: var(--dashArray, 93);
    stroke-dashoffset: var(--dashOffset, 94);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2px;
    top: 0;
    transition: stroke-dasharray var(--dur), stroke-dashoffset var(--dur), width var(--dur), opacity var(--dur);
    left: 50%;
    transform: translateX(-50%);
    width: 24px;
    display: block;
    height: 100%;
    opacity: 0;
}
.checkbox-wrapper-30 .checkbox input {
    display: block;
    height: 100%;
    width: 100%;
}
.ch {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 16px;
    padding-bottom: 30px;
}
.ch a {
    color: #fff;
}
.chmodal {
    color: #0D2D3D;
    padding: 0;
    margin-top: -10px;
}

.chmodal a {
    color: #0D2D3D;
}







.modal-block-left {
    position: fixed;
    background: rgba(253, 195, 0, 0.9);
    z-index: 999;
    right: -2000px;
    width: 660px;
    height: 100%;
    box-sizing: border-box;
    padding: 8em 2% 0 5%;
    transition: all 0.5s;
    bottom: 0
}

.modal-block-left .title, .fancybox-content .title {
    font-size: 48px;
    color: #303030;
    margin-bottom: 20px
}

.modal-block-left .title span, .fancybox-content .title span {

    font-weight: 700;
    color: #0d2d3d
}

.modal-block-left form {
    max-width: 500px;
    box-sizing: border-box
}

.modal-block-left input, .modal-block-left form textarea, .modal-block-left .jq-selectbox.jqselect, .fancybox-content input, .fancybox-content textarea {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 12px;
    height: 42px
}

.modal-block-left input, .modal-block-left form textarea, .jq-selectbox__select, .fancybox-content input, .fancybox-content textarea {
    padding-left: 8px
}

.modal-block-left input, .modal-block-left textarea, .fancybox-content input, .fancybox-content textarea {
    border: 1px solid #ababab;
    color: #8f8f8f;
    font-size: 17px
}

.modal-block-left form textarea, .fancybox-content textarea {
    height: 105px;
    color: #504e4e
}

.modal-block-left textarea:-ms-input-placeholder {
    color: #8f8f8f;
    font-size: 18px
}

.modal-block-left textarea:-moz-placeholder {
    color: #8f8f8f;
    font-size: 18px
}

.modal-block-left textarea::-moz-placeholder {
    color: #8f8f8f;
    font-size: 18px
}

.modal-block-left textarea::-webkit-input-placeholder {
    color: #8f8f8f;
    font-size: 18px
}

#form-order input:-ms-input-placeholder {
    color: #8f8f8f
}

#form-order input:-moz-placeholder {
    color: #8f8f8f
}

#form-order input::-moz-placeholder {
    color: #8f8f8f
}

#form-order input::-webkit-input-placeholder {
    color: #8f8f8f
}

.jq-selectbox__select-text {
    color: #303030
}

.modal-block-left button, .fancybox-content button[type=submit] {
    color: #fff;
    font-size: 24px;
    background: #0d2d3d;
    background-size: 100% 100%;
    border: none;
    width: 290px;
    padding: 10px 0;
    cursor: pointer;
    text-transform: uppercase
}

.modal-block-left button:hover, .fancybox-content button[type=submit]:hover {
    background: #fff;
    color: #0d2d3d
}

.fancybox-content {
    background: rgba(253,195,0,1)
}

.close-modal {
    background: url('/templates_new/sto/images/close_new.png') no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 40px;
    right: 40px;
    cursor: pointer;
    background-size: 92%;
    background-repeat: no-repeat
}

.modal-info {
    top: 15em;
}
.dn {
    display: none;
}

.main-page {
    font-family: "PT Sans", sans-serif;
}
.main-page b {
    font-family: "PT Sans", sans-serif;
    font-weight: 700;
}
.hero .wrapper {
    display: flex;
    margin-top: 25px;
}
.hero-left {
    width: 624px;
}

.hero-right {
    width: 646px;
}

.hero__path {
    background-size: contain;
    background-repeat: no-repeat;
    height: 360px;
    position: relative;
}
.hero__button {
    position: absolute;
    bottom: 15px;
    left: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #0D2D3D;
    font-size: 20px;
    font-weight: 700;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 16px 24px;
    background-position: center;
}
.hero-left__path .hero__button {
    background-image: url("/templates_new/images/hero-l-b.png");
    width: calc(100% - 68px);
}
.hero-right__path .hero__button {
    background-image: url("/templates_new/images/hero-r-b.png");
    width: calc(100% - 30px);
}
.hero-left__path {
    background-image: url("/templates_new/images/hero-l.png");
}
.hero-right__path {
    background-image: url("/templates_new/images/hero-r.png");
}
.hero-right {
    margin-left: -30px;

}

.buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 20px;
    padding: 30px 0;
}
.buttons a {
    width: 100%;
    text-align: center;
    background: #ffcb05;
    font: 16px PtSansNarrowRegular;
    text-transform: uppercase;
    color: #0d2d3d;
    padding: 6px 0;
    min-height: 57px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: .3s ease;
}
.buttons a:hover {
    background: #f7ad00;
}


.header {
    position: relative;
}
.header::before {
    content: '';
    display: block;
    height: 100%;
    width: 120%;
    position: absolute;
    background: #f7f7f7;
    z-index: -1;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}
.footer {
    position: relative;
}
.footer::before {
    content: '';
    display: block;
    height: 100%;
    width: 110%;
    position: absolute;
    background: #0d2d3d;
    z-index: -1;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}
.header .header-logo {
    float: none;
    padding: 0;
    background: transparent;
    top: 0;
    left: 0;
}
.header .header-phone span {
    font-family: "PT Sans", sans-serif;

}
.header-info .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-phone {
    margin-top: 0 !important;
    width: unset !important;
    float: none !important;
    margin-left: 50px;
}
.header__right {
    display: flex;
    align-items: center;
}
.header-socials {
    display: flex;
    align-items: center;
    gap: 30px;
}
.header-socials__link {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #0D2D3D;
    font-size: 16px;
    transition: .3s ease;
}
.header-socials__link:hover {
    opacity: .7;
    color: #0D2D3D;
    text-decoration: none;
}
.header-phone span.imphone {
    margin: 0 !important;
}
.social {
    width: unset !important;
    margin: 0 !important;
    float: none !important;
}
.header .social li a {
    background: transparent;
    width: 18px;
    height: 18px;
    transition: .3s ease;
}
.compare:hover svg,
.favorite:hover svg {
    fill: none;
}
.header .social li a:hover {
    opacity: .7;
}
.header-menu {
    display: flex;
    gap: 15px;
}
.header-menu a {
    font-size: 16px;
    color: rgb(51, 51, 51);
    transition: .3s ease;
}
.header-menu a:hover {
    color: #ffcb05;
    text-decoration: none;
}
.top-header {
    border: none !important;
}
.top-header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #0000001A;
}

.top-header-col {
    /*width: 100%;*/
}

.top-header-city-auth {
    display: flex;
    align-items: center;
    max-width: 250px;
}

.top-header-city-auth-town {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
    margin-right: 25px;
    padding: 15px 0;
    position: relative;
}

.top-header-city-auth-town:hover > svg {
    
}

.top-header-currnet-city {
    transition: color 0.2s ease;
}

.top-header-city-auth-town:hover .top-header-currnet-city,
.top-header-city-auth-town:hover svg {
    opacity: .7;
    /*color: #ffcb05;*/
}

.top-header-city-auth-town {
    transition: .3s ease;
}
/*.top-header-city-auth-town:hover {*/
/*    opacity: .7;*/
/*}*/

.top-header-city-auth-town > svg {
    margin-right: 6px;
    transition: fill 0.2s ease;
}

.top-header-city-auth-abtns {

}

.top-header-city-auth-nav {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.top-header-city-auth-nav__item {
    margin: 0 0 0 30px;
    /*font: 16px PtSansNarrowRegular;*/
}

.top-header-city-auth-nav__item--link {
    color: #0d2d3d;
    transition: color 0.2s ease;
}

.top-header-city-auth-nav__item--link {
    transition: 0.3s ease;
}
.top-header-city-auth-nav__item--link:hover {
    /*color: #ffcb05;*/
    color: #0d2d3d;
    opacity: .7;
    text-decoration: none;
}

.header-phone span {
    transition: 0.3s ease;
}
.header-phone span:hover {
    color: #0d2d3d;
    opacity: .7;
}

.top-header-nav {
    display: flex;
    justify-content: flex-end;
}

.top-header-city-auth .personal-header {
    width: auto;
    margin-bottom: 0;
    color: #0d2d3d;
    transition: color 0.2s ease;
}

.top-header-city-auth .personal-header:hover {
    color: #ffcb05;
    text-decoration: none;
}
.header {
    background: #F7F7F7;
    padding-bottom: 20px;
}
.header .header-info {
    margin-bottom: 0;
    height: unset;
    padding: 13px 0;
}
.header .header-bottom {
    background: transparent;
}
.header .header-bottom__content {
    background: #0D2D3D;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    padding: 10px 30px 10px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header .header-bottom .header-bottom__content > * {
    float: none;
    font-family: "PT Sans", sans-serif;
}
.header-info .left-info {
    width: auto;
    float: none;
    margin-top: 0;
}
.header__r {
    display: flex;
    align-items: center;
    gap: 30px;
}
.header__r a {
    transition: .3s ease;
}
.header__r a:hover {
    opacity: .7;
}
.header .cart-header {
    margin-top: 0;
    display: flex;
    gap: 6px;
}
.header .cart-header span {
    font-family: "PT Sans", sans-serif;
    color: #fff;
    top: 0;
}

.header-info a.cart-header {
    margin-top: 0;
    display: inline-block;
}

.header-info .cart-header svg {
    margin: 20px 3px 0 55px;
}

.town-block {
    top: 42px;
    left: -30px;
}

/** --- **/
.top-header-menu {
    display: flex;
    margin-bottom: 0;
}

.top-header-menu__item {
    
}

.top-header-menu__item--link {
    display: block;
    font: 16px PtSansNarrowRegular;
    color: #0d2d3d;
    padding: 10px 12px;
    text-decoration: none;
    transition: background 0.2s ease;
}

.top-header-menu__item--link:hover {
    background: #ffcb05;
    text-decoration: none;
    color: #0d2d3d;
}
/** --- **/
.header .catalog-menu {
    padding: 10px 14px;
    width: unset;
    text-transform: unset;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.catalog-menu:hover {
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}
.catalog-menu > span {
    display: flex;
    align-items: center;
    gap: 10px;
}
.bg-menu {
    /*top: 0;*/
}
.header .main-menu li {
    padding: 0;
    float: none;
    transition: .3s ease;
}
.main-menu li a {
    font-size: 16px;
    font-family: "PT Sans", sans-serif;
    text-transform: none;
}
.main-menu li:hover {
    background: transparent;
    opacity: .7;
}
.main-menu li:hover a {
    color: #fff;
}
.main-menu > ul {
    gap: 30px;
}
.header .main-menu,
.header .favorite,
.header .compare,
.header .left-info {
    width: unset;
    margin: 0;
}
.header .cart-header svg {
    margin: 0;
}

.catalog-menu > svg {
    margin: 0 10px 0 5px;
}

.header .search {
    width: unset;
    padding-top: 0;
    margin: 0;
}
.header .search button {
    display: none;
}
.header .search input {
    width: 280px;
    border: 1px solid #FFFFFF26;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 8px 8px 8px 42px;
    font-family: "PT Sans", sans-serif;
    font-size: 16px;
}
.header .search input::placeholder {
    font-size: 16px;
    font-family: "PT Sans", sans-serif;
}

.header .search svg {
    position: absolute;
    top: 50%;
    left: 14px;
    transform: translateY(-50%);
}

.main-menu {
    width: 60%;
    margin: 0;
}

.main-menu > ul {
    display: flex;
    margin-bottom: 0;
    justify-content: flex-end;
}

.main-menu li {
    padding: 14px 16px 13px;
}

.nav-drop {
        
}

.nav-drop-icon {
    width: 11px;
    height: 10px;
    margin-left: 3px;
    transform: rotate(180deg);
    transition: transform 0.2s ease;
}

.nav-drop-icon > g {
    stroke: #fff;
    stroke-width: 2px;
}

.nav-drop-icon g {
    fill: #fff;
    transition: fill 0.2s ease;
}

.nav-drop:hover .nav-drop-icon {
    transform: rotate(0);
}

.nav-drop:hover .nav-drop-icon g {
    fill: #0d2d3d;
}

.nav-drop:hover .nav-drop-icon > g {
    stroke: #0d2d3d;
}

.arrow-slide__icon {
    width: 19px;
    height: 18px;
    transform: rotate(180deg);
    transition: transform 0.2s ease;
}

.arrow-slide__icon > g {
    stroke: #0d2d3d;
    stroke-width: 0.5px;
}

.arrow-slide__icon g {
    fill: #0d2d3d;
    transition: fill 0.2s ease;
}

.catalog-menu:hover .arrow-slide__icon {
    transform: rotate(0deg);
}

/** --- **/
.sub-nav-main-drop {
    position: relative;
}

.sub-nav-main {
    position: absolute;
    right: 0;
    top: 100%;
    background: #0d2d3d;
    width: 200px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease, visibility 0.2s ease, pointer-events 0.2s ease;
}

.sub-nav-main li {
    width: 100%;
}

.sub-nav-main li a {
    color: #fff;
}

.sub-nav-main-drop li:hover a {
    color: #fff;
}

.sub-nav-main-drop:hover .sub-nav-main {
    opacity: 1;
    visibility: visible;
    pointer-events: initial;
}

.sub-nav-main-drop:hover .sub-nav-main > li > a {
    color: #fff;
}

header .packaging-oil ul.sub-menu {
    column-count: 1;
}

.header-info a.cart-header {
    position: relative;
}

#msMiniCart {
    position: absolute;
    top: 14px;
    right: -14px;
}

.sub-i.badge, .cart-header .sub-i.badge {
    width: 20px;
    height: 20px;
    /* padding: 0; */
    line-height: 0px;
    /* text-align: center; */
    display: flex;
    align-items: center;
    justify-content: center;
}



/** ------ **/
.catalog-menu .c-inner-menu > ul > li:hover .w-sub-menu .packaging-oil {
    width: 11%;
    margin-top: 10px;
}

/* .catalog-menu .c-inner-menu > ul > li:hover .w-sub-menu .packaging-oil-transmission {
    margin-top: -45px;
} */

/** service-stations **/
.service-stations {
    background: url(/templates_new/sto/images/contact_bg_new.jpg) bottom center no-repeat;
}

.service-stations-wrapper {
    padding-top: 60px;
    padding-bottom: 100px;
}

.service-stations-title,
.service-stations-subtitle {
    text-transform: uppercase;
    text-align: center;
}

.service-stations-title {
    color: #0d2d3d;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 12px;
}

.service-stations-subtitle {
    font-size: 24px;
    color: #303030;
    margin-bottom: 40px;
}

.service-stations-list {
    
}

.service-stations-list-item {
    display: flex;
    align-items: center;
    transition: transform 0.2s ease, padding 0.2s ease, background 0.2s ease;
    cursor: pointer;
    padding: 10px;
}

.service-stations-list-item__col  {
    width: 25%;
    position: relative;
}

.service-stations-list-item__name {
    color: #303030;
    font-size: 24px;
    font-weight: 700;
}

.service-stations-list-item__address {
    color: #878787;
    font-size: 20px;
}

.service-stations-list-item__phone {
    color: #303030;
    font-size: 24px;
    font-weight: 700;
}

.service-stations-list-item__shedules {
    color: #878787;
    font-size: 20px;
}

.service-stations-list-item__col:not(:last-of-type) {
    border-right: 1px dashed #7d7d7d;
}

.service-stations-list-item:not(:last-of-type) {
    margin-bottom: 10px;
}

.service-stations-list-item__col:not(:first-of-type) {
    padding-left: 65px;
}

.service-stations-list-item__col:not(:last-of-type):before {
    content: '';
    position: absolute;
    right: -1px;
    top: 22px;
    width: 0px;
    height: 30px;
    border-right: 1px dashed #7d7d7d;
}

.service-stations-list-item:hover {
    background: #f8ca0036;
}

@media(min-width: 970px) and (max-width: 1149px) {
    .service-stations-list-item__name {
        font-size: 18px;
    }
    
    .service-stations-list-item__address {
        font-size: 16px;
    }
    
    .service-stations-list-item__phone {
        font-size: 18px;
    }
    
    .service-stations-list-item__shedules {
        font-size: 16px;
    }
    
    .service-stations-list-item__col:not(:first-of-type) {
        padding-left: 0;
    }
    
    .service-stations-list-item__col {
        text-align: center;
    }
    
    .service-stations-list-item__col:not(:last-of-type):before {
        top: 18px;
    }
}

@media(min-width: 760px) and (max-width: 969px) {
    .service-stations-list-item__name {
        font-size: 16px;
    }
    
    .service-stations-list-item__address {
        font-size: 14px;
    }
    
    .service-stations-list-item__phone {
        font-size: 16px;
    }
    
    .service-stations-list-item__shedules {
        font-size: 14px;
    }
    
    .service-stations-list-item__col:not(:first-of-type) {
        padding-left: 0;
    }
    
    .service-stations-list-item__col {
        text-align: center;
    }
    
    .service-stations-list-item__col:not(:last-of-type):before {
        top: 18px;
    }
}

@media(min-width: 320px) and (max-width: 759px) {
    .service-stations-list-item__name {
        font-size: 18px;
    }
    
    .service-stations-list-item__address {
        font-size: 16px;
    }
    
    .service-stations-list-item__phone {
        font-size: 18px;
    }
    
    .service-stations-list-item__shedules {
        font-size: 16px;
    }
    
    .service-stations-list-item__col {
        text-align: center;
    }
    
    .service-stations-list-item__col:not(:last-of-type) {
        border-right: 0;
    }
    
    .service-stations-list-item {
        flex-wrap: wrap; 
    }
    
    .service-stations-list-item__col {
        width: 100%;
    }
    
    .service-stations-list-item__name,
    .service-stations-list-item__address,
    .service-stations-list-item__phone {
        margin-bottom: 8px;
    }
    
    .service-stations-list-item:not(:last-of-type) {
        margin-bottom: 4px;
    }
    
    .service-stations-list-item__col:not(:last-of-type):before {
        display: none;
    }
    
    .service-stations-list-item__col:not(:first-of-type) {
        padding-left: 0;
    }
    
    .service-stations-subtitle {
        font-size: 14px;
        margin-bottom: 15px;
    }
    
    .service-stations-wrapper {
        padding-top: 10px;
        padding-bottom: 50px;
    }
}

/** map **/
.popup-ya-map {
    /* width: 275px;
    padding: 25px 20px;
    height: max-content; */
    /*  */
    width: 270px;
    padding: 15px 5px;
    height: max-content;
    padding-right: 18px;
}

.popup-ya-map-header {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.popup-ya-map-header__img {
    width: 100%;
    max-width: 136px !important;
}

.popup-ya-map-socials {
    display: flex;
    align-items: center;
    margin: 0 -4px;
    
    position: absolute;
    top: 58px;
    right: 0px;
    z-index: 2;
}

.popup-ya-map-socials__item {
    margin: 0 4px;
    text-decoration: none;
    transition: transform 0.2s ease;
}

.popup-ya-map-socials__item:hover {
    transform: scale(1.1);
}

.popup-ya-map-socials__item--img {
    
}

.popup-ya-map-infolist {
    margin-top: 25px;
    margin-bottom: 28px;
}

.popup-ya-map-infolist__item {
    color: rgba(26, 44, 55, 0.80);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: relative;
    padding-left: 28px;
}

.popup-ya-map-infolist__item span {
    font-weight: 700;
}

.popup-ya-map-infolist__item:not(:last-of-type) {
    margin-bottom: 15px;
}

.popup-ya-map-infolist__item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
}

.popup-ya-map-infolist__phone {
    
}

.popup-ya-map-infolist__phone:before {
    width: 17px;
    height: 17px;
    background: url(/upload/popup-ya-map/popup-ya-map-phone-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.popup-ya-map-infolist__geo {
    
}

.popup-ya-map-infolist__geo:before {
    width: 14px;
    height: 18px;
    background: url(/upload/popup-ya-map/popup-ya-map-geo-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.popup-ya-map-infolist__shedules {
    
}

.popup-ya-map-infolist__shedules:before {
    width: 14px;
    height: 18px;
    background: url(/upload/popup-ya-map/popup-ya-map-clock-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 2px;
}

.popup-ya-map-btn {
    width: 100%;
    height: 40px;
    border-radius: 5px;
    background: #EBF0F2;
    text-decoration: none;
}

.popup-ya-map-btn-pmcare {
    background: #1441AA;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: background 0.2s ease;
}

.popup-ya-map-btn-pmcare__logo {
    transition: opacity 0.2s ease, visibility 0.2s ease;
}

.popup-ya-map-btn-pmcare__text {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.09px;
    color: rgba(255, 255, 255, 0.90);
}

.popup-ya-map-btn-pmcare:hover {
    background: #1b397f;
}

.popup-ya-map-btn-pmcare:hover .popup-ya-map-btn-pmcare__text {
    opacity: 1;
    visibility: visible;
}

.popup-ya-map-btn-pmcare:hover .popup-ya-map-btn-pmcare__logo {
    opacity: 0;
    visibility: hidden;
}

.popup-ya-map-strong {
    font-weight: 700;
}

.popup-ya-map-green {
    color: #71AD68;
}

.popup-ya-map-red {
    color: #f27269;
}

.popup-ya-map-infolist-shedules {
    display: flex;
    align-items: center;
}

.popup-ya-map-infolist-shedules__item {
    
}

.popup-ya-map-infolist-shedules__item:not(:last-of-type) {
    margin-bottom: 2px;
}

.popup-ya-map-infolist-shedules__days {
    width: 40px;
    text-align: right;
    margin-right: 6px;
}

.popup-ya-map-infolist-shedules__time {
    font-weight: 700;
}

.ymaps-2-1-79-balloon__close+.ymaps-2-1-79-balloon__content {
    margin-right: 0 !important;
}

/** cart modal **/
.modal-added-cart .bottom-modal-cart {
    position: relative;
}

.modal-added-cart #msMiniCart {
    right: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: max-content;
    
    display: flex;
    align-items: center;
}

.modal-added-cart .bottom-modal-cart a {
    margin-top: 0;
}

.modal-added-cart .bottom-modal-cart .price-modal-c {
    display: flex !important;
    align-items: center;
}

.modal-added-cart .bottom-modal-cart .price-modal-c small {
    font-size: 16px;
}

@media(min-width: 320px) and (max-width: 450px)  {
    .modal-added-cart .title-cart-modal span:after {
        right: 0;
        left: -48px;
        top: -9px;
    }
    
    .modal-added-cart .fancybox-close-small {
        top: 22px;
    }
    
    .bottom-modal-cart > svg {
        width: 25px;
        height: 25px;
    }
}

.cmodal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(0, 0, 0, .5);
    display: none;
    align-items: center;
    justify-content: center;
}
.cmodal-block {
    display: flex;
    position: relative;
}
.cmodal-left {
    background: #ffffff;
    padding: 30px;
    max-width: 450px;
    min-width: 450px;
    width: 100%;
}
.cmodal-block__title {
    font-size: 36px;
    font-weight: 700;
}
.cmodal-block__subtitle {
    font-size: 16px;
    max-width: 300px;
    margin-bottom: 30px;
}
.cmodal form {
    display: flex;
    flex-direction: column;
}
.cmodal form .title {
    display: none;
}
.cmodal form input {
    border: none;
    background: #f1f3f4;
    padding: 12px 15px;
    margin-bottom: 10px;
    border-radius: 8px;
}
.cmodal form textarea {
    resize: none;
    width: 100% !important;
    border: none;
    padding: 12px 15px;
    background: #f1f3f4;
    margin-bottom: 10px;
    border-radius: 8px;
}
.cmodal form [type="submit"] {
    background: #ffcb05;
    border-radius: 8px;
    border: none;
    padding: 11px;
    font-size: 16px;
    font-weight: 700;
}
.cmodal__buttons {
    display: flex;
    flex-direction: column;
    padding-top: 50px;
    gap: 10px;
}

.cmodal__buttons a {
    border: 1px solid #8f999e;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 9px;
    color: #0D2D3D;
    font-weight: 700;
    font-size: 16px;
}
.cmodal-right {
    background: #f1f3f4;
    min-width: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.cmodal-right__qr {
    background: #0D2D3D;
    padding: 7px;
}
.cmodal-right-title {
    font-size: 20px;
    font-weight: 700;
    padding-top: 40px;
    color: #0D2D3D;
}
.cmodal-right-subtitle {
    color: #4B575D;
    font-size: 16px;
}
.cmodal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    display: flex
;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}


@media (max-width: 1200px) and (min-width: 1025px) {
    .footer, .header, .header-bottom, .header-info, .main-wrapper, .top-header, .viewed {

    }
}



@media (max-width: 1240px) {
    .hero__path {
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
    }
}
@media (max-width: 1230px) {
    .hero__button {
        bottom: 25px;
    }
}
@media (max-width: 1220px) {
    .hero__button {
        bottom: 35px;
    }
}

@media (max-width: 1024px) {
    .help__buttons {
        flex-wrap: wrap;
    }
    .top-header {
        display: block;
    }
    .top-header-city-auth-town {
        padding: 9px 0;
    }
    .top-header-city-auth-nav__item {
        margin-left: 20px;
    }
    .header {
        background: #fff;
    }
    .mobile-header .wrapper > * {
        float: none;
        margin: 0;
        padding: 0;
    }
    .mobile-header .wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
    }
    .logo-mob {
        padding-left: 0 !important;
    }
    .mobile-header {
        /*padding: 5px 0;*/
    }

    .bottom-mob-h {
        display: none;
    }
    .header .search {
        width: 100%;
    }
    .header .search input {
        border-color: #0D2D3D0D;
        width: 100%;
        color: #0D2D3D;
        text-align: center;
        padding: 10px;
    }
    .header .search input::placeholder {
        color: #0D2D3D;
    }
    .cart-mobile {
        background: none;
        width: unset;
        height: unset;
        margin: 0;
        display: flex;
    }
    .mob-btn {
        background: #FFCB05;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 9px;
        border-radius: 10px;
        margin: 0;
    }
    .mobile-header__right {
        display: flex;
        align-items: center;
        gap: 20px;
    }
    .hero__button svg {
        fill: none;
    }
    .hero__path {
        height: calc(28.3vw);
    }
    .hero__button {
        bottom: 15px;
    }
    .hero .wrapper {
        margin-top: 0;
    }
    .header {
        padding-bottom: 0;
    }
    .actions-main {
        margin-top: 20px !important;
    }
    .services__item {
        height: 34vw;
    }
    .services__item:nth-child(1) {
        padding: 40px 50px 110px;
    }
    .services__item:nth-child(2) {
        padding: 90px 50px 140px;
        height: calc(34vw + 70px);
    }
    .services__item:nth-child(3) {
        padding: 100px 50px 80px;
        height: calc(34vw + 20px);
    }
    .business__content {
        padding: 70px 50px 100px;
    }
    .why__item {
        height: 38vw;
    }
    .why__item-image {
        max-height: 130px;
    }
    .why__item-image img {
        height: 100%;
    }
    .why__item-text {
        padding: 0 20px;
        font-size: 16px;
    }
    .app__block {
        background-image: none;
        background-position: center bottom;
    }
    .app__bg {
        display: block;
        margin-bottom: -50px;
        text-align: center;
        padding-top: 20px;
    }
    .app__bg img {
        max-width: 100%;
    }
    .footer__main {
        flex-wrap: wrap;
    }
    .footer__col_wide {
        width: 100%;
    }
}

@media (max-width: 900px) {
    .hero__button {
        font-size: 16px;
        padding: 10px;
    }
    .hero-left__path {
        margin-right: 10px;
    }
    .hero-right__path {
        margin-left: 10px;
    }
    .services__item-text {
        margin-top: 10px;
    }
    .services__item-button {
        margin-top: 10px;
    }
    .services__item-title {
        font-size: 26px;
    }
    .services__item:nth-child(2) .services__item-content {
        max-width: 350px;
    }
    .services__item:nth-child(3) .services__item-content {
        max-width: 380px;
    }
    .services__item:nth-child(2) {
        padding: 80px 30px 140px;
    }
    .services__item:nth-child(3) {
        padding: 60px 50px 80px;
    }
    .why__item-text {
        font-size: 14px;
    }
    .why__item-image {
        max-height: 80px;
    }
}

@media (max-width: 768px) {
    .why__item:nth-child(1) {
        background-image: url(/templates_new/images/why-mob-bg1.png);
        height: 66vw;
    }
    .why__item:nth-child(2) {
        background-image: url(/templates_new/images/why-mob-bg2.png);
        height: calc(66vw + 70px);
    }
    .why__item:nth-child(3) {
        background-image: url(/templates_new/images/why-mob-bg3.png);
        height: calc(66vw + 70px);
    }
    .app__top {
        flex-direction: column;
        align-items: flex-start;
    }
    .app__content {
        padding: 50px;
    }
    .app__links-item svg {
        width: 105px;
    }
    .partners__list {
        flex-direction: column;
    }
    .partners__item {
        width: 100%;
    }
    .hero-left__path {
        background-image: url(/templates_new/images/hero-mob-l.png);
    }
    .hero-right__path {
        background-image: url(/templates_new/images/hero-mob-r.png);
    }
    .hero__path .hero__button {
        background-image: none;
    }
    .hero__path {
        height: calc(45vw);
    }
    .hero__button {
        font-size: 18px;
        flex-direction: column;
        align-items: flex-start;
        line-height: 20px;
    }
    .hero-left__path {
        margin-right: 0;
    }
    .hero__button svg {
        width: 38px;
        height: 38px;
        align-items: flex-start;
    }
    .hero-left .hero__button {
        color: #fff;
    }
    .hero-left .hero__button path {
        stroke: #fff;
    }
    .footer__col:first-child,
    .footer__col.footer__col_wide{
        width: 100%;
    }
    .footer__col {
        width: 50%;
        margin-bottom: 40px;
    }
    .actions-main .owl-stage-outer {
        overflow: unset;
    }
    .actions-main .owl-item {
        padding-right: 15px;
    }
    .actions-main .owl-nav button {
        display: none;
    }
    .actions-main img {
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        border-radius: 16px;
    }
    .why__list {
        flex-direction: column;
        align-items: center;
    }
    .why__list .why__item {
        width: 100%;
    }
    .services__item:nth-child(1) {
        height: calc(34vw + 5px);
        padding: 30px;
    }
    .services__item:nth-child(2) {
        height: calc(34vw + 60px);
        padding: 50px 30px;
    }
    .services__item:nth-child(3) {
        padding: 50px 30px;
    }
    .services__item-title {
        font-size: 22px;
    }
    .bottom-mob-h {
        display: none !important;
    }
    .buttons {
        flex-direction: column;
    }
    .cmodal-right {
        display: none;
    }
    .cmodal-left {
        min-width: unset;
    }
    .logo-mob {
        left: 0;
    }
    .crt__item {
        width: calc(33% - 12px);
    }
    .crt__item:nth-child(4), .crt__item:nth-child(5) {
        display: none;
    }
}
@media (max-width: 700px) {
    .services__item:nth-child(1) {
        background-image: url(/templates_new/images/serv-mob1.png);
        height: calc(100vw + 10px);
        padding: 30px;
    }
    .services__item:nth-child(2) {
        background-image: url(/templates_new/images/serv-mob2.png);
        height: calc(100vw + 10px);
        padding: 30px;
    }
    .services__item:nth-child(2) .services__item-content {
        margin-left: 0;
    }
    .services__item:nth-child(3) {
        background-image: url(/templates_new/images/serv-mob3.png);
        height: calc(100vw - 25px);
        padding: 30px;
    }
    .business__tabs {
        display: none;
    }
    .business__tabs_m {
        display: flex;
    }
    .business__content {
        padding: 25px;
    }
    .business__block[data-block="clients"] {
        background-image: url('/templates_new/images/business-mob.png');
        -webkit-background-size: cover;
        background-size: cover;
        padding-bottom: 250px;
    }
    .business__block[data-block="partner"] {
        background-image: url('/templates_new/images/business-mob2.png');
        -webkit-background-size: cover;
        background-size: cover;
        padding-bottom: 250px;
    }
    .business__block[data-block="franchise"] {
        background-image: url('/templates_new/images/business-mob3.png');
        -webkit-background-size: cover;
        background-size: cover;
        padding-bottom: 250px;
    }
    .why__item:nth-child(1) {
        height: calc(66vw - 5px);
    }
    .why__item:nth-child(2) {
        height: calc(66vw + 55px);
    }
    .why__item-text {
        margin-top: 20px;
    }

}
@media (max-width: 600px) {
    .why__item:nth-child(2) {
        height: calc(66vw + 45px);
    }
    .header .search svg {
        display: none;
    }
    .logo-mob img {
        width: 130px;
    }
    .help__text b {
        font-size: 20px;
        display: block;
    }
    .help__text {
        font-size: 16px;
        max-width: 180px;
    }
}
@media (max-width: 500px) {
    .business__tabs_m {
        margin-top: -20px;
    }
    .crt__item {
        width: calc(50% - 12px);
    }
    .crt__item:nth-child(3) {
        display: none;
    }
    .ctitle {
        font-size: 28px;
        margin-bottom: 30px;
        margin-top: -10px;
    }
    .business__content-title {
        font-size: 22px;
    }
    .why__item-text {
        font-size: 16px;
    }
    .app__content {
        padding: 15px;
    }
    .app__links {
        gap: 10px;
    }
    .app__links-item {
        padding: 4px 13px;
    }
    .app__links-item svg {
        width: 78px;
    }
    .app__bg {
        margin-bottom: -15px;
        padding-top: 30px;
    }
    .callback__block {
        padding: 30px 20px;
    }
    .why__item:nth-child(2) {
        height: calc(66vw + 35px);
    }
    .why__item:nth-child(3) {
        height: calc(66vw + 30px);
    }
    .app__top-logo svg {
        max-width: 100%;
    }
    .why__item-text {
        padding: 0;
    }
    .hero-left .hero__button {
        padding: 0;
    }
    .hero-right .hero__button {
        padding-bottom: 0;
    }
}
@media (max-width: 400px) {
    .business__tabs_m {
        gap: 2px;
    }
    .business__tabs_m .business__tab {
        padding: 2px 6px;
    }
}

#modal-question form.loading {
    position: relative;
    pointer-events: none;
    opacity: 0.6;
}

#modal-question form.loading::after {
    content: '';
    width: 40px;
    height: 40px;
    border: 4px solid #ccc;
    border-top: 4px solid #0D2D3D;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}