@import url("https://fonts.googleapis.com/css?family=Ubuntu:400,500,700&display=swap&subset=cyrillic");

input[type="text"],
input[type="submit"],
textarea {
    -webkit-appearance: none;
}
body {
    color: #363645;
    font-family: "Ubuntu";
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    -webkit-font-smoothing: antialiased;
}
:focus {
    outline: none;
}
a {
    text-decoration: none;
    color: #363645;
    transition: color 0.2s;
}
a:focus {
    outline: none;
    outline-offset: 0;
    text-decoration: none;
    transition: color;
}
a:hover {
    color: #fcb24c;
    text-decoration: none;
    transition: color 0.2s;
}
a[href=""] {
    pointer-events: none;
}
a.arrow {
    position: relative;
    display: inline-block;
}
a.arrow:before {
    content: "";
    background: url(img/arrow.svg);
    width: 15px;
    height: 17px;
    display: inline-block;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-right: 5px;
}
html,
body {
    background: #fff;
    height: 100%;
}
body.home {
    background: #363645;
}
.wrapper {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    height: 100%;
}
.main-content {
    flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    position: relative;
    overflow: hidden;
}
.header .header-inner,
.container {
    max-width: 1220px;
    width: 100%;
    padding-right: 55px;
    padding-left: 55px;
}
.page-content,
.white-bg {
    background: #fff;
}
.z1 {
    z-index: 1 !important;
}
.z2 {
    z-index: 2 !important;
}
img {
    max-width: 100%;
}
main {
    position: relative;
    padding-top: 0px;
}
input,
textarea {
    background: transparent;
    border: none;
    border-bottom: 2px solid #d8d8d8;
    color: #999898;
    width: 100%;
    margin-bottom: 5px;
}
input[type="submit"] {
    height: 50px;
    box-shadow: 0px 3px 6px rgba(110, 116, 134, 0.24);
    border-radius: 100px;
    background: #f9faff;
    font-size: 18px;
    line-height: 24px;
    color: #fcb24c;
    border-bottom: none;
}
input[type="submit"]:hover {
    background: #fff;
    transition: 0.2s;
}
.blocker {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 1;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
    background: rgba(0, 0, 0, 0.69);
    z-index: 111;
}
.blocker:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.05em;
}
.blocker.behind {
    background-color: transparent;
}
.modal {
    display: none;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    background: #fcb24c;
    text-align: left;
    max-width: 610px;
    width: 100%;
    box-shadow: 0px 3px 6px rgba(110, 116, 134, 0.24);
    border-radius: 8px;
    border: 1px solid #f9faff;
    padding: 5px;
}
.modal .inner {
    border: 3px dashed #f9faff;
    border-radius: 8px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.modal a.close-modal {
    position: absolute;
    top: 55px;
    right: 60px;
    display: block;
    width: 15px;
    height: 15px;
    text-indent: -9999px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(img/close.svg);
}
.modal-spinner {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    padding: 12px 16px;
    border-radius: 5px;
    background-color: #111;
    height: 20px;
}
.modal-spinner > div {
    border-radius: 100px;
    background-color: #fff;
    height: 20px;
    width: 2px;
    margin: 0 1px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.modal-spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}
.modal-spinner .rect3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
.modal-spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
#wptime-plugin-preloader {
    background-size: 0 !important;
}
.home #wptime-plugin-preloader {
    background-size: 280px !important;
    background-position: center !important;
}
.modal .wpcf7-form {
    max-width: 280px;
    margin: auto;
}
.modal .wpcf7-form input:not(.wpcf7-submit) {
    border: 1px solid #fff;
    text-align: center;
    color: #fff;
    height: 50px;
    font-size: 20px;
    margin-bottom: 25px;
}
.modal .wpcf7-form input::placeholder {
    color: #f9faff;
}
.modal .wpcf7-form p {
    margin: 0;
}
.modal .h2 {
    color: #f9faff;
    font-weight: 800;
    font-size: 23px;
    line-height: 32px;
    text-align: center;
    margin-bottom: 20px;
}
.modal .wpcf7-form .wpcf7-not-valid {
    border-color: red !important;
}
.modal .wpcf7-form span.wpcf7-not-valid-tip {
    display: none !important;
}
@-webkit-keyframes sk-stretchdelay {
    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.5);
    }
    20% {
        -webkit-transform: scaleY(1);
    }
}
@keyframes sk-stretchdelay {
    0%,
    40%,
    100% {
        transform: scaleY(0.5);
        -webkit-transform: scaleY(0.5);
    }
    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
    }
}
.button-primary {
    padding: 0 25px;
    height: 40px;
    background: linear-gradient(180deg, #ffe2ba 0%, #feb34c 34.38%);
    box-shadow: 0px 3px 6px rgba(110, 116, 134, 0.24);
    border-radius: 100px;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    transition: 0.2s;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    -webkit-appearance: none;
    border: 1px solid #ffce8d;
    border: none;
    overflow: hidden;
    position: relative;
}
.button-primary span {
    position: relative;
    z-index: 1;
}
.button-primary:after {
    content: "";
    display: block;
    width: calc(100% - 2px);
    height: calc(100% - 1px);
    position: absolute;
    top: 1px;
    left: 1px;
    background: #fcb24c;
    z-index: 0;
    padding: 3px;
    border-radius: 100px;
}
.button-primary:hover:after {
    background: #975803;
    box-shadow: 0px 8px 10px rgba(110, 116, 134, 0.24);
    transition: 0.2s;
}
.header {
    background: #363645;
    color: #f9faff;
    font-weight: 800;
    font-size: 16px;
    line-height: 24px;
    position: relative;
    width: 100%;
    top: 0;
    z-index: 99;
}
.header .header-inner {
    display: flex;
    margin: auto;
    align-items: center;
    height: 100px;
    padding-bottom: 00px;
}
.header .header-menu {
    padding: 0;
    margin: 0;
    transform: translateY(7px);
    margin-right: 17px;
}
.header .header-menu li {
    display: inline-block;
    list-style: none;
    margin: 0 17px;
}
.header .header-menu li a,
.footer .footer-menu li a {
    color: #f9faff;
    transition: color 0.2s;
}
.header .header-menu li.current_page_item a,
.footer .footer-menu li.current_page_item a,
.footer .footer-menu li a:hover,
.header .header-menu li a:hover,
.header .wpml-ls-legacy-list-horizontal a:hover,
.header .lang-switch .wpml-ls-current-language a {
    color: #fcb24c;
    transition: color 0.2s;
}
.header .logo {
    width: 212px;
    height: 28px;
}
.header .side-menu {
    display: flex;
    width: calc(100% - 212px);
    justify-content: flex-end;
    align-items: flex-end;
}
.header .partner {
    transform: translateY(15px);
}
.header .lang-switch {
    transform: translateY(6px);
    margin-right: 35px;
}
.header .lang-switch .wpml-ls-legacy-list-horizontal .wpml-ls-item {
    position: relative;
}
.header .wpml-ls-legacy-list-horizontal a {
    color: #fff;
    padding: 0 5px;
}
.header .lang-switch span.wpml-ls-display {
    display: none;
}
.header .lang-switch .wpml-ls-legacy-list-horizontal {
    padding: 0;
}
.header .lang-switch .wpml-ls-legacy-list-horizontal .wpml-ls-item:first-child:before {
    content: "";
    display: inline-block;
    border-right: 1px solid #fff;
    width: 1px;
    height: 14px;
    position: absolute;
    right: 0;
    top: 4px;
}
.home-slider {
    background: #363645;
    color: #f9faff;
}
.home-slider img {
    margin: 0 auto;
}
.home-slider .slick-arrow {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(img/slider-arrow.svg);
    border: none;
    text-indent: -99999px;
    position: absolute;
    top: 50%;
    opacity: 0.25;
    transition: opacity 0.2s;
}
.home-slider .slick-arrow:hover {
    opacity: 1;
    transition: opacity 0.2s;
}
.home-slider .slick-next.slick-arrow {
    right: -15px;
    transform: translateY(-50%);
}
.home-slider .slick-prev.slick-arrow {
    left: -15px;
    transform: rotate(180deg) translateY(50%);
}
.home-slider .slick-dots {
    position: absolute;
    width: 100%;
    bottom: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    transform: translateY(-20px);
    right: 0;
}
.home-slider .slick-dots li button {
    border: 1px solid #fcb24c;
    width: 14px;
    height: 14px;
    border-radius: 50px;
    display: inline-block;
    text-indent: -99999px;
    background: transparent;
    margin: 0 9px;
    -webkit-appearance: none;
    transition: background 0.2s;
    padding: 0;
}
.home-slider .slick-dots li.slick-active button {
    background: #fcb24c;
    transition: background 0.2s;
}
.home-slider .slick-track {
    display: flex;
    align-items: center;
}
.home-slider .slick-list.draggable {
    height: 100%;
    display: flex;
    align-items: center;
}
.home-slider .item {
    height: 650px;
    display: inline-flex !important;
    align-items: center;
    justify-content: space-between;
}
.home-slider .item2 {
    background: url(img/map-b.svg);
    background-size: cover;
}
.home-slider .text h2 {
    font-weight: 900;
    font-size: 64px;
    line-height: 80px;
}
.home-slider .text p {
    font-weight: 800;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 50px;
}
.home-slider .item2 .image-wrap {
    min-width: 560px;
    transform: translateY(-40px);
}
.products-section {
    padding-top: 50px;
}
.products-section .products-topbar {
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
}
.products-section .products-topbar .cat-checker {
    display: flex;
}
.products-section .products-topbar .title {
    font-weight: 900;
    font-size: 32px;
    line-height: 48px;
}
.products-section .title img {
    margin-right: 10px;
    transform: translateY(-2px);
}
.products-section .products-topbar .cat-checker .button {
    font-size: 16px;
    color: #363645;
    background: #f9faff;
    height: 34px;
    border-radius: 4px;
    padding: 0px 15px;
    display: flex;
    align-items: center;
    margin: 0 17px;
    cursor: pointer;
    border: 1px solid #f9faff;
    transition: 0.2s;
}
.products-section .products-topbar .cat-checker .button.active {
    background: transparent;
    border: 1px solid #f9faff;
    color: #fcb24c;
    transition: 0.2s;
}
.products-section .products-topbar .cat-checker .button:hover {
    color: #fcb24c;
    transition: 0.2s;
}
.products-section .products-topbar .cat-checker .button img {
    margin-right: 8px;
}
.products-section .products-topbar .cat-checker .button .icon {
    display: block;
    flex: none;
}
.products-section .grid {
    display: grid;
    grid-template-areas: "item";
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-row-gap: 30px;
    grid-column-gap: 30px;
    margin-bottom: 60px;
    transition: 0.2s;
    display: none;
}
.products-section .grid.show {
    transition: 0.2s;
    display: grid;
}
.products-section .prod-title {
    font-weight: 800;
    font-size: 23px;
    line-height: 32px;
}
.products-section .thumb {
    height: 150px;
    margin-bottom: 15px;
}
.products-section .wp-post-image {
    height: 100%;
    object-fit: cover;
}
.products-section .products-grid-wrap {
    padding-bottom: 80px;
}
.home-announse {
    color: #fcb24c;
    padding: 110px 0;
}
.home-announse h2 {
    margin-top: 0;
    font-weight: 900;
    font-size: 45px;
    line-height: 64px;
}
.home-announse p {
    font-weight: 800;
    font-size: 23px;
    line-height: 32px;
}
.franchising {
    background: #363645;
}
.franchising__subtitle {
    display: inline-block;
    background: #fcb24c;
    color: #363645;
    font-size: 29px;
    line-height: 36px;
    font-weight: 700;
    padding: 10px 20px;
    margin-bottom: 20px;
}
.franchising__title {
    font-size: 58px;
    line-height: 68px;
    font-weight: 700;
    margin-bottom: 20px;
}
.franchising__text {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 20px;
}
.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(74, 74, 74, 0.4);
    z-index: 200;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: 0.5s;
    overflow: auto;
}
.popup br {
    display: none;
}
.popup.active {
    opacity: 1;
    visibility: visible;
    pointer-events: painted;
    transition: 0.5s;
}
.popup__body {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.popup__close {
    position: absolute;
    top: 30px;
    height: 30px;
    right: 15px;
    top: 15px;
    z-index: 260;
}
.popup__area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.popup__content {
    background: #fcb24c;
    padding: 40px 45px;
    max-width: 760px;
    position: relative;
    z-index: 250;
    transform: translateY(100%) scale(0.7);
    transition: 0.5s;
}
.popup__content.active {
    transform: none;
    transition: 0.5s;
}
.popup__title {
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    text-align: center;
    color: #000;
    margin-bottom: 20px;
}
.popup input {
    width: 100%;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 20px 15px;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    color: #000;
    margin-top: 20px;
}
.popup .first-input {
    margin-top: 0;
}
.popup input::placeholder {
    color: #363645;
}
.popup input[type="submit"] {
    width: 100%;
    border: none;
    background: #000;
    border-radius: 5px;
    padding: 20px 15px;
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    color: #fcb24c;
    cursor: pointer;
    height: auto;
    margin-bottom: 0;
    color: #fff;
}
@media (max-width: 768px) {
    .franchising__subtitle {
        font-size: 24px;
        line-height: 30px;
    }
    .franchising__title {
        font-size: 40px;
        line-height: 50px;
    }
    .franchising__text {
        font-size: 18px;
        line-height: 28px;
    }
    .popup__title {
        font-size: 30px;
        line-height: 40px;
    }
    .popup input {
        padding: 15px;
        margin-bottom: 15px;
    }
}
@media (max-width: 540px) {
    .franchising__subtitle {
        font-size: 20px;
        line-height: 26px;
    }
    .franchising__title {
        font-size: 30px;
        line-height: 40px;
    }
    .franchising__text {
        font-size: 16px;
        line-height: 26px;
    }
    .popup__title {
        font-size: 26px;
        line-height: 36px;
    }
    .popup__content {
        padding: 30px 25px;
    }
}
@media (max-width: 420px) {
    .franchising__subtitle {
        font-size: 16px;
        line-height: 22px;
    }
    .franchising__title {
        font-size: 22px;
        line-height: 28px;
    }
    .franchising__text {
        font-size: 14px;
        line-height: 24px;
    }
    .popup__title {
        font-size: 20px;
        line-height: 26px;
    }
}
.footer {
    color: #f9faff;
    padding-top: 35px;
    padding-bottom: 55px;
    background: #363645;
}
.footer .footer-inner {
    display: flex;
    justify-content: space-between;
}
.footer .col-left {
    display: flex;
}
.footer .col.col1 {
    width: 212px;
    margin-right: 60px;
}
.footer .col.col1 p {
    margin-top: 15px;
    font-size: 16px;
    line-height: 24px;
}
.footer .footer-menu {
    margin: 0;
    padding: 0;
    column-count: 2;
    list-style: none;
    column-gap: 60px;
}
.footer .footer-menu li {
    margin-bottom: 20px;
    line-height: 24px;
}
.footer .footer-menu li a {
    font-weight: 800;
    font-size: 16px;
    line-height: 24px;
}
.footer .tel-wrap {
    margin-bottom: 35px;
}
.footer .tel-wrap a {
    font-weight: 800;
    font-size: 23px;
    line-height: 32px;
    color: #f9faff;
    border: 2px solid #535867;
    border-radius: 4px;
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 8px 0;
    transition: opacity 0.2s;
}
.footer .tel-wrap a:hover > img,
.footer .tel-wrap a:hover > span {
    opacity: 0.7;
    transition: opacity 0.2s;
}
.footer .tel-wrap img {
    margin-right: 10px;
}
.footer .col.col-right {
    max-width: 255px;
    width: 100%;
}
.footer .socials {
    display: flex;
    justify-content: space-between;
}
.footer .socials .item {
    display: inline-block;
    text-align: center;
    padding: 8px 0;
    border: 2px solid #535867;
    border-radius: 4px;
}
.footer .socials .item {
    display: inline-block;
    text-align: center;
    padding: 8px 0;
    border: 2px solid #535867;
    border-radius: 4px;
    width: 50px;
    height: 50px;
    line-height: 24px;
}
.about-video {
    height: 0;
    overflow: hidden;
    padding-top: 43%;
    position: relative;
    margin-bottom: 160px;
}
.about-video:before {
    content: "";
    z-index: 2;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    transition: opacity 0.5s;
    background: linear-gradient(
        90deg,
        #363645 0.59%,
        #363645 10.95%,
        rgba(54, 54, 69, 0) 25.96%,
        rgba(54, 54, 69, 0) 68.42%,
        #363645 88.61%,
        #363645 100%
    );
}
.about-video video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    object-fit: cover;
    z-index: 1;
}
.about-video .play {
    position: absolute;
    top: 50%;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    opacity: 1;
    transition: opacity 0.5s;
    cursor: pointer;
}
.about-video.hide:before {
    opacity: 0;
    transition: opacity 0.5s;
}
.about-video .play.hide {
    opacity: 0;
    transition: opacity 0.5s;
    pointer-events: none;
    cursor: default;
}
.about-content .section {
    display: grid;
    grid-column-gap: 30px;
    margin-bottom: 120px;
}
.about-content .section.grid-left {
    grid-template-columns: 7fr 5fr;
}
.about-content .section.grid-right {
    grid-template-columns: 5fr 7fr;
}
.about-content .section h2 {
    margin-top: 0;
    font-weight: 900;
    font-size: 45px;
    line-height: 54px;
    margin-bottom: 25px;
    padding-left: 20px;
    position: relative;
}
.about-content .section img {
    position: relative;
    z-index: 1;
}
.about-content .section h2:before {
    content: "";
    left: 0;
    width: 13px;
    height: 41px;
    background: url(img/title-before.svg);
    display: block;
    position: absolute;
    transform: translateY(12px);
}
.about-content .section p {
    margin-bottom: 25px;
    padding-left: 20px;
}
.about-content .image {
    text-align: center;
}
.about-content .bage {
    margin-top: -70px;
    margin-bottom: 40px;
    transform: translateX(130px);
}
.about-content .section1:after {
    content: "";
    width: 812px;
    height: 470px;
    display: block;
    background: url(img/line1.svg);
    background-repeat: no-repeat;
    position: absolute;
    transform: translateX(200px) translateY(102px);
}
.about-content .section2:after {
    content: "";
    width: 766px;
    height: 291px;
    display: block;
    background: url(img/line2.svg);
    background-repeat: no-repeat;
    position: absolute;
    transform: translateX(110px) translateY(215px);
}
.vacancy-list {
    margin-top: 30px;
    margin-bottom: 100px;
}
.vacancy-list .item {
    display: flex;
    border: 1px solid #bfc6dc;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 10px 20px 10px 15px;
    margin-bottom: 20px;
    justify-content: space-between;
}
.vacancy-list h1 {
    font-weight: 900;
    font-size: 45px;
    line-height: 54px;
    margin-bottom: 35px;
}
.vacancy-list .item .left {
    display: flex;
}
.vacancy-list .thumb {
    width: 144px;
    height: 144px;
    overflow: hidden;
}
.vacancy-list .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.vacancy-list .tel {
    width: 255px;
    border: 2px solid #535867;
    box-sizing: border-box;
    border-radius: 4px;
    height: 52px;
    font-weight: 800;
    font-size: 23px;
    line-height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}
.vacancy-list .tel img {
    margin-right: 10px;
}
.vacancy-list .vacancy-content {
    max-width: 450px;
    margin-left: 35px;
}
.vacancy-list h3 {
    font-weight: 900;
    font-size: 32px;
    line-height: 48px;
    margin-top: 0;
}
.vacancy-list .vacancy-count {
    color: #fcb24c;
    margin-left: 15px;
}
.header-menu .menu-item.vacancy,
.footer-menu .menu-item.vacancy {
    position: relative;
}
.header-menu .menu-item.vacancy {
    margin-right: 45px;
}
.header-menu .menu-item .count,
.footer-menu .menu-item .count {
    display: inline-block;
    width: 31px;
    height: 24px;
    background: linear-gradient(180deg, #ffe2ba 0%, #feb34c 34.38%);
    border-radius: 100px;
    font-size: 11px;
    line-height: 16px;
    position: absolute;
    text-align: center;
    padding-top: 3px;
    margin-left: 5px;
    color: #f9faff !important;
}
#conuntVacancy {
    display: none;
}
.home-map {
    background: #fff;
    padding-top: 40px;
}
.home-map .title {
    font-weight: 900;
    font-size: 45px;
    line-height: 64px;
}
.locations-container {
    padding-bottom: 120px;
}
.locations-page .site-inner {
    padding: 0;
}
.locations {
    display: flex;
}
.acf-map {
    width: 57%;
    height: 473px;
    order: 2;
    box-shadow: 0px 24px 24px rgba(110, 116, 134, 0.32);
}
.acf-map img {
    max-width: inherit !important;
    height: 0;
    cursor: grab;
}
#listdata {
    overflow: scroll;
    order: 1;
    padding-right: 15px;
    width: 43%;
    height: 473px;
    margin-right: 15px;
}
#newdiv {
    display: none;
}
.page-locations {
    padding-top: 40px;
}
.list-items .linkage {
    cursor: pointer;
    border-bottom: 1px dashed;
    margin: 40px 40px 0 20px;
}
.locations-container .list-items .title {
    font-weight: 900;
    font-size: 45px;
    line-height: 64px;
}
.locations .gm-style .gm-style-iw-c {
    opacity: 0;
    pointer-events: none;
    width: 43px;
    height: 40px;
    top: 33px;
    transform: translate(-50%, -50%);
}
.locations .gm-style .gm-style-iw-t::after {
    display: none;
}
.locations .list-items .linkage {
    padding: 10px;
    border: 1px solid transparent;
    margin: 0;
    min-height: 97px;
    position: relative;
    padding-left: 97px;
}
.locations .list-items .linkage.active {
    border: 1px solid #fcb24c;
    border-radius: 4px;
}
.locations .list-items .poster {
    width: 67px;
    height: 67px;
    position: absolute;
    left: 15px;
    top: 15px;
}
.locations .list-items .wp-post-image {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.hidden-city {
    display: none;
}
.active-city {
    display: block;
}
.locations-container .top-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
}
.locations-container .bakeries-filter {
    position: relative;
}
.locations-container .bakeries-filter .drop-title {
    border: 1px solid #bfc6dc;
    box-sizing: border-box;
    border-radius: 4px;
    font-weight: 800;
    font-size: 16px;
    line-height: 24px;
    padding: 7px 14px;
    cursor: pointer;
    min-width: 255px;
    position: relative;
}
.locations-container .bakeries-filter .drop {
    display: none;
    padding: 7px 0 !important;
    margin: 0;
    list-style: none;
    position: absolute;
    z-index: 1;
    background: #fff;
    width: 100%;
    left: 0;
    border: 1px solid #bfc6dc;
    border-radius: 4px;
}
.locations-container .bakeries-filter .drop-title:hover,
.locations-container .bakeries-filter:hover > .drop {
    display: block;
}
.locations-container .bakeries-filter .drop li {
    margin-bottom: 5px;
    cursor: pointer;
    padding: 5px 15px;
}
.locations-container .bakeries-filter .drop li:hover {
    background: #e5e3e0;
}
.locations-container .bakeries-filter .drop-title:after {
    content: "";
    background: url(img/down.svg);
    width: 24px;
    height: 24px;
    position: absolute;
    right: 10px;
    top: 8px;
}
.locations-container .list-items .gallery {
    display: none;
}
.side-menu.mobile {
    opacity: 0;
    width: 270px;
    background: #363645;
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    z-index: 999;
    color: #f9faff;
    font-weight: 800;
    font-size: 16px;
    line-height: 24px;
    z-index: 99;
    padding-top: 70px;
    transform: translateX(100%);
    transition: 0.3s;
}
.header .burger {
    display: none;
}
.header .burger span {
    display: block;
    width: 20px;
    height: 1px;
    background: #fff;
    margin-bottom: 5px;
}
.header .burger span:nth-child(1) {
    transform: translateY(0);
    transition: 0.2s;
}
.header .burger span:nth-child(2) {
    transition: 0.2s;
}
.header .burger span:nth-child(3) {
    margin-bottom: 0;
    transform: translateY(0);
}
.header .burger:hover > span:nth-child(1) {
    transform: translateY(2px);
    transition: 0.2s;
}
.header .burger:hover > span:nth-child(3) {
    transform: translateY(-2px);
    transition: 0.2s;
}
.openModalmob {
    display: none;
}

@media (max-width: 1300px) {
    .home-slider {
        padding-right: 75px;
        padding-left: 100px;
    }
    .home-slider .item2 .image-wrap {
        width: 100%;
        min-width: unset;
    }
    .home-slider .slick-next.slick-arrow {
        right: 15px;
    }
    .home-slider .slick-prev.slick-arrow {
        left: 15px;
    }
    .header .side-menu.desktop {
        display: none;
    }
    .header .header-inner {
        position: relative;
    }
    .header .burger {
        display: block;
        position: absolute;
        top: 43px;
        right: 50px;
        padding: 5px;
        cursor: pointer;
    }
    .side-menu.mobile {
        opacity: 1;
    }
    .side-menu.mobile.opened {
        transform: translateX(0);
        transition: 0.5s;
    }
    .header.mobile .side-menu {
        display: block;
    }
    .side-menu.mobile .lang-switch {
        margin-right: 0;
        margin-left: 12px;
    }
    .side-menu.mobile li {
        list-style: none;
        margin: 0 17px;
        display: block;
        margin-bottom: 15px;
    }
    .side-menu.mobile li a {
        color: #f9faff;
        transition: color 0.2s;
    }
    .side-menu.mobile .lang-switch {
        transform: none;
        margin-right: 0;
        padding-left: 40px;
        margin-bottom: 40px;
    }
    .side-menu.mobile .lang-switch .wpml-ls-legacy-list-horizontal .wpml-ls-item {
        position: relative;
    }
    .side-menu.mobile .wpml-ls-legacy-list-horizontal a {
        color: #fff;
        padding: 0 5px;
    }
    .side-menu.mobile .lang-switch span.wpml-ls-display {
        display: none;
    }
    .side-menu.mobile .lang-switch .wpml-ls-legacy-list-horizontal {
        padding: 0;
    }
    .side-menu.mobile .lang-switch .wpml-ls-legacy-list-horizontal .wpml-ls-item:first-child:before {
        content: "";
        display: inline-block;
        border-right: 1px solid #fff;
        width: 1px;
        height: 14px;
        position: absolute;
        right: 0;
        top: 4px;
    }
    .side-menu.mobile .lang-switch li {
        display: inline-block !important;
        margin: 0 !important;
    }
    .side-menu.mobile li.current_page_item a,
    .side-menu.mobile li a:hover,
    .side-menu.mobile .wpml-ls-legacy-list-horizontal a:hover,
    .side-menu.mobile .lang-switch .wpml-ls-current-language a {
        color: #fcb24c;
        transition: color 0.2s;
    }
    .side-menu.mobile .partner.button-primary {
        margin-left: 40px;
        display: block;
    }
    .openModalmob {
        display: block;
        position: absolute;
        right: 100px;
        top: 20px;
    }
}

@media (max-width: 991px) {
    .header .header-inner,
    .container {
        padding-right: 22px;
        padding-left: 22px;
    }
    .header .header-inner {
        height: 75px;
    }
    .openModalmob {
        top: 0;
    }
    .header .burger {
        top: 25px;
        right: 22px;
    }
    .home-slider .text h2 {
        font-size: 48px;
        line-height: 48px;
    }
    .home-slider .item {
        height: 380px;
    }
    .products-section .products-topbar {
        flex-direction: column;
    }
    .products-section .products-topbar .cat-checker .button:first-child {
        margin-left: 0;
    }
    .products-section .products-topbar .title {
        margin-bottom: 20px;
    }
    .acf-map,
    #listdata {
        height: 300px;
    }
    .footer .col-left {
        width: 67%;
    }
    .footer .col.col-right {
        width: 33%;
    }
    .footer .col.col1 {
        margin-right: 30px;
        width: 150px;
    }
    .footer .footer-menu {
        column-gap: 30px;
    }
    .footer .tel-wrap a {
        font-size: 18px;
    }
    .about-content .bage {
        transform: translateX(0px);
    }
    .about-content .section1:after,
    .about-content .section2:after {
        display: none;
    }
    .vacancy-list .thumb {
        flex: none;
        width: 124px;
        height: 124px;
        margin-top: 15px;
    }
    .vacancy-list .tel {
        width: 200px;
        font-size: 18px;
    }
    .products-section .grid {
        grid-template-columns: 1fr 1fr 1fr;
    }
}
@media (max-width: 767px) {
    .header .header-inner {
        height: 60px;
        padding-bottom: 16px;
    }
    .header .logo {
        width: 150px;
    }
    .openModalmob {
        display: none;
    }
    .header .burger {
        top: 19px;
    }
    .home-slider .item {
        height: 280px;
    }
    .home-slider .text h2 {
        font-size: 30px;
        line-height: 34px;
        margin-top: 0;
    }
    .home-slider .item2 .image-wrap {
        display: none;
    }
    .home-slider .slick-dots,
    .home-slider .slick-arrow {
        display: none !important;
    }
    .home-slider .item2 {
        background: url(img/map-b.svg);
        background-size: cover;
        background-position: 50%;
        background-repeat: no-repeat;
    }
    .home-slider .text p {
        margin-bottom: 20px;
    }
    .products-section .grid {
        grid-template-columns: 1fr 1fr;
    }
    .products-section .thumb {
        height: 120px;
    }
    .products-section .prod-title {
        font-weight: 800;
        font-size: 18px;
        line-height: 21px;
    }
    .products-section .products-topbar .cat-checker {
        flex-direction: column;
    }
    .products-section .products-topbar .cat-checker .button {
        margin: 0;
        margin-bottom: 15px;
        display: flex;
        justify-content: center;
    }
    .home-announse h2 {
        font-size: 38px;
        line-height: 44px;
    }
    .home-map {
        padding-top: 0;
    }
    .locations,
    .locations-container .top-line {
        flex-direction: column;
    }
    .acf-map,
    #listdata {
        width: 100%;
    }
    #listdata {
        margin-bottom: 30px;
    }
    .home-map .title {
        font-size: 32px;
    }
    .locations-container .top-line {
        align-items: baseline;
        margin-bottom: 40px;
    }
    .locations .description {
        font-size: 14px;
        line-height: 19px;
    }
    .footer .footer-inner {
        flex-direction: column;
    }
    .footer .col-left {
        flex-direction: column;
        width: 100%;
    }
    .footer .col.col1 {
        margin-bottom: 20px;
    }
    .footer .footer-menu {
        margin-bottom: 30px;
        column-count: 1;
    }
    .footer .col.col-right {
        width: 100%;
    }
    .about-content .section h2 {
        font-size: 32px;
        line-height: 38px;
    }
    .about-content .image {
        display: none;
    }
    .about-content .section.grid-right,
    .about-content .section.grid-left {
        grid-template-columns: 1fr;
    }
    .about-video,
    .about-content .section {
        margin-bottom: 50px;
    }
    .vacancy-list .item,
    .vacancy-list .item .left {
        flex-direction: column;
    }
    .vacancy-list .vacancy-content {
        max-width: 100%;
        margin-left: 0;
    }
    .home-slider {
        padding: 0 !important;
    }
    .home-slider .item {
        padding: 0 22px !important;
    }
}
