/*tablet*/
@media screen and (max-width:1170px) {
    .container {
        width: 100%;
        padding: 0 10px
    }
    .block {
        padding: 70px 10px;
    }
    .block.container {
        padding: 70px 10px;
    }
}

/*mobile*/
@media screen and (max-width:768px) {
.visible-xs {
    display: block !important;
}
.get_doc {
    margin-bottom: 25px!important;
}
.input_first {
    width: 95%!important;
}
.hidden-xs {
    display: none !important
}

body {
    font-size: 16px;
}

.block {
    padding: 50px 10px;
}
.block.container {
    padding: 50px 10px
}
.pad-top {
    padding-top: 50px;
}
.pad-bot {
    padding-bottom: 50px;
}

.nav-control {
    width: 55px;
    height: 55px;
    border: 2px solid #fff;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
    z-index: 1;
    margin-right: 20px
}
.nav-control span {
    width: 70%;
    border-radius: 15px;
    height: 2px;
    background: #fff;
    transition: all linear .2s;
    margin: 4px 0
}
.nav-control.op span:nth-of-type(2) {
    opacity: 0;
}
.nav-control.op span:nth-child(1) {
    transform: translateY(10px) translateX(0px) rotate(45deg) ;
}
.nav-control.op span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg) ;
}

.but {
    height: 55px;
    width: auto;
    font-size: 16px;
    padding: 0 20px;
}

.over_but {
    display: none
}
.but:hover {
    background: #fff;
}
.but:hover .over_but {
    width: 225%;
    height: calc(2.25*260px);
    display: none
}

.but:after {
    content: '';
    background: url(../img/icon/arr.svg) center/cover;
    width: 8px;
    height: 15px;
    margin-left: 15px;
    transition: all 0.4s ease-in-out
}
.but:hover:after {
    background: url(../img/icon/arr_red.svg) center/cover;
}

.send-form .but {
    width: 400px
}

.input {
    width: 100%;
    height: 55px;
    padding: 0 20px;
    font-size: 14px;
    margin-bottom: 20px;
}
.search-field .input {
    font-size: 14px;
    height: 55px;
}
.input-wrap {
    align-items: flex-start;
    flex-wrap: wrap;
}
.input-wrap .input {
    width: 100%;
}
textarea.input {
    height: 100px;
    padding: 10px 20px;
    resize: none;
    border-radius: 20px
}
.polit {
    font-size: 12px;
    margin-left: 0;
    margin-top: 20px
}
    .polit br {
        display: none
    }

.main {
    min-height: auto;
    position: relative;
    margin-bottom: 30px; margin-bottom: 0;
}
.main>.container {
    opacity: 0;
    transition: all .5s cubic-bezier(0, 0, .2, 1);
}
.main_fix {
    height: auto;
    margin-bottom: 60px
}
.main_factory {
    height: auto;
}
.main_shop {
    height: auto;
}
.main_news {
    height: auto;
    min-height: 0;
}
.main_info {
    height: auto;
    min-height: 220px;
}
/*
.main_curtain {
    height: 1000px;
    width: 1000px;
    left: calc(50% - 520px);
    bottom: 100px;
}
*/
.main_curtain {
    height: 2000px;
    width: 2000px;
    border-radius: 50%;
    left: calc(50% - 1050px);
    bottom: 80px;
}
.main_curtain.show {
    transform: scale(1);
}
    .main-page .main_curtain {
        height: 1000px;
        width: 1000px;
        left: calc(50% - 520px);
        bottom: 100px;
        top: -870px
    }
.main_info .main_curtain {
    left: calc(50% - 1050px);
    bottom: 0
}
.main_factory .main_curtain {
    height: 2100px;
    width: 1943px;
    left: calc(50% - 1052px);
    bottom: 22px;
}
.main_shop .main_curtain {
    height: 1160px;
    width: 1000px;
    left: calc(50% - 500px);
    bottom: 2px;
}
.main_team .main_curtain {
    height: 1160px;
    width: 1000px;
    left: calc(50% - 500px);
    bottom: 2px;
}
.main_news .main_curtain {
    bottom: 0;
}
.main_eks .main_curtain {
    height: 1550px;
    width: 1070px;
    left: calc(50% - 523px);
    bottom: 0;
}

.main_factory .main-content_prod .main-content-img {
    position: relative;
    bottom: -0;
    transform: rotate(8deg);
}
.main_shop .main-content-img {
    clip-path: ellipse(92% 57% at 51% 43%);
    position: relative;
    bottom: 2px;
}

header {
    margin-bottom: 30px;
    position: relative;
    opacity: 1;
    transition: all .5s cubic-bezier(0, 0, .2, 1);
}
.main-page header {
    opacity: 1;
}
.head {
    padding-top: 30px;
    align-items: flex-start;
}
.head, .head a {
    color: #fff;
    font-size: 0.875rem
}
.head-left_side, .head-rigth_side {
    width: 100%;
}
.head-rigth_side {
    display: flex;
    justify-content: flex-end;
}

.lang {
    margin-right: 0px;
    margin-left: 20px;
}
    .lang-selected {
        cursor: auto;
        border-radius: 30px;
    }
.to_shop {
    width: 200px;
    margin: 0 auto;
    height: 60px;
    color: #fff;
    background: var(--bg);
}

.to_shop:hover {
    color: #fff
}
.to_shop:hover:before {
    background: url(../img/icon/lukas_shop.svg) center/cover;
}

.menu {
    border: 2px solid #fff;
    border-radius: 30px;
    height: 55px;
    align-items: stretch;
    overflow: hidden;
    display: none
}
.menu a {
    padding: 0 8px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    height: 100%;
    transition: all linear .2s;
    z-index: 1;
    overflow: hidden
}

.menu a:not(:last-child) .sep {
    position: absolute;
    content: '';
    height: 15px;
    width: 2px;
    background: #fff;
    right: 0
}
.menu a:first-child {
    padding-left: 12px
}
.menu a:last-child {
    padding-right: 12px
}
.menu a:hover .over_but {
    width: 225%;
    height: calc(2.25*120px);
}
.menu a:hover {
    color: var(--bg)
}
.logo {
    margin-top: 40px;
    z-index: 2;
}
.logo img {
    width: 160px;
}

.main-content {
    align-items: flex-start;
    margin-top: 0px;
    flex-direction: column;
    text-align: center
}

.main-content-text {
    color: #fff;
    flex-shrink: 0;
    width: 100%!important;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px
}
.main_news .main-content-text {
    width: 100%;
    padding: 30px 0 50px;
    margin: 0 auto;
    text-align: center;
}
.main_title {
    font-size: 26px;
    line-height: 125%;
}
.main_news .main_title {
    margin-bottom: 30px
}
.main_title-big {
    font-size: 28px
}

.main_news_crumbs {
    font-size: 14px;
}
.main_news_crumbs span {
    padding: 0 5px
}
.main_subtitle {
    font-size: 16px;
    padding-right: 0
}
.deco {
    height: 7px;
    width: 100%;
    background-image: url(../img/icon/dots.svg);
    background-position: 0 0;
    background-size: auto 7px;
    background-repeat: repeat-x;
    margin: 30px 0
}
.deco_white {
    background-image: url(../img/icon/dots_white.svg);
}

.main-content-img {
    width: 100%;
    position: relative;
    text-align: center;
}
.main-content-img img {
    width: 90%;
    margin: 0 auto;
}
.main-content-img_hist img {
    width: 120%
}
    .main-content-img_prod img {
        width: 130%
    }
.main-content_prod .main-content-img img {
    margin-left: auto;
    display: block
}
    .main-content_prod .main-content-img.hist-img_mobile img {
        margin-left: 5%;
        width: 110%;
    }
    .main-content_prod .main-content-img.prod-img_mobile img {
        width: 110%;
    }
    .main-content-img_prod {
        margin-left: -10%;
    }
    .main-content-img_team {
        width: 320px;
        margin: 0 auto;
    }
    .main-content-img_team img {
        width: 100%;
    }

    .main_eks .main-content-img img {
/*    margin-left: -160px;*/
}
.main_eks .main-content-img {
    position: relative;
    bottom: 0
}

.swiper_banner .swiper-slide img {
    border-radius: 20px;
    width: 100%
}
.swiper_banner .swiper-pagination {
    bottom: 10px;
}
.swiper_banner .swiper-pagination .swiper-pagination-bullet {
    width: 50px;
    height: 3px;
    margin: 0 5px
}
.category_container {
    padding: 0 10px 30px;
}

.category-menu {
    align-items: flex-end;
    padding-bottom: 0;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-left: 5%;
}
.category-menu:after {
    width: 100%;
    height: 90%;
}
.category-item {
    width: 42%;
    margin-bottom: 20px
}

.category-item_img img {
    margin-bottom: -65px;
    width: 100%
}
.category-item:nth-child(1) .category-item_img img {
    width: 130px;
}
.category-item:nth-child(2) .category-item_img img {
    width: 130px;
}
.category-item:nth-child(3) .category-item_img img {
    width: 120px;
}
.category-item:nth-child(4) .category-item_img img {
    width: 110px;
}
.category-item-platte {
    background: url(../img/menu_bottom.png) center bottom/90% no-repeat;
    width: 40px;
    height: 80px;
}




.banner-row {
    align-items: stretch;
    margin-bottom: 0px;
    flex-direction: column
}
    .banner-row:nth-of-type(2n) {
        flex-direction: column-reverse
    }
.banner  {
    border-radius: 20px;
    flex-direction: column;
    justify-content: flex-end;
    margin-bottom: 20px
}
.banner-hor-bl {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-direction: column
}
.banner-hor {
    width: 100%;
    height: 55vw;
}
.banner-vert {
    width: 100%;
    height: 155vw;
}
.banner img {
    border-radius: 20px;
}
.banner-text {
    padding: 0 10px 7px 10px;
}
    .banner-vert .banner-text {
        padding-bottom: 12px
    }
.banner-text p {
    font-size: 14px;
}
.link {
    padding-right: 20px;
    font-size: 14px
}
.link:after {
    width: 7px;
    height: 12px;
    right: 8px;
}
.banner-vert a {
    margin-top: 10px;
}

.news-container {
    padding: 50px 0px 50px
}
.news_row {
    align-items: flex-start;
    flex-direction: column;
}
.news-first {
    margin-right: 0px;
    width: 100%;
    flex-shrink: 0;
    margin-top: 0px;
    margin-bottom: 40px;
    text-align: center
}
.news-first-title {
    font-size: 38px;
    margin-bottom: 10px
}
.news-first-subtitle {
    font-size: 28px;
    margin-bottom: 15px;
}
.news-next_slide {
    display: none
}
    .news-first>div {
        justify-content: center
    }

.news_slider {
    width: 100%;
    flex-shrink: 0;
}
.new_slide {
    text-align: center;
    width: 55%
}
.new_slide-img {
    border: none;
    margin-bottom: 15px;
    width: 100%;
    height: 55vw;
}
.new_slide-img img {
    height:100%;
	object-fit: cover;
    border: 3px solid #fff;
}
.new_slide-title {
    font-size: 14px;
}
.new_slide-link {
    margin-top: 10px;
    font-size: 12px;
}

.work {
    height: auto;
    background: none;
    border-radius: 26px;
    margin: 0px auto 60px;
    flex-direction: column
}
.work p {
    font-size: 26px;
    text-align: center;
    color: var(--bg);
    margin: 15px 0
}
.work-img {
    align-self: flex-end;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0;
    position: relative;
}
    .work-img:after {
        position: absolute;
        content: '';
        display: block;
        width: 100%;
        height: 120px;
        background: var(--bg);
        z-index: -1;
        border-radius: 20px;
        bottom: 0;
        left: 0;
    }
.work-img img {
    max-width: 90%;
    margin-bottom: 0px;
    display: block;
    margin: 0 auto;
}
.work .but {
    flex-shrink: 0;
    margin-right: 0px
}

.slogan-container {
    padding: 50px 0 50px 90px
}
.slogan-img {
    left: 10px;
    bottom: 80px;
    width: 120px
}
.slogan {
    font-size: 17px;
}

.characteristics {
    padding: 50px 0;
    margin-bottom: 0px;
}
.characteristic_item {
    width: 220px;
    height: 220px;
    font-size: 18px;
    padding: 30px;
    box-shadow: inset 0 0 0 2px #fff;
    border: 3px solid var(--bg)
}

.bottom_baners-container {
    padding: 50px 10px;

}
    .bottom_baners {
        flex-direction: column;
    }
.bottom_baner {
    width: 100%;
    height: 60vw
}
    .bottom_baner-text {
        padding: 0 15px 12px
    }

.get_catalog {
    height: 150px;
    border-radius: 20px;
    margin: 10px 10px 120px;
    width: calc(100% - 20px);
    padding: 10px 10px 10px 20px;
    position: relative
}
.adr_banner {
    height: auto;
    padding: 20px;
    width: 100%;
    margin: 30px auto 0px;
    flex-direction: column;
    text-align: center
}
.get_catalog-img {
    animation: float 6s ease-in-out infinite;
    width: 160px
}

.get_catalog-title p:first-child {
    font-size: 24px;
    margin-bottom: 10px
}
    .get_catalog-title .get_catalog-headline {
    font-size: 24px !important;
    margin-top: 0 !important
}
.get_catalog-title p:last-child {
    font-size: 12px;
}
.get_catalog .but {
    margin-right: 0px;
    position: absolute;
    bottom: -80px;
    width: 260px;
    left: calc(50% - 130px);
}

    .get_doc {
    margin: 0 auto;
    padding: 30px;
        height: auto;
        flex-direction: column;
        align-items: center
}
.get_doc .get_catalog-title {
    width: 100%;
    text-align: center;
    margin-bottom: 20px
}

.get_doc .but {
    margin-right: 0;
    position: static;
}

.adr_banner-title {
    margin-bottom: 20px;
    font-size: 22px
}
.adr_banner-subtitle {
    font-size: 16px;
}
@keyframes float {
	0% {
		transform: translatey(0px);
        filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0.3));
	}
	50% {
		transform: translatey(-20px);
        filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.3));
	}
	100% {
		transform: translatey(0px);
        filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0.3));
	}
}

footer {
    margin-top: 50px;
}
footer:after {
    height: 1000px;
    width: 1000px;
    border-radius: 50%;
    left: calc(50% - 490px);
    top: 30px;
    z-index: -1;
}
footer a {
    color: #fff;
}
.top-footer {
/*    margin-bottom: 65px;*/
}
.footer_logo {
    width: 200px;
    margin: 0 auto;
}
    .soc {
        justify-content: space-around;
    }
.soc a {
    width: 50px;
    height: 50px;
    margin-left: 0px;
}
.soc a:nth-child(1) {
    margin-top: 0px
}
.soc a:nth-child(2) {
    margin-top: 0px
}
.soc a:nth-child(3) {
    margin-top: 0px
}
.soc a:nth-child(4) {
    margin-top: 0px
}
.soc a:nth-child(5) {
    margin-top: 0px
}
.mid-footer {
    align-items: flex-start;
    padding: 40px 0 30px;
    flex-direction: column;
}
.nav-footer-cont {
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    order: 1
}
.nav-footer-adress {
    font-size: 14px;
    width: 100%;
}
.nav-footer-title {
    display: none
}
.nav-footer {
    margin-right: 0px;
    width: 100%;
    text-align: center;

}
    .nav-footer:not(.nav-footer-adress) {
        display: none
    }
    .footer-contact {
        margin: 0 auto 40px;
    }
    .tel {
        justify-content: center;
        text-align: left;
    }
.tel a {
    font-size: 26px;
}
.footer-contact .but {
    margin-top: 30px;
    width: 100%;
}
.bot-footer {
    padding: 30px 0 30px;
    align-items: center;
    font-size: 14px;
    flex-direction: column;
    text-align: center
}
.bot-footer .info {
    font-size: 10px;
    margin-left: 0px;
    margin-top: 20px
}
.to_top {
    bottom: 15px;
    right: 15px;
    width: 50px;
    height: 50px;
}
.popup_menu {
/*    display: none;*/
    width: 100%;
    min-height: 100vh;
    height: 100vh;
}
    .popup_menu.open {
        overflow-y: scroll
    }
.popup_menu .container {
    position: relative;
    min-height: 100vh;
}
.popup_menu-content {
    height: 100%;
    padding-top: 50px;
    align-items: flex-start
}
.popup_menu-img {
    margin: 0 0 0 -60px
}
.popup_menu-img img {

}
.popup_menu-links {
    width: 48%;
    flex-shrink: 0;
    padding-top: 100px
}
.popup_menu-links p {
    font-size: 60px;
    font-weight: 800;
    margin-bottom: 45px;
}
.popup_menu-links a {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    display: block;
    line-height: 48px;
    transition: all linear .2s
}
.popup_menu-links a:hover {
    padding-left: 20px;
}
.popup_menu-soc {
    position: absolute;
    bottom: 80px;
    right: 0;
    width: 48%;
}
    .mobile_menu .popup_menu-soc {
        position: static;
        width: 100%;
    }
.popup_menu .popup_menu-soc a {
    margin: 0 20px 0 0
}
    .mobile_menu .popup_menu-soc a {
        margin: 0
    }
.popup_product {
    padding: 50px 0;
    width: 100%;
    margin: 0 auto;
    flex-direction: column;
}
.popup_product-img {
    width: 70%;
    flex-shrink: 0;
    margin-right: 0px;
    margin: 0 auto 20px;
}
.popup_product-img img {
    width: 100%;
}
.popup_product-text {
    width: 100%;
}
.popup_product-title {
    font-size: 18px;
    margin-bottom: 20px
}
.popup_product-desc p {
    font-size: 16px;
    margin-bottom: 20px
}
.popup_product-footer {
    width: 100%;
    margin: 0 auto 20px;
    align-items: flex-start;
    flex-direction: column;
}
.popup_product-footer-item {
    margin-bottom: 20px
}
.popup_product-footer-item img {
    margin-right: 10px
}
.popup_contact-form {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.popup_contact-form form {
    width: 100%;
    margin: 0 auto;
}
.popup_contact-form .input {
    margin-bottom: 20px;
    font-size: 14px
}
.popup_contact-form .polit a {
    color: #fff
}
    .send-contact-form {
        flex-direction: column;
        text-align: center;
    }
    .send-contact-form .but {
        width: 100%;
    }

.popup_menu-close {
    position: fixed;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
    .mobile_menu .popup_menu-close {
        position: static;
    }
    .mobile_menu .popup_menu-inner {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 30px 20px 100px
    }
    .mobile_menu a {
        color: #fff;
    }
    .mobile_menu-back {
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
        opacity: 0;
        transition: all cubic-bezier(0,0,.2,1) .3333333333s;
    }
    .mobile_menu-back span {
        width: 50px;
        height: 50px;
        display: block;
        border: 2px solid #fff;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 10px
    }
    .mobile_menu-back img {
        width: 12px;
        transform: rotate(180deg);
    }
    .mobile_menu-main a {
        display: block;
        font-size: 36px;
        font-weight: bold;
        margin: 10px 0 30px;
    }
    .mobile_menu-second, .mobile_menu-main {
        position: absolute;
        top: 120px;
        width: 100%;
        transition: all cubic-bezier(0,0,.2,1) .3333333333s;
    }
    .mobile_menu-main.turn_left {
        left: -100%;
        opacity: 0;
    }
    .mobile_menu-second {
/*        transform: translateX(100%)*/
        left: 100%;
        opacity: 0
    }
    .mobile_menu-second.turn_left {
        left: 20px;
        opacity: 1
    }
    .mobile_menu-second a {
        display: block;
        font-size: 26px;
        font-weight: 500;
        margin: 10px 0 10px
    }


.gallery {
    padding: 30px 0 50px
}
.gallery > .swiper-wrapper{
    transition-timing-function : linear;
}

.gallery_item {
    width: 80%;
}
.gallery_item img {
    border-radius: 20px;
}

.prod_content-container {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 0px;
}

.prod_content-bl {
    border-radius: 20px;
    padding: 30px 5px;
    height: auto;
    top: 0;
    margin-bottom: 30px;
    flex-wrap: wrap;
    justify-content: space-around;
}
.prod_content-bl-mod {
    justify-content: space-around;
}
.prod_content-it {
    width: auto;
    margin: 10px;
}
.prod_content-it img {
    margin-right: 12px;
    max-width: 60px;
    max-height: 60px
}
.prod_content-it p {
    font-size: 12px;
}

.content-block {
    width: 100%;
    text-align: center
}
.prod_content-text {
    text-align: center;
    width: 95%;
    margin: 0 auto;
}
.center_text {
    text-align: center;
}
.content-block p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px
}
.content-block .deco {
    margin: 20px auto
}
.content-block .content-title {
    font-size: 26px;
/*    font-weight: 800;*/
    margin-bottom: 20px;
}
.content-block .content-title_small {
    font-size: 22px
}
    .content-title br {
        display: none;
    }

    .content-records-page .content-title br{
        display: block;
    }
    .content-records-page-block{padding-top: 0!important}

.catalog {
    justify-content: center;
    padding: 50px 0 0;
    gap: 0px
}
.product {
    width: 100%;
    max-width: 360px;
    height: auto;
    margin-bottom: 30px;
    padding-top: 30px
}
.product_img {
    position: static;
    width: 65%;
    min-width: 200px;
    z-index: 2;
    margin-bottom: -80px;
    margin-right: -35px;
}
.catalog_cruasan .product_img {
    margin-right: -15px;
}
.catalog_cookies .product_img {
    margin-right: -65px;
}
.catalog_cruasan  .cruasan-image-veritcal {
    margin-right: 0px;
}
.candy-image-horizontal {
    margin-right: -15px;
    bottom: 30px
}
.prod_bottom {
    width: 260px;
    height: 102px;
}
.prod_plus {
    width: 55px;
    height: 55px;
    bottom: -10px;
    right: 35px;
}


.pryncyp_row {
    margin-top: 30px;
    border-radius: 20px;
    padding: 30px;
    align-items: flex-start;
    flex-direction: column;
    text-align: center;
}
.pryncyp-title {
    width: 100%;
    margin-right: 0%;
    flex-shrink: 0;
    margin-bottom: 20px
}
.pryncyp-title p {
    font-size: 26px;
    margin-top: 20px;
}
.pryncyp-text p {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 128%
}

.video {
    height: 60vw;
    border-radius: 20px;
    margin-top: 30px;
}
.video iframe {
    width: 100%;
    height: 100%;
}

.about_char {
    margin-top: 40px;
    z-index: 1;
    padding-top: 40px;
    padding-bottom: 20px
}
.about_char .container {
    align-items: center;
    flex-direction: column;

}
.about_char-it {
    width: 100%;
    margin-bottom: 30px
}
.about_char-it span {
    display: block;
    font-size: 46px;
    margin-bottom: 15px;
}
    .about_row {
        flex-direction: column;
        margin-bottom: 40px
    }
.about_row:nth-of-type(2n) {
    flex-direction: column
}
.about_row-content {
    width: 100%;
    flex-shrink: 0;
    text-align: center;
}
.about_row-img {
    width: 100%;
    text-align: center;
}
    .about_row-img img {
        width: 110%;
    }
.about_row .about_row-title {
    font-size: 21px;
    margin-bottom: 0;
}
.about_row .deco {
    margin: 15px 0;
}
.deco_left {
    margin: 30px 0 !important
}
.about_row .about_row-text {
    font-size: 16px;
    line-height: 137%
}

.info_block {
    border-radius: 20px;
    padding: 20px;
    font-size: 16px
}
.info_block-contact {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.addresses_head {
    border-radius: 20px;
    flex-direction: column;
    padding: 20px 20px;
    width: 100%;
    margin: 0 auto 30px
}
.addresses_head-desc {
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    font-size: 18px
}
.addresses_head-desc img {
    display: none
}

.addresses_select {
    position: relative;
    width: 100%;
    z-index: 3
}
    .distr-contact {
        margin-top: 30px
    }
.distr-contact .addresses_select {
    width: 100%;

}
.distr-contact .tab .all_contacts-tel {
    text-align: center
}

.addresses_select-selected {
    width: 100%;
    border-radius: 30px;
    height: 60px;
    padding: 0 20px 0 20px;
}
.distr-contact .addresses_select-selected {
    border: 1px solid var(--bg)
}
.addresses_select-selected span {
    font-size: 16px;
}

.addresses_select-list {
    padding: 40px 0 10px;
    top: calc(100% - 35px);
    max-height: 290px;
}
.addresses_select-list a {
    padding: 10px;
    font-size: 16px;
}
.tab {
    display: none
}

.tab-contact {
    flex-wrap: wrap;
    align-items: stretch;
}
.tab-contact-item {
    width: 100%;
    border-radius: 20px;
    padding: 30px 20px 0;
    min-height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
    text-align: center;
}
.tab-contact-adr {
    font-weight: 800;
    font-size: 20px;
    margin-bottom: 10px
}
.tab-contact-tel {
    font-size: 22px;
    font-weight: 600
}
.tab-contact-work {
    font-size: 16px;
    margin: 30px 0
}
.map_link {
    margin-bottom: -30px;
}

.contact-container {
    background: #fff;
    padding-top: 50px
}


.all_contacts {
    align-items: flex-start;
    flex-direction: column;
}
.all_contacts>div {
    width: 100%;
}
.all_contacts-item {
    padding-bottom: 0px;
    text-align: center
}
.all_contacts-item .deco.deco_left {
    margin: 40px 0 !important
}
.all_contacts-title {
    font-size: 26px;
    text-align: center
}
.all_contacts-text {
    font-size: 14px;
    text-align: center;
}
.all_contacts-tel {
    margin-top: 15px;
}
.all_contacts-tel span {
    font-size: 14px
}
.all_contacts-tel p {
    font-size: 22px;
}

.distr {
    align-items: flex-end;
    flex-direction: column
}
.distr>div {
    width: 100%;
}
.map_under {
    padding: 20px 10px 20px
}


.history_line {
    padding: 0px 0;
    overflow: visible;
    background: url(../img/icon/dot.svg) 0px 60px repeat-x;
}
.history-container {
    background: none;
    position: relative;
}
.history-block {
    position: relative;
    padding: 0px 0 40px
}
.history_pre {
    position: static;
    height: auto;
    width: 100%;
    margin-bottom: 30px
}
.history_pre p {
    font-size: 20px;
    margin-bottom: 0px;
    text-align: center
}
.history_pre img {
    display: none
}
.history_item {
    width: 140px;
    margin: 0 10px;
    height: 140px;
}
.history_item .history_text {
    display: none
}

.history_item.swiper-slide-active {
    width: 140px;
    height: 140px;
}
.history_line_wrapper {
    display: flex;
    align-items: center;

}
.history_circle {
    width: 90px;
    height: 90px;
    box-shadow:
        -7px -7px 9px -3px rgba(255, 255, 255, 0.9),
        4px 4px 4px 0px rgba(167, 25, 34, 0.1),
        5px 5px 20px 5px rgba(0, 0, 0, 0.3),
        0 0 0 4px var(--bg);
    font-size: 16px;
}
.history_item.swiper-slide-active .history_circle {
    width: 140px;
    height: 140px;
    font-size: 22px
}
.history_circle-mod {
    width: 140px;
    height: 140px;
    flex-direction: column;
    flex-shrink: 0;
    margin: 0 0;
    order: 3
}

.history_circle-mod span {
    font-size: 22px;
    margin-bottom: 10px;
}
.history_circle-mod span b {
    left: 0px
}
.history_circle-mod p {
    font-size: 11px;
    padding: 0 10px
}
.text_from_slide {
    font-size: 14px;
}

.text_from_slide span {
    padding: 5px 10px;
    border-radius: 20px;
    margin: 5px 5px
}
.company {
    position: relative;
    padding-bottom: 0px;
    padding-top: 50px;
    margin-bottom: 30px
}
.company:after {
    display: none
}
.company_row {
    margin-bottom: 30px;
    flex-wrap: wrap;
}
.company_row:nth-child(2n) {
    flex-direction: row-reverse;
/*    margin-top: -150px*/
}
.company_img {
    width: 70%;
    order: 2
}
    .company_img img {
        width: 100%;
    }
.company_img img {
    border-radius: 50%;
}
.company_title {
    font-size: 32px;
    width: 100%;
    order: 1;
    margin-bottom: 30px
}
.company_row:nth-child(2n) .company_title {
    text-align: center;
    right: 0%
}
.company_row:nth-child(2n+1) .company_title {
    text-align: center;
    left: 0%
}
    .company_row:nth-child(2n) .history_circle-mod {
        margin-right: -100px
    }
    .company_row:nth-child(2n+1) .history_circle-mod {
        margin-left: -100px
    }


.news_filter {
    width: 100%;
    margin: 0 auto;
}
.news_filter-tags {
    margin-bottom: 30px;
    flex-wrap: wrap;
    justify-content: space-around
}
.news-tags {
    margin-bottom: 15px
}
.news-tags:after, .search_but:after {
    display: none
}
.news_search {
    margin-bottom: 20px;
}
    .news_search form {
        flex-direction: column;
    }
.search_but {
    min-width: 200px;
    margin-left: 0px;
    height: 60px
}
.search-field {
    margin-bottom: 20px
}



.news_list {
    align-items: flex-start;
    margin-top: 40px;
    flex-wrap: wrap;
}
.main_new {
    width: 100%;
    margin-bottom: 50px
}
.main_new-img {
    margin-bottom: 20px;
    height: auto;
}
.main_new-img img {
    width: 100%;
    height: auto;
    border-radius: 20px
}
.main_new-title {
    text-align: center;
    margin-bottom: 12px
}
.main_new-intro {
    font-size: 14px;
    margin-bottom: 18px;
    text-align: center;
}
    .main_new-bot {
        flex-direction: row-reverse
    }

.more_news {
    margin: 0 auto;
    display: flex;
    width: 260px
}

.new-content {
    width: 100%;
    margin: 0 auto;
    text-align: center
}
.new-content img {
    border-radius: 20px;
    margin: 20px 0
}
.new-content p {
    font-size: 16px;
    margin-bottom: 20px
}

.share {
    text-align: center;
    margin-top: 40px
}
.share span {
    font-size: 18px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.57);
    display: block;
    margin-bottom: 20px
}
.share_ic {
    justify-content: center;
}
.share_ic a {
    margin: 0 10px !important
}


.records {
    position: relative;
    padding-bottom: 60px;
    padding-top: 60px;
    margin-bottom: 0px
}

.records_row {
    margin-bottom: 70px;
    position: relative;
    flex-direction: column-reverse;
}
.records_row:nth-child(2n) {
    flex-direction: column-reverse;
}
.records_prise {
    width: 140px;
    height: 200px;
    padding-top: 52px;
    left: 0
}
    .records_prise img {
        max-width: 32px;
        max-width: 60px;
    }
    .records_prise img._lrg {
        max-width: 60px
    }
.records_img {
    width: 80%;
    flex-shrink: 0;
    margin-left: 20%
}
.records_img img {
    border-radius: 50%;
    width: 100%
}
.records_text {
    flex-shrink: 0;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 20px;
    text-align: center;
}
.records_text-title {
    font-size: 22px;
    margin-bottom: 15px
}
.records_text-desc {
    margin-bottom: 10px
}

.team_info-container {
    padding: 30px 10px;
    margin-top: 0px
}
.team_info {
    border-radius: 20px;
    height: auto;
    position: static;
    bottom: 0;
    padding: 10px 20px;
    margin-bottom: 0px;
    flex-direction: column;
}
.team_info-simp {
    padding: 0 20px
}
.team_info-text {
    font-size: 16px;
    line-height: 130%;
    padding: 15px 0px;
    text-align: center
}
.team_info-bor .team_info-text:not(:last-child) {
    border-bottom: 1px solid #fff;
    border-right: none
}
.team_info-center .team_info-text {
    padding: 20px 0;
    font-size: 16px
}

.vacat_item {
    padding: 12px 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 20px;
    margin-bottom: 30px
}
.vacat_item span {
    font-size: 16px;
}
.vacat_item .link {
    font-size: 12px;
    margin-top: 10px;
}

.vacations_more {
    align-items: flex-start;
    flex-direction: column;
    margin-top: 50px
}
.vacations_more>div {
    width: 100%;
    text-align: center;
}
.vacations_more-text {
    font-size: 16px;
    margin-bottom: 30px
}
.vacations_more-anketa p {
    font-size: 18px;
}

.eks_item {
    font-size: 16px;
    height: auto;
    padding: 10px 30px;
    line-height: normal;
    display: block;
}
    .eks_item br {
        display: none
    }
.eks_item b {
    font-style: normal
}
.eks_aten {
    font-size: 16px;
    margin-bottom: 40px
}

.zaglushka {
    position: relative;
    margin-top: -80px;
    display: flex;
    justify-content: center
}
.zaglushka img {
    margin: 0px auto;
    display: block;
    width: 360px;
}
.err {
    position: absolute;
    top: 45%;
    text-align: center;
    margin: 0 auto;
}
    .err  .deco {
        display: none
    }
.err-title {
    color: var(--bg);
    font-size: 26px;
    font-weight: 800;
    text-transform: uppercase;
}
.err-text {
    color: var(--bg);
    font-size: 16px;
    text-transform: uppercase;
}


.preloader img, .preloader svg {
    width: 220px;
}

.loaded .preloader {
    display: none;
}

}
@media screen and (max-width:355px) {
    .banner-text p {
        font-size: 12px;
    }
}
