@charset "UTF-8";
input,
textarea,
select {
    -webkit-border-radius: 0;
    border-radius: 0;
}

/* @font-face {
  font-family: "Proxima Nova Regular";
  src: url('/fonts/ProximaNovaRegular.otf');
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: "Proxima Nova Regular Bold";
  src: url('/fonts/ProximaNovaBold.otf');
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: "Proxima Nova Light";
  src: url('/fonts/ProximaNovaLight.otf');
  font-style: normal;
  font-weight: normal; } */
@font-face {
    font-family: "Proxima Nova Regular";
    src: url('/fonts/ProximaNova-Regular.eot');
    src: url('/fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
    url('/fonts/ProximaNova-Regular.woff2') format('woff2'),
    url('/fonts/ProximaNova-Regular.woff') format('woff'),
    url('/fonts/ProximaNova-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Proxima Nova Regular Bold";
    src: url('/fonts/ProximaNova-Bold.eot');
    src: url('/fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
    url('/fonts/ProximaNova-Bold.woff2') format('woff2'),
    url('/fonts/ProximaNova-Bold.woff') format('woff'),
    url('/fonts/ProximaNova-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Proxima Nova Light";
    src: url('/fonts/ProximaNova-Light.eot');
    src: url('/fonts/ProximaNova-Light.eot?#iefix') format('embedded-opentype'),
    url('/fonts/ProximaNova-Light.woff2') format('woff2'),
    url('/fonts/ProximaNova-Light.woff') format('woff'),
    url('/fonts/ProximaNova-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

html {
    font-family: "Proxima Nova Regular";
    height: 100%;
}

body {
    height: 100%;
    /*position: relative;
  padding-bottom: 70px;*/
    margin-top: 70px;


}

h1,
h2,
h3,
h4 {
    font-family: "Proxima Nova Regular Bold";
}

h1 {
    font-size: 50px;
    line-height: 55px;
}

h2 {
    font-size: 35px;
}

h3 {
    font-size: 25px;
}

h4 {
    font-size: 15px;
}

@media screen and (max-width: 1050px) {
    h1 {
        font-size: 38px;
        line-height: 45px;
    }

    h2 {
        font-size: 30px;
        line-height: 40px;
    }

    h3 {
        font-size: 20px;
        line-height: 26px;
    }

    h4 {
        font-size: 15px;
    }
}

.header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 70px;
    background: #e20714;
    position: fixed;
    /* z-index: 10; */
    justify-content: space-between;
    width: 100%;
    z-index: 9;
    top: 0;
}


.headers {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 70px;
    background: #e20714;
    position: relative;
    z-index: 10;

}

/*.mainLogIn, .logInPg, .product-log-in, .mainProfile, .product-log-out {
      margin-bottom: -70px;
}*/
.main-box {
}

.header__productLogIn {
    z-index: 15;
}

@media screen and (max-width: 1050px) {
    .header__productLogIn {
        z-index: 15;
    }
}

.mobile__screen {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    height: 100%;
    width: 100%;
    background: #e20714;
    top: 0;
    left: 0;
    padding-top: 50px;
    z-index: 1;
    overflow-y: scroll;
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: opacity ease 0.1s, height ease 0.3s, -webkit-transform ease 0.5s;
    transition: opacity ease 0.1s, height ease 0.3s, -webkit-transform ease 0.5s;
    -o-transition: opacity ease 0.1s, height ease 0.3s, -o-transform ease 0.5s;
    transition: transform ease 0.5s, opacity ease 0.1s, height ease 0.3s;
    transition: transform ease 0.5s, opacity ease 0.1s, height ease 0.3s, -webkit-transform ease 0.5s, -o-transform ease 0.5s;
}

.mobile__screen__Active {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
    z-index: 7;
}

.vio-agency {
    height: 30px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    color: #fff;
    font-family: "Proxima Nova Regular";
    font-size: 15px;
    font-weight: 700;
    background: #e20714;
}

.registrationForm {
    text-align: center;
    width: 98%;
}

.header__logIn {
    width: 100px;
}

.fhone-number {
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;
    line-height: 15px;
    width: max-content;
    margin-right: 15px;
}

.loginForm {
    text-align: center;
    width: 98%;
    padding-top: 7px;
}

.error-container {
    padding-left: 70px;
    display: flex;
    align-items: center;
    height: 80vh;
}

.error-box span {
    color: #000000;
    font-family: "Proxima Nova Regular";
    font-size: 50px;
    font-weight: 700;
    line-height: 55px;
    margin-bottom: 5px;
}

.error-box p {
    color: #000000;
    font-family: "Proxima Nova Regular";
    font-size: 25px;
    font-weight: 400;
    line-height: 35px;
    margin-bottom: 20px;
}

.contacts__wrapper-right .horeca__wrapper__img {
    width: 100%;
}

.error-box a {
    font-family: "Proxima Nova Regular";
    width: 164px;
    height: 50px;
    background-color: #e20714;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    text-decoration: none;
}

.error-container {

}

.mobile__screen__productLogIN {
    z-index: 15;
}

.mobile__screen__links {
    text-decoration: none;
    color: #fff;
    width: 90%;
    margin: 0 auto;
    padding: 15px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #f08389;
    position: relative;
}

.mobile__screen__links__active {
    text-decoration: none;
    color: #fff;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.mobile__screen__MobdropMenu {
    height: 74.5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    padding: 15px 0;
    border-bottom: 1px solid #f08389;
    width: 90%;
    margin: 0 auto;
}

.mobile__screen__MobdropMenu__open {
    height: auto;
}

.mobile__screen__MobdropMenu__hidenItems {
    padding-top: 20px;
    display: none;
}

.mobile__screen__MobdropMenu__hidenItems a {
    text-decoration: none;
    color: #fff;
    margin: 0 0 15px 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mobile__screen__MobdropMenu__hidenItems p {
    color: #ff737a;
    font-size: 20px;
    font-family: "Proxima Nova Regular";
    line-height: 30px;
    font-family: "Proxima Nova Regular Bold";
    margin-left: 10px;
}

.mobile__screen__links__active::after {
    content: url('/img/arrowMenu.svg');
    position: absolute;
    right: 0;
    top: 38%;
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.mobile__screen__MobdropMenu__open .mobile__screen__links__active::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.mobile__screen__LogInOut {
    width: 90%;
    margin: 30px auto 60px;
}

.mobile__screen__LogInOut a {
    color: #fff;
    text-decoration: none;
}

.mobile__screen__social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-top: auto;
    margin-bottom: 30px;
}

.mobile__screen__social__link {
    text-decoration: none;
    margin-right: 15px;
}

@media screen and (max-width: 1050px) {
    .header {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        height: 50px;
        -webkit-transition: all ease 0.4s;
        -o-transition: all ease 0.4s;
        transition: all ease 0.4s;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
    }

    .header-mob {
        height: 0px;
        opacity: 0;
    }

    .headers {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        height: 50px;
        -webkit-transition: all ease 0.4s;
        -o-transition: all ease 0.4s;
        transition: all ease 0.4s;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
    }

    .header-mob {
        height: 0px;
        opacity: 0;
    }
}

@media screen and (max-width: 1050px) {
    .header__right-side .header__profile {
        display: none;
    }
}

.header__mobile-button {
    display: none;
}

@media screen and (max-width: 1050px) {
    .header__mobile-button {
        width: 19px;
        height: 13px;
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
        margin-right: 15px;
    }
}

.header__mobile-button-line {
    width: 100%;
    height: 2px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    background: white;
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
}

.active_line_top {
    -webkit-transform: rotateZ(45deg) translateY(-5.1px) translateX(-2.9px);
    -ms-transform: rotate(45deg) translateY(-5.1px) translateX(-2.9px);
    -o-transform: rotateZ(45deg) translateY(-5.1px) translateX(-2.9px);
    transform: rotateZ(45deg) translateY(-5.1px) translateX(-2.9px);
}

.active_line_center {
    opacity: 0;
}

.active_line_bottom {
    -webkit-transform: rotateZ(-45deg) translateX(0.5px);
    -ms-transform: rotate(-45deg) translateX(0.5px);
    -o-transform: rotateZ(-45deg) translateX(0.5px);
    transform: rotateZ(-45deg) translateX(0.5px);
}

.header__logo {
    width: 66px;
    height: 30px;
    color: white;
    margin: 0 15px 0 60px;
}

@media screen and (max-width: 1050px) {
    .header__logo {
        margin-left: 15px;
    }
}

.header__right-side {
    width: auto;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 1050px) {
    .header__right-side {
        width: auto;
    }
}

.header__left-side {
    width: 60%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 1050px) {
    .header__left-side {
        width: auto;
    }
}

.nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

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

.nav a {
    color: white;
    text-decoration: none;
    line-height: 70px;
    margin: 0 15px;
}

.nav__wrapper-for-drop-menu {
    position: relative;
}

.nav__drop-menu {
    padding-left: 15px;
}

.nav__drop-menu {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

header .header__left-side span {
    font-family: "Proxima Nova Regular Bold";
    font-size: 15px;
}

.nav__drop-menu span::after {
    content: url('/img/arrowMenu.svg');
    position: absolute;
    left: -2px;
    -webkit-transition: -webkit-transform ease 0.5s;
    transition: -webkit-transform ease 0.5s;
    -o-transition: -o-transform ease 0.5s;
    transition: transform ease 0.5s;
    transition: transform ease 0.5s, -webkit-transform ease 0.5s, -o-transform ease 0.5s;
}

.nav__drop-menu-Active span::after {
    content: url(../img/arrowMenu.svg);
    position: absolute;
    left: -2px;
    top: 0px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.nav__drop-menu__block {
    display: none;
}

.nav__drop-menu__block-Active {
    width: 260px;
    background: #e20714;
    position: absolute;
    top: 52px;
    left: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.nav__drop-menu__block-Active .nav__drop-menu {
    display: none;
}

.nav__drop-menu__block-Active a {
    width: 100%;
    padding: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
}

.header__productLogIn .mobile__screen__LogInOut {
    display: block;
    width: auto;
    margin: 0px;
    margin-right: 15px;
    font-size: 14px;
}

.header__productLogIn .mobile__screen__LogInOut h3 {

    font-size: 16px;
}


.nav__drop-menu__block-Active a:hover {
    background: #f08389;
}

.header__right-side {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-family: "Proxima Nova Regular Bold";
}

.header__wrapper-for-social-links {
    margin: 0 20px 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 1050px) {
    .header__wrapper-for-social-links {
        display: none;
    }
}

.header__social-link {
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-decoration: none;
    margin-left: 15px;
}

@media screen and (max-width: 1050px) {
    .header__social-link {
        display: none;
    }
}

.header__connectingWith {
    width: 130px;
    height: 40px;
    border: 1px solid white;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;
    line-height: 15px;
    margin: 0 15px;
}

.header__connectingWith:hover {
    color: #e20714;
    background: #fff;
}

@media screen and (max-width: 1050px) {
    .mob-content {
        display: none;
    }

    .LogInOut-mob {
        display: none;
    }

    .header__connectingWith {
        border: none;
        width: auto;
    }

    .header__connectingWith:hover {
        color: #e20714;
        background: transparent;
    }

    .header__connectingWith::selection {
        background: transparent;
    }

    .header__connectingWith:hover {
        color: #ffffff;
        background: transparent;
    }

    .mobile__screen__links__active {
        background: transparent;
    }
}

.header__logIn a {
    color: #ffffff;
    font-size: 13px;
    /*  line-height: 15px; */
    text-decoration: none;
    text-align: center;
    width: max-content;
    padding: 0px 3px;


}

.header__logIn {
    display: flex;
    color: #fff;

}

@media screen and (max-width: 1050px) {
    .header__logIn {
        /* display: none; */
        margin-right: 15px;
        width: max-content;
    }

    .item-call {
        justify-content: left;
        /*padding: 30px 15px;*/
        padding: 30px 3.5%;
    }
}

@media screen and (max-width: 476px) {
    .item-call {

        padding: 30px 1.5%;
    }
}

.main {
    ackground-color: rgba(0, 0, 0, 0.30);
    background: rgba(0, 0, 0, 0.45) url(../img/IMG_8381.jpg) no-repeat center center;
    background-blend-mode: overlay;
    -webkit-background-size: cover;
    background-size: cover;
    /* height: 100vh; */
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 60px;
    /* margin-top: -70px; */
    z-index: 1;
    /* background-position-x: center; */
    background-position: center;
    /* background-size: auto; */
    height: calc(100vh - 70px);
}

@media screen and (max-width: 1050px) {
    .main {
        padding-left: 15px;
        padding-right: 15px;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding-bottom: 60px;
        margin-top: 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        height: 100%;

    }
}

@media screen and (max-width: 320px) and (max-height: 568px) {
    .main {
        height: 106vh;
    }
}

@media screen and (max-width: 320px) and (max-height: 480px) {
    .main {
        height: 125vh;
    }
}

.main-about {
    background: url('/img/main-min.jpg') no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    height: 470px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

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

.info-box {
    text-align: center;
    font-weight: 600;
    padding-bottom: 50px;
}

.info-box a {
    display: inline-block;
    text-decoration: none;
    color: #e20714;
    margin-right: 10px;
}

.info-box a:last-child {
    margin-right: 0;
}

@media screen and (max-width: 1050px) {
    .main-about {
        height: 50vh;
    }
}

.mainCatalog {
    background: rgba(0, 0, 0, 0.45) url('/img/catalogMain.jpg') no-repeat center center;
    background-blend-mode: overlay;
    -webkit-background-size: cover;
    background-size: cover;
    height: 235px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /*margin-top: 70px;*/

}

@media screen and (max-width: 1050px) {
    .mainCatalog {
        height: 30vh;
    }

    .mainCatalog {
        margin-top: 50px;
    }

}

.mainCatalog__product-name {
    color: #fff;
}

@media screen and (max-width: 1050px) {
    .mainCatalog__product-name {
        color: #fff;
        /* margin-top: 50px; */
    }
}

.main h1 {
    width: 50%;
    color: #ffffff;
}

@media screen and (max-width: 1050px) {
    .main h1 {
        width: 100%;
    }
}

.main p {
    width: 50%;
    color: #ffffff;
    margin: 20px 0 30px;
    font-size: 25px;
    font-family: "Proxima Nova Light";
    line-height: 35px;
}

@media screen and (max-width: 1050px) {
    .main p {
        font-size: 20px;
        font-family: "Proxima Nova Regular";
        line-height: 30px;
        width: 100%;
    }
}

.main__more {
    width: 165px;
    height: 50px;
    background: #e20714;
    color: #ffffff;
    text-decoration: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
}

.productions {
    padding-bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (max-width: 1050px) {
    .productions {
        margin-top: 0;
    }
}

.productions__section-name {
    width: 95%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 25px auto;
}

@media screen and (max-width: 1050px) {
    .productions__section-name {
        margin: 15px auto;
    }
}

.productions__wrapper-for-productions {
    width: 95%;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 1050px) {
    .productions__wrapper-for-productions {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.productions__product {
    width: 48%;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
}

@media screen and (max-width: 1050px) {
    .productions__product {
        width: 100%;
        margin-bottom: 15px;
    }
}

.productions__product a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}

.productions__product img {
    -webkit-transition: all ease 1s;
    -o-transition: all ease 1s;
    transition: all ease 1s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.productions__product img:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.productions__product__img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

@media screen and (max-width: 1050px) {
    .productions__product__img {
        width: 100%;
        height: 215px;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

.productions__wrapper-info {
    background: #e20714;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffffff;
}

.productions__product__wrapper-for-name {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 30px 0 30px 30px;
    color: #ffffff;
    text-decoration: none;
}

@media screen and (max-width: 1050px) {
    .productions__product__wrapper-for-name {
        margin: 15px 0 15px 15px;
        color: #ffffff;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -moz-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}

.productions__product__quantity {
    color: #ff747d;
    margin-left: 7px;
}

.productions__product__more {
    margin-right: 35px;
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
    line-height: 18px;
}

@media screen and (max-width: 1050px) {
    .productions__product__more {
        margin-right: 15px;
    }
}

.productions__three-in-line {
    width: 100%;
}

.productions__three-in-line__wrapper {
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 1050px) {
    .productions__three-in-line__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.productions__three-in-line__product {
    width: 32.3%;
    margin-bottom: 30px;
    overflow: hidden;
}

@media screen and (max-width: 1050px) {
    .productions__product__name {
        width: 100%;
    }
}

@media screen and (max-width: 1050px) {
    .productions__three-in-line__product {
        width: 100%;
        margin-bottom: 15px;
    }
}

.productions__three-in-line__product a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}

.productions__three-in-line__product img {
    -webkit-transition: all ease 1s;
    -o-transition: all ease 1s;
    transition: all ease 1s;
}

.productions__three-in-line__product img:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.productions__three-in-line__product__img {
    width: 100%;
}

@media screen and (max-width: 1050px) {
    .productions__three-in-line__product__img {
        width: 100%;
        height: 215px;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

.productions__three-in-line__wrapper-info {
    background: #e20714;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffffff;
}

.productions__three-in-line__product__wrapper-for-name {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 30px 0 30px 30px;
    text-decoration: none;
    color: #fff;
}

@media screen and (max-width: 1050px) {
    .productions__three-in-line__product__wrapper-for-name {
        margin: 15px 0 15px 15px;
    }
}

.productions__three-in-line__product__quantity {
    color: #ff747d;
    margin-left: 7px;
}

.productions__three-in-line__product__more {
    margin-right: 35px;
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
    line-height: 18px;
}

@media screen and (max-width: 1050px) {
    .productions__three-in-line__product__more {
        margin-right: 15px;
    }
}

.wrapper-modal-horeca {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.45);
    z-index: 150;
    display: none;
}

.wrapper-modal-horeca__Active {
    display: block;
}

.horeca-modal {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
}

.horeca-modal .horeca__wrapper__form {
    position: relative;
}

.horeca-modal .contactUs__modal__close {
    position: absolute;
    top: -10px;
    right: 15px;
}

.horeca-modal__header {
    display: none;
}

@media screen and (max-width: 1200px) {
    .horeca-modal .contactUs__modal__close {
        position: absolute;
        top: -20px;
        right: 0px;
    }
}

@media screen and (max-width: 1050px) {
    .wrapper-modal-horeca {
        top: 0px;
        background: rgba(0, 0, 0, 0.4) url('/img/horeca.jpg') no-repeat center top;
        background-blend-mode: overlay;
        height: 100%;
        overflow-y: hidden;
        display: block;
        -webkit-transform: translateX(-110%);
        -ms-transform: translateX(-110%);
        -o-transform: translateX(-110%);
        transform: translateX(-110%);
        -webkit-transition: all ease 1s;
        -o-transition: all ease 1s;
        transition: all ease 1s;
    }

    .wrapper-modal-horeca__Active {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

    .horeca-modal {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        overflow-y: auto;
        height: 100%;
    }

    .horeca-modal .horeca__wrapper__form .contactUs__modal__close {
        display: none;
    }

    .horeca-modal__header {
        position: fixed;
        top: 0;
        width: 100%;
        height: 50px;
        background: #e20714;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .horeca-modal .horeca-modal__header .contactUs__modal__close {
        color: #fff;
        top: -15px;
        right: 15px;
    }

    .horeca-modal .horeca__wrapper__mobile-text {
        margin-top: 50px;
    }

    .horeca-modal .horeca__wrapper__mobile-text h2 {
        margin-top: 20px;
    }
}

.horeca {
    background: #f5f5f5;
    padding: 60px 0;
}

@media screen and (max-width: 1050px) {
    .horeca {
        background: rgba(0, 0, 0, 0.4) url('/img/horeca.jpg') no-repeat center top;
        background-blend-mode: overlay;
        background-size: cover;
        padding: 30px 0;
    }
}

.horeca__wrapper__mobile-text {
    display: none;
}

.horeca__wrapper__mobile-text h2 {
    color: #fff;
    margin-bottom: 15px;
}

.horeca__wrapper__mobile-text p {
    font-size: 20px;
    font-family: "Proxima Nova Regular";
    line-height: 30px;
    color: #fff;
    margin-bottom: 25px;
    font-family: "Proxima Nova Light";
}

@media screen and (max-width: 1050px) {
    .horeca__wrapper__mobile-text {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 95%;
        margin: 0 auto;
    }
}

.horeca-product {
    padding: 0px 0 60px;
}

@media screen and (max-width: 1050px) {
    .horeca-product__invisible {
        display: none;
    }
}

.horeca__wrapper {
    width: 95%;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all ease 1s;
    -o-transition: all ease 1s;
    transition: all ease 1s;
}

.horecaLogOutText {
    display: none;
}

@media screen and (max-width: 1050px) {
    .horeca__wrapper {
        width: 95%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .horecaLogOutText {
        font-size: 20px;
        font-family: "Proxima Nova Regular";
        line-height: 30px;
        font-family: "Proxima Nova Light";
        color: #fff;
        margin: 30px 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.horeca__wrapper__img {
    width: 65%;
    background: rgba(0, 0, 0, 0.4) url('../img/horeca.jpg') no-repeat center center;
    background-blend-mode: overlay;
    -webkit-background-size: cover;
    background-size: cover;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 30px;
    height: 468px;
}

.horeca .horeca__wrapper__img {
    height: auto;
}

@media screen and (max-width: 1100px) {
    .horeca__wrapper__img {
        width: 60%;

    }

    .horeca__wrapper .horeca__wrapper__img {
        display: none;
    }

}

.horeca__wrapper__img h2 {
    color: #fff;
}

/*@media screen and (max-width: 1050px) {*/
/*  .horeca__wrapper__img {*/
/*    display: none!important; } }*/

.horeca__wrapper__img h2,
.horeca__wrapper__img h3 {
    color: #ffffff;
}

.horeca__wrapper__img h2 {
    margin-top: 15px;
}

.horeca__wrapper__img p {
    width: 70%;
    margin-top: 15px;
    font-size: 25px;
    font-family: "Proxima Nova Light";
    line-height: 35px;
    color: #fff;
}

.horeca__wrapper__form {
    width: 35%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fff;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 1100px) {
    .horeca__wrapper__form {
        width: 40%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background: #fff;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.horeca__wrapper__form__didnonSubmited {
    display: none;
}

.horeca-submited__img {
    margin-top: 90px;
    margin-bottom: 30px;
}

@media screen and (max-width: 1050px) {
    body {
        margin-top: 50px;
    }
}

@media screen and (max-width: 1050px) {
    .horeca-submited__img {
        margin-top: 122px;
    }
}

@media screen and (min-width: 1100px) {
    .horeca-submited__img {
        margin-top: 60px;
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 1215px) {
    .horeca-submited__img {
        margin-top: 90px;
        margin-bottom: 30px;
    }
}

.horeca-submited__img__text {
    font-size: 20px;
    font-family: "Proxima Nova Regular";
    line-height: 30px;
    color: #000;
    width: 90%;
    margin: 20px auto 125px;
    text-align: center;
}

@media screen and (max-width: 1050px) {
    .horeca-submited__img__text {
        margin: 20px auto 110px;
    }
}

@media screen and (max-width: 1050px) {
    .horeca__wrapper__form {
        width: 100%;
    }
}

.horeca__wrapper__form h3 {
    width: 355px;
    margin: 15px 0;
}

@media screen and (max-width: 1050px) {
    .horeca__wrapper__form h3 {
        width: 75%;
        margin: 25px 15px;
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }
}

.horeca__form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (max-width: 1050px) {
    .horeca__form {
        width: 90%;
        margin: 0 auto;
    }
}

.horeca__form input {
    width: 356px;
    height: 50px;
    border: 1px solid black;
    margin-bottom: 15px;
    padding: 0 16px;
    font-family: "Proxima Nova Regular";
    font-size: 15px;
}

.horeca__form textarea {
    resize: none;
    width: 356px;
    height: 120px;
    border: 1px solid black;
    padding: 16px;
    font-family: "Proxima Nova Regular";
    font-size: 15px;
}

.horeca__form button {
    width: 356px;
    height: 50px;
    background: #e20714;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    margin: 30px 0;
    font-family: "Proxima Nova Regular Bold";
    font-size: 15px;
}

@media screen and (max-width: 1050px) {
    .horeca__form button,
    .horeca__form textarea,
    .horeca__form input {
        width: auto;
    }
}

.horeca__form input::-webkit-input-placeholder, .horeca__form textarea::-webkit-input-placeholder {
    color: #000000;
    font-family: "Proxima Nova Regular Bold";
}

.horeca__form input::-moz-placeholder, .horeca__form textarea::-moz-placeholder {
    color: #000000;
    font-family: "Proxima Nova Regular Bold";
}

.horeca__form input:-ms-input-placeholder, .horeca__form textarea:-ms-input-placeholder {
    color: #000000;
    font-family: "Proxima Nova Regular Bold";
}

.horeca__form input::-ms-input-placeholder, .horeca__form textarea::-ms-input-placeholder {
    color: #000000;
    font-family: "Proxima Nova Regular Bold";
}

.horeca__form input::placeholder,
.horeca__form textarea::placeholder {
    color: #000000;
    font-family: "Proxima Nova Regular Bold";
}

.horeca__form-submited {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    height: 400px;
}

.horeca__form-submited__img {
    margin: 60px 0 15px 0;
}

.horeca__form-submited__text {
    margin: 15px 0 60px 0;
    font-family: "Proxima Nova Regular";
    font-size: 25px;
    line-height: 35px;
    width: 40%;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 1050px) {
    .horeca-product .horeca__form-submited__text {
        width: auto;
    }
}

.horeca__form-submited__DONT {
    display: none;
}

.contacts {
    background: #fff;
}

.contacts__wrapper-inner {
    width: 95%;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    color: #000;
}

@media screen and (max-width: 1050px) {
    .contacts__wrapper-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.contacts__wrapper-left,
.contacts__wrapper-right {
    width: 50%;
}

.contacts__wrapper-left {
    width: 32%;
}

.contacts__wrapper-right {
    width: 68%;
}

@media screen and (max-width: 1050px) {
    .contacts__wrapper-left,
    .contacts__wrapper-right {
        width: 100%;
    }

    .contacts__wrapper-right {
        margin-top: 60px;
    }
}

.contacts__section-name {
    padding: 20px 0 0 0;
    margin: 0 auto 60px;
    width: 95%;
    color: #fff;
}

@media screen and (max-width: 1050px) {
    .contacts__section-name {
        margin: 0 auto 30px;
    }
}

.contacts__address__name {
    margin-bottom: 15px;
    font-family: "Proxima Nova Regular Bold";
}

.contacts__address__place {
    font-family: "Proxima Nova Regular";
    margin-bottom: 10px;
    text-decoration: underline;
}

.contacts__phones {
    margin: 60px 0;
}

@media screen and (max-width: 1050px) {
    .contacts__phones {
        margin: 30px 0;
    }
}

.contacts__phones__name {
    margin-bottom: 15px;
    font-family: "Proxima Nova Regular Bold";
}

.contacts__phones__number {
    font-family: "Proxima Nova Regular";
    margin-bottom: 10px;
    color: #000;
    text-decoration: none;
    line-height: 35px;
}

.contacts__phones__number h3 {
    font-family: "Proxima Nova Regular";
    letter-spacing: 2px;
}

@media screen and (max-width: 1050px) {
    .contacts__phones__number {
        text-decoration: underline;
    }
}

.contacts__mails__name {
    margin-bottom: 15px;
    font-family: "Proxima Nova Regular Bold";
}

.contacts__mails__email {
    font-family: "Proxima Nova Regular";
    margin-bottom: 10px;
    color: #000;
    text-decoration: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
}

@media screen and (max-width: 1050px) {
    .contacts__mails__email {
        text-decoration: underline;
        margin-bottom: 0px;
    }
}

.contacts__mails__email h3 {
    font-family: "Proxima Nova Regular";
}

.contacts__form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

@media screen and (max-width: 1050px) {
    .contacts__form {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.contacts__form input {
    background: #e20714;
    width: 90%;
    height: 50px;
    border: 1px solid #fff;
    margin-bottom: 15px;
    font-family: "Proxima Nova Regular";
    color: #fff;
    font-size: 16px;
    padding: 0 0 0 15px;
}

.contacts__form textarea {
    background: #e20714;
    width: 90%;
    height: 190px;
    border: 1px solid #fff;
    font-family: "Proxima Nova Regular";
    color: #fff;
    font-size: 16px;
    padding: 15px 0 0 15px;
}

.contacts__form button {
    width: 90%;
    height: 50px;
    background: #fff;
    border: 1px solid #fff;
    color: #e20714;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 30px 0 60px 0;
    font-family: "Proxima Nova Regular Bold";
}

@media screen and (max-width: 1050px) {
    .contacts__form button,
    .contacts__form textarea,
    .contacts__form input {
        width: 100%;
    }

    .contacts__form button {
        margin: 30px 0 30px 0;
    }
}

.contacts__form input::-webkit-input-placeholder, .contacts__form textarea::-webkit-input-placeholder {
    color: #fff;
    font-family: "Proxima Nova Regular Bold";
    font-size: 15px;
}

.contacts__form input::-moz-placeholder, .contacts__form textarea::-moz-placeholder {
    color: #fff;
    font-family: "Proxima Nova Regular Bold";
    font-size: 15px;
}

.contacts__form input:-ms-input-placeholder, .contacts__form textarea:-ms-input-placeholder {
    color: #fff;
    font-family: "Proxima Nova Regular Bold";
    font-size: 15px;
}

.contacts__form input::-ms-input-placeholder, .contacts__form textarea::-ms-input-placeholder {
    color: #fff;
    font-family: "Proxima Nova Regular Bold";
    font-size: 15px;
}

.contacts__form input::placeholder,
.contacts__form textarea::placeholder {
    color: #fff;
    font-family: "Proxima Nova Regular Bold";
    font-size: 15px;
}

.contacts__submited__invisible {
    display: none;
}

.contacts__submited {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.contacts__submited img {
    margin-top: 60px;
}

.contacts__submited h2 {
    margin: 20px 0;
}

.contacts__submited p {
    font-size: 25px;
    font-family: "Proxima Nova Light";
    line-height: 35px;
    color: #fff;
    width: 60%;
    text-align: center;
}

@media screen and (max-width: 1050px) {
    .contacts__submited img {
        margin-top: 30px;
    }

    .contacts__submited h2 {
        margin: 15px 0;
    }

    .contacts__submited p {
        width: 100%;
        margin-bottom: 145px;
    }
}

.footer {
    background: #e20714;
    height: 105px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #ffff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    /*  position: absolute;
   bottom: 0;
   left: 0;
   width: 100%; */
}

.footer__wrapper-inner {
    width: 95%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    padding: 19px 0px 5px;
}

.developer-company,
.developer-company a {
    color: #fff;
    font-size: 12px;
}

.developer-company a:hover {
    opacity: .8;
}

@media screen and (max-width: 1050px) {
    .footer__wrapper-inner {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.footer__left {
    width: 30%;
}

.footer__logo {
    width: 66px;
    height: 30px;
}

.footer__center {
    width: 40%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 1235px) {
    .footer__center {
        width: 55%;
    }
}

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

.footer__nav {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer__nav a {
    text-decoration: none;
    color: #fff;
    margin: 0 15px;
}

.footer__right {
    width: 30%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media screen and (max-width: 1050px) {
    .footer__right .header__mobile-button {
        margin: 0;
    }
}

/*About*/
.about {
    background: #fff;
}

@media screen and (max-width: 1050px) {
    .about {
        margin-bottom: 30px;
    }
}

.about__wrapper-inner {
    width: 95%;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 55px 0;
}

@media screen and (max-width: 1050px) {
    .about__wrapper-inner {
        width: 95%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0;
    }
}

.about__aside {
    width: 25%;
}

.mobile__about__aside {
    display: none;
}

@media screen and (max-width: 1050px) {
    .about__aside {
        width: 100%;
        position: -webkit-sticky;
        position: sticky;
        height: 50px;
        top: 0px;
        background: #f5f5f5;
        z-index: 5;
        display: none;
    }

    .mobile__about__aside {
        display: block;
        margin-bottom: 25px;
    }
}

.about__aside__wrapper-for-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
}

@media screen and (max-width: 1050px) {
    .about__aside__wrapper-for-sticky {
        position: static;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }

    .about__wrapper-for-logo {
        display: none;
    }
}

.about__article {
    width: 75%;
}

@media screen and (max-width: 1050px) {
    .about__article {
        width: 100%;
    }
    #mobileMenu .mobile__screen__MobdropMenu__hidenItems a span,
    #mobileMenu .LogInOut-mob span {
        font-size: 20px;
        line-height: 26px;
        font-family: "Proxima Nova Regular Bold";
    }
    #mobileMenu .mobile__screen__links > span,
    #mobileMenu .mobile__screen__links__active > span {
        font-family: "Proxima Nova Regular Bold";
        font-size: 30px;    
        line-height: 40px;
    }
}

.about__aside__img {
    width: 130px;
    height: 60px;
    margin-bottom: 25px;
}

@media screen and (max-width: 1050px) {
    .about__aside__nav {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        height: 50px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.about__aside__nav a {
    color: #000;
    text-decoration: none;
    margin-bottom: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.about__aside__nav .about__aside__nav_active {
    color: #e20714;
}

.about__article__about {
    padding-bottom: 50px;
    border-bottom: 1px solid #dedede;
}

@media screen and (max-width: 1050px) {
    .about__article__about {
        padding-bottom: 30px;
    }
}

#about__article__certification:target .about__aside__nav_active1 {
    color: white;
}

.about__article__about p {
    font-size: 25px;
    font-family: "Proxima Nova Light";
    line-height: 35px;
    color: #000;
}

.about__article__about h1 {
    margin-bottom: 25px;
}

.about__article__certification__item:nth-child(odd) {
    margin-right: 30px;
}

@media screen and (max-width: 1050px) {
    .about__article__certification__item:nth-child(odd) {
        margin-right: 0px;
    }

    .about__article__certification__item {
        position: relative;
        margin-bottom: 15px;
    }
}

.about__article__certification__item__img {
    width: 100%;
    height: auto;
    background: #e20714;
}

.about__article__wrapper-for-certifications {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px;
}

@media screen and (max-width: 1050px) {
    .about__article__wrapper-for-certifications {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 0;
    }
}

.about__article__certification h2 {
    margin-top: 50px;
    margin-bottom: 15px;
}

@media screen and (max-width: 1050px) {
    .about__article__certification h2 {
        margin-top: 25px;
        margin-bottom: 30px;
    }
}

.about__article__certification p {
    font-size: 25px;
    font-family: "Proxima Nova Light";
    line-height: 35px;
    color: #000;
}

@media screen and (max-width: 1050px) {
    .about__article__certification p {
        display: none;
    }
}

.about__article__certification__item h3 {
    font-family: "Proxima Nova Regular Bold";
    font-size: 15px;
    line-height: 18px;
    margin-top: 15px;
}

.about__article__certification {
    padding-bottom: 60px;
    border-bottom: 1px solid #dedede;
}

@media screen and (max-width: 1050px) {
    .about__article__certification {
        padding-bottom: 25px;
    }
}

.about__article__products {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.about__article__products__wrapper-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: left;
    justify-content: left;
    margin-right: -2.3%;
}

@media screen and (max-width: 1050px) {
    .about__article__products__wrapper-items {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 102.5%;
        margin-left: 0;
        overflow: hidden;
    }

    .about__aside__nav a {
        margin-bottom: 0px;
    }
}

.about__article__products__item {
    margin-top: 30px;
    width: 30%;
    margin-right: 2%;
}

.about__article__products__item a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    height: calc(100% - 59px);
    max-height: 420px;

}

.slick-current {
    width: 80%;
}

@media screen and (max-width: 1050px) {
    .about__article__products__item {
        margin-top: 25px;
        width: 90vw;
        margin-right: 10px;
    }
}

.about__article__products h2 {
    margin-top: 55px;
    margin-bottom: 25px;
}

@media screen and (max-width: 1050px) {
    .about__article__products h2 {
        margin-top: 25px;
        margin-bottom: 16px;
    }
}

.about__article__products p {
    font-size: 25px;
    font-family: "Proxima Nova Light";
    line-height: 35px;
    color: #000;
}

.about__article__products__item__img {
    width: 100%;
    object-fit: cover;
    /*height: 280px;*/
    /*  -o-object-fit: cover;
 object-fit: cover; */
    -webkit-transition: all ease 1s;
    -o-transition: all ease 1s;
    transition: all ease 1s;
}

.about__article__products__item__img:hover {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}

/*
@media screen and (max-width: 1050px) {
  .about__article__products__item__img {
    height: 215px; } }
*/

.about__article__products__item__wrapper-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    background: #e20714;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.about__article__products__item__wrapper-info:hover {
    cursor: pointer;
}

.about__article__products__item:hover .about__article__products__item__lookAt {
    display: block;
}

.about__article__products__item__lookAt {
    color: #fff;
    text-decoration: none;
    margin-left: auto;
    margin-right: 15px;
    display: none;
}

@media screen and (max-width: 1050px) {
    .about__article__products__item__lookAt {
        display: block;
    }
}

.about__article__products__item__wrapper-for-name {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 17px 15px 18px 15px;
    text-decoration: none;
    color: #fff;
}

.about__article__products__item__quantity {
    color: #ff747d;
    margin-left: 7px;
}

.mainLogIn {
    background: #fff;
    position: relative;
}

@media screen and (max-width: 1050px) {
    .mainLogIn {
        margin-top: 50px;
    }
}

.mainLoginFormModalInvisible {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}

.mainLoginFormModall {
    width: 710px;
}

.d-play {
    display: block;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
}

.mainLoginFormSubmited {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
    height: 100%;
}

.mainLoginFormSubmited__h1 {
    margin: 30px 0px 15px 0px;
}

.mainLoginFormSubmited__text {
    font-size: 19px;
    font-family: "Proxima Nova Regular";
    line-height: 30px;
    font-family: "Proxima Nova Light";
    text-align: center;
    width: 675px;
}

.mainLoginFormSubmited__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    width: 300px;
    margin: 30px auto;
    background: #e20714;
    font-family: "Proxima Nova Regular Bold";
    font-size: 15px;
    text-decoration: none;
    color: #fff;
}

.mainLoginFormSubmited__link:hover {
    cursor: pointer;
}

.mainLogIn__wrapper-inner {
    width: 95%;
    margin: 0 auto;
    padding: 60px 0 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 1150px) {
    .mainLogIn__wrapper-inner {
        width: 100%;
    }
}

@media screen and (max-width: 1050px) {
    .mainLogIn__wrapper-inner {
        width: 95%;
        padding: 50px 0 30px;
    }
}

.mainLogIn__left {
    width: 50%;
}

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

.mainLogIn__rigth {
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 1050px) {
    .mainLogIn__rigth {
        width: 100%;
    }
}

.mainLogIn__left__img {
    width: 100%;
    height: 100%;
    width: 100%;
    height: 100%;
    max-width: 1000px;
    max-height: 830px;
    object-fit: cover;
}


.mainLogIn__rigth__form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 345px;
}

@media screen and (max-width: 1050px) {
    .mainLogIn__rigth__form {
        width: 100%;
    }
}

.mainLogIn__rigth__about {
    font-family: "Proxima Nova Light";
    line-height: 35px;
    text-align: center;
    width: 80%;
    margin: 17px auto 10px;
}

@media screen and (max-width: 1050px) {
    .mainLogIn__rigth__about {
        width: 100%;
        line-height: 30px;
        margin: 15px auto 0px;
    }
}

.mainLogIn__rigth__social-description {
    margin: 60px 0 30px 0;
}

.mainLogIn__rigth__wrapper-for-social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 345px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 1050px) {
    .mainLogIn__rigth__wrapper-for-social {
        width: 100%;
        margin: 0 auto;
    }

    .mainLogIn__rigth__wrapper-for-social a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .mainLogIn__rigth__wrapper-for-social img {
        width: 95%;
    }
}

.mainLogIn__rigth__profile {
    margin: 60px 0 0px 0;
}

.mainLogIn__rigth__form input {
    width: 345px;
    height: 50px;
    border: 1px solid #000;
    padding-left: 15px;
    margin-top: 15px;
    font-family: "Proxima Nova Regular";
    font-size: 16px;
}

.mainLogIn__rigth__form select {
    width: 345px;
    height: 50px;
    border: 1px solid #000;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding-left: 15px;
    margin-top: 15px;
    -moz-appearance: none;
    appearance: none;
    background: white url(../img/arrow.svg) no-repeat 95% center;
    -webkit-appearance: none;
}

.mainLogIn__rigth__form input::-webkit-input-placeholder {
    color: #000;
    font-family: "Proxima Nova Regular Bold";
}

.mainLogIn__rigth__form input::-moz-placeholder {
    color: #000;
    font-family: "Proxima Nova Regular Bold";
}

.mainLogIn__rigth__form input:-ms-input-placeholder {
    color: #000;
    font-family: "Proxima Nova Regular Bold";
}

.mainLogIn__rigth__form input::-ms-input-placeholder {
    color: #000;
    font-family: "Proxima Nova Regular Bold";
}

.mainLogIn__rigth__form input::placeholder {
    color: #000;
    font-family: "Proxima Nova Regular Bold";
}

.mainLogIn__rigth__form button {
    width: 345px;
    height: 50px;
    border: none;
    background: #e20714;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 30px 0 25px 0;
}

@media screen and (max-width: 1050px) {
    .mainLogIn__rigth__form button,
    .mainLogIn__rigth__form input,
    .mainLogIn__rigth__form select {
        width: 100%;
    }
}

.mainLogIn__rigth__create {
    color: #e20714;
    text-decoration: none;
}

.mainLogIn__rigth__form .mainLogIn__rigth__profile__email {
    margin-top: 20px;
}

.mainLogIn__rigth__form .mainLogIn__rigth__profile__password {
    margin-top: 15px;
}

.logInPg .mainLogIn__rigth__profile__password {
    margin-top: 15px;
}

.logInPg button {
    margin-top: 15px;
}

.mainLogIn__rigth__profile__crt {
    text-decoration: none;
    color: #e20714;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-top: 15px;
    font-family: "Proxima Nova Regular Bold";
}

.mainProfile {
    background: #f2f2f2;
    height: 100%;
    padding: 45px 0;
}

@media screen and (max-width: 1050px) {
    .mainProfile {
        background: #fff;
        margin-top: 50px;
        padding: 0;
        margin: 35px 0

    }
}

.mainProfile__wrapper-inner {
    width: 70%;
    margin: 0 auto;
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (max-width: 1050px) {
    .mainProfile__wrapper-inner {
        width: 95%;
        margin: 0 auto;
    }
}

.mainProfile__user-name {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 1050px) {
    .mainProfile__user-name {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.mainProfile__user-name__img {
    width: 80px;
    height: 80px;
    margin: 30px;
}

@media screen and (max-width: 1050px) {
    .mainProfile__user-name__img {
        width: 40px;
        height: 40px;
        margin: 15px 0 13px 0;
    }
}

.mainProfile__user-name__hi,
.mainProfile__user-name__name {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

@media screen and (max-width: 1050px) {
    .mainProfile__user-name__hi,
    .mainProfile__user-name__name {
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }
}

.mainProfile__user-name__wrapper-for-logOut {
    margin: 12px 12px 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 23px;
}

@media screen and (max-width: 1050px) {
    .mainProfile__user-name__wrapper-for-logOut {
        position: absolute;
        margin: 20px 15px 0 auto;
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end;
    }
}

.mainProfile__user-name__wrapper-for-logOut a {
    text-decoration: none;
    color: #e20714;
}

.mainProfile__user-name__logOut {
    margin-right: 10px;
}

@media screen and (max-width: 1050px) {
    .mainProfile__user-name__logOut {
        display: none;
    }
}

.mainProfile__my {
    text-align: center;
}

@media screen and (max-width: 1050px) {
    .mainProfile__my {
        text-align: left;
        margin: 50px 0 10px 0;
        line-height: 23px;
    }
}

.mainProfile__form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mainProfile__form input {
    width: 345px;
    height: 50px;
    border: 1px solid #000;
    font-family: "Proxima Nova Regular";
    padding-left: 15px;
    margin-top: 15px;
}

.mainProfile__form select {
    width: 345px;
    height: 50px;
    border: 1px solid #000;
    font-family: "Proxima Nova Regular";
    padding-left: 15px;
    margin-top: 15px;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-appearance: none;
    appearance: none;
    background: white url('/img/arrow.svg') no-repeat 95% center;
    -webkit-appearance: none;
}

.mainProfile__form input::-webkit-input-placeholder {
    color: #000;
    font-family: "Proxima Nova Regular Bold";
}

.mainProfile__form input::-moz-placeholder {
    color: #000;
    font-family: "Proxima Nova Regular Bold";
}

.mainProfile__form input:-ms-input-placeholder {
    color: #000;
    font-family: "Proxima Nova Regular Bold";
}

.mainProfile__form input::-ms-input-placeholder {
    color: #000;
    font-family: "Proxima Nova Regular Bold";
}

.mainProfile__form input::placeholder {
    color: #000;
    font-family: "Proxima Nova Regular Bold";
}

.mainProfile__form button {
    width: 345px;
    height: 50px;
    border: none;
    background: #e20714;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 17px 0 25px 0;
}

@media screen and (max-width: 1050px) {
    .mainProfile__form button,
    .mainProfile__form select,
    .mainProfile__form input {
        width: 100%;
    }
}

.mainProfile__form__wrapper-for-change-password {
    width: 345px;
    margin-top: 18px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 1050px) {
    .mainProfile__form__wrapper-for-change-password {
        width: 100%;
    }
}

.mainProfile__form__change-password {
    text-decoration: none;
    color: red;
}

.catalog {
    background: #fff;
}

.catalog__wrapper-inner {
    width: 95%;
    margin: 0 auto;
}

@media screen and (max-width: 1050px) {
    .catalog__wrapper-inner {
        width: 100%;
        margin: 0 auto;
    }
}

.catalog__filter-block {
    height: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0 20px 20px;
    overflow: hidden;
}

@media screen and (max-width: 1050px) {
    .catalog__filter-block {
        width: 100%;
        padding: 20px 5px 20px 10px;
    }
}

.catalog__filter-block-Mobile .catalog__filter-block__filter {
    color: #fff;
}

.catalog__filter-block__filter {
    position: relative;
    text-decoration: none;
    color: #000;
}

@media screen and (max-width: 1050px) {
    .catalog__filter-block__filter {
        color: #e20714;
    }
}

.catalog__filter-block__filter:hover {
    color: #e20714;
}

.catalog__filter-block__wrapper {
    min-width: 22%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 1050px) {
    .catalog__filter-block__wrapper {
        width: 30%;
        height: 100px;
    }
}

.catalog__filter-block__add__invisible {
    display: none;
}

.catalog__filter-block__add {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    color: #e20714;
    text-decoration: none;
    font-size: 15px;
    line-height: 18px;
    font-family: "Proxima Nova Regular Bold";
    background: transparent;
    border: none;
}

@media screen and (max-width: 1050px) {
    .catalog__filter-block__add {
        display: none;
    }
}

.catalog__filter-block__Close {
    display: none;
}

@media screen and (max-width: 1050px) {
    .catalog__filter-block__Close {
        position: absolute;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        text-decoration: none;
        color: #fff;
        font-size: 30px;
        margin-left: auto;
        right: 15px;
    }
}

.catalog__filter-block__filter::before {
    content: url('/img/arrowFilter.svg');
    position: absolute;
    left: -20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.catalog__filter-block__filter:hover:before {
    content: url('/img/arrow.svg');

}

@media screen and (max-width: 1050px) {
    .catalog__filter-block__filter {
        margin-left: 25px;
    }

    .catalog__filter-block-Mobile__Active {
        background: #e20714;
        height: 50px;
        position: fixed;
        top: 0;
        z-index: 20;
        padding-left: 15px;
        padding-right: 15px;
    }

    .catalog__filter-block__filter::before {
        display: block;
    }
}

.catalog__filter-block__filterOpen {
    position: relative;
    text-decoration: none;
    color: #000;
}

.catalog__filter-block__filterOpen:hover {
    color: #e20714;
}

@media screen and (max-width: 1050px) {
    .catalog__filter-block__filterOpen:hover {
        color: #fff;
    }

    .catalog__filter-block__filterOpen {
        color: #fff;
    }
}

.catalog__filter-block__filterOpen::before {
    content: url(../img/arrowFilterOpen.svg);
    position: absolute;
    left: -20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.catalog__selected-items {
    width: 100%;
    margin-left: 30px;
    height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.catalog__selected-items:hover {
    cursor: pointer;
}

@media screen and (max-width: 1050px) {
    .catalog__filter-block__filter {
        margin-left: 25px;
    }
}

@media screen and (max-width: 1050px) {
    .catalog__selected-items {
        margin-left: 0px;
    }
}

.slideTrack {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.leftArrow {
    position: absolute;
    right: 0;
    z-index: 5;
    width: 30px;
    height: 30px;
    background: #e20714;
    border: none;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: none;
}

.leftArrow__Mobile {
    display: none;
}

.leftArrow__Mobile__Active {
    display: block;
}

.rightArrow {
    display: none;
}

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

    .rightArrow {
        display: none;
    }

    .leftArrow__Mobile {
        display: none;
    }

    .leftArrow__Mobile__Active {
        display: none;
    }
}

.leftArrow img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    position: absolute;
    top: 9px;
    left: 10px;
}

.catalog__selected-items .slick-initialized .slick-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.catalog__selected-items__item {
    display: block;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    background: #f5f5f5;
    -webkit-border-radius: 17.5px;
    border-radius: 17.5px;
    margin: 0 7.5px;
    float: left;
    width: auto;
    height: 36px;
}

.catalog__selected-items__item__close {
    margin-left: 10px;
}

.catalog__selected-items__item__close:hover {
    cursor: pointer;
}

.catalog__products {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: left;
    position: relative;
    margin-right: -2.4%;
}

.orderThks {
    text-align: center;
}

@media screen and (max-width: 1050px) {
    .catalog__products {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: static;
    }
}

.catalog__products__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 23%;
    margin-bottom: 30px;
    margin-right: 2%;
}

.catalog__products__item a {
    overflow: hidden;
}

@media screen and (max-width: 1050px) {
    .catalog__products__item {
        width: 95%;
        margin: 0 auto 15px;
    }
}

.catalog__products__item__img {
    width: 100%;
    -webkit-transition: all ease 1s;
    -o-transition: all ease 1s;
    transition: all ease 1s;
}

.catalog__products__item__img:hover {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}

.catalog__products__item__wrapper-info {
    background: #e20714;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.catalog__products__item__wrapper-for-name {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    color: #fff;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 0 15px;
}

@media screen and (max-width: 1050px) {
    .catalog__products__item__wrapper-for-name {
        padding: 15px 0 15px;
    }
}

.catalog__products__item__wrapper-for-price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    color: #fff;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 15px;
}

.catalog__products__item__price {
    width: auto;
    height: 35px;
    background: #ff6770;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    padding: 0px 10px 0px 10px;
}

.catalog__more-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 60px;
}

@media screen and (max-width: 1050px) {
    .catalog__more-block {
        padding-bottom: 30px;
    }
}

.catalog__more-block a {
    width: 150px;
    height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #e20714;
    text-decoration: none;
    color: #fff;
}

.product-log-out {
    background: #f2f2f2;
    padding-top: 35px;
    z-index: 10;
    position: relative;
}

@media screen and (max-width: 1050px) {
    .product-log-out {
        background: #fff;
        padding-top: 0;
        z-index: 0;
        position: relative;
        margin-top: 50px;
    }
}

.product-log-in {
    /*  height: 100vh; */
}

.product-log-out__wrapper-inner {
    width: 95%;
    margin: 0 auto;
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 1050px) {
    .product-log-out__wrapper-inner {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.product-log-out__info-wraper,
.product-log-out__img-wraper {
    width: 50%;
}

.product-log-out__img-wraper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 1050px) {
    .product-log-out__img-wraper {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .product-log-out__info-wraper {
        width: 95%;
    }
}

.product-log-out__info-wraper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 30px;
}

@media screen and (max-width: 1050px) {
    .product-log-out__info-wraper {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        padding: 0;
        margin: 0 auto;
    }
}

.product-log-out__info-wraper h1 {
    margin: 20px 0 0 0;
    width: 70%;
}

@media screen and (max-width: 1050px) {
    .product-log-out__info-wraper h1 {
        margin: 20px 0 0 0;
        width: 100%;
    }
}

.product-log-out__registration-block {
    padding: 15px 0;
    border-bottom: 1px solid #dedede;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.product-log-out__registration-block__registration {
    text-decoration: none;
    width: 160px;
    height: 50px;
    border: 1px solid #e20714;
    color: #e20714;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 10px;
    font-family: "Proxima Nova Regular Bold";
}

.product-log-out__registration-block__registration:hover {
    background: #e20714;
    color: #fff;
}

.product-log-out__registration-block__question {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 1;
}

.product-log-out__registration-block__question:hover
.product-log-out__registration-block__question__answer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 1050px) {
    .product-log-out__registration-block__question:hover
    .product-log-out__registration-block__question__answer {
        display: none;
    }

    .product-log-out__registration-block .product-log-out__registration-block__question .activee {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.product-log-out__registration-block__question:hover {
    cursor: pointer;
}

.product-log-out__registration-block__question__answer {
    position: absolute;
    display: none;
    width: 210px;
    height: 65px;
    left: -230px;
    font-size: 13px;
    line-height: 18px;
    font-family: "Proxima Nova Regular";
    padding: 5px 15px;
    -webkit-box-shadow: 1px 2px 6px -6px black;
    box-shadow: 1px 2px 6px -6px black;
    background: #fff;
    text-align: left;
}

@media screen and (max-width: 1050px) {
    .product-log-out__registration-block__question__answer {
        width: 320px;
        height: 53px;
        left: -116px;
        top: -58px;
    }
}

.product-log-out__registration-block__question__answer::before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    right: -9px;
    margin-top: 8px;
    -webkit-box-shadow: 2px 0px 4px -5px black;
    box-shadow: 2px 0px 4px -5px black;
    background: #fff;
    -webkit-transform: translateY(50%) rotateZ(45deg);
    -ms-transform: translateY(50%) rotate(45deg);
    -o-transform: translateY(50%) rotateZ(45deg);
    transform: translateY(50%) rotateZ(45deg);
}

@media screen and (max-width: 1050px) {
    .product-log-out__registration-block__question__answer::before {
        content: "";
        width: 20px;
        height: 20px;
        position: absolute;
        bottom: 0;
        right: 178px;
        margin-top: 8px;
        -webkit-box-shadow: 2px 0px 4px -5px black;
        box-shadow: 2px 0px 4px -5px black;
        background: #fff;
        -webkit-transform: translateY(50%) rotateZ(45deg);
        -ms-transform: translateY(50%) rotate(45deg);
        -o-transform: translateY(50%) rotateZ(45deg);
        transform: translateY(50%) rotateZ(45deg);
    }
}

.product-log-out__available-block {
    border-bottom: 1px solid #dedede;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0;
}

.product-log-out__available-block h4 {
    margin-left: auto;
    color: #dedede;
}

@media screen and (max-width: 1050px) {
    .product-log-out__available-block h4 {
        display: none;
    }
}

.product-log-out__available-block__available-mark {
    width: 10px;
    height: 10px;
    background: #36e610;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-left: 10px;
}

.product-log-out__madeIn-block {
    border-bottom: 1px solid #dedede;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 0;
}

.product-log-out__madeIn-block h4 {
    font-size: 16px;
    font-family: "Proxima Nova Regular";
    margin-top: 5px;
}

.product-log-out__expiration-date-block {
    border-bottom: 1px solid #dedede;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 0;
}

.product-log-out__expiration-date-block p {
    font-size: 16px;
    line-height: 19px;
    font-family: "Proxima Nova Regular";
    margin-top: 5px;
}

.product-log-out__img {
    width: 87.1%;
    height: 86.8%;
}

@media screen and (max-width: 1050px) {
    .product-log-out__img {
        width: 100%;
        height: 325px;
    }
}

.horeca__form_slide {
    margin-top: 35px;
}

@media screen and (max-width: 1050px) {
    .horeca__form_slide {
        margin-top: 15px;
    }
}

.horece__wrap-for-click {
    width: 95%;
    margin: 0 auto;
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 10;
}

@media screen and (max-width: 1050px) {
    .horece__wrap-for-click {
        display: none;
    }
}


.horece__wrap-for-click__mobile {
    display: none;
}

@media screen and (max-width: 1050px) {
    .horece__wrap-for-click__mobile {
        width: 95%;
        margin: 0 auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 25px 0;
    }

    .horece__wrap-for-click__mobile .horece__arrow img {
        width: 12px;
        height: 8px;
    }

    .horece__wrap-for-click__mobile h2 {
        color: #e20714;
        width: 90%;
    }
}

.about__aside__nav a {
    margin-top: 0px;
}

.horece__wrap-for-click:hover {
    cursor: pointer;
}

.horece__wrap-for-click h2 {
    color: #e20714;
}

.horece__arrow {
    -webkit-transition: all ease 1s;
    -o-transition: all ease 1s;
    transition: all ease 1s;
    height: 20px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.horece__arrow_reverse {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    height: auto;
}

.horeca__wrapper_dont-active {
    opacity: 0;
    z-index: 5;
    position: relative;
    -webkit-transform: translateY(-200%);
    -ms-transform: translateY(-200%);
    -o-transform: translateY(-200%);
    transform: translateY(-200%);
    -webkit-transition: all ease 1s;
    -o-transition: all ease 1s;
    transition: all ease 1s;
}

.invisibleForHorecaAnimation {
    position: relative;
    height: 15px;
    width: 100%;
    background: #f2f2f2;
    z-index: 10;
}

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

.product-log-out__info-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 95%;
    margin: 0 auto;
    background: #fff;
    padding: 25px 35px 45px;
}

.product-log-out__info-footer p {
    margin-bottom: 0;
}

@media screen and (max-width: 1050px) {
    .product-log-out__info-footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 25px 0;
        border-bottom: 1px solid #dedede;
    }
}

@media screen and (max-width: 1050px) {
    .product-log-out__info-footer h4 {
        line-height: 22px;
    }
}

.product-log-out__info-footer__between-mark {
    margin: 0 15px;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #e20714;
}

@media screen and (max-width: 1050px) {
    .product-log-out__info-footer__between-mark {
        display: none;
    }
}

.product-log-in__oreder-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #dedede;
    padding: 35px 0 20px;
}

.product-log-in__oreder-block__price {
    color: #e20714;
}

.product-log-in__oreder-block__order {
    width: 160px;
    height: 50px;
    border: 1px solid #e20714;
    color: #e20714;
    text-decoration: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Proxima Nova Regular Bold";
}

.product-log-in__oreder-block__order:hover {
    background: #e20714;
    color: #fff;
}

.product-log-in__modal__close {
    color: #e20714;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 43px;
    padding: 10px 15px 0 0;
    text-decoration: none;
}

.product-log-in__modal h2 {
    width: 90%;
    margin: 0 auto;
}

.product-log-in__modal__amount {
    width: 100%;
    margin: 20px auto 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    padding: 20px 0;
}

.product-log-in__modal__amount__clicker {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-log-in__modal__amount__clicker h4 {
    margin: 0 15px;
}

.product-log-in__modal__amount__clicker__left,
.product-log-in__modal__amount__clicker__right {
    width: 35px;
    height: 35px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #e20714;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.product-log-in__modal__form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 90%;
    margin: 0 auto;
}

.product-log-in__modal__form input {
    height: 50px;
    border: 1px solid black;
    margin-bottom: 15px;
    font-family: "Proxima Nova Regular";
    font-size: 15px;
    padding: 0 0 0 15px;
}

.product-log-in__modal__form textarea {
    height: 120px;
    border: 1px solid black;
    font-family: "Proxima Nova Regular";
    font-size: 15px;
    padding: 15px 0 0 15px;
    resize: none;
}

.product-log-in__modal__form textarea::-webkit-input-placeholder, .product-log-in__modal__form input::-webkit-input-placeholder {
    color: #000000;
    font-family: "Proxima Nova Regular Bold";
}

.product-log-in__modal__form textarea::-moz-placeholder, .product-log-in__modal__form input::-moz-placeholder {
    color: #000000;
    font-family: "Proxima Nova Regular Bold";
}

.product-log-in__modal__form textarea:-ms-input-placeholder, .product-log-in__modal__form input:-ms-input-placeholder {
    color: #000000;
    font-family: "Proxima Nova Regular Bold";
}

.product-log-in__modal__form textarea::-ms-input-placeholder, .product-log-in__modal__form input::-ms-input-placeholder {
    color: #000000;
    font-family: "Proxima Nova Regular Bold";
}

.product-log-in__modal__form textarea::placeholder,
.product-log-in__modal__form input::placeholder {
    color: #000000;
    font-family: "Proxima Nova Regular Bold";
}

.product-log-in__modal__form button {
    height: 50px;
    border: none;
    font-family: "Proxima Nova Regular Bold";
    font-size: 15px;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #e20714;
    margin: 30px 0;
}

.product-log-in__inActive__wrapper {
    opacity: 0;
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    background: rgba(0, 0, 0, 0.45);
    background-blend-mode: overlay;
    -webkit-transition: all ease 1s;
    -o-transition: all ease 1s;
    transition: all ease 1s;
}

.product-log-in__Active {
    display: block;
    opacity: 1;
    z-index: 25;
}

.product-log-in__modal {
    width: 420px;
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    z-index: 100;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

@media screen and (max-width: 1050px) {
    .product-log-in__modal {
        width: 100%;
        overflow: auto;
        background: #fff;
        position: fixed;
        top: 0;
        height: 100vh;
        left: 0;
        -webkit-transform: translateY(0) translateX(0);
        -ms-transform: translateY(0) translateX(0);
        -o-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0);
        z-index: 0;
    }
}

.product-log-in__modal__inActive {
    -webkit-transform: translateY(-500%);
    -ms-transform: translateY(-500%);
    -o-transform: translateY(-500%);
    transform: translateY(-500%);
}

@media screen and (max-width: 1050px) {
    .product-log-in__modal__inActive {
        display: none;
    }
}

.prfl input[type="email"],
.prfl input[name="curent_password"] {
    margin-top: 30px;
}

.rgstr input[name="password"] {
    margin-top: 30px;
}

.catalog__products__filter-choice-block {
    position: absolute;
    width: 23%;
    top: 0;
    left: 0;
    background: #fff;
    -webkit-box-shadow: 0px 12px 70px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 12px 70px 10px rgba(0, 0, 0, 0.3);
    padding: 10px 0 0 0;
    display: block;
}

@media screen and (max-width: 1050px) {
    .catalog__products__filter-choice-block {
        width: 100%;
        position: fixed;
        top: 50px;
        height: 100%;
        padding-bottom: 60px;
        overflow: auto;
    }

    .Form-filter-button-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        position: fixed;
        bottom: 0;
        width: 100%;
    }

    .formFilter {
        padding-bottom: 50px;
    }
}

.filter-choice-block__deactivate {
    display: none;
}

.catalog__products__filter-choice-block__item {
    margin-bottom: 20px;
    padding: 0 15px;
}

.catalog__products__filter-choice-block__item label {
    font-family: "Proxima Nova Regular Bold";
    font-size: 15px;
}

.catalog__products__filter-choice-block__item input[type="checkbox"]:checked,
.catalog__products__filter-choice-block__item
input[type="checkbox"]:not(:checked),
.catalog__products__filter-choice-block__item input[type="radio"]:checked,
.catalog__products__filter-choice-block__item
input[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.catalog__products__filter-choice-block__item
input[type="checkbox"]:checked
+ label,
.catalog__products__filter-choice-block__item
input[type="checkbox"]:not(:checked)
+ label {
    display: inline-block;
    position: relative;
    padding-left: 36px;
    line-height: 20px;
    cursor: pointer;
}

@media screen and (max-width: 1050px) {
    .catalog__products__filter-choice-block__item
    input[type="checkbox"]:checked
    + label {
        color: #e20714;
    }
}

.catalog__products__filter-choice-block__item
input[type="radio"]:not(:checked)
+ label:before,
.catalog__products__filter-choice-block__item
input[type="checkbox"]:not(:checked)
+ label:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 18px;
    height: 18px;
    border: 2px solid #000;
    background-color: #fff;
}

.catalog__products__filter-choice-block__item
input[type="checkbox"]:checked
+ label:before,
.catalog__products__filter-choice-block__item
input[type="radio"]:checked
+ label:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 18px;
    height: 18px;
    border: 2px solid #e20714;
    background-color: #e20714;
}

.catalog__products__filter-choice-block__item
input[type="checkbox"]:checked
+ label:after,
.catalog__products__filter-choice-block__item
input[type="checkbox"]:not(:checked)
+ label:after {
    content: "";
    position: absolute;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.catalog__products__filter-choice-block__item
input[type="checkbox"]:checked
+ label:after,
.catalog__products__filter-choice-block__item
input[type="checkbox"]:not(:checked)
+ label:after {
    left: 4px;
    top: 6px;
    width: 10px;
    height: 5px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.catalog__products__filter-choice-block__button {
    height: 50px;
    width: 100%;
    background: #f5f5f5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #f5f5f5;
    margin-top: 10px;
    color: #bebebe;
}

@media screen and (max-width: 1050px) {
    .catalog__products__filter-choice-block__button {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: auto;
    }
}

.catalog__products__filter-choice-block__button__Active {
    background: #e20714;
    color: #fff;
    border: 1px solid #e20714;
}

@media screen and (max-width: 1050px) {
    .catalog__products__filter-choice-block__button__Active {
        position: fixed;
        bottom: 0;
    }
}

.wrapper-for__contactUs__Modal {
    display: none;
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
    z-index: 11;
}

@media screen and (max-width: 1050px) {
    .wrapper-for__contactUs__Modal {
        display: none;
        position: fixed;
        top: 0px;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.45);
        z-index: 11;
    }
}

.contactUs__modal {
    display: none;
}

.contactUs__modal-Active {
    position: fixed;
    width: 420px;
    margin: 0 auto;
    background: #fff;
    z-index: 100;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    top: 50%;
    display: block;
}

.product-log-in__modal__form p {
    display: none;
}

@media screen and (max-width: 1050px) {
    .contactUs__modal-Active {
        position: fixed;
        overflow: auto;
        width: 100%;
        height: 100.3%;
        margin: 0 auto;
        background: #fff;
        z-index: 100;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        top: 50%;
        display: block;
    }

    .contactUs__modal-Active p {
        font-size: 20px;
        font-family: "Proxima Nova Regular";
        line-height: 30px;
        font-family: "Proxima Nova Light";
        margin-bottom: 25px;
        display: block;
    }
}

.contactUs__modal-Active h2 {
    margin: 0 0 30px 0;
}

@media screen and (max-width: 1050px) {
    .contactUs__modal-Active h2 {
        margin: 0 0 15px 0;
    }
}

.contactUs__modal__close {
    color: #e20714;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 43px;
    padding: 10px 0px 0 0;
    text-decoration: none;
}

@media screen and (max-width: 1050px) {
    .contactUs__modal__close {
        padding: 20px 0px 0 0;
    }
}

.contactUs__modal__form-submited__wrapperMessage {
    margin: 60px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 1050px) {
    .contactUs__modal__form-submited__wrapperMessage {
        margin: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 80vh;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .mainLoginFormSubmited__h1 {
        margin: 20px 0px 10px 0px;
    }

    .mainLoginFormSubmited__text {
        width: 330px;
        margin: 0px auto;
    }

    .mainLoginFormSubmited__link {
        margin: 20px auto;
    }
}

.contactUs__modal__form-submited__wrapperMessage h2 {
    margin: 15px 0;
}

.contactUs__modal__form-submited__wrapperMessage p {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    font-size: 25px;
    font-family: "Proxima Nova Light";
    line-height: 35px;
}

.contactUs__modal__form-submited {
    display: none;
}

.contactUs__modal__close-submited {
    color: #e20714;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 43px;
    padding: 15px 15px 0 0;
    text-decoration: none;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

/* Для Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

.product-log-in__modal__amount__clicker input {
    border: none;
    height: 20px;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 10px;
    margin: 0 10px;
}

@media screen and (max-width: 768px) {
    .horeca__wrapper__img p {
        width: 90%;
    }

    .error-container {
        padding-left: 0px;
        display: flex;
        align-items: center;
        height: 80vh;
        justify-content: center;
        text-align: center;
    }

    .error-box {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

@media screen and (max-width: 420px) {
    .active_line_top {
        -webkit-transform: rotateZ(45deg) translateY(-5.1px) translateX(-2.5px);
        -ms-transform: rotate(45deg) translateY(-5.1px) translateX(-2.5px);
        -o-transform: rotateZ(45deg) translateY(-5.1px) translateX(-2.5px);
        transform: rotateZ(45deg) translateY(-5.1px) translateX(-2.5px);
    }

    .active_line_center {
        opacity: 0;
    }

    .active_line_bottom {
        -webkit-transform: rotateZ(-45deg) translateX(0.5px);
        -ms-transform: rotate(-45deg) translateX(0.5px);
        -o-transform: rotateZ(-45deg) translateX(0.5px);
        transform: rotateZ(-45deg) translateX(0.5px);
    }
}

.errorMessage {
    color: #e20714;
    font-family: "Proxima Nova Regular";
    font-size: 16px;
}

.display-none-btn {
    color: #e20714;
    font-size: 15px;
    line-height: 18px;
    font-family: "Proxima Nova Regular Bold";
    background: transparent;
    border: none;
}

.error {
    color: red;
}

.mainLogIn__rigth__profile__email .error {
    border: 1px solid #e20714 !important;
    width: 345px;
    height: 50px;
    padding-left: 15px;
    margin-top: 15px;
    font-family: "Proxima Nova Regular";
    font-size: 16px;
}

.nav__drop-menu__block-act div {
    background: #000;
    width: 100%;
    height: 10px;
    display: block;
    opacity: 0;
    margin-top: -10px;
}

.nav__wrapper-for-drop-menu:hover .nav__drop-menu__block-act {
    visibility: visible;
    -moz-transform: none;
    -webkit-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
}

.nav__drop-menu__block-act a {
    width: 100%;
    padding: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    line-height: 20px;
}

.nav__drop-menu__block-act a:hover {
    background: #f08389;
}

.nav__drop-menu__block-act {
    width: 260px;
    background: #e20714;
    position: absolute;
    top: 80px;
    left: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    visibility: hidden;

}

.mainLogIn__forgot-password {
    width: 345px;
    height: 50px;
    padding-left: 15px;
    margin-top: 15px;
    font-family: "Proxima Nova Regular";
    font-size: 16px;
    border: 1px solid #000000;
}

.modal-window-forgot-password div {
    width: 420px;
    position: relative;
    padding-left: 32px;
    padding-top: 20px;
    background: #fff;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    padding-bottom: 30px;
    padding-right: 20px;
}

.modal-window-forgot-password h4 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 25px;
    font-weight: bold;
}

.modal-window-forgot-password button {
    width: 345px;
    height: 50px;
    border: none;
    background: #e20714;
    color: #fff;
    display: flex;
    justify-content: center;
    margin: 20px 0 25px 0;

}

/* modal */
.modal-window-forgot-password {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.45);
    width: 100%;
    height: 100vh;

    display: none;
}

.icon-img-modal {
    right: 10px;
    top: 10px;
    position: absolute;
}

/*  modal */
.modal-window-sent-email {
    width: 473px;
    padding: 29px 36px 20px 36px;
    position: relative;
    background: #fff;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    padding-bottom: 30px;
    text-align: center;
}

.modal-window-sent-email img {
    margin: 0px auto;
    margin-bottom: 20px;
}

.modal-window-sent-email h4 {
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 35px;
    font-weight: bold;
}

.modal-window-sent-email-wrap {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.45);
    width: 100%;
    height: 100vh;

    display: none;
}

.modal-window-sent-email button h4 {
    font-weight: bold;
    font-size: 15px;
    line-height: 45px;
}

.contacts__form label {
    color: #fff;
    margin: 0px auto;
    margin-top: -12px;
    padding-bottom: 10px;
}

/* modal */

.modal-password-repeat-box {
    text-align: left;
}

.modal-password-repeat-box button {
    margin: 0px auto;
    margin: 20px 0 25px 0;
}

.modal-password-repeat {
    display: block;
}

/* modal */

.password-changed-modall {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.45);
    width: 100%;
    height: 100vh;
    display: none;

}

.mainLogIn__forgot-password, .modal-window-forgot-password button {
    font-weight: bold;
}

.password-changed-modall div {
    width: 420px;
    padding: 29px 36px 20px 36px;
    position: relative;
    background: #fff;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    padding-bottom: 30px;
    text-align: center;

}

.password-changed-modall div button {
    width: 164px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #e20714;
    border: 1px solid #E01F1D;
    margin: 0px auto;
    background: #fff;
    margin-top: 20px;
}

.password-changed-modall div h4 {
    margin-top: 20px;
    display: block;
    font-size: 25px;
    line-height: 35px;
}

.password-changed-modall button h4 {
    font-size: 15px;
    font-weight: bold;
    line-height: 45px;
    margin-top: 0px;
}

.icon-img-modal-mob {
    display: none;
}

@media screen and (max-width: 1050px) {

    .modal-window-forgot-password, .modal-window-sent-email-wrap, .modal-window-forgot-password, .password-changed-modall {
        background: #fff;
        width: 100%;
        position: fixed;
        margin-top: -2px;
        z-index: 9999;
        height: 100vh;

    }

    .modal-window-forgot-password h4, .modal-window-sent-email h4 {
        text-align: center;
        width: 100%


    }

    .mainLogIn__forgot-password, .modal-window-forgot-password button {
        width: 100%

    }

    .icon-img-modal {
        right: -5px;
        top: -235px;
    }

    .modal-window-sent-email {
        padding: 0px;
    }

    .modal-window-sent-email, .modal-window-forgot-password div {
        width: 90%;
        padding-left: 0px;
    }

    .icon-img-modal-mob {
        position: absolute;
        top: 37px;
        right: 10px;
    }

    .icon-img-modal {
        display: none !important;
    }

    .icon-img-modal-mob {
        display: block;
    }

    .select {
        width: 100% !important;

    }
}

.contacts__address a {
    font-family: "Proxima Nova Regular";
    font-size: 25px;
    line-height: 33px;
    text-decoration: none;
    color: #000;
}

/* select  */

.select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px;
}

.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: #000;
    width: 345px;
    height: 50px;
    border: 1px solid #000;
    margin-top: 15px;
    display: block !important;

}

.select-styled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    align-items: center;
    background: white url('/img/arrow.svg') no-repeat 95% center;
    padding-left: 15px;
    display: flex !important;
}

.select-styled:after {


}

.select-styled:hover {
    background-color: darken(#000 2);
}

.select-styled:active, .select-styled:active {
    background-color: #fff
}

select-styled:after {
    top: 9px;
    border-color: transparent transparent #fff;
    transparent;
}

.select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #fff;
    border: 1px solid #000;
}

li {
    margin: 0;
    padding: 12px 0;
    text-indent: 15px;
    border-top: 1px solid darken(#000;
    -background, 10);
    @include transition(all 0.15s ease-in);
}

/*li:hover {*/
/*    color: #000;-background;*/
/*    background: #e20714;*/
/*    font-size: 18px;*/
/*    border: 1px solid #e20714;*/
/*    color:#fff;*/
/*  }*/
li[rel="hide"] {
    display: none;
}

.horeca__wrapper__form button[disabled], .horeca__form button[disabled], .product-log-in__modal__form button[disabled], .contacts__form button[disabled], .modal-window-sent-email button[disabled], .modal-window-forgot-password button[disabled], .mainLogIn__rigth__form button[disabled], .mainProfile__form button[disabled], .product-log-in__modal__form button[disabled] {
    cursor: default;
    background: #ef9a9a !important;
    border: none;
}

button {
    cursor: pointer;
}

.horeca__form label {
    margin-top: -12px;
    padding-bottom: 10px;
}

.product-log-in__modal__form, .product-log-in__modal__form label {
    margin-top: -12px;
    padding-bottom: 10px;
}

@media screen and (max-width: 1380px) {
    .contactUs__modal-Active {
        margin-top: 35px;
    }
}

;

form label#status-recovery {
    display: block !important;
    font-size: 15px;
    margin-top: 3px;
    text-align: center;
    width: 345px;
}

.modal-window-forgot-password label .error {
    display: block !important;
    font-size: 15px;
    margin-top: 3px;
}

.modal-window-forgot-password label .label-status {
    display: block !important;
    font-size: 15px;
    margin-top: 3px;
    text-align: center;
    width: 345px;
}

@media screen and (max-width: 1200px) {
    .nav a {
        margin: 0 10px;
    }

    .header__left-side .nav a h4 {
        font-size: 12px;
    }
}

@media screen and (max-width: 1050px) {
    form label.error {
        display: block !important;
        font-size: 15px;
        text-align: center;
    }

    .modal-window-forgot-password label .error {
        display: block !important;
        font-size: 15px;
        margin-top: 3px;
        text-align: center;
    }

    .modal-window-forgot-password .label-status {
        display: block !important;
        margin: 0px auto;
        width: 345px;
        text-align: center;
        margin-top: 5px;
    }
}

.mainLogIn__rigth__form .error {
    display: block !important;
    font-size: 15px;
    /*  margin-top: 3px; */
}

;

@media screen and (max-width: 1050px) {
    body {
        margin-top: 50px;
    }

    .mainLogIn__rigth__form .error {
        text-align: center;
    }
}

form label.error {
    display: block !important;
    font-size: 15px;
    margin-top: 3px;
}

.mainLogIn__rigth__form .label-status {
    margin-top: 15px;
}

form label.label-status {
    text-align: center;
    width: 100%;
}

@media screen and (min-height: 1000px) {
    .body-red {
        background: #e20714;
    }

    .footer-absolute {
        position: absolute;
        bottom: 0;
        width: 100%;
    }
}

@media screen and (min-width: 1024px) and (min-height: 970px) {
    .body-red {
        background: #e20714;
    }

    .footer-absolute {
        position: absolute;
        bottom: 0;
        width: 100%;
    }
}

#mobileMenu {
    max-width: 100vw;
}

@media screen and (max-width: 1050px) {
    #mobileMenu {
        max-width: 100vw;
    }

    .header {
        max-width: 100vw;
    }

    .catalog {
        max-width: 100vw;
    }

    .catalog__products {
        margin-right: 0;
    }
}

@media only screen and (max-width: 1209px) and (min-width: 1050px) {
    .fhone-number {
        display: none;
    }

}

@media screen and (max-width: 414px) {
    .header__logo {
        width: 45px;
        height: 30px;
        color: white;
        margin: 0 15px 0 20px;
        margin-left: 7px;
    }

    .fhone-number {
        margin-right: 10px;
    }

    .header__logIn {
        /* display: none; */
        margin-right: 5px;
    }
}

@media screen and (max-width: 320px) {
    .fhone-number {
        font-size: 12px;
        line-height: 15px;
        width: max-content;
        margin-right: 10px;
    }

    .header__logIn {
        font-size: 12px;
    }

    .header__mobile-button {
        margin-right: 10px;
    }

    .header__logo {
        margin-right: 10px;
    }


}

.icon-fhone {

    width: 20px;
    height: 20px;
    margin-right: 10px;
    cursor: pointer;
}

.main-box {
/*    height: 100%;*/
}

.fhone-box {
    background: #fff;
    padding: 15px 25px;
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 60px;
    right: -50px;
    z-index: 99999;
    display: none;
    border-radius: 5px;
    -webkit-box-shadow: 5px 5px 13px 2px rgba(84, 84, 84, 0.6);
    box-shadow: 5px 5px 13px 2px rgba(84, 84, 84, 0.6);

}

.fhone-box a {
    margin-bottom: 10px;
    color: #000;
    white-space: nowrap;
    text-decoration: none;
    font-family: "Proxima Nova Regular Bold";
    font-size: 15px;
}

.fhone-box a:last-child {
    margin-bottom: 0px;
}

.fhone-box a:hover {
    color: #e20714;
}

.phone-group {
    position: relative;
}

@media screen and (max-width: 450px) {
    .fhone-box {
        top: 90px;
        /*  left: 50%;
    -webkit-transform: translate(0%,-50%);
    */
        -ms-transform: translate(0%, -50%);
        transform: translate(0%, -50%);


    }

    .horeca__wrapper__img p {
        width: 95%;
        margin-top: 15px;
        font-size: 25px;
        font-family: "Proxima Nova Light";
        line-height: 32px;
        color: #fff;
    }

    .fhone-box a {
        width: 100%;
    }

    .fhone-box {
        /* width: 150px; */
    }

    .icon-fhone {

        width: 15px;
        height: 15px;

    }
}

.group-radio .group-box {
    display: flex;
    margin-top: 13px;
}

.group-radio [type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.group-radio [type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
    padding-left: 29px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
    position: relative;
    width: 100%;
    /*  height: 30px; */
    padding-top: 5px;
    margin-bottom: 2px;
    font-size: 16px;
}

.group-radio [type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 14px;
    height: 14px;

    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
    border-radius: 15px;
    border: 2px solid #e20714;
}

.group-radio [type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    position: absolute;
    top: 11px;
    left: 11.3px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    width: 6px;
    height: 6px;

    border-radius: 5px;
    background-color: #e20714;
}

.group-radio [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.group-radio [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.group-radio {
    margin-right: auto;
}

.group-box div label {
    /*   margin-bottom: 5px; */
}

.group-box div label:last-child {
    /*   margin-bottom: 0px; */
}

.rgstr input[name="password"] {
    margin-top: 13px;
}

.group-box div {
    margin-right: 20px;
}

.group-box span {
    margin-top: 2px;
    margin-right: 15px;

    font-size: 16px;
    font-weight: bold;
    font-family: "Proxima Nova Regular Bold";
    color: #000;
}

.select {
    display: none;
}

.mainProfile__form .select {
    display: block;
}

.fhone-box a {
    position: relative;
    margin-right: 0px;
}


/* .fhone-box a:last-child:before{
      content: '';
       font-family: "Proxima Nova Regular Bold";
    position: absolute;
    background: url(../img/v1.svg);
    width: 20px;
    height: 20px;
    left: -25px;
    top: 0px;
    background-repeat: no-repeat;
    background-size: contain;
    color: #000;
} */
.fhone-box div img {
    /* display: flex; */
    /* align-items: center; */
    width: 20px;
    height: 20px;
    margin-right: 5px;
    display: block;
}

.fhone-box div:last-child {
    display: flex;
    align-items: center;
    margin-bottom: 3px;
}

.fhone-box div img {
    display: flex;
    align-items: center;
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.status-form div {
    text-align: center;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
    background: #7eb934;
    padding: 10px 0px;
    text-transform: uppercase;
    margin-top: 13px;
}

.status-form .error {
    display: none;
    background: #e20714;
}

.status-form .success {
    display: none;
    background: #e20714;
}

.product-log-in .product-log-in__Active {
    display: none !important;
}

.header__logIn {
    /* display: none; */
    margin-right: 15px;
    width: max-content;

    border: 1px solid #fff;
    padding: 14.5px 28px;
    /*  border-radius: 12px; */
    margin-left: 8px;
}

@media screen and (max-width: 1200px) {
    .header__logIn {

        padding: 5px 15px;
        margin-right: 10px;
    }

    .header__connectingWith {
        margin: 0px 10px;
    }
}

@media screen and (max-width: 1024px) {
    .fhone-box {
        /*     width: 185px; */
    }

    .woodmart-cart-design-2 .woodmart-cart-icon {
        margin-right: 15px;
        width: 23px;
        height: 23px;
    }

    .header__logIn {
        padding: 5px 1px;
        margin-right: 2px;
        /* font-size: 10px; */
    }

    .woodmart-shopping-cart {
        margin-right: 5px;
    }

    .header__logIn {
        padding: 15px 15px;
        margin-right: 10px;
        font-size: 25px;
    }

    .header__logIn a {
        color: #ffffff;
        font-size: 13px;
        /* line-height: 15px; */
        text-decoration: none;
        text-align: center;
        width: max-content;
        padding: 0px 3px;
        font-size: 25px;
        font-family: "Proxima Nova Regular Bold";
        margin-right: 10px;
    }

    .header__logIn {
        display: none;
    }

    .header__logIn-mob {
        display: block;
        border: none !important;
    }

}

input[type="number"] {
    pointer-events: none;
}

a {
    cursor: pointer !important;
}

.header {
    display: flex !important;
}

.widget_shopping_cart .remove:hover {
    background-color: transparent;

    box-shadow: none;
}

.mainProfile__form .group-radio {
    margin-right: 0px;
}

button {
    background: none;
}

.disabled {
    pointer-events: none;
    opacity: 0.7;
}

#registrationForm .select {
    display: block !important;
}

#registrationForm .select-styled {
    display: flex !important;
    font-weight: bold;
}

.fhone-box div {
    display: flex;
    align-items: center;
    margin-left: 0px;
    width: 100%;
    margin-right: 13px;
}

.fhone-box div:last-child {
    margin-left: 0px;
    width: 100%;
}

.mainLogIn__rigth__create {

    width: 100%;
    text-align: center;
}

.fhone-box div {
    display: flex;
    align-items: center;
    width: 100%;
}

.fhone-box div:last-child {
    display: flex;
    align-items: center;
    margin-left: 0px;
    width: 100%;
}

.fhone-box div:first-child {
    padding-left: 0;
}

#nav li > div {
    display: none; /* I NEED TO FIX THIS */
    float: left;
    padding-top: 20px;
    width: 100%;
}

#nav li {
    display: inline;

    background: transparent;
    text-align: center;
    color: #000;;
}

#nav {
    width: 100%;
    position: relative;
    border: none;
}

.no-js #nav li > div {
    display: block; /* I NEED TO FIX THIS */
}

#nav li ul li span {
    padding: 10px 25px;
    border-bottom: 1px dotted #e20714;
}

#nav li > span.active {
    color: #e20714;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    padding-bottom: 10px;
    border-bottom: 3px solid #e20714;
}

#nav li span {
    display: inline-block;
}

.active + .content-tabs {
    display: block !important;
}

#mainLogInRigthForms .label-status {
    color: red;
}

@media screen and (max-width: 390px) {
    .horeca__wrapper__img p {
        font-size: 21px;
        line-height: 28px
    }

}

.acordion-controll:after {
    content: '';
    position: absolute;
    width: 11px;
    height: 8px;
    transition: 800ms;
    background-image: url('../img/Vector7.svg');
    display: block;
    background-repeat: no-repeat;
    right: 15px;
    background-size: contain;
    top: 45%;
    transform: translate(-50%, 0);
}

.act-goods:after {
    transform: rotate(180deg);
    transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
}

.goods-date p {
    margin-bottom: 0;
}

.desc-header .goods-name {
    max-width: 263.91px;
    width: 100%;
}

.shopping-goods {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    padding: 15px;
    margin-bottom: 15px;
}

.shopping-goods__img {
    min-width: 90px;
    width: 90px;
    margin-right: 20px;
}

.shopping-goods__desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.shopping-goods__desc .desc-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 12px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    margin-bottom: 20px;
    align-items: flex-start;
}

.shopping-goods__desc span {
    font-family: Lora;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 20px;
    margin-right: 9px;
}

.shopping-goods__desc p {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}

.shopping-goods__desc .goods-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.shopping-goods__desc .goods-num {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.shopping-goods__desc .goods-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.shopping-goods__status {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: auto;
}

.shopping-goods__status span {
    position: relative;
}

/*.shopping-goods__status .sent:after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    left: -15px;*/
/*    top: 6px;*/
/*    width: 8px;*/
/*    height: 8px;*/
/*    border-radius: 50%;*/
/*    background-color: #FFB11D; }*/
/*.shopping-goods__status .delivered:after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    left: -15px;*/
/*    top: 6px;*/
/*    width: 8px;*/
/*    height: 8px;*/
/*    border-radius: 50%;*/
/*    background-color: #19F00A; }*/

.no-goods {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    padding: 100px 20px;
    padding-top: 40px;
}

.no-goods span {
    font-family: Lora;
    font-style: normal;
    font-weight: normal;
    font-size: 34px;
    line-height: 44px;
}

.mobile-no-goods {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    padding: 80px 20px;
}

.mobile-no-goods span {
    font-family: Lora;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 28px;
}

.shopping-goods-items {
    background-color: #f7f7f7;
    padding: 15px;
    margin-bottom: 50px;
}

.shopping-goods-items .shopping-goods-total {
    background-color: #fff;
    padding: 15px;
}

.shopping-goods-items .shopping-goods-total p {
    font-family: Lora;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 28px;
    margin: 0;
}

.shopping-goods-items .shopping-goods-total span {
    font-family: Lora;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 28px;
}

.mobile-shopping-goods {
    background-color: #fff;
    padding: 10px;
    margin-bottom: 5px;
}

.mobile-shopping-goods__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.mobile-shopping-goods__header .goods-img {
    width: 80px;
    min-width: 80px;
    margin-right: 11px;
}

.mobile-shopping-goods__header .goods-name {
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 6px;
}

.mobile-shopping-goods__desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.mobile-shopping-goods__desc .goods-num {
    margin-right: 20px;
}

.mobile-shopping-goods__desc .goods-date {
    margin-right: 28px;
}

.mobile-shopping-goods span {
    font-family: Lora;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    margin-right: 9px;
}

.mobile-shopping-goods p {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 17px;
    margin: 0;
}

.mobile-shopping-goods .goods-status {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 7px;
    padding-left: 18px;
    border-bottom: 1px solid #d5d5d5;
}

.mobile-shopping-goods .goods-status span {
    position: relative;
}

.mobile-shopping-goods .goods-status .sent:after {
    content: '';
    position: absolute;
    left: -15px;
    top: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #FFB11D;
}

/*.mobile-shopping-goods .goods-status .delivered:after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    left: -15px;*/
/*    top: 6px;*/
/*    width: 8px;*/
/*    height: 8px;*/
/*    border-radius: 50%;*/
/*    background-color: #19F00A; }*/

.mobile-shopping-goods-total {
    background-color: #fff;
    padding: 10px;
}

.mobile-shopping-goods-total p {
    font-family: Lora;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    margin: 0;
}

.mobile-shopping-goods-total span {
    font-family: Lora;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
}

.curent-them {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: Lora;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 17px;
}

.curent-them span {
    font-family: Lora;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 17px;
}

.luki-item {
    position: relative;
    margin-bottom: 30px;
}

.luki-item:hover .luki-item__img a:after {
    opacity: 0.5;
}

.luki-item.label_new .luki-item__label {
    display: block;
}

.luki-item__label {
    position: absolute;
    background-color: #FF0700;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 18px;
    padding: 3px 12px 5px 12px;
    z-index: 1;
    top: 20px;
    left: -9px;
    display: none;
}

.luki-item__label:after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 9px 9px 0;
    border-color: transparent #CE1610 transparent transparent;
}

.luki-item__img {
    position: relative;
    width: 100%;
}

.luki-item__img::before {
    content: "";
    display: block;
    padding-top: 100%;
}

.luki-item__img a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.luki-item__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.luki-item__img a:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #214781;
    opacity: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.theme-items {
    height: 454px;
    /*padding-top: 20px; */
}

.theme-items {
    display: inline-block;
}

.theme-items .tse-scrollbar {
    top: 0px !important;
    left: 15px !important;
    right: 15px !important;
    z-index: 4 !important;
}

.theme-items .tse-scrollbar .drag-handle {
    background: #214781;
}

.theme__items {
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;*/
    justify-content: space-around;
    overflow: hidden;
    padding: 0 15px;
    width: 100%;
}

.theme-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 906px;
    margin-right: 26px;
}

.theme-item:last-child {
    margin-right: 0;
}

.theme-item__name {
    font-family: Lora;
    font-style: normal;
    font-weight: normal;
    font-size: 34px;
    line-height: 28px;
    color: #fff;
    width: 50%;
    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;
    min-width: 50%;
}

.theme-item__img {
    width: 50%;
    min-width: 50%;
    position: relative;
    width: 100%;
}

.theme-item__img::before {
    content: "";
    display: block;
    padding-top: 100%;
}

.theme-item__img div {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.theme-item__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.shopping-goods__img img {
    width: 100%;
}

.row {
    max-width: 1405px;
    margin: 0 auto;
}

.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: left;
}

.related_items-title {
    margin-bottom: 24px;
    padding-top: 24px;
    border-top: 1px solid #d5d5d5;
}

.related_items-title span {
    font-family: Lora;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 28px;
}

.favotit__title {
    padding: 22px 15px;
}

.favotit__title span {
    font-family: Lora;
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    line-height: 36px;
}

.block-registration {
    max-width: 360px;
    margin: 0 auto;
    text-align: center;
}

.block-registration-wrap {
    border: 1px solid #ececec;
    padding: 36px 15px;
    margin-bottom: 30px;
}

.block-registration__icon {
    margin-bottom: 22px;
}

.block-registration__icon img {
    width: 30px;
    height: 30px;
}

.block-registration__text {
    font-family: Lora;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    /* or 150% */
    text-align: center;
    margin-bottom: 25px;
}

.block-registration__btn a {
    display: block;
    font-family: Lora;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: red;
}

.block-registration__btn .btn_blue {
    margin-bottom: 12px;
    display: inline-block;
    padding-left: 88px;
    padding-right: 88px;
}

.personal-data .title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 9px;
}

.personal-data .title span {
    font-family: Lora;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
}

.personal-data .title .edit {
    font-family: Lora;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: red;
}

.personal-data .title .save-details {
    display: none;
}

.personal-data .title .save-email {
    display: none;
}

.personal-data .title .save-password {
    display: none;
}

.personal-data__title {
    font-family: Lora;
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    line-height: 36px;
    padding-top: 22px;
    padding-bottom: 22px;
}

.prifile-nav {
    display: flex;
    justify-content: center;
    font-size: 30px;
    font-weight: bold;

    text-transform: uppercase;
    width: 70%;
    margin: 0 auto;
    margin-bottom: 15px;
}

.prifile-nav a:first-child {
    border-right: 2px solid #fff;
}

.prifile-nav a:hover {
    background-position: 0 100%;
    cursor: pointer;
    background: #ce1520;
}

.prifile-nav a {
    position: relative;
    display: inline-block;
    color: #fff;

    width: 50%;
    font-size: 25px;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
}

.goods-items__name-box {
    display: flex;
    justify-content: space-between;
    padding: 12px 7px 12px 0;
    align-items: center;
    background: #fff;
    margin-bottom: 0;
    font-size: 23px;
    position: relative;
}

.items__name-box {
    font-weight: bold;
}

.goods-items__name-box .goods-date {
    display: flex;
}

.goods-items__name-box .goods-date span:first-child {
    margin-right: 10px;
    font-weight: bold;
}

.goods-items__name-box > div {
    margin-right: 28px;
    font-size: 16px;
}

.goods-items__name-box > div:last-child {
    margin-right: 0;
}

.goods-date {
    font-size: 18px;
}

.prifile-nav a {
    position: relative;
    display: inline-block;
    color: #fff;
    background: #e20714;
    width: 50%;
    font-size: 25px;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
}

.history-title {
    text-align: center;
    padding: 10px 0 15px 0;
}

.act-item {
    background: #fff !important;
    color: #e20714 !important;
}

.personal-data__details {
    padding: 27px 30px 23px 31px;
    border: 1px solid #ececec;
    min-height: 153px;
}

.personal-data__details span {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
}

.personal-data__details input {
    display: none;
    margin-bottom: 20px;
    max-width: 226px;
    height: 40px;
}

.personal-data__email {
    padding: 27px 30px 23px 31px;
    border: 1px solid #ececec;
    min-height: 153px;
}

.personal-data__email input {
    margin-bottom: 20px;
    max-width: 226px;
    height: 40px;
}

.personal-data__email p {
    max-width: 300px;
}

.personal-data__email .new-email {
    display: none;
}

.personal-data__email span {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
}

.personal-data__password {
    padding: 27px 30px 23px 31px;
    border: 1px solid #ececec;
    min-height: 153px;
}

.personal-data__success {
    padding: 27px 30px 23px 31px;
    border: 1px solid #ececec;
    min-height: 153px;
    text-align: center;
}

.acordion-controll {
    cursor: pointer;
    padding-left: 15px;
}

.personal-data .new-password {
    max-width: 470px;
    display: none;
}

.input_password {
    position: relative;
    margin-bottom: 10px;
}

.input_password .show_paasword {
    position: absolute;
    top: 10px;
    right: 10px;
}

.about {
    margin-bottom: 16px;
}

.about__title {
    padding: 22px 0;
}

.about__title span {
    font-family: Lora;
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    line-height: 36px;
}

.goods-items__wrap {
    display: flex;
    margin-right: 40px !important;
}

.about__img {
    margin-bottom: 48px;
}

.about__text {
    text-align: center;
    max-width: 910px;
    margin: 0 auto;
}

.about__text p {
    font-family: Lora;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 31px;
}

.about__text_logo {
    margin-bottom: 45px;
}

.contacts .contacts-slider-header {
    padding: 21px 15px 23px 15px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #d5d5d5;
    margin-bottom: 50px;
}

.contacts .contacts-slider-header span {
    font-family: Lora;
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    line-height: 36px;
}

.contacts .contacts-slider-header .contactsCount {
    letter-spacing: -4px;
}

.contacts .contacts-slider-header .contactsCount span {
    letter-spacing: -2px;
}

.contacts .contacts-slider-header .arrows {
    display: flex;
    margin-left: 31px;
}

.contacts .c-slide-prev {
    width: 30px;
    height: 30px;
    margin-right: 11px;
}

.contacts .c-slide-next {
    width: 30px;
    height: 30px;
}

.contacts .contacts-item .shop-item__address {
    display: flex;
    justify-content: space-between;
    margin-bottom: 9px;
}

.contacts .contacts-item .shop-item__address a {
    font-family: Lora;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: red;
}

.contacts .contacts-item .shop-item span {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
}

.contacts .contacts-item .shop-item__work-time {
    position: relative;
}

.contacts .contacts-item .shop-item__work-time ul {
    list-style: none;
    margin: 0;
}

.contacts .contacts-item .shop-item__work-time ul li {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
}

.contacts .contacts-item .shop-item__work-time ul li span {
    font-weight: bold;
}

@media screen and (max-width: 39.9375em) {

    .related_items-title {
        margin-bottom: 14px;
        padding-top: 16px;
        border-top: 1px solid #d5d5d5;
    }

    .related_items-title span {
        font-size: 18px;
        line-height: 23px;
    }

    .contacts .contacts-slider-header {
        justify-content: space-between;
        margin-bottom: 24px;
    }

    .contacts .contacts-item {
        display: flex !important;
        flex-wrap: wrap;
    }

    .contacts .contacts-item__img {
        order: 1;
        margin-bottom: 14 spx;
    }

    .contacts .contacts-item__info {
        order: 2;
    }

    .block-registration-wrap {
        margin-top: 30px;
    }

    .block-registration-wrap .block-registration__btn {
        display: flex;
        flex-direction: column;
    }

    .block-registration-wrap .block-registration__btn .btn_blue {
        padding: 9px 88px 11px 88px !important;
        line-height: 20px !important;
    }
}

.shopping-goods {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    padding: 15px;
    margin-bottom: 15px;
}

.shopping-goods__status {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: auto;

}

@media screen and (max-width: 1500px) {
    .goods-items__name-box > div {
        font-size: 14px;
    }

    .goods-items__wrap {

    }
}

@media screen and (max-width: 1350px) {

    .mainProfile__wrapper-inner {
        width: 90%;
    }
}

@media screen and (max-width: 1200px) {
    .goods-items__name-box > div {
        font-size: 14px;
    }
}

@media screen and (max-width: 1079px) {
    .goods-items__name-box > div {
        font-size: 14px;
    }

    .goods-items__name-box > div {
        margin-right: 18px;
        font-size: 14px;
    }

    .goods-items__name-box > div {
        font-size: 12px;
    }

    .goods-items__name-box {

        flex-wrap: wrap;
    }
}

@media screen and (max-width: 840px) {
    .shopping-goods__desc .desc-header {
        flex-direction: column;
    }

    .goods-name {
        margin-bottom: 15px;
    }

    .goods-items__wrap > div {
        margin-bottom: 5px;
    }

}

@media screen and (max-width: 700px) {
    .shopping-goods__desc .desc-header {
        flex-direction: column;
    }

    .goods-name {
        margin-bottom: 15px;
    }

    .goods-items__name-box {
        padding: 10px 7px 10px 15px;

    }

    .goods-items__wrap {
        flex-direction: column;
        margin-bottom: 0;
        align-items: flex-start;
    }

    .goods-items__name-box > div {
        font-size: 12px;
    }

}

@media screen and (max-width: 700px) {
    .goods-items__name-box {
        flex-direction: column;
        align-items: flex-start;
    }

    .goods-items__wrap {
        padding-left: 0;
    }

    .goods-items__wrap > div {
        margin-bottom: 10px;
    }

    .goods-items__wrap > div:last-child {
        margin-bottom: 0;
    }

    .items__name-box {
        font-size: 14px !important;
    }

    .prifile-nav {
        width: 95%;
        margin-bottom: 10px;
    }

    .mainProfile {

        margin-top: 20px;

    }

    .prifile-nav a {

        font-size: 20px;

    }
}

.no-goods {

}
