* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-transform: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
    border-radius: 0;
    color: black;
    font-size: 18px;
    font-family: 'Ubuntu', sans-serif;
}

.fancybox-button svg path {
    fill: #fff !important;
}

html {
    margin-top: 0px !important;
}

@font-face {
    font-family: "Cuprum Bold";
    src: url("../fonts/Cuprum-Bold.ttf");
}

body {
    width: 100%;
    margin: 0px auto;
    position: relative;
    overflow-x: hidden;
}

.body-y {
    overflow: hidden;
    background: #fff;
    height: 100%;
}

.active-header {
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 3;
}

.opacity {
    opacity: 0 !important;
}

.banner-slick-dots {
    display: none !important;
}

.first-p-active {
    display: block !important;
    position: fixed;
    bottom: 90px;
    font-size: 14px !important;
    width: 100%;
    left: 0px;
    text-align: center;
}

.first-p-active b {
    font-size: 14px;
}

.second-p-active {
    display: block !important;
    position: fixed;
    bottom: 60px;
    font-size: 14px !important;
    width: 100%;
    left: 0px;
    text-align: center;
}

.second-p-active b {
    font-size: 14px;
}

.ul-active {
    display: block;
    position: fixed;
    z-index: 3;
    top: 106px;
    left: 0px;
    margin: 0px;
}

.ul-active li {
    width: 100%;
}

.container {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    display: block;
    padding: 0px 15px;
    position: relative;
}

.burger {
    width: 35px;
    height: 30px;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -13px;
    padding: 0px;
    z-index: 2;
    display: none;
}

.burger-brick {
    height: 5px;
    background: #ff1b22;
    margin-top: 6px;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

.open .burger-brick:first-child {
    -webkit-transform: rotate(205deg);
    transform: rotate(225deg);
    margin-top: 16px;
    background: #ff1b22;
}

.open .burger-brick:last-child {
    -webkit-transform: rotate(-205deg);
    transform: rotate(-225deg);
    margin-top: -16px;
    background: #ff1b22;
}

.open .middle {
    -webkit-transform: scale(0);
}

.overflow {
    width: 100%;
    height: 100vh;
    background: #fff;
    position: fixed;
    top: 0px;
    z-index: 2;
    display: block;
}

.overflow-active {
    display: block;
}

.display-none {
    display: none !important;
}

header {
    padding-top: 25px;
    background: #fff;
    z-index: 3;
    position: relative;
    opacity: 0;
}

header .top_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

header .top_block p {
    font-size: 18px;
    color: #3a3a3a;
    letter-spacing: 0.5px;
}

header ul {
    margin: 30px 0px 0px;
    padding: 0px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

header ul li {
    height: 70px;
    width: 285px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

header ul li a {
    font-family: 'Marmelad', sans-serif;
    font-size: 18px;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

header ul li:nth-child(1) {
    background: #36ce99;
}

header ul li:nth-child(1):hover {
    background: rgba(54, 206, 153, 0.76);
}

header ul li:nth-child(2) {
    background: #ffcf3c;
}

header ul li:nth-child(2):hover {
    background: rgba(255, 207, 60, 0.76);
}

header ul li:nth-child(3) {
    background: #ff5454;
}

header ul li:nth-child(3):hover {
    background: rgba(255, 84, 84, 0.76);
}

header ul li:nth-child(4) {
    background: #00d4d1;
}

header ul li:nth-child(4):hover {
    background: rgba(0, 212, 209, 0.76);
}

header ul li:nth-child(5) {
    background: #cc99ff;
}

header ul li:nth-child(5):hover {
    background: rgba(204, 153, 255, 0.76);
}

header .container {
    display: block !important;
}

.banner {
    position: relative;
    opacity: 0;
}

.banner .slick-slide {
    height: 648px;
    padding-top: 130px;
    padding-left: 15px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}

.banner .slick-slide h1, .banner .slick-slide h2 {
    color: #fff;
    font-family: 'Marmelad', sans-serif;
    font-size: 48px;
    line-height: 54.5px;
}

.banner .slick-slide span {
    font-size: 18px;
    color: #fff;
    display: block;
    max-width: 440px;
    /*text-align: justify;*/
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 19px;
}

.banner .slick-slide a {
    color: #fff;
    border-bottom: 2px solid #ffcf3c;
    outline: none;
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding-bottom: 5px;
    letter-spacing: 1.3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 5px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.banner .slick-slide a:hover {
    padding-right: 20px;
}

.banner .slick-dots {
    position: absolute;
    bottom: 26px;
    width: 130px;
    left: 50%;
    margin-left: -75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.banner .slick-dots button {
    width: 11px;
    height: 11px;
    font-size: 0px;
    border: 0px;
    border-radius: 40px;
    background: #fff;
    margin: 0px 6px;
    cursor: pointer;
    outline: none;
}

.banner .slick-dots .slick-active button {
    width: 20px;
    background: #ff5454;
    -webkit-animation-name: anim;
    animation-name: anim;
    -webkit-animation-fill-mode: linear;
    animation-fill-mode: linear;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
}

@-webkit-keyframes anim {
    0% {
        width: 11px;
        background: #fff;
    }
    100% {
        width: 20px;
        background: #ff5454;
    }
}

@keyframes anim {
    0% {
        width: 11px;
        background: #fff;
    }
    100% {
        width: 20px;
        background: #ff5454;
    }
}

.activeee {
    opacity: 1;
}

.activeee_in {
    transition: 0.5s;
    opacity: 1;
}

.main-block {
    width: 100%;
    margin-top: 115px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.main-block a {
    width: 100%;
    max-width: 350px;
    display: block;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.45);
    box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.45);
}

.main-block a .img {
    width: 100%;
    height: 100%;
    max-height: 370px;
    min-height: 370px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px;
    position: relative;
}

.main-block a .img i {
    font-style: normal;
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: none;
    z-index: 2;
    color: #fff;
    border-bottom: 2px solid #ffcf3c;
    outline: none;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding-bottom: 5px;
    letter-spacing: 1.3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.main-block a .img b {
    font-size: 14px;
    color: #1a1818;
    padding: 10px 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    background: #ffcf3c;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    font-weight: 500;
    letter-spacing: 1px;
    position: relative;
    z-index: 2;
}

.main-block a .img .events {
    background: #ff5454;
}

.main-block a .info-sub {
    padding: 20px;
    background: #fff;
}

.main-block a .info-sub span {
    color: #282424;
    font-size: 14px;
    margin-bottom: 15px;
    display: block;
}

.main-block a .info-sub p {
    color: #282424;
    max-width: 210px;
    font-size: 18px;
    font-family: 'Marmelad', sans-serif;
}

.main-block a:first-child {
    max-width: 730px;
}

.main-block a:hover {
    -webkit-box-shadow: 0px 0px 32px #0000009e;
    box-shadow: 0px 0px 32px #0000009e;
}

.main-block a:hover .img:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.49);
    top: 0px;
    left: 0px;
}

.main-block a:hover i {
    display: block;
}

.no-first-transform a:first-child {
    max-width: 350px;
}

.link-first {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.link-first a {
    color: #050505;
    border-bottom: 2px solid #00d4d1;
    outline: none;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding-bottom: 5px;
    letter-spacing: 1.3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: block;
    background: url(../img/arr_blue.png) no-repeat right;
    padding-right: 40px;
    margin-bottom: 40px;
    margin-top: 35px;
    transition: 0.3s;
    font-family: 'Marmelad', sans-serif;
}

.second-link a {
    background: url(../img/arr.png) no-repeat right;
    border-bottom: 2px solid #ff5454;
}

.shops {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-conatiner: 100px;
    margin-bottom: 25px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.shop {
    width: calc(25% - 0px);
    height: 190px;
    margin-right: 0px;
    margin-bottom: 40px;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.shop img {
    width: 80%;
    height: 80%;
    -o-object-fit: contain;
    object-fit: contain;
    position: relative;
    top: -11px;
}

.shop p {
    display: block;
    text-align: center;
    position: relative;
    top: 0px;
    font-size: 15px;
    will-change: transform;
    width: 100%;
}

.shop:hover {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.mir {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 80px;
    margin-bottom: 180px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.mir .text-block {
    width: 100%;
    max-width: 445px;
}

.mir .text-block p {
    font-size: 36px;
    color: #2b2b2b;
    font-family: 'Marmelad', sans-serif;
}

.mir .text-block span {
    font-size: 14px;
    color: #2b2b2b;
    display: block;
    max-width: 440px;
    text-align: justify;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 19px;
}

.mir .text-block a {
    color: #050505;
    border-bottom: 2px solid #00d4d1;
    outline: none;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding-bottom: 5px;
    letter-spacing: 1.3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: block;
    transition: 0.3s;
    font-family: 'Marmelad', sans-serif;
    float: right;
}

footer {
    border-top: 1px solid #dbdbdb;
    padding-top: 30px;
}

footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

footer .container .adress {
    width: 100%;
    max-width: 300px;
}

footer .container .adress img {
    margin-bottom: 35px;
}

footer .container .adress .soc a:hover > img {
    filter: brightness(0);
}

footer .container .adress p {
    margin-bottom: 30px;
    font-size: 14px;
    color: #565656;
}

footer .container .adress p:first-child {
    max-width: 195px;
}

footer .container .menu {
    width: 100%;
    max-width: 170px;
    padding-top: 34px;
}

footer .container .menu p {
    font-size: 24px;
    color: #555555;
    font-family: 'Marmelad', sans-serif;
    margin-bottom: 30px;
}

footer .container .menu ul li {
    margin-bottom: 11px;
}

footer .container .menu ul li a {
    color: #6a6a6a;
    font-size: 14px;
}

footer .container .menu ul li a:hover {
    border-bottom: 2px solid rgba(255, 27, 34, 0.65);
}

footer .container .about {
    width: 100%;
    max-width: 375px;
    padding-top: 34px;
}

footer .container .about p {
    font-size: 24px;
    color: #555555;
    font-family: 'Marmelad', sans-serif;
    margin-bottom: 30px;
}

footer .container .about span {
    color: #6a6a6a;
    font-size: 14px;
    display: block;
    max-width: 365px;
    text-align: justify;
    line-height: 19px;
}

footer .end-block {
    width: 100%;
    background: #4c4a4d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px 0px;
}

footer .end-block p {
    color: #c1c0c1;
    font-size: 14px;
}

footer .end-block a {
    color: #c1c0c1;
    font-size: 14px;
    padding-right: 10px;
}

.paralax_img1 {
    position: absolute;
    left: -30vw;
    top: 119px;
    z-index: -1;
}

.paralax_img2 {
    position: absolute;
    /*right: -41vh;*/
    right: -17vw;
    top: 659px;
    z-index: -1;
}

.paralax_img3 {
    position: absolute;
    /*left: -41vh;*/
    left: -29vw;
    top: 1099px;
    z-index: -1;
}

.paralax_img4 {
    position: absolute;
    /*right: -60vh;*/
    right: -26vw;
    top: -261px;
    z-index: -1;
}

.paralax_img5 {
    position: absolute;
    /*left: -29vh;*/
    left: -23vw;
    top: 179px;
    width: 250px;
    z-index: -1;
}

@media screen and (max-width: 1450px) {
    .paralax_img1, .paralax_img2, .paralax_img3, .paralax_img4, .paralax_img5 {
        display: none;
    }
}

@media (max-width: 1110px) {
    .paralax_img1, .paralax_img2, .paralax_img3, .paralax_img4, .paralax_img5 {
        display: none;
    }

    .main-block a:first-child {
        max-width: 350px;
    }

    .no-first-transform a:first-child {
        max-width: 350px;
    }
}

@media (max-width: 1080px) {
    .main-block a:first-child {
        max-width: 48%;
    }

    .no-first-transform a:first-child {
        max-width: 48%;
    }

    .main-block a {
        max-width: 48%;
    }

    .mir img {
        max-width: 50%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .mir .text-block {
        width: 100%;
        max-width: 48%;
    }
}

@media (max-width: 900px) {
    .burger {
        display: block;
    }

    header ul {
        display: none;
    }

    header .top_block p {
        display: none;
    }

    .top_block a img {
        max-width: 270px;
    }

    header {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .banner .container {
        z-index: 2;
    }

    .banner .slick-slide {
        background-position: 70% !important;
        position: relative;
    }

    .banner .slick-slide:after {
        content: '';
        position: absolute;
        left: 0px;
        top: 0px;
        background: rgba(0, 0, 0, 0.36);
        width: 100%;
        height: 100%;
        z-index: 1;
    }

    .shops, .mir {
        margin-top: 20px;
    }

    .mir {
        margin-bottom: 20px;
    }

    footer .container .about {
        width: 100%;
        max-width: 375px;
        padding-top: 0px;
    }

    footer .container .about p {
        margin-bottom: 10px;
    }

    footer .end-block {
        margin-top: 20px;
    }

    footer .container .menu {
        padding-top: 0px;
    }

    .shop {
        width: calc(50% - 0px);
    }

    .shop p {
        display: block;
        text-align: center;
        position: relative;
        top: -12px;
        max-width: 200px;
    }
}

@media (max-width: 800px) {
    footer .container .menu {
        padding-top: 35px;
    }
}

@media (max-width: 700px) {
    .mir img {
        width: 100%;
        max-width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        height: 300px;
    }

    .mir .text-block {
        width: 100%;
        max-width: 100%;
    }

    .mir .text-block p {
        font-size: 26px;
        margin-top: 15px;
    }

    .mir .text-block span {
        max-width: 100%;
    }
}

@media (max-width: 600px) {
    .shop-page .block .left div {
        width: unset !important;
        max-width: unset !important;
        margin-bottom: unset !important;
    }

    .shop-page .block .left .inshe {
        width: 100% !important;
    }

    .main-block a .img {
        max-height: 260px;
        min-height: 260px;
    }
}

@media (max-width: 500px) {
    .link-first a {
        margin-top: 0px;
    }

    .shop, .shops {
        margin-bottom: 0px;
    }

    .main-block a {
        max-width: 100%;
    }

    .main-block a:first-child {
        max-width: 100%;
    }

    .no-first-transform a:first-child {
        max-width: 100%;
    }

    .burger {
        width: 30px;
        height: 30px;
        margin-top: -16px;
    }

    .burger-brick {
        height: 4px;
        background: #ff1b22;
        margin-top: 5px;
    }

    .top_block a img {
        max-width: 170px;
    }

    .banner .slick-slide {
        height: calc(100vh - 75px);
        padding-top: 50px;
        padding-left: 0px;
    }

    .banner .slick-slide h1,
    .banner .slick-slide h2 {
        font-size: 35px;
        line-height: 37px;
    }

    .open .burger-brick:last-child {
        margin-top: -13px;
    }

    footer .container .menu {
        padding-top: 0px;
    }

    .ul-active {
        z-index: 3;
        top: 72px;
    }

    .shop {
        margin-bottom: 19px;
        padding: 8px;
    }

    .shop p {
        display: block;
        text-align: center;
        position: relative;
        top: -23px;
        max-width: 280px;
        font-size: 14px;
    }

    .shop img {
        height: 110px;
    }

    .shop:hover {
        -webkit-box-shadow: unset;
        box-shadow: unset;
    }
}

@media (max-width: 375px) {
    .shops div {
        width: 100%;
        max-width: 100%;
    }

    .shops div img {
        margin: 0 auto;
        display: block;
    }

    .shops div p {
        max-width: 220px;
        margin: 10px auto 30px;
    }
}

.brechams {
    color: #3a3a3a;
    font-size: 17px;
    margin-top: 40px;
}

.brechams a {
    color: #3a3a3a;
    font-size: 17px;
}

.brechams b {
    color: #3a3a3a;
    font-weight: 500;
    font-size: 17px;
}

.about-page .block_1 {
    margin-top: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.about-page .block_1 p {
    font-family: 'Marmelad', sans-serif;
    color: #2b2b2b;
    font-size: 36px;
    max-width: 343px;
}

.about-page .block_1 img {
    max-width: 730px;
    -o-object-fit: contain;
    object-fit: contain;
    max-height: 500px;
}

.about-page .priem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 30px 0px 45px;
}

.about-page .priem p {
    font-size: 18px;
    font-weight: 500;
    background: #36ce99;
    width: 25%;
    height: 130px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.about-page .priem p:nth-child(2) {
    background: #ffcf3c;
}

.about-page .priem p:nth-child(3) {
    background: #ff5454;
}

.about-page .priem p:nth-child(4) {
    background: #00d4d1;
}

.about-page .text-center {
    text-align: center;
    width: 100%;
    max-width: 526px;
    display: block;
    margin: 0 auto;
    color: #2b2b2b;
    font-size: 14px;
    line-height: 19px;
}

.about-page .slider {
    margin-top: 65px;
}

.about-page .slider .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.about-page .slider .wrap img {
    max-width: 540px;
    width: 100%;
    height: 100%;
    max-height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 20px;
}

.about-page .nav .slick-prev {
    background: url(../img/arr-slider.jpg);
    outline: none;
    border: 0px;
    font-size: 0px;
    width: 45px;
    height: 20px;
    cursor: pointer;
}

.about-page .nav .slick-next {
    background: url(../img/arr-slider.jpg) right;
    outline: none;
    border: 0px;
    font-size: 0px;
    width: 45px;
    height: 20px;
    margin-left: 37px;
    cursor: pointer;
}

.about-page .seo-text {
    margin-bottom: 85px;
    margin-top: 40px;
}

.about-page .seo-text p {
    color: #404040;
    font-size: 16px;
}

.about-page .seo-text b {
    font-size: 14px;
    font-weight: 600;
    color: #404040;
}

@media (max-width: 1115px) {
    .about-page .slider .wrap img {
        max-width: 49%;
    }

    .about-page .block_1 img {
        max-width: 50%;
    }

    .about-page .block_1 p {
        font-size: 29px;
    }
}

@media (max-width: 900px) {
    .about-page .block_1 p {
        font-size: 24px;
    }
}

@media (max-width: 625px) {
    .about-page .block_1 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .about-page .block_1 p {
        font-size: 24px;
        width: 100%;
        max-width: 100%;
        display: block;
    }

    .about-page .block_1 img {
        max-width: 100%;
        margin-top: 20px;
    }

    .about-page .priem {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .about-page .priem p {
        height: 115px;
        width: 50%;
        max-width: 50%;
        font-size: 15px;
    }

    .about-page .nav {
        margin-bottom: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.escho {
    display: none;
}

@media (max-width: 400px) {
    header {
        padding-top: 10px;
        padding-bottom: 6px;
        border-bottom: 1px solid #eaeaea;
    }

    .brechams {
        margin-top: 25px;
        font-size: 12px;
    }

    .brechams a {
        font-size: 12px;
    }

    .brechams b {
        font-size: 12px;
    }

    .about-page {
        margin-top: 20px;
    }

    .about-page .block_1 p {
        font-size: 18px;
    }

    .about-page .block_1 {
        margin-top: 25px;
    }

    footer .container .adress img {
        margin-bottom: 35px;
        max-width: 189px;
    }

    .escho {
        display: block;
        width: 100%;
        text-align: center;
        font-size: 15px;
        font-weight: 300;
        margin: 20px auto 40px;
        border-bottom: 1px solid #9a9a9a;
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content;
        width: 100%;
        display: block;
        padding: 0px 1px;
        cursor: pointer;
    }

    .about-page .seo-text {
        color: #404040;
        font-size: 14px;
        margin-bottom: 0px;
        height: 297px;
        overflow: hidden;
        position: relative;
    }

    .about-page .seo-text:after {
        position: absolute;
        content: '';
        bottom: 0;
        left: 0;
        height: 150px;
        width: 100%;
        background: #fefcea;
        background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#fff));
        background: linear-gradient(to bottom, transparent, #fff);
    }

    .main-block {
        margin-top: 10px;
    }
}

.seo-text-open {
    height: -webkit-max-content !important;
    height: -moz-max-content !important;
    height: max-content !important;
    margin-bottom: 30px !important;
}

.seo-text-open:after {
    position: absolute;
    content: '';
    height: 0px !important;
}

.shops-page .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 50px;
}

.shops-page .flex h1 {
    font-family: 'Marmelad', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 32px;
    line-height: 43px;
    color: #3A3A3A;
}

.shops-page .flex .form {
    width: 205px;
    height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #B2AFAF;
    padding: 0px 10px;
}

.shops-page .flex .form input {
    height: 100%;
    width: 100%;
    max-width: 119px;
    border: 0px;
    outline: none;
    font-size: 16px;
}

.shops-page .flex .form button {
    background: url(../img/search.svg);
    outline: none;
    border: 0px;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.shops-page ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-top: 40px;
    margin-bottom: 70px;
}

.shops-page ul li {
    width: 100%;
    max-width: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.shops-page ul li a {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 43px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    color: #000000;
    padding-bottom: 7px;
    cursor: pointer;
    font-family: 'Marmelad', sans-serif;
}

.shops-page ul li:nth-child(1) a {
    border-bottom: 2px solid #00D4D1;
}

.shops-page ul li:nth-child(1) a:hover, .active_1 {
    box-shadow: 0px 5px 5px #f1f1f1;
    background: rgba(0, 212, 209, 0.35);
    padding-left: 10px;
    padding-right: 10px;
}

.shops-page ul li:nth-child(2) a {
    border-bottom: 2px solid #36CE99;
}

.shops-page ul li:nth-child(2) a:hover, .active_2 {
    box-shadow: 0px 5px 5px #f1f1f1;
    background: rgba(0, 255, 166, 0.35);
    padding-left: 10px;
    padding-right: 10px;
}

.shops-page ul li:nth-child(3) a {
    border-bottom: 2px solid #FFCF3C;
}

.shops-page ul li:nth-child(3) a:hover, .active_3 {
    box-shadow: 0px 5px 5px #f1f1f1;
    background: rgba(255, 246, 0, 0.53);
    padding-left: 10px;
    padding-right: 10px;
}

.shops-page ul li:nth-child(4) a {
    border-bottom: 2px solid #FF5454;
}

.shops-page ul li:nth-child(4) a:hover, .active_4 {

    background: rgba(255, 84, 84, 0.38);
    padding-left: 10px;
    padding-right: 10px;
}

.shops-page ul li:nth-child(5) a {
    border-bottom: 2px solid #00D4D1;
}

.shops-page ul li:nth-child(5) a:hover, .active_5 {
    box-shadow: 0px 5px 5px #f1f1f1;
    background: rgba(0, 212, 209, 0.38);
    padding-left: 10px;
    padding-right: 10px;
}

.shops-page ul li:nth-child(6) a {
    border-bottom: 2px solid #FF5454;
}

.shops-page ul li:nth-child(6) a:hover, .active_6 {
    box-shadow: 0px 5px 5px #f1f1f1;
    background: rgba(255, 84, 84, 0.38);
    padding-left: 10px;
    padding-right: 10px;
}

.shops-page .shops_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 550px) {
    .shops-page ul li a {
        font-size: 14px;
        padding-bottom: 0px;
    }

    .shops-page ul {
        margin-top: 40px;
        margin-bottom: 40px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .shops-page ul li {
        max-width: 32%;
        margin-bottom: 4px;
    }

    .shops-page ul li:nth-child(1) {
        /*border: 2px solid #00D4D1;*/
    }

    .shops-page ul li:nth-child(2) {
        /*border: 2px solid #36CE99;*/
    }

    .shops-page ul li:nth-child(3) {
        /*border: 2px solid #FFCF3C;*/
    }

    .shops-page ul li:nth-child(4) {
        /*border: 2px solid #FF5454;*/
    }

    .shops-page ul li:nth-child(5) {
        /*border: 2px solid #00D4D1;*/
    }

    .shops-page ul li:nth-child(6) {
        /*border: 2px solid #FF5454;*/
    }

    .shops-page ul li:nth-child(1) a {
        border-bottom: 0px solid #00D4D1;
    }

    .shops-page ul li:nth-child(2) a {
        border-bottom: 0px solid #36CE99;
    }

    .shops-page ul li:nth-child(3) a {
        border-bottom: 0px solid #FFCF3C;
    }

    .shops-page ul li:nth-child(4) a {
        border-bottom: 0px solid #FF5454;
    }

    .shops-page ul li:nth-child(5) a {
        border-bottom: 0px solid #00D4D1;
    }

    .shops-page ul li:nth-child(6) a {
        border-bottom: 0px solid #FF5454;
    }

    .shops-page .flex form {
        width: 100%;
        height: 24px;
        margin-top: 20px;
    }

    .shops-page .flex {
        margin-top: 10px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .shops-page .flex form input {
        height: 100%;
        width: 100%;
        max-width: 90%;
    }
}

.shop-page .block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 90px;
}

.shop-page .block .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 470px;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.shop-page .block .left img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    max-width: 250px;
    max-height: 176px;
}

.shop-page .block .left .info {
    margin-top: 35px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
}

.shop-page .block .left .info p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: right;
    color: #3A3A3A;
    margin-bottom: 13px;
}

.shop-page .block .left .info p a {
    font-size: 16px;
    line-height: 18px;
    color: #3A3A3A;
}

.shop-page .block .left h1 {
    font-style: normal;
    font-weight: normal;
    font-size: 32px;
    line-height: 43px;
    color: #3A3A3A;
    font-family: 'Marmelad', sans-serif;
    max-width: 280px;
}

.shop-page .block .left h1 span {
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    line-height: 40px;
    display: block;
    color: #3A3A3A;
}

.shop-page .block .left .soc a {
    margin-left: 20px;
}

.shop-page .block .left .soc a img {
    max-width: 40px;
    height: 100%;
    max-height: 40px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.shop-page .block .left .soc a:hover img {
    opacity: 0.6;
}

.shop-page .block .left .inshe {
    width: 100%;
}

.shop-page .block .left .inshe a {
    background: url(../img/arr.png) no-repeat 87% 7px;
    padding-right: 40px;
    padding-bottom: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    color: #050505;
    font-family: 'Marmelad', sans-serif;
    margin-top: 20px;
    border-bottom: 1px solid #ff5353;
}

.shop-page .block img {
    width: 100%;
    max-width: 568px;
    height: 100%;
    max-height: 325px;
}

.shop-page .text-slider {
    margin-top: 140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.shop-page .text-slider .text {
    max-width: 485px;
    width: 100%;
}

.shop-page .text-slider .text p {
    /*font-size: 14px;*/
    /*line-height: 18px;*/
    color: #3A3A3A;
}

.shop-page .text-slider .slider-in-shop-page {
    max-width: 570px;
    width: 100%;
}

.shop-page .text-slider .slider-in-shop-page .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.shop-page .text-slider .slider-in-shop-page .wrap img {
    max-width: 265px;
    max-height: 265px;
    min-height: 265px;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.shop-page .text-slider .slider-in-shop-page .wrap img:nth-child(3) {
    margin-bottom: 0px;
}

.shop-page .text-slider .slider-in-shop-page .wrap img:nth-child(4) {
    margin-bottom: 0px;
}

.shop-page .text-slider .back-nav {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 10px;
}

.shop-page .text-slider .back-nav a {
    background: url(../img/arr_yell.png) no-repeat left 7px;
    padding-left: 35px;
    padding-bottom: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    color: #050505;
    font-family: 'Marmelad', sans-serif;
    margin-top: 5px;
    border-bottom: 1px solid #F2C94C;
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
}

.shop-page .text-slider .back-nav .nav {
    margin-bottom: 50px;
    width: 100%;
    max-width: 570px;
}

.shop-page .text-slider .back-nav .nav .slick-prev {
    background: url(../img/arr-slider.jpg);
    outline: none;
    border: 0px;
    font-size: 0px;
    width: 45px;
    height: 20px;
    cursor: pointer;
}

.shop-page .text-slider .back-nav .nav .slick-next {
    background: url(../img/arr-slider.jpg) right;
    outline: none;
    border: 0px;
    font-size: 0px;
    width: 45px;
    height: 20px;
    margin-left: 20px;
    cursor: pointer;
}

@media (max-width: 1080px) {
    .shop-page .block img {
        /*max-width: 50%;*/
    }

    .shop-page .block .left {
        /*max-width: 47%;*/
    }
}

@media (max-width: 880px) {
    .shop-page .block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .shop-page .block img {
        max-width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .shop-page .block .left {
        max-width: 77%;
        margin: 0 auto;
    }
}

@media (max-width: 690px) {
    .shop-page .block .left {
        max-width: 100%;
        margin: 0 auto;
    }

    .shop-page .block {
        margin-top: 40px;
    }

    .shop-page .block img {
        max-height: 176px;
    }
}

@media (max-width: 500px) {
    .shop-page .block {
        margin-top: 15px;
    }

    .shop-page .block .left img {
        max-width: 147px;
    }

    .shop-page .block .left .info {
        margin-top: 25px;
    }

    .shop-page .block .left h1 {
        font-size: 23px;
    }

    .shop-page .block .left h1 span {
        font-size: 23px;
        line-height: 17px;
    }

    .shop-page .block .left .soc a {
        margin-left: 5px;
    }

    .shop-page .block .left .soc a img {
        max-width: 25px;
    }

    .shop-page .text-slider .text p {
        text-align: justify;
    }

    .new-banner .slick-slide {
        height: calc(100vh - 154px);
        padding-top: 50px;
        padding-left: 0px;
    }
}

@media (max-width: 1100px) {
    .shop-page .text-slider .text {
        max-width: 49%;
        width: 100%;
    }

    .shop-page .text-slider .slider-in-shop-page {
        max-width: 49%;
        width: 100%;
    }

    .shop-page .text-slider .slider-in-shop-page .wrap img {
        /*margin-bottom: 20px;*/
        /*max-width: 48%;*/
    }

    .shop-page .text-slider .back-nav .nav {
        margin-bottom: 50px;
        width: 100%;
        max-width: 50%;
    }
}

@media (max-width: 700px) {
    .shop-page .text-slider .slider-in-shop-page {
        max-width: 100%;
        width: 100%;
        margin-top: 30px;
    }

    .shop-page .text-slider .text {
        max-width: 100%;
        width: 100%;
    }

    .shop-page .text-slider {
        margin-top: 30px;
    }

    .shop-page .text-slider .back-nav {
        /*-webkit-box-orient: vertical;*/
        /*-webkit-box-direction: reverse;*/
        /*-ms-flex-direction: column-reverse;*/
        /*flex-direction: column-reverse;*/
    }

    .shop-page .text-slider .back-nav a {
        margin-bottom: 50px;
    }

    .shop-page .text-slider .back-nav .nav {
        width: 100%;
        max-width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        /*-webkit-box-pack: justify;*/
        /*-ms-flex-pack: justify;*/
        /*justify-content: space-between;*/
        margin-bottom: 20px;
    }
}

.new-banner {
    margin-top: 30px;
}

.new-banner .slick-dots {
    display: none;
}

.page-new {
    margin-top: 70px;
}

.page-new h1 {
    font-size: 36px;
    color: #404040;
    text-align: center;
    font-family: 'Marmelad', sans-serif;
    font-weight: normal;
    margin-bottom: 60px;
}

.page-new .info-all {
    margin-bottom: 40px;
}

.page-new .info-all p {
    font-size: 16px;
    /*color: #3a3a3a;*/
}

.page-new .info-all p span {
    display: block;
    font-size: 16px;
    color: #3a3a3a;
}

.page-new .info-all .info {
    margin-top: 10px;
    margin-bottom: 1px;
    width: 100%;
    max-width: 325px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.page-new .info-all .info b {
    font-size: 18px;
    color: #050505;
    letter-spacing: 3px;
}

.page-new .info-all a {
    font-size: 16px;
    color: #4c4c4c;
    border-bottom: 2px solid #36ce99;
    padding-bottom: 2px;
    margin-bottom: 20px;
}

.page-new .info-all ol li {
    font-size: 16px;
}

.page-new .info-all>*{
    margin-bottom: 30px;
}
.page-new .info-all .big {
    color: #050505;
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 25px;
}

.page-new .info-all span {
    font-size: 16px;
    color: #4c4c4c;
    display: block;
}

.page-new .info-all span a {
    border-bottom: 0px;
}

.page-new p {
    font-size: 16px;
    color: #3a3a3a;
    text-align: justify;
}

.page-new .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 80px;
    margin-bottom: 50px;
}

.page-new .flex img {
    width: 100%;
    max-width: 48%;
    max-height: 400px;
    height: 100%;
}

.page-new .fb {
    background: url(../img/fb.png) no-repeat right top;
    padding-right: 40px;
    padding-bottom: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    color: #050505;
    font-family: 'Marmelad', sans-serif;
    margin-top: 5px;
    border-bottom: 1px solid #00d4d1;
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    min-height: 34px;
}

.page-new .pov {
    background: url(../img/arr_yell.png) no-repeat left 7px;
    padding-left: 40px;
    padding-bottom: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    color: #050505;
    font-family: 'Marmelad', sans-serif;
    margin-top: 20px;
    border-bottom: 1px solid #f2c94c;
    margin-bottom: 90px;
}

@media (max-width: 400px) {
    .page-new {
        margin-top: 20px;
    }

    .page-new h1, .korp-new h1,
    .shops-page h1 {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .page-new .flex {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .page-new .info-all .info {
        max-width: 245px;
    }

    .page-new .info-all .info b {
        letter-spacing: 1px;
    }

    .page-new .flex img {
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .page-new .pov {
        margin-bottom: 20px;
    }
}

.korp-new2,
.korp-new {
    margin-top: 50px;
}
.korp-new{
    padding-bottom: 40px;
}

.korp-new2 h1,
.korp-new h1,
.shops-page h1,
.about-page h1,
.cntc-pg h1{
    font-size: 36px;
    color: #404040;
    text-align: center;
    font-family: 'Marmelad', sans-serif;
    font-weight: normal;
    margin-bottom: 60px;
}


.korp-new2 a h2 {
    font-size: 18px;
    color: #282424;
    font-family: 'Marmelad', sans-serif;
    font-weight: 500;
    text-align: left;
	text-decoration: underline;
}

.korp-new2 span {
    color: #282424;
    font-size: 14px;
    font-weight: normal;
    display: block;
}

.korp-new2 a p {
    font-size: 14px;
    color: #2b2b2b;
    margin-top: 20px;
    text-align: justify;
}

.korp-new2 a:last-child p {
    margin-bottom: 90px;
}

.korp-new2 p{
    font-size: 14px;
    color: #2b2b2b;
    margin-top: 0px;
    text-align: justify;
    margin-bottom: 45px;
}
.korp-new p {
    text-align: justify;
}

.korp-new a {
	text-decoration: underline;
}


.korp-new2 h2 {
    font-size: 36px;
    color: #404040;
    text-align: center;
    font-family: 'Marmelad', sans-serif;
    font-weight: normal;
    margin-bottom: 30px;
}

.korp-new img ,
.korp-new2 img {
    display: block;
    margin: 0 auto 45px;
    width: 100%;
    max-width: 570px;
}

@media (max-width: 400px) {
    .korp-new2 {
        margin-top: 20px;
    }

    .korp-new2 h1,
    .shops-page h1,
    .about-page h1,
    .cntc-pg h1 {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .korp-new2 h2 {
        font-size: 24px;
        margin-bottom: 30px;
    }
}

.contacts {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.contacts .left {
    width: 100%;
    max-width: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.contacts .left div b {
    font-size: 18px;
    color: #2b2b2b;
    margin-bottom: 15px;
    display: block;
}

.contacts .left div p {
    font-size: 14px;
    color: #2b2b2b;
    line-height: 18px;
}

.contacts .left div p a {
    font-size: 14px;
    color: #4c4c4c;
    border-bottom: 2px solid #36ce99;
    padding-bottom: 2px;
    margin-top: 13px;
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.contacts .left div p a:hover {
    border-bottom: 2px solid #ff1b22;
}

.contacts .left div:first-child p a {
    border-bottom: unset;
    margin-top: unset;
}

.contacts .left div:last-child {
    margin-top: 15px;
    width: 100%;
}

.contacts form {
    width: 100%;
    max-width: 640px;
    background: #ebebeb;
    padding: 15px;
    padding-top: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    top: -20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* Firefox 19+ */
    /* Firefox 18- */
}

.contacts form p {
    font-size: 18px;
    color: #2b2b2b;
    margin-bottom: 19px;
    display: flex;
    font-weight: bold;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contacts form input {
    max-width: 173px;
    width: 100%;
    background: transparent;
    border: 0px;
    outline: none;
    border-bottom: 2px solid #00d4d1;
    font-size: 14px;
    padding-bottom: 7px;
}

.contacts form ::-webkit-input-placeholder {
    color: #050505;
    font-size: 14px;
    font-weight: 500;
}

.contacts form ::-moz-placeholder {
    color: #050505;
    font-size: 14px;
    font-weight: 500;
}

.contacts form :-moz-placeholder {
    color: #050505;
    font-size: 14px;
    font-weight: 500;
}

.contacts form :-ms-input-placeholder {
    color: #050505;
    font-size: 14px;
    font-weight: 500;
}

.contacts form b {
    display: block;
    width: 100%;
    color: #050505;
    font-size: 14px;
    margin-top: 25px;
    margin-bottom: 10px;
    font-weight: 500;
}

.contacts form textarea {
    max-width: 100%;
    width: 100%;
    background: transparent;
    outline: none;
    border: 2px solid #00d4d1;
    font-size: 14px;
    resize: none;
    height: 100%;
    max-height: 80px;
}

.contacts form .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.contacts form input[type="submit"] {
    background: #ffcf3c;
    font-weight: bold;
    font-size: 18px;
    padding: 24px 40px;
    width: 100%;
    max-width: 175px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Cuprum Bold";
    letter-spacing: 1px;
    border-bottom: 2px solid #ffcf3c !important;
    border: 2px solid #ffcf3c;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-appearance: none;
    border-radius: 0;
}
.flex .wpcf7-form-control-wrap{
    margin-bottom: 19px;
}
.contacts form .flex{
    justify-content: space-between;
    align-items: flex-start;
}
.contacts form .flex p{
    width: max-content;
}
.contacts form input[type="submit"]:hover {
    border: 2px solid #ffcf3c;
    background: transparent;
    border-bottom: 2px solid #ffcf3c !important;
    cursor: pointer;
}

.contacts .map {
    width: 100%;
    height: 460px;
    margin-bottom: 70px;
    margin-top: 30px;
}

@media (max-width: 1124px) {
    .contacts .left {
        width: 100%;
        max-width: 100%;
    }

    .contacts form {
        width: 100%;
        max-width: 100%;
        top: 0px;
        margin-top: 60px;
    }
}

@media (max-width: 600px) {
    .contacts form b {
        margin-top: 0px;
    }

    .contacts form input {
        max-width: 100%;
        width: 100%;
        margin-bottom: 29px;
    }

    .contacts form .flex {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .contacts form .flex .wpcf7-form-control-wrap{
        margin: 0;
        width: max-content;
        max-width: calc(100vw - 60px);
    }
    .contacts form .flex .wpcf7-form-control-wrap *{
        margin: 0!important;
        width: max-content;
        max-width: calc(100vw - 60px);
    }
    .contacts form .flex .wpcf7-form-control-wrap + p{
        width: 100%!important;
    }

    .contacts form input[type="submit"] {
        margin: 30px auto 0px;
    }

    .flex div {
        margin: 40px auto 0px;
    }

    .left div {
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .contacts .left div:last-child {
        margin-top: 0px;
    }

    .contacts form {
        margin-top: 10px;
    }
}

@media (max-width: 600px) {
    .contacts form input[type="submit"] {
        width: 100%;
        max-width: 100%;
        padding: 15px 34px;
    }
}

/* #news, #events, #sels{
	display:none;
}
.display-block{
	display:flex !important;
} */

.paralax_img55 {
    position: absolute;
    /*left: -31vh;*/
    left: -23vw;
    top: -441px;
    width: 250px;
}

@media screen and (max-width: 1450px) {
    .paralax_img55 {
        display: none;
    }
}

.screen-reader-response,
.wpcf7-not-valid-tip {
    font-size: 11px!important;
    letter-spacing: normal!important;
    max-width: 183px!important;
}

.wpcf7-validation-errors {
    font-size: 14px;
    color: red;
    max-width: 386px;
}

.wpcf7-mail-sent-ok {
    color: green;
    font-size: 14px;
    text-align: center;
    width: 100%;
}

.your-message {
    width: 100%;
}

.none_search {
    transform: scale(0);
    height: 0px;
}

.none_search_yes {
    transform: scale(1);
    height: auto;
}

.shops-page h1,
.about-page h1,
.cntc-pg h1{
    margin-top: 50px;
}
@media screen and (max-width: 500px){
    .shops-page h1,
    .about-page h1,
    .cntc-pg h1{
        margin-top: 20px;
    }
}
.shops_flex{
    min-height: 310px;
}


.text-kkk * {
    font-size: 16px;
    line-height: 1.25;
}
.text-kkk h1{}
.text-kkk h2{}
.text-kkk h3{}
.text-kkk h4{}
.text-kkk h5{}
.text-kkk h6{}
.text-kkk strong{
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    font-family: inherit;
}

.text-kkk > * {
    margin-bottom: 15px;
}

.text-kkk li {
    margin-bottom: 5px;
}

.text-kkk ul {
    padding-left: 20px;
}

.text-kkk ul li {
    list-style: disc;
}

.text-kkk ol {
    padding-left: 20px;
}

.text-kkk ol li {
    list-style: decimal;
}