@charset "utf-8";

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.added {
    background: #d25541;
    border: 1px solid #d25541;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.added .tick {
    display:block;
}

.added .cart-icon {
    display: none;
}

.cart-icon {
    animation: grow 0.4s forwards;
    -webkit-animation: grow 0.4s forwards;
    animation-delay: 0.2;
}

.tick {
    animation: grow 0.4s forwards;
    -webkit-animation: grow 0.4s forwards;
    display:none;
    animation-delay: 0.2;
}

@-webkit-keyframes grow {
    0% {
        -webkit-transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
    }
}
@keyframes grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.sticky {
    position: fixed;
    z-index: 11;
    top: 0;
    width: 100%;
    border-bottom: 1px solid rgba(235,235,235,0.8);
}
/*.week-offer-image {
    position: absolute;
    left:-10000%; right: -10000%;
    top: -10000%; bottom: -10000%;
    margin: auto auto;
    min-width: 1000%;
    min-height: 1000%;
    -webkit-transform:scale(0.1);
    transform: scale(0.1);

}*/
.product-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.f-error{
    margin: 10px 0;
    font-size: 16px;
    text-align: center;
    background: #ffc1bf;
    font-weight: bold;
    padding: 10px;
    border-radius: 5px;
    color: #94403e;
}

/* Firefox */
input[type=number] {
    -moz-appearance:textfield;
}
.preloader{
    position: absolute;
    width: 100%;
    left:0;
    top: 0;
    background: #eee;
    opacity: .5;
    background-position: center;
    height: 100%;
    z-index: 2;
    cursor: wait;
    display: block;
    background-size: 200px;
    background-repeat: no-repeat;
    background-image: url('../img/file.svg');
}
.mfp-value-link{
    display: block;
}
.mfilter-selected-filters{
    display: none!important;
}
.mfp-value-link::first-letter{
    text-transform: uppercase;
}

.bloom__card-info-one-click{
    display: none!important;
}
* {
    outline: 0 !important;
}
button:disabled{
    cursor: not-allowed;
    opacity: .4;
}
img {
    vertical-align: bottom;
    border: 0;
}
html,
body {
    background: #e6e7e7;
    font-family: 'ProximaNova-Light';
    font-size: 16px;
    line-height: 24px;
}
a,
button {
    text-decoration: none;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
a:hover,
a:focus,
a:active {
    color: #ea6e5a;
    text-decoration: none;
}
p {
    margin-bottom: 0;
}
h2 {
    margin-bottom: 30px;
    font-family: 'GothamPro-Light';
    font-size: 36px;
    line-height: 36px;
    color: #000;
}
label {
    margin-bottom: 0;
}

.container-fluid {
    max-width: 1720px;
    height: 100%;
    padding-left: 40px;
    padding-right: 40px;
}
.container-fluid--big {
    max-width: 1820px;
}
.row {
    height: 100%;
}
.row-no-height {
    height: auto;
}
.total_sale_link{
    border-bottom: 1px dotted #000;
    color: #212529;
}
.total_sale_link:hover{
    border-bottom: 1px dotted #ea6e5a;
    color: #ea6e5a;
}
/* lib */
.bloom__button {
    padding: 0 20px;
    font-family: 'GothamPro-Bold';
    text-transform: uppercase;
}
.bloom__button-line span + span {
    margin-left: 10px;
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.bloom__button svg {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.bloom__button__svg-after svg {
    margin-left: 10px;
}

.bloom__button--style1 {
    background: #ea6e5a;
    border: 1px solid #ea6e5a;
    color: #fff !important;
}

.bloom__button--style1:hover,
.bloom__button--style1:active {
    background: #d25541;
    /*background: rgba(255,255,255,0.5);*/
    /*color: #ea6e5a !important;*/
}
.bloom__button--style1:hover svg,
.bloom__button--style1:focus svg,
.bloom__button--style1:active svg {
    /*fill: #ea6e5a;*/
}
.bloom__button--style1.bloom__button-line span + span {
    border-left: 1px solid #fff;
}
.bloom__button--style1.bloom__button-line:hover span + span,
.bloom__button--style1.bloom__button-line:focus span + span,
.bloom__button--style1.bloom__button-line:active span + span {
    border-left: 1px solid #fff;
}

.bloom__button--style2 {
    background: transparent;
    border: 1px solid #af1f24;
    color: #af1f24 !important;
}
.bloom__button--style2 svg {
    fill: #af1f24;
}
.bloom__button--style2:hover,
.bloom__button--style2:focus,
.bloom__button--style2:active {
    background: #af1f24;
    color: #fff !important;
}
.bloom__button--style2:hover svg,
.bloom__button--style2:focus svg,
.bloom__button--style2:active svg {
    fill: #fff !important;
}

.bloom__button--style3 {
    background: #9b9b9a;
    border: 1px solid #9b9b9a;
    color: #fff !important;
}
.bloom__button--style3 svg {
    fill: #fff;
}
.bloom__button--style3:hover,
.bloom__button--style3:focus,
.bloom__button--style3:active {
    background: transparent;
    color: #9b9b9a !important;
}
.bloom__button--style3:hover svg,
.bloom__button--style3:focus svg,
.bloom__button--style3:active svg {
    fill: #9b9b9a;
}
.bloom__button--style3.bloom__button-line span + span {
    border-left: 1px solid #fff;
}
.bloom__button--style3.bloom__button-line:hover span + span,
.bloom__button--style3.bloom__button-line:focus span + span,
.bloom__button--style3.bloom__button-line:active span + span {
    border-left: 1px solid #9b9b9a;
}

.bloom__button--style4 {
    font-family: 'GothamPro-Light';
    background: transparent;
    border: 1px solid #000;
    color: #000 !important;
}
.bloom__button--style4 svg {
    fill: #000;
}
.bloom__button--style4:hover,
.bloom__button--style4:focus,
.bloom__button--style4:active {
    background: #000;
    color: #fff !important;
}
.bloom__button--style4:hover svg,
.bloom__button--style4:focus svg,
.bloom__button--style4:active svg {
    fill: #fff;
}

.bloom__button--style5 {
    background: #fff;
    border: 1px solid #fff;
    color: #000 !important;
}
.bloom__button--style5:hover,
.bloom__button--style5:focus,
.bloom__button--style5:active {
    background: #ea6e5a;
    border: 1px solid #ea6e5a;
    color: #fff !important;
}

.bloom__button--style6 {
    font-family: 'GothamPro-Light';
    background: transparent;
    border: 1px solid #ea6e5a;
    color: #ea6e5a !important;
}
.bloom__button--style6:hover,
.bloom__button--style6:focus,
.bloom__button--style6:active {
    background: #ea6e5a;
    color: #fff !important;
}

.bloom__button--monster {
    height: 70px;
    padding: 0 50px;
    border-radius: 35px;
    font-size: 18px;
    line-height: 18px;
}
.bloom__button--big {
    height: 42px;
    border-radius: 21px;
    font-size: 14px;
    line-height: 14px;
}
.bloom__button--small {
    height: 32px;
    border-radius: 17px;
    font-size: 12px;
    line-height: 12px;
}

.animate-item {
    opacity: 0;
    bottom: -15px;
    position: relative;
}


ol.bloom__list {
    list-style-type: none;
    counter-reset: num;
    margin: 20px 0;
    padding: 0;
}
ol.bloom__list li::before {
    content: counter(num) '. ';
    counter-increment: num;
    font-family: 'ProximaNova-Bold';
    font-size: 16px;
    line-height: 26px;
}




/* mobile menu */
.swiper-container--menu-scroll {
    width: 100%;
    height: auto;
    padding-right: 30px;
}

.swiper-container--menu-scroll .swiper-slide {
    height: auto !important;
}
.bloom__mobile-menu-content {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 100%;
}
.topping__info-mobile-menu-trigger {
    width: 150px;
    height: 24px;
    border-left: 1px solid #9b9b9a;
    cursor: pointer;
}
.topping__info-mobile-menu-trigger-text {
    font-family: 'GothamPro-Bold';
    font-size: 14px;
    line-height: 14px;
    color: #9b9b9a;
    text-transform: uppercase;
}
.topping__info-mobile-menu-trigger-ico {
    margin-left: 10px;
}
.topping__info-mobile-menu-trigger-ico svg {
    width: 18px;
    height: auto;
    fill: #9b9b9a;
}

.bloom__mobile-menu {
    display: none;
    height: 1px;
    min-height: 100vh;
    padding-right: calc((100vw - 1720px) / 2);
    padding-left: 65px;
    background: #fff;
    -webkit-box-shadow: -10px 0px 21px 0px rgba(0, 0, 0, 0.19);
    box-shadow: -10px 0px 21px 0px rgba(0, 0, 0, 0.19);
    position: fixed;
    right: -100%;
    top: 0;
    z-index: 2100;
}

.bloom__mobile-menu .topping__info-language {
    display: none;
}

.bloom__mobile-menu-wrap {
    width: 350px;
    height: 100%;
    margin-right: 15px;
}
.bloom__mobile-menu-top {
    height: 76px;
    min-height: 76px;
    border-bottom: 1px solid #e6e7e7;
}
.bloom__mobile-menu-close {
    cursor: pointer;
}
.bloom__mobile-menu-close-text {
    font-family: 'GothamPro-Bold';
    font-size: 14px;
    line-height: 14px;
    color: #9b9b9a;
    text-transform: uppercase;
}
.bloom__mobile-menu-close-ico {
    margin-left: 14px;
    line-height: 0;
}
.bloom__mobile-menu-close-ico svg {
    fill: #9b9b9a;
}

.bloom__mobile-menu-content {
    overflow: hidden;
    padding: 30px 0;
}
.bloom__mobile-menu-item {
    margin-bottom: 30px;
}
.bloom__mobile-menu-item a {
    padding-top: 10px;
    font-family: 'GothamPro-Bold';
    font-size: 16px;
    line-height: 16px;
    color: #000;
    text-transform: uppercase;
    position: relative;
}
.bloom__mobile-menu-item a:hover,
.bloom__mobile-menu-item a:focus,
.bloom__mobile-menu-item a:active {
    color: #ea6e5a;
}
.bloom__mobile-menu-item a:before {
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.bloom__mobile-menu-item a:hover:before,
.bloom__mobile-menu-item a:active:before,
.bloom__mobile-menu-item a:focus:before {
    background: #ea6e5a;
}
.bloom__mobile-menu-drop {
    margin-bottom: 30px;
}
.bloom__mobile-menu-drop:last-child {
    margin-bottom: 0;
}
.bloom__mobile-menu-drop-header {
    padding-top: 10px;
    font-family: 'GothamPro-Bold';
    font-size: 16px;
    line-height: 16px;
    color: #000;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
}
.bloom__mobile-menu-drop-header:before {
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.bloom__mobile-menu-drop--open .bloom__mobile-menu-drop-header:before {
    width: 100%;
}
.bloom__mobile-menu-drop-header span + span {
    margin-left: 15px;
    font-size: 0;
    line-height: 0;
}
.bloom__mobile-menu-drop-content {
    display: none;
}
.bloom__mobile-menu-drop-item {
    margin-top: 30px;
}
.bloom__mobile-menu-drop-item a {
    font-family: 'GothamPro-Light';
    font-size: 14px;
    line-height: 14px;
    color: #7b8084;
    text-transform: uppercase;
}



/* structure */
.bloom__fog {
    display: none;
    opacity: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.75);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2000;
}
.bloom__structure {
    min-height: 100vh;
    overflow: hidden;
}



/* topping */
.topping {
    height: 110px;
    background: #fff;
    position: relative;
    z-index: 100;
}
.topping__logo-img {
    padding-bottom: 5px;
}
.topping__logo-text {
    margin-left: 20px;
    padding: 5px 0 5px 20px;
    border-left: 1px solid #7b8084;
    font-family: 'GothamPro-Light';
    font-size: 16px;
    line-height: 18px;
    color: #231f20;
}

.topping__info {
    margin-bottom: 20px;
}
.topping__info-phone {
    margin-right: 20px;
    font-family: 'GothamPro-Bold';
    font-size: 14px;
    line-height: 28px;
    color: #ea6e5a;
}
.topping__info-phone a,
a.topping__info-phone {
    color: #ea6e5a;
}

.topping__info-currency {
    width: 100px;
    height: 24px;
    border-left: 1px solid #9b9b9a;
    position: relative;
}
.topping__info-currency-view {
    position: relative;
    z-index: 10;
    cursor: pointer;
}
.topping__info-currency-view-block {
    width: 40px;
}
.topping__info-currency-view-text {
    width: 100%;
    height: 24px;
    padding: 0;
    border: none;
    background: transparent;
    font-family: 'GothamPro-Bold';
    font-size: 12px;
    line-height: 24px;
    color: #9b9b9a;
    text-transform: uppercase;
    cursor: pointer;
}
.topping__info-currency-view-arrow {
    margin-left: 5px;
}
.topping__info-currency-view-arrow svg {
    fill: #9b9b9a;
}
.topping__info-currency-content {
    display: none;
    width: calc(100% + 2px);
    height: 110px;
    padding-top: 24px;
    background: #fff;
    -webkit-box-shadow: 0px 10px 21px 0px rgba(0, 0, 0, 0.19);
    box-shadow: 0px 10px 21px 0px rgba(0, 0, 0, 0.19);
    position: absolute;
    left: -1px;
    top: -26px;
    z-index: 10;
    overflow: hidden;
}
.topping__info-currency-item {
    height: 28px;
    padding-right: 12px;
    font-family: 'GothamPro-Bold';
    font-size: 12px;
    line-height: 28px;
    color: #9b9b9a;
    text-transform: uppercase;
    cursor: pointer;
}
.topping__info-language {
    width: 100px;
    height: 24px;
    border-left: 1px solid #9b9b9a;
    position: relative;
}
.topping__info-language-view {
    position: relative;
    z-index: 10;
    cursor: pointer;
}
.topping__info-language-view-block {
    width: 40px;
}
.topping__info-language-view-text {
    width: 100%;
    height: 24px;
    padding: 0;
    border: none;
    background: transparent;
    font-family: 'GothamPro-Bold';
    font-size: 12px;
    line-height: 24px;
    color: #9b9b9a;
    text-transform: uppercase;
    cursor: pointer;
}
.topping__info-language-view-arrow {
    margin-left: 5px;
}
.topping__info-language-view-arrow svg {
    fill: #9b9b9a;
}
.topping__info-language-content {
    display: none;
    width: calc(100% + 2px);
    height: 110px;
    padding-top: 24px;
    background: #fff;
    -webkit-box-shadow: 0px 10px 21px 0px rgba(0, 0, 0, 0.19);
    box-shadow: 0px 10px 21px 0px rgba(0, 0, 0, 0.19);
    position: absolute;
    left: -1px;
    top: -26px;
    z-index: 10;
    overflow: hidden;
}
.topping__info-language-item {
    height: 28px;
    padding-right: 12px;
    font-family: 'GothamPro-Bold';
    font-size: 12px;
    line-height: 28px;
    color: #9b9b9a;
    text-transform: uppercase;
    cursor: pointer;
}
.topping__info-cart {
    width: 100px;
    height: 24px;
    border-left: 1px solid #9b9b9a;
    position: relative;
}
.topping__info-cart-wrap {
    position: relative;
    top: -25px;
    z-index: 3;
    overflow: hidden;
}
.topping__info-cart--open .topping__info-cart-wrap {
    margin-left: -22px;
    margin-right: -22px;
    padding-left: 21px;
    padding-right: 21px;
}
.topping__info-cart-view {
    padding-top: 25px;
    padding-bottom: 10px;
    background: #fff;
    cursor: pointer;
}
.topping__info-cart--open .topping__info-cart-view {
    -webkit-box-shadow: 0px 10px 21px 0px rgba(0, 0, 0, 0.19);
    box-shadow: 0px 10px 21px 0px rgba(0, 0, 0, 0.19);
}
.topping__info-cart-view-text:empty {
    display: none;
}
.topping__info-cart-view-text {
    margin-left: 4px;
    font-size: 13px;
    line-height: 13px;
    border-radius: 10rem;
    display: inline-block;
    padding: .25em .6em;
    text-align: center;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    font-weight: 700;
    color: #fff;
    background-color: #ea6e5a;
    white-space: nowrap;
    vertical-align: baseline;
}

.topping__info-cart-content {
    display: none;
    width: 100%;
    min-width: 350px;
    padding: 5px 5px 5px 15px;
    background: #fff;
    -webkit-box-shadow: 0px 10px 21px 0px rgba(0, 0, 0, 0.19);
    box-shadow: 0px 10px 21px 0px rgba(0, 0, 0, 0.19);
    position: absolute;
    right: 0;
    top: calc(100% + 10px);
    z-index: 2;
}
.swiper-container--cart-scroll,
.swiper-container--cart-scroll-mobile {
    width: 100%;
    height: auto;
    max-height: 250px;
    padding-right: 15px;
}
.swiper-container--cart-scroll .swiper-slide,
.swiper-container--cart-scroll-mobile .swiper-slide {
    height: auto !important;
}
.topping__info-cart-scroll {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 250px;
}
.topping__info-cart-item {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e6e7e7;
}
.topping__info-cart-item-img {
    width: 70px;
    height: 70px;
    margin-right: 15px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #e6e7e7;
}
.topping__info-cart-item-name {
    margin-bottom: 10px;
    font-family: 'GothamPro-Bold';
    font-size: 16px;
    line-height: 16px;
    color: #000;
}
.topping__info-cart-item-price {
    margin: 0 5px;
    font-family: 'GothamPro-Bold';
    font-size: 16px;
    line-height: 16px;
    color: #000;
}
.topping__info-cart-item-del svg {
    fill: #9b9b9a;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.topping__info-cart-item-del:hover svg {
    fill: #ea6e5a;
}
.topping__info-cart-cntrl {
    padding: 10px 10px 10px 0;
}
.topping__info-cart-cntrl-continue {
    font-family: 'GothamPro-Bold';
    font-size: 12px;
    line-height: 20px;
    color: #000;
    text-transform: uppercase;
    text-decoration: underline;
}
.topping__info-cart-cntrl-continue:hover,
.topping__info-cart-cntrl-continue:active,
.topping__info-cart-cntrl-continue:focus {
    text-decoration: underline;
}

.topping__menu {
    width: 760px;
}

.topping__menu-item {
    position: relative;
}

.topping__menu-item-link {
    font-family: 'GothamPro-Black';
    font-size: 14px;
    line-height: 14px;
    color: #000;
    text-transform: uppercase;
}

.topping__menu-item-link:hover::after, .topping__menu-item-link.hover::after {
    /*display: block;*/
    left: 50%;
    opacity: 1;
    -webkit-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}
.topping__menu-item-link::after {
    content: '';
    position: absolute;
    opacity: 0;
    left: 50%;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 10px solid #ea6e5a;
    background-color: transparent;
    top: 30px;
    z-index: 2;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
}

.topping__menu-item-link:hover + .topping__menu-children, .topping__menu-children:hover {
    /*display: block;*/
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
}

.topping__menu-children {
    /*display: none;*/
    visibility: hidden;
    opacity: 0;
    background: #ffffff;
    position: absolute;
    width: 230px;
    text-align: left;
    margin: 0;
    top: 45px;
    left: -15px;
    padding: 10px 20px 10px 15px;
    list-style-type: none;
    -webkit-box-shadow: 0px 10px 21px 0px rgba(0, 0, 0, 0.19);
    box-shadow: 0px 10px 21px 0px rgba(0, 0, 0, 0.19);
    -webkit-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}

.topping__menu-item:last-child .topping__menu-children {
    left: -150px;
}

.topping__menu-children-item a {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 16px;
    color: #040707;
}

.topping__menu-children-item a:hover {
    color: #ea6e5a;
    text-decoration: none;
}

.topping__menu-children-item a.show-more {
    font-family: 'GothamPro-Bold';
    color: #ea6e5a;
    text-decoration: none;
}

.topping__menu-children-item a.show-more svg {
    fill: #ea6e5a;
    margin-left: 10px;
}

.topping__menu-item-link.active {
    color: #ea6e5a;
}
/* more-less */
.bloom__moreless {
    width: 70px;
}
.bloom__more,
.bloom__less {
    width: 20px;
    height: 20px;
    border: 1px solid #9b9b9a;
    border-radius: 100%;
    font-family: 'themify';
    font-size: 10px;
    line-height: 15px;
    color: #9b9b9a;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}
.bloom__more {
    font-size: 20px;
    line-height: 12px;
}
.bloom__moreless-input {
    width: 100%;
    height: 20px;
    border: none;
    background: transparent;
    border-bottom: 1px solid #9b9b9a;
    font-family: 'GothamPro-Light';
    font-size: 14px;
    line-height: 14px;
    color: #9b9b9a;
}

/* footer T0D0: subscribe */
.footer {
    margin-top: 80px;
}
.footer .topping__logo {
    margin-right: 60px;
}
.footer .topping__logo-img {
    width: 130px;
}
.footer__top {
    padding: 0 40px;
}
.footer__top .container-fluid {
    max-width: 1690px;
    width: auto;
    padding-left: 0;
    padding-right: 0;
    padding-top: 40px;
    padding-bottom: 40px;
    border-top: 1px solid #fff;
}
.footer__link-item {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 16px;
    color: #040707;
}
.footer__social-link {
    margin-left: 5px;
    line-height: 16px;
    display: inline-block;
}
.footer__bottom {
    height: 50px;
    background: #fff;
}

.footer__top-text {
    max-width: 250px;
    padding-top: 15px;
}



/* main block */
.main-block {
    padding-top: 20px;
    padding-bottom: 80px;
}
.main-block__left {
    max-width: 660px;
    padding-bottom: 70px;
}
.main-block__left-header {
    margin-bottom: 20px;
    font-family: 'GothamPro-Black';
    font-size: 52px;
    line-height: 60px;
    color: #000;
    text-transform: uppercase;
}
.main-block__left-header span {
    font-family: 'GothamPro-Light';
    font-size: 35px;
}
.main-block__left-text {
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 26px;
    color: #000;
}

.main-block__right {
    height: 660px;
    position: relative;
}
.main-block__right-img {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.main-block__right-structure {
    height: 100%;
    padding: 70px 0;
    position: relative;
    z-index: 2;
}
.main-block__right-badge {
    width: 200px;
    height: 200px;
    padding-top: 10px;
    background: url('../img/pattern-img1.jpg') center center repeat;
    border-radius: 100%;
    -webkit-box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.31),0px 9px 26.39px 2.61px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.31),0px 9px 26.39px 2.61px rgba(0, 0, 0, 0.24);
}
.main-block__right-badge-name {
    padding: 0 20px;
    margin-bottom: 5px;
    font-family: 'GothamPro-Light';
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    text-transform: uppercase;
}
.main-block__right-badge-price {
    margin-bottom: 10px;
    font-family: 'GothamPro-Bold';
    font-size: 24px;
    line-height: 32px;
    color: #fff;
}
.main-block__right-badge-price span {
    font-family: 'GothamPro-Light';
}
.main-block__right-badge-old-price {
    font-family: 'GothamPro-Light';
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    text-decoration: line-through;
}
.main-block__right-badge-link{
    color: #fff;
    font-size: 14px;
    font-family: 'GothamPro-Light';
    text-decoration: underline;
}
.main-block__right-badge-link:hover{
    color: #fff;
    text-decoration: underline;
}



/* bloom search */
.bloom__search-tabs {
    margin-bottom: 40px;
}
.bloom__search-tabs-item {
    height: 42px;
    background: transparent;
    border: 1px solid #000;
    font-family: 'GothamPro-Bold';
    font-size: 16px;
    line-height: 16px;
    color: #000;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.bloom__search-tabs-item--active {
    background: #000;
    color: #fff;
}
.bloom__search-tabs .row > div:first-child .bloom__search-tabs-item {
    border-right: none;
    border-radius: 21px 0 0 21px;
}
.bloom__search-tabs .row > div:last-child .bloom__search-tabs-item {
    border-left: none;
    border-radius: 0 21px 21px 0;
}

.bloom__search-block {
    display: none;
    opacity: 0;
}
.bloom__search-block:first-child {
    display: block;
    opacity: 1;
}
.bloom__search-header {
    margin-bottom: 10px;
    font-family: 'GothamPro-Bold';
    font-size: 12px;
    line-height: 12px;
    color: #7b8084;
    text-transform: uppercase;
}
.bloom__search-header span {
    font-family: 'GothamPro-Light';
    text-transform: none;
}
.bloom__search-input {
    display: none;
}
.bloom__search-label {
    width: 30px;
    min-width: 30px;
    height: 30px;
    margin-right: 30px;
    background: transparent;
    border: 1px solid #7b8084;
    border-radius: 100%;
    font-family: 'GothamPro-Light';
    font-size: 14px;
    line-height: 14px;
    color: #7b8084;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.bloom__search-label:last-child {
    margin-right: 0;
}
.bloom__search-input:checked + .bloom__search-label {
    background: #7b8084;
    color: #fff;
}
.bloom-range {
    padding-top: 10px;
}
.bloom__search-range1 {
    opacity: 0;
}
.bloom-range .irs-line {
    height: 10px;
    background: #c7c5c5;
    border-radius: 5px;
}
.bloom-range .irs-handle {
    width: 16px;
    height: 10px;
    background: #7b8084;
    font-family: 'ProximaNova-Light';
    font-size: 14px;
    line-height: 14px;
    color: #000;
    top: 10px;
}
.bloom-range .irs-handle:after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #7b8084;
    position: absolute;
    left: calc(50% - 3px);
    bottom: -3px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.bloom-range .irs-from,
.bloom-range .irs-to,
.bloom-range .irs-single {
    top: 12px;
}

.bloom__search-footer {
    padding-top: 40px;
}
.bloom__search-footer-line {
    height: 1px;
    background: #9b9b9a;
}



/* bouquets */
.block-with-header {
    margin-left: 40px;
    margin-right: 40px;
    background: url('../img/block-header-back.png') center top no-repeat;
}
.block-header {
    margin-bottom: 20px;
    position: relative;
    top: -20px;
}
.block-header--left {
    margin-right: -15px;
}
.block-header--right {
    margin-left: -15px;
}
.block-header__text {
    width: 420px;
    padding: 60px 50px;
    background: #fff;
    -webkit-box-shadow: 0px 10px 21px 0px rgba(0, 0, 0, 0.19);
    box-shadow: 0px 10px 21px 0px rgba(0, 0, 0, 0.19);
}
.block-header__text-header {
    margin-bottom: 10px;
    font-family: 'GothamPro-Bold';
    font-size: 16px;
    line-height: 16px;
    color: #000;
    text-transform: uppercase;
}
.block-header__text-content {
    font-size: 15px;
}
.block-header__line {
    height: 1px;
    margin: 0 20px 50px 20px;
    background: #b4b4b4;
}
.block-header__main {
    margin-bottom: -15px;
    font-family: 'GothamPro-Black';
    font-size: 130px;
    line-height: 130px;
    text-transform: uppercase;
}
.block-header--left .block-header__main,
.block-header--left .block-header__main-sub {
    margin-left: 30px;
}
.block-header--right .block-header__main,
.block-header--right .block-header__main-sub {
    margin-right: 30px;
}
.block-header__main-sub {
    font-family: 'GothamPro-Light';
    font-size: 60px;
    line-height: 60px;
    text-transform: uppercase;
}
.block-header--right .block-header__main-sub {
    text-align: right;
}

.swiper-container--bouquets,
.swiper-container--flower-composition,
.swiper-container--gift-set {
    padding: 40px 40px 60px 40px;
}
.swiper-button-prev--bouquets,
.swiper-button-next--bouquets,
.swiper-button-prev--flower-composition,
.swiper-button-next--flower-composition,
.swiper-button-prev--gift-set,
.swiper-button-next--gift-set {
    width: 40px;
    height: 40px;
    background: #fff;
    -webkit-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.15),0px 3px 10px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.15),0px 3px 10px 0px rgba(0, 0, 0, 0);
    top: 240px;
    margin-top: 0;
}
.swiper-button-prev--bouquets,
.swiper-button-prev--flower-composition,
.swiper-button-prev--gift-set {
    right: auto;
    left: 10px;
}
.swiper-button-next--bouquets,
.swiper-button-next--flower-composition,
.swiper-button-next--gift-set {
    right: 10px;
    left: auto;
}
.swiper-button-prev--bouquets svg,
.swiper-button-next--bouquets svg,
.swiper-button-prev--flower-composition svg,
.swiper-button-next--flower-composition svg,
.swiper-button-prev--gift-set svg,
.swiper-button-next--gift-set svg {
    fill: #a2a2a1;
}
.swiper-button-next--bouquets svg,
.swiper-button-next--flower-composition svg,
.swiper-button-next--gift-set svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.block-more {
    margin-bottom: 80px;
}
.block-more__link {
    padding-bottom: 10px;
    font-family: 'GothamPro-Bold';
    font-size: 16px;
    line-height: 16px;
    color: #000;
    text-transform: uppercase;
    position: relative;
}
.block-more__link:after {
    content: "";
    display: block;
    width: 120px;
    height: 2px;
    background: #000;
    position: absolute;
    left: 50%;
    margin-left: -60px;
    bottom: -1px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.block-more__link:hover:after {
    background: #ea6e5a;
}



/* bloom card */

.bloom__card-img {
    height: 380px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;

}
.bloom__card-img-text {
    opacity: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.75);
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.bloom__card-img-text-wrap {
    padding: 15px 60px;
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.bloom__card-info-size {
    margin-right: 5px;
}
.bloom__card-img-text-wrap .bloom__card-info-hide-name {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.bloom__card-img-text-wrap .bloom__card-info-hide-line {
    color: #fff;
    display: block;
    font-weight: bold;
}
.bloom__card-img-text-wrap .bloom__card-info-hide-line span {
    font-weight: normal;
}
.bloom__card-img-text-wrap .bloom__card-info-hide-line:last-child {
    border-bottom: none;
}
.bloom__card-badge {
    width: 0;
    display: none;
    position: absolute;
    left: 20px;
    top: 100%;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.bloom__card-badge-line {
    height: 1px;
    margin: 0 15px;
}
.bloom__card-badge-text {
    height: 28px;
    padding: 0 15px;
    font-family: 'GothamPro-Bold';
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    text-transform: uppercase;
}
.bloom__card .bloom__search-label {
    width: 20px;
    min-width: 20px;
    height: 20px;
    margin-right: 5px;
    font-size: 12px;
    line-height: 12px;
}
.bloom__card .bloom__search-input:checked + .bloom__search-label {
    background: #889094;
    color: #fff;
}
.bloom__card-info {
    padding: 20px 15px;
    background: #fff;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.bloom__card-info-one-click {
    opacity: 0;
    width: 240px;
    height: 54px;
    background: url('../img/pattern-img2.jpg') center center repeat;
    -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.19),0px 7px 17.28px 0.72px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.19),0px 7px 17.28px 0.72px rgba(0, 0, 0, 0.15);
    font-family: 'GothamPro-Black';
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    left: 50%;
    margin-left: -120px;
    top: -27px;
}
.bloom__card-info-one-click:hover,
.bloom__card-info-one-click:active,
.bloom__card-info-one-click:focus {
    color: #fff;
}
.bloom__card-info-top {
    margin-bottom: 10px;
}
.bloom__card-info-price {
    font-family: 'GothamPro-Bold';
    font-size: 16px;
    color: #000;
}
.bloom__card-info-price-old {
    font-family: 'ProximaNova-Light';
    font-size: 14px;
    line-height: 14px;
    color: #000;
    text-decoration: line-through;
}
.bloom__card-info-price-new {
    color: #af1f24;
}
.bloom__card-info-bottom .bloom__button {
    padding-left: 10px;
    padding-right: 10px;
}
.bloom__card-info-more-link {
    font-family: 'GothamPro-Bold';
    font-size: 14px;
    line-height: 14px;
    color: #000;
    text-transform: uppercase;
    text-decoration: underline;
}

.bloom__card > a:hover .bloom__card-img{
    -webkit-transform: scale(1.09);
    -ms-transform: scale(1.09);
    transform: scale(1.09);
    -webkit-box-shadow: 0px 10px 21px 0px rgba(0, 0, 0, 0.19);
    box-shadow: 0px 10px 21px 0px rgba(0, 0, 0, 0.19);
    z-index: 2;
}
.bloom__card a:hover ~ .bloom__card-info{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-box-shadow: 0px 10px 21px 0px rgba(0, 0, 0, 0.19);
    box-shadow: 0px 10px 21px 0px rgba(0, 0, 0, 0.19);
    z-index: 3;
}
.bloom__card-img:hover .bloom__card-img-text {
    opacity: 1;
}
.bloom__card-img:hover .bloom__card-img-text-wrap {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.bloom__card-img:hover .bloom__card-info-one-click {
    opacity: 1;
}



/* big menu */
.big-menu {
    height: 800px;
    margin-bottom: 80px;
    margin-top: 80px;
}
.big-menu__column {
    height: 100%;
}
.big-menu__column-big {
    height: calc(60% - 15px);
    margin-bottom: 30px;
}
.big-menu__column-small {
    height: calc(40% - 15px);
}
.big-menu__item {
    height: 100%;
    position: relative;
}
.big-menu__item-img-wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}
.big-menu__item-img {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.big-menu__item-name {
    padding: 30px;
    background: #fff;
    -webkit-box-shadow: 0px 10px 21px 0px rgba(0, 0, 0, 0.19);
    box-shadow: 0px 10px 21px 0px rgba(0, 0, 0, 0.19);
    font-family: 'GothamPro-Bold';
    font-size: 18px;
    line-height: 18px;
    color: #000;
    text-transform: uppercase;
    position: absolute;
    left: -15px;
    top: -15px;
}
.big-menu__item-name:before {
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    background: #000;
    position: absolute;
    left: 30px;
    top: 20px;
}
.big-menu__item:hover .big-menu__item-img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}



/* accordion */
.accordion__header {
    margin-bottom: 20px;
    font-family: 'GothamPro-Black';
    font-size: 110px;
    line-height: 110px;
    color: #f4f5f5;
}
.accordion__content {
    height: 700px;
    margin-bottom: 40px;
    overflow: hidden;
}
.accordion__item {
    min-width: 140px;
    background: #fff;
    -webkit-box-shadow: 4px 0px 10px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 4px 0px 10px 0px rgba(0, 0, 0, 0.25);
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    cursor: pointer;
    overflow: hidden;
}
.accordion__item:nth-child(1) {
    z-index: 4;
}
.accordion__item:nth-child(2) {
    z-index: 3;
}
.accordion__item:nth-child(3) {
    z-index: 2;
}
.accordion__item:nth-child(4) {
    z-index: 1;
}
.accordion__item--active {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
    cursor: default;
}

.accordion__item-img {
    opacity: 0.2;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.accordion__item-header {
    opacity: 1;
    width: 700px;
    padding-left: 30px;
    font-family: 'GothamPro-Bold';
    font-size: 18px;
    line-height: 18px;
    color: #000;
    text-transform: uppercase;
    position: absolute;
    left: 50%;
    top: 100%;
    z-index: 3;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: rotate(-90deg) translate(0, -50%);
    -ms-transform: rotate(-90deg) translate(0, -50%);
    transform: rotate(-90deg) translate(0, -50%);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.accordion__item--active .accordion__item-img {
    opacity: 0;
    width: 0;
}
.accordion__item--active .accordion__item-header {
    opacity: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.accordion__item-main {
    height: 100%;
    position: relative;
    z-index: 1;
}
.accordion__item-main-img {
    opacity: 0;
    width: 0;
    min-width: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.accordion__item-main-text {
    overflow: hidden;
    position: relative;
}
.accordion__item-main-text-wrap {
    opacity: 0;
    width: 520px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.accordion__item-main-text-header {
    margin-bottom: 20px;
    font-family: 'GothamPro-Bold';
    font-size: 45px;
    line-height: 45px;
    color: #000;
    text-transform: uppercase;
    position: relative;
}
.accordion__item-main-text-header:before {
    content: "";
    display: block;
    width: 45px;
    height: 1px;
    background: #000;
    position: absolute;
    left: 0;
    top: -20px;
}
.accordion__item-main-text-header span {
    display: block;
    font-family: 'GothamPro-Light';
}

.accordion__item--active .accordion__item-main-img {
    opacity: 1;
    width: 320px;
    min-width: 320px;
}
.accordion__item--active .accordion__item-main-text-wrap {
    opacity: 1;
}



/* subscribe */
.subscribe {
    margin-bottom: 60px;
}
.subscribe .container-fluid {
    padding-top: 40px;
    border-top: 1px solid #fff;
}
.subscribe .container-fluid > .row > div:first-child {
    border-right: 1px solid #fff;
}
.subscribe__left,
.subscribe__right {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
}
.subscribe__left-name {
    margin-bottom: 10px;
    font-family: 'GothamPro-Black';
    font-size: 18px;
    line-height: 18px;
    color: #9b9b9a;
    text-transform: uppercase;
}
.subscribe__left-header {
    font-family: 'GothamPro-Light';
    font-size: 30px;
    line-height: 30px;
    color: #000;
}
.subscribe__left-img {
    height: 200px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.subscribe__right-header {
    margin-bottom: 20px;
    font-family: 'GothamPro-Black';
    font-size: 18px;
    line-height: 18px;
    color: #ea6e5a;
    text-transform: uppercase;
}
.subscribe__right-text {
    margin-bottom: 20px;
}
.subscribe__right-form-input {
    width: 100%;
    height: 42px;
    margin-bottom: 20px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #7b8084;
    font-family: 'ProximaNova-Light';
    font-size: 18px;
    line-height: 18px;
    color: #000;
    text-align: center;
}
.subscribe__right-form-line {
    padding-top: 20px;
}
subscribe__right-success {
    opacity: 0;
    font-size: 22px;
}


/* breadcrumb */
.breadcrumb {
    padding: 20px 0;
    margin-bottom: 20px;
    background: transparent;
    border-radius: 0;
}
.breadcrumb-item {
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 14px;
    line-height: 14px;
    color: #7b8084;
}
.breadcrumb-item + .breadcrumb-item::before {
    content: "|";
    font-size: 14px;
    line-height: 14px;
    color: #000;
}
.breadcrumb-item a {
    color: #000;
}
.breadcrumb-item a:hover,
.breadcrumb-item a:active,
.breadcrumb-item a:focus {
    color: #ea6e5a;
}



/* checkbox */
.ek__checkbox {
    font-size: 14px;
    line-height: 14px;
    color: #000;
}
.ek__checkbox-input {
    display: none;
}
.ek__checkbox-label {
    margin-bottom: 0;
    padding-left: 20px;
    position: relative;
    cursor: pointer;
}
.ek__checkbox-label a{
    color: #000;
    font-size: 16px;
    line-height: 16px;
}
.ek__checkbox-label span {
    display: block;
    width: 12px;
    height: 12px;
    background: transparent;
    border: 1px solid #9b9b9a;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -6px;
}
.ek__checkbox-input:checked + .ek__checkbox-label span:after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #9b9b9a;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -3px 0 0 -3px;
}
/* coupon block */
.coupon-block .cart-page__input-tooltip{
    background: #fff;
    border: 1px solid #9b9b9a;
    color: #000;
}
.product-page .coupon-block #button-coupon, .product-page .coupon-block .coupon-block__remove {
    margin: 0 0 0 auto;
}
.coupon-block__discount {
    margin-right: 15px;
}
.coupon-block__discount-title {
    font-family: 'GothamPro-Bold';
    font-size: 18px;
    color: #ea6e5a;
    text-transform: uppercase;
}
/* error page */
.error-page {
    margin: 50px 0;
    height: 800px;
    background: url(../img/404-back.png) center center no-repeat;
    background-size: cover;
}
.error-page__title{
    color: #000;
    font-family: 'GothamPro-Bold';
    text-transform: uppercase;
    opacity: .7;
    line-height: 270px;
    margin-bottom: 20px;
    font-size: 250px;
    border-bottom: 2px solid #8f8e8e;
}
.error-page__description .error-page__link{
    color: #000;
    font-family: 'ProximaNova-Bold';
    font-weight: normal;
    position: relative;
}
.error-page__description .error-page__link::after{
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    left: 0;
    background: #000;
    position: absolute;
    bottom: -1px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.error-page__description .error-page__link:hover{
    color: #ea6e5a;
}
.error-page__description .error-page__link:hover:after{
    background: #ea6e5a;
}
/* no result page */
.no-result__container {
    margin: 80px auto;
}
.no-result .error_page__title {
    line-height: 40px;
    color: #000;
    font-family: 'GothamPro-Light';
    font-size: 50px;
    margin-bottom: 40px;
}
/* cart page */
.empty-cart__container {
    margin: 80px auto;
}
.cart-page {
    margin-bottom: 80px;
}
.cart-page__list {
    width: 560px;
}
.cart-page__title{
    line-height: 60px;
    color: #000;
    text-transform: uppercase;
    font-family: 'GothamPro-Light';
    font-size: 50px;
    margin-bottom: 60px;
}
.cart-page .bloom__search-header{
    margin-bottom: 0;
    margin-left: 25px;
    margin-right: 15px;
}
.cart-page .bloom__search-label{
    margin-right: 10px;
}
.cart-page .ek__checkbox {
    font-size: 16px;
    line-height: 16px;
}
.cart-page .ek__checkbox + .ek__checkbox{
    margin-top: 15px;
}
.cart-page__content {
    padding: 40px;
    background: #fff;
    -webkit-box-shadow: 0px 10px 21px 0px rgba(0, 0, 0, 0.19);
    box-shadow: 0px 10px 21px 0px rgba(0, 0, 0, 0.19);
}
.cart-page__header-line {
    margin-bottom: 20px;
    padding-top: 15px;
    font-family: 'GothamPro-Bold';
    font-size: 16px;
    line-height: 16px;
    color: #000;
    text-transform: uppercase;
    position: relative;
}
.cart-page__header-line:before {
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
}
.cart-page__recipient.show{
    opacity: 0;
    height: 1px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.cart-page #button-coupon {
    margin-left: 20px;
}
.cart-page .coupon-block .cart-page__input-wrap{
    width: 60%;
}
.cart-page .coupon-block{
    margin-left: 15px;
}
.cart-page__block {
    margin-bottom: 40px;
}
.cart-page__block-line + .cart-page__block-line {
    margin-top: 15px;
}
.cart-page__input-wrap {
    position: relative;
}
.cart-page__input {
    /* Remove First */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: unset;
    outline: none;
    width: 100%;
    height: 42px;
    padding: 0;
    background: transparent;
    border: none;
    border-bottom: 1px solid #9b9b9a;
    font-family: 'ProximaNova-Light';
    font-size: 16px;
    line-height: 16px;
    color: #9b9b9a;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.cart-page__input:hover {
    border-bottom-color: #000;
}
.cart-page__input:focus{
    border-bottom-color: #000;
    color: #000;
}
.cart-page__input-error .cart-page__input{
    border-bottom-color: #e55644;
}
.cart-page__input-error, .error_text{
    color: #e55644;
    display: block;
}
textarea.cart-page__input {
    resize: none;
    height: 156px;
    background: url('../img/textarea-back.png') left top repeat;
    border-bottom: none;
    line-height: 52px;
}
.cart-page__input-wrap--popper .cart-page__input {
    padding-right: 25px;
}
.cart-page__textarea-tooltip {
    width: 20px;
    height: 20px;
    background: #9b9b9a;
    border-radius: 100%;
    font-family: 'GothamPro-Light';
    font-size: 12px;
    line-height: 12px;
    color: #fff;
    position: absolute;
    right: 0;
    top: 18%;
    margin-top: -10px;
    cursor: pointer;
}
.cart-page__input-tooltip {
    width: 20px;
    height: 20px;
    background: #9b9b9a;
    border-radius: 100%;
    font-family: 'GothamPro-Light';
    font-size: 12px;
    line-height: 12px;
    color: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
    cursor: pointer;
}
.coupon-block__tooltip{
    font-family: 'GothamPro-Light';
    font-size: 12px;
    line-height: 12px;
    color: #000;
    margin-left: 15px;
    border: 1px solid #9b9b9a;
    cursor: pointer;
    width: 25px;
    height: 25px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    margin-top: -5px;
}
.tooltip.show {
    opacity: 1;
}
.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-top-color: #fff;
}
.tooltip-inner {
    opacity: 1;
    padding: 10px;
    background: #fff;
    border-radius: 15px;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16),0px 2px 2.88px 0.12px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16),0px 2px 2.88px 0.12px rgba(0, 0, 0, 0.09);
    font-family: 'ProximaNova-Light';
    font-size: 14px;
    line-height: 18px;
    color: #9b9b9a;
}



/* catalog page */
.catalog-page__swiper {
    margin-bottom: 30px;
}
.swiper-container--catalog-swiper {
    height: 500px;
}
.swiper-pagination--style .swiper-pagination-bullet {
    opacity: 1;
    width: 10px;
    height: 10px;
    background: transparent;
    border: 1px solid #000;
    border-radius: 0;
    position: relative;
}
.swiper-container-horizontal > .swiper-pagination--style.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 15px;
}
.swiper-pagination--style .swiper-pagination-bullet-active {
    background: transparent;
}
.swiper-pagination--style .swiper-pagination-bullet-active:after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #7b8084;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -3px 0 0 -3px;
}

.catalog-page__swiper-item {
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.catalog-page__swiper-item-text {
    margin-left: 80px;
    font-family: 'GothamPro-Bold';
    font-size: 100px;
    line-height: 100px;
    color: #ea6e5a;
    text-transform: uppercase;
}


.catalog-page {
    margin-bottom: 80px;
    margin-top: 40px;
}
.catalog-page .breadcrumb {
    padding: 0;
}
.catalog-page .container-fluid > .row > div:first-child {
    border-right: 1px solid #d7d7d7;
}
.catalog-page__filter {
    width: 400px;
    padding-right: 15px;
}
.catalog-page__filter .bloom__search-header {
    color: #000;
}
.catalog-page__filter .ek__checkbox {
    font-size: 16px;
    line-height: 16px;
}
.catalog-page__filter-view {
    margin-bottom: 30px;
    padding: 15px 0;
    border-bottom: 2px solid #000;
}
.catalog-page__filter-view .bloom__button {
    margin-bottom: 15px;
}
.catalog-page__filter-price {
    margin-bottom: 60px;
}
.catalog-page__filter-drop {
    margin-bottom: 40px;
}
.catalog-page__filter-drop-header svg {
    margin-left: 10px;
}
.catalog-page__filter-drop-line + .catalog-page__filter-drop-line {
    margin-top: 20px;
}
.catalog-page__sort {
    margin-bottom: 30px;
}
.catalog-page__sort-item {
    position: relative;
    z-index: 1;
}
.catalog-page__sort-item-text {
    margin-right: 10px;
    font-size: 14px;
    line-height: 14px;
    color: #9b9b9a;
}
.catalog-page__sort-item-container {
    position: relative;
}
.catalog-page__sort-item-view {
    width: 200px;
    border-bottom: 1px solid #000;
    cursor: pointer;
}
.catalog-page__sort-item-view-input {
    width: 100%;
    height: 22px;
    background: transparent;
    border: none;
    font-size: 14px;
    line-height: 14px;
    cursor: pointer;
}
.catalog-page__sort-item-content {
    display: none;
    width: 100%;
    padding: 15px;
    background: #fff;
    -webkit-box-shadow: 0px 10px 21px 0px rgba(0, 0, 0, 0.19);
    box-shadow: 0px 10px 21px 0px rgba(0, 0, 0, 0.19);
    position: absolute;
    right: 0;
    top: 100%;
}
.catalog-page__sort-item-content-item {
    font-size: 14px;
    line-height: 14px;
    cursor: pointer;
}
.catalog-page__sort-item-content-item + .catalog-page__sort-item-content-item {
    margin-top: 10px;
}
.catalog-description {
    padding: 0 40px;
}
.catalog-description .container-fluid {
    background: #fff;
    -webkit-box-shadow: 0px 10px 21px 0px rgba(0, 0, 0, 0.19);
    box-shadow: 0px 10px 21px 0px rgba(0, 0, 0, 0.19);
    width: auto;
    padding-left: 0;
    padding-right: 0;
}
.catalog__content {
    padding: 60px 100px;
}
.catalog-page__content .bloom__card {
    margin-bottom: 30px;
}
.catalog-description + .faq-footer {
    margin-top: 10px;
}
/* blog */
.blog__topping {
    height: auto;
    margin-bottom: 60px;
}
.blog__topping-left {
    padding: 60px 20px;
    height: 100%;
    background: url('../img/blog-left-back.png') center center no-repeat;
    background-size: cover;
}
.blog__topping-left-wrap {
    width: 70%;
}
.blog__topping-left-header {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(0,0,0,0.6);
    font-family: 'GothamPro-Black';
    font-size: 64px;
    line-height: 64px;
    color: rgba(0,0,0,0.6);
    text-transform: uppercase;
}
.blog__topping-left-text {
    font-size: 18px;
    line-height: 25px;
}
.blog__item-text {
    word-break: break-word;
}
.image.align-center {
    margin: 0 auto;
}
.image.align-right {
    float: right;
    margin-left: 40px;
}
.image.align-left {
    float: left;
    margin-right: 40px;
}
.blog__topping-right {
    height: 100%;
    padding: 60px 50px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.blog__topping-right-text {
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
    font-family: 'GothamPro-Bold';
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    text-transform: uppercase;
}
.blog__topping-right .bloom__button {
    -webkit-box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.31),0px 9px 26.39px 2.61px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.31),0px 9px 26.39px 2.61px rgba(0, 0, 0, 0.24);
}

.blog__content {
    margin-bottom: 80px;
}
.blog__content .container-fluid > .row > div:first-child {
    border-right: 1px solid #d7d7d7;
}
.blog__menu {
    width: 400px;
    padding-left: 15px;
}
.blog__menu .catalog-page__filter-drop {
    margin-bottom: 60px;
}
.blog__menu .catalog-page__filter-drop-line + .catalog-page__filter-drop-line {
    margin-top: 15px;
}
.blog__menu-link {
    font-size: 16px;
    line-height: 16px;
    color: #000;
}
.blog__menu-link.active,
.blog__menu-link:hover,
.blog__menu-link:active,
.blog__menu-link:focus {
    color: #ea6e5a;
}

.blog__menu-item {
    margin-bottom: 60px;
    position: relative;
}
.blog__menu-item:last-child {
    margin-bottom: 0;
}
.blog__menu-item-img-wrap {
    height: 400px;
    position: relative;
    overflow: hidden;
}
.blog__menu-item-img {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.blog__menu-item-name {
    padding: 30px;
    background: #fff;
    -webkit-box-shadow: 0px 10px 21px 0px rgba(0, 0, 0, 0.19);
    box-shadow: 0px 10px 21px 0px rgba(0, 0, 0, 0.19);
    font-family: 'GothamPro-Bold';
    font-size: 18px;
    line-height: 18px;
    color: #000;
    text-transform: uppercase;
    position: absolute;
    z-index: 2;
    left: -15px;
    top: -15px;
}
.blog__menu-item-name:before {
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    background: #000;
    position: absolute;
    left: 30px;
    top: 20px;
}
.blog__menu-item--style2 .blog__menu-item-name {
    background: #79363e;
    color: #fff;
}
.blog__menu-item--style3 .blog__menu-item-name {
    background: #af1f24;
    color: #fff;
}
.blog__menu-item--style2 .blog__menu-item-name:before,
.blog__menu-item--style3 .blog__menu-item-name:before {
    background: #fff;
}
.blog__menu-item:hover .blog__menu-item-img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.blog__menu-item-offer {
    height: 80px;
    padding: 0 15px;
    background: #fff;
}

.blog__item {
    margin-bottom: 80px;
}
.blog__item-img-wrap {
    width: 400px;
    height: 230px;
    position: relative;
    overflow: hidden;
}
.blog__item-img {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.blog__item-tag {
    margin-bottom: 20px;
    font-family: 'GothamPro-Black';
    font-size: 14px;
    line-height: 14px;
    color: #9b9b9a;
    text-transform: uppercase;
}
.blog__item-header {
    margin-bottom: 15px;
    font-family: 'GothamPro-Light';
    font-size: 24px;
    line-height: 24px;
    color: #000;
}
.blog__item-more {
    padding-bottom: 5px;
    border-bottom: 1px solid #9b9b9a;
    font-family: 'GothamPro-Bold';
    font-size: 16px;
    line-height: 16px;
    color: #000;
}



/* pagination */
.bloom__pagination .pagination {
    margin-bottom: 0;
}
.bloom__pagination .page-link {
    margin: 0;
    padding: 0 5px;
    background-color: transparent;
    border: none;
    font-family: 'GothamPro-Light';
    font-size: 16px;
    line-height: 16px;
    color: #9b9b9a;
}
.bloom__pagination .page-link:hover,
.bloom__pagination .page-link:focus,
.bloom__pagination .page-link:active {
    color: #ea6e5a;
}
.bloom__pagination .active .page-link {
    background-color: transparent;
    font-family: 'GothamPro-Bold';
    color: #9b9b9a;
}



/* blog page */
.blog-page {
    padding-right: 80px;
}
.blog-page .blog__item-tag {
    margin-bottom: 20px;
}

.blog-page__text img {
    max-width: 100%;
    margin: 0;
    border-width: 10px 10px 10px 10px;
    border-color: #ffffff;
    border-style: solid;
}

.blog-page__text figcaption {
    color: #6c757d;
    font-style: italic;
    text-align: center;
    background: #ffffff;
    padding-bottom: 10px;
}
/*#6c757d*/
.blog-page__text {
    word-break: break-word;
}
.blog-page__text p {
    margin-bottom: 20px;
}
.blog-page__order {
    height: 280px;
    margin: 40px 0;
    background: url('../img/blog-page-back.jpg') center center no-repeat;
    background-size: cover;
    position: relative;
}
.blog-page__order .row {
    z-index: 2;
}
.blog-page__order:before {
    content: "";
    display: block;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: 1px solid #fff;
    position: absolute;
    left: 10px;
    top: 10px;
}
.blog-page__order .bloom__button {
    -webkit-box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.31),0px 9px 26.39px 2.61px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.31),0px 9px 26.39px 2.61px rgba(0, 0, 0, 0.24);
}
.blog-page__arrows {
    padding: 40px;
}
.blog-page__arrow-left,
.blog-page__arrow-right {
    font-family: 'GothamPro-Black';
    font-size: 14px;
    line-height: 14px;
    color: #7b8084;
    text-transform: uppercase;
}
.blog-page__arrow-left svg,
.blog-page__arrow-right svg {
    fill: #7b8084;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.blog-page__arrow-right svg {
    margin-left: 15px;
}
.blog-page__arrow-left svg {
    margin-right: 15px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.blog-page__arrow-left:hover svg,
.blog-page__arrow-right:hover svg,
.blog-page__arrow-left:active svg,
.blog-page__arrow-right:active svg,
.blog-page__arrow-left:focus svg,
.blog-page__arrow-right:focus svg {
    fill: #ea6e5a;
}



/* select */
.selectric-select-design .selectric,
.selectric-select-design-f .selectric {
    height: 42px;
    border: none;
    border-bottom: 1px solid #9b9b9a;
    background: transparent;
}
.selectric-select-design-f .selectric {
    padding-left: 15px;
    border: 1px solid #9b9b9a;
    border-radius: 21px;
}
.selectric-select-design .selectric .label,
.selectric-select-design-f .selectric .label {
    height: 42px;
    margin-left: 0;
    margin-right: 12px;
    font-family: 'ProximaNova-Light';
    font-size: 16px;
    line-height: 42px;
    color: #999;
}
.selectric-select-design-f .selectric .label {
    margin-right: 27px;
    color: #000;
}
.selectric-select-design .selectric .button,
.selectric-select-design-f .selectric .button {
    width: 12px;
    height: 42px;
    background: transparent;
}
.selectric-select-design-f .selectric .button {
    right: 15px;
}
.selectric-select-design .selectric .button:after,
.selectric-select-design-f .selectric .button:after {
    display: none;
}

.selectric-select-design .selectric-items,
.selectric-select-design-f .selectric-items {
    background: #fff;
    -webkit-box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.31),0px 9px 26.39px 2.61px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.31),0px 9px 26.39px 2.61px rgba(0, 0, 0, 0.24);
}
.selectric-select-design .selectric-items li,
.selectric-select-design-f .selectric-items li {
    padding: 5px 10px;
    color: #333;
}
.selectric-select-design .selectric-items li.highlighted,
.selectric-select-design .selectric-items li.highlighted:hover,
.selectric-select-design-f .selectric-items li.highlighted,
.selectric-select-design-f .selectric-items li.highlighted:hover {
    background: #ea6e5a;
    color: #fff;
}
.selectric-select-design .selectric-items li:hover,
.selectric-select-design-f .selectric-items li:hover {
    background: #e6e7e7;
    color: #999;
}



/* contacts */
.contacts__info {
    margin-bottom: 60px;
}
.contacts__info-left {
    width: 100%;
    height: 760px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.contacts__info-right {
    width: 800px;
    padding: 80px;
    margin-left: -150px;
    background: #fff;
    -webkit-box-shadow: 0px 10px 21px 0px rgba(0, 0, 0, 0.19);
    box-shadow: 0px 10px 21px 0px rgba(0, 0, 0, 0.19);
}
.contacts__info-right-header {
    margin-bottom: 60px;
    font-family: 'GothamPro-Bold';
    font-size: 36px;
    line-height: 36px;
    color: #000;
    text-transform: uppercase;
}
.contacts__info-right-schedule {
    margin-bottom: 60px;
}
.contacts__info-right-schedule > .row > div:first-child {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 10%;
    border-right: 1px solid #9b9b9a;
}
.contacts__info-right-schedule > .row > div:first-child + div {
    padding-left: 10%;
}
.contacts__info-right-text {
    font-family: 'GothamPro-Light';
    font-size: 17px;
    line-height: 28px;
    color: #000;
}
.contacts__info-right-text-b {
    font-family: 'GothamPro-Bold';
    font-size: 17px;
    line-height: 28px;
    color: #000;
}
.contacts__info-right-text + .contacts__info-right-text-b {
    margin-top: 20px;
}
.contacts__info-right-text-big {
    font-family: 'GothamPro-Light';
    font-size: 80px;
    line-height: 80px;
    color: #000;
}
.contacts__info-right-phone-line + .contacts__info-right-phone-line {
    margin-top: 20px;
}
.contacts__info-right-phone-line-left {
    min-width: 120px;
    font-family: 'GothamPro-Bold';
    font-size: 18px;
    line-height: 28px;
    color: #000;
}
.contacts__info-right-phone-line-right,
.contacts__info-right-phone-line-right a {
    font-size: 18px;
    line-height: 28px;
    color: #000;
}
.contacts__info-right-phone-line-right a:hover,
.contacts__info-right-phone-line-right a:focus,
.contacts__info-right-phone-line-right a:active {
    color: #ea6e5a;
}

.contacts__address {
    margin-bottom: 60px;
}
.contacts__address-left {
    width: 500px;
    margin-right: -80px;
    padding: 80px;
    background: #fff;
    -webkit-box-shadow: 0px 10px 21px 0px rgba(0, 0, 0, 0.19);
    box-shadow: 0px 10px 21px 0px rgba(0, 0, 0, 0.19);
}
.contacts__address-left-block + .contacts__address-left-block {
    margin-top: 40px;
}
.contacts__address-left-header {
    margin-bottom: 10px;
    font-family: 'GothamPro-Bold';
    font-size: 18px;
    line-height: 18px;
    color: #000;
    text-transform: uppercase;
}
.contacts__address-left-text {
    font-size: 18px;
    line-height: 28px;
    color: #000;
}
.contacts__address > .row > div:first-child {
    z-index: 2;
}
.contacts__address-right {
    height: 620px;
    position: relative;
    overflow: hidden;
}
.contacts__address-map {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.contacts__form {
    margin-bottom: 60px;
}
.contacts__form > .row > div:first-child {
    z-index: 2;
}
.contacts__form-left {
    width: 500px;
    margin-right: -80px;
    font-family: 'GothamPro-Light';
    font-size: 36px;
    line-height: 46px;
    color: #000;
    text-transform: uppercase;
    position: relative;
}
.contacts__form-left:after {
    content: "";
    display:block;
    width: 100px;
    height: 1px;
    background: #9b9b9a;
    position: absolute;
    right: 30px;
    top: 70px;
}
.contacts__form-left span {
    display: block;
    font-family: 'GothamPro-Bold';
}
.contacts__form-right {
    padding: 100px 120px;
    background: url('../img/contacts-back.jpg') center center no-repeat;
    background-size: cover;
}
.contacts__form textarea.cart-page__input {
    height: 208px;
}
.contacts__form .cart-page__button {
    padding-top: 40px;
}
.cart-page__button .blog-page__arrow-left{
    position: absolute;
}
.cart-page__button .bloom__button{
    margin: 0 auto;
}


/* corporate clients */
.corporate-clients__block {
    margin-bottom: 60px;
}
.corporate-clients__block-left {
    width: 100%;
    height: 760px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.corporate-clients__block-right {
    width: 850px;
    padding: 80px;
    margin-left: -150px;
    background: #fff;
    -webkit-box-shadow: 0px 10px 21px 0px rgba(0, 0, 0, 0.19);
    box-shadow: 0px 10px 21px 0px rgba(0, 0, 0, 0.19);
}
.corporate-clients__block-right-header {
    margin-bottom: 30px;
    font-family: 'GothamPro-Light';
    font-size: 36px;
    line-height: 48px;
    color: #000;
    text-transform: uppercase;
}
.corporate-clients__block-right-header span {
    font-family: 'GothamPro-Bold';
}

.corporate-clients__scheme {
    margin-bottom: 30px;
    padding: 120px 120px 180px 120px;
    background: url('../img/corporate-client-back2.jpg') center top no-repeat;
    background-size: cover;
}
.corporate-clients__scheme-header {
    margin-bottom: -18px;
    font-family: 'GothamPro-Bold';
    font-size: 36px;
    line-height: 36px;
    color: #000;
    text-transform: uppercase;
    position: relative;
}
.corporate-clients__scheme-header:before {
    content: "";
    display: block;
    width: calc(50% - 180px);
    height: 1px;
    background: #c6c3c2;
    position: absolute;
    left: 0;
    top: 50%;
}
.corporate-clients__scheme-header:after {
    content: "";
    display: block;
    width: calc(50% - 180px);
    height: 1px;
    background: #c6c3c2;
    position: absolute;
    right: 0;
    top: 50%;
}
.corporate-clients__scheme-wrap {
    padding: 120px 0;
    border: 1px solid #c6c3c2;
    border-top: none;
}
.corporate-clients__scheme-item {
    width: 200px;
}
.corporate-clients__scheme-item-paragraph {
    min-width: 50px;
    font-family: 'GothamPro-Bold';
    font-size: 60px;
    line-height: 60px;
    color: #000;
    text-transform: uppercase;
}
.corporate-clients__scheme-item-header {
    padding-top: 10px;
    font-family: 'ProximaNova-Bold';
    font-size: 18px;
    line-height: 18px;
    color: #000;
    text-transform: uppercase;
    position: relative;
}
.corporate-clients__scheme-item-header:before {
    content: "";
    display: block;
    width: 25px;
    height: 1px;
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
}
.corporate-clients__scheme-item-text {
    font-size: 18px;
    line-height: 28px;
}

.corporate-clients__info {
    margin-bottom: 60px;
}
.corporate-clients__info-block {
    height: 100%;
    padding: 80px;
    background: #fff;
}
.corporate-clients__info-block-header {
    margin-bottom: 20px;
    font-family: 'GothamPro-Light';
    font-size: 36px;
    line-height: 46px;
    color: #000;
    text-transform: uppercase;
}
.corporate-clients__info-block-header span {
    font-family: 'GothamPro-Bold';
}
.corporate-clients__info-block-img {
    margin-bottom: 30px;
}



/* datapicker */
.calendar-design .ui-datepicker {
    width: 100%;
    padding: 0;
}
.calendar-design .ui-widget.ui-widget-content {
    border: 1px solid #e6e7e7;
    border-left: none;
    border-right: none;
    border-radius: 0;
}
.calendar-design .ui-widget-header {
    background: transparent;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #e6e7e7;
    font-family: 'GothamPro-Bold';
    font-weight: normal;
    font-size: 16px;
    line-height: 16px;
    color: #000;
    text-transform: uppercase;
}
.calendar-design .ui-datepicker .ui-datepicker-header {
    padding: 5px 0;
}
.calendar-design .ui-datepicker th {
    padding: 10px 0;
    font-family: 'ProximaNova-Bold';
    font-weight: normal;
    font-size: 16px;
    line-height: 16px;
    color: #9b9b9a;
}
.calendar-design .ui-datepicker td {
    padding: 0;
}
.calendar-design .ui-datepicker td span,
.calendar-design .ui-datepicker td a {
    width: 36px;
    height: 36px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 0;
}
.calendar-design .ui-state-default,
.calendar-design .ui-widget-content .ui-state-default,
.calendar-design .ui-widget-header .ui-state-default,
.calendar-design .ui-button {
    background: transparent;
    border: none;
    border-radius: 100%;
    font-family: 'ProximaNova-Light';
    font-size: 16px;
    line-height: 16px;
    color: #000;
    text-align: center;
}
.calendar-design .ui-datepicker td a.ui-state-hover {
    background: #000;
    color: #fff;
}
.calendar-design .ui-datepicker td a.ui-state-active {
    background: #ea6e5a;
    color: #fff;
}

.calendar-design .ui-datepicker .ui-datepicker-prev,
.calendar-design .ui-datepicker .ui-datepicker-next {
    width: 25px;
    height: 25px;
    top: 7px;
    cursor: pointer;
}
.calendar-design .ui-datepicker .ui-datepicker-prev {
    left: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.calendar-design .ui-datepicker .ui-datepicker-next {
    right: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.calendar-design .ui-datepicker .ui-datepicker-prev.ui-state-hover,
.calendar-design .ui-datepicker .ui-datepicker-next.ui-state-hover {
    background: none;
    border: none;
}
.calendar-design .ui-datepicker .ui-datepicker-prev:after,
.calendar-design .ui-datepicker .ui-datepicker-next:after {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    background: url('../img/arrow.svg') center center no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}



/* delivery */
.delivery__block {
    position: relative;
    z-index: 2;
}
.delivery__block-left {
    width: 100%;
    height: 760px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.delivery__block-right {
    width: 850px;
    padding: 80px 80px 0 80px;
    background: #fff;
    -webkit-box-shadow: 0px 10px 21px 0px rgba(0, 0, 0, 0.19);
    box-shadow: 0px 10px 21px 0px rgba(0, 0, 0, 0.19);
    position: absolute;
    right: 0;
    top: 40px;
}

.delivery__block-right-header {
    margin-bottom: 40px;
    font-family: 'GothamPro-Light';
    font-size: 36px;
    line-height: 36px;
    color: #000;
}
.delivery__block-right-calc {
    margin-bottom: 40px;
}
.delivery__block-right-calc-header {
    margin-bottom: 30px;
    padding-top: 15px;
    font-family: 'GothamPro-Bold';
    font-size: 16px;
    line-height: 16px;
    color: #000;
    text-transform: uppercase;
    position: relative;
}
.delivery__block-right-calc-header:before {
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
}
.delivery__block-right-calc-wrap {
    margin-bottom: 40px;
}
.delivery__block-right-calc-block + .delivery__block-right-calc-block {
    margin-top: 30px;
}
.delivery__block-right-calc-block .ek__checkbox + .ek__checkbox {
    margin-top: 15px;
}
.delivery__block-right-calc-block-header {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 18px;
    color: #9b9b9a;
}
.delivery__block-right-calc-bottom-sum {
    padding-top: 20px;
    font-size: 20px;
    line-height: 20px;
    color: #000;
}
.delivery__block-right-calc-bottom-sum span {
    display: block;
    padding-top: 10px;
    font-size: 36px;
    line-height: 36px;
}
.delivery__block-right-footer {
    height: 130px;
    margin: 0 -80px;
    background: url('../img/pattern-img3.jpg') center center repeat;
}
.delivery__block-right-footer-wrap {
    width: 320px;
    font-family: 'GothamPro-Bold';
    font-size: 20px;
    line-height: 30px;
    color: #fff;
}

.payment-method {
    height: 750px;
    margin-bottom: 80px;
    position: relative;
    z-index: 1;
}
.payment-method__left {
    height: 100%;
    padding: 80px;
    background: #fff;
}
.payment-method__left-header {
    margin-bottom: 40px;
    font-family: 'GothamPro-Light';
    font-size: 36px;
    line-height: 46px;
    color: #000;
    text-transform: uppercase;
}
.payment-method__left-header span {
    display: block;
    font-family: 'GothamPro-Bold';
}
.payment-method__left-item + .payment-method__left-item {
    margin-top: 20px;
}
.payment-method__left-item-ico {
    margin-right: 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid #000;
}
.payment-method__left-item-ico svg {
    fill: #000;
}
.payment-method__left-item-text {
    font-size: 18px;
    line-height: 18px;
}
.payment-method__right {
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.faq-footer {
    padding: 0 40px;
}
.faq-footer .faq__drop-content {
    padding: 60px 100px;
}
.faq-footer .container-fluid{
    background: #fff;
    -webkit-box-shadow: 0px 10px 21px 0px rgba(0, 0, 0, 0.19);
    box-shadow: 0px 10px 21px 0px rgba(0, 0, 0, 0.19);
    width: auto;
    padding-left: 0;
    padding-right: 0;
}
.faq-footer .faq__drop-content {
    background: unset;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    box-shadow: unset;
}
.faq-footer .faq__section-item-header {
    margin-bottom: 0;
}

.faq {
    margin-bottom: 80px;
}
.faq__header {
    margin-bottom: -30px;
    font-family: 'GothamPro-Black';
    font-size: 132px;
    line-height: 132px;
    color: #fff;
    text-transform: uppercase;
}
.faq__drop-cntrl {
    width: 420px;
    padding-top: 60px;
    padding-right: 40px;
    position: relative;
    z-index: 2;
}
.faq__drop-cntrl-item {
    font-family: 'GothamPro-Bold';
    font-size: 18px;
    line-height: 18px;
    color: #9b9b9a;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: relative;
    cursor: pointer;
}
.faq__drop-cntrl-item:after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background: #000;
    position: absolute;
    right: -130px;
    top: 50%;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.faq__drop-cntrl-item + .faq__drop-cntrl-item {
    margin-top: 40px;
}
.faq__drop-cntrl-item--active {
    color: #000;
}
.faq__drop-cntrl-item--active:after {
    width: 80px;
}
.faq__drop-content {
    padding: 120px 140px;
    background: #fff;
    -webkit-box-shadow: 0px 10px 21px 0px rgba(0, 0, 0, 0.19);
    box-shadow: 0px 10px 21px 0px rgba(0, 0, 0, 0.19);
    position: relative;
    z-index: 1;
}

.faq__section {
    display: none;
    opacity: 0;
}
.faq__section:first-child {
    display: block;
    opacity: 1;
}
.faq__section-item {
    padding: 30px 0;
    border-bottom: 1px solid #e6e7e7;
}
.faq__section-item-header {
    padding-right: 35px;
    font-family: 'GothamPro-Light';
    font-size: 16px;
    line-height: 16px;
    color: #9b9b9a;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
}
.faq__section-item-header:after {
    content: "";
    opacity: 1;
    display: block;
    width: 25px;
    height: 25px;
    background: url('../img/arrow.svg') center center no-repeat;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -12px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.faq__section-item-content {
    display: none;
    padding-top: 20px;
}
.faq__section-item-content span br{
    display: block;
    content: "";
    margin-top: 10px;
}
.faq__section-item--active .faq__section-item-header:after {
    opacity: 0;
}



/* loyalty */
.loyalty {
    margin-bottom: 80px;
}
.loyalty .corporate-clients__block {
    margin-bottom: 0;
}
.loyalty__block {
    background: url('../img/loyalty-back2.png') center top no-repeat;
    background-size: cover;
    position: relative;
}
.loyalty__block-text {
    max-width: 560px;
    margin-top: -40px;
    padding: 40px;
    background: #fff;
    -webkit-box-shadow: 0px 10px 21px 0px rgba(0, 0, 0, 0.19);
    box-shadow: 0px 10px 21px 0px rgba(0, 0, 0, 0.19);
}
.loyalty__block-text-header {
    margin-bottom: 20px;
    font-family: 'GothamPro-Bold';
    font-size: 18px;
    line-height: 18px;
    color: #000;
    text-transform: uppercase;
}
.loyalty__block-wrap {
    margin-top: -60px;
    padding: 0 40px 180px 40px;
}
.loyalty__item {
    width: calc(100% - 30px);
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.loyalty__item:before {
    content: "";
    display: block;
    width: calc(100% + 80px);
    height: calc(100% + 80px);
    border: 1px solid #dadada;
    border-radius: 100%;
    position: absolute;
    left: -40px;
    top: -40px;
}
.loyalty__item-wrap {
    width: 100%;
    padding-bottom: 100%;
    background: url('../img/pattern-img4.jpg') center center repeat;
    border-radius: 100%;
    -webkit-box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.19),0px 4px 33.6px 1.4px rgba(0, 0, 0, 0.21);
    box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.19),0px 4px 33.6px 1.4px rgba(0, 0, 0, 0.21);
    position: relative;
}
.loyalty__item-wrap .row {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.loyalty__item-text1 {
    opacity: 1;
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
    font-family: 'GothamPro-Bold';
    font-size: 40px;
    line-height: 40px;
    color: #fff;
    position: relative;
    left: 0;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.loyalty__item--s .loyalty__item-text1 {
    margin-bottom: 20px;
}
.loyalty__item--m .loyalty__item-text1 {
    margin-bottom: 30px;
}
.loyalty__item--l .loyalty__item-text1 {
    margin-bottom: 40px;
}
.loyalty__item-text2 {
    opacity: 1;
    font-family: 'GothamPro-Bold';
    color: rgba(255,255,255,0.5);
    position: relative;
    left: 0;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.loyalty__item-text2 span {
    font-family: 'GothamPro-Light';
}
.loyalty__item--s .loyalty__item-text2 {
    margin-bottom: 10px;
    font-size: 70px;
    line-height: 70px;
}
.loyalty__item--m .loyalty__item-text2 {
    margin-bottom: 20px;
    font-size: 90px;
    line-height: 90px;
}
.loyalty__item--l .loyalty__item-text2 {
    margin-bottom: 30px;
    font-size: 120px;
    line-height: 120px;
}
.loyalty__item-text3 {
    opacity: 1;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    position: relative;
    left: 0;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.animate-item .loyalty__item-text1,
.animate-item .loyalty__item-text2,
.animate-item .loyalty__item-text3 {
    opacity: 0;
    left: -30px;
}



/* quality control */
.quality-control .delivery__block-right {
    padding: 100px 80px;
}
.quality-control__header {
    margin-bottom: 20px;
    font-family: 'GothamPro-Bold';
    font-size: 36px;
    line-height: 36px;
    color: #000;
    text-transform: uppercase;
}
.quality-control__header-sub {
    margin-bottom: 60px;
    font-family: 'GothamPro-Light';
    font-size: 24px;
    line-height: 24px;
    color: #000;
}
.quality-control__block + .quality-control__block {
    margin-top: 60px;
}
.quality-control__block-header {
    margin-bottom: 20px;
}
.quality-control__block-header-ico {
    max-width: 24px;
    margin-right: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #000;
}
.quality-control__block-header-text {
    font-family: 'GothamPro-Bold';
    font-size: 18px;
    line-height: 18px;
    color: #000;
    text-transform: uppercase;
}
.quality-control__block-content {
    font-size: 18px;
    line-height: 28px;
}

.bestseller {
    padding: 160px 120px;
    background: #fff;
}
.bestseller__circle {
    width: 560px;
    height: 560px;
    background: #fff;
    -webkit-box-shadow: 0px 10px 21px 0px rgba(0, 0, 0, 0.19);
    box-shadow: 0px 10px 21px 0px rgba(0, 0, 0, 0.19);
    border-radius: 100%;
    position: relative;
}
.bestseller__circle-flags {
    width: calc(100% - 80px);
    position: absolute;
    left: 40px;
    top: 40px;
    z-index: 1;
}
.bestseller__circle-flags-item {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    overflow: hidden;
}
.bestseller__circle-flags-item svg {
    width: 100%;
    height: auto;
}
.bestseller__circle-flags-item--style2,
.bestseller__circle-flags-item--style4 {
    margin-top: 60px;
}
.bestseller__circle-flags-item--style2 {
    margin-left: -40px;
}
.bestseller__circle-flags-item--style4 {
    margin-right: -40px;
}
.bestseller__circle-flags-item--style1,
.bestseller__circle-flags-item--style5 {
    margin-top: 190px;
}
.bestseller__circle-flags-item--style1 {
    margin-left: -10px;
}
.bestseller__circle-flags-item--style5 {
    margin-right: -10px;
}
.bestseller__circle-flags-item--style3 {
    margin-left: 40px;
    margin-right: 40px;
}
.bestseller__circle-text {
    width: 240px;
    position: absolute;
    left: 50%;
    top: 55%;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.bestseller__circle-text-header {
    margin-bottom: 20px;
    font-family: 'GothamPro-Bold';
    font-size: 18px;
    line-height: 28px;
    color: #000;
    text-transform: uppercase;
}

.bestseller__header {
    margin-bottom: 40px;
    font-family: 'GothamPro-Light';
    font-size: 36px;
    line-height: 36px;
    color: #000;
}

.warranty {
    padding: 120px 15px 160px 15px;
    background: url('../img/pattern-img5.jpg') center center repeat;
    position: relative;
    z-index: 1;
}
.warranty__header {
    margin-bottom: 60px;
    font-family: 'GothamPro-Light';
    font-size: 36px;
    line-height: 36px;
    color: #fff;
    text-transform: uppercase;
}
.warranty__content {
    max-width: 1200px;
    height: 560px;
    margin-left: auto;
    margin-right: auto;
}
.warranty__big-text-wrap {
    height: 100%;
}
.warranty__big-text {
    width: 36px;
    font-family: 'GothamPro-Black';
    white-space: nowrap;
    font-size: 36px;
    line-height: 36px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.warranty__big-text > div {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.warranty__big-text span {
    font-family: 'GothamPro-Light';
    font-size: 20px;
    line-height: 20px;
    position: relative;
    top: -16px;
}
.warranty__item {
    max-width: 260px;
    height: 120px;
    font-family: 'GothamPro-Light';
    font-size: 20px;
    line-height: 30px;
    color: #fff;
}
.warranty__item-wrap-left,
.warranty__item-wrap-right {
    height: 100%;
}
.warranty__item-wrap-left .warranty__item {
    padding-right: 30px;
    border-right: 1px solid #fff;
}
.warranty__item-wrap-right .warranty__item {
    padding-left: 30px;
    border-left: 1px solid #fff;
}
.warranty__dots-wrap {
    height: 100%;
}
.warranty__dots {
    border-bottom: 1px dotted #fff;
}

.post-sale {
    margin-bottom: 80px;
    padding: 0 15px 180px 15px;
    background: url('../img/quality-control-back2.jpg') bottom center no-repeat;
    background-size: cover;
    position: relative;
    z-index: 2;
}
.post-sale__calendar {
    width: 100px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    border-radius: 100%;
    -webkit-box-shadow: 0px 1px 6px 0px rgba(34, 47, 50, 0.29),0px 3px 65px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 1px 6px 0px rgba(34, 47, 50, 0.29),0px 3px 65px 0px rgba(0, 0, 0, 0.16);
    font-family: 'GothamPro-Bold';
    font-size: 20px;
    line-height: 20px;
    color: #000;
    text-transform: uppercase;
    position: relative;
    top: -90px;
    z-index: 2;
}
.post-sale__calendar svg,
.post-sale__calendar span {
    fill: #c3c2c1;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.post-sale__calendar span {
    top: 55%;
}
.post-sale__wrap {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding: 40px;
    background: #fff;
    -webkit-box-shadow: 0px 10px 21px 0px rgba(0, 0, 0, 0.19);
    box-shadow: 0px 10px 21px 0px rgba(0, 0, 0, 0.19);
    position: relative;
    top: -60px;
    z-index: 3;
}
.post-sale__content {
    margin-top: -90px;
}



/* product page */
.product-page__no-time-button {
    margin-top: 20px;
}
.product-page__badge {
    width: 0;
    display: none;
    position: absolute;
    z-index: 2;
    left: 20px;
    top: 100%;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.product-page__badge-line {
    height: 1px;
    margin: 0 15px;
}
.product-page__badge-text {
    height: 28px;
    padding: 0 15px;
    font-family: 'GothamPro-Bold';
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    text-transform: uppercase;
}
.gift-block{
    margin-top: 25px;
    font-family: "ProximaNova-bold";
    font-weight: normal;
    margin-left: -5px;
}
.gift-block__title{
    margin-top: -10px;
    margin-right: 5px;
    margin-left: 5px;
}
.gift-block__gift{
    color: #7b8084;
    background: #ebebeb;
    font-size: 14px;
    cursor: pointer;
    padding: 5px 10px;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 10px;
    border-radius: 20px;
}
.gift-block__gift span{
    font-family: 'GothamPro-Light';
    margin-right: 5px;
    margin-left: 5px;
}
.gift-block__gift a{
    margin-left: 15px;
    margin-right: 5px;
    float: right;
}
.gift-block__gift:hover{
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.19);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.19);
}
.gift-block__gift svg{
    fill:  #9b9b9a;
}
.gift-block__gift a:hover svg{
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}
.product-page {
    margin-bottom: 80px;
}
.product-page > .container-fluid > .row > div:first-child + div {
    z-index: 2;
}
.product-page__swiper {
    width: calc(100% + 20%);
    position: relative;
}
.swiper-container--product-big {
    width: calc(100% - 120px);
    min-height: 560px;
    height: 1px;
    margin-left: 120px;
}
.swiper-container--product-big .swiper-slide {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.product-page__top-button-wrap {
    width: 90px;
    height: 330px;
    position: absolute;
    left: 0;
    top: 115px;
}
.swiper-container--product-thumb {
    width: 100%;
    height: 100%;
}
.swiper-container--product-thumb .swiper-slide {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}
.swiper-container--product-thumb .swiper-slide-thumb-active:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border: 3px solid #ea6e5a;
    position: absolute;
    left: 0;
    top: 0;
}
.swiper-button-next--thumb,
.swiper-button-prev--thumb {
    width: 30px;
    height: 30px;
    margin-top: 0;
    background-image: none;
    left: 30px;
    right: auto;
}
.swiper-button-prev--thumb {
    top: -40px;
}
.swiper-button-prev--thumb svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.swiper-button-next--thumb {
    bottom: -40px;
    top: auto;
}

.product-page__info {
    padding-left: 120px;
    padding-top: 30px;
    padding-right: 20%;
}
.product-page__info-header {
    margin-bottom: 15px;
    font-family: 'GothamPro-Bold';
    font-size: 16px;
    line-height: 16px;
    color: #9b9b9a;
    text-transform: uppercase;
}
.product-page__info-block + .product-page__info-block {
    margin-top: 30px;
}
.product-page__infoline + .product-page__infoline {
    margin-top: 5px;
}
.product-page__infoline span {
    margin-right: 5px;
    font-family: 'ProximaNova-Bold';
}
.product-page__info-may-vary {
    display: block;
    position: relative;
    margin-top: 20px;
    font-size: 12px;
    font-style: italic;
    line-height: 16px;
    padding-top: 10px;
}
.product-page__info-may-vary::before {
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
}
.product-page__block {
    margin-top: 30px;
    padding: 40px;
    background: #fff;
    -webkit-box-shadow: 0px 10px 21px 0px rgba(0, 0, 0, 0.19);
    box-shadow: 0px 10px 21px 0px rgba(0, 0, 0, 0.19);
}
.product-page__header {
    height: 100%;
    padding-right: 20px;
    border-right: 1px solid #e6e7e7;
    font-family: 'GothamPro-Bold';
    font-size: 20px;
    line-height: 30px;
    color: #000;
}
.product-page__line + .product-page__line {
    margin-top: 15px;
}
.product-page__line + .product-page__line--big,
.product-page__line--big + .product-page__line--big {
    margin-top: 30px;
}
.product-page__size {
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
}
.product-page__size-block + .product-page__size-block {
    margin-top: 10px;
}
.product-page__size-block > span:first-child {
    min-width: 30px;
    margin-right: 15px;
}
.product-page__size-block > span:first-child + span {
    font-size: 14px;
    line-height: 14px;
    color: #000;
}
.product-page__size-block svg {
    fill: #a8a8a7;
}
.product-page__present-trigger,
.product-page__postcard-trigger {
    font-family: 'GothamPro-Bold';
    font-size: 12px;
    line-height: 12px;
    color: #9b9b9a;
    text-transform: uppercase;
    cursor: pointer;
}

.product-page__present-trigger svg,
.product-page__postcard-trigger svg {
    margin-right: 10px;
    fill: #9b9b9a;
}
.product-page__wrap1 {
    max-width: 240px;
    margin-bottom: 0;
}
.postcard--filled svg{
    width: 22px;
    height: 22px;
    margin-top: -5px;
    margin-left: 10px;
    fill: #9dc535;
}
.product-page .bloom__moreless {
    width: 100px;
}
.product-page .bloom__more,
.product-page .bloom__less {
    width: 30px;
    height: 30px;
    font-size: 14px;
    line-height: 21px;
}
.product-page .bloom__more {
    font-size: 22px;
    line-height: 22px;
}
.product-page__old-price {
    margin-bottom: 5px;
    font-family: 'GothamPro-Light';
    font-size: 16px;
    line-height: 16px;
    color: #9b9b9a;
    text-decoration: line-through;
}
.product-page__new-price {
    font-family: 'GothamPro-Bold';
    font-size: 30px;
    line-height: 30px;
    color: #ea6e5a;
}

.product-page .ek__checkbox {
    font-size: 16px;
    line-height: 16px;
}
.product-page .ek__checkbox + .ek__checkbox {
    margin-top: 15px;
}

.product-page__no-time {
    height: 100%;
    padding: 30px 20px;
    background: url('../img/pattern-img6.jpg') center center repeat;
}
.product-page__no-time .bloom__button {
    -webkit-box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.31),0px 9px 26.39px 2.61px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.31),0px 9px 26.39px 2.61px rgba(0, 0, 0, 0.24);
}
.product-page__no-time-header {
    margin-bottom: 20px;
    font-family: 'GothamPro-Bold';
    font-size: 16px;
    line-height: 16px;
    color: #000;
    text-transform: uppercase;
}
.product-page__no-time-text {
    margin-bottom: 20px;
}

.add-in-cart-button {
    font-size: 14px;
    line-height: 24px;
    color: #9b9b9a;
}
.add-in-cart-button-svg {
    width: 46px;
    min-width: 46px;
    height: 46px;
    margin-right: 10px;
    border: 1px solid #ea6e5a;
    border-radius: 100%;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.add-in-cart-button-svg svg {
    fill: #ea6e5a;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.add-in-cart-button:hover,
.add-in-cart-button:active,
.add-in-cart-button:focus {
    color: #ea6e5a;
}
.add-in-cart-button:hover .add-in-cart-button-svg,
.add-in-cart-button:active .add-in-cart-button-svg,
.add-in-cart-button:focus .add-in-cart-button-svg {
    background: #ea6e5a;
}
.add-in-cart-button:hover .add-in-cart-button-svg svg,
.add-in-cart-button:active .add-in-cart-button-svg svg,
.add-in-cart-button:focus .add-in-cart-button-svg svg {
    fill: #fff;
}
.product-page .cart-page__button {
    margin-top: 20px;
}

.similar__header {
    font-family: 'GothamPro-Bold';
    font-size: 24px;
    line-height: 24px;
    color: #000;
    text-transform: uppercase;
    position: relative;
}
.similar__header .row > div:first-child:before,
.similar__header .row > div:last-child:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #c6c3c2;
}

.bloom__promo {
    margin-bottom: 80px;
}
.bloom__promo-header {
    margin-bottom: 20px;
}
.bloom__promo-header-ico {
    margin-right: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid #000;
}
.bloom__promo-header-text {
    font-family: 'GothamPro-Black';
    font-size: 16px;
    line-height: 16px;
    color: #000;
    text-transform: uppercase;
}

.product-page__delivery-header {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 24px;
    color: #9b9b9a;
    text-transform: uppercase;
}
.product-page__delivery-text {
    font-size: 14px;
    line-height: 24px;
    color: #9b9b9a;
}
.product-page__delivery-text p {
    margin-bottom: 10px;
}
.product-page__new-select {
    padding-top: 10px;
    padding-bottom: 20px;
}
.product-page__new-select .selectric {
    min-width: 120px;
    height: 32px;
}
.product-page__new-select .selectric .label,
.product-page__new-select .selectric .button {
    height: 32px;
    line-height: 32px;
    color: #000;
}
.product-page__new-select-name {
    font-size: 14px;
    line-height: 24px;
    color: #9b9b9a;
}
.cart-page__spec-wrap .cart-page__input-wrap {
    padding-top: 10px;
}

.receipt__block {
    margin-bottom: 40px;
    padding-top: 15px;
    position: relative;
}
.receipt__block:last-child {
    margin-bottom: 0;
}
.receipt__block:before {
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
}
.receipt__line {
    font-family: 'GothamPro-Light';
    font-size: 14px;
    line-height: 20px;
    color: #000;
}
.receipt__line a {
    color: #000;
}
.total_sale_link {
    border-bottom: 1px dotted #000;
    color: #212529;
}
.total_sale_link:hover {
    border-bottom: 1px dotted #ea6e5a;
    color: #ea6e5a;
}
.receipt__block--big-font .receipt__line {
    font-size: 16px;
}
.receipt__line + .receipt__line {
    margin-top: 10px;
}
.receipt__line span {
    font-family: 'GothamPro-Bold';
}
.receipt__line--big {
    padding-top: 15px;
}
.receipt__block--big-font > .row > div:first-child {
    border-right: 1px solid #e6e7e7;
}
.receipt__download {
    width: 120px;
    margin-left: auto;
    margin-right: auto;
}
.receipt__download-ico {
    width: 40px;
    height: 40px;
    margin: 0 auto 5px auto;
    border: 1px solid #e6e7e7;
    border-radius: 100%;
}
.receipt__download-ico svg {
    fill: #9b9b9a;
}
.receipt__download-text {
    font-size: 14px;
    line-height: 14px;
    color: #000;
    text-decoration: underline;
}
.receipt__line-header {
    margin-bottom: 10px;
    font-family: 'GothamPro-Bold';
    font-size: 14px;
    line-height: 14px;
    color: #9b9b9a;
    text-transform: uppercase;
}
.receipt__line-dots {
    line-height: 0;
}
.receipt__line-dots + .receipt__line-dots {
    margin-top: 10px;
}
.receipt__line-dots-text {
    font-family: 'ProximaNova-Bold';
    font-size: 14px;
    line-height: 14px;
    color: #000;
}
.receipt__line-dots-wide {
    border-bottom: 1px dotted #000;
}
.receipt__line-dots-sum {
    font-family: 'ProximaNova-Light';
    font-size: 14px;
    line-height: 14px;
    color: #000;
}
.receipt__line-finsum {
    margin-top: 20px;
    margin-bottom: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #9b9b9a;
    border-bottom: 1px solid #9b9b9a;
    line-height: 0;
}
.receipt__line-finsum-text {
    font-family: 'ProximaNova-Bold';
    font-size: 16px;
    line-height: 16px;
    color: #79363e;
}
.receipt__line-finsum-text.success{
    color: #9dc535;
}
.receipt__line-thankyou-text {
    font-family: 'ProximaNova-Light';
    font-size: 14px;
    line-height: 18px;
    color: #000;
}
.receipt__line-thankyou-text span {
    margin-bottom: 5px;
    font-family: 'GothamPro-Light';
    font-size: 18px;
    line-height: 18px;
    color: #000;
}
.receipt__alert {
    width: 160px;
    margin-left: auto;
    margin-right: auto;
    line-height: 0;
}
.receipt__alert-ico {
    width: 30px;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    border: 1px solid #ea6e5a;
    border-radius: 100%;
    font-family: 'GothamPro-Bold';
    font-size: 18px;
    line-height: 18px;
    color: #ea6e5a;
}
.receipt__alert-text-big {
    margin-bottom: 10px;
    font-family: 'GothamPro-Light';
    font-size: 16px;
    line-height: 16px;
    color: #ea6e5a;
}
.receipt__alert-text {
    font-size: 14px;
    line-height: 14px;
    color: #000;
}



/* present & giftcard */
.bloom__present-menu,
.bloom__postcard-menu {
    display: none;
    width: 50%;
    height: 1px;
    min-height: 100vh;
    padding: 100px 100px 100px 65px;
    background: #fff;
    -webkit-box-shadow: -10px 0px 21px 0px rgba(0, 0, 0, 0.19);
    box-shadow: -10px 0px 21px 0px rgba(0, 0, 0, 0.19);
    position: fixed;
    right: -100%;
    top: 0;
    z-index: 2100;
}
.bloom__present-menu-close,
.bloom__postcard-menu-close {
    font-family: 'GothamPro-Light';
    font-size: 14px;
    line-height: 14px;
    color: #9b9b9a;
    text-transform: uppercase;
    position: absolute;
    right: 100px;
    top: 30px;
    cursor: pointer;
}
.bloom__present-menu-close:after,
.bloom__postcard-menu-close:after {
    content: "";
    display: block;
    width: 36px;
    height: 36px;
    background: #c6c6c6;
    position: absolute;
    right: -1px;
    top: -1px;
    z-index: 1;
}
.bloom__present-menu-close:before,
.bloom__postcard-menu-close:before {
    content: "";
    display: block;
    width: 34px;
    height: 34px;
    background: #fff;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}
.bloom__present-menu-close svg,
.bloom__postcard-menu-close svg {
    fill: #9b9b9a;
    position: relative;
    z-index: 10;
}
.bloom__present-menu-close span + span,
.bloom__postcard-menu-close span + span {
    margin-left: 10px;
    padding: 10px;
    font-size: 0;
    line-height: 0;
    position: relative;
    z-index: 10;
}
.bloom__present-menu-close span + span:after,
.bloom__postcard-menu-close span + span:after {
    content: "";
    display: block;
    width: 16px;
    height: calc(100% + 2px);
    background: #fff;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: -1px;
    z-index: 5;
}
.bloom__present-menu-close span + span:before,
.bloom__postcard-menu-close span + span:before {
    content: "";
    display: block;
    width: calc(100% + 2px);
    height: 16px;
    background: #fff;
    position: absolute;
    left: -1px;
    top: 50%;
    margin-top: -8px;
    z-index: 5;
}

.bloom__present-menu-wrap {
    height: 100%;
    overflow: hidden;
}
.bloom__present-menu-header {
    margin-bottom: 40px;
    font-family: 'GothamPro-Light';
    font-size: 40px;
    line-height: 40px;
    color: #000;
}
.bloom__present-menu-tabs {
    padding: 20px 0;
    border-top: 1px solid #e6e7e7;
    position: relative;
}
.swiper-container--present-menu:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #e6e7e7;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}
.swiper-container--present-menu .swiper-wrapper {
    padding-bottom: 20px;
    z-index: 2;
}
.bloom__present-menu-tabs-item {
    width: auto;
    font-family: 'GothamPro-Light';
    font-size: 14px;
    line-height: 14px;
    color: #9b9b9a;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}
.bloom__present-menu-tabs-item:after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background: #000;
    position: absolute;
    left: 0;
    bottom: -20px;
    z-index: 2;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.bloom__present-menu-tabs-item--active {
    color: #000;
}
.bloom__present-menu-tabs-item--active:after {
    width: 100%;
}
.swiper-button-next--present-menu,
.swiper-button-prev--present-menu {
    width: 20px;
    height: 30px;
    margin-top: 0;
    background-image: none;
    left: auto;
    right: auto;
    top: 50%;
    margin-top: -25px;
    bottom: auto;
}
.swiper-button-prev--present-menu {
    left: -20px;
}
.swiper-button-prev--present-menu svg {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.swiper-button-next--present-menu {
    right: -20px;
}
.swiper-button-next--present-menu svg {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.bloom__present-menu-content{
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: auto;
    height: 100%;
}
.swiper-container--present-cards,
.swiper-container--postcards {
    width: 100%;
    height: 100%;
    padding-right: 30px;
}
.swiper-container--postcards {
    padding-right: 15px;
}
.swiper-container--present-cards .swiper-slide,
.swiper-container--postcards .swiper-slide {
    height: auto;
}

.bloom__present-menu-card {
    padding: 40px 0;
    border-bottom: 1px solid #e6e7e7;
}
.bloom__present-menu-card .bloom__moreless{
    margin: 5px auto;
}
.bloom__present-menu-card .bloom__button {
    margin-top: 10px;
}
.bloom__present-menu-card-img {
    width: 130px;
    height: 130px;
    margin-right: 30px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bloom__present-menu-card-header,
a.bloom__present-menu-card-header,
.bloom__present-menu-card-header a {
    margin-bottom: 10px;
    font-family: 'GothamPro-Bold';
    font-size: 16px;
    line-height: 22px;
    color: #000;
}
.bloom__present-menu-card-header,
.bloom__present-menu-card-text {
    margin-right: 30px;
}
.bloom__present-menu-card-price {
    font-family: 'GothamPro-Bold';
    font-size: 18px;
    line-height: 28px;
    color: #000;
}
.bloom__present-menu-card-price-old {
    font-family: 'GothamPro-Light';
    font-size: 14px;
    line-height: 24px;
    color: #000;
    text-decoration: line-through;
}
.bloom__present-menu-card-price-new {
    font-family: 'GothamPro-Bold';
    font-size: 18px;
    line-height: 28px;
    color: #af1f24;
}

.bloom__postcard-text {
    margin-bottom: 30px;
    padding: 11px;
    position: relative;
}
.bloom__postcard-text:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #d6d6d6;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.bloom__postcard-text:after {
    content: "";
    display: block;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    background: #fff;
    position: absolute;
    left: 1px;
    top: 1px;
    z-index: 2;
}
.bloom__postcard-text-block {
    position: relative;
    z-index: 10;
}
.bloom__postcard-text-block:before {
    content: "";
    display: block;
    width: calc(100% - 60px);
    height: calc(100% + 22px);
    background: #fff;
    position: absolute;
    left: 30px;
    top: -11px;
    z-index: 3;
}
.bloom__postcard-text-block:after {
    content: "";
    display: block;
    width: calc(100% + 22px);
    height: calc(100% - 60px);
    background: #fff;
    position: absolute;
    left: -11px;
    top: 30px;
    z-index: 4;
}
.bloom__postcard-text-block-back {
    padding: 60px 40px;
    background: url('../img/contacts-back.jpg') center center no-repeat;
    position: relative;
    z-index: 11;
}
.bloom__postcard-text .cart-page__input {
    height: 208px;
    font-family: 'BadScript-Regular';
    font-size: 20px;
}

.bloom__postcard-count {
    font-size: 14px;
    line-height: 14px;
    color: #9b9b9a;
}
.bloom__postcard-count span {
    margin-left: 5px;
    font-family: 'ProximaNova-Bold';
}
.bloom__postcard-button {
    padding-top: 40px;
}



/**/
.new-for-math svg {
    fill: #9b9b9a;
}
.new-plus {
    margin-left: 5px;
    margin-right: 5px;
    font-size: 24px;
    line-height: 24px;
    color: #9b9b9a;
}
.new-plus + div {
    margin-right: 15px;
}



.technical {
    margin-bottom: 80px;
}
.technical-wrap {
    padding-top: 100px;
    padding-left: 100px;
    padding-right: 100px;
    background: url('../img/technical.jpg') center top no-repeat;
}
.technical-header {
    margin-bottom: 100px;
    font-size: 50px;
    line-height: 50px;
    color: #000;
    text-transform: uppercase;
}
.technical-header__top {
    margin-bottom: 15px;
    font-family: 'GothamPro-Black';
}
.technical-header__top .row > div:first-child:before,
.technical-header__top .row > div:last-child:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #c6c3c2;
}
.technical-header__bottom {
    font-family: 'GothamPro-Light';
}

.technical-content {
    padding: 100px 200px;
    background: #fff;
    -webkit-box-shadow: 0px 10px 21px 0px rgba(0, 0, 0, 0.19);
    box-shadow: 0px 10px 21px 0px rgba(0, 0, 0, 0.19);
}
.technical-content__block + .technical-content__block {
    margin-top: 60px;
}
.technical-h3 {
    font-family: 'GothamPro-Light';
    font-size: 36px;
    line-height: 36px;
    color: #000;
    display: inline- ноblock;
}
.technical-h4 {
    font-family: 'GothamPro-Light';
    font-size: 24px;
    line-height: 24px;
    color: #000;
    display: inline-block;
}
.technical-h5 {
    font-family: 'GothamPro-Bold';
    font-size: 18px;
    line-height: 18px;
    color: #000;
    text-transform: uppercase;
    display: inline-block;
}
.technical-h6 {
    font-family: 'GothamPro-Bold';
    font-size: 14px;
    line-height: 14px;
    color: #000;
    display: inline-block;
}
.technical-ul {
    list-style-type: none;
    counter-reset: num;
    margin: 20px 0;
    padding: 0;
}
.technical-ul li + li {
    margin-top: 10px;
}
.technical-ul li:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 20px;
    border: 1px solid #ea6e5a;
    border-radius: 100%;
}

.technical-ol {
    list-style-type: none;
    counter-reset: num;
    margin: 20px 0;
    padding: 0;
}
.technical-ol .li + .li {
    margin-top: 10px;
}
.technical-ol .technical-ol > .li:before {
    content: counters(num, ".") ".";
    counter-increment: num;
    margin-right: 5px;
    font-family: 'ProximaNova-Bold';
    font-size: 16px;
    line-height: 26px;
    color: #ea6e5a;
}
.technical-ol > .li:before {
    content: counter(num);
    counter-increment: num;
    margin-right: 10px;
    font-family: 'ProximaNova-Bold';
    font-size: 36px;
    line-height: 36px;
    color: #ea6e5a;
}




@media (max-width: 1679px) {
    /* bouquets */
    .block-header__main {
        margin-bottom: -10px;
        font-size: 70px;
        line-height: 70px;
    }
    .block-header__main-sub {
        font-size: 40px;
        line-height: 40px;
    }
    .block-header__line {
        margin: 0 20px 25px 20px;
    }


    /* big menu */
    .big-menu {
        padding-left: 15px;
    }


    /* catalog page */
    .catalog-page__filter {
        width: 220px;
        padding-right: 0;
    }
    .catalog-page__content {
        padding-left: 0;
    }


    /* loyalty */
    .loyalty__item--s .loyalty__item-text1 {
        margin-bottom: 10px;
    }
    .loyalty__item--m .loyalty__item-text1 {
        margin-bottom: 20px;
    }
    .loyalty__item--l .loyalty__item-text1 {
        margin-bottom: 20px;
    }
    .loyalty__item--s .loyalty__item-text2 {
        margin-bottom: 0;
        font-size: 60px;
        line-height: 60px;
    }
    .loyalty__item--m .loyalty__item-text2 {
        margin-bottom: 10px;
        font-size: 70px;
        line-height: 70px;
    }
    .loyalty__item--l .loyalty__item-text2 {
        margin-bottom: 10px;
        font-size: 80px;
        line-height: 80px;
    }


    /* quality control */
    .bestseller {
        padding: 160px 40px;
    }


    /* present & giftcard */
    .bloom__present-menu,
    .bloom__postcard-menu {
        padding: 60px 60px 60px 40px;
    }
    .bloom__present-menu-close,
    .bloom__postcard-menu-close {
        right: 60px;
    }
    .bloom__present-menu-card-img {
        width: 100px;
        height: 100px;
        margin-right: 15px;
    }
    .bloom__present-menu-card-header,
    .bloom__present-menu-card-text {
        margin-right: 15px;
    }



    /* 16.05 */
    .blog__item-img-wrap {
        width: 320px;
    }
    .delivery__block-right {
        width: 720px;
    }
    .corporate-clients__block-right {
        width: 720px;
    }
    .loyalty__item-text3 {
        font-size: 18px;
        line-height: 26px;
    }
}

@media (max-width: 1439px) {
    .accordion__item-main-text-wrap {
        width: 320px;
    }
    .blog-page {
        padding-right: 0;
    }

    .technical-wrap {
        padding-left: 40px;
        padding-right: 40px;
    }
    .technical-header {
        margin-bottom: 60px;
        font-size: 36px;
        line-height: 36px;
    }

    .technical-content {
        padding: 100px;
    }
}
@media (max-width: 1199px) {
    /* mobile menu */
    .bloom__mobile-menu-top {
        height: 80px;
        min-height: 80px;
        border-bottom: 1px solid #e6e7e7;
    }
    .bloom__mobile-menu-close-ico {
        margin-left: 0;
    }
    .bloom__mobile-menu-close-ico svg {
        width: 16px;
        height: auto;
    }


    /* topping */
    .topping {
        height: 80px;
    }
    .topping__info {
        margin-bottom: 0;
    }
    .topping__info-cart-item-img {
        width: 60px;
        height: 60px;
    }
    .topping__info-cart-item-name {
        font-size: 12px;
        line-height: 12px;
    }
    .topping__info-cart-item-line .bloom__moreless {
        margin-bottom: 5px;
    }
    .topping__info-cart-item-price {
        margin: 0 5px;
        font-size: 12px;
        line-height: 12px;
    }
    .topping__info-mobile-menu-trigger {
        width: 40px;
    }
    .topping__info-cart-cntrl-continue {
        margin-bottom: 10px;
    }


    /* main block */
    .main-block__left {
        margin-left: auto;
        margin-right: auto;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .main-block__right-structure {
        padding-bottom: 0;
    }
    .main-block__right-img {
        height: calc(100% - 60px);
    }


    /* bouquets */
    .block-header__text {
        width: 320px;
        padding: 30px 20px;
    }
    .block-header__main {
        margin-bottom: 50px;
        font-size: 34px;
        line-height: 34px;
    }
    .block-header__main-sub {
        font-size: 25px;
        line-height: 25px;
    }
    .block-header__line {
        margin: 0 20px 65px 20px;
    }


    /* big menu */
    .big-menu--one {
        height: auto;
    }
    .big-menu__column--one {
        height: 360px;
        margin-top: 30px;
    }
    .big-menu__column--one .big-menu__column-big {
        height: 100%;
        width: calc(58.333333% - 15px);
        margin-right: 30px;
        margin-bottom: 0;
    }
    .big-menu__column--one .big-menu__column-small {
        height: 100%;
        width: calc(41.666667% - 15px);
        margin-bottom: 0;
    }
    .big-menu__column--two {
        height: 540px;
    }
    .big-menu__item-name {
        font-size: 16px;
        line-height: 16px;
    }

    .big-menu--two {
        height: auto;
    }
    .big-menu--two .big-menu__column {
        height: 540px;
    }
    .big-menu__item--mono {
        height: 360px;
        margin-top: 30px;
    }


    /* accordion */
    .accordion__header {
        font-size: 35px;
        line-height: 35px;
    }
    .accordion__content {
        height: 600px;
    }
    .accordion__item {
        min-width: 40px;
    }
    .accordion__item-header {
        width: 600px;
        padding-left: 20px;
        font-size: 16px;
        line-height: 16px;
    }
    .accordion__item-main-text-wrap {
        width: 300px;
    }
    .accordion__item-main-text-header {
        font-size: 30px;
        line-height: 30px;
    }
    .accordion__item-main-text-header:before {
        width: 30px;
    }
    .accordion__item-main-text-content {
        font-size: 14px;
        line-height: 22px;
    }
    .accordion__item--active .accordion__item-main-img {
        width: 250px;
        min-width: 250px;
    }


    /* cart page */
    .cart-page__list {
        width: 240px;
    }
    .cart-page__block-line > .row > div + div .cart-page__input-wrap {
        margin-top: 15px;
    }
    .cart-page .coupon-block .cart-page__input-wrap {
        width: 90%;
    }
    .cart-page #button-coupon {
        margin-top: 20px;
        margin-left: 0;
    }

    /* catalog page */
    .swiper-container--catalog-swiper {
        height: 400px;
    }
    .catalog-page__swiper-item-text {
        margin-left: 40px;
        font-size: 60px;
        line-height: 60px;
    }


    /* blog */
    .blog__topping {
        height: auto;
        margin-bottom: 60px;
    }
    .blog__topping-left {
        height: auto;
        padding: 60px 0;
    }
    .blog__topping-left-wrap {
        width: auto;
        max-width: 500px;
        margin-left: 20px;
    }
    .blog__topping-left-header {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    .blog__topping-left-text {
        font-size: 16px;
        line-height: 26px;
    }

    .blog__topping-right {
        height: 500px;
        padding: 30px;
    }
    .blog__topping-right-text {
        font-size: 14px;
        line-height: 14px;
    }

    .blog__item-wrap {
        margin-bottom: 20px;
    }
    .blog__item-img-wrap {
        width: 180px;
        height: 140px;
    }
    .blog__item-tag {
        margin-bottom: 20px;
    }
    .blog__item-header {
        margin-bottom: 20px;
    }
    .blog__item-text {
        margin-bottom: 20px;
    }

    .blog__menu {
        width: 260px;
    }
    .blog__menu-item-name {
        font-size: 16px;
        line-height: 16px;
    }
    .blog__menu-item .bloom__card-info-price-old,
    .blog__menu-item .bloom__card-info-price-new {
        font-size: 14px;
        line-height: 14px;
    }


    /* contacts */
    .contacts__info-left {
        width: 100%;
        height: 560px;
    }
    .contacts__info-right {
        width: calc(100% - 40px);
        padding: 40px;
        margin-left: 20px;
        margin-top: -60px;
    }

    .contacts__address-left {
        width: 500px;
        margin-right: auto;
        margin-left: auto;
        padding: 40px;
    }
    .contacts__address-right {
        height: 460px;
        margin-top: -60px;
    }

    .contacts__form-left {
        width: 280px;
        margin-right: -40px;
        font-size: 24px;
        line-height: 34px;
    }
    .contacts__form-left:after {
        width: 40px;
        right: 20px;
        top: 50px;
    }
    .contacts__form-right {
        padding: 40px 60px;
    }


    /* corporate clients */
    .corporate-clients__block-left {
        width: 100%;
        height: 560px;
    }
    .corporate-clients__block-right {
        width: calc(100% - 40px);
        padding: 40px;
        margin-left: 20px;
        margin-top: -60px;
    }

    .corporate-clients__scheme {
        padding: 40px 15px;
    }
    .corporate-clients__scheme-wrap {
        padding: 60px 0;
    }
    .corporate-clients__scheme-wrap .w-100 {
        margin: 15px 0;
    }

    .corporate-clients__info {
        margin-bottom: 0;
    }
    .corporate-clients__info-block {
        height: auto;
        margin-bottom: 30px;
        padding: 40px 15px;
    }


    /* delivery */
    .delivery__block-left {
        height: 560px;
    }
    .delivery__block-right {
        width: calc(100% - 40px);
        margin-left: 20px;
        margin-top: -60px;
        padding: 60px 60px 0 60px;
        position: relative;
        right: auto;
        top: auto;
    }
    .delivery__block-right-footer {
        margin: 0 -60px;
    }

    .payment-method {
        width: calc(100% - 40px);
        height: auto;
        margin-left: 20px;
    }
    .payment-method__left {
        height: auto;
        padding: 80px 15px 0 15px;
        background: #fff;
        position: relative;
        z-index: 2;
    }
    .payment-method__right {
        height: 560px;
        background-position: center top;
        background-color: #fff;
        position: relative;
        z-index: 1;
    }

    .faq {
        width: calc(100% - 40px);
        margin-left: 20px;
    }
    .faq__header {
        margin-bottom: -10px;
        font-size: 60px;
        line-height: 60px;
    }
    .faq__drop-cntrl {
        width: 240px;
        padding-top: 20px;
        padding-right: 5px;
    }
    .faq__drop-cntrl-item {
        font-size: 16px;
        line-height: 16px;
    }
    .faq__drop-cntrl-item + .faq__drop-cntrl-item {
        margin-top: 30px;
    }
    .faq__drop-cntrl-item:after {
        right: -60px;
    }
    .faq__drop-cntrl-item--active:after {
        width: 40px;
    }
    .faq__drop-content {
        padding: 40px;
    }


    /* loyalty */
    .loyalty__block {
        padding-top: 40px;
    }
    .loyalty__block-text {
        margin-top: 0;
        margin-left: auto;
        margin-right: auto;
    }
    .loyalty__block-wrap {
        margin-top: 0;
        padding: 60px 30px 80px 30px;
    }
    .loyalty__item {
        width: 100%;
    }
    .loyalty__item:before {
        width: calc(100% + 40px);
        height: calc(100% + 40px);
        left: -20px;
        top: -20px;
    }
    .loyalty__item-text1 {
        padding-bottom: 5px;
        font-size: 20px;
        line-height: 20px;
    }
    .loyalty__item--s .loyalty__item-text1 {
        margin-bottom: 10px;
    }
    .loyalty__item--m .loyalty__item-text1 {
        margin-bottom: 20px;
    }
    .loyalty__item--l .loyalty__item-text1 {
        margin-bottom: 20px;
    }
    .loyalty__item--s .loyalty__item-text2 {
        margin-bottom: 0;
        font-size: 35px;
        line-height: 35px;
    }
    .loyalty__item--m .loyalty__item-text2 {
        margin-bottom: 10px;
        font-size: 45px;
        line-height: 45px;
    }
    .loyalty__item--l .loyalty__item-text2 {
        margin-bottom: 10px;
        font-size: 55px;
        line-height: 55px;
    }
    .loyalty__item-text3 {
        font-size: 14px;
        line-height: 24px;
    }


    /* quality control */
    .quality-control .delivery__block-right {
        padding: 60px 40px;
    }
    .quality-control__header {
        font-size: 30px;
        line-height: 30px;
    }
    .quality-control__header-sub {
        font-size: 20px;
        line-height: 20px;
    }
    .quality-control__block + .quality-control__block {
        margin-top: 30px;
    }
    .quality-control__block-header-text {
        font-size: 16px;
        line-height: 16px;
    }
    .quality-control__block-content {
        font-size: 16px;
        line-height: 26px;
    }

    .bestseller {
        margin-left: 20px;
        margin-right: 20px;
        padding: 100px 15px;
    }
    .bestseller__circle {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 60px;
    }

    .post-sale {
        margin-bottom: 40px;
        padding: 0 15px 40px 15px;
    }
    .post-sale__img {
        margin-bottom: 30px;
    }


    /* product page */
    .product-page__swiper {
        width: 100%;
    }
    .product-page__block {
        margin-top: 0;
    }

    .bloom__promo-item {
        margin-bottom: 30px;
    }


    /* present & giftcard */
    .bloom__present-menu,
    .bloom__postcard-menu {
        width: 100%;
        padding: 40px;
    }
    .bloom__present-menu-close,
    .bloom__postcard-menu-close {
        right: 40px;
    }



    /* 16.05 */
    .block-header--left .block-header__main,
    .block-header--left .block-header__main-sub {
        margin-left: 0;
    }
    .product-page__info {
        margin-bottom: 20px;
    }
}
@media (max-width: 991px) {
    /* bloom card */
    .bloom__card-img {
        height: 340px;
    }
    .bloom__card-badge {
        left: 10px;
    }
    .bloom__card-badge-text {
        font-size: 12px;
        line-height: 12px;
    }
    .bloom__card-badge-line {
        margin: 0 10px;
    }
    .bloom__card-info-top {
        margin-bottom: 5px;
    }
    .bloom__card-info-bottom .bloom__button {
        margin-top: 5px;
    }
    .bloom__card-img-text-wrap {
        padding: 15px 15px 15px 45px;
    }


    /* catalog page */
    .swiper-container--catalog-swiper {
        height: 300px;
    }


    /* 16.05 */
    .topping__logo-img {
        width: 120px;
    }
    .topping__logo-text {
        margin-left: 15px;
        padding: 5px 0 5px 15px;
    }
    .blog-page__text img {
        width: 100%;
        max-width: 100%;
    }
    .warranty__item {
        max-width: 220px;
    }
    .bloom__card-info-one-click {
        width: 220px;
        margin-left: -110px;
    }
    .similar__header {
        font-size: 18px;
        line-height: 18px;
    }

    /* coupon-block */
    .coupon-block__discount-title {
        font-size: 18px;
    }

    .technical-wrap {
        padding-top: 40px;
        padding-left: 0;
        padding-right: 0;
    }
    .technical-header {
        margin-bottom: 40px;
        font-size: 20px;
        line-height: 24px;
    }
    .technical-header__top {
        margin-bottom: 10px;
    }
    .technical-header__top .row > div:first-child:before,
    .technical-header__top .row > div:last-child:after {
        margin-top: 10px;
    }

    .technical-content {
        padding: 40px 15px;
    }
    .technical-content__block + .technical-content__block {
        margin-top: 40px;
    }
    .technical-h3 {
        margin-bottom: 5px;
        font-size: 28px;
        line-height: 28px;
        display: inline;
    }
    .technical-h4 {
        margin-bottom: 5px;
        font-size: 24px;
        line-height: 24px;
        display: inline;
    }
    .technical-h5 {
        margin-bottom: 5px;
        font-size: 16px;
        line-height: 16px;
        display: inline;
    }
    .technical-h6 {
        margin-bottom: 5px;
        font-size: 14px;
        line-height: 14px;
        display: inline;
    }

    .technical-ol > .li:before {
        font-size: 18px;
        line-height: 18px;
    }

}
@media (max-width: 839px) {
    /* bouquets */
    .block-header--left .block-header__main,
    .block-header--left .block-header__main-sub {
        margin-left: 0;
    }
    .block-header--right .block-header__main,
    .block-header--right .block-header__main-sub {
        margin-right: 0;
    }

    .swiper-container--bouquets,
    .swiper-container--flower-composition,
    .swiper-container--gift-set {
        padding: 15px 15px 30px 15px;
    }
    .swiper-button-prev--bouquets,
    .swiper-button-next--bouquets,
    .swiper-button-prev--flower-composition,
    .swiper-button-next--flower-composition,
    .swiper-button-prev--gift-set,
    .swiper-button-next--gift-set {
        top: 240px;
    }
    .swiper-button-prev--bouquets,
    .swiper-button-prev--flower-composition,
    .swiper-button-prev--gift-set {
        right: auto;
        left: 0;
    }
    .swiper-button-next--bouquets,
    .swiper-button-next--flower-composition,
    .swiper-button-next--gift-set {
        right: 0;
        left: auto;
    }


    /* bloom card */
    .bloom__card-img:hover {
        -webkit-transform: scale(1.02);
        -ms-transform: scale(1.02);
        transform: scale(1.02);
    }
}
@media (max-width: 767px) {
    /* mobile menu */
    .topping__info-mobile-menu-trigger {
        width: 30px;
        padding-top: 7px;
        border-left: none;
    }
    .topping__info-mobile-menu-trigger-ico {
        margin-left: 0;
    }
    .topping__info-mobile-menu-trigger-ico svg {
        width: 30px;
    }

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

    .bloom__mobile-menu .topping__info-language {
        display: block;
    }

    .bloom__mobile-menu-close-ico svg {
        width: 20px;
    }
    /* coupon block */
    .product-page .coupon-block #button-coupon, .product-page .coupon-block .coupon-block__remove {
        margin: 0 0 0 0;
    }
    .coupon-block__discount{
        margin-bottom: 5px;
    }
    .coupon-block__discount-title {
        font-size: 18px;
    }
    .coupon-block__tooltip{
        margin-left: 10px;
        width: 20px;
        height: 20px;
        font-size: 14px;
        line-height: 14px;
    }
    /* topping */
    .topping .topping__info-language {
        display: none;
    }

    .topping__logo-img {
        width: 110px;
        padding-bottom: 7px;
    }

    .topping__logo-text {
        margin-left: 20px;
        padding: 5px 0 5px 20px;
        font-size: 12px;
        line-height: 14px;
        display: none;
    }

    .topping__info-phone {
        margin-right: 0;
        font-size: 12px;
        line-height: 28px;
    }
    .topping__info-currency {
        width: 70px;
    }
    .topping__info-currency-view-arrow {
        margin-left: 0;
    }
    .topping__info-currency-content {
        top: -25px;
    }
    .topping__info-language {
        width: 70px;
    }
    .topping__info-language-view-arrow {
        margin-left: 0;
    }
    .topping__info-language-content {
        top: -25px;
    }
    .topping__info-cart {
        width: 70px;
        margin-right: 20px;
        border-left: none;
    }
    .topping__info-cart-view {
        padding-top: 30px;
    }
    .topping__info-cart-content {
        width: 290px;
        left: auto;
        right: -20px;
    }


    /* footer */
    .footer .topping__logo {
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 30px;
    }
    .footer__link-item {
        margin-bottom: 5px;
    }

    .footer__top-text {
        max-width: 100%;
        padding-top: 0;
        margin-bottom: 15px;
    }


    /* main block */
    .main-block {
        padding-bottom: 40px;
    }
    .main-block__left {
        padding-top: 10px;
        padding-bottom: 30px;
    }
    .main-block__left-header {
        margin-bottom: 10px;
        font-size: 21px;
        line-height: 25px;
    }
    .main-block__left-header span {
        font-size: 19px;
    }
    .main-block__left-text {
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 24px;
    }
    .bloom__search-tabs-item {
        height: 32px;
        font-size: 12px;
        line-height: 12px;
    }
    .main-block__right {
        height: 400px;
        margin-bottom: 20px;
    }
    .main-block__right-structure {
        padding: 30px 0 0 0;
    }
    .main-block__right-badge {
        width: 140px;
        height: 140px;
        padding-top: 10px;
    }
    .main-block__right-badge-name {
        font-size: 13px;
        line-height: 16px;
    }
    .main-block__right-badge-price {
        margin-bottom: 5px;
        font-size: 16px;
        line-height: 16px;
    }
    .main-block__right-badge-old-price {
        font-size: 14px;
        line-height: 14px;
    }
    .main-block__right-badge-link {
        font-size: 11px;
    }


    /* bouquets */
    .block-with-header {
        margin-left: 0;
        margin-right: 0;
        background: none;
    }
    .block-header--left {
        margin-right: 0;
    }
    .block-header--right {
        margin-left: 0;
    }
    .block-header {
        margin-bottom: 0;
        top: 0;
    }
    .block-header__main {
        margin-bottom: 20px;
    }
    .block-header__main,
    .block-header__main-sub,
    .block-header__text-header,
    .block-header__text-content {
        text-align: center !important;
    }
    .block-header--left .block-header__main,
    .block-header--left .block-header__main-sub {
        margin-left: 0;
    }
    .block-header--right .block-header__main,
    .block-header--right .block-header__main-sub {
        margin-right: 0;
    }
    .block-header__text {
        width: auto;
        padding: 0;
        background: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }


    /* subscribe */
    .subscribe {
        margin-bottom: 30px;
    }
    .subscribe .container-fluid {
        padding-top: 30px;
    }
    .subscribe .container-fluid > .row > div:first-child {
        margin-bottom: 30px;
        padding-bottom: 30px;
        border-right: none;
        border-bottom: 1px solid #fff;
    }


    /* accordion */
    .accordion__content {
        height: auto;
    }
    .accordion__item {
        min-width: 100%;
        height: auto;
        min-height: 40px;
        -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
    }
    .accordion__item-header {
        width: 100%;
        left: 0;
        top: 50%;
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0deg) translate(0, -50%);
        -ms-transform: rotate(0deg) translate(0, -50%);
        transform: rotate(0deg) translate(0, -50%);
    }
    .accordion__item-main {
        height: auto;
    }
    .accordion__item-main-img {
        width: 100% !important;
        min-width: 100% !important;
        height: 0;
    }
    .accordion__item-main-text-wrap {
        width: auto;
        height: 0;
        padding: 0 15px 0 15px;
        position: relative;
        left: auto;
        top: auto;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    .accordion__item--active .accordion__item-main-img {
        height: 360px;
    }
    .accordion__item--active .accordion__item-main-text-wrap {
        opacity: 1;
        height: auto;
        padding: 50px 15px 30px 15px;
    }

    /* breadcrumb */
    .breadcrumb {
        margin-bottom: 0;
    }

    /* error page */
    .error-page {
        height: 70vh;
    }
    .error-page__title{
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 10px;
    }
    .error-page__description{
        text-align: center;
    }

    /* cart page */
    .cart-page__list {
        width: auto;
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }
    .cart-page__title {
        font-size: 21px;
        line-height: 25px;
    }
    .cart-page__content {
        padding: 20px 15px;
    }
    .cart-page__button .bloom__button{
        margin: 0;
    }
    /* catalog page */
    .catalog-page__filter {
        width: 100%;
    }
    .catalog-page__filter-price {
        margin-bottom: 40px;
    }
    .catalog-page__filter-drop {
        margin-bottom: 20px;
        padding: 15px;
        border: 1px solid #000;
        border-radius: 20px;
    }
    .catalog-page__filter-drop-header.cart-page__header-line {
        padding-top: 0;
        margin-bottom: 0;
        cursor: pointer;
    }
    .catalog-page__filter-drop-header.cart-page__header-line:before {
        display: none;
    }
    .catalog-page__filter-drop-content {
        display: none;
        padding-top: 20px;
    }


    /* blog */
    .blog__topping-left {
        padding: 40px 15px;
    }
    .blog__topping-left-header {
        font-size: 36px;
        line-height: 36px;
    }
    .blog__topping-left-text {
        font-size: 16px;
        line-height: 26px;
    }

    .blog__topping-right {
        height: 300px;
        padding: 15px;
    }
    .blog__topping-right > .row > div {
        -ms-flex: 0 0 0;
        flex: 0 0 0;
        max-width: 100%;
    }
    .blog__topping-right-text {
        margin-bottom: 10px;
    }

    .blog__item {
        margin-bottom: 60px;
    }
    .blog__item-wrap {
        margin-bottom: 20px;
    }
    .blog__item-img-wrap {
        width: 100%;
        height: 220px;
        margin-bottom: 20px;
    }
    .blog__item-header {
        margin-bottom: 0;
    }

    .blog__menu {
        width: 100%;
    }
    .catalog-page__filter-drop {
        margin-top: 40px;
    }

    .bloom__pagination {
        margin-bottom: 60px;
    }


    /* blog page */
    .blog-page .blog__item-header {
        margin-bottom: 20px;
    }


    /* contacts */
    .contacts__info-left {
        height: 220px;
    }
    .contacts__info-right {
        width: 100%;
        padding: 40px 30px;
        margin-left: 0;
        margin-top: 0;
    }
    .contacts__info-right-schedule {
        margin-bottom: 40px;
    }
    .contacts__info-right-schedule > .row > div:first-child {
        padding-top: 0;
        padding-bottom: 30px;
        padding-right: 15px;
        border-right: none;
        border-bottom: 1px solid #9b9b9a;
    }
    .contacts__info-right-schedule > .row > div:first-child + div {
        padding-top: 30px;
        padding-left: 15px;
    }
    .contacts__info-right-header {
        margin-bottom: 30px;
        font-size: 24px;
        line-height: 24px;
    }
    .contacts__info-right-phone-line-right,
    .contacts__info-right-phone-line-right a {
        font-size: 16px;
        line-height: 26px;
    }
    .contacts__info-right-phone-line-right br + a {
        margin-top: 10px;
    }

    .contacts__address-left {
        width: auto;
        padding: 40px 30px;
    }
    .contacts__address-left-text {
        font-size: 16px;
        line-height: 26px;
    }
    .contacts__address-right {
        height: 460px;
        margin-top: 40px;
    }

    .contacts__form-left {
        width: auto;
        margin-right: 0;
        margin-bottom: 40px;
    }
    .contacts__form-left:after {
        display: none;
    }
    .contacts__form-right {
        padding: 40px 15px;
    }


    /* corporate clients */
    .corporate-clients__block-left {
        height: 220px;
    }
    .corporate-clients__block-right {
        width: 100%;
        padding: 40px 15px;
        margin-left: 0;
        margin-top: 0;
    }
    .corporate-clients__block-right-header {
        margin-bottom: 20px;
        font-size: 20px;
        line-height: 30px;
    }

    .corporate-clients__scheme-header {
        margin-bottom: -12px;
        font-size: 24px;
        line-height: 24px;
    }
    .corporate-clients__scheme-header:before,
    .corporate-clients__scheme-header:after {
        width: calc(50% - 110px);
    }
    .corporate-clients__scheme-wrap {
        padding: 60px 0 30px 0;
    }
    .corporate-clients__scheme-item {
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
    }

    .corporate-clients__info-block-header {
        font-size: 20px;
        line-height: 30px;
    }


    /* delivery */
    .delivery__block-left {
        height: 220px;
    }
    .delivery__block-right {
        width: 100%;
        margin-left: 0;
        margin-top: 0;
        padding: 20px 15px 0 15px;
    }
    .delivery__block-right-calc-wrap > .row > div:first-child {
        margin-bottom: 30px;
    }
    .delivery__block-right-footer {
        margin: 0 -15px;
    }
    .delivery__block-right-footer-wrap {
        width: 100%;
        font-size: 16px;
        line-height: 26px;
    }

    .payment-method {
        width: 100%;
        margin-left: 0;
    }
    .payment-method__right {
        height: 300px;
    }
    .faq-footer, .catalog-description {
        padding: 0 20px;
    }
    .faq-footer .faq__drop-content, .catalog-description .catalog__content {
        padding: 30px 20px;
    }
    .faq {
        width: 100%;
        margin-left: 0;
    }
    .faq__header {
        margin-bottom: 30px;
        font-size: 36px;
        line-height: 36px;
    }
    .faq__drop-content {
        padding: 0 15px 15px 15px;
    }
    .faq__section-item {
        padding: 20px 0;
    }
    .faq__drop-cntrl {
        width: 100%;
        margin-bottom: 30px;
        padding-top: 0;
        padding-right: 0;
    }
    .faq__drop-cntrl-item:after {
        height: 1px;
        right: 50%;
        margin-right: -20px;
        top: calc(100% + 10px);
    }


    /* loyalty */
    .loyalty {
        margin-bottom: 40px;
    }
    .loyalty__block-text {
        padding: 30px 15px;
    }
    .loyalty__block-wrap {
        padding: 60px 15px 0 15px;
    }
    .loyalty__item {
        margin-bottom: 60px;
    }
    .loyalty__item--s {
        width: 150px;
    }
    .loyalty__item--m {
        width: 200px;
    }
    .loyalty__item--l {
        width: 240px;
    }


    /* quality control */
    .quality-control .delivery__block-right {
        padding: 30px 15px;
    }
    .quality-control__header {
        font-size: 24px;
        line-height: 24px;
    }
    .quality-control__header-sub {
        margin-bottom: 30px;
        font-size: 18px;
        line-height: 18px;
    }

    .bestseller {
        margin-left: 0;
        margin-right: 0;
        padding: 60px 15px;
    }
    .bestseller__circle {
        width: 260px;
        height: 260px;
        margin-bottom: 100px;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .bestseller__circle-flags {
        width: 100%;
        left: 0;
        top: 0;
    }
    .bestseller__circle-flags-item {
        width: 40px;
        height: 40px;
    }

    .bestseller__circle-flags-item--style2,
    .bestseller__circle-flags-item--style4 {
        margin-top: 40px;
    }
    .bestseller__circle-flags-item--style2 {
        margin-left: -10px;
    }
    .bestseller__circle-flags-item--style4 {
        margin-right: -10px;
    }
    .bestseller__circle-flags-item--style1,
    .bestseller__circle-flags-item--style5 {
        margin-top: 100px;
    }
    .bestseller__circle-flags-item--style1 {
        margin-left: 0;
    }
    .bestseller__circle-flags-item--style5 {
        margin-right: 0;
    }
    .bestseller__circle-flags-item--style3 {
        margin-left: 30px;
        margin-right: 30px;
    }
    .bestseller__circle-text {
        top: 75%;
    }
    .bestseller__circle-text-header {
        font-size: 16px;
        line-height: 26px;
    }

    .bestseller__header {
        margin-bottom: 20px;
        font-size: 30px;
        line-height: 30px;
    }

    .warranty {
        padding: 40px 15px 80px 15px;
    }
    .warranty__content {
        height: auto;
    }
    .warranty__header {
        margin-bottom: 40px;
        font-size: 24px;
        line-height: 34px;
    }
    .warranty__big-text {
        width: 100%;
        margin-bottom: 30px;
        font-size: 20px;
        line-height: 30px;
        white-space: normal;
        text-align: center;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    .warranty__big-text > div {
        position: relative;
        left: 0;
        top: 0;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    .warranty__big-text span {
        font-size: 16px;
        line-height: 16px;
        top: -6px;
    }
    .warranty__item-wrap-left .warranty__item {
        padding-right: 0;
        border-right: none;
    }
    .warranty__item-wrap-right .warranty__item {
        padding-left: 0;
        border-left: none;
    }
    .warranty__item {
        width: 200px;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
        padding-top: 30px;
        font-size: 16px;
        line-height: 26px;
        position: relative;
    }
    .warranty__item:before {
        content: "";
        display: block;
        width: 80px;
        height: 2px;
        background: #fff;
        position: absolute;
        left: 50%;
        margin-left: -40px;
        top: 0;
    }

    .post-sale {
        padding: 0;
    }
    .post-sale__wrap {
        padding: 40px 15px;
        top: 0;
    }


    /* product page */
    .product-page .coupon-block {
        margin-top: -30px;
        margin-bottom: 30px;
    }
    .product-page #coupon-applied {
        margin-top: -10px;
        margin-bottom: 30px;
    }
    .product-page__swiper {
        height: auto;
        margin-bottom: 30px;
        padding-bottom: 80px;
    }
    .swiper-container--product-big {
        width: 100%;
        max-width: 400px;
        height: 260px;
        min-height: 0;
        margin-left: auto;
    }
    .product-page__top-button-wrap {
        width: 220px;
        height: 60px;
        position: absolute;
        left: 50%;
        margin-left: -110px;
        top: auto;
        bottom: 0;
        margin-top: 0;
    }
    .swiper-button-next--thumb,
    .swiper-button-prev--thumb {
        left: auto;
        right: auto;
        top: 15px;
        bottom: auto;
    }
    .swiper-button-prev--thumb {
        left: -40px;
    }
    .swiper-button-prev--thumb svg {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .swiper-button-next--thumb {
        right: -40px;
    }
    .swiper-button-next--thumb svg {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    .product-page__info {
        padding-left: 0;
        padding-top: 60px;
        padding-right: 0;
    }

    .product-page__block {
        padding: 25px 15px;
    }
    .product-page__header {
        height: auto;
        margin-bottom: 10px;
        padding-right: 0;
        border-right: none;
        font-size: 18px;
        line-height: 26px;
    }
    .product-page__size {
        height: auto;
        margin-top: 15px;
        padding-left: 0;
        padding-right: 0;
        padding-top: 15px;
        padding-bottom: 15px;
        border-top: 1px solid #e6e7e7;
        border-bottom: 1px solid #e6e7e7;
    }
    .product-page__present-trigger {
        margin-bottom: 20px;
    }
    .product-page .bloom__search-label {
        margin-right: 30px;
        margin-left: 0;
    }
    .product-page .product-page__wrap1 {
        margin-bottom: 30px;
    }
    .product-page .bloom__moreless {
        margin-bottom: 30px;
    }
    .product-page .cart-page__input-wrap {
        margin-top: 30px;
    }
    .product-page--contact .cart-page__input-wrap {
        margin-top: 0;
    }
    .product-page__no-time {
        height: auto;
        margin-top: 30px;
    }

    .bloom__promo {
        margin-bottom: 20px;
        padding-top: 20px;
    }


    /* present & giftcard */
    .bloom__present-menu,
    .bloom__postcard-menu {
        padding: 80px 15px 60px 15px;
    }
    .bloom__present-menu-close,
    .bloom__postcard-menu-close {
        top: 20px;
        right: 15px;
    }
    .bloom__present-menu-header {
        margin-bottom: 20px;
        font-size: 24px;
        line-height: 24px;
    }
    .bloom__present-menu-tabs {
        margin-left: 20px;
        margin-right: 20px;
    }
    .bloom__present-menu-tabs-item {
        font-size: 12px;
        line-height: 12px;
        text-align: center;
    }
    .bloom__present-menu-card {
        padding: 20px 0;
    }
    .bloom__present-menu-card-header {
        margin-top: 20px;
    }
    .bloom__present-menu-card-header,
    .bloom__present-menu-card-text {
        margin-right: 0;
    }

    .bloom__postcard-text-block-back {
        padding: 30px 15px;
    }



    /* 16.05 */
    .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
    .footer__top {
        padding: 0 15px;
    }
}
@media (max-width: 575px) {
    .swiper-container--present-cards, .swiper-container--postcards{
        padding: 0 20px;
    }
    .blog-page__text img, .blog-page__text figure {
        width: 100%!important;
        max-width: 100%;
    }
    .swiper-container--present-cards .bloom__moreless{
        margin: 5px 0 5px auto;
    }

    .mfilter-box{
        display: none;
    }

    .table-responsive .article{
        display: none;
    }

    /* product page */
    .product-page__block .bloom__button{
        margin: 0 0 0 auto;
    }
    .gift-block__title{
        margin-bottom: 10px;
    }
    .gift-block__gift{
        width: 100%;
        margin-bottom: 15px;
    }
    .gift-block__gift a{
        float: right;
        margin-right: 10px;
    }

    /* error page */

    .error-page{
        margin: 20px 15px;
    }
    .error-page__description{
        padding: 0 20px;
    }

    /* mobile menu */
    .bloom__mobile-menu {
        width: 100%;
        padding-right: 15px;
    }

    .bloom__mobile-menu-wrap {
        width: 100%;
        margin-right: 0;
    }


    /* main block */
    .main-block__right {
        height: 300px;
    }
    .main-block__right-structure {
        padding: 0;
    }
    .main-block__right-img {
        height: 100%;
    }
    .bloom__search-label {
        margin-right: 15px;
        margin-left: 15px;
    }
    .bloom__card .bloom__search-checkbox{
        margin-bottom: 0;
    }
    .bloom__search-checkbox {
        margin-bottom: 20px;
    }
    .bloom__search-footer-line {
        margin-bottom: 20px;
    }


    /* bouquets */
    .swiper-button-prev--bouquets,
    .swiper-button-next--bouquets,
    .swiper-button-prev--flower-composition,
    .swiper-button-next--flower-composition,
    .swiper-button-prev--gift-set,
    .swiper-button-next--gift-set {
        top: 30%;
    }


    /* big menu */
    .big-menu {
        margin-bottom: 60px;
    }
    .big-menu__column--one {
        height: auto;
        margin-top: 30px;
    }
    .big-menu__column--one .big-menu__column-big {
        height: 100%;
        width: 100%;
        margin-right: 0;
    }
    .big-menu__column--one .big-menu__column-small {
        height: 100%;
        width: 100%;
        margin-top: 30px;
    }
    .big-menu__column--two {
        height: auto;
        margin-top: 30px;
    }

    .big-menu--two .big-menu__column {
        height: auto;
    }
    .big-menu__item--mono {
        height: auto;
        margin-top: 30px;
    }
    .big-menu__item {
        height: 250px;
    }
    .big-menu--two .big-menu__column-small .row > div:first-child .big-menu__item {
        margin-bottom: 30px;
    }


    /* catalog page */
    .catalog-page__swiper-item {
        background-position: center right;
    }
    .catalog-page__swiper-item-text {
        margin-top: 15px;
        margin-left: 0;
        font-size: 25px;
        line-height: 25px;
    }
    .blog-post .breadcrumb-item.active{
        display: none;
    }
    .blog__content {
        margin: 0;
    }

    /* select */
    .weqweqw {
        margin-bottom: 20px;
    }
    .bloom__search-label:last-child {
        margin-right: 15px;
    }



    .product-page__block h2 {
        font-size: 24px;
        line-height: 24px;
    }
    .receipt__line-spec-padding {
        padding-top: 15px;
    }
    .receipt__block--big-font > .row > div:first-child {
        border-right: none;
    }
    .receipt__download {
        margin-top: 15px;
    }
}



@media (min-width: 768px) {
    .bloom__mobile-menu .topping__info-cart-content {
        display: none !important;
    }

    .catalog-page__filter-drop-content {
        display: block !important;
    }
}





.swiper-container--bouquets .swiper-slide,
.swiper-container--flower-composition .swiper-slide,
.swiper-container--gift-set .swiper-slide {
    width: calc(25% - 30px);
    margin-right: 40px;
}

@media (max-width: 1679px) {
    .swiper-container--bouquets .swiper-slide,
    .swiper-container--flower-composition .swiper-slide,
    .swiper-container--gift-set .swiper-slide {
        width: calc(33.33% - 26.5px);
    }
}

@media (max-width: 1199px) {
    .swiper-container--bouquets .swiper-slide,
    .swiper-container--flower-composition .swiper-slide,
    .swiper-container--gift-set .swiper-slide {
        width: calc(50% - 20px);
    }
}
@media (max-width: 839px) {
    .swiper-container--bouquets .swiper-slide,
    .swiper-container--flower-composition .swiper-slide,
    .swiper-container--gift-set .swiper-slide {
        width: 100%;
        margin-right: 15px;
    }
}