.mailpoet_form_loading{
    display: none !important;
}
#mailpoet_form_1 form.mailpoet_form{
    padding: 0 !important;
}

* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: "e_Ukraine";
    src: url(../../assets/fonts/e-Ukraine-Light.otf);
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "e_Ukraine";
    src: url(../../assets/fonts/e-Ukraine-Regular.otf);
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

h1 {
    font-size: 40px;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    line-height: 48px;
    color: #2f3538;
}

h2 {
    font-size: 35px;
    font-weight: 400;
    font-style: normal;
    line-height: 42px;
}

h3 {
    font-size: 20px;
    font-weight: 300;
    font-style: normal;
    line-height: 24px;
    color: #2f3538;
}

h4 {
    font-size: 15px;
    font-weight: 300;
    color: #2f3538;
    font-style: normal;
    line-height: 18px;
}

h5 {
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
    color: #bcbec0;
    font-weight: 300;
}

p {
    font-size: 15px;
    font-weight: 300;
}

body {
    font-family: "e_Ukraine";
    color: #414042;
}

body.fixed {
    overflow-y: hidden;
}

aside {
    z-index: 200;
}

header {
    position: absolute;
    width: 100%;
    z-index: 201;
}

a {
    font-size: 15px;
    text-decoration: none;
    color: #414042;
    padding-right: 20px;
    font-weight: 300;
}

a.underline {
    text-decoration: underline;
}

a:hover {
    text-decoration: underline;
    color: #e9182a;
}

a svg {
    margin-right: 15px;
}

ul {
    list-style-type: none;
}

.container {
    max-width: 1180px;
    margin: 0 auto;
}

.modals {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .35);
    position: fixed;
    opacity: 0;
    visibility: hidden;
    z-index: 100;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.modals.active {
    opacity: 1;
    visibility: visible;
}

.modals-login {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 260px;
    height: 276px;
    border: 1px solid #eaeaea;
    background: #fafafa;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    top: 46%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    padding: 20px 0 23px;
}

.modals-login.active {
    top: 50%;
    opacity: 1;
    visibility: visible;
}

.modals-login h3 {
    text-align: center;
}

.modals-login-form {
    padding: 5px 20px 0;
}

.modals-login-form span {
    width: 100%;
    height: 38px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #eaeaea;
    display: block;
    margin-top: 15px;
}

.modals-login-form span input {
    border: none;
    padding: 11px 13px;
    margin-left: 3px;
    font-family: "e_Ukraine";
    font-weight: 300;
    outline: none;
}

.modals-login-form button {
    margin-top: 15px;
    padding: 12px 0;
    width: 100%;
    background-color: #e9182a;
    border-radius: 5px;
    border: none;
    font-family: "e_Ukraine";
    font-weight: 300;
    color: #fff;
}

.modals-login-form a {
    font-size: 13px;
    display: block;
    text-align: center;
    padding-top: 23px;
    padding-right: 0;
}

.modals-registration {
    padding: 20px 0 23px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 260px;
    height: 441px;
    border: 1px solid #eaeaea;
    background: #fafafa;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    top: 46%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.modals-registration .have {
    background-color: transparent;
    display: inline;
    border: none;
    font-size: 13px;
    display: block;
    text-align: center;
}

.modals-registration .have a {
    padding-right: 0;
    font-size: 13px;
    color: #e9182a;
    text-decoration: underline;
}

.modals-registration.active {
    top: 50%;
    opacity: 1;
    visibility: visible;
}

.modals-registration h3 {
    text-align: center;
}

.modals-registration-form {
    padding: 5px 20px 0;
}

.modals-registration-form span {
    width: 100%;
    height: 38px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #eaeaea;
    display: block;
    margin-top: 15px;
}

.modals-registration-form span input {
    border: none;
    padding: 11px 13px;
    margin-left: 3px;
    font-family: "e_Ukraine";
    font-weight: 300;
    outline: none;
}

.modals-registration-form button {
    margin-top: 15px;
    padding: 12px 0;
    width: 100%;
    background-color: #e9182a;
    border-radius: 5px;
    border: none;
    font-family: "e_Ukraine";
    font-weight: 300;
    color: #fff;
}

.modals-recover {
    padding: 15px 0 23px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 260px;
    height: 276px;
    border: 1px solid #eaeaea;
    background: #fafafa;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    top: 46%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.modals-recover.active {
    top: 50%;
    opacity: 1;
    visibility: visible;
}

.modals-recover .have {
    padding-top: 44px;
    background-color: transparent;
    border: none;
    font-size: 13px;
    display: block;
    margin-top: 0;
    text-align: center;
}

.modals-recover .have a {
    padding-right: 0;
    font-size: 13px;
    color: #e9182a;
    text-decoration: underline;
}

.modals-recover h3 {
    text-align: center;
    max-width: 90%;
    margin: 0 auto;
}

.modals-recover-form {
    padding: 15px 20px 0;
}

.modals-recover-form span {
    width: 100%;
    height: 38px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #eaeaea;
    display: block;
    margin-top: 15px;
}

.modals-recover-form span input {
    border: none;
    padding: 11px 13px;
    margin-left: 3px;
    font-family: "e_Ukraine";
    font-weight: 300;
    outline: none;
}

.modals-recover-form button {
    margin-top: 15px;
    padding: 12px 0;
    width: 100%;
    background-color: #e9182a;
    border-radius: 5px;
    border: none;
    font-family: "e_Ukraine";
    font-weight: 300;
    color: #fff;
}

.modals-sendpass {
    padding: 84px 20px 23px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 260px;
    height: 276px;
    border: 1px solid #eaeaea;
    background: #fafafa;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    top: 46%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.modals-sendpass.active {
    top: 50%;
    opacity: 1;
    visibility: visible;
}

.modals-sendpass h3 {
    text-align: center;
}

.modals-sendpass button {
    margin-top: 74px;
    color: #41ad58;
    background-color: #e5f2e8;
    width: 100%;
    padding: 12px 0;
    border: none;
    border-radius: 5px;
}

.modals-confirm,
.modals-confirm-2 {
    padding: 45px 20px 23px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 260px;
    height: 276px;
    border: 1px solid #eaeaea;
    background: #fafafa;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    top: 46%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.modals-confirm-2 {
    height: auto;
}

.modals-confirm.active,
.modals-confirm-2.active {
    top: 50%;
    opacity: 1;
    visibility: visible;
}

.modals-confirm h3,
.modals-confirm-2 h3 {
    text-align: center;
}

.modals-confirm p,
.modals-confirm-2 p {
    font-size: 13px;
    text-align: center;
    padding-top: 20px;
}

.modals-confirm button,
.modals-confirm-2 button {
    margin-top: 27px;
    color: #41ad58;
    background-color: #e5f2e8;
    width: 100%;
    padding: 12px 0;
    border: none;
    border-radius: 5px;
}

aside {
    position: fixed;
    width: 260px;
    height: 100%;
    left: -260px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

aside.active {
    left: 0;
}

.menu {
    background-color: #f4f4f4;
    padding-top: 80px;
    height: 100%
}

.menu-item {
    padding: 12px 0;
    border-top: 1px solid #dedede;
}

.menu-item a {
    padding: 7px 0;
    font-size: 20px;
    padding-left: 20px;
}

.menu-item .basket-image {
    bottom: 2px;
    background-color: #fff;
}

.burger {
    display: none;
}

.burger__button {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-color: #2f3538;
    border: none;
    margin-top: 15px;
    position: relative;
}

.burger__button span {
    width: 25px;
    height: 2px;
    position: absolute;
    top: 25px;
    left: 12px;
    content: "";
    background-color: #fff;
    -webkit-transition: .4s .1s;
    -o-transition: .4s .1s;
    transition: .4s .1s;
}

.burger__button span:first-child {
    top: 17px;
    -webkit-transition: top .3s .3s ease, -webkit-transform .3s cubic-bezier(0, 0, 1, 1);
    transition: top .3s .3s ease, -webkit-transform .3s cubic-bezier(0, 0, 1, 1);
    -o-transition: top .3s .3s ease, transform .3s cubic-bezier(0, 0, 1, 1);
    transition: top .3s .3s ease, transform .3s cubic-bezier(0, 0, 1, 1);
    transition: top .3s .3s ease, transform .3s cubic-bezier(0, 0, 1, 1), -webkit-transform .3s cubic-bezier(0, 0, 1, 1);
}

.burger__button span:last-child {
    top: 33px;
    -webkit-transition: top .3s .3s ease, -webkit-transform .3s cubic-bezier(0, 0, 1, 1);
    transition: top .3s .3s ease, -webkit-transform .3s cubic-bezier(0, 0, 1, 1);
    -o-transition: top .3s .3s ease, transform .3s cubic-bezier(0, 0, 1, 1);
    transition: top .3s .3s ease, transform .3s cubic-bezier(0, 0, 1, 1);
    transition: top .3s .3s ease, transform .3s cubic-bezier(0, 0, 1, 1), -webkit-transform .3s cubic-bezier(0, 0, 1, 1);
}

.burger.active .burger__button span:first-child {
    top: 25px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: top .3s ease, -webkit-transform .3s .3s cubic-bezier(0, 0, 1, 1);
    transition: top .3s ease, -webkit-transform .3s .3s cubic-bezier(0, 0, 1, 1);
    -o-transition: top .3s ease, transform .3s .3s cubic-bezier(0, 0, 1, 1);
    transition: top .3s ease, transform .3s .3s cubic-bezier(0, 0, 1, 1);
    transition: top .3s ease, transform .3s .3s cubic-bezier(0, 0, 1, 1), -webkit-transform .3s .3s cubic-bezier(0, 0, 1, 1);
}

.burger.active .burger__button span:nth-child(2) {
    background-color: rgba(255, 255, 255, 0);
}

.burger.active .burger__button span:last-child {
    top: 25px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: top .3s ease, -webkit-transform .3s .3s cubic-bezier(0, 0, 1, 1);
    transition: top .3s ease, -webkit-transform .3s .3s cubic-bezier(0, 0, 1, 1);
    -o-transition: top .3s ease, transform .3s .3s cubic-bezier(0, 0, 1, 1);
    transition: top .3s ease, transform .3s .3s cubic-bezier(0, 0, 1, 1);
    transition: top .3s ease, transform .3s .3s cubic-bezier(0, 0, 1, 1), -webkit-transform .3s .3s cubic-bezier(0, 0, 1, 1);
}

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

.header-upper {
    max-width: 395px;
    width: 100%;
    padding-top: 16px;
}

.header-upper .flex:first-child a:last-child {
    font-size: 13px;
}

.header-upper:last-child .header-lower {
    display: flex;
    justify-content: flex-end;
}

.header-lower {
    padding-top: 28px;
}

.header-center {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.logo {
    text-align: center;
    padding-right: 0;
    padding-top: 14px;
}

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

.login {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 0;
    min-height: 19px;
}

.basket {
    padding-left: 22px;
}

.basket a {
    position: relative;
    padding-right: 0;
}

.basket a .basket__summ {
    padding-left: 38px;
}

.basket-image {
    position: absolute;
    bottom: -5px;
    width: 24px;
    height: 24px;
    padding: 3px;
    background-color: #f4f4f4;
    border-radius: 50px;
}

.basket-image .number {
    position: absolute;
    width: 14px;
    height: 14px;
    line-height: 14px;
    padding: 0;
    text-align: center;
    top: -5px;
    right: -5px;
    font-size: 8px;
    background-color: #e9182a;
    border-radius: 50px;
    color: #fff;
}

.substrate {
    padding: 11px 54px 10px;
    background-color: #303539;
    border-radius: 0 0 30px 30px;
}

.substrate-text {
    font-size: 13px;
    font-weight: 300;
    color: #bcbec0;
}

.login {
    padding-right: 0;
}

.login a {
    padding: 0 5px;
}

.login a:last-child {
    padding-right: 0;
}

section:first-child {
    background-color: #f4f4f4;
}

.main__title {
    padding-top: 190px;
    max-width: 580px;
    margin: 0 auto;
    padding-bottom: 46px;
}

.list {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 14px;
    padding-bottom: 6px;
}

.list a:last-child {
    padding-right: 0;
}

.list-hover {
    position: relative;
    height: 100%;
    width: 100%;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}

.list-hover-content {
    position: absolute;
    width: 100%;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    bottom: -30px;
}

.list-hover-content svg {
    margin-right: 0;
}

.list-hover span {
    font-size: 20px;
    color: #fff;
    font-weight: 300;
}

.list-item {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    width: 270px;
    height: 360px;
}

.list-item img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.list-item:hover .list-hover {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.35)));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
}

.list-item:hover .list-hover-content {
    bottom: 30px;
}

.assortment {
    padding-top: 24px;
}

.assortment-box {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fafbf9;
    max-width: 786px;
    height: 200px;
    width: 100%;
    padding: 36px 75px;
    margin: 0 auto;
    border-radius: 5px;
    -webkit-box-shadow: 0px 5px 25px rgba(0, 0, 0, .1);
    box-shadow: 0px 5px 25px rgba(0, 0, 0, .1);
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

.assortment-box h3 {
    padding-right: 80px;
    text-align: center;
}

.assortment-list {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.assortment-item {
    text-align: center;
}

.assortment-item-image {
    width: 100px;
    height: 100px;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    border-radius: 50px;
    margin-bottom: 10px;
    padding-right: 0;
}

.assortment-item-image img {
    max-width: 100%;
    height: auto;
    flex: 0 0 auto;
}

.assortment-item:first-child {
    margin-right: 50px;
}

.best {
    padding-top: 100px;
    overflow: hidden;
}

.best__title {
    text-align: center;
    padding-bottom: 30px;
}

.best-list {
    position: relative;
    padding-bottom: 25px;
}

.best-swiper {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto !important;
}

.catalog-item-info__hidden-info {
    display: none;
    padding-top: 0 !important;
}

.catalog-item-info-toggler {
    position: relative;
    outline: none;
    border: none;
    background: none;
    cursor: pointer;
    padding: 0;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #E9182A;
    cursor: pointer;
}

.catalog-item-info-toggler:before,
.catalog-item-info-toggler:after {
    position: absolute;
    display: block;
    content: "";
    width: 60%;
    height: 2px;
    border-radius: 5px;
    background: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.catalog-item-info-toggler:after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.catalog-item.catalog-item_info-visible .catalog-item-info-toggler:after,
.best-slide.catalog-item_info-visible .catalog-item-info-toggler:after {
    display: none;
}

.catalog-item.catalog-item_info-visible .catalog-item-info__hidden-info,
.best-slide.catalog-item_info-visible .catalog-item-info__hidden-info{
    display: block;
}

.best-slide {
    border-radius: 5px;
    overflow: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fafbf9;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    /* min-height: 430px; */
    height: auto !important;
    display: flex;
}

.best-slide:hover {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, .1);
    box-shadow: 0px 0px 25px rgba(0, 0, 0, .1);
}

.best-slide a {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    padding-right: 0;
    height: auto;
}

.best-slide .title {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 0;
}

.best-slide .title span {
    padding-top: 0;
    width: 17px;
    height: 17px;
    display: block;
    border-radius: 50px;
    flex: 0 0 auto;
    margin-top: 4px;
}

.best-slide-info {
    padding: 5px 15px 10px;
}

.best-slide-info * {
    padding-top: 5px;
}

.best-slide-info h3 {
    font-size: 15px;
    line-height: 18px;
    white-space: normal !important;
    height: 72px;
    line-height: 24px;
    overflow: hidden;
}

.best-slide:hover {
    background: #fff;
}

.best-slide-price {
    padding: 13px 15px;
    position: relative;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: auto;
}

.best-slide-price svg {
    margin-right: 0;
}

.best-slide-price span {
    font-size: 10px;
    padding-left: 2px;
}

.best-slide-price p {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.best-slide-price:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    top: 0;
    left: 0;
    background-color: #eaeaea;
}

.swiper-scrollbar {
    width: 580px !important;
    left: 50% !important;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    height: 10px !important;
    background-color: rgba(213, 213, 213, .5);
}

.swiper-scrollbar-drag {
    background-color: #e9182a;
}

.company {
    padding-top: 116px;
}

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

.company-images {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    max-width: 560px;
    height: 528px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.company-images-big {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 244px;
    border-radius: 5px;
}

.company-images-big img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -o-object-fit: cover;
    object-fit: cover;
}

.company-images-small {
    max-width: 280px;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    height: 264px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.company-images-small:last-child {
    max-width: 260px;
}

.company-images-small img {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -o-object-fit: cover;
    object-fit: cover;
}

.company-info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 40px;
}

.company-info-descr {
    padding-top: 20px;
}

.company-info-descr p {
    line-height: 24px;
}

.company-info-descr p:last-child {
    padding-top: 35px;
}

.company-info-list {
    padding-top: 40px;
}

.company-info-list h3 {
    padding-bottom: 20px;
}

.company-info-list ul li:last-child .company-info-block {
    padding-bottom: 0;
}

.company-info-block {
    padding-bottom: 22px;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.company-info-block svg {
    margin-right: 25px;
}

.company-info-block p {
    max-width: 340px;
    color: #414042;
}

.coop {
    padding-top: 180px;
}

.coop__title {
    text-align: center;
}

.coop-list {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 30px;
    max-width: 940px;
    margin: 0 auto;
}

.coop-list span {
    padding-top: 150px;
}

.coop-item {
    max-width: 280px;
}

.coop-image {
    width: 100%;
    height: 322px;
    background-color: #fafafa;
    border-radius: 5px;
    position: relative;
}

.coop-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -o-object-fit: contain;
    object-fit: contain;
}

.coop-info {
    padding-top: 22px;
}

.coop-info h3 {
    color: #e9182a;
    padding-bottom: 10px;
}

.footer-upper {
    padding-top: 150px;
    padding-bottom: 15px;
}

.footer-upper__container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer-upper__container a {
    padding-right: 0;
}

.footer-upper__container a svg {
    margin-right: 0;
}

.footer-upper__container a:last-child svg {
    margin-left: 5px;
}

.footer-upper img {
    width: 128px;
}

.footer-lower {
    padding-top: 27px;
    background-color: #fafbf9;
}

.footer-form {
    padding-bottom: 35px;
}

.footer-item:nth-child(2n-2) {
    margin-left: 10px;
}

.footer-item h3 {
    font-size: 15px;
    padding-bottom: 10px;
}

.footer-item p {
    font-size: 13px;
    max-width: 220px;
    line-height: 20px;
}

.footer-item a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer-item a svg {
    margin-right: 5px;
}

.footer-item-send {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-top: 10px;
}

.footer-item-send span {
    width: 250px;
    height: 38px;
    display: block;
    border: 1px solid #eaeaea;
    margin-right: 10px;
    border-radius: 3px;
    background-color: #fff;
}

.footer-item-send span input, #mailpoet_form_1 .mailpoet_text{
    border: none !important;
    padding: 11px 14px !important;
    font-family: "e_Ukraine";
    color: #bcbec0;
    font-weight: 300;
    font-size: 13px;
    margin-left: 2px;
    width: calc(100% - 2px) !important;
    box-sizing: border-box;
    border:1px solid #eaeaea !important;
}

.footer-item-send button, #mailpoet_form_1 .mailpoet_submit {
    width: 150px !important;
    padding: 12px 0 !important;
    background-color: #e9182a;
    border: none;
    border-radius: 3px;
    color: #fff;
    font-family: "e_Ukraine";
    font-weight: 400;
    font-size: 13px;
    cursor: pointer;
}

.footer-form {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer-info {
    padding: 15px 0 28px;
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer-info:before {
    top: 0;
    left: 0;
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #eaeaea;
}

.footer-info-item {
    max-width: 270px;
}

.footer-info-item:last-child {
    max-width: 580px;
}

.footer-info-item * {
    font-size: 13px;
    font-weight: 300;
}

.footer-info-item .grey {
    color: #bcbec0;
    padding-top: 10px;
}

.footer-button {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    cursor: pointer;
    padding-top: 9px;
}

.footer-button h4 {
    font-size: 13px;
    padding-top: 5px;
    line-height: 19.5px;
}

.footer-combined {
    max-width: 470px;
    width: 100%;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.best-slide-image {
    width: 100%;
}

.best-slide-image img {
    width: 100%;
    height: auto;
    display: block;
}

@media(max-width: 1270px) {
    .container {
        max-width: 970px;
    }

    .substrate-text {
        font-size: 12px;
    }

    a {
        font-size: 12px !important;
    }

    .list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .list-item {
        width: 220px;
        height: 300px;
    }

    .company-images-small {
        max-width: 220px;
    }

    h1 {
        font-size: 35px;
    }

    h2 {
        font-size: 30px;
    }

    p {
        font-size: 14px;
    }

    .footer-combined {
        max-width: 400px;
    }

    .footer-form .footer-item {
        margin-left: 0;
    }

    .header-upper {
        max-width: none;
        width: auto;
    }
}

@media(max-width: 1000px) {
    .container {
        max-width: 768px;
    }

    .best-slide-image {
        width: 100%
    }

    .best-slide-image img {
        width: 100%
    }

    .footer-combined {
        max-width: 340px;
    }

    .company,
    .best,
    .coop,
    .footer-upper {
        padding-top: 100px;
    }

    .footer-item h3 {
        font-size: 12px;
    }

    .footer-item p {
        font-size: 11px;
    }

    .footer-item-send span {
        width: 200px;
    }

    .footer-item-send span input {
        padding: 11px 8px;
    }

    .footer-item-send button, #mailpoet_form_1 .mailpoet_submit {
        width: 120px;
    }

    .footer-item svg {
        width: 25px;
        height: 25px;
    }

    .footer-info-item {
        padding-right: 10px;
    }

    .footer-info-item h4 {
        font-size: 12px;
    }

    .footer-info-item p {
        font-size: 10px;
    }

    .company-info-list {
        padding-bottom: 30px;
    }

    .company-info-list h3 {
        text-align: center;
    }

    .company-info-list .company-info-block {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .main__title {
        padding-top: 150px;
    }

    .best-list {
        padding-bottom: 20px;
    }

    .list-item {
        width: 270px;
        height: 360px;
    }

    .list {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .list a {
        padding-bottom: 20px;
    }

    .company-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .company-images {
        max-width: 560px;
        width: 100%;
        margin: 0 auto;
    }

    .company-images-small {
        margin-top: 20px;
        max-width: 260px;
    }

    a {
        font-size: 10px;
        padding-right: 5px;
    }

    a svg {
        margin-right: 5px;
    }

    .substrate-text {
        font-size: 10px;
    }

    .basket {
        padding-left: 0px;
        padding-right: 5px;
    }

    .basket-image {
        bottom: -10px;
    }

    .login {
        padding-right: 0;
    }

    .coop-image img {
        width: 85%
    }

    .coop-item {
        max-width: 230px;
    }
}

@media(max-width: 770px) {
    .container {
        max-width: none;
    }

    .footer-combined {
        max-width: none;
    }
}

@media(max-width: 600px) {
    .header-upper {
        display: none;
    }

    .header__container {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .substrate {
        display: none;
    }

    .logo {
        padding-top: 20px;
    }

    .burger {
        display: block;
    }
}

@media(max-width: 610px) {
    .assortment-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 300px;
        width: 90%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .assortment__title {
        text-align: center;
    }

    .assortment__title h3 {
        padding-right: 0;
    }

    .assortment-list {
        padding-top: 20px;
    }

    .swiper-scrollbar {
        width: 300px !important;
    }

    .best-slide-price p {
        font-size: 12px;
    }

    .best-slide-price p span {
        font-size: 10px;
    }

    h1 {
        font-size: 28px;
    }

    h2 {
        font-size: 20px;
    }

    .coop,
    .company,
    .best,
    .footer-upper {
        padding-top: 50px;
    }

    .main__title {
        padding-top: 120px;
    }

    .footer-item-send {
        padding-top: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer-item-send button, #mailpoet_form_1 .mailpoet_submit {
        margin-top: 10px;
        width: 100%
    }

    .footer-item-send span {
        width: 100%
    }

    .footer-item {
        width: 250px;
        padding-bottom: 20px;
    }

    .footer-item h3 {
        text-align: center;
    }

    .footer-item p {
        text-align: center;
        max-width: none;
        padding-top: 0;
    }

    .footer-item a {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .footer-form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .footer-upper {
        padding-left: 10px;
        padding-right: 10px;
    }

    .footer-combined {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .company-info {
        padding: 0 10px;
    }

    .company-images {
        max-width: 350px;
    }

    .company-images-small {
        max-width: 160px;
        height: 160px;
    }

    .company-images-small img {
        -webkit-transform: translate(-50%, -35%);
        -ms-transform: translate(-50%, -35%);
        transform: translate(-50%, -35%);
    }

    .footer-info {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 0;
    }

    .footer-info * {
        padding-right: 0;
        padding-top: 10px;
    }

    .footer-info * h4 {
        padding-top: 10px;
    }

    .footer-info * .grey {
        padding-top: 5px;
    }

    .footer-info * .grey p {
        padding-top: 0;
    }

    .coop-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .coop-list span {
        display: none;
    }

    .coop-info {
        padding-top: 10px;
        padding-bottom: 20px;
    }
}