/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */

@import url(https://fonts.googleapis.com/css?family=Oswald:400,500,600&display=swap);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,600&display=swap);
@font-face {
    font-family: 'Futura Book';
    src: url(../fonts/futurabookc.otf)
}

"Apple Color Emoji",
"Helvetica Neue",
"Noto Color Emoji" *,
"Noto Sans",
"Segoe UI Emoji",
"Segoe UI Symbol",
"Segoe UI",
-apple-system,
Arial,
BlinkMacSystemFont,
Roboto,
sans-serif {
    padding: 0;
    margin: 0
}

@-webkit-keyframes menu-items {
    0% {
        -webkit-transform: translateX(-80%);
        transform: translateX(-80%);
        opacity: 0
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes menu-items {
    0% {
        -webkit-transform: translateX(-80%);
        transform: translateX(-80%);
        opacity: 0
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@-webkit-keyframes main-desc {
    0% {
        left: -25%;
        opacity: 0
    }
    100% {
        left: 0;
        opacity: 1
    }
}

@-webkit-keyframes animated-rose {
    0% {
        opacity: 0;
        left: 30%;
        -webkit-transform: rotate(55deg);
        transform: rotate(55deg)
    }
    100% {
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes animated-rose {
    0% {
        opacity: 0;
        left: 30%;
        -webkit-transform: rotate(55deg);
        transform: rotate(55deg)
    }
    100% {
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@-webkit-keyframes main-slider {
    0% {
        -webkit-transform: translateY(15%);
        transform: translateY(15%);
        opacity: 0
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@-webkit-keyframes popUp {
    0% {
        -webkit-transform: translateY(50%);
        transform: translateY(50%);
        opacity: 0
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

.animate-menu-item {
    opacity: 1;
    -webkit-animation-name: menu-items;
    animation-name: menu-items;
    -webkit-animation-duration: 1.8s;
    animation-duration: 1.8s
}

.animate-main-desc {
    opacity: 1;
    -webkit-animation-name: main-desc;
    animation-name: main-desc;
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.animated-rose-main {
    opacity: 1;
    -webkit-animation-name: animated-rose;
    animation-name: animated-rose;
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s
}

.animate-main-slider {
    opacity: 1;
    -webkit-animation-name: main-slider;
    animation-name: main-slider;
    -webkit-animation-duration: 1.7s;
    animation-duration: 1.7s
}

.animate-to-up {
    opacity: 1;
    -webkit-animation-name: popUp;
    animation-name: popUp;
    -webkit-animation-duration: 1.7s;
    animation-duration: 1.7s
}

.animate-to-right {
    opacity: 1;
    -webkit-animation-name: popUp;
    animation-name: popUp;
    -webkit-animation-duration: 1.7s;
    animation-duration: 1.7s
}

.wrapper {
    max-width: 1170px
}

.product-page {
    padding: 25px 0 100px;
}

@media screen and (max-width:767px) {
    .product-page {
        padding: 50px 0
    }
}

.product-page__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-line-pack: center;
    align-content: center;
    overflow: hidden
}

.product-page__slider {
    width: 50%
}

.product-item__slider-wrap button.slick-next:before,
.product-item__slider-wrap button.slick-prev:before {
    content: '';
    font-family: slick;
    width: 13px;
    height: 13px;
    font-size: 25px;
    color: #ced4da;
    position: absolute;
    top: 6px
}

.product-item__slider-wrap button.slick-prev {
    left: 10%
}

.product-item__slider-wrap button.slick-next {
    right: 10%
}

.product-item__slider-wrap button.slick-next,
.product-item__slider-wrap button.slick-prev {
    font-size: 25px;
    color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 45%;
    z-index: 99;
    background-color: transparent;
    outline: 0
}

.product-item__slider-wrap button.slick-next:hover,
.product-item__slider-wrap button.slick-prev:hover {
    background-color: transparent
}

.product-item__slider-wrap button.slick-next::before {
    border-top: 4px solid #333;
    border-right: 4px solid #333;
    left: 4px
}

.product-item__slider-wrap button.slick-prev::before {
    border-top: 4px solid #333;
    border-left: 4px solid #333;
    left: 7px
}

.product-item__slider-wrap ul.slick-dots {
    bottom: -23px
}

.product-item__slider-wrap .slick-dots li button:before {
    opacity: 0
}

.product-item__slider-wrap {
    height: 350px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    visibility: hidden
}

.product-item__slider-wrap.slick-initialized {
    visibility: initial
}

.product-item__slider-wrap.slick-initialized .slick-list.draggable {
    width: 100%;
}

.product-item__slider-item {
    height: 350px
}

.product-item__slider-img {
    max-height: 100%;
    max-width: 500px
}

@media screen and (max-width: 767px) {
    .product-item__slider-img {
        max-width: unset;
    }
}

ol.carousel-indicators {
    bottom: -50px
}

.carousel-indicators li.slider-navigation {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #333;
    opacity: .25
}

.carousel-indicators li.slider-navigation.active {
    background-color: #f6ce74;
    opacity: 1
}

span.carousel-control-next-icon,
span.carousel-control-prev-icon {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 46%;
    right: -70%;
    border-radius: 50%;
    background-color: #00000094;
    cursor: pointer
}

span.carousel-control-prev-icon {
    left: -67%
}

span.carousel-control-next-icon {
    right: -67%
}

.product-item__text {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-family: Montserrat;
    font-size: 14px;
    color: #474747;
    padding: 0 23px;
    line-height: 1.71
}

.product-item__text-title {
    max-width: 350px;
    font-family: 'Futura Book';
    font-weight: 400;
    font-size: 47px;
    line-height: 1.15;
    margin-bottom: 30px
}

.product-item__text-price {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 22px !important;
    line-height: 1.63;
    color: #f6ce74;
    margin-bottom: 10px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}
.product-item__text-price span{
	font-size: 22px !important;
}

.product-item__text-description ul {
    list-style-type: disc;
    padding-left: 25px;
    margin-bottom: 30px
}

div.btn {
    padding: 0;
    margin-bottom: 7px;
}

.product__base-btn {
    min-width: 180px;
    padding: 0 40px;
    min-height: 50px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    border: 2px solid #f6ce74;
    text-decoration: none;
    position: relative;
    z-index: 1;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
    overflow: hidden;
    color: #f6ce74;
    text-transform: uppercase
}

.product__base-btn span {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    line-height: 50px
}

.product__base-btn::before {
    content: "";
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #f6ce74;
    z-index: -1;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
       transition-duration: .5s
}

.product__base-btn:hover {
    color: #fff;
    text-decoration: none
}

.product__base-btn:hover.product__base-btn::before {
    left: 0;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
       transition-duration: .5s
}

.base-btn-purple {
    min-width: 180px;
    padding: 0 40px;
    min-height: 50px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    border: 2px solid #ae61c1;
    text-decoration: none;
    position: relative;
    z-index: 1;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
    overflow: hidden;
    color: #ae61c1;
    text-transform: uppercase
}

.base-btn-purple span {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    line-height: 50px
}

.base-btn-purple:hover {
    color: #fff;
    text-decoration: none
}

.base-btn-purple::before {
    content: "";
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #ae61c1;
    z-index: -1;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
       transition-duration: .5s
}

.base-btn-purple:hover.base-btn-purple::before {
    left: 0;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
       transition-duration: .5s
}

.product-description {
    padding: 75px 0 25px
}

.product-description__wrapper {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;*/
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 20px 0 11px
}

.product-description__wrapper:before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #eee;
    position: absolute;
    left: 0;
    bottom: 0
}

.product-item__slider-wrap-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.product-description__title {
    /*font-size: 26px;*/
    margin-bottom: 35px;
    font-family: 'Futura Book';
    /*font-weight: 400;*/
    line-height: 1.15;
    position: relative;
    padding-bottom: 34px;
}


.product-description__title:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    border-bottom: 2px solid #eee;
    
}

.product-description__title:after {
    position: absolute;
    content: '';
    bottom: -24px;
    left: calc(50% - 50px);
    height: 52px;
    background-image: url(../img/rose-50x50.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    z-index: 10;
    background-color: #fff;
    width: 100px;
    border-radius: 50%;
}


.clear {
  clear: both;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.product-description__img {
    max-width: 50%;
    float: left;
    border: 1px solid #eee;
    padding: 10px;
    margin: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.product-description__wrapper .product-description__img img {
    width: 100%;
}

/*.product-description__text div.product-description__img:nth-child(even) {
    float: right;
}*/

.product-description__text  {
    padding-left: 15px;
    /*text-indent: 25px;*/
    text-align: left;
    margin-bottom: 30px;
}

.product-description__text p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.71;
    margin-bottom: 15px;
}

.product-description__text ul {
    list-style-type: disc;
    width: 96%;
    width: calc(100% - 30px);
}

.product-description__text li {
    /*text-indent: 45px;*/
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
}

.product-description__text ol {
    list-style-type: decimal;
    width: 96%;
    width: calc(100% - 30px);
}

.product-description__text h2 {
    text-align: center;
}
.related{
	margin: 0 !important;
}
@media screen and (max-width: 520px) {
    .product-description__img {
        max-width: 100%;
    }
}

.product-related {
    padding: 70px 0 0
}

.product-related__title {
    font-family: 'Futura Book';
    font-weight: 400;
    font-size: 42px;
    line-height: 1.15;
    text-align: center;
    margin-bottom: 25px
}

.product-related__slider-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
}

.product-related__item {
    height: 345px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px;
    margin: 20px;
    text-align: center;
    border: 1px solid #eee
}

.product-related__item-img {
    min-height: 172px
}

.product-related__item:hover {
    -webkit-box-shadow: 0 -1px 17px #333;
    box-shadow: 0 -1px 17px #333;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
       transition-duration: .5s
}

.product-related__product-button .product__base-btn {
    min-height: unset;
    min-width: unset;
    max-width: 180px;
    width: 100%;
    border-radius: 30px;
    font-size: 12px;
    padding: 0 20px
}

.product-related__item:hover .product-related__item-desc,
.product-related__item:hover .product-related__item-price,
.product-related__item:hover .product-related__product-button {
    -webkit-transform: translateY(-57px);
    -ms-transform: translateY(-57px);
        transform: translateY(-57px);
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
       transition-duration: .3s;
    margin-bottom: 17px
}

.product-related__item p {
    margin: 0
}

.product-related__item:hover .product-related__product-button {
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
       transition-duration: .3s
}

.product-related__item-img {
    max-width: 172px;
    max-height: 172px
}

.product-related__item-desc {
    max-width: 170px;
    height: 90px;
    margin-top: 20px;
    margin-bottom: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
       transition-duration: .5s
}

.product-related__item a:hover {
    text-decoration: none
}

.product-related__item-desc p {
    font-size: 15px;
    color: #474747;
    font-weight: 600
}

.product-related__item-price {
    max-width: 168px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #f6ce74;
    font-weight: 600;
    margin: 0 auto 30px
}

.product-related__item-price div {
    margin: 0 10px
}

..product-related__item .product-related__product-button button.product__base-btn:hover {
    background-color: transparent
}

.product-related__product-button button.product__base-btn {
    padding: 1px 20px;
    border-radius: 15px;
    min-width: auto;
    min-height: auto;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
       transition-duration: .3s;
    text-transform: uppercase;
    font-size: 14px
}

.product-related__btn-box {
    margin: 45px auto 0
}

.slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: row;
    -ms-flex-pack: row;
    justify-content: row
}

.related__slider-initiate button.slick-next:before,
.related__slider-initiate button.slick-prev:before {
    width: 22px;
    height: 22px;
    color: #000
}

.related__slider-initiate button.slick-next,
.related__slider-initiate button.slick-prev {
    font-size: 25px;
    color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.related__slider-initiate button.slick-next {
    right: -40px
}

div#next,
div#prev {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    position: absolute;
    background-color: transparent;
    top: 50%;
    cursor: pointer;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 800
}

div#next:hover,
div#prev:hover {
    background-color: transparent;
    opacity: .7
}

div#next {
    right: 0
}

div#prev {
    left: 0
}

div#next::before {
    content: "";
    font-family: serif!important;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    position: relative;
    left: -6%;
    top: 0
}

div#prev::before {
    content: "";
    font-family: serif!important;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #333;
    border-left: 2px solid #333;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    position: relative;
    left: 6%;
    top: 0
}

div#prev::before:hover {
    color: #000
}

div#next:focus,
div#prev:focus {
    outline: 0
}

ul.slick-dots {
    margin-top: 15px
}

ul.slick-dots li button:before {
    font-size: 12px;
    content: ""
}

ul.slick-dots li button:hover:before {
    opacity: .25
}

ul.slick-dots li.slick-active button:before {
    color: #f6ce74
}

@media screen and (max-width:992px) {
    .product-page__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .product-item__text,
    .product-page__slider {
        width: 100%
    }
    .product-item__text {
        margin-top: 50px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .product-description {
        padding: 40px 0 25px
    }
    .related {
        padding: 40px 0 25px
    }
    .product-related__item-desc,
    .product-related__item-price,
    .product-related__product-button {
        -webkit-transform: translateY(-57px);
        -ms-transform: translateY(-57px);
            transform: translateY(-57px);
        margin-bottom: 17px
    }

    .product-item__text .btn, .product-item__text .btn .product__base-btn, .product-item__text .btn .base-btn-purple {
        width: 100%;
    }
}

@media screen and (max-width:767px) {
    .product-description__title {
        text-align: center;
        margin-bottom: 30px
    }
    .product-description__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .related {
        padding: 30px 0
    }
}

@media screen and (max-width:576px) {
    span.carousel-control-prev-icon {
        left: 15%
    }
    span.carousel-control-next-icon {
        right: 15%
    }
    .product-item__text-title {
        width: 100%;
        max-width: none
    }
    .related {
        padding: 20px 0
    }
}

@media screen and (max-width:449px) {
    .related__slider-wrapper {
        padding-bottom: 25px
    }
}

@media screen and (max-width:378px) {
    .product-item__text {
        padding: 0 15px;
    }
    .product-item__text-title {
        font-size: 30px
    }
}

@media screen and (max-width:320px) {
    .product-item__text-description ul {
        margin-bottom: 23px
    }
    .product-item__text {
        margin-top: 25px
    }
    .product-item__text-title {
        font-size: 30px
    }
    .related__slider-wrapper {
        padding-bottom: 50px
    }
}

.services {
    padding-bottom: 100px
}

.services__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.services__desc {
    text-align: center;
    padding: 50px 0
}

.services__desc h3 {
    font-family: 'Futura Book';
    font-weight: 400;
    font-size: 42px;
    line-height: 1.15;
    text-align: center;
    margin-bottom: 45px;
    color: #474747
}

.services__desc p {
    width: 100%;
    max-width: 600px;
    margin: auto;
    font-size: 15px;
    line-height: 2
}

@media screen and (max-width:1044px) {
    .services__wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media screen and (max-width:538px) {
    .services__wrapper .product-related__item {
        width: 100%
    }
}

.product-content:hover {
    text-decoration: none;
    color: #474747
}

.contacts {
    padding: 20px 0 100px;
}

.contacts__data-box {
    padding: 20px 20px 20px 94px
}

.contacts__data-box ul {
    list-style: square;
    padding-left: 20px;
}

.contacts__data-box a {
    color: #ae61c1;
}

.contacts__data-box a:hover {
    color: #ae61c1;
}

@media screen and (max-width:676px) {
    .contacts__data-box {
        padding: 0
    }
}

/* .contacts__data-box h4 {
    margin-bottom: 20px
} */

.contacts__data-box p {
    font-size: 15px;
		padding: 10px 0;
}

.contacts div.contacts__data-box span {
    font-weight: 500
}

.contacts__map-box {
    margin-bottom: 30px;
    position: relative;
}

.contacts__map-shadow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #00000073;
    color: #fff;
    cursor: pointer;
    z-index: 10;
}

.contacts__map-img {
    z-index: 1;
    -o-object-fit: cover;
       object-fit: cover;
}

@media screen and (max-width:767px) {
    .contacts__map-box {
        margin-top: 35px
    }
}

.testimonials__testimonial-form-wrap,
.testimonials__testimonial-list-wrap {
    max-width: 600px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.testimonials__testimonial-list-wrap .strong-content,
.testimonials__testimonial-list-wrap .strong-view,
.testimonials__testimonial-list-wrap .testimonial {
    width: 100%
}

.strong-view-id-2 div.strong-form-inner {
    background: #fff
}

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

.strong-form-inner span.before {
    margin-bottom: 10px
}

.testimonials__testimonial-list-wrap .testimonial {
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    max-width: 620px
}

.strong-content .testimonial .testimonial-inner {
    width: 100%;
    margin: auto;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.testimonial-field.testimonial__publication-date {
    position: absolute;
    top: 4px;
    right: 7px
}

.testimonial-inner .testimonial-heading,
.testimonial__publication-name,
.testimonials__form-heading {
    max-width: 85%;
    font-family: 'Futura Book';
    font-weight: 400;
    font-size: 22px;
    line-height: 1.15;
    margin-bottom: 15px;
    color: #474747
}

.testimonial-inner .testimonial-content {
    width: 100%;
    margin: auto;
    font-size: 14px
}

.testimonials__testimonial-form-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 50px 0
}

.testimonials__testimonial-form-wrap .strong-content,
.testimonials__testimonial-form-wrap .strong-view,
.testimonials__testimonial-form-wrap .testimonial {
    width: 100%
}

.testimonials__testimonial-form-wrap .wpmtst-submission-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.testimonials__form-heading {
    font-size: 24px
}

.testimonials__testimonial-form-wrap .form-field {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px
}

.testimonials__testimonial-form-wrap .form-field input,
.testimonials__testimonial-form-wrap .form-field textarea {
    padding: 8px;
    border: 1px solid #ccc
}

.testimonials__testimonial-form-wrap .form-field label {
    font-size: 14px
}

.testimonials__testimonial-form-wrap .form-field.wpmtst-submit input {
    min-width: 180px;
    padding: 0 40px;
    min-height: 50px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    border: 2px solid #f6ce74;
    text-decoration: none;
    position: relative;
    z-index: 1;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
    overflow: hidden;
    color: #f6ce74;
    text-transform: uppercase;
    font-weight: 500
}

.testimonials__testimonial-form-wrap .form-field.wpmtst-submit:hover {
    text-decoration: none
}

.form-field.wpmtst-submit input:hover {
    color: #fff;
    background-color: #f6ce74
}

.product-page.stock-page, .product-page.blog-page {
    padding: 25px 0 100px
}

.stock__banner-wrapper {
    height: 450px
}

.stock-banner-img,
.stock-banner-item,
.stock__banner-wrapper {
    width: 100%
}

.stock-banner-img {
    -o-object-fit: cover;
    object-fit: cover
}

.stock-banner-img,
.stock-banner-item {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.stock-banner-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.stock-banner-item .product__base-btn, .stock-banner-item .base-btn-purple {
    margin: 40px 0
}

.stock-banner-heading {
    max-width: 350px;
    font-family: 'Futura Book';
    font-weight: 400;
    font-size: 30px;
    line-height: 1.15;
    margin: 0;
    /*color: #fff;*/
    color: #ae61c1;
    text-transform: uppercase
}

.stock-banner-item .product-item__text-price {
    width: 100%;
    max-width: 350px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around
}

.stock-banner-item .product-item__text-price {
    font-size: 30px
}

.stock-banner-item .price-new {
    text-shadow: 1px 1px 2px #000000c9, 0 0 3px #fff;
    color: #fff
}

.gallery {
    padding: 100px 0
}

@media screen and (max-height:767px) {
    .gallery {
        padding: 25px 0
    }
}